diff --git a/content/sites/aspose/imaging/english/adapters/net/_index.md b/content/sites/aspose/imaging/english/adapters/net/_index.md index 9d8ba13e93f8..53ea4479ef2a 100644 --- a/content/sites/aspose/imaging/english/adapters/net/_index.md +++ b/content/sites/aspose/imaging/english/adapters/net/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Adapter for .NET type: docs -weight: 8 +weight: 9 url: /adapters/net/ keywords: "Aspose.Imaging.Adapter for .NET, Aspose Imaging.Adapter, Aspose API Reference." description: Aspose.Imaging.Adapter for .NET Adapters are designed to combine Aspose products to increase conversion between formats. And ensure ease of use. diff --git a/content/sites/aspose/imaging/english/java/com.aspose.imaging.fileformats.gif/gifimage/_index.md b/content/sites/aspose/imaging/english/java/com.aspose.imaging.fileformats.gif/gifimage/_index.md index 8a9d4a3eb001..576be45c96aa 100644 --- a/content/sites/aspose/imaging/english/java/com.aspose.imaging.fileformats.gif/gifimage/_index.md +++ b/content/sites/aspose/imaging/english/java/com.aspose.imaging.fileformats.gif/gifimage/_index.md @@ -41,7 +41,7 @@ The API for Graphical Interchange Format (GIF) image file provides developers wi | [getPageCount()](#getPageCount--) | Retrieve the total number of pages contained within the image with this straightforward property. | | [getPages()](#getPages--) | Gain access to the pages within the image through this convenient property, allowing seamless navigation and manipulation of individual pages as needed. | | [getBlocks()](#getBlocks--) | Gain access to the GIF blocks seamlessly with this property, facilitating easy retrieval and manipulation of the image's underlying data structures. | -| [isInterlaced()](#isInterlaced--) | Determine if the image is interlaced, impacting its display during loading. | +| [isInterlaced()](#isInterlaced--) | Determines if the image is interlaced, impacting its display during loading. | | [getOriginalOptions()](#getOriginalOptions--) | Retrieve the original file settings-based options, crucial for maintaining fidelity and consistency in image processing and manipulation. | | [addPage(RasterImage page)](#addPage-com.aspose.imaging.RasterImage-) | Incorporate a new page seamlessly into the existing image, enhancing its content and expanding its scope. | | [getActiveFrame()](#getActiveFrame--) | Manage and manipulate frames with this property, enabling smooth navigation and modification of the active frame within the GIF image. | @@ -376,7 +376,7 @@ public boolean isInterlaced() ``` -Determine if the image is interlaced, impacting its display during loading. This property offers insight into the image's rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience. +Determines if the image is interlaced, impacting its display during loading. This property offers insight into the image's rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience. **Returns:** boolean - `true` if this image instance is interlaced; otherwise, `false`. diff --git a/content/sites/aspose/imaging/english/java/com.aspose.imaging/loadoptions/_index.md b/content/sites/aspose/imaging/english/java/com.aspose.imaging/loadoptions/_index.md index d6de0cc2cc63..d125432ac35a 100644 --- a/content/sites/aspose/imaging/english/java/com.aspose.imaging/loadoptions/_index.md +++ b/content/sites/aspose/imaging/english/java/com.aspose.imaging/loadoptions/_index.md @@ -34,6 +34,8 @@ Represents the loading options. | [addCustomFontSource(CustomFontSource source, Object[] args)](#addCustomFontSource-com.aspose.imaging.CustomFontSource-java.lang.Object...-) | Adds the custom font source to supply image-specific fonts. | | [getBufferSizeHint()](#getBufferSizeHint--) | Gets the buffer size hint which is defined max allowed size for all internal buffers. | | [setBufferSizeHint(int value)](#setBufferSizeHint-int-) | Sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [getConcurrentImageProcessing()](#getConcurrentImageProcessing--) | Gets a value indicating whether [concurrent image processing]. | +| [setConcurrentImageProcessing(boolean value)](#setConcurrentImageProcessing-boolean-) | Sets a value indicating whether [concurrent image processing]. | | [getIProgressEventHandler()](#getIProgressEventHandler--) | Gets the progress event handler. | | [setIProgressEventHandler(ProgressEventHandler value)](#setIProgressEventHandler-com.aspose.imaging.ProgressEventHandler-) | Sets the progress event handler. | ### LoadOptions() {#LoadOptions--} @@ -192,6 +194,33 @@ try { } ``` +### getConcurrentImageProcessing() {#getConcurrentImageProcessing--} +``` +public final boolean getConcurrentImageProcessing() +``` + + +Gets a value indicating whether [concurrent image processing]. + +Value: `true` if [concurrent image processing]; otherwise, `false`. + +**Returns:** +boolean - a value indicating whether [concurrent image processing]. +### setConcurrentImageProcessing(boolean value) {#setConcurrentImageProcessing-boolean-} +``` +public final void setConcurrentImageProcessing(boolean value) +``` + + +Sets a value indicating whether [concurrent image processing]. + +Value: `true` if [concurrent image processing]; otherwise, `false`. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | a value indicating whether [concurrent image processing]. | + ### getIProgressEventHandler() {#getIProgressEventHandler--} ``` public ProgressEventHandler getIProgressEventHandler() diff --git a/content/sites/aspose/imaging/english/net/_index.md b/content/sites/aspose/imaging/english/net/_index.md index 0130598d5aa5..9f6ad15a3fef 100644 --- a/content/sites/aspose/imaging/english/net/_index.md +++ b/content/sites/aspose/imaging/english/net/_index.md @@ -11,122 +11,122 @@ is_root: true | Namespace | Description | | --- | --- | -| [Aspose.Imaging](./aspose.imaging) | The namespace is the core for nested namespaces and the most basic objects used for Aspose.Imaging processing. | -| [Aspose.Imaging.ApsBuilder.Dib](./aspose.imaging.apsbuilder.dib) | The namespace DIB header processing. | -| [Aspose.Imaging.AsyncTask](./aspose.imaging.asynctask) | The namespace handles AsyncTask processing. | -| [Aspose.Imaging.Brushes](./aspose.imaging.brushes) | The namespace provides helper classes and methods to work with different brush types. | -| [Aspose.Imaging.CoreExceptions](./aspose.imaging.coreexceptions) | The namespace contains exceptions thrown by any of the core Imaging components. | -| [Aspose.Imaging.CoreExceptions.Compressors](./aspose.imaging.coreexceptions.compressors) | The namespace contains exceptions thrown by one of the compression algorithms supported. | -| [Aspose.Imaging.CoreExceptions.ImageFormats](./aspose.imaging.coreexceptions.imageformats) | The namespace contains exceptions thrown by one of the file formats supported. | -| [Aspose.Imaging.CustomFontHandler](./aspose.imaging.customfonthandler) | The namespace handles custom fonts processing. | -| [Aspose.Imaging.Dithering](./aspose.imaging.dithering) | The namespace provides different helper classes for color dithering. | -| [Aspose.Imaging.Evalute](./aspose.imaging.evalute) | The namespace DIB header processing. | -| [Aspose.Imaging.Exif](./aspose.imaging.exif) | The namespace contains EXIF related helper classes and methods. | -| [Aspose.Imaging.Exif.Enums](./aspose.imaging.exif.enums) | The namespace contains EXIF enumerations. | -| [Aspose.Imaging.Extensions](./aspose.imaging.extensions) | The namespace contains extension methods. | -| [Aspose.Imaging.FileFormats.Apng](./aspose.imaging.fileformats.apng) | The namespace handles Apng file format processing. | -| [Aspose.Imaging.FileFormats.BigTiff](./aspose.imaging.fileformats.bigtiff) | The namespace handling BigTiff file format processing. | -| [Aspose.Imaging.FileFormats.Bmp](./aspose.imaging.fileformats.bmp) | The namespace handles Bmp file format processing. | -| [Aspose.Imaging.FileFormats.Bmp.Structures](./aspose.imaging.fileformats.bmp.structures) | The logical structures, used to support bitmap header. | -| [Aspose.Imaging.FileFormats.Cdr](./aspose.imaging.fileformats.cdr) | The namespace handles Cdr file format processing. | -| [Aspose.Imaging.FileFormats.Cdr.Const](./aspose.imaging.fileformats.cdr.const) | The namespace handles Cdr file format processing. | -| [Aspose.Imaging.FileFormats.Cdr.Enum](./aspose.imaging.fileformats.cdr.enum) | The namespace handles Cdr file format processing. | -| [Aspose.Imaging.FileFormats.Cdr.Objects](./aspose.imaging.fileformats.cdr.objects) | The namespace handles Cdr file format processing. | -| [Aspose.Imaging.FileFormats.Cdr.Types](./aspose.imaging.fileformats.cdr.types) | The namespace handles Cdr file format processing. | -| [Aspose.Imaging.FileFormats.Cmx](./aspose.imaging.fileformats.cmx) | The namespace handles Tiff file format processing. | -| [Aspose.Imaging.FileFormats.Cmx.ObjectModel](./aspose.imaging.fileformats.cmx.objectmodel) | The namespace handles Tiff file format processing. | -| [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](./aspose.imaging.fileformats.cmx.objectmodel.enums) | The namespace handles Tiff file format processing. | -| [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](./aspose.imaging.fileformats.cmx.objectmodel.specs) | The namespace handles Tiff file format processing. | -| [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](./aspose.imaging.fileformats.cmx.objectmodel.styles) | The namespace handles Tiff file format processing. | -| [Aspose.Imaging.FileFormats.Core.VectorPaths](./aspose.imaging.fileformats.core.vectorpaths) | The namespace contains PSD Vector Paths. | -| [Aspose.Imaging.FileFormats.Dicom](./aspose.imaging.fileformats.dicom) | The namespace handles Dicom file format processin | -| [Aspose.Imaging.FileFormats.Djvu](./aspose.imaging.fileformats.djvu) | The namespace contains djvu classes | -| [Aspose.Imaging.FileFormats.Dng](./aspose.imaging.fileformats.dng) | The namespace contains DNG file format types | -| [Aspose.Imaging.FileFormats.Dng.Decoder](./aspose.imaging.fileformats.dng.decoder) | The namespace contains DNG decoder types | -| [Aspose.Imaging.FileFormats.Emf](./aspose.imaging.fileformats.emf) | The namespace contains types [MS-EMF], [MS-EMFPLUS] | -| [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](./aspose.imaging.fileformats.emf.dtyp.commondatastructures) | The namespace contains types [MS-DTYP]: Windows Data Types 2.3 Common Data Structures | -| [Aspose.Imaging.FileFormats.Emf.Emf.Consts](./aspose.imaging.fileformats.emf.emf.consts) | The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.1 EMF Enumerations | -| [Aspose.Imaging.FileFormats.Emf.Emf.Objects](./aspose.imaging.fileformats.emf.emf.objects) | The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.2 EMF Objects | -| [Aspose.Imaging.FileFormats.Emf.Emf.Records](./aspose.imaging.fileformats.emf.emf.records) | The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.3 EMF Records | -| [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](./aspose.imaging.fileformats.emf.emfplus.consts) | The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions 2.1 EMF+ Constants | -| [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](./aspose.imaging.fileformats.emf.emfplus.objects) | The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions 2.2 EMF+ Objects | -| [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](./aspose.imaging.fileformats.emf.emfplus.records) | The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions 2.3 EMF+ Records | -| [Aspose.Imaging.FileFormats.Emf.EmfSpool.Records](./aspose.imaging.fileformats.emf.emfspool.records) | The namespace contains types [MS-EMFSPOOL]: Enhanced Metafile Spool Format 2.2 EMFSPOOL Records | -| [Aspose.Imaging.FileFormats.Emf.Graphics](./aspose.imaging.fileformats.emf.graphics) | The namespace contains Emf/Emf+ graphics. | -| [Aspose.Imaging.FileFormats.Eps](./aspose.imaging.fileformats.eps) | The namespace contains EPS format type | -| [Aspose.Imaging.FileFormats.Eps.Consts](./aspose.imaging.fileformats.eps.consts) | The namespace contains EPS format constants | -| [Aspose.Imaging.FileFormats.Gif](./aspose.imaging.fileformats.gif) | The namespace handles Gif file format processing. | -| [Aspose.Imaging.FileFormats.Gif.Blocks](./aspose.imaging.fileformats.gif.blocks) | The namespace contains Gif file format entities. | -| [Aspose.Imaging.FileFormats.Ico](./aspose.imaging.fileformats.ico) | The namespace handling ICO file format processing. | -| [Aspose.Imaging.FileFormats.Jpeg](./aspose.imaging.fileformats.jpeg) | The namespace handles Jpeg file format processing. | -| [Aspose.Imaging.FileFormats.Jpeg2000](./aspose.imaging.fileformats.jpeg2000) | The namespace handles Jpeg2000 file format processing. | -| [Aspose.Imaging.FileFormats.OpenDocument](./aspose.imaging.fileformats.opendocument) | The Open document graphic objects | -| [Aspose.Imaging.FileFormats.OpenDocument.Enums](./aspose.imaging.fileformats.opendocument.enums) | The Enumerations of open document | -| [Aspose.Imaging.FileFormats.OpenDocument.Objects](./aspose.imaging.fileformats.opendocument.objects) | The Open document objects | -| [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](./aspose.imaging.fileformats.opendocument.objects.brush) | The Open document objects | -| [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](./aspose.imaging.fileformats.opendocument.objects.font) | The Open document objects | -| [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](./aspose.imaging.fileformats.opendocument.objects.graphic) | The Open document graphic objects | -| [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](./aspose.imaging.fileformats.opendocument.objects.pen) | The Open document objects | -| [Aspose.Imaging.FileFormats.Pdf](./aspose.imaging.fileformats.pdf) | The namespace contains classes for PDF file format integration. | -| [Aspose.Imaging.FileFormats.Png](./aspose.imaging.fileformats.png) | The namespace handles Png file format processing. | -| [Aspose.Imaging.FileFormats.Psd](./aspose.imaging.fileformats.psd) | The namespace handles Psd file format processing. | -| [Aspose.Imaging.FileFormats.Svg](./aspose.imaging.fileformats.svg) | The namespace handles SVG file format processing. | -| [Aspose.Imaging.FileFormats.Svg.Graphics](./aspose.imaging.fileformats.svg.graphics) | The namespace for drawing on Svg. | -| [Aspose.Imaging.FileFormats.Tga](./aspose.imaging.fileformats.tga) | The namespace handles Tga file format processing. | -| [Aspose.Imaging.FileFormats.Tiff](./aspose.imaging.fileformats.tiff) | The namespace handles Tiff file format processing. | -| [Aspose.Imaging.FileFormats.Tiff.Enums](./aspose.imaging.fileformats.tiff.enums) | The namespace contains Tiff file format enumerations. | -| [Aspose.Imaging.FileFormats.Tiff.FileManagement](./aspose.imaging.fileformats.tiff.filemanagement) | The namespace contains Tiff file format stream handling classes. | -| [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](./aspose.imaging.fileformats.tiff.filemanagement.bigtiff) | The namespace handling BigTiff file format processing. | -| [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](./aspose.imaging.fileformats.tiff.instancefactory) | The namespace contains Tiff file format tag factory helper classes and interfaces. | -| [Aspose.Imaging.FileFormats.Tiff.PathResources](./aspose.imaging.fileformats.tiff.pathresources) | The namespace handles Tiff file format processing. | -| [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](./aspose.imaging.fileformats.tiff.tifftagtypes) | The namespace contains Tiff file format tag classes. | -| [Aspose.Imaging.FileFormats.Webp](./aspose.imaging.fileformats.webp) | The namespace handles WebP file format processing. | -| [Aspose.Imaging.FileFormats.Wmf](./aspose.imaging.fileformats.wmf) | The namespace handles WMF file format processing. | -| [Aspose.Imaging.FileFormats.Wmf.Consts](./aspose.imaging.fileformats.wmf.consts) | The namespace contains types [MS-WMF]: Windows Metafile Format 2.1 WMF Constants | -| [Aspose.Imaging.FileFormats.Wmf.Graphics](./aspose.imaging.fileformats.wmf.graphics) | The namespace contains Wmf graphics. | -| [Aspose.Imaging.FileFormats.Wmf.Objects](./aspose.imaging.fileformats.wmf.objects) | The `namespace` contains types [MS-WMF]: Windows Metafile Format 2.2 WMF Objects | -| [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](./aspose.imaging.fileformats.wmf.objects.escaperecords) | The `namespace` contains escape types [MS-WMF]: Windows | -| [Aspose.Imaging.FlatArray.Exceptions](./aspose.imaging.flatarray.exceptions) | The namespace handles Psd file format processing. | -| [Aspose.Imaging.ImageFilters.ComplexUtils](./aspose.imaging.imagefilters.complexutils) | The namespace contains the Complex class. | -| [Aspose.Imaging.ImageFilters.Convolution](./aspose.imaging.imagefilters.convolution) | The namespace contains the convolution filters and kernels. | -| [Aspose.Imaging.ImageFilters.FilterOptions](./aspose.imaging.imagefilters.filteroptions) | The namespace handles Filter options. | -| [Aspose.Imaging.ImageLoadOptions](./aspose.imaging.imageloadoptions) | The namespace contains different file format load options. | -| [Aspose.Imaging.ImageOptions](./aspose.imaging.imageoptions) | The namespace contains classes suitable for export, save or creation of different file formats. | -| [Aspose.Imaging.Interfaces](./aspose.imaging.interfaces) | The namespace handles Tiff file format processing. | -| [Aspose.Imaging.MagicWand](./aspose.imaging.magicwand) | The namespace handles MagicWand processing. | -| [Aspose.Imaging.MagicWand.ImageMasks](./aspose.imaging.magicwand.imagemasks) | The namespace handles image masks processing. | -| [Aspose.Imaging.Masking](./aspose.imaging.masking) | The namespace handles ImageMasking processing. | -| [Aspose.Imaging.Masking.Exceptions](./aspose.imaging.masking.exceptions) | The namespace handles ImageMasking.Exceptions processing. | -| [Aspose.Imaging.Masking.Options](./aspose.imaging.masking.options) | The namespace handles ImageMasking.Options processing. | -| [Aspose.Imaging.Masking.Result](./aspose.imaging.masking.result) | The namespace handles ImageMasking.Result processing. | -| [Aspose.Imaging.MemoryManagement](./aspose.imaging.memorymanagement) | The namespace contains memory management routines. | -| [Aspose.Imaging.Multithreading](./aspose.imaging.multithreading) | The namespace contains Multithreading classes. | -| [Aspose.Imaging.PaletteHelper](./aspose.imaging.palettehelper) | The namespace contains classes for adjustment of color palette to the image colors and visa versa. | -| [Aspose.Imaging.ProgressManagement](./aspose.imaging.progressmanagement) | The namespace contains progress handler classes | -| [Aspose.Imaging.Shapes](./aspose.imaging.shapes) | The namespace contains different shapes combined from shape segments. | -| [Aspose.Imaging.ShapeSegments](./aspose.imaging.shapesegments) | The namespace contains different shape segments which combine shapes. | -| [Aspose.Imaging.Sources](./aspose.imaging.sources) | Namespace contains different stream sources which are suitable for input or output data flow. | -| [Aspose.Imaging.Watermark](./aspose.imaging.watermark) | The namespace handles the Watermark remove processing. | -| [Aspose.Imaging.Watermark.Options](./aspose.imaging.watermark.options) | The namespace handles Watermark options processing. | -| [Aspose.Imaging.Xmp](./aspose.imaging.xmp) | The namespace contains XMP related helper classes and methods. | -| [Aspose.Imaging.Xmp.Schemas.Dicom](./aspose.imaging.xmp.schemas.dicom) | The namespace contains Dicom metadata related helper classes, constants and methods. | -| [Aspose.Imaging.Xmp.Schemas.DublinCore](./aspose.imaging.xmp.schemas.dublincore) | The namespace contains Dublin Core metadata related helper classes, constants and methods. | -| [Aspose.Imaging.Xmp.Schemas.Pdf](./aspose.imaging.xmp.schemas.pdf) | The namespace contains related helper classes, constants and methods used with Adobe PDF documents. | -| [Aspose.Imaging.Xmp.Schemas.Photoshop](./aspose.imaging.xmp.schemas.photoshop) | The namespace contains related helper classes, constants and methods used by Adobe Photoshop. | -| [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](./aspose.imaging.xmp.schemas.xmpbaseschema) | The namespace contains the XMP Basic Schema related helper classes, constants and methods that provide basic descriptive information. | -| [Aspose.Imaging.Xmp.Schemas.XmpDm](./aspose.imaging.xmp.schemas.xmpdm) | The namespace contains XMP related helper classes, constants and methods used by the Adobe dynamic media group. | -| [Aspose.Imaging.Xmp.Schemas.XmpMm](./aspose.imaging.xmp.schemas.xmpmm) | The namespace contains related helper classes, constants and methods that is primarily used by digital asset management (DAM) systems. | -| [Aspose.Imaging.Xmp.Schemas.XmpRm](./aspose.imaging.xmp.schemas.xmprm) | The namespace contains related to rights management helper classes, constants and methods. These properties specify information regarding the legal restrictions associated with a resource. | -| [Aspose.Imaging.Xmp.Types](./aspose.imaging.xmp.types) | The namespace contains classes that represent the values of XMP properties in three basic categories: basic types, complex and derived types. | -| [Aspose.Imaging.Xmp.Types.Basic](./aspose.imaging.xmp.types.basic) | The namespace contains classes that represent the basic type values of XMP properties. | -| [Aspose.Imaging.Xmp.Types.Complex](./aspose.imaging.xmp.types.complex) | The namespace contains classes that represent the complex type values of XMP properties. | -| [Aspose.Imaging.Xmp.Types.Complex.Colorant](./aspose.imaging.xmp.types.complex.colorant) | The namespace contains classes that represent the structures containing the characteristics of a colorant (swatch) used in a document. | -| [Aspose.Imaging.Xmp.Types.Complex.Dimensions](./aspose.imaging.xmp.types.complex.dimensions) | The namespace contains classes that represent the structure containing dimensions for a drawn object. | -| [Aspose.Imaging.Xmp.Types.Complex.Font](./aspose.imaging.xmp.types.complex.font) | The namespace contains classes that represent the structure containing the characteristics of a font used in a document. | -| [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](./aspose.imaging.xmp.types.complex.resourceevent) | The namespace contains class that is a high level event that occured in the processing of this document. | -| [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](./aspose.imaging.xmp.types.complex.resourceref) | The namespace contains class that is a multiple part reference to a resource. Used to indicate prior versions, originals of renditions, originals for derived documents, and so on. | -| [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](./aspose.imaging.xmp.types.complex.thumbnail) | The namespace contains class that is a thumbnail image for a file. | -| [Aspose.Imaging.Xmp.Types.Complex.Version](./aspose.imaging.xmp.types.complex.version) | The namespace contains classes that describe one version of a document. | -| [Aspose.Imaging.Xmp.Types.Derived](./aspose.imaging.xmp.types.derived) | The namespace contains classes that represent the derived type values of XMP properties. | +| [Aspose.Imaging](./aspose.imaging/) | The namespace is the core for nested namespaces and the most basic objects used for Aspose.Imaging processing. | +| [Aspose.Imaging.ApsBuilder.Dib](./aspose.imaging.apsbuilder.dib/) | The namespace DIB header processing. | +| [Aspose.Imaging.AsyncTask](./aspose.imaging.asynctask/) | The namespace handles AsyncTask processing. | +| [Aspose.Imaging.Brushes](./aspose.imaging.brushes/) | The namespace provides helper classes and methods to work with different brush types. | +| [Aspose.Imaging.CoreExceptions](./aspose.imaging.coreexceptions/) | The namespace contains exceptions thrown by any of the core Imaging components. | +| [Aspose.Imaging.CoreExceptions.Compressors](./aspose.imaging.coreexceptions.compressors/) | The namespace contains exceptions thrown by one of the compression algorithms supported. | +| [Aspose.Imaging.CoreExceptions.ImageFormats](./aspose.imaging.coreexceptions.imageformats/) | The namespace contains exceptions thrown by one of the file formats supported. | +| [Aspose.Imaging.CustomFontHandler](./aspose.imaging.customfonthandler/) | The namespace handles custom fonts processing. | +| [Aspose.Imaging.Dithering](./aspose.imaging.dithering/) | The namespace provides different helper classes for color dithering. | +| [Aspose.Imaging.Evalute](./aspose.imaging.evalute/) | The namespace DIB header processing. | +| [Aspose.Imaging.Exif](./aspose.imaging.exif/) | The namespace contains EXIF related helper classes and methods. | +| [Aspose.Imaging.Exif.Enums](./aspose.imaging.exif.enums/) | The namespace contains EXIF enumerations. | +| [Aspose.Imaging.Extensions](./aspose.imaging.extensions/) | The namespace contains extension methods. | +| [Aspose.Imaging.FileFormats.Apng](./aspose.imaging.fileformats.apng/) | The namespace handles Apng file format processing. | +| [Aspose.Imaging.FileFormats.BigTiff](./aspose.imaging.fileformats.bigtiff/) | The namespace handling BigTiff file format processing. | +| [Aspose.Imaging.FileFormats.Bmp](./aspose.imaging.fileformats.bmp/) | The namespace handles Bmp file format processing. | +| [Aspose.Imaging.FileFormats.Bmp.Structures](./aspose.imaging.fileformats.bmp.structures/) | The logical structures, used to support bitmap header. | +| [Aspose.Imaging.FileFormats.Cdr](./aspose.imaging.fileformats.cdr/) | The namespace handles Cdr file format processing. | +| [Aspose.Imaging.FileFormats.Cdr.Const](./aspose.imaging.fileformats.cdr.const/) | The namespace handles Cdr file format processing. | +| [Aspose.Imaging.FileFormats.Cdr.Enum](./aspose.imaging.fileformats.cdr.enum/) | The namespace handles Cdr file format processing. | +| [Aspose.Imaging.FileFormats.Cdr.Objects](./aspose.imaging.fileformats.cdr.objects/) | The namespace handles Cdr file format processing. | +| [Aspose.Imaging.FileFormats.Cdr.Types](./aspose.imaging.fileformats.cdr.types/) | The namespace handles Cdr file format processing. | +| [Aspose.Imaging.FileFormats.Cmx](./aspose.imaging.fileformats.cmx/) | The namespace handles Tiff file format processing. | +| [Aspose.Imaging.FileFormats.Cmx.ObjectModel](./aspose.imaging.fileformats.cmx.objectmodel/) | The namespace handles Tiff file format processing. | +| [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](./aspose.imaging.fileformats.cmx.objectmodel.enums/) | The namespace handles Tiff file format processing. | +| [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](./aspose.imaging.fileformats.cmx.objectmodel.specs/) | The namespace handles Tiff file format processing. | +| [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](./aspose.imaging.fileformats.cmx.objectmodel.styles/) | The namespace handles Tiff file format processing. | +| [Aspose.Imaging.FileFormats.Core.VectorPaths](./aspose.imaging.fileformats.core.vectorpaths/) | The namespace contains PSD Vector Paths. | +| [Aspose.Imaging.FileFormats.Dicom](./aspose.imaging.fileformats.dicom/) | The namespace handles Dicom file format processin | +| [Aspose.Imaging.FileFormats.Djvu](./aspose.imaging.fileformats.djvu/) | The namespace contains djvu classes | +| [Aspose.Imaging.FileFormats.Dng](./aspose.imaging.fileformats.dng/) | The namespace contains DNG file format types | +| [Aspose.Imaging.FileFormats.Dng.Decoder](./aspose.imaging.fileformats.dng.decoder/) | The namespace contains DNG decoder types | +| [Aspose.Imaging.FileFormats.Emf](./aspose.imaging.fileformats.emf/) | The namespace contains types [MS-EMF], [MS-EMFPLUS] | +| [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](./aspose.imaging.fileformats.emf.dtyp.commondatastructures/) | The namespace contains types [MS-DTYP]: Windows Data Types 2.3 Common Data Structures | +| [Aspose.Imaging.FileFormats.Emf.Emf.Consts](./aspose.imaging.fileformats.emf.emf.consts/) | The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.1 EMF Enumerations | +| [Aspose.Imaging.FileFormats.Emf.Emf.Objects](./aspose.imaging.fileformats.emf.emf.objects/) | The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.2 EMF Objects | +| [Aspose.Imaging.FileFormats.Emf.Emf.Records](./aspose.imaging.fileformats.emf.emf.records/) | The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.3 EMF Records | +| [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](./aspose.imaging.fileformats.emf.emfplus.consts/) | The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions 2.1 EMF+ Constants | +| [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](./aspose.imaging.fileformats.emf.emfplus.objects/) | The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions 2.2 EMF+ Objects | +| [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](./aspose.imaging.fileformats.emf.emfplus.records/) | The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions 2.3 EMF+ Records | +| [Aspose.Imaging.FileFormats.Emf.EmfSpool.Records](./aspose.imaging.fileformats.emf.emfspool.records/) | The namespace contains types [MS-EMFSPOOL]: Enhanced Metafile Spool Format 2.2 EMFSPOOL Records | +| [Aspose.Imaging.FileFormats.Emf.Graphics](./aspose.imaging.fileformats.emf.graphics/) | The namespace contains Emf/Emf+ graphics. | +| [Aspose.Imaging.FileFormats.Eps](./aspose.imaging.fileformats.eps/) | The namespace contains EPS format type | +| [Aspose.Imaging.FileFormats.Eps.Consts](./aspose.imaging.fileformats.eps.consts/) | The namespace contains EPS format constants | +| [Aspose.Imaging.FileFormats.Gif](./aspose.imaging.fileformats.gif/) | The namespace handles Gif file format processing. | +| [Aspose.Imaging.FileFormats.Gif.Blocks](./aspose.imaging.fileformats.gif.blocks/) | The namespace contains Gif file format entities. | +| [Aspose.Imaging.FileFormats.Ico](./aspose.imaging.fileformats.ico/) | The namespace handling ICO file format processing. | +| [Aspose.Imaging.FileFormats.Jpeg](./aspose.imaging.fileformats.jpeg/) | The namespace handles Jpeg file format processing. | +| [Aspose.Imaging.FileFormats.Jpeg2000](./aspose.imaging.fileformats.jpeg2000/) | The namespace handles Jpeg2000 file format processing. | +| [Aspose.Imaging.FileFormats.OpenDocument](./aspose.imaging.fileformats.opendocument/) | The Open document graphic objects | +| [Aspose.Imaging.FileFormats.OpenDocument.Enums](./aspose.imaging.fileformats.opendocument.enums/) | The Enumerations of open document | +| [Aspose.Imaging.FileFormats.OpenDocument.Objects](./aspose.imaging.fileformats.opendocument.objects/) | The Open document objects | +| [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](./aspose.imaging.fileformats.opendocument.objects.brush/) | The Open document objects | +| [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](./aspose.imaging.fileformats.opendocument.objects.font/) | The Open document objects | +| [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](./aspose.imaging.fileformats.opendocument.objects.graphic/) | The Open document graphic objects | +| [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](./aspose.imaging.fileformats.opendocument.objects.pen/) | The Open document objects | +| [Aspose.Imaging.FileFormats.Pdf](./aspose.imaging.fileformats.pdf/) | The namespace contains classes for PDF file format integration. | +| [Aspose.Imaging.FileFormats.Png](./aspose.imaging.fileformats.png/) | The namespace handles Png file format processing. | +| [Aspose.Imaging.FileFormats.Psd](./aspose.imaging.fileformats.psd/) | The namespace handles Psd file format processing. | +| [Aspose.Imaging.FileFormats.Svg](./aspose.imaging.fileformats.svg/) | The namespace handles SVG file format processing. | +| [Aspose.Imaging.FileFormats.Svg.Graphics](./aspose.imaging.fileformats.svg.graphics/) | The namespace for drawing on Svg. | +| [Aspose.Imaging.FileFormats.Tga](./aspose.imaging.fileformats.tga/) | The namespace handles Tga file format processing. | +| [Aspose.Imaging.FileFormats.Tiff](./aspose.imaging.fileformats.tiff/) | The namespace handles Tiff file format processing. | +| [Aspose.Imaging.FileFormats.Tiff.Enums](./aspose.imaging.fileformats.tiff.enums/) | The namespace contains Tiff file format enumerations. | +| [Aspose.Imaging.FileFormats.Tiff.FileManagement](./aspose.imaging.fileformats.tiff.filemanagement/) | The namespace contains Tiff file format stream handling classes. | +| [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](./aspose.imaging.fileformats.tiff.filemanagement.bigtiff/) | The namespace handling BigTiff file format processing. | +| [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](./aspose.imaging.fileformats.tiff.instancefactory/) | The namespace contains Tiff file format tag factory helper classes and interfaces. | +| [Aspose.Imaging.FileFormats.Tiff.PathResources](./aspose.imaging.fileformats.tiff.pathresources/) | The namespace handles Tiff file format processing. | +| [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](./aspose.imaging.fileformats.tiff.tifftagtypes/) | The namespace contains Tiff file format tag classes. | +| [Aspose.Imaging.FileFormats.Webp](./aspose.imaging.fileformats.webp/) | The namespace handles WebP file format processing. | +| [Aspose.Imaging.FileFormats.Wmf](./aspose.imaging.fileformats.wmf/) | The namespace handles WMF file format processing. | +| [Aspose.Imaging.FileFormats.Wmf.Consts](./aspose.imaging.fileformats.wmf.consts/) | The namespace contains types [MS-WMF]: Windows Metafile Format 2.1 WMF Constants | +| [Aspose.Imaging.FileFormats.Wmf.Graphics](./aspose.imaging.fileformats.wmf.graphics/) | The namespace contains Wmf graphics. | +| [Aspose.Imaging.FileFormats.Wmf.Objects](./aspose.imaging.fileformats.wmf.objects/) | The `namespace` contains types [MS-WMF]: Windows Metafile Format 2.2 WMF Objects | +| [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](./aspose.imaging.fileformats.wmf.objects.escaperecords/) | The `namespace` contains escape types [MS-WMF]: Windows | +| [Aspose.Imaging.FlatArray.Exceptions](./aspose.imaging.flatarray.exceptions/) | The namespace handles Psd file format processing. | +| [Aspose.Imaging.ImageFilters.ComplexUtils](./aspose.imaging.imagefilters.complexutils/) | The namespace contains the Complex class. | +| [Aspose.Imaging.ImageFilters.Convolution](./aspose.imaging.imagefilters.convolution/) | The namespace contains the convolution filters and kernels. | +| [Aspose.Imaging.ImageFilters.FilterOptions](./aspose.imaging.imagefilters.filteroptions/) | The namespace handles Filter options. | +| [Aspose.Imaging.ImageLoadOptions](./aspose.imaging.imageloadoptions/) | The namespace contains different file format load options. | +| [Aspose.Imaging.ImageOptions](./aspose.imaging.imageoptions/) | The namespace contains classes suitable for export, save or creation of different file formats. | +| [Aspose.Imaging.Interfaces](./aspose.imaging.interfaces/) | The namespace handles Tiff file format processing. | +| [Aspose.Imaging.MagicWand](./aspose.imaging.magicwand/) | The namespace handles MagicWand processing. | +| [Aspose.Imaging.MagicWand.ImageMasks](./aspose.imaging.magicwand.imagemasks/) | The namespace handles image masks processing. | +| [Aspose.Imaging.Masking](./aspose.imaging.masking/) | The namespace handles ImageMasking processing. | +| [Aspose.Imaging.Masking.Exceptions](./aspose.imaging.masking.exceptions/) | The namespace handles ImageMasking.Exceptions processing. | +| [Aspose.Imaging.Masking.Options](./aspose.imaging.masking.options/) | The namespace handles ImageMasking.Options processing. | +| [Aspose.Imaging.Masking.Result](./aspose.imaging.masking.result/) | The namespace handles ImageMasking.Result processing. | +| [Aspose.Imaging.MemoryManagement](./aspose.imaging.memorymanagement/) | The namespace contains memory management routines. | +| [Aspose.Imaging.Multithreading](./aspose.imaging.multithreading/) | The namespace contains Multithreading classes. | +| [Aspose.Imaging.PaletteHelper](./aspose.imaging.palettehelper/) | The namespace contains classes for adjustment of color palette to the image colors and visa versa. | +| [Aspose.Imaging.ProgressManagement](./aspose.imaging.progressmanagement/) | The namespace contains progress handler classes | +| [Aspose.Imaging.Shapes](./aspose.imaging.shapes/) | The namespace contains different shapes combined from shape segments. | +| [Aspose.Imaging.ShapeSegments](./aspose.imaging.shapesegments/) | The namespace contains different shape segments which combine shapes. | +| [Aspose.Imaging.Sources](./aspose.imaging.sources/) | Namespace contains different stream sources which are suitable for input or output data flow. | +| [Aspose.Imaging.Watermark](./aspose.imaging.watermark/) | The namespace handles the Watermark remove processing. | +| [Aspose.Imaging.Watermark.Options](./aspose.imaging.watermark.options/) | The namespace handles Watermark options processing. | +| [Aspose.Imaging.Xmp](./aspose.imaging.xmp/) | The namespace contains XMP related helper classes and methods. | +| [Aspose.Imaging.Xmp.Schemas.Dicom](./aspose.imaging.xmp.schemas.dicom/) | The namespace contains Dicom metadata related helper classes, constants and methods. | +| [Aspose.Imaging.Xmp.Schemas.DublinCore](./aspose.imaging.xmp.schemas.dublincore/) | The namespace contains Dublin Core metadata related helper classes, constants and methods. | +| [Aspose.Imaging.Xmp.Schemas.Pdf](./aspose.imaging.xmp.schemas.pdf/) | The namespace contains related helper classes, constants and methods used with Adobe PDF documents. | +| [Aspose.Imaging.Xmp.Schemas.Photoshop](./aspose.imaging.xmp.schemas.photoshop/) | The namespace contains related helper classes, constants and methods used by Adobe Photoshop. | +| [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](./aspose.imaging.xmp.schemas.xmpbaseschema/) | The namespace contains the XMP Basic Schema related helper classes, constants and methods that provide basic descriptive information. | +| [Aspose.Imaging.Xmp.Schemas.XmpDm](./aspose.imaging.xmp.schemas.xmpdm/) | The namespace contains XMP related helper classes, constants and methods used by the Adobe dynamic media group. | +| [Aspose.Imaging.Xmp.Schemas.XmpMm](./aspose.imaging.xmp.schemas.xmpmm/) | The namespace contains related helper classes, constants and methods that is primarily used by digital asset management (DAM) systems. | +| [Aspose.Imaging.Xmp.Schemas.XmpRm](./aspose.imaging.xmp.schemas.xmprm/) | The namespace contains related to rights management helper classes, constants and methods. These properties specify information regarding the legal restrictions associated with a resource. | +| [Aspose.Imaging.Xmp.Types](./aspose.imaging.xmp.types/) | The namespace contains classes that represent the values of XMP properties in three basic categories: basic types, complex and derived types. | +| [Aspose.Imaging.Xmp.Types.Basic](./aspose.imaging.xmp.types.basic/) | The namespace contains classes that represent the basic type values of XMP properties. | +| [Aspose.Imaging.Xmp.Types.Complex](./aspose.imaging.xmp.types.complex/) | The namespace contains classes that represent the complex type values of XMP properties. | +| [Aspose.Imaging.Xmp.Types.Complex.Colorant](./aspose.imaging.xmp.types.complex.colorant/) | The namespace contains classes that represent the structures containing the characteristics of a colorant (swatch) used in a document. | +| [Aspose.Imaging.Xmp.Types.Complex.Dimensions](./aspose.imaging.xmp.types.complex.dimensions/) | The namespace contains classes that represent the structure containing dimensions for a drawn object. | +| [Aspose.Imaging.Xmp.Types.Complex.Font](./aspose.imaging.xmp.types.complex.font/) | The namespace contains classes that represent the structure containing the characteristics of a font used in a document. | +| [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](./aspose.imaging.xmp.types.complex.resourceevent/) | The namespace contains class that is a high level event that occured in the processing of this document. | +| [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](./aspose.imaging.xmp.types.complex.resourceref/) | The namespace contains class that is a multiple part reference to a resource. Used to indicate prior versions, originals of renditions, originals for derived documents, and so on. | +| [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](./aspose.imaging.xmp.types.complex.thumbnail/) | The namespace contains class that is a thumbnail image for a file. | +| [Aspose.Imaging.Xmp.Types.Complex.Version](./aspose.imaging.xmp.types.complex.version/) | The namespace contains classes that describe one version of a document. | +| [Aspose.Imaging.Xmp.Types.Derived](./aspose.imaging.xmp.types.derived/) | The namespace contains classes that represent the derived type values of XMP properties. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.apsbuilder.dib/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.apsbuilder.dib/_index.md index 9008ba85a3fb..ff9ecbd6d823 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.apsbuilder.dib/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.apsbuilder.dib/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.ApsBuilder.Dib second_title: Aspose.Imaging for .NET API Reference -description: The namespace DIB header processing. +description: The namespace DIB header processing type: docs weight: 20 url: /net/aspose.imaging.apsbuilder.dib/ @@ -12,6 +12,6 @@ The namespace DIB header processing. | Enumeration | Description | | --- | --- | -| [DibBitCount](./dibbitcount) | The BitCount Enumeration specifies the number of bits that define each pixel and the maximum number of colors in a device-independent bitmap (DIB). | +| [DibBitCount](./dibbitcount/) | The BitCount Enumeration specifies the number of bits that define each pixel and the maximum number of colors in a device-independent bitmap (DIB). | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.apsbuilder.dib/dibbitcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.apsbuilder.dib/dibbitcount/_index.md index 6c10205a30a3..6fd24e12b1b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.apsbuilder.dib/dibbitcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.apsbuilder.dib/dibbitcount/_index.md @@ -1,7 +1,7 @@ --- -title: DibBitCount +title: Enum DibBitCount second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ApsBuilder.Dib.DibBitCount enum. The BitCount Enumeration specifies the number of bits that define each pixel and the maximum number of colors in a deviceindependent bitmap DIB type: docs weight: 30 url: /net/aspose.imaging.apsbuilder.dib/dibbitcount/ @@ -28,7 +28,7 @@ public enum DibBitCount : short ### See Also -* namespace [Aspose.Imaging.ApsBuilder.Dib](../../aspose.imaging.apsbuilder.dib) +* namespace [Aspose.Imaging.ApsBuilder.Dib](../../aspose.imaging.apsbuilder.dib/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/_index.md index b589ede1b730..13adb5a0b5a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.AsyncTask second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles AsyncTask processing. +description: The namespace handles AsyncTask processing type: docs weight: 30 url: /net/aspose.imaging.asynctask/ @@ -12,17 +12,17 @@ The namespace handles AsyncTask processing. | Class | Description | | --- | --- | -| [AsyncTask](./asynctask) | The static factory class for creating the asynchronous tasks | -| [AsyncTaskAction](./asynctaskaction) | The long operation delegate for the asynchronous task without any result. | -| [AsyncTaskException](./asynctaskexception) | The exception for the asynchronous task. | -| [AsyncTaskFunc](./asynctaskfunc) | The long operation delegate for the asynchronous task with generic type result. | -| [AsyncTaskProgress](./asynctaskprogress) | Provides progress info for the asynchronous task. | -| [CompleteCallback](./completecallback) | Callback function to receive task completion event. | +| [AsyncTask](./asynctask/) | The static factory class for creating the asynchronous tasks | +| [AsyncTaskAction](./asynctaskaction/) | The long operation delegate for the asynchronous task without any result. | +| [AsyncTaskException](./asynctaskexception/) | The exception for the asynchronous task. | +| [AsyncTaskFunc](./asynctaskfunc/) | The long operation delegate for the asynchronous task with generic type result. | +| [AsyncTaskProgress](./asynctaskprogress/) | Provides progress info for the asynchronous task. | +| [CompleteCallback](./completecallback/) | Callback function to receive task completion event. | ## Interfaces | Interface | Description | | --- | --- | -| [IAsyncTask](./iasynctask) | The asynchronous task. | -| [IAsyncTaskState](./iasynctaskstate) | Provides access to the state of the asynchronous task. | +| [IAsyncTask](./iasynctask/) | The asynchronous task. | +| [IAsyncTaskState](./iasynctaskstate/) | Provides access to the state of the asynchronous task. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctask/_index.md index b061263ec239..c3364c2f3ccc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctask/_index.md @@ -1,7 +1,7 @@ --- -title: AsyncTask +title: Class AsyncTask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.AsyncTask.AsyncTask class. The static factory class for creating the asynchronous tasks type: docs weight: 40 url: /net/aspose.imaging.asynctask/asynctask/ @@ -18,12 +18,12 @@ public static class AsyncTask | Name | Description | | --- | --- | -| static [Create](../../aspose.imaging.asynctask/asynctask/create)(AsyncTaskAction) | Creates the asynchronous task without any result. | -| static [Create](../../aspose.imaging.asynctask/asynctask/create)(AsyncTaskFunc) | Creates the asynchronous task with generic type result. | +| static [Create](../../aspose.imaging.asynctask/asynctask/create/#create)(AsyncTaskAction) | Creates the asynchronous task without any result. | +| static [Create](../../aspose.imaging.asynctask/asynctask/create/#create_1)(AsyncTaskFunc) | Creates the asynchronous task with generic type result. | ### See Also -* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask) +* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctask/create/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctask/create/_index.md index 97ffcae677a7..c5eba6979729 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctask/create/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctask/create/_index.md @@ -1,12 +1,12 @@ --- -title: Create +title: AsyncTask.Create second_title: Aspose.Imaging for .NET API Reference -description: +description: AsyncTask method. Creates the asynchronous task without any result type: docs weight: 10 url: /net/aspose.imaging.asynctask/asynctask/create/ --- -## AsyncTask.Create method (1 of 2) +## Create(AsyncTaskAction) {#create} Creates the asynchronous task without any result. @@ -24,15 +24,15 @@ The asynchronous task ### See Also -* interface [IAsyncTask](../../iasynctask) -* delegate [AsyncTaskAction](../../asynctaskaction) -* class [AsyncTask](../../asynctask) -* namespace [Aspose.Imaging.AsyncTask](../../asynctask) +* interface [IAsyncTask](../../iasynctask/) +* delegate [AsyncTaskAction](../../asynctaskaction/) +* class [AsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../asynctask/) * assembly [Aspose.Imaging](../../../) --- -## AsyncTask.Create method (2 of 2) +## Create(AsyncTaskFunc) {#create_1} Creates the asynchronous task with generic type result. @@ -50,10 +50,10 @@ The asynchronous task ### See Also -* interface [IAsyncTask](../../iasynctask) -* delegate [AsyncTaskFunc](../../asynctaskfunc) -* class [AsyncTask](../../asynctask) -* namespace [Aspose.Imaging.AsyncTask](../../asynctask) +* interface [IAsyncTask](../../iasynctask/) +* delegate [AsyncTaskFunc](../../asynctaskfunc/) +* class [AsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../asynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskaction/_index.md index 45e799b79f3e..6cdb5f38a7e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskaction/_index.md @@ -1,7 +1,7 @@ --- -title: AsyncTaskAction +title: Delegate AsyncTaskAction second_title: Aspose.Imaging for .NET API Reference -description: +description: The long operation delegate for the asynchronous task without any result type: docs weight: 50 url: /net/aspose.imaging.asynctask/asynctaskaction/ @@ -20,8 +20,8 @@ public delegate void AsyncTaskAction(IAsyncTaskState taskState); ### See Also -* interface [IAsyncTaskState](../iasynctaskstate) -* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask) +* interface [IAsyncTaskState](../iasynctaskstate/) +* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskexception/_index.md index a698906fdbcc..7866fb7af971 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskexception/_index.md @@ -1,7 +1,7 @@ --- -title: AsyncTaskException +title: Class AsyncTaskException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.AsyncTask.AsyncTaskException class. The exception for the asynchronous task type: docs weight: 60 url: /net/aspose.imaging.asynctask/asynctaskexception/ @@ -18,11 +18,11 @@ public class AsyncTaskException : Exception | Name | Description | | --- | --- | -| [AsyncTaskException](asynctaskexception)(string) | Initializes a new instance of the [`AsyncTaskException`](../asynctaskexception) class. | +| [AsyncTaskException](asynctaskexception/)(string) | Initializes a new instance of the `AsyncTaskException` class. | ### See Also -* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask) +* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskexception/asynctaskexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskexception/asynctaskexception/_index.md index 90308f35b84a..a8b06af3941f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskexception/asynctaskexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskexception/asynctaskexception/_index.md @@ -1,14 +1,14 @@ --- -title: AsyncTaskException +title: AsyncTaskException.AsyncTaskException second_title: Aspose.Imaging for .NET API Reference -description: +description: AsyncTaskException constructor. Initializes a new instance of the AsyncTaskException class type: docs weight: 10 url: /net/aspose.imaging.asynctask/asynctaskexception/asynctaskexception/ --- ## AsyncTaskException constructor -Initializes a new instance of the [`AsyncTaskException`](../../asynctaskexception) class. +Initializes a new instance of the [`AsyncTaskException`](../) class. ```csharp public AsyncTaskException(string message) @@ -20,8 +20,8 @@ public AsyncTaskException(string message) ### See Also -* class [AsyncTaskException](../../asynctaskexception) -* namespace [Aspose.Imaging.AsyncTask](../../asynctaskexception) +* class [AsyncTaskException](../) +* namespace [Aspose.Imaging.AsyncTask](../../asynctaskexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskfunc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskfunc/_index.md index bea8b6feff31..613e6b52c700 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskfunc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskfunc/_index.md @@ -1,7 +1,7 @@ --- -title: AsyncTaskFunc +title: Delegate AsyncTaskFunc second_title: Aspose.Imaging for .NET API Reference -description: +description: The long operation delegate for the asynchronous task with generic type result type: docs weight: 70 url: /net/aspose.imaging.asynctask/asynctaskfunc/ @@ -24,8 +24,8 @@ Result of the long operation. ### See Also -* interface [IAsyncTaskState](../iasynctaskstate) -* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask) +* interface [IAsyncTaskState](../iasynctaskstate/) +* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/_index.md index 7d033defab96..bd44a64aa119 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/_index.md @@ -1,7 +1,7 @@ --- -title: AsyncTaskProgress +title: Class AsyncTaskProgress second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.AsyncTask.AsyncTaskProgress class. Provides progress info for the asynchronous task type: docs weight: 80 url: /net/aspose.imaging.asynctask/asynctaskprogress/ @@ -18,18 +18,18 @@ public class AsyncTaskProgress | Name | Description | | --- | --- | -| [AsyncTaskProgress](asynctaskprogress)(int, TimeSpan) | Initializes a new instance of the [`AsyncTaskProgress`](../asynctaskprogress) class. | +| [AsyncTaskProgress](asynctaskprogress/)(int, TimeSpan) | Initializes a new instance of the `AsyncTaskProgress` class. | ## Fields | Name | Description | | --- | --- | -| readonly [Duration](../../aspose.imaging.asynctask/asynctaskprogress/duration) | The duration of the asynchronous task. | -| readonly [ProgressPercentage](../../aspose.imaging.asynctask/asynctaskprogress/progresspercentage) | The progress of the asynchronous task, in percent. | +| readonly [Duration](../../aspose.imaging.asynctask/asynctaskprogress/duration/) | The duration of the asynchronous task. | +| readonly [ProgressPercentage](../../aspose.imaging.asynctask/asynctaskprogress/progresspercentage/) | The progress of the asynchronous task, in percent. | ### See Also -* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask) +* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/asynctaskprogress/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/asynctaskprogress/_index.md index e0d2a3196fc3..3f281283b149 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/asynctaskprogress/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/asynctaskprogress/_index.md @@ -1,14 +1,14 @@ --- -title: AsyncTaskProgress +title: AsyncTaskProgress.AsyncTaskProgress second_title: Aspose.Imaging for .NET API Reference -description: +description: AsyncTaskProgress constructor. Initializes a new instance of the AsyncTaskProgress class type: docs weight: 10 url: /net/aspose.imaging.asynctask/asynctaskprogress/asynctaskprogress/ --- ## AsyncTaskProgress constructor -Initializes a new instance of the [`AsyncTaskProgress`](../../asynctaskprogress) class. +Initializes a new instance of the [`AsyncTaskProgress`](../) class. ```csharp public AsyncTaskProgress(int progressPercentage, TimeSpan duration) @@ -21,8 +21,8 @@ public AsyncTaskProgress(int progressPercentage, TimeSpan duration) ### See Also -* class [AsyncTaskProgress](../../asynctaskprogress) -* namespace [Aspose.Imaging.AsyncTask](../../asynctaskprogress) +* class [AsyncTaskProgress](../) +* namespace [Aspose.Imaging.AsyncTask](../../asynctaskprogress/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/duration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/duration/_index.md index f7e861e4779b..ca572db8bfed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/duration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/duration/_index.md @@ -1,7 +1,7 @@ --- -title: Duration +title: AsyncTaskProgress.Duration second_title: Aspose.Imaging for .NET API Reference -description: +description: AsyncTaskProgress field. The duration of the asynchronous task type: docs weight: 20 url: /net/aspose.imaging.asynctask/asynctaskprogress/duration/ @@ -16,8 +16,8 @@ public readonly TimeSpan Duration; ### See Also -* class [AsyncTaskProgress](../../asynctaskprogress) -* namespace [Aspose.Imaging.AsyncTask](../../asynctaskprogress) +* class [AsyncTaskProgress](../) +* namespace [Aspose.Imaging.AsyncTask](../../asynctaskprogress/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/progresspercentage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/progresspercentage/_index.md index 7a70ac96e635..e050c607d417 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/progresspercentage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/asynctaskprogress/progresspercentage/_index.md @@ -1,7 +1,7 @@ --- -title: ProgressPercentage +title: AsyncTaskProgress.ProgressPercentage second_title: Aspose.Imaging for .NET API Reference -description: +description: AsyncTaskProgress field. The progress of the asynchronous task in percent type: docs weight: 30 url: /net/aspose.imaging.asynctask/asynctaskprogress/progresspercentage/ @@ -16,8 +16,8 @@ public readonly int ProgressPercentage; ### See Also -* class [AsyncTaskProgress](../../asynctaskprogress) -* namespace [Aspose.Imaging.AsyncTask](../../asynctaskprogress) +* class [AsyncTaskProgress](../) +* namespace [Aspose.Imaging.AsyncTask](../../asynctaskprogress/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/completecallback/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/completecallback/_index.md index aa02ac5e65ba..75e2719e6208 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/completecallback/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/completecallback/_index.md @@ -1,7 +1,7 @@ --- -title: CompleteCallback +title: Delegate CompleteCallback second_title: Aspose.Imaging for .NET API Reference -description: +description: Callback function to receive task completion event type: docs weight: 90 url: /net/aspose.imaging.asynctask/completecallback/ @@ -22,8 +22,8 @@ public delegate void CompleteCallback(IAsyncTask task, bool wasCancelled, Except ### See Also -* interface [IAsyncTask](../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask) +* interface [IAsyncTask](../iasynctask/) +* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/_index.md index 0abadb323e8a..acae727eb5b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/_index.md @@ -1,7 +1,7 @@ --- -title: IAsyncTask +title: Interface IAsyncTask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.AsyncTask.IAsyncTask interface. The asynchronous task type: docs weight: 100 url: /net/aspose.imaging.asynctask/iasynctask/ @@ -18,26 +18,26 @@ public interface IAsyncTask : IAsyncResult, IDisposable | Name | Description | | --- | --- | -| [Error](../../aspose.imaging.asynctask/iasynctask/error) { get; } | Gets the task error which is available after the task is completed. | -| [IsBusy](../../aspose.imaging.asynctask/iasynctask/isbusy) { get; } | Gets a value indicating whether this task is currently running. | -| [IsCanceled](../../aspose.imaging.asynctask/iasynctask/iscanceled) { get; } | Gets a value indicating whether this task was canceled. | -| [IsFaulted](../../aspose.imaging.asynctask/iasynctask/isfaulted) { get; } | Gets a value indicating whether this task was faulted. | -| [ProgressEventHandler](../../aspose.imaging.asynctask/iasynctask/progresseventhandler) { get; set; } | Gets or sets the progress event handler of the asynchronous task. | -| [Result](../../aspose.imaging.asynctask/iasynctask/result) { get; } | Gets the result of this task. | +| [Error](../../aspose.imaging.asynctask/iasynctask/error/) { get; } | Gets the task error which is available after the task is completed. | +| [IsBusy](../../aspose.imaging.asynctask/iasynctask/isbusy/) { get; } | Gets a value indicating whether this task is currently running. | +| [IsCanceled](../../aspose.imaging.asynctask/iasynctask/iscanceled/) { get; } | Gets a value indicating whether this task was canceled. | +| [IsFaulted](../../aspose.imaging.asynctask/iasynctask/isfaulted/) { get; } | Gets a value indicating whether this task was faulted. | +| [ProgressEventHandler](../../aspose.imaging.asynctask/iasynctask/progresseventhandler/) { get; set; } | Gets or sets the progress event handler of the asynchronous task. | +| [Result](../../aspose.imaging.asynctask/iasynctask/result/) { get; } | Gets the result of this task. | ## Methods | Name | Description | | --- | --- | -| [Abort](../../aspose.imaging.asynctask/iasynctask/abort)() | Aborts this task. The task is completed immediately, with the risk of not freeing internal unmanaged resources. | -| [Cancel](../../aspose.imaging.asynctask/iasynctask/cancel)() | Cancels this task. The task is completed safely by the controlled stopping of the algorithm. | -| [RunAsync](../../aspose.imaging.asynctask/iasynctask/runasync)() | Runs this task. | -| [RunAsync](../../aspose.imaging.asynctask/iasynctask/runasync)(ThreadPriority) | Runs this task. | -| [SetCompleteCallback](../../aspose.imaging.asynctask/iasynctask/setcompletecallback)(CompleteCallback) | Sets the complete callback delegate. | +| [Abort](../../aspose.imaging.asynctask/iasynctask/abort/)() | Aborts this task. The task is completed immediately, with the risk of not freeing internal unmanaged resources. | +| [Cancel](../../aspose.imaging.asynctask/iasynctask/cancel/)() | Cancels this task. The task is completed safely by the controlled stopping of the algorithm. | +| [RunAsync](../../aspose.imaging.asynctask/iasynctask/runasync/#runasync)() | Runs this task. | +| [RunAsync](../../aspose.imaging.asynctask/iasynctask/runasync/#runasync_1)(ThreadPriority) | Runs this task. | +| [SetCompleteCallback](../../aspose.imaging.asynctask/iasynctask/setcompletecallback/)(CompleteCallback) | Sets the complete callback delegate. | ### See Also -* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask) +* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/abort/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/abort/_index.md index 21bca1f4a407..667390e868a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/abort/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/abort/_index.md @@ -1,7 +1,7 @@ --- -title: Abort +title: IAsyncTask.Abort second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask method. Aborts this task. The task is completed immediately with the risk of not freeing internal unmanaged resources type: docs weight: 70 url: /net/aspose.imaging.asynctask/iasynctask/abort/ @@ -16,8 +16,8 @@ public void Abort() ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/cancel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/cancel/_index.md index 06889b275501..48ca687892f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/cancel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/cancel/_index.md @@ -1,7 +1,7 @@ --- -title: Cancel +title: IAsyncTask.Cancel second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask method. Cancels this task. The task is completed safely by the controlled stopping of the algorithm type: docs weight: 80 url: /net/aspose.imaging.asynctask/iasynctask/cancel/ @@ -16,8 +16,8 @@ public void Cancel() ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/error/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/error/_index.md index b7fe5b971c9c..63b5afe90a2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/error/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/error/_index.md @@ -1,7 +1,7 @@ --- -title: Error +title: IAsyncTask.Error second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask property. Gets the task error which is available after the task is completed type: docs weight: 10 url: /net/aspose.imaging.asynctask/iasynctask/error/ @@ -20,8 +20,8 @@ The task error. ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/isbusy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/isbusy/_index.md index 2d7766af6cae..2fba90461aaf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/isbusy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/isbusy/_index.md @@ -1,7 +1,7 @@ --- -title: IsBusy +title: IAsyncTask.IsBusy second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask property. Gets a value indicating whether this task is currently running type: docs weight: 20 url: /net/aspose.imaging.asynctask/iasynctask/isbusy/ @@ -20,8 +20,8 @@ public bool IsBusy { get; } ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/iscanceled/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/iscanceled/_index.md index a6d53b0bb6ae..6c20942494d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/iscanceled/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/iscanceled/_index.md @@ -1,7 +1,7 @@ --- -title: IsCanceled +title: IAsyncTask.IsCanceled second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask property. Gets a value indicating whether this task was canceled type: docs weight: 30 url: /net/aspose.imaging.asynctask/iasynctask/iscanceled/ @@ -20,8 +20,8 @@ public bool IsCanceled { get; } ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/isfaulted/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/isfaulted/_index.md index 5edb6dfd4222..763445ee83ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/isfaulted/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/isfaulted/_index.md @@ -1,7 +1,7 @@ --- -title: IsFaulted +title: IAsyncTask.IsFaulted second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask property. Gets a value indicating whether this task was faulted type: docs weight: 40 url: /net/aspose.imaging.asynctask/iasynctask/isfaulted/ @@ -20,8 +20,8 @@ public bool IsFaulted { get; } ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/progresseventhandler/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/progresseventhandler/_index.md index 2dfc2c1ee96f..9e6730bbf558 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/progresseventhandler/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/progresseventhandler/_index.md @@ -1,7 +1,7 @@ --- -title: ProgressEventHandler +title: IAsyncTask.ProgressEventHandler second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask property. Gets or sets the progress event handler of the asynchronous task type: docs weight: 50 url: /net/aspose.imaging.asynctask/iasynctask/progresseventhandler/ @@ -20,9 +20,9 @@ The progress event handler of the asynchronous task. ### See Also -* delegate [ProgressEventHandler](../../../aspose.imaging/progresseventhandler) -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* delegate [ProgressEventHandler](../../../aspose.imaging/progresseventhandler/) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/result/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/result/_index.md index 05974f495deb..e5b93dfb3b49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/result/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/result/_index.md @@ -1,7 +1,7 @@ --- -title: Result +title: IAsyncTask.Result second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask property. Gets the result of this task type: docs weight: 60 url: /net/aspose.imaging.asynctask/iasynctask/result/ @@ -20,8 +20,8 @@ The result of this task. ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/runasync/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/runasync/_index.md index 91068a7d3373..254bda0688aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/runasync/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/runasync/_index.md @@ -1,12 +1,12 @@ --- -title: RunAsync +title: IAsyncTask.RunAsync second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask method. Runs this task type: docs weight: 90 url: /net/aspose.imaging.asynctask/iasynctask/runasync/ --- -## IAsyncTask.RunAsync method (1 of 2) +## RunAsync() {#runasync} Runs this task. @@ -16,13 +16,13 @@ public void RunAsync() ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) --- -## IAsyncTask.RunAsync method (2 of 2) +## RunAsync(ThreadPriority) {#runasync_1} Runs this task. @@ -36,8 +36,8 @@ public void RunAsync(ThreadPriority priority) ### See Also -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/setcompletecallback/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/setcompletecallback/_index.md index 3a5d74780ba1..9ab4dea4a8dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/setcompletecallback/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctask/setcompletecallback/_index.md @@ -1,7 +1,7 @@ --- -title: SetCompleteCallback +title: IAsyncTask.SetCompleteCallback second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTask method. Sets the complete callback delegate type: docs weight: 100 url: /net/aspose.imaging.asynctask/iasynctask/setcompletecallback/ @@ -20,9 +20,9 @@ public void SetCompleteCallback(CompleteCallback completeCallback) ### See Also -* delegate [CompleteCallback](../../completecallback) -* interface [IAsyncTask](../../iasynctask) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctask) +* delegate [CompleteCallback](../../completecallback/) +* interface [IAsyncTask](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/_index.md index 2ec3bb251dd8..74a176c307f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/_index.md @@ -1,7 +1,7 @@ --- -title: IAsyncTaskState +title: Interface IAsyncTaskState second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.AsyncTask.IAsyncTaskState interface. Provides access to the state of the asynchronous task type: docs weight: 110 url: /net/aspose.imaging.asynctask/iasynctaskstate/ @@ -18,19 +18,19 @@ public interface IAsyncTaskState | Name | Description | | --- | --- | -| [IsCanceled](../../aspose.imaging.asynctask/iasynctaskstate/iscanceled) { get; } | Gets a value indicating whether the asynchronous task is canceled. | -| [Progress](../../aspose.imaging.asynctask/iasynctaskstate/progress) { get; } | Gets the progress of the asynchronous task. | +| [IsCanceled](../../aspose.imaging.asynctask/iasynctaskstate/iscanceled/) { get; } | Gets a value indicating whether the asynchronous task is canceled. | +| [Progress](../../aspose.imaging.asynctask/iasynctaskstate/progress/) { get; } | Gets the progress of the asynchronous task. | ## Methods | Name | Description | | --- | --- | -| [IncrementProgressMaxValue](../../aspose.imaging.asynctask/iasynctaskstate/incrementprogressmaxvalue)(int) | Increments the progress maximum value. | -| [IndicateProgress](../../aspose.imaging.asynctask/iasynctaskstate/indicateprogress)(EventType) | Sets the progress of the asynchronous task. | +| [IncrementProgressMaxValue](../../aspose.imaging.asynctask/iasynctaskstate/incrementprogressmaxvalue/)(int) | Increments the progress maximum value. | +| [IndicateProgress](../../aspose.imaging.asynctask/iasynctaskstate/indicateprogress/)(EventType) | Sets the progress of the asynchronous task. | ### See Also -* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask) +* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/incrementprogressmaxvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/incrementprogressmaxvalue/_index.md index 8556332ddcb9..824dd699b89d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/incrementprogressmaxvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/incrementprogressmaxvalue/_index.md @@ -1,7 +1,7 @@ --- -title: IncrementProgressMaxValue +title: IAsyncTaskState.IncrementProgressMaxValue second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTaskState method. Increments the progress maximum value type: docs weight: 30 url: /net/aspose.imaging.asynctask/iasynctaskstate/incrementprogressmaxvalue/ @@ -20,8 +20,8 @@ public void IncrementProgressMaxValue(int value) ### See Also -* interface [IAsyncTaskState](../../iasynctaskstate) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctaskstate) +* interface [IAsyncTaskState](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctaskstate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/indicateprogress/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/indicateprogress/_index.md index a73a5cb68de2..936a16a96e47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/indicateprogress/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/indicateprogress/_index.md @@ -1,7 +1,7 @@ --- -title: IndicateProgress +title: IAsyncTaskState.IndicateProgress second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTaskState method. Sets the progress of the asynchronous task type: docs weight: 40 url: /net/aspose.imaging.asynctask/iasynctaskstate/indicateprogress/ @@ -20,9 +20,9 @@ public void IndicateProgress(EventType eventType) ### See Also -* enum [EventType](../../../aspose.imaging.progressmanagement/eventtype) -* interface [IAsyncTaskState](../../iasynctaskstate) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctaskstate) +* enum [EventType](../../../aspose.imaging.progressmanagement/eventtype/) +* interface [IAsyncTaskState](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctaskstate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/iscanceled/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/iscanceled/_index.md index b4888b0df7cf..c33c733aec0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/iscanceled/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/iscanceled/_index.md @@ -1,7 +1,7 @@ --- -title: IsCanceled +title: IAsyncTaskState.IsCanceled second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTaskState property. Gets a value indicating whether the asynchronous task is canceled type: docs weight: 10 url: /net/aspose.imaging.asynctask/iasynctaskstate/iscanceled/ @@ -20,8 +20,8 @@ public bool IsCanceled { get; } ### See Also -* interface [IAsyncTaskState](../../iasynctaskstate) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctaskstate) +* interface [IAsyncTaskState](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctaskstate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/progress/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/progress/_index.md index 57278f28fed0..4b9da41d750c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/progress/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.asynctask/iasynctaskstate/progress/_index.md @@ -1,7 +1,7 @@ --- -title: Progress +title: IAsyncTaskState.Progress second_title: Aspose.Imaging for .NET API Reference -description: +description: IAsyncTaskState property. Gets the progress of the asynchronous task type: docs weight: 20 url: /net/aspose.imaging.asynctask/iasynctaskstate/progress/ @@ -20,9 +20,9 @@ The progress of the asynchronous task. ### See Also -* enum [EventType](../../../aspose.imaging.progressmanagement/eventtype) -* interface [IAsyncTaskState](../../iasynctaskstate) -* namespace [Aspose.Imaging.AsyncTask](../../iasynctaskstate) +* enum [EventType](../../../aspose.imaging.progressmanagement/eventtype/) +* interface [IAsyncTaskState](../) +* namespace [Aspose.Imaging.AsyncTask](../../iasynctaskstate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/_index.md index 0bef0ce16bdd..a68287076aa0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Brushes second_title: Aspose.Imaging for .NET API Reference -description: The namespace provides helper classes and methods to work with different brush types. +description: The namespace provides helper classes and methods to work with different brush types type: docs weight: 40 url: /net/aspose.imaging.brushes/ @@ -12,15 +12,15 @@ The namespace provides helper classes and methods to work with different brush t | Class | Description | | --- | --- | -| [HatchBrush](./hatchbrush) | Defines a rectangular brush with a hatch style, a foreground color, and a background color. This class cannot be inherited. | -| [LinearGradientBrush](./lineargradientbrush) | Encapsulates a [`Brush`](../aspose.imaging/brush) with a linear gradient. This class cannot be inherited. | -| [LinearGradientBrushBase](./lineargradientbrushbase) | Represents a [`Brush`](../aspose.imaging/brush) with gradient capabilities and appropriate properties. | -| [LinearMulticolorGradientBrush](./linearmulticolorgradientbrush) | Represents a [`Brush`](../aspose.imaging/brush) with linear gradient defined by multiple colors and appropriate positions. This class cannot be inherited. | -| [PathGradientBrush](./pathgradientbrush) | Encapsulates a [`Brush`](../aspose.imaging/brush) object with a gradient. This class cannot be inherited. | -| [PathGradientBrushBase](./pathgradientbrushbase) | Represents a [`Brush`](../aspose.imaging/brush) with base path gradient functionality. | -| [PathMulticolorGradientBrush](./pathmulticolorgradientbrush) | Encapsulates a [`Brush`](../aspose.imaging/brush) object with a gradient. This class cannot be inherited. | -| [SolidBrush](./solidbrush) | Solid brush is intended for drawing continiously with specific color. This class cannot be inherited. | -| [TextureBrush](./texturebrush) | Each property of the [`TextureBrush`](../aspose.imaging.brushes/texturebrush) class is a [`Brush`](../aspose.imaging/brush) object that uses an image to fill the interior of a shape. This class cannot be inherited. | -| [TransformBrush](./transformbrush) | A [`Brush`](../aspose.imaging/brush) with transform capabilities. | +| [HatchBrush](./hatchbrush/) | Defines a rectangular brush with a hatch style, a foreground color, and a background color. This class cannot be inherited. | +| [LinearGradientBrush](./lineargradientbrush/) | Encapsulates a [`Brush`](../aspose.imaging/brush/) with a linear gradient. This class cannot be inherited. | +| [LinearGradientBrushBase](./lineargradientbrushbase/) | Represents a [`Brush`](../aspose.imaging/brush/) with gradient capabilities and appropriate properties. | +| [LinearMulticolorGradientBrush](./linearmulticolorgradientbrush/) | Represents a [`Brush`](../aspose.imaging/brush/) with linear gradient defined by multiple colors and appropriate positions. This class cannot be inherited. | +| [PathGradientBrush](./pathgradientbrush/) | Encapsulates a [`Brush`](../aspose.imaging/brush/) object with a gradient. This class cannot be inherited. | +| [PathGradientBrushBase](./pathgradientbrushbase/) | Represents a [`Brush`](../aspose.imaging/brush/) with base path gradient functionality. | +| [PathMulticolorGradientBrush](./pathmulticolorgradientbrush/) | Encapsulates a [`Brush`](../aspose.imaging/brush/) object with a gradient. This class cannot be inherited. | +| [SolidBrush](./solidbrush/) | Solid brush is intended for drawing continiously with specific color. This class cannot be inherited. | +| [TextureBrush](./texturebrush/) | Each property of the [`TextureBrush`](../aspose.imaging.brushes/texturebrush/) class is a [`Brush`](../aspose.imaging/brush/) object that uses an image to fill the interior of a shape. This class cannot be inherited. | +| [TransformBrush](./transformbrush/) | A [`Brush`](../aspose.imaging/brush/) with transform capabilities. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/_index.md index c641de546264..d7f8242ee919 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/_index.md @@ -1,7 +1,7 @@ --- -title: HatchBrush +title: Class HatchBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.HatchBrush class. Defines a rectangular brush with a hatch style a foreground color and a background color. This class cannot be inherited type: docs weight: 140 url: /net/aspose.imaging.brushes/hatchbrush/ @@ -18,28 +18,28 @@ public sealed class HatchBrush : Brush | Name | Description | | --- | --- | -| [HatchBrush](hatchbrush)() | The default constructor. | +| [HatchBrush](hatchbrush/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.brushes/hatchbrush/backgroundcolor) { get; set; } | Gets or sets the color of spaces between the hatch lines. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [ForegroundColor](../../aspose.imaging.brushes/hatchbrush/foregroundcolor) { get; set; } | Gets or sets the color of hatch lines. | -| [HatchStyle](../../aspose.imaging.brushes/hatchbrush/hatchstyle) { get; set; } | Gets or sets the hatch style of this brush. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [BackgroundColor](../../aspose.imaging.brushes/hatchbrush/backgroundcolor/) { get; set; } | Gets or sets the color of spaces between the hatch lines. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [ForegroundColor](../../aspose.imaging.brushes/hatchbrush/foregroundcolor/) { get; set; } | Gets or sets the color of hatch lines. | +| [HatchStyle](../../aspose.imaging.brushes/hatchbrush/hatchstyle/) { get; set; } | Gets or sets the hatch style of this brush. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | -### Examples +## Examples This example shows the creation and usage Pen objects. The example creates a new Image and draw Rectangles on Image surface. @@ -97,8 +97,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [Brush](../../aspose.imaging/brush) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [Brush](../../aspose.imaging/brush/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/backgroundcolor/_index.md index d06fad026999..17a0fd62008f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: HatchBrush.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: HatchBrush property. Gets or sets the color of spaces between the hatch lines type: docs weight: 20 url: /net/aspose.imaging.brushes/hatchbrush/backgroundcolor/ @@ -18,7 +18,7 @@ public Color BackgroundColor { get; set; } The color of spaces between the hatch lines. -### Examples +## Examples This example shows the creation and usage Pen objects. The example creates a new Image and draw Rectangles on Image surface. @@ -76,9 +76,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [HatchBrush](../../hatchbrush) -* namespace [Aspose.Imaging.Brushes](../../hatchbrush) +* struct [Color](../../../aspose.imaging/color/) +* class [HatchBrush](../) +* namespace [Aspose.Imaging.Brushes](../../hatchbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/foregroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/foregroundcolor/_index.md index 88ca72d2e3f7..02a335fa7d3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/foregroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/foregroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: ForegroundColor +title: HatchBrush.ForegroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: HatchBrush property. Gets or sets the color of hatch lines type: docs weight: 30 url: /net/aspose.imaging.brushes/hatchbrush/foregroundcolor/ @@ -18,7 +18,7 @@ public Color ForegroundColor { get; set; } The color of hatch lines. -### Examples +## Examples This example shows the creation and usage Pen objects. The example creates a new Image and draw Rectangles on Image surface. @@ -76,9 +76,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [HatchBrush](../../hatchbrush) -* namespace [Aspose.Imaging.Brushes](../../hatchbrush) +* struct [Color](../../../aspose.imaging/color/) +* class [HatchBrush](../) +* namespace [Aspose.Imaging.Brushes](../../hatchbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/hatchbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/hatchbrush/_index.md index fe28b34b5b30..9837ef69b7af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/hatchbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/hatchbrush/_index.md @@ -1,7 +1,7 @@ --- -title: HatchBrush +title: HatchBrush.HatchBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: HatchBrush constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.brushes/hatchbrush/hatchbrush/ @@ -16,8 +16,8 @@ public HatchBrush() ### See Also -* class [HatchBrush](../../hatchbrush) -* namespace [Aspose.Imaging.Brushes](../../hatchbrush) +* class [HatchBrush](../) +* namespace [Aspose.Imaging.Brushes](../../hatchbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/hatchstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/hatchstyle/_index.md index bc4f20c81ede..f569697dc87a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/hatchstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/hatchbrush/hatchstyle/_index.md @@ -1,7 +1,7 @@ --- -title: HatchStyle +title: HatchBrush.HatchStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: HatchBrush property. Gets or sets the hatch style of this brush type: docs weight: 40 url: /net/aspose.imaging.brushes/hatchbrush/hatchstyle/ @@ -16,9 +16,9 @@ public HatchStyle HatchStyle { get; set; } ### See Also -* enum [HatchStyle](../../../aspose.imaging/hatchstyle) -* class [HatchBrush](../../hatchbrush) -* namespace [Aspose.Imaging.Brushes](../../hatchbrush) +* enum [HatchStyle](../../../aspose.imaging/hatchstyle/) +* class [HatchBrush](../) +* namespace [Aspose.Imaging.Brushes](../../hatchbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/_index.md index a58676e4c67b..a13adfa7b337 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/_index.md @@ -1,14 +1,14 @@ --- -title: LinearGradientBrush +title: Class LinearGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.LinearGradientBrush class. Encapsulates a Brush with a linear gradient. This class cannot be inherited type: docs weight: 150 url: /net/aspose.imaging.brushes/lineargradientbrush/ --- ## LinearGradientBrush class -Encapsulates a [`Brush`](../../aspose.imaging/brush) with a linear gradient. This class cannot be inherited. +Encapsulates a [`Brush`](../../aspose.imaging/brush/) with a linear gradient. This class cannot be inherited. ```csharp public sealed class LinearGradientBrush : LinearGradientBrushBase @@ -18,57 +18,57 @@ public sealed class LinearGradientBrush : LinearGradientBrushBase | Name | Description | | --- | --- | -| [LinearGradientBrush](lineargradientbrush)() | Initializes a new instance of the [`LinearGradientBrush`](../lineargradientbrush) class with default parameters. The starting color is black, the ending color is white, the angle is 45 degrees and the rectangle is located in (0,0) with size (1,1). | -| [LinearGradientBrush](lineargradientbrush)(Point, Point, Color, Color) | Initializes a new instance of the [`LinearGradientBrush`](../lineargradientbrush) class. | -| [LinearGradientBrush](lineargradientbrush)(PointF, PointF, Color, Color) | Initializes a new instance of the [`LinearGradientBrush`](../lineargradientbrush) class. | -| [LinearGradientBrush](lineargradientbrush)(Rectangle, Color, Color, float) | Initializes a new instance of the [`LinearGradientBrush`](../lineargradientbrush) class. | -| [LinearGradientBrush](lineargradientbrush)(RectangleF, Color, Color, float) | Initializes a new instance of the [`LinearGradientBrush`](../lineargradientbrush) class. | -| [LinearGradientBrush](lineargradientbrush)(Rectangle, Color, Color, float, bool) | Initializes a new instance of the [`LinearGradientBrush`](../lineargradientbrush) class. | -| [LinearGradientBrush](lineargradientbrush)(RectangleF, Color, Color, float, bool) | Initializes a new instance of the [`LinearGradientBrush`](../lineargradientbrush) class. | +| [LinearGradientBrush](lineargradientbrush/#constructor)() | Initializes a new instance of the `LinearGradientBrush` class with default parameters. The starting color is black, the ending color is white, the angle is 45 degrees and the rectangle is located in (0,0) with size (1,1). | +| [LinearGradientBrush](lineargradientbrush/#constructor_1)(Point, Point, Color, Color) | Initializes a new instance of the `LinearGradientBrush` class. | +| [LinearGradientBrush](lineargradientbrush/#constructor_2)(PointF, PointF, Color, Color) | Initializes a new instance of the `LinearGradientBrush` class. | +| [LinearGradientBrush](lineargradientbrush/#constructor_3)(Rectangle, Color, Color, float) | Initializes a new instance of the `LinearGradientBrush` class. | +| [LinearGradientBrush](lineargradientbrush/#constructor_5)(RectangleF, Color, Color, float) | Initializes a new instance of the `LinearGradientBrush` class. | +| [LinearGradientBrush](lineargradientbrush/#constructor_4)(Rectangle, Color, Color, float, bool) | Initializes a new instance of the `LinearGradientBrush` class. | +| [LinearGradientBrush](lineargradientbrush/#constructor_6)(RectangleF, Color, Color, float, bool) | Initializes a new instance of the `LinearGradientBrush` class. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.brushes/lineargradientbrushbase/angle) { get; set; } | Gets or sets the gradient angle. | -| [Blend](../../aspose.imaging.brushes/lineargradientbrush/blend) { get; set; } | Gets or sets a [`Blend`](../../aspose.imaging/blend) that specifies positions and factors that define a custom falloff for the gradient. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [EndColor](../../aspose.imaging.brushes/lineargradientbrush/endcolor) { get; set; } | Gets or sets the ending gradient color. | -| [GammaCorrection](../../aspose.imaging.brushes/lineargradientbrushbase/gammacorrection) { get; set; } | Gets or sets a value indicating whether gamma correction is enabled for this [`LinearGradientBrushBase`](../lineargradientbrushbase). | -| [IsAngleScalable](../../aspose.imaging.brushes/lineargradientbrushbase/isanglescalable) { get; set; } | Gets or sets a value indicating whether [`Angle`](../lineargradientbrushbase/angle) is changed during trasnformations with this [`LinearGradientBrushBase`](../lineargradientbrushbase). | -| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | -| [Rectangle](../../aspose.imaging.brushes/lineargradientbrushbase/rectangle) { get; set; } | Gets or sets a rectangular region that defines the starting and ending points of the gradient. | -| [StartColor](../../aspose.imaging.brushes/lineargradientbrush/startcolor) { get; set; } | Gets or sets the starting gradient color. | -| [Transform](../../aspose.imaging.brushes/transformbrush/transform) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../transformbrush). | -| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush). | +| [Angle](../../aspose.imaging.brushes/lineargradientbrushbase/angle/) { get; set; } | Gets or sets the gradient angle. | +| [Blend](../../aspose.imaging.brushes/lineargradientbrush/blend/) { get; set; } | Gets or sets a [`Blend`](../../aspose.imaging/blend/) that specifies positions and factors that define a custom falloff for the gradient. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [EndColor](../../aspose.imaging.brushes/lineargradientbrush/endcolor/) { get; set; } | Gets or sets the ending gradient color. | +| [GammaCorrection](../../aspose.imaging.brushes/lineargradientbrushbase/gammacorrection/) { get; set; } | Gets or sets a value indicating whether gamma correction is enabled for this [`LinearGradientBrushBase`](../lineargradientbrushbase/). | +| [IsAngleScalable](../../aspose.imaging.brushes/lineargradientbrushbase/isanglescalable/) { get; set; } | Gets or sets a value indicating whether [`Angle`](../lineargradientbrushbase/angle/) is changed during trasnformations with this [`LinearGradientBrushBase`](../lineargradientbrushbase/). | +| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged/) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [Rectangle](../../aspose.imaging.brushes/lineargradientbrushbase/rectangle/) { get; set; } | Gets or sets a rectangular region that defines the starting and ending points of the gradient. | +| [StartColor](../../aspose.imaging.brushes/lineargradientbrush/startcolor/) { get; set; } | Gets or sets the starting gradient color. | +| [Transform](../../aspose.imaging.brushes/transformbrush/transform/) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix/) that defines a local geometric transform for this [`TransformBrush`](../transformbrush/). | +| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode/) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush/). | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../aspose.imaging/matrix). | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform)() | Resets the [`Transform`](../transformbrush/transform) property to identity. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [SetBlendTriangularShape](../../aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape)(float) | Creates a linear gradient with a center color and a linear falloff to a single color on both ends. | -| [SetBlendTriangularShape](../../aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape)(float, float) | Creates a linear gradient with a center color and a linear falloff to a single color on both ends. | -| [SetSigmaBellShape](../../aspose.imaging.brushes/lineargradientbrush/setsigmabellshape)(float) | Creates a gradient falloff based on a bell-shaped curve. | -| [SetSigmaBellShape](../../aspose.imaging.brushes/lineargradientbrush/setsigmabellshape)(float, float) | Creates a gradient falloff based on a bell-shaped curve. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this `LinearGradientBrush` by the specified [`Matrix`](../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../aspose.imaging/matrix/). | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this `LinearGradientBrush` by the specified [`Matrix`](../../aspose.imaging/matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform/)() | Resets the [`Transform`](../transformbrush/transform/) property to identity. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [SetBlendTriangularShape](../../aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape/#setblendtriangularshape)(float) | Creates a linear gradient with a center color and a linear falloff to a single color on both ends. | +| [SetBlendTriangularShape](../../aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape/#setblendtriangularshape_1)(float, float) | Creates a linear gradient with a center color and a linear falloff to a single color on both ends. | +| [SetSigmaBellShape](../../aspose.imaging.brushes/lineargradientbrush/setsigmabellshape/#setsigmabellshape)(float) | Creates a gradient falloff based on a bell-shaped curve. | +| [SetSigmaBellShape](../../aspose.imaging.brushes/lineargradientbrush/setsigmabellshape/#setsigmabellshape_1)(float, float) | Creates a gradient falloff based on a bell-shaped curve. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | ### See Also -* class [LinearGradientBrushBase](../lineargradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [LinearGradientBrushBase](../lineargradientbrushbase/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/blend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/blend/_index.md index 0f34bba8282c..991409548e2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/blend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/blend/_index.md @@ -1,14 +1,14 @@ --- -title: Blend +title: LinearGradientBrush.Blend second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrush property. Gets or sets a Blend that specifies positions and factors that define a custom falloff for the gradient type: docs weight: 20 url: /net/aspose.imaging.brushes/lineargradientbrush/blend/ --- ## LinearGradientBrush.Blend property -Gets or sets a [`Blend`](../../../aspose.imaging/blend) that specifies positions and factors that define a custom falloff for the gradient. +Gets or sets a [`Blend`](../../../aspose.imaging/blend/) that specifies positions and factors that define a custom falloff for the gradient. ```csharp public Blend Blend { get; set; } @@ -16,13 +16,13 @@ public Blend Blend { get; set; } ### Property Value -A [`Blend`](../../../aspose.imaging/blend) that represents a custom falloff for the gradient. +A [`Blend`](../../../aspose.imaging/blend/) that represents a custom falloff for the gradient. ### See Also -* class [Blend](../../../aspose.imaging/blend) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* class [Blend](../../../aspose.imaging/blend/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/endcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/endcolor/_index.md index 0dff58e70a50..e2c22615578e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/endcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/endcolor/_index.md @@ -1,7 +1,7 @@ --- -title: EndColor +title: LinearGradientBrush.EndColor second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrush property. Gets or sets the ending gradient color type: docs weight: 30 url: /net/aspose.imaging.brushes/lineargradientbrush/endcolor/ @@ -20,9 +20,9 @@ The ending gradient color. ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* struct [Color](../../../aspose.imaging/color/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/lineargradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/lineargradientbrush/_index.md index d21533ad4756..adf158ab15fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/lineargradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/lineargradientbrush/_index.md @@ -1,14 +1,14 @@ --- -title: LinearGradientBrush +title: LinearGradientBrush.LinearGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrush constructor. Initializes a new instance of the LinearGradientBrush class type: docs weight: 10 url: /net/aspose.imaging.brushes/lineargradientbrush/lineargradientbrush/ --- -## LinearGradientBrush constructor (1 of 7) +## LinearGradientBrush(RectangleF, Color, Color, float, bool) {#constructor_6} -Initializes a new instance of the [`LinearGradientBrush`](../../lineargradientbrush) class. +Initializes a new instance of the [`LinearGradientBrush`](../) class. ```csharp public LinearGradientBrush(RectangleF rect, Color color1, Color color2, float angle, @@ -25,17 +25,17 @@ public LinearGradientBrush(RectangleF rect, Color color1, Color color2, float an ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* struct [Color](../../../aspose.imaging/color) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* struct [Color](../../../aspose.imaging/color/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearGradientBrush constructor (2 of 7) +## LinearGradientBrush(Rectangle, Color, Color, float, bool) {#constructor_4} -Initializes a new instance of the [`LinearGradientBrush`](../../lineargradientbrush) class. +Initializes a new instance of the [`LinearGradientBrush`](../) class. ```csharp public LinearGradientBrush(Rectangle rect, Color color1, Color color2, float angle, @@ -52,17 +52,17 @@ public LinearGradientBrush(Rectangle rect, Color color1, Color color2, float ang ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* struct [Color](../../../aspose.imaging/color) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* struct [Color](../../../aspose.imaging/color/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearGradientBrush constructor (3 of 7) +## LinearGradientBrush(RectangleF, Color, Color, float) {#constructor_5} -Initializes a new instance of the [`LinearGradientBrush`](../../lineargradientbrush) class. +Initializes a new instance of the [`LinearGradientBrush`](../) class. ```csharp public LinearGradientBrush(RectangleF rect, Color color1, Color color2, float angle) @@ -77,17 +77,17 @@ public LinearGradientBrush(RectangleF rect, Color color1, Color color2, float an ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* struct [Color](../../../aspose.imaging/color) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* struct [Color](../../../aspose.imaging/color/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearGradientBrush constructor (4 of 7) +## LinearGradientBrush(Rectangle, Color, Color, float) {#constructor_3} -Initializes a new instance of the [`LinearGradientBrush`](../../lineargradientbrush) class. +Initializes a new instance of the [`LinearGradientBrush`](../) class. ```csharp public LinearGradientBrush(Rectangle rect, Color color1, Color color2, float angle) @@ -102,17 +102,17 @@ public LinearGradientBrush(Rectangle rect, Color color1, Color color2, float ang ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* struct [Color](../../../aspose.imaging/color) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* struct [Color](../../../aspose.imaging/color/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearGradientBrush constructor (5 of 7) +## LinearGradientBrush(PointF, PointF, Color, Color) {#constructor_2} -Initializes a new instance of the [`LinearGradientBrush`](../../lineargradientbrush) class. +Initializes a new instance of the [`LinearGradientBrush`](../) class. ```csharp public LinearGradientBrush(PointF point1, PointF point2, Color color1, Color color2) @@ -127,17 +127,17 @@ public LinearGradientBrush(PointF point1, PointF point2, Color color1, Color col ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* struct [Color](../../../aspose.imaging/color) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* struct [PointF](../../../aspose.imaging/pointf/) +* struct [Color](../../../aspose.imaging/color/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearGradientBrush constructor (6 of 7) +## LinearGradientBrush(Point, Point, Color, Color) {#constructor_1} -Initializes a new instance of the [`LinearGradientBrush`](../../lineargradientbrush) class. +Initializes a new instance of the [`LinearGradientBrush`](../) class. ```csharp public LinearGradientBrush(Point point1, Point point2, Color color1, Color color2) @@ -150,7 +150,7 @@ public LinearGradientBrush(Point point1, Point point2, Color color1, Color color | color1 | Color | The color1. | | color2 | Color | The color2. | -### Examples +## Examples The following example shows how to create a grayscale copy of an existing frame and add it to a TIFF image. @@ -199,17 +199,17 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* struct [Point](../../../aspose.imaging/point) -* struct [Color](../../../aspose.imaging/color) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* struct [Point](../../../aspose.imaging/point/) +* struct [Color](../../../aspose.imaging/color/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearGradientBrush constructor (7 of 7) +## LinearGradientBrush() {#constructor} -Initializes a new instance of the [`LinearGradientBrush`](../../lineargradientbrush) class with default parameters. The starting color is black, the ending color is white, the angle is 45 degrees and the rectangle is located in (0,0) with size (1,1). +Initializes a new instance of the [`LinearGradientBrush`](../) class with default parameters. The starting color is black, the ending color is white, the angle is 45 degrees and the rectangle is located in (0,0) with size (1,1). ```csharp public LinearGradientBrush() @@ -217,8 +217,8 @@ public LinearGradientBrush() ### See Also -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape/_index.md index cfd7567944a9..25d7fd79649d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape/_index.md @@ -1,12 +1,12 @@ --- -title: SetBlendTriangularShape +title: LinearGradientBrush.SetBlendTriangularShape second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrush method. Creates a linear gradient with a center color and a linear falloff to a single color on both ends type: docs weight: 50 url: /net/aspose.imaging.brushes/lineargradientbrush/setblendtriangularshape/ --- -## LinearGradientBrush.SetBlendTriangularShape method (1 of 2) +## SetBlendTriangularShape(float) {#setblendtriangularshape} Creates a linear gradient with a center color and a linear falloff to a single color on both ends. @@ -20,13 +20,13 @@ public void SetBlendTriangularShape(float focus) ### See Also -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearGradientBrush.SetBlendTriangularShape method (2 of 2) +## SetBlendTriangularShape(float, float) {#setblendtriangularshape_1} Creates a linear gradient with a center color and a linear falloff to a single color on both ends. @@ -41,8 +41,8 @@ public void SetBlendTriangularShape(float focus, float scale) ### See Also -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/setsigmabellshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/setsigmabellshape/_index.md index 12739f8226d3..781595f2a93d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/setsigmabellshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/setsigmabellshape/_index.md @@ -1,12 +1,12 @@ --- -title: SetSigmaBellShape +title: LinearGradientBrush.SetSigmaBellShape second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrush method. Creates a gradient falloff based on a bellshaped curve type: docs weight: 60 url: /net/aspose.imaging.brushes/lineargradientbrush/setsigmabellshape/ --- -## LinearGradientBrush.SetSigmaBellShape method (1 of 2) +## SetSigmaBellShape(float) {#setsigmabellshape} Creates a gradient falloff based on a bell-shaped curve. @@ -20,13 +20,13 @@ public void SetSigmaBellShape(float focus) ### See Also -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearGradientBrush.SetSigmaBellShape method (2 of 2) +## SetSigmaBellShape(float, float) {#setsigmabellshape_1} Creates a gradient falloff based on a bell-shaped curve. @@ -41,8 +41,8 @@ public void SetSigmaBellShape(float focus, float scale) ### See Also -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/startcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/startcolor/_index.md index 07f45d4f6b65..011690ec1c25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/startcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrush/startcolor/_index.md @@ -1,7 +1,7 @@ --- -title: StartColor +title: LinearGradientBrush.StartColor second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrush property. Gets or sets the starting gradient color type: docs weight: 40 url: /net/aspose.imaging.brushes/lineargradientbrush/startcolor/ @@ -20,9 +20,9 @@ The starting gradient color. ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [LinearGradientBrush](../../lineargradientbrush) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush) +* struct [Color](../../../aspose.imaging/color/) +* class [LinearGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/_index.md index 23ffb2099038..d36f6bb4b09e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/_index.md @@ -1,14 +1,14 @@ --- -title: LinearGradientBrushBase +title: Class LinearGradientBrushBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.LinearGradientBrushBase class. Represents a Brush with gradient capabilities and appropriate properties type: docs weight: 160 url: /net/aspose.imaging.brushes/lineargradientbrushbase/ --- ## LinearGradientBrushBase class -Represents a [`Brush`](../../aspose.imaging/brush) with gradient capabilities and appropriate properties. +Represents a [`Brush`](../../aspose.imaging/brush/) with gradient capabilities and appropriate properties. ```csharp public abstract class LinearGradientBrushBase : TransformBrush @@ -18,38 +18,38 @@ public abstract class LinearGradientBrushBase : TransformBrush | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.brushes/lineargradientbrushbase/angle) { get; set; } | Gets or sets the gradient angle. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [GammaCorrection](../../aspose.imaging.brushes/lineargradientbrushbase/gammacorrection) { get; set; } | Gets or sets a value indicating whether gamma correction is enabled for this [`LinearGradientBrushBase`](../lineargradientbrushbase). | -| [IsAngleScalable](../../aspose.imaging.brushes/lineargradientbrushbase/isanglescalable) { get; set; } | Gets or sets a value indicating whether [`Angle`](./angle) is changed during trasnformations with this [`LinearGradientBrushBase`](../lineargradientbrushbase). | -| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | -| [Rectangle](../../aspose.imaging.brushes/lineargradientbrushbase/rectangle) { get; set; } | Gets or sets a rectangular region that defines the starting and ending points of the gradient. | -| [Transform](../../aspose.imaging.brushes/transformbrush/transform) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../transformbrush). | -| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush). | +| [Angle](../../aspose.imaging.brushes/lineargradientbrushbase/angle/) { get; set; } | Gets or sets the gradient angle. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [GammaCorrection](../../aspose.imaging.brushes/lineargradientbrushbase/gammacorrection/) { get; set; } | Gets or sets a value indicating whether gamma correction is enabled for this `LinearGradientBrushBase`. | +| [IsAngleScalable](../../aspose.imaging.brushes/lineargradientbrushbase/isanglescalable/) { get; set; } | Gets or sets a value indicating whether [`Angle`](./angle/) is changed during trasnformations with this `LinearGradientBrushBase`. | +| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged/) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [Rectangle](../../aspose.imaging.brushes/lineargradientbrushbase/rectangle/) { get; set; } | Gets or sets a rectangular region that defines the starting and ending points of the gradient. | +| [Transform](../../aspose.imaging.brushes/transformbrush/transform/) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix/) that defines a local geometric transform for this [`TransformBrush`](../transformbrush/). | +| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode/) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush/). | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../aspose.imaging/matrix). | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform)() | Resets the [`Transform`](../transformbrush/transform) property to identity. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../aspose.imaging/matrix/). | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform/)() | Resets the [`Transform`](../transformbrush/transform/) property to identity. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | ### See Also -* class [TransformBrush](../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [TransformBrush](../transformbrush/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/angle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/angle/_index.md index 21b8fb2523c0..f2f11b516428 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/angle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/angle/_index.md @@ -1,7 +1,7 @@ --- -title: Angle +title: LinearGradientBrushBase.Angle second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrushBase property. Gets or sets the gradient angle type: docs weight: 10 url: /net/aspose.imaging.brushes/lineargradientbrushbase/angle/ @@ -20,8 +20,8 @@ The gradient angle. ### See Also -* class [LinearGradientBrushBase](../../lineargradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrushbase) +* class [LinearGradientBrushBase](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrushbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/gammacorrection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/gammacorrection/_index.md index b0ce47860a35..bf734f33d420 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/gammacorrection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/gammacorrection/_index.md @@ -1,14 +1,14 @@ --- -title: GammaCorrection +title: LinearGradientBrushBase.GammaCorrection second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrushBase property. Gets or sets a value indicating whether gamma correction is enabled for this LinearGradientBrushBase type: docs weight: 20 url: /net/aspose.imaging.brushes/lineargradientbrushbase/gammacorrection/ --- ## LinearGradientBrushBase.GammaCorrection property -Gets or sets a value indicating whether gamma correction is enabled for this [`LinearGradientBrushBase`](../../lineargradientbrushbase). +Gets or sets a value indicating whether gamma correction is enabled for this [`LinearGradientBrushBase`](../). ```csharp public bool GammaCorrection { get; set; } @@ -16,12 +16,12 @@ public bool GammaCorrection { get; set; } ### Property Value -The value is true if gamma correction is enabled for this [`LinearGradientBrushBase`](../../lineargradientbrushbase); otherwise, false. +The value is true if gamma correction is enabled for this [`LinearGradientBrushBase`](../); otherwise, false. ### See Also -* class [LinearGradientBrushBase](../../lineargradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrushbase) +* class [LinearGradientBrushBase](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrushbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/isanglescalable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/isanglescalable/_index.md index 8f6a847d277b..df6ac738f25d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/isanglescalable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/isanglescalable/_index.md @@ -1,14 +1,14 @@ --- -title: IsAngleScalable +title: LinearGradientBrushBase.IsAngleScalable second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrushBase property. Gets or sets a value indicating whether Angle is changed during trasnformations with this LinearGradientBrushBase type: docs weight: 30 url: /net/aspose.imaging.brushes/lineargradientbrushbase/isanglescalable/ --- ## LinearGradientBrushBase.IsAngleScalable property -Gets or sets a value indicating whether [`Angle`](../angle) is changed during trasnformations with this [`LinearGradientBrushBase`](../../lineargradientbrushbase). +Gets or sets a value indicating whether [`Angle`](../angle/) is changed during trasnformations with this [`LinearGradientBrushBase`](../). ```csharp public bool IsAngleScalable { get; set; } @@ -16,12 +16,12 @@ public bool IsAngleScalable { get; set; } ### Property Value -`true` if [`Angle`](../angle) is changed during transformations with this [`LinearGradientBrushBase`](../../lineargradientbrushbase); otherwise, `false`. +`true` if [`Angle`](../angle/) is changed during transformations with this [`LinearGradientBrushBase`](../); otherwise, `false`. ### See Also -* class [LinearGradientBrushBase](../../lineargradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrushbase) +* class [LinearGradientBrushBase](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrushbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/rectangle/_index.md index e8057ad30663..391d5154d230 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/lineargradientbrushbase/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: LinearGradientBrushBase.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearGradientBrushBase property. Gets or sets a rectangular region that defines the starting and ending points of the gradient type: docs weight: 40 url: /net/aspose.imaging.brushes/lineargradientbrushbase/rectangle/ @@ -16,13 +16,13 @@ public RectangleF Rectangle { get; set; } ### Property Value -A [`RectangleF`](../../../aspose.imaging/rectanglef) structure that specifies the starting and ending points of the gradient. +A [`RectangleF`](../../../aspose.imaging/rectanglef/) structure that specifies the starting and ending points of the gradient. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [LinearGradientBrushBase](../../lineargradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../lineargradientbrushbase) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [LinearGradientBrushBase](../) +* namespace [Aspose.Imaging.Brushes](../../lineargradientbrushbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/_index.md index 0e03de307e4b..8db1e89dafdd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/_index.md @@ -1,14 +1,14 @@ --- -title: LinearMulticolorGradientBrush +title: Class LinearMulticolorGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.LinearMulticolorGradientBrush class. Represents a Brush with linear gradient defined by multiple colors and appropriate positions. This class cannot be inherited type: docs weight: 170 url: /net/aspose.imaging.brushes/linearmulticolorgradientbrush/ --- ## LinearMulticolorGradientBrush class -Represents a [`Brush`](../../aspose.imaging/brush) with linear gradient defined by multiple colors and appropriate positions. This class cannot be inherited. +Represents a [`Brush`](../../aspose.imaging/brush/) with linear gradient defined by multiple colors and appropriate positions. This class cannot be inherited. ```csharp public sealed class LinearMulticolorGradientBrush : LinearGradientBrushBase @@ -18,51 +18,51 @@ public sealed class LinearMulticolorGradientBrush : LinearGradientBrushBase | Name | Description | | --- | --- | -| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush)() | Initializes a new instance of the [`LinearMulticolorGradientBrush`](../linearmulticolorgradientbrush) class with default parameters. The starting color is black, the ending color is white, the angle is 45 degrees and the rectangle is located in (0,0) with size (1,1). | -| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush)(Point, Point) | Initializes a new instance of the [`LinearMulticolorGradientBrush`](../linearmulticolorgradientbrush) class with the specified points. | -| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush)(PointF, PointF) | Initializes a new instance of the [`LinearMulticolorGradientBrush`](../linearmulticolorgradientbrush) class with the specified points. | -| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush)(Rectangle, float) | Initializes a new instance of the [`LinearMulticolorGradientBrush`](../linearmulticolorgradientbrush) class based on a rectangle and an orientation angle. | -| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush)(RectangleF, float) | Initializes a new instance of the [`LinearMulticolorGradientBrush`](../linearmulticolorgradientbrush) class based on a rectangle and an orientation angle. | -| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush)(Rectangle, float, bool) | Initializes a new instance of the [`LinearMulticolorGradientBrush`](../linearmulticolorgradientbrush) class based on a rectangle and an orientation angle. | -| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush)(RectangleF, float, bool) | Initializes a new instance of the [`LinearMulticolorGradientBrush`](../linearmulticolorgradientbrush) class based on a rectangle and an orientation angle. | +| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush/#constructor)() | Initializes a new instance of the `LinearMulticolorGradientBrush` class with default parameters. The starting color is black, the ending color is white, the angle is 45 degrees and the rectangle is located in (0,0) with size (1,1). | +| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush/#constructor_1)(Point, Point) | Initializes a new instance of the `LinearMulticolorGradientBrush` class with the specified points. | +| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush/#constructor_2)(PointF, PointF) | Initializes a new instance of the `LinearMulticolorGradientBrush` class with the specified points. | +| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush/#constructor_3)(Rectangle, float) | Initializes a new instance of the `LinearMulticolorGradientBrush` class based on a rectangle and an orientation angle. | +| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush/#constructor_5)(RectangleF, float) | Initializes a new instance of the `LinearMulticolorGradientBrush` class based on a rectangle and an orientation angle. | +| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush/#constructor_4)(Rectangle, float, bool) | Initializes a new instance of the `LinearMulticolorGradientBrush` class based on a rectangle and an orientation angle. | +| [LinearMulticolorGradientBrush](linearmulticolorgradientbrush/#constructor_6)(RectangleF, float, bool) | Initializes a new instance of the `LinearMulticolorGradientBrush` class based on a rectangle and an orientation angle. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.brushes/lineargradientbrushbase/angle) { get; set; } | Gets or sets the gradient angle. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [GammaCorrection](../../aspose.imaging.brushes/lineargradientbrushbase/gammacorrection) { get; set; } | Gets or sets a value indicating whether gamma correction is enabled for this [`LinearGradientBrushBase`](../lineargradientbrushbase). | -| [InterpolationColors](../../aspose.imaging.brushes/linearmulticolorgradientbrush/interpolationcolors) { get; set; } | Gets or sets a [`ColorBlend`](../../aspose.imaging/colorblend) that defines a multicolor linear gradient. | -| [IsAngleScalable](../../aspose.imaging.brushes/lineargradientbrushbase/isanglescalable) { get; set; } | Gets or sets a value indicating whether [`Angle`](../lineargradientbrushbase/angle) is changed during trasnformations with this [`LinearGradientBrushBase`](../lineargradientbrushbase). | -| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | -| [Rectangle](../../aspose.imaging.brushes/lineargradientbrushbase/rectangle) { get; set; } | Gets or sets a rectangular region that defines the starting and ending points of the gradient. | -| [Transform](../../aspose.imaging.brushes/transformbrush/transform) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../transformbrush). | -| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush). | +| [Angle](../../aspose.imaging.brushes/lineargradientbrushbase/angle/) { get; set; } | Gets or sets the gradient angle. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [GammaCorrection](../../aspose.imaging.brushes/lineargradientbrushbase/gammacorrection/) { get; set; } | Gets or sets a value indicating whether gamma correction is enabled for this [`LinearGradientBrushBase`](../lineargradientbrushbase/). | +| [InterpolationColors](../../aspose.imaging.brushes/linearmulticolorgradientbrush/interpolationcolors/) { get; set; } | Gets or sets a [`ColorBlend`](../../aspose.imaging/colorblend/) that defines a multicolor linear gradient. | +| [IsAngleScalable](../../aspose.imaging.brushes/lineargradientbrushbase/isanglescalable/) { get; set; } | Gets or sets a value indicating whether [`Angle`](../lineargradientbrushbase/angle/) is changed during trasnformations with this [`LinearGradientBrushBase`](../lineargradientbrushbase/). | +| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged/) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [Rectangle](../../aspose.imaging.brushes/lineargradientbrushbase/rectangle/) { get; set; } | Gets or sets a rectangular region that defines the starting and ending points of the gradient. | +| [Transform](../../aspose.imaging.brushes/transformbrush/transform/) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix/) that defines a local geometric transform for this [`TransformBrush`](../transformbrush/). | +| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode/) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush/). | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../aspose.imaging/matrix). | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform)() | Resets the [`Transform`](../transformbrush/transform) property to identity. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../aspose.imaging/matrix/). | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform/)() | Resets the [`Transform`](../transformbrush/transform/) property to identity. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | ### See Also -* class [LinearGradientBrushBase](../lineargradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [LinearGradientBrushBase](../lineargradientbrushbase/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/interpolationcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/interpolationcolors/_index.md index d8959d9f0ae6..8895f944cc90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/interpolationcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/interpolationcolors/_index.md @@ -1,14 +1,14 @@ --- -title: InterpolationColors +title: LinearMulticolorGradientBrush.InterpolationColors second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearMulticolorGradientBrush property. Gets or sets a ColorBlend that defines a multicolor linear gradient type: docs weight: 20 url: /net/aspose.imaging.brushes/linearmulticolorgradientbrush/interpolationcolors/ --- ## LinearMulticolorGradientBrush.InterpolationColors property -Gets or sets a [`ColorBlend`](../../../aspose.imaging/colorblend) that defines a multicolor linear gradient. +Gets or sets a [`ColorBlend`](../../../aspose.imaging/colorblend/) that defines a multicolor linear gradient. ```csharp public ColorBlend InterpolationColors { get; set; } @@ -16,13 +16,13 @@ public ColorBlend InterpolationColors { get; set; } ### Property Value -A [`ColorBlend`](../../../aspose.imaging/colorblend) that defines a multicolor linear gradient. +A [`ColorBlend`](../../../aspose.imaging/colorblend/) that defines a multicolor linear gradient. ### See Also -* class [ColorBlend](../../../aspose.imaging/colorblend) -* class [LinearMulticolorGradientBrush](../../linearmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush) +* class [ColorBlend](../../../aspose.imaging/colorblend/) +* class [LinearMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/linearmulticolorgradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/linearmulticolorgradientbrush/_index.md index 834199a19d15..7c109bd83c65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/linearmulticolorgradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/linearmulticolorgradientbrush/linearmulticolorgradientbrush/_index.md @@ -1,14 +1,14 @@ --- -title: LinearMulticolorGradientBrush +title: LinearMulticolorGradientBrush.LinearMulticolorGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: LinearMulticolorGradientBrush constructor. Initializes a new instance of the LinearMulticolorGradientBrush class with default parameters. The starting color is black the ending color is white the angle is 45 degrees and the rectangle is located in 00 with size 11 type: docs weight: 10 url: /net/aspose.imaging.brushes/linearmulticolorgradientbrush/linearmulticolorgradientbrush/ --- -## LinearMulticolorGradientBrush constructor (1 of 7) +## LinearMulticolorGradientBrush() {#constructor} -Initializes a new instance of the [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush) class with default parameters. The starting color is black, the ending color is white, the angle is 45 degrees and the rectangle is located in (0,0) with size (1,1). +Initializes a new instance of the [`LinearMulticolorGradientBrush`](../) class with default parameters. The starting color is black, the ending color is white, the angle is 45 degrees and the rectangle is located in (0,0) with size (1,1). ```csharp public LinearMulticolorGradientBrush() @@ -16,15 +16,15 @@ public LinearMulticolorGradientBrush() ### See Also -* class [LinearMulticolorGradientBrush](../../linearmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush) +* class [LinearMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearMulticolorGradientBrush constructor (2 of 7) +## LinearMulticolorGradientBrush(Point, Point) {#constructor_1} -Initializes a new instance of the [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush) class with the specified points. +Initializes a new instance of the [`LinearMulticolorGradientBrush`](../) class with the specified points. ```csharp public LinearMulticolorGradientBrush(Point point1, Point point2) @@ -32,21 +32,21 @@ public LinearMulticolorGradientBrush(Point point1, Point point2) | Parameter | Type | Description | | --- | --- | --- | -| point1 | Point | A [`Point`](../../../aspose.imaging/point) structure that represents the starting point of the linear gradient. | -| point2 | Point | A [`Point`](../../../aspose.imaging/point) structure that represents the endpoint of the linear gradient. | +| point1 | Point | A [`Point`](../../../aspose.imaging/point/) structure that represents the starting point of the linear gradient. | +| point2 | Point | A [`Point`](../../../aspose.imaging/point/) structure that represents the endpoint of the linear gradient. | ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [LinearMulticolorGradientBrush](../../linearmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush) +* struct [Point](../../../aspose.imaging/point/) +* class [LinearMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearMulticolorGradientBrush constructor (3 of 7) +## LinearMulticolorGradientBrush(PointF, PointF) {#constructor_2} -Initializes a new instance of the [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush) class with the specified points. +Initializes a new instance of the [`LinearMulticolorGradientBrush`](../) class with the specified points. ```csharp public LinearMulticolorGradientBrush(PointF point1, PointF point2) @@ -54,21 +54,21 @@ public LinearMulticolorGradientBrush(PointF point1, PointF point2) | Parameter | Type | Description | | --- | --- | --- | -| point1 | PointF | A [`PointF`](../../../aspose.imaging/pointf) structure that represents the starting point of the linear gradient. | -| point2 | PointF | A [`PointF`](../../../aspose.imaging/pointf) structure that represents the endpoint of the linear gradient. | +| point1 | PointF | A [`PointF`](../../../aspose.imaging/pointf/) structure that represents the starting point of the linear gradient. | +| point2 | PointF | A [`PointF`](../../../aspose.imaging/pointf/) structure that represents the endpoint of the linear gradient. | ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [LinearMulticolorGradientBrush](../../linearmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [LinearMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearMulticolorGradientBrush constructor (4 of 7) +## LinearMulticolorGradientBrush(Rectangle, float) {#constructor_3} -Initializes a new instance of the [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush) class based on a rectangle and an orientation angle. +Initializes a new instance of the [`LinearMulticolorGradientBrush`](../) class based on a rectangle and an orientation angle. ```csharp public LinearMulticolorGradientBrush(Rectangle rect, float angle) @@ -76,21 +76,21 @@ public LinearMulticolorGradientBrush(Rectangle rect, float angle) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | A [`RectangleF`](../../../aspose.imaging/rectanglef) structure that specifies the bounds of the linear gradient. | +| rect | Rectangle | A [`RectangleF`](../../../aspose.imaging/rectanglef/) structure that specifies the bounds of the linear gradient. | | angle | Single | The angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line. | ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [LinearMulticolorGradientBrush](../../linearmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [LinearMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearMulticolorGradientBrush constructor (5 of 7) +## LinearMulticolorGradientBrush(RectangleF, float) {#constructor_5} -Initializes a new instance of the [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush) class based on a rectangle and an orientation angle. +Initializes a new instance of the [`LinearMulticolorGradientBrush`](../) class based on a rectangle and an orientation angle. ```csharp public LinearMulticolorGradientBrush(RectangleF rect, float angle) @@ -98,21 +98,21 @@ public LinearMulticolorGradientBrush(RectangleF rect, float angle) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef) structure that specifies the bounds of the linear gradient. | +| rect | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef/) structure that specifies the bounds of the linear gradient. | | angle | Single | The angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line. | ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [LinearMulticolorGradientBrush](../../linearmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [LinearMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearMulticolorGradientBrush constructor (6 of 7) +## LinearMulticolorGradientBrush(Rectangle, float, bool) {#constructor_4} -Initializes a new instance of the [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush) class based on a rectangle and an orientation angle. +Initializes a new instance of the [`LinearMulticolorGradientBrush`](../) class based on a rectangle and an orientation angle. ```csharp public LinearMulticolorGradientBrush(Rectangle rect, float angle, bool isAngleScalable) @@ -120,22 +120,22 @@ public LinearMulticolorGradientBrush(Rectangle rect, float angle, bool isAngleSc | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | A [`RectangleF`](../../../aspose.imaging/rectanglef) structure that specifies the bounds of the linear gradient. | +| rect | Rectangle | A [`RectangleF`](../../../aspose.imaging/rectanglef/) structure that specifies the bounds of the linear gradient. | | angle | Single | The angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line. | -| isAngleScalable | Boolean | if set to `true` the angle is changed during transformations with this [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush). | +| isAngleScalable | Boolean | if set to `true` the angle is changed during transformations with this [`LinearMulticolorGradientBrush`](../). | ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [LinearMulticolorGradientBrush](../../linearmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [LinearMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## LinearMulticolorGradientBrush constructor (7 of 7) +## LinearMulticolorGradientBrush(RectangleF, float, bool) {#constructor_6} -Initializes a new instance of the [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush) class based on a rectangle and an orientation angle. +Initializes a new instance of the [`LinearMulticolorGradientBrush`](../) class based on a rectangle and an orientation angle. ```csharp public LinearMulticolorGradientBrush(RectangleF rect, float angle, bool isAngleScalable) @@ -143,15 +143,15 @@ public LinearMulticolorGradientBrush(RectangleF rect, float angle, bool isAngleS | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef) structure that specifies the bounds of the linear gradient. | +| rect | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef/) structure that specifies the bounds of the linear gradient. | | angle | Single | The angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line. | -| isAngleScalable | Boolean | if set to `true` the angle is changed during transformations with this [`LinearMulticolorGradientBrush`](../../linearmulticolorgradientbrush). | +| isAngleScalable | Boolean | if set to `true` the angle is changed during transformations with this [`LinearMulticolorGradientBrush`](../). | ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [LinearMulticolorGradientBrush](../../linearmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [LinearMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../linearmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/_index.md index 20c0a1a8b46d..e150618f0e4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/_index.md @@ -1,14 +1,14 @@ --- -title: PathGradientBrush +title: Class PathGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.PathGradientBrush class. Encapsulates a Brush object with a gradient. This class cannot be inherited type: docs weight: 180 url: /net/aspose.imaging.brushes/pathgradientbrush/ --- ## PathGradientBrush class -Encapsulates a [`Brush`](../../aspose.imaging/brush) object with a gradient. This class cannot be inherited. +Encapsulates a [`Brush`](../../aspose.imaging/brush/) object with a gradient. This class cannot be inherited. ```csharp public sealed class PathGradientBrush : PathGradientBrushBase @@ -18,63 +18,63 @@ public sealed class PathGradientBrush : PathGradientBrushBase | Name | Description | | --- | --- | -| [PathGradientBrush](pathgradientbrush)(GraphicsPath) | Initializes a new instance of the [`PathGradientBrush`](../pathgradientbrush) class with the specified path. | -| [PathGradientBrush](pathgradientbrush)(PointF[]) | Initializes a new instance of the [`PathGradientBrush`](../pathgradientbrush) class with the specified points. | -| [PathGradientBrush](pathgradientbrush)(Point[]) | Initializes a new instance of the [`PathGradientBrush`](../pathgradientbrush) class with the specified points. | -| [PathGradientBrush](pathgradientbrush)(PointF[], WrapMode) | Initializes a new instance of the [`PathGradientBrush`](../pathgradientbrush) class with the specified points and wrap mode. | -| [PathGradientBrush](pathgradientbrush)(Point[], WrapMode) | Initializes a new instance of the [`PathGradientBrush`](../pathgradientbrush) class with the specified points and wrap mode. | +| [PathGradientBrush](pathgradientbrush/#constructor)(GraphicsPath) | Initializes a new instance of the `PathGradientBrush` class with the specified path. | +| [PathGradientBrush](pathgradientbrush/#constructor_1)(PointF[]) | Initializes a new instance of the `PathGradientBrush` class with the specified points. | +| [PathGradientBrush](pathgradientbrush/#constructor_3)(Point[]) | Initializes a new instance of the `PathGradientBrush` class with the specified points. | +| [PathGradientBrush](pathgradientbrush/#constructor_2)(PointF[], WrapMode) | Initializes a new instance of the `PathGradientBrush` class with the specified points and wrap mode. | +| [PathGradientBrush](pathgradientbrush/#constructor_4)(Point[], WrapMode) | Initializes a new instance of the `PathGradientBrush` class with the specified points and wrap mode. | ## Properties | Name | Description | | --- | --- | -| [Blend](../../aspose.imaging.brushes/pathgradientbrush/blend) { get; set; } | Gets or sets a [`Blend`](../../aspose.imaging/blend) that specifies positions and factors that define a custom falloff for the gradient. | -| [CenterColor](../../aspose.imaging.brushes/pathgradientbrush/centercolor) { get; set; } | Gets or sets the color at the center of the path gradient. | -| [CenterPoint](../../aspose.imaging.brushes/pathgradientbrushbase/centerpoint) { get; set; } | Gets or sets the center point of the path gradient. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FocusScales](../../aspose.imaging.brushes/pathgradientbrushbase/focusscales) { get; set; } | Gets or sets the focus point for the gradient falloff. | -| [GraphicsPath](../../aspose.imaging.brushes/pathgradientbrushbase/graphicspath) { get; } | Gets the graphics path this brush was build upon. | -| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | -| [PathPoints](../../aspose.imaging.brushes/pathgradientbrushbase/pathpoints) { get; } | Gets the path points this brush was build upon. | -| [SurroundColors](../../aspose.imaging.brushes/pathgradientbrush/surroundcolors) { get; set; } | Gets or sets an array of colors that correspond to the points in the path this [`PathGradientBrush`](../pathgradientbrush) fills. | -| [Transform](../../aspose.imaging.brushes/transformbrush/transform) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../transformbrush). | -| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush). | +| [Blend](../../aspose.imaging.brushes/pathgradientbrush/blend/) { get; set; } | Gets or sets a [`Blend`](../../aspose.imaging/blend/) that specifies positions and factors that define a custom falloff for the gradient. | +| [CenterColor](../../aspose.imaging.brushes/pathgradientbrush/centercolor/) { get; set; } | Gets or sets the color at the center of the path gradient. | +| [CenterPoint](../../aspose.imaging.brushes/pathgradientbrushbase/centerpoint/) { get; set; } | Gets or sets the center point of the path gradient. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FocusScales](../../aspose.imaging.brushes/pathgradientbrushbase/focusscales/) { get; set; } | Gets or sets the focus point for the gradient falloff. | +| [GraphicsPath](../../aspose.imaging.brushes/pathgradientbrushbase/graphicspath/) { get; } | Gets the graphics path this brush was build upon. | +| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged/) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [PathPoints](../../aspose.imaging.brushes/pathgradientbrushbase/pathpoints/) { get; } | Gets the path points this brush was build upon. | +| [SurroundColors](../../aspose.imaging.brushes/pathgradientbrush/surroundcolors/) { get; set; } | Gets or sets an array of colors that correspond to the points in the path this `PathGradientBrush` fills. | +| [Transform](../../aspose.imaging.brushes/transformbrush/transform/) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix/) that defines a local geometric transform for this [`TransformBrush`](../transformbrush/). | +| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode/) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush/). | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../aspose.imaging/matrix). | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform)() | Resets the [`Transform`](../transformbrush/transform) property to identity. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [SetBlendTriangularShape](../../aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape)(float) | Creates a gradient with a center color and a linear falloff to one surrounding color. | -| [SetBlendTriangularShape](../../aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape)(float, float) | Creates a gradient with a center color and a linear falloff to each surrounding color. | -| [SetSigmaBellShape](../../aspose.imaging.brushes/pathgradientbrush/setsigmabellshape)(float) | Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve. | -| [SetSigmaBellShape](../../aspose.imaging.brushes/pathgradientbrush/setsigmabellshape)(float, float) | Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | - -### Remarks +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../aspose.imaging/matrix/). | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform/)() | Resets the [`Transform`](../transformbrush/transform/) property to identity. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [SetBlendTriangularShape](../../aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape/#setblendtriangularshape)(float) | Creates a gradient with a center color and a linear falloff to one surrounding color. | +| [SetBlendTriangularShape](../../aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape/#setblendtriangularshape_1)(float, float) | Creates a gradient with a center color and a linear falloff to each surrounding color. | +| [SetSigmaBellShape](../../aspose.imaging.brushes/pathgradientbrush/setsigmabellshape/#setsigmabellshape)(float) | Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve. | +| [SetSigmaBellShape](../../aspose.imaging.brushes/pathgradientbrush/setsigmabellshape/#setsigmabellshape_1)(float, float) | Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | + +## Remarks The center color is white by default. A user can changed this value at any time later. The surround colors array is initialized by single element containing white color by default. The surround colors may be changed later, however at least single element is required when setting up the surround colors. -See the [`Blend`](./blend) for more details about its initialization. +See the [`Blend`](./blend/) for more details about its initialization. ### See Also -* class [PathGradientBrushBase](../pathgradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [PathGradientBrushBase](../pathgradientbrushbase/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/blend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/blend/_index.md index c395d28f6328..0fb20ce178de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/blend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/blend/_index.md @@ -1,14 +1,14 @@ --- -title: Blend +title: PathGradientBrush.Blend second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrush property. Gets or sets a Blend that specifies positions and factors that define a custom falloff for the gradient type: docs weight: 20 url: /net/aspose.imaging.brushes/pathgradientbrush/blend/ --- ## PathGradientBrush.Blend property -Gets or sets a [`Blend`](../../../aspose.imaging/blend) that specifies positions and factors that define a custom falloff for the gradient. +Gets or sets a [`Blend`](../../../aspose.imaging/blend/) that specifies positions and factors that define a custom falloff for the gradient. ```csharp public Blend Blend { get; set; } @@ -16,13 +16,13 @@ public Blend Blend { get; set; } ### Property Value -A [`Blend`](../../../aspose.imaging/blend) that represents a custom falloff for the gradient. +A [`Blend`](../../../aspose.imaging/blend/) that represents a custom falloff for the gradient. ### See Also -* class [Blend](../../../aspose.imaging/blend) -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* class [Blend](../../../aspose.imaging/blend/) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/centercolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/centercolor/_index.md index 8ccf56788f0d..bbd0535de9c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/centercolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/centercolor/_index.md @@ -1,7 +1,7 @@ --- -title: CenterColor +title: PathGradientBrush.CenterColor second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrush property. Gets or sets the color at the center of the path gradient type: docs weight: 30 url: /net/aspose.imaging.brushes/pathgradientbrush/centercolor/ @@ -16,13 +16,13 @@ public Color CenterColor { get; set; } ### Property Value -A [`Color`](../../../aspose.imaging/color) that represents the color at the center of the path gradient. +A [`Color`](../../../aspose.imaging/color/) that represents the color at the center of the path gradient. ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* struct [Color](../../../aspose.imaging/color/) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/pathgradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/pathgradientbrush/_index.md index c820155853c2..340e229bc18e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/pathgradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/pathgradientbrush/_index.md @@ -1,14 +1,14 @@ --- -title: PathGradientBrush +title: PathGradientBrush.PathGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrush constructor. Initializes a new instance of the PathGradientBrush class with the specified points type: docs weight: 10 url: /net/aspose.imaging.brushes/pathgradientbrush/pathgradientbrush/ --- -## PathGradientBrush constructor (1 of 5) +## PathGradientBrush(PointF[]) {#constructor_1} -Initializes a new instance of the [`PathGradientBrush`](../../pathgradientbrush) class with the specified points. +Initializes a new instance of the [`PathGradientBrush`](../) class with the specified points. ```csharp public PathGradientBrush(PointF[] pathPoints) @@ -16,20 +16,20 @@ public PathGradientBrush(PointF[] pathPoints) | Parameter | Type | Description | | --- | --- | --- | -| pathPoints | PointF[] | An array of [`PointF`](../../../aspose.imaging/pointf) structures that represents the points that make up the vertices of the path. | +| pathPoints | PointF[] | An array of [`PointF`](../../../aspose.imaging/pointf/) structures that represents the points that make up the vertices of the path. | ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathGradientBrush constructor (2 of 5) +## PathGradientBrush(PointF[], WrapMode) {#constructor_2} -Initializes a new instance of the [`PathGradientBrush`](../../pathgradientbrush) class with the specified points and wrap mode. +Initializes a new instance of the [`PathGradientBrush`](../) class with the specified points and wrap mode. ```csharp public PathGradientBrush(PointF[] pathPoints, WrapMode wrapMode) @@ -37,22 +37,22 @@ public PathGradientBrush(PointF[] pathPoints, WrapMode wrapMode) | Parameter | Type | Description | | --- | --- | --- | -| pathPoints | PointF[] | An array of [`PointF`](../../../aspose.imaging/pointf) structures that represents the points that make up the vertices of the path. | -| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode) that specifies how fills drawn with this [`PathGradientBrush`](../../pathgradientbrush) are tiled. | +| pathPoints | PointF[] | An array of [`PointF`](../../../aspose.imaging/pointf/) structures that represents the points that make up the vertices of the path. | +| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode/) that specifies how fills drawn with this [`PathGradientBrush`](../) are tiled. | ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* enum [WrapMode](../../../aspose.imaging/wrapmode) -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* struct [PointF](../../../aspose.imaging/pointf/) +* enum [WrapMode](../../../aspose.imaging/wrapmode/) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathGradientBrush constructor (3 of 5) +## PathGradientBrush(Point[]) {#constructor_3} -Initializes a new instance of the [`PathGradientBrush`](../../pathgradientbrush) class with the specified points. +Initializes a new instance of the [`PathGradientBrush`](../) class with the specified points. ```csharp public PathGradientBrush(Point[] pathPoints) @@ -60,20 +60,20 @@ public PathGradientBrush(Point[] pathPoints) | Parameter | Type | Description | | --- | --- | --- | -| pathPoints | Point[] | An array of [`Point`](../../../aspose.imaging/point) structures that represents the points that make up the vertices of the path. | +| pathPoints | Point[] | An array of [`Point`](../../../aspose.imaging/point/) structures that represents the points that make up the vertices of the path. | ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* struct [Point](../../../aspose.imaging/point/) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathGradientBrush constructor (4 of 5) +## PathGradientBrush(Point[], WrapMode) {#constructor_4} -Initializes a new instance of the [`PathGradientBrush`](../../pathgradientbrush) class with the specified points and wrap mode. +Initializes a new instance of the [`PathGradientBrush`](../) class with the specified points and wrap mode. ```csharp public PathGradientBrush(Point[] pathPoints, WrapMode wrapMode) @@ -81,22 +81,22 @@ public PathGradientBrush(Point[] pathPoints, WrapMode wrapMode) | Parameter | Type | Description | | --- | --- | --- | -| pathPoints | Point[] | An array of [`Point`](../../../aspose.imaging/point) structures that represents the points that make up the vertices of the path. | -| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode) that specifies how fills drawn with this [`PathGradientBrush`](../../pathgradientbrush) are tiled. | +| pathPoints | Point[] | An array of [`Point`](../../../aspose.imaging/point/) structures that represents the points that make up the vertices of the path. | +| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode/) that specifies how fills drawn with this [`PathGradientBrush`](../) are tiled. | ### See Also -* struct [Point](../../../aspose.imaging/point) -* enum [WrapMode](../../../aspose.imaging/wrapmode) -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* struct [Point](../../../aspose.imaging/point/) +* enum [WrapMode](../../../aspose.imaging/wrapmode/) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathGradientBrush constructor (5 of 5) +## PathGradientBrush(GraphicsPath) {#constructor} -Initializes a new instance of the [`PathGradientBrush`](../../pathgradientbrush) class with the specified path. +Initializes a new instance of the [`PathGradientBrush`](../) class with the specified path. ```csharp public PathGradientBrush(GraphicsPath path) @@ -104,13 +104,13 @@ public PathGradientBrush(GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| path | GraphicsPath | The [`GraphicsPath`](../../../aspose.imaging/graphicspath) that defines the area filled by this [`PathGradientBrush`](../../pathgradientbrush). | +| path | GraphicsPath | The [`GraphicsPath`](../../../aspose.imaging/graphicspath/) that defines the area filled by this [`PathGradientBrush`](../). | ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape/_index.md index 51ef14165999..52172e3df0e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape/_index.md @@ -1,12 +1,12 @@ --- -title: SetBlendTriangularShape +title: PathGradientBrush.SetBlendTriangularShape second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrush method. Creates a gradient with a center color and a linear falloff to one surrounding color type: docs weight: 50 url: /net/aspose.imaging.brushes/pathgradientbrush/setblendtriangularshape/ --- -## PathGradientBrush.SetBlendTriangularShape method (1 of 2) +## SetBlendTriangularShape(float) {#setblendtriangularshape} Creates a gradient with a center color and a linear falloff to one surrounding color. @@ -20,13 +20,13 @@ public void SetBlendTriangularShape(float focus) ### See Also -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathGradientBrush.SetBlendTriangularShape method (2 of 2) +## SetBlendTriangularShape(float, float) {#setblendtriangularshape_1} Creates a gradient with a center color and a linear falloff to each surrounding color. @@ -41,8 +41,8 @@ public void SetBlendTriangularShape(float focus, float scale) ### See Also -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/setsigmabellshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/setsigmabellshape/_index.md index c8fafbc4546a..83431b84bc9e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/setsigmabellshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/setsigmabellshape/_index.md @@ -1,12 +1,12 @@ --- -title: SetSigmaBellShape +title: PathGradientBrush.SetSigmaBellShape second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrush method. Creates a gradient brush that changes color starting from the center of the path outward to the paths boundary. The transition from one color to another is based on a bellshaped curve type: docs weight: 60 url: /net/aspose.imaging.brushes/pathgradientbrush/setsigmabellshape/ --- -## PathGradientBrush.SetSigmaBellShape method (1 of 2) +## SetSigmaBellShape(float) {#setsigmabellshape} Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve. @@ -20,13 +20,13 @@ public void SetSigmaBellShape(float focus) ### See Also -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathGradientBrush.SetSigmaBellShape method (2 of 2) +## SetSigmaBellShape(float, float) {#setsigmabellshape_1} Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve. @@ -41,8 +41,8 @@ public void SetSigmaBellShape(float focus, float scale) ### See Also -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/surroundcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/surroundcolors/_index.md index aa62200992c4..abf8e50494fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/surroundcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrush/surroundcolors/_index.md @@ -1,14 +1,14 @@ --- -title: SurroundColors +title: PathGradientBrush.SurroundColors second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrush property. Gets or sets an array of colors that correspond to the points in the path this PathGradientBrush fills type: docs weight: 40 url: /net/aspose.imaging.brushes/pathgradientbrush/surroundcolors/ --- ## PathGradientBrush.SurroundColors property -Gets or sets an array of colors that correspond to the points in the path this [`PathGradientBrush`](../../pathgradientbrush) fills. +Gets or sets an array of colors that correspond to the points in the path this [`PathGradientBrush`](../) fills. ```csharp public Color[] SurroundColors { get; set; } @@ -16,13 +16,13 @@ public Color[] SurroundColors { get; set; } ### Property Value -An array of [`Color`](../../../aspose.imaging/color) structures that represents the colors associated with each point in the path this [`PathGradientBrush`](../../pathgradientbrush) fills. +An array of [`Color`](../../../aspose.imaging/color/) structures that represents the colors associated with each point in the path this [`PathGradientBrush`](../) fills. ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [PathGradientBrush](../../pathgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush) +* struct [Color](../../../aspose.imaging/color/) +* class [PathGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/_index.md index 37653ab82228..0926c0a6fe13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/_index.md @@ -1,14 +1,14 @@ --- -title: PathGradientBrushBase +title: Class PathGradientBrushBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.PathGradientBrushBase class. Represents a Brush with base path gradient functionality type: docs weight: 190 url: /net/aspose.imaging.brushes/pathgradientbrushbase/ --- ## PathGradientBrushBase class -Represents a [`Brush`](../../aspose.imaging/brush) with base path gradient functionality. +Represents a [`Brush`](../../aspose.imaging/brush/) with base path gradient functionality. ```csharp public abstract class PathGradientBrushBase : TransformBrush @@ -18,42 +18,42 @@ public abstract class PathGradientBrushBase : TransformBrush | Name | Description | | --- | --- | -| [CenterPoint](../../aspose.imaging.brushes/pathgradientbrushbase/centerpoint) { get; set; } | Gets or sets the center point of the path gradient. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FocusScales](../../aspose.imaging.brushes/pathgradientbrushbase/focusscales) { get; set; } | Gets or sets the focus point for the gradient falloff. | -| [GraphicsPath](../../aspose.imaging.brushes/pathgradientbrushbase/graphicspath) { get; } | Gets the graphics path this brush was build upon. | -| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | -| [PathPoints](../../aspose.imaging.brushes/pathgradientbrushbase/pathpoints) { get; } | Gets the path points this brush was build upon. | -| [Transform](../../aspose.imaging.brushes/transformbrush/transform) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../transformbrush). | -| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush). | +| [CenterPoint](../../aspose.imaging.brushes/pathgradientbrushbase/centerpoint/) { get; set; } | Gets or sets the center point of the path gradient. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FocusScales](../../aspose.imaging.brushes/pathgradientbrushbase/focusscales/) { get; set; } | Gets or sets the focus point for the gradient falloff. | +| [GraphicsPath](../../aspose.imaging.brushes/pathgradientbrushbase/graphicspath/) { get; } | Gets the graphics path this brush was build upon. | +| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged/) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [PathPoints](../../aspose.imaging.brushes/pathgradientbrushbase/pathpoints/) { get; } | Gets the path points this brush was build upon. | +| [Transform](../../aspose.imaging.brushes/transformbrush/transform/) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix/) that defines a local geometric transform for this [`TransformBrush`](../transformbrush/). | +| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode/) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush/). | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../aspose.imaging/matrix). | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform)() | Resets the [`Transform`](../transformbrush/transform) property to identity. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | - -### Remarks - -Note that when creating the [`PathGradientBrushBase`](../pathgradientbrushbase) class it should be initialized with 2 points at least. The internal path created will always be a closed figure, the last point connects the first point. That shape is filled with this [`PathGradientBrushBase`](../pathgradientbrushbase). The GDI+ implementation throws an OutOfMemoryException when passing in empty arrays or points set having the same coordinates. The [`PathGradientBrushBase`](../pathgradientbrushbase) throws an exception when points array contain less than 2 points, the ArgumentException is thrown rather than OutOfMemoryException when points array is unacceptable. The center point is calculated as a center of mass for the passed in points by default. A user can change this point later. The focus scales is an empty point (0.0, 0.0) by default. +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../aspose.imaging/matrix/). | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform/)() | Resets the [`Transform`](../transformbrush/transform/) property to identity. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | + +## Remarks + +Note that when creating the `PathGradientBrushBase` class it should be initialized with 2 points at least. The internal path created will always be a closed figure, the last point connects the first point. That shape is filled with this `PathGradientBrushBase`. The GDI+ implementation throws an OutOfMemoryException when passing in empty arrays or points set having the same coordinates. The `PathGradientBrushBase` throws an exception when points array contain less than 2 points, the ArgumentException is thrown rather than OutOfMemoryException when points array is unacceptable. The center point is calculated as a center of mass for the passed in points by default. A user can change this point later. The focus scales is an empty point (0.0, 0.0) by default. ### See Also -* class [TransformBrush](../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [TransformBrush](../transformbrush/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/centerpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/centerpoint/_index.md index e5162546f066..2aa0ad81755a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/centerpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/centerpoint/_index.md @@ -1,7 +1,7 @@ --- -title: CenterPoint +title: PathGradientBrushBase.CenterPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrushBase property. Gets or sets the center point of the path gradient type: docs weight: 10 url: /net/aspose.imaging.brushes/pathgradientbrushbase/centerpoint/ @@ -16,13 +16,13 @@ public PointF CenterPoint { get; set; } ### Property Value -A [`PointF`](../../../aspose.imaging/pointf) that represents the center point of the path gradient. +A [`PointF`](../../../aspose.imaging/pointf/) that represents the center point of the path gradient. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PathGradientBrushBase](../../pathgradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrushbase) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PathGradientBrushBase](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrushbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/focusscales/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/focusscales/_index.md index d9be4b4d2b46..7e0e44855d44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/focusscales/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/focusscales/_index.md @@ -1,7 +1,7 @@ --- -title: FocusScales +title: PathGradientBrushBase.FocusScales second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrushBase property. Gets or sets the focus point for the gradient falloff type: docs weight: 20 url: /net/aspose.imaging.brushes/pathgradientbrushbase/focusscales/ @@ -16,13 +16,13 @@ public PointF FocusScales { get; set; } ### Property Value -A [`PointF`](../../../aspose.imaging/pointf) that represents the focus point for the gradient falloff. +A [`PointF`](../../../aspose.imaging/pointf/) that represents the focus point for the gradient falloff. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PathGradientBrushBase](../../pathgradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrushbase) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PathGradientBrushBase](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrushbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/graphicspath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/graphicspath/_index.md index d8e19fd223c9..3b70bb6e128e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/graphicspath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/graphicspath/_index.md @@ -1,7 +1,7 @@ --- -title: GraphicsPath +title: PathGradientBrushBase.GraphicsPath second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrushBase property. Gets the graphics path this brush was build upon type: docs weight: 30 url: /net/aspose.imaging.brushes/pathgradientbrushbase/graphicspath/ @@ -20,9 +20,9 @@ The graphics path. ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [PathGradientBrushBase](../../pathgradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrushbase) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [PathGradientBrushBase](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrushbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/pathpoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/pathpoints/_index.md index 094043f14c2b..95ec022545e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/pathpoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathgradientbrushbase/pathpoints/_index.md @@ -1,7 +1,7 @@ --- -title: PathPoints +title: PathGradientBrushBase.PathPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: PathGradientBrushBase property. Gets the path points this brush was build upon type: docs weight: 40 url: /net/aspose.imaging.brushes/pathgradientbrushbase/pathpoints/ @@ -20,9 +20,9 @@ The path points. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PathGradientBrushBase](../../pathgradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../pathgradientbrushbase) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PathGradientBrushBase](../) +* namespace [Aspose.Imaging.Brushes](../../pathgradientbrushbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/_index.md index b525d4775828..0de8b5994f6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/_index.md @@ -1,14 +1,14 @@ --- -title: PathMulticolorGradientBrush +title: Class PathMulticolorGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.PathMulticolorGradientBrush class. Encapsulates a Brush object with a gradient. This class cannot be inherited type: docs weight: 200 url: /net/aspose.imaging.brushes/pathmulticolorgradientbrush/ --- ## PathMulticolorGradientBrush class -Encapsulates a [`Brush`](../../aspose.imaging/brush) object with a gradient. This class cannot be inherited. +Encapsulates a [`Brush`](../../aspose.imaging/brush/) object with a gradient. This class cannot be inherited. ```csharp public sealed class PathMulticolorGradientBrush : PathGradientBrushBase @@ -18,49 +18,49 @@ public sealed class PathMulticolorGradientBrush : PathGradientBrushBase | Name | Description | | --- | --- | -| [PathMulticolorGradientBrush](pathmulticolorgradientbrush)(GraphicsPath) | Initializes a new instance of the [`PathMulticolorGradientBrush`](../pathmulticolorgradientbrush) class with the specified path. | -| [PathMulticolorGradientBrush](pathmulticolorgradientbrush)(PointF[]) | Initializes a new instance of the [`PathMulticolorGradientBrush`](../pathmulticolorgradientbrush) class with the specified points. | -| [PathMulticolorGradientBrush](pathmulticolorgradientbrush)(Point[]) | Initializes a new instance of the [`PathMulticolorGradientBrush`](../pathmulticolorgradientbrush) class with the specified points. | -| [PathMulticolorGradientBrush](pathmulticolorgradientbrush)(PointF[], WrapMode) | Initializes a new instance of the [`PathMulticolorGradientBrush`](../pathmulticolorgradientbrush) class with the specified points and wrap mode. | -| [PathMulticolorGradientBrush](pathmulticolorgradientbrush)(Point[], WrapMode) | Initializes a new instance of the [`PathMulticolorGradientBrush`](../pathmulticolorgradientbrush) class with the specified points and wrap mode. | +| [PathMulticolorGradientBrush](pathmulticolorgradientbrush/#constructor)(GraphicsPath) | Initializes a new instance of the `PathMulticolorGradientBrush` class with the specified path. | +| [PathMulticolorGradientBrush](pathmulticolorgradientbrush/#constructor_1)(PointF[]) | Initializes a new instance of the `PathMulticolorGradientBrush` class with the specified points. | +| [PathMulticolorGradientBrush](pathmulticolorgradientbrush/#constructor_3)(Point[]) | Initializes a new instance of the `PathMulticolorGradientBrush` class with the specified points. | +| [PathMulticolorGradientBrush](pathmulticolorgradientbrush/#constructor_2)(PointF[], WrapMode) | Initializes a new instance of the `PathMulticolorGradientBrush` class with the specified points and wrap mode. | +| [PathMulticolorGradientBrush](pathmulticolorgradientbrush/#constructor_4)(Point[], WrapMode) | Initializes a new instance of the `PathMulticolorGradientBrush` class with the specified points and wrap mode. | ## Properties | Name | Description | | --- | --- | -| [CenterPoint](../../aspose.imaging.brushes/pathgradientbrushbase/centerpoint) { get; set; } | Gets or sets the center point of the path gradient. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FocusScales](../../aspose.imaging.brushes/pathgradientbrushbase/focusscales) { get; set; } | Gets or sets the focus point for the gradient falloff. | -| [GraphicsPath](../../aspose.imaging.brushes/pathgradientbrushbase/graphicspath) { get; } | Gets the graphics path this brush was build upon. | -| [InterpolationColors](../../aspose.imaging.brushes/pathmulticolorgradientbrush/interpolationcolors) { get; set; } | Gets or sets a [`ColorBlend`](../../aspose.imaging/colorblend) that defines a multicolor linear gradient. | -| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | -| [PathPoints](../../aspose.imaging.brushes/pathgradientbrushbase/pathpoints) { get; } | Gets the path points this brush was build upon. | -| [Transform](../../aspose.imaging.brushes/transformbrush/transform) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../transformbrush). | -| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush). | +| [CenterPoint](../../aspose.imaging.brushes/pathgradientbrushbase/centerpoint/) { get; set; } | Gets or sets the center point of the path gradient. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FocusScales](../../aspose.imaging.brushes/pathgradientbrushbase/focusscales/) { get; set; } | Gets or sets the focus point for the gradient falloff. | +| [GraphicsPath](../../aspose.imaging.brushes/pathgradientbrushbase/graphicspath/) { get; } | Gets the graphics path this brush was build upon. | +| [InterpolationColors](../../aspose.imaging.brushes/pathmulticolorgradientbrush/interpolationcolors/) { get; set; } | Gets or sets a [`ColorBlend`](../../aspose.imaging/colorblend/) that defines a multicolor linear gradient. | +| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged/) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [PathPoints](../../aspose.imaging.brushes/pathgradientbrushbase/pathpoints/) { get; } | Gets the path points this brush was build upon. | +| [Transform](../../aspose.imaging.brushes/transformbrush/transform/) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix/) that defines a local geometric transform for this [`TransformBrush`](../transformbrush/). | +| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode/) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush/). | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../aspose.imaging/matrix). | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform)() | Resets the [`Transform`](../transformbrush/transform) property to identity. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../aspose.imaging/matrix/). | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform/)() | Resets the [`Transform`](../transformbrush/transform/) property to identity. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | ### See Also -* class [PathGradientBrushBase](../pathgradientbrushbase) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [PathGradientBrushBase](../pathgradientbrushbase/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/interpolationcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/interpolationcolors/_index.md index eff437e887e8..5c2980cc35cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/interpolationcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/interpolationcolors/_index.md @@ -1,14 +1,14 @@ --- -title: InterpolationColors +title: PathMulticolorGradientBrush.InterpolationColors second_title: Aspose.Imaging for .NET API Reference -description: +description: PathMulticolorGradientBrush property. Gets or sets a ColorBlend that defines a multicolor linear gradient type: docs weight: 20 url: /net/aspose.imaging.brushes/pathmulticolorgradientbrush/interpolationcolors/ --- ## PathMulticolorGradientBrush.InterpolationColors property -Gets or sets a [`ColorBlend`](../../../aspose.imaging/colorblend) that defines a multicolor linear gradient. +Gets or sets a [`ColorBlend`](../../../aspose.imaging/colorblend/) that defines a multicolor linear gradient. ```csharp public ColorBlend InterpolationColors { get; set; } @@ -16,13 +16,13 @@ public ColorBlend InterpolationColors { get; set; } ### Property Value -A [`ColorBlend`](../../../aspose.imaging/colorblend) that defines a multicolor linear gradient. +A [`ColorBlend`](../../../aspose.imaging/colorblend/) that defines a multicolor linear gradient. ### See Also -* class [ColorBlend](../../../aspose.imaging/colorblend) -* class [PathMulticolorGradientBrush](../../pathmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush) +* class [ColorBlend](../../../aspose.imaging/colorblend/) +* class [PathMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/pathmulticolorgradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/pathmulticolorgradientbrush/_index.md index 702aafc58d42..fc9b1d555562 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/pathmulticolorgradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/pathmulticolorgradientbrush/pathmulticolorgradientbrush/_index.md @@ -1,14 +1,14 @@ --- -title: PathMulticolorGradientBrush +title: PathMulticolorGradientBrush.PathMulticolorGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: PathMulticolorGradientBrush constructor. Initializes a new instance of the PathMulticolorGradientBrush class with the specified points type: docs weight: 10 url: /net/aspose.imaging.brushes/pathmulticolorgradientbrush/pathmulticolorgradientbrush/ --- -## PathMulticolorGradientBrush constructor (1 of 5) +## PathMulticolorGradientBrush(PointF[]) {#constructor_1} -Initializes a new instance of the [`PathMulticolorGradientBrush`](../../pathmulticolorgradientbrush) class with the specified points. +Initializes a new instance of the [`PathMulticolorGradientBrush`](../) class with the specified points. ```csharp public PathMulticolorGradientBrush(PointF[] pathPoints) @@ -16,20 +16,20 @@ public PathMulticolorGradientBrush(PointF[] pathPoints) | Parameter | Type | Description | | --- | --- | --- | -| pathPoints | PointF[] | An array of [`PointF`](../../../aspose.imaging/pointf) structures that represents the points that make up the vertices of the path. | +| pathPoints | PointF[] | An array of [`PointF`](../../../aspose.imaging/pointf/) structures that represents the points that make up the vertices of the path. | ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PathMulticolorGradientBrush](../../pathmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PathMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathMulticolorGradientBrush constructor (2 of 5) +## PathMulticolorGradientBrush(PointF[], WrapMode) {#constructor_2} -Initializes a new instance of the [`PathMulticolorGradientBrush`](../../pathmulticolorgradientbrush) class with the specified points and wrap mode. +Initializes a new instance of the [`PathMulticolorGradientBrush`](../) class with the specified points and wrap mode. ```csharp public PathMulticolorGradientBrush(PointF[] pathPoints, WrapMode wrapMode) @@ -37,22 +37,22 @@ public PathMulticolorGradientBrush(PointF[] pathPoints, WrapMode wrapMode) | Parameter | Type | Description | | --- | --- | --- | -| pathPoints | PointF[] | An array of [`PointF`](../../../aspose.imaging/pointf) structures that represents the points that make up the vertices of the path. | -| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode) that specifies how fills drawn with this [`PathMulticolorGradientBrush`](../../pathmulticolorgradientbrush) are tiled. | +| pathPoints | PointF[] | An array of [`PointF`](../../../aspose.imaging/pointf/) structures that represents the points that make up the vertices of the path. | +| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode/) that specifies how fills drawn with this [`PathMulticolorGradientBrush`](../) are tiled. | ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* enum [WrapMode](../../../aspose.imaging/wrapmode) -* class [PathMulticolorGradientBrush](../../pathmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush) +* struct [PointF](../../../aspose.imaging/pointf/) +* enum [WrapMode](../../../aspose.imaging/wrapmode/) +* class [PathMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathMulticolorGradientBrush constructor (3 of 5) +## PathMulticolorGradientBrush(Point[]) {#constructor_3} -Initializes a new instance of the [`PathMulticolorGradientBrush`](../../pathmulticolorgradientbrush) class with the specified points. +Initializes a new instance of the [`PathMulticolorGradientBrush`](../) class with the specified points. ```csharp public PathMulticolorGradientBrush(Point[] pathPoints) @@ -60,20 +60,20 @@ public PathMulticolorGradientBrush(Point[] pathPoints) | Parameter | Type | Description | | --- | --- | --- | -| pathPoints | Point[] | An array of [`Point`](../../../aspose.imaging/point) structures that represents the points that make up the vertices of the path. | +| pathPoints | Point[] | An array of [`Point`](../../../aspose.imaging/point/) structures that represents the points that make up the vertices of the path. | ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [PathMulticolorGradientBrush](../../pathmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush) +* struct [Point](../../../aspose.imaging/point/) +* class [PathMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathMulticolorGradientBrush constructor (4 of 5) +## PathMulticolorGradientBrush(Point[], WrapMode) {#constructor_4} -Initializes a new instance of the [`PathMulticolorGradientBrush`](../../pathmulticolorgradientbrush) class with the specified points and wrap mode. +Initializes a new instance of the [`PathMulticolorGradientBrush`](../) class with the specified points and wrap mode. ```csharp public PathMulticolorGradientBrush(Point[] pathPoints, WrapMode wrapMode) @@ -81,22 +81,22 @@ public PathMulticolorGradientBrush(Point[] pathPoints, WrapMode wrapMode) | Parameter | Type | Description | | --- | --- | --- | -| pathPoints | Point[] | An array of [`Point`](../../../aspose.imaging/point) structures that represents the points that make up the vertices of the path. | -| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode) that specifies how fills drawn with this [`PathMulticolorGradientBrush`](../../pathmulticolorgradientbrush) are tiled. | +| pathPoints | Point[] | An array of [`Point`](../../../aspose.imaging/point/) structures that represents the points that make up the vertices of the path. | +| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode/) that specifies how fills drawn with this [`PathMulticolorGradientBrush`](../) are tiled. | ### See Also -* struct [Point](../../../aspose.imaging/point) -* enum [WrapMode](../../../aspose.imaging/wrapmode) -* class [PathMulticolorGradientBrush](../../pathmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush) +* struct [Point](../../../aspose.imaging/point/) +* enum [WrapMode](../../../aspose.imaging/wrapmode/) +* class [PathMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) --- -## PathMulticolorGradientBrush constructor (5 of 5) +## PathMulticolorGradientBrush(GraphicsPath) {#constructor} -Initializes a new instance of the [`PathMulticolorGradientBrush`](../../pathmulticolorgradientbrush) class with the specified path. +Initializes a new instance of the [`PathMulticolorGradientBrush`](../) class with the specified path. ```csharp public PathMulticolorGradientBrush(GraphicsPath path) @@ -104,13 +104,13 @@ public PathMulticolorGradientBrush(GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| path | GraphicsPath | The [`GraphicsPath`](../../../aspose.imaging/graphicspath) that defines the area filled by this [`PathMulticolorGradientBrush`](../../pathmulticolorgradientbrush). | +| path | GraphicsPath | The [`GraphicsPath`](../../../aspose.imaging/graphicspath/) that defines the area filled by this [`PathMulticolorGradientBrush`](../). | ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [PathMulticolorGradientBrush](../../pathmulticolorgradientbrush) -* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [PathMulticolorGradientBrush](../) +* namespace [Aspose.Imaging.Brushes](../../pathmulticolorgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/_index.md index 520cab4c400f..6cb45db15114 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/_index.md @@ -1,7 +1,7 @@ --- -title: SolidBrush +title: Class SolidBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.SolidBrush class. Solid brush is intended for drawing continiously with specific color. This class cannot be inherited type: docs weight: 210 url: /net/aspose.imaging.brushes/solidbrush/ @@ -18,27 +18,27 @@ public sealed class SolidBrush : Brush | Name | Description | | --- | --- | -| [SolidBrush](solidbrush)() | Initializes a new instance of the [`SolidBrush`](../solidbrush) class. | -| [SolidBrush](solidbrush)(Color) | Initializes a new instance of the [`SolidBrush`](../solidbrush) class. | +| [SolidBrush](solidbrush/#constructor)() | Initializes a new instance of the `SolidBrush` class. | +| [SolidBrush](solidbrush/#constructor_1)(Color) | Initializes a new instance of the `SolidBrush` class. | ## Properties | Name | Description | | --- | --- | -| [Color](../../aspose.imaging.brushes/solidbrush/color) { get; set; } | Gets or sets the brush color. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [Color](../../aspose.imaging.brushes/solidbrush/color/) { get; set; } | Gets or sets the brush color. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -104,8 +104,8 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Brush](../../aspose.imaging/brush) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [Brush](../../aspose.imaging/brush/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/color/_index.md index c04ab2326c9b..dc41dec748b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/color/_index.md @@ -1,7 +1,7 @@ --- -title: Color +title: SolidBrush.Color second_title: Aspose.Imaging for .NET API Reference -description: +description: SolidBrush property. Gets or sets the brush color type: docs weight: 20 url: /net/aspose.imaging.brushes/solidbrush/color/ @@ -18,7 +18,7 @@ public Color Color { get; set; } The brush color. -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -84,9 +84,9 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [SolidBrush](../../solidbrush) -* namespace [Aspose.Imaging.Brushes](../../solidbrush) +* struct [Color](../../../aspose.imaging/color/) +* class [SolidBrush](../) +* namespace [Aspose.Imaging.Brushes](../../solidbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/solidbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/solidbrush/_index.md index cc2142969e85..b812a77cb14e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/solidbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/solidbrush/solidbrush/_index.md @@ -1,20 +1,20 @@ --- -title: SolidBrush +title: SolidBrush.SolidBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: SolidBrush constructor. Initializes a new instance of the SolidBrush class type: docs weight: 10 url: /net/aspose.imaging.brushes/solidbrush/solidbrush/ --- -## SolidBrush constructor (1 of 2) +## SolidBrush() {#constructor} -Initializes a new instance of the [`SolidBrush`](../../solidbrush) class. +Initializes a new instance of the [`SolidBrush`](../) class. ```csharp public SolidBrush() ``` -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -80,15 +80,15 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [SolidBrush](../../solidbrush) -* namespace [Aspose.Imaging.Brushes](../../solidbrush) +* class [SolidBrush](../) +* namespace [Aspose.Imaging.Brushes](../../solidbrush/) * assembly [Aspose.Imaging](../../../) --- -## SolidBrush constructor (2 of 2) +## SolidBrush(Color) {#constructor_1} -Initializes a new instance of the [`SolidBrush`](../../solidbrush) class. +Initializes a new instance of the [`SolidBrush`](../) class. ```csharp public SolidBrush(Color color) @@ -100,9 +100,9 @@ public SolidBrush(Color color) ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [SolidBrush](../../solidbrush) -* namespace [Aspose.Imaging.Brushes](../../solidbrush) +* struct [Color](../../../aspose.imaging/color/) +* class [SolidBrush](../) +* namespace [Aspose.Imaging.Brushes](../../solidbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/_index.md index c109192d447e..3b92d1e539a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/_index.md @@ -1,14 +1,14 @@ --- -title: TextureBrush +title: Class TextureBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.TextureBrush class. Each property of the TextureBrush class is a Brush object that uses an image to fill the interior of a shape. This class cannot be inherited type: docs weight: 220 url: /net/aspose.imaging.brushes/texturebrush/ --- ## TextureBrush class -Each property of the [`TextureBrush`](../texturebrush) class is a [`Brush`](../../aspose.imaging/brush) object that uses an image to fill the interior of a shape. This class cannot be inherited. +Each property of the `TextureBrush` class is a [`Brush`](../../aspose.imaging/brush/) object that uses an image to fill the interior of a shape. This class cannot be inherited. ```csharp public sealed class TextureBrush : TransformBrush @@ -18,50 +18,50 @@ public sealed class TextureBrush : TransformBrush | Name | Description | | --- | --- | -| [TextureBrush](texturebrush)(Image) | Initializes a new instance of the [`TextureBrush`](../texturebrush) class that uses the specified image. | -| [TextureBrush](texturebrush)(Image, Rectangle) | Initializes a new instance of the [`TextureBrush`](../texturebrush) class that uses the specified image and bounding rectangle. | -| [TextureBrush](texturebrush)(Image, RectangleF) | Initializes a new instance of the [`TextureBrush`](../texturebrush) class that uses the specified image and bounding rectangle. | -| [TextureBrush](texturebrush)(Image, WrapMode) | Initializes a new instance of the [`TextureBrush`](../texturebrush) class that uses the specified image and wrap mode. | -| [TextureBrush](texturebrush)(Image, Rectangle, ImageAttributes) | Initializes a new instance of the [`TextureBrush`](../texturebrush) class that uses the specified image, bounding rectangle, and image attributes. | -| [TextureBrush](texturebrush)(Image, RectangleF, ImageAttributes) | Initializes a new instance of the [`TextureBrush`](../texturebrush) class that uses the specified image, bounding rectangle, and image attributes. | -| [TextureBrush](texturebrush)(Image, WrapMode, Rectangle) | Initializes a new instance of the [`TextureBrush`](../texturebrush) class that uses the specified image, wrap mode, and bounding rectangle. | -| [TextureBrush](texturebrush)(Image, WrapMode, RectangleF) | Initializes a new instance of the [`TextureBrush`](../texturebrush) class that uses the specified image, wrap mode, and bounding rectangle. | +| [TextureBrush](texturebrush/#constructor)(Image) | Initializes a new instance of the `TextureBrush` class that uses the specified image. | +| [TextureBrush](texturebrush/#constructor_1)(Image, Rectangle) | Initializes a new instance of the `TextureBrush` class that uses the specified image and bounding rectangle. | +| [TextureBrush](texturebrush/#constructor_3)(Image, RectangleF) | Initializes a new instance of the `TextureBrush` class that uses the specified image and bounding rectangle. | +| [TextureBrush](texturebrush/#constructor_5)(Image, WrapMode) | Initializes a new instance of the `TextureBrush` class that uses the specified image and wrap mode. | +| [TextureBrush](texturebrush/#constructor_2)(Image, Rectangle, ImageAttributes) | Initializes a new instance of the `TextureBrush` class that uses the specified image, bounding rectangle, and image attributes. | +| [TextureBrush](texturebrush/#constructor_4)(Image, RectangleF, ImageAttributes) | Initializes a new instance of the `TextureBrush` class that uses the specified image, bounding rectangle, and image attributes. | +| [TextureBrush](texturebrush/#constructor_6)(Image, WrapMode, Rectangle) | Initializes a new instance of the `TextureBrush` class that uses the specified image, wrap mode, and bounding rectangle. | +| [TextureBrush](texturebrush/#constructor_7)(Image, WrapMode, RectangleF) | Initializes a new instance of the `TextureBrush` class that uses the specified image, wrap mode, and bounding rectangle. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Image](../../aspose.imaging.brushes/texturebrush/image) { get; } | Gets the [`Image`](../../aspose.imaging/image) object associated with this [`TextureBrush`](../texturebrush) object. | -| [ImageAttributes](../../aspose.imaging.brushes/texturebrush/imageattributes) { get; } | Gets the [`ImageAttributes`](./imageattributes) associated with this [`TextureBrush`](../texturebrush). | -| [ImageRectangle](../../aspose.imaging.brushes/texturebrush/imagerectangle) { get; } | Gets the [`Rectangle`](../../aspose.imaging/rectangle) associated with this [`TextureBrush`](../texturebrush). | -| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | -| [Transform](../../aspose.imaging.brushes/transformbrush/transform) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../transformbrush). | -| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush). | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Image](../../aspose.imaging.brushes/texturebrush/image/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) object associated with this `TextureBrush` object. | +| [ImageAttributes](../../aspose.imaging.brushes/texturebrush/imageattributes/) { get; } | Gets the [`ImageAttributes`](./imageattributes/) associated with this `TextureBrush`. | +| [ImageRectangle](../../aspose.imaging.brushes/texturebrush/imagerectangle/) { get; } | Gets the [`Rectangle`](../../aspose.imaging/rectangle/) associated with this `TextureBrush`. | +| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged/) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [Transform](../../aspose.imaging.brushes/transformbrush/transform/) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix/) that defines a local geometric transform for this [`TransformBrush`](../transformbrush/). | +| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode/) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush/). | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../aspose.imaging/matrix). | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform)() | Resets the [`Transform`](../transformbrush/transform) property to identity. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../aspose.imaging/matrix/). | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform/)() | Resets the [`Transform`](../transformbrush/transform/) property to identity. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | ### See Also -* class [TransformBrush](../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [TransformBrush](../transformbrush/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/image/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/image/_index.md index 7e7b331c193d..cee7a24667b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/image/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/image/_index.md @@ -1,14 +1,14 @@ --- -title: Image +title: TextureBrush.Image second_title: Aspose.Imaging for .NET API Reference -description: +description: TextureBrush property. Gets the Image object associated with this TextureBrush object type: docs weight: 20 url: /net/aspose.imaging.brushes/texturebrush/image/ --- ## TextureBrush.Image property -Gets the [`Image`](../../../aspose.imaging/image) object associated with this [`TextureBrush`](../../texturebrush) object. +Gets the [`Image`](../../../aspose.imaging/image/) object associated with this [`TextureBrush`](../) object. ```csharp public Image Image { get; } @@ -16,13 +16,13 @@ public Image Image { get; } ### Property Value -An [`Image`](../../../aspose.imaging/image) object that represents the image with which this [`TextureBrush`](../../texturebrush) object fills shapes. +An [`Image`](../../../aspose.imaging/image/) object that represents the image with which this [`TextureBrush`](../) object fills shapes. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/imageattributes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/imageattributes/_index.md index 8c5656d355b3..45abca833b2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/imageattributes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/imageattributes/_index.md @@ -1,14 +1,14 @@ --- -title: ImageAttributes +title: TextureBrush.ImageAttributes second_title: Aspose.Imaging for .NET API Reference -description: +description: TextureBrush property. Gets the ImageAttributes associated with this TextureBrush type: docs weight: 30 url: /net/aspose.imaging.brushes/texturebrush/imageattributes/ --- ## TextureBrush.ImageAttributes property -Gets the `ImageAttributes` associated with this [`TextureBrush`](../../texturebrush). +Gets the `ImageAttributes` associated with this [`TextureBrush`](../). ```csharp public ImageAttributes ImageAttributes { get; } @@ -20,9 +20,9 @@ The `ImageAttributes`. ### See Also -* class [ImageAttributes](../../../aspose.imaging/imageattributes) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [ImageAttributes](../../../aspose.imaging/imageattributes/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/imagerectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/imagerectangle/_index.md index b27e11369c38..103785137ab0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/imagerectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/imagerectangle/_index.md @@ -1,14 +1,14 @@ --- -title: ImageRectangle +title: TextureBrush.ImageRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: TextureBrush property. Gets the Rectangle associated with this TextureBrush type: docs weight: 40 url: /net/aspose.imaging.brushes/texturebrush/imagerectangle/ --- ## TextureBrush.ImageRectangle property -Gets the [`Rectangle`](../../../aspose.imaging/rectangle) associated with this [`TextureBrush`](../../texturebrush). +Gets the [`Rectangle`](../../../aspose.imaging/rectangle/) associated with this [`TextureBrush`](../). ```csharp public RectangleF ImageRectangle { get; } @@ -16,13 +16,13 @@ public RectangleF ImageRectangle { get; } ### Property Value -The [`Rectangle`](../../../aspose.imaging/rectangle). +The [`Rectangle`](../../../aspose.imaging/rectangle/). ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/texturebrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/texturebrush/_index.md index d87b0448b1ac..b5e31e570fe8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/texturebrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/texturebrush/texturebrush/_index.md @@ -1,14 +1,14 @@ --- -title: TextureBrush +title: TextureBrush.TextureBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: TextureBrush constructor. Initializes a new instance of the TextureBrush class that uses the specified image bounding rectangle and image attributes type: docs weight: 10 url: /net/aspose.imaging.brushes/texturebrush/texturebrush/ --- -## TextureBrush constructor (1 of 8) +## TextureBrush(Image, Rectangle, ImageAttributes) {#constructor_2} -Initializes a new instance of the [`TextureBrush`](../../texturebrush) class that uses the specified image, bounding rectangle, and image attributes. +Initializes a new instance of the [`TextureBrush`](../) class that uses the specified image, bounding rectangle, and image attributes. ```csharp public TextureBrush(Image image, Rectangle destinationRectangle, ImageAttributes imageAttributes) @@ -16,24 +16,24 @@ public TextureBrush(Image image, Rectangle destinationRectangle, ImageAttributes | Parameter | Type | Description | | --- | --- | --- | -| image | Image | The [`Image`](../../../aspose.imaging/image) object with which this [`TextureBrush`](../../texturebrush) object fills interiors. | -| destinationRectangle | Rectangle | A [`Rectangle`](../../../aspose.imaging/rectangle) structure that represents the bounding rectangle for this [`TextureBrush`](../../texturebrush) object. | -| imageAttributes | ImageAttributes | An [`ImageAttributes`](../../../aspose.imaging/imageattributes) object that contains additional information about the image used by this [`TextureBrush`](../../texturebrush) object. | +| image | Image | The [`Image`](../../../aspose.imaging/image/) object with which this [`TextureBrush`](../) object fills interiors. | +| destinationRectangle | Rectangle | A [`Rectangle`](../../../aspose.imaging/rectangle/) structure that represents the bounding rectangle for this [`TextureBrush`](../) object. | +| imageAttributes | ImageAttributes | An [`ImageAttributes`](../../../aspose.imaging/imageattributes/) object that contains additional information about the image used by this [`TextureBrush`](../) object. | ### See Also -* class [Image](../../../aspose.imaging/image) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageAttributes](../../../aspose.imaging/imageattributes) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageAttributes](../../../aspose.imaging/imageattributes/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) --- -## TextureBrush constructor (2 of 8) +## TextureBrush(Image, Rectangle) {#constructor_1} -Initializes a new instance of the [`TextureBrush`](../../texturebrush) class that uses the specified image and bounding rectangle. +Initializes a new instance of the [`TextureBrush`](../) class that uses the specified image and bounding rectangle. ```csharp public TextureBrush(Image image, Rectangle destinationRectangle) @@ -41,22 +41,22 @@ public TextureBrush(Image image, Rectangle destinationRectangle) | Parameter | Type | Description | | --- | --- | --- | -| image | Image | The [`Image`](../../../aspose.imaging/image) object with which this [`TextureBrush`](../../texturebrush) object fills interiors. | -| destinationRectangle | Rectangle | A [`Rectangle`](../../../aspose.imaging/rectangle) structure that represents the bounding rectangle for this [`TextureBrush`](../../texturebrush) object. | +| image | Image | The [`Image`](../../../aspose.imaging/image/) object with which this [`TextureBrush`](../) object fills interiors. | +| destinationRectangle | Rectangle | A [`Rectangle`](../../../aspose.imaging/rectangle/) structure that represents the bounding rectangle for this [`TextureBrush`](../) object. | ### See Also -* class [Image](../../../aspose.imaging/image) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) --- -## TextureBrush constructor (3 of 8) +## TextureBrush(Image, RectangleF) {#constructor_3} -Initializes a new instance of the [`TextureBrush`](../../texturebrush) class that uses the specified image and bounding rectangle. +Initializes a new instance of the [`TextureBrush`](../) class that uses the specified image and bounding rectangle. ```csharp public TextureBrush(Image image, RectangleF destinationRectangle) @@ -64,22 +64,22 @@ public TextureBrush(Image image, RectangleF destinationRectangle) | Parameter | Type | Description | | --- | --- | --- | -| image | Image | The [`Image`](../../../aspose.imaging/image) object with which this [`TextureBrush`](../../texturebrush) object fills interiors. | -| destinationRectangle | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef) structure that represents the bounding rectangle for this [`TextureBrush`](../../texturebrush) object. | +| image | Image | The [`Image`](../../../aspose.imaging/image/) object with which this [`TextureBrush`](../) object fills interiors. | +| destinationRectangle | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef/) structure that represents the bounding rectangle for this [`TextureBrush`](../) object. | ### See Also -* class [Image](../../../aspose.imaging/image) -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) --- -## TextureBrush constructor (4 of 8) +## TextureBrush(Image, WrapMode, Rectangle) {#constructor_6} -Initializes a new instance of the [`TextureBrush`](../../texturebrush) class that uses the specified image, wrap mode, and bounding rectangle. +Initializes a new instance of the [`TextureBrush`](../) class that uses the specified image, wrap mode, and bounding rectangle. ```csharp public TextureBrush(Image image, WrapMode wrapMode, Rectangle destinationRectangle) @@ -87,24 +87,24 @@ public TextureBrush(Image image, WrapMode wrapMode, Rectangle destinationRectang | Parameter | Type | Description | | --- | --- | --- | -| image | Image | The [`Image`](../../../aspose.imaging/image) object with which this [`TextureBrush`](../../texturebrush) object fills interiors. | -| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode) enumeration that specifies how this [`TextureBrush`](../../texturebrush) object is tiled. | -| destinationRectangle | Rectangle | A [`Rectangle`](../../../aspose.imaging/rectangle) structure that represents the bounding rectangle for this [`TextureBrush`](../../texturebrush) object. | +| image | Image | The [`Image`](../../../aspose.imaging/image/) object with which this [`TextureBrush`](../) object fills interiors. | +| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode/) enumeration that specifies how this [`TextureBrush`](../) object is tiled. | +| destinationRectangle | Rectangle | A [`Rectangle`](../../../aspose.imaging/rectangle/) structure that represents the bounding rectangle for this [`TextureBrush`](../) object. | ### See Also -* class [Image](../../../aspose.imaging/image) -* enum [WrapMode](../../../aspose.imaging/wrapmode) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* enum [WrapMode](../../../aspose.imaging/wrapmode/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) --- -## TextureBrush constructor (5 of 8) +## TextureBrush(Image, WrapMode, RectangleF) {#constructor_7} -Initializes a new instance of the [`TextureBrush`](../../texturebrush) class that uses the specified image, wrap mode, and bounding rectangle. +Initializes a new instance of the [`TextureBrush`](../) class that uses the specified image, wrap mode, and bounding rectangle. ```csharp public TextureBrush(Image image, WrapMode wrapMode, RectangleF destinationRectangle) @@ -112,24 +112,24 @@ public TextureBrush(Image image, WrapMode wrapMode, RectangleF destinationRectan | Parameter | Type | Description | | --- | --- | --- | -| image | Image | The [`Image`](../../../aspose.imaging/image) object with which this [`TextureBrush`](../../texturebrush) object fills interiors. | -| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode) enumeration that specifies how this [`TextureBrush`](../../texturebrush) object is tiled. | -| destinationRectangle | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef) structure that represents the bounding rectangle for this [`TextureBrush`](../../texturebrush) object. | +| image | Image | The [`Image`](../../../aspose.imaging/image/) object with which this [`TextureBrush`](../) object fills interiors. | +| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode/) enumeration that specifies how this [`TextureBrush`](../) object is tiled. | +| destinationRectangle | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef/) structure that represents the bounding rectangle for this [`TextureBrush`](../) object. | ### See Also -* class [Image](../../../aspose.imaging/image) -* enum [WrapMode](../../../aspose.imaging/wrapmode) -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* enum [WrapMode](../../../aspose.imaging/wrapmode/) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) --- -## TextureBrush constructor (6 of 8) +## TextureBrush(Image, WrapMode) {#constructor_5} -Initializes a new instance of the [`TextureBrush`](../../texturebrush) class that uses the specified image and wrap mode. +Initializes a new instance of the [`TextureBrush`](../) class that uses the specified image and wrap mode. ```csharp public TextureBrush(Image image, WrapMode wrapMode) @@ -137,22 +137,22 @@ public TextureBrush(Image image, WrapMode wrapMode) | Parameter | Type | Description | | --- | --- | --- | -| image | Image | The [`Image`](../../../aspose.imaging/image) object with which this [`TextureBrush`](../../texturebrush) object fills interiors. | -| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode) enumeration that specifies how this [`TextureBrush`](../../texturebrush) object is tiled. | +| image | Image | The [`Image`](../../../aspose.imaging/image/) object with which this [`TextureBrush`](../) object fills interiors. | +| wrapMode | WrapMode | A [`WrapMode`](../../../aspose.imaging/wrapmode/) enumeration that specifies how this [`TextureBrush`](../) object is tiled. | ### See Also -* class [Image](../../../aspose.imaging/image) -* enum [WrapMode](../../../aspose.imaging/wrapmode) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* enum [WrapMode](../../../aspose.imaging/wrapmode/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) --- -## TextureBrush constructor (7 of 8) +## TextureBrush(Image) {#constructor} -Initializes a new instance of the [`TextureBrush`](../../texturebrush) class that uses the specified image. +Initializes a new instance of the [`TextureBrush`](../) class that uses the specified image. ```csharp public TextureBrush(Image image) @@ -160,20 +160,20 @@ public TextureBrush(Image image) | Parameter | Type | Description | | --- | --- | --- | -| image | Image | The [`Image`](../../../aspose.imaging/image) object with which this [`TextureBrush`](../../texturebrush) object fills interiors. | +| image | Image | The [`Image`](../../../aspose.imaging/image/) object with which this [`TextureBrush`](../) object fills interiors. | ### See Also -* class [Image](../../../aspose.imaging/image) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) --- -## TextureBrush constructor (8 of 8) +## TextureBrush(Image, RectangleF, ImageAttributes) {#constructor_4} -Initializes a new instance of the [`TextureBrush`](../../texturebrush) class that uses the specified image, bounding rectangle, and image attributes. +Initializes a new instance of the [`TextureBrush`](../) class that uses the specified image, bounding rectangle, and image attributes. ```csharp public TextureBrush(Image image, RectangleF destinationRectangle, ImageAttributes imageAttributes) @@ -181,17 +181,17 @@ public TextureBrush(Image image, RectangleF destinationRectangle, ImageAttribute | Parameter | Type | Description | | --- | --- | --- | -| image | Image | The [`Image`](../../../aspose.imaging/image) object with which this [`TextureBrush`](../../texturebrush) object fills interiors. | -| destinationRectangle | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef) structure that represents the bounding rectangle for this [`TextureBrush`](../../texturebrush) object. | -| imageAttributes | ImageAttributes | An [`ImageAttributes`](../../../aspose.imaging/imageattributes) object that contains additional information about the image used by this [`TextureBrush`](../../texturebrush) object. | +| image | Image | The [`Image`](../../../aspose.imaging/image/) object with which this [`TextureBrush`](../) object fills interiors. | +| destinationRectangle | RectangleF | A [`RectangleF`](../../../aspose.imaging/rectanglef/) structure that represents the bounding rectangle for this [`TextureBrush`](../) object. | +| imageAttributes | ImageAttributes | An [`ImageAttributes`](../../../aspose.imaging/imageattributes/) object that contains additional information about the image used by this [`TextureBrush`](../) object. | ### See Also -* class [Image](../../../aspose.imaging/image) -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [ImageAttributes](../../../aspose.imaging/imageattributes) -* class [TextureBrush](../../texturebrush) -* namespace [Aspose.Imaging.Brushes](../../texturebrush) +* class [Image](../../../aspose.imaging/image/) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [ImageAttributes](../../../aspose.imaging/imageattributes/) +* class [TextureBrush](../) +* namespace [Aspose.Imaging.Brushes](../../texturebrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/_index.md index 767a5d866120..cdc23e15ad51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/_index.md @@ -1,14 +1,14 @@ --- -title: TransformBrush +title: Class TransformBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brushes.TransformBrush class. A Brush with transform capabilities type: docs weight: 230 url: /net/aspose.imaging.brushes/transformbrush/ --- ## TransformBrush class -A [`Brush`](../../aspose.imaging/brush) with transform capabilities. +A [`Brush`](../../aspose.imaging/brush/) with transform capabilities. ```csharp public abstract class TransformBrush : Brush @@ -18,34 +18,34 @@ public abstract class TransformBrush : Brush | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | -| [Transform](../../aspose.imaging.brushes/transformbrush/transform) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../transformbrush). | -| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../transformbrush). | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [IsTransformChanged](../../aspose.imaging.brushes/transformbrush/istransformchanged/) { get; } | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [Transform](../../aspose.imaging.brushes/transformbrush/transform/) { get; set; } | Gets or sets a copy [`Matrix`](../../aspose.imaging/matrix/) that defines a local geometric transform for this `TransformBrush`. | +| [WrapMode](../../aspose.imaging.brushes/transformbrush/wrapmode/) { get; set; } | Gets or sets a [`WrapMode`](../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this `TransformBrush`. | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../aspose.imaging/matrix). | -| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush) by the specified [`Matrix`](../../aspose.imaging/matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform)() | Resets the [`Transform`](./transform) property to identity. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current [`Brush`](../../aspose.imaging/brush/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/#multiplytransform)(Matrix) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../aspose.imaging/matrix/). | +| [MultiplyTransform](../../aspose.imaging.brushes/transformbrush/multiplytransform/#multiplytransform_1)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../lineargradientbrush/) by the specified [`Matrix`](../../aspose.imaging/matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging.brushes/transformbrush/resettransform/)() | Resets the [`Transform`](./transform/) property to identity. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/#rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging.brushes/transformbrush/rotatetransform/#rotatetransform_1)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/#scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging.brushes/transformbrush/scaletransform/#scaletransform_1)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/#translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging.brushes/transformbrush/translatetransform/#translatetransform_1)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | ### See Also -* class [Brush](../../aspose.imaging/brush) -* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes) +* class [Brush](../../aspose.imaging/brush/) +* namespace [Aspose.Imaging.Brushes](../../aspose.imaging.brushes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/istransformchanged/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/istransformchanged/_index.md index fb539f757017..4f232a0bc1c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/istransformchanged/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/istransformchanged/_index.md @@ -1,7 +1,7 @@ --- -title: IsTransformChanged +title: TransformBrush.IsTransformChanged second_title: Aspose.Imaging for .NET API Reference -description: +description: TransformBrush property. Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI type: docs weight: 10 url: /net/aspose.imaging.brushes/transformbrush/istransformchanged/ @@ -20,8 +20,8 @@ public bool IsTransformChanged { get; } ### See Also -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/multiplytransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/multiplytransform/_index.md index 566d2fc7a007..1b5285d09794 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/multiplytransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/multiplytransform/_index.md @@ -1,14 +1,14 @@ --- -title: MultiplyTransform +title: TransformBrush.MultiplyTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: TransformBrush method. Multiplies the Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Matrix by prepending the specified Matrix type: docs weight: 40 url: /net/aspose.imaging.brushes/transformbrush/multiplytransform/ --- -## TransformBrush.MultiplyTransform method (1 of 2) +## MultiplyTransform(Matrix) {#multiplytransform} -Multiplies the [`Matrix`](../../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../../lineargradientbrush) by the specified [`Matrix`](../../../aspose.imaging/matrix) by prepending the specified [`Matrix`](../../../aspose.imaging/matrix). +Multiplies the [`Matrix`](../../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../../lineargradientbrush/) by the specified [`Matrix`](../../../aspose.imaging/matrix/) by prepending the specified [`Matrix`](../../../aspose.imaging/matrix/). ```csharp public void MultiplyTransform(Matrix matrix) @@ -16,20 +16,20 @@ public void MultiplyTransform(Matrix matrix) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | The [`Matrix`](../../../aspose.imaging/matrix) by which to multiply the geometric transform. | +| matrix | Matrix | The [`Matrix`](../../../aspose.imaging/matrix/) by which to multiply the geometric transform. | ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) --- -## TransformBrush.MultiplyTransform method (2 of 2) +## MultiplyTransform(Matrix, MatrixOrder) {#multiplytransform_1} -Multiplies the [`Matrix`](../../../aspose.imaging/matrix) that represents the local geometric transform of this [`LinearGradientBrush`](../../lineargradientbrush) by the specified [`Matrix`](../../../aspose.imaging/matrix) in the specified order. +Multiplies the [`Matrix`](../../../aspose.imaging/matrix/) that represents the local geometric transform of this [`LinearGradientBrush`](../../lineargradientbrush/) by the specified [`Matrix`](../../../aspose.imaging/matrix/) in the specified order. ```csharp public void MultiplyTransform(Matrix matrix, MatrixOrder order) @@ -37,15 +37,15 @@ public void MultiplyTransform(Matrix matrix, MatrixOrder order) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | The [`Matrix`](../../../aspose.imaging/matrix) by which to multiply the geometric transform. | -| order | MatrixOrder | A [`MatrixOrder`](../../../aspose.imaging/matrixorder) that specifies in which order to multiply the two matrices. | +| matrix | Matrix | The [`Matrix`](../../../aspose.imaging/matrix/) by which to multiply the geometric transform. | +| order | MatrixOrder | A [`MatrixOrder`](../../../aspose.imaging/matrixorder/) that specifies in which order to multiply the two matrices. | ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* enum [MatrixOrder](../../../aspose.imaging/matrixorder) -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* class [Matrix](../../../aspose.imaging/matrix/) +* enum [MatrixOrder](../../../aspose.imaging/matrixorder/) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/resettransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/resettransform/_index.md index 6f935c3ab2ef..83a432e6aa01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/resettransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/resettransform/_index.md @@ -1,14 +1,14 @@ --- -title: ResetTransform +title: TransformBrush.ResetTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: TransformBrush method. Resets the Transform property to identity type: docs weight: 50 url: /net/aspose.imaging.brushes/transformbrush/resettransform/ --- ## TransformBrush.ResetTransform method -Resets the [`Transform`](../transform) property to identity. +Resets the [`Transform`](../transform/) property to identity. ```csharp public void ResetTransform() @@ -16,8 +16,8 @@ public void ResetTransform() ### See Also -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/rotatetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/rotatetransform/_index.md index 4fcd9ade95b9..cf93427d2c30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/rotatetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/rotatetransform/_index.md @@ -1,12 +1,12 @@ --- -title: RotateTransform +title: TransformBrush.RotateTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: TransformBrush method. Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform type: docs weight: 60 url: /net/aspose.imaging.brushes/transformbrush/rotatetransform/ --- -## TransformBrush.RotateTransform method (1 of 2) +## RotateTransform(float) {#rotatetransform} Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. @@ -20,13 +20,13 @@ public void RotateTransform(float angle) ### See Also -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) --- -## TransformBrush.RotateTransform method (2 of 2) +## RotateTransform(float, MatrixOrder) {#rotatetransform_1} Rotates the local geometric transform by the specified amount in the specified order. @@ -37,13 +37,13 @@ public void RotateTransform(float angle, MatrixOrder order) | Parameter | Type | Description | | --- | --- | --- | | angle | Single | The angle of rotation. | -| order | MatrixOrder | A [`MatrixOrder`](../../../aspose.imaging/matrixorder) that specifies whether to append or prepend the rotation matrix. | +| order | MatrixOrder | A [`MatrixOrder`](../../../aspose.imaging/matrixorder/) that specifies whether to append or prepend the rotation matrix. | ### See Also -* enum [MatrixOrder](../../../aspose.imaging/matrixorder) -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* enum [MatrixOrder](../../../aspose.imaging/matrixorder/) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/scaletransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/scaletransform/_index.md index 9cc3a1e9e913..e8bf3f42a5ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/scaletransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/scaletransform/_index.md @@ -1,12 +1,12 @@ --- -title: ScaleTransform +title: TransformBrush.ScaleTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: TransformBrush method. Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform type: docs weight: 70 url: /net/aspose.imaging.brushes/transformbrush/scaletransform/ --- -## TransformBrush.ScaleTransform method (1 of 2) +## ScaleTransform(float, float) {#scaletransform} Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. @@ -21,13 +21,13 @@ public void ScaleTransform(float sx, float sy) ### See Also -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) --- -## TransformBrush.ScaleTransform method (2 of 2) +## ScaleTransform(float, float, MatrixOrder) {#scaletransform_1} Scales the local geometric transform by the specified amounts in the specified order. @@ -39,13 +39,13 @@ public void ScaleTransform(float sx, float sy, MatrixOrder order) | --- | --- | --- | | sx | Single | The amount by which to scale the transform in the x-axis direction. | | sy | Single | The amount by which to scale the transform in the y-axis direction. | -| order | MatrixOrder | A [`MatrixOrder`](../../../aspose.imaging/matrixorder) that specifies whether to append or prepend the scaling matrix. | +| order | MatrixOrder | A [`MatrixOrder`](../../../aspose.imaging/matrixorder/) that specifies whether to append or prepend the scaling matrix. | ### See Also -* enum [MatrixOrder](../../../aspose.imaging/matrixorder) -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* enum [MatrixOrder](../../../aspose.imaging/matrixorder/) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/transform/_index.md index def4a8fcb922..b3a3b5066664 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/transform/_index.md @@ -1,14 +1,14 @@ --- -title: Transform +title: TransformBrush.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: TransformBrush property. Gets or sets a copy Matrix that defines a local geometric transform for this TransformBrush type: docs weight: 20 url: /net/aspose.imaging.brushes/transformbrush/transform/ --- ## TransformBrush.Transform property -Gets or sets a copy [`Matrix`](../../../aspose.imaging/matrix) that defines a local geometric transform for this [`TransformBrush`](../../transformbrush). +Gets or sets a copy [`Matrix`](../../../aspose.imaging/matrix/) that defines a local geometric transform for this [`TransformBrush`](../). ```csharp public Matrix Transform { get; set; } @@ -16,13 +16,13 @@ public Matrix Transform { get; set; } ### Return Value -A copy of the [`Matrix`](../../../aspose.imaging/matrix) that defines a geometric transform that applies only to fills drawn with this [`TransformBrush`](../../transformbrush). +A copy of the [`Matrix`](../../../aspose.imaging/matrix/) that defines a geometric transform that applies only to fills drawn with this [`TransformBrush`](../). ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/translatetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/translatetransform/_index.md index 83277f0467e8..7293089f811d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/translatetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/translatetransform/_index.md @@ -1,12 +1,12 @@ --- -title: TranslateTransform +title: TransformBrush.TranslateTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: TransformBrush method. Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform type: docs weight: 80 url: /net/aspose.imaging.brushes/transformbrush/translatetransform/ --- -## TransformBrush.TranslateTransform method (1 of 2) +## TranslateTransform(float, float) {#translatetransform} Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. @@ -21,13 +21,13 @@ public void TranslateTransform(float dx, float dy) ### See Also -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) --- -## TransformBrush.TranslateTransform method (2 of 2) +## TranslateTransform(float, float, MatrixOrder) {#translatetransform_1} Translates the local geometric transform by the specified dimensions in the specified order. @@ -43,9 +43,9 @@ public void TranslateTransform(float dx, float dy, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../../aspose.imaging/matrixorder) -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* enum [MatrixOrder](../../../aspose.imaging/matrixorder/) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/wrapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/wrapmode/_index.md index e12c51da26e3..c96babacaa13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/wrapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.brushes/transformbrush/wrapmode/_index.md @@ -1,14 +1,14 @@ --- -title: WrapMode +title: TransformBrush.WrapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: TransformBrush property. Gets or sets a WrapMode enumeration that indicates the wrap mode for this TransformBrush type: docs weight: 30 url: /net/aspose.imaging.brushes/transformbrush/wrapmode/ --- ## TransformBrush.WrapMode property -Gets or sets a [`WrapMode`](../../../aspose.imaging/wrapmode) enumeration that indicates the wrap mode for this [`TransformBrush`](../../transformbrush). +Gets or sets a [`WrapMode`](../../../aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [`TransformBrush`](../). ```csharp public WrapMode WrapMode { get; set; } @@ -16,13 +16,13 @@ public WrapMode WrapMode { get; set; } ### Return Value -A [`WrapMode`](../../../aspose.imaging/wrapmode) that specifies how fills drawn with this [`TransformBrush`](../../transformbrush) are tiled. +A [`WrapMode`](../../../aspose.imaging/wrapmode/) that specifies how fills drawn with this [`TransformBrush`](../) are tiled. ### See Also -* enum [WrapMode](../../../aspose.imaging/wrapmode) -* class [TransformBrush](../../transformbrush) -* namespace [Aspose.Imaging.Brushes](../../transformbrush) +* enum [WrapMode](../../../aspose.imaging/wrapmode/) +* class [TransformBrush](../) +* namespace [Aspose.Imaging.Brushes](../../transformbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/_index.md index 17056d4c7cb7..a036525f9281 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.CoreExceptions.Compressors second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains exceptions thrown by one of the compression algorithms supported. +description: The namespace contains exceptions thrown by one of the compression algorithms supported type: docs weight: 60 url: /net/aspose.imaging.coreexceptions.compressors/ @@ -12,8 +12,8 @@ The namespace contains exceptions thrown by one of the compression algorithms su | Class | Description | | --- | --- | -| [DeflateCompressorException](./deflatecompressorexception) | The Deflate compressor exception. | -| [LzwCompressorException](./lzwcompressorexception) | The lzw compressor exception. | -| [RleCompressorException](./rlecompressorexception) | The rle compressor exception. | +| [DeflateCompressorException](./deflatecompressorexception/) | The Deflate compressor exception. | +| [LzwCompressorException](./lzwcompressorexception/) | The lzw compressor exception. | +| [RleCompressorException](./rlecompressorexception/) | The rle compressor exception. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/_index.md index d93be385645d..f9a33645213c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/_index.md @@ -1,7 +1,7 @@ --- -title: DeflateCompressorException +title: Class DeflateCompressorException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.Compressors.DeflateCompressorException class. The Deflate compressor exception type: docs weight: 450 url: /net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/ @@ -18,13 +18,13 @@ public class DeflateCompressorException : CompressorException | Name | Description | | --- | --- | -| [DeflateCompressorException](deflatecompressorexception)(string) | Initializes a new instance of the [`DeflateCompressorException`](../deflatecompressorexception) class. | -| [DeflateCompressorException](deflatecompressorexception)(string, Exception) | Initializes a new instance of the [`DeflateCompressorException`](../deflatecompressorexception) class. | +| [DeflateCompressorException](deflatecompressorexception/#constructor)(string) | Initializes a new instance of the `DeflateCompressorException` class. | +| [DeflateCompressorException](deflatecompressorexception/#constructor_1)(string, Exception) | Initializes a new instance of the `DeflateCompressorException` class. | ### See Also -* class [CompressorException](../../aspose.imaging.coreexceptions/compressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../aspose.imaging.coreexceptions.compressors) +* class [CompressorException](../../aspose.imaging.coreexceptions/compressorexception/) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../aspose.imaging.coreexceptions.compressors/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/deflatecompressorexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/deflatecompressorexception/_index.md index 50130382c4cb..1283c277fbfa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/deflatecompressorexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/deflatecompressorexception/_index.md @@ -1,14 +1,14 @@ --- -title: DeflateCompressorException +title: DeflateCompressorException.DeflateCompressorException second_title: Aspose.Imaging for .NET API Reference -description: +description: DeflateCompressorException constructor. Initializes a new instance of the DeflateCompressorException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.compressors/deflatecompressorexception/deflatecompressorexception/ --- -## DeflateCompressorException constructor (1 of 2) +## DeflateCompressorException(string) {#constructor} -Initializes a new instance of the [`DeflateCompressorException`](../../deflatecompressorexception) class. +Initializes a new instance of the [`DeflateCompressorException`](../) class. ```csharp public DeflateCompressorException(string message) @@ -20,15 +20,15 @@ public DeflateCompressorException(string message) ### See Also -* class [DeflateCompressorException](../../deflatecompressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../deflatecompressorexception) +* class [DeflateCompressorException](../) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../deflatecompressorexception/) * assembly [Aspose.Imaging](../../../) --- -## DeflateCompressorException constructor (2 of 2) +## DeflateCompressorException(string, Exception) {#constructor_1} -Initializes a new instance of the [`DeflateCompressorException`](../../deflatecompressorexception) class. +Initializes a new instance of the [`DeflateCompressorException`](../) class. ```csharp public DeflateCompressorException(string message, Exception innerException) @@ -41,8 +41,8 @@ public DeflateCompressorException(string message, Exception innerException) ### See Also -* class [DeflateCompressorException](../../deflatecompressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../deflatecompressorexception) +* class [DeflateCompressorException](../) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../deflatecompressorexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/_index.md index 0e464f86b084..0909a7a808be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/_index.md @@ -1,7 +1,7 @@ --- -title: LzwCompressorException +title: Class LzwCompressorException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.Compressors.LzwCompressorException class. The lzw compressor exception type: docs weight: 460 url: /net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/ @@ -18,13 +18,13 @@ public class LzwCompressorException : CompressorException | Name | Description | | --- | --- | -| [LzwCompressorException](lzwcompressorexception)(string) | Initializes a new instance of the [`LzwCompressorException`](../lzwcompressorexception) class. | -| [LzwCompressorException](lzwcompressorexception)(string, Exception) | Initializes a new instance of the [`LzwCompressorException`](../lzwcompressorexception) class. | +| [LzwCompressorException](lzwcompressorexception/#constructor)(string) | Initializes a new instance of the `LzwCompressorException` class. | +| [LzwCompressorException](lzwcompressorexception/#constructor_1)(string, Exception) | Initializes a new instance of the `LzwCompressorException` class. | ### See Also -* class [CompressorException](../../aspose.imaging.coreexceptions/compressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../aspose.imaging.coreexceptions.compressors) +* class [CompressorException](../../aspose.imaging.coreexceptions/compressorexception/) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../aspose.imaging.coreexceptions.compressors/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/lzwcompressorexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/lzwcompressorexception/_index.md index e17eb676c253..67f819930714 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/lzwcompressorexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/lzwcompressorexception/_index.md @@ -1,14 +1,14 @@ --- -title: LzwCompressorException +title: LzwCompressorException.LzwCompressorException second_title: Aspose.Imaging for .NET API Reference -description: +description: LzwCompressorException constructor. Initializes a new instance of the LzwCompressorException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.compressors/lzwcompressorexception/lzwcompressorexception/ --- -## LzwCompressorException constructor (1 of 2) +## LzwCompressorException(string) {#constructor} -Initializes a new instance of the [`LzwCompressorException`](../../lzwcompressorexception) class. +Initializes a new instance of the [`LzwCompressorException`](../) class. ```csharp public LzwCompressorException(string message) @@ -20,15 +20,15 @@ public LzwCompressorException(string message) ### See Also -* class [LzwCompressorException](../../lzwcompressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../lzwcompressorexception) +* class [LzwCompressorException](../) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../lzwcompressorexception/) * assembly [Aspose.Imaging](../../../) --- -## LzwCompressorException constructor (2 of 2) +## LzwCompressorException(string, Exception) {#constructor_1} -Initializes a new instance of the [`LzwCompressorException`](../../lzwcompressorexception) class. +Initializes a new instance of the [`LzwCompressorException`](../) class. ```csharp public LzwCompressorException(string message, Exception innerException) @@ -41,8 +41,8 @@ public LzwCompressorException(string message, Exception innerException) ### See Also -* class [LzwCompressorException](../../lzwcompressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../lzwcompressorexception) +* class [LzwCompressorException](../) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../lzwcompressorexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/_index.md index 83f3848f909a..e79f44f96737 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/_index.md @@ -1,7 +1,7 @@ --- -title: RleCompressorException +title: Class RleCompressorException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.Compressors.RleCompressorException class. The rle compressor exception type: docs weight: 470 url: /net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/ @@ -18,13 +18,13 @@ public class RleCompressorException : CompressorException | Name | Description | | --- | --- | -| [RleCompressorException](rlecompressorexception)(string) | Initializes a new instance of the [`RleCompressorException`](../rlecompressorexception) class. | -| [RleCompressorException](rlecompressorexception)(string, Exception) | Initializes a new instance of the [`RleCompressorException`](../rlecompressorexception) class. | +| [RleCompressorException](rlecompressorexception/#constructor)(string) | Initializes a new instance of the `RleCompressorException` class. | +| [RleCompressorException](rlecompressorexception/#constructor_1)(string, Exception) | Initializes a new instance of the `RleCompressorException` class. | ### See Also -* class [CompressorException](../../aspose.imaging.coreexceptions/compressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../aspose.imaging.coreexceptions.compressors) +* class [CompressorException](../../aspose.imaging.coreexceptions/compressorexception/) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../aspose.imaging.coreexceptions.compressors/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/rlecompressorexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/rlecompressorexception/_index.md index 2c4177cb4731..9bf0a97bc720 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/rlecompressorexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/rlecompressorexception/_index.md @@ -1,14 +1,14 @@ --- -title: RleCompressorException +title: RleCompressorException.RleCompressorException second_title: Aspose.Imaging for .NET API Reference -description: +description: RleCompressorException constructor. Initializes a new instance of the RleCompressorException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.compressors/rlecompressorexception/rlecompressorexception/ --- -## RleCompressorException constructor (1 of 2) +## RleCompressorException(string) {#constructor} -Initializes a new instance of the [`RleCompressorException`](../../rlecompressorexception) class. +Initializes a new instance of the [`RleCompressorException`](../) class. ```csharp public RleCompressorException(string message) @@ -20,15 +20,15 @@ public RleCompressorException(string message) ### See Also -* class [RleCompressorException](../../rlecompressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../rlecompressorexception) +* class [RleCompressorException](../) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../rlecompressorexception/) * assembly [Aspose.Imaging](../../../) --- -## RleCompressorException constructor (2 of 2) +## RleCompressorException(string, Exception) {#constructor_1} -Initializes a new instance of the [`RleCompressorException`](../../rlecompressorexception) class. +Initializes a new instance of the [`RleCompressorException`](../) class. ```csharp public RleCompressorException(string message, Exception innerException) @@ -41,8 +41,8 @@ public RleCompressorException(string message, Exception innerException) ### See Also -* class [RleCompressorException](../../rlecompressorexception) -* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../rlecompressorexception) +* class [RleCompressorException](../) +* namespace [Aspose.Imaging.CoreExceptions.Compressors](../../rlecompressorexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/_index.md index 2ae543c6a36b..1aa48dab4605 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.CoreExceptions.ImageFormats second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains exceptions thrown by one of the file formats supported. +description: The namespace contains exceptions thrown by one of the file formats supported type: docs weight: 70 url: /net/aspose.imaging.coreexceptions.imageformats/ @@ -12,17 +12,17 @@ The namespace contains exceptions thrown by one of the file formats supported. | Class | Description | | --- | --- | -| [BmpImageException](./bmpimageexception) | The bmp image exception. | -| [DicomImageException](./dicomimageexception) | The Dicom image exception. | -| [DjvuImageException](./djvuimageexception) | The DJVU image exception. | -| [EmfException](./emfexception) | Exception for Emf classes | -| [GifImageException](./gifimageexception) | The Gif image exception. | -| [Jpeg2000Exception](./jpeg2000exception) | Exceptions for Jpeg files | -| [JpegException](./jpegexception) | Exceptions for Jpeg files | -| [JpegLoadException](./jpegloadexception) | Represents the JPEG image loading exception. | -| [PngImageException](./pngimageexception) | The png image exception. | -| [PsdImageException](./psdimageexception) | The psd image exception. | -| [SvgImageException](./svgimageexception) | The SVG image exception class. | -| [TiffImageException](./tiffimageexception) | The Tiff image exception | +| [BmpImageException](./bmpimageexception/) | The bmp image exception. | +| [DicomImageException](./dicomimageexception/) | The Dicom image exception. | +| [DjvuImageException](./djvuimageexception/) | The DJVU image exception. | +| [EmfException](./emfexception/) | Exception for Emf classes | +| [GifImageException](./gifimageexception/) | The Gif image exception. | +| [Jpeg2000Exception](./jpeg2000exception/) | Exceptions for Jpeg files | +| [JpegException](./jpegexception/) | Exceptions for Jpeg files | +| [JpegLoadException](./jpegloadexception/) | Represents the JPEG image loading exception. | +| [PngImageException](./pngimageexception/) | The png image exception. | +| [PsdImageException](./psdimageexception/) | The psd image exception. | +| [SvgImageException](./svgimageexception/) | The SVG image exception class. | +| [TiffImageException](./tiffimageexception/) | The Tiff image exception | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/_index.md index 7ebc4b9d8093..ede3aa88cde6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/_index.md @@ -1,7 +1,7 @@ --- -title: BmpImageException +title: Class BmpImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.BmpImageException class. The bmp image exception type: docs weight: 520 url: /net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/ @@ -18,13 +18,13 @@ public class BmpImageException : ImageException | Name | Description | | --- | --- | -| [BmpImageException](bmpimageexception)(string) | Initializes a new instance of the [`BmpImageException`](../bmpimageexception) class. | -| [BmpImageException](bmpimageexception)(string, Exception) | Initializes a new instance of the [`BmpImageException`](../bmpimageexception) class. | +| [BmpImageException](bmpimageexception/#constructor)(string) | Initializes a new instance of the `BmpImageException` class. | +| [BmpImageException](bmpimageexception/#constructor_1)(string, Exception) | Initializes a new instance of the `BmpImageException` class. | ### See Also -* class [ImageException](../../aspose.imaging.coreexceptions/imageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [ImageException](../../aspose.imaging.coreexceptions/imageexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/bmpimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/bmpimageexception/_index.md index 0210772a31be..f7eb7b73d086 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/bmpimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/bmpimageexception/_index.md @@ -1,14 +1,14 @@ --- -title: BmpImageException +title: BmpImageException.BmpImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImageException constructor. Initializes a new instance of the BmpImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/bmpimageexception/bmpimageexception/ --- -## BmpImageException constructor (1 of 2) +## BmpImageException(string) {#constructor} -Initializes a new instance of the [`BmpImageException`](../../bmpimageexception) class. +Initializes a new instance of the [`BmpImageException`](../) class. ```csharp public BmpImageException(string message) @@ -20,15 +20,15 @@ public BmpImageException(string message) ### See Also -* class [BmpImageException](../../bmpimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../bmpimageexception) +* class [BmpImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../bmpimageexception/) * assembly [Aspose.Imaging](../../../) --- -## BmpImageException constructor (2 of 2) +## BmpImageException(string, Exception) {#constructor_1} -Initializes a new instance of the [`BmpImageException`](../../bmpimageexception) class. +Initializes a new instance of the [`BmpImageException`](../) class. ```csharp public BmpImageException(string message, Exception innerException) @@ -41,8 +41,8 @@ public BmpImageException(string message, Exception innerException) ### See Also -* class [BmpImageException](../../bmpimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../bmpimageexception) +* class [BmpImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../bmpimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/_index.md index 931bf0db0d77..dfbe6fcbb579 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/_index.md @@ -1,7 +1,7 @@ --- -title: DicomImageException +title: Class DicomImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.DicomImageException class. The Dicom image exception type: docs weight: 530 url: /net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/ @@ -18,12 +18,12 @@ public class DicomImageException : Exception | Name | Description | | --- | --- | -| [DicomImageException](dicomimageexception)(string) | Initializes a new instance of the [`DicomImageException`](../dicomimageexception) class. | -| [DicomImageException](dicomimageexception)(string, Exception) | Initializes a new instance of the [`DicomImageException`](../dicomimageexception) class. | +| [DicomImageException](dicomimageexception/#constructor)(string) | Initializes a new instance of the `DicomImageException` class. | +| [DicomImageException](dicomimageexception/#constructor_1)(string, Exception) | Initializes a new instance of the `DicomImageException` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/dicomimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/dicomimageexception/_index.md index d0c368a6d642..b50277e3a54f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/dicomimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/dicomimageexception/_index.md @@ -1,14 +1,14 @@ --- -title: DicomImageException +title: DicomImageException.DicomImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageException constructor. Initializes a new instance of the DicomImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/dicomimageexception/dicomimageexception/ --- -## DicomImageException constructor (1 of 2) +## DicomImageException(string) {#constructor} -Initializes a new instance of the [`DicomImageException`](../../dicomimageexception) class. +Initializes a new instance of the [`DicomImageException`](../) class. ```csharp public DicomImageException(string message) @@ -20,15 +20,15 @@ public DicomImageException(string message) ### See Also -* class [DicomImageException](../../dicomimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../dicomimageexception) +* class [DicomImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../dicomimageexception/) * assembly [Aspose.Imaging](../../../) --- -## DicomImageException constructor (2 of 2) +## DicomImageException(string, Exception) {#constructor_1} -Initializes a new instance of the [`DicomImageException`](../../dicomimageexception) class. +Initializes a new instance of the [`DicomImageException`](../) class. ```csharp public DicomImageException(string message, Exception innerException) @@ -41,8 +41,8 @@ public DicomImageException(string message, Exception innerException) ### See Also -* class [DicomImageException](../../dicomimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../dicomimageexception) +* class [DicomImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../dicomimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/_index.md index 917fc284671d..347475dd08a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/_index.md @@ -1,7 +1,7 @@ --- -title: DjvuImageException +title: Class DjvuImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.DjvuImageException class. The DJVU image exception type: docs weight: 540 url: /net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/ @@ -18,13 +18,13 @@ public class DjvuImageException : ImageException | Name | Description | | --- | --- | -| [DjvuImageException](djvuimageexception)(string) | Initializes a new instance of the [`DjvuImageException`](../djvuimageexception) class. | -| [DjvuImageException](djvuimageexception)(string, Exception) | Initializes a new instance of the [`DjvuImageException`](../djvuimageexception) class. | +| [DjvuImageException](djvuimageexception/#constructor)(string) | Initializes a new instance of the `DjvuImageException` class. | +| [DjvuImageException](djvuimageexception/#constructor_1)(string, Exception) | Initializes a new instance of the `DjvuImageException` class. | ### See Also -* class [ImageException](../../aspose.imaging.coreexceptions/imageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [ImageException](../../aspose.imaging.coreexceptions/imageexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/djvuimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/djvuimageexception/_index.md index 57a21519623a..646944c77ce9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/djvuimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/djvuimageexception/_index.md @@ -1,14 +1,14 @@ --- -title: DjvuImageException +title: DjvuImageException.DjvuImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImageException constructor. Initializes a new instance of the DjvuImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/djvuimageexception/djvuimageexception/ --- -## DjvuImageException constructor (1 of 2) +## DjvuImageException(string) {#constructor} -Initializes a new instance of the [`DjvuImageException`](../../djvuimageexception) class. +Initializes a new instance of the [`DjvuImageException`](../) class. ```csharp public DjvuImageException(string message) @@ -20,15 +20,15 @@ public DjvuImageException(string message) ### See Also -* class [DjvuImageException](../../djvuimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../djvuimageexception) +* class [DjvuImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../djvuimageexception/) * assembly [Aspose.Imaging](../../../) --- -## DjvuImageException constructor (2 of 2) +## DjvuImageException(string, Exception) {#constructor_1} -Initializes a new instance of the [`DjvuImageException`](../../djvuimageexception) class. +Initializes a new instance of the [`DjvuImageException`](../) class. ```csharp public DjvuImageException(string message, Exception innerException) @@ -41,8 +41,8 @@ public DjvuImageException(string message, Exception innerException) ### See Also -* class [DjvuImageException](../../djvuimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../djvuimageexception) +* class [DjvuImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../djvuimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/emfexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/emfexception/_index.md index f40179fd70c1..c5968ef5b4d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/emfexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/emfexception/_index.md @@ -1,7 +1,7 @@ --- -title: EmfException +title: Class EmfException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.EmfException class. Exception for Emf classes type: docs weight: 550 url: /net/aspose.imaging.coreexceptions.imageformats/emfexception/ @@ -18,11 +18,11 @@ public class EmfException : Exception | Name | Description | | --- | --- | -| [EmfException](emfexception)(string) | Initializes a new instance of the [`EmfException`](../emfexception) class. | +| [EmfException](emfexception/)(string) | Initializes a new instance of the `EmfException` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/emfexception/emfexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/emfexception/emfexception/_index.md index 48c71dff29a1..3ffdf283ce92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/emfexception/emfexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/emfexception/emfexception/_index.md @@ -1,14 +1,14 @@ --- -title: EmfException +title: EmfException.EmfException second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfException constructor. Initializes a new instance of the EmfException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/emfexception/emfexception/ --- ## EmfException constructor -Initializes a new instance of the [`EmfException`](../../emfexception) class. +Initializes a new instance of the [`EmfException`](../) class. ```csharp public EmfException(string message) @@ -26,8 +26,8 @@ public EmfException(string message) ### See Also -* class [EmfException](../../emfexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../emfexception) +* class [EmfException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../emfexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/gifimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/gifimageexception/_index.md index 7d78b5270428..6450c73da50e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/gifimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/gifimageexception/_index.md @@ -1,7 +1,7 @@ --- -title: GifImageException +title: Class GifImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.GifImageException class. The Gif image exception type: docs weight: 560 url: /net/aspose.imaging.coreexceptions.imageformats/gifimageexception/ @@ -18,13 +18,13 @@ public class GifImageException : ImageException | Name | Description | | --- | --- | -| [GifImageException](gifimageexception)(string) | Initializes a new instance of the [`GifImageException`](../gifimageexception) class. | -| [GifImageException](gifimageexception)(string, Exception) | Initializes a new instance of the [`GifImageException`](../gifimageexception) class. | +| [GifImageException](gifimageexception/#constructor)(string) | Initializes a new instance of the `GifImageException` class. | +| [GifImageException](gifimageexception/#constructor_1)(string, Exception) | Initializes a new instance of the `GifImageException` class. | ### See Also -* class [ImageException](../../aspose.imaging.coreexceptions/imageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [ImageException](../../aspose.imaging.coreexceptions/imageexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/gifimageexception/gifimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/gifimageexception/gifimageexception/_index.md index f039af0ffa58..68bb1e4d3297 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/gifimageexception/gifimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/gifimageexception/gifimageexception/_index.md @@ -1,14 +1,14 @@ --- -title: GifImageException +title: GifImageException.GifImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImageException constructor. Initializes a new instance of the GifImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/gifimageexception/gifimageexception/ --- -## GifImageException constructor (1 of 2) +## GifImageException(string) {#constructor} -Initializes a new instance of the [`GifImageException`](../../gifimageexception) class. +Initializes a new instance of the [`GifImageException`](../) class. ```csharp public GifImageException(string message) @@ -20,15 +20,15 @@ public GifImageException(string message) ### See Also -* class [GifImageException](../../gifimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../gifimageexception) +* class [GifImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../gifimageexception/) * assembly [Aspose.Imaging](../../../) --- -## GifImageException constructor (2 of 2) +## GifImageException(string, Exception) {#constructor_1} -Initializes a new instance of the [`GifImageException`](../../gifimageexception) class. +Initializes a new instance of the [`GifImageException`](../) class. ```csharp public GifImageException(string message, Exception innerException) @@ -41,8 +41,8 @@ public GifImageException(string message, Exception innerException) ### See Also -* class [GifImageException](../../gifimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../gifimageexception) +* class [GifImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../gifimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/_index.md index c971743eb5bc..092efe3dce81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/_index.md @@ -1,7 +1,7 @@ --- -title: Jpeg2000Exception +title: Class Jpeg2000Exception second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.Jpeg2000Exception class. Exceptions for Jpeg files type: docs weight: 570 url: /net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/ @@ -18,13 +18,13 @@ public class Jpeg2000Exception : ImageException | Name | Description | | --- | --- | -| [Jpeg2000Exception](jpeg2000exception)(string) | Initializes a new instance of the [`Jpeg2000Exception`](../jpeg2000exception) class. | -| [Jpeg2000Exception](jpeg2000exception)(string, Exception) | Initializes a new instance of the [`Jpeg2000Exception`](../jpeg2000exception) class. | +| [Jpeg2000Exception](jpeg2000exception/#constructor)(string) | Initializes a new instance of the `Jpeg2000Exception` class. | +| [Jpeg2000Exception](jpeg2000exception/#constructor_1)(string, Exception) | Initializes a new instance of the `Jpeg2000Exception` class. | ### See Also -* class [ImageException](../../aspose.imaging.coreexceptions/imageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [ImageException](../../aspose.imaging.coreexceptions/imageexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/jpeg2000exception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/jpeg2000exception/_index.md index 22b037bfcbca..239194d405ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/jpeg2000exception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/jpeg2000exception/_index.md @@ -1,14 +1,14 @@ --- -title: Jpeg2000Exception +title: Jpeg2000Exception.Jpeg2000Exception second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Exception constructor. Initializes a new instance of the Jpeg2000Exception class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/jpeg2000exception/jpeg2000exception/ --- -## Jpeg2000Exception constructor (1 of 2) +## Jpeg2000Exception(string) {#constructor} -Initializes a new instance of the [`Jpeg2000Exception`](../../jpeg2000exception) class. +Initializes a new instance of the [`Jpeg2000Exception`](../) class. ```csharp public Jpeg2000Exception(string message) @@ -20,15 +20,15 @@ public Jpeg2000Exception(string message) ### See Also -* class [Jpeg2000Exception](../../jpeg2000exception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpeg2000exception) +* class [Jpeg2000Exception](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpeg2000exception/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Exception constructor (2 of 2) +## Jpeg2000Exception(string, Exception) {#constructor_1} -Initializes a new instance of the [`Jpeg2000Exception`](../../jpeg2000exception) class. +Initializes a new instance of the [`Jpeg2000Exception`](../) class. ```csharp public Jpeg2000Exception(string message, Exception innerException) @@ -41,8 +41,8 @@ public Jpeg2000Exception(string message, Exception innerException) ### See Also -* class [Jpeg2000Exception](../../jpeg2000exception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpeg2000exception) +* class [Jpeg2000Exception](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpeg2000exception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegexception/_index.md index c0f219e79c5d..dd643e123b91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegexception/_index.md @@ -1,7 +1,7 @@ --- -title: JpegException +title: Class JpegException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.JpegException class. Exceptions for Jpeg files type: docs weight: 580 url: /net/aspose.imaging.coreexceptions.imageformats/jpegexception/ @@ -18,13 +18,13 @@ public class JpegException : ImageException | Name | Description | | --- | --- | -| [JpegException](jpegexception)(string) | Initializes a new instance of the [`JpegException`](../jpegexception) class. | -| [JpegException](jpegexception)(string, Exception) | Initializes a new instance of the [`JpegException`](../jpegexception) class. | +| [JpegException](jpegexception/#constructor)(string) | Initializes a new instance of the `JpegException` class. | +| [JpegException](jpegexception/#constructor_1)(string, Exception) | Initializes a new instance of the `JpegException` class. | ### See Also -* class [ImageException](../../aspose.imaging.coreexceptions/imageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [ImageException](../../aspose.imaging.coreexceptions/imageexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegexception/jpegexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegexception/jpegexception/_index.md index c998d07ab2d5..8990ae1845c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegexception/jpegexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegexception/jpegexception/_index.md @@ -1,14 +1,14 @@ --- -title: JpegException +title: JpegException.JpegException second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegException constructor. Initializes a new instance of the JpegException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/jpegexception/jpegexception/ --- -## JpegException constructor (1 of 2) +## JpegException(string) {#constructor} -Initializes a new instance of the [`JpegException`](../../jpegexception) class. +Initializes a new instance of the [`JpegException`](../) class. ```csharp public JpegException(string message) @@ -20,15 +20,15 @@ public JpegException(string message) ### See Also -* class [JpegException](../../jpegexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegexception) +* class [JpegException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegexception/) * assembly [Aspose.Imaging](../../../) --- -## JpegException constructor (2 of 2) +## JpegException(string, Exception) {#constructor_1} -Initializes a new instance of the [`JpegException`](../../jpegexception) class. +Initializes a new instance of the [`JpegException`](../) class. ```csharp public JpegException(string message, Exception innerException) @@ -41,8 +41,8 @@ public JpegException(string message, Exception innerException) ### See Also -* class [JpegException](../../jpegexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegexception) +* class [JpegException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception.errorreason/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception.errorreason/_index.md index 52e42f5358ff..af0941dc2529 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception.errorreason/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception.errorreason/_index.md @@ -1,7 +1,7 @@ --- -title: JpegLoadException.ErrorReason +title: Enum JpegLoadException.ErrorReason second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadExceptionErrorReason enum. Represents the reasons of error type: docs weight: 600 url: /net/aspose.imaging.coreexceptions.imageformats/jpegloadexception.errorreason/ @@ -23,8 +23,8 @@ public enum ErrorReason ### See Also -* class [JpegLoadException](../jpegloadexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [JpegLoadException](../jpegloadexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/_index.md index bcc2fd9f5a8c..41887433e7a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/_index.md @@ -1,7 +1,7 @@ --- -title: JpegLoadException +title: Class JpegLoadException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException class. Represents the JPEG image loading exception type: docs weight: 590 url: /net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/ @@ -18,21 +18,21 @@ public class JpegLoadException : JpegException | Name | Description | | --- | --- | -| [JpegLoadException](jpegloadexception)(string) | Initializes a new instance of the [`JpegLoadException`](../jpegloadexception) class. | -| [JpegLoadException](jpegloadexception)(string, ErrorReason) | Initializes a new instance of the [`JpegLoadException`](../jpegloadexception) class. | -| [JpegLoadException](jpegloadexception)(string, Exception) | Initializes a new instance of the [`JpegLoadException`](../jpegloadexception) class. | -| [JpegLoadException](jpegloadexception)(string, Exception, ErrorReason) | Initializes a new instance of the [`JpegLoadException`](../jpegloadexception) class. | +| [JpegLoadException](jpegloadexception/#constructor)(string) | Initializes a new instance of the `JpegLoadException` class. | +| [JpegLoadException](jpegloadexception/#constructor_1)(string, ErrorReason) | Initializes a new instance of the `JpegLoadException` class. | +| [JpegLoadException](jpegloadexception/#constructor_2)(string, Exception) | Initializes a new instance of the `JpegLoadException` class. | +| [JpegLoadException](jpegloadexception/#constructor_3)(string, Exception, ErrorReason) | Initializes a new instance of the `JpegLoadException` class. | ## Properties | Name | Description | | --- | --- | -| [Reason](../../aspose.imaging.coreexceptions.imageformats/jpegloadexception/reason) { get; set; } | Gets or sets the reason of error. | +| [Reason](../../aspose.imaging.coreexceptions.imageformats/jpegloadexception/reason/) { get; set; } | Gets or sets the reason of error. | ### See Also -* class [JpegException](../jpegexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [JpegException](../jpegexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/jpegloadexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/jpegloadexception/_index.md index 919a7c8b714c..1b3f5fedbdc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/jpegloadexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/jpegloadexception/_index.md @@ -1,14 +1,14 @@ --- -title: JpegLoadException +title: JpegLoadException.JpegLoadException second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegLoadException constructor. Initializes a new instance of the JpegLoadException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/jpegloadexception/ --- -## JpegLoadException constructor (1 of 4) +## JpegLoadException(string) {#constructor} -Initializes a new instance of the [`JpegLoadException`](../../jpegloadexception) class. +Initializes a new instance of the [`JpegLoadException`](../) class. ```csharp public JpegLoadException(string message) @@ -20,15 +20,15 @@ public JpegLoadException(string message) ### See Also -* class [JpegLoadException](../../jpegloadexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception) +* class [JpegLoadException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception/) * assembly [Aspose.Imaging](../../../) --- -## JpegLoadException constructor (2 of 4) +## JpegLoadException(string, Exception) {#constructor_2} -Initializes a new instance of the [`JpegLoadException`](../../jpegloadexception) class. +Initializes a new instance of the [`JpegLoadException`](../) class. ```csharp public JpegLoadException(string message, Exception innerException) @@ -41,15 +41,15 @@ public JpegLoadException(string message, Exception innerException) ### See Also -* class [JpegLoadException](../../jpegloadexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception) +* class [JpegLoadException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception/) * assembly [Aspose.Imaging](../../../) --- -## JpegLoadException constructor (3 of 4) +## JpegLoadException(string, ErrorReason) {#constructor_1} -Initializes a new instance of the [`JpegLoadException`](../../jpegloadexception) class. +Initializes a new instance of the [`JpegLoadException`](../) class. ```csharp public JpegLoadException(string message, ErrorReason reason) @@ -62,16 +62,16 @@ public JpegLoadException(string message, ErrorReason reason) ### See Also -* enum [ErrorReason](../../jpegloadexception.errorreason) -* class [JpegLoadException](../../jpegloadexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception) +* enum [ErrorReason](../../jpegloadexception.errorreason/) +* class [JpegLoadException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception/) * assembly [Aspose.Imaging](../../../) --- -## JpegLoadException constructor (4 of 4) +## JpegLoadException(string, Exception, ErrorReason) {#constructor_3} -Initializes a new instance of the [`JpegLoadException`](../../jpegloadexception) class. +Initializes a new instance of the [`JpegLoadException`](../) class. ```csharp public JpegLoadException(string message, Exception innerException, ErrorReason reason) @@ -85,9 +85,9 @@ public JpegLoadException(string message, Exception innerException, ErrorReason r ### See Also -* enum [ErrorReason](../../jpegloadexception.errorreason) -* class [JpegLoadException](../../jpegloadexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception) +* enum [ErrorReason](../../jpegloadexception.errorreason/) +* class [JpegLoadException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/reason/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/reason/_index.md index 2996ecbb0fd2..9cd25e7ac0b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/reason/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/reason/_index.md @@ -1,7 +1,7 @@ --- -title: Reason +title: JpegLoadException.Reason second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegLoadException property. Gets or sets the reason of error type: docs weight: 20 url: /net/aspose.imaging.coreexceptions.imageformats/jpegloadexception/reason/ @@ -20,9 +20,9 @@ The reason of error. ### See Also -* enum [ErrorReason](../../jpegloadexception.errorreason) -* class [JpegLoadException](../../jpegloadexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception) +* enum [ErrorReason](../../jpegloadexception.errorreason/) +* class [JpegLoadException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../jpegloadexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/pngimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/pngimageexception/_index.md index d2d3b500ec25..a861fc3b39f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/pngimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/pngimageexception/_index.md @@ -1,7 +1,7 @@ --- -title: PngImageException +title: Class PngImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.PngImageException class. The png image exception type: docs weight: 610 url: /net/aspose.imaging.coreexceptions.imageformats/pngimageexception/ @@ -18,12 +18,12 @@ public class PngImageException : Exception | Name | Description | | --- | --- | -| [PngImageException](pngimageexception)(string) | Initializes a new instance of the [`PngImageException`](../pngimageexception) class. | -| [PngImageException](pngimageexception)(string, Exception) | Initializes a new instance of the [`PngImageException`](../pngimageexception) class. | +| [PngImageException](pngimageexception/#constructor)(string) | Initializes a new instance of the `PngImageException` class. | +| [PngImageException](pngimageexception/#constructor_1)(string, Exception) | Initializes a new instance of the `PngImageException` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/pngimageexception/pngimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/pngimageexception/pngimageexception/_index.md index f090f480f578..1f2eae4d9342 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/pngimageexception/pngimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/pngimageexception/pngimageexception/_index.md @@ -1,14 +1,14 @@ --- -title: PngImageException +title: PngImageException.PngImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImageException constructor. Initializes a new instance of the PngImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/pngimageexception/pngimageexception/ --- -## PngImageException constructor (1 of 2) +## PngImageException(string) {#constructor} -Initializes a new instance of the [`PngImageException`](../../pngimageexception) class. +Initializes a new instance of the [`PngImageException`](../) class. ```csharp public PngImageException(string message) @@ -20,15 +20,15 @@ public PngImageException(string message) ### See Also -* class [PngImageException](../../pngimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../pngimageexception) +* class [PngImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../pngimageexception/) * assembly [Aspose.Imaging](../../../) --- -## PngImageException constructor (2 of 2) +## PngImageException(string, Exception) {#constructor_1} -Initializes a new instance of the [`PngImageException`](../../pngimageexception) class. +Initializes a new instance of the [`PngImageException`](../) class. ```csharp public PngImageException(string message, Exception innerException) @@ -41,8 +41,8 @@ public PngImageException(string message, Exception innerException) ### See Also -* class [PngImageException](../../pngimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../pngimageexception) +* class [PngImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../pngimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/psdimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/psdimageexception/_index.md index 2edccbf5c491..85680be7a886 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/psdimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/psdimageexception/_index.md @@ -1,7 +1,7 @@ --- -title: PsdImageException +title: Class PsdImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.PsdImageException class. The psd image exception type: docs weight: 620 url: /net/aspose.imaging.coreexceptions.imageformats/psdimageexception/ @@ -18,13 +18,13 @@ public class PsdImageException : ImageException | Name | Description | | --- | --- | -| [PsdImageException](psdimageexception)(string) | Initializes a new instance of the [`PsdImageException`](../psdimageexception) class. | -| [PsdImageException](psdimageexception)(string, Exception) | Initializes a new instance of the [`PsdImageException`](../psdimageexception) class. | +| [PsdImageException](psdimageexception/#constructor)(string) | Initializes a new instance of the `PsdImageException` class. | +| [PsdImageException](psdimageexception/#constructor_1)(string, Exception) | Initializes a new instance of the `PsdImageException` class. | ### See Also -* class [ImageException](../../aspose.imaging.coreexceptions/imageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [ImageException](../../aspose.imaging.coreexceptions/imageexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/psdimageexception/psdimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/psdimageexception/psdimageexception/_index.md index deffd97a9fa6..72763b12245d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/psdimageexception/psdimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/psdimageexception/psdimageexception/_index.md @@ -1,14 +1,14 @@ --- -title: PsdImageException +title: PsdImageException.PsdImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdImageException constructor. Initializes a new instance of the PsdImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/psdimageexception/psdimageexception/ --- -## PsdImageException constructor (1 of 2) +## PsdImageException(string) {#constructor} -Initializes a new instance of the [`PsdImageException`](../../psdimageexception) class. +Initializes a new instance of the [`PsdImageException`](../) class. ```csharp public PsdImageException(string message) @@ -20,15 +20,15 @@ public PsdImageException(string message) ### See Also -* class [PsdImageException](../../psdimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../psdimageexception) +* class [PsdImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../psdimageexception/) * assembly [Aspose.Imaging](../../../) --- -## PsdImageException constructor (2 of 2) +## PsdImageException(string, Exception) {#constructor_1} -Initializes a new instance of the [`PsdImageException`](../../psdimageexception) class. +Initializes a new instance of the [`PsdImageException`](../) class. ```csharp public PsdImageException(string message, Exception innerException) @@ -41,8 +41,8 @@ public PsdImageException(string message, Exception innerException) ### See Also -* class [PsdImageException](../../psdimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../psdimageexception) +* class [PsdImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../psdimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/svgimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/svgimageexception/_index.md index 98a1b8f63411..ce813c7cde34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/svgimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/svgimageexception/_index.md @@ -1,7 +1,7 @@ --- -title: SvgImageException +title: Class SvgImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.SvgImageException class. The SVG image exception class type: docs weight: 630 url: /net/aspose.imaging.coreexceptions.imageformats/svgimageexception/ @@ -18,12 +18,12 @@ public class SvgImageException : Exception | Name | Description | | --- | --- | -| [SvgImageException](svgimageexception)(string) | Initializes a new instance of the [`SvgImageException`](../svgimageexception) class. | -| [SvgImageException](svgimageexception)(string, Exception) | Initializes a new instance of the [`SvgImageException`](../svgimageexception) class. | +| [SvgImageException](svgimageexception/#constructor)(string) | Initializes a new instance of the `SvgImageException` class. | +| [SvgImageException](svgimageexception/#constructor_1)(string, Exception) | Initializes a new instance of the `SvgImageException` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/svgimageexception/svgimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/svgimageexception/svgimageexception/_index.md index 11f092375233..9601b05b3609 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/svgimageexception/svgimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/svgimageexception/svgimageexception/_index.md @@ -1,14 +1,14 @@ --- -title: SvgImageException +title: SvgImageException.SvgImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImageException constructor. Initializes a new instance of the SvgImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/svgimageexception/svgimageexception/ --- -## SvgImageException constructor (1 of 2) +## SvgImageException(string) {#constructor} -Initializes a new instance of the [`SvgImageException`](../../svgimageexception) class. +Initializes a new instance of the [`SvgImageException`](../) class. ```csharp public SvgImageException(string message) @@ -20,15 +20,15 @@ public SvgImageException(string message) ### See Also -* class [SvgImageException](../../svgimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../svgimageexception) +* class [SvgImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../svgimageexception/) * assembly [Aspose.Imaging](../../../) --- -## SvgImageException constructor (2 of 2) +## SvgImageException(string, Exception) {#constructor_1} -Initializes a new instance of the [`SvgImageException`](../../svgimageexception) class. +Initializes a new instance of the [`SvgImageException`](../) class. ```csharp public SvgImageException(string message, Exception innerException) @@ -41,8 +41,8 @@ public SvgImageException(string message, Exception innerException) ### See Also -* class [SvgImageException](../../svgimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../svgimageexception) +* class [SvgImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../svgimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/_index.md index 259aaea2040a..7a03afd2d1d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/_index.md @@ -1,7 +1,7 @@ --- -title: TiffImageException +title: Class TiffImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException class. The Tiff image exception type: docs weight: 640 url: /net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/ @@ -18,21 +18,21 @@ public class TiffImageException : ImageException | Name | Description | | --- | --- | -| [TiffImageException](tiffimageexception)(string) | Initializes a new instance of the [`TiffImageException`](../tiffimageexception) class. | -| [TiffImageException](tiffimageexception)(TiffOptionsError) | Initializes a new instance of the [`TiffImageException`](../tiffimageexception) class. | -| [TiffImageException](tiffimageexception)(string, Exception) | Initializes a new instance of the [`TiffImageException`](../tiffimageexception) class. | -| [TiffImageException](tiffimageexception)(string, TiffOptionsError) | Initializes a new instance of the [`TiffImageException`](../tiffimageexception) class. | +| [TiffImageException](tiffimageexception/#constructor_1)(string) | Initializes a new instance of the `TiffImageException` class. | +| [TiffImageException](tiffimageexception/#constructor)(TiffOptionsError) | Initializes a new instance of the `TiffImageException` class. | +| [TiffImageException](tiffimageexception/#constructor_3)(string, Exception) | Initializes a new instance of the `TiffImageException` class. | +| [TiffImageException](tiffimageexception/#constructor_2)(string, TiffOptionsError) | Initializes a new instance of the `TiffImageException` class. | ## Properties | Name | Description | | --- | --- | -| [OptionsError](../../aspose.imaging.coreexceptions.imageformats/tiffimageexception/optionserror) { get; } | Gets the tiff options error. | +| [OptionsError](../../aspose.imaging.coreexceptions.imageformats/tiffimageexception/optionserror/) { get; } | Gets the tiff options error. | ### See Also -* class [ImageException](../../aspose.imaging.coreexceptions/imageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats) +* class [ImageException](../../aspose.imaging.coreexceptions/imageexception/) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../aspose.imaging.coreexceptions.imageformats/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/optionserror/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/optionserror/_index.md index 042c6308453c..f47618d465b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/optionserror/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/optionserror/_index.md @@ -1,7 +1,7 @@ --- -title: OptionsError +title: TiffImageException.OptionsError second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImageException property. Gets the tiff options error type: docs weight: 20 url: /net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/optionserror/ @@ -20,9 +20,9 @@ The tiff options error. ### See Also -* enum [TiffOptionsError](../../../aspose.imaging.imageoptions/tiffoptionserror) -* class [TiffImageException](../../tiffimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception) +* enum [TiffOptionsError](../../../aspose.imaging.imageoptions/tiffoptionserror/) +* class [TiffImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/tiffimageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/tiffimageexception/_index.md index 0520ac77829d..0864999c525f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/tiffimageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/tiffimageexception/_index.md @@ -1,14 +1,14 @@ --- -title: TiffImageException +title: TiffImageException.TiffImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImageException constructor. Initializes a new instance of the TiffImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions.imageformats/tiffimageexception/tiffimageexception/ --- -## TiffImageException constructor (1 of 4) +## TiffImageException(string) {#constructor_1} -Initializes a new instance of the [`TiffImageException`](../../tiffimageexception) class. +Initializes a new instance of the [`TiffImageException`](../) class. ```csharp public TiffImageException(string message) @@ -20,15 +20,15 @@ public TiffImageException(string message) ### See Also -* class [TiffImageException](../../tiffimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception) +* class [TiffImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception/) * assembly [Aspose.Imaging](../../../) --- -## TiffImageException constructor (2 of 4) +## TiffImageException(string, Exception) {#constructor_3} -Initializes a new instance of the [`TiffImageException`](../../tiffimageexception) class. +Initializes a new instance of the [`TiffImageException`](../) class. ```csharp public TiffImageException(string message, Exception innerException) @@ -41,15 +41,15 @@ public TiffImageException(string message, Exception innerException) ### See Also -* class [TiffImageException](../../tiffimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception) +* class [TiffImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception/) * assembly [Aspose.Imaging](../../../) --- -## TiffImageException constructor (3 of 4) +## TiffImageException(string, TiffOptionsError) {#constructor_2} -Initializes a new instance of the [`TiffImageException`](../../tiffimageexception) class. +Initializes a new instance of the [`TiffImageException`](../) class. ```csharp public TiffImageException(string message, TiffOptionsError error) @@ -62,16 +62,16 @@ public TiffImageException(string message, TiffOptionsError error) ### See Also -* enum [TiffOptionsError](../../../aspose.imaging.imageoptions/tiffoptionserror) -* class [TiffImageException](../../tiffimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception) +* enum [TiffOptionsError](../../../aspose.imaging.imageoptions/tiffoptionserror/) +* class [TiffImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception/) * assembly [Aspose.Imaging](../../../) --- -## TiffImageException constructor (4 of 4) +## TiffImageException(TiffOptionsError) {#constructor} -Initializes a new instance of the [`TiffImageException`](../../tiffimageexception) class. +Initializes a new instance of the [`TiffImageException`](../) class. ```csharp public TiffImageException(TiffOptionsError error) @@ -83,9 +83,9 @@ public TiffImageException(TiffOptionsError error) ### See Also -* enum [TiffOptionsError](../../../aspose.imaging.imageoptions/tiffoptionserror) -* class [TiffImageException](../../tiffimageexception) -* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception) +* enum [TiffOptionsError](../../../aspose.imaging.imageoptions/tiffoptionserror/) +* class [TiffImageException](../) +* namespace [Aspose.Imaging.CoreExceptions.ImageFormats](../../tiffimageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/_index.md index aa224978feff..6bef5d9e3ab2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.CoreExceptions second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains exceptions thrown by any of the core Imaging components. +description: The namespace contains exceptions thrown by any of the core Imaging components type: docs weight: 50 url: /net/aspose.imaging.coreexceptions/ @@ -12,20 +12,20 @@ The namespace contains exceptions thrown by any of the core Imaging components. | Class | Description | | --- | --- | -| [CompressorException](./compressorexception) | The compressor exception. | -| [DataMissmatchError](./datamissmatcherror) | Data mismatch exception class | -| [FrameworkException](./frameworkexception) | The imaging framework exception. This class is a core class for all Aspose.Imaging exceptions. Introduced to discriminate between the exceptions thrown by the Aspose.Imaging engine and all other exception types. | -| [ImageCreateException](./imagecreateexception) | The image create exception. Occurs during image creation. | -| [ImageException](./imageexception) | The image exception. | -| [ImageLoadException](./imageloadexception) | The image load exception. Occurs during image loading. | -| [ImageSaveException](./imagesaveexception) | The image save exception. Occurs during image saving. | -| [IncorrectPasswordException](./incorrectpasswordexception) | The incorrect password exception. | -| [IndexOutOFRangeException](./indexoutofrangeexception) | The compressor exception. | -| [LimitMemoryException](./limitmemoryexception) | The limit memory exception. Occurs when memory usage should be reduced. | -| [LinqWrapperException](./linqwrapperexception) | LinqWrapper exceptions class. | -| [OperationInterruptedException](./operationinterruptedexception) | Occurs when an operation is interrupted. | -| [RdOptimizationError](./rdoptimizationerror) | RD optimization error exception class | -| [StreamReadException](./streamreadexception) | The stream reading exception. Caused when stream reading failed due to incorrect offset and bytes count request. | -| [XmpException](./xmpexception) | The exception that is thrown when XMP has invalid structure. | +| [CompressorException](./compressorexception/) | The compressor exception. | +| [DataMissmatchError](./datamissmatcherror/) | Data mismatch exception class | +| [FrameworkException](./frameworkexception/) | The imaging framework exception. This class is a core class for all Aspose.Imaging exceptions. Introduced to discriminate between the exceptions thrown by the Aspose.Imaging engine and all other exception types. | +| [ImageCreateException](./imagecreateexception/) | The image create exception. Occurs during image creation. | +| [ImageException](./imageexception/) | The image exception. | +| [ImageLoadException](./imageloadexception/) | The image load exception. Occurs during image loading. | +| [ImageSaveException](./imagesaveexception/) | The image save exception. Occurs during image saving. | +| [IncorrectPasswordException](./incorrectpasswordexception/) | The incorrect password exception. | +| [IndexOutOFRangeException](./indexoutofrangeexception/) | The compressor exception. | +| [LimitMemoryException](./limitmemoryexception/) | The limit memory exception. Occurs when memory usage should be reduced. | +| [LinqWrapperException](./linqwrapperexception/) | LinqWrapper exceptions class. | +| [OperationInterruptedException](./operationinterruptedexception/) | Occurs when an operation is interrupted. | +| [RdOptimizationError](./rdoptimizationerror/) | RD optimization error exception class | +| [StreamReadException](./streamreadexception/) | The stream reading exception. Caused when stream reading failed due to incorrect offset and bytes count request. | +| [XmpException](./xmpexception/) | The exception that is thrown when XMP has invalid structure. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/compressorexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/compressorexception/_index.md index b4c5ce7de740..204061b00343 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/compressorexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/compressorexception/_index.md @@ -1,7 +1,7 @@ --- -title: CompressorException +title: Class CompressorException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.CompressorException class. The compressor exception type: docs weight: 440 url: /net/aspose.imaging.coreexceptions/compressorexception/ @@ -18,13 +18,13 @@ public class CompressorException : FrameworkException | Name | Description | | --- | --- | -| [CompressorException](compressorexception)(string) | Initializes a new instance of the [`CompressorException`](../compressorexception) class. | -| [CompressorException](compressorexception)(string, Exception) | Initializes a new instance of the [`CompressorException`](../compressorexception) class. | +| [CompressorException](compressorexception/#constructor)(string) | Initializes a new instance of the `CompressorException` class. | +| [CompressorException](compressorexception/#constructor_1)(string, Exception) | Initializes a new instance of the `CompressorException` class. | ### See Also -* class [FrameworkException](../frameworkexception) -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* class [FrameworkException](../frameworkexception/) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/compressorexception/compressorexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/compressorexception/compressorexception/_index.md index 32232e28d4bb..70549cf327de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/compressorexception/compressorexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/compressorexception/compressorexception/_index.md @@ -1,14 +1,14 @@ --- -title: CompressorException +title: CompressorException.CompressorException second_title: Aspose.Imaging for .NET API Reference -description: +description: CompressorException constructor. Initializes a new instance of the CompressorException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/compressorexception/compressorexception/ --- -## CompressorException constructor (1 of 2) +## CompressorException(string) {#constructor} -Initializes a new instance of the [`CompressorException`](../../compressorexception) class. +Initializes a new instance of the [`CompressorException`](../) class. ```csharp public CompressorException(string message) @@ -20,15 +20,15 @@ public CompressorException(string message) ### See Also -* class [CompressorException](../../compressorexception) -* namespace [Aspose.Imaging.CoreExceptions](../../compressorexception) +* class [CompressorException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../compressorexception/) * assembly [Aspose.Imaging](../../../) --- -## CompressorException constructor (2 of 2) +## CompressorException(string, Exception) {#constructor_1} -Initializes a new instance of the [`CompressorException`](../../compressorexception) class. +Initializes a new instance of the [`CompressorException`](../) class. ```csharp public CompressorException(string message, Exception innerException) @@ -41,8 +41,8 @@ public CompressorException(string message, Exception innerException) ### See Also -* class [CompressorException](../../compressorexception) -* namespace [Aspose.Imaging.CoreExceptions](../../compressorexception) +* class [CompressorException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../compressorexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/datamissmatcherror/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/datamissmatcherror/_index.md index 0d302d8c8991..5e2bfdf08225 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/datamissmatcherror/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/datamissmatcherror/_index.md @@ -1,7 +1,7 @@ --- -title: DataMissmatchError +title: Class DataMissmatchError second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.DataMissmatchError class. Data mismatch exception class type: docs weight: 480 url: /net/aspose.imaging.coreexceptions/datamissmatcherror/ @@ -18,11 +18,11 @@ public class DataMissmatchError : Exception | Name | Description | | --- | --- | -| [DataMissmatchError](datamissmatcherror)(string) | Initializes a new instance of the [`DataMissmatchError`](../datamissmatcherror) class. | +| [DataMissmatchError](datamissmatcherror/)(string) | Initializes a new instance of the `DataMissmatchError` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/datamissmatcherror/datamissmatcherror/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/datamissmatcherror/datamissmatcherror/_index.md index a28f300122fb..08d4b88d227f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/datamissmatcherror/datamissmatcherror/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/datamissmatcherror/datamissmatcherror/_index.md @@ -1,14 +1,14 @@ --- -title: DataMissmatchError +title: DataMissmatchError.DataMissmatchError second_title: Aspose.Imaging for .NET API Reference -description: +description: DataMissmatchError constructor. Initializes a new instance of the DataMissmatchError class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/datamissmatcherror/datamissmatcherror/ --- ## DataMissmatchError constructor -Initializes a new instance of the [`DataMissmatchError`](../../datamissmatcherror) class. +Initializes a new instance of the [`DataMissmatchError`](../) class. ```csharp public DataMissmatchError(string message) @@ -20,8 +20,8 @@ public DataMissmatchError(string message) ### See Also -* class [DataMissmatchError](../../datamissmatcherror) -* namespace [Aspose.Imaging.CoreExceptions](../../datamissmatcherror) +* class [DataMissmatchError](../) +* namespace [Aspose.Imaging.CoreExceptions](../../datamissmatcherror/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/frameworkexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/frameworkexception/_index.md index 1c2ae593e9a9..244701043d8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/frameworkexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/frameworkexception/_index.md @@ -1,7 +1,7 @@ --- -title: FrameworkException +title: Class FrameworkException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.FrameworkException class. The imaging framework exception. This class is a core class for all Aspose.Imaging exceptions. Introduced to discriminate between the exceptions thrown by the Aspose.Imaging engine and all other exception types type: docs weight: 490 url: /net/aspose.imaging.coreexceptions/frameworkexception/ @@ -18,12 +18,12 @@ public class FrameworkException : Exception | Name | Description | | --- | --- | -| [FrameworkException](frameworkexception)(string) | Initializes a new instance of the [`FrameworkException`](../frameworkexception) class. | -| [FrameworkException](frameworkexception)(string, Exception) | Initializes a new instance of the [`FrameworkException`](../frameworkexception) class. | +| [FrameworkException](frameworkexception/#constructor)(string) | Initializes a new instance of the `FrameworkException` class. | +| [FrameworkException](frameworkexception/#constructor_1)(string, Exception) | Initializes a new instance of the `FrameworkException` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/frameworkexception/frameworkexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/frameworkexception/frameworkexception/_index.md index 397c7d0e8d99..2fe4d7498fa5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/frameworkexception/frameworkexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/frameworkexception/frameworkexception/_index.md @@ -1,14 +1,14 @@ --- -title: FrameworkException +title: FrameworkException.FrameworkException second_title: Aspose.Imaging for .NET API Reference -description: +description: FrameworkException constructor. Initializes a new instance of the FrameworkException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/frameworkexception/frameworkexception/ --- -## FrameworkException constructor (1 of 2) +## FrameworkException(string) {#constructor} -Initializes a new instance of the [`FrameworkException`](../../frameworkexception) class. +Initializes a new instance of the [`FrameworkException`](../) class. ```csharp public FrameworkException(string message) @@ -20,15 +20,15 @@ public FrameworkException(string message) ### See Also -* class [FrameworkException](../../frameworkexception) -* namespace [Aspose.Imaging.CoreExceptions](../../frameworkexception) +* class [FrameworkException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../frameworkexception/) * assembly [Aspose.Imaging](../../../) --- -## FrameworkException constructor (2 of 2) +## FrameworkException(string, Exception) {#constructor_1} -Initializes a new instance of the [`FrameworkException`](../../frameworkexception) class. +Initializes a new instance of the [`FrameworkException`](../) class. ```csharp public FrameworkException(string message, Exception innerException) @@ -41,8 +41,8 @@ public FrameworkException(string message, Exception innerException) ### See Also -* class [FrameworkException](../../frameworkexception) -* namespace [Aspose.Imaging.CoreExceptions](../../frameworkexception) +* class [FrameworkException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../frameworkexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagecreateexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagecreateexception/_index.md index 2527e535e0a8..86819de33992 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagecreateexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagecreateexception/_index.md @@ -1,7 +1,7 @@ --- -title: ImageCreateException +title: Class ImageCreateException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageCreateException class. The image create exception. Occurs during image creation type: docs weight: 500 url: /net/aspose.imaging.coreexceptions/imagecreateexception/ @@ -18,13 +18,13 @@ public class ImageCreateException : ImageException | Name | Description | | --- | --- | -| [ImageCreateException](imagecreateexception)(string) | Initializes a new instance of the [`ImageCreateException`](../imagecreateexception) class. | -| [ImageCreateException](imagecreateexception)(string, Exception) | Initializes a new instance of the [`ImageCreateException`](../imagecreateexception) class. | +| [ImageCreateException](imagecreateexception/#constructor)(string) | Initializes a new instance of the `ImageCreateException` class. | +| [ImageCreateException](imagecreateexception/#constructor_1)(string, Exception) | Initializes a new instance of the `ImageCreateException` class. | ### See Also -* class [ImageException](../imageexception) -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* class [ImageException](../imageexception/) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagecreateexception/imagecreateexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagecreateexception/imagecreateexception/_index.md index cb34ade508ad..ef73917e1c1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagecreateexception/imagecreateexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagecreateexception/imagecreateexception/_index.md @@ -1,14 +1,14 @@ --- -title: ImageCreateException +title: ImageCreateException.ImageCreateException second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageCreateException constructor. Initializes a new instance of the ImageCreateException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/imagecreateexception/imagecreateexception/ --- -## ImageCreateException constructor (1 of 2) +## ImageCreateException(string) {#constructor} -Initializes a new instance of the [`ImageCreateException`](../../imagecreateexception) class. +Initializes a new instance of the [`ImageCreateException`](../) class. ```csharp public ImageCreateException(string message) @@ -20,15 +20,15 @@ public ImageCreateException(string message) ### See Also -* class [ImageCreateException](../../imagecreateexception) -* namespace [Aspose.Imaging.CoreExceptions](../../imagecreateexception) +* class [ImageCreateException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../imagecreateexception/) * assembly [Aspose.Imaging](../../../) --- -## ImageCreateException constructor (2 of 2) +## ImageCreateException(string, Exception) {#constructor_1} -Initializes a new instance of the [`ImageCreateException`](../../imagecreateexception) class. +Initializes a new instance of the [`ImageCreateException`](../) class. ```csharp public ImageCreateException(string message, Exception innerException) @@ -41,8 +41,8 @@ public ImageCreateException(string message, Exception innerException) ### See Also -* class [ImageCreateException](../../imagecreateexception) -* namespace [Aspose.Imaging.CoreExceptions](../../imagecreateexception) +* class [ImageCreateException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../imagecreateexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageexception/_index.md index 418fd5cd34cf..aacb30522585 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageexception/_index.md @@ -1,7 +1,7 @@ --- -title: ImageException +title: Class ImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageException class. The image exception type: docs weight: 510 url: /net/aspose.imaging.coreexceptions/imageexception/ @@ -18,12 +18,12 @@ public class ImageException : Exception | Name | Description | | --- | --- | -| [ImageException](imageexception)(string) | Initializes a new instance of the [`ImageException`](../imageexception) class. | -| [ImageException](imageexception)(string, Exception) | Initializes a new instance of the [`ImageException`](../imageexception) class. | +| [ImageException](imageexception/#constructor)(string) | Initializes a new instance of the `ImageException` class. | +| [ImageException](imageexception/#constructor_1)(string, Exception) | Initializes a new instance of the `ImageException` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageexception/imageexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageexception/imageexception/_index.md index 4d077e767be6..1f9e574763ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageexception/imageexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageexception/imageexception/_index.md @@ -1,14 +1,14 @@ --- -title: ImageException +title: ImageException.ImageException second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageException constructor. Initializes a new instance of the ImageException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/imageexception/imageexception/ --- -## ImageException constructor (1 of 2) +## ImageException(string) {#constructor} -Initializes a new instance of the [`ImageException`](../../imageexception) class. +Initializes a new instance of the [`ImageException`](../) class. ```csharp public ImageException(string message) @@ -20,15 +20,15 @@ public ImageException(string message) ### See Also -* class [ImageException](../../imageexception) -* namespace [Aspose.Imaging.CoreExceptions](../../imageexception) +* class [ImageException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../imageexception/) * assembly [Aspose.Imaging](../../../) --- -## ImageException constructor (2 of 2) +## ImageException(string, Exception) {#constructor_1} -Initializes a new instance of the [`ImageException`](../../imageexception) class. +Initializes a new instance of the [`ImageException`](../) class. ```csharp public ImageException(string message, Exception innerException) @@ -41,8 +41,8 @@ public ImageException(string message, Exception innerException) ### See Also -* class [ImageException](../../imageexception) -* namespace [Aspose.Imaging.CoreExceptions](../../imageexception) +* class [ImageException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../imageexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageloadexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageloadexception/_index.md index f1a85f00883e..6c9c8589f746 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageloadexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageloadexception/_index.md @@ -1,7 +1,7 @@ --- -title: ImageLoadException +title: Class ImageLoadException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageLoadException class. The image load exception. Occurs during image loading type: docs weight: 650 url: /net/aspose.imaging.coreexceptions/imageloadexception/ @@ -18,13 +18,13 @@ public class ImageLoadException : ImageException | Name | Description | | --- | --- | -| [ImageLoadException](imageloadexception)(string) | Initializes a new instance of the [`ImageLoadException`](../imageloadexception) class. | -| [ImageLoadException](imageloadexception)(string, Exception) | Initializes a new instance of the [`ImageLoadException`](../imageloadexception) class. | +| [ImageLoadException](imageloadexception/#constructor)(string) | Initializes a new instance of the `ImageLoadException` class. | +| [ImageLoadException](imageloadexception/#constructor_1)(string, Exception) | Initializes a new instance of the `ImageLoadException` class. | ### See Also -* class [ImageException](../imageexception) -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* class [ImageException](../imageexception/) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageloadexception/imageloadexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageloadexception/imageloadexception/_index.md index 68f68053d93d..eef1960ae146 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageloadexception/imageloadexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imageloadexception/imageloadexception/_index.md @@ -1,14 +1,14 @@ --- -title: ImageLoadException +title: ImageLoadException.ImageLoadException second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadException constructor. Initializes a new instance of the ImageLoadException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/imageloadexception/imageloadexception/ --- -## ImageLoadException constructor (1 of 2) +## ImageLoadException(string) {#constructor} -Initializes a new instance of the [`ImageLoadException`](../../imageloadexception) class. +Initializes a new instance of the [`ImageLoadException`](../) class. ```csharp public ImageLoadException(string message) @@ -20,15 +20,15 @@ public ImageLoadException(string message) ### See Also -* class [ImageLoadException](../../imageloadexception) -* namespace [Aspose.Imaging.CoreExceptions](../../imageloadexception) +* class [ImageLoadException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../imageloadexception/) * assembly [Aspose.Imaging](../../../) --- -## ImageLoadException constructor (2 of 2) +## ImageLoadException(string, Exception) {#constructor_1} -Initializes a new instance of the [`ImageLoadException`](../../imageloadexception) class. +Initializes a new instance of the [`ImageLoadException`](../) class. ```csharp public ImageLoadException(string message, Exception innerException) @@ -41,8 +41,8 @@ public ImageLoadException(string message, Exception innerException) ### See Also -* class [ImageLoadException](../../imageloadexception) -* namespace [Aspose.Imaging.CoreExceptions](../../imageloadexception) +* class [ImageLoadException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../imageloadexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagesaveexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagesaveexception/_index.md index 4f79c2692ebc..c3a337db2040 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagesaveexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagesaveexception/_index.md @@ -1,7 +1,7 @@ --- -title: ImageSaveException +title: Class ImageSaveException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.ImageSaveException class. The image save exception. Occurs during image saving type: docs weight: 660 url: /net/aspose.imaging.coreexceptions/imagesaveexception/ @@ -18,13 +18,13 @@ public class ImageSaveException : ImageException | Name | Description | | --- | --- | -| [ImageSaveException](imagesaveexception)(string) | Initializes a new instance of the [`ImageSaveException`](../imagesaveexception) class. | -| [ImageSaveException](imagesaveexception)(string, Exception) | Initializes a new instance of the [`ImageSaveException`](../imagesaveexception) class. | +| [ImageSaveException](imagesaveexception/#constructor)(string) | Initializes a new instance of the `ImageSaveException` class. | +| [ImageSaveException](imagesaveexception/#constructor_1)(string, Exception) | Initializes a new instance of the `ImageSaveException` class. | ### See Also -* class [ImageException](../imageexception) -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* class [ImageException](../imageexception/) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagesaveexception/imagesaveexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagesaveexception/imagesaveexception/_index.md index babe19756b24..82a41b8529ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagesaveexception/imagesaveexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/imagesaveexception/imagesaveexception/_index.md @@ -1,14 +1,14 @@ --- -title: ImageSaveException +title: ImageSaveException.ImageSaveException second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageSaveException constructor. Initializes a new instance of the ImageSaveException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/imagesaveexception/imagesaveexception/ --- -## ImageSaveException constructor (1 of 2) +## ImageSaveException(string) {#constructor} -Initializes a new instance of the [`ImageSaveException`](../../imagesaveexception) class. +Initializes a new instance of the [`ImageSaveException`](../) class. ```csharp public ImageSaveException(string message) @@ -20,15 +20,15 @@ public ImageSaveException(string message) ### See Also -* class [ImageSaveException](../../imagesaveexception) -* namespace [Aspose.Imaging.CoreExceptions](../../imagesaveexception) +* class [ImageSaveException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../imagesaveexception/) * assembly [Aspose.Imaging](../../../) --- -## ImageSaveException constructor (2 of 2) +## ImageSaveException(string, Exception) {#constructor_1} -Initializes a new instance of the [`ImageSaveException`](../../imagesaveexception) class. +Initializes a new instance of the [`ImageSaveException`](../) class. ```csharp public ImageSaveException(string message, Exception innerException) @@ -41,8 +41,8 @@ public ImageSaveException(string message, Exception innerException) ### See Also -* class [ImageSaveException](../../imagesaveexception) -* namespace [Aspose.Imaging.CoreExceptions](../../imagesaveexception) +* class [ImageSaveException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../imagesaveexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/incorrectpasswordexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/incorrectpasswordexception/_index.md index 87761d483c0d..724cb991087c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/incorrectpasswordexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/incorrectpasswordexception/_index.md @@ -1,7 +1,7 @@ --- -title: IncorrectPasswordException +title: Class IncorrectPasswordException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.IncorrectPasswordException class. The incorrect password exception type: docs weight: 670 url: /net/aspose.imaging.coreexceptions/incorrectpasswordexception/ @@ -18,12 +18,12 @@ public class IncorrectPasswordException : Exception | Name | Description | | --- | --- | -| [IncorrectPasswordException](incorrectpasswordexception)(string) | Initializes a new instance of the [`IncorrectPasswordException`](../incorrectpasswordexception) class. | -| [IncorrectPasswordException](incorrectpasswordexception)(string, Exception) | Initializes a new instance of the [`IncorrectPasswordException`](../incorrectpasswordexception) class. | +| [IncorrectPasswordException](incorrectpasswordexception/#constructor)(string) | Initializes a new instance of the `IncorrectPasswordException` class. | +| [IncorrectPasswordException](incorrectpasswordexception/#constructor_1)(string, Exception) | Initializes a new instance of the `IncorrectPasswordException` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/incorrectpasswordexception/incorrectpasswordexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/incorrectpasswordexception/incorrectpasswordexception/_index.md index c1455e711c70..c2b0c1c8685d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/incorrectpasswordexception/incorrectpasswordexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/incorrectpasswordexception/incorrectpasswordexception/_index.md @@ -1,14 +1,14 @@ --- -title: IncorrectPasswordException +title: IncorrectPasswordException.IncorrectPasswordException second_title: Aspose.Imaging for .NET API Reference -description: +description: IncorrectPasswordException constructor. Initializes a new instance of the IncorrectPasswordException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/incorrectpasswordexception/incorrectpasswordexception/ --- -## IncorrectPasswordException constructor (1 of 2) +## IncorrectPasswordException(string) {#constructor} -Initializes a new instance of the [`IncorrectPasswordException`](../../incorrectpasswordexception) class. +Initializes a new instance of the [`IncorrectPasswordException`](../) class. ```csharp public IncorrectPasswordException(string message) @@ -20,15 +20,15 @@ public IncorrectPasswordException(string message) ### See Also -* class [IncorrectPasswordException](../../incorrectpasswordexception) -* namespace [Aspose.Imaging.CoreExceptions](../../incorrectpasswordexception) +* class [IncorrectPasswordException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../incorrectpasswordexception/) * assembly [Aspose.Imaging](../../../) --- -## IncorrectPasswordException constructor (2 of 2) +## IncorrectPasswordException(string, Exception) {#constructor_1} -Initializes a new instance of the [`IncorrectPasswordException`](../../incorrectpasswordexception) class. +Initializes a new instance of the [`IncorrectPasswordException`](../) class. ```csharp public IncorrectPasswordException(string message, Exception innerException) @@ -41,8 +41,8 @@ public IncorrectPasswordException(string message, Exception innerException) ### See Also -* class [IncorrectPasswordException](../../incorrectpasswordexception) -* namespace [Aspose.Imaging.CoreExceptions](../../incorrectpasswordexception) +* class [IncorrectPasswordException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../incorrectpasswordexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/indexoutofrangeexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/indexoutofrangeexception/_index.md index ebfcdf9c2ea9..2c8ea331007c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/indexoutofrangeexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/indexoutofrangeexception/_index.md @@ -1,7 +1,7 @@ --- -title: IndexOutOFRangeException +title: Class IndexOutOFRangeException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.IndexOutOFRangeException class. The compressor exception type: docs weight: 680 url: /net/aspose.imaging.coreexceptions/indexoutofrangeexception/ @@ -18,12 +18,12 @@ public class IndexOutOFRangeException : Exception | Name | Description | | --- | --- | -| [IndexOutOFRangeException](indexoutofrangeexception)(string) | Initializes a new instance of the [`IndexOutOFRangeException`](../indexoutofrangeexception) class. | -| [IndexOutOFRangeException](indexoutofrangeexception)(string, Exception) | Initializes a new instance of the [`IndexOutOFRangeException`](../indexoutofrangeexception) class. | +| [IndexOutOFRangeException](indexoutofrangeexception/#constructor)(string) | Initializes a new instance of the `IndexOutOFRangeException` class. | +| [IndexOutOFRangeException](indexoutofrangeexception/#constructor_1)(string, Exception) | Initializes a new instance of the `IndexOutOFRangeException` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/indexoutofrangeexception/indexoutofrangeexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/indexoutofrangeexception/indexoutofrangeexception/_index.md index b54da2251968..0cc5a75b5d75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/indexoutofrangeexception/indexoutofrangeexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/indexoutofrangeexception/indexoutofrangeexception/_index.md @@ -1,14 +1,14 @@ --- -title: IndexOutOFRangeException +title: IndexOutOFRangeException.IndexOutOFRangeException second_title: Aspose.Imaging for .NET API Reference -description: +description: IndexOutOFRangeException constructor. Initializes a new instance of the IndexOutOFRangeException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/indexoutofrangeexception/indexoutofrangeexception/ --- -## IndexOutOFRangeException constructor (1 of 2) +## IndexOutOFRangeException(string) {#constructor} -Initializes a new instance of the [`IndexOutOFRangeException`](../../indexoutofrangeexception) class. +Initializes a new instance of the [`IndexOutOFRangeException`](../) class. ```csharp public IndexOutOFRangeException(string message) @@ -20,15 +20,15 @@ public IndexOutOFRangeException(string message) ### See Also -* class [IndexOutOFRangeException](../../indexoutofrangeexception) -* namespace [Aspose.Imaging.CoreExceptions](../../indexoutofrangeexception) +* class [IndexOutOFRangeException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../indexoutofrangeexception/) * assembly [Aspose.Imaging](../../../) --- -## IndexOutOFRangeException constructor (2 of 2) +## IndexOutOFRangeException(string, Exception) {#constructor_1} -Initializes a new instance of the [`IndexOutOFRangeException`](../../indexoutofrangeexception) class. +Initializes a new instance of the [`IndexOutOFRangeException`](../) class. ```csharp public IndexOutOFRangeException(string message, Exception innerException) @@ -41,8 +41,8 @@ public IndexOutOFRangeException(string message, Exception innerException) ### See Also -* class [IndexOutOFRangeException](../../indexoutofrangeexception) -* namespace [Aspose.Imaging.CoreExceptions](../../indexoutofrangeexception) +* class [IndexOutOFRangeException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../indexoutofrangeexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/_index.md index 67ad6c82dcdd..3630a73006a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/_index.md @@ -1,7 +1,7 @@ --- -title: LimitMemoryException +title: Class LimitMemoryException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.LimitMemoryException class. The limit memory exception. Occurs when memory usage should be reduced type: docs weight: 690 url: /net/aspose.imaging.coreexceptions/limitmemoryexception/ @@ -18,20 +18,20 @@ public class LimitMemoryException : OutOfMemoryException | Name | Description | | --- | --- | -| [LimitMemoryException](limitmemoryexception)(string) | Initializes a new instance of the [`LimitMemoryException`](../limitmemoryexception) class. | -| [LimitMemoryException](limitmemoryexception)(string, Exception) | Initializes a new instance of the [`LimitMemoryException`](../limitmemoryexception) class. | -| [LimitMemoryException](limitmemoryexception)(string, long) | Initializes a new instance of the [`LimitMemoryException`](../limitmemoryexception) class. | -| [LimitMemoryException](limitmemoryexception)(string, Exception, int) | Initializes a new instance of the [`LimitMemoryException`](../limitmemoryexception) class. | +| [LimitMemoryException](limitmemoryexception/#constructor)(string) | Initializes a new instance of the `LimitMemoryException` class. | +| [LimitMemoryException](limitmemoryexception/#constructor_2)(string, Exception) | Initializes a new instance of the `LimitMemoryException` class. | +| [LimitMemoryException](limitmemoryexception/#constructor_1)(string, long) | Initializes a new instance of the `LimitMemoryException` class. | +| [LimitMemoryException](limitmemoryexception/#constructor_3)(string, Exception, int) | Initializes a new instance of the `LimitMemoryException` class. | ## Properties | Name | Description | | --- | --- | -| [ReduceMemoryFactor](../../aspose.imaging.coreexceptions/limitmemoryexception/reducememoryfactor) { get; set; } | Gets or sets the reduce memory factor. | +| [ReduceMemoryFactor](../../aspose.imaging.coreexceptions/limitmemoryexception/reducememoryfactor/) { get; set; } | Gets or sets the reduce memory factor. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/limitmemoryexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/limitmemoryexception/_index.md index 35a9e73fad49..2dae9f4e31f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/limitmemoryexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/limitmemoryexception/_index.md @@ -1,14 +1,14 @@ --- -title: LimitMemoryException +title: LimitMemoryException.LimitMemoryException second_title: Aspose.Imaging for .NET API Reference -description: +description: LimitMemoryException constructor. Initializes a new instance of the LimitMemoryException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/limitmemoryexception/limitmemoryexception/ --- -## LimitMemoryException constructor (1 of 4) +## LimitMemoryException(string) {#constructor} -Initializes a new instance of the [`LimitMemoryException`](../../limitmemoryexception) class. +Initializes a new instance of the [`LimitMemoryException`](../) class. ```csharp public LimitMemoryException(string message) @@ -20,15 +20,15 @@ public LimitMemoryException(string message) ### See Also -* class [LimitMemoryException](../../limitmemoryexception) -* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception) +* class [LimitMemoryException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception/) * assembly [Aspose.Imaging](../../../) --- -## LimitMemoryException constructor (2 of 4) +## LimitMemoryException(string, Exception) {#constructor_2} -Initializes a new instance of the [`LimitMemoryException`](../../limitmemoryexception) class. +Initializes a new instance of the [`LimitMemoryException`](../) class. ```csharp public LimitMemoryException(string message, Exception innerException) @@ -41,15 +41,15 @@ public LimitMemoryException(string message, Exception innerException) ### See Also -* class [LimitMemoryException](../../limitmemoryexception) -* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception) +* class [LimitMemoryException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception/) * assembly [Aspose.Imaging](../../../) --- -## LimitMemoryException constructor (3 of 4) +## LimitMemoryException(string, long) {#constructor_1} -Initializes a new instance of the [`LimitMemoryException`](../../limitmemoryexception) class. +Initializes a new instance of the [`LimitMemoryException`](../) class. ```csharp public LimitMemoryException(string message, long reduceMemoryFactor) @@ -62,15 +62,15 @@ public LimitMemoryException(string message, long reduceMemoryFactor) ### See Also -* class [LimitMemoryException](../../limitmemoryexception) -* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception) +* class [LimitMemoryException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception/) * assembly [Aspose.Imaging](../../../) --- -## LimitMemoryException constructor (4 of 4) +## LimitMemoryException(string, Exception, int) {#constructor_3} -Initializes a new instance of the [`LimitMemoryException`](../../limitmemoryexception) class. +Initializes a new instance of the [`LimitMemoryException`](../) class. ```csharp public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor) @@ -84,8 +84,8 @@ public LimitMemoryException(string message, Exception innerException, int reduce ### See Also -* class [LimitMemoryException](../../limitmemoryexception) -* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception) +* class [LimitMemoryException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/reducememoryfactor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/reducememoryfactor/_index.md index f747e5ff60c9..9dcfd4b30fbe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/reducememoryfactor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/limitmemoryexception/reducememoryfactor/_index.md @@ -1,7 +1,7 @@ --- -title: ReduceMemoryFactor +title: LimitMemoryException.ReduceMemoryFactor second_title: Aspose.Imaging for .NET API Reference -description: +description: LimitMemoryException property. Gets or sets the reduce memory factor type: docs weight: 20 url: /net/aspose.imaging.coreexceptions/limitmemoryexception/reducememoryfactor/ @@ -20,8 +20,8 @@ The reduce memory factor. ### See Also -* class [LimitMemoryException](../../limitmemoryexception) -* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception) +* class [LimitMemoryException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../limitmemoryexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/linqwrapperexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/linqwrapperexception/_index.md index c705d9e83f2c..04ed15db4be5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/linqwrapperexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/linqwrapperexception/_index.md @@ -1,7 +1,7 @@ --- -title: LinqWrapperException +title: Class LinqWrapperException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.LinqWrapperException class. LinqWrapper exceptions class type: docs weight: 700 url: /net/aspose.imaging.coreexceptions/linqwrapperexception/ @@ -16,7 +16,7 @@ public class LinqWrapperException : Exception ### See Also -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/operationinterruptedexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/operationinterruptedexception/_index.md index 1b87eafe1667..c80e4282f60f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/operationinterruptedexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/operationinterruptedexception/_index.md @@ -1,7 +1,7 @@ --- -title: OperationInterruptedException +title: Class OperationInterruptedException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.OperationInterruptedException class. Occurs when an operation is interrupted type: docs weight: 710 url: /net/aspose.imaging.coreexceptions/operationinterruptedexception/ @@ -18,13 +18,13 @@ public class OperationInterruptedException : FrameworkException | Name | Description | | --- | --- | -| [OperationInterruptedException](operationinterruptedexception)(string) | Initializes a new instance of the [`OperationInterruptedException`](../operationinterruptedexception) class. | -| [OperationInterruptedException](operationinterruptedexception)(string, Exception) | Initializes a new instance of the [`OperationInterruptedException`](../operationinterruptedexception) class. | +| [OperationInterruptedException](operationinterruptedexception/#constructor)(string) | Initializes a new instance of the `OperationInterruptedException` class. | +| [OperationInterruptedException](operationinterruptedexception/#constructor_1)(string, Exception) | Initializes a new instance of the `OperationInterruptedException` class. | ### See Also -* class [FrameworkException](../frameworkexception) -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* class [FrameworkException](../frameworkexception/) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/operationinterruptedexception/operationinterruptedexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/operationinterruptedexception/operationinterruptedexception/_index.md index 241ad6cf07ff..07fd337a34f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/operationinterruptedexception/operationinterruptedexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/operationinterruptedexception/operationinterruptedexception/_index.md @@ -1,14 +1,14 @@ --- -title: OperationInterruptedException +title: OperationInterruptedException.OperationInterruptedException second_title: Aspose.Imaging for .NET API Reference -description: +description: OperationInterruptedException constructor. Initializes a new instance of the OperationInterruptedException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/operationinterruptedexception/operationinterruptedexception/ --- -## OperationInterruptedException constructor (1 of 2) +## OperationInterruptedException(string) {#constructor} -Initializes a new instance of the [`OperationInterruptedException`](../../operationinterruptedexception) class. +Initializes a new instance of the [`OperationInterruptedException`](../) class. ```csharp public OperationInterruptedException(string message) @@ -20,15 +20,15 @@ public OperationInterruptedException(string message) ### See Also -* class [OperationInterruptedException](../../operationinterruptedexception) -* namespace [Aspose.Imaging.CoreExceptions](../../operationinterruptedexception) +* class [OperationInterruptedException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../operationinterruptedexception/) * assembly [Aspose.Imaging](../../../) --- -## OperationInterruptedException constructor (2 of 2) +## OperationInterruptedException(string, Exception) {#constructor_1} -Initializes a new instance of the [`OperationInterruptedException`](../../operationinterruptedexception) class. +Initializes a new instance of the [`OperationInterruptedException`](../) class. ```csharp public OperationInterruptedException(string message, Exception innerException) @@ -41,8 +41,8 @@ public OperationInterruptedException(string message, Exception innerException) ### See Also -* class [OperationInterruptedException](../../operationinterruptedexception) -* namespace [Aspose.Imaging.CoreExceptions](../../operationinterruptedexception) +* class [OperationInterruptedException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../operationinterruptedexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/rdoptimizationerror/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/rdoptimizationerror/_index.md index c20e6c8347ed..9e7a705fa077 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/rdoptimizationerror/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/rdoptimizationerror/_index.md @@ -1,7 +1,7 @@ --- -title: RdOptimizationError +title: Class RdOptimizationError second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.RdOptimizationError class. RD optimization error exception class type: docs weight: 720 url: /net/aspose.imaging.coreexceptions/rdoptimizationerror/ @@ -18,11 +18,11 @@ public class RdOptimizationError : Exception | Name | Description | | --- | --- | -| [RdOptimizationError](rdoptimizationerror)(string) | Initializes a new instance of the [`RdOptimizationError`](../rdoptimizationerror) class. | +| [RdOptimizationError](rdoptimizationerror/)(string) | Initializes a new instance of the `RdOptimizationError` class. | ### See Also -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/rdoptimizationerror/rdoptimizationerror/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/rdoptimizationerror/rdoptimizationerror/_index.md index 3f2ff22aeb4b..94f466d62c72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/rdoptimizationerror/rdoptimizationerror/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/rdoptimizationerror/rdoptimizationerror/_index.md @@ -1,14 +1,14 @@ --- -title: RdOptimizationError +title: RdOptimizationError.RdOptimizationError second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizationError constructor. Initializes a new instance of the RdOptimizationError class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/rdoptimizationerror/rdoptimizationerror/ --- ## RdOptimizationError constructor -Initializes a new instance of the [`RdOptimizationError`](../../rdoptimizationerror) class. +Initializes a new instance of the [`RdOptimizationError`](../) class. ```csharp public RdOptimizationError(string message) @@ -20,8 +20,8 @@ public RdOptimizationError(string message) ### See Also -* class [RdOptimizationError](../../rdoptimizationerror) -* namespace [Aspose.Imaging.CoreExceptions](../../rdoptimizationerror) +* class [RdOptimizationError](../) +* namespace [Aspose.Imaging.CoreExceptions](../../rdoptimizationerror/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/_index.md index a7b6eda671c7..dcead05b05a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/_index.md @@ -1,7 +1,7 @@ --- -title: StreamReadException +title: Class StreamReadException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.StreamReadException class. The stream reading exception. Caused when stream reading failed due to incorrect offset and bytes count request type: docs weight: 730 url: /net/aspose.imaging.coreexceptions/streamreadexception/ @@ -18,22 +18,22 @@ public class StreamReadException : FrameworkException | Name | Description | | --- | --- | -| [StreamReadException](streamreadexception)(string) | Initializes a new instance of the [`StreamReadException`](../streamreadexception) class. | -| [StreamReadException](streamreadexception)(string, Exception) | Initializes a new instance of the [`StreamReadException`](../streamreadexception) class. | -| [StreamReadException](streamreadexception)(string, int, int) | Initializes a new instance of the [`StreamReadException`](../streamreadexception) class. | -| [StreamReadException](streamreadexception)(string, Exception, int, int) | Initializes a new instance of the [`StreamReadException`](../streamreadexception) class. | +| [StreamReadException](streamreadexception/#constructor)(string) | Initializes a new instance of the `StreamReadException` class. | +| [StreamReadException](streamreadexception/#constructor_2)(string, Exception) | Initializes a new instance of the `StreamReadException` class. | +| [StreamReadException](streamreadexception/#constructor_1)(string, int, int) | Initializes a new instance of the `StreamReadException` class. | +| [StreamReadException](streamreadexception/#constructor_3)(string, Exception, int, int) | Initializes a new instance of the `StreamReadException` class. | ## Properties | Name | Description | | --- | --- | -| [ActualReadCount](../../aspose.imaging.coreexceptions/streamreadexception/actualreadcount) { get; } | Gets the actual read bytes count. | -| [ExpectedReadCount](../../aspose.imaging.coreexceptions/streamreadexception/expectedreadcount) { get; } | Gets the expected read bytes count. | +| [ActualReadCount](../../aspose.imaging.coreexceptions/streamreadexception/actualreadcount/) { get; } | Gets the actual read bytes count. | +| [ExpectedReadCount](../../aspose.imaging.coreexceptions/streamreadexception/expectedreadcount/) { get; } | Gets the expected read bytes count. | ### See Also -* class [FrameworkException](../frameworkexception) -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* class [FrameworkException](../frameworkexception/) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/actualreadcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/actualreadcount/_index.md index f13ac9cf4754..cf22e7208479 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/actualreadcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/actualreadcount/_index.md @@ -1,7 +1,7 @@ --- -title: ActualReadCount +title: StreamReadException.ActualReadCount second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamReadException property. Gets the actual read bytes count type: docs weight: 20 url: /net/aspose.imaging.coreexceptions/streamreadexception/actualreadcount/ @@ -20,8 +20,8 @@ The actual read bytes count. ### See Also -* class [StreamReadException](../../streamreadexception) -* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception) +* class [StreamReadException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/expectedreadcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/expectedreadcount/_index.md index 1a3fadf6f841..fd5f8b003741 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/expectedreadcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/expectedreadcount/_index.md @@ -1,7 +1,7 @@ --- -title: ExpectedReadCount +title: StreamReadException.ExpectedReadCount second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamReadException property. Gets the expected read bytes count type: docs weight: 30 url: /net/aspose.imaging.coreexceptions/streamreadexception/expectedreadcount/ @@ -20,8 +20,8 @@ The expected read bytes count. ### See Also -* class [StreamReadException](../../streamreadexception) -* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception) +* class [StreamReadException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/streamreadexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/streamreadexception/_index.md index 7eaceb77629d..77d1eb93dced 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/streamreadexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/streamreadexception/streamreadexception/_index.md @@ -1,14 +1,14 @@ --- -title: StreamReadException +title: StreamReadException.StreamReadException second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamReadException constructor. Initializes a new instance of the StreamReadException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/streamreadexception/streamreadexception/ --- -## StreamReadException constructor (1 of 4) +## StreamReadException(string) {#constructor} -Initializes a new instance of the [`StreamReadException`](../../streamreadexception) class. +Initializes a new instance of the [`StreamReadException`](../) class. ```csharp public StreamReadException(string message) @@ -20,15 +20,15 @@ public StreamReadException(string message) ### See Also -* class [StreamReadException](../../streamreadexception) -* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception) +* class [StreamReadException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception/) * assembly [Aspose.Imaging](../../../) --- -## StreamReadException constructor (2 of 4) +## StreamReadException(string, Exception) {#constructor_2} -Initializes a new instance of the [`StreamReadException`](../../streamreadexception) class. +Initializes a new instance of the [`StreamReadException`](../) class. ```csharp public StreamReadException(string message, Exception innerException) @@ -41,15 +41,15 @@ public StreamReadException(string message, Exception innerException) ### See Also -* class [StreamReadException](../../streamreadexception) -* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception) +* class [StreamReadException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception/) * assembly [Aspose.Imaging](../../../) --- -## StreamReadException constructor (3 of 4) +## StreamReadException(string, Exception, int, int) {#constructor_3} -Initializes a new instance of the [`StreamReadException`](../../streamreadexception) class. +Initializes a new instance of the [`StreamReadException`](../) class. ```csharp public StreamReadException(string message, Exception innerException, int expectedReadCount, @@ -65,15 +65,15 @@ public StreamReadException(string message, Exception innerException, int expecte ### See Also -* class [StreamReadException](../../streamreadexception) -* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception) +* class [StreamReadException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception/) * assembly [Aspose.Imaging](../../../) --- -## StreamReadException constructor (4 of 4) +## StreamReadException(string, int, int) {#constructor_1} -Initializes a new instance of the [`StreamReadException`](../../streamreadexception) class. +Initializes a new instance of the [`StreamReadException`](../) class. ```csharp public StreamReadException(string message, int expectedReadCount, int actualReadCount) @@ -87,8 +87,8 @@ public StreamReadException(string message, int expectedReadCount, int actualRead ### See Also -* class [StreamReadException](../../streamreadexception) -* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception) +* class [StreamReadException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../streamreadexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/xmpexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/xmpexception/_index.md index b301b7461c9d..cd6fe8c22da4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/xmpexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/xmpexception/_index.md @@ -1,7 +1,7 @@ --- -title: XmpException +title: Class XmpException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CoreExceptions.XmpException class. The exception that is thrown when XMP has invalid structure type: docs weight: 740 url: /net/aspose.imaging.coreexceptions/xmpexception/ @@ -18,14 +18,14 @@ public class XmpException : FrameworkException | Name | Description | | --- | --- | -| [XmpException](xmpexception)() | Initializes a new instance of the [`XmpException`](../xmpexception) class. | -| [XmpException](xmpexception)(string) | Initializes a new instance of the [`XmpException`](../xmpexception) class. | -| [XmpException](xmpexception)(string, Exception) | Initializes a new instance of the [`XmpException`](../xmpexception) class. | +| [XmpException](xmpexception/#constructor)() | Initializes a new instance of the `XmpException` class. | +| [XmpException](xmpexception/#constructor_1)(string) | Initializes a new instance of the `XmpException` class. | +| [XmpException](xmpexception/#constructor_2)(string, Exception) | Initializes a new instance of the `XmpException` class. | ### See Also -* class [FrameworkException](../frameworkexception) -* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions) +* class [FrameworkException](../frameworkexception/) +* namespace [Aspose.Imaging.CoreExceptions](../../aspose.imaging.coreexceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/xmpexception/xmpexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/xmpexception/xmpexception/_index.md index 485975f79200..52c916de637c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/xmpexception/xmpexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.coreexceptions/xmpexception/xmpexception/_index.md @@ -1,14 +1,14 @@ --- -title: XmpException +title: XmpException.XmpException second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpException constructor. Initializes a new instance of the XmpException class type: docs weight: 10 url: /net/aspose.imaging.coreexceptions/xmpexception/xmpexception/ --- -## XmpException constructor (1 of 3) +## XmpException() {#constructor} -Initializes a new instance of the [`XmpException`](../../xmpexception) class. +Initializes a new instance of the [`XmpException`](../) class. ```csharp public XmpException() @@ -16,15 +16,15 @@ public XmpException() ### See Also -* class [XmpException](../../xmpexception) -* namespace [Aspose.Imaging.CoreExceptions](../../xmpexception) +* class [XmpException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../xmpexception/) * assembly [Aspose.Imaging](../../../) --- -## XmpException constructor (2 of 3) +## XmpException(string) {#constructor_1} -Initializes a new instance of the [`XmpException`](../../xmpexception) class. +Initializes a new instance of the [`XmpException`](../) class. ```csharp public XmpException(string message) @@ -36,15 +36,15 @@ public XmpException(string message) ### See Also -* class [XmpException](../../xmpexception) -* namespace [Aspose.Imaging.CoreExceptions](../../xmpexception) +* class [XmpException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../xmpexception/) * assembly [Aspose.Imaging](../../../) --- -## XmpException constructor (3 of 3) +## XmpException(string, Exception) {#constructor_2} -Initializes a new instance of the [`XmpException`](../../xmpexception) class. +Initializes a new instance of the [`XmpException`](../) class. ```csharp public XmpException(string message, Exception innerException) @@ -57,8 +57,8 @@ public XmpException(string message, Exception innerException) ### See Also -* class [XmpException](../../xmpexception) -* namespace [Aspose.Imaging.CoreExceptions](../../xmpexception) +* class [XmpException](../) +* namespace [Aspose.Imaging.CoreExceptions](../../xmpexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/_index.md index 74b4cb4d6d56..4d659a8f4fe1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.CustomFontHandler second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles custom fonts processing. +description: The namespace handles custom fonts processing type: docs weight: 80 url: /net/aspose.imaging.customfonthandler/ @@ -12,6 +12,6 @@ The namespace handles custom fonts processing. | Class | Description | | --- | --- | -| [CustomFontData](./customfontdata) | Custom font data class | +| [CustomFontData](./customfontdata/) | Custom font data class | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/_index.md index 5b1c488153a8..c19663f6926c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/_index.md @@ -1,7 +1,7 @@ --- -title: CustomFontData +title: Class CustomFontData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CustomFontHandler.CustomFontData class. Custom font data class type: docs weight: 750 url: /net/aspose.imaging.customfonthandler/customfontdata/ @@ -18,18 +18,18 @@ public class CustomFontData | Name | Description | | --- | --- | -| [CustomFontData](customfontdata)(string, byte[]) | Initializes a new instance of the [`CustomFontData`](../customfontdata) class. | +| [CustomFontData](customfontdata/)(string, byte[]) | Initializes a new instance of the `CustomFontData` class. | ## Properties | Name | Description | | --- | --- | -| [FontData](../../aspose.imaging.customfonthandler/customfontdata/fontdata) { get; } | Gets the font data. | -| [FontName](../../aspose.imaging.customfonthandler/customfontdata/fontname) { get; } | Gets the name of the font. | +| [FontData](../../aspose.imaging.customfonthandler/customfontdata/fontdata/) { get; } | Gets the font data. | +| [FontName](../../aspose.imaging.customfonthandler/customfontdata/fontname/) { get; } | Gets the name of the font. | ### See Also -* namespace [Aspose.Imaging.CustomFontHandler](../../aspose.imaging.customfonthandler) +* namespace [Aspose.Imaging.CustomFontHandler](../../aspose.imaging.customfonthandler/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/customfontdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/customfontdata/_index.md index 0389064975e0..9a2145834103 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/customfontdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/customfontdata/_index.md @@ -1,14 +1,14 @@ --- -title: CustomFontData +title: CustomFontData.CustomFontData second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomFontData constructor. Initializes a new instance of the CustomFontData class type: docs weight: 10 url: /net/aspose.imaging.customfonthandler/customfontdata/customfontdata/ --- ## CustomFontData constructor -Initializes a new instance of the [`CustomFontData`](../../customfontdata) class. +Initializes a new instance of the [`CustomFontData`](../) class. ```csharp public CustomFontData(string fontName, byte[] fontData) @@ -21,8 +21,8 @@ public CustomFontData(string fontName, byte[] fontData) ### See Also -* class [CustomFontData](../../customfontdata) -* namespace [Aspose.Imaging.CustomFontHandler](../../customfontdata) +* class [CustomFontData](../) +* namespace [Aspose.Imaging.CustomFontHandler](../../customfontdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/fontdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/fontdata/_index.md index 50b836ac8dfd..f4c4dea2be66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/fontdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/fontdata/_index.md @@ -1,7 +1,7 @@ --- -title: FontData +title: CustomFontData.FontData second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomFontData property. Gets the font data type: docs weight: 20 url: /net/aspose.imaging.customfonthandler/customfontdata/fontdata/ @@ -20,8 +20,8 @@ The font data. ### See Also -* class [CustomFontData](../../customfontdata) -* namespace [Aspose.Imaging.CustomFontHandler](../../customfontdata) +* class [CustomFontData](../) +* namespace [Aspose.Imaging.CustomFontHandler](../../customfontdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/fontname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/fontname/_index.md index 300c3bd915b9..9d6789204361 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/fontname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.customfonthandler/customfontdata/fontname/_index.md @@ -1,7 +1,7 @@ --- -title: FontName +title: CustomFontData.FontName second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomFontData property. Gets the name of the font type: docs weight: 30 url: /net/aspose.imaging.customfonthandler/customfontdata/fontname/ @@ -20,8 +20,8 @@ The name of the font. ### See Also -* class [CustomFontData](../../customfontdata) -* namespace [Aspose.Imaging.CustomFontHandler](../../customfontdata) +* class [CustomFontData](../) +* namespace [Aspose.Imaging.CustomFontHandler](../../customfontdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/_index.md index 5e25a50d55f5..98c3310726d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Dithering second_title: Aspose.Imaging for .NET API Reference -description: The namespace provides different helper classes for color dithering. +description: The namespace provides different helper classes for color dithering type: docs weight: 90 url: /net/aspose.imaging.dithering/ @@ -12,6 +12,6 @@ The namespace provides different helper classes for color dithering. | Class | Description | | --- | --- | -| [DitheringMode](./ditheringmode) | Dithering settings to be applied to image upon saving. | +| [DitheringMode](./ditheringmode/) | Dithering settings to be applied to image upon saving. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/_index.md index cba026edd569..6f9a3e99d924 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/_index.md @@ -1,7 +1,7 @@ --- -title: DitheringMode +title: Class DitheringMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Dithering.DitheringMode class. Dithering settings to be applied to image upon saving type: docs weight: 830 url: /net/aspose.imaging.dithering/ditheringmode/ @@ -18,19 +18,19 @@ public class DitheringMode | Name | Description | | --- | --- | -| [DitheringMode](ditheringmode)() | The default constructor. | +| [DitheringMode](ditheringmode/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bits](../../aspose.imaging.dithering/ditheringmode/bits) { get; set; } | The sampling factor of dithered image. | -| [CustomPalette](../../aspose.imaging.dithering/ditheringmode/custompalette) { get; set; } | The custom palette for dithering. | -| [Method](../../aspose.imaging.dithering/ditheringmode/method) { get; set; } | Dithering algorithm selection. | +| [Bits](../../aspose.imaging.dithering/ditheringmode/bits/) { get; set; } | The sampling factor of dithered image. | +| [CustomPalette](../../aspose.imaging.dithering/ditheringmode/custompalette/) { get; set; } | The custom palette for dithering. | +| [Method](../../aspose.imaging.dithering/ditheringmode/method/) { get; set; } | Dithering algorithm selection. | ### See Also -* namespace [Aspose.Imaging.Dithering](../../aspose.imaging.dithering) +* namespace [Aspose.Imaging.Dithering](../../aspose.imaging.dithering/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/bits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/bits/_index.md index f8d5b96aa907..31c3828e9efd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/bits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/bits/_index.md @@ -1,7 +1,7 @@ --- -title: Bits +title: DitheringMode.Bits second_title: Aspose.Imaging for .NET API Reference -description: +description: DitheringMode property. The sampling factor of dithered image type: docs weight: 20 url: /net/aspose.imaging.dithering/ditheringmode/bits/ @@ -16,8 +16,8 @@ public int Bits { get; set; } ### See Also -* class [DitheringMode](../../ditheringmode) -* namespace [Aspose.Imaging.Dithering](../../ditheringmode) +* class [DitheringMode](../) +* namespace [Aspose.Imaging.Dithering](../../ditheringmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/custompalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/custompalette/_index.md index a0c70c5e6785..001926327490 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/custompalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/custompalette/_index.md @@ -1,7 +1,7 @@ --- -title: CustomPalette +title: DitheringMode.CustomPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: DitheringMode property. The custom palette for dithering type: docs weight: 30 url: /net/aspose.imaging.dithering/ditheringmode/custompalette/ @@ -16,9 +16,9 @@ public IColorPalette CustomPalette { get; set; } ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [DitheringMode](../../ditheringmode) -* namespace [Aspose.Imaging.Dithering](../../ditheringmode) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [DitheringMode](../) +* namespace [Aspose.Imaging.Dithering](../../ditheringmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/ditheringmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/ditheringmode/_index.md index 2212288a6dc6..ce77d20ab5ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/ditheringmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/ditheringmode/_index.md @@ -1,7 +1,7 @@ --- -title: DitheringMode +title: DitheringMode.DitheringMode second_title: Aspose.Imaging for .NET API Reference -description: +description: DitheringMode constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.dithering/ditheringmode/ditheringmode/ @@ -16,8 +16,8 @@ public DitheringMode() ### See Also -* class [DitheringMode](../../ditheringmode) -* namespace [Aspose.Imaging.Dithering](../../ditheringmode) +* class [DitheringMode](../) +* namespace [Aspose.Imaging.Dithering](../../ditheringmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/method/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/method/_index.md index cb2ab6933e00..e040a0bd80c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/method/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.dithering/ditheringmode/method/_index.md @@ -1,7 +1,7 @@ --- -title: Method +title: DitheringMode.Method second_title: Aspose.Imaging for .NET API Reference -description: +description: DitheringMode property. Dithering algorithm selection type: docs weight: 40 url: /net/aspose.imaging.dithering/ditheringmode/method/ @@ -16,9 +16,9 @@ public DitheringMethod Method { get; set; } ### See Also -* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod) -* class [DitheringMode](../../ditheringmode) -* namespace [Aspose.Imaging.Dithering](../../ditheringmode) +* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod/) +* class [DitheringMode](../) +* namespace [Aspose.Imaging.Dithering](../../ditheringmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/_index.md index b08ea06bbb25..3e070437c9fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Evalute second_title: Aspose.Imaging for .NET API Reference -description: The namespace DIB header processing. +description: The namespace DIB header processing type: docs weight: 100 url: /net/aspose.imaging.evalute/ @@ -12,6 +12,6 @@ The namespace DIB header processing. | Class | Description | | --- | --- | -| [EvalException](./evalexception) | Custom exception for evaluation errors | +| [EvalException](./evalexception/) | Custom exception for evaluation errors | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/evalexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/evalexception/_index.md index 8a1a788fd606..4f8a7ed31118 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/evalexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/evalexception/_index.md @@ -1,7 +1,7 @@ --- -title: EvalException +title: Class EvalException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Evalute.EvalException class. Custom exception for evaluation errors type: docs weight: 870 url: /net/aspose.imaging.evalute/evalexception/ @@ -18,11 +18,11 @@ public class EvalException : Exception | Name | Description | | --- | --- | -| override [Message](../../aspose.imaging.evalute/evalexception/message) { get; } | Gets the message associated with this exception | +| override [Message](../../aspose.imaging.evalute/evalexception/message/) { get; } | Gets the message associated with this exception | ### See Also -* namespace [Aspose.Imaging.Evalute](../../aspose.imaging.evalute) +* namespace [Aspose.Imaging.Evalute](../../aspose.imaging.evalute/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/evalexception/message/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/evalexception/message/_index.md index 10a282e0dd20..bc20a9d3b88f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/evalexception/message/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.evalute/evalexception/message/_index.md @@ -1,7 +1,7 @@ --- -title: Message +title: EvalException.Message second_title: Aspose.Imaging for .NET API Reference -description: +description: EvalException property. Gets the message associated with this exception type: docs weight: 10 url: /net/aspose.imaging.evalute/evalexception/message/ @@ -16,8 +16,8 @@ public override string Message { get; } ### See Also -* class [EvalException](../../evalexception) -* namespace [Aspose.Imaging.Evalute](../../evalexception) +* class [EvalException](../) +* namespace [Aspose.Imaging.Evalute](../../evalexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/_index.md index 1c9a2222dbed..1ff79bc66585 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Exif.Enums second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains EXIF enumerations. +description: The namespace contains EXIF enumerations type: docs weight: 120 url: /net/aspose.imaging.exif.enums/ @@ -12,24 +12,24 @@ The namespace contains EXIF enumerations. | Enumeration | Description | | --- | --- | -| [ExifColorSpace](./exifcolorspace) | exif color space enum. | -| [ExifContrast](./exifcontrast) | exif normal soft hard enum. | -| [ExifCustomRendered](./exifcustomrendered) | exif custom rendered enum. | -| [ExifExposureMode](./exifexposuremode) | exif exposure mode enum. | -| [ExifExposureProgram](./exifexposureprogram) | exif exposure program enum. | -| [ExifFileSource](./exiffilesource) | exif file source enum. | -| [ExifFlash](./exifflash) | Flash mode. | -| [ExifGainControl](./exifgaincontrol) | exif gain control enum. | -| [ExifGPSAltitudeRef](./exifgpsaltituderef) | exif gps altitude ref enum. | -| [ExifLightSource](./exiflightsource) | The exif light source. | -| [ExifMeteringMode](./exifmeteringmode) | exif metering mode enum. | -| [ExifOrientation](./exiforientation) | Exif image orientation. | -| [ExifSaturation](./exifsaturation) | exif saturation enum. | -| [ExifSceneCaptureType](./exifscenecapturetype) | exif scene capture type enum. | -| [ExifSensingMethod](./exifsensingmethod) | exif sensing method enum. | -| [ExifSubjectDistanceRange](./exifsubjectdistancerange) | exif subject distance range enum. | -| [ExifUnit](./exifunit) | exif unit enum. | -| [ExifWhiteBalance](./exifwhitebalance) | exif white balance enum. | -| [ExifYCbCrPositioning](./exifycbcrpositioning) | exif y cb cr positioning enum. | +| [ExifColorSpace](./exifcolorspace/) | exif color space enum. | +| [ExifContrast](./exifcontrast/) | exif normal soft hard enum. | +| [ExifCustomRendered](./exifcustomrendered/) | exif custom rendered enum. | +| [ExifExposureMode](./exifexposuremode/) | exif exposure mode enum. | +| [ExifExposureProgram](./exifexposureprogram/) | exif exposure program enum. | +| [ExifFileSource](./exiffilesource/) | exif file source enum. | +| [ExifFlash](./exifflash/) | Flash mode. | +| [ExifGainControl](./exifgaincontrol/) | exif gain control enum. | +| [ExifGPSAltitudeRef](./exifgpsaltituderef/) | exif gps altitude ref enum. | +| [ExifLightSource](./exiflightsource/) | The exif light source. | +| [ExifMeteringMode](./exifmeteringmode/) | exif metering mode enum. | +| [ExifOrientation](./exiforientation/) | Exif image orientation. | +| [ExifSaturation](./exifsaturation/) | exif saturation enum. | +| [ExifSceneCaptureType](./exifscenecapturetype/) | exif scene capture type enum. | +| [ExifSensingMethod](./exifsensingmethod/) | exif sensing method enum. | +| [ExifSubjectDistanceRange](./exifsubjectdistancerange/) | exif subject distance range enum. | +| [ExifUnit](./exifunit/) | exif unit enum. | +| [ExifWhiteBalance](./exifwhitebalance/) | exif white balance enum. | +| [ExifYCbCrPositioning](./exifycbcrpositioning/) | exif y cb cr positioning enum. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcolorspace/_index.md index 5c543c02a5e3..ea77324bdc2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcolorspace/_index.md @@ -1,7 +1,7 @@ --- -title: ExifColorSpace +title: Enum ExifColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifColorSpace enum. exif color space enum type: docs weight: 880 url: /net/aspose.imaging.exif.enums/exifcolorspace/ @@ -24,7 +24,7 @@ public enum ExifColorSpace ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcontrast/_index.md index 46a3a271b85f..8d81211b73a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcontrast/_index.md @@ -1,7 +1,7 @@ --- -title: ExifContrast +title: Enum ExifContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifContrast enum. exif normal soft hard enum type: docs weight: 890 url: /net/aspose.imaging.exif.enums/exifcontrast/ @@ -24,7 +24,7 @@ public enum ExifContrast ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcustomrendered/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcustomrendered/_index.md index 5d5f11ecd1ca..0be98ea083ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcustomrendered/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifcustomrendered/_index.md @@ -1,7 +1,7 @@ --- -title: ExifCustomRendered +title: Enum ExifCustomRendered second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifCustomRendered enum. exif custom rendered enum type: docs weight: 900 url: /net/aspose.imaging.exif.enums/exifcustomrendered/ @@ -23,7 +23,7 @@ public enum ExifCustomRendered ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifexposuremode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifexposuremode/_index.md index eb23b5a1df77..f86c17a8739f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifexposuremode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifexposuremode/_index.md @@ -1,7 +1,7 @@ --- -title: ExifExposureMode +title: Enum ExifExposureMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifExposureMode enum. exif exposure mode enum type: docs weight: 910 url: /net/aspose.imaging.exif.enums/exifexposuremode/ @@ -24,7 +24,7 @@ public enum ExifExposureMode ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifexposureprogram/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifexposureprogram/_index.md index 81fc7953ec86..77a881889dea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifexposureprogram/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifexposureprogram/_index.md @@ -1,7 +1,7 @@ --- -title: ExifExposureProgram +title: Enum ExifExposureProgram second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifExposureProgram enum. exif exposure program enum type: docs weight: 920 url: /net/aspose.imaging.exif.enums/exifexposureprogram/ @@ -30,7 +30,7 @@ public enum ExifExposureProgram ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiffilesource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiffilesource/_index.md index 97e47c77e7fc..4b067be89111 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiffilesource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiffilesource/_index.md @@ -1,7 +1,7 @@ --- -title: ExifFileSource +title: Enum ExifFileSource second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifFileSource enum. exif file source enum type: docs weight: 930 url: /net/aspose.imaging.exif.enums/exiffilesource/ @@ -25,7 +25,7 @@ public enum ExifFileSource : byte ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifflash/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifflash/_index.md index 6da80896ef00..22d2113570e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifflash/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifflash/_index.md @@ -1,7 +1,7 @@ --- -title: ExifFlash +title: Enum ExifFlash second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifFlash enum. Flash mode type: docs weight: 940 url: /net/aspose.imaging.exif.enums/exifflash/ @@ -35,7 +35,7 @@ public enum ExifFlash ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifgaincontrol/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifgaincontrol/_index.md index 10ee7daae87a..3c2fcc0f011b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifgaincontrol/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifgaincontrol/_index.md @@ -1,7 +1,7 @@ --- -title: ExifGainControl +title: Enum ExifGainControl second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifGainControl enum. exif gain control enum type: docs weight: 960 url: /net/aspose.imaging.exif.enums/exifgaincontrol/ @@ -26,7 +26,7 @@ public enum ExifGainControl ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifgpsaltituderef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifgpsaltituderef/_index.md index 45d601ad22d8..09fe4e4018de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifgpsaltituderef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifgpsaltituderef/_index.md @@ -1,7 +1,7 @@ --- -title: ExifGPSAltitudeRef +title: Enum ExifGPSAltitudeRef second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifGPSAltitudeRef enum. exif gps altitude ref enum type: docs weight: 950 url: /net/aspose.imaging.exif.enums/exifgpsaltituderef/ @@ -23,7 +23,7 @@ public enum ExifGPSAltitudeRef : byte ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiflightsource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiflightsource/_index.md index fce95667b787..32f6696d1a5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiflightsource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiflightsource/_index.md @@ -1,7 +1,7 @@ --- -title: ExifLightSource +title: Enum ExifLightSource second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifLightSource enum. The exif light source type: docs weight: 970 url: /net/aspose.imaging.exif.enums/exiflightsource/ @@ -42,7 +42,7 @@ public enum ExifLightSource ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifmeteringmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifmeteringmode/_index.md index 3eb2bb9172de..ab6b5187128e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifmeteringmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifmeteringmode/_index.md @@ -1,7 +1,7 @@ --- -title: ExifMeteringMode +title: Enum ExifMeteringMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifMeteringMode enum. exif metering mode enum type: docs weight: 980 url: /net/aspose.imaging.exif.enums/exifmeteringmode/ @@ -29,7 +29,7 @@ public enum ExifMeteringMode ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiforientation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiforientation/_index.md index 9be929ef5a1a..456511562408 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiforientation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exiforientation/_index.md @@ -1,7 +1,7 @@ --- -title: ExifOrientation +title: Enum ExifOrientation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifOrientation enum. Exif image orientation type: docs weight: 990 url: /net/aspose.imaging.exif.enums/exiforientation/ @@ -29,7 +29,7 @@ public enum ExifOrientation ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsaturation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsaturation/_index.md index aa6543597113..a1f9f1177641 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsaturation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsaturation/_index.md @@ -1,7 +1,7 @@ --- -title: ExifSaturation +title: Enum ExifSaturation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifSaturation enum. exif saturation enum type: docs weight: 1000 url: /net/aspose.imaging.exif.enums/exifsaturation/ @@ -24,7 +24,7 @@ public enum ExifSaturation ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifscenecapturetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifscenecapturetype/_index.md index 939e0161d062..cd2bd75b40e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifscenecapturetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifscenecapturetype/_index.md @@ -1,7 +1,7 @@ --- -title: ExifSceneCaptureType +title: Enum ExifSceneCaptureType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifSceneCaptureType enum. exif scene capture type enum type: docs weight: 1010 url: /net/aspose.imaging.exif.enums/exifscenecapturetype/ @@ -25,7 +25,7 @@ public enum ExifSceneCaptureType ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsensingmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsensingmethod/_index.md index 70485381ddb7..26e49487a180 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsensingmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsensingmethod/_index.md @@ -1,7 +1,7 @@ --- -title: ExifSensingMethod +title: Enum ExifSensingMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifSensingMethod enum. exif sensing method enum type: docs weight: 1020 url: /net/aspose.imaging.exif.enums/exifsensingmethod/ @@ -28,7 +28,7 @@ public enum ExifSensingMethod ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsubjectdistancerange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsubjectdistancerange/_index.md index 3dfd8710f09c..807300014192 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsubjectdistancerange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifsubjectdistancerange/_index.md @@ -1,7 +1,7 @@ --- -title: ExifSubjectDistanceRange +title: Enum ExifSubjectDistanceRange second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifSubjectDistanceRange enum. exif subject distance range enum type: docs weight: 1030 url: /net/aspose.imaging.exif.enums/exifsubjectdistancerange/ @@ -25,7 +25,7 @@ public enum ExifSubjectDistanceRange ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifunit/_index.md index 4f9d27fd4b36..ee338a9a71af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifunit/_index.md @@ -1,7 +1,7 @@ --- -title: ExifUnit +title: Enum ExifUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifUnit enum. exif unit enum type: docs weight: 1040 url: /net/aspose.imaging.exif.enums/exifunit/ @@ -24,7 +24,7 @@ public enum ExifUnit ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifwhitebalance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifwhitebalance/_index.md index 8c17c028b8cf..58eaaba2beb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifwhitebalance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifwhitebalance/_index.md @@ -1,7 +1,7 @@ --- -title: ExifWhiteBalance +title: Enum ExifWhiteBalance second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifWhiteBalance enum. exif white balance enum type: docs weight: 1050 url: /net/aspose.imaging.exif.enums/exifwhitebalance/ @@ -23,7 +23,7 @@ public enum ExifWhiteBalance ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifycbcrpositioning/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifycbcrpositioning/_index.md index e1b0d7afa361..b399bc4e1110 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifycbcrpositioning/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif.enums/exifycbcrpositioning/_index.md @@ -1,7 +1,7 @@ --- -title: ExifYCbCrPositioning +title: Enum ExifYCbCrPositioning second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.Enums.ExifYCbCrPositioning enum. exif y cb cr positioning enum type: docs weight: 1060 url: /net/aspose.imaging.exif.enums/exifycbcrpositioning/ @@ -23,7 +23,7 @@ public enum ExifYCbCrPositioning ### See Also -* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums) +* namespace [Aspose.Imaging.Exif.Enums](../../aspose.imaging.exif.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/_index.md index 3047e8f54482..410eeb8041c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Exif second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains EXIF related helper classes and methods. +description: The namespace contains EXIF related helper classes and methods type: docs weight: 110 url: /net/aspose.imaging.exif/ @@ -12,14 +12,14 @@ The namespace contains EXIF related helper classes and methods. | Class | Description | | --- | --- | -| [ExifData](./exifdata) | EXIF data container. | -| [JpegExifData](./jpegexifdata) | EXIF data container for jpeg files. | -| [MakerNote](./makernote) | Represents a single Maker Note record. | -| [TiffDataTypeController](./tiffdatatypecontroller) | Represents general class for working with tiff data types. | +| [ExifData](./exifdata/) | EXIF data container. | +| [JpegExifData](./jpegexifdata/) | EXIF data container for jpeg files. | +| [MakerNote](./makernote/) | Represents a single Maker Note record. | +| [TiffDataTypeController](./tiffdatatypecontroller/) | Represents general class for working with tiff data types. | ## Enumeration | Enumeration | Description | | --- | --- | -| [ExifProperties](./exifproperties) | Exif tags list | +| [ExifProperties](./exifproperties/) | Exif tags list | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/_index.md index 7ce7d8e2efa7..80feddaa226b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/_index.md @@ -1,7 +1,7 @@ --- -title: ExifData +title: Class ExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.ExifData class. EXIF data container type: docs weight: 1070 url: /net/aspose.imaging.exif/exifdata/ @@ -18,132 +18,132 @@ public class ExifData : TiffDataTypeController | Name | Description | | --- | --- | -| [ExifData](exifdata)() | Initializes a new instance of the [`ExifData`](../exifdata) class. | -| [ExifData](exifdata)(TiffDataType[]) | Initializes a new instance of the [`ExifData`](../exifdata) class with data from array. | -| [ExifData](exifdata)(TiffDataType[], TiffDataType[], TiffDataType[]) | Initializes a new instance of the [`ExifData`](../exifdata) class with data from array. | +| [ExifData](exifdata/#constructor)() | Initializes a new instance of the `ExifData` class. | +| [ExifData](exifdata/#constructor_1)(TiffDataType[]) | Initializes a new instance of the `ExifData` class with data from array. | +| [ExifData](exifdata/#constructor_2)(TiffDataType[], TiffDataType[], TiffDataType[]) | Initializes a new instance of the `ExifData` class with data from array. | ## Properties | Name | Description | | --- | --- | -| [ApertureValue](../../aspose.imaging.exif/exifdata/aperturevalue) { get; set; } | Gets or sets the aperture value. | -| [BodySerialNumber](../../aspose.imaging.exif/exifdata/bodyserialnumber) { get; set; } | Gets or sets camera body serial number. | -| [BrightnessValue](../../aspose.imaging.exif/exifdata/brightnessvalue) { get; set; } | Gets or sets the brightness value. | -| [CameraOwnerName](../../aspose.imaging.exif/exifdata/cameraownername) { get; set; } | Gets or sets camera owner name | -| [CFAPattern](../../aspose.imaging.exif/exifdata/cfapattern) { get; set; } | Gets or sets the CFA pattern. | -| [ColorSpace](../../aspose.imaging.exif/exifdata/colorspace) { get; set; } | Gets or sets the color space. | -| [CommonTags](../../aspose.imaging.exif/exifdata/commontags) { get; set; } | Gets or sets tags, which belong to common section. This applies only to jpeg images, in tiff format tiffOptions are being used instead | -| [ComponentsConfiguration](../../aspose.imaging.exif/exifdata/componentsconfiguration) { get; set; } | Gets or sets the components configuration. | -| [CompressedBitsPerPixel](../../aspose.imaging.exif/exifdata/compressedbitsperpixel) { get; set; } | Gets or sets the compressed bits per pixel. | -| [Contrast](../../aspose.imaging.exif/exifdata/contrast) { get; set; } | Gets or sets the contrast. | -| [CustomRendered](../../aspose.imaging.exif/exifdata/customrendered) { get; set; } | Gets or sets the custom rendered. | -| [DateTimeDigitized](../../aspose.imaging.exif/exifdata/datetimedigitized) { get; set; } | Gets or sets the date time digitized. | -| [DateTimeOriginal](../../aspose.imaging.exif/exifdata/datetimeoriginal) { get; set; } | Gets or sets the date time original. | -| [DeviceSettingDescription](../../aspose.imaging.exif/exifdata/devicesettingdescription) { get; set; } | Gets or sets device settings description | -| [DigitalZoomRatio](../../aspose.imaging.exif/exifdata/digitalzoomratio) { get; set; } | Gets or sets the digital zoom ratio. | -| [ExifTags](../../aspose.imaging.exif/exifdata/exiftags) { get; set; } | Gets or sets tags which belong to EXIF section only. | -| [ExifVersion](../../aspose.imaging.exif/exifdata/exifversion) { get; set; } | Gets or sets the EXIF version. | -| [ExposureBiasValue](../../aspose.imaging.exif/exifdata/exposurebiasvalue) { get; set; } | Gets or sets the exposure bias value. | -| [ExposureIndex](../../aspose.imaging.exif/exifdata/exposureindex) { get; set; } | Gets or sets the exposure index. | -| [ExposureMode](../../aspose.imaging.exif/exifdata/exposuremode) { get; set; } | Gets or sets the exposure mode. | -| [ExposureProgram](../../aspose.imaging.exif/exifdata/exposureprogram) { get; set; } | Gets or sets the exposure program. | -| [ExposureTime](../../aspose.imaging.exif/exifdata/exposuretime) { get; set; } | Gets or sets the exposure time. | -| [FileSource](../../aspose.imaging.exif/exifdata/filesource) { get; set; } | Gets or sets the file source type. | -| [Flash](../../aspose.imaging.exif/exifdata/flash) { get; set; } | Gets or sets the flash. | -| [FlashEnergy](../../aspose.imaging.exif/exifdata/flashenergy) { get; set; } | Gets or sets the flash energy. | -| [FlashpixVersion](../../aspose.imaging.exif/exifdata/flashpixversion) { get; set; } | Gets or sets the flash pix version. | -| [FNumber](../../aspose.imaging.exif/exifdata/fnumber) { get; set; } | Gets or sets the F-number. | -| [FocalLength](../../aspose.imaging.exif/exifdata/focallength) { get; set; } | Gets or sets the focal length. | -| [FocalLengthIn35MmFilm](../../aspose.imaging.exif/exifdata/focallengthin35mmfilm) { get; set; } | Gets or sets the focal length in 35 mm film. | -| [FocalPlaneResolutionUnit](../../aspose.imaging.exif/exifdata/focalplaneresolutionunit) { get; set; } | Gets or sets the focal plane resolution unit. | -| [FocalPlaneXResolution](../../aspose.imaging.exif/exifdata/focalplanexresolution) { get; set; } | Gets or sets the focal plane x resolution. | -| [FocalPlaneYResolution](../../aspose.imaging.exif/exifdata/focalplaneyresolution) { get; set; } | Gets or sets the focal plane y resolution. | -| [GainControl](../../aspose.imaging.exif/exifdata/gaincontrol) { get; set; } | Gets or sets the degree of overall image gain adjustment. | -| [Gamma](../../aspose.imaging.exif/exifdata/gamma) { get; set; } | Gets or sets the gamma. | -| [GPSAltitude](../../aspose.imaging.exif/exifdata/gpsaltitude) { get; set; } | Gets or sets the GPS altitude. | -| [GPSAltitudeRef](../../aspose.imaging.exif/exifdata/gpsaltituderef) { get; set; } | Gets or sets the GPS altitude used as the reference altitude. | -| [GPSAreaInformation](../../aspose.imaging.exif/exifdata/gpsareainformation) { get; set; } | Gets or sets the GPS area information. | -| [GPSDateStamp](../../aspose.imaging.exif/exifdata/gpsdatestamp) { get; set; } | Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time). | -| [GPSDestBearing](../../aspose.imaging.exif/exifdata/gpsdestbearing) { get; set; } | Gets or sets the GPS bearing to the destination point. | -| [GPSDestBearingRef](../../aspose.imaging.exif/exifdata/gpsdestbearingref) { get; set; } | Gets or sets the GPS reference used for giving the bearing to the destination point. | -| [GPSDestDistance](../../aspose.imaging.exif/exifdata/gpsdestdistance) { get; set; } | Gets or sets the GPS distance to the destination point. | -| [GPSDestDistanceRef](../../aspose.imaging.exif/exifdata/gpsdestdistanceref) { get; set; } | Gets or sets the GPS unit used to express the distance to the destination point. | -| [GPSDestLatitude](../../aspose.imaging.exif/exifdata/gpsdestlatitude) { get; set; } | Gets or sets the GPS latitude of the destination point. | -| [GPSDestLatitudeRef](../../aspose.imaging.exif/exifdata/gpsdestlatituderef) { get; set; } | Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude. | -| [GPSDestLongitude](../../aspose.imaging.exif/exifdata/gpsdestlongitude) { get; set; } | Gets or sets the GPS longitude of the destination point. | -| [GPSDestLongitudeRef](../../aspose.imaging.exif/exifdata/gpsdestlongituderef) { get; set; } | Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude. | -| [GPSDifferential](../../aspose.imaging.exif/exifdata/gpsdifferential) { get; set; } | Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver. | -| [GPSDOP](../../aspose.imaging.exif/exifdata/gpsdop) { get; set; } | Gets or sets the GPS DOP (data degree of precision). | -| [GPSImgDirection](../../aspose.imaging.exif/exifdata/gpsimgdirection) { get; set; } | Gets or sets the GPS direction of the image when it was captured. | -| [GPSImgDirectionRef](../../aspose.imaging.exif/exifdata/gpsimgdirectionref) { get; set; } | Gets or sets the GPS reference for giving the direction of the image when it is captured. | -| [GPSLatitude](../../aspose.imaging.exif/exifdata/gpslatitude) { get; set; } | Gets or sets the GPS latitude. | -| [GPSLatitudeRef](../../aspose.imaging.exif/exifdata/gpslatituderef) { get; set; } | Gets or sets the GPS latitude is north or south latitude. | -| [GPSLongitude](../../aspose.imaging.exif/exifdata/gpslongitude) { get; set; } | Gets or sets the GPS longitude. | -| [GPSLongitudeRef](../../aspose.imaging.exif/exifdata/gpslongituderef) { get; set; } | Gets or sets the GPS longitude is east or west longitude. | -| [GPSMapDatum](../../aspose.imaging.exif/exifdata/gpsmapdatum) { get; set; } | Gets or sets the GPS geodetic survey data used by the GPS receiver. | -| [GPSMeasureMode](../../aspose.imaging.exif/exifdata/gpsmeasuremode) { get; set; } | Gets or sets the GPS measurement mode. | -| [GPSProcessingMethod](../../aspose.imaging.exif/exifdata/gpsprocessingmethod) { get; set; } | Gets or sets the GPS character string recording the name of the method used for location finding. | -| [GPSSatellites](../../aspose.imaging.exif/exifdata/gpssatellites) { get; set; } | Gets or sets the GPS satellites used for measurements. | -| [GPSSpeed](../../aspose.imaging.exif/exifdata/gpsspeed) { get; set; } | Gets or sets the speed of GPS receiver movement. | -| [GPSSpeedRef](../../aspose.imaging.exif/exifdata/gpsspeedref) { get; set; } | Gets or sets the unit used to express the GPS receiver speed of movement. | -| [GPSStatus](../../aspose.imaging.exif/exifdata/gpsstatus) { get; set; } | Gets or sets the status of the GPS receiver when the image is recorded. | -| [GPSTags](../../aspose.imaging.exif/exifdata/gpstags) { get; set; } | Gets or sets tags, which belong to GPS section only. | -| [GPSTimestamp](../../aspose.imaging.exif/exifdata/gpstimestamp) { get; set; } | Gets or sets the GPS time as UTC (Coordinated Universal Time). | -| [GPSTrack](../../aspose.imaging.exif/exifdata/gpstrack) { get; set; } | Gets or sets direction of GPS receiver movement. | -| [GPSTrackRef](../../aspose.imaging.exif/exifdata/gpstrackref) { get; set; } | Gets or sets the reference for giving the direction of GPS receiver movement. | -| [GPSVersionID](../../aspose.imaging.exif/exifdata/gpsversionid) { get; set; } | Gets or sets the GPS version identifier. | -| [ImageUniqueID](../../aspose.imaging.exif/exifdata/imageuniqueid) { get; set; } | Gets or sets the image unique identifier. | -| [IsBigEndian](../../aspose.imaging.exif/exifdata/isbigendian) { get; set; } | Gets or sets a value indicating whether the stream EXIF data created from is big endian. | -| [ISOSpeed](../../aspose.imaging.exif/exifdata/isospeed) { get; set; } | Gets or sets ISO speed | -| [ISOSpeedLatitudeYYY](../../aspose.imaging.exif/exifdata/isospeedlatitudeyyy) { get; set; } | Gets or sets the ISO speed latitude yyy value of a camera or input device that is defined in ISO 12232. | -| [ISOSpeedLatitudeZZZ](../../aspose.imaging.exif/exifdata/isospeedlatitudezzz) { get; set; } | Gets or sets the ISO speed latitude zzz value of a camera or input device that is defined in ISO 12232. | -| [LensMake](../../aspose.imaging.exif/exifdata/lensmake) { get; set; } | Gets or sets the maker of lens. | -| [LensModel](../../aspose.imaging.exif/exifdata/lensmodel) { get; set; } | Gets or sets the lens model. | -| [LensSerialNumber](../../aspose.imaging.exif/exifdata/lensserialnumber) { get; set; } | Gets or sets the lens serial number. | -| [LensSpecification](../../aspose.imaging.exif/exifdata/lensspecification) { get; set; } | Gets or sets the lens specification | -| [LightSource](../../aspose.imaging.exif/exifdata/lightsource) { get; set; } | Gets or sets the light source. | -| [Make](../../aspose.imaging.exif/exifdata/make) { get; set; } | Gets or sets the manufacturer of the recording equipment. | -| [MakerNoteData](../../aspose.imaging.exif/exifdata/makernotedata) { get; } | Gets the maker note data. | -| [MakerNoteRawData](../../aspose.imaging.exif/exifdata/makernoterawdata) { get; set; } | Gets or sets the maker note raw data. | -| [MakerNotes](../../aspose.imaging.exif/exifdata/makernotes) { get; } | Gets the maker notes. | -| [MaxApertureValue](../../aspose.imaging.exif/exifdata/maxaperturevalue) { get; set; } | Gets or sets the maximum aperture value. | -| [MeteringMode](../../aspose.imaging.exif/exifdata/meteringmode) { get; set; } | Gets or sets the metering mode. | -| [OECF](../../aspose.imaging.exif/exifdata/oecf) { get; set; } | Gets or sets the Opto-Electric Conversion Function (OECF) specified in ISO 14524. | -| [PhotographicSensitivity](../../aspose.imaging.exif/exifdata/photographicsensitivity) { get; set; } | Gets or sets the photographic sensitivity. | -| [PixelXDimension](../../aspose.imaging.exif/exifdata/pixelxdimension) { get; set; } | Gets or sets the pixel x dimension. | -| [PixelYDimension](../../aspose.imaging.exif/exifdata/pixelydimension) { get; set; } | Gets or sets the pixel y dimension. | -| [Properties](../../aspose.imaging.exif/exifdata/properties) { get; set; } | Gets or sets all the EXIF tags (including common and GPS tags). | -| [RecommendedExposureIndex](../../aspose.imaging.exif/exifdata/recommendedexposureindex) { get; set; } | Gets or sets the recommended exposure index. | -| [RelatedSoundFile](../../aspose.imaging.exif/exifdata/relatedsoundfile) { get; set; } | Gets or sets the related sound file. | -| [Saturation](../../aspose.imaging.exif/exifdata/saturation) { get; set; } | Gets or sets the saturation. | -| [SceneCaptureType](../../aspose.imaging.exif/exifdata/scenecapturetype) { get; set; } | Gets or sets the scene capture type. | -| [SceneType](../../aspose.imaging.exif/exifdata/scenetype) { get; set; } | Gets or sets the scene type. | -| [SensingMethod](../../aspose.imaging.exif/exifdata/sensingmethod) { get; set; } | Gets or sets the sensing method. | -| [SensitivityType](../../aspose.imaging.exif/exifdata/sensitivitytype) { get; set; } | Gets or sets the sensitivity type. | -| [Sharpness](../../aspose.imaging.exif/exifdata/sharpness) { get; set; } | Gets or sets the sharpness. | -| [ShutterSpeedValue](../../aspose.imaging.exif/exifdata/shutterspeedvalue) { get; set; } | Gets or sets the shutter speed value. | -| [SpatialFrequencyResponse](../../aspose.imaging.exif/exifdata/spatialfrequencyresponse) { get; set; } | Gets or sets the spatial frequency response. | -| [SpectralSensitivity](../../aspose.imaging.exif/exifdata/spectralsensitivity) { get; set; } | Gets or sets the spectral sensitivity. | -| [StandardOutputSensitivity](../../aspose.imaging.exif/exifdata/standardoutputsensitivity) { get; set; } | Gets or sets standard output sensitivity | -| [SubjectArea](../../aspose.imaging.exif/exifdata/subjectarea) { get; set; } | Gets or sets the subject area. | -| [SubjectDistance](../../aspose.imaging.exif/exifdata/subjectdistance) { get; set; } | Gets or sets the subject distance. | -| [SubjectDistanceRange](../../aspose.imaging.exif/exifdata/subjectdistancerange) { get; set; } | Gets or sets the subject distance range. | -| [SubjectLocation](../../aspose.imaging.exif/exifdata/subjectlocation) { get; set; } | Gets or sets the subject location. | -| [SubsecTime](../../aspose.imaging.exif/exifdata/subsectime) { get; set; } | Gets or sets the fractions of seconds for the DateTime tag. | -| [SubsecTimeDigitized](../../aspose.imaging.exif/exifdata/subsectimedigitized) { get; set; } | Gets or sets the fractions of seconds for the DateTimeDigitized tag. | -| [SubsecTimeOriginal](../../aspose.imaging.exif/exifdata/subsectimeoriginal) { get; set; } | Gets or sets the fractions of seconds for the DateTimeOriginal tag. | -| [UserComment](../../aspose.imaging.exif/exifdata/usercomment) { get; set; } | Gets or sets the user comment. | -| [WhiteBalance](../../aspose.imaging.exif/exifdata/whitebalance) { get; set; } | Gets or sets the white balance. | -| [WhitePoint](../../aspose.imaging.exif/exifdata/whitepoint) { get; set; } | Gets or sets the chromaticity of the white point of the image. | +| [ApertureValue](../../aspose.imaging.exif/exifdata/aperturevalue/) { get; set; } | Gets or sets the aperture value. | +| [BodySerialNumber](../../aspose.imaging.exif/exifdata/bodyserialnumber/) { get; set; } | Gets or sets camera body serial number. | +| [BrightnessValue](../../aspose.imaging.exif/exifdata/brightnessvalue/) { get; set; } | Gets or sets the brightness value. | +| [CameraOwnerName](../../aspose.imaging.exif/exifdata/cameraownername/) { get; set; } | Gets or sets camera owner name | +| [CFAPattern](../../aspose.imaging.exif/exifdata/cfapattern/) { get; set; } | Gets or sets the CFA pattern. | +| [ColorSpace](../../aspose.imaging.exif/exifdata/colorspace/) { get; set; } | Gets or sets the color space. | +| [CommonTags](../../aspose.imaging.exif/exifdata/commontags/) { get; set; } | Gets or sets tags, which belong to common section. This applies only to jpeg images, in tiff format tiffOptions are being used instead | +| [ComponentsConfiguration](../../aspose.imaging.exif/exifdata/componentsconfiguration/) { get; set; } | Gets or sets the components configuration. | +| [CompressedBitsPerPixel](../../aspose.imaging.exif/exifdata/compressedbitsperpixel/) { get; set; } | Gets or sets the compressed bits per pixel. | +| [Contrast](../../aspose.imaging.exif/exifdata/contrast/) { get; set; } | Gets or sets the contrast. | +| [CustomRendered](../../aspose.imaging.exif/exifdata/customrendered/) { get; set; } | Gets or sets the custom rendered. | +| [DateTimeDigitized](../../aspose.imaging.exif/exifdata/datetimedigitized/) { get; set; } | Gets or sets the date time digitized. | +| [DateTimeOriginal](../../aspose.imaging.exif/exifdata/datetimeoriginal/) { get; set; } | Gets or sets the date time original. | +| [DeviceSettingDescription](../../aspose.imaging.exif/exifdata/devicesettingdescription/) { get; set; } | Gets or sets device settings description | +| [DigitalZoomRatio](../../aspose.imaging.exif/exifdata/digitalzoomratio/) { get; set; } | Gets or sets the digital zoom ratio. | +| [ExifTags](../../aspose.imaging.exif/exifdata/exiftags/) { get; set; } | Gets or sets tags which belong to EXIF section only. | +| [ExifVersion](../../aspose.imaging.exif/exifdata/exifversion/) { get; set; } | Gets or sets the EXIF version. | +| [ExposureBiasValue](../../aspose.imaging.exif/exifdata/exposurebiasvalue/) { get; set; } | Gets or sets the exposure bias value. | +| [ExposureIndex](../../aspose.imaging.exif/exifdata/exposureindex/) { get; set; } | Gets or sets the exposure index. | +| [ExposureMode](../../aspose.imaging.exif/exifdata/exposuremode/) { get; set; } | Gets or sets the exposure mode. | +| [ExposureProgram](../../aspose.imaging.exif/exifdata/exposureprogram/) { get; set; } | Gets or sets the exposure program. | +| [ExposureTime](../../aspose.imaging.exif/exifdata/exposuretime/) { get; set; } | Gets or sets the exposure time. | +| [FileSource](../../aspose.imaging.exif/exifdata/filesource/) { get; set; } | Gets or sets the file source type. | +| [Flash](../../aspose.imaging.exif/exifdata/flash/) { get; set; } | Gets or sets the flash. | +| [FlashEnergy](../../aspose.imaging.exif/exifdata/flashenergy/) { get; set; } | Gets or sets the flash energy. | +| [FlashpixVersion](../../aspose.imaging.exif/exifdata/flashpixversion/) { get; set; } | Gets or sets the flash pix version. | +| [FNumber](../../aspose.imaging.exif/exifdata/fnumber/) { get; set; } | Gets or sets the F-number. | +| [FocalLength](../../aspose.imaging.exif/exifdata/focallength/) { get; set; } | Gets or sets the focal length. | +| [FocalLengthIn35MmFilm](../../aspose.imaging.exif/exifdata/focallengthin35mmfilm/) { get; set; } | Gets or sets the focal length in 35 mm film. | +| [FocalPlaneResolutionUnit](../../aspose.imaging.exif/exifdata/focalplaneresolutionunit/) { get; set; } | Gets or sets the focal plane resolution unit. | +| [FocalPlaneXResolution](../../aspose.imaging.exif/exifdata/focalplanexresolution/) { get; set; } | Gets or sets the focal plane x resolution. | +| [FocalPlaneYResolution](../../aspose.imaging.exif/exifdata/focalplaneyresolution/) { get; set; } | Gets or sets the focal plane y resolution. | +| [GainControl](../../aspose.imaging.exif/exifdata/gaincontrol/) { get; set; } | Gets or sets the degree of overall image gain adjustment. | +| [Gamma](../../aspose.imaging.exif/exifdata/gamma/) { get; set; } | Gets or sets the gamma. | +| [GPSAltitude](../../aspose.imaging.exif/exifdata/gpsaltitude/) { get; set; } | Gets or sets the GPS altitude. | +| [GPSAltitudeRef](../../aspose.imaging.exif/exifdata/gpsaltituderef/) { get; set; } | Gets or sets the GPS altitude used as the reference altitude. | +| [GPSAreaInformation](../../aspose.imaging.exif/exifdata/gpsareainformation/) { get; set; } | Gets or sets the GPS area information. | +| [GPSDateStamp](../../aspose.imaging.exif/exifdata/gpsdatestamp/) { get; set; } | Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time). | +| [GPSDestBearing](../../aspose.imaging.exif/exifdata/gpsdestbearing/) { get; set; } | Gets or sets the GPS bearing to the destination point. | +| [GPSDestBearingRef](../../aspose.imaging.exif/exifdata/gpsdestbearingref/) { get; set; } | Gets or sets the GPS reference used for giving the bearing to the destination point. | +| [GPSDestDistance](../../aspose.imaging.exif/exifdata/gpsdestdistance/) { get; set; } | Gets or sets the GPS distance to the destination point. | +| [GPSDestDistanceRef](../../aspose.imaging.exif/exifdata/gpsdestdistanceref/) { get; set; } | Gets or sets the GPS unit used to express the distance to the destination point. | +| [GPSDestLatitude](../../aspose.imaging.exif/exifdata/gpsdestlatitude/) { get; set; } | Gets or sets the GPS latitude of the destination point. | +| [GPSDestLatitudeRef](../../aspose.imaging.exif/exifdata/gpsdestlatituderef/) { get; set; } | Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude. | +| [GPSDestLongitude](../../aspose.imaging.exif/exifdata/gpsdestlongitude/) { get; set; } | Gets or sets the GPS longitude of the destination point. | +| [GPSDestLongitudeRef](../../aspose.imaging.exif/exifdata/gpsdestlongituderef/) { get; set; } | Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude. | +| [GPSDifferential](../../aspose.imaging.exif/exifdata/gpsdifferential/) { get; set; } | Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver. | +| [GPSDOP](../../aspose.imaging.exif/exifdata/gpsdop/) { get; set; } | Gets or sets the GPS DOP (data degree of precision). | +| [GPSImgDirection](../../aspose.imaging.exif/exifdata/gpsimgdirection/) { get; set; } | Gets or sets the GPS direction of the image when it was captured. | +| [GPSImgDirectionRef](../../aspose.imaging.exif/exifdata/gpsimgdirectionref/) { get; set; } | Gets or sets the GPS reference for giving the direction of the image when it is captured. | +| [GPSLatitude](../../aspose.imaging.exif/exifdata/gpslatitude/) { get; set; } | Gets or sets the GPS latitude. | +| [GPSLatitudeRef](../../aspose.imaging.exif/exifdata/gpslatituderef/) { get; set; } | Gets or sets the GPS latitude is north or south latitude. | +| [GPSLongitude](../../aspose.imaging.exif/exifdata/gpslongitude/) { get; set; } | Gets or sets the GPS longitude. | +| [GPSLongitudeRef](../../aspose.imaging.exif/exifdata/gpslongituderef/) { get; set; } | Gets or sets the GPS longitude is east or west longitude. | +| [GPSMapDatum](../../aspose.imaging.exif/exifdata/gpsmapdatum/) { get; set; } | Gets or sets the GPS geodetic survey data used by the GPS receiver. | +| [GPSMeasureMode](../../aspose.imaging.exif/exifdata/gpsmeasuremode/) { get; set; } | Gets or sets the GPS measurement mode. | +| [GPSProcessingMethod](../../aspose.imaging.exif/exifdata/gpsprocessingmethod/) { get; set; } | Gets or sets the GPS character string recording the name of the method used for location finding. | +| [GPSSatellites](../../aspose.imaging.exif/exifdata/gpssatellites/) { get; set; } | Gets or sets the GPS satellites used for measurements. | +| [GPSSpeed](../../aspose.imaging.exif/exifdata/gpsspeed/) { get; set; } | Gets or sets the speed of GPS receiver movement. | +| [GPSSpeedRef](../../aspose.imaging.exif/exifdata/gpsspeedref/) { get; set; } | Gets or sets the unit used to express the GPS receiver speed of movement. | +| [GPSStatus](../../aspose.imaging.exif/exifdata/gpsstatus/) { get; set; } | Gets or sets the status of the GPS receiver when the image is recorded. | +| [GPSTags](../../aspose.imaging.exif/exifdata/gpstags/) { get; set; } | Gets or sets tags, which belong to GPS section only. | +| [GPSTimestamp](../../aspose.imaging.exif/exifdata/gpstimestamp/) { get; set; } | Gets or sets the GPS time as UTC (Coordinated Universal Time). | +| [GPSTrack](../../aspose.imaging.exif/exifdata/gpstrack/) { get; set; } | Gets or sets direction of GPS receiver movement. | +| [GPSTrackRef](../../aspose.imaging.exif/exifdata/gpstrackref/) { get; set; } | Gets or sets the reference for giving the direction of GPS receiver movement. | +| [GPSVersionID](../../aspose.imaging.exif/exifdata/gpsversionid/) { get; set; } | Gets or sets the GPS version identifier. | +| [ImageUniqueID](../../aspose.imaging.exif/exifdata/imageuniqueid/) { get; set; } | Gets or sets the image unique identifier. | +| [IsBigEndian](../../aspose.imaging.exif/exifdata/isbigendian/) { get; set; } | Gets or sets a value indicating whether the stream EXIF data created from is big endian. | +| [ISOSpeed](../../aspose.imaging.exif/exifdata/isospeed/) { get; set; } | Gets or sets ISO speed | +| [ISOSpeedLatitudeYYY](../../aspose.imaging.exif/exifdata/isospeedlatitudeyyy/) { get; set; } | Gets or sets the ISO speed latitude yyy value of a camera or input device that is defined in ISO 12232. | +| [ISOSpeedLatitudeZZZ](../../aspose.imaging.exif/exifdata/isospeedlatitudezzz/) { get; set; } | Gets or sets the ISO speed latitude zzz value of a camera or input device that is defined in ISO 12232. | +| [LensMake](../../aspose.imaging.exif/exifdata/lensmake/) { get; set; } | Gets or sets the maker of lens. | +| [LensModel](../../aspose.imaging.exif/exifdata/lensmodel/) { get; set; } | Gets or sets the lens model. | +| [LensSerialNumber](../../aspose.imaging.exif/exifdata/lensserialnumber/) { get; set; } | Gets or sets the lens serial number. | +| [LensSpecification](../../aspose.imaging.exif/exifdata/lensspecification/) { get; set; } | Gets or sets the lens specification | +| [LightSource](../../aspose.imaging.exif/exifdata/lightsource/) { get; set; } | Gets or sets the light source. | +| [Make](../../aspose.imaging.exif/exifdata/make/) { get; set; } | Gets or sets the manufacturer of the recording equipment. | +| [MakerNoteData](../../aspose.imaging.exif/exifdata/makernotedata/) { get; } | Gets the maker note data. | +| [MakerNoteRawData](../../aspose.imaging.exif/exifdata/makernoterawdata/) { get; set; } | Gets or sets the maker note raw data. | +| [MakerNotes](../../aspose.imaging.exif/exifdata/makernotes/) { get; } | Gets the maker notes. | +| [MaxApertureValue](../../aspose.imaging.exif/exifdata/maxaperturevalue/) { get; set; } | Gets or sets the maximum aperture value. | +| [MeteringMode](../../aspose.imaging.exif/exifdata/meteringmode/) { get; set; } | Gets or sets the metering mode. | +| [OECF](../../aspose.imaging.exif/exifdata/oecf/) { get; set; } | Gets or sets the Opto-Electric Conversion Function (OECF) specified in ISO 14524. | +| [PhotographicSensitivity](../../aspose.imaging.exif/exifdata/photographicsensitivity/) { get; set; } | Gets or sets the photographic sensitivity. | +| [PixelXDimension](../../aspose.imaging.exif/exifdata/pixelxdimension/) { get; set; } | Gets or sets the pixel x dimension. | +| [PixelYDimension](../../aspose.imaging.exif/exifdata/pixelydimension/) { get; set; } | Gets or sets the pixel y dimension. | +| [Properties](../../aspose.imaging.exif/exifdata/properties/) { get; set; } | Gets or sets all the EXIF tags (including common and GPS tags). | +| [RecommendedExposureIndex](../../aspose.imaging.exif/exifdata/recommendedexposureindex/) { get; set; } | Gets or sets the recommended exposure index. | +| [RelatedSoundFile](../../aspose.imaging.exif/exifdata/relatedsoundfile/) { get; set; } | Gets or sets the related sound file. | +| [Saturation](../../aspose.imaging.exif/exifdata/saturation/) { get; set; } | Gets or sets the saturation. | +| [SceneCaptureType](../../aspose.imaging.exif/exifdata/scenecapturetype/) { get; set; } | Gets or sets the scene capture type. | +| [SceneType](../../aspose.imaging.exif/exifdata/scenetype/) { get; set; } | Gets or sets the scene type. | +| [SensingMethod](../../aspose.imaging.exif/exifdata/sensingmethod/) { get; set; } | Gets or sets the sensing method. | +| [SensitivityType](../../aspose.imaging.exif/exifdata/sensitivitytype/) { get; set; } | Gets or sets the sensitivity type. | +| [Sharpness](../../aspose.imaging.exif/exifdata/sharpness/) { get; set; } | Gets or sets the sharpness. | +| [ShutterSpeedValue](../../aspose.imaging.exif/exifdata/shutterspeedvalue/) { get; set; } | Gets or sets the shutter speed value. | +| [SpatialFrequencyResponse](../../aspose.imaging.exif/exifdata/spatialfrequencyresponse/) { get; set; } | Gets or sets the spatial frequency response. | +| [SpectralSensitivity](../../aspose.imaging.exif/exifdata/spectralsensitivity/) { get; set; } | Gets or sets the spectral sensitivity. | +| [StandardOutputSensitivity](../../aspose.imaging.exif/exifdata/standardoutputsensitivity/) { get; set; } | Gets or sets standard output sensitivity | +| [SubjectArea](../../aspose.imaging.exif/exifdata/subjectarea/) { get; set; } | Gets or sets the subject area. | +| [SubjectDistance](../../aspose.imaging.exif/exifdata/subjectdistance/) { get; set; } | Gets or sets the subject distance. | +| [SubjectDistanceRange](../../aspose.imaging.exif/exifdata/subjectdistancerange/) { get; set; } | Gets or sets the subject distance range. | +| [SubjectLocation](../../aspose.imaging.exif/exifdata/subjectlocation/) { get; set; } | Gets or sets the subject location. | +| [SubsecTime](../../aspose.imaging.exif/exifdata/subsectime/) { get; set; } | Gets or sets the fractions of seconds for the DateTime tag. | +| [SubsecTimeDigitized](../../aspose.imaging.exif/exifdata/subsectimedigitized/) { get; set; } | Gets or sets the fractions of seconds for the DateTimeDigitized tag. | +| [SubsecTimeOriginal](../../aspose.imaging.exif/exifdata/subsectimeoriginal/) { get; set; } | Gets or sets the fractions of seconds for the DateTimeOriginal tag. | +| [UserComment](../../aspose.imaging.exif/exifdata/usercomment/) { get; set; } | Gets or sets the user comment. | +| [WhiteBalance](../../aspose.imaging.exif/exifdata/whitebalance/) { get; set; } | Gets or sets the white balance. | +| [WhitePoint](../../aspose.imaging.exif/exifdata/whitepoint/) { get; set; } | Gets or sets the chromaticity of the white point of the image. | ## Methods | Name | Description | | --- | --- | -| [RemoveTag](../../aspose.imaging.exif/exifdata/removetag)(ExifProperties) | Remove tag from container | -| [RemoveTag](../../aspose.imaging.exif/exifdata/removetag)(ushort) | Remove tag from container | +| [RemoveTag](../../aspose.imaging.exif/exifdata/removetag/#removetag)(ExifProperties) | Remove tag from container | +| [RemoveTag](../../aspose.imaging.exif/exifdata/removetag/#removetag_1)(ushort) | Remove tag from container | -### Examples +## Examples Access camera manufacturer maker notes in Jpeg image. @@ -161,8 +161,8 @@ using (var image = (JpegImage)Image.Load("Sample.jpg")) ### See Also -* class [TiffDataTypeController](../tiffdatatypecontroller) -* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif) +* class [TiffDataTypeController](../tiffdatatypecontroller/) +* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/aperturevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/aperturevalue/_index.md index 39a9c11e1312..6d74b3a6604a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/aperturevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/aperturevalue/_index.md @@ -1,7 +1,7 @@ --- -title: ApertureValue +title: ExifData.ApertureValue second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the aperture value type: docs weight: 20 url: /net/aspose.imaging.exif/exifdata/aperturevalue/ @@ -20,9 +20,9 @@ The aperture value. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/bodyserialnumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/bodyserialnumber/_index.md index 37757a354ca8..8e82e1ec896f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/bodyserialnumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/bodyserialnumber/_index.md @@ -1,7 +1,7 @@ --- -title: BodySerialNumber +title: ExifData.BodySerialNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets camera body serial number type: docs weight: 30 url: /net/aspose.imaging.exif/exifdata/bodyserialnumber/ @@ -20,8 +20,8 @@ The body serial number. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/brightnessvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/brightnessvalue/_index.md index 8356459ccf82..2833ab2794b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/brightnessvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/brightnessvalue/_index.md @@ -1,7 +1,7 @@ --- -title: BrightnessValue +title: ExifData.BrightnessValue second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the brightness value type: docs weight: 40 url: /net/aspose.imaging.exif/exifdata/brightnessvalue/ @@ -20,9 +20,9 @@ The brightness value. ### See Also -* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/cameraownername/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/cameraownername/_index.md index eae7f00523d7..4bae0cd648c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/cameraownername/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/cameraownername/_index.md @@ -1,7 +1,7 @@ --- -title: CameraOwnerName +title: ExifData.CameraOwnerName second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets camera owner name type: docs weight: 50 url: /net/aspose.imaging.exif/exifdata/cameraownername/ @@ -20,8 +20,8 @@ The name of the camera owner. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/cfapattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/cfapattern/_index.md index 9f2a31c3d017..a1382e660c50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/cfapattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/cfapattern/_index.md @@ -1,7 +1,7 @@ --- -title: CFAPattern +title: ExifData.CFAPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the CFA pattern type: docs weight: 60 url: /net/aspose.imaging.exif/exifdata/cfapattern/ @@ -20,8 +20,8 @@ The CFA pattern. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/colorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/colorspace/_index.md index 2cd42a8782d3..80fc894db1dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/colorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/colorspace/_index.md @@ -1,7 +1,7 @@ --- -title: ColorSpace +title: ExifData.ColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the color space type: docs weight: 70 url: /net/aspose.imaging.exif/exifdata/colorspace/ @@ -20,9 +20,9 @@ The color space. ### See Also -* enum [ExifColorSpace](../../../aspose.imaging.exif.enums/exifcolorspace) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifColorSpace](../../../aspose.imaging.exif.enums/exifcolorspace/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/commontags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/commontags/_index.md index bc06c2330374..30b042f774d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/commontags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/commontags/_index.md @@ -1,7 +1,7 @@ --- -title: CommonTags +title: ExifData.CommonTags second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets tags which belong to common section. This applies only to jpeg images in tiff format tiffOptions are being used instead type: docs weight: 80 url: /net/aspose.imaging.exif/exifdata/commontags/ @@ -20,9 +20,9 @@ The common section tags. ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/componentsconfiguration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/componentsconfiguration/_index.md index 6ed44a1624ae..bdb33de6a9a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/componentsconfiguration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/componentsconfiguration/_index.md @@ -1,7 +1,7 @@ --- -title: ComponentsConfiguration +title: ExifData.ComponentsConfiguration second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the components configuration type: docs weight: 90 url: /net/aspose.imaging.exif/exifdata/componentsconfiguration/ @@ -20,8 +20,8 @@ The components configuration. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/compressedbitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/compressedbitsperpixel/_index.md index b5a5572a633c..077bdd5364a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/compressedbitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/compressedbitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: CompressedBitsPerPixel +title: ExifData.CompressedBitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the compressed bits per pixel type: docs weight: 100 url: /net/aspose.imaging.exif/exifdata/compressedbitsperpixel/ @@ -20,9 +20,9 @@ The compressed bits per pixel. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/contrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/contrast/_index.md index 0529b18efba9..a18ccdf6bd20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/contrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/contrast/_index.md @@ -1,7 +1,7 @@ --- -title: Contrast +title: ExifData.Contrast second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the contrast type: docs weight: 110 url: /net/aspose.imaging.exif/exifdata/contrast/ @@ -20,9 +20,9 @@ The contrast. ### See Also -* enum [ExifContrast](../../../aspose.imaging.exif.enums/exifcontrast) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifContrast](../../../aspose.imaging.exif.enums/exifcontrast/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/customrendered/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/customrendered/_index.md index 50190f7a9368..9fdaf002ff33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/customrendered/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/customrendered/_index.md @@ -1,7 +1,7 @@ --- -title: CustomRendered +title: ExifData.CustomRendered second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the custom rendered type: docs weight: 120 url: /net/aspose.imaging.exif/exifdata/customrendered/ @@ -20,9 +20,9 @@ The custom rendered. ### See Also -* enum [ExifCustomRendered](../../../aspose.imaging.exif.enums/exifcustomrendered) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifCustomRendered](../../../aspose.imaging.exif.enums/exifcustomrendered/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/datetimedigitized/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/datetimedigitized/_index.md index d98d420aa1b9..1fe4f285f6d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/datetimedigitized/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/datetimedigitized/_index.md @@ -1,7 +1,7 @@ --- -title: DateTimeDigitized +title: ExifData.DateTimeDigitized second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the date time digitized type: docs weight: 130 url: /net/aspose.imaging.exif/exifdata/datetimedigitized/ @@ -20,8 +20,8 @@ The date time digitized. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/datetimeoriginal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/datetimeoriginal/_index.md index afd4b6ae93e9..f1209923c08c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/datetimeoriginal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/datetimeoriginal/_index.md @@ -1,7 +1,7 @@ --- -title: DateTimeOriginal +title: ExifData.DateTimeOriginal second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the date time original type: docs weight: 140 url: /net/aspose.imaging.exif/exifdata/datetimeoriginal/ @@ -20,8 +20,8 @@ The date time original. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/devicesettingdescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/devicesettingdescription/_index.md index 005feb65f2f9..cc92e64250cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/devicesettingdescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/devicesettingdescription/_index.md @@ -1,7 +1,7 @@ --- -title: DeviceSettingDescription +title: ExifData.DeviceSettingDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets device settings description type: docs weight: 150 url: /net/aspose.imaging.exif/exifdata/devicesettingdescription/ @@ -20,8 +20,8 @@ The device setting description. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/digitalzoomratio/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/digitalzoomratio/_index.md index df18b97da873..c2538c5f418f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/digitalzoomratio/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/digitalzoomratio/_index.md @@ -1,7 +1,7 @@ --- -title: DigitalZoomRatio +title: ExifData.DigitalZoomRatio second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the digital zoom ratio type: docs weight: 160 url: /net/aspose.imaging.exif/exifdata/digitalzoomratio/ @@ -20,9 +20,9 @@ The digital zoom ratio. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exifdata/_index.md index a9e223e03b69..22b0bff33e7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exifdata/_index.md @@ -1,14 +1,14 @@ --- -title: ExifData +title: ExifData.ExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData constructor. Initializes a new instance of the ExifData class type: docs weight: 10 url: /net/aspose.imaging.exif/exifdata/exifdata/ --- -## ExifData constructor (1 of 3) +## ExifData() {#constructor} -Initializes a new instance of the [`ExifData`](../../exifdata) class. +Initializes a new instance of the [`ExifData`](../) class. ```csharp public ExifData() @@ -16,15 +16,15 @@ public ExifData() ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) --- -## ExifData constructor (2 of 3) +## ExifData(TiffDataType[]) {#constructor_1} -Initializes a new instance of the [`ExifData`](../../exifdata) class with data from array. +Initializes a new instance of the [`ExifData`](../) class with data from array. ```csharp public ExifData(TiffDataType[] exifdata) @@ -36,16 +36,16 @@ public ExifData(TiffDataType[] exifdata) ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) --- -## ExifData constructor (3 of 3) +## ExifData(TiffDataType[], TiffDataType[], TiffDataType[]) {#constructor_2} -Initializes a new instance of the [`ExifData`](../../exifdata) class with data from array. +Initializes a new instance of the [`ExifData`](../) class with data from array. ```csharp public ExifData(TiffDataType[] commonTags, TiffDataType[] exifTags, TiffDataType[] gpsTags) @@ -59,9 +59,9 @@ public ExifData(TiffDataType[] commonTags, TiffDataType[] exifTags, TiffDataType ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exiftags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exiftags/_index.md index f5ab5524c530..9a2d74464f0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exiftags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exiftags/_index.md @@ -1,7 +1,7 @@ --- -title: ExifTags +title: ExifData.ExifTags second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets tags which belong to EXIF section only type: docs weight: 170 url: /net/aspose.imaging.exif/exifdata/exiftags/ @@ -20,9 +20,9 @@ The EXIF section tags. ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exifversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exifversion/_index.md index 28b2985043fb..7697aabf932a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exifversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exifversion/_index.md @@ -1,7 +1,7 @@ --- -title: ExifVersion +title: ExifData.ExifVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the EXIF version type: docs weight: 180 url: /net/aspose.imaging.exif/exifdata/exifversion/ @@ -20,8 +20,8 @@ The EXIF version. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposurebiasvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposurebiasvalue/_index.md index 6302149c95f5..14ee5bc2c612 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposurebiasvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposurebiasvalue/_index.md @@ -1,7 +1,7 @@ --- -title: ExposureBiasValue +title: ExifData.ExposureBiasValue second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the exposure bias value type: docs weight: 190 url: /net/aspose.imaging.exif/exifdata/exposurebiasvalue/ @@ -20,9 +20,9 @@ The exposure bias value. ### See Also -* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposureindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposureindex/_index.md index cb915e82362c..4beb53fdfa55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposureindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposureindex/_index.md @@ -1,7 +1,7 @@ --- -title: ExposureIndex +title: ExifData.ExposureIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the exposure index type: docs weight: 200 url: /net/aspose.imaging.exif/exifdata/exposureindex/ @@ -20,9 +20,9 @@ The index of the exposure. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposuremode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposuremode/_index.md index 597d542b3cb5..a7ab4ecd6462 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposuremode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposuremode/_index.md @@ -1,7 +1,7 @@ --- -title: ExposureMode +title: ExifData.ExposureMode second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the exposure mode type: docs weight: 210 url: /net/aspose.imaging.exif/exifdata/exposuremode/ @@ -20,9 +20,9 @@ The exposure mode. ### See Also -* enum [ExifExposureMode](../../../aspose.imaging.exif.enums/exifexposuremode) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifExposureMode](../../../aspose.imaging.exif.enums/exifexposuremode/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposureprogram/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposureprogram/_index.md index c1ad3d398ff5..ecbb0f866d77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposureprogram/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposureprogram/_index.md @@ -1,7 +1,7 @@ --- -title: ExposureProgram +title: ExifData.ExposureProgram second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the exposure program type: docs weight: 220 url: /net/aspose.imaging.exif/exifdata/exposureprogram/ @@ -20,9 +20,9 @@ The exposure program. ### See Also -* enum [ExifExposureProgram](../../../aspose.imaging.exif.enums/exifexposureprogram) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifExposureProgram](../../../aspose.imaging.exif.enums/exifexposureprogram/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposuretime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposuretime/_index.md index 381106656114..430161598881 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposuretime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/exposuretime/_index.md @@ -1,7 +1,7 @@ --- -title: ExposureTime +title: ExifData.ExposureTime second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the exposure time type: docs weight: 230 url: /net/aspose.imaging.exif/exifdata/exposuretime/ @@ -20,9 +20,9 @@ The exposure time. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/filesource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/filesource/_index.md index 244f597685d1..d9db81a4cbaa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/filesource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/filesource/_index.md @@ -1,7 +1,7 @@ --- -title: FileSource +title: ExifData.FileSource second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the file source type type: docs weight: 240 url: /net/aspose.imaging.exif/exifdata/filesource/ @@ -20,9 +20,9 @@ The file source type. ### See Also -* enum [ExifFileSource](../../../aspose.imaging.exif.enums/exiffilesource) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifFileSource](../../../aspose.imaging.exif.enums/exiffilesource/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flash/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flash/_index.md index 7d687116b8c2..a566460386ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flash/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flash/_index.md @@ -1,7 +1,7 @@ --- -title: Flash +title: ExifData.Flash second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the flash type: docs weight: 250 url: /net/aspose.imaging.exif/exifdata/flash/ @@ -20,9 +20,9 @@ The flash. ### See Also -* enum [ExifFlash](../../../aspose.imaging.exif.enums/exifflash) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifFlash](../../../aspose.imaging.exif.enums/exifflash/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flashenergy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flashenergy/_index.md index 6857fd52cfcb..aeac66de135a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flashenergy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flashenergy/_index.md @@ -1,7 +1,7 @@ --- -title: FlashEnergy +title: ExifData.FlashEnergy second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the flash energy type: docs weight: 260 url: /net/aspose.imaging.exif/exifdata/flashenergy/ @@ -20,9 +20,9 @@ The flash energy. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flashpixversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flashpixversion/_index.md index 1224df05029e..77d7ff706268 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flashpixversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/flashpixversion/_index.md @@ -1,7 +1,7 @@ --- -title: FlashpixVersion +title: ExifData.FlashpixVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the flash pix version type: docs weight: 270 url: /net/aspose.imaging.exif/exifdata/flashpixversion/ @@ -20,8 +20,8 @@ The flash pix version. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/fnumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/fnumber/_index.md index 10a4bd6384a7..4e7e57f14804 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/fnumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/fnumber/_index.md @@ -1,7 +1,7 @@ --- -title: FNumber +title: ExifData.FNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the Fnumber type: docs weight: 280 url: /net/aspose.imaging.exif/exifdata/fnumber/ @@ -20,9 +20,9 @@ The F-number. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focallength/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focallength/_index.md index 7d7cb8a52912..22a1e6b817eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focallength/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focallength/_index.md @@ -1,7 +1,7 @@ --- -title: FocalLength +title: ExifData.FocalLength second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the focal length type: docs weight: 290 url: /net/aspose.imaging.exif/exifdata/focallength/ @@ -20,9 +20,9 @@ The length of the focal. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focallengthin35mmfilm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focallengthin35mmfilm/_index.md index c199e35fd8c7..1f09bc4aeda6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focallengthin35mmfilm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focallengthin35mmfilm/_index.md @@ -1,7 +1,7 @@ --- -title: FocalLengthIn35MmFilm +title: ExifData.FocalLengthIn35MmFilm second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the focal length in 35 mm film type: docs weight: 300 url: /net/aspose.imaging.exif/exifdata/focallengthin35mmfilm/ @@ -20,8 +20,8 @@ The focal length in35 mm film. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplaneresolutionunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplaneresolutionunit/_index.md index 940c01e00486..c2b7c532f867 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplaneresolutionunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplaneresolutionunit/_index.md @@ -1,7 +1,7 @@ --- -title: FocalPlaneResolutionUnit +title: ExifData.FocalPlaneResolutionUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the focal plane resolution unit type: docs weight: 310 url: /net/aspose.imaging.exif/exifdata/focalplaneresolutionunit/ @@ -20,9 +20,9 @@ The focal plane resolution unit. ### See Also -* enum [ExifUnit](../../../aspose.imaging.exif.enums/exifunit) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifUnit](../../../aspose.imaging.exif.enums/exifunit/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplanexresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplanexresolution/_index.md index d3794ec52bc8..2939bdd7be35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplanexresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplanexresolution/_index.md @@ -1,7 +1,7 @@ --- -title: FocalPlaneXResolution +title: ExifData.FocalPlaneXResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the focal plane x resolution type: docs weight: 320 url: /net/aspose.imaging.exif/exifdata/focalplanexresolution/ @@ -20,9 +20,9 @@ The focal plane x resolution. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplaneyresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplaneyresolution/_index.md index 5ae0bfce571e..c518fd61a7b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplaneyresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/focalplaneyresolution/_index.md @@ -1,7 +1,7 @@ --- -title: FocalPlaneYResolution +title: ExifData.FocalPlaneYResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the focal plane y resolution type: docs weight: 330 url: /net/aspose.imaging.exif/exifdata/focalplaneyresolution/ @@ -20,9 +20,9 @@ The focal plane y resolution. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gaincontrol/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gaincontrol/_index.md index 3d34bb5bd938..758c02681d4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gaincontrol/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gaincontrol/_index.md @@ -1,7 +1,7 @@ --- -title: GainControl +title: ExifData.GainControl second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the degree of overall image gain adjustment type: docs weight: 340 url: /net/aspose.imaging.exif/exifdata/gaincontrol/ @@ -20,9 +20,9 @@ The degree of overall image gain adjustment. ### See Also -* enum [ExifGainControl](../../../aspose.imaging.exif.enums/exifgaincontrol) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifGainControl](../../../aspose.imaging.exif.enums/exifgaincontrol/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gamma/_index.md index 7234b3e62283..ef1d6a418acf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gamma/_index.md @@ -1,7 +1,7 @@ --- -title: Gamma +title: ExifData.Gamma second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the gamma type: docs weight: 350 url: /net/aspose.imaging.exif/exifdata/gamma/ @@ -20,9 +20,9 @@ The gamma value. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsaltitude/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsaltitude/_index.md index 5591261af26b..0466f7184475 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsaltitude/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsaltitude/_index.md @@ -1,7 +1,7 @@ --- -title: GPSAltitude +title: ExifData.GPSAltitude second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS altitude type: docs weight: 360 url: /net/aspose.imaging.exif/exifdata/gpsaltitude/ @@ -20,9 +20,9 @@ The GPS altitude. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsaltituderef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsaltituderef/_index.md index 5539b8a37e9c..8bcb3b85861d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsaltituderef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsaltituderef/_index.md @@ -1,7 +1,7 @@ --- -title: GPSAltitudeRef +title: ExifData.GPSAltitudeRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS altitude used as the reference altitude type: docs weight: 370 url: /net/aspose.imaging.exif/exifdata/gpsaltituderef/ @@ -20,9 +20,9 @@ The GPS altitude used as the reference altitude. ### See Also -* enum [ExifGPSAltitudeRef](../../../aspose.imaging.exif.enums/exifgpsaltituderef) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifGPSAltitudeRef](../../../aspose.imaging.exif.enums/exifgpsaltituderef/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsareainformation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsareainformation/_index.md index 4efc0754c8b0..20ea01508fda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsareainformation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsareainformation/_index.md @@ -1,7 +1,7 @@ --- -title: GPSAreaInformation +title: ExifData.GPSAreaInformation second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS area information type: docs weight: 380 url: /net/aspose.imaging.exif/exifdata/gpsareainformation/ @@ -20,8 +20,8 @@ The GPS area information. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdatestamp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdatestamp/_index.md index e204d355b98a..a68d5927ea47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdatestamp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdatestamp/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDateStamp +title: ExifData.GPSDateStamp second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS character string recording date and time information relative to UTC Coordinated Universal Time type: docs weight: 390 url: /net/aspose.imaging.exif/exifdata/gpsdatestamp/ @@ -20,8 +20,8 @@ The GPS character string recording date and time information relative to UTC (Co ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestbearing/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestbearing/_index.md index 8968968feb38..2f1b09afdae4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestbearing/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestbearing/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDestBearing +title: ExifData.GPSDestBearing second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS bearing to the destination point type: docs weight: 400 url: /net/aspose.imaging.exif/exifdata/gpsdestbearing/ @@ -20,9 +20,9 @@ The GPS bearing to the destination point. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestbearingref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestbearingref/_index.md index 5a3d5ac82a46..596b54b040bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestbearingref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestbearingref/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDestBearingRef +title: ExifData.GPSDestBearingRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS reference used for giving the bearing to the destination point type: docs weight: 410 url: /net/aspose.imaging.exif/exifdata/gpsdestbearingref/ @@ -20,8 +20,8 @@ The GPS reference used for giving the bearing to the destination point. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestdistance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestdistance/_index.md index 8cf3cc59ca3d..0ce2417ff615 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestdistance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestdistance/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDestDistance +title: ExifData.GPSDestDistance second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS distance to the destination point type: docs weight: 420 url: /net/aspose.imaging.exif/exifdata/gpsdestdistance/ @@ -20,9 +20,9 @@ The GPS distance to the destination point. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestdistanceref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestdistanceref/_index.md index 45519f3d1257..d541feb9cde8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestdistanceref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestdistanceref/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDestDistanceRef +title: ExifData.GPSDestDistanceRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS unit used to express the distance to the destination point type: docs weight: 430 url: /net/aspose.imaging.exif/exifdata/gpsdestdistanceref/ @@ -20,8 +20,8 @@ The GPS unit used to express the distance to the destination point. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlatitude/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlatitude/_index.md index 99fb9dab3ad5..b7c6473b03f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlatitude/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlatitude/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDestLatitude +title: ExifData.GPSDestLatitude second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS latitude of the destination point type: docs weight: 440 url: /net/aspose.imaging.exif/exifdata/gpsdestlatitude/ @@ -20,9 +20,9 @@ The GPS latitude of the destination point. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlatituderef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlatituderef/_index.md index 9f76a3511b5b..f586a0ab0e55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlatituderef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlatituderef/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDestLatitudeRef +title: ExifData.GPSDestLatitudeRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude type: docs weight: 450 url: /net/aspose.imaging.exif/exifdata/gpsdestlatituderef/ @@ -20,8 +20,8 @@ The GPS value which indicates whether the latitude of the destination point is n ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlongitude/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlongitude/_index.md index 099445ebc3f6..a1e6b58286f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlongitude/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlongitude/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDestLongitude +title: ExifData.GPSDestLongitude second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS longitude of the destination point type: docs weight: 460 url: /net/aspose.imaging.exif/exifdata/gpsdestlongitude/ @@ -20,9 +20,9 @@ The GPS longitude of the destination point. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlongituderef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlongituderef/_index.md index 61e5e0c3abb6..07b3d6fb7aa4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlongituderef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdestlongituderef/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDestLongitudeRef +title: ExifData.GPSDestLongitudeRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude type: docs weight: 470 url: /net/aspose.imaging.exif/exifdata/gpsdestlongituderef/ @@ -20,8 +20,8 @@ The GPS value which indicates whether the longitude of the destination point is ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdifferential/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdifferential/_index.md index eb5c06c75047..45ee25c2b593 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdifferential/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdifferential/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDifferential +title: ExifData.GPSDifferential second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver type: docs weight: 480 url: /net/aspose.imaging.exif/exifdata/gpsdifferential/ @@ -20,8 +20,8 @@ The GPS value which indicates whether differential correction is applied to the ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdop/_index.md index 91d636e68f64..dfedb002ba77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsdop/_index.md @@ -1,7 +1,7 @@ --- -title: GPSDOP +title: ExifData.GPSDOP second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS DOP data degree of precision type: docs weight: 490 url: /net/aspose.imaging.exif/exifdata/gpsdop/ @@ -20,9 +20,9 @@ The GPS DOP (data degree of precision). ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsimgdirection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsimgdirection/_index.md index 2e001299533a..0bdb5a9c5ac3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsimgdirection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsimgdirection/_index.md @@ -1,7 +1,7 @@ --- -title: GPSImgDirection +title: ExifData.GPSImgDirection second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS direction of the image when it was captured type: docs weight: 500 url: /net/aspose.imaging.exif/exifdata/gpsimgdirection/ @@ -20,9 +20,9 @@ The GPS direction of the image when it was captured. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsimgdirectionref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsimgdirectionref/_index.md index 5750bfced98d..cd107e5e31a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsimgdirectionref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsimgdirectionref/_index.md @@ -1,7 +1,7 @@ --- -title: GPSImgDirectionRef +title: ExifData.GPSImgDirectionRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS reference for giving the direction of the image when it is captured type: docs weight: 510 url: /net/aspose.imaging.exif/exifdata/gpsimgdirectionref/ @@ -20,8 +20,8 @@ The GPS reference for giving the direction of the image when it is captured. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslatitude/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslatitude/_index.md index 6ac1021231f9..f067a6d6181a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslatitude/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslatitude/_index.md @@ -1,7 +1,7 @@ --- -title: GPSLatitude +title: ExifData.GPSLatitude second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS latitude type: docs weight: 520 url: /net/aspose.imaging.exif/exifdata/gpslatitude/ @@ -20,9 +20,9 @@ The GPS latitude. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslatituderef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslatituderef/_index.md index 38d5a214d6ab..6c88fc70892f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslatituderef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslatituderef/_index.md @@ -1,7 +1,7 @@ --- -title: GPSLatitudeRef +title: ExifData.GPSLatitudeRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS latitude is north or south latitude type: docs weight: 530 url: /net/aspose.imaging.exif/exifdata/gpslatituderef/ @@ -20,8 +20,8 @@ The GPS latitude is north or south latitude. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslongitude/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslongitude/_index.md index d5fc36c35fcb..996415220fe1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslongitude/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslongitude/_index.md @@ -1,7 +1,7 @@ --- -title: GPSLongitude +title: ExifData.GPSLongitude second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS longitude type: docs weight: 540 url: /net/aspose.imaging.exif/exifdata/gpslongitude/ @@ -20,9 +20,9 @@ The GPS longitude. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslongituderef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslongituderef/_index.md index 3ab8feac5b6f..95f9c07a018b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslongituderef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpslongituderef/_index.md @@ -1,7 +1,7 @@ --- -title: GPSLongitudeRef +title: ExifData.GPSLongitudeRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS longitude is east or west longitude type: docs weight: 550 url: /net/aspose.imaging.exif/exifdata/gpslongituderef/ @@ -20,8 +20,8 @@ The GPS longitude is east or west longitude. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsmapdatum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsmapdatum/_index.md index e03a4d0bba64..438df04e474f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsmapdatum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsmapdatum/_index.md @@ -1,7 +1,7 @@ --- -title: GPSMapDatum +title: ExifData.GPSMapDatum second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS geodetic survey data used by the GPS receiver type: docs weight: 560 url: /net/aspose.imaging.exif/exifdata/gpsmapdatum/ @@ -20,8 +20,8 @@ The GPS geodetic survey data used by the GPS receiver. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsmeasuremode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsmeasuremode/_index.md index fe3fb604e17a..2718083c6b6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsmeasuremode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsmeasuremode/_index.md @@ -1,7 +1,7 @@ --- -title: GPSMeasureMode +title: ExifData.GPSMeasureMode second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS measurement mode type: docs weight: 570 url: /net/aspose.imaging.exif/exifdata/gpsmeasuremode/ @@ -20,8 +20,8 @@ The GPS measurement mode. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsprocessingmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsprocessingmethod/_index.md index ff09421cfb5d..666172d91127 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsprocessingmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsprocessingmethod/_index.md @@ -1,7 +1,7 @@ --- -title: GPSProcessingMethod +title: ExifData.GPSProcessingMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS character string recording the name of the method used for location finding type: docs weight: 580 url: /net/aspose.imaging.exif/exifdata/gpsprocessingmethod/ @@ -20,8 +20,8 @@ The GPS character string recording the name of the method used for location find ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpssatellites/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpssatellites/_index.md index d658728333ec..fc3d34ceab92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpssatellites/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpssatellites/_index.md @@ -1,7 +1,7 @@ --- -title: GPSSatellites +title: ExifData.GPSSatellites second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS satellites used for measurements type: docs weight: 590 url: /net/aspose.imaging.exif/exifdata/gpssatellites/ @@ -20,8 +20,8 @@ The GPS satellites used for measurements. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsspeed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsspeed/_index.md index 342a63f9d91a..76ed4e7b2423 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsspeed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsspeed/_index.md @@ -1,7 +1,7 @@ --- -title: GPSSpeed +title: ExifData.GPSSpeed second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the speed of GPS receiver movement type: docs weight: 600 url: /net/aspose.imaging.exif/exifdata/gpsspeed/ @@ -20,9 +20,9 @@ The speed of GPS receiver movement. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsspeedref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsspeedref/_index.md index 05541d1110b2..69479bb2eeb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsspeedref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsspeedref/_index.md @@ -1,7 +1,7 @@ --- -title: GPSSpeedRef +title: ExifData.GPSSpeedRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the unit used to express the GPS receiver speed of movement type: docs weight: 610 url: /net/aspose.imaging.exif/exifdata/gpsspeedref/ @@ -20,8 +20,8 @@ The unit used to express the GPS receiver speed of movement. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsstatus/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsstatus/_index.md index 1d55f502f360..2b2d7e12c3f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsstatus/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsstatus/_index.md @@ -1,7 +1,7 @@ --- -title: GPSStatus +title: ExifData.GPSStatus second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the status of the GPS receiver when the image is recorded type: docs weight: 620 url: /net/aspose.imaging.exif/exifdata/gpsstatus/ @@ -20,8 +20,8 @@ The status of the GPS receiver when the image is recorded. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstags/_index.md index 64f654085eef..ddc3cb23cc95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstags/_index.md @@ -1,7 +1,7 @@ --- -title: GPSTags +title: ExifData.GPSTags second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets tags which belong to GPS section only type: docs weight: 630 url: /net/aspose.imaging.exif/exifdata/gpstags/ @@ -20,9 +20,9 @@ The GPS tags. ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstimestamp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstimestamp/_index.md index 17ba46ee4df8..9e1811e5d131 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstimestamp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstimestamp/_index.md @@ -1,7 +1,7 @@ --- -title: GPSTimestamp +title: ExifData.GPSTimestamp second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS time as UTC Coordinated Universal Time type: docs weight: 640 url: /net/aspose.imaging.exif/exifdata/gpstimestamp/ @@ -20,9 +20,9 @@ The GPS time as UTC (Coordinated Universal Time). ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstrack/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstrack/_index.md index dc27e84fa3c2..c5885b590f06 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstrack/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstrack/_index.md @@ -1,7 +1,7 @@ --- -title: GPSTrack +title: ExifData.GPSTrack second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets direction of GPS receiver movement type: docs weight: 650 url: /net/aspose.imaging.exif/exifdata/gpstrack/ @@ -20,8 +20,8 @@ The direction of GPS receiver movement. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstrackref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstrackref/_index.md index fc9ced97d49f..660084ffdd41 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstrackref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpstrackref/_index.md @@ -1,7 +1,7 @@ --- -title: GPSTrackRef +title: ExifData.GPSTrackRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the reference for giving the direction of GPS receiver movement type: docs weight: 660 url: /net/aspose.imaging.exif/exifdata/gpstrackref/ @@ -20,8 +20,8 @@ The reference for giving the direction of GPS receiver movement. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsversionid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsversionid/_index.md index 4dfa54f57f83..c400ae62c92f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsversionid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/gpsversionid/_index.md @@ -1,7 +1,7 @@ --- -title: GPSVersionID +title: ExifData.GPSVersionID second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the GPS version identifier type: docs weight: 670 url: /net/aspose.imaging.exif/exifdata/gpsversionid/ @@ -20,8 +20,8 @@ The GPS version identifier. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/imageuniqueid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/imageuniqueid/_index.md index 428e07893914..8c5df76fc279 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/imageuniqueid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/imageuniqueid/_index.md @@ -1,7 +1,7 @@ --- -title: ImageUniqueID +title: ExifData.ImageUniqueID second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the image unique identifier type: docs weight: 680 url: /net/aspose.imaging.exif/exifdata/imageuniqueid/ @@ -20,8 +20,8 @@ The image unique identifier. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isbigendian/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isbigendian/_index.md index bf7ecd0c9d13..d27eba30af93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isbigendian/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isbigendian/_index.md @@ -1,7 +1,7 @@ --- -title: IsBigEndian +title: ExifData.IsBigEndian second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets a value indicating whether the stream EXIF data created from is big endian type: docs weight: 690 url: /net/aspose.imaging.exif/exifdata/isbigendian/ @@ -20,8 +20,8 @@ public bool IsBigEndian { get; set; } ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeed/_index.md index 097665713ed7..6766de6e2683 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeed/_index.md @@ -1,7 +1,7 @@ --- -title: ISOSpeed +title: ExifData.ISOSpeed second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets ISO speed type: docs weight: 700 url: /net/aspose.imaging.exif/exifdata/isospeed/ @@ -20,8 +20,8 @@ The ISO speed. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeedlatitudeyyy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeedlatitudeyyy/_index.md index e1402d68a3b5..72ec0cc2881a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeedlatitudeyyy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeedlatitudeyyy/_index.md @@ -1,7 +1,7 @@ --- -title: ISOSpeedLatitudeYYY +title: ExifData.ISOSpeedLatitudeYYY second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the ISO speed latitude yyy value of a camera or input device that is defined in ISO 12232 type: docs weight: 710 url: /net/aspose.imaging.exif/exifdata/isospeedlatitudeyyy/ @@ -18,14 +18,14 @@ public uint ISOSpeedLatitudeYYY { get; set; } The ISO speed latitude yyy value of a camera or input device that is defined in ISO 12232. -### Remarks +## Remarks This tag shall not be recorded without ISOSpeed and ISOSpeedLatitudezzz ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeedlatitudezzz/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeedlatitudezzz/_index.md index dce036407686..d880bb963be8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeedlatitudezzz/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/isospeedlatitudezzz/_index.md @@ -1,7 +1,7 @@ --- -title: ISOSpeedLatitudeZZZ +title: ExifData.ISOSpeedLatitudeZZZ second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the ISO speed latitude zzz value of a camera or input device that is defined in ISO 12232 type: docs weight: 720 url: /net/aspose.imaging.exif/exifdata/isospeedlatitudezzz/ @@ -18,14 +18,14 @@ public uint ISOSpeedLatitudeZZZ { get; set; } The ISO speed latitude zzz value of a camera or input device that is defined in ISO 12232. -### Remarks +## Remarks This tag shall not be recorded without ISOSpeed and ISOSpeedLatitudeyyy ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensmake/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensmake/_index.md index f55ffc1659ee..be9737487a66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensmake/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensmake/_index.md @@ -1,7 +1,7 @@ --- -title: LensMake +title: ExifData.LensMake second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the maker of lens type: docs weight: 730 url: /net/aspose.imaging.exif/exifdata/lensmake/ @@ -20,8 +20,8 @@ The lens maker. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensmodel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensmodel/_index.md index b997186d32b0..d1cc65945c7d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensmodel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensmodel/_index.md @@ -1,7 +1,7 @@ --- -title: LensModel +title: ExifData.LensModel second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the lens model type: docs weight: 740 url: /net/aspose.imaging.exif/exifdata/lensmodel/ @@ -20,8 +20,8 @@ The lens model. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensserialnumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensserialnumber/_index.md index 08c20f91a3dc..9c9dec8bf33c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensserialnumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensserialnumber/_index.md @@ -1,7 +1,7 @@ --- -title: LensSerialNumber +title: ExifData.LensSerialNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the lens serial number type: docs weight: 750 url: /net/aspose.imaging.exif/exifdata/lensserialnumber/ @@ -20,8 +20,8 @@ The lens serial number. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensspecification/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensspecification/_index.md index 42a84c837656..94574ef25d10 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensspecification/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lensspecification/_index.md @@ -1,7 +1,7 @@ --- -title: LensSpecification +title: ExifData.LensSpecification second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the lens specification type: docs weight: 760 url: /net/aspose.imaging.exif/exifdata/lensspecification/ @@ -20,9 +20,9 @@ The lens specification. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lightsource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lightsource/_index.md index eff0d738cf63..6fdf9136309a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lightsource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/lightsource/_index.md @@ -1,7 +1,7 @@ --- -title: LightSource +title: ExifData.LightSource second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the light source type: docs weight: 770 url: /net/aspose.imaging.exif/exifdata/lightsource/ @@ -20,9 +20,9 @@ The light source. ### See Also -* enum [ExifLightSource](../../../aspose.imaging.exif.enums/exiflightsource) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifLightSource](../../../aspose.imaging.exif.enums/exiflightsource/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/make/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/make/_index.md index 4c91f89a5aad..dcb359567185 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/make/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/make/_index.md @@ -1,7 +1,7 @@ --- -title: Make +title: ExifData.Make second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the manufacturer of the recording equipment type: docs weight: 780 url: /net/aspose.imaging.exif/exifdata/make/ @@ -20,8 +20,8 @@ The manufacturer of the recording equipment. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernotedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernotedata/_index.md index 2715d8adc83d..647ffb58b540 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernotedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernotedata/_index.md @@ -1,7 +1,7 @@ --- -title: MakerNoteData +title: ExifData.MakerNoteData second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets the maker note data type: docs weight: 790 url: /net/aspose.imaging.exif/exifdata/makernotedata/ @@ -20,9 +20,9 @@ The maker note data. ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernoterawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernoterawdata/_index.md index bf21738194b5..21fccead1ca5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernoterawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernoterawdata/_index.md @@ -1,7 +1,7 @@ --- -title: MakerNoteRawData +title: ExifData.MakerNoteRawData second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the maker note raw data type: docs weight: 800 url: /net/aspose.imaging.exif/exifdata/makernoterawdata/ @@ -20,8 +20,8 @@ The maker note raw data. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernotes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernotes/_index.md index 1f73247f5e8e..ed739076d780 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernotes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/makernotes/_index.md @@ -1,7 +1,7 @@ --- -title: MakerNotes +title: ExifData.MakerNotes second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets the maker notes type: docs weight: 810 url: /net/aspose.imaging.exif/exifdata/makernotes/ @@ -18,7 +18,7 @@ public MakerNote[] MakerNotes { get; } The maker notes. -### Examples +## Examples Access camera manufacturer maker notes in Jpeg image. @@ -36,9 +36,9 @@ using (var image = (JpegImage)Image.Load("Sample.jpg")) ### See Also -* class [MakerNote](../../makernote) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [MakerNote](../../makernote/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/maxaperturevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/maxaperturevalue/_index.md index 3ab687caf6a4..e03b53bfca4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/maxaperturevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/maxaperturevalue/_index.md @@ -1,7 +1,7 @@ --- -title: MaxApertureValue +title: ExifData.MaxApertureValue second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the maximum aperture value type: docs weight: 820 url: /net/aspose.imaging.exif/exifdata/maxaperturevalue/ @@ -20,9 +20,9 @@ The maximum aperture value. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/meteringmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/meteringmode/_index.md index 2eb0aea86b5f..25050da65302 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/meteringmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/meteringmode/_index.md @@ -1,7 +1,7 @@ --- -title: MeteringMode +title: ExifData.MeteringMode second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the metering mode type: docs weight: 830 url: /net/aspose.imaging.exif/exifdata/meteringmode/ @@ -20,9 +20,9 @@ The metering mode. ### See Also -* enum [ExifMeteringMode](../../../aspose.imaging.exif.enums/exifmeteringmode) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifMeteringMode](../../../aspose.imaging.exif.enums/exifmeteringmode/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/oecf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/oecf/_index.md index d5869bc26e71..4b504804df1c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/oecf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/oecf/_index.md @@ -1,7 +1,7 @@ --- -title: OECF +title: ExifData.OECF second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the OptoElectric Conversion Function OECF specified in ISO 14524 type: docs weight: 840 url: /net/aspose.imaging.exif/exifdata/oecf/ @@ -20,8 +20,8 @@ The Opto-Electric Conversion Function (OECF) specified in ISO 14524. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/photographicsensitivity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/photographicsensitivity/_index.md index be1520fcbbba..7bf4d64aa422 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/photographicsensitivity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/photographicsensitivity/_index.md @@ -1,7 +1,7 @@ --- -title: PhotographicSensitivity +title: ExifData.PhotographicSensitivity second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the photographic sensitivity type: docs weight: 850 url: /net/aspose.imaging.exif/exifdata/photographicsensitivity/ @@ -20,8 +20,8 @@ The photographic sensitivity. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/pixelxdimension/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/pixelxdimension/_index.md index 0a77b301672f..a8a4ed02834c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/pixelxdimension/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/pixelxdimension/_index.md @@ -1,7 +1,7 @@ --- -title: PixelXDimension +title: ExifData.PixelXDimension second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the pixel x dimension type: docs weight: 860 url: /net/aspose.imaging.exif/exifdata/pixelxdimension/ @@ -20,8 +20,8 @@ The pixel x dimension. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/pixelydimension/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/pixelydimension/_index.md index 468db9d42168..6cc02fdf00ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/pixelydimension/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/pixelydimension/_index.md @@ -1,7 +1,7 @@ --- -title: PixelYDimension +title: ExifData.PixelYDimension second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the pixel y dimension type: docs weight: 870 url: /net/aspose.imaging.exif/exifdata/pixelydimension/ @@ -20,8 +20,8 @@ The pixel y dimension. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/properties/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/properties/_index.md index ed0cfda52cc5..5136c061df91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/properties/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/properties/_index.md @@ -1,7 +1,7 @@ --- -title: Properties +title: ExifData.Properties second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets all the EXIF tags including common and GPS tags type: docs weight: 880 url: /net/aspose.imaging.exif/exifdata/properties/ @@ -20,9 +20,9 @@ The EXIF tags (including common and GPS tags). ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/recommendedexposureindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/recommendedexposureindex/_index.md index 2dfb327f147c..e8f2d9427476 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/recommendedexposureindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/recommendedexposureindex/_index.md @@ -1,7 +1,7 @@ --- -title: RecommendedExposureIndex +title: ExifData.RecommendedExposureIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the recommended exposure index type: docs weight: 890 url: /net/aspose.imaging.exif/exifdata/recommendedexposureindex/ @@ -20,8 +20,8 @@ The recommended exposure index. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/relatedsoundfile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/relatedsoundfile/_index.md index 261be469530e..79abfd4d62ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/relatedsoundfile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/relatedsoundfile/_index.md @@ -1,7 +1,7 @@ --- -title: RelatedSoundFile +title: ExifData.RelatedSoundFile second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the related sound file type: docs weight: 900 url: /net/aspose.imaging.exif/exifdata/relatedsoundfile/ @@ -20,8 +20,8 @@ The related sound file. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/removetag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/removetag/_index.md index 6e0844b283ff..22cac555c959 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/removetag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/removetag/_index.md @@ -1,12 +1,12 @@ --- -title: RemoveTag +title: ExifData.RemoveTag second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData method. Remove tag from container type: docs weight: 1110 url: /net/aspose.imaging.exif/exifdata/removetag/ --- -## ExifData.RemoveTag method (1 of 2) +## RemoveTag(ExifProperties) {#removetag} Remove tag from container @@ -20,14 +20,14 @@ public void RemoveTag(ExifProperties tag) ### See Also -* enum [ExifProperties](../../exifproperties) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifProperties](../../exifproperties/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) --- -## ExifData.RemoveTag method (2 of 2) +## RemoveTag(ushort) {#removetag_1} Remove tag from container @@ -41,8 +41,8 @@ public void RemoveTag(ushort tagId) ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/saturation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/saturation/_index.md index ed630d115df3..d8ee119fe175 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/saturation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/saturation/_index.md @@ -1,7 +1,7 @@ --- -title: Saturation +title: ExifData.Saturation second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the saturation type: docs weight: 910 url: /net/aspose.imaging.exif/exifdata/saturation/ @@ -20,9 +20,9 @@ The saturation. ### See Also -* enum [ExifSaturation](../../../aspose.imaging.exif.enums/exifsaturation) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifSaturation](../../../aspose.imaging.exif.enums/exifsaturation/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/scenecapturetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/scenecapturetype/_index.md index 28c229ef4052..ee90e37f8a25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/scenecapturetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/scenecapturetype/_index.md @@ -1,7 +1,7 @@ --- -title: SceneCaptureType +title: ExifData.SceneCaptureType second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the scene capture type type: docs weight: 920 url: /net/aspose.imaging.exif/exifdata/scenecapturetype/ @@ -20,9 +20,9 @@ The type of the scene capture. ### See Also -* enum [ExifSceneCaptureType](../../../aspose.imaging.exif.enums/exifscenecapturetype) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifSceneCaptureType](../../../aspose.imaging.exif.enums/exifscenecapturetype/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/scenetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/scenetype/_index.md index 66922bb44352..8280420dcaa6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/scenetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/scenetype/_index.md @@ -1,7 +1,7 @@ --- -title: SceneType +title: ExifData.SceneType second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the scene type type: docs weight: 930 url: /net/aspose.imaging.exif/exifdata/scenetype/ @@ -20,8 +20,8 @@ The type of the scene. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sensingmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sensingmethod/_index.md index c2074a6303ee..155f633608bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sensingmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sensingmethod/_index.md @@ -1,7 +1,7 @@ --- -title: SensingMethod +title: ExifData.SensingMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the sensing method type: docs weight: 940 url: /net/aspose.imaging.exif/exifdata/sensingmethod/ @@ -20,9 +20,9 @@ The sensing method. ### See Also -* enum [ExifSensingMethod](../../../aspose.imaging.exif.enums/exifsensingmethod) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifSensingMethod](../../../aspose.imaging.exif.enums/exifsensingmethod/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sensitivitytype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sensitivitytype/_index.md index 5a95f2a10205..e39b9b6951e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sensitivitytype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sensitivitytype/_index.md @@ -1,7 +1,7 @@ --- -title: SensitivityType +title: ExifData.SensitivityType second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the sensitivity type type: docs weight: 950 url: /net/aspose.imaging.exif/exifdata/sensitivitytype/ @@ -20,8 +20,8 @@ The type of the sensitivity. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sharpness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sharpness/_index.md index 973a69cd4e0c..5ab1140f8ce6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sharpness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/sharpness/_index.md @@ -1,7 +1,7 @@ --- -title: Sharpness +title: ExifData.Sharpness second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the sharpness type: docs weight: 960 url: /net/aspose.imaging.exif/exifdata/sharpness/ @@ -20,8 +20,8 @@ The sharpness. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/shutterspeedvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/shutterspeedvalue/_index.md index 33ec5bdcf1e7..1fccd857a907 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/shutterspeedvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/shutterspeedvalue/_index.md @@ -1,7 +1,7 @@ --- -title: ShutterSpeedValue +title: ExifData.ShutterSpeedValue second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the shutter speed value type: docs weight: 970 url: /net/aspose.imaging.exif/exifdata/shutterspeedvalue/ @@ -20,9 +20,9 @@ The shutter speed value. ### See Also -* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/spatialfrequencyresponse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/spatialfrequencyresponse/_index.md index b91c89413f9c..ba3dc36a332d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/spatialfrequencyresponse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/spatialfrequencyresponse/_index.md @@ -1,7 +1,7 @@ --- -title: SpatialFrequencyResponse +title: ExifData.SpatialFrequencyResponse second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the spatial frequency response type: docs weight: 980 url: /net/aspose.imaging.exif/exifdata/spatialfrequencyresponse/ @@ -20,8 +20,8 @@ The spatial frequency response. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/spectralsensitivity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/spectralsensitivity/_index.md index 647d10009e02..cdeb297d1d16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/spectralsensitivity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/spectralsensitivity/_index.md @@ -1,7 +1,7 @@ --- -title: SpectralSensitivity +title: ExifData.SpectralSensitivity second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the spectral sensitivity type: docs weight: 990 url: /net/aspose.imaging.exif/exifdata/spectralsensitivity/ @@ -20,8 +20,8 @@ The spectral sensitivity. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/standardoutputsensitivity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/standardoutputsensitivity/_index.md index 238a6e355820..e1766056de92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/standardoutputsensitivity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/standardoutputsensitivity/_index.md @@ -1,7 +1,7 @@ --- -title: StandardOutputSensitivity +title: ExifData.StandardOutputSensitivity second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets standard output sensitivity type: docs weight: 1000 url: /net/aspose.imaging.exif/exifdata/standardoutputsensitivity/ @@ -20,8 +20,8 @@ The standard output sensitivity. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectarea/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectarea/_index.md index 2bbebe1853ce..35c897c74486 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectarea/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectarea/_index.md @@ -1,7 +1,7 @@ --- -title: SubjectArea +title: ExifData.SubjectArea second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the subject area type: docs weight: 1010 url: /net/aspose.imaging.exif/exifdata/subjectarea/ @@ -20,8 +20,8 @@ The subject area. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectdistance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectdistance/_index.md index 281f91c6ab9f..b8d404c80c5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectdistance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectdistance/_index.md @@ -1,7 +1,7 @@ --- -title: SubjectDistance +title: ExifData.SubjectDistance second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the subject distance type: docs weight: 1020 url: /net/aspose.imaging.exif/exifdata/subjectdistance/ @@ -20,9 +20,9 @@ The subject distance. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectdistancerange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectdistancerange/_index.md index b3710c350d1e..410aa0874a9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectdistancerange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectdistancerange/_index.md @@ -1,7 +1,7 @@ --- -title: SubjectDistanceRange +title: ExifData.SubjectDistanceRange second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the subject distance range type: docs weight: 1030 url: /net/aspose.imaging.exif/exifdata/subjectdistancerange/ @@ -20,9 +20,9 @@ The subject distance range. ### See Also -* enum [ExifSubjectDistanceRange](../../../aspose.imaging.exif.enums/exifsubjectdistancerange) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifSubjectDistanceRange](../../../aspose.imaging.exif.enums/exifsubjectdistancerange/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectlocation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectlocation/_index.md index b7d53b0e7ade..b8f505723b1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectlocation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subjectlocation/_index.md @@ -1,7 +1,7 @@ --- -title: SubjectLocation +title: ExifData.SubjectLocation second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the subject location type: docs weight: 1040 url: /net/aspose.imaging.exif/exifdata/subjectlocation/ @@ -20,8 +20,8 @@ The subject location. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectime/_index.md index db7849e16127..2d5111eb36cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectime/_index.md @@ -1,7 +1,7 @@ --- -title: SubsecTime +title: ExifData.SubsecTime second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the fractions of seconds for the DateTime tag type: docs weight: 1050 url: /net/aspose.imaging.exif/exifdata/subsectime/ @@ -20,8 +20,8 @@ The fractions of seconds for the DateTime tag. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectimedigitized/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectimedigitized/_index.md index a741dc582a45..5ffb0dff42d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectimedigitized/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectimedigitized/_index.md @@ -1,7 +1,7 @@ --- -title: SubsecTimeDigitized +title: ExifData.SubsecTimeDigitized second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the fractions of seconds for the DateTimeDigitized tag type: docs weight: 1060 url: /net/aspose.imaging.exif/exifdata/subsectimedigitized/ @@ -20,8 +20,8 @@ The fractions of seconds for the DateTimeDigitized tag. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectimeoriginal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectimeoriginal/_index.md index b2e7a726eabb..58976c0c1f6d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectimeoriginal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/subsectimeoriginal/_index.md @@ -1,7 +1,7 @@ --- -title: SubsecTimeOriginal +title: ExifData.SubsecTimeOriginal second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the fractions of seconds for the DateTimeOriginal tag type: docs weight: 1070 url: /net/aspose.imaging.exif/exifdata/subsectimeoriginal/ @@ -20,8 +20,8 @@ The fractions of seconds for the DateTimeOriginal tag. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/usercomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/usercomment/_index.md index c8ac0fda7594..e0ce2f5e92ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/usercomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/usercomment/_index.md @@ -1,7 +1,7 @@ --- -title: UserComment +title: ExifData.UserComment second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the user comment type: docs weight: 1080 url: /net/aspose.imaging.exif/exifdata/usercomment/ @@ -20,8 +20,8 @@ The user comment. ### See Also -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/whitebalance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/whitebalance/_index.md index 5c97e9896e14..2c3ad746449a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/whitebalance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/whitebalance/_index.md @@ -1,7 +1,7 @@ --- -title: WhiteBalance +title: ExifData.WhiteBalance second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the white balance type: docs weight: 1090 url: /net/aspose.imaging.exif/exifdata/whitebalance/ @@ -20,9 +20,9 @@ The white balance. ### See Also -* enum [ExifWhiteBalance](../../../aspose.imaging.exif.enums/exifwhitebalance) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* enum [ExifWhiteBalance](../../../aspose.imaging.exif.enums/exifwhitebalance/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/whitepoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/whitepoint/_index.md index 632c3f0cb6d7..65dd324bb2fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/whitepoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifdata/whitepoint/_index.md @@ -1,7 +1,7 @@ --- -title: WhitePoint +title: ExifData.WhitePoint second_title: Aspose.Imaging for .NET API Reference -description: +description: ExifData property. Gets or sets the chromaticity of the white point of the image type: docs weight: 1100 url: /net/aspose.imaging.exif/exifdata/whitepoint/ @@ -20,9 +20,9 @@ The chromaticity of the white point of the image. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [ExifData](../../exifdata) -* namespace [Aspose.Imaging.Exif](../../exifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [ExifData](../) +* namespace [Aspose.Imaging.Exif](../../exifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifproperties/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifproperties/_index.md index c2b60adcb671..3b0b4f1f8008 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifproperties/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/exifproperties/_index.md @@ -1,7 +1,7 @@ --- -title: ExifProperties +title: Enum ExifProperties second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.ExifProperties enum. Exif tags list type: docs weight: 1080 url: /net/aspose.imaging.exif/exifproperties/ @@ -153,7 +153,7 @@ public enum ExifProperties : ushort ### See Also -* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif) +* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/_index.md index 3add1c3736c2..5ac104071749 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/_index.md @@ -1,7 +1,7 @@ --- -title: JpegExifData +title: Class JpegExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.JpegExifData class. EXIF data container for jpeg files type: docs weight: 1090 url: /net/aspose.imaging.exif/jpegexifdata/ @@ -18,166 +18,166 @@ public sealed class JpegExifData : ExifData | Name | Description | | --- | --- | -| [JpegExifData](jpegexifdata)() | Initializes a new instance of the [`JpegExifData`](../jpegexifdata) class. | -| [JpegExifData](jpegexifdata)(TiffDataType[]) | Initializes a new instance of the [`JpegExifData`](../jpegexifdata) class with data from array. | -| [JpegExifData](jpegexifdata)(TiffDataType[], TiffDataType[], TiffDataType[]) | Initializes a new instance of the [`JpegExifData`](../jpegexifdata) class with data from array. | +| [JpegExifData](jpegexifdata/#constructor)() | Initializes a new instance of the `JpegExifData` class. | +| [JpegExifData](jpegexifdata/#constructor_1)(TiffDataType[]) | Initializes a new instance of the `JpegExifData` class with data from array. | +| [JpegExifData](jpegexifdata/#constructor_2)(TiffDataType[], TiffDataType[], TiffDataType[]) | Initializes a new instance of the `JpegExifData` class with data from array. | ## Properties | Name | Description | | --- | --- | -| [ApertureValue](../../aspose.imaging.exif/exifdata/aperturevalue) { get; set; } | Gets or sets the aperture value. | -| [Artist](../../aspose.imaging.exif/jpegexifdata/artist) { get; set; } | Gets or sets the artist. | -| [BitsPerSample](../../aspose.imaging.exif/jpegexifdata/bitspersample) { get; set; } | Gets or sets the bits per sample. | -| [BodySerialNumber](../../aspose.imaging.exif/exifdata/bodyserialnumber) { get; set; } | Gets or sets camera body serial number. | -| [BrightnessValue](../../aspose.imaging.exif/exifdata/brightnessvalue) { get; set; } | Gets or sets the brightness value. | -| [CameraOwnerName](../../aspose.imaging.exif/exifdata/cameraownername) { get; set; } | Gets or sets camera owner name | -| [CFAPattern](../../aspose.imaging.exif/exifdata/cfapattern) { get; set; } | Gets or sets the CFA pattern. | -| [ColorSpace](../../aspose.imaging.exif/exifdata/colorspace) { get; set; } | Gets or sets the color space. | -| [CommonTags](../../aspose.imaging.exif/exifdata/commontags) { get; set; } | Gets or sets tags, which belong to common section. This applies only to jpeg images, in tiff format tiffOptions are being used instead | -| [ComponentsConfiguration](../../aspose.imaging.exif/exifdata/componentsconfiguration) { get; set; } | Gets or sets the components configuration. | -| [CompressedBitsPerPixel](../../aspose.imaging.exif/exifdata/compressedbitsperpixel) { get; set; } | Gets or sets the compressed bits per pixel. | -| [Compression](../../aspose.imaging.exif/jpegexifdata/compression) { get; set; } | Gets or sets the compression. | -| [Contrast](../../aspose.imaging.exif/exifdata/contrast) { get; set; } | Gets or sets the contrast. | -| [Copyright](../../aspose.imaging.exif/jpegexifdata/copyright) { get; set; } | Gets or sets the copyright. | -| [CustomRendered](../../aspose.imaging.exif/exifdata/customrendered) { get; set; } | Gets or sets the custom rendered. | -| [DateTime](../../aspose.imaging.exif/jpegexifdata/datetime) { get; set; } | Gets or sets the date time. | -| [DateTimeDigitized](../../aspose.imaging.exif/exifdata/datetimedigitized) { get; set; } | Gets or sets the date time digitized. | -| [DateTimeOriginal](../../aspose.imaging.exif/exifdata/datetimeoriginal) { get; set; } | Gets or sets the date time original. | -| [DeviceSettingDescription](../../aspose.imaging.exif/exifdata/devicesettingdescription) { get; set; } | Gets or sets device settings description | -| [DigitalZoomRatio](../../aspose.imaging.exif/exifdata/digitalzoomratio) { get; set; } | Gets or sets the digital zoom ratio. | -| [ExifTags](../../aspose.imaging.exif/exifdata/exiftags) { get; set; } | Gets or sets tags which belong to EXIF section only. | -| [ExifVersion](../../aspose.imaging.exif/exifdata/exifversion) { get; set; } | Gets or sets the EXIF version. | -| [ExposureBiasValue](../../aspose.imaging.exif/exifdata/exposurebiasvalue) { get; set; } | Gets or sets the exposure bias value. | -| [ExposureIndex](../../aspose.imaging.exif/exifdata/exposureindex) { get; set; } | Gets or sets the exposure index. | -| [ExposureMode](../../aspose.imaging.exif/exifdata/exposuremode) { get; set; } | Gets or sets the exposure mode. | -| [ExposureProgram](../../aspose.imaging.exif/exifdata/exposureprogram) { get; set; } | Gets or sets the exposure program. | -| [ExposureTime](../../aspose.imaging.exif/exifdata/exposuretime) { get; set; } | Gets or sets the exposure time. | -| [FileSource](../../aspose.imaging.exif/exifdata/filesource) { get; set; } | Gets or sets the file source type. | -| [Flash](../../aspose.imaging.exif/exifdata/flash) { get; set; } | Gets or sets the flash. | -| [FlashEnergy](../../aspose.imaging.exif/exifdata/flashenergy) { get; set; } | Gets or sets the flash energy. | -| [FlashpixVersion](../../aspose.imaging.exif/exifdata/flashpixversion) { get; set; } | Gets or sets the flash pix version. | -| [FNumber](../../aspose.imaging.exif/exifdata/fnumber) { get; set; } | Gets or sets the F-number. | -| [FocalLength](../../aspose.imaging.exif/exifdata/focallength) { get; set; } | Gets or sets the focal length. | -| [FocalLengthIn35MmFilm](../../aspose.imaging.exif/exifdata/focallengthin35mmfilm) { get; set; } | Gets or sets the focal length in 35 mm film. | -| [FocalPlaneResolutionUnit](../../aspose.imaging.exif/exifdata/focalplaneresolutionunit) { get; set; } | Gets or sets the focal plane resolution unit. | -| [FocalPlaneXResolution](../../aspose.imaging.exif/exifdata/focalplanexresolution) { get; set; } | Gets or sets the focal plane x resolution. | -| [FocalPlaneYResolution](../../aspose.imaging.exif/exifdata/focalplaneyresolution) { get; set; } | Gets or sets the focal plane y resolution. | -| [GainControl](../../aspose.imaging.exif/exifdata/gaincontrol) { get; set; } | Gets or sets the degree of overall image gain adjustment. | -| [Gamma](../../aspose.imaging.exif/exifdata/gamma) { get; set; } | Gets or sets the gamma. | -| [GPSAltitude](../../aspose.imaging.exif/exifdata/gpsaltitude) { get; set; } | Gets or sets the GPS altitude. | -| [GPSAltitudeRef](../../aspose.imaging.exif/exifdata/gpsaltituderef) { get; set; } | Gets or sets the GPS altitude used as the reference altitude. | -| [GPSAreaInformation](../../aspose.imaging.exif/exifdata/gpsareainformation) { get; set; } | Gets or sets the GPS area information. | -| [GPSDateStamp](../../aspose.imaging.exif/exifdata/gpsdatestamp) { get; set; } | Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time). | -| [GPSDestBearing](../../aspose.imaging.exif/exifdata/gpsdestbearing) { get; set; } | Gets or sets the GPS bearing to the destination point. | -| [GPSDestBearingRef](../../aspose.imaging.exif/exifdata/gpsdestbearingref) { get; set; } | Gets or sets the GPS reference used for giving the bearing to the destination point. | -| [GPSDestDistance](../../aspose.imaging.exif/exifdata/gpsdestdistance) { get; set; } | Gets or sets the GPS distance to the destination point. | -| [GPSDestDistanceRef](../../aspose.imaging.exif/exifdata/gpsdestdistanceref) { get; set; } | Gets or sets the GPS unit used to express the distance to the destination point. | -| [GPSDestLatitude](../../aspose.imaging.exif/exifdata/gpsdestlatitude) { get; set; } | Gets or sets the GPS latitude of the destination point. | -| [GPSDestLatitudeRef](../../aspose.imaging.exif/exifdata/gpsdestlatituderef) { get; set; } | Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude. | -| [GPSDestLongitude](../../aspose.imaging.exif/exifdata/gpsdestlongitude) { get; set; } | Gets or sets the GPS longitude of the destination point. | -| [GPSDestLongitudeRef](../../aspose.imaging.exif/exifdata/gpsdestlongituderef) { get; set; } | Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude. | -| [GPSDifferential](../../aspose.imaging.exif/exifdata/gpsdifferential) { get; set; } | Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver. | -| [GPSDOP](../../aspose.imaging.exif/exifdata/gpsdop) { get; set; } | Gets or sets the GPS DOP (data degree of precision). | -| [GPSImgDirection](../../aspose.imaging.exif/exifdata/gpsimgdirection) { get; set; } | Gets or sets the GPS direction of the image when it was captured. | -| [GPSImgDirectionRef](../../aspose.imaging.exif/exifdata/gpsimgdirectionref) { get; set; } | Gets or sets the GPS reference for giving the direction of the image when it is captured. | -| [GPSLatitude](../../aspose.imaging.exif/exifdata/gpslatitude) { get; set; } | Gets or sets the GPS latitude. | -| [GPSLatitudeRef](../../aspose.imaging.exif/exifdata/gpslatituderef) { get; set; } | Gets or sets the GPS latitude is north or south latitude. | -| [GPSLongitude](../../aspose.imaging.exif/exifdata/gpslongitude) { get; set; } | Gets or sets the GPS longitude. | -| [GPSLongitudeRef](../../aspose.imaging.exif/exifdata/gpslongituderef) { get; set; } | Gets or sets the GPS longitude is east or west longitude. | -| [GPSMapDatum](../../aspose.imaging.exif/exifdata/gpsmapdatum) { get; set; } | Gets or sets the GPS geodetic survey data used by the GPS receiver. | -| [GPSMeasureMode](../../aspose.imaging.exif/exifdata/gpsmeasuremode) { get; set; } | Gets or sets the GPS measurement mode. | -| [GPSProcessingMethod](../../aspose.imaging.exif/exifdata/gpsprocessingmethod) { get; set; } | Gets or sets the GPS character string recording the name of the method used for location finding. | -| [GPSSatellites](../../aspose.imaging.exif/exifdata/gpssatellites) { get; set; } | Gets or sets the GPS satellites used for measurements. | -| [GPSSpeed](../../aspose.imaging.exif/exifdata/gpsspeed) { get; set; } | Gets or sets the speed of GPS receiver movement. | -| [GPSSpeedRef](../../aspose.imaging.exif/exifdata/gpsspeedref) { get; set; } | Gets or sets the unit used to express the GPS receiver speed of movement. | -| [GPSStatus](../../aspose.imaging.exif/exifdata/gpsstatus) { get; set; } | Gets or sets the status of the GPS receiver when the image is recorded. | -| [GPSTags](../../aspose.imaging.exif/exifdata/gpstags) { get; set; } | Gets or sets tags, which belong to GPS section only. | -| [GPSTimestamp](../../aspose.imaging.exif/exifdata/gpstimestamp) { get; set; } | Gets or sets the GPS time as UTC (Coordinated Universal Time). | -| [GPSTrack](../../aspose.imaging.exif/exifdata/gpstrack) { get; set; } | Gets or sets direction of GPS receiver movement. | -| [GPSTrackRef](../../aspose.imaging.exif/exifdata/gpstrackref) { get; set; } | Gets or sets the reference for giving the direction of GPS receiver movement. | -| [GPSVersionID](../../aspose.imaging.exif/exifdata/gpsversionid) { get; set; } | Gets or sets the GPS version identifier. | -| [ImageDescription](../../aspose.imaging.exif/jpegexifdata/imagedescription) { get; set; } | Gets or sets the image description. | -| [ImageLength](../../aspose.imaging.exif/jpegexifdata/imagelength) { get; set; } | Gets or sets the image length. | -| [ImageUniqueID](../../aspose.imaging.exif/exifdata/imageuniqueid) { get; set; } | Gets or sets the image unique identifier. | -| [ImageWidth](../../aspose.imaging.exif/jpegexifdata/imagewidth) { get; set; } | Gets or sets the image width. | -| [IsBigEndian](../../aspose.imaging.exif/exifdata/isbigendian) { get; set; } | Gets or sets a value indicating whether the stream EXIF data created from is big endian. | -| [ISOSpeed](../../aspose.imaging.exif/exifdata/isospeed) { get; set; } | Gets or sets ISO speed | -| [ISOSpeedLatitudeYYY](../../aspose.imaging.exif/exifdata/isospeedlatitudeyyy) { get; set; } | Gets or sets the ISO speed latitude yyy value of a camera or input device that is defined in ISO 12232. | -| [ISOSpeedLatitudeZZZ](../../aspose.imaging.exif/exifdata/isospeedlatitudezzz) { get; set; } | Gets or sets the ISO speed latitude zzz value of a camera or input device that is defined in ISO 12232. | -| [LensMake](../../aspose.imaging.exif/exifdata/lensmake) { get; set; } | Gets or sets the maker of lens. | -| [LensModel](../../aspose.imaging.exif/exifdata/lensmodel) { get; set; } | Gets or sets the lens model. | -| [LensSerialNumber](../../aspose.imaging.exif/exifdata/lensserialnumber) { get; set; } | Gets or sets the lens serial number. | -| [LensSpecification](../../aspose.imaging.exif/exifdata/lensspecification) { get; set; } | Gets or sets the lens specification | -| [LightSource](../../aspose.imaging.exif/exifdata/lightsource) { get; set; } | Gets or sets the light source. | -| [Make](../../aspose.imaging.exif/exifdata/make) { get; set; } | Gets or sets the manufacturer of the recording equipment. | -| [MakerNoteData](../../aspose.imaging.exif/exifdata/makernotedata) { get; } | Gets the maker note data. | -| [MakerNoteRawData](../../aspose.imaging.exif/exifdata/makernoterawdata) { get; set; } | Gets or sets the maker note raw data. | -| [MakerNotes](../../aspose.imaging.exif/exifdata/makernotes) { get; } | Gets the maker notes. | -| [MaxApertureValue](../../aspose.imaging.exif/exifdata/maxaperturevalue) { get; set; } | Gets or sets the maximum aperture value. | -| [MeteringMode](../../aspose.imaging.exif/exifdata/meteringmode) { get; set; } | Gets or sets the metering mode. | -| [Model](../../aspose.imaging.exif/jpegexifdata/model) { get; set; } | Gets or sets the model. | -| [OECF](../../aspose.imaging.exif/exifdata/oecf) { get; set; } | Gets or sets the Opto-Electric Conversion Function (OECF) specified in ISO 14524. | -| [Orientation](../../aspose.imaging.exif/jpegexifdata/orientation) { get; set; } | Gets or sets the orientation. | -| [PhotographicSensitivity](../../aspose.imaging.exif/exifdata/photographicsensitivity) { get; set; } | Gets or sets the photographic sensitivity. | -| [PhotometricInterpretation](../../aspose.imaging.exif/jpegexifdata/photometricinterpretation) { get; set; } | Gets or sets the photometric interpretation. | -| [PixelXDimension](../../aspose.imaging.exif/exifdata/pixelxdimension) { get; set; } | Gets or sets the pixel x dimension. | -| [PixelYDimension](../../aspose.imaging.exif/exifdata/pixelydimension) { get; set; } | Gets or sets the pixel y dimension. | -| [PlanarConfiguration](../../aspose.imaging.exif/jpegexifdata/planarconfiguration) { get; set; } | Gets or sets the planar configuration. | -| [PrimaryChromaticities](../../aspose.imaging.exif/jpegexifdata/primarychromaticities) { get; set; } | Gets or sets the chromaticity of the three primary colors of the image. | -| [Properties](../../aspose.imaging.exif/exifdata/properties) { get; set; } | Gets or sets all the EXIF tags (including common and GPS tags). | -| [RecommendedExposureIndex](../../aspose.imaging.exif/exifdata/recommendedexposureindex) { get; set; } | Gets or sets the recommended exposure index. | -| [ReferenceBlackWhite](../../aspose.imaging.exif/jpegexifdata/referenceblackwhite) { get; set; } | Gets or sets the reference black white. | -| [RelatedSoundFile](../../aspose.imaging.exif/exifdata/relatedsoundfile) { get; set; } | Gets or sets the related sound file. | -| [ResolutionUnit](../../aspose.imaging.exif/jpegexifdata/resolutionunit) { get; set; } | Gets or sets the resolution unit. | -| [SamplesPerPixel](../../aspose.imaging.exif/jpegexifdata/samplesperpixel) { get; set; } | Gets or sets the samples per pixel. | -| [Saturation](../../aspose.imaging.exif/exifdata/saturation) { get; set; } | Gets or sets the saturation. | -| [SceneCaptureType](../../aspose.imaging.exif/exifdata/scenecapturetype) { get; set; } | Gets or sets the scene capture type. | -| [SceneType](../../aspose.imaging.exif/exifdata/scenetype) { get; set; } | Gets or sets the scene type. | -| [SensingMethod](../../aspose.imaging.exif/exifdata/sensingmethod) { get; set; } | Gets or sets the sensing method. | -| [SensitivityType](../../aspose.imaging.exif/exifdata/sensitivitytype) { get; set; } | Gets or sets the sensitivity type. | -| [Sharpness](../../aspose.imaging.exif/exifdata/sharpness) { get; set; } | Gets or sets the sharpness. | -| [ShutterSpeedValue](../../aspose.imaging.exif/exifdata/shutterspeedvalue) { get; set; } | Gets or sets the shutter speed value. | -| [Software](../../aspose.imaging.exif/jpegexifdata/software) { get; set; } | Gets or sets the software. | -| [SpatialFrequencyResponse](../../aspose.imaging.exif/exifdata/spatialfrequencyresponse) { get; set; } | Gets or sets the spatial frequency response. | -| [SpectralSensitivity](../../aspose.imaging.exif/exifdata/spectralsensitivity) { get; set; } | Gets or sets the spectral sensitivity. | -| [StandardOutputSensitivity](../../aspose.imaging.exif/exifdata/standardoutputsensitivity) { get; set; } | Gets or sets standard output sensitivity | -| [SubjectArea](../../aspose.imaging.exif/exifdata/subjectarea) { get; set; } | Gets or sets the subject area. | -| [SubjectDistance](../../aspose.imaging.exif/exifdata/subjectdistance) { get; set; } | Gets or sets the subject distance. | -| [SubjectDistanceRange](../../aspose.imaging.exif/exifdata/subjectdistancerange) { get; set; } | Gets or sets the subject distance range. | -| [SubjectLocation](../../aspose.imaging.exif/exifdata/subjectlocation) { get; set; } | Gets or sets the subject location. | -| [SubsecTime](../../aspose.imaging.exif/exifdata/subsectime) { get; set; } | Gets or sets the fractions of seconds for the DateTime tag. | -| [SubsecTimeDigitized](../../aspose.imaging.exif/exifdata/subsectimedigitized) { get; set; } | Gets or sets the fractions of seconds for the DateTimeDigitized tag. | -| [SubsecTimeOriginal](../../aspose.imaging.exif/exifdata/subsectimeoriginal) { get; set; } | Gets or sets the fractions of seconds for the DateTimeOriginal tag. | -| [Thumbnail](../../aspose.imaging.exif/jpegexifdata/thumbnail) { get; set; } | Gets or sets the thumbnail image. | -| [TransferFunction](../../aspose.imaging.exif/jpegexifdata/transferfunction) { get; set; } | Gets or sets the transfer function. | -| [UserComment](../../aspose.imaging.exif/exifdata/usercomment) { get; set; } | Gets or sets the user comment. | -| [WhiteBalance](../../aspose.imaging.exif/exifdata/whitebalance) { get; set; } | Gets or sets the white balance. | -| [WhitePoint](../../aspose.imaging.exif/exifdata/whitepoint) { get; set; } | Gets or sets the chromaticity of the white point of the image. | -| [XResolution](../../aspose.imaging.exif/jpegexifdata/xresolution) { get; set; } | Gets or sets the x resolution. | -| [YCbCrCoefficients](../../aspose.imaging.exif/jpegexifdata/ycbcrcoefficients) { get; set; } | Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data. | -| [YCbCrPositioning](../../aspose.imaging.exif/jpegexifdata/ycbcrpositioning) { get; set; } | Gets or sets the position of chrominance components in relation to the luminance component. | -| [YCbCrSubSampling](../../aspose.imaging.exif/jpegexifdata/ycbcrsubsampling) { get; set; } | Gets or sets the sampling ratio of chrominance components in relation to the luminance component. | -| [YResolution](../../aspose.imaging.exif/jpegexifdata/yresolution) { get; set; } | Gets or sets the y resolution. | +| [ApertureValue](../../aspose.imaging.exif/exifdata/aperturevalue/) { get; set; } | Gets or sets the aperture value. | +| [Artist](../../aspose.imaging.exif/jpegexifdata/artist/) { get; set; } | Gets or sets the artist. | +| [BitsPerSample](../../aspose.imaging.exif/jpegexifdata/bitspersample/) { get; set; } | Gets or sets the bits per sample. | +| [BodySerialNumber](../../aspose.imaging.exif/exifdata/bodyserialnumber/) { get; set; } | Gets or sets camera body serial number. | +| [BrightnessValue](../../aspose.imaging.exif/exifdata/brightnessvalue/) { get; set; } | Gets or sets the brightness value. | +| [CameraOwnerName](../../aspose.imaging.exif/exifdata/cameraownername/) { get; set; } | Gets or sets camera owner name | +| [CFAPattern](../../aspose.imaging.exif/exifdata/cfapattern/) { get; set; } | Gets or sets the CFA pattern. | +| [ColorSpace](../../aspose.imaging.exif/exifdata/colorspace/) { get; set; } | Gets or sets the color space. | +| [CommonTags](../../aspose.imaging.exif/exifdata/commontags/) { get; set; } | Gets or sets tags, which belong to common section. This applies only to jpeg images, in tiff format tiffOptions are being used instead | +| [ComponentsConfiguration](../../aspose.imaging.exif/exifdata/componentsconfiguration/) { get; set; } | Gets or sets the components configuration. | +| [CompressedBitsPerPixel](../../aspose.imaging.exif/exifdata/compressedbitsperpixel/) { get; set; } | Gets or sets the compressed bits per pixel. | +| [Compression](../../aspose.imaging.exif/jpegexifdata/compression/) { get; set; } | Gets or sets the compression. | +| [Contrast](../../aspose.imaging.exif/exifdata/contrast/) { get; set; } | Gets or sets the contrast. | +| [Copyright](../../aspose.imaging.exif/jpegexifdata/copyright/) { get; set; } | Gets or sets the copyright. | +| [CustomRendered](../../aspose.imaging.exif/exifdata/customrendered/) { get; set; } | Gets or sets the custom rendered. | +| [DateTime](../../aspose.imaging.exif/jpegexifdata/datetime/) { get; set; } | Gets or sets the date time. | +| [DateTimeDigitized](../../aspose.imaging.exif/exifdata/datetimedigitized/) { get; set; } | Gets or sets the date time digitized. | +| [DateTimeOriginal](../../aspose.imaging.exif/exifdata/datetimeoriginal/) { get; set; } | Gets or sets the date time original. | +| [DeviceSettingDescription](../../aspose.imaging.exif/exifdata/devicesettingdescription/) { get; set; } | Gets or sets device settings description | +| [DigitalZoomRatio](../../aspose.imaging.exif/exifdata/digitalzoomratio/) { get; set; } | Gets or sets the digital zoom ratio. | +| [ExifTags](../../aspose.imaging.exif/exifdata/exiftags/) { get; set; } | Gets or sets tags which belong to EXIF section only. | +| [ExifVersion](../../aspose.imaging.exif/exifdata/exifversion/) { get; set; } | Gets or sets the EXIF version. | +| [ExposureBiasValue](../../aspose.imaging.exif/exifdata/exposurebiasvalue/) { get; set; } | Gets or sets the exposure bias value. | +| [ExposureIndex](../../aspose.imaging.exif/exifdata/exposureindex/) { get; set; } | Gets or sets the exposure index. | +| [ExposureMode](../../aspose.imaging.exif/exifdata/exposuremode/) { get; set; } | Gets or sets the exposure mode. | +| [ExposureProgram](../../aspose.imaging.exif/exifdata/exposureprogram/) { get; set; } | Gets or sets the exposure program. | +| [ExposureTime](../../aspose.imaging.exif/exifdata/exposuretime/) { get; set; } | Gets or sets the exposure time. | +| [FileSource](../../aspose.imaging.exif/exifdata/filesource/) { get; set; } | Gets or sets the file source type. | +| [Flash](../../aspose.imaging.exif/exifdata/flash/) { get; set; } | Gets or sets the flash. | +| [FlashEnergy](../../aspose.imaging.exif/exifdata/flashenergy/) { get; set; } | Gets or sets the flash energy. | +| [FlashpixVersion](../../aspose.imaging.exif/exifdata/flashpixversion/) { get; set; } | Gets or sets the flash pix version. | +| [FNumber](../../aspose.imaging.exif/exifdata/fnumber/) { get; set; } | Gets or sets the F-number. | +| [FocalLength](../../aspose.imaging.exif/exifdata/focallength/) { get; set; } | Gets or sets the focal length. | +| [FocalLengthIn35MmFilm](../../aspose.imaging.exif/exifdata/focallengthin35mmfilm/) { get; set; } | Gets or sets the focal length in 35 mm film. | +| [FocalPlaneResolutionUnit](../../aspose.imaging.exif/exifdata/focalplaneresolutionunit/) { get; set; } | Gets or sets the focal plane resolution unit. | +| [FocalPlaneXResolution](../../aspose.imaging.exif/exifdata/focalplanexresolution/) { get; set; } | Gets or sets the focal plane x resolution. | +| [FocalPlaneYResolution](../../aspose.imaging.exif/exifdata/focalplaneyresolution/) { get; set; } | Gets or sets the focal plane y resolution. | +| [GainControl](../../aspose.imaging.exif/exifdata/gaincontrol/) { get; set; } | Gets or sets the degree of overall image gain adjustment. | +| [Gamma](../../aspose.imaging.exif/exifdata/gamma/) { get; set; } | Gets or sets the gamma. | +| [GPSAltitude](../../aspose.imaging.exif/exifdata/gpsaltitude/) { get; set; } | Gets or sets the GPS altitude. | +| [GPSAltitudeRef](../../aspose.imaging.exif/exifdata/gpsaltituderef/) { get; set; } | Gets or sets the GPS altitude used as the reference altitude. | +| [GPSAreaInformation](../../aspose.imaging.exif/exifdata/gpsareainformation/) { get; set; } | Gets or sets the GPS area information. | +| [GPSDateStamp](../../aspose.imaging.exif/exifdata/gpsdatestamp/) { get; set; } | Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time). | +| [GPSDestBearing](../../aspose.imaging.exif/exifdata/gpsdestbearing/) { get; set; } | Gets or sets the GPS bearing to the destination point. | +| [GPSDestBearingRef](../../aspose.imaging.exif/exifdata/gpsdestbearingref/) { get; set; } | Gets or sets the GPS reference used for giving the bearing to the destination point. | +| [GPSDestDistance](../../aspose.imaging.exif/exifdata/gpsdestdistance/) { get; set; } | Gets or sets the GPS distance to the destination point. | +| [GPSDestDistanceRef](../../aspose.imaging.exif/exifdata/gpsdestdistanceref/) { get; set; } | Gets or sets the GPS unit used to express the distance to the destination point. | +| [GPSDestLatitude](../../aspose.imaging.exif/exifdata/gpsdestlatitude/) { get; set; } | Gets or sets the GPS latitude of the destination point. | +| [GPSDestLatitudeRef](../../aspose.imaging.exif/exifdata/gpsdestlatituderef/) { get; set; } | Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude. | +| [GPSDestLongitude](../../aspose.imaging.exif/exifdata/gpsdestlongitude/) { get; set; } | Gets or sets the GPS longitude of the destination point. | +| [GPSDestLongitudeRef](../../aspose.imaging.exif/exifdata/gpsdestlongituderef/) { get; set; } | Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude. | +| [GPSDifferential](../../aspose.imaging.exif/exifdata/gpsdifferential/) { get; set; } | Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver. | +| [GPSDOP](../../aspose.imaging.exif/exifdata/gpsdop/) { get; set; } | Gets or sets the GPS DOP (data degree of precision). | +| [GPSImgDirection](../../aspose.imaging.exif/exifdata/gpsimgdirection/) { get; set; } | Gets or sets the GPS direction of the image when it was captured. | +| [GPSImgDirectionRef](../../aspose.imaging.exif/exifdata/gpsimgdirectionref/) { get; set; } | Gets or sets the GPS reference for giving the direction of the image when it is captured. | +| [GPSLatitude](../../aspose.imaging.exif/exifdata/gpslatitude/) { get; set; } | Gets or sets the GPS latitude. | +| [GPSLatitudeRef](../../aspose.imaging.exif/exifdata/gpslatituderef/) { get; set; } | Gets or sets the GPS latitude is north or south latitude. | +| [GPSLongitude](../../aspose.imaging.exif/exifdata/gpslongitude/) { get; set; } | Gets or sets the GPS longitude. | +| [GPSLongitudeRef](../../aspose.imaging.exif/exifdata/gpslongituderef/) { get; set; } | Gets or sets the GPS longitude is east or west longitude. | +| [GPSMapDatum](../../aspose.imaging.exif/exifdata/gpsmapdatum/) { get; set; } | Gets or sets the GPS geodetic survey data used by the GPS receiver. | +| [GPSMeasureMode](../../aspose.imaging.exif/exifdata/gpsmeasuremode/) { get; set; } | Gets or sets the GPS measurement mode. | +| [GPSProcessingMethod](../../aspose.imaging.exif/exifdata/gpsprocessingmethod/) { get; set; } | Gets or sets the GPS character string recording the name of the method used for location finding. | +| [GPSSatellites](../../aspose.imaging.exif/exifdata/gpssatellites/) { get; set; } | Gets or sets the GPS satellites used for measurements. | +| [GPSSpeed](../../aspose.imaging.exif/exifdata/gpsspeed/) { get; set; } | Gets or sets the speed of GPS receiver movement. | +| [GPSSpeedRef](../../aspose.imaging.exif/exifdata/gpsspeedref/) { get; set; } | Gets or sets the unit used to express the GPS receiver speed of movement. | +| [GPSStatus](../../aspose.imaging.exif/exifdata/gpsstatus/) { get; set; } | Gets or sets the status of the GPS receiver when the image is recorded. | +| [GPSTags](../../aspose.imaging.exif/exifdata/gpstags/) { get; set; } | Gets or sets tags, which belong to GPS section only. | +| [GPSTimestamp](../../aspose.imaging.exif/exifdata/gpstimestamp/) { get; set; } | Gets or sets the GPS time as UTC (Coordinated Universal Time). | +| [GPSTrack](../../aspose.imaging.exif/exifdata/gpstrack/) { get; set; } | Gets or sets direction of GPS receiver movement. | +| [GPSTrackRef](../../aspose.imaging.exif/exifdata/gpstrackref/) { get; set; } | Gets or sets the reference for giving the direction of GPS receiver movement. | +| [GPSVersionID](../../aspose.imaging.exif/exifdata/gpsversionid/) { get; set; } | Gets or sets the GPS version identifier. | +| [ImageDescription](../../aspose.imaging.exif/jpegexifdata/imagedescription/) { get; set; } | Gets or sets the image description. | +| [ImageLength](../../aspose.imaging.exif/jpegexifdata/imagelength/) { get; set; } | Gets or sets the image length. | +| [ImageUniqueID](../../aspose.imaging.exif/exifdata/imageuniqueid/) { get; set; } | Gets or sets the image unique identifier. | +| [ImageWidth](../../aspose.imaging.exif/jpegexifdata/imagewidth/) { get; set; } | Gets or sets the image width. | +| [IsBigEndian](../../aspose.imaging.exif/exifdata/isbigendian/) { get; set; } | Gets or sets a value indicating whether the stream EXIF data created from is big endian. | +| [ISOSpeed](../../aspose.imaging.exif/exifdata/isospeed/) { get; set; } | Gets or sets ISO speed | +| [ISOSpeedLatitudeYYY](../../aspose.imaging.exif/exifdata/isospeedlatitudeyyy/) { get; set; } | Gets or sets the ISO speed latitude yyy value of a camera or input device that is defined in ISO 12232. | +| [ISOSpeedLatitudeZZZ](../../aspose.imaging.exif/exifdata/isospeedlatitudezzz/) { get; set; } | Gets or sets the ISO speed latitude zzz value of a camera or input device that is defined in ISO 12232. | +| [LensMake](../../aspose.imaging.exif/exifdata/lensmake/) { get; set; } | Gets or sets the maker of lens. | +| [LensModel](../../aspose.imaging.exif/exifdata/lensmodel/) { get; set; } | Gets or sets the lens model. | +| [LensSerialNumber](../../aspose.imaging.exif/exifdata/lensserialnumber/) { get; set; } | Gets or sets the lens serial number. | +| [LensSpecification](../../aspose.imaging.exif/exifdata/lensspecification/) { get; set; } | Gets or sets the lens specification | +| [LightSource](../../aspose.imaging.exif/exifdata/lightsource/) { get; set; } | Gets or sets the light source. | +| [Make](../../aspose.imaging.exif/exifdata/make/) { get; set; } | Gets or sets the manufacturer of the recording equipment. | +| [MakerNoteData](../../aspose.imaging.exif/exifdata/makernotedata/) { get; } | Gets the maker note data. | +| [MakerNoteRawData](../../aspose.imaging.exif/exifdata/makernoterawdata/) { get; set; } | Gets or sets the maker note raw data. | +| [MakerNotes](../../aspose.imaging.exif/exifdata/makernotes/) { get; } | Gets the maker notes. | +| [MaxApertureValue](../../aspose.imaging.exif/exifdata/maxaperturevalue/) { get; set; } | Gets or sets the maximum aperture value. | +| [MeteringMode](../../aspose.imaging.exif/exifdata/meteringmode/) { get; set; } | Gets or sets the metering mode. | +| [Model](../../aspose.imaging.exif/jpegexifdata/model/) { get; set; } | Gets or sets the model. | +| [OECF](../../aspose.imaging.exif/exifdata/oecf/) { get; set; } | Gets or sets the Opto-Electric Conversion Function (OECF) specified in ISO 14524. | +| [Orientation](../../aspose.imaging.exif/jpegexifdata/orientation/) { get; set; } | Gets or sets the orientation. | +| [PhotographicSensitivity](../../aspose.imaging.exif/exifdata/photographicsensitivity/) { get; set; } | Gets or sets the photographic sensitivity. | +| [PhotometricInterpretation](../../aspose.imaging.exif/jpegexifdata/photometricinterpretation/) { get; set; } | Gets or sets the photometric interpretation. | +| [PixelXDimension](../../aspose.imaging.exif/exifdata/pixelxdimension/) { get; set; } | Gets or sets the pixel x dimension. | +| [PixelYDimension](../../aspose.imaging.exif/exifdata/pixelydimension/) { get; set; } | Gets or sets the pixel y dimension. | +| [PlanarConfiguration](../../aspose.imaging.exif/jpegexifdata/planarconfiguration/) { get; set; } | Gets or sets the planar configuration. | +| [PrimaryChromaticities](../../aspose.imaging.exif/jpegexifdata/primarychromaticities/) { get; set; } | Gets or sets the chromaticity of the three primary colors of the image. | +| [Properties](../../aspose.imaging.exif/exifdata/properties/) { get; set; } | Gets or sets all the EXIF tags (including common and GPS tags). | +| [RecommendedExposureIndex](../../aspose.imaging.exif/exifdata/recommendedexposureindex/) { get; set; } | Gets or sets the recommended exposure index. | +| [ReferenceBlackWhite](../../aspose.imaging.exif/jpegexifdata/referenceblackwhite/) { get; set; } | Gets or sets the reference black white. | +| [RelatedSoundFile](../../aspose.imaging.exif/exifdata/relatedsoundfile/) { get; set; } | Gets or sets the related sound file. | +| [ResolutionUnit](../../aspose.imaging.exif/jpegexifdata/resolutionunit/) { get; set; } | Gets or sets the resolution unit. | +| [SamplesPerPixel](../../aspose.imaging.exif/jpegexifdata/samplesperpixel/) { get; set; } | Gets or sets the samples per pixel. | +| [Saturation](../../aspose.imaging.exif/exifdata/saturation/) { get; set; } | Gets or sets the saturation. | +| [SceneCaptureType](../../aspose.imaging.exif/exifdata/scenecapturetype/) { get; set; } | Gets or sets the scene capture type. | +| [SceneType](../../aspose.imaging.exif/exifdata/scenetype/) { get; set; } | Gets or sets the scene type. | +| [SensingMethod](../../aspose.imaging.exif/exifdata/sensingmethod/) { get; set; } | Gets or sets the sensing method. | +| [SensitivityType](../../aspose.imaging.exif/exifdata/sensitivitytype/) { get; set; } | Gets or sets the sensitivity type. | +| [Sharpness](../../aspose.imaging.exif/exifdata/sharpness/) { get; set; } | Gets or sets the sharpness. | +| [ShutterSpeedValue](../../aspose.imaging.exif/exifdata/shutterspeedvalue/) { get; set; } | Gets or sets the shutter speed value. | +| [Software](../../aspose.imaging.exif/jpegexifdata/software/) { get; set; } | Gets or sets the software. | +| [SpatialFrequencyResponse](../../aspose.imaging.exif/exifdata/spatialfrequencyresponse/) { get; set; } | Gets or sets the spatial frequency response. | +| [SpectralSensitivity](../../aspose.imaging.exif/exifdata/spectralsensitivity/) { get; set; } | Gets or sets the spectral sensitivity. | +| [StandardOutputSensitivity](../../aspose.imaging.exif/exifdata/standardoutputsensitivity/) { get; set; } | Gets or sets standard output sensitivity | +| [SubjectArea](../../aspose.imaging.exif/exifdata/subjectarea/) { get; set; } | Gets or sets the subject area. | +| [SubjectDistance](../../aspose.imaging.exif/exifdata/subjectdistance/) { get; set; } | Gets or sets the subject distance. | +| [SubjectDistanceRange](../../aspose.imaging.exif/exifdata/subjectdistancerange/) { get; set; } | Gets or sets the subject distance range. | +| [SubjectLocation](../../aspose.imaging.exif/exifdata/subjectlocation/) { get; set; } | Gets or sets the subject location. | +| [SubsecTime](../../aspose.imaging.exif/exifdata/subsectime/) { get; set; } | Gets or sets the fractions of seconds for the DateTime tag. | +| [SubsecTimeDigitized](../../aspose.imaging.exif/exifdata/subsectimedigitized/) { get; set; } | Gets or sets the fractions of seconds for the DateTimeDigitized tag. | +| [SubsecTimeOriginal](../../aspose.imaging.exif/exifdata/subsectimeoriginal/) { get; set; } | Gets or sets the fractions of seconds for the DateTimeOriginal tag. | +| [Thumbnail](../../aspose.imaging.exif/jpegexifdata/thumbnail/) { get; set; } | Gets or sets the thumbnail image. | +| [TransferFunction](../../aspose.imaging.exif/jpegexifdata/transferfunction/) { get; set; } | Gets or sets the transfer function. | +| [UserComment](../../aspose.imaging.exif/exifdata/usercomment/) { get; set; } | Gets or sets the user comment. | +| [WhiteBalance](../../aspose.imaging.exif/exifdata/whitebalance/) { get; set; } | Gets or sets the white balance. | +| [WhitePoint](../../aspose.imaging.exif/exifdata/whitepoint/) { get; set; } | Gets or sets the chromaticity of the white point of the image. | +| [XResolution](../../aspose.imaging.exif/jpegexifdata/xresolution/) { get; set; } | Gets or sets the x resolution. | +| [YCbCrCoefficients](../../aspose.imaging.exif/jpegexifdata/ycbcrcoefficients/) { get; set; } | Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data. | +| [YCbCrPositioning](../../aspose.imaging.exif/jpegexifdata/ycbcrpositioning/) { get; set; } | Gets or sets the position of chrominance components in relation to the luminance component. | +| [YCbCrSubSampling](../../aspose.imaging.exif/jpegexifdata/ycbcrsubsampling/) { get; set; } | Gets or sets the sampling ratio of chrominance components in relation to the luminance component. | +| [YResolution](../../aspose.imaging.exif/jpegexifdata/yresolution/) { get; set; } | Gets or sets the y resolution. | ## Methods | Name | Description | | --- | --- | -| [RemoveTag](../../aspose.imaging.exif/exifdata/removetag)(ExifProperties) | Remove tag from container | -| [RemoveTag](../../aspose.imaging.exif/exifdata/removetag)(ushort) | Remove tag from container | -| [SerializeExifData](../../aspose.imaging.exif/jpegexifdata/serializeexifdata)() | Serializes the EXIF data. Writes the tags values and contents. The most influencing size tag is Thumbnail tag contents. | +| [RemoveTag](../../aspose.imaging.exif/exifdata/removetag/)(ExifProperties) | Remove tag from container | +| [RemoveTag](../../aspose.imaging.exif/exifdata/removetag/)(ushort) | Remove tag from container | +| [SerializeExifData](../../aspose.imaging.exif/jpegexifdata/serializeexifdata/)() | Serializes the EXIF data. Writes the tags values and contents. The most influencing size tag is Thumbnail tag contents. | ## Fields | Name | Description | | --- | --- | -| const [MaxExifSegmentSize](../../aspose.imaging.exif/jpegexifdata/maxexifsegmentsize) | The maximum EXIF segment size in bytes allowed. | +| const [MaxExifSegmentSize](../../aspose.imaging.exif/jpegexifdata/maxexifsegmentsize/) | The maximum EXIF segment size in bytes allowed. | ### See Also -* class [ExifData](../exifdata) -* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif) +* class [ExifData](../exifdata/) +* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/artist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/artist/_index.md index b7221f539571..cab97a647f6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/artist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/artist/_index.md @@ -1,7 +1,7 @@ --- -title: Artist +title: JpegExifData.Artist second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the artist type: docs weight: 20 url: /net/aspose.imaging.exif/jpegexifdata/artist/ @@ -20,8 +20,8 @@ The artist. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/bitspersample/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/bitspersample/_index.md index ba50974d3c9a..d75484ff2a14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/bitspersample/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/bitspersample/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerSample +title: JpegExifData.BitsPerSample second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the bits per sample type: docs weight: 30 url: /net/aspose.imaging.exif/jpegexifdata/bitspersample/ @@ -20,8 +20,8 @@ The bits per sample. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/compression/_index.md index 8ab7efddcbe6..1e1748ddd7ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: JpegExifData.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the compression type: docs weight: 40 url: /net/aspose.imaging.exif/jpegexifdata/compression/ @@ -20,8 +20,8 @@ The compression. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/copyright/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/copyright/_index.md index e7711d1b4dee..a69e86a020fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/copyright/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/copyright/_index.md @@ -1,7 +1,7 @@ --- -title: Copyright +title: JpegExifData.Copyright second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the copyright type: docs weight: 50 url: /net/aspose.imaging.exif/jpegexifdata/copyright/ @@ -20,8 +20,8 @@ The copyright. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/datetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/datetime/_index.md index 662ff92b67fa..3d9dac11abdf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/datetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/datetime/_index.md @@ -1,7 +1,7 @@ --- -title: DateTime +title: JpegExifData.DateTime second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the date time type: docs weight: 60 url: /net/aspose.imaging.exif/jpegexifdata/datetime/ @@ -20,8 +20,8 @@ The date time. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagedescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagedescription/_index.md index c6a2e6ebf72e..36f9a93368d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagedescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagedescription/_index.md @@ -1,7 +1,7 @@ --- -title: ImageDescription +title: JpegExifData.ImageDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the image description type: docs weight: 70 url: /net/aspose.imaging.exif/jpegexifdata/imagedescription/ @@ -20,8 +20,8 @@ The image description. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagelength/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagelength/_index.md index 2ed50a645f0b..5878eb34381e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagelength/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagelength/_index.md @@ -1,7 +1,7 @@ --- -title: ImageLength +title: JpegExifData.ImageLength second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the image length type: docs weight: 80 url: /net/aspose.imaging.exif/jpegexifdata/imagelength/ @@ -20,8 +20,8 @@ The length of the image. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagewidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagewidth/_index.md index 14c931844866..4b9ff79ead19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagewidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/imagewidth/_index.md @@ -1,7 +1,7 @@ --- -title: ImageWidth +title: JpegExifData.ImageWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the image width type: docs weight: 90 url: /net/aspose.imaging.exif/jpegexifdata/imagewidth/ @@ -20,8 +20,8 @@ The width of the image. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/jpegexifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/jpegexifdata/_index.md index a3030f40d9fe..30afde0db9a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/jpegexifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/jpegexifdata/_index.md @@ -1,14 +1,14 @@ --- -title: JpegExifData +title: JpegExifData.JpegExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData constructor. Initializes a new instance of the JpegExifData class type: docs weight: 10 url: /net/aspose.imaging.exif/jpegexifdata/jpegexifdata/ --- -## JpegExifData constructor (1 of 3) +## JpegExifData() {#constructor} -Initializes a new instance of the [`JpegExifData`](../../jpegexifdata) class. +Initializes a new instance of the [`JpegExifData`](../) class. ```csharp public JpegExifData() @@ -16,15 +16,15 @@ public JpegExifData() ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) --- -## JpegExifData constructor (2 of 3) +## JpegExifData(TiffDataType[]) {#constructor_1} -Initializes a new instance of the [`JpegExifData`](../../jpegexifdata) class with data from array. +Initializes a new instance of the [`JpegExifData`](../) class with data from array. ```csharp public JpegExifData(TiffDataType[] exifdata) @@ -36,16 +36,16 @@ public JpegExifData(TiffDataType[] exifdata) ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) --- -## JpegExifData constructor (3 of 3) +## JpegExifData(TiffDataType[], TiffDataType[], TiffDataType[]) {#constructor_2} -Initializes a new instance of the [`JpegExifData`](../../jpegexifdata) class with data from array. +Initializes a new instance of the [`JpegExifData`](../) class with data from array. ```csharp public JpegExifData(TiffDataType[] commonTags, TiffDataType[] exifTags, TiffDataType[] gpsTags) @@ -59,9 +59,9 @@ public JpegExifData(TiffDataType[] commonTags, TiffDataType[] exifTags, TiffData ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/maxexifsegmentsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/maxexifsegmentsize/_index.md index b30dc9436312..b3eea02fef09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/maxexifsegmentsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/maxexifsegmentsize/_index.md @@ -1,7 +1,7 @@ --- -title: MaxExifSegmentSize +title: JpegExifData.MaxExifSegmentSize second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData field. The maximum EXIF segment size in bytes allowed type: docs weight: 270 url: /net/aspose.imaging.exif/jpegexifdata/maxexifsegmentsize/ @@ -16,8 +16,8 @@ public const int MaxExifSegmentSize; ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/model/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/model/_index.md index 169ab0255299..5a48f8513a10 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/model/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/model/_index.md @@ -1,7 +1,7 @@ --- -title: Model +title: JpegExifData.Model second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the model type: docs weight: 100 url: /net/aspose.imaging.exif/jpegexifdata/model/ @@ -20,8 +20,8 @@ The model. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/orientation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/orientation/_index.md index 6c087d577834..21dd7e5e2cf3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/orientation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/orientation/_index.md @@ -1,7 +1,7 @@ --- -title: Orientation +title: JpegExifData.Orientation second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the orientation type: docs weight: 110 url: /net/aspose.imaging.exif/jpegexifdata/orientation/ @@ -20,9 +20,9 @@ The orientation. ### See Also -* enum [ExifOrientation](../../../aspose.imaging.exif.enums/exiforientation) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* enum [ExifOrientation](../../../aspose.imaging.exif.enums/exiforientation/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/photometricinterpretation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/photometricinterpretation/_index.md index 8d8523dca72e..e9a6380a9ca2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/photometricinterpretation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/photometricinterpretation/_index.md @@ -1,7 +1,7 @@ --- -title: PhotometricInterpretation +title: JpegExifData.PhotometricInterpretation second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the photometric interpretation type: docs weight: 120 url: /net/aspose.imaging.exif/jpegexifdata/photometricinterpretation/ @@ -20,8 +20,8 @@ The photometric interpretation. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/planarconfiguration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/planarconfiguration/_index.md index 4b463e78c3ae..0758bdb1ccc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/planarconfiguration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/planarconfiguration/_index.md @@ -1,7 +1,7 @@ --- -title: PlanarConfiguration +title: JpegExifData.PlanarConfiguration second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the planar configuration type: docs weight: 130 url: /net/aspose.imaging.exif/jpegexifdata/planarconfiguration/ @@ -20,8 +20,8 @@ The planar configuration. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/primarychromaticities/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/primarychromaticities/_index.md index 4403e6ecca78..a2103945f77e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/primarychromaticities/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/primarychromaticities/_index.md @@ -1,7 +1,7 @@ --- -title: PrimaryChromaticities +title: JpegExifData.PrimaryChromaticities second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the chromaticity of the three primary colors of the image type: docs weight: 140 url: /net/aspose.imaging.exif/jpegexifdata/primarychromaticities/ @@ -20,9 +20,9 @@ The chromaticity of the three primary colors of the image. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/referenceblackwhite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/referenceblackwhite/_index.md index 38779d0395e2..2c4389f52bd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/referenceblackwhite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/referenceblackwhite/_index.md @@ -1,7 +1,7 @@ --- -title: ReferenceBlackWhite +title: JpegExifData.ReferenceBlackWhite second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the reference black white type: docs weight: 150 url: /net/aspose.imaging.exif/jpegexifdata/referenceblackwhite/ @@ -20,9 +20,9 @@ The reference black white. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/resolutionunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/resolutionunit/_index.md index 8bf07b66448e..2ce6e358d0e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/resolutionunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/resolutionunit/_index.md @@ -1,7 +1,7 @@ --- -title: ResolutionUnit +title: JpegExifData.ResolutionUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the resolution unit type: docs weight: 160 url: /net/aspose.imaging.exif/jpegexifdata/resolutionunit/ @@ -20,9 +20,9 @@ The resolution unit. ### See Also -* enum [ExifUnit](../../../aspose.imaging.exif.enums/exifunit) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* enum [ExifUnit](../../../aspose.imaging.exif.enums/exifunit/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/samplesperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/samplesperpixel/_index.md index a000f404e247..7b058556331f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/samplesperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/samplesperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: SamplesPerPixel +title: JpegExifData.SamplesPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the samples per pixel type: docs weight: 170 url: /net/aspose.imaging.exif/jpegexifdata/samplesperpixel/ @@ -20,8 +20,8 @@ The samples per pixel. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/serializeexifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/serializeexifdata/_index.md index f5fbf98a677a..671f5f365262 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/serializeexifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/serializeexifdata/_index.md @@ -1,7 +1,7 @@ --- -title: SerializeExifData +title: JpegExifData.SerializeExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData method. Serializes the EXIF data. Writes the tags values and contents. The most influencing size tag is Thumbnail tag contents type: docs weight: 260 url: /net/aspose.imaging.exif/jpegexifdata/serializeexifdata/ @@ -18,14 +18,14 @@ public byte[] SerializeExifData() The serialized EXIF data. -### Remarks +## Remarks The overall segment size must be less than or equal to MaxExifSegmentSize bytes in order to produce correct jpeg image. Hint: try to reduce the thumbnail size or change its compression in case you have too big EXIF section size. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/software/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/software/_index.md index 79e40c5d4943..cb4e9360d1ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/software/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/software/_index.md @@ -1,7 +1,7 @@ --- -title: Software +title: JpegExifData.Software second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the software type: docs weight: 180 url: /net/aspose.imaging.exif/jpegexifdata/software/ @@ -20,8 +20,8 @@ The software. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/thumbnail/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/thumbnail/_index.md index ab10bb388733..4b1d81ef6a84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/thumbnail/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/thumbnail/_index.md @@ -1,7 +1,7 @@ --- -title: Thumbnail +title: JpegExifData.Thumbnail second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the thumbnail image type: docs weight: 190 url: /net/aspose.imaging.exif/jpegexifdata/thumbnail/ @@ -20,9 +20,9 @@ The thumbnail. ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/transferfunction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/transferfunction/_index.md index f352f5189df7..b398a531d98d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/transferfunction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/transferfunction/_index.md @@ -1,7 +1,7 @@ --- -title: TransferFunction +title: JpegExifData.TransferFunction second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the transfer function type: docs weight: 200 url: /net/aspose.imaging.exif/jpegexifdata/transferfunction/ @@ -20,8 +20,8 @@ The transfer function. ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/xresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/xresolution/_index.md index 870e2c5c7ed3..bf903f28db33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/xresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/xresolution/_index.md @@ -1,7 +1,7 @@ --- -title: XResolution +title: JpegExifData.XResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the x resolution type: docs weight: 210 url: /net/aspose.imaging.exif/jpegexifdata/xresolution/ @@ -20,9 +20,9 @@ The x resolution. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrcoefficients/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrcoefficients/_index.md index 809982685d18..9711a22d3522 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrcoefficients/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrcoefficients/_index.md @@ -1,7 +1,7 @@ --- -title: YCbCrCoefficients +title: JpegExifData.YCbCrCoefficients second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data type: docs weight: 220 url: /net/aspose.imaging.exif/jpegexifdata/ycbcrcoefficients/ @@ -20,9 +20,9 @@ The matrix coefficients for transformation from RGB to YCbCr image data. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrpositioning/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrpositioning/_index.md index ce2361265a44..3aa3ec0283d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrpositioning/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrpositioning/_index.md @@ -1,7 +1,7 @@ --- -title: YCbCrPositioning +title: JpegExifData.YCbCrPositioning second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the position of chrominance components in relation to the luminance component type: docs weight: 230 url: /net/aspose.imaging.exif/jpegexifdata/ycbcrpositioning/ @@ -20,9 +20,9 @@ The position of chrominance components in relation to the luminance component. ### See Also -* enum [ExifYCbCrPositioning](../../../aspose.imaging.exif.enums/exifycbcrpositioning) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* enum [ExifYCbCrPositioning](../../../aspose.imaging.exif.enums/exifycbcrpositioning/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrsubsampling/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrsubsampling/_index.md index 897a3bb62d0a..6c715864cd00 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrsubsampling/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/ycbcrsubsampling/_index.md @@ -1,7 +1,7 @@ --- -title: YCbCrSubSampling +title: JpegExifData.YCbCrSubSampling second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the sampling ratio of chrominance components in relation to the luminance component type: docs weight: 240 url: /net/aspose.imaging.exif/jpegexifdata/ycbcrsubsampling/ @@ -20,8 +20,8 @@ The sampling ratio of chrominance components in relation to the luminance compon ### See Also -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/yresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/yresolution/_index.md index 00d880238203..2690e819343c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/yresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/jpegexifdata/yresolution/_index.md @@ -1,7 +1,7 @@ --- -title: YResolution +title: JpegExifData.YResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegExifData property. Gets or sets the y resolution type: docs weight: 250 url: /net/aspose.imaging.exif/jpegexifdata/yresolution/ @@ -20,9 +20,9 @@ The y resolution. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [JpegExifData](../../jpegexifdata) -* namespace [Aspose.Imaging.Exif](../../jpegexifdata) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [JpegExifData](../) +* namespace [Aspose.Imaging.Exif](../../jpegexifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/_index.md index d15a96f6408e..1476426910dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/_index.md @@ -1,7 +1,7 @@ --- -title: MakerNote +title: Class MakerNote second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.MakerNote class. Represents a single Maker Note record type: docs weight: 1100 url: /net/aspose.imaging.exif/makernote/ @@ -18,16 +18,16 @@ public class MakerNote | Name | Description | | --- | --- | -| [Name](../../aspose.imaging.exif/makernote/name) { get; } | Gets the setting name. | -| [Value](../../aspose.imaging.exif/makernote/value) { get; } | Gets the setting value. | +| [Name](../../aspose.imaging.exif/makernote/name/) { get; } | Gets the setting name. | +| [Value](../../aspose.imaging.exif/makernote/value/) { get; } | Gets the setting value. | ## Methods | Name | Description | | --- | --- | -| override [ToString](../../aspose.imaging.exif/makernote/tostring)() | Converts the instance to string. | +| override [ToString](../../aspose.imaging.exif/makernote/tostring/)() | Converts the instance to string. | -### Examples +## Examples Access camera manufacturer maker notes in Jpeg image. @@ -45,7 +45,7 @@ using (var image = (JpegImage)Image.Load("Sample.jpg")) ### See Also -* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif) +* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/name/_index.md index 6decb6d2e53e..16e9168e5819 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: MakerNote.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: MakerNote property. Gets the setting name type: docs weight: 10 url: /net/aspose.imaging.exif/makernote/name/ @@ -20,8 +20,8 @@ The setting name. ### See Also -* class [MakerNote](../../makernote) -* namespace [Aspose.Imaging.Exif](../../makernote) +* class [MakerNote](../) +* namespace [Aspose.Imaging.Exif](../../makernote/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/tostring/_index.md index 5535892d359c..d81c730a4c46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: MakerNote.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: MakerNote method. Converts the instance to string type: docs weight: 30 url: /net/aspose.imaging.exif/makernote/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [MakerNote](../../makernote) -* namespace [Aspose.Imaging.Exif](../../makernote) +* class [MakerNote](../) +* namespace [Aspose.Imaging.Exif](../../makernote/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/value/_index.md index 4448e862d007..0d026841e755 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/makernote/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: MakerNote.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: MakerNote property. Gets the setting value type: docs weight: 20 url: /net/aspose.imaging.exif/makernote/value/ @@ -20,8 +20,8 @@ The setting value. ### See Also -* class [MakerNote](../../makernote) -* namespace [Aspose.Imaging.Exif](../../makernote) +* class [MakerNote](../) +* namespace [Aspose.Imaging.Exif](../../makernote/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/tiffdatatypecontroller/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/tiffdatatypecontroller/_index.md index 9b582f814f8a..22d718fc46a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/tiffdatatypecontroller/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/tiffdatatypecontroller/_index.md @@ -1,7 +1,7 @@ --- -title: TiffDataTypeController +title: Class TiffDataTypeController second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Exif.TiffDataTypeController class. Represents general class for working with tiff data types type: docs weight: 1110 url: /net/aspose.imaging.exif/tiffdatatypecontroller/ @@ -18,11 +18,11 @@ public class TiffDataTypeController | Name | Description | | --- | --- | -| [TiffDataTypeController](tiffdatatypecontroller)() | The default constructor. | +| [TiffDataTypeController](tiffdatatypecontroller/)() | The default constructor. | ### See Also -* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif) +* namespace [Aspose.Imaging.Exif](../../aspose.imaging.exif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/tiffdatatypecontroller/tiffdatatypecontroller/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/tiffdatatypecontroller/tiffdatatypecontroller/_index.md index c923ce76c50c..9b6f57f2052b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.exif/tiffdatatypecontroller/tiffdatatypecontroller/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.exif/tiffdatatypecontroller/tiffdatatypecontroller/_index.md @@ -1,7 +1,7 @@ --- -title: TiffDataTypeController +title: TiffDataTypeController.TiffDataTypeController second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataTypeController constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.exif/tiffdatatypecontroller/tiffdatatypecontroller/ @@ -16,8 +16,8 @@ public TiffDataTypeController() ### See Also -* class [TiffDataTypeController](../../tiffdatatypecontroller) -* namespace [Aspose.Imaging.Exif](../../tiffdatatypecontroller) +* class [TiffDataTypeController](../) +* namespace [Aspose.Imaging.Exif](../../tiffdatatypecontroller/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/_index.md index 3c58216bcbb9..20a2cbe7e54f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Extensions second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains extension methods. +description: The namespace contains extension methods type: docs weight: 130 url: /net/aspose.imaging.extensions/ @@ -12,22 +12,22 @@ The namespace contains extension methods. | Class | Description | | --- | --- | -| [BrushExtensions](./brushextensions) | Contains extension methods for [`Brush`](../aspose.imaging/brush) and Brush. | -| [ColorBlendExtensions](./colorblendextensions) | Contains [`ColorBlend`](../aspose.imaging/colorblend) extension methods. | -| [ColorExtensions](./colorextensions) | The [`Color`](../aspose.imaging/color) extension methods. | -| [ColorMapExtensions](./colormapextensions) | The [`ColorMap`](../aspose.imaging/colormap) extension methods. | -| [ColorMatrixExtensions](./colormatrixextensions) | The [`ColorMatrix`](../aspose.imaging/colormatrix) extension methods. | -| [FileFormatExtensions](./fileformatextensions) | Contains [`FileFormat`](../aspose.imaging/fileformat) extension methods. | -| [FontExtensions](./fontextensions) | Contains extension methods for the [`Font`](../aspose.imaging/font) class. | -| [GraphicsPathExtensions](./graphicspathextensions) | Contains the [`GraphicsPath`](../aspose.imaging/graphicspath) extension methods. | -| [ImageAttributesExtensions](./imageattributesextensions) | Contains extension methods for [`ImageAttributes`](../aspose.imaging/imageattributes) and ImageAttributes. | -| [ImageExtensions](./imageextensions) | Contains extension methods for conversions based on Image and [`Image`](../aspose.imaging/image). | -| [MatrixExtensions](./matrixextensions) | Contains the [`Matrix`](../aspose.imaging/matrix) class extensions. | -| [PenExtensions](./penextensions) | Contains extension methods for [`Pen`](../aspose.imaging/pen) and Pen. | -| [PointExtensions](./pointextensions) | Contains extension methods for [`Point`](../aspose.imaging/point) and [`PointF`](../aspose.imaging/pointf) structures. | -| [RectangleExtensions](./rectangleextensions) | Contains extension methods for [`Rectangle`](../aspose.imaging/rectangle). | -| [RegionExtensions](./regionextensions) | Contains extension methods for the [`Region`](../aspose.imaging/region) class. | -| [RotateFlipExtensions](./rotateflipextensions) | Contains extension methods for conversion the RotateFlipType and the [`RotateFlipType`](../aspose.imaging/rotatefliptype) classes. | -| [StringFormatExtensions](./stringformatextensions) | Contains extension methods for the [`StringFormat`](../aspose.imaging/stringformat) class. | +| [BrushExtensions](./brushextensions/) | Contains extension methods for [`Brush`](../aspose.imaging/brush/) and Brush. | +| [ColorBlendExtensions](./colorblendextensions/) | Contains [`ColorBlend`](../aspose.imaging/colorblend/) extension methods. | +| [ColorExtensions](./colorextensions/) | The [`Color`](../aspose.imaging/color/) extension methods. | +| [ColorMapExtensions](./colormapextensions/) | The [`ColorMap`](../aspose.imaging/colormap/) extension methods. | +| [ColorMatrixExtensions](./colormatrixextensions/) | The [`ColorMatrix`](../aspose.imaging/colormatrix/) extension methods. | +| [FileFormatExtensions](./fileformatextensions/) | Contains [`FileFormat`](../aspose.imaging/fileformat/) extension methods. | +| [FontExtensions](./fontextensions/) | Contains extension methods for the [`Font`](../aspose.imaging/font/) class. | +| [GraphicsPathExtensions](./graphicspathextensions/) | Contains the [`GraphicsPath`](../aspose.imaging/graphicspath/) extension methods. | +| [ImageAttributesExtensions](./imageattributesextensions/) | Contains extension methods for [`ImageAttributes`](../aspose.imaging/imageattributes/) and ImageAttributes. | +| [ImageExtensions](./imageextensions/) | Contains extension methods for conversions based on Image and [`Image`](../aspose.imaging/image/). | +| [MatrixExtensions](./matrixextensions/) | Contains the [`Matrix`](../aspose.imaging/matrix/) class extensions. | +| [PenExtensions](./penextensions/) | Contains extension methods for [`Pen`](../aspose.imaging/pen/) and Pen. | +| [PointExtensions](./pointextensions/) | Contains extension methods for [`Point`](../aspose.imaging/point/) and [`PointF`](../aspose.imaging/pointf/) structures. | +| [RectangleExtensions](./rectangleextensions/) | Contains extension methods for [`Rectangle`](../aspose.imaging/rectangle/). | +| [RegionExtensions](./regionextensions/) | Contains extension methods for the [`Region`](../aspose.imaging/region/) class. | +| [RotateFlipExtensions](./rotateflipextensions/) | Contains extension methods for conversion the RotateFlipType and the [`RotateFlipType`](../aspose.imaging/rotatefliptype/) classes. | +| [StringFormatExtensions](./stringformatextensions/) | Contains extension methods for the [`StringFormat`](../aspose.imaging/stringformat/) class. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/brushextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/brushextensions/_index.md index b283fe451968..f4296d58d81d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/brushextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/brushextensions/_index.md @@ -1,14 +1,14 @@ --- -title: BrushExtensions +title: Class BrushExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.BrushExtensions class. Contains extension methods for Brush and Brush type: docs weight: 1120 url: /net/aspose.imaging.extensions/brushextensions/ --- ## BrushExtensions class -Contains extension methods for [`Brush`](../../aspose.imaging/brush) and Brush. +Contains extension methods for [`Brush`](../../aspose.imaging/brush/) and Brush. ```csharp public static class BrushExtensions @@ -18,11 +18,11 @@ public static class BrushExtensions | Name | Description | | --- | --- | -| static [ToGdiBrush](../../aspose.imaging.extensions/brushextensions/togdibrush)(Brush) | Converts the [`Brush`](../../aspose.imaging/brush) to the Brush. | +| static [ToGdiBrush](../../aspose.imaging.extensions/brushextensions/togdibrush/)(Brush) | Converts the [`Brush`](../../aspose.imaging/brush/) to the Brush. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/brushextensions/togdibrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/brushextensions/togdibrush/_index.md index 9345761bfe04..e6403c29febf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/brushextensions/togdibrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/brushextensions/togdibrush/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiBrush +title: BrushExtensions.ToGdiBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: BrushExtensions method. Converts the Brush to the Brush type: docs weight: 10 url: /net/aspose.imaging.extensions/brushextensions/togdibrush/ --- ## BrushExtensions.ToGdiBrush method -Converts the [`Brush`](../../../aspose.imaging/brush) to the Brush. +Converts the [`Brush`](../../../aspose.imaging/brush/) to the Brush. ```csharp public static Brush ToGdiBrush(Brush brush) @@ -16,7 +16,7 @@ public static Brush ToGdiBrush(Brush brush) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | The [`Brush`](../../../aspose.imaging/brush) to convert. | +| brush | Brush | The [`Brush`](../../../aspose.imaging/brush/) to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted Brush. ### See Also -* class [Brush](../../../aspose.imaging/brush) -* class [BrushExtensions](../../brushextensions) -* namespace [Aspose.Imaging.Extensions](../../brushextensions) +* class [Brush](../../../aspose.imaging/brush/) +* class [BrushExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../brushextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorblendextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorblendextensions/_index.md index a81ad2c79646..a90530d1b062 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorblendextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorblendextensions/_index.md @@ -1,14 +1,14 @@ --- -title: ColorBlendExtensions +title: Class ColorBlendExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.ColorBlendExtensions class. Contains ColorBlend extension methods type: docs weight: 1130 url: /net/aspose.imaging.extensions/colorblendextensions/ --- ## ColorBlendExtensions class -Contains [`ColorBlend`](../../aspose.imaging/colorblend) extension methods. +Contains [`ColorBlend`](../../aspose.imaging/colorblend/) extension methods. ```csharp public static class ColorBlendExtensions @@ -18,11 +18,11 @@ public static class ColorBlendExtensions | Name | Description | | --- | --- | -| static [ToGdiColorBlend](../../aspose.imaging.extensions/colorblendextensions/togdicolorblend)(ColorBlend) | Converts the [`ColorBlend`](../../aspose.imaging/colorblend) to ColorBlend. | +| static [ToGdiColorBlend](../../aspose.imaging.extensions/colorblendextensions/togdicolorblend/)(ColorBlend) | Converts the [`ColorBlend`](../../aspose.imaging/colorblend/) to ColorBlend. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorblendextensions/togdicolorblend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorblendextensions/togdicolorblend/_index.md index b26b11800dcc..de8102e840d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorblendextensions/togdicolorblend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorblendextensions/togdicolorblend/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiColorBlend +title: ColorBlendExtensions.ToGdiColorBlend second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorBlendExtensions method. Converts the ColorBlend to ColorBlend type: docs weight: 10 url: /net/aspose.imaging.extensions/colorblendextensions/togdicolorblend/ --- ## ColorBlendExtensions.ToGdiColorBlend method -Converts the [`ColorBlend`](../../../aspose.imaging/colorblend) to ColorBlend. +Converts the [`ColorBlend`](../../../aspose.imaging/colorblend/) to ColorBlend. ```csharp public static ColorBlend ToGdiColorBlend(ColorBlend colorBlend) @@ -24,9 +24,9 @@ The converted ColorBlend. ### See Also -* class [ColorBlend](../../../aspose.imaging/colorblend) -* class [ColorBlendExtensions](../../colorblendextensions) -* namespace [Aspose.Imaging.Extensions](../../colorblendextensions) +* class [ColorBlend](../../../aspose.imaging/colorblend/) +* class [ColorBlendExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../colorblendextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/_index.md index ac514f352d27..1ee72782ff43 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/_index.md @@ -1,14 +1,14 @@ --- -title: ColorExtensions +title: Class ColorExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.ColorExtensions class. The Color extension methods type: docs weight: 1140 url: /net/aspose.imaging.extensions/colorextensions/ --- ## ColorExtensions class -The [`Color`](../../aspose.imaging/color) extension methods. +The [`Color`](../../aspose.imaging/color/) extension methods. ```csharp public static class ColorExtensions @@ -18,12 +18,12 @@ public static class ColorExtensions | Name | Description | | --- | --- | -| static [ToGdiColor](../../aspose.imaging.extensions/colorextensions/togdicolor)(Color) | Converts the [`Color`](../../aspose.imaging/color) to the Color. | -| static [ToGdiColors](../../aspose.imaging.extensions/colorextensions/togdicolors)(Color[]) | Converts the [`Color`](../../aspose.imaging/color) array to the Color array. | +| static [ToGdiColor](../../aspose.imaging.extensions/colorextensions/togdicolor/)(Color) | Converts the [`Color`](../../aspose.imaging/color/) to the Color. | +| static [ToGdiColors](../../aspose.imaging.extensions/colorextensions/togdicolors/)(Color[]) | Converts the [`Color`](../../aspose.imaging/color/) array to the Color array. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/togdicolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/togdicolor/_index.md index efb1c03a0097..65bde865825f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/togdicolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/togdicolor/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiColor +title: ColorExtensions.ToGdiColor second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorExtensions method. Converts the Color to the Color type: docs weight: 10 url: /net/aspose.imaging.extensions/colorextensions/togdicolor/ --- ## ColorExtensions.ToGdiColor method -Converts the [`Color`](../../../aspose.imaging/color) to the Color. +Converts the [`Color`](../../../aspose.imaging/color/) to the Color. ```csharp public static Color ToGdiColor(Color color) @@ -16,7 +16,7 @@ public static Color ToGdiColor(Color color) | Parameter | Type | Description | | --- | --- | --- | -| color | Color | The[`Color`](../../../aspose.imaging/color) to convert. | +| color | Color | The[`Color`](../../../aspose.imaging/color/) to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted Color. ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [ColorExtensions](../../colorextensions) -* namespace [Aspose.Imaging.Extensions](../../colorextensions) +* struct [Color](../../../aspose.imaging/color/) +* class [ColorExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../colorextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/togdicolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/togdicolors/_index.md index 63368c7a8f7f..83d45b18f17e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/togdicolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colorextensions/togdicolors/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiColors +title: ColorExtensions.ToGdiColors second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorExtensions method. Converts the Color array to the Color array type: docs weight: 20 url: /net/aspose.imaging.extensions/colorextensions/togdicolors/ --- ## ColorExtensions.ToGdiColors method -Converts the [`Color`](../../../aspose.imaging/color) array to the Color array. +Converts the [`Color`](../../../aspose.imaging/color/) array to the Color array. ```csharp public static Color[] ToGdiColors(Color[] colors) @@ -16,7 +16,7 @@ public static Color[] ToGdiColors(Color[] colors) | Parameter | Type | Description | | --- | --- | --- | -| colors | Color[] | The[`Color`](../../../aspose.imaging/color) array to convert. | +| colors | Color[] | The[`Color`](../../../aspose.imaging/color/) array to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted Color array. ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [ColorExtensions](../../colorextensions) -* namespace [Aspose.Imaging.Extensions](../../colorextensions) +* struct [Color](../../../aspose.imaging/color/) +* class [ColorExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../colorextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/_index.md index 2346f4f64091..0ac0ef890519 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/_index.md @@ -1,14 +1,14 @@ --- -title: ColorMapExtensions +title: Class ColorMapExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.ColorMapExtensions class. The ColorMap extension methods type: docs weight: 1150 url: /net/aspose.imaging.extensions/colormapextensions/ --- ## ColorMapExtensions class -The [`ColorMap`](../../aspose.imaging/colormap) extension methods. +The [`ColorMap`](../../aspose.imaging/colormap/) extension methods. ```csharp public static class ColorMapExtensions @@ -18,12 +18,12 @@ public static class ColorMapExtensions | Name | Description | | --- | --- | -| static [ToGdiColorMap](../../aspose.imaging.extensions/colormapextensions/togdicolormap)(ColorMap) | Converts the [`ColorMap`](../../aspose.imaging/colormap) to the ColorMap. | -| static [ToGdiColorMaps](../../aspose.imaging.extensions/colormapextensions/togdicolormaps)(ColorMap[]) | Converts the [`ColorMap`](../../aspose.imaging/colormap) array to the ColorMap array. | +| static [ToGdiColorMap](../../aspose.imaging.extensions/colormapextensions/togdicolormap/)(ColorMap) | Converts the [`ColorMap`](../../aspose.imaging/colormap/) to the ColorMap. | +| static [ToGdiColorMaps](../../aspose.imaging.extensions/colormapextensions/togdicolormaps/)(ColorMap[]) | Converts the [`ColorMap`](../../aspose.imaging/colormap/) array to the ColorMap array. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/togdicolormap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/togdicolormap/_index.md index 18ecedf7eb22..253b0058194f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/togdicolormap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/togdicolormap/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiColorMap +title: ColorMapExtensions.ToGdiColorMap second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMapExtensions method. Converts the ColorMap to the ColorMap type: docs weight: 10 url: /net/aspose.imaging.extensions/colormapextensions/togdicolormap/ --- ## ColorMapExtensions.ToGdiColorMap method -Converts the [`ColorMap`](../../../aspose.imaging/colormap) to the ColorMap. +Converts the [`ColorMap`](../../../aspose.imaging/colormap/) to the ColorMap. ```csharp public static ColorMap ToGdiColorMap(ColorMap colorMap) @@ -24,9 +24,9 @@ The converted ColorMap. ### See Also -* class [ColorMap](../../../aspose.imaging/colormap) -* class [ColorMapExtensions](../../colormapextensions) -* namespace [Aspose.Imaging.Extensions](../../colormapextensions) +* class [ColorMap](../../../aspose.imaging/colormap/) +* class [ColorMapExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../colormapextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/togdicolormaps/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/togdicolormaps/_index.md index 63102198d292..46fd54ab446e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/togdicolormaps/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormapextensions/togdicolormaps/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiColorMaps +title: ColorMapExtensions.ToGdiColorMaps second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMapExtensions method. Converts the ColorMap array to the ColorMap array type: docs weight: 20 url: /net/aspose.imaging.extensions/colormapextensions/togdicolormaps/ --- ## ColorMapExtensions.ToGdiColorMaps method -Converts the [`ColorMap`](../../../aspose.imaging/colormap) array to the ColorMap array. +Converts the [`ColorMap`](../../../aspose.imaging/colormap/) array to the ColorMap array. ```csharp public static ColorMap[] ToGdiColorMaps(ColorMap[] colorMaps) @@ -24,9 +24,9 @@ The converted ColorMap array. ### See Also -* class [ColorMap](../../../aspose.imaging/colormap) -* class [ColorMapExtensions](../../colormapextensions) -* namespace [Aspose.Imaging.Extensions](../../colormapextensions) +* class [ColorMap](../../../aspose.imaging/colormap/) +* class [ColorMapExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../colormapextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormatrixextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormatrixextensions/_index.md index 8992cb0fbf1b..99d69e1ae6ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormatrixextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormatrixextensions/_index.md @@ -1,14 +1,14 @@ --- -title: ColorMatrixExtensions +title: Class ColorMatrixExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.ColorMatrixExtensions class. The ColorMatrix extension methods type: docs weight: 1160 url: /net/aspose.imaging.extensions/colormatrixextensions/ --- ## ColorMatrixExtensions class -The [`ColorMatrix`](../../aspose.imaging/colormatrix) extension methods. +The [`ColorMatrix`](../../aspose.imaging/colormatrix/) extension methods. ```csharp public static class ColorMatrixExtensions @@ -18,11 +18,11 @@ public static class ColorMatrixExtensions | Name | Description | | --- | --- | -| static [ToGdiColorMatrix](../../aspose.imaging.extensions/colormatrixextensions/togdicolormatrix)(ColorMatrix) | Converts the [`ColorMatrix`](../../aspose.imaging/colormatrix) to the ColorMatrix. | +| static [ToGdiColorMatrix](../../aspose.imaging.extensions/colormatrixextensions/togdicolormatrix/)(ColorMatrix) | Converts the [`ColorMatrix`](../../aspose.imaging/colormatrix/) to the ColorMatrix. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormatrixextensions/togdicolormatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormatrixextensions/togdicolormatrix/_index.md index 4df4cdb63b93..1caadb573b63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormatrixextensions/togdicolormatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/colormatrixextensions/togdicolormatrix/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiColorMatrix +title: ColorMatrixExtensions.ToGdiColorMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrixExtensions method. Converts the ColorMatrix to the ColorMatrix type: docs weight: 10 url: /net/aspose.imaging.extensions/colormatrixextensions/togdicolormatrix/ --- ## ColorMatrixExtensions.ToGdiColorMatrix method -Converts the [`ColorMatrix`](../../../aspose.imaging/colormatrix) to the ColorMatrix. +Converts the [`ColorMatrix`](../../../aspose.imaging/colormatrix/) to the ColorMatrix. ```csharp public static ColorMatrix ToGdiColorMatrix(ColorMatrix colorMatrix) @@ -24,9 +24,9 @@ The converted ColorMatrix. ### See Also -* class [ColorMatrix](../../../aspose.imaging/colormatrix) -* class [ColorMatrixExtensions](../../colormatrixextensions) -* namespace [Aspose.Imaging.Extensions](../../colormatrixextensions) +* class [ColorMatrix](../../../aspose.imaging/colormatrix/) +* class [ColorMatrixExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../colormatrixextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fileformatextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fileformatextensions/_index.md index 3612ab65fc86..0fbf9f7a94bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fileformatextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fileformatextensions/_index.md @@ -1,14 +1,14 @@ --- -title: FileFormatExtensions +title: Class FileFormatExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.FileFormatExtensions class. Contains FileFormat extension methods type: docs weight: 1170 url: /net/aspose.imaging.extensions/fileformatextensions/ --- ## FileFormatExtensions class -Contains [`FileFormat`](../../aspose.imaging/fileformat) extension methods. +Contains [`FileFormat`](../../aspose.imaging/fileformat/) extension methods. ```csharp public static class FileFormatExtensions @@ -18,11 +18,11 @@ public static class FileFormatExtensions | Name | Description | | --- | --- | -| static [IsSingleFormatDefined](../../aspose.imaging.extensions/fileformatextensions/issingleformatdefined)(FileFormat) | Determines whether single file format is defined. | +| static [IsSingleFormatDefined](../../aspose.imaging.extensions/fileformatextensions/issingleformatdefined/)(FileFormat) | Determines whether single file format is defined. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fileformatextensions/issingleformatdefined/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fileformatextensions/issingleformatdefined/_index.md index 08392181365e..48a356f8873a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fileformatextensions/issingleformatdefined/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fileformatextensions/issingleformatdefined/_index.md @@ -1,7 +1,7 @@ --- -title: IsSingleFormatDefined +title: FileFormatExtensions.IsSingleFormatDefined second_title: Aspose.Imaging for .NET API Reference -description: +description: FileFormatExtensions method. Determines whether single file format is defined type: docs weight: 10 url: /net/aspose.imaging.extensions/fileformatextensions/issingleformatdefined/ @@ -24,9 +24,9 @@ public static bool IsSingleFormatDefined(FileFormat fileFormat) ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [FileFormatExtensions](../../fileformatextensions) -* namespace [Aspose.Imaging.Extensions](../../fileformatextensions) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [FileFormatExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../fileformatextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fontextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fontextensions/_index.md index e53ac0befaa0..ecd880c694f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fontextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fontextensions/_index.md @@ -1,14 +1,14 @@ --- -title: FontExtensions +title: Class FontExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.FontExtensions class. Contains extension methods for the Font class type: docs weight: 1180 url: /net/aspose.imaging.extensions/fontextensions/ --- ## FontExtensions class -Contains extension methods for the [`Font`](../../aspose.imaging/font) class. +Contains extension methods for the [`Font`](../../aspose.imaging/font/) class. ```csharp public static class FontExtensions @@ -18,12 +18,12 @@ public static class FontExtensions | Name | Description | | --- | --- | -| static [ToGdiFont](../../aspose.imaging.extensions/fontextensions/togdifont)(Font) | Converts the [`Font`](../../aspose.imaging/font) to the Font. | -| static [ToGdiFont](../../aspose.imaging.extensions/fontextensions/togdifont)(Font, GraphicsUnit) | Converts the [`Font`](../../aspose.imaging/font) to the Font. | +| static [ToGdiFont](../../aspose.imaging.extensions/fontextensions/togdifont/#togdifont)(Font) | Converts the [`Font`](../../aspose.imaging/font/) to the Font. | +| static [ToGdiFont](../../aspose.imaging.extensions/fontextensions/togdifont/#togdifont_1)(Font, GraphicsUnit) | Converts the [`Font`](../../aspose.imaging/font/) to the Font. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fontextensions/togdifont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fontextensions/togdifont/_index.md index 8d32020f0c4f..d5dbd49ada15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fontextensions/togdifont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/fontextensions/togdifont/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiFont +title: FontExtensions.ToGdiFont second_title: Aspose.Imaging for .NET API Reference -description: +description: FontExtensions method. Converts the Font to the Font type: docs weight: 10 url: /net/aspose.imaging.extensions/fontextensions/togdifont/ --- -## FontExtensions.ToGdiFont method (1 of 2) +## ToGdiFont(Font) {#togdifont} -Converts the [`Font`](../../../aspose.imaging/font) to the Font. +Converts the [`Font`](../../../aspose.imaging/font/) to the Font. ```csharp public static Font ToGdiFont(Font font) @@ -16,7 +16,7 @@ public static Font ToGdiFont(Font font) | Parameter | Type | Description | | --- | --- | --- | -| font | Font | The [`Font`](../../../aspose.imaging/font) to convert. | +| font | Font | The [`Font`](../../../aspose.imaging/font/) to convert. | ### Return Value @@ -24,16 +24,16 @@ The converted Font. ### See Also -* class [Font](../../../aspose.imaging/font) -* class [FontExtensions](../../fontextensions) -* namespace [Aspose.Imaging.Extensions](../../fontextensions) +* class [Font](../../../aspose.imaging/font/) +* class [FontExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../fontextensions/) * assembly [Aspose.Imaging](../../../) --- -## FontExtensions.ToGdiFont method (2 of 2) +## ToGdiFont(Font, GraphicsUnit) {#togdifont_1} -Converts the [`Font`](../../../aspose.imaging/font) to the Font. +Converts the [`Font`](../../../aspose.imaging/font/) to the Font. ```csharp public static Font ToGdiFont(Font font, GraphicsUnit fontUnit) @@ -41,7 +41,7 @@ public static Font ToGdiFont(Font font, GraphicsUnit fontUnit) | Parameter | Type | Description | | --- | --- | --- | -| font | Font | The [`Font`](../../../aspose.imaging/font) to convert. | +| font | Font | The [`Font`](../../../aspose.imaging/font/) to convert. | | fontUnit | GraphicsUnit | New graphics unit | ### Return Value @@ -50,10 +50,10 @@ The converted Font. ### See Also -* class [Font](../../../aspose.imaging/font) -* enum [GraphicsUnit](../../../aspose.imaging/graphicsunit) -* class [FontExtensions](../../fontextensions) -* namespace [Aspose.Imaging.Extensions](../../fontextensions) +* class [Font](../../../aspose.imaging/font/) +* enum [GraphicsUnit](../../../aspose.imaging/graphicsunit/) +* class [FontExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../fontextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/graphicspathextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/graphicspathextensions/_index.md index e7f3057e3141..f3fe364b3933 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/graphicspathextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/graphicspathextensions/_index.md @@ -1,14 +1,14 @@ --- -title: GraphicsPathExtensions +title: Class GraphicsPathExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.GraphicsPathExtensions class. Contains the GraphicsPath extension methods type: docs weight: 1190 url: /net/aspose.imaging.extensions/graphicspathextensions/ --- ## GraphicsPathExtensions class -Contains the [`GraphicsPath`](../../aspose.imaging/graphicspath) extension methods. +Contains the [`GraphicsPath`](../../aspose.imaging/graphicspath/) extension methods. ```csharp public static class GraphicsPathExtensions @@ -18,11 +18,11 @@ public static class GraphicsPathExtensions | Name | Description | | --- | --- | -| static [ToGdiGraphicsPath](../../aspose.imaging.extensions/graphicspathextensions/togdigraphicspath)(GraphicsPath) | Converts the [`GraphicsPath`](../../aspose.imaging/graphicspath) to the GraphicsPath. | +| static [ToGdiGraphicsPath](../../aspose.imaging.extensions/graphicspathextensions/togdigraphicspath/)(GraphicsPath) | Converts the [`GraphicsPath`](../../aspose.imaging/graphicspath/) to the GraphicsPath. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/graphicspathextensions/togdigraphicspath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/graphicspathextensions/togdigraphicspath/_index.md index 2915de33c92a..13008dcb15a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/graphicspathextensions/togdigraphicspath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/graphicspathextensions/togdigraphicspath/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiGraphicsPath +title: GraphicsPathExtensions.ToGdiGraphicsPath second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPathExtensions method. Converts the GraphicsPath to the GraphicsPath type: docs weight: 10 url: /net/aspose.imaging.extensions/graphicspathextensions/togdigraphicspath/ --- ## GraphicsPathExtensions.ToGdiGraphicsPath method -Converts the [`GraphicsPath`](../../../aspose.imaging/graphicspath) to the GraphicsPath. +Converts the [`GraphicsPath`](../../../aspose.imaging/graphicspath/) to the GraphicsPath. ```csharp public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath) @@ -24,9 +24,9 @@ The converted GraphicsPath. ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [GraphicsPathExtensions](../../graphicspathextensions) -* namespace [Aspose.Imaging.Extensions](../../graphicspathextensions) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [GraphicsPathExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../graphicspathextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageattributesextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageattributesextensions/_index.md index 669a4a760374..650bc3624472 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageattributesextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageattributesextensions/_index.md @@ -1,14 +1,14 @@ --- -title: ImageAttributesExtensions +title: Class ImageAttributesExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.ImageAttributesExtensions class. Contains extension methods for ImageAttributes and ImageAttributes type: docs weight: 1200 url: /net/aspose.imaging.extensions/imageattributesextensions/ --- ## ImageAttributesExtensions class -Contains extension methods for [`ImageAttributes`](../../aspose.imaging/imageattributes) and ImageAttributes. +Contains extension methods for [`ImageAttributes`](../../aspose.imaging/imageattributes/) and ImageAttributes. ```csharp public static class ImageAttributesExtensions @@ -18,11 +18,11 @@ public static class ImageAttributesExtensions | Name | Description | | --- | --- | -| static [ToGdiImageAttributes](../../aspose.imaging.extensions/imageattributesextensions/togdiimageattributes)(ImageAttributes) | Converts the [`ImageAttributes`](../../aspose.imaging/imageattributes) to the ImageAttributes. | +| static [ToGdiImageAttributes](../../aspose.imaging.extensions/imageattributesextensions/togdiimageattributes/)(ImageAttributes) | Converts the [`ImageAttributes`](../../aspose.imaging/imageattributes/) to the ImageAttributes. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageattributesextensions/togdiimageattributes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageattributesextensions/togdiimageattributes/_index.md index adfa18fdf51e..7f9668c91947 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageattributesextensions/togdiimageattributes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageattributesextensions/togdiimageattributes/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiImageAttributes +title: ImageAttributesExtensions.ToGdiImageAttributes second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributesExtensions method. Converts the ImageAttributes to the ImageAttributes type: docs weight: 10 url: /net/aspose.imaging.extensions/imageattributesextensions/togdiimageattributes/ --- ## ImageAttributesExtensions.ToGdiImageAttributes method -Converts the [`ImageAttributes`](../../../aspose.imaging/imageattributes) to the ImageAttributes. +Converts the [`ImageAttributes`](../../../aspose.imaging/imageattributes/) to the ImageAttributes. ```csharp public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttributes) @@ -16,7 +16,7 @@ public static ImageAttributes ToGdiImageAttributes(ImageAttributes imageAttribut | Parameter | Type | Description | | --- | --- | --- | -| imageAttributes | ImageAttributes | The [`ImageAttributes`](../../../aspose.imaging/imageattributes) to convert. | +| imageAttributes | ImageAttributes | The [`ImageAttributes`](../../../aspose.imaging/imageattributes/) to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted ImageAttributes. ### See Also -* class [ImageAttributes](../../../aspose.imaging/imageattributes) -* class [ImageAttributesExtensions](../../imageattributesextensions) -* namespace [Aspose.Imaging.Extensions](../../imageattributesextensions) +* class [ImageAttributes](../../../aspose.imaging/imageattributes/) +* class [ImageAttributesExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../imageattributesextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageextensions/_index.md index 06a6b4c6d755..177eb2589854 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/imageextensions/_index.md @@ -1,14 +1,14 @@ --- -title: ImageExtensions +title: Class ImageExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.ImageExtensions class. Contains extension methods for conversions based on Image and Image type: docs weight: 1210 url: /net/aspose.imaging.extensions/imageextensions/ --- ## ImageExtensions class -Contains extension methods for conversions based on Image and [`Image`](../../aspose.imaging/image). +Contains extension methods for conversions based on Image and [`Image`](../../aspose.imaging/image/). ```csharp public static class ImageExtensions @@ -16,7 +16,7 @@ public static class ImageExtensions ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/matrixextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/matrixextensions/_index.md index 696986399cc3..6f9a15edc4be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/matrixextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/matrixextensions/_index.md @@ -1,14 +1,14 @@ --- -title: MatrixExtensions +title: Class MatrixExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.MatrixExtensions class. Contains the Matrix class extensions type: docs weight: 1220 url: /net/aspose.imaging.extensions/matrixextensions/ --- ## MatrixExtensions class -Contains the [`Matrix`](../../aspose.imaging/matrix) class extensions. +Contains the [`Matrix`](../../aspose.imaging/matrix/) class extensions. ```csharp public static class MatrixExtensions @@ -18,11 +18,11 @@ public static class MatrixExtensions | Name | Description | | --- | --- | -| static [ToGdiMatrix](../../aspose.imaging.extensions/matrixextensions/togdimatrix)(Matrix) | Converts the [`Matrix`](../../aspose.imaging/matrix) to the Matrix. | +| static [ToGdiMatrix](../../aspose.imaging.extensions/matrixextensions/togdimatrix/)(Matrix) | Converts the [`Matrix`](../../aspose.imaging/matrix/) to the Matrix. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/matrixextensions/togdimatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/matrixextensions/togdimatrix/_index.md index fb0c62997ae2..a5e0910f9903 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/matrixextensions/togdimatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/matrixextensions/togdimatrix/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiMatrix +title: MatrixExtensions.ToGdiMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: MatrixExtensions method. Converts the Matrix to the Matrix type: docs weight: 10 url: /net/aspose.imaging.extensions/matrixextensions/togdimatrix/ --- ## MatrixExtensions.ToGdiMatrix method -Converts the [`Matrix`](../../../aspose.imaging/matrix) to the Matrix. +Converts the [`Matrix`](../../../aspose.imaging/matrix/) to the Matrix. ```csharp public static Matrix ToGdiMatrix(Matrix matrix) @@ -16,7 +16,7 @@ public static Matrix ToGdiMatrix(Matrix matrix) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | The [`Matrix`](../../../aspose.imaging/matrix) to convert. | +| matrix | Matrix | The [`Matrix`](../../../aspose.imaging/matrix/) to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted Matrix. ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [MatrixExtensions](../../matrixextensions) -* namespace [Aspose.Imaging.Extensions](../../matrixextensions) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [MatrixExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../matrixextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/penextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/penextensions/_index.md index 2609fcd29e48..59176005f1e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/penextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/penextensions/_index.md @@ -1,14 +1,14 @@ --- -title: PenExtensions +title: Class PenExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.PenExtensions class. Contains extension methods for Pen and Pen type: docs weight: 1230 url: /net/aspose.imaging.extensions/penextensions/ --- ## PenExtensions class -Contains extension methods for [`Pen`](../../aspose.imaging/pen) and Pen. +Contains extension methods for [`Pen`](../../aspose.imaging/pen/) and Pen. ```csharp public static class PenExtensions @@ -18,11 +18,11 @@ public static class PenExtensions | Name | Description | | --- | --- | -| static [ToGdiPen](../../aspose.imaging.extensions/penextensions/togdipen)(Pen) | Converts the [`Pen`](../../aspose.imaging/pen) to the Pen. | +| static [ToGdiPen](../../aspose.imaging.extensions/penextensions/togdipen/)(Pen) | Converts the [`Pen`](../../aspose.imaging/pen/) to the Pen. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/penextensions/togdipen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/penextensions/togdipen/_index.md index 2a4a84da76dc..e30c1ded0724 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/penextensions/togdipen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/penextensions/togdipen/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiPen +title: PenExtensions.ToGdiPen second_title: Aspose.Imaging for .NET API Reference -description: +description: PenExtensions method. Converts the Pen to the Pen type: docs weight: 10 url: /net/aspose.imaging.extensions/penextensions/togdipen/ --- ## PenExtensions.ToGdiPen method -Converts the [`Pen`](../../../aspose.imaging/pen) to the Pen. +Converts the [`Pen`](../../../aspose.imaging/pen/) to the Pen. ```csharp public static Pen ToGdiPen(Pen pen) @@ -16,7 +16,7 @@ public static Pen ToGdiPen(Pen pen) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | The [`Pen`](../../../aspose.imaging/pen) to convert. | +| pen | Pen | The [`Pen`](../../../aspose.imaging/pen/) to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted Pen. ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [PenExtensions](../../penextensions) -* namespace [Aspose.Imaging.Extensions](../../penextensions) +* class [Pen](../../../aspose.imaging/pen/) +* class [PenExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../penextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/_index.md index 5e1182979572..05f5354418c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/_index.md @@ -1,14 +1,14 @@ --- -title: PointExtensions +title: Class PointExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.PointExtensions class. Contains extension methods for Point and PointF structures type: docs weight: 1240 url: /net/aspose.imaging.extensions/pointextensions/ --- ## PointExtensions class -Contains extension methods for [`Point`](../../aspose.imaging/point) and [`PointF`](../../aspose.imaging/pointf) structures. +Contains extension methods for [`Point`](../../aspose.imaging/point/) and [`PointF`](../../aspose.imaging/pointf/) structures. ```csharp public static class PointExtensions @@ -18,13 +18,13 @@ public static class PointExtensions | Name | Description | | --- | --- | -| static [ToGdiPoint](../../aspose.imaging.extensions/pointextensions/togdipoint)(PointF) | Converts the [`PointF`](../../aspose.imaging/pointf) to PointF. | -| static [ToGdiPoints](../../aspose.imaging.extensions/pointextensions/togdipoints)(PointF[]) | Converts the [`PointF`](../../aspose.imaging/pointf) array to the PointF array. | -| static [ToPointsArray](../../aspose.imaging.extensions/pointextensions/topointsarray)(Point[]) | Converts the [`Point`](../../aspose.imaging/point) array to the [`PointF`](../../aspose.imaging/pointf) array. | +| static [ToGdiPoint](../../aspose.imaging.extensions/pointextensions/togdipoint/)(PointF) | Converts the [`PointF`](../../aspose.imaging/pointf/) to PointF. | +| static [ToGdiPoints](../../aspose.imaging.extensions/pointextensions/togdipoints/)(PointF[]) | Converts the [`PointF`](../../aspose.imaging/pointf/) array to the PointF array. | +| static [ToPointsArray](../../aspose.imaging.extensions/pointextensions/topointsarray/)(Point[]) | Converts the [`Point`](../../aspose.imaging/point/) array to the [`PointF`](../../aspose.imaging/pointf/) array. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/togdipoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/togdipoint/_index.md index 7d3ba0cc6f2f..2f0f1ee773b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/togdipoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/togdipoint/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiPoint +title: PointExtensions.ToGdiPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: PointExtensions method. Converts the PointF to PointF type: docs weight: 10 url: /net/aspose.imaging.extensions/pointextensions/togdipoint/ --- ## PointExtensions.ToGdiPoint method -Converts the [`PointF`](../../../aspose.imaging/pointf) to PointF. +Converts the [`PointF`](../../../aspose.imaging/pointf/) to PointF. ```csharp public static PointF ToGdiPoint(PointF point) @@ -16,7 +16,7 @@ public static PointF ToGdiPoint(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../../aspose.imaging/pointf) to convert. | +| point | PointF | The [`PointF`](../../../aspose.imaging/pointf/) to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted PointF. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PointExtensions](../../pointextensions) -* namespace [Aspose.Imaging.Extensions](../../pointextensions) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PointExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../pointextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/togdipoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/togdipoints/_index.md index 0fee755be238..f22be5eadc9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/togdipoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/togdipoints/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiPoints +title: PointExtensions.ToGdiPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: PointExtensions method. Converts the PointF array to the PointF array type: docs weight: 20 url: /net/aspose.imaging.extensions/pointextensions/togdipoints/ --- ## PointExtensions.ToGdiPoints method -Converts the [`PointF`](../../../aspose.imaging/pointf) array to the PointF array. +Converts the [`PointF`](../../../aspose.imaging/pointf/) array to the PointF array. ```csharp public static PointF[] ToGdiPoints(PointF[] points) @@ -16,7 +16,7 @@ public static PointF[] ToGdiPoints(PointF[] points) | Parameter | Type | Description | | --- | --- | --- | -| points | PointF[] | The [`PointF`](../../../aspose.imaging/pointf) array to convert. | +| points | PointF[] | The [`PointF`](../../../aspose.imaging/pointf/) array to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted PointF array. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PointExtensions](../../pointextensions) -* namespace [Aspose.Imaging.Extensions](../../pointextensions) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PointExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../pointextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/topointsarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/topointsarray/_index.md index 0040838fa4bf..daef98c8e888 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/topointsarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/pointextensions/topointsarray/_index.md @@ -1,14 +1,14 @@ --- -title: ToPointsArray +title: PointExtensions.ToPointsArray second_title: Aspose.Imaging for .NET API Reference -description: +description: PointExtensions method. Converts the Point array to the PointF array type: docs weight: 30 url: /net/aspose.imaging.extensions/pointextensions/topointsarray/ --- ## PointExtensions.ToPointsArray method -Converts the [`Point`](../../../aspose.imaging/point) array to the [`PointF`](../../../aspose.imaging/pointf) array. +Converts the [`Point`](../../../aspose.imaging/point/) array to the [`PointF`](../../../aspose.imaging/pointf/) array. ```csharp public static PointF[] ToPointsArray(Point[] points) @@ -16,18 +16,18 @@ public static PointF[] ToPointsArray(Point[] points) | Parameter | Type | Description | | --- | --- | --- | -| points | Point[] | The [`Point`](../../../aspose.imaging/point) array to convert. | +| points | Point[] | The [`Point`](../../../aspose.imaging/point/) array to convert. | ### Return Value -The converted [`PointF`](../../../aspose.imaging/pointf) array. +The converted [`PointF`](../../../aspose.imaging/pointf/) array. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* struct [Point](../../../aspose.imaging/point) -* class [PointExtensions](../../pointextensions) -* namespace [Aspose.Imaging.Extensions](../../pointextensions) +* struct [PointF](../../../aspose.imaging/pointf/) +* struct [Point](../../../aspose.imaging/point/) +* class [PointExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../pointextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/_index.md index e6aed2f3f33b..2948d8a4faf7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/_index.md @@ -1,14 +1,14 @@ --- -title: RectangleExtensions +title: Class RectangleExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.RectangleExtensions class. Contains extension methods for Rectangle type: docs weight: 1250 url: /net/aspose.imaging.extensions/rectangleextensions/ --- ## RectangleExtensions class -Contains extension methods for [`Rectangle`](../../aspose.imaging/rectangle). +Contains extension methods for [`Rectangle`](../../aspose.imaging/rectangle/). ```csharp public static class RectangleExtensions @@ -18,13 +18,13 @@ public static class RectangleExtensions | Name | Description | | --- | --- | -| static [ToGdiRectangle](../../aspose.imaging.extensions/rectangleextensions/togdirectangle)(Rectangle) | Converts the [`Rectangle`](../../aspose.imaging/rectangle) to the Rectangle. | -| static [ToGdiRectangle](../../aspose.imaging.extensions/rectangleextensions/togdirectangle)(RectangleF) | Converts the [`RectangleF`](../../aspose.imaging/rectanglef) to the Rectangle. | -| static [UnionWith](../../aspose.imaging.extensions/rectangleextensions/unionwith)(RectangleF, RectangleF) | Unions two rectangle. | +| static [ToGdiRectangle](../../aspose.imaging.extensions/rectangleextensions/togdirectangle/#togdirectangle)(Rectangle) | Converts the [`Rectangle`](../../aspose.imaging/rectangle/) to the Rectangle. | +| static [ToGdiRectangle](../../aspose.imaging.extensions/rectangleextensions/togdirectangle/#togdirectangle_1)(RectangleF) | Converts the [`RectangleF`](../../aspose.imaging/rectanglef/) to the Rectangle. | +| static [UnionWith](../../aspose.imaging.extensions/rectangleextensions/unionwith/)(RectangleF, RectangleF) | Unions two rectangle. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/togdirectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/togdirectangle/_index.md index b12cc496a841..c4864be0c3af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/togdirectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/togdirectangle/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiRectangle +title: RectangleExtensions.ToGdiRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleExtensions method. Converts the Rectangle to the Rectangle type: docs weight: 10 url: /net/aspose.imaging.extensions/rectangleextensions/togdirectangle/ --- -## RectangleExtensions.ToGdiRectangle method (1 of 2) +## ToGdiRectangle(Rectangle) {#togdirectangle} -Converts the [`Rectangle`](../../../aspose.imaging/rectangle) to the Rectangle. +Converts the [`Rectangle`](../../../aspose.imaging/rectangle/) to the Rectangle. ```csharp public static Rectangle ToGdiRectangle(Rectangle rectangle) @@ -24,16 +24,16 @@ The converted Rectangle. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [RectangleExtensions](../../rectangleextensions) -* namespace [Aspose.Imaging.Extensions](../../rectangleextensions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [RectangleExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../rectangleextensions/) * assembly [Aspose.Imaging](../../../) --- -## RectangleExtensions.ToGdiRectangle method (2 of 2) +## ToGdiRectangle(RectangleF) {#togdirectangle_1} -Converts the [`RectangleF`](../../../aspose.imaging/rectanglef) to the Rectangle. +Converts the [`RectangleF`](../../../aspose.imaging/rectanglef/) to the Rectangle. ```csharp public static RectangleF ToGdiRectangle(RectangleF rectangle) @@ -49,9 +49,9 @@ The converted RectangleF. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [RectangleExtensions](../../rectangleextensions) -* namespace [Aspose.Imaging.Extensions](../../rectangleextensions) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [RectangleExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../rectangleextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/unionwith/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/unionwith/_index.md index 2f144ea922c6..e4866452ed42 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/unionwith/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rectangleextensions/unionwith/_index.md @@ -1,7 +1,7 @@ --- -title: UnionWith +title: RectangleExtensions.UnionWith second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleExtensions method. Unions two rectangle type: docs weight: 20 url: /net/aspose.imaging.extensions/rectangleextensions/unionwith/ @@ -25,9 +25,9 @@ New rectangle as union operation result ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [RectangleExtensions](../../rectangleextensions) -* namespace [Aspose.Imaging.Extensions](../../rectangleextensions) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [RectangleExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../rectangleextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/regionextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/regionextensions/_index.md index 0682e966b6be..4a6d5e8f4dbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/regionextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/regionextensions/_index.md @@ -1,14 +1,14 @@ --- -title: RegionExtensions +title: Class RegionExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.RegionExtensions class. Contains extension methods for the Region class type: docs weight: 1260 url: /net/aspose.imaging.extensions/regionextensions/ --- ## RegionExtensions class -Contains extension methods for the [`Region`](../../aspose.imaging/region) class. +Contains extension methods for the [`Region`](../../aspose.imaging/region/) class. ```csharp public static class RegionExtensions @@ -18,11 +18,11 @@ public static class RegionExtensions | Name | Description | | --- | --- | -| static [ToGdiRegion](../../aspose.imaging.extensions/regionextensions/togdiregion)(Region) | Converts the [`Region`](../../aspose.imaging/region) to the Region. | +| static [ToGdiRegion](../../aspose.imaging.extensions/regionextensions/togdiregion/)(Region) | Converts the [`Region`](../../aspose.imaging/region/) to the Region. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/regionextensions/togdiregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/regionextensions/togdiregion/_index.md index 0c6d14095e2e..728c168c2999 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/regionextensions/togdiregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/regionextensions/togdiregion/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiRegion +title: RegionExtensions.ToGdiRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: RegionExtensions method. Converts the Region to the Region type: docs weight: 10 url: /net/aspose.imaging.extensions/regionextensions/togdiregion/ --- ## RegionExtensions.ToGdiRegion method -Converts the [`Region`](../../../aspose.imaging/region) to the Region. +Converts the [`Region`](../../../aspose.imaging/region/) to the Region. ```csharp public static Region ToGdiRegion(Region region) @@ -16,7 +16,7 @@ public static Region ToGdiRegion(Region region) | Parameter | Type | Description | | --- | --- | --- | -| region | Region | The [`Region`](../../../aspose.imaging/region) to convert. | +| region | Region | The [`Region`](../../../aspose.imaging/region/) to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted Region. ### See Also -* class [Region](../../../aspose.imaging/region) -* class [RegionExtensions](../../regionextensions) -* namespace [Aspose.Imaging.Extensions](../../regionextensions) +* class [Region](../../../aspose.imaging/region/) +* class [RegionExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../regionextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rotateflipextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rotateflipextensions/_index.md index a0d40d2ef806..9966b50c6798 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rotateflipextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rotateflipextensions/_index.md @@ -1,14 +1,14 @@ --- -title: RotateFlipExtensions +title: Class RotateFlipExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.RotateFlipExtensions class. Contains extension methods for conversion the RotateFlipType and the RotateFlipType classes type: docs weight: 1270 url: /net/aspose.imaging.extensions/rotateflipextensions/ --- ## RotateFlipExtensions class -Contains extension methods for conversion the RotateFlipType and the [`RotateFlipType`](../../aspose.imaging/rotatefliptype) classes. +Contains extension methods for conversion the RotateFlipType and the [`RotateFlipType`](../../aspose.imaging/rotatefliptype/) classes. ```csharp public static class RotateFlipExtensions @@ -18,11 +18,11 @@ public static class RotateFlipExtensions | Name | Description | | --- | --- | -| static [ToGdiRotateFlipType](../../aspose.imaging.extensions/rotateflipextensions/togdirotatefliptype)(RotateFlipType) | Converts Aspose.Imaging.RotateFlipType to System.Drawing.RotateFlipType. | +| static [ToGdiRotateFlipType](../../aspose.imaging.extensions/rotateflipextensions/togdirotatefliptype/)(RotateFlipType) | Converts Aspose.Imaging.RotateFlipType to System.Drawing.RotateFlipType. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rotateflipextensions/togdirotatefliptype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rotateflipextensions/togdirotatefliptype/_index.md index 72e06e6ff5f3..198c67fdfef4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rotateflipextensions/togdirotatefliptype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/rotateflipextensions/togdirotatefliptype/_index.md @@ -1,7 +1,7 @@ --- -title: ToGdiRotateFlipType +title: RotateFlipExtensions.ToGdiRotateFlipType second_title: Aspose.Imaging for .NET API Reference -description: +description: RotateFlipExtensions method. Converts Aspose.Imaging.RotateFlipType to System.Drawing.RotateFlipType type: docs weight: 10 url: /net/aspose.imaging.extensions/rotateflipextensions/togdirotatefliptype/ @@ -24,9 +24,9 @@ The gdi RotateFlipType ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [RotateFlipExtensions](../../rotateflipextensions) -* namespace [Aspose.Imaging.Extensions](../../rotateflipextensions) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [RotateFlipExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../rotateflipextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/stringformatextensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/stringformatextensions/_index.md index 3ef13bf139c2..e78c4169260c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/stringformatextensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/stringformatextensions/_index.md @@ -1,14 +1,14 @@ --- -title: StringFormatExtensions +title: Class StringFormatExtensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Extensions.StringFormatExtensions class. Contains extension methods for the StringFormat class type: docs weight: 1280 url: /net/aspose.imaging.extensions/stringformatextensions/ --- ## StringFormatExtensions class -Contains extension methods for the [`StringFormat`](../../aspose.imaging/stringformat) class. +Contains extension methods for the [`StringFormat`](../../aspose.imaging/stringformat/) class. ```csharp public static class StringFormatExtensions @@ -18,11 +18,11 @@ public static class StringFormatExtensions | Name | Description | | --- | --- | -| static [ToGdiStringFormat](../../aspose.imaging.extensions/stringformatextensions/togdistringformat)(StringFormat) | Converts the [`StringFormat`](../../aspose.imaging/stringformat) to the StringFormat. | +| static [ToGdiStringFormat](../../aspose.imaging.extensions/stringformatextensions/togdistringformat/)(StringFormat) | Converts the [`StringFormat`](../../aspose.imaging/stringformat/) to the StringFormat. | ### See Also -* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions) +* namespace [Aspose.Imaging.Extensions](../../aspose.imaging.extensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/stringformatextensions/togdistringformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/stringformatextensions/togdistringformat/_index.md index 6a478a8b1613..2ca3bf5dcb60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/stringformatextensions/togdistringformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.extensions/stringformatextensions/togdistringformat/_index.md @@ -1,14 +1,14 @@ --- -title: ToGdiStringFormat +title: StringFormatExtensions.ToGdiStringFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormatExtensions method. Converts the StringFormat to the StringFormat type: docs weight: 10 url: /net/aspose.imaging.extensions/stringformatextensions/togdistringformat/ --- ## StringFormatExtensions.ToGdiStringFormat method -Converts the [`StringFormat`](../../../aspose.imaging/stringformat) to the StringFormat. +Converts the [`StringFormat`](../../../aspose.imaging/stringformat/) to the StringFormat. ```csharp public static StringFormat ToGdiStringFormat(StringFormat stringFormat) @@ -16,7 +16,7 @@ public static StringFormat ToGdiStringFormat(StringFormat stringFormat) | Parameter | Type | Description | | --- | --- | --- | -| stringFormat | StringFormat | The [`StringFormat`](../../../aspose.imaging/stringformat) to convert. | +| stringFormat | StringFormat | The [`StringFormat`](../../../aspose.imaging/stringformat/) to convert. | ### Return Value @@ -24,9 +24,9 @@ The converted StringFormat. ### See Also -* class [StringFormat](../../../aspose.imaging/stringformat) -* class [StringFormatExtensions](../../stringformatextensions) -* namespace [Aspose.Imaging.Extensions](../../stringformatextensions) +* class [StringFormat](../../../aspose.imaging/stringformat/) +* class [StringFormatExtensions](../) +* namespace [Aspose.Imaging.Extensions](../../stringformatextensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/_index.md index b174f30254fb..6e77b7326e24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Apng second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Apng file format processing. +description: The namespace handles Apng file format processing type: docs weight: 140 url: /net/aspose.imaging.fileformats.apng/ @@ -12,7 +12,7 @@ The namespace handles Apng file format processing. | Class | Description | | --- | --- | -| [ApngFrame](./apngframe) | Craft animated PNG (APNG) image frames from single-page raster images with our API. Seamlessly set animation and frame duration, program the number of frames, and adjust gamma and contrast levels, ensuring captivating and customizable animations tailored to your vision. | -| [ApngImage](./apngimage) | The API for Animated PNG (Animated Portable Network Graphics) image file format is a versatile solution for developers looking to integrate animated content into their applications. This API offers extensive control over frame settings, allowing users to define frame-specific parameters, including loop duration and PNG file settings. With this feature-rich tool, you can effortlessly manage and optimize the display of APNG images, import and export images, enhancing the dynamic and interactive aspects of your applications. | +| [ApngFrame](./apngframe/) | Craft animated PNG (APNG) image frames from single-page raster images with our API. Seamlessly set animation and frame duration, program the number of frames, and adjust gamma and contrast levels, ensuring captivating and customizable animations tailored to your vision. | +| [ApngImage](./apngimage/) | The API for Animated PNG (Animated Portable Network Graphics) image file format is a versatile solution for developers looking to integrate animated content into their applications. This API offers extensive control over frame settings, allowing users to define frame-specific parameters, including loop duration and PNG file settings. With this feature-rich tool, you can effortlessly manage and optimize the display of APNG images, import and export images, enhancing the dynamic and interactive aspects of your applications. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/_index.md index 8b65aa1753eb..4948ed8fcc1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/_index.md @@ -1,7 +1,7 @@ --- -title: ApngFrame +title: Class ApngFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Apng.ApngFrame class. Craft animated PNG APNG image frames from singlepage raster images with our API. Seamlessly set animation and frame duration program the number of frames and adjust gamma and contrast levels ensuring captivating and customizable animations tailored to your vision type: docs weight: 1310 url: /net/aspose.imaging.fileformats.apng/apngframe/ @@ -18,131 +18,131 @@ public class ApngFrame : RasterCachedImage, IAnimationFrame | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging.fileformats.apng/apngframe/backgroundcolor) { get; set; } | Gets the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.apng/apngframe/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [DisposalMethod](../../aspose.imaging.fileformats.apng/apngframe/disposalmethod) { get; } | Gets the disposal method. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| [FrameLeft](../../aspose.imaging.fileformats.apng/apngframe/frameleft) { get; } | Gets the frame left offset. | -| [FrameTime](../../aspose.imaging.fileformats.apng/apngframe/frametime) { get; set; } | Gets or sets the frame duration. | -| [FrameTop](../../aspose.imaging.fileformats.apng/apngframe/frametop) { get; } | Gets the frame top offset. | -| override [HasAlpha](../../aspose.imaging.fileformats.apng/apngframe/hasalpha) { get; } | Get a value indicating whether this instance has alpha. | -| override [HasBackgroundColor](../../aspose.imaging.fileformats.apng/apngframe/hasbackgroundcolor) { get; set; } | Gets a value indicating whether has background color. | -| override [HasTransparentColor](../../aspose.imaging.fileformats.apng/apngframe/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.apng/apngframe/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| override [TransparentColor](../../aspose.imaging.fileformats.apng/apngframe/transparentcolor) { get; set; } | Gets the transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| [UseAlphaBlending](../../aspose.imaging.fileformats.apng/apngframe/usealphablending) { get; } | Gets a value indicating whether [use alpha blending]. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.apng/apngframe/width) { get; } | Gets the image width. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging.fileformats.apng/apngframe/backgroundcolor/) { get; set; } | Gets the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.apng/apngframe/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [DisposalMethod](../../aspose.imaging.fileformats.apng/apngframe/disposalmethod/) { get; } | Gets the disposal method. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| [FrameLeft](../../aspose.imaging.fileformats.apng/apngframe/frameleft/) { get; } | Gets the frame left offset. | +| [FrameTime](../../aspose.imaging.fileformats.apng/apngframe/frametime/) { get; set; } | Gets or sets the frame duration. | +| [FrameTop](../../aspose.imaging.fileformats.apng/apngframe/frametop/) { get; } | Gets the frame top offset. | +| override [HasAlpha](../../aspose.imaging.fileformats.apng/apngframe/hasalpha/) { get; } | Get a value indicating whether this instance has alpha. | +| override [HasBackgroundColor](../../aspose.imaging.fileformats.apng/apngframe/hasbackgroundcolor/) { get; set; } | Gets a value indicating whether has background color. | +| override [HasTransparentColor](../../aspose.imaging.fileformats.apng/apngframe/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.apng/apngframe/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| override [TransparentColor](../../aspose.imaging.fileformats.apng/apngframe/transparentcolor/) { get; set; } | Gets the transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| [UseAlphaBlending](../../aspose.imaging.fileformats.apng/apngframe/usealphablending/) { get; } | Gets a value indicating whether [use alpha blending]. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.apng/apngframe/width/) { get; } | Gets the image width. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging.fileformats.apng/apngframe/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| [GetFullFrame](../../aspose.imaging.fileformats.apng/apngframe/getfullframe)() | Gets the full frame. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging.fileformats.apng/apngframe/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| [GetFullFrame](../../aspose.imaging.fileformats.apng/apngframe/getfullframe/)() | Gets the full frame. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples The following example shows how to create APNG image from another raster single-page image. @@ -199,9 +199,9 @@ using (RasterImage sourceImage = (RasterImage)Image.Load("not_animated.png")) ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* interface [IAnimationFrame](../../aspose.imaging/ianimationframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../aspose.imaging.fileformats.apng) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* interface [IAnimationFrame](../../aspose.imaging/ianimationframe/) +* namespace [Aspose.Imaging.FileFormats.Apng](../../aspose.imaging.fileformats.apng/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/backgroundcolor/_index.md index 372678711c6e..70d43c826547 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: ApngFrame.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets the background color type: docs weight: 10 url: /net/aspose.imaging.fileformats.apng/apngframe/backgroundcolor/ @@ -16,9 +16,9 @@ public override Color BackgroundColor { get; set; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* struct [Color](../../../aspose.imaging/color/) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/bitsperpixel/_index.md index bd8d70bb782f..e98841fb8017 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: ApngFrame.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets the image bits per pixel count type: docs weight: 20 url: /net/aspose.imaging.fileformats.apng/apngframe/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/cachedata/_index.md index 6681ecd0f220..012b5bf12f95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/cachedata/_index.md @@ -1,14 +1,14 @@ --- -title: CacheData +title: ApngFrame.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame method. Caches the data and ensures no additional data loading will be performed from the underlying DataStreamContainer type: docs weight: 140 url: /net/aspose.imaging.fileformats.apng/apngframe/cachedata/ --- ## ApngFrame.CacheData method -Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer). +Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer/). ```csharp public override void CacheData() @@ -16,8 +16,8 @@ public override void CacheData() ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/disposalmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/disposalmethod/_index.md index 985ac818f44a..af2afd58943f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/disposalmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/disposalmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DisposalMethod +title: ApngFrame.DisposalMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets the disposal method type: docs weight: 30 url: /net/aspose.imaging.fileformats.apng/apngframe/disposalmethod/ @@ -20,9 +20,9 @@ The disposal method. ### See Also -* enum [AnimationDisposalMethods](../../../aspose.imaging/animationdisposalmethods) -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* enum [AnimationDisposalMethods](../../../aspose.imaging/animationdisposalmethods/) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frameleft/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frameleft/_index.md index b23587fda888..af030dbd7c3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frameleft/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frameleft/_index.md @@ -1,7 +1,7 @@ --- -title: FrameLeft +title: ApngFrame.FrameLeft second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets the frame left offset type: docs weight: 40 url: /net/aspose.imaging.fileformats.apng/apngframe/frameleft/ @@ -20,8 +20,8 @@ The left offset. ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frametime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frametime/_index.md index aba1e624d27d..944193ac5fd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frametime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frametime/_index.md @@ -1,7 +1,7 @@ --- -title: FrameTime +title: ApngFrame.FrameTime second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets or sets the frame duration type: docs weight: 50 url: /net/aspose.imaging.fileformats.apng/apngframe/frametime/ @@ -20,8 +20,8 @@ The frame duration, in milliseconds. ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frametop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frametop/_index.md index bc2da7cfc43a..cb86396e8dae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frametop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/frametop/_index.md @@ -1,7 +1,7 @@ --- -title: FrameTop +title: ApngFrame.FrameTop second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets the frame top offset type: docs weight: 60 url: /net/aspose.imaging.fileformats.apng/apngframe/frametop/ @@ -20,8 +20,8 @@ The top offset. ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/getfullframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/getfullframe/_index.md index 932547e494a2..40d926455791 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/getfullframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/getfullframe/_index.md @@ -1,7 +1,7 @@ --- -title: GetFullFrame +title: ApngFrame.GetFullFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame method. Gets the full frame type: docs weight: 150 url: /net/aspose.imaging.fileformats.apng/apngframe/getfullframe/ @@ -20,9 +20,9 @@ The full frame image. ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hasalpha/_index.md index 1199a4104aef..efca16d01055 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: ApngFrame.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Get a value indicating whether this instance has alpha type: docs weight: 70 url: /net/aspose.imaging.fileformats.apng/apngframe/hasalpha/ @@ -20,8 +20,8 @@ public override bool HasAlpha { get; } ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hasbackgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hasbackgroundcolor/_index.md index 80730010ec9e..338b4b4a1675 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hasbackgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hasbackgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasBackgroundColor +title: ApngFrame.HasBackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets a value indicating whether has background color type: docs weight: 80 url: /net/aspose.imaging.fileformats.apng/apngframe/hasbackgroundcolor/ @@ -16,8 +16,8 @@ public override bool HasBackgroundColor { get; set; } ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hastransparentcolor/_index.md index 5fc42b367035..b55a3942ece9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: ApngFrame.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets a value indicating whether image has transparent color type: docs weight: 90 url: /net/aspose.imaging.fileformats.apng/apngframe/hastransparentcolor/ @@ -16,8 +16,8 @@ public override bool HasTransparentColor { get; set; } ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/height/_index.md index 94d98aeef1b9..89cac44bb45e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: ApngFrame.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets the image height type: docs weight: 100 url: /net/aspose.imaging.fileformats.apng/apngframe/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/transparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/transparentcolor/_index.md index a8f27851e89d..6ea90de40521 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/transparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/transparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: TransparentColor +title: ApngFrame.TransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets the transparent color type: docs weight: 110 url: /net/aspose.imaging.fileformats.apng/apngframe/transparentcolor/ @@ -16,9 +16,9 @@ public override Color TransparentColor { get; set; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* struct [Color](../../../aspose.imaging/color/) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/usealphablending/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/usealphablending/_index.md index 9f94397256e3..be4ce1ca0460 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/usealphablending/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/usealphablending/_index.md @@ -1,7 +1,7 @@ --- -title: UseAlphaBlending +title: ApngFrame.UseAlphaBlending second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets a value indicating whether use alpha blending type: docs weight: 120 url: /net/aspose.imaging.fileformats.apng/apngframe/usealphablending/ @@ -20,8 +20,8 @@ public bool UseAlphaBlending { get; } ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/width/_index.md index a424c39dfa0b..1067225f54e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngframe/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: ApngFrame.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngFrame property. Gets the image width type: docs weight: 130 url: /net/aspose.imaging.fileformats.apng/apngframe/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [ApngFrame](../../apngframe) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe) +* class [ApngFrame](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/_index.md index aa3a0b92bc0b..12fd08d24a78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/_index.md @@ -1,7 +1,7 @@ --- -title: ApngImage +title: Class ApngImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Apng.ApngImage class. The API for Animated PNG Animated Portable Network Graphics image file format is a versatile solution for developers looking to integrate animated content into their applications. This API offers extensive control over frame settings allowing users to define framespecific parameters including loop duration and PNG file settings. With this featurerich tool you can effortlessly manage and optimize the display of APNG images import and export images enhancing the dynamic and interactive aspects of your applications type: docs weight: 1320 url: /net/aspose.imaging.fileformats.apng/apngimage/ @@ -18,149 +18,149 @@ public sealed class ApngImage : RasterCachedMultipageImage, IMultipageImageExt | Name | Description | | --- | --- | -| [ApngImage](apngimage)(ApngOptions, int, int) | Begin working with the [`ApngImage`](../apngimage) class by initializing a new instance effortlessly. Perfect for developers seeking to start using ApngImage objects quickly and efficiently in their projects. | +| [ApngImage](apngimage/)(ApngOptions, int, int) | Begin working with the `ApngImage` class by initializing a new instance effortlessly. Perfect for developers seeking to start using ApngImage objects quickly and efficiently in their projects. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [DefaultFrameTime](../../aspose.imaging.fileformats.apng/apngimage/defaultframetime) { get; set; } | Easily adjust the default frame duration for creating new frames with this flexible property. Perfect for developers seeking to customize frame timing efficiently in their animations. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.apng/apngimage/fileformat) { get; } | Quickly access information about the file format with this convenient property. Ideal for developers who need to retrieve details about the format of their Apng files easily. | -| override [HasAlpha](../../aspose.imaging/rastercachedmultipageimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor) { get; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity) { get; } | Gets opacity of this image. | -| [Interlaced](../../aspose.imaging.fileformats.apng/apngimage/interlaced) { get; } | Quickly determine whether this [`PngImage`](../../aspose.imaging.fileformats.png/pngimage) object is interlaced with this convenient property. Ideal for developers needing to check the interlacing status of PNG images easily. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [NumPlays](../../aspose.imaging.fileformats.apng/apngimage/numplays) { get; set; } | Effortlessly control the number of times your animation loops with this versatile property. Perfect for developers seeking precise control over animation behavior, with support for infinite looping in case of the value equals to 0. | -| override [PageCount](../../aspose.imaging.fileformats.apng/apngimage/pagecount) { get; } | Retrieve the total number of pages in your image file effortlessly with this property. Ideal for developers needing quick access to page count information. | -| override [PageExportingAction](../../aspose.imaging.fileformats.apng/apngimage/pageexportingaction) { get; set; } | Effortlessly manage the page exporting action with this versatile property. Perfect for developers seeking precise control over the exporting behavior of pages in their application. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.apng/apngimage/pages) { get; } | Effortlessly access the pages of your image with this convenient property. Perfect for developers seeking quick and easy access to individual pages for manipulation. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging.fileformats.apng/apngimage/xmpdata) { get; set; } | Effortlessly manage XMP metadata associated with your files using this versatile property. Perfect for developers seeking to access or update metadata information with ease. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [DefaultFrameTime](../../aspose.imaging.fileformats.apng/apngimage/defaultframetime/) { get; set; } | Easily adjust the default frame duration for creating new frames with this flexible property. Perfect for developers seeking to customize frame timing efficiently in their animations. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.apng/apngimage/fileformat/) { get; } | Quickly access information about the file format with this convenient property. Ideal for developers who need to retrieve details about the format of their Apng files easily. | +| override [HasAlpha](../../aspose.imaging/rastercachedmultipageimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor/) { get; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity/) { get; } | Gets opacity of this image. | +| [Interlaced](../../aspose.imaging.fileformats.apng/apngimage/interlaced/) { get; } | Quickly determine whether this [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) object is interlaced with this convenient property. Ideal for developers needing to check the interlacing status of PNG images easily. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [NumPlays](../../aspose.imaging.fileformats.apng/apngimage/numplays/) { get; set; } | Effortlessly control the number of times your animation loops with this versatile property. Perfect for developers seeking precise control over animation behavior, with support for infinite looping in case of the value equals to 0. | +| override [PageCount](../../aspose.imaging.fileformats.apng/apngimage/pagecount/) { get; } | Retrieve the total number of pages in your image file effortlessly with this property. Ideal for developers needing quick access to page count information. | +| override [PageExportingAction](../../aspose.imaging.fileformats.apng/apngimage/pageexportingaction/) { get; set; } | Effortlessly manage the page exporting action with this versatile property. Perfect for developers seeking precise control over the exporting behavior of pages in their application. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.apng/apngimage/pages/) { get; } | Effortlessly access the pages of your image with this convenient property. Perfect for developers seeking quick and easy access to individual pages for manipulation. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging.fileformats.apng/apngimage/xmpdata/) { get; set; } | Effortlessly manage XMP metadata associated with your files using this versatile property. Perfect for developers seeking to access or update metadata information with ease. | ## Methods | Name | Description | | --- | --- | -| [AddFrame](../../aspose.imaging.fileformats.apng/apngimage/addframe)() | Easily append a new frame to the end of your frame collection with this straightforward method. Ideal for developers looking to expand their frame collection dynamically for animations with multi-frame images. A new frame will be created according to the size of the current image. | -| [AddFrame](../../aspose.imaging.fileformats.apng/apngimage/addframe)(RasterImage) | Effortlessly expand your frame collection by adding a new frame to the end with this intuitive method. Perfect for developers seeking to enhance their animations of multi-frame images dynamically. The contents of the new frame will be filled from the specified image. | -| [AddFrame](../../aspose.imaging.fileformats.apng/apngimage/addframe)(RasterImage, uint) | Expand your frame collection seamlessly by appending a new frame to the with this intuitive method. Ideal for developers looking to enrich their animations of multi-frame images. The contents of the new frame will be filled from the specified image. | -| [AddPage](../../aspose.imaging.fileformats.apng/apngimage/addpage)(RasterImage) | Add a new page to the image effortlessly with this intuitive method. Perfect for developers seeking to expand the content of their image files dynamically. | -| override [AdjustBrightness](../../aspose.imaging.fileformats.apng/apngimage/adjustbrightness)(int) | Easily adjust the *brightness* of the image with this intuitive method, using the specified brightness parameter. Ideal for developers seeking to enhance or dim the overall brightness of images dynamically. | -| override [AdjustContrast](../../aspose.imaging.fileformats.apng/apngimage/adjustcontrast)(float) | Enhance the contrast of the [`Image`](../../aspose.imaging/image) to make details stand out with this intuitive method. Ideal for developers seeking to improve the visual clarity and impact of their images dynamically. | -| override [AdjustGamma](../../aspose.imaging.fileformats.apng/apngimage/adjustgamma)(float) | Apply gamma correction to the image using a floating-point coefficient with this intuitive method. Ideal for developers seeking precise color control in their images. | -| override [AdjustGamma](../../aspose.imaging.fileformats.apng/apngimage/adjustgamma)(float, float, float) | Perform gamma correction on the image separately for the red, green, and blue channels using individual coefficients with this intuitive method. Ideal for developers seeking to fine-tune color balance and enhance the visual quality of their images. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging.fileformats.apng/apngimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging.fileformats.apng/apngimage/binarizefixed)(byte) | Effortlessly binarize the image using a predefined threshold with this intuitive method. Ideal for developers seeking to convert images into binary form, simplifying them for further processing or analysis. | -| override [BinarizeOtsu](../../aspose.imaging.fileformats.apng/apngimage/binarizeotsu)() | Perform binarization on the image using Otsu thresholding with this intuitive method. Ideal for developers seeking to automatically determine the optimal threshold for converting images into binary form, enhancing their clarity and suitability for further analysis. | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata)() | Caches the data private. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging.fileformats.apng/apngimage/crop)(Rectangle) | Effortlessly crop the image to focus on specific areas with this intuitive method. Perfect for developers seeking to refine the composition of their images dynamically. | -| override [Crop](../../aspose.imaging.fileformats.apng/apngimage/crop)(int, int, int, int) | Crop the image while adjusting shifts seamlessly with this intuitive method. Ideal for developers seeking precise control over the cropping process to focus on specific areas of their Apng images. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging.fileformats.apng/apngimage/dither)(DitheringMethod, int, IColorPalette) | Easily apply dithering effects to the current image with this intuitive method. Ideal for developers looking to add texture or reduce color banding in their images. | -| override [Filter](../../aspose.imaging.fileformats.apng/apngimage/filter)(Rectangle, FilterOptionsBase) | Effortlessly apply filters to the specified rectangle of the image with this intuitive method. Perfect for developers seeking to enhance or modify specific areas. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.apng/apngimage/getdefaultoptions)(object[]) | Retrieve the default options effortlessly with this straightforward method. Ideal for developers seeking quick access to default Apng image settings. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| override [GetModifyDate](../../aspose.imaging.fileformats.apng/apngimage/getmodifydate)(bool) | Quickly obtain the date and time when the resource image was last modified with this user-friendly method. Ideal for developers needing to track changes and manage resources effectively. | -| override [GetOriginalOptions](../../aspose.imaging.fileformats.apng/apngimage/getoriginaloptions)() | Retrieve options based on the original file settings effortlessly with this intuitive method. Perfect for developers seeking to access and utilize settings that align with the characteristics of the original file. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging.fileformats.apng/apngimage/grayscale)() | Easily transform the image into its grayscale representation with this intuitive method. Ideal for developers seeking to convert color images to grayscale, simplifying their visualization or analysis processes. | -| [InsertFrame](../../aspose.imaging.fileformats.apng/apngimage/insertframe)(int) | Effortlessly insert a new frame into your frame collection at the specified with this intuitive method. Ideal for developers seeking precise control over the arrangement of frames in their animations of multi-frame images. A new frame will be created according to the size of the current image. | -| [InsertFrame](../../aspose.imaging.fileformats.apng/apngimage/insertframe)(int, RasterImage) | Inserts new frame into the own frame collection at the specified index. The contents of the new frame will be filled from the specified image. | -| [InsertFrame](../../aspose.imaging.fileformats.apng/apngimage/insertframe)(int, RasterImage, uint) | Inserts new frame into the own frame collection at the specified index. The contents of the new frame will be filled from the specified image. | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate) methods. | -| [PopFrameAt](../../aspose.imaging.fileformats.apng/apngimage/popframeat)(int) | Remove and retrieve the frame at the specified index from your frame collection with this intuitive method. Perfect for developers seeking efficient management of frames in their animations. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [RemoveAllFrames](../../aspose.imaging.fileformats.apng/apngimage/removeallframes)() | Clear your frame collection by removing all frames with this intuitive method. Ideal for developers seeking to reset or refresh their animations. | -| [RemoveFrameAt](../../aspose.imaging.fileformats.apng/apngimage/removeframeat)(int) | Remove the frame at the specified index from your frame collection seamlessly with this method. Perfect for developers seeking streamlined management of frames in their multi-frame images. The frame to be deleted will be disposed. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [ResetDefaultImage](../../aspose.imaging.fileformats.apng/apngimage/resetdefaultimage)() | Remove a previously set default image with this intuitive method. Ideal for developers seeking to reset or clear the default image in their animation. After this, the default image is the first frame in the own frame collection (it cannot be deleted using this method). | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.apng/apngimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging.fileformats.apng/apngimage/resize)(int, int, ResizeType) | Resize the image seamlessly with this intuitive method. Perfect for developers seeking to adjust the dimensions of their images dynamically. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.apng/apngimage/resizeheightproportionally)(int, ResizeType) | Effortlessly adjust the height of your image while maintaining its proportions with this intuitive method. Perfect for developers looking to resize images dynamically while preserving their aspect ratio. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.apng/apngimage/resizewidthproportionally)(int, ResizeType) | Proportionally resize the width of the image effortlessly with this intuitive method. Ideal for developers seeking to maintain the aspect ratio of their images while adjusting their dimensions. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.apng/apngimage/rotate)(float, bool, Color) | Rotate the image around its center effortlessly with this intuitive method. Perfect for developers seeking to adjust the orientation of their images dynamically. | -| override [RotateFlip](../../aspose.imaging.fileformats.apng/apngimage/rotateflip)(RotateFlipType) | Effortlessly manipulate the active frame by rotating, flipping, or both with this intuitive method. Ideal for developers seeking to customize image frame orientations. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| [SetDefaultImage](../../aspose.imaging.fileformats.apng/apngimage/setdefaultimage)(RasterImage) | Set the specified raster image as the default image for the current animation effortlessly with this method. Perfect for developers seeking to customize the default image in their animations. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| [AddFrame](../../aspose.imaging.fileformats.apng/apngimage/addframe/#addframe)() | Easily append a new frame to the end of your frame collection with this straightforward method. Ideal for developers looking to expand their frame collection dynamically for animations with multi-frame images. A new frame will be created according to the size of the current image. | +| [AddFrame](../../aspose.imaging.fileformats.apng/apngimage/addframe/#addframe_1)(RasterImage) | Effortlessly expand your frame collection by adding a new frame to the end with this intuitive method. Perfect for developers seeking to enhance their animations of multi-frame images dynamically. The contents of the new frame will be filled from the specified image. | +| [AddFrame](../../aspose.imaging.fileformats.apng/apngimage/addframe/#addframe_2)(RasterImage, uint) | Expand your frame collection seamlessly by appending a new frame to the with this intuitive method. Ideal for developers looking to enrich their animations of multi-frame images. The contents of the new frame will be filled from the specified image. | +| [AddPage](../../aspose.imaging.fileformats.apng/apngimage/addpage/)(RasterImage) | Add a new page to the image effortlessly with this intuitive method. Perfect for developers seeking to expand the content of their image files dynamically. | +| override [AdjustBrightness](../../aspose.imaging.fileformats.apng/apngimage/adjustbrightness/)(int) | Easily adjust the *brightness* of the image with this intuitive method, using the specified brightness parameter. Ideal for developers seeking to enhance or dim the overall brightness of images dynamically. | +| override [AdjustContrast](../../aspose.imaging.fileformats.apng/apngimage/adjustcontrast/)(float) | Enhance the contrast of the [`Image`](../../aspose.imaging/image/) to make details stand out with this intuitive method. Ideal for developers seeking to improve the visual clarity and impact of their images dynamically. | +| override [AdjustGamma](../../aspose.imaging.fileformats.apng/apngimage/adjustgamma/#adjustgamma)(float) | Apply gamma correction to the image using a floating-point coefficient with this intuitive method. Ideal for developers seeking precise color control in their images. | +| override [AdjustGamma](../../aspose.imaging.fileformats.apng/apngimage/adjustgamma/#adjustgamma_1)(float, float, float) | Perform gamma correction on the image separately for the red, green, and blue channels using individual coefficients with this intuitive method. Ideal for developers seeking to fine-tune color balance and enhance the visual quality of their images. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging.fileformats.apng/apngimage/binarizebradley/#binarizebradley_1)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging.fileformats.apng/apngimage/binarizefixed/)(byte) | Effortlessly binarize the image using a predefined threshold with this intuitive method. Ideal for developers seeking to convert images into binary form, simplifying them for further processing or analysis. | +| override [BinarizeOtsu](../../aspose.imaging.fileformats.apng/apngimage/binarizeotsu/)() | Perform binarization on the image using Otsu thresholding with this intuitive method. Ideal for developers seeking to automatically determine the optimal threshold for converting images into binary form, enhancing their clarity and suitability for further analysis. | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata/)() | Caches the data private. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging.fileformats.apng/apngimage/crop/#crop)(Rectangle) | Effortlessly crop the image to focus on specific areas with this intuitive method. Perfect for developers seeking to refine the composition of their images dynamically. | +| override [Crop](../../aspose.imaging.fileformats.apng/apngimage/crop/#crop_1)(int, int, int, int) | Crop the image while adjusting shifts seamlessly with this intuitive method. Ideal for developers seeking precise control over the cropping process to focus on specific areas of their Apng images. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging.fileformats.apng/apngimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | Easily apply dithering effects to the current image with this intuitive method. Ideal for developers looking to add texture or reduce color banding in their images. | +| override [Filter](../../aspose.imaging.fileformats.apng/apngimage/filter/)(Rectangle, FilterOptionsBase) | Effortlessly apply filters to the specified rectangle of the image with this intuitive method. Perfect for developers seeking to enhance or modify specific areas. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.apng/apngimage/getdefaultoptions/)(object[]) | Retrieve the default options effortlessly with this straightforward method. Ideal for developers seeking quick access to default Apng image settings. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| override [GetModifyDate](../../aspose.imaging.fileformats.apng/apngimage/getmodifydate/)(bool) | Quickly obtain the date and time when the resource image was last modified with this user-friendly method. Ideal for developers needing to track changes and manage resources effectively. | +| override [GetOriginalOptions](../../aspose.imaging.fileformats.apng/apngimage/getoriginaloptions/)() | Retrieve options based on the original file settings effortlessly with this intuitive method. Perfect for developers seeking to access and utilize settings that align with the characteristics of the original file. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging.fileformats.apng/apngimage/grayscale/)() | Easily transform the image into its grayscale representation with this intuitive method. Ideal for developers seeking to convert color images to grayscale, simplifying their visualization or analysis processes. | +| [InsertFrame](../../aspose.imaging.fileformats.apng/apngimage/insertframe/#insertframe)(int) | Effortlessly insert a new frame into your frame collection at the specified with this intuitive method. Ideal for developers seeking precise control over the arrangement of frames in their animations of multi-frame images. A new frame will be created according to the size of the current image. | +| [InsertFrame](../../aspose.imaging.fileformats.apng/apngimage/insertframe/#insertframe_1)(int, RasterImage) | Inserts new frame into the own frame collection at the specified index. The contents of the new frame will be filled from the specified image. | +| [InsertFrame](../../aspose.imaging.fileformats.apng/apngimage/insertframe/#insertframe_2)(int, RasterImage, uint) | Inserts new frame into the own frame collection at the specified index. The contents of the new frame will be filled from the specified image. | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate/) methods. | +| [PopFrameAt](../../aspose.imaging.fileformats.apng/apngimage/popframeat/)(int) | Remove and retrieve the frame at the specified index from your frame collection with this intuitive method. Perfect for developers seeking efficient management of frames in their animations. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [RemoveAllFrames](../../aspose.imaging.fileformats.apng/apngimage/removeallframes/)() | Clear your frame collection by removing all frames with this intuitive method. Ideal for developers seeking to reset or refresh their animations. | +| [RemoveFrameAt](../../aspose.imaging.fileformats.apng/apngimage/removeframeat/)(int) | Remove the frame at the specified index from your frame collection seamlessly with this method. Perfect for developers seeking streamlined management of frames in their multi-frame images. The frame to be deleted will be disposed. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [ResetDefaultImage](../../aspose.imaging.fileformats.apng/apngimage/resetdefaultimage/)() | Remove a previously set default image with this intuitive method. Ideal for developers seeking to reset or clear the default image in their animation. After this, the default image is the first frame in the own frame collection (it cannot be deleted using this method). | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.apng/apngimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging.fileformats.apng/apngimage/resize/#resize_2)(int, int, ResizeType) | Resize the image seamlessly with this intuitive method. Perfect for developers seeking to adjust the dimensions of their images dynamically. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.apng/apngimage/resizeheightproportionally/#resizeheightproportionally_2)(int, ResizeType) | Effortlessly adjust the height of your image while maintaining its proportions with this intuitive method. Perfect for developers looking to resize images dynamically while preserving their aspect ratio. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.apng/apngimage/resizewidthproportionally/#resizewidthproportionally_2)(int, ResizeType) | Proportionally resize the width of the image effortlessly with this intuitive method. Ideal for developers seeking to maintain the aspect ratio of their images while adjusting their dimensions. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.apng/apngimage/rotate/#rotate_1)(float, bool, Color) | Rotate the image around its center effortlessly with this intuitive method. Perfect for developers seeking to adjust the orientation of their images dynamically. | +| override [RotateFlip](../../aspose.imaging.fileformats.apng/apngimage/rotateflip/)(RotateFlipType) | Effortlessly manipulate the active frame by rotating, flipping, or both with this intuitive method. Ideal for developers seeking to customize image frame orientations. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| [SetDefaultImage](../../aspose.imaging.fileformats.apng/apngimage/setdefaultimage/)(RasterImage) | Set the specified raster image as the default image for the current animation effortlessly with this method. Perfect for developers seeking to customize the default image in their animations. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples The following example shows how to export apng APNG file format from other non-animated multi-page format. @@ -248,9 +248,9 @@ using (RasterImage sourceImage = (RasterImage)Image.Load("not_animated.png")) ### See Also -* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage) -* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext) -* namespace [Aspose.Imaging.FileFormats.Apng](../../aspose.imaging.fileformats.apng) +* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage/) +* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext/) +* namespace [Aspose.Imaging.FileFormats.Apng](../../aspose.imaging.fileformats.apng/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/addframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/addframe/_index.md index 2cc456ebbaf8..06939808c6c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/addframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/addframe/_index.md @@ -1,12 +1,12 @@ --- -title: AddFrame +title: ApngImage.AddFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Easily append a new frame to the end of your frame collection with this straightforward method. Ideal for developers looking to expand their frame collection dynamically for animations with multiframe images. A new frame will be created according to the size of the current image type: docs weight: 100 url: /net/aspose.imaging.fileformats.apng/apngimage/addframe/ --- -## ApngImage.AddFrame method (1 of 3) +## AddFrame() {#addframe} Easily append a new frame to the end of your frame collection with this straightforward method. Ideal for developers looking to expand their frame collection dynamically for animations with multi-frame images. A new frame will be created according to the size of the current image. @@ -20,14 +20,14 @@ The newly created APNG frame. ### See Also -* class [ApngFrame](../../apngframe) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngFrame](../../apngframe/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) --- -## ApngImage.AddFrame method (2 of 3) +## AddFrame(RasterImage) {#addframe_1} Effortlessly expand your frame collection by adding a new frame to the end with this intuitive method. Perfect for developers seeking to enhance their animations of multi-frame images dynamically. The contents of the new frame will be filled from the specified image. @@ -45,7 +45,7 @@ public void AddFrame(RasterImage frameImage) | --- | --- | | ArgumentNullException | frameImage is null. | -### Examples +## Examples The following example shows how to create APNG image from another raster single-page image. @@ -102,14 +102,14 @@ using (RasterImage sourceImage = (RasterImage)Image.Load("not_animated.png")) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) --- -## ApngImage.AddFrame method (3 of 3) +## AddFrame(RasterImage, uint) {#addframe_2} Expand your frame collection seamlessly by appending a new frame to the with this intuitive method. Ideal for developers looking to enrich their animations of multi-frame images. The contents of the new frame will be filled from the specified image. @@ -130,9 +130,9 @@ public void AddFrame(RasterImage frameImage, uint frameTime) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/addpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/addpage/_index.md index 73cbf446ac51..9d1fd3e63872 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/addpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/addpage/_index.md @@ -1,7 +1,7 @@ --- -title: AddPage +title: ApngImage.AddPage second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Add a new page to the image effortlessly with this intuitive method. Perfect for developers seeking to expand the content of their image files dynamically type: docs weight: 110 url: /net/aspose.imaging.fileformats.apng/apngimage/addpage/ @@ -26,9 +26,9 @@ public void AddPage(RasterImage page) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustbrightness/_index.md index 3a97f70a218f..9579712632b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: ApngImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Easily adjust the brightness of the image with this intuitive method using the specified brightness parameter. Ideal for developers seeking to enhance or dim the overall brightness of images dynamically type: docs weight: 120 url: /net/aspose.imaging.fileformats.apng/apngimage/adjustbrightness/ @@ -20,8 +20,8 @@ public override void AdjustBrightness(int brightness) ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustcontrast/_index.md index ccf74faef1fa..62133b604da3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustcontrast/_index.md @@ -1,14 +1,14 @@ --- -title: AdjustContrast +title: ApngImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Enhance the contrast of the Image to make details stand out with this intuitive method. Ideal for developers seeking to improve the visual clarity and impact of their images dynamically type: docs weight: 130 url: /net/aspose.imaging.fileformats.apng/apngimage/adjustcontrast/ --- ## ApngImage.AdjustContrast method -Enhance the contrast of the [`Image`](../../../aspose.imaging/image) to make details stand out with this intuitive method. Ideal for developers seeking to improve the visual clarity and impact of their images dynamically. +Enhance the contrast of the [`Image`](../../../aspose.imaging/image/) to make details stand out with this intuitive method. Ideal for developers seeking to improve the visual clarity and impact of their images dynamically. ```csharp public override void AdjustContrast(float contrast) @@ -20,8 +20,8 @@ public override void AdjustContrast(float contrast) ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustgamma/_index.md index a47d323b3f4c..a232ca639471 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: ApngImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Apply gamma correction to the image using a floatingpoint coefficient with this intuitive method. Ideal for developers seeking precise color control in their images type: docs weight: 140 url: /net/aspose.imaging.fileformats.apng/apngimage/adjustgamma/ --- -## ApngImage.AdjustGamma method (1 of 2) +## AdjustGamma(float) {#adjustgamma} Apply gamma correction to the image using a floating-point coefficient with this intuitive method. Ideal for developers seeking precise color control in their images. @@ -20,13 +20,13 @@ public override void AdjustGamma(float gamma) ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) --- -## ApngImage.AdjustGamma method (2 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Perform gamma correction on the image separately for the red, green, and blue channels using individual coefficients with this intuitive method. Ideal for developers seeking to fine-tune color balance and enhance the visual quality of their images. @@ -42,8 +42,8 @@ public override void AdjustGamma(float gammaRed, float gammaGreen, float gammaBl ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/apngimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/apngimage/_index.md index 175452bf0130..d7285caa6ee3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/apngimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/apngimage/_index.md @@ -1,14 +1,14 @@ --- -title: ApngImage +title: ApngImage.ApngImage second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage constructor. Begin working with the ApngImage class by initializing a new instance effortlessly. Perfect for developers seeking to start using ApngImage objects quickly and efficiently in their projects type: docs weight: 10 url: /net/aspose.imaging.fileformats.apng/apngimage/apngimage/ --- ## ApngImage constructor -Begin working with the [`ApngImage`](../../apngimage) class by initializing a new instance effortlessly. Perfect for developers seeking to start using ApngImage objects quickly and efficiently in their projects. +Begin working with the [`ApngImage`](../) class by initializing a new instance effortlessly. Perfect for developers seeking to start using ApngImage objects quickly and efficiently in their projects. ```csharp public ApngImage(ApngOptions options, int width, int height) @@ -22,9 +22,9 @@ public ApngImage(ApngOptions options, int width, int height) ### See Also -* class [ApngOptions](../../../aspose.imaging.imageoptions/apngoptions) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngOptions](../../../aspose.imaging.imageoptions/apngoptions/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizebradley/_index.md index 68b555a90968..a92a012abe83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizebradley/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeBradley +title: ApngImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Binarization of an image using Bradleys adaptive thresholding algorithm using the integral image thresholding type: docs weight: 150 url: /net/aspose.imaging.fileformats.apng/apngimage/binarizebradley/ @@ -21,8 +21,8 @@ public override void BinarizeBradley(double brightnessDifference, int windowSize ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizefixed/_index.md index 5a8602d03c22..6d28f3c74437 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: ApngImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Effortlessly binarize the image using a predefined threshold with this intuitive method. Ideal for developers seeking to convert images into binary form simplifying them for further processing or analysis type: docs weight: 160 url: /net/aspose.imaging.fileformats.apng/apngimage/binarizefixed/ @@ -20,8 +20,8 @@ public override void BinarizeFixed(byte threshold) ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizeotsu/_index.md index 0c25aee8aa6d..543fcbf9aa3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: ApngImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Perform binarization on the image using Otsu thresholding with this intuitive method. Ideal for developers seeking to automatically determine the optimal threshold for converting images into binary form enhancing their clarity and suitability for further analysis type: docs weight: 170 url: /net/aspose.imaging.fileformats.apng/apngimage/binarizeotsu/ @@ -16,8 +16,8 @@ public override void BinarizeOtsu() ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/crop/_index.md index f8ea7fef7aed..d39169a5ea20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: ApngImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Effortlessly crop the image to focus on specific areas with this intuitive method. Perfect for developers seeking to refine the composition of their images dynamically type: docs weight: 180 url: /net/aspose.imaging.fileformats.apng/apngimage/crop/ --- -## ApngImage.Crop method (1 of 2) +## Crop(Rectangle) {#crop} Effortlessly crop the image to focus on specific areas with this intuitive method. Perfect for developers seeking to refine the composition of their images dynamically. @@ -20,14 +20,14 @@ public override void Crop(Rectangle rectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) --- -## ApngImage.Crop method (2 of 2) +## Crop(int, int, int, int) {#crop_1} Crop the image while adjusting shifts seamlessly with this intuitive method. Ideal for developers seeking precise control over the cropping process to focus on specific areas of their Apng images. @@ -44,8 +44,8 @@ public override void Crop(int leftShift, int rightShift, int topShift, int botto ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/defaultframetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/defaultframetime/_index.md index bfdcabfd5fb0..e70fbc69ec9e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/defaultframetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/defaultframetime/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultFrameTime +title: ApngImage.DefaultFrameTime second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage property. Easily adjust the default frame duration for creating new frames with this flexible property. Perfect for developers seeking to customize frame timing efficiently in their animations type: docs weight: 20 url: /net/aspose.imaging.fileformats.apng/apngimage/defaultframetime/ @@ -18,7 +18,7 @@ public uint DefaultFrameTime { get; set; } The default frame duration, in milliseconds. -### Examples +## Examples The following example shows how to create APNG image from another raster single-page image. @@ -75,8 +75,8 @@ using (RasterImage sourceImage = (RasterImage)Image.Load("not_animated.png")) ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/dither/_index.md index 4107ed731213..c7c295797dd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/dither/_index.md @@ -1,7 +1,7 @@ --- -title: Dither +title: ApngImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Easily apply dithering effects to the current image with this intuitive method. Ideal for developers looking to add texture or reduce color banding in their images type: docs weight: 190 url: /net/aspose.imaging.fileformats.apng/apngimage/dither/ @@ -23,10 +23,10 @@ public override void Dither(DitheringMethod ditheringMethod, int bitsCount, ### See Also -* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/fileformat/_index.md index 83fb3efe9b67..b3e31c3c35ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: ApngImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage property. Quickly access information about the file format with this convenient property. Ideal for developers who need to retrieve details about the format of their Apng files easily type: docs weight: 30 url: /net/aspose.imaging.fileformats.apng/apngimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/filter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/filter/_index.md index ed608bd1d316..f9bc2048f702 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/filter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/filter/_index.md @@ -1,7 +1,7 @@ --- -title: Filter +title: ApngImage.Filter second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Effortlessly apply filters to the specified rectangle of the image with this intuitive method. Perfect for developers seeking to enhance or modify specific areas type: docs weight: 200 url: /net/aspose.imaging.fileformats.apng/apngimage/filter/ @@ -21,10 +21,10 @@ public override void Filter(Rectangle rectangle, FilterOptionsBase options) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getdefaultoptions/_index.md index 44a27ed576f4..cd6610de51d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: ApngImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Retrieve the default options effortlessly with this straightforward method. Ideal for developers seeking quick access to default Apng image settings type: docs weight: 210 url: /net/aspose.imaging.fileformats.apng/apngimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getmodifydate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getmodifydate/_index.md index c25c0ce87409..556aae64a775 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getmodifydate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getmodifydate/_index.md @@ -1,7 +1,7 @@ --- -title: GetModifyDate +title: ApngImage.GetModifyDate second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Quickly obtain the date and time when the resource image was last modified with this userfriendly method. Ideal for developers needing to track changes and manage resources effectively type: docs weight: 220 url: /net/aspose.imaging.fileformats.apng/apngimage/getmodifydate/ @@ -24,8 +24,8 @@ The date and time the resource image was last modified. ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getoriginaloptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getoriginaloptions/_index.md index 58af93136918..e5ff64f062f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getoriginaloptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/getoriginaloptions/_index.md @@ -1,14 +1,14 @@ --- -title: GetOriginalOptions +title: ApngImage.GetOriginalOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Retrieve options based on the original file settings effortlessly with this intuitive method. Perfect for developers seeking to access and utilize settings that align with the characteristics of the original file. This can be helpful to keep bitdepth and other parameters of the original image unchanged. For example if we load a blackwhite PNG image with 1 bit per pixel and then save it using the Save method the output PNG image with 8bit per pixel will be produced. To avoid it and save PNG image with 1bit per pixel use this method to get corresponding saving options and pass them to the Save method as the second parameter type: docs weight: 230 url: /net/aspose.imaging.fileformats.apng/apngimage/getoriginaloptions/ --- ## ApngImage.GetOriginalOptions method -Retrieve options based on the original file settings effortlessly with this intuitive method. Perfect for developers seeking to access and utilize settings that align with the characteristics of the original file. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save) method as the second parameter. +Retrieve options based on the original file settings effortlessly with this intuitive method. Perfect for developers seeking to access and utilize settings that align with the characteristics of the original file. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save/) method as the second parameter. ```csharp public override ImageOptionsBase GetOriginalOptions() @@ -20,9 +20,9 @@ The options based on the original file settings. ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/grayscale/_index.md index affdfe8f7516..3ce3e7178747 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: ApngImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Easily transform the image into its grayscale representation with this intuitive method. Ideal for developers seeking to convert color images to grayscale simplifying their visualization or analysis processes type: docs weight: 240 url: /net/aspose.imaging.fileformats.apng/apngimage/grayscale/ @@ -16,8 +16,8 @@ public override void Grayscale() ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/insertframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/insertframe/_index.md index 586b1843b48d..3321bea8cc06 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/insertframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/insertframe/_index.md @@ -1,12 +1,12 @@ --- -title: InsertFrame +title: ApngImage.InsertFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Effortlessly insert a new frame into your frame collection at the specified with this intuitive method. Ideal for developers seeking precise control over the arrangement of frames in their animations of multiframe images. A new frame will be created according to the size of the current image type: docs weight: 250 url: /net/aspose.imaging.fileformats.apng/apngimage/insertframe/ --- -## ApngImage.InsertFrame method (1 of 3) +## InsertFrame(int) {#insertframe} Effortlessly insert a new frame into your frame collection at the specified with this intuitive method. Ideal for developers seeking precise control over the arrangement of frames in their animations of multi-frame images. A new frame will be created according to the size of the current image. @@ -26,18 +26,18 @@ The newly created APNG frame. | exception | condition | | --- | --- | -| ArgumentOutOfRangeException | *index* is less than 0. or *index* is greater than [`PageCount`](../pagecount). | +| ArgumentOutOfRangeException | *index* is less than 0. or *index* is greater than [`PageCount`](../pagecount/). | ### See Also -* class [ApngFrame](../../apngframe) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngFrame](../../apngframe/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) --- -## ApngImage.InsertFrame method (2 of 3) +## InsertFrame(int, RasterImage) {#insertframe_1} Inserts new frame into the own frame collection at the specified index. The contents of the new frame will be filled from the specified image. @@ -54,19 +54,19 @@ public void InsertFrame(int index, RasterImage frameImage) | exception | condition | | --- | --- | -| ArgumentOutOfRangeException | *index* is less than 0. or *index* is greater than [`PageCount`](../pagecount). | +| ArgumentOutOfRangeException | *index* is less than 0. or *index* is greater than [`PageCount`](../pagecount/). | | ArgumentNullException | frameImage is null. | ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) --- -## ApngImage.InsertFrame method (3 of 3) +## InsertFrame(int, RasterImage, uint) {#insertframe_2} Inserts new frame into the own frame collection at the specified index. The contents of the new frame will be filled from the specified image. @@ -84,14 +84,14 @@ public void InsertFrame(int index, RasterImage frameImage, uint frameTime) | exception | condition | | --- | --- | -| ArgumentOutOfRangeException | *index* is less than 0. or *index* is greater than [`PageCount`](../pagecount). | +| ArgumentOutOfRangeException | *index* is less than 0. or *index* is greater than [`PageCount`](../pagecount/). | | ArgumentNullException | frameImage is null. | ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/interlaced/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/interlaced/_index.md index 72667635888e..6908520b876c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/interlaced/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/interlaced/_index.md @@ -1,14 +1,14 @@ --- -title: Interlaced +title: ApngImage.Interlaced second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage property. Quickly determine whether this PngImage object is interlaced with this convenient property. Ideal for developers needing to check the interlacing status of PNG images easily type: docs weight: 40 url: /net/aspose.imaging.fileformats.apng/apngimage/interlaced/ --- ## ApngImage.Interlaced property -Quickly determine whether this [`PngImage`](../../../aspose.imaging.fileformats.png/pngimage) object is interlaced with this convenient property. Ideal for developers needing to check the interlacing status of PNG images easily. +Quickly determine whether this [`PngImage`](../../../aspose.imaging.fileformats.png/pngimage/) object is interlaced with this convenient property. Ideal for developers needing to check the interlacing status of PNG images easily. ```csharp public bool Interlaced { get; } @@ -20,8 +20,8 @@ public bool Interlaced { get; } ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/numplays/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/numplays/_index.md index 88527fdd4d94..e176c65f66cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/numplays/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/numplays/_index.md @@ -1,7 +1,7 @@ --- -title: NumPlays +title: ApngImage.NumPlays second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage property. Effortlessly control the number of times your animation loops with this versatile property. Perfect for developers seeking precise control over animation behavior with support for infinite looping in case of the value equals to 0 type: docs weight: 50 url: /net/aspose.imaging.fileformats.apng/apngimage/numplays/ @@ -20,8 +20,8 @@ The number of times to loop. ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pagecount/_index.md index 1c3d9f19cd9b..379703e87490 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: ApngImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage property. Retrieve the total number of pages in your image file effortlessly with this property. Ideal for developers needing quick access to page count information type: docs weight: 60 url: /net/aspose.imaging.fileformats.apng/apngimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pageexportingaction/_index.md index 2c5ba7b5bc48..c191c88eec9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: ApngImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage property. Effortlessly manage the page exporting action with this versatile property. Perfect for developers seeking precise control over the exporting behavior of pages in their application. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 70 url: /net/aspose.imaging.fileformats.apng/apngimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pages/_index.md index 9211e7217151..8a91aa3ede21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: ApngImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage property. Effortlessly access the pages of your image with this convenient property. Perfect for developers seeking quick and easy access to individual pages for manipulation type: docs weight: 80 url: /net/aspose.imaging.fileformats.apng/apngimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [Image](../../../aspose.imaging/image/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/popframeat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/popframeat/_index.md index a518f18d457b..550bc0e0e4b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/popframeat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/popframeat/_index.md @@ -1,7 +1,7 @@ --- -title: PopFrameAt +title: ApngImage.PopFrameAt second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Remove and retrieve the frame at the specified index from your frame collection with this intuitive method. Perfect for developers seeking efficient management of frames in their animations type: docs weight: 260 url: /net/aspose.imaging.fileformats.apng/apngimage/popframeat/ @@ -26,13 +26,13 @@ The removed APNG frame. | exception | condition | | --- | --- | -| ArgumentOutOfRangeException | *index* is less than 0. or *index* is equal to or greater than [`PageCount`](../pagecount). | +| ArgumentOutOfRangeException | *index* is less than 0. or *index* is equal to or greater than [`PageCount`](../pagecount/). | ### See Also -* class [ApngFrame](../../apngframe) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngFrame](../../apngframe/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/removeallframes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/removeallframes/_index.md index 7435b17e6c56..9b94515c2ea2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/removeallframes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/removeallframes/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveAllFrames +title: ApngImage.RemoveAllFrames second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Clear your frame collection by removing all frames with this intuitive method. Ideal for developers seeking to reset or refresh their animations type: docs weight: 270 url: /net/aspose.imaging.fileformats.apng/apngimage/removeallframes/ @@ -14,7 +14,7 @@ Clear your frame collection by removing all frames with this intuitive method. I public void RemoveAllFrames() ``` -### Examples +## Examples The following example shows how to create APNG image from another raster single-page image. @@ -71,8 +71,8 @@ using (RasterImage sourceImage = (RasterImage)Image.Load("not_animated.png")) ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/removeframeat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/removeframeat/_index.md index 360fa57f3c23..499a3372a619 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/removeframeat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/removeframeat/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveFrameAt +title: ApngImage.RemoveFrameAt second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Remove the frame at the specified index from your frame collection seamlessly with this method. Perfect for developers seeking streamlined management of frames in their multiframe images. The frame to be deleted will be disposed type: docs weight: 280 url: /net/aspose.imaging.fileformats.apng/apngimage/removeframeat/ @@ -22,12 +22,12 @@ public void RemoveFrameAt(int index) | exception | condition | | --- | --- | -| ArgumentOutOfRangeException | *index* is less than 0. or *index* is equal to or greater than [`PageCount`](../pagecount). | +| ArgumentOutOfRangeException | *index* is less than 0. or *index* is equal to or greater than [`PageCount`](../pagecount/). | ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resetdefaultimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resetdefaultimage/_index.md index 98b664085504..81130cf122a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resetdefaultimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resetdefaultimage/_index.md @@ -1,7 +1,7 @@ --- -title: ResetDefaultImage +title: ApngImage.ResetDefaultImage second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Remove a previously set default image with this intuitive method. Ideal for developers seeking to reset or clear the default image in their animation. After this the default image is the first frame in the own frame collection it cannot be deleted using this method type: docs weight: 290 url: /net/aspose.imaging.fileformats.apng/apngimage/resetdefaultimage/ @@ -16,8 +16,8 @@ public void ResetDefaultImage() ### See Also -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resize/_index.md index 2bf8beea9d2b..461f1019c0e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: ApngImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Resize the image seamlessly with this intuitive method. Perfect for developers seeking to adjust the dimensions of their images dynamically type: docs weight: 300 url: /net/aspose.imaging.fileformats.apng/apngimage/resize/ --- -## ApngImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resize the image seamlessly with this intuitive method. Perfect for developers seeking to adjust the dimensions of their images dynamically. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) --- -## ApngImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -45,9 +45,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resizeheightproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resizeheightproportionally/_index.md index 9381c74a6c23..385f8585abdd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resizeheightproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resizeheightproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeHeightProportionally +title: ApngImage.ResizeHeightProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Effortlessly adjust the height of your image while maintaining its proportions with this intuitive method. Perfect for developers looking to resize images dynamically while preserving their aspect ratio type: docs weight: 310 url: /net/aspose.imaging.fileformats.apng/apngimage/resizeheightproportionally/ @@ -21,9 +21,9 @@ public override void ResizeHeightProportionally(int newHeight, ResizeType resize ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resizewidthproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resizewidthproportionally/_index.md index e8b7850dd09a..a632922a27b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resizewidthproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/resizewidthproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeWidthProportionally +title: ApngImage.ResizeWidthProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Proportionally resize the width of the image effortlessly with this intuitive method. Ideal for developers seeking to maintain the aspect ratio of their images while adjusting their dimensions type: docs weight: 320 url: /net/aspose.imaging.fileformats.apng/apngimage/resizewidthproportionally/ @@ -21,9 +21,9 @@ public override void ResizeWidthProportionally(int newWidth, ResizeType resizeTy ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/rotate/_index.md index ced069561268..b5ac2d465153 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: ApngImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Rotate the image around its center effortlessly with this intuitive method. Perfect for developers seeking to adjust the orientation of their images dynamically type: docs weight: 330 url: /net/aspose.imaging.fileformats.apng/apngimage/rotate/ @@ -22,9 +22,9 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* struct [Color](../../../aspose.imaging/color/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/rotateflip/_index.md index 11654007a8c4..e4a6bb91aea2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: ApngImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Effortlessly manipulate the active frame by rotating flipping or both with this intuitive method. Ideal for developers seeking to customize image frame orientations type: docs weight: 340 url: /net/aspose.imaging.fileformats.apng/apngimage/rotateflip/ @@ -20,9 +20,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/setdefaultimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/setdefaultimage/_index.md index 762a0606601a..57d00805ab8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/setdefaultimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/setdefaultimage/_index.md @@ -1,7 +1,7 @@ --- -title: SetDefaultImage +title: ApngImage.SetDefaultImage second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage method. Set the specified raster image as the default image for the current animation effortlessly with this method. Perfect for developers seeking to customize the default image in their animations type: docs weight: 350 url: /net/aspose.imaging.fileformats.apng/apngimage/setdefaultimage/ @@ -26,9 +26,9 @@ public void SetDefaultImage(RasterImage image) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/xmpdata/_index.md index 4573eb5e25ab..a8ebba64e96f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.apng/apngimage/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: ApngImage.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngImage property. Effortlessly manage XMP metadata associated with your files using this versatile property. Perfect for developers seeking to access or update metadata information with ease type: docs weight: 90 url: /net/aspose.imaging.fileformats.apng/apngimage/xmpdata/ @@ -20,9 +20,9 @@ The XMP metadata. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [ApngImage](../../apngimage) -* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [ApngImage](../) +* namespace [Aspose.Imaging.FileFormats.Apng](../../apngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/_index.md index 54f5c1e4be6d..bf72dd02eec5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.BigTiff second_title: Aspose.Imaging for .NET API Reference -description: The namespace handling BigTiff file format processing. +description: The namespace handling BigTiff file format processing type: docs weight: 150 url: /net/aspose.imaging.fileformats.bigtiff/ @@ -12,6 +12,6 @@ The namespace handling BigTiff file format processing. | Class | Description | | --- | --- | -| [BigTiffImage](./bigtiffimage) | With the [`BigTiffImage`](../aspose.imaging.fileformats.bigtiff/bigtiffimage) class you can effortlessly manipulate BigTiff image format files. Our API offering seamless handling and customization options, ensuring optimal processing of large-scale image data with versatile features tailored to your specific requirements. | +| [BigTiffImage](./bigtiffimage/) | With the [`BigTiffImage`](../aspose.imaging.fileformats.bigtiff/bigtiffimage/) class you can effortlessly manipulate BigTiff image format files. Our API offering seamless handling and customization options, ensuring optimal processing of large-scale image data with versatile features tailored to your specific requirements. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/_index.md index 069567c4a7e4..20a00ef632e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/_index.md @@ -1,14 +1,14 @@ --- -title: BigTiffImage +title: Class BigTiffImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.BigTiff.BigTiffImage class. With the BigTiffImage class you can effortlessly manipulate BigTiff image format files. Our API offering seamless handling and customization options ensuring optimal processing of largescale image data with versatile features tailored to your specific requirements type: docs weight: 1330 url: /net/aspose.imaging.fileformats.bigtiff/bigtiffimage/ --- ## BigTiffImage class -With the [`BigTiffImage`](../bigtiffimage) class you can effortlessly manipulate BigTiff image format files. Our API offering seamless handling and customization options, ensuring optimal processing of large-scale image data with versatile features tailored to your specific requirements. +With the `BigTiffImage` class you can effortlessly manipulate BigTiff image format files. Our API offering seamless handling and customization options, ensuring optimal processing of large-scale image data with versatile features tailored to your specific requirements. ```csharp public sealed class BigTiffImage : TiffImage @@ -18,152 +18,152 @@ public sealed class BigTiffImage : TiffImage | Name | Description | | --- | --- | -| [BigTiffImage](bigtiffimage)(TiffFrame) | Create a new instance of the [`BigTiffImage`](../bigtiffimage) class by initializing it with a TiffFrame parameter. Ideal for developers seeking a convenient way to work with BigTiffImage objects, ensuring flexibility and ease of integration into their projects. | -| [BigTiffImage](bigtiffimage)(TiffFrame[]) | Begin utilizing the [`BigTiffImage`](../bigtiffimage) class seamlessly by initializing a new instance with a list of TiffFrames parameter. Perfect for developers seeking a straightforward method to work with BigTiffImage objects containing multiple frames, ensuring efficiency of their projects. | +| [BigTiffImage](bigtiffimage/#constructor)(TiffFrame) | Create a new instance of the `BigTiffImage` class by initializing it with a TiffFrame parameter. Ideal for developers seeking a convenient way to work with BigTiffImage objects, ensuring flexibility and ease of integration into their projects. | +| [BigTiffImage](bigtiffimage/#constructor_1)(TiffFrame[]) | Begin utilizing the `BigTiffImage` class seamlessly by initializing a new instance with a list of TiffFrames parameter. Perfect for developers seeking a straightforward method to work with BigTiffImage objects containing multiple frames, ensuring efficiency of their projects. | ## Properties | Name | Description | | --- | --- | -| [ActiveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/activeframe) { get; set; } | Manage the active frame seamlessly, facilitating dynamic navigation and manipulation within the designated context. Empower your application to interact efficiently with multimedia content, enhancing user engagement and productivity. | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ByteOrder](../../aspose.imaging.fileformats.tiff/tiffimage/byteorder) { get; set; } | Toggle the byte order for TIFF files seamlessly, ensuring precise control over data interpretation. Empower your applications with the flexibility to adapt to diverse file specifications, enhancing compatibility and efficiency in data processing. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [ExifData](../../aspose.imaging.fileformats.tiff/tiffimage/exifdata) { get; set; } | Access or modify EXIF data associated with the active frame seamlessly, empowering precise control over image metadata. Enhance your application's capabilities by integrating this feature, ensuring accurate preservation and customization of essential image information. | -| override [FileFormat](../../aspose.imaging.fileformats.tiff/tiffimage/fileformat) { get; } | Retrieve the file format value associated with the image. This property serves as a critical aspect of image metadata retrieval, allowing software applications to identify and interpret the format of the image data efficiently. | -| [Frames](../../aspose.imaging.fileformats.tiff/tiffimage/frames) { get; } | Retrieve an array of [`TiffFrame`](../../aspose.imaging.fileformats.tiff/tiffframe) instances, enabling comprehensive access and manipulation of individual frames within the TIFF image. Harness the power of this array to streamline image processing workflows, ensuring precise control and optimization of visual content. | -| override [HasAlpha](../../aspose.imaging.fileformats.tiff/tiffimage/hasalpha) { get; } | Determine whether the image has an alpha channel, providing crucial information for rendering and compositing operations. Integrate this feature to optimize visual processing workflows, ensuring accurate representation and manipulation of transparent elements. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor) { get; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| override [HorizontalResolution](../../aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution) { get; set; } | Retrieve the horizontal resolution of the specified [`Image`](../../aspose.imaging/image) in pixels per inch, facilitating precise adjustment and rendering capabilities. Access essential image metadata effortlessly, empowering streamlined image processing workflows for enhanced user experiences. | -| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| override [PageCount](../../aspose.imaging.fileformats.tiff/tiffimage/pagecount) { get; } | Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures. | -| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.tiff/tiffimage/pages) { get; } | Access the pages of the document seamlessly, enabling dynamic navigation and manipulation within the content structure. Empower your application with efficient access to individual pages, facilitating streamlined document processing and enhanced user interaction. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| override [PremultiplyComponents](../../aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents) { get; set; } | Indicate if components necessitate premultiplication, ensuring efficient handling of visual elements. Enhance rendering processes by toggling this property, streamlining graphic workflows for optimized performance. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| override [VerticalResolution](../../aspose.imaging.fileformats.tiff/tiffimage/verticalresolution) { get; set; } | Access the vertical resolution of the designated [`Image`](../../aspose.imaging/image) in pixels per inch, enabling precise adjustments and rendering optimizations. Utilize essential image data effortlessly to streamline image processing workflows, ensuring superior quality and performance in your applications. | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata) { get; set; } | Gets or sets XMP data from frame. | +| [ActiveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/activeframe/) { get; set; } | Manage the active frame seamlessly, facilitating dynamic navigation and manipulation within the designated context. Empower your application to interact efficiently with multimedia content, enhancing user engagement and productivity. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ByteOrder](../../aspose.imaging.fileformats.tiff/tiffimage/byteorder/) { get; set; } | Toggle the byte order for TIFF files seamlessly, ensuring precise control over data interpretation. Empower your applications with the flexibility to adapt to diverse file specifications, enhancing compatibility and efficiency in data processing. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [ExifData](../../aspose.imaging.fileformats.tiff/tiffimage/exifdata/) { get; set; } | Access or modify EXIF data associated with the active frame seamlessly, empowering precise control over image metadata. Enhance your application's capabilities by integrating this feature, ensuring accurate preservation and customization of essential image information. | +| override [FileFormat](../../aspose.imaging.fileformats.tiff/tiffimage/fileformat/) { get; } | Retrieve the file format value associated with the image. This property serves as a critical aspect of image metadata retrieval, allowing software applications to identify and interpret the format of the image data efficiently. | +| [Frames](../../aspose.imaging.fileformats.tiff/tiffimage/frames/) { get; } | Retrieve an array of [`TiffFrame`](../../aspose.imaging.fileformats.tiff/tiffframe/) instances, enabling comprehensive access and manipulation of individual frames within the TIFF image. Harness the power of this array to streamline image processing workflows, ensuring precise control and optimization of visual content. | +| override [HasAlpha](../../aspose.imaging.fileformats.tiff/tiffimage/hasalpha/) { get; } | Determine whether the image has an alpha channel, providing crucial information for rendering and compositing operations. Integrate this feature to optimize visual processing workflows, ensuring accurate representation and manipulation of transparent elements. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor/) { get; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| override [HorizontalResolution](../../aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution/) { get; set; } | Retrieve the horizontal resolution of the specified [`Image`](../../aspose.imaging/image/) in pixels per inch, facilitating precise adjustment and rendering capabilities. Access essential image metadata effortlessly, empowering streamlined image processing workflows for enhanced user experiences. | +| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| override [PageCount](../../aspose.imaging.fileformats.tiff/tiffimage/pagecount/) { get; } | Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures. | +| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction/) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.tiff/tiffimage/pages/) { get; } | Access the pages of the document seamlessly, enabling dynamic navigation and manipulation within the content structure. Empower your application with efficient access to individual pages, facilitating streamlined document processing and enhanced user interaction. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| override [PremultiplyComponents](../../aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents/) { get; set; } | Indicate if components necessitate premultiplication, ensuring efficient handling of visual elements. Enhance rendering processes by toggling this property, streamlining graphic workflows for optimized performance. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| override [VerticalResolution](../../aspose.imaging.fileformats.tiff/tiffimage/verticalresolution/) { get; set; } | Access the vertical resolution of the designated [`Image`](../../aspose.imaging/image/) in pixels per inch, enabling precise adjustments and rendering optimizations. Utilize essential image data effortlessly to streamline image processing workflows, ensuring superior quality and performance in your applications. | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata/) { get; set; } | Gets or sets XMP data from frame. | ## Methods | Name | Description | | --- | --- | -| [Add](../../aspose.imaging.fileformats.tiff/tiffimage/add)(TiffImage) | Add the frames from the specified image seamlessly into the current frame, consolidating their content and enhancing compositional flexibility. Integrate this method to streamline frame management and manipulation within your application, facilitating efficient handling of multi-frame images. | -| [AddFrame](../../aspose.imaging.fileformats.tiff/tiffimage/addframe)(TiffFrame) | Incorporate the specified frame seamlessly into the image, expanding its content and versatility. Utilize this method to enhance image composition and management, empowering efficient handling of multi-frame images within your application. | -| [AddFrames](../../aspose.imaging.fileformats.tiff/tiffimage/addframes)(TiffFrame[]) | Integrate the array of frames seamlessly into the image, enriching its content and versatility. Utilize this method to enhance image composition and management, enabling efficient handling of multi-frame images within your application. | -| override [AddPage](../../aspose.imaging.fileformats.bigtiff/bigtiffimage/addpage)(RasterImage) | Effortlessly expand your BigTiff image by adding a new page with this intuitive method. Perfect for developers seeking to dynamically enhance the content of their multi-page images. | -| override [AdjustBrightness](../../aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness)(int) | Implement *brightness* adjustment for the image, allowing the modification of overall luminance levels. Incorporate this method into your image processing workflow to enhance visibility and improve the visual quality of images within your application. | -| override [AdjustContrast](../../aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast)(float) | Enhance the contrast of the [`Image`](../../aspose.imaging/image) instance, amplifying the differences between its light and dark areas. Integrate this functionality to improve the visual clarity and overall quality of the image within your application. | -| override [AdjustGamma](../../aspose.imaging.fileformats.tiff/tiffimage/adjustgamma)(float) | Apply gamma correction to the image, adjusting pixel intensities to achieve desired color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application. | -| override [AdjustGamma](../../aspose.imaging.fileformats.tiff/tiffimage/adjustgamma)(float, float, float) | Perform gamma correction on the image using individual coefficients for red, green, and blue channels, allowing for fine-tuned adjustments of color balance and contrast. Integrate this method into your image processing pipeline to achieve precise control over color rendering and enhance visual fidelity within your application. | -| [AlignResolutions](../../aspose.imaging.fileformats.tiff/tiffimage/alignresolutions)() | Implement the AlignResolutions helper method to synchronize horizontal and vertical resolutions, ensuring uniformity in image dimensions. This functionality facilitates streamlined image processing workflows by harmonizing resolution parameters, optimizing visual quality and consistency across various platforms and devices. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging.fileformats.tiff/tiffimage/binarizebradley)(double, int) | Implement binarization on the image employing Bradley's adaptive thresholding algorithm with integral image thresholding. This approach dynamically computes local thresholds based on the image's neighborhood, enhancing adaptability to varying lighting conditions and ensuring robust segmentation for subsequent processing tasks within your application. | -| override [BinarizeFixed](../../aspose.imaging.fileformats.tiff/tiffimage/binarizefixed)(byte) | Apply binarization to the image using a predefined threshold, converting it into a binary image with distinct foreground and background regions. Incorporate this method into your image processing workflow to facilitate segmentation and feature extraction tasks, enhancing the accuracy and efficiency of image analysis within your application. | -| override [BinarizeOtsu](../../aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu)() | Utilize Otsu thresholding to perform binarization on the image, automatically determining the optimal threshold value based on the image's histogram. Integrate this method into your image processing workflow to achieve effective segmentation and feature extraction, enhancing the accuracy and reliability of image analysis tasks within your application. | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata)() | Caches the data private. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging.fileformats.tiff/tiffimage/crop)(Rectangle) | Crop the image using a specified rectangular region, allowing precise selection of desired content. Integrate this method into your image processing workflow to efficiently remove unwanted areas and focus on essential details, enhancing the overall clarity and composition of the image. | -| override [Crop](../../aspose.imaging.fileformats.tiff/tiffimage/crop)(int, int, int, int) | Perform cropping on the image by specifying shifts in the left, right, top, and bottom directions. This method enables precise selection of the desired portion of the image, facilitating efficient removal of unwanted areas and focusing on essential content. Integrate this functionality into your image processing pipeline to enhance clarity and composition as needed within your application. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging.fileformats.tiff/tiffimage/dither)(DitheringMethod, int, IColorPalette) | Execute dithering on the current image to enhance its visual quality and reduce color banding artifacts. Integrate this method into your image processing workflow to ensure smoother transitions between colors, resulting in improved overall image appearance and clarity. | -| override [Filter](../../aspose.imaging.fileformats.tiff/tiffimage/filter)(Rectangle, FilterOptionsBase) | Filter the content within the specified rectangle, applying a designated image processing filter to enhance or modify the selected region. Integrate this method into your image manipulation workflow to achieve targeted enhancements or transformations within your application. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| override [GetOriginalOptions](../../aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions)() | Retrieve options derived from the original file settings, facilitating seamless preservation of key parameters such as bit-depth and other essential attributes of the original image. Utilize this method to maintain fidelity and consistency in image processing tasks, ensuring optimal results without unnecessary alterations. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging.fileformats.tiff/tiffimage/grayscale)() | Convert the image to its grayscale representation, transforming it into a single-channel image where each pixel represents intensity. Integrate this method into your image processing pipeline to simplify analysis and enhance compatibility with grayscale-based algorithms, facilitating various computer vision and image analysis tasks within your application. | -| [InsertFrame](../../aspose.imaging.fileformats.tiff/tiffimage/insertframe)(int, TiffFrame) | Insert the new frame at the specified index within the frame sequence, ensuring precise control over frame arrangement. Employ this method to manage frame sequences effectively, facilitating dynamic manipulation and organization of image content within your application. | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging.fileformats.tiff/tiffimage/normalizeangle)(bool, Color) | Utilize the NormalizeAngle method specifically designed for scanned text documents to rectify skewed scans, ensuring accurate alignment. Seamlessly integrate this functionality into your text processing workflows to enhance document readability and quality, improving overall efficiency in text recognition and analysis tasks. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging.fileformats.tiff/tiffimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [RemoveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/removeframe)(int) | Effortlessly eliminate the frame identified by its index from the image sequence, streamlining frame management within your application. Integrate this functionality to enhance efficiency and precision in frame manipulation, facilitating seamless organization and presentation of image content. | -| [RemoveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/removeframe)(TiffFrame) | Efficiently remove the specified frame from the image sequence, facilitating streamlined frame management within your application. Integrate this functionality to enhance precision and flexibility in frame manipulation, ensuring seamless organization and presentation of image content. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceFrame](../../aspose.imaging.fileformats.tiff/tiffimage/replaceframe)(int, TiffFrame) | Substitute the frame at the designated position with another frame seamlessly, facilitating dynamic frame management within the image sequence. Integrate this method to enhance flexibility and precision in frame manipulation, ensuring optimal organization and presentation of image content within your application. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.tiff/tiffimage/resize)(int, int, ImageResizeSettings) | Adjust the size of the image based on specified settings, allowing for precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. | -| override [Resize](../../aspose.imaging.fileformats.tiff/tiffimage/resize)(int, int, ResizeType) | Resize the image according to a specified resizing type, facilitating flexible adjustment of image dimensions while preserving aspect ratio or applying specific scaling algorithms. Incorporate this method into your image processing workflow to achieve precise control over resizing operations within your application. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally)(int, ResizeType) | Conduct a proportional adjustment of the image's height, preserving its aspect ratio for consistent visual integrity. Employ this method to dynamically resize images within your application, ensuring optimal display across diverse platforms and devices without compromising content quality. | -| [ResizeProportional](../../aspose.imaging.fileformats.tiff/tiffimage/resizeproportional)(int, int, ResizeType) | Conduct a proportional resize operation on the image, preserving its aspect ratio while adjusting its dimensions. Employ this method to dynamically scale images within your application, ensuring consistent visual representation of content integrity. The proportional resize will resize each frame according to the ratio of *newWidth*/width and *newHeight*/height. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally)(int, ResizeType) | Adjust the width of the image while maintaining its aspect ratio, ensuring proportional resizing for optimal visual presentation. Utilize this method to dynamically scale images within your application, facilitating consistent and aesthetically pleasing rendering across various display contexts. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.tiff/tiffimage/rotate)(float, bool, Color) | Rotate the image around its center point by a specified angle, enabling precise orientation adjustments. Incorporate this functionality into your image processing pipeline to facilitate accurate transformations, ensuring optimal alignment and presentation of visual content within your application. | -| override [RotateFlip](../../aspose.imaging.fileformats.tiff/tiffimage/rotateflip)(RotateFlipType) | Perform rotation, flipping, or a combination of both operations exclusively on the active frame. This method allows precise manipulation of individual frames within the image sequence, enhancing flexibility in image editing and composition within your application. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| override [SetResolution](../../aspose.imaging.fileformats.tiff/tiffimage/setresolution)(double, double) | Establishes the resolution for the specified [`RasterImage`](../../aspose.imaging/rasterimage), enabling precise control over image rendering and display properties. Integrate this functionality to optimize visual output and ensure compatibility with diverse output devices and platforms, enhancing the overall user experience. | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | +| [Add](../../aspose.imaging.fileformats.tiff/tiffimage/add/)(TiffImage) | Add the frames from the specified image seamlessly into the current frame, consolidating their content and enhancing compositional flexibility. Integrate this method to streamline frame management and manipulation within your application, facilitating efficient handling of multi-frame images. | +| [AddFrame](../../aspose.imaging.fileformats.tiff/tiffimage/addframe/)(TiffFrame) | Incorporate the specified frame seamlessly into the image, expanding its content and versatility. Utilize this method to enhance image composition and management, empowering efficient handling of multi-frame images within your application. | +| [AddFrames](../../aspose.imaging.fileformats.tiff/tiffimage/addframes/)(TiffFrame[]) | Integrate the array of frames seamlessly into the image, enriching its content and versatility. Utilize this method to enhance image composition and management, enabling efficient handling of multi-frame images within your application. | +| override [AddPage](../../aspose.imaging.fileformats.bigtiff/bigtiffimage/addpage/)(RasterImage) | Effortlessly expand your BigTiff image by adding a new page with this intuitive method. Perfect for developers seeking to dynamically enhance the content of their multi-page images. | +| override [AdjustBrightness](../../aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness/)(int) | Implement *brightness* adjustment for the image, allowing the modification of overall luminance levels. Incorporate this method into your image processing workflow to enhance visibility and improve the visual quality of images within your application. | +| override [AdjustContrast](../../aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast/)(float) | Enhance the contrast of the [`Image`](../../aspose.imaging/image/) instance, amplifying the differences between its light and dark areas. Integrate this functionality to improve the visual clarity and overall quality of the image within your application. | +| override [AdjustGamma](../../aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/)(float) | Apply gamma correction to the image, adjusting pixel intensities to achieve desired color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application. | +| override [AdjustGamma](../../aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/)(float, float, float) | Perform gamma correction on the image using individual coefficients for red, green, and blue channels, allowing for fine-tuned adjustments of color balance and contrast. Integrate this method into your image processing pipeline to achieve precise control over color rendering and enhance visual fidelity within your application. | +| [AlignResolutions](../../aspose.imaging.fileformats.tiff/tiffimage/alignresolutions/)() | Implement the AlignResolutions helper method to synchronize horizontal and vertical resolutions, ensuring uniformity in image dimensions. This functionality facilitates streamlined image processing workflows by harmonizing resolution parameters, optimizing visual quality and consistency across various platforms and devices. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging.fileformats.tiff/tiffimage/binarizebradley/)(double, int) | Implement binarization on the image employing Bradley's adaptive thresholding algorithm with integral image thresholding. This approach dynamically computes local thresholds based on the image's neighborhood, enhancing adaptability to varying lighting conditions and ensuring robust segmentation for subsequent processing tasks within your application. | +| override [BinarizeFixed](../../aspose.imaging.fileformats.tiff/tiffimage/binarizefixed/)(byte) | Apply binarization to the image using a predefined threshold, converting it into a binary image with distinct foreground and background regions. Incorporate this method into your image processing workflow to facilitate segmentation and feature extraction tasks, enhancing the accuracy and efficiency of image analysis within your application. | +| override [BinarizeOtsu](../../aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu/)() | Utilize Otsu thresholding to perform binarization on the image, automatically determining the optimal threshold value based on the image's histogram. Integrate this method into your image processing workflow to achieve effective segmentation and feature extraction, enhancing the accuracy and reliability of image analysis tasks within your application. | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata/)() | Caches the data private. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging.fileformats.tiff/tiffimage/crop/)(Rectangle) | Crop the image using a specified rectangular region, allowing precise selection of desired content. Integrate this method into your image processing workflow to efficiently remove unwanted areas and focus on essential details, enhancing the overall clarity and composition of the image. | +| override [Crop](../../aspose.imaging.fileformats.tiff/tiffimage/crop/)(int, int, int, int) | Perform cropping on the image by specifying shifts in the left, right, top, and bottom directions. This method enables precise selection of the desired portion of the image, facilitating efficient removal of unwanted areas and focusing on essential content. Integrate this functionality into your image processing pipeline to enhance clarity and composition as needed within your application. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging.fileformats.tiff/tiffimage/dither/)(DitheringMethod, int, IColorPalette) | Execute dithering on the current image to enhance its visual quality and reduce color banding artifacts. Integrate this method into your image processing workflow to ensure smoother transitions between colors, resulting in improved overall image appearance and clarity. | +| override [Filter](../../aspose.imaging.fileformats.tiff/tiffimage/filter/)(Rectangle, FilterOptionsBase) | Filter the content within the specified rectangle, applying a designated image processing filter to enhance or modify the selected region. Integrate this method into your image manipulation workflow to achieve targeted enhancements or transformations within your application. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| override [GetOriginalOptions](../../aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions/)() | Retrieve options derived from the original file settings, facilitating seamless preservation of key parameters such as bit-depth and other essential attributes of the original image. Utilize this method to maintain fidelity and consistency in image processing tasks, ensuring optimal results without unnecessary alterations. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging.fileformats.tiff/tiffimage/grayscale/)() | Convert the image to its grayscale representation, transforming it into a single-channel image where each pixel represents intensity. Integrate this method into your image processing pipeline to simplify analysis and enhance compatibility with grayscale-based algorithms, facilitating various computer vision and image analysis tasks within your application. | +| [InsertFrame](../../aspose.imaging.fileformats.tiff/tiffimage/insertframe/)(int, TiffFrame) | Insert the new frame at the specified index within the frame sequence, ensuring precise control over frame arrangement. Employ this method to manage frame sequences effectively, facilitating dynamic manipulation and organization of image content within your application. | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging.fileformats.tiff/tiffimage/normalizeangle/)(bool, Color) | Utilize the NormalizeAngle method specifically designed for scanned text documents to rectify skewed scans, ensuring accurate alignment. Seamlessly integrate this functionality into your text processing workflows to enhance document readability and quality, improving overall efficiency in text recognition and analysis tasks. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging.fileformats.tiff/tiffimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [RemoveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/removeframe/)(int) | Effortlessly eliminate the frame identified by its index from the image sequence, streamlining frame management within your application. Integrate this functionality to enhance efficiency and precision in frame manipulation, facilitating seamless organization and presentation of image content. | +| [RemoveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/removeframe/)(TiffFrame) | Efficiently remove the specified frame from the image sequence, facilitating streamlined frame management within your application. Integrate this functionality to enhance precision and flexibility in frame manipulation, ensuring seamless organization and presentation of image content. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceFrame](../../aspose.imaging.fileformats.tiff/tiffimage/replaceframe/)(int, TiffFrame) | Substitute the frame at the designated position with another frame seamlessly, facilitating dynamic frame management within the image sequence. Integrate this method to enhance flexibility and precision in frame manipulation, ensuring optimal organization and presentation of image content within your application. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.tiff/tiffimage/resize/)(int, int, ImageResizeSettings) | Adjust the size of the image based on specified settings, allowing for precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. | +| override [Resize](../../aspose.imaging.fileformats.tiff/tiffimage/resize/)(int, int, ResizeType) | Resize the image according to a specified resizing type, facilitating flexible adjustment of image dimensions while preserving aspect ratio or applying specific scaling algorithms. Incorporate this method into your image processing workflow to achieve precise control over resizing operations within your application. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally/)(int, ResizeType) | Conduct a proportional adjustment of the image's height, preserving its aspect ratio for consistent visual integrity. Employ this method to dynamically resize images within your application, ensuring optimal display across diverse platforms and devices without compromising content quality. | +| [ResizeProportional](../../aspose.imaging.fileformats.tiff/tiffimage/resizeproportional/)(int, int, ResizeType) | Conduct a proportional resize operation on the image, preserving its aspect ratio while adjusting its dimensions. Employ this method to dynamically scale images within your application, ensuring consistent visual representation of content integrity. The proportional resize will resize each frame according to the ratio of *newWidth*/width and *newHeight*/height. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally/)(int, ResizeType) | Adjust the width of the image while maintaining its aspect ratio, ensuring proportional resizing for optimal visual presentation. Utilize this method to dynamically scale images within your application, facilitating consistent and aesthetically pleasing rendering across various display contexts. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.tiff/tiffimage/rotate/)(float, bool, Color) | Rotate the image around its center point by a specified angle, enabling precise orientation adjustments. Incorporate this functionality into your image processing pipeline to facilitate accurate transformations, ensuring optimal alignment and presentation of visual content within your application. | +| override [RotateFlip](../../aspose.imaging.fileformats.tiff/tiffimage/rotateflip/)(RotateFlipType) | Perform rotation, flipping, or a combination of both operations exclusively on the active frame. This method allows precise manipulation of individual frames within the image sequence, enhancing flexibility in image editing and composition within your application. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| override [SetResolution](../../aspose.imaging.fileformats.tiff/tiffimage/setresolution/)(double, double) | Establishes the resolution for the specified [`RasterImage`](../../aspose.imaging/rasterimage/), enabling precise control over image rendering and display properties. Integrate this functionality to optimize visual output and ensure compatibility with diverse output devices and platforms, enhancing the overall user experience. | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | ### See Also -* class [TiffImage](../../aspose.imaging.fileformats.tiff/tiffimage) -* namespace [Aspose.Imaging.FileFormats.BigTiff](../../aspose.imaging.fileformats.bigtiff) +* class [TiffImage](../../aspose.imaging.fileformats.tiff/tiffimage/) +* namespace [Aspose.Imaging.FileFormats.BigTiff](../../aspose.imaging.fileformats.bigtiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/addpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/addpage/_index.md index ea79cde7058c..35e47ebb63c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/addpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/addpage/_index.md @@ -1,7 +1,7 @@ --- -title: AddPage +title: BigTiffImage.AddPage second_title: Aspose.Imaging for .NET API Reference -description: +description: BigTiffImage method. Effortlessly expand your BigTiff image by adding a new page with this intuitive method. Perfect for developers seeking to dynamically enhance the content of their multipage images type: docs weight: 20 url: /net/aspose.imaging.fileformats.bigtiff/bigtiffimage/addpage/ @@ -26,9 +26,9 @@ public override void AddPage(RasterImage page) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [BigTiffImage](../../bigtiffimage) -* namespace [Aspose.Imaging.FileFormats.BigTiff](../../bigtiffimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [BigTiffImage](../) +* namespace [Aspose.Imaging.FileFormats.BigTiff](../../bigtiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/bigtiffimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/bigtiffimage/_index.md index 8733200b7773..f2d9e5b642b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/bigtiffimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bigtiff/bigtiffimage/bigtiffimage/_index.md @@ -1,14 +1,14 @@ --- -title: BigTiffImage +title: BigTiffImage.BigTiffImage second_title: Aspose.Imaging for .NET API Reference -description: +description: BigTiffImage constructor. Create a new instance of the BigTiffImage class by initializing it with a TiffFrame parameter. Ideal for developers seeking a convenient way to work with BigTiffImage objects ensuring flexibility and ease of integration into their projects type: docs weight: 10 url: /net/aspose.imaging.fileformats.bigtiff/bigtiffimage/bigtiffimage/ --- -## BigTiffImage constructor (1 of 2) +## BigTiffImage(TiffFrame) {#constructor} -Create a new instance of the [`BigTiffImage`](../../bigtiffimage) class by initializing it with a TiffFrame parameter. Ideal for developers seeking a convenient way to work with BigTiffImage objects, ensuring flexibility and ease of integration into their projects. +Create a new instance of the [`BigTiffImage`](../) class by initializing it with a TiffFrame parameter. Ideal for developers seeking a convenient way to work with BigTiffImage objects, ensuring flexibility and ease of integration into their projects. ```csharp public BigTiffImage(TiffFrame frame) @@ -26,16 +26,16 @@ public BigTiffImage(TiffFrame frame) ### See Also -* class [TiffFrame](../../../aspose.imaging.fileformats.tiff/tiffframe) -* class [BigTiffImage](../../bigtiffimage) -* namespace [Aspose.Imaging.FileFormats.BigTiff](../../bigtiffimage) +* class [TiffFrame](../../../aspose.imaging.fileformats.tiff/tiffframe/) +* class [BigTiffImage](../) +* namespace [Aspose.Imaging.FileFormats.BigTiff](../../bigtiffimage/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffImage constructor (2 of 2) +## BigTiffImage(TiffFrame[]) {#constructor_1} -Begin utilizing the [`BigTiffImage`](../../bigtiffimage) class seamlessly by initializing a new instance with a list of TiffFrames parameter. Perfect for developers seeking a straightforward method to work with BigTiffImage objects containing multiple frames, ensuring efficiency of their projects. +Begin utilizing the [`BigTiffImage`](../) class seamlessly by initializing a new instance with a list of TiffFrames parameter. Perfect for developers seeking a straightforward method to work with BigTiffImage objects containing multiple frames, ensuring efficiency of their projects. ```csharp public BigTiffImage(TiffFrame[] frames) @@ -53,9 +53,9 @@ public BigTiffImage(TiffFrame[] frames) ### See Also -* class [TiffFrame](../../../aspose.imaging.fileformats.tiff/tiffframe) -* class [BigTiffImage](../../bigtiffimage) -* namespace [Aspose.Imaging.FileFormats.BigTiff](../../bigtiffimage) +* class [TiffFrame](../../../aspose.imaging.fileformats.tiff/tiffframe/) +* class [BigTiffImage](../) +* namespace [Aspose.Imaging.FileFormats.BigTiff](../../bigtiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/_index.md index e784fd510406..8c8e4fda2332 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Bmp.Structures second_title: Aspose.Imaging for .NET API Reference -description: The logical structures used to support bitmap header. +description: The logical structures used to support bitmap header type: docs weight: 170 url: /net/aspose.imaging.fileformats.bmp.structures/ @@ -12,7 +12,7 @@ The logical structures, used to support bitmap header. | Class | Description | | --- | --- | -| [CieCoordinates](./ciecoordinates) | The class contains the x,y, and z coordinates of a specific color in a specified color space. | -| [CieCoordinatesTriple](./ciecoordinatestriple) | The class contains the x,y, and z coordinates of the three colors that correspond to the red, green, and blue endpoints for a specified logical color space. | +| [CieCoordinates](./ciecoordinates/) | The class contains the x,y, and z coordinates of a specific color in a specified color space. | +| [CieCoordinatesTriple](./ciecoordinatestriple/) | The class contains the x,y, and z coordinates of the three colors that correspond to the red, green, and blue endpoints for a specified logical color space. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/_index.md index 78c73bd09bda..14ee0e692b58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/_index.md @@ -1,7 +1,7 @@ --- -title: CieCoordinates +title: Class CieCoordinates second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.Structures.CieCoordinates class. The class contains the xy and z coordinates of a specific color in a specified color space type: docs weight: 1410 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ @@ -18,19 +18,19 @@ public class CieCoordinates | Name | Description | | --- | --- | -| [CieCoordinates](ciecoordinates)(byte[]) | Initializes a new instance of the [`CieCoordinates`](../ciecoordinates) class. | +| [CieCoordinates](ciecoordinates/)(byte[]) | Initializes a new instance of the `CieCoordinates` class. | ## Properties | Name | Description | | --- | --- | -| [CieCoordinatesX](../../aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesx) { get; set; } | Gets or sets the coordinates x. | -| [CieCoordinatesY](../../aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesy) { get; set; } | Gets or sets the coordinates y. | -| [CieCoordinatesZ](../../aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesz) { get; set; } | Gets or sets the coordinates z. | +| [CieCoordinatesX](../../aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesx/) { get; set; } | Gets or sets the coordinates x. | +| [CieCoordinatesY](../../aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesy/) { get; set; } | Gets or sets the coordinates y. | +| [CieCoordinatesZ](../../aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesz/) { get; set; } | Gets or sets the coordinates z. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../aspose.imaging.fileformats.bmp.structures) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../aspose.imaging.fileformats.bmp.structures/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinates/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinates/_index.md index 9d5653975f97..cef2cf8a6bec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinates/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinates/_index.md @@ -1,14 +1,14 @@ --- -title: CieCoordinates +title: CieCoordinates.CieCoordinates second_title: Aspose.Imaging for .NET API Reference -description: +description: CieCoordinates constructor. Initializes a new instance of the CieCoordinates class type: docs weight: 10 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinates/ --- ## CieCoordinates constructor -Initializes a new instance of the [`CieCoordinates`](../../ciecoordinates) class. +Initializes a new instance of the [`CieCoordinates`](../) class. ```csharp public CieCoordinates(byte[] bytes) @@ -20,8 +20,8 @@ public CieCoordinates(byte[] bytes) ### See Also -* class [CieCoordinates](../../ciecoordinates) -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinates) +* class [CieCoordinates](../) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinates/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesx/_index.md index 2d0d8aa5d323..8a6965be5d37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesx/_index.md @@ -1,7 +1,7 @@ --- -title: CieCoordinatesX +title: CieCoordinates.CieCoordinatesX second_title: Aspose.Imaging for .NET API Reference -description: +description: CieCoordinates property. Gets or sets the coordinates x type: docs weight: 20 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesx/ @@ -20,8 +20,8 @@ The coordinates x. ### See Also -* class [CieCoordinates](../../ciecoordinates) -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinates) +* class [CieCoordinates](../) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinates/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesy/_index.md index dbf099937c9b..44b99c538b97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesy/_index.md @@ -1,7 +1,7 @@ --- -title: CieCoordinatesY +title: CieCoordinates.CieCoordinatesY second_title: Aspose.Imaging for .NET API Reference -description: +description: CieCoordinates property. Gets or sets the coordinates y type: docs weight: 30 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesy/ @@ -20,8 +20,8 @@ The coordinates y. ### See Also -* class [CieCoordinates](../../ciecoordinates) -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinates) +* class [CieCoordinates](../) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinates/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesz/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesz/_index.md index 554a0992f304..a3f674a3e0f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesz/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesz/_index.md @@ -1,7 +1,7 @@ --- -title: CieCoordinatesZ +title: CieCoordinates.CieCoordinatesZ second_title: Aspose.Imaging for .NET API Reference -description: +description: CieCoordinates property. Gets or sets the coordinates z type: docs weight: 40 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinates/ciecoordinatesz/ @@ -20,8 +20,8 @@ The coordinates z. ### See Also -* class [CieCoordinates](../../ciecoordinates) -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinates) +* class [CieCoordinates](../) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinates/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/_index.md index 7164691847d5..bd5bf281dc1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/_index.md @@ -1,7 +1,7 @@ --- -title: CieCoordinatesTriple +title: Class CieCoordinatesTriple second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.Structures.CieCoordinatesTriple class. The class contains the xy and z coordinates of the three colors that correspond to the red green and blue endpoints for a specified logical color space type: docs weight: 1420 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ @@ -18,19 +18,19 @@ public class CieCoordinatesTriple | Name | Description | | --- | --- | -| [CieCoordinatesTriple](ciecoordinatestriple)(byte[]) | Initializes a new instance of the [`CieCoordinatesTriple`](../ciecoordinatestriple) class. | +| [CieCoordinatesTriple](ciecoordinatestriple/)(byte[]) | Initializes a new instance of the `CieCoordinatesTriple` class. | ## Properties | Name | Description | | --- | --- | -| [CieXyzBlue](../../aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzblue) { get; } | Gets the xyz coordinates of blue endpoint. | -| [CieXyzGreen](../../aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzgreen) { get; } | Gets the xyz coordinates of green endpoint. | -| [CieXyzRed](../../aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzred) { get; } | Gets the xyz coordinates of red endpoint. | +| [CieXyzBlue](../../aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzblue/) { get; } | Gets the xyz coordinates of blue endpoint. | +| [CieXyzGreen](../../aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzgreen/) { get; } | Gets the xyz coordinates of green endpoint. | +| [CieXyzRed](../../aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzred/) { get; } | Gets the xyz coordinates of red endpoint. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../aspose.imaging.fileformats.bmp.structures) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../aspose.imaging.fileformats.bmp.structures/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciecoordinatestriple/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciecoordinatestriple/_index.md index 5a224ee832f8..f3604b7a35b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciecoordinatestriple/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciecoordinatestriple/_index.md @@ -1,14 +1,14 @@ --- -title: CieCoordinatesTriple +title: CieCoordinatesTriple.CieCoordinatesTriple second_title: Aspose.Imaging for .NET API Reference -description: +description: CieCoordinatesTriple constructor. Initializes a new instance of the CieCoordinatesTriple class type: docs weight: 10 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciecoordinatestriple/ --- ## CieCoordinatesTriple constructor -Initializes a new instance of the [`CieCoordinatesTriple`](../../ciecoordinatestriple) class. +Initializes a new instance of the [`CieCoordinatesTriple`](../) class. ```csharp public CieCoordinatesTriple(byte[] bytes) @@ -20,8 +20,8 @@ public CieCoordinatesTriple(byte[] bytes) ### See Also -* class [CieCoordinatesTriple](../../ciecoordinatestriple) -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinatestriple) +* class [CieCoordinatesTriple](../) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinatestriple/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzblue/_index.md index 54f512f0b49d..7af8a7618ba7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzblue/_index.md @@ -1,7 +1,7 @@ --- -title: CieXyzBlue +title: CieCoordinatesTriple.CieXyzBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: CieCoordinatesTriple property. Gets the xyz coordinates of blue endpoint type: docs weight: 20 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzblue/ @@ -20,9 +20,9 @@ The xyz coordinates of blue endpoint. ### See Also -* class [CieCoordinates](../../ciecoordinates) -* class [CieCoordinatesTriple](../../ciecoordinatestriple) -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinatestriple) +* class [CieCoordinates](../../ciecoordinates/) +* class [CieCoordinatesTriple](../) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinatestriple/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzgreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzgreen/_index.md index d8c0cc098b36..9073e0b1bb75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzgreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzgreen/_index.md @@ -1,7 +1,7 @@ --- -title: CieXyzGreen +title: CieCoordinatesTriple.CieXyzGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: CieCoordinatesTriple property. Gets the xyz coordinates of green endpoint type: docs weight: 30 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzgreen/ @@ -20,9 +20,9 @@ The xyz coordinates of green endpoint. ### See Also -* class [CieCoordinates](../../ciecoordinates) -* class [CieCoordinatesTriple](../../ciecoordinatestriple) -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinatestriple) +* class [CieCoordinates](../../ciecoordinates/) +* class [CieCoordinatesTriple](../) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinatestriple/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzred/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzred/_index.md index 41e2720f3f51..894b95a95c3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzred/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzred/_index.md @@ -1,7 +1,7 @@ --- -title: CieXyzRed +title: CieCoordinatesTriple.CieXyzRed second_title: Aspose.Imaging for .NET API Reference -description: +description: CieCoordinatesTriple property. Gets the xyz coordinates of red endpoint type: docs weight: 40 url: /net/aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/ciexyzred/ @@ -20,9 +20,9 @@ The xyz coordinates of red endpoint. ### See Also -* class [CieCoordinates](../../ciecoordinates) -* class [CieCoordinatesTriple](../../ciecoordinatestriple) -* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinatestriple) +* class [CieCoordinates](../../ciecoordinates/) +* class [CieCoordinatesTriple](../) +* namespace [Aspose.Imaging.FileFormats.Bmp.Structures](../../ciecoordinatestriple/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/_index.md index 211c8f488d23..baee1395df31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Bmp second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Bmp file format processing. +description: The namespace handles Bmp file format processing type: docs weight: 160 url: /net/aspose.imaging.fileformats.bmp/ @@ -12,16 +12,16 @@ The namespace handles Bmp file format processing. | Class | Description | | --- | --- | -| [BitmapCoreHeader](./bitmapcoreheader) | Dimensions and color format of DIB. Header name BITMAPCOREHEADER aka OS21XBITMAPHEADER. | -| [BitmapInfoHeader](./bitmapinfoheader) | Specifies BITMAPINFOHEADER. OS Support: Windows NT, 3.1x or later. Features: Adds 16 bpp and 32 bpp formats. Adds RLE compression. | -| [BitmapV4Header](./bitmapv4header) | The BitmapV4Header structure is the bitmap information header file. It is an extended version of the BITMAPINFOHEADER structure. The BitmapV4Header structure is extended to allow a JPEG or PNG image to be passed as the source image to StretchDIBits. | -| [BitmapV5Header](./bitmapv5header) | The BitmapV5Header structure is the bitmap information header file. It is an extended version of the BITMAPINFOHEADER structure. If bV5Height is negative, indicating a top-down DIB, bV5Compression must be either BI_RGB or BI_BITFIELDS. Top-down DIBs cannot be compressed. The Independent Color Management interface (ICM) 2.0 allows International Color Consortium (ICC) color profiles to be linked or embedded in DIBs (DIBs). See Using Structures for more information. When a DIB is loaded into memory, the profile data (if present) should follow the color table, and the bV5ProfileData should provide the offset of the profile data from the beginning of the BITMAPV5HEADER structure. The value stored in bV5ProfileData will be different from the value returned by the sizeof operator given the BITMAPV5HEADER argument, because bV5ProfileData is the offset in bytes from the beginning of the BITMAPV5HEADER structure to the start of the profile data. (Bitmap bits do not follow the color table in memory). Applications should modify the bV5ProfileData member after loading the DIB into memory. For packed DIBs, the profile data should follow the bitmap bits similar to the file format. The bV5ProfileData member should still give the offset of the profile data from the beginning of the BITMAPV5HEADER. Applications should access the profile data only when bV5Size equals the size of the BITMAPV5HEADER and bV5CSType equals PROFILE_EMBEDDED or PROFILE_LINKED. | -| [BmpImage](./bmpimage) | You can effortlessly handle Bitmap (BMP) and Device Independent Bitmap (DIB) files, facilitating efficient manipulation and processing of raster images. Performing various operations on images, this API streamlines the workflow, offering developers a reliable toolkit for working with BMP and DIB formats in their software applications. | -| [Os22XBitmapHeader](./os22xbitmapheader) | An OS/2 2.x OS22XBITMAPHEADER aka BITMAPCOREHEADER2. | +| [BitmapCoreHeader](./bitmapcoreheader/) | Dimensions and color format of DIB. Header name BITMAPCOREHEADER aka OS21XBITMAPHEADER. | +| [BitmapInfoHeader](./bitmapinfoheader/) | Specifies BITMAPINFOHEADER. OS Support: Windows NT, 3.1x or later. Features: Adds 16 bpp and 32 bpp formats. Adds RLE compression. | +| [BitmapV4Header](./bitmapv4header/) | The BitmapV4Header structure is the bitmap information header file. It is an extended version of the BITMAPINFOHEADER structure. The BitmapV4Header structure is extended to allow a JPEG or PNG image to be passed as the source image to StretchDIBits. | +| [BitmapV5Header](./bitmapv5header/) | The BitmapV5Header structure is the bitmap information header file. It is an extended version of the BITMAPINFOHEADER structure. If bV5Height is negative, indicating a top-down DIB, bV5Compression must be either BI_RGB or BI_BITFIELDS. Top-down DIBs cannot be compressed. The Independent Color Management interface (ICM) 2.0 allows International Color Consortium (ICC) color profiles to be linked or embedded in DIBs (DIBs). See Using Structures for more information. When a DIB is loaded into memory, the profile data (if present) should follow the color table, and the bV5ProfileData should provide the offset of the profile data from the beginning of the BITMAPV5HEADER structure. The value stored in bV5ProfileData will be different from the value returned by the sizeof operator given the BITMAPV5HEADER argument, because bV5ProfileData is the offset in bytes from the beginning of the BITMAPV5HEADER structure to the start of the profile data. (Bitmap bits do not follow the color table in memory). Applications should modify the bV5ProfileData member after loading the DIB into memory. For packed DIBs, the profile data should follow the bitmap bits similar to the file format. The bV5ProfileData member should still give the offset of the profile data from the beginning of the BITMAPV5HEADER. Applications should access the profile data only when bV5Size equals the size of the BITMAPV5HEADER and bV5CSType equals PROFILE_EMBEDDED or PROFILE_LINKED. | +| [BmpImage](./bmpimage/) | You can effortlessly handle Bitmap (BMP) and Device Independent Bitmap (DIB) files, facilitating efficient manipulation and processing of raster images. Performing various operations on images, this API streamlines the workflow, offering developers a reliable toolkit for working with BMP and DIB formats in their software applications. | +| [Os22XBitmapHeader](./os22xbitmapheader/) | An OS/2 2.x OS22XBITMAPHEADER aka BITMAPCOREHEADER2. | ## Enumeration | Enumeration | Description | | --- | --- | -| [BitmapCompression](./bitmapcompression) | Specifies different bitmap compression methods. | +| [BitmapCompression](./bitmapcompression/) | Specifies different bitmap compression methods. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcompression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcompression/_index.md index 7772ca0f41f9..d788e09c1bf4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcompression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcompression/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapCompression +title: Enum BitmapCompression second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.BitmapCompression enum. Specifies different bitmap compression methods type: docs weight: 1340 url: /net/aspose.imaging.fileformats.bmp/bitmapcompression/ @@ -27,7 +27,7 @@ public enum BitmapCompression : uint | AlphaBitfields | `6` | RGBA bit fields. Can be used only with 16 and 32-bit/pixel bitmaps. | | Dxt1 | `827611204` | DXT1 compression. The bitmap contains a texture. | -### Examples +## Examples The example shows how to export a BmpImage with the Rgb compression type. @@ -68,7 +68,7 @@ using (Image pngImage = Image.Load(sourcePath)) ### See Also -* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/_index.md index 3388a63c61c3..d5199003ae0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapCoreHeader +title: Class BitmapCoreHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.BitmapCoreHeader class. Dimensions and color format of DIB. Header name BITMAPCOREHEADER aka OS21XBITMAPHEADER type: docs weight: 1350 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/ @@ -18,28 +18,28 @@ public abstract class BitmapCoreHeader | Name | Description | | --- | --- | -| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight) { get; set; } | Gets or sets bitmap height. | -| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes) { get; set; } | Gets or sets number of planes. | -| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth) { get; set; } | Gets or sets bitmap width. | -| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel) { get; set; } | Gets or sets bits per pixel count. | -| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize) { get; set; } | Gets or sets size of this structure in bytes. | +| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/) { get; set; } | Gets or sets bitmap height. | +| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/) { get; set; } | Gets or sets number of planes. | +| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/) { get; set; } | Gets or sets bitmap width. | +| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/) { get; set; } | Gets or sets bits per pixel count. | +| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/) { get; set; } | Gets or sets size of this structure in bytes. | ## Fields | Name | Description | | --- | --- | -| const [BitmapCoreHeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapcoreheadersize) | The BITMAPCOREHEADER aka OS21XBITMAPHEADER header size | -| const [BitmapInfoHeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersize) | The bitmap information header size v3 | -| const [BitmapInfoHeaderSizeV2](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev2) | The bitmap information header size v2 | -| const [BitmapInfoHeaderSizeV3](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev3) | The bitmap information header size v3 | -| const [BitmapInfoHeaderSizeV4](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev4) | The bitmap information header size v4 | -| const [BitmapInfoHeaderSizeV5](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev5) | The bitmap information header size v5 | -| const [Os22XBitmapHeaderFullSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheaderfullsize) | The bitmap core header2 size | -| const [Os22XBitmapHeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheadersize) | The bitmap core header2 size | +| const [BitmapCoreHeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapcoreheadersize/) | The BITMAPCOREHEADER aka OS21XBITMAPHEADER header size | +| const [BitmapInfoHeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersize/) | The bitmap information header size v3 | +| const [BitmapInfoHeaderSizeV2](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev2/) | The bitmap information header size v2 | +| const [BitmapInfoHeaderSizeV3](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev3/) | The bitmap information header size v3 | +| const [BitmapInfoHeaderSizeV4](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev4/) | The bitmap information header size v4 | +| const [BitmapInfoHeaderSizeV5](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev5/) | The bitmap information header size v5 | +| const [Os22XBitmapHeaderFullSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheaderfullsize/) | The bitmap core header2 size | +| const [Os22XBitmapHeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheadersize/) | The bitmap core header2 size | ### See Also -* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapcoreheadersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapcoreheadersize/_index.md index 101ddcd3f44a..7b0a619dbebe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapcoreheadersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapcoreheadersize/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapCoreHeaderSize +title: BitmapCoreHeader.BitmapCoreHeaderSize second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader field. The BITMAPCOREHEADER aka OS21XBITMAPHEADER header size type: docs weight: 60 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapcoreheadersize/ @@ -16,8 +16,8 @@ public const int BitmapCoreHeaderSize; ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/_index.md index adee380e6e48..305bfdc9a973 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapHeight +title: BitmapCoreHeader.BitmapHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader property. Gets or sets bitmap height type: docs weight: 10 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/ @@ -16,8 +16,8 @@ public int BitmapHeight { get; set; } ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersize/_index.md index bdb2e617c583..561f718939dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersize/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapInfoHeaderSize +title: BitmapCoreHeader.BitmapInfoHeaderSize second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader field. The bitmap information header size v3 type: docs weight: 70 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersize/ @@ -16,8 +16,8 @@ public const int BitmapInfoHeaderSize; ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev2/_index.md index 7d36cc1c81f9..a29bf283b80e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev2/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapInfoHeaderSizeV2 +title: BitmapCoreHeader.BitmapInfoHeaderSizeV2 second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader field. The bitmap information header size v2 type: docs weight: 80 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev2/ @@ -16,8 +16,8 @@ public const int BitmapInfoHeaderSizeV2; ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev3/_index.md index 6b30a1034a37..05367c133abe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev3/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapInfoHeaderSizeV3 +title: BitmapCoreHeader.BitmapInfoHeaderSizeV3 second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader field. The bitmap information header size v3 type: docs weight: 90 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev3/ @@ -16,8 +16,8 @@ public const int BitmapInfoHeaderSizeV3; ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev4/_index.md index b321db010b71..84d5604cc270 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev4/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapInfoHeaderSizeV4 +title: BitmapCoreHeader.BitmapInfoHeaderSizeV4 second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader field. The bitmap information header size v4 type: docs weight: 100 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev4/ @@ -16,8 +16,8 @@ public const int BitmapInfoHeaderSizeV4; ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev5/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev5/_index.md index 76011f7cae08..50e9d344b1fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev5/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev5/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapInfoHeaderSizeV5 +title: BitmapCoreHeader.BitmapInfoHeaderSizeV5 second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader field. The bitmap information header size v5 type: docs weight: 110 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapinfoheadersizev5/ @@ -16,8 +16,8 @@ public const int BitmapInfoHeaderSizeV5; ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/_index.md index d53b8e146b86..92d48b58f4dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapPlanes +title: BitmapCoreHeader.BitmapPlanes second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader property. Gets or sets number of planes type: docs weight: 20 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/ @@ -16,8 +16,8 @@ public ushort BitmapPlanes { get; set; } ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/_index.md index bdd6c0981266..ae1d915652c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapWidth +title: BitmapCoreHeader.BitmapWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader property. Gets or sets bitmap width type: docs weight: 30 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/ @@ -16,8 +16,8 @@ public int BitmapWidth { get; set; } ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/_index.md index e7b3972b64ff..ed7347888352 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: BitmapCoreHeader.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader property. Gets or sets bits per pixel count type: docs weight: 40 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/ @@ -16,8 +16,8 @@ public ushort BitsPerPixel { get; set; } ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/_index.md index aed8c3ad9963..7d6debe5ab91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/_index.md @@ -1,7 +1,7 @@ --- -title: HeaderSize +title: BitmapCoreHeader.HeaderSize second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader property. Gets or sets size of this structure in bytes type: docs weight: 50 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/ @@ -16,8 +16,8 @@ public uint HeaderSize { get; set; } ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheaderfullsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheaderfullsize/_index.md index 13477a7124be..13c07c530a4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheaderfullsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheaderfullsize/_index.md @@ -1,7 +1,7 @@ --- -title: Os22XBitmapHeaderFullSize +title: BitmapCoreHeader.Os22XBitmapHeaderFullSize second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader field. The bitmap core header2 size type: docs weight: 120 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheaderfullsize/ @@ -16,8 +16,8 @@ public const int Os22XBitmapHeaderFullSize; ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheadersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheadersize/_index.md index 8ffd98040b39..0062cc865a71 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheadersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheadersize/_index.md @@ -1,7 +1,7 @@ --- -title: Os22XBitmapHeaderSize +title: BitmapCoreHeader.Os22XBitmapHeaderSize second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapCoreHeader field. The bitmap core header2 size type: docs weight: 130 url: /net/aspose.imaging.fileformats.bmp/bitmapcoreheader/os22xbitmapheadersize/ @@ -16,8 +16,8 @@ public const int Os22XBitmapHeaderSize; ### See Also -* class [BitmapCoreHeader](../../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader) +* class [BitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/_index.md index 111700ad4c86..b402311a1fc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapInfoHeader +title: Class BitmapInfoHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.BitmapInfoHeader class. Specifies BITMAPINFOHEADER. OS Support Windows NT 3.1x or later. Features Adds 16 bpp and 32 bpp formats. Adds RLE compression type: docs weight: 1360 url: /net/aspose.imaging.fileformats.bmp/bitmapinfoheader/ @@ -18,23 +18,23 @@ public class BitmapInfoHeader : BitmapCoreHeader | Name | Description | | --- | --- | -| [BitmapColorsImportant](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant) { get; set; } | Gets or sets number of important palette colors. | -| [BitmapColorsUsed](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused) { get; set; } | Gets or sets number of palette colors used. | -| [BitmapCompression](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression) { get; set; } | Gets or sets bitmap compression. | -| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight) { get; set; } | Gets or sets bitmap height. | -| [BitmapImageSize](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize) { get; set; } | Gets or sets specifies bitmap raw data size in bytes. | -| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes) { get; set; } | Gets or sets number of planes. | -| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth) { get; set; } | Gets or sets bitmap width. | -| [BitmapXPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter) { get; set; } | Gets or sets horizontal pixels resolution. | -| [BitmapYPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter) { get; set; } | Gets or sets vertical pixels resolution. | -| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel) { get; set; } | Gets or sets bits per pixel count. | -| [ExtraBitMasks](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks) { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](./bitmapcompression) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). | -| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize) { get; set; } | Gets or sets size of this structure in bytes. | +| [BitmapColorsImportant](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/) { get; set; } | Gets or sets number of important palette colors. | +| [BitmapColorsUsed](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/) { get; set; } | Gets or sets number of palette colors used. | +| [BitmapCompression](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/) { get; set; } | Gets or sets bitmap compression. | +| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/) { get; set; } | Gets or sets bitmap height. | +| [BitmapImageSize](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/) { get; set; } | Gets or sets specifies bitmap raw data size in bytes. | +| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/) { get; set; } | Gets or sets number of planes. | +| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/) { get; set; } | Gets or sets bitmap width. | +| [BitmapXPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/) { get; set; } | Gets or sets horizontal pixels resolution. | +| [BitmapYPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/) { get; set; } | Gets or sets vertical pixels resolution. | +| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/) { get; set; } | Gets or sets bits per pixel count. | +| [ExtraBitMasks](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/) { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](./bitmapcompression/) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). | +| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/) { get; set; } | Gets or sets size of this structure in bytes. | ### See Also -* class [BitmapCoreHeader](../bitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp) +* class [BitmapCoreHeader](../bitmapcoreheader/) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/_index.md index 914e1d9c4c9b..9abb0fde92c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapColorsImportant +title: BitmapInfoHeader.BitmapColorsImportant second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapInfoHeader property. Gets or sets number of important palette colors type: docs weight: 10 url: /net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/ @@ -16,8 +16,8 @@ public uint BitmapColorsImportant { get; set; } ### See Also -* class [BitmapInfoHeader](../../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader) +* class [BitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/_index.md index 7e7e4d92159a..4535ecc34c53 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapColorsUsed +title: BitmapInfoHeader.BitmapColorsUsed second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapInfoHeader property. Gets or sets number of palette colors used type: docs weight: 20 url: /net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/ @@ -16,8 +16,8 @@ public uint BitmapColorsUsed { get; set; } ### See Also -* class [BitmapInfoHeader](../../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader) +* class [BitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/_index.md index 9601faa956ff..ba43cec0c498 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapCompression +title: BitmapInfoHeader.BitmapCompression second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapInfoHeader property. Gets or sets bitmap compression type: docs weight: 30 url: /net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/ @@ -16,8 +16,8 @@ public uint BitmapCompression { get; set; } ### See Also -* class [BitmapInfoHeader](../../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader) +* class [BitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/_index.md index c2e4cd229c8d..6904a7e0f80c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapImageSize +title: BitmapInfoHeader.BitmapImageSize second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapInfoHeader property. Gets or sets specifies bitmap raw data size in bytes type: docs weight: 40 url: /net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/ @@ -16,8 +16,8 @@ public uint BitmapImageSize { get; set; } ### See Also -* class [BitmapInfoHeader](../../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader) +* class [BitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/_index.md index a2bf01783730..5b71bed7f928 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapXPelsPerMeter +title: BitmapInfoHeader.BitmapXPelsPerMeter second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapInfoHeader property. Gets or sets horizontal pixels resolution type: docs weight: 50 url: /net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/ @@ -16,8 +16,8 @@ public int BitmapXPelsPerMeter { get; set; } ### See Also -* class [BitmapInfoHeader](../../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader) +* class [BitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/_index.md index a86671bb13f1..ee9f305e92b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapYPelsPerMeter +title: BitmapInfoHeader.BitmapYPelsPerMeter second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapInfoHeader property. Gets or sets vertical pixels resolution type: docs weight: 60 url: /net/aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/ @@ -16,8 +16,8 @@ public int BitmapYPelsPerMeter { get; set; } ### See Also -* class [BitmapInfoHeader](../../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader) +* class [BitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/_index.md index 891d408d23fa..a65e033da529 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/_index.md @@ -1,14 +1,14 @@ --- -title: ExtraBitMasks +title: BitmapInfoHeader.ExtraBitMasks second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapInfoHeader property. Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the BitmapCompression is set to either Bitfields RGB or AlphaBitfields RGBA type: docs weight: 70 url: /net/aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/ --- ## BitmapInfoHeader.ExtraBitMasks property -Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](../bitmapcompression) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). +Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](../bitmapcompression/) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). ```csharp public int[] ExtraBitMasks { get; set; } @@ -16,8 +16,8 @@ public int[] ExtraBitMasks { get; set; } ### See Also -* class [BitmapInfoHeader](../../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader) +* class [BitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/_index.md index ed6f3f9c0f2e..1b641932ee8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapV4Header +title: Class BitmapV4Header second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.BitmapV4Header class. The BitmapV4Header structure is the bitmap information header file. It is an extended version of the BITMAPINFOHEADER structure. The BitmapV4Header structure is extended to allow a JPEG or PNG image to be passed as the source image to StretchDIBits type: docs weight: 1370 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/ @@ -18,32 +18,32 @@ public class BitmapV4Header : BitmapInfoHeader | Name | Description | | --- | --- | -| [AlphaMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/alphamask) { get; set; } | Gets or sets the color mask that specifies the alpha component of each pixel. | -| [BitmapColorsImportant](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant) { get; set; } | Gets or sets number of important palette colors. | -| [BitmapColorsUsed](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused) { get; set; } | Gets or sets number of palette colors used. | -| [BitmapCompression](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression) { get; set; } | Gets or sets bitmap compression. | -| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight) { get; set; } | Gets or sets bitmap height. | -| [BitmapImageSize](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize) { get; set; } | Gets or sets specifies bitmap raw data size in bytes. | -| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes) { get; set; } | Gets or sets number of planes. | -| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth) { get; set; } | Gets or sets bitmap width. | -| [BitmapXPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter) { get; set; } | Gets or sets horizontal pixels resolution. | -| [BitmapYPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter) { get; set; } | Gets or sets vertical pixels resolution. | -| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel) { get; set; } | Gets or sets bits per pixel count. | -| [BlueMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/bluemask) { get; set; } | Gets or sets the color mask that specifies the blue component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | -| [CSType](../../aspose.imaging.fileformats.bmp/bitmapv4header/cstype) { get; set; } | Gets or sets the color space of the DIB. | -| [Endpoints](../../aspose.imaging.fileformats.bmp/bitmapv4header/endpoints) { get; set; } | Gets or sets the CoordinatesTriple class. | -| [ExtraBitMasks](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks) { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](../bitmapinfoheader/bitmapcompression) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). | -| [GammaBlue](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammablue) { get; set; } | Gets or sets the gamma blue. | -| [GammaGreen](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen) { get; set; } | Gets or sets the gamma green. | -| [GammaRed](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammared) { get; set; } | Gets or sets the gamma red. | -| [GreenMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/greenmask) { get; set; } | Gets or sets the color mask that specifies the green component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | -| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize) { get; set; } | Gets or sets size of this structure in bytes. | -| [RedMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/redmask) { get; set; } | Gets or sets the color mask that specifies the red component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | +| [AlphaMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/alphamask/) { get; set; } | Gets or sets the color mask that specifies the alpha component of each pixel. | +| [BitmapColorsImportant](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/) { get; set; } | Gets or sets number of important palette colors. | +| [BitmapColorsUsed](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/) { get; set; } | Gets or sets number of palette colors used. | +| [BitmapCompression](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/) { get; set; } | Gets or sets bitmap compression. | +| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/) { get; set; } | Gets or sets bitmap height. | +| [BitmapImageSize](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/) { get; set; } | Gets or sets specifies bitmap raw data size in bytes. | +| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/) { get; set; } | Gets or sets number of planes. | +| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/) { get; set; } | Gets or sets bitmap width. | +| [BitmapXPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/) { get; set; } | Gets or sets horizontal pixels resolution. | +| [BitmapYPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/) { get; set; } | Gets or sets vertical pixels resolution. | +| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/) { get; set; } | Gets or sets bits per pixel count. | +| [BlueMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/bluemask/) { get; set; } | Gets or sets the color mask that specifies the blue component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | +| [CSType](../../aspose.imaging.fileformats.bmp/bitmapv4header/cstype/) { get; set; } | Gets or sets the color space of the DIB. | +| [Endpoints](../../aspose.imaging.fileformats.bmp/bitmapv4header/endpoints/) { get; set; } | Gets or sets the CoordinatesTriple class. | +| [ExtraBitMasks](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/) { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](../bitmapinfoheader/bitmapcompression/) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). | +| [GammaBlue](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammablue/) { get; set; } | Gets or sets the gamma blue. | +| [GammaGreen](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen/) { get; set; } | Gets or sets the gamma green. | +| [GammaRed](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammared/) { get; set; } | Gets or sets the gamma red. | +| [GreenMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/greenmask/) { get; set; } | Gets or sets the color mask that specifies the green component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | +| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/) { get; set; } | Gets or sets size of this structure in bytes. | +| [RedMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/redmask/) { get; set; } | Gets or sets the color mask that specifies the red component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | ### See Also -* class [BitmapInfoHeader](../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp) +* class [BitmapInfoHeader](../bitmapinfoheader/) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/alphamask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/alphamask/_index.md index cd7c0021b47f..d18c09dc6126 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/alphamask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/alphamask/_index.md @@ -1,7 +1,7 @@ --- -title: AlphaMask +title: BitmapV4Header.AlphaMask second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the color mask that specifies the alpha component of each pixel type: docs weight: 10 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/alphamask/ @@ -16,8 +16,8 @@ public int AlphaMask { get; set; } ### See Also -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/bluemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/bluemask/_index.md index 66c7d499c80b..10881041f3cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/bluemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/bluemask/_index.md @@ -1,7 +1,7 @@ --- -title: BlueMask +title: BitmapV4Header.BlueMask second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the color mask that specifies the blue component of each pixel valid only if bV4Compression is set to BI_BITFIELDS type: docs weight: 20 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/bluemask/ @@ -16,8 +16,8 @@ public int BlueMask { get; set; } ### See Also -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/cstype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/cstype/_index.md index eb3edbd27240..859febcca334 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/cstype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/cstype/_index.md @@ -1,7 +1,7 @@ --- -title: CSType +title: BitmapV4Header.CSType second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the color space of the DIB type: docs weight: 30 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/cstype/ @@ -16,8 +16,8 @@ public int CSType { get; set; } ### See Also -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/endpoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/endpoints/_index.md index c61ac4edf1a9..7947f7d7f2de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/endpoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/endpoints/_index.md @@ -1,7 +1,7 @@ --- -title: Endpoints +title: BitmapV4Header.Endpoints second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the CoordinatesTriple class type: docs weight: 40 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/endpoints/ @@ -20,9 +20,9 @@ The endpoints. ### See Also -* class [CieCoordinatesTriple](../../../aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple) -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [CieCoordinatesTriple](../../../aspose.imaging.fileformats.bmp.structures/ciecoordinatestriple/) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammablue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammablue/_index.md index 5c253c9b4f25..405f53b8eade 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammablue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammablue/_index.md @@ -1,7 +1,7 @@ --- -title: GammaBlue +title: BitmapV4Header.GammaBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the gamma blue type: docs weight: 50 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/gammablue/ @@ -20,8 +20,8 @@ The gamma blue. ### See Also -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen/_index.md index 078269e0f440..a20cca3bfd33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen/_index.md @@ -1,7 +1,7 @@ --- -title: GammaGreen +title: BitmapV4Header.GammaGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the gamma green type: docs weight: 60 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen/ @@ -20,8 +20,8 @@ The gamma green. ### See Also -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammared/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammared/_index.md index 29002d80a254..2d96ad826a7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammared/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/gammared/_index.md @@ -1,7 +1,7 @@ --- -title: GammaRed +title: BitmapV4Header.GammaRed second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the gamma red type: docs weight: 70 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/gammared/ @@ -20,8 +20,8 @@ The gamma red. ### See Also -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/greenmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/greenmask/_index.md index 8e992512e827..2a3a11887080 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/greenmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/greenmask/_index.md @@ -1,7 +1,7 @@ --- -title: GreenMask +title: BitmapV4Header.GreenMask second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the color mask that specifies the green component of each pixel valid only if bV4Compression is set to BI_BITFIELDS type: docs weight: 80 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/greenmask/ @@ -16,8 +16,8 @@ public int GreenMask { get; set; } ### See Also -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/redmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/redmask/_index.md index 81cecf4d795f..36efe0521174 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/redmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv4header/redmask/_index.md @@ -1,7 +1,7 @@ --- -title: RedMask +title: BitmapV4Header.RedMask second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV4Header property. Gets or sets the color mask that specifies the red component of each pixel valid only if bV4Compression is set to BI_BITFIELDS type: docs weight: 90 url: /net/aspose.imaging.fileformats.bmp/bitmapv4header/redmask/ @@ -16,8 +16,8 @@ public int RedMask { get; set; } ### See Also -* class [BitmapV4Header](../../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header) +* class [BitmapV4Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv4header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/_index.md index 90077a3b4351..853d0b3e5277 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapV5Header +title: Class BitmapV5Header second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.BitmapV5Header class. The BitmapV5Header structure is the bitmap information header file. It is an extended version of the BITMAPINFOHEADER structure. If bV5Height is negative indicating a topdown DIB bV5Compression must be either BI_RGB or BI_BITFIELDS. Topdown DIBs cannot be compressed. The Independent Color Management interface ICM 2.0 allows International Color Consortium ICC color profiles to be linked or embedded in DIBs DIBs. See Using Structures for more information. When a DIB is loaded into memory the profile data if present should follow the color table and the bV5ProfileData should provide the offset of the profile data from the beginning of the BITMAPV5HEADER structure. The value stored in bV5ProfileData will be different from the value returned by the sizeof operator given the BITMAPV5HEADER argument because bV5ProfileData is the offset in bytes from the beginning of the BITMAPV5HEADER structure to the start of the profile data. Bitmap bits do not follow the color table in memory. Applications should modify the bV5ProfileData member after loading the DIB into memory. For packed DIBs the profile data should follow the bitmap bits similar to the file format. The bV5ProfileData member should still give the offset of the profile data from the beginning of the BITMAPV5HEADER. Applications should access the profile data only when bV5Size equals the size of the BITMAPV5HEADER and bV5CSType equals PROFILE_EMBEDDED or PROFILE_LINKED type: docs weight: 1380 url: /net/aspose.imaging.fileformats.bmp/bitmapv5header/ @@ -18,36 +18,36 @@ public class BitmapV5Header : BitmapV4Header | Name | Description | | --- | --- | -| [AlphaMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/alphamask) { get; set; } | Gets or sets the color mask that specifies the alpha component of each pixel. | -| [BitmapColorsImportant](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant) { get; set; } | Gets or sets number of important palette colors. | -| [BitmapColorsUsed](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused) { get; set; } | Gets or sets number of palette colors used. | -| [BitmapCompression](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression) { get; set; } | Gets or sets bitmap compression. | -| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight) { get; set; } | Gets or sets bitmap height. | -| [BitmapImageSize](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize) { get; set; } | Gets or sets specifies bitmap raw data size in bytes. | -| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes) { get; set; } | Gets or sets number of planes. | -| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth) { get; set; } | Gets or sets bitmap width. | -| [BitmapXPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter) { get; set; } | Gets or sets horizontal pixels resolution. | -| [BitmapYPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter) { get; set; } | Gets or sets vertical pixels resolution. | -| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel) { get; set; } | Gets or sets bits per pixel count. | -| [BlueMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/bluemask) { get; set; } | Gets or sets the color mask that specifies the blue component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | -| [CSType](../../aspose.imaging.fileformats.bmp/bitmapv4header/cstype) { get; set; } | Gets or sets the color space of the DIB. | -| [Endpoints](../../aspose.imaging.fileformats.bmp/bitmapv4header/endpoints) { get; set; } | Gets or sets the CoordinatesTriple class. | -| [ExtraBitMasks](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks) { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](../bitmapinfoheader/bitmapcompression) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). | -| [GammaBlue](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammablue) { get; set; } | Gets or sets the gamma blue. | -| [GammaGreen](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen) { get; set; } | Gets or sets the gamma green. | -| [GammaRed](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammared) { get; set; } | Gets or sets the gamma red. | -| [GreenMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/greenmask) { get; set; } | Gets or sets the color mask that specifies the green component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | -| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize) { get; set; } | Gets or sets size of this structure in bytes. | -| [Intent](../../aspose.imaging.fileformats.bmp/bitmapv5header/intent) { get; set; } | Gets or sets the rendering intent for bitmap. | -| [ProfileData](../../aspose.imaging.fileformats.bmp/bitmapv5header/profiledata) { get; set; } | Gets or sets the profile data. | -| [ProfileSize](../../aspose.imaging.fileformats.bmp/bitmapv5header/profilesize) { get; set; } | Gets or sets the size of the profile. | -| [RedMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/redmask) { get; set; } | Gets or sets the color mask that specifies the red component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | -| [Reserved](../../aspose.imaging.fileformats.bmp/bitmapv5header/reserved) { get; set; } | Gets or sets the reserved member. | +| [AlphaMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/alphamask/) { get; set; } | Gets or sets the color mask that specifies the alpha component of each pixel. | +| [BitmapColorsImportant](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/) { get; set; } | Gets or sets number of important palette colors. | +| [BitmapColorsUsed](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/) { get; set; } | Gets or sets number of palette colors used. | +| [BitmapCompression](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/) { get; set; } | Gets or sets bitmap compression. | +| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/) { get; set; } | Gets or sets bitmap height. | +| [BitmapImageSize](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/) { get; set; } | Gets or sets specifies bitmap raw data size in bytes. | +| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/) { get; set; } | Gets or sets number of planes. | +| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/) { get; set; } | Gets or sets bitmap width. | +| [BitmapXPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/) { get; set; } | Gets or sets horizontal pixels resolution. | +| [BitmapYPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/) { get; set; } | Gets or sets vertical pixels resolution. | +| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/) { get; set; } | Gets or sets bits per pixel count. | +| [BlueMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/bluemask/) { get; set; } | Gets or sets the color mask that specifies the blue component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | +| [CSType](../../aspose.imaging.fileformats.bmp/bitmapv4header/cstype/) { get; set; } | Gets or sets the color space of the DIB. | +| [Endpoints](../../aspose.imaging.fileformats.bmp/bitmapv4header/endpoints/) { get; set; } | Gets or sets the CoordinatesTriple class. | +| [ExtraBitMasks](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/) { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](../bitmapinfoheader/bitmapcompression/) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). | +| [GammaBlue](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammablue/) { get; set; } | Gets or sets the gamma blue. | +| [GammaGreen](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammagreen/) { get; set; } | Gets or sets the gamma green. | +| [GammaRed](../../aspose.imaging.fileformats.bmp/bitmapv4header/gammared/) { get; set; } | Gets or sets the gamma red. | +| [GreenMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/greenmask/) { get; set; } | Gets or sets the color mask that specifies the green component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | +| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/) { get; set; } | Gets or sets size of this structure in bytes. | +| [Intent](../../aspose.imaging.fileformats.bmp/bitmapv5header/intent/) { get; set; } | Gets or sets the rendering intent for bitmap. | +| [ProfileData](../../aspose.imaging.fileformats.bmp/bitmapv5header/profiledata/) { get; set; } | Gets or sets the profile data. | +| [ProfileSize](../../aspose.imaging.fileformats.bmp/bitmapv5header/profilesize/) { get; set; } | Gets or sets the size of the profile. | +| [RedMask](../../aspose.imaging.fileformats.bmp/bitmapv4header/redmask/) { get; set; } | Gets or sets the color mask that specifies the red component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS. | +| [Reserved](../../aspose.imaging.fileformats.bmp/bitmapv5header/reserved/) { get; set; } | Gets or sets the reserved member. | ### See Also -* class [BitmapV4Header](../bitmapv4header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp) +* class [BitmapV4Header](../bitmapv4header/) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/intent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/intent/_index.md index a2806468487a..b500b0d6d780 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/intent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/intent/_index.md @@ -1,7 +1,7 @@ --- -title: Intent +title: BitmapV5Header.Intent second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV5Header property. Gets or sets the rendering intent for bitmap type: docs weight: 10 url: /net/aspose.imaging.fileformats.bmp/bitmapv5header/intent/ @@ -20,8 +20,8 @@ The intent. ### See Also -* class [BitmapV5Header](../../bitmapv5header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv5header) +* class [BitmapV5Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv5header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/profiledata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/profiledata/_index.md index 2956ecba6d04..90cd28439937 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/profiledata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/profiledata/_index.md @@ -1,7 +1,7 @@ --- -title: ProfileData +title: BitmapV5Header.ProfileData second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV5Header property. Gets or sets the profile data type: docs weight: 20 url: /net/aspose.imaging.fileformats.bmp/bitmapv5header/profiledata/ @@ -20,8 +20,8 @@ The profile data. ### See Also -* class [BitmapV5Header](../../bitmapv5header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv5header) +* class [BitmapV5Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv5header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/profilesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/profilesize/_index.md index 795789be1137..dec7f3f86fd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/profilesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/profilesize/_index.md @@ -1,7 +1,7 @@ --- -title: ProfileSize +title: BitmapV5Header.ProfileSize second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV5Header property. Gets or sets the size of the profile type: docs weight: 30 url: /net/aspose.imaging.fileformats.bmp/bitmapv5header/profilesize/ @@ -20,8 +20,8 @@ The size of the profile. ### See Also -* class [BitmapV5Header](../../bitmapv5header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv5header) +* class [BitmapV5Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv5header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/reserved/_index.md index 8a6c2e1d9193..2ce0bcedf265 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bitmapv5header/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: BitmapV5Header.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: BitmapV5Header property. Gets or sets the reserved member type: docs weight: 40 url: /net/aspose.imaging.fileformats.bmp/bitmapv5header/reserved/ @@ -20,8 +20,8 @@ The reserved value. ### See Also -* class [BitmapV5Header](../../bitmapv5header) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv5header) +* class [BitmapV5Header](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bitmapv5header/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/_index.md index b916646c7233..6e2492ab1d7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/_index.md @@ -1,7 +1,7 @@ --- -title: BmpImage +title: Class BmpImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.BmpImage class. You can effortlessly handle Bitmap BMP and Device Independent Bitmap DIB files facilitating efficient manipulation and processing of raster images. Performing various operations on images this API streamlines the workflow offering developers a reliable toolkit for working with BMP and DIB formats in their software applications type: docs weight: 1390 url: /net/aspose.imaging.fileformats.bmp/bmpimage/ @@ -18,141 +18,141 @@ public sealed class BmpImage : RasterCachedImage | Name | Description | | --- | --- | -| [BmpImage](bmpimage)(RasterImage) | Effortlessly create a new instance of the [`BmpImage`](../bmpimage) class by initializing it with a RasterImage object. Perfect for developers looking to seamlessly convert existing raster images to the BmpImage format, ensuring compatibility and ease of integration into their projects. | -| [BmpImage](bmpimage)(Stream) | Begin using the [`BmpImage`](../bmpimage) class effortlessly by initializing a new instance with this constructor, using a stream as input. Perfect for developers seeking a convenient way to work with BmpImage objects from various data sources, ensuring flexibility and ease of integration. | -| [BmpImage](bmpimage)(string) | Start using the BmpImage class effortlessly with this constructor that initializes a new instance. Perfect for developers who want to get up and running with [`BmpImage`](../bmpimage) objects quickly and efficiently. | -| [BmpImage](bmpimage)(int, int) | Start using the [`BmpImage`](../bmpimage) class effortlessly by creating a new instance with specified width and height parameters. Ideal for developers seeking a convenient way to generate BmpImage objects of custom dimensions, ensuring flexibility and ease of integration into their projects. | -| [BmpImage](bmpimage)(int, int, ushort, IColorPalette) | Begin using the [`BmpImage`](../bmpimage) class seamlessly by initializing a new instance with parameters such as width, height, bit depth, and palette. Perfect for developers seeking a straightforward way to create BmpImage objects with custom dimensions and color configurations, ensuring flexibility and efficiency in their projects. | -| [BmpImage](bmpimage)(RasterImage, ushort, BitmapCompression, double, double) | Start working with the [`BmpImage`](../bmpimage) class seamlessly by creating a new instance using a rasterImage along with specified parameters like bitsPerPixel and compression. Perfect for developers seeking a straightforward way to handle BmpImage objects, ensuring flexibility and efficiency in their projects. | -| [BmpImage](bmpimage)(Stream, ushort, BitmapCompression, double, double) | Start working with the [`BmpImage`](../bmpimage) class seamlessly by creating a new instance using a stream, along with specified parameters like bitsPerPixel and compression. Perfect for developers seeking a straightforward way to handle BmpImage objects, ensuring flexibility and efficiency in their projects. | -| [BmpImage](bmpimage)(string, ushort, BitmapCompression, double, double) | Effortlessly create a new instance of the [`BmpImage`](../bmpimage) class with this constructor, using specified parameters like path, bitsPerPixel, and compression. Ideal for developers looking to initialize BmpImage objects quickly and efficiently, with precise control over image characteristics. | -| [BmpImage](bmpimage)(int, int, ushort, IColorPalette, BitmapCompression, double, double) | Effortlessly create a new instance of the [`BmpImage`](../bmpimage) class with this constructor, specifying parameters like width, height, bitsPerPixel, and palette. Perfect for developers seeking a convenient way to generate BmpImage objects with custom dimensions and color configurations, ensuring flexibility and ease of integration into their projects. | +| [BmpImage](bmpimage/#constructor)(RasterImage) | Effortlessly create a new instance of the `BmpImage` class by initializing it with a RasterImage object. Perfect for developers looking to seamlessly convert existing raster images to the BmpImage format, ensuring compatibility and ease of integration into their projects. | +| [BmpImage](bmpimage/#constructor_5)(Stream) | Begin using the `BmpImage` class effortlessly by initializing a new instance with this constructor, using a stream as input. Perfect for developers seeking a convenient way to work with BmpImage objects from various data sources, ensuring flexibility and ease of integration. | +| [BmpImage](bmpimage/#constructor_7)(string) | Start using the BmpImage class effortlessly with this constructor that initializes a new instance. Perfect for developers who want to get up and running with `BmpImage` objects quickly and efficiently. | +| [BmpImage](bmpimage/#constructor_2)(int, int) | Start using the `BmpImage` class effortlessly by creating a new instance with specified width and height parameters. Ideal for developers seeking a convenient way to generate BmpImage objects of custom dimensions, ensuring flexibility and ease of integration into their projects. | +| [BmpImage](bmpimage/#constructor_3)(int, int, ushort, IColorPalette) | Begin using the `BmpImage` class seamlessly by initializing a new instance with parameters such as width, height, bit depth, and palette. Perfect for developers seeking a straightforward way to create BmpImage objects with custom dimensions and color configurations, ensuring flexibility and efficiency in their projects. | +| [BmpImage](bmpimage/#constructor_1)(RasterImage, ushort, BitmapCompression, double, double) | Start working with the `BmpImage` class seamlessly by creating a new instance using a rasterImage along with specified parameters like bitsPerPixel and compression. Perfect for developers seeking a straightforward way to handle BmpImage objects, ensuring flexibility and efficiency in their projects. | +| [BmpImage](bmpimage/#constructor_6)(Stream, ushort, BitmapCompression, double, double) | Start working with the `BmpImage` class seamlessly by creating a new instance using a stream, along with specified parameters like bitsPerPixel and compression. Perfect for developers seeking a straightforward way to handle BmpImage objects, ensuring flexibility and efficiency in their projects. | +| [BmpImage](bmpimage/#constructor_8)(string, ushort, BitmapCompression, double, double) | Effortlessly create a new instance of the `BmpImage` class with this constructor, using specified parameters like path, bitsPerPixel, and compression. Ideal for developers looking to initialize BmpImage objects quickly and efficiently, with precise control over image characteristics. | +| [BmpImage](bmpimage/#constructor_4)(int, int, ushort, IColorPalette, BitmapCompression, double, double) | Effortlessly create a new instance of the `BmpImage` class with this constructor, specifying parameters like width, height, bitsPerPixel, and palette. Perfect for developers seeking a convenient way to generate BmpImage objects with custom dimensions and color configurations, ensuring flexibility and ease of integration into their projects. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| [BitmapInfoHeader](../../aspose.imaging.fileformats.bmp/bmpimage/bitmapinfoheader) { get; } | Quickly access essential details about your bitmap image with this straightforward function. Perfect for developers needing to retrieve header information for their images. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bmpimage/bitsperpixel) { get; } | Access the number of bits per pixel for the image with ease using this property. Perfect for developers seeking quick information about image quality and depth. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Compression](../../aspose.imaging.fileformats.bmp/bmpimage/compression) { get; } | Retrieve the compression type used for the image effortlessly with this property. Perfect for developers needing to quickly access information about image compression. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.bmp/bmpimage/fileformat) { get; } | Easily retrieve the file format value with this user-friendly property. Ideal for developers seeking quick access to information about the file format. | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.bmp/bmpimage/height) { get; } | Retrieve the height of the image effortlessly with this property. Ideal for developers needing quick access to information about image dimensions. | -| override [HorizontalResolution](../../aspose.imaging.fileformats.bmp/bmpimage/horizontalresolution) { get; set; } | This property allows you to easily get or set the horizontal resolution, measured in pixels per inch, of the [`RasterImage`](../../aspose.imaging/rasterimage) object. Ideal for developers needing precise control over image resolution for their applications. | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| override [RawDataFormat](../../aspose.imaging.fileformats.bmp/bmpimage/rawdataformat) { get; } | Easily obtain the format of your raw data with this user-friendly function. Perfect for developers looking to quickly access crucial information about their data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| override [RawLineSize](../../aspose.imaging.fileformats.bmp/bmpimage/rawlinesize) { get; } | Quickly access the size of each raw line in bytes with this straightforward property. Ideal for developers needing to efficiently handle raw image data. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| override [VerticalResolution](../../aspose.imaging.fileformats.bmp/bmpimage/verticalresolution) { get; set; } | Easily retrieve or set the vertical resolution, measured in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage) object with this property. Perfect for developers requiring precise control over image resolution in their applications. | -| override [Width](../../aspose.imaging.fileformats.bmp/bmpimage/width) { get; } | Access the width of the image easily with this property. Ideal for developers seeking quick information about the image dimensions. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| [BitmapInfoHeader](../../aspose.imaging.fileformats.bmp/bmpimage/bitmapinfoheader/) { get; } | Quickly access essential details about your bitmap image with this straightforward function. Perfect for developers needing to retrieve header information for their images. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bmpimage/bitsperpixel/) { get; } | Access the number of bits per pixel for the image with ease using this property. Perfect for developers seeking quick information about image quality and depth. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Compression](../../aspose.imaging.fileformats.bmp/bmpimage/compression/) { get; } | Retrieve the compression type used for the image effortlessly with this property. Perfect for developers needing to quickly access information about image compression. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.bmp/bmpimage/fileformat/) { get; } | Easily retrieve the file format value with this user-friendly property. Ideal for developers seeking quick access to information about the file format. | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.bmp/bmpimage/height/) { get; } | Retrieve the height of the image effortlessly with this property. Ideal for developers needing quick access to information about image dimensions. | +| override [HorizontalResolution](../../aspose.imaging.fileformats.bmp/bmpimage/horizontalresolution/) { get; set; } | This property allows you to easily get or set the horizontal resolution, measured in pixels per inch, of the [`RasterImage`](../../aspose.imaging/rasterimage/) object. Ideal for developers needing precise control over image resolution for their applications. | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| override [RawDataFormat](../../aspose.imaging.fileformats.bmp/bmpimage/rawdataformat/) { get; } | Easily obtain the format of your raw data with this user-friendly function. Perfect for developers looking to quickly access crucial information about their data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| override [RawLineSize](../../aspose.imaging.fileformats.bmp/bmpimage/rawlinesize/) { get; } | Quickly access the size of each raw line in bytes with this straightforward property. Ideal for developers needing to efficiently handle raw image data. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| override [VerticalResolution](../../aspose.imaging.fileformats.bmp/bmpimage/verticalresolution/) { get; set; } | Easily retrieve or set the vertical resolution, measured in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/) object with this property. Perfect for developers requiring precise control over image resolution in their applications. | +| override [Width](../../aspose.imaging.fileformats.bmp/bmpimage/width/) { get; } | Access the width of the image easily with this property. Ideal for developers seeking quick information about the image dimensions. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.bmp/bmpimage/getdefaultoptions)(object[]) | Retrieve the default options effortlessly with this straightforward method. Ideal for developers seeking quick access to default image settings or configurations. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| override [SetResolution](../../aspose.imaging.fileformats.bmp/bmpimage/setresolution)(double, double) | Adjust the resolution of your [`RasterImage`](../../aspose.imaging/rasterimage) effortlessly with this user-friendly method. Perfect for developers seeking precise control over image resolution in their applications. | -| override [ToBitmap](../../aspose.imaging.fileformats.bmp/bmpimage/tobitmap)() | Easily convert your raster image to a bitmap with this simple method. Perfect for developers needing to seamlessly transition between different image formats. | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.bmp/bmpimage/getdefaultoptions/)(object[]) | Retrieve the default options effortlessly with this straightforward method. Ideal for developers seeking quick access to default image settings or configurations. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| override [SetResolution](../../aspose.imaging.fileformats.bmp/bmpimage/setresolution/)(double, double) | Adjust the resolution of your [`RasterImage`](../../aspose.imaging/rasterimage/) effortlessly with this user-friendly method. Perfect for developers seeking precise control over image resolution in their applications. | +| override [ToBitmap](../../aspose.imaging.fileformats.bmp/bmpimage/tobitmap/)() | Easily convert your raster image to a bitmap with this simple method. Perfect for developers needing to seamlessly transition between different image formats. | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples Decompress BMP image which was previously compressed using DXT1 compression algorithm. @@ -293,8 +293,8 @@ using (Image pngImage = Image.Load(sourcePath)) ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bitmapinfoheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bitmapinfoheader/_index.md index 53d300e9f717..a79e89cfb377 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bitmapinfoheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bitmapinfoheader/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapInfoHeader +title: BmpImage.BitmapInfoHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Quickly access essential details about your bitmap image with this straightforward function. Perfect for developers needing to retrieve header information for their images type: docs weight: 20 url: /net/aspose.imaging.fileformats.bmp/bmpimage/bitmapinfoheader/ @@ -18,7 +18,7 @@ public BitmapInfoHeader BitmapInfoHeader { get; } The bitmap information header. -### Examples +## Examples The following example gets the information from the BMP header and prints it to the console. @@ -61,9 +61,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.b ### See Also -* class [BitmapInfoHeader](../../bitmapinfoheader) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BitmapInfoHeader](../../bitmapinfoheader/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bitsperpixel/_index.md index f54e214141b4..b7a0becd492a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: BmpImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Access the number of bits per pixel for the image with ease using this property. Perfect for developers seeking quick information about image quality and depth type: docs weight: 30 url: /net/aspose.imaging.fileformats.bmp/bmpimage/bitsperpixel/ @@ -18,7 +18,7 @@ public override int BitsPerPixel { get; } The image bits per pixel count. -### Examples +## Examples The following example gets the general information about the image including pixel format, image size, resolution, compression etc. @@ -129,8 +129,8 @@ foreach (Aspose.Imaging.FileFormats.Bmp.BitmapCompression compression in compres ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bmpimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bmpimage/_index.md index f159379a2ae6..ececccb5b71e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bmpimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/bmpimage/_index.md @@ -1,14 +1,14 @@ --- -title: BmpImage +title: BmpImage.BmpImage second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage constructor. Start using the BmpImage class effortlessly with this constructor that initializes a new instance. Perfect for developers who want to get up and running with BmpImage objects quickly and efficiently type: docs weight: 10 url: /net/aspose.imaging.fileformats.bmp/bmpimage/bmpimage/ --- -## BmpImage constructor (1 of 9) +## BmpImage(string) {#constructor_7} -Start using the BmpImage class effortlessly with this constructor that initializes a new instance. Perfect for developers who want to get up and running with [`BmpImage`](../../bmpimage) objects quickly and efficiently. +Start using the BmpImage class effortlessly with this constructor that initializes a new instance. Perfect for developers who want to get up and running with [`BmpImage`](../) objects quickly and efficiently. ```csharp public BmpImage(string path) @@ -23,10 +23,10 @@ public BmpImage(string path) | exception | condition | | --- | --- | | ArgumentNullException | The raster image is null. | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to load a BmpImage from a file. @@ -47,15 +47,15 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) --- -## BmpImage constructor (2 of 9) +## BmpImage(string, ushort, BitmapCompression, double, double) {#constructor_8} -Effortlessly create a new instance of the [`BmpImage`](../../bmpimage) class with this constructor, using specified parameters like path, bitsPerPixel, and compression. Ideal for developers looking to initialize BmpImage objects quickly and efficiently, with precise control over image characteristics. +Effortlessly create a new instance of the [`BmpImage`](../) class with this constructor, using specified parameters like path, bitsPerPixel, and compression. Ideal for developers looking to initialize BmpImage objects quickly and efficiently, with precise control over image characteristics. ```csharp public BmpImage(string path, ushort bitsPerPixel, BitmapCompression compression, @@ -75,10 +75,10 @@ public BmpImage(string path, ushort bitsPerPixel, BitmapCompression compression, | exception | condition | | --- | --- | | ArgumentNullException | The raster image is null. | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to load a BmpImage from a file with the specified bit depth and resolution. @@ -101,16 +101,16 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = ### See Also -* enum [BitmapCompression](../../bitmapcompression) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* enum [BitmapCompression](../../bitmapcompression/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) --- -## BmpImage constructor (3 of 9) +## BmpImage(Stream) {#constructor_5} -Begin using the [`BmpImage`](../../bmpimage) class effortlessly by initializing a new instance with this constructor, using a stream as input. Perfect for developers seeking a convenient way to work with BmpImage objects from various data sources, ensuring flexibility and ease of integration. +Begin using the [`BmpImage`](../) class effortlessly by initializing a new instance with this constructor, using a stream as input. Perfect for developers seeking a convenient way to work with BmpImage objects from various data sources, ensuring flexibility and ease of integration. ```csharp public BmpImage(Stream stream) @@ -125,10 +125,10 @@ public BmpImage(Stream stream) | exception | condition | | --- | --- | | ArgumentNullException | The raster image is null. | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to load a BmpImage from a file stream. @@ -152,15 +152,15 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.bmp")) ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) --- -## BmpImage constructor (4 of 9) +## BmpImage(Stream, ushort, BitmapCompression, double, double) {#constructor_6} -Start working with the [`BmpImage`](../../bmpimage) class seamlessly by creating a new instance using a stream, along with specified parameters like bitsPerPixel and compression. Perfect for developers seeking a straightforward way to handle BmpImage objects, ensuring flexibility and efficiency in their projects. +Start working with the [`BmpImage`](../) class seamlessly by creating a new instance using a stream, along with specified parameters like bitsPerPixel and compression. Perfect for developers seeking a straightforward way to handle BmpImage objects, ensuring flexibility and efficiency in their projects. ```csharp public BmpImage(Stream stream, ushort bitsPerPixel, BitmapCompression compression, @@ -180,10 +180,10 @@ public BmpImage(Stream stream, ushort bitsPerPixel, BitmapCompression compressio | exception | condition | | --- | --- | | ArgumentNullException | The raster image is null. | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to load a BmpImage from a file stream with the specified bit depth and resolution. @@ -209,16 +209,16 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.bmp")) ### See Also -* enum [BitmapCompression](../../bitmapcompression) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* enum [BitmapCompression](../../bitmapcompression/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) --- -## BmpImage constructor (5 of 9) +## BmpImage(RasterImage) {#constructor} -Effortlessly create a new instance of the [`BmpImage`](../../bmpimage) class by initializing it with a RasterImage object. Perfect for developers looking to seamlessly convert existing raster images to the BmpImage format, ensuring compatibility and ease of integration into their projects. +Effortlessly create a new instance of the [`BmpImage`](../) class by initializing it with a RasterImage object. Perfect for developers looking to seamlessly convert existing raster images to the BmpImage format, ensuring compatibility and ease of integration into their projects. ```csharp public BmpImage(RasterImage rasterImage) @@ -233,10 +233,10 @@ public BmpImage(RasterImage rasterImage) | exception | condition | | --- | --- | | ArgumentNullException | The raster image is null. | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to load a BmpImage from another instance of RasterImage. @@ -267,16 +267,16 @@ using (Aspose.Imaging.RasterImage rasterImage = (Aspose.Imaging.RasterImage)Aspo ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) --- -## BmpImage constructor (6 of 9) +## BmpImage(RasterImage, ushort, BitmapCompression, double, double) {#constructor_1} -Start working with the [`BmpImage`](../../bmpimage) class seamlessly by creating a new instance using a rasterImage along with specified parameters like bitsPerPixel and compression. Perfect for developers seeking a straightforward way to handle BmpImage objects, ensuring flexibility and efficiency in their projects. +Start working with the [`BmpImage`](../) class seamlessly by creating a new instance using a rasterImage along with specified parameters like bitsPerPixel and compression. Perfect for developers seeking a straightforward way to handle BmpImage objects, ensuring flexibility and efficiency in their projects. ```csharp public BmpImage(RasterImage rasterImage, ushort bitsPerPixel, BitmapCompression compression, @@ -296,10 +296,10 @@ public BmpImage(RasterImage rasterImage, ushort bitsPerPixel, BitmapCompression | exception | condition | | --- | --- | | ArgumentNullException | The raster image is null. | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to load a BmpImage from another instance of RasterImage with the specified bit depth and compression. @@ -331,17 +331,17 @@ using (Aspose.Imaging.RasterImage rasterImage = (Aspose.Imaging.RasterImage)Aspo ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* enum [BitmapCompression](../../bitmapcompression) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* enum [BitmapCompression](../../bitmapcompression/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) --- -## BmpImage constructor (7 of 9) +## BmpImage(int, int) {#constructor_2} -Start using the [`BmpImage`](../../bmpimage) class effortlessly by creating a new instance with specified width and height parameters. Ideal for developers seeking a convenient way to generate BmpImage objects of custom dimensions, ensuring flexibility and ease of integration into their projects. +Start using the [`BmpImage`](../) class effortlessly by creating a new instance with specified width and height parameters. Ideal for developers seeking a convenient way to generate BmpImage objects of custom dimensions, ensuring flexibility and ease of integration into their projects. ```csharp public BmpImage(int width, int height) @@ -356,10 +356,10 @@ public BmpImage(int width, int height) | exception | condition | | --- | --- | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to create a BmpImage of the specified size. @@ -430,15 +430,15 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) --- -## BmpImage constructor (8 of 9) +## BmpImage(int, int, ushort, IColorPalette) {#constructor_3} -Begin using the [`BmpImage`](../../bmpimage) class seamlessly by initializing a new instance with parameters such as width, height, bit depth, and palette. Perfect for developers seeking a straightforward way to create BmpImage objects with custom dimensions and color configurations, ensuring flexibility and efficiency in their projects. +Begin using the [`BmpImage`](../) class seamlessly by initializing a new instance with parameters such as width, height, bit depth, and palette. Perfect for developers seeking a straightforward way to create BmpImage objects with custom dimensions and color configurations, ensuring flexibility and efficiency in their projects. ```csharp public BmpImage(int width, int height, ushort bitsPerPixel, IColorPalette palette) @@ -455,10 +455,10 @@ public BmpImage(int width, int height, ushort bitsPerPixel, IColorPalette palett | exception | condition | | --- | --- | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to create a BmpImage of the specified size with the specified palette. @@ -496,16 +496,16 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) --- -## BmpImage constructor (9 of 9) +## BmpImage(int, int, ushort, IColorPalette, BitmapCompression, double, double) {#constructor_4} -Effortlessly create a new instance of the [`BmpImage`](../../bmpimage) class with this constructor, specifying parameters like width, height, bitsPerPixel, and palette. Perfect for developers seeking a convenient way to generate BmpImage objects with custom dimensions and color configurations, ensuring flexibility and ease of integration into their projects. +Effortlessly create a new instance of the [`BmpImage`](../) class with this constructor, specifying parameters like width, height, bitsPerPixel, and palette. Perfect for developers seeking a convenient way to generate BmpImage objects with custom dimensions and color configurations, ensuring flexibility and ease of integration into their projects. ```csharp public BmpImage(int width, int height, ushort bitsPerPixel, IColorPalette palette, @@ -526,10 +526,10 @@ public BmpImage(int width, int height, ushort bitsPerPixel, IColorPalette palett | exception | condition | | --- | --- | -| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception) | The height must be positive. | +| [BmpImageException](../../../aspose.imaging.coreexceptions.imageformats/bmpimageexception/) | The height must be positive. | | ArgumentException | Palette must be specified for images with 8 bits per pixel or less. | -### Examples +## Examples The example shows how to create a BmpImage using various options. @@ -568,10 +568,10 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* enum [BitmapCompression](../../bitmapcompression) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* enum [BitmapCompression](../../bitmapcompression/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/compression/_index.md index f506579e1dab..3953a08719df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: BmpImage.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Retrieve the compression type used for the image effortlessly with this property. Perfect for developers needing to quickly access information about image compression type: docs weight: 40 url: /net/aspose.imaging.fileformats.bmp/bmpimage/compression/ @@ -18,7 +18,7 @@ public BitmapCompression Compression { get; } The image compression. -### Examples +## Examples The following example gets the general information about the image including pixel format, image size, resolution, compression etc. @@ -129,9 +129,9 @@ foreach (Aspose.Imaging.FileFormats.Bmp.BitmapCompression compression in compres ### See Also -* enum [BitmapCompression](../../bitmapcompression) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* enum [BitmapCompression](../../bitmapcompression/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/fileformat/_index.md index bdb7dc55a815..fdce0f3726be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: BmpImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Easily retrieve the file format value with this userfriendly property. Ideal for developers seeking quick access to information about the file format type: docs weight: 50 url: /net/aspose.imaging.fileformats.bmp/bmpimage/fileformat/ @@ -14,7 +14,7 @@ Easily retrieve the file format value with this user-friendly property. Ideal fo public override FileFormat FileFormat { get; } ``` -### Examples +## Examples The following example shows how to extract information about raw data format and alpha channel from a BMP image. @@ -40,9 +40,9 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/getdefaultoptions/_index.md index ae16d779be42..cf0df4209f12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: BmpImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage method. Retrieve the default options effortlessly with this straightforward method. Ideal for developers seeking quick access to default image settings or configurations type: docs weight: 120 url: /net/aspose.imaging.fileformats.bmp/bmpimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/height/_index.md index a0c39325a285..afb9d391ee54 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: BmpImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Retrieve the height of the image effortlessly with this property. Ideal for developers needing quick access to information about image dimensions type: docs weight: 60 url: /net/aspose.imaging.fileformats.bmp/bmpimage/height/ @@ -18,7 +18,7 @@ public override int Height { get; } The image height. -### Examples +## Examples The following example gets the general information about the image including pixel format, image size, resolution, compression etc. @@ -129,8 +129,8 @@ foreach (Aspose.Imaging.FileFormats.Bmp.BitmapCompression compression in compres ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/horizontalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/horizontalresolution/_index.md index c1f80c6a9566..3eb2ae9d2b52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/horizontalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/horizontalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: HorizontalResolution +title: BmpImage.HorizontalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. This property allows you to easily get or set the horizontal resolution measured in pixels per inch of the RasterImage object. Ideal for developers needing precise control over image resolution for their applications type: docs weight: 70 url: /net/aspose.imaging.fileformats.bmp/bmpimage/horizontalresolution/ --- ## BmpImage.HorizontalResolution property -This property allows you to easily get or set the horizontal resolution, measured in pixels per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage) object. Ideal for developers needing precise control over image resolution for their applications. +This property allows you to easily get or set the horizontal resolution, measured in pixels per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/) object. Ideal for developers needing precise control over image resolution for their applications. ```csharp public override double HorizontalResolution { get; set; } @@ -18,11 +18,11 @@ public override double HorizontalResolution { get; set; } The horizontal resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a BMP image. @@ -108,8 +108,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.b ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/rawdataformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/rawdataformat/_index.md index d4afd7a63cb2..73b929cab3cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/rawdataformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/rawdataformat/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataFormat +title: BmpImage.RawDataFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Easily obtain the format of your raw data with this userfriendly function. Perfect for developers looking to quickly access crucial information about their data format type: docs weight: 80 url: /net/aspose.imaging.fileformats.bmp/bmpimage/rawdataformat/ @@ -18,7 +18,7 @@ public override PixelDataFormat RawDataFormat { get; } The raw data format. -### Examples +## Examples The following example shows how to extract information about raw data format and alpha channel from a BMP image. @@ -90,9 +90,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.b ### See Also -* class [PixelDataFormat](../../../aspose.imaging/pixeldataformat) -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [PixelDataFormat](../../../aspose.imaging/pixeldataformat/) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/rawlinesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/rawlinesize/_index.md index 8ee03c52a90d..d60ff310d25f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/rawlinesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/rawlinesize/_index.md @@ -1,7 +1,7 @@ --- -title: RawLineSize +title: BmpImage.RawLineSize second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Quickly access the size of each raw line in bytes with this straightforward property. Ideal for developers needing to efficiently handle raw image data type: docs weight: 90 url: /net/aspose.imaging.fileformats.bmp/bmpimage/rawlinesize/ @@ -18,7 +18,7 @@ public override int RawLineSize { get; } The raw line size in bytes. -### Examples +## Examples The following example gets the general information about the image including pixel format, image size, resolution, compression etc. @@ -129,8 +129,8 @@ foreach (Aspose.Imaging.FileFormats.Bmp.BitmapCompression compression in compres ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/setresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/setresolution/_index.md index 62e4712104b6..79a0a0ad3583 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/setresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/setresolution/_index.md @@ -1,14 +1,14 @@ --- -title: SetResolution +title: BmpImage.SetResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage method. Adjust the resolution of your RasterImage effortlessly with this userfriendly method. Perfect for developers seeking precise control over image resolution in their applications type: docs weight: 130 url: /net/aspose.imaging.fileformats.bmp/bmpimage/setresolution/ --- ## BmpImage.SetResolution method -Adjust the resolution of your [`RasterImage`](../../../aspose.imaging/rasterimage) effortlessly with this user-friendly method. Perfect for developers seeking precise control over image resolution in their applications. +Adjust the resolution of your [`RasterImage`](../../../aspose.imaging/rasterimage/) effortlessly with this user-friendly method. Perfect for developers seeking precise control over image resolution in their applications. ```csharp public override void SetResolution(double dpiX, double dpiY) @@ -16,10 +16,10 @@ public override void SetResolution(double dpiX, double dpiY) | Parameter | Type | Description | | --- | --- | --- | -| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage). | -| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage). | +| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/). | +| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/). | -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a BMP image. @@ -105,8 +105,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.b ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/tobitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/tobitmap/_index.md index 7d7ebbb33e86..e0680ba05a09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/tobitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/tobitmap/_index.md @@ -1,7 +1,7 @@ --- -title: ToBitmap +title: BmpImage.ToBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage method. Easily convert your raster image to a bitmap with this simple method. Perfect for developers needing to seamlessly transition between different image formats type: docs weight: 140 url: /net/aspose.imaging.fileformats.bmp/bmpimage/tobitmap/ @@ -18,7 +18,7 @@ public override Bitmap ToBitmap() The bitmap -### Examples +## Examples The following example converts a BMP image to a GDI bitmap. @@ -36,8 +36,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.b ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/verticalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/verticalresolution/_index.md index dfdf9de81903..0ce08528c534 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/verticalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/verticalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: VerticalResolution +title: BmpImage.VerticalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Easily retrieve or set the vertical resolution measured in pixels per inch of this RasterImage object with this property. Perfect for developers requiring precise control over image resolution in their applications type: docs weight: 100 url: /net/aspose.imaging.fileformats.bmp/bmpimage/verticalresolution/ --- ## BmpImage.VerticalResolution property -Easily retrieve or set the vertical resolution, measured in pixels per inch, of this [`RasterImage`](../../../aspose.imaging/rasterimage) object with this property. Perfect for developers requiring precise control over image resolution in their applications. +Easily retrieve or set the vertical resolution, measured in pixels per inch, of this [`RasterImage`](../../../aspose.imaging/rasterimage/) object with this property. Perfect for developers requiring precise control over image resolution in their applications. ```csharp public override double VerticalResolution { get; set; } @@ -18,11 +18,11 @@ public override double VerticalResolution { get; set; } The vertical resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a BMP image. @@ -108,8 +108,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.b ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/width/_index.md index fbd7207eddc2..74e41affd81a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/bmpimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: BmpImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpImage property. Access the width of the image easily with this property. Ideal for developers seeking quick information about the image dimensions type: docs weight: 110 url: /net/aspose.imaging.fileformats.bmp/bmpimage/width/ @@ -18,7 +18,7 @@ public override int Width { get; } The image width. -### Examples +## Examples The following example gets the general information about the image including pixel format, image size, resolution, compression etc. @@ -129,8 +129,8 @@ foreach (Aspose.Imaging.FileFormats.Bmp.BitmapCompression compression in compres ### See Also -* class [BmpImage](../../bmpimage) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage) +* class [BmpImage](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../bmpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/_index.md index 8cc182a268e0..35095af29125 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/_index.md @@ -1,7 +1,7 @@ --- -title: Os22XBitmapHeader +title: Class Os22XBitmapHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Bmp.Os22XBitmapHeader class. An OS/2 2.x OS22XBITMAPHEADER aka BITMAPCOREHEADER2 type: docs weight: 1400 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/ @@ -18,31 +18,31 @@ public class Os22XBitmapHeader : BitmapInfoHeader | Name | Description | | --- | --- | -| [BitmapColorsImportant](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant) { get; set; } | Gets or sets number of important palette colors. | -| [BitmapColorsUsed](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused) { get; set; } | Gets or sets number of palette colors used. | -| [BitmapCompression](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression) { get; set; } | Gets or sets bitmap compression. | -| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight) { get; set; } | Gets or sets bitmap height. | -| [BitmapImageSize](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize) { get; set; } | Gets or sets specifies bitmap raw data size in bytes. | -| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes) { get; set; } | Gets or sets number of planes. | -| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth) { get; set; } | Gets or sets bitmap width. | -| [BitmapXPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter) { get; set; } | Gets or sets horizontal pixels resolution. | -| [BitmapYPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter) { get; set; } | Gets or sets vertical pixels resolution. | -| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel) { get; set; } | Gets or sets bits per pixel count. | -| [ColorEncoding](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/colorencoding) { get; } | Gets the color encoding. | -| [ExtraBitMasks](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks) { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](../bitmapinfoheader/bitmapcompression) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). | -| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize) { get; set; } | Gets or sets size of this structure in bytes. | -| [Identifier](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/identifier) { get; } | Gets the identifier. | -| [Recording](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/recording) { get; } | Gets the recording. | -| [Rendering](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/rendering) { get; } | Gets the rendering. | -| [Reserved](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/reserved) { get; } | Gets the reserved. | -| [Size1](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/size1) { get; } | Gets the size1. | -| [Size2](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/size2) { get; } | Gets the size2. | -| [Units](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/units) { get; } | Gets the units. | +| [BitmapColorsImportant](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsimportant/) { get; set; } | Gets or sets number of important palette colors. | +| [BitmapColorsUsed](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcolorsused/) { get; set; } | Gets or sets number of palette colors used. | +| [BitmapCompression](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapcompression/) { get; set; } | Gets or sets bitmap compression. | +| [BitmapHeight](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapheight/) { get; set; } | Gets or sets bitmap height. | +| [BitmapImageSize](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapimagesize/) { get; set; } | Gets or sets specifies bitmap raw data size in bytes. | +| [BitmapPlanes](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapplanes/) { get; set; } | Gets or sets number of planes. | +| [BitmapWidth](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitmapwidth/) { get; set; } | Gets or sets bitmap width. | +| [BitmapXPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapxpelspermeter/) { get; set; } | Gets or sets horizontal pixels resolution. | +| [BitmapYPelsPerMeter](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/bitmapypelspermeter/) { get; set; } | Gets or sets vertical pixels resolution. | +| [BitsPerPixel](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/bitsperpixel/) { get; set; } | Gets or sets bits per pixel count. | +| [ColorEncoding](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/colorencoding/) { get; } | Gets the color encoding. | +| [ExtraBitMasks](../../aspose.imaging.fileformats.bmp/bitmapinfoheader/extrabitmasks/) { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the [`BitmapCompression`](../bitmapinfoheader/bitmapcompression/) is set to either Bitfields (RGB) or AlphaBitfields (RGBA). | +| [HeaderSize](../../aspose.imaging.fileformats.bmp/bitmapcoreheader/headersize/) { get; set; } | Gets or sets size of this structure in bytes. | +| [Identifier](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/identifier/) { get; } | Gets the identifier. | +| [Recording](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/recording/) { get; } | Gets the recording. | +| [Rendering](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/rendering/) { get; } | Gets the rendering. | +| [Reserved](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/reserved/) { get; } | Gets the reserved. | +| [Size1](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/size1/) { get; } | Gets the size1. | +| [Size2](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/size2/) { get; } | Gets the size2. | +| [Units](../../aspose.imaging.fileformats.bmp/os22xbitmapheader/units/) { get; } | Gets the units. | ### See Also -* class [BitmapInfoHeader](../bitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp) +* class [BitmapInfoHeader](../bitmapinfoheader/) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../aspose.imaging.fileformats.bmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/colorencoding/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/colorencoding/_index.md index 7ceb3d9a4035..a104473ab2dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/colorencoding/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/colorencoding/_index.md @@ -1,7 +1,7 @@ --- -title: ColorEncoding +title: Os22XBitmapHeader.ColorEncoding second_title: Aspose.Imaging for .NET API Reference -description: +description: Os22XBitmapHeader property. Gets the color encoding type: docs weight: 10 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/colorencoding/ @@ -20,8 +20,8 @@ Color model used in bitmap ### See Also -* class [Os22XBitmapHeader](../../os22xbitmapheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader) +* class [Os22XBitmapHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/identifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/identifier/_index.md index 85fcc94222c0..0d056b7fce54 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/identifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/identifier/_index.md @@ -1,7 +1,7 @@ --- -title: Identifier +title: Os22XBitmapHeader.Identifier second_title: Aspose.Imaging for .NET API Reference -description: +description: Os22XBitmapHeader property. Gets the identifier type: docs weight: 20 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/identifier/ @@ -20,8 +20,8 @@ Reserved for application use ### See Also -* class [Os22XBitmapHeader](../../os22xbitmapheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader) +* class [Os22XBitmapHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/recording/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/recording/_index.md index 19d3036c0555..9dc903bbfb80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/recording/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/recording/_index.md @@ -1,7 +1,7 @@ --- -title: Recording +title: Os22XBitmapHeader.Recording second_title: Aspose.Imaging for .NET API Reference -description: +description: Os22XBitmapHeader property. Gets the recording type: docs weight: 30 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/recording/ @@ -20,8 +20,8 @@ Recording algorithm ### See Also -* class [Os22XBitmapHeader](../../os22xbitmapheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader) +* class [Os22XBitmapHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/rendering/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/rendering/_index.md index fbf7c9ca851f..ffc5541c1b77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/rendering/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/rendering/_index.md @@ -1,7 +1,7 @@ --- -title: Rendering +title: Os22XBitmapHeader.Rendering second_title: Aspose.Imaging for .NET API Reference -description: +description: Os22XBitmapHeader property. Gets the rendering type: docs weight: 40 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/rendering/ @@ -20,8 +20,8 @@ Halftoning algorithm used ### See Also -* class [Os22XBitmapHeader](../../os22xbitmapheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader) +* class [Os22XBitmapHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/reserved/_index.md index 6d237594116f..2bb3681284ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: Os22XBitmapHeader.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: Os22XBitmapHeader property. Gets the reserved type: docs weight: 50 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/reserved/ @@ -20,8 +20,8 @@ Pad structure to 4-byte boundary ### See Also -* class [Os22XBitmapHeader](../../os22xbitmapheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader) +* class [Os22XBitmapHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size1/_index.md index 6b6e5318c1e6..3807ef32e503 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size1/_index.md @@ -1,7 +1,7 @@ --- -title: Size1 +title: Os22XBitmapHeader.Size1 second_title: Aspose.Imaging for .NET API Reference -description: +description: Os22XBitmapHeader property. Gets the size1 type: docs weight: 60 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size1/ @@ -20,8 +20,8 @@ Reserved for halftoning algorithm use ### See Also -* class [Os22XBitmapHeader](../../os22xbitmapheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader) +* class [Os22XBitmapHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size2/_index.md index ab856ff7ed6b..f0ac20fc5aec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size2/_index.md @@ -1,7 +1,7 @@ --- -title: Size2 +title: Os22XBitmapHeader.Size2 second_title: Aspose.Imaging for .NET API Reference -description: +description: Os22XBitmapHeader property. Gets the size2 type: docs weight: 70 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/size2/ @@ -20,8 +20,8 @@ Reserved for halftoning algorithm use ### See Also -* class [Os22XBitmapHeader](../../os22xbitmapheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader) +* class [Os22XBitmapHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/units/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/units/_index.md index 37969ad48f80..83f8281b41b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/units/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.bmp/os22xbitmapheader/units/_index.md @@ -1,7 +1,7 @@ --- -title: Units +title: Os22XBitmapHeader.Units second_title: Aspose.Imaging for .NET API Reference -description: +description: Os22XBitmapHeader property. Gets the units type: docs weight: 80 url: /net/aspose.imaging.fileformats.bmp/os22xbitmapheader/units/ @@ -20,8 +20,8 @@ Type of units used to measure resolution ### See Also -* class [Os22XBitmapHeader](../../os22xbitmapheader) -* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader) +* class [Os22XBitmapHeader](../) +* namespace [Aspose.Imaging.FileFormats.Bmp](../../os22xbitmapheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.const/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.const/_index.md index ed11301e13b1..3d480ee6bf00 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.const/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.const/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cdr.Const second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Cdr file format processing. +description: The namespace handles Cdr file format processing type: docs weight: 190 url: /net/aspose.imaging.fileformats.cdr.const/ @@ -12,6 +12,6 @@ The namespace handles Cdr file format processing. | Enumeration | Description | | --- | --- | -| [CdrColorModel](./cdrcolormodel) | The cdr color models | +| [CdrColorModel](./cdrcolormodel/) | The cdr color models | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.const/cdrcolormodel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.const/cdrcolormodel/_index.md index 41c4c253a1f2..df540c88cd09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.const/cdrcolormodel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.const/cdrcolormodel/_index.md @@ -1,7 +1,7 @@ --- -title: CdrColorModel +title: Enum CdrColorModel second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Const.CdrColorModel enum. The cdr color models type: docs weight: 1450 url: /net/aspose.imaging.fileformats.cdr.const/cdrcolormodel/ @@ -40,7 +40,7 @@ public enum CdrColorModel ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr.Const](../../aspose.imaging.fileformats.cdr.const) +* namespace [Aspose.Imaging.FileFormats.Cdr.Const](../../aspose.imaging.fileformats.cdr.const/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.enum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.enum/_index.md index a3ea4838b582..fdd2a81e75ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.enum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.enum/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cdr.Enum second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Cdr file format processing. +description: The namespace handles Cdr file format processing type: docs weight: 200 url: /net/aspose.imaging.fileformats.cdr.enum/ @@ -12,6 +12,6 @@ The namespace handles Cdr file format processing. | Enumeration | Description | | --- | --- | -| [CdrFillType](./cdrfilltype) | The cdr fill type | +| [CdrFillType](./cdrfilltype/) | The cdr fill type | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.enum/cdrfilltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.enum/cdrfilltype/_index.md index a4bc9de6ecf9..af5b03a82ac4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.enum/cdrfilltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.enum/cdrfilltype/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFillType +title: Enum CdrFillType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Enum.CdrFillType enum. The cdr fill type type: docs weight: 1460 url: /net/aspose.imaging.fileformats.cdr.enum/cdrfilltype/ @@ -29,7 +29,7 @@ public enum CdrFillType : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr.Enum](../../aspose.imaging.fileformats.cdr.enum) +* namespace [Aspose.Imaging.FileFormats.Cdr.Enum](../../aspose.imaging.fileformats.cdr.enum/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/_index.md index 9b8b9defa8f2..99f4392d736d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cdr.Objects second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Cdr file format processing. +description: The namespace handles Cdr file format processing type: docs weight: 210 url: /net/aspose.imaging.fileformats.cdr.objects/ @@ -12,42 +12,42 @@ The namespace handles Cdr file format processing. | Class | Description | | --- | --- | -| [CdrArrow](./cdrarrow) | The cdr arrow | -| [CdrArtisticText](./cdrartistictext) | The cdr Artistic text | -| [CdrBbox](./cdrbbox) | The cdr box | -| [CdrBmp](./cdrbmp) | he cdr bmp | -| [CdrCurve](./cdrcurve) | The cdr curve | -| [CdrDictionaryItem](./cdrdictionaryitem) | The cdr dictionary item | -| [CdrDisp](./cdrdisp) | The cdr Disp | -| [CdrDocument](./cdrdocument) | The cdr root object | -| [CdrEllipse](./cdrellipse) | The cdr Ellipse | -| [CdrFill](./cdrfill) | The cdr fill | -| [CdrFillTransform](./cdrfilltransform) | the cdr fill transform | -| [CdrFlgs](./cdrflgs) | The cdr flags | -| [CdrFont](./cdrfont) | the cdr Font | -| [CdrGraphicObject](./cdrgraphicobject) | The cdr graphic object | -| [CdrIcc](./cdricc) | The cdr Icc profile | -| [CdrListObjects](./cdrlistobjects) | The cdr list objects | -| [CdrMcfg](./cdrmcfg) | The cdr configuration object | -| [CdrObject](./cdrobject) | The cdr object | -| [CdrObjectContainer](./cdrobjectcontainer) | The cdr object container | -| [CdrOutline](./cdroutline) | The cdr out line | -| [CdrPage](./cdrpage) | The cdr page | -| [CdrParagraph](./cdrparagraph) | The cdr Paragraph | -| [CdrPathObject](./cdrpathobject) | The Cdr path | -| [CdrPattern](./cdrpattern) | The cdr bitmap | -| [CdrPolygon](./cdrpolygon) | The cdr polygon | -| [CdrPolygonTransform](./cdrpolygontransform) | The polygon transform | -| [CdrPpdt](./cdrppdt) | The cdr knot vector object | -| [CdrRectangle](./cdrrectangle) | The cdr rectangle | -| [CdrSpnd](./cdrspnd) | The cdr span | -| [CdrStyd](./cdrstyd) | The cdr style | -| [CdrStyle](./cdrstyle) | The cdr style | -| [CdrText](./cdrtext) | The cdr text | -| [CdrTransforms](./cdrtransforms) | The cdr transforms object | -| [CdrUdta](./cdrudta) | The cdr udta | -| [CdrUserPalette](./cdruserpalette) | The cdr user palette | -| [CdrVectorPattern](./cdrvectorpattern) | The cdr vector pattern | -| [CdrVersion](./cdrversion) | The cdr Version | +| [CdrArrow](./cdrarrow/) | The cdr arrow | +| [CdrArtisticText](./cdrartistictext/) | The cdr Artistic text | +| [CdrBbox](./cdrbbox/) | The cdr box | +| [CdrBmp](./cdrbmp/) | he cdr bmp | +| [CdrCurve](./cdrcurve/) | The cdr curve | +| [CdrDictionaryItem](./cdrdictionaryitem/) | The cdr dictionary item | +| [CdrDisp](./cdrdisp/) | The cdr Disp | +| [CdrDocument](./cdrdocument/) | The cdr root object | +| [CdrEllipse](./cdrellipse/) | The cdr Ellipse | +| [CdrFill](./cdrfill/) | The cdr fill | +| [CdrFillTransform](./cdrfilltransform/) | the cdr fill transform | +| [CdrFlgs](./cdrflgs/) | The cdr flags | +| [CdrFont](./cdrfont/) | the cdr Font | +| [CdrGraphicObject](./cdrgraphicobject/) | The cdr graphic object | +| [CdrIcc](./cdricc/) | The cdr Icc profile | +| [CdrListObjects](./cdrlistobjects/) | The cdr list objects | +| [CdrMcfg](./cdrmcfg/) | The cdr configuration object | +| [CdrObject](./cdrobject/) | The cdr object | +| [CdrObjectContainer](./cdrobjectcontainer/) | The cdr object container | +| [CdrOutline](./cdroutline/) | The cdr out line | +| [CdrPage](./cdrpage/) | The cdr page | +| [CdrParagraph](./cdrparagraph/) | The cdr Paragraph | +| [CdrPathObject](./cdrpathobject/) | The Cdr path | +| [CdrPattern](./cdrpattern/) | The cdr bitmap | +| [CdrPolygon](./cdrpolygon/) | The cdr polygon | +| [CdrPolygonTransform](./cdrpolygontransform/) | The polygon transform | +| [CdrPpdt](./cdrppdt/) | The cdr knot vector object | +| [CdrRectangle](./cdrrectangle/) | The cdr rectangle | +| [CdrSpnd](./cdrspnd/) | The cdr span | +| [CdrStyd](./cdrstyd/) | The cdr style | +| [CdrStyle](./cdrstyle/) | The cdr style | +| [CdrText](./cdrtext/) | The cdr text | +| [CdrTransforms](./cdrtransforms/) | The cdr transforms object | +| [CdrUdta](./cdrudta/) | The cdr udta | +| [CdrUserPalette](./cdruserpalette/) | The cdr user palette | +| [CdrVectorPattern](./cdrvectorpattern/) | The cdr vector pattern | +| [CdrVersion](./cdrversion/) | The cdr Version | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/_index.md index 06bcaf0b94df..a4ad84ed7828 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/_index.md @@ -1,7 +1,7 @@ --- -title: CdrArrow +title: Class CdrArrow second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrArrow class. The cdr arrow type: docs weight: 1480 url: /net/aspose.imaging.fileformats.cdr.objects/cdrarrow/ @@ -18,29 +18,29 @@ public class CdrArrow : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrArrow](cdrarrow)() | The default constructor. | +| [CdrArrow](cdrarrow/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrarrow/points) { get; set; } | Gets or sets the points. | -| [PointTypes](../../aspose.imaging.fileformats.cdr.objects/cdrarrow/pointtypes) { get; set; } | Gets or sets the point types. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrarrow/points/) { get; set; } | Gets or sets the points. | +| [PointTypes](../../aspose.imaging.fileformats.cdr.objects/cdrarrow/pointtypes/) { get; set; } | Gets or sets the point types. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/cdrarrow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/cdrarrow/_index.md index c8cd546cddce..71360e7a7ea3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/cdrarrow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/cdrarrow/_index.md @@ -1,7 +1,7 @@ --- -title: CdrArrow +title: CdrArrow.CdrArrow second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrArrow constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrarrow/cdrarrow/ @@ -16,8 +16,8 @@ public CdrArrow() ### See Also -* class [CdrArrow](../../cdrarrow) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrarrow) +* class [CdrArrow](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrarrow/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/points/_index.md index a9be204af833..9d60fd45df27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: CdrArrow.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrArrow property. Gets or sets the points type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrarrow/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd) -* class [CdrArrow](../../cdrarrow) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrarrow) +* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd/) +* class [CdrArrow](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrarrow/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/pointtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/pointtypes/_index.md index 37ab966dbb8d..3c26870e2c72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/pointtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrarrow/pointtypes/_index.md @@ -1,7 +1,7 @@ --- -title: PointTypes +title: CdrArrow.PointTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrArrow property. Gets or sets the point types type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrarrow/pointtypes/ @@ -20,8 +20,8 @@ The point types. ### See Also -* class [CdrArrow](../../cdrarrow) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrarrow) +* class [CdrArrow](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrarrow/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/_index.md index 60347f2835a0..46f9601da7db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/_index.md @@ -1,7 +1,7 @@ --- -title: CdrArtisticText +title: Class CdrArtisticText second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrArtisticText class. The cdr Artistic text type: docs weight: 1490 url: /net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/ @@ -18,33 +18,33 @@ public class CdrArtisticText : CdrGraphicObject | Name | Description | | --- | --- | -| [CdrArtisticText](cdrartistictext)() | The default constructor. | +| [CdrArtisticText](cdrartistictext/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [Origin](../../aspose.imaging.fileformats.cdr.objects/cdrartistictext/origin) { get; set; } | Gets or sets the origin. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [TextIndex](../../aspose.imaging.fileformats.cdr.objects/cdrartistictext/textindex) { get; set; } | Gets or sets the index of the text. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [Origin](../../aspose.imaging.fileformats.cdr.objects/cdrartistictext/origin/) { get; set; } | Gets or sets the origin. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [TextIndex](../../aspose.imaging.fileformats.cdr.objects/cdrartistictext/textindex/) { get; set; } | Gets or sets the index of the text. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrGraphicObject](../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrGraphicObject](../cdrgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/cdrartistictext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/cdrartistictext/_index.md index 1d3264803247..ad74151a3a64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/cdrartistictext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/cdrartistictext/_index.md @@ -1,7 +1,7 @@ --- -title: CdrArtisticText +title: CdrArtisticText.CdrArtisticText second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrArtisticText constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/cdrartistictext/ @@ -16,8 +16,8 @@ public CdrArtisticText() ### See Also -* class [CdrArtisticText](../../cdrartistictext) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrartistictext) +* class [CdrArtisticText](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrartistictext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/origin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/origin/_index.md index 0e5e01e2eae4..18338458406f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/origin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/origin/_index.md @@ -1,7 +1,7 @@ --- -title: Origin +title: CdrArtisticText.Origin second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrArtisticText property. Gets or sets the origin type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/origin/ @@ -20,9 +20,9 @@ The origin. ### See Also -* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd) -* class [CdrArtisticText](../../cdrartistictext) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrartistictext) +* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd/) +* class [CdrArtisticText](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrartistictext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/textindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/textindex/_index.md index ba236eb27216..89a740fe1d77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/textindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/textindex/_index.md @@ -1,7 +1,7 @@ --- -title: TextIndex +title: CdrArtisticText.TextIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrArtisticText property. Gets or sets the index of the text type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrartistictext/textindex/ @@ -20,8 +20,8 @@ The index of the text. ### See Also -* class [CdrArtisticText](../../cdrartistictext) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrartistictext) +* class [CdrArtisticText](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrartistictext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/_index.md index b8acb4fde2c1..4c9806a69e13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/_index.md @@ -1,7 +1,7 @@ --- -title: CdrBbox +title: Class CdrBbox second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrBbox class. The cdr box type: docs weight: 1500 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/ @@ -18,40 +18,40 @@ public class CdrBbox : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrBbox](cdrbbox)() | The default constructor. | +| [CdrBbox](cdrbbox/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/height) { get; } | Gets the height. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/width) { get; } | Gets the width. | -| [X](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/x) { get; } | Gets the x. | -| [X0](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/x0) { get; set; } | Gets or sets the x0. | -| [X1](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/x1) { get; set; } | Gets or sets the x1. | -| [Y](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/y) { get; } | Gets the y. | -| [Y0](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/y0) { get; set; } | Gets or sets the y0. | -| [Y1](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/y1) { get; set; } | Gets or sets the y1. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/height/) { get; } | Gets the height. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/width/) { get; } | Gets the width. | +| [X](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/x/) { get; } | Gets the x. | +| [X0](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/x0/) { get; set; } | Gets or sets the x0. | +| [X1](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/x1/) { get; set; } | Gets or sets the x1. | +| [Y](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/y/) { get; } | Gets the y. | +| [Y0](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/y0/) { get; set; } | Gets or sets the y0. | +| [Y1](../../aspose.imaging.fileformats.cdr.objects/cdrbbox/y1/) { get; set; } | Gets or sets the y1. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/cdrbbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/cdrbbox/_index.md index 005ee054dabc..8932db5f8479 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/cdrbbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/cdrbbox/_index.md @@ -1,7 +1,7 @@ --- -title: CdrBbox +title: CdrBbox.CdrBbox second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/cdrbbox/ @@ -16,8 +16,8 @@ public CdrBbox() ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/height/_index.md index 1778e0f6872c..e27f2c19d917 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CdrBbox.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox property. Gets the height type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/width/_index.md index 92e64939e2ca..a8a5f11b0924 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CdrBbox.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox property. Gets the width type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x/_index.md index 65e47b3e63f0..2916b83be946 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x/_index.md @@ -1,7 +1,7 @@ --- -title: X +title: CdrBbox.X second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox property. Gets the x type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x/ @@ -20,8 +20,8 @@ The x. ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x0/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x0/_index.md index 728eadaf52aa..a7e7eaa0d1b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x0/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x0/_index.md @@ -1,7 +1,7 @@ --- -title: X0 +title: CdrBbox.X0 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox property. Gets or sets the x0 type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x0/ @@ -20,8 +20,8 @@ The x0. ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x1/_index.md index fc181ed9e2ca..ab10409f39a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x1/_index.md @@ -1,7 +1,7 @@ --- -title: X1 +title: CdrBbox.X1 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox property. Gets or sets the x1 type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/x1/ @@ -20,8 +20,8 @@ The x1. ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y/_index.md index a8a69da3082d..1bb9c351a20e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y/_index.md @@ -1,7 +1,7 @@ --- -title: Y +title: CdrBbox.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox property. Gets the y type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y/ @@ -20,8 +20,8 @@ The y. ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y0/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y0/_index.md index 46d339a85396..161c5f15050b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y0/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y0/_index.md @@ -1,7 +1,7 @@ --- -title: Y0 +title: CdrBbox.Y0 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox property. Gets or sets the y0 type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y0/ @@ -20,8 +20,8 @@ The y0. ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y1/_index.md index 7db3473a8d40..f0be6cd29fdb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y1/_index.md @@ -1,7 +1,7 @@ --- -title: Y1 +title: CdrBbox.Y1 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBbox property. Gets or sets the y1 type: docs weight: 90 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbbox/y1/ @@ -20,8 +20,8 @@ The y1. ### See Also -* class [CdrBbox](../../cdrbbox) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox) +* class [CdrBbox](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/_index.md index fe2ebd076111..294853fdc492 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/_index.md @@ -1,7 +1,7 @@ --- -title: CdrBmp +title: Class CdrBmp second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrBmp class. he cdr bmp type: docs weight: 1510 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbmp/ @@ -18,34 +18,34 @@ public class CdrBmp : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrBmp](cdrbmp)() | The default constructor. | +| [CdrBmp](cdrbmp/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bpp](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/bpp) { get; set; } | Gets or sets the BPP. | -| [BytesPerLine](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/bytesperline) { get; set; } | Gets or sets the bytes per line. | -| [ColorModel](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/colormodel) { get; set; } | Gets or sets the color model. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/height) { get; set; } | Gets or sets the height. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [Palette](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/palette) { get; set; } | Gets or sets the palette. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/width) { get; set; } | Gets or sets the width. | +| [Bpp](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/bpp/) { get; set; } | Gets or sets the BPP. | +| [BytesPerLine](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/bytesperline/) { get; set; } | Gets or sets the bytes per line. | +| [ColorModel](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/colormodel/) { get; set; } | Gets or sets the color model. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/height/) { get; set; } | Gets or sets the height. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [Palette](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/palette/) { get; set; } | Gets or sets the palette. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrbmp/width/) { get; set; } | Gets or sets the width. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bpp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bpp/_index.md index 912426c820aa..38222776a3c0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bpp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bpp/_index.md @@ -1,7 +1,7 @@ --- -title: Bpp +title: CdrBmp.Bpp second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBmp property. Gets or sets the BPP type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bpp/ @@ -20,8 +20,8 @@ The BPP. ### See Also -* class [CdrBmp](../../cdrbmp) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp) +* class [CdrBmp](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bytesperline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bytesperline/_index.md index 7a3b10ab5bd0..f3530b5b1fb2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bytesperline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bytesperline/_index.md @@ -1,7 +1,7 @@ --- -title: BytesPerLine +title: CdrBmp.BytesPerLine second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBmp property. Gets or sets the bytes per line type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbmp/bytesperline/ @@ -20,8 +20,8 @@ The bytes per line. ### See Also -* class [CdrBmp](../../cdrbmp) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp) +* class [CdrBmp](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/cdrbmp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/cdrbmp/_index.md index 6b7ff52e420b..0bf867c5fca0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/cdrbmp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/cdrbmp/_index.md @@ -1,7 +1,7 @@ --- -title: CdrBmp +title: CdrBmp.CdrBmp second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBmp constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbmp/cdrbmp/ @@ -16,8 +16,8 @@ public CdrBmp() ### See Also -* class [CdrBmp](../../cdrbmp) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp) +* class [CdrBmp](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/colormodel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/colormodel/_index.md index 53178a978e06..026a6745f7ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/colormodel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/colormodel/_index.md @@ -1,7 +1,7 @@ --- -title: ColorModel +title: CdrBmp.ColorModel second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBmp property. Gets or sets the color model type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbmp/colormodel/ @@ -20,8 +20,8 @@ The color model. ### See Also -* class [CdrBmp](../../cdrbmp) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp) +* class [CdrBmp](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/height/_index.md index 935c22662781..c6f44313bcc0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CdrBmp.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBmp property. Gets or sets the height type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbmp/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [CdrBmp](../../cdrbmp) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp) +* class [CdrBmp](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/palette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/palette/_index.md index 6b44287bd8b8..3e9b0630f239 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/palette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/palette/_index.md @@ -1,7 +1,7 @@ --- -title: Palette +title: CdrBmp.Palette second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBmp property. Gets or sets the palette type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbmp/palette/ @@ -20,8 +20,8 @@ The palette. ### See Also -* class [CdrBmp](../../cdrbmp) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp) +* class [CdrBmp](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/width/_index.md index afb85a5853d9..608923dacc62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrbmp/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CdrBmp.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrBmp property. Gets or sets the width type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.objects/cdrbmp/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [CdrBmp](../../cdrbmp) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp) +* class [CdrBmp](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrbmp/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/_index.md index 4d36de3dee04..edef96ed5c22 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/_index.md @@ -1,7 +1,7 @@ --- -title: CdrCurve +title: Class CdrCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrCurve class. The cdr curve type: docs weight: 1520 url: /net/aspose.imaging.fileformats.cdr.objects/cdrcurve/ @@ -18,33 +18,33 @@ public class CdrCurve : CdrGraphicObject | Name | Description | | --- | --- | -| [CdrCurve](cdrcurve)() | The default constructor. | +| [CdrCurve](cdrcurve/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrcurve/points) { get; set; } | Gets or sets the points. | -| [PointTypes](../../aspose.imaging.fileformats.cdr.objects/cdrcurve/pointtypes) { get; set; } | Gets or sets the point types. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrcurve/points/) { get; set; } | Gets or sets the points. | +| [PointTypes](../../aspose.imaging.fileformats.cdr.objects/cdrcurve/pointtypes/) { get; set; } | Gets or sets the point types. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrGraphicObject](../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrGraphicObject](../cdrgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/cdrcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/cdrcurve/_index.md index 192f41bd4344..7cf50dbab67e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/cdrcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/cdrcurve/_index.md @@ -1,7 +1,7 @@ --- -title: CdrCurve +title: CdrCurve.CdrCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrCurve constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrcurve/cdrcurve/ @@ -16,8 +16,8 @@ public CdrCurve() ### See Also -* class [CdrCurve](../../cdrcurve) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrcurve) +* class [CdrCurve](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/points/_index.md index fca6ede4b2d1..79e7287ead7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: CdrCurve.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrCurve property. Gets or sets the points type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrcurve/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd) -* class [CdrCurve](../../cdrcurve) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrcurve) +* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd/) +* class [CdrCurve](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/pointtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/pointtypes/_index.md index 1e1775e931af..ce31e448cf37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/pointtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrcurve/pointtypes/_index.md @@ -1,7 +1,7 @@ --- -title: PointTypes +title: CdrCurve.PointTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrCurve property. Gets or sets the point types type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrcurve/pointtypes/ @@ -20,8 +20,8 @@ The point types. ### See Also -* class [CdrCurve](../../cdrcurve) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrcurve) +* class [CdrCurve](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/_index.md index 7b4b0079e00b..f5648a3e828e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/_index.md @@ -1,7 +1,7 @@ --- -title: CdrDictionaryItem +title: Class CdrDictionaryItem second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrDictionaryItem class. The cdr dictionary item type: docs weight: 1530 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/ @@ -18,27 +18,27 @@ public class CdrDictionaryItem : CdrObject | Name | Description | | --- | --- | -| [CdrDictionaryItem](cdrdictionaryitem)() | The default constructor. | +| [CdrDictionaryItem](cdrdictionaryitem/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObject](../cdrobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObject](../cdrobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/cdrdictionaryitem/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/cdrdictionaryitem/_index.md index 09bab911c473..853dd767b27b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/cdrdictionaryitem/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/cdrdictionaryitem/_index.md @@ -1,7 +1,7 @@ --- -title: CdrDictionaryItem +title: CdrDictionaryItem.CdrDictionaryItem second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDictionaryItem constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/cdrdictionaryitem/ @@ -16,8 +16,8 @@ public CdrDictionaryItem() ### See Also -* class [CdrDictionaryItem](../../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdictionaryitem) +* class [CdrDictionaryItem](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdictionaryitem/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/_index.md index 35ebcbdab9bc..e2164de676df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/_index.md @@ -1,7 +1,7 @@ --- -title: Id +title: CdrDictionaryItem.Id second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDictionaryItem property. Gets or sets the identifier type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/ @@ -20,8 +20,8 @@ The identifier. ### See Also -* class [CdrDictionaryItem](../../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdictionaryitem) +* class [CdrDictionaryItem](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdictionaryitem/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdisp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdisp/_index.md index ff9f9f680165..c2dc838c2ca8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdisp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdisp/_index.md @@ -1,7 +1,7 @@ --- -title: CdrDisp +title: Class CdrDisp second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrDisp class. The cdr Disp type: docs weight: 1540 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdisp/ @@ -18,32 +18,32 @@ public class CdrDisp : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrDisp](cdrdisp)() | The default constructor. | +| [CdrDisp](cdrdisp/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdisp/cdrdisp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdisp/cdrdisp/_index.md index fea8652a256a..a214c542551a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdisp/cdrdisp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdisp/cdrdisp/_index.md @@ -1,7 +1,7 @@ --- -title: CdrDisp +title: CdrDisp.CdrDisp second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDisp constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdisp/cdrdisp/ @@ -16,8 +16,8 @@ public CdrDisp() ### See Also -* class [CdrDisp](../../cdrdisp) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdisp) +* class [CdrDisp](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdisp/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/_index.md index 8c535783e190..e6f5c325af3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/_index.md @@ -1,7 +1,7 @@ --- -title: CdrDocument +title: Class CdrDocument second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrDocument class. The cdr root object type: docs weight: 1550 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/ @@ -18,40 +18,40 @@ public class CdrDocument : CdrObjectContainer | Name | Description | | --- | --- | -| [Arrows](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/arrows) { get; } | Gets the arrows. | -| [BmpMasks](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/bmpmasks) { get; } | Gets the BMP masks. | -| [Bmps](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/bmps) { get; } | Gets the BMPS. | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [ClipIds](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/clipids) { get; set; } | Gets or sets the clip ids. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Fills](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/fills) { get; } | Gets the fills. | -| [Fonts](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/fonts) { get; } | Gets the fonts. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LastTextIndex](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/lasttextindex) { get; set; } | Gets the text indexes. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [OutLines](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/outlines) { get; } | Gets the out lines. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Patterns](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/patterns) { get; } | Gets the patterns. | -| [PowerClips](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/powerclips) { get; set; } | Gets the power clips. | -| [Styles](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/styles) { get; } | Gets the styles. | -| [Texts](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/texts) { get; } | Gets the texts. | -| [VectorPatterns](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/vectorpatterns) { get; } | Gets the vector patterns. | -| [Version](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/version) { get; set; } | Gets or sets the version. | +| [Arrows](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/arrows/) { get; } | Gets the arrows. | +| [BmpMasks](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/bmpmasks/) { get; } | Gets the BMP masks. | +| [Bmps](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/bmps/) { get; } | Gets the BMPS. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [ClipIds](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/clipids/) { get; set; } | Gets or sets the clip ids. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Fills](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/fills/) { get; } | Gets the fills. | +| [Fonts](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/fonts/) { get; } | Gets the fonts. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LastTextIndex](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/lasttextindex/) { get; set; } | Gets the text indexes. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [OutLines](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/outlines/) { get; } | Gets the out lines. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Patterns](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/patterns/) { get; } | Gets the patterns. | +| [PowerClips](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/powerclips/) { get; set; } | Gets the power clips. | +| [Styles](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/styles/) { get; } | Gets the styles. | +| [Texts](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/texts/) { get; } | Gets the texts. | +| [VectorPatterns](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/vectorpatterns/) { get; } | Gets the vector patterns. | +| [Version](../../aspose.imaging.fileformats.cdr.objects/cdrdocument/version/) { get; set; } | Gets or sets the version. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/arrows/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/arrows/_index.md index 0a8f66bf8abe..b7c645be469f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/arrows/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/arrows/_index.md @@ -1,7 +1,7 @@ --- -title: Arrows +title: CdrDocument.Arrows second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the arrows type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/arrows/ @@ -20,9 +20,9 @@ The arrows. ### See Also -* class [CdrArrow](../../cdrarrow) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrArrow](../../cdrarrow/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmpmasks/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmpmasks/_index.md index 5a4ac8119947..c475c8ce9461 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmpmasks/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmpmasks/_index.md @@ -1,7 +1,7 @@ --- -title: BmpMasks +title: CdrDocument.BmpMasks second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the BMP masks type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmpmasks/ @@ -20,9 +20,9 @@ The BMP masks. ### See Also -* class [CdrBmp](../../cdrbmp) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrBmp](../../cdrbmp/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmps/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmps/_index.md index b48db188f170..cf8263d992cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmps/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmps/_index.md @@ -1,7 +1,7 @@ --- -title: Bmps +title: CdrDocument.Bmps second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the BMPS type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/bmps/ @@ -20,9 +20,9 @@ The BMPS. ### See Also -* class [CdrBmp](../../cdrbmp) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrBmp](../../cdrbmp/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/clipids/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/clipids/_index.md index 5725d5e49064..ecea66b077c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/clipids/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/clipids/_index.md @@ -1,7 +1,7 @@ --- -title: ClipIds +title: CdrDocument.ClipIds second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets or sets the clip ids type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/clipids/ @@ -20,8 +20,8 @@ The clip ids. ### See Also -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fills/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fills/_index.md index c31caeb06f48..fd73c7924c50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fills/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fills/_index.md @@ -1,7 +1,7 @@ --- -title: Fills +title: CdrDocument.Fills second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the fills type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fills/ @@ -20,9 +20,9 @@ The fills. ### See Also -* class [CdrFill](../../cdrfill) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrFill](../../cdrfill/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fonts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fonts/_index.md index ba3c9a0c8645..0423180682c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fonts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fonts/_index.md @@ -1,7 +1,7 @@ --- -title: Fonts +title: CdrDocument.Fonts second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the fonts type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/fonts/ @@ -20,9 +20,9 @@ The fonts. ### See Also -* class [CdrFont](../../cdrfont) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrFont](../../cdrfont/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/lasttextindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/lasttextindex/_index.md index 110d6edcab41..01ea1af64539 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/lasttextindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/lasttextindex/_index.md @@ -1,7 +1,7 @@ --- -title: LastTextIndex +title: CdrDocument.LastTextIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the text indexes type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/lasttextindex/ @@ -20,8 +20,8 @@ The text indexes. ### See Also -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/outlines/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/outlines/_index.md index c04a1885dad5..f793dd3ce848 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/outlines/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/outlines/_index.md @@ -1,7 +1,7 @@ --- -title: OutLines +title: CdrDocument.OutLines second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the out lines type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/outlines/ @@ -20,9 +20,9 @@ The out lines. ### See Also -* class [CdrOutline](../../cdroutline) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrOutline](../../cdroutline/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/patterns/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/patterns/_index.md index f2cb3b41634e..5fbd4137a436 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/patterns/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/patterns/_index.md @@ -1,7 +1,7 @@ --- -title: Patterns +title: CdrDocument.Patterns second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the patterns type: docs weight: 90 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/patterns/ @@ -20,9 +20,9 @@ The patterns. ### See Also -* class [CdrPattern](../../cdrpattern) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrPattern](../../cdrpattern/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/powerclips/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/powerclips/_index.md index 3003729d25b5..d39805b2fcaa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/powerclips/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/powerclips/_index.md @@ -1,7 +1,7 @@ --- -title: PowerClips +title: CdrDocument.PowerClips second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the power clips type: docs weight: 100 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/powerclips/ @@ -20,9 +20,9 @@ The power clips. ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrListObjects](../../cdrlistobjects/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/styles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/styles/_index.md index a0a981c4aee0..c7eb7211ce08 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/styles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/styles/_index.md @@ -1,7 +1,7 @@ --- -title: Styles +title: CdrDocument.Styles second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the styles type: docs weight: 110 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/styles/ @@ -20,9 +20,9 @@ The styles. ### See Also -* class [CdrStyle](../../cdrstyle) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrStyle](../../cdrstyle/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/texts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/texts/_index.md index 8975595eec8d..a511a25dd8b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/texts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/texts/_index.md @@ -1,7 +1,7 @@ --- -title: Texts +title: CdrDocument.Texts second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the texts type: docs weight: 120 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/texts/ @@ -20,9 +20,9 @@ The texts. ### See Also -* class [CdrTextCollection](../../../aspose.imaging.fileformats.cdr.types/cdrtextcollection) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrTextCollection](../../../aspose.imaging.fileformats.cdr.types/cdrtextcollection/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/vectorpatterns/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/vectorpatterns/_index.md index 807a9b0be808..2677fa3e9aef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/vectorpatterns/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/vectorpatterns/_index.md @@ -1,7 +1,7 @@ --- -title: VectorPatterns +title: CdrDocument.VectorPatterns second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets the vector patterns type: docs weight: 130 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/vectorpatterns/ @@ -20,9 +20,9 @@ The vector patterns. ### See Also -* class [CdrVectorPattern](../../cdrvectorpattern) -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrVectorPattern](../../cdrvectorpattern/) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/version/_index.md index 4e5a473b56fc..3c4c127dda24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrdocument/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: CdrDocument.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrDocument property. Gets or sets the version type: docs weight: 140 url: /net/aspose.imaging.fileformats.cdr.objects/cdrdocument/version/ @@ -20,8 +20,8 @@ The version. ### See Also -* class [CdrDocument](../../cdrdocument) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument) +* class [CdrDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/_index.md index 22eb8d048993..59cd61010c15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/_index.md @@ -1,7 +1,7 @@ --- -title: CdrEllipse +title: Class CdrEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrEllipse class. The cdr Ellipse type: docs weight: 1560 url: /net/aspose.imaging.fileformats.cdr.objects/cdrellipse/ @@ -18,34 +18,34 @@ public class CdrEllipse : CdrGraphicObject | Name | Description | | --- | --- | -| [CdrEllipse](cdrellipse)() | The default constructor. | +| [CdrEllipse](cdrellipse/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Angle1](../../aspose.imaging.fileformats.cdr.objects/cdrellipse/angle1) { get; set; } | Gets or sets the angle1. | -| [Angle2](../../aspose.imaging.fileformats.cdr.objects/cdrellipse/angle2) { get; set; } | Gets or sets the angle2. | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Pie](../../aspose.imaging.fileformats.cdr.objects/cdrellipse/pie) { get; set; } | Gets or sets a value indicating whether this [`CdrEllipse`](../cdrellipse) is pie. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [Angle1](../../aspose.imaging.fileformats.cdr.objects/cdrellipse/angle1/) { get; set; } | Gets or sets the angle1. | +| [Angle2](../../aspose.imaging.fileformats.cdr.objects/cdrellipse/angle2/) { get; set; } | Gets or sets the angle2. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Pie](../../aspose.imaging.fileformats.cdr.objects/cdrellipse/pie/) { get; set; } | Gets or sets a value indicating whether this `CdrEllipse` is pie. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrGraphicObject](../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrGraphicObject](../cdrgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle1/_index.md index 0262ee95949c..729c330423f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle1/_index.md @@ -1,7 +1,7 @@ --- -title: Angle1 +title: CdrEllipse.Angle1 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrEllipse property. Gets or sets the angle1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle1/ @@ -20,8 +20,8 @@ The angle1. ### See Also -* class [CdrEllipse](../../cdrellipse) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrellipse) +* class [CdrEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle2/_index.md index a8d6453d3b5f..fe65aac19668 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle2/_index.md @@ -1,7 +1,7 @@ --- -title: Angle2 +title: CdrEllipse.Angle2 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrEllipse property. Gets or sets the angle2 type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrellipse/angle2/ @@ -20,8 +20,8 @@ The angle2. ### See Also -* class [CdrEllipse](../../cdrellipse) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrellipse) +* class [CdrEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/cdrellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/cdrellipse/_index.md index f215c166437b..a2b56031c802 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/cdrellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/cdrellipse/_index.md @@ -1,7 +1,7 @@ --- -title: CdrEllipse +title: CdrEllipse.CdrEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrEllipse constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrellipse/cdrellipse/ @@ -16,8 +16,8 @@ public CdrEllipse() ### See Also -* class [CdrEllipse](../../cdrellipse) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrellipse) +* class [CdrEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/pie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/pie/_index.md index 29c2cdb2e236..4471104ac2c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/pie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrellipse/pie/_index.md @@ -1,14 +1,14 @@ --- -title: Pie +title: CdrEllipse.Pie second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrEllipse property. Gets or sets a value indicating whether this CdrEllipse is pie type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrellipse/pie/ --- ## CdrEllipse.Pie property -Gets or sets a value indicating whether this [`CdrEllipse`](../../cdrellipse) is pie. +Gets or sets a value indicating whether this [`CdrEllipse`](../) is pie. ```csharp public bool Pie { get; set; } @@ -20,8 +20,8 @@ public bool Pie { get; set; } ### See Also -* class [CdrEllipse](../../cdrellipse) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrellipse) +* class [CdrEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/_index.md index bbf836ea9aec..0e4cbba5c066 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFill +title: Class CdrFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrFill class. The cdr fill type: docs weight: 1570 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfill/ @@ -18,33 +18,33 @@ public class CdrFill : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrFill](cdrfill)() | The default constructor. | +| [CdrFill](cdrfill/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Color1](../../aspose.imaging.fileformats.cdr.objects/cdrfill/color1) { get; set; } | Gets or sets the color1. | -| [Color2](../../aspose.imaging.fileformats.cdr.objects/cdrfill/color2) { get; set; } | Gets or sets the color2. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [FillType](../../aspose.imaging.fileformats.cdr.objects/cdrfill/filltype) { get; set; } | Gets or sets the type of the fill. | -| [Gradient](../../aspose.imaging.fileformats.cdr.objects/cdrfill/gradient) { get; set; } | Gets or sets the gradient. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [ImageFill](../../aspose.imaging.fileformats.cdr.objects/cdrfill/imagefill) { get; set; } | Gets or sets the image fill. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Color1](../../aspose.imaging.fileformats.cdr.objects/cdrfill/color1/) { get; set; } | Gets or sets the color1. | +| [Color2](../../aspose.imaging.fileformats.cdr.objects/cdrfill/color2/) { get; set; } | Gets or sets the color2. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [FillType](../../aspose.imaging.fileformats.cdr.objects/cdrfill/filltype/) { get; set; } | Gets or sets the type of the fill. | +| [Gradient](../../aspose.imaging.fileformats.cdr.objects/cdrfill/gradient/) { get; set; } | Gets or sets the gradient. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [ImageFill](../../aspose.imaging.fileformats.cdr.objects/cdrfill/imagefill/) { get; set; } | Gets or sets the image fill. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/cdrfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/cdrfill/_index.md index 9645345bb6e0..f8126045dd39 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/cdrfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/cdrfill/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFill +title: CdrFill.CdrFill second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFill constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfill/cdrfill/ @@ -16,8 +16,8 @@ public CdrFill() ### See Also -* class [CdrFill](../../cdrfill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill) +* class [CdrFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/color1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/color1/_index.md index b5dc37001abd..5e1eed1d1572 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/color1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/color1/_index.md @@ -1,7 +1,7 @@ --- -title: Color1 +title: CdrFill.Color1 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFill property. Gets or sets the color1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfill/color1/ @@ -20,9 +20,9 @@ The color1. ### See Also -* class [CdrColor](../../../aspose.imaging.fileformats.cdr.types/cdrcolor) -* class [CdrFill](../../cdrfill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill) +* class [CdrColor](../../../aspose.imaging.fileformats.cdr.types/cdrcolor/) +* class [CdrFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/color2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/color2/_index.md index 4da8657d12ad..23aed500ab92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/color2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/color2/_index.md @@ -1,7 +1,7 @@ --- -title: Color2 +title: CdrFill.Color2 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFill property. Gets or sets the color2 type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfill/color2/ @@ -20,9 +20,9 @@ The color2. ### See Also -* class [CdrColor](../../../aspose.imaging.fileformats.cdr.types/cdrcolor) -* class [CdrFill](../../cdrfill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill) +* class [CdrColor](../../../aspose.imaging.fileformats.cdr.types/cdrcolor/) +* class [CdrFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/filltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/filltype/_index.md index dabb9fd1fb4c..43c4b4dec19e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/filltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/filltype/_index.md @@ -1,7 +1,7 @@ --- -title: FillType +title: CdrFill.FillType second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFill property. Gets or sets the type of the fill type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfill/filltype/ @@ -20,9 +20,9 @@ The type of the fill. ### See Also -* enum [CdrFillType](../../../aspose.imaging.fileformats.cdr.enum/cdrfilltype) -* class [CdrFill](../../cdrfill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill) +* enum [CdrFillType](../../../aspose.imaging.fileformats.cdr.enum/cdrfilltype/) +* class [CdrFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/gradient/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/gradient/_index.md index 5cd27aa909f9..b11db0eff351 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/gradient/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/gradient/_index.md @@ -1,7 +1,7 @@ --- -title: Gradient +title: CdrFill.Gradient second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFill property. Gets or sets the gradient type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfill/gradient/ @@ -20,9 +20,9 @@ The gradient. ### See Also -* class [CdrGradient](../../../aspose.imaging.fileformats.cdr.types/cdrgradient) -* class [CdrFill](../../cdrfill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill) +* class [CdrGradient](../../../aspose.imaging.fileformats.cdr.types/cdrgradient/) +* class [CdrFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/imagefill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/imagefill/_index.md index bdf1463a95e1..fce1b7e481df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/imagefill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfill/imagefill/_index.md @@ -1,7 +1,7 @@ --- -title: ImageFill +title: CdrFill.ImageFill second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFill property. Gets or sets the image fill type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfill/imagefill/ @@ -20,9 +20,9 @@ The image fill. ### See Also -* class [CdrImageFill](../../../aspose.imaging.fileformats.cdr.types/cdrimagefill) -* class [CdrFill](../../cdrfill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill) +* class [CdrImageFill](../../../aspose.imaging.fileformats.cdr.types/cdrimagefill/) +* class [CdrFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/_index.md index 4b4f56449dab..69011cd713f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFillTransform +title: Class CdrFillTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrFillTransform class. the cdr fill transform type: docs weight: 1580 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/ @@ -18,33 +18,33 @@ public class CdrFillTransform : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrFillTransform](cdrfilltransform)() | The default constructor. | +| [CdrFillTransform](cdrfilltransform/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Transform](../../aspose.imaging.fileformats.cdr.objects/cdrfilltransform/transform) { get; set; } | Gets or sets the transform. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Transform](../../aspose.imaging.fileformats.cdr.objects/cdrfilltransform/transform/) { get; set; } | Gets or sets the transform. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/cdrfilltransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/cdrfilltransform/_index.md index 9e994e71668a..1b8ebdbf27ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/cdrfilltransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/cdrfilltransform/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFillTransform +title: CdrFillTransform.CdrFillTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFillTransform constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/cdrfilltransform/ @@ -16,8 +16,8 @@ public CdrFillTransform() ### See Also -* class [CdrFillTransform](../../cdrfilltransform) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfilltransform) +* class [CdrFillTransform](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfilltransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/transform/_index.md index 176d04122b63..d4327e40bdb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/transform/_index.md @@ -1,7 +1,7 @@ --- -title: Transform +title: CdrFillTransform.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFillTransform property. Gets or sets the transform type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfilltransform/transform/ @@ -20,9 +20,9 @@ The transform. ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [CdrFillTransform](../../cdrfilltransform) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfilltransform) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [CdrFillTransform](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfilltransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/_index.md index c1b8b233861c..39623d3335d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFlgs +title: Class CdrFlgs second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrFlgs class. The cdr flags type: docs weight: 1590 url: /net/aspose.imaging.fileformats.cdr.objects/cdrflgs/ @@ -18,28 +18,28 @@ public class CdrFlgs : CdrObject | Name | Description | | --- | --- | -| [CdrFlgs](cdrflgs)() | The default constructor. | +| [CdrFlgs](cdrflgs/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Value](../../aspose.imaging.fileformats.cdr.objects/cdrflgs/value) { get; set; } | Gets or sets the value. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Value](../../aspose.imaging.fileformats.cdr.objects/cdrflgs/value/) { get; set; } | Gets or sets the value. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrObject](../cdrobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrObject](../cdrobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/cdrflgs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/cdrflgs/_index.md index 0471e2545066..a05574773ede 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/cdrflgs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/cdrflgs/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFlgs +title: CdrFlgs.CdrFlgs second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFlgs constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrflgs/cdrflgs/ @@ -16,8 +16,8 @@ public CdrFlgs() ### See Also -* class [CdrFlgs](../../cdrflgs) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrflgs) +* class [CdrFlgs](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrflgs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/value/_index.md index 1d2e4a48f665..21c212935c70 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrflgs/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: CdrFlgs.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFlgs property. Gets or sets the value type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrflgs/value/ @@ -20,8 +20,8 @@ The value. ### See Also -* class [CdrFlgs](../../cdrflgs) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrflgs) +* class [CdrFlgs](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrflgs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/_index.md index a86255ee4ba6..1c18da0b8a02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFont +title: Class CdrFont second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrFont class. the cdr Font type: docs weight: 1600 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfont/ @@ -18,30 +18,30 @@ public class CdrFont : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrFont](cdrfont)() | The default constructor. | +| [CdrFont](cdrfont/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Encoding](../../aspose.imaging.fileformats.cdr.objects/cdrfont/encoding) { get; set; } | Gets or sets the encoding. | -| [FontName](../../aspose.imaging.fileformats.cdr.objects/cdrfont/fontname) { get; set; } | Gets or sets the name of the font. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Encoding](../../aspose.imaging.fileformats.cdr.objects/cdrfont/encoding/) { get; set; } | Gets or sets the encoding. | +| [FontName](../../aspose.imaging.fileformats.cdr.objects/cdrfont/fontname/) { get; set; } | Gets or sets the name of the font. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/cdrfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/cdrfont/_index.md index 07f008bff55a..e1225236ff90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/cdrfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/cdrfont/_index.md @@ -1,7 +1,7 @@ --- -title: CdrFont +title: CdrFont.CdrFont second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFont constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfont/cdrfont/ @@ -16,8 +16,8 @@ public CdrFont() ### See Also -* class [CdrFont](../../cdrfont) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfont) +* class [CdrFont](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/encoding/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/encoding/_index.md index ab5ce5246343..0b7f1a377e09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/encoding/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/encoding/_index.md @@ -1,7 +1,7 @@ --- -title: Encoding +title: CdrFont.Encoding second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFont property. Gets or sets the encoding type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfont/encoding/ @@ -20,8 +20,8 @@ The encoding. ### See Also -* class [CdrFont](../../cdrfont) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfont) +* class [CdrFont](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/fontname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/fontname/_index.md index 22bd70a9f6e7..a3163e5738ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/fontname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrfont/fontname/_index.md @@ -1,7 +1,7 @@ --- -title: FontName +title: CdrFont.FontName second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrFont property. Gets or sets the name of the font type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrfont/fontname/ @@ -20,8 +20,8 @@ The name of the font. ### See Also -* class [CdrFont](../../cdrfont) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfont) +* class [CdrFont](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/_index.md index 780091a843a3..38125fc53855 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/_index.md @@ -1,7 +1,7 @@ --- -title: CdrGraphicObject +title: Class CdrGraphicObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrGraphicObject class. The cdr graphic object type: docs weight: 1610 url: /net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/ @@ -18,25 +18,25 @@ public abstract class CdrGraphicObject : CdrObject | Name | Description | | --- | --- | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrObject](../cdrobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrObject](../cdrobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/_index.md index 2ec4a0566985..c6a41492717a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/_index.md @@ -1,7 +1,7 @@ --- -title: BoundsInPixels +title: CdrGraphicObject.BoundsInPixels second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGraphicObject property. Gets or sets the bounds in pixels type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/ @@ -20,9 +20,9 @@ The bounds in pixels. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [CdrGraphicObject](../../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrgraphicobject) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [CdrGraphicObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrgraphicobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/_index.md index 9f18c2a47f22..e76311fc4fbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/_index.md @@ -1,7 +1,7 @@ --- -title: ClipId +title: CdrGraphicObject.ClipId second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGraphicObject property. Gets or sets the clip identifier type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/ @@ -20,8 +20,8 @@ The clip identifier. ### See Also -* class [CdrGraphicObject](../../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrgraphicobject) +* class [CdrGraphicObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrgraphicobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/_index.md index a7d4f06a3add..57a1f385f82a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CdrGraphicObject.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGraphicObject property. Gets or sets the y type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/ @@ -20,8 +20,8 @@ The y. ### See Also -* class [CdrGraphicObject](../../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrgraphicobject) +* class [CdrGraphicObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrgraphicobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/_index.md index effb5b990c84..9faf402611d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CdrGraphicObject.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGraphicObject property. Gets or sets the x type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/ @@ -20,8 +20,8 @@ The x. ### See Also -* class [CdrGraphicObject](../../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrgraphicobject) +* class [CdrGraphicObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrgraphicobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdricc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdricc/_index.md index 3715aa44adc8..0653c4924b08 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdricc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdricc/_index.md @@ -1,7 +1,7 @@ --- -title: CdrIcc +title: Class CdrIcc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrIcc class. The cdr Icc profile type: docs weight: 1620 url: /net/aspose.imaging.fileformats.cdr.objects/cdricc/ @@ -18,32 +18,32 @@ public class CdrIcc : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrIcc](cdricc)() | The default constructor. | +| [CdrIcc](cdricc/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdricc/cdricc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdricc/cdricc/_index.md index f379a84424f4..3cd580dc7776 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdricc/cdricc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdricc/cdricc/_index.md @@ -1,7 +1,7 @@ --- -title: CdrIcc +title: CdrIcc.CdrIcc second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrIcc constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdricc/cdricc/ @@ -16,8 +16,8 @@ public CdrIcc() ### See Also -* class [CdrIcc](../../cdricc) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdricc) +* class [CdrIcc](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdricc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/_index.md index 17a3ea93c2cb..b94054ad4a0b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/_index.md @@ -1,7 +1,7 @@ --- -title: CdrListObjects +title: Class CdrListObjects second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrListObjects class. The cdr list objects type: docs weight: 1630 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/ @@ -18,39 +18,39 @@ public class CdrListObjects : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrListObjects](cdrlistobjects)() | The default constructor. | +| [CdrListObjects](cdrlistobjects/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [FillId](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/fillid) { get; set; } | Gets or sets the fill identifier. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Opacity](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacity) { get; set; } | Gets or sets the opacity. | -| [OpacityFillId](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacityfillid) { get; set; } | Gets or sets the opacity fill identifier. | -| [OutLineId](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/outlineid) { get; set; } | Gets or sets the out line identifier. | -| [PageHeight](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pageheight) { get; set; } | Gets or sets the height of the page. | -| [PageWidth](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pagewidth) { get; set; } | Gets or sets the width of the page. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [StyleId](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/styleid) { get; set; } | Gets or sets the style identifier. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [FillId](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/fillid/) { get; set; } | Gets or sets the fill identifier. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Opacity](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacity/) { get; set; } | Gets or sets the opacity. | +| [OpacityFillId](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacityfillid/) { get; set; } | Gets or sets the opacity fill identifier. | +| [OutLineId](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/outlineid/) { get; set; } | Gets or sets the out line identifier. | +| [PageHeight](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pageheight/) { get; set; } | Gets or sets the height of the page. | +| [PageWidth](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pagewidth/) { get; set; } | Gets or sets the width of the page. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [StyleId](../../aspose.imaging.fileformats.cdr.objects/cdrlistobjects/styleid/) { get; set; } | Gets or sets the style identifier. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/cdrlistobjects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/cdrlistobjects/_index.md index 0085cf313e2d..85c0de788eaf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/cdrlistobjects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/cdrlistobjects/_index.md @@ -1,7 +1,7 @@ --- -title: CdrListObjects +title: CdrListObjects.CdrListObjects second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrListObjects constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/cdrlistobjects/ @@ -16,8 +16,8 @@ public CdrListObjects() ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects) +* class [CdrListObjects](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/fillid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/fillid/_index.md index e3d6c3ce2a4d..aaf9a40ce373 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/fillid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/fillid/_index.md @@ -1,7 +1,7 @@ --- -title: FillId +title: CdrListObjects.FillId second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrListObjects property. Gets or sets the fill identifier type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/fillid/ @@ -20,8 +20,8 @@ The fill identifier. ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects) +* class [CdrListObjects](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacity/_index.md index 229bbed2fe98..d8f32a29f4cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacity/_index.md @@ -1,7 +1,7 @@ --- -title: Opacity +title: CdrListObjects.Opacity second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrListObjects property. Gets or sets the opacity type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacity/ @@ -20,8 +20,8 @@ The opacity. ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects) +* class [CdrListObjects](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacityfillid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacityfillid/_index.md index 94439dcdbf8f..1f0161c79ab0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacityfillid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacityfillid/_index.md @@ -1,7 +1,7 @@ --- -title: OpacityFillId +title: CdrListObjects.OpacityFillId second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrListObjects property. Gets or sets the opacity fill identifier type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/opacityfillid/ @@ -20,8 +20,8 @@ The opacity fill identifier. ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects) +* class [CdrListObjects](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/outlineid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/outlineid/_index.md index 25cbc718c255..24ae315a8db8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/outlineid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/outlineid/_index.md @@ -1,7 +1,7 @@ --- -title: OutLineId +title: CdrListObjects.OutLineId second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrListObjects property. Gets or sets the out line identifier type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/outlineid/ @@ -20,8 +20,8 @@ The out line identifier. ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects) +* class [CdrListObjects](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pageheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pageheight/_index.md index f3b8b9f87564..4ffba55645a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pageheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pageheight/_index.md @@ -1,7 +1,7 @@ --- -title: PageHeight +title: CdrListObjects.PageHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrListObjects property. Gets or sets the height of the page type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pageheight/ @@ -20,8 +20,8 @@ The height of the page. ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects) +* class [CdrListObjects](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pagewidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pagewidth/_index.md index 65fe11ff08f8..c800c55adf90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pagewidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pagewidth/_index.md @@ -1,7 +1,7 @@ --- -title: PageWidth +title: CdrListObjects.PageWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrListObjects property. Gets or sets the width of the page type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/pagewidth/ @@ -20,8 +20,8 @@ The width of the page. ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects) +* class [CdrListObjects](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/styleid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/styleid/_index.md index c4c9e4fcf5b0..d50d66173a98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/styleid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/styleid/_index.md @@ -1,7 +1,7 @@ --- -title: StyleId +title: CdrListObjects.StyleId second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrListObjects property. Gets or sets the style identifier type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr.objects/cdrlistobjects/styleid/ @@ -20,8 +20,8 @@ The style identifier. ### See Also -* class [CdrListObjects](../../cdrlistobjects) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects) +* class [CdrListObjects](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrlistobjects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/_index.md index cff7b911d6bd..b1ca8a4f956b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/_index.md @@ -1,7 +1,7 @@ --- -title: CdrMcfg +title: Class CdrMcfg second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrMcfg class. The cdr configuration object type: docs weight: 1640 url: /net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/ @@ -18,29 +18,29 @@ public class CdrMcfg : CdrObject | Name | Description | | --- | --- | -| [CdrMcfg](cdrmcfg)() | The default constructor. | +| [CdrMcfg](cdrmcfg/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrmcfg/height) { get; set; } | Gets or sets the height. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrmcfg/width) { get; set; } | Gets or sets the width. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrmcfg/height/) { get; set; } | Gets or sets the height. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrmcfg/width/) { get; set; } | Gets or sets the width. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrObject](../cdrobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrObject](../cdrobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/cdrmcfg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/cdrmcfg/_index.md index 4845c7d6eb43..7b3d642572a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/cdrmcfg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/cdrmcfg/_index.md @@ -1,7 +1,7 @@ --- -title: CdrMcfg +title: CdrMcfg.CdrMcfg second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrMcfg constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/cdrmcfg/ @@ -16,8 +16,8 @@ public CdrMcfg() ### See Also -* class [CdrMcfg](../../cdrmcfg) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrmcfg) +* class [CdrMcfg](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrmcfg/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/height/_index.md index 181ab28d1573..bfade5533bdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CdrMcfg.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrMcfg property. Gets or sets the height type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [CdrMcfg](../../cdrmcfg) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrmcfg) +* class [CdrMcfg](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrmcfg/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/width/_index.md index f21dbc8668ec..ca5b8c4a9932 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CdrMcfg.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrMcfg property. Gets or sets the width type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrmcfg/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [CdrMcfg](../../cdrmcfg) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrmcfg) +* class [CdrMcfg](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrmcfg/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/_index.md index 40fa407611b2..4604876e80d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/_index.md @@ -1,7 +1,7 @@ --- -title: CdrObject +title: Class CdrObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrObject class. The cdr object type: docs weight: 1650 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobject/ @@ -18,20 +18,20 @@ public abstract class CdrObject : DisposableObject | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [DisposableObject](../../aspose.imaging/disposableobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [DisposableObject](../../aspose.imaging/disposableobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/document/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/document/_index.md index 0db133f555ff..6a24f0a3102f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/document/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/document/_index.md @@ -1,7 +1,7 @@ --- -title: Document +title: CdrObject.Document second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrObject property. Gets or sets the document type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobject/document/ @@ -20,9 +20,9 @@ The document. ### See Also -* class [CdrDocument](../../cdrdocument) -* class [CdrObject](../../cdrobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobject) +* class [CdrDocument](../../cdrdocument/) +* class [CdrObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/parent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/parent/_index.md index 1377899d512a..8b620cdb4f85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/parent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobject/parent/_index.md @@ -1,7 +1,7 @@ --- -title: Parent +title: CdrObject.Parent second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrObject property. Gets or sets the parent type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobject/parent/ @@ -20,9 +20,9 @@ The parent. ### See Also -* class [CdrObjectContainer](../../cdrobjectcontainer) -* class [CdrObject](../../cdrobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobject) +* class [CdrObjectContainer](../../cdrobjectcontainer/) +* class [CdrObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/_index.md index 8a5ac844dbb5..b7f6dd00ed2a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: CdrObjectContainer +title: Class CdrObjectContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrObjectContainer class. The cdr object container type: docs weight: 1660 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/ @@ -18,26 +18,26 @@ public abstract class CdrObjectContainer : CdrObject | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this `CdrObjectContainer` is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObject](../cdrobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObject](../cdrobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/_index.md index 2d24d11fa3ca..55c26c092c7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/_index.md @@ -1,7 +1,7 @@ --- -title: AddChildObject +title: CdrObjectContainer.AddChildObject second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrObjectContainer method. Adds the child object type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/ @@ -20,9 +20,9 @@ public void AddChildObject(CdrObject cdrObject) ### See Also -* class [CdrObject](../../cdrobject) -* class [CdrObjectContainer](../../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer) +* class [CdrObject](../../cdrobject/) +* class [CdrObjectContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/_index.md index c019a5ac69c3..08b8f9eb1019 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/_index.md @@ -1,7 +1,7 @@ --- -title: Childs +title: CdrObjectContainer.Childs second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrObjectContainer property. Gets or sets the objects type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/ @@ -20,9 +20,9 @@ The objects. ### See Also -* class [CdrObject](../../cdrobject) -* class [CdrObjectContainer](../../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer) +* class [CdrObject](../../cdrobject/) +* class [CdrObjectContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/_index.md index f3b47770d1a1..1b42a6841e27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/_index.md @@ -1,14 +1,14 @@ --- -title: Hidden +title: CdrObjectContainer.Hidden second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrObjectContainer property. Gets or sets a value indicating whether this CdrObjectContainer is visible type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/ --- ## CdrObjectContainer.Hidden property -Gets or sets a value indicating whether this [`CdrObjectContainer`](../../cdrobjectcontainer) is visible. +Gets or sets a value indicating whether this [`CdrObjectContainer`](../) is visible. ```csharp public bool Hidden { get; set; } @@ -20,8 +20,8 @@ public bool Hidden { get; set; } ### See Also -* class [CdrObjectContainer](../../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer) +* class [CdrObjectContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/_index.md index 229847dce89f..8eb0346a0177 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/_index.md @@ -1,7 +1,7 @@ --- -title: InsertObject +title: CdrObjectContainer.InsertObject second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrObjectContainer method. Inserts the object type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/ @@ -20,9 +20,9 @@ public void InsertObject(CdrObject cdrObject) ### See Also -* class [CdrObject](../../cdrobject) -* class [CdrObjectContainer](../../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer) +* class [CdrObject](../../cdrobject/) +* class [CdrObjectContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/_index.md index 91fde4c458c3..abe4a204cc1c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/_index.md @@ -1,7 +1,7 @@ --- -title: LastChild +title: CdrObjectContainer.LastChild second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrObjectContainer property. Gets or sets the last child type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/ @@ -20,8 +20,8 @@ The last child. ### See Also -* class [CdrObjectContainer](../../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer) +* class [CdrObjectContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/_index.md index 089f89a590ee..c851aa4d03bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/_index.md @@ -1,7 +1,7 @@ --- -title: LoadToLastChild +title: CdrObjectContainer.LoadToLastChild second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrObjectContainer property. Gets or sets a value indicating whether load to last child type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/ @@ -20,8 +20,8 @@ public bool LoadToLastChild { get; set; } ### See Also -* class [CdrObjectContainer](../../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer) +* class [CdrObjectContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrobjectcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/_index.md index 0f801f806074..33297e8918a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/_index.md @@ -1,7 +1,7 @@ --- -title: CdrOutline +title: Class CdrOutline second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrOutline class. The cdr out line type: docs weight: 1670 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/ @@ -18,38 +18,38 @@ public class CdrOutline : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrOutline](cdroutline)() | The default constructor. | +| [CdrOutline](cdroutline/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Aangle](../../aspose.imaging.fileformats.cdr.objects/cdroutline/aangle) { get; set; } | Gets or sets the angle. | -| [CapsType](../../aspose.imaging.fileformats.cdr.objects/cdroutline/capstype) { get; set; } | Gets or sets the type of the caps. | -| [Color](../../aspose.imaging.fileformats.cdr.objects/cdroutline/color) { get; set; } | Gets or sets the color. | -| [DashArray](../../aspose.imaging.fileformats.cdr.objects/cdroutline/dasharray) { get; set; } | Gets or sets the dash array. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [EndMarkerId](../../aspose.imaging.fileformats.cdr.objects/cdroutline/endmarkerid) { get; set; } | Gets or sets the end marker identifier. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [JoinType](../../aspose.imaging.fileformats.cdr.objects/cdroutline/jointype) { get; set; } | Gets or sets the type of the join. | -| [LineType](../../aspose.imaging.fileformats.cdr.objects/cdroutline/linetype) { get; set; } | Gets or sets the type of the line. | -| [LineWidth](../../aspose.imaging.fileformats.cdr.objects/cdroutline/linewidth) { get; set; } | Gets or sets the width of the line. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [StartMarkerId](../../aspose.imaging.fileformats.cdr.objects/cdroutline/startmarkerid) { get; set; } | Gets or sets the start marker identifier. | -| [Stretch](../../aspose.imaging.fileformats.cdr.objects/cdroutline/stretch) { get; set; } | Gets or sets the stretch. | +| [Aangle](../../aspose.imaging.fileformats.cdr.objects/cdroutline/aangle/) { get; set; } | Gets or sets the angle. | +| [CapsType](../../aspose.imaging.fileformats.cdr.objects/cdroutline/capstype/) { get; set; } | Gets or sets the type of the caps. | +| [Color](../../aspose.imaging.fileformats.cdr.objects/cdroutline/color/) { get; set; } | Gets or sets the color. | +| [DashArray](../../aspose.imaging.fileformats.cdr.objects/cdroutline/dasharray/) { get; set; } | Gets or sets the dash array. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [EndMarkerId](../../aspose.imaging.fileformats.cdr.objects/cdroutline/endmarkerid/) { get; set; } | Gets or sets the end marker identifier. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [JoinType](../../aspose.imaging.fileformats.cdr.objects/cdroutline/jointype/) { get; set; } | Gets or sets the type of the join. | +| [LineType](../../aspose.imaging.fileformats.cdr.objects/cdroutline/linetype/) { get; set; } | Gets or sets the type of the line. | +| [LineWidth](../../aspose.imaging.fileformats.cdr.objects/cdroutline/linewidth/) { get; set; } | Gets or sets the width of the line. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [StartMarkerId](../../aspose.imaging.fileformats.cdr.objects/cdroutline/startmarkerid/) { get; set; } | Gets or sets the start marker identifier. | +| [Stretch](../../aspose.imaging.fileformats.cdr.objects/cdroutline/stretch/) { get; set; } | Gets or sets the stretch. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/aangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/aangle/_index.md index 8d641f463056..381c300e0d80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/aangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/aangle/_index.md @@ -1,7 +1,7 @@ --- -title: Aangle +title: CdrOutline.Aangle second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the angle type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/aangle/ @@ -20,8 +20,8 @@ The angle. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/capstype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/capstype/_index.md index 515063baa577..fbe6f1cc9d82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/capstype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/capstype/_index.md @@ -1,7 +1,7 @@ --- -title: CapsType +title: CdrOutline.CapsType second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the type of the caps type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/capstype/ @@ -20,8 +20,8 @@ The type of the caps. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/cdroutline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/cdroutline/_index.md index 0e2af6a45d02..d55179a9a21f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/cdroutline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/cdroutline/_index.md @@ -1,7 +1,7 @@ --- -title: CdrOutline +title: CdrOutline.CdrOutline second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/cdroutline/ @@ -16,8 +16,8 @@ public CdrOutline() ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/color/_index.md index b056df066e5b..665d7d1829d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/color/_index.md @@ -1,7 +1,7 @@ --- -title: Color +title: CdrOutline.Color second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the color type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/color/ @@ -20,9 +20,9 @@ The color. ### See Also -* class [CdrColor](../../../aspose.imaging.fileformats.cdr.types/cdrcolor) -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrColor](../../../aspose.imaging.fileformats.cdr.types/cdrcolor/) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/dasharray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/dasharray/_index.md index b101d560f083..7623949cf477 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/dasharray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/dasharray/_index.md @@ -1,7 +1,7 @@ --- -title: DashArray +title: CdrOutline.DashArray second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the dash array type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/dasharray/ @@ -20,8 +20,8 @@ The dash array. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/endmarkerid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/endmarkerid/_index.md index ac46893e3ecd..01a020a637c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/endmarkerid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/endmarkerid/_index.md @@ -1,7 +1,7 @@ --- -title: EndMarkerId +title: CdrOutline.EndMarkerId second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the end marker identifier type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/endmarkerid/ @@ -20,8 +20,8 @@ The end marker identifier. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/jointype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/jointype/_index.md index 816eec470edd..9dfb0b7a44f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/jointype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/jointype/_index.md @@ -1,7 +1,7 @@ --- -title: JoinType +title: CdrOutline.JoinType second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the type of the join type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/jointype/ @@ -20,8 +20,8 @@ The type of the join. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/linetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/linetype/_index.md index 6ac0d079cadf..5543cf774943 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/linetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/linetype/_index.md @@ -1,7 +1,7 @@ --- -title: LineType +title: CdrOutline.LineType second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the type of the line type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/linetype/ @@ -20,8 +20,8 @@ The type of the line. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/linewidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/linewidth/_index.md index df156753fdd2..fc14841fc263 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/linewidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/linewidth/_index.md @@ -1,7 +1,7 @@ --- -title: LineWidth +title: CdrOutline.LineWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the width of the line type: docs weight: 90 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/linewidth/ @@ -20,8 +20,8 @@ The width of the line. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/startmarkerid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/startmarkerid/_index.md index a64ebbc8599a..9dc713148305 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/startmarkerid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/startmarkerid/_index.md @@ -1,7 +1,7 @@ --- -title: StartMarkerId +title: CdrOutline.StartMarkerId second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the start marker identifier type: docs weight: 100 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/startmarkerid/ @@ -20,8 +20,8 @@ The start marker identifier. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/stretch/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/stretch/_index.md index c6b1a5e82cbb..abe0a45ee6b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/stretch/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdroutline/stretch/_index.md @@ -1,7 +1,7 @@ --- -title: Stretch +title: CdrOutline.Stretch second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrOutline property. Gets or sets the stretch type: docs weight: 110 url: /net/aspose.imaging.fileformats.cdr.objects/cdroutline/stretch/ @@ -20,8 +20,8 @@ The stretch. ### See Also -* class [CdrOutline](../../cdroutline) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline) +* class [CdrOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdroutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/_index.md index 4ae841abc3f8..44bae29ff483 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPage +title: Class CdrPage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrPage class. The cdr page type: docs weight: 1680 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpage/ @@ -18,33 +18,33 @@ public class CdrPage : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrPage](cdrpage)() | The default constructor. | +| [CdrPage](cdrpage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrpage/id) { get; set; } | Gets or sets the identifier. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrpage/id/) { get; set; } | Gets or sets the identifier. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/cdrpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/cdrpage/_index.md index d68c1bd921e6..b20068b4385b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/cdrpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/cdrpage/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPage +title: CdrPage.CdrPage second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpage/cdrpage/ @@ -16,8 +16,8 @@ public CdrPage() ### See Also -* class [CdrPage](../../cdrpage) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpage) +* class [CdrPage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/id/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/id/_index.md index ff3f845957c6..f426e0db9182 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/id/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpage/id/_index.md @@ -1,7 +1,7 @@ --- -title: Id +title: CdrPage.Id second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPage property. Gets or sets the identifier type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpage/id/ @@ -20,8 +20,8 @@ The identifier. ### See Also -* class [CdrPage](../../cdrpage) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpage) +* class [CdrPage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/_index.md index bd261e0bd2ba..b42f34ff71a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/_index.md @@ -1,7 +1,7 @@ --- -title: CdrParagraph +title: Class CdrParagraph second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrParagraph class. The cdr Paragraph type: docs weight: 1690 url: /net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/ @@ -18,32 +18,32 @@ public class CdrParagraph : CdrGraphicObject | Name | Description | | --- | --- | -| [CdrParagraph](cdrparagraph)() | The default constructor. | +| [CdrParagraph](cdrparagraph/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [TextIndex](../../aspose.imaging.fileformats.cdr.objects/cdrparagraph/textindex) { get; set; } | Gets or sets the index of the text. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [TextIndex](../../aspose.imaging.fileformats.cdr.objects/cdrparagraph/textindex/) { get; set; } | Gets or sets the index of the text. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrGraphicObject](../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrGraphicObject](../cdrgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/cdrparagraph/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/cdrparagraph/_index.md index c576952fc540..eb3ee77597ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/cdrparagraph/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/cdrparagraph/_index.md @@ -1,7 +1,7 @@ --- -title: CdrParagraph +title: CdrParagraph.CdrParagraph second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrParagraph constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/cdrparagraph/ @@ -16,8 +16,8 @@ public CdrParagraph() ### See Also -* class [CdrParagraph](../../cdrparagraph) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrparagraph) +* class [CdrParagraph](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrparagraph/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/textindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/textindex/_index.md index 5ab83b26c985..fdd54144acc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/textindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/textindex/_index.md @@ -1,7 +1,7 @@ --- -title: TextIndex +title: CdrParagraph.TextIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrParagraph property. Gets or sets the index of the text type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrparagraph/textindex/ @@ -20,8 +20,8 @@ The index of the text. ### See Also -* class [CdrParagraph](../../cdrparagraph) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrparagraph) +* class [CdrParagraph](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrparagraph/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/_index.md index c8d8d37d8bd0..a7d4546f8de6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPathObject +title: Class CdrPathObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrPathObject class. The Cdr path type: docs weight: 1700 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/ @@ -18,32 +18,32 @@ public class CdrPathObject : CdrGraphicObject | Name | Description | | --- | --- | -| [CdrPathObject](cdrpathobject)() | The default constructor. | +| [CdrPathObject](cdrpathobject/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrpathobject/points) { get; set; } | Gets or sets the points. | -| [PointTypes](../../aspose.imaging.fileformats.cdr.objects/cdrpathobject/pointtypes) { get; set; } | Gets or sets the point types. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrpathobject/points/) { get; set; } | Gets or sets the points. | +| [PointTypes](../../aspose.imaging.fileformats.cdr.objects/cdrpathobject/pointtypes/) { get; set; } | Gets or sets the point types. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrGraphicObject](../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrGraphicObject](../cdrgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/cdrpathobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/cdrpathobject/_index.md index 87a936bd5419..c01b3f682da0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/cdrpathobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/cdrpathobject/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPathObject +title: CdrPathObject.CdrPathObject second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPathObject constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/cdrpathobject/ @@ -16,8 +16,8 @@ public CdrPathObject() ### See Also -* class [CdrPathObject](../../cdrpathobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpathobject) +* class [CdrPathObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpathobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/points/_index.md index a929899c8132..4697ffc67ab1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: CdrPathObject.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPathObject property. Gets or sets the points type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd) -* class [CdrPathObject](../../cdrpathobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpathobject) +* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd/) +* class [CdrPathObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpathobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/pointtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/pointtypes/_index.md index 9842a77aad14..45384b98fcb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/pointtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/pointtypes/_index.md @@ -1,7 +1,7 @@ --- -title: PointTypes +title: CdrPathObject.PointTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPathObject property. Gets or sets the point types type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpathobject/pointtypes/ @@ -20,8 +20,8 @@ The point types. ### See Also -* class [CdrPathObject](../../cdrpathobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpathobject) +* class [CdrPathObject](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpathobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/_index.md index 2adb1dbf2c17..6bd48f61bb76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPattern +title: Class CdrPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrPattern class. The cdr bitmap type: docs weight: 1710 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpattern/ @@ -18,30 +18,30 @@ public class CdrPattern : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrPattern](cdrpattern)() | The default constructor. | +| [CdrPattern](cdrpattern/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrpattern/height) { get; set; } | Gets or sets the height. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrpattern/width) { get; set; } | Gets or sets the width. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrpattern/height/) { get; set; } | Gets or sets the height. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrpattern/width/) { get; set; } | Gets or sets the width. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/cdrpattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/cdrpattern/_index.md index 70e2f83ded5a..22567fabf2d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/cdrpattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/cdrpattern/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPattern +title: CdrPattern.CdrPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPattern constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpattern/cdrpattern/ @@ -16,8 +16,8 @@ public CdrPattern() ### See Also -* class [CdrPattern](../../cdrpattern) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpattern) +* class [CdrPattern](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpattern/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/height/_index.md index 6e93cf74aa7a..b9e6cf18fe8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CdrPattern.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPattern property. Gets or sets the height type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpattern/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [CdrPattern](../../cdrpattern) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpattern) +* class [CdrPattern](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpattern/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/width/_index.md index 3ccafd0e28b8..6941f5fb0fa2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpattern/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CdrPattern.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPattern property. Gets or sets the width type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpattern/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [CdrPattern](../../cdrpattern) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpattern) +* class [CdrPattern](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpattern/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/_index.md index c493a0c9f1e4..2834e2fdf71b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPolygon +title: Class CdrPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrPolygon class. The cdr polygon type: docs weight: 1720 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/ @@ -18,33 +18,33 @@ public class CdrPolygon : CdrGraphicObject | Name | Description | | --- | --- | -| [CdrPolygon](cdrpolygon)() | The default constructor. | +| [CdrPolygon](cdrpolygon/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrpolygon/points) { get; set; } | Gets or sets the points. | -| [PointTypes](../../aspose.imaging.fileformats.cdr.objects/cdrpolygon/pointtypes) { get; set; } | Gets or sets the point types. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrpolygon/points/) { get; set; } | Gets or sets the points. | +| [PointTypes](../../aspose.imaging.fileformats.cdr.objects/cdrpolygon/pointtypes/) { get; set; } | Gets or sets the point types. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrGraphicObject](../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrGraphicObject](../cdrgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/cdrpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/cdrpolygon/_index.md index 700da3bceff6..048b71af1947 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/cdrpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/cdrpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPolygon +title: CdrPolygon.CdrPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygon constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/cdrpolygon/ @@ -16,8 +16,8 @@ public CdrPolygon() ### See Also -* class [CdrPolygon](../../cdrpolygon) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygon) +* class [CdrPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/points/_index.md index 3333a580fe04..e4c7804f2e2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: CdrPolygon.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygon property. Gets or sets the points type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd) -* class [CdrPolygon](../../cdrpolygon) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygon) +* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd/) +* class [CdrPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/pointtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/pointtypes/_index.md index 6f73cecc87f2..fbe372fc13f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/pointtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/pointtypes/_index.md @@ -1,7 +1,7 @@ --- -title: PointTypes +title: CdrPolygon.PointTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygon property. Gets or sets the point types type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygon/pointtypes/ @@ -20,8 +20,8 @@ The point types. ### See Also -* class [CdrPolygon](../../cdrpolygon) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygon) +* class [CdrPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/_index.md index b10f36726a87..110c1eb2b97e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPolygonTransform +title: Class CdrPolygonTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrPolygonTransform class. The polygon transform type: docs weight: 1730 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/ @@ -18,38 +18,38 @@ public class CdrPolygonTransform : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrPolygonTransform](cdrpolygontransform)() | The default constructor. | +| [CdrPolygonTransform](cdrpolygontransform/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [NextPoint](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/nextpoint) { get; set; } | Gets or sets the next point. | -| [NumAngles](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/numangles) { get; set; } | Gets or sets the number angles. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Position](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/position) { get; set; } | Gets or sets the position. | -| [XRadius](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/xradius) { get; set; } | Gets or sets the x radius. | -| [YRadius](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/yradius) { get; set; } | Gets or sets the y radius. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [NextPoint](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/nextpoint/) { get; set; } | Gets or sets the next point. | +| [NumAngles](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/numangles/) { get; set; } | Gets or sets the number angles. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Position](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/position/) { get; set; } | Gets or sets the position. | +| [XRadius](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/xradius/) { get; set; } | Gets or sets the x radius. | +| [YRadius](../../aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/yradius/) { get; set; } | Gets or sets the y radius. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrGraphicObject](../cdrgraphicobject) -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrGraphicObject](../cdrgraphicobject/) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/cdrpolygontransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/cdrpolygontransform/_index.md index 4503e0ea398c..78e2515e6150 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/cdrpolygontransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/cdrpolygontransform/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPolygonTransform +title: CdrPolygonTransform.CdrPolygonTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygonTransform constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/cdrpolygontransform/ @@ -16,8 +16,8 @@ public CdrPolygonTransform() ### See Also -* class [CdrPolygonTransform](../../cdrpolygontransform) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform) +* class [CdrPolygonTransform](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/nextpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/nextpoint/_index.md index 324e701780af..7241746415db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/nextpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/nextpoint/_index.md @@ -1,7 +1,7 @@ --- -title: NextPoint +title: CdrPolygonTransform.NextPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygonTransform property. Gets or sets the next point type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/nextpoint/ @@ -20,8 +20,8 @@ The next point. ### See Also -* class [CdrPolygonTransform](../../cdrpolygontransform) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform) +* class [CdrPolygonTransform](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/numangles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/numangles/_index.md index 8504a94eaded..8afbb7809f6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/numangles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/numangles/_index.md @@ -1,7 +1,7 @@ --- -title: NumAngles +title: CdrPolygonTransform.NumAngles second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygonTransform property. Gets or sets the number angles type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/numangles/ @@ -20,8 +20,8 @@ The number angles. ### See Also -* class [CdrPolygonTransform](../../cdrpolygontransform) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform) +* class [CdrPolygonTransform](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/position/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/position/_index.md index 7c69046689db..f827ca8dcbc1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/position/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/position/_index.md @@ -1,7 +1,7 @@ --- -title: Position +title: CdrPolygonTransform.Position second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygonTransform property. Gets or sets the position type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/position/ @@ -20,9 +20,9 @@ The position. ### See Also -* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd) -* class [CdrPolygonTransform](../../cdrpolygontransform) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform) +* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd/) +* class [CdrPolygonTransform](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/xradius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/xradius/_index.md index 732755346be2..785be01b65ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/xradius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/xradius/_index.md @@ -1,7 +1,7 @@ --- -title: XRadius +title: CdrPolygonTransform.XRadius second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygonTransform property. Gets or sets the x radius type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/xradius/ @@ -20,8 +20,8 @@ The x radius. ### See Also -* class [CdrPolygonTransform](../../cdrpolygontransform) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform) +* class [CdrPolygonTransform](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/yradius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/yradius/_index.md index ca4c561eddde..ef2705eb2685 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/yradius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/yradius/_index.md @@ -1,7 +1,7 @@ --- -title: YRadius +title: CdrPolygonTransform.YRadius second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPolygonTransform property. Gets or sets the y radius type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrpolygontransform/yradius/ @@ -20,8 +20,8 @@ The y radius. ### See Also -* class [CdrPolygonTransform](../../cdrpolygontransform) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform) +* class [CdrPolygonTransform](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrpolygontransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/_index.md index dee1a49dd9bf..79b9f8f05a61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPpdt +title: Class CdrPpdt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrPpdt class. The cdr knot vector object type: docs weight: 1740 url: /net/aspose.imaging.fileformats.cdr.objects/cdrppdt/ @@ -18,33 +18,33 @@ public class CdrPpdt : CdrGraphicObject | Name | Description | | --- | --- | -| [CdrPpdt](cdrppdt)() | The default constructor. | +| [CdrPpdt](cdrppdt/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [KnotVecor](../../aspose.imaging.fileformats.cdr.objects/cdrppdt/knotvecor) { get; set; } | Gets or sets the knot vecors. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrppdt/points) { get; set; } | Gets or sets the points. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [KnotVecor](../../aspose.imaging.fileformats.cdr.objects/cdrppdt/knotvecor/) { get; set; } | Gets or sets the knot vecors. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Points](../../aspose.imaging.fileformats.cdr.objects/cdrppdt/points/) { get; set; } | Gets or sets the points. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrGraphicObject](../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrGraphicObject](../cdrgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/cdrppdt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/cdrppdt/_index.md index db1a37dcddf2..af9e44c7ecf0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/cdrppdt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/cdrppdt/_index.md @@ -1,7 +1,7 @@ --- -title: CdrPpdt +title: CdrPpdt.CdrPpdt second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPpdt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrppdt/cdrppdt/ @@ -16,8 +16,8 @@ public CdrPpdt() ### See Also -* class [CdrPpdt](../../cdrppdt) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrppdt) +* class [CdrPpdt](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrppdt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/knotvecor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/knotvecor/_index.md index c4518289949b..6dbe885cb7af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/knotvecor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/knotvecor/_index.md @@ -1,7 +1,7 @@ --- -title: KnotVecor +title: CdrPpdt.KnotVecor second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPpdt property. Gets or sets the knot vecors type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrppdt/knotvecor/ @@ -20,8 +20,8 @@ The knot vecors. ### See Also -* class [CdrPpdt](../../cdrppdt) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrppdt) +* class [CdrPpdt](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrppdt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/points/_index.md index 42b37aac3c89..dda175a82914 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrppdt/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: CdrPpdt.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrPpdt property. Gets or sets the points type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrppdt/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd) -* class [CdrPpdt](../../cdrppdt) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrppdt) +* struct [PointD](../../../aspose.imaging.fileformats.cdr.types/pointd/) +* class [CdrPpdt](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrppdt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/_index.md index 672d9ad9e74c..90a5fc5502f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: CdrRectangle +title: Class CdrRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrRectangle class. The cdr rectangle type: docs weight: 1750 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/ @@ -18,38 +18,38 @@ public class CdrRectangle : CdrGraphicObject | Name | Description | | --- | --- | -| [CdrRectangle](cdrrectangle)() | The default constructor. | +| [CdrRectangle](cdrrectangle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels) { get; set; } | Gets or sets the bounds in pixels. | -| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid) { get; set; } | Gets or sets the clip identifier. | -| [CornerType](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/cornertype) { get; set; } | Gets or sets the type of the corner. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height) { get; set; } | Gets or sets the y. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [R0](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/r0) { get; set; } | Gets or sets the r0. | -| [R1](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/r1) { get; set; } | Gets or sets the r1. | -| [R2](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/r2) { get; set; } | Gets or sets the r2. | -| [R3](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/r3) { get; set; } | Gets or sets the r3. | -| [ScaleX](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/scalex) { get; set; } | Gets or sets the scale x. | -| [ScaleY](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/scaley) { get; set; } | Gets or sets the scale y. | -| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width) { get; set; } | Gets or sets the x. | +| [BoundsInPixels](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/boundsinpixels/) { get; set; } | Gets or sets the bounds in pixels. | +| [ClipId](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/clipid/) { get; set; } | Gets or sets the clip identifier. | +| [CornerType](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/cornertype/) { get; set; } | Gets or sets the type of the corner. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Height](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/height/) { get; set; } | Gets or sets the y. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [R0](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/r0/) { get; set; } | Gets or sets the r0. | +| [R1](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/r1/) { get; set; } | Gets or sets the r1. | +| [R2](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/r2/) { get; set; } | Gets or sets the r2. | +| [R3](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/r3/) { get; set; } | Gets or sets the r3. | +| [ScaleX](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/scalex/) { get; set; } | Gets or sets the scale x. | +| [ScaleY](../../aspose.imaging.fileformats.cdr.objects/cdrrectangle/scaley/) { get; set; } | Gets or sets the scale y. | +| [Width](../../aspose.imaging.fileformats.cdr.objects/cdrgraphicobject/width/) { get; set; } | Gets or sets the x. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrGraphicObject](../cdrgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrGraphicObject](../cdrgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cdrrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cdrrectangle/_index.md index ee36f37fd0e2..4fe24f34b4a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cdrrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cdrrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: CdrRectangle +title: CdrRectangle.CdrRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRectangle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cdrrectangle/ @@ -16,8 +16,8 @@ public CdrRectangle() ### See Also -* class [CdrRectangle](../../cdrrectangle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle) +* class [CdrRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cornertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cornertype/_index.md index 61148ac703cc..314f09921260 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cornertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cornertype/_index.md @@ -1,7 +1,7 @@ --- -title: CornerType +title: CdrRectangle.CornerType second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRectangle property. Gets or sets the type of the corner type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/cornertype/ @@ -20,8 +20,8 @@ The type of the corner. ### See Also -* class [CdrRectangle](../../cdrrectangle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle) +* class [CdrRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r0/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r0/_index.md index fb7f56b6e956..ffbd70c38a3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r0/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r0/_index.md @@ -1,7 +1,7 @@ --- -title: R0 +title: CdrRectangle.R0 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRectangle property. Gets or sets the r0 type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r0/ @@ -20,8 +20,8 @@ The r0. ### See Also -* class [CdrRectangle](../../cdrrectangle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle) +* class [CdrRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r1/_index.md index 40f8d36f079d..317c9706fa7d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r1/_index.md @@ -1,7 +1,7 @@ --- -title: R1 +title: CdrRectangle.R1 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRectangle property. Gets or sets the r1 type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r1/ @@ -20,8 +20,8 @@ The r1. ### See Also -* class [CdrRectangle](../../cdrrectangle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle) +* class [CdrRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r2/_index.md index 48c8fec5cce3..2b1b33d4c2df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r2/_index.md @@ -1,7 +1,7 @@ --- -title: R2 +title: CdrRectangle.R2 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRectangle property. Gets or sets the r2 type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r2/ @@ -20,8 +20,8 @@ The r2. ### See Also -* class [CdrRectangle](../../cdrrectangle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle) +* class [CdrRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r3/_index.md index 8139de36fe15..ecb76a99c4ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r3/_index.md @@ -1,7 +1,7 @@ --- -title: R3 +title: CdrRectangle.R3 second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRectangle property. Gets or sets the r3 type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/r3/ @@ -20,8 +20,8 @@ The r3. ### See Also -* class [CdrRectangle](../../cdrrectangle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle) +* class [CdrRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scalex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scalex/_index.md index 9f739363afc3..8db778faa93f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scalex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scalex/_index.md @@ -1,7 +1,7 @@ --- -title: ScaleX +title: CdrRectangle.ScaleX second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRectangle property. Gets or sets the scale x type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scalex/ @@ -20,8 +20,8 @@ The scale x. ### See Also -* class [CdrRectangle](../../cdrrectangle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle) +* class [CdrRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scaley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scaley/_index.md index d1a66b4b141b..03e1505bbce0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scaley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scaley/_index.md @@ -1,7 +1,7 @@ --- -title: ScaleY +title: CdrRectangle.ScaleY second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRectangle property. Gets or sets the scale y type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr.objects/cdrrectangle/scaley/ @@ -20,8 +20,8 @@ The scale y. ### See Also -* class [CdrRectangle](../../cdrrectangle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle) +* class [CdrRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/_index.md index 3ac657611944..a6deceb559a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/_index.md @@ -1,7 +1,7 @@ --- -title: CdrSpnd +title: Class CdrSpnd second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrSpnd class. The cdr span type: docs weight: 1760 url: /net/aspose.imaging.fileformats.cdr.objects/cdrspnd/ @@ -18,29 +18,29 @@ public class CdrSpnd : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrSpnd](cdrspnd)() | The default constructor. | +| [CdrSpnd](cdrspnd/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Value](../../aspose.imaging.fileformats.cdr.objects/cdrspnd/value) { get; set; } | Gets or sets the value. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Value](../../aspose.imaging.fileformats.cdr.objects/cdrspnd/value/) { get; set; } | Gets or sets the value. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/cdrspnd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/cdrspnd/_index.md index 373112f96e86..24b54d0cb2b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/cdrspnd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/cdrspnd/_index.md @@ -1,7 +1,7 @@ --- -title: CdrSpnd +title: CdrSpnd.CdrSpnd second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrSpnd constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrspnd/cdrspnd/ @@ -16,8 +16,8 @@ public CdrSpnd() ### See Also -* class [CdrSpnd](../../cdrspnd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrspnd) +* class [CdrSpnd](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrspnd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/value/_index.md index 35e0c12d7f41..6b28aa84bd13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrspnd/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: CdrSpnd.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrSpnd property. Gets or sets the value type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrspnd/value/ @@ -20,8 +20,8 @@ The value. ### See Also -* class [CdrSpnd](../../cdrspnd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrspnd) +* class [CdrSpnd](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrspnd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyd/_index.md index bc99fb2d168d..7e2fab63843e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyd/_index.md @@ -1,7 +1,7 @@ --- -title: CdrStyd +title: Class CdrStyd second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrStyd class. The cdr style type: docs weight: 1770 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyd/ @@ -18,32 +18,32 @@ public class CdrStyd : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrStyd](cdrstyd)() | The default constructor. | +| [CdrStyd](cdrstyd/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyd/cdrstyd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyd/cdrstyd/_index.md index e6f5a0f14878..6b7f1964f45a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyd/cdrstyd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyd/cdrstyd/_index.md @@ -1,7 +1,7 @@ --- -title: CdrStyd +title: CdrStyd.CdrStyd second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyd constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyd/cdrstyd/ @@ -16,8 +16,8 @@ public CdrStyd() ### See Also -* class [CdrStyd](../../cdrstyd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyd) +* class [CdrStyd](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/_index.md index 779237a6727b..07d9b28c672e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/_index.md @@ -1,7 +1,7 @@ --- -title: CdrStyle +title: Class CdrStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrStyle class. The cdr style type: docs weight: 1780 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/ @@ -18,40 +18,40 @@ public class CdrStyle : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrStyle](cdrstyle)() | The default constructor. | +| [CdrStyle](cdrstyle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Align](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/align) { get; set; } | Gets or sets the align. | -| [Charset](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/charset) { get; set; } | Gets or sets the character set. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Fill](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/fill) { get; set; } | Gets or sets the fill. | -| [FirstIndent](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/firstindent) { get; set; } | Gets or sets the first indent. | -| [FontName](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/fontname) { get; set; } | Gets or sets the name of the font. | -| [FontSize](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/fontsize) { get; set; } | Gets or sets the size of the font. | -| [FontWeight](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/fontweight) { get; set; } | Gets or sets the font weight. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [LeftIndent](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/leftindent) { get; set; } | Gets or sets the left indent. | -| [OutLine](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/outline) { get; set; } | Gets or sets the out line. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [ParentId](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/parentid) { get; set; } | Gets or sets the parent identifier. | -| [RightIndent](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/rightindent) { get; set; } | Gets or sets the right indent. | +| [Align](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/align/) { get; set; } | Gets or sets the align. | +| [Charset](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/charset/) { get; set; } | Gets or sets the character set. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Fill](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/fill/) { get; set; } | Gets or sets the fill. | +| [FirstIndent](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/firstindent/) { get; set; } | Gets or sets the first indent. | +| [FontName](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/fontname/) { get; set; } | Gets or sets the name of the font. | +| [FontSize](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/fontsize/) { get; set; } | Gets or sets the size of the font. | +| [FontWeight](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/fontweight/) { get; set; } | Gets or sets the font weight. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [LeftIndent](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/leftindent/) { get; set; } | Gets or sets the left indent. | +| [OutLine](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/outline/) { get; set; } | Gets or sets the out line. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [ParentId](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/parentid/) { get; set; } | Gets or sets the parent identifier. | +| [RightIndent](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/rightindent/) { get; set; } | Gets or sets the right indent. | ## Methods | Name | Description | | --- | --- | -| [Copy](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/copy)() | Copies this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Copy](../../aspose.imaging.fileformats.cdr.objects/cdrstyle/copy/)() | Copies this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/align/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/align/_index.md index 2c423d8f69c1..2939a61055ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/align/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/align/_index.md @@ -1,7 +1,7 @@ --- -title: Align +title: CdrStyle.Align second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the align type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/align/ @@ -20,8 +20,8 @@ The align. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/cdrstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/cdrstyle/_index.md index a901478d0a06..4a2aca6882fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/cdrstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/cdrstyle/_index.md @@ -1,7 +1,7 @@ --- -title: CdrStyle +title: CdrStyle.CdrStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/cdrstyle/ @@ -16,8 +16,8 @@ public CdrStyle() ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/charset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/charset/_index.md index 68b31e1d80e0..669c03473a62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/charset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/charset/_index.md @@ -1,7 +1,7 @@ --- -title: Charset +title: CdrStyle.Charset second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the character set type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/charset/ @@ -20,8 +20,8 @@ The character set. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/copy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/copy/_index.md index f70d2934ec81..f355ee21ad6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/copy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/copy/_index.md @@ -1,7 +1,7 @@ --- -title: Copy +title: CdrStyle.Copy second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle method. Copies this instance type: docs weight: 130 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/copy/ @@ -20,8 +20,8 @@ The current style copy ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fill/_index.md index 773f9e2633a5..c788e0b2f12d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fill/_index.md @@ -1,7 +1,7 @@ --- -title: Fill +title: CdrStyle.Fill second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the fill type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fill/ @@ -20,9 +20,9 @@ The fill. ### See Also -* class [CdrFill](../../cdrfill) -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrFill](../../cdrfill/) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/firstindent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/firstindent/_index.md index 361836d75cf8..4df7249671e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/firstindent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/firstindent/_index.md @@ -1,7 +1,7 @@ --- -title: FirstIndent +title: CdrStyle.FirstIndent second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the first indent type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/firstindent/ @@ -20,8 +20,8 @@ The first indent. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontname/_index.md index 522380b17c1d..f96d762a90c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontname/_index.md @@ -1,7 +1,7 @@ --- -title: FontName +title: CdrStyle.FontName second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the name of the font type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontname/ @@ -20,8 +20,8 @@ The name of the font. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontsize/_index.md index 8a78b604e1d6..5af23d93a6f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontsize/_index.md @@ -1,7 +1,7 @@ --- -title: FontSize +title: CdrStyle.FontSize second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the size of the font type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontsize/ @@ -20,8 +20,8 @@ The size of the font. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontweight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontweight/_index.md index 243ee7115977..7dafeda6a0e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontweight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontweight/_index.md @@ -1,7 +1,7 @@ --- -title: FontWeight +title: CdrStyle.FontWeight second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the font weight type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/fontweight/ @@ -20,8 +20,8 @@ The font weight. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/leftindent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/leftindent/_index.md index a71d2cfbcf87..1ca7f7e8b85a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/leftindent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/leftindent/_index.md @@ -1,7 +1,7 @@ --- -title: LeftIndent +title: CdrStyle.LeftIndent second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the left indent type: docs weight: 90 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/leftindent/ @@ -20,8 +20,8 @@ The left indent. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/outline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/outline/_index.md index 3f5e3c7a98ca..ef88ae638dbe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/outline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/outline/_index.md @@ -1,7 +1,7 @@ --- -title: OutLine +title: CdrStyle.OutLine second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the out line type: docs weight: 100 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/outline/ @@ -20,9 +20,9 @@ The out line. ### See Also -* class [CdrOutline](../../cdroutline) -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrOutline](../../cdroutline/) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/parentid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/parentid/_index.md index 80e752942692..ddbc4e513c5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/parentid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/parentid/_index.md @@ -1,7 +1,7 @@ --- -title: ParentId +title: CdrStyle.ParentId second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the parent identifier type: docs weight: 110 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/parentid/ @@ -20,8 +20,8 @@ The parent identifier. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/rightindent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/rightindent/_index.md index 7426db8d1408..8d87d196ac77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/rightindent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrstyle/rightindent/_index.md @@ -1,7 +1,7 @@ --- -title: RightIndent +title: CdrStyle.RightIndent second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrStyle property. Gets or sets the right indent type: docs weight: 120 url: /net/aspose.imaging.fileformats.cdr.objects/cdrstyle/rightindent/ @@ -20,8 +20,8 @@ The right indent. ### See Also -* class [CdrStyle](../../cdrstyle) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle) +* class [CdrStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtext/_index.md index fac466321a9b..011801279c4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtext/_index.md @@ -1,7 +1,7 @@ --- -title: CdrText +title: Class CdrText second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrText class. The cdr text type: docs weight: 1790 url: /net/aspose.imaging.fileformats.cdr.objects/cdrtext/ @@ -18,28 +18,28 @@ public class CdrText : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrText](cdrtext)() | The default constructor. | +| [CdrText](cdrtext/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtext/cdrtext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtext/cdrtext/_index.md index 4ee9b2e279d8..2218278b59bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtext/cdrtext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtext/cdrtext/_index.md @@ -1,7 +1,7 @@ --- -title: CdrText +title: CdrText.CdrText second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrText constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrtext/cdrtext/ @@ -16,8 +16,8 @@ public CdrText() ### See Also -* class [CdrText](../../cdrtext) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrtext) +* class [CdrText](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrtext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/_index.md index bcc2dccc7585..8b55896b890a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/_index.md @@ -1,7 +1,7 @@ --- -title: CdrTransforms +title: Class CdrTransforms second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrTransforms class. The cdr transforms object type: docs weight: 1800 url: /net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/ @@ -18,28 +18,28 @@ public class CdrTransforms : CdrObject | Name | Description | | --- | --- | -| [CdrTransforms](cdrtransforms)() | The default constructor. | +| [CdrTransforms](cdrtransforms/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Transforms](../../aspose.imaging.fileformats.cdr.objects/cdrtransforms/transforms) { get; set; } | Gets or sets the transforms. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Transforms](../../aspose.imaging.fileformats.cdr.objects/cdrtransforms/transforms/) { get; set; } | Gets or sets the transforms. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrObject](../cdrobject) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrObject](../cdrobject/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/cdrtransforms/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/cdrtransforms/_index.md index 07ee067d243d..650ed85c04da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/cdrtransforms/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/cdrtransforms/_index.md @@ -1,7 +1,7 @@ --- -title: CdrTransforms +title: CdrTransforms.CdrTransforms second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrTransforms constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/cdrtransforms/ @@ -16,8 +16,8 @@ public CdrTransforms() ### See Also -* class [CdrTransforms](../../cdrtransforms) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrtransforms) +* class [CdrTransforms](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrtransforms/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/transforms/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/transforms/_index.md index a128deb99cb0..5d157a4db56a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/transforms/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/transforms/_index.md @@ -1,7 +1,7 @@ --- -title: Transforms +title: CdrTransforms.Transforms second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrTransforms property. Gets or sets the transforms type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/transforms/ @@ -11,7 +11,7 @@ url: /net/aspose.imaging.fileformats.cdr.objects/cdrtransforms/transforms/ Gets or sets the transforms. ```csharp -public List<#=zTVg3ZbjFUpb$Lc5YLyRC55M=> Transforms { get; set; } +public List<#=zRBXhoBtYXZ8ktJblrwYuntA=> Transforms { get; set; } ``` ### Property Value @@ -20,8 +20,8 @@ The transforms. ### See Also -* class [CdrTransforms](../../cdrtransforms) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrtransforms) +* class [CdrTransforms](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrtransforms/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrudta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrudta/_index.md index ab72b5cbcd2f..b596fa0d066c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrudta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrudta/_index.md @@ -1,7 +1,7 @@ --- -title: CdrUdta +title: Class CdrUdta second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrUdta class. The cdr udta type: docs weight: 1810 url: /net/aspose.imaging.fileformats.cdr.objects/cdrudta/ @@ -18,32 +18,32 @@ public class CdrUdta : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrUdta](cdrudta)() | The default constructor. | +| [CdrUdta](cdrudta/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrudta/cdrudta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrudta/cdrudta/_index.md index 48cc05d37f88..d8195fcf2fbc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrudta/cdrudta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrudta/cdrudta/_index.md @@ -1,7 +1,7 @@ --- -title: CdrUdta +title: CdrUdta.CdrUdta second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrUdta constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrudta/cdrudta/ @@ -16,8 +16,8 @@ public CdrUdta() ### See Also -* class [CdrUdta](../../cdrudta) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrudta) +* class [CdrUdta](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrudta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/_index.md index f987963d1f9a..4d4a16d52086 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/_index.md @@ -1,7 +1,7 @@ --- -title: CdrUserPalette +title: Class CdrUserPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrUserPalette class. The cdr user palette type: docs weight: 1820 url: /net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/ @@ -18,32 +18,32 @@ public class CdrUserPalette : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrUserPalette](cdruserpalette)() | The default constructor. | +| [CdrUserPalette](cdruserpalette/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/cdruserpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/cdruserpalette/_index.md index ce2d633ce66f..702e6297d8f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/cdruserpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/cdruserpalette/_index.md @@ -1,7 +1,7 @@ --- -title: CdrUserPalette +title: CdrUserPalette.CdrUserPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrUserPalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdruserpalette/cdruserpalette/ @@ -16,8 +16,8 @@ public CdrUserPalette() ### See Also -* class [CdrUserPalette](../../cdruserpalette) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdruserpalette) +* class [CdrUserPalette](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdruserpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/_index.md index d387dd9403dc..3b9c1e5c3645 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/_index.md @@ -1,7 +1,7 @@ --- -title: CdrVectorPattern +title: Class CdrVectorPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrVectorPattern class. The cdr vector pattern type: docs weight: 1830 url: /net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/ @@ -18,29 +18,29 @@ public class CdrVectorPattern : CdrDictionaryItem | Name | Description | | --- | --- | -| [CdrVectorPattern](cdrvectorpattern)() | The default constructor. | +| [CdrVectorPattern](cdrvectorpattern/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Data](../../aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/data) { get; set; } | Gets or sets the data. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id) { get; set; } | Gets or sets the identifier. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | +| [Data](../../aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/data/) { get; set; } | Gets or sets the data. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Id](../../aspose.imaging.fileformats.cdr.objects/cdrdictionaryitem/id/) { get; set; } | Gets or sets the identifier. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* class [CdrDictionaryItem](../cdrdictionaryitem) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* class [CdrDictionaryItem](../cdrdictionaryitem/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/cdrvectorpattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/cdrvectorpattern/_index.md index 62af6c90c41a..8958ac857f75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/cdrvectorpattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/cdrvectorpattern/_index.md @@ -1,7 +1,7 @@ --- -title: CdrVectorPattern +title: CdrVectorPattern.CdrVectorPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrVectorPattern constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/cdrvectorpattern/ @@ -16,8 +16,8 @@ public CdrVectorPattern() ### See Also -* class [CdrVectorPattern](../../cdrvectorpattern) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrvectorpattern) +* class [CdrVectorPattern](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrvectorpattern/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/data/_index.md index 1cbcecc236d9..e830f4427516 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: CdrVectorPattern.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrVectorPattern property. Gets or sets the data type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrvectorpattern/data/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [CdrVectorPattern](../../cdrvectorpattern) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrvectorpattern) +* class [CdrVectorPattern](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrvectorpattern/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/_index.md index 54d0bcbeb54e..a88c1177bdfc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/_index.md @@ -1,7 +1,7 @@ --- -title: CdrVersion +title: Class CdrVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Objects.CdrVersion class. The cdr Version type: docs weight: 1840 url: /net/aspose.imaging.fileformats.cdr.objects/cdrversion/ @@ -18,33 +18,33 @@ public class CdrVersion : CdrObjectContainer | Name | Description | | --- | --- | -| [CdrVersion](cdrversion)() | The default constructor. | +| [CdrVersion](cdrversion/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs) { get; } | Gets or sets the objects. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document) { get; set; } | Gets or sets the document. | -| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer) is visible. | -| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild) { get; set; } | Gets or sets the last child. | -| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild) { get; set; } | Gets or sets a value indicating whether [load to last child]. | -| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent) { get; set; } | Gets or sets the parent. | -| [Version](../../aspose.imaging.fileformats.cdr.objects/cdrversion/version) { get; set; } | Gets or sets the version. | +| [Childs](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/childs/) { get; } | Gets or sets the objects. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cdr.objects/cdrobject/document/) { get; set; } | Gets or sets the document. | +| [Hidden](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/hidden/) { get; set; } | Gets or sets a value indicating whether this [`CdrObjectContainer`](../cdrobjectcontainer/) is visible. | +| [LastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/lastchild/) { get; set; } | Gets or sets the last child. | +| [LoadToLastChild](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/loadtolastchild/) { get; set; } | Gets or sets a value indicating whether [load to last child]. | +| [Parent](../../aspose.imaging.fileformats.cdr.objects/cdrobject/parent/) { get; set; } | Gets or sets the parent. | +| [Version](../../aspose.imaging.fileformats.cdr.objects/cdrversion/version/) { get; set; } | Gets or sets the version. | ## Methods | Name | Description | | --- | --- | -| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject)(CdrObject) | Adds the child object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject)(CdrObject) | Inserts the object | +| [AddChildObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/addchildobject/)(CdrObject) | Adds the child object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [InsertObject](../../aspose.imaging.fileformats.cdr.objects/cdrobjectcontainer/insertobject/)(CdrObject) | Inserts the object | ### See Also -* class [CdrObjectContainer](../cdrobjectcontainer) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects) +* class [CdrObjectContainer](../cdrobjectcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../aspose.imaging.fileformats.cdr.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/cdrversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/cdrversion/_index.md index 54829c960d55..578d63d7be18 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/cdrversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/cdrversion/_index.md @@ -1,7 +1,7 @@ --- -title: CdrVersion +title: CdrVersion.CdrVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrVersion constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.objects/cdrversion/cdrversion/ @@ -16,8 +16,8 @@ public CdrVersion() ### See Also -* class [CdrVersion](../../cdrversion) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrversion) +* class [CdrVersion](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrversion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/version/_index.md index 98e547d3db32..e83aa6e0ac6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.objects/cdrversion/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: CdrVersion.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrVersion property. Gets or sets the version type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.objects/cdrversion/version/ @@ -20,8 +20,8 @@ The version. ### See Also -* class [CdrVersion](../../cdrversion) -* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrversion) +* class [CdrVersion](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Objects](../../cdrversion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/_index.md index a91d26001c28..cc2b207b2e9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cdr.Types second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Cdr file format processing. +description: The namespace handles Cdr file format processing type: docs weight: 220 url: /net/aspose.imaging.fileformats.cdr.types/ @@ -12,10 +12,15 @@ The namespace handles Cdr file format processing. | Class | Description | | --- | --- | -| [CdrColor](./cdrcolor) | The cdr color | -| [CdrGradient](./cdrgradient) | The cdr gradient | -| [CdrGradientStop](./cdrgradientstop) | The cdr gradient stop | -| [CdrImageFill](./cdrimagefill) | The cdr image fill | -| [CdrTextCollection](./cdrtextcollection) | The Cdr text collection | +| [CdrColor](./cdrcolor/) | The cdr color | +| [CdrGradient](./cdrgradient/) | The cdr gradient | +| [CdrGradientStop](./cdrgradientstop/) | The cdr gradient stop | +| [CdrImageFill](./cdrimagefill/) | The cdr image fill | +| [CdrTextCollection](./cdrtextcollection/) | The Cdr text collection | +## Structures + +| Structure | Description | +| --- | --- | +| [PointD](./pointd/) | The point double | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/_index.md index ad263ebd70c6..baefabc560e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/_index.md @@ -1,7 +1,7 @@ --- -title: CdrColor +title: Class CdrColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Types.CdrColor class. The cdr color type: docs weight: 1850 url: /net/aspose.imaging.fileformats.cdr.types/cdrcolor/ @@ -18,20 +18,20 @@ public class CdrColor | Name | Description | | --- | --- | -| [CdrColor](cdrcolor)() | The default constructor. | +| [CdrColor](cdrcolor/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorModel](../../aspose.imaging.fileformats.cdr.types/cdrcolor/colormodel) { get; set; } | Gets or sets the color model. | -| [ColorValue](../../aspose.imaging.fileformats.cdr.types/cdrcolor/colorvalue) { get; set; } | Gets or sets the color value. | -| [Opacity](../../aspose.imaging.fileformats.cdr.types/cdrcolor/opacity) { get; set; } | Gets or sets the opacity. | -| [RgbColorValue](../../aspose.imaging.fileformats.cdr.types/cdrcolor/rgbcolorvalue) { get; set; } | Gets or sets the RGB color value. | +| [ColorModel](../../aspose.imaging.fileformats.cdr.types/cdrcolor/colormodel/) { get; set; } | Gets or sets the color model. | +| [ColorValue](../../aspose.imaging.fileformats.cdr.types/cdrcolor/colorvalue/) { get; set; } | Gets or sets the color value. | +| [Opacity](../../aspose.imaging.fileformats.cdr.types/cdrcolor/opacity/) { get; set; } | Gets or sets the opacity. | +| [RgbColorValue](../../aspose.imaging.fileformats.cdr.types/cdrcolor/rgbcolorvalue/) { get; set; } | Gets or sets the RGB color value. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/cdrcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/cdrcolor/_index.md index 6cfa722b6f09..8a2e4bf3eab0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/cdrcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/cdrcolor/_index.md @@ -1,7 +1,7 @@ --- -title: CdrColor +title: CdrColor.CdrColor second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrColor constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.types/cdrcolor/cdrcolor/ @@ -16,8 +16,8 @@ public CdrColor() ### See Also -* class [CdrColor](../../cdrcolor) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor) +* class [CdrColor](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/colormodel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/colormodel/_index.md index ac263465ad9e..16a552341c9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/colormodel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/colormodel/_index.md @@ -1,7 +1,7 @@ --- -title: ColorModel +title: CdrColor.ColorModel second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrColor property. Gets or sets the color model type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.types/cdrcolor/colormodel/ @@ -20,9 +20,9 @@ The color model. ### See Also -* enum [CdrColorModel](../../../aspose.imaging.fileformats.cdr.const/cdrcolormodel) -* class [CdrColor](../../cdrcolor) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor) +* enum [CdrColorModel](../../../aspose.imaging.fileformats.cdr.const/cdrcolormodel/) +* class [CdrColor](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/colorvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/colorvalue/_index.md index 6bf328590857..e76ce1e237e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/colorvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/colorvalue/_index.md @@ -1,7 +1,7 @@ --- -title: ColorValue +title: CdrColor.ColorValue second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrColor property. Gets or sets the color value type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.types/cdrcolor/colorvalue/ @@ -20,8 +20,8 @@ The color value. ### See Also -* class [CdrColor](../../cdrcolor) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor) +* class [CdrColor](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/opacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/opacity/_index.md index 4db4495c4a3d..570861c05c4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/opacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/opacity/_index.md @@ -1,7 +1,7 @@ --- -title: Opacity +title: CdrColor.Opacity second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrColor property. Gets or sets the opacity type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.types/cdrcolor/opacity/ @@ -20,8 +20,8 @@ The opacity. ### See Also -* class [CdrColor](../../cdrcolor) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor) +* class [CdrColor](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/rgbcolorvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/rgbcolorvalue/_index.md index b1d8bdf80fbc..09b3112d7995 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/rgbcolorvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrcolor/rgbcolorvalue/_index.md @@ -1,7 +1,7 @@ --- -title: RgbColorValue +title: CdrColor.RgbColorValue second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrColor property. Gets or sets the RGB color value type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.types/cdrcolor/rgbcolorvalue/ @@ -20,8 +20,8 @@ The RGB color value. ### See Also -* class [CdrColor](../../cdrcolor) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor) +* class [CdrColor](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/_index.md index 0b2acfeb4e2e..b7afde2ff526 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/_index.md @@ -1,7 +1,7 @@ --- -title: CdrGradient +title: Class CdrGradient second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Types.CdrGradient class. The cdr gradient type: docs weight: 1860 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/ @@ -18,24 +18,24 @@ public class CdrGradient | Name | Description | | --- | --- | -| [CdrGradient](cdrgradient)() | The default constructor. | +| [CdrGradient](cdrgradient/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.fileformats.cdr.types/cdrgradient/angle) { get; set; } | Gets or sets the angle. | -| [CenterXOffset](../../aspose.imaging.fileformats.cdr.types/cdrgradient/centerxoffset) { get; set; } | Gets or sets the center x offset. | -| [CenterYOffset](../../aspose.imaging.fileformats.cdr.types/cdrgradient/centeryoffset) { get; set; } | Gets or sets the center y offset. | -| [EdgeOffset](../../aspose.imaging.fileformats.cdr.types/cdrgradient/edgeoffset) { get; set; } | Gets or sets the edge offset. | -| [MidPoint](../../aspose.imaging.fileformats.cdr.types/cdrgradient/midpoint) { get; set; } | Gets or sets the mid point. | -| [Mode](../../aspose.imaging.fileformats.cdr.types/cdrgradient/mode) { get; set; } | Gets or sets the mode. | -| [Stops](../../aspose.imaging.fileformats.cdr.types/cdrgradient/stops) { get; set; } | Gets or sets the stops. | -| [Type](../../aspose.imaging.fileformats.cdr.types/cdrgradient/type) { get; set; } | Gets or sets the type. | +| [Angle](../../aspose.imaging.fileformats.cdr.types/cdrgradient/angle/) { get; set; } | Gets or sets the angle. | +| [CenterXOffset](../../aspose.imaging.fileformats.cdr.types/cdrgradient/centerxoffset/) { get; set; } | Gets or sets the center x offset. | +| [CenterYOffset](../../aspose.imaging.fileformats.cdr.types/cdrgradient/centeryoffset/) { get; set; } | Gets or sets the center y offset. | +| [EdgeOffset](../../aspose.imaging.fileformats.cdr.types/cdrgradient/edgeoffset/) { get; set; } | Gets or sets the edge offset. | +| [MidPoint](../../aspose.imaging.fileformats.cdr.types/cdrgradient/midpoint/) { get; set; } | Gets or sets the mid point. | +| [Mode](../../aspose.imaging.fileformats.cdr.types/cdrgradient/mode/) { get; set; } | Gets or sets the mode. | +| [Stops](../../aspose.imaging.fileformats.cdr.types/cdrgradient/stops/) { get; set; } | Gets or sets the stops. | +| [Type](../../aspose.imaging.fileformats.cdr.types/cdrgradient/type/) { get; set; } | Gets or sets the type. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/angle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/angle/_index.md index 53667d00e13f..55fcb2ae4279 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/angle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/angle/_index.md @@ -1,7 +1,7 @@ --- -title: Angle +title: CdrGradient.Angle second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient property. Gets or sets the angle type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/angle/ @@ -20,8 +20,8 @@ The angle. ### See Also -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/cdrgradient/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/cdrgradient/_index.md index 10e5f068dca6..7ce6ef959dae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/cdrgradient/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/cdrgradient/_index.md @@ -1,7 +1,7 @@ --- -title: CdrGradient +title: CdrGradient.CdrGradient second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/cdrgradient/ @@ -16,8 +16,8 @@ public CdrGradient() ### See Also -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/centerxoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/centerxoffset/_index.md index 79c00007210c..016682a5e5ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/centerxoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/centerxoffset/_index.md @@ -1,7 +1,7 @@ --- -title: CenterXOffset +title: CdrGradient.CenterXOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient property. Gets or sets the center x offset type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/centerxoffset/ @@ -20,8 +20,8 @@ The center x offset. ### See Also -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/centeryoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/centeryoffset/_index.md index 901251d48981..a3e2efbad781 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/centeryoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/centeryoffset/_index.md @@ -1,7 +1,7 @@ --- -title: CenterYOffset +title: CdrGradient.CenterYOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient property. Gets or sets the center y offset type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/centeryoffset/ @@ -20,8 +20,8 @@ The center y offset. ### See Also -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/edgeoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/edgeoffset/_index.md index 9b50e9f64164..7606e7c02607 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/edgeoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/edgeoffset/_index.md @@ -1,7 +1,7 @@ --- -title: EdgeOffset +title: CdrGradient.EdgeOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient property. Gets or sets the edge offset type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/edgeoffset/ @@ -20,8 +20,8 @@ The edge offset. ### See Also -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/midpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/midpoint/_index.md index 5232f06d22a0..5e1325ff19df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/midpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/midpoint/_index.md @@ -1,7 +1,7 @@ --- -title: MidPoint +title: CdrGradient.MidPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient property. Gets or sets the mid point type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/midpoint/ @@ -20,8 +20,8 @@ The mid point. ### See Also -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/mode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/mode/_index.md index ad4fd0debe44..974ab38f37ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/mode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/mode/_index.md @@ -1,7 +1,7 @@ --- -title: Mode +title: CdrGradient.Mode second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient property. Gets or sets the mode type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/mode/ @@ -20,8 +20,8 @@ The mode. ### See Also -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/stops/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/stops/_index.md index 7cc81e45e350..fbbfc30beda7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/stops/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/stops/_index.md @@ -1,7 +1,7 @@ --- -title: Stops +title: CdrGradient.Stops second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient property. Gets or sets the stops type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/stops/ @@ -20,9 +20,9 @@ The stops. ### See Also -* class [CdrGradientStop](../../cdrgradientstop) -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradientStop](../../cdrgradientstop/) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/type/_index.md index f0dd8496f962..c2aa9d4eab84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradient/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: CdrGradient.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradient property. Gets or sets the type type: docs weight: 90 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradient/type/ @@ -20,8 +20,8 @@ The type. ### See Also -* class [CdrGradient](../../cdrgradient) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient) +* class [CdrGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/_index.md index f6082f46abe5..5b7ccb62ffe2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/_index.md @@ -1,7 +1,7 @@ --- -title: CdrGradientStop +title: Class CdrGradientStop second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Types.CdrGradientStop class. The cdr gradient stop type: docs weight: 1870 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/ @@ -18,18 +18,18 @@ public class CdrGradientStop | Name | Description | | --- | --- | -| [CdrGradientStop](cdrgradientstop)() | The default constructor. | +| [CdrGradientStop](cdrgradientstop/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Color](../../aspose.imaging.fileformats.cdr.types/cdrgradientstop/color) { get; set; } | Gets or sets the color. | -| [Offset](../../aspose.imaging.fileformats.cdr.types/cdrgradientstop/offset) { get; set; } | Gets or sets the offset. | +| [Color](../../aspose.imaging.fileformats.cdr.types/cdrgradientstop/color/) { get; set; } | Gets or sets the color. | +| [Offset](../../aspose.imaging.fileformats.cdr.types/cdrgradientstop/offset/) { get; set; } | Gets or sets the offset. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/cdrgradientstop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/cdrgradientstop/_index.md index 0c57c12612c6..8bce6ce2621d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/cdrgradientstop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/cdrgradientstop/_index.md @@ -1,7 +1,7 @@ --- -title: CdrGradientStop +title: CdrGradientStop.CdrGradientStop second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradientStop constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/cdrgradientstop/ @@ -16,8 +16,8 @@ public CdrGradientStop() ### See Also -* class [CdrGradientStop](../../cdrgradientstop) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradientstop) +* class [CdrGradientStop](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradientstop/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/color/_index.md index 0ab6e67a42b4..e144f059859e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/color/_index.md @@ -1,7 +1,7 @@ --- -title: Color +title: CdrGradientStop.Color second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradientStop property. Gets or sets the color type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/color/ @@ -20,9 +20,9 @@ The color. ### See Also -* class [CdrColor](../../cdrcolor) -* class [CdrGradientStop](../../cdrgradientstop) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradientstop) +* class [CdrColor](../../cdrcolor/) +* class [CdrGradientStop](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradientstop/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/offset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/offset/_index.md index 39b26dec89f3..3b43797f325f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/offset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/offset/_index.md @@ -1,7 +1,7 @@ --- -title: Offset +title: CdrGradientStop.Offset second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrGradientStop property. Gets or sets the offset type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.types/cdrgradientstop/offset/ @@ -20,8 +20,8 @@ The offset. ### See Also -* class [CdrGradientStop](../../cdrgradientstop) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradientstop) +* class [CdrGradientStop](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrgradientstop/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/_index.md index 28537d5da52d..7e1a39ff4049 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/_index.md @@ -1,7 +1,7 @@ --- -title: CdrImageFill +title: Class CdrImageFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Types.CdrImageFill class. The cdr image fill type: docs weight: 1880 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/ @@ -18,24 +18,24 @@ public class CdrImageFill | Name | Description | | --- | --- | -| [CdrImageFill](cdrimagefill)(int, double, double, bool, double, double, double, byte) | Initializes a new instance of the [`CdrImageFill`](../cdrimagefill) class. | +| [CdrImageFill](cdrimagefill/)(int, double, double, bool, double, double, double, byte) | Initializes a new instance of the `CdrImageFill` class. | ## Properties | Name | Description | | --- | --- | -| [Flags](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/flags) { get; set; } | Gets or sets the flags. | -| [Height](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/height) { get; set; } | Gets or sets the height. | -| [Id](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/id) { get; set; } | Gets or sets the identifier. | -| [IsRelative](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/isrelative) { get; set; } | Gets or sets a value indicating whether this instance is relative. | -| [RcpOffset](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/rcpoffset) { get; set; } | Gets or sets the RCP offset. | -| [Width](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/width) { get; set; } | Gets or sets the width. | -| [XOffset](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/xoffset) { get; set; } | Gets or sets the x offset. | -| [YOffset](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/yoffset) { get; set; } | Gets or sets the y offset. | +| [Flags](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/flags/) { get; set; } | Gets or sets the flags. | +| [Height](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/height/) { get; set; } | Gets or sets the height. | +| [Id](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/id/) { get; set; } | Gets or sets the identifier. | +| [IsRelative](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/isrelative/) { get; set; } | Gets or sets a value indicating whether this instance is relative. | +| [RcpOffset](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/rcpoffset/) { get; set; } | Gets or sets the RCP offset. | +| [Width](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/width/) { get; set; } | Gets or sets the width. | +| [XOffset](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/xoffset/) { get; set; } | Gets or sets the x offset. | +| [YOffset](../../aspose.imaging.fileformats.cdr.types/cdrimagefill/yoffset/) { get; set; } | Gets or sets the y offset. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/cdrimagefill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/cdrimagefill/_index.md index bb5ef5a78010..92298b8187d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/cdrimagefill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/cdrimagefill/_index.md @@ -1,14 +1,14 @@ --- -title: CdrImageFill +title: CdrImageFill.CdrImageFill second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill constructor. Initializes a new instance of the CdrImageFill class type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/cdrimagefill/ --- ## CdrImageFill constructor -Initializes a new instance of the [`CdrImageFill`](../../cdrimagefill) class. +Initializes a new instance of the [`CdrImageFill`](../) class. ```csharp public CdrImageFill(int id, double width, double height, bool isRelative, double xOffset, @@ -28,8 +28,8 @@ public CdrImageFill(int id, double width, double height, bool isRelative, double ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/flags/_index.md index f26ec9fdcc84..f6ac35c56df7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: CdrImageFill.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill property. Gets or sets the flags type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/flags/ @@ -20,8 +20,8 @@ The flags. ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/height/_index.md index 0edab87719a6..1916291dd49d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CdrImageFill.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill property. Gets or sets the height type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/id/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/id/_index.md index 77a4c48cdd19..e6d6c1b62926 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/id/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/id/_index.md @@ -1,7 +1,7 @@ --- -title: Id +title: CdrImageFill.Id second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill property. Gets or sets the identifier type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/id/ @@ -20,8 +20,8 @@ The identifier. ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/isrelative/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/isrelative/_index.md index e2bf0140ba18..a387b9811320 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/isrelative/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/isrelative/_index.md @@ -1,7 +1,7 @@ --- -title: IsRelative +title: CdrImageFill.IsRelative second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill property. Gets or sets a value indicating whether this instance is relative type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/isrelative/ @@ -20,8 +20,8 @@ public bool IsRelative { get; set; } ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/rcpoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/rcpoffset/_index.md index 88b8bd205999..493adc58c607 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/rcpoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/rcpoffset/_index.md @@ -1,7 +1,7 @@ --- -title: RcpOffset +title: CdrImageFill.RcpOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill property. Gets or sets the RCP offset type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/rcpoffset/ @@ -20,8 +20,8 @@ The RCP offset. ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/width/_index.md index b8c815394d89..1cadb2e44d6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CdrImageFill.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill property. Gets or sets the width type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/xoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/xoffset/_index.md index dc1eb6be1365..5ecf579ae8fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/xoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/xoffset/_index.md @@ -1,7 +1,7 @@ --- -title: XOffset +title: CdrImageFill.XOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill property. Gets or sets the x offset type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/xoffset/ @@ -20,8 +20,8 @@ The x offset. ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/yoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/yoffset/_index.md index 18b92bf59421..1beaf22d3454 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/yoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrimagefill/yoffset/_index.md @@ -1,7 +1,7 @@ --- -title: YOffset +title: CdrImageFill.YOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImageFill property. Gets or sets the y offset type: docs weight: 90 url: /net/aspose.imaging.fileformats.cdr.types/cdrimagefill/yoffset/ @@ -20,8 +20,8 @@ The y offset. ### See Also -* class [CdrImageFill](../../cdrimagefill) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill) +* class [CdrImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrimagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/_index.md index f98ccd71ac98..d320df3cf918 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/_index.md @@ -1,7 +1,7 @@ --- -title: CdrTextCollection +title: Class CdrTextCollection second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Types.CdrTextCollection class. The Cdr text collection type: docs weight: 1890 url: /net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/ @@ -18,11 +18,11 @@ public class CdrTextCollection | Name | Description | | --- | --- | -| [CdrTextCollection](cdrtextcollection)() | The default constructor. | +| [CdrTextCollection](cdrtextcollection/)() | The default constructor. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/cdrtextcollection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/cdrtextcollection/_index.md index 929bf6a6b1db..5683de57eaf9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/cdrtextcollection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/cdrtextcollection/_index.md @@ -1,7 +1,7 @@ --- -title: CdrTextCollection +title: CdrTextCollection.CdrTextCollection second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrTextCollection constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.types/cdrtextcollection/cdrtextcollection/ @@ -16,8 +16,8 @@ public CdrTextCollection() ### See Also -* class [CdrTextCollection](../../cdrtextcollection) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrtextcollection) +* class [CdrTextCollection](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../cdrtextcollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/_index.md index 69889ff4c508..06b7982d02d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/_index.md @@ -1,7 +1,7 @@ --- -title: PointD +title: Struct PointD second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.Types.PointD struct. The point double type: docs weight: 1900 url: /net/aspose.imaging.fileformats.cdr.types/pointd/ @@ -18,26 +18,26 @@ public struct PointD | Name | Description | | --- | --- | -| [PointD](pointd)(double, double) | Initializes a new instance of the [`PointD`](../pointd) struct. | +| [PointD](pointd/)(double, double) | Initializes a new instance of the `PointD` struct. | ## Properties | Name | Description | | --- | --- | -| [X](../../aspose.imaging.fileformats.cdr.types/pointd/x) { get; set; } | Gets or sets the x. | -| [Y](../../aspose.imaging.fileformats.cdr.types/pointd/y) { get; set; } | Gets or sets the y. | +| [X](../../aspose.imaging.fileformats.cdr.types/pointd/x/) { get; set; } | Gets or sets the x. | +| [Y](../../aspose.imaging.fileformats.cdr.types/pointd/y/) { get; set; } | Gets or sets the y. | ## Methods | Name | Description | | --- | --- | -| [FromPointF](../../aspose.imaging.fileformats.cdr.types/pointd/frompointf)(PointF) | Converts [`PointD`](../pointd) to the [`PointF`](../../aspose.imaging/pointf) structure. | -| [ToPointF](../../aspose.imaging.fileformats.cdr.types/pointd/topointf)() | Converts [`PointF`](../../aspose.imaging/pointf) to the [`PointD`](../pointd) structure. | -| override [ToString](../../aspose.imaging.fileformats.cdr.types/pointd/tostring)() | Converts to string. | +| [FromPointF](../../aspose.imaging.fileformats.cdr.types/pointd/frompointf/)(PointF) | Converts `PointD` to the [`PointF`](../../aspose.imaging/pointf/) structure. | +| [ToPointF](../../aspose.imaging.fileformats.cdr.types/pointd/topointf/)() | Converts [`PointF`](../../aspose.imaging/pointf/) to the `PointD` structure. | +| override [ToString](../../aspose.imaging.fileformats.cdr.types/pointd/tostring/)() | Converts to string. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../aspose.imaging.fileformats.cdr.types/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/frompointf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/frompointf/_index.md index f1182c9709aa..77251e203b50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/frompointf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/frompointf/_index.md @@ -1,14 +1,14 @@ --- -title: FromPointF +title: PointD.FromPointF second_title: Aspose.Imaging for .NET API Reference -description: +description: PointD method. Converts PointD to the PointF structure type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr.types/pointd/frompointf/ --- ## PointD.FromPointF method -Converts [`PointD`](../../pointd) to the [`PointF`](../../../aspose.imaging/pointf) structure. +Converts [`PointD`](../) to the [`PointF`](../../../aspose.imaging/pointf/) structure. ```csharp public void FromPointF(PointF point) @@ -16,13 +16,13 @@ public void FromPointF(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointD`](../../pointd) structure. | +| point | PointF | The [`PointD`](../) structure. | ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* struct [PointD](../../pointd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd) +* struct [PointF](../../../aspose.imaging/pointf/) +* struct [PointD](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/pointd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/pointd/_index.md index 5dd617a11c6b..17f4a4cfbc30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/pointd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/pointd/_index.md @@ -1,14 +1,14 @@ --- -title: PointD +title: PointD.PointD second_title: Aspose.Imaging for .NET API Reference -description: +description: PointD constructor. Initializes a new instance of the PointD struct type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr.types/pointd/pointd/ --- ## PointD constructor -Initializes a new instance of the [`PointD`](../../pointd) struct. +Initializes a new instance of the [`PointD`](../) struct. ```csharp public PointD(double x, double y) @@ -21,8 +21,8 @@ public PointD(double x, double y) ### See Also -* struct [PointD](../../pointd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd) +* struct [PointD](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/topointf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/topointf/_index.md index 2f97b56ff428..c1e49e5613b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/topointf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/topointf/_index.md @@ -1,14 +1,14 @@ --- -title: ToPointF +title: PointD.ToPointF second_title: Aspose.Imaging for .NET API Reference -description: +description: PointD method. Converts PointF to the PointD structure type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr.types/pointd/topointf/ --- ## PointD.ToPointF method -Converts [`PointF`](../../../aspose.imaging/pointf) to the [`PointD`](../../pointd) structure. +Converts [`PointF`](../../../aspose.imaging/pointf/) to the [`PointD`](../) structure. ```csharp public PointF ToPointF() @@ -16,13 +16,13 @@ public PointF ToPointF() ### Return Value -The [`PointF`](../../../aspose.imaging/pointf) structure +The [`PointF`](../../../aspose.imaging/pointf/) structure ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* struct [PointD](../../pointd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd) +* struct [PointF](../../../aspose.imaging/pointf/) +* struct [PointD](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/tostring/_index.md index eca18d4a5920..f3509a829730 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: PointD.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: PointD method. Converts to string type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr.types/pointd/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* struct [PointD](../../pointd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd) +* struct [PointD](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/x/_index.md index b7a064236680..5c1c4fa28c66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/x/_index.md @@ -1,7 +1,7 @@ --- -title: X +title: PointD.X second_title: Aspose.Imaging for .NET API Reference -description: +description: PointD property. Gets or sets the x type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr.types/pointd/x/ @@ -20,8 +20,8 @@ The x value. ### See Also -* struct [PointD](../../pointd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd) +* struct [PointD](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/y/_index.md index af3002500402..d1df1710a3e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr.types/pointd/y/_index.md @@ -1,7 +1,7 @@ --- -title: Y +title: PointD.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: PointD property. Gets or sets the y type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr.types/pointd/y/ @@ -20,8 +20,8 @@ The y value. ### See Also -* struct [PointD](../../pointd) -* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd) +* struct [PointD](../) +* namespace [Aspose.Imaging.FileFormats.Cdr.Types](../../pointd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/_index.md index d2de14ee3021..ad78eb61a1a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cdr second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Cdr file format processing. +description: The namespace handles Cdr file format processing type: docs weight: 180 url: /net/aspose.imaging.fileformats.cdr/ @@ -12,12 +12,12 @@ The namespace handles Cdr file format processing. | Class | Description | | --- | --- | -| [CdrImage](./cdrimage) | The API for CorelDRAW CDR vector image format support is an essential toolkit for developers working with vector graphics. This API enables the seamless processing of CDR files, allowing for the storage and manipulation of diverse elements such as text, lines, shapes, images, colors, and effects. With its comprehensive capabilities, developers can efficiently work with vector representations of image contents, ensuring precision and flexibility in creating and editing CorelDRAW vector graphics programmatically. | -| [CdrImagePage](./cdrimagepage) | The Cdr image page | +| [CdrImage](./cdrimage/) | The API for CorelDRAW CDR vector image format support is an essential toolkit for developers working with vector graphics. This API enables the seamless processing of CDR files, allowing for the storage and manipulation of diverse elements such as text, lines, shapes, images, colors, and effects. With its comprehensive capabilities, developers can efficiently work with vector representations of image contents, ensuring precision and flexibility in creating and editing CorelDRAW vector graphics programmatically. | +| [CdrImagePage](./cdrimagepage/) | The Cdr image page | ## Interfaces | Interface | Description | | --- | --- | -| [ICdrImage](./icdrimage) | The Cdr image interface | +| [ICdrImage](./icdrimage/) | The Cdr image interface | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/_index.md index acb58b932290..d0456b7aa5dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/_index.md @@ -1,7 +1,7 @@ --- -title: CdrImage +title: Class CdrImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.CdrImage class. The API for CorelDRAW CDR vector image format support is an essential toolkit for developers working with vector graphics. This API enables the seamless processing of CDR files allowing for the storage and manipulation of diverse elements such as text lines shapes images colors and effects. With its comprehensive capabilities developers can efficiently work with vector representations of image contents ensuring precision and flexibility in creating and editing CorelDRAW vector graphics programmatically type: docs weight: 1430 url: /net/aspose.imaging.fileformats.cdr/cdrimage/ @@ -18,71 +18,71 @@ public class CdrImage : VectorMultipageImage, ICdrImage | Name | Description | | --- | --- | -| [CdrImage](cdrimage)(Stream, LoadOptions) | Start working with the [`CdrImage`](../cdrimage) class effortlessly by initializing a new instance with a stream and loadOptions parameters. Ideal for developers seeking a convenient way to load CDR images from various data sources while customizing the loading process as needed. | +| [CdrImage](cdrimage/)(Stream, LoadOptions) | Start working with the `CdrImage` class effortlessly by initializing a new instance with a stream and loadOptions parameters. Ideal for developers seeking a convenient way to load CDR images from various data sources while customizing the loading process as needed. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.cdr/cdrimage/bitsperpixel) { get; } | Retrieve the bit depth of the image effortlessly with this user-friendly property. Ideal for developers seeking to determine the level of detail or color depth present in their images, ensuring accurate processing and manipulation. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CdrDocument](../../aspose.imaging.fileformats.cdr/cdrimage/cdrdocument) { get; } | Effortlessly retrieve or update the CDR document using this intuitive property. Ideal for developers seeking to access or modify the CDR document, ensuring flexibility and efficiency in their applications. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.cdr/cdrimage/fileformat) { get; } | Retrieve the file format of the image effortlessly with this intuitive property. Ideal for developers seeking to determine the format of their images dynamically, ensuring compatibility and accurate processing in their applications. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging.fileformats.cdr/cdrimage/height) { get; } | Retrieve the height of the image effortlessly with this intuitive property. Perfect for developers seeking to access the dimensions of their images dynamically, ensuring accurate layout and rendering in their applications. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.cdr/cdrimage/iscached) { get; } | Effortlessly determine whether the object's data is currently cached, eliminating the need for data reading. Ideal for developers seeking to optimize performance by leveraging cached data efficiently, ensuring faster access to object information. | -| override [PageCount](../../aspose.imaging.fileformats.cdr/cdrimage/pagecount) { get; } | Effortlessly retrieve or update the total page count of the image with this intuitive property. Ideal for developers seeking to manage multi-page images dynamically, ensuring efficient navigation and manipulation of image content. | -| override [PageExportingAction](../../aspose.imaging.fileformats.cdr/cdrimage/pageexportingaction) { get; set; } | Effortlessly retrieve or modify the page exporting action associated with the image using this intuitive property. Ideal for developers seeking to customize the export behavior of pages within multi-page images, ensuring flexibility and efficiency in their applications. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.cdr/cdrimage/pages) { get; } | Retrieve the pages of the image seamlessly with this intuitive property. Ideal for developers seeking to access and manipulate individual pages within multi-page images, ensuring efficient navigation and processing. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.cdr/cdrimage/width) { get; } | Retrieve the width of the image seamlessly with this intuitive property. Ideal for developers seeking to access the dimensions of their images dynamically, ensuring precise layout and rendering in their applications. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.cdr/cdrimage/bitsperpixel/) { get; } | Retrieve the bit depth of the image effortlessly with this user-friendly property. Ideal for developers seeking to determine the level of detail or color depth present in their images, ensuring accurate processing and manipulation. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CdrDocument](../../aspose.imaging.fileformats.cdr/cdrimage/cdrdocument/) { get; } | Effortlessly retrieve or update the CDR document using this intuitive property. Ideal for developers seeking to access or modify the CDR document, ensuring flexibility and efficiency in their applications. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.cdr/cdrimage/fileformat/) { get; } | Retrieve the file format of the image effortlessly with this intuitive property. Ideal for developers seeking to determine the format of their images dynamically, ensuring compatibility and accurate processing in their applications. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging.fileformats.cdr/cdrimage/height/) { get; } | Retrieve the height of the image effortlessly with this intuitive property. Perfect for developers seeking to access the dimensions of their images dynamically, ensuring accurate layout and rendering in their applications. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.cdr/cdrimage/iscached/) { get; } | Effortlessly determine whether the object's data is currently cached, eliminating the need for data reading. Ideal for developers seeking to optimize performance by leveraging cached data efficiently, ensuring faster access to object information. | +| override [PageCount](../../aspose.imaging.fileformats.cdr/cdrimage/pagecount/) { get; } | Effortlessly retrieve or update the total page count of the image with this intuitive property. Ideal for developers seeking to manage multi-page images dynamically, ensuring efficient navigation and manipulation of image content. | +| override [PageExportingAction](../../aspose.imaging.fileformats.cdr/cdrimage/pageexportingaction/) { get; set; } | Effortlessly retrieve or modify the page exporting action associated with the image using this intuitive property. Ideal for developers seeking to customize the export behavior of pages within multi-page images, ensuring flexibility and efficiency in their applications. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.cdr/cdrimage/pages/) { get; } | Retrieve the pages of the image seamlessly with this intuitive property. Ideal for developers seeking to access and manipulate individual pages within multi-page images, ensuring efficient navigation and processing. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.cdr/cdrimage/width/) { get; } | Retrieve the width of the image seamlessly with this intuitive property. Ideal for developers seeking to access the dimensions of their images dynamically, ensuring precise layout and rendering in their applications. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging.fileformats.cdr/cdrimage/cachedata)() | Effortlessly cache the data to prevent additional loading from the underlying source with this user-friendly method. Ideal for developers seeking to optimize performance by preloading data, ensuring faster access and smoother operation in their applications. [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.cdr/cdrimage/getdefaultoptions)(object[]) | Retrieve the default options effortlessly with this user-friendly method. Perfect for developers seeking quick access to the default settings or configurations associated with an object, ensuring efficient customization and streamlined workflow. | -| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.cdr/cdrimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging.fileformats.cdr/cdrimage/resize)(int, int, ResizeType) | Effortlessly resize the image to desired dimensions with this intuitive method. Perfect for developers seeking to adjust the size of images dynamically, ensuring they fit the layout or requirements of their applications seamlessly. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.cdr/cdrimage/rotateflip)(RotateFlipType) | Adjust the orientation of the image by rotating, flipping, or applying both operations with this versatile method. Perfect for developers seeking to customize image orientation dynamically, ensuring optimal presentation or alignment in their applications. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging.fileformats.cdr/cdrimage/setpalette)(IColorPalette, bool) | Customize the color palette of the image with this intuitive method. Ideal for developers seeking to apply specific color schemes or adjustments dynamically, ensuring precise control over the visual appearance of their images. | - -### Examples +| override [CacheData](../../aspose.imaging.fileformats.cdr/cdrimage/cachedata/)() | Effortlessly cache the data to prevent additional loading from the underlying source with this user-friendly method. Ideal for developers seeking to optimize performance by preloading data, ensuring faster access and smoother operation in their applications. [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.cdr/cdrimage/getdefaultoptions/)(object[]) | Retrieve the default options effortlessly with this user-friendly method. Perfect for developers seeking quick access to the default settings or configurations associated with an object, ensuring efficient customization and streamlined workflow. | +| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.cdr/cdrimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging.fileformats.cdr/cdrimage/resize/#resize_2)(int, int, ResizeType) | Effortlessly resize the image to desired dimensions with this intuitive method. Perfect for developers seeking to adjust the size of images dynamically, ensuring they fit the layout or requirements of their applications seamlessly. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.cdr/cdrimage/rotateflip/)(RotateFlipType) | Adjust the orientation of the image by rotating, flipping, or applying both operations with this versatile method. Perfect for developers seeking to customize image orientation dynamically, ensuring optimal presentation or alignment in their applications. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging.fileformats.cdr/cdrimage/setpalette/)(IColorPalette, bool) | Customize the color palette of the image with this intuitive method. Ideal for developers seeking to apply specific color schemes or adjustments dynamically, ensuring precise control over the visual appearance of their images. | + +## Examples The following example shows how to cache all pages of a CDR image. @@ -107,10 +107,10 @@ using (Aspose.Imaging.FileFormats.Cdr.CdrImage image = (Aspose.Imaging.FileForma ### See Also -* class [Image](../../aspose.imaging/image) -* interface [ICdrImage](../icdrimage) -* class [VectorMultipageImage](../../aspose.imaging/vectormultipageimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../aspose.imaging.fileformats.cdr) +* class [Image](../../aspose.imaging/image/) +* interface [ICdrImage](../icdrimage/) +* class [VectorMultipageImage](../../aspose.imaging/vectormultipageimage/) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../aspose.imaging.fileformats.cdr/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/bitsperpixel/_index.md index dd5b5b696f2e..4fd4ab08f20b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: CdrImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Retrieve the bit depth of the image effortlessly with this userfriendly property. Ideal for developers seeking to determine the level of detail or color depth present in their images ensuring accurate processing and manipulation type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr/cdrimage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cachedata/_index.md index 05dfc769fc18..00053c6819bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cachedata/_index.md @@ -1,20 +1,20 @@ --- -title: CacheData +title: CdrImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage method. Effortlessly cache the data to prevent additional loading from the underlying source with this userfriendly method. Ideal for developers seeking to optimize performance by preloading data ensuring faster access and smoother operation in their applications. DataStreamContainer type: docs weight: 110 url: /net/aspose.imaging.fileformats.cdr/cdrimage/cachedata/ --- ## CdrImage.CacheData method -Effortlessly cache the data to prevent additional loading from the underlying source with this user-friendly method. Ideal for developers seeking to optimize performance by preloading data, ensuring faster access and smoother operation in their applications. [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer). +Effortlessly cache the data to prevent additional loading from the underlying source with this user-friendly method. Ideal for developers seeking to optimize performance by preloading data, ensuring faster access and smoother operation in their applications. [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer/). ```csharp public override void CacheData() ``` -### Examples +## Examples The following example shows how to cache all pages of a CDR image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.FileFormats.Cdr.CdrImage image = (Aspose.Imaging.FileForma ### See Also -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cdrdocument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cdrdocument/_index.md index c6539df12c8a..61daa9f6dcc7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cdrdocument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cdrdocument/_index.md @@ -1,7 +1,7 @@ --- -title: CdrDocument +title: CdrImage.CdrDocument second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Effortlessly retrieve or update the CDR document using this intuitive property. Ideal for developers seeking to access or modify the CDR document ensuring flexibility and efficiency in their applications type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr/cdrimage/cdrdocument/ @@ -20,9 +20,9 @@ The CDR document. ### See Also -* class [CdrDocument](../../../aspose.imaging.fileformats.cdr.objects/cdrdocument) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [CdrDocument](../../../aspose.imaging.fileformats.cdr.objects/cdrdocument/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cdrimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cdrimage/_index.md index dd3d17864b94..16ee2956b1e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cdrimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/cdrimage/_index.md @@ -1,14 +1,14 @@ --- -title: CdrImage +title: CdrImage.CdrImage second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage constructor. Start working with the CdrImage class effortlessly by initializing a new instance with a stream and loadOptions parameters. Ideal for developers seeking a convenient way to load CDR images from various data sources while customizing the loading process as needed type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr/cdrimage/cdrimage/ --- ## CdrImage constructor -Start working with the [`CdrImage`](../../cdrimage) class effortlessly by initializing a new instance with a stream and loadOptions parameters. Ideal for developers seeking a convenient way to load CDR images from various data sources while customizing the loading process as needed. +Start working with the [`CdrImage`](../) class effortlessly by initializing a new instance with a stream and loadOptions parameters. Ideal for developers seeking a convenient way to load CDR images from various data sources while customizing the loading process as needed. ```csharp public CdrImage(Stream stream, LoadOptions loadOptions) @@ -27,9 +27,9 @@ public CdrImage(Stream stream, LoadOptions loadOptions) ### See Also -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/fileformat/_index.md index 76ea05871cc9..47ddad879a34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: CdrImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Retrieve the file format of the image effortlessly with this intuitive property. Ideal for developers seeking to determine the format of their images dynamically ensuring compatibility and accurate processing in their applications type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr/cdrimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/getdefaultoptions/_index.md index 08e47b129c67..0eb3e2816e65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: CdrImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage method. Retrieve the default options effortlessly with this userfriendly method. Perfect for developers seeking quick access to the default settings or configurations associated with an object ensuring efficient customization and streamlined workflow type: docs weight: 120 url: /net/aspose.imaging.fileformats.cdr/cdrimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/height/_index.md index 2bc63e58e3c0..e739bd1af1d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CdrImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Retrieve the height of the image effortlessly with this intuitive property. Perfect for developers seeking to access the dimensions of their images dynamically ensuring accurate layout and rendering in their applications type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr/cdrimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/iscached/_index.md index 4ad3cbb0bb88..29c43ccf9093 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: CdrImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Effortlessly determine whether the objects data is currently cached eliminating the need for data reading. Ideal for developers seeking to optimize performance by leveraging cached data efficiently ensuring faster access to object information type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr/cdrimage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pagecount/_index.md index c303a2574f3d..405c41fd8509 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: CdrImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Effortlessly retrieve or update the total page count of the image with this intuitive property. Ideal for developers seeking to manage multipage images dynamically ensuring efficient navigation and manipulation of image content type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr/cdrimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pageexportingaction/_index.md index fa4035bff157..0b39df498656 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: CdrImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Effortlessly retrieve or modify the page exporting action associated with the image using this intuitive property. Ideal for developers seeking to customize the export behavior of pages within multipage images ensuring flexibility and efficiency in their applications. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr/cdrimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pages/_index.md index 227351571829..8d45b61463bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: CdrImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Retrieve the pages of the image seamlessly with this intuitive property. Ideal for developers seeking to access and manipulate individual pages within multipage images ensuring efficient navigation and processing type: docs weight: 90 url: /net/aspose.imaging.fileformats.cdr/cdrimage/pages/ @@ -18,7 +18,7 @@ public override Image[] Pages { get; } The pages. -### Examples +## Examples The following example shows how to cache all pages of a CDR image. @@ -72,9 +72,9 @@ using (Aspose.Imaging.FileFormats.Cdr.CdrImage image = (Aspose.Imaging.FileForma ### See Also -* class [Image](../../../aspose.imaging/image) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [Image](../../../aspose.imaging/image/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/resize/_index.md index b0e7f0c0035c..9b4d64148b72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: CdrImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage method. Effortlessly resize the image to desired dimensions with this intuitive method. Perfect for developers seeking to adjust the size of images dynamically ensuring they fit the layout or requirements of their applications seamlessly type: docs weight: 130 url: /net/aspose.imaging.fileformats.cdr/cdrimage/resize/ --- -## CdrImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Effortlessly resize the image to desired dimensions with this intuitive method. Perfect for developers seeking to adjust the size of images dynamically, ensuring they fit the layout or requirements of their applications seamlessly. @@ -29,14 +29,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) --- -## CdrImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -58,9 +58,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/rotateflip/_index.md index 1d55f2d6a915..02ef474a9c59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: CdrImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage method. Adjust the orientation of the image by rotating flipping or applying both operations with this versatile method. Perfect for developers seeking to customize image orientation dynamically ensuring optimal presentation or alignment in their applications type: docs weight: 140 url: /net/aspose.imaging.fileformats.cdr/cdrimage/rotateflip/ @@ -26,9 +26,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/setpalette/_index.md index 05737fca1b24..19b3fd5a473e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: CdrImage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage method. Customize the color palette of the image with this intuitive method. Ideal for developers seeking to apply specific color schemes or adjustments dynamically ensuring precise control over the visual appearance of their images type: docs weight: 150 url: /net/aspose.imaging.fileformats.cdr/cdrimage/setpalette/ @@ -27,9 +27,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/width/_index.md index d0914dc9b9df..6cc5cee4184a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CdrImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImage property. Retrieve the width of the image seamlessly with this intuitive property. Ideal for developers seeking to access the dimensions of their images dynamically ensuring precise layout and rendering in their applications type: docs weight: 100 url: /net/aspose.imaging.fileformats.cdr/cdrimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [CdrImage](../../cdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage) +* class [CdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/_index.md index d80c5d178c56..2c33b96b26da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/_index.md @@ -1,7 +1,7 @@ --- -title: CdrImagePage +title: Class CdrImagePage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.CdrImagePage class. The Cdr image page type: docs weight: 1440 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/ @@ -18,69 +18,69 @@ public class CdrImagePage : VectorImage, ICdrImage | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.cdr/cdrimagepage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CdrDocument](../../aspose.imaging.fileformats.cdr/cdrimagepage/cdrdocument) { get; } | Gets or sets the CDR document. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.cdr/cdrimagepage/fileformat) { get; } | Gets a value of file format | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging.fileformats.cdr/cdrimagepage/height) { get; } | Gets the image height. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.cdr/cdrimagepage/iscached) { get; } | Gets a value indicating whether object's data is cached currently and no data readig is required. | -| [PageNumber](../../aspose.imaging.fileformats.cdr/cdrimagepage/pagenumber) { get; } | Gets the page number. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [ParentImage](../../aspose.imaging.fileformats.cdr/cdrimagepage/parentimage) { get; } | Gets the parent image. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.cdr/cdrimagepage/width) { get; } | Gets the image width. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.cdr/cdrimagepage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CdrDocument](../../aspose.imaging.fileformats.cdr/cdrimagepage/cdrdocument/) { get; } | Gets or sets the CDR document. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.cdr/cdrimagepage/fileformat/) { get; } | Gets a value of file format | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging.fileformats.cdr/cdrimagepage/height/) { get; } | Gets the image height. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.cdr/cdrimagepage/iscached/) { get; } | Gets a value indicating whether object's data is cached currently and no data readig is required. | +| [PageNumber](../../aspose.imaging.fileformats.cdr/cdrimagepage/pagenumber/) { get; } | Gets the page number. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [ParentImage](../../aspose.imaging.fileformats.cdr/cdrimagepage/parentimage/) { get; } | Gets the parent image. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.cdr/cdrimagepage/width/) { get; } | Gets the image width. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging.fileformats.cdr/cdrimagepage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.cdr/cdrimagepage/getdefaultoptions)(object[]) | Gets the default options. | -| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.cdr/cdrimagepage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging.fileformats.cdr/cdrimagepage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.cdr/cdrimagepage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging.fileformats.cdr/cdrimagepage/setpalette)(IColorPalette, bool) | Sets the image palette. | +| override [CacheData](../../aspose.imaging.fileformats.cdr/cdrimagepage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.cdr/cdrimagepage/getdefaultoptions/)(object[]) | Gets the default options. | +| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.cdr/cdrimagepage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging.fileformats.cdr/cdrimagepage/resize/#resize_2)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.cdr/cdrimagepage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging.fileformats.cdr/cdrimagepage/setpalette/)(IColorPalette, bool) | Sets the image palette. | ### See Also -* class [Image](../../aspose.imaging/image) -* interface [ICdrImage](../icdrimage) -* class [VectorImage](../../aspose.imaging/vectorimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../aspose.imaging.fileformats.cdr) +* class [Image](../../aspose.imaging/image/) +* interface [ICdrImage](../icdrimage/) +* class [VectorImage](../../aspose.imaging/vectorimage/) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../aspose.imaging.fileformats.cdr/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/bitsperpixel/_index.md index 19b882c45e64..ca1dddd9d811 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: CdrImagePage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage property. Gets the image bits per pixel count type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/bitsperpixel/ @@ -26,8 +26,8 @@ The image bits per pixel count. ### See Also -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/cachedata/_index.md index fe444c1a50d9..cbf8beeace33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/cachedata/_index.md @@ -1,20 +1,20 @@ --- -title: CacheData +title: CdrImagePage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage method. Caches the data and ensures no additional data loading will be performed from the underlying DataStreamContainer type: docs weight: 90 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/cachedata/ --- ## CdrImagePage.CacheData method -Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer). +Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer/). ```csharp public override void CacheData() ``` -### Examples +## Examples The following example shows how to cache all pages of a CDR image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.FileFormats.Cdr.CdrImage image = (Aspose.Imaging.FileForma ### See Also -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/cdrdocument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/cdrdocument/_index.md index a9e40b154940..c5bf1ed70312 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/cdrdocument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/cdrdocument/_index.md @@ -1,7 +1,7 @@ --- -title: CdrDocument +title: CdrImagePage.CdrDocument second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage property. Gets or sets the CDR document type: docs weight: 20 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/cdrdocument/ @@ -20,9 +20,9 @@ The CDR document. ### See Also -* class [CdrDocument](../../../aspose.imaging.fileformats.cdr.objects/cdrdocument) -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [CdrDocument](../../../aspose.imaging.fileformats.cdr.objects/cdrdocument/) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/fileformat/_index.md index 52945e7b2384..c28c456c474b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: CdrImagePage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage property. Gets a value of file format type: docs weight: 30 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/getdefaultoptions/_index.md index 62ca6ddf93d8..f60764467c2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: CdrImagePage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage method. Gets the default options type: docs weight: 100 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/height/_index.md index 462b1f8fbe2b..dbfe6d8cfe29 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CdrImagePage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage property. Gets the image height type: docs weight: 40 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/iscached/_index.md index 792ce2787b06..82ca7aa492bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: CdrImagePage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage property. Gets a value indicating whether objects data is cached currently and no data readig is required type: docs weight: 50 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/pagenumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/pagenumber/_index.md index e79a2401ce83..7854b98f8dfb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/pagenumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/pagenumber/_index.md @@ -1,7 +1,7 @@ --- -title: PageNumber +title: CdrImagePage.PageNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage property. Gets the page number type: docs weight: 60 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/pagenumber/ @@ -20,8 +20,8 @@ The page number. ### See Also -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/parentimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/parentimage/_index.md index 5d0aca11c3ce..aedf68507992 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/parentimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/parentimage/_index.md @@ -1,7 +1,7 @@ --- -title: ParentImage +title: CdrImagePage.ParentImage second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage property. Gets the parent image type: docs weight: 70 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/parentimage/ @@ -20,9 +20,9 @@ The parent image. ### See Also -* class [CdrImage](../../cdrimage) -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [CdrImage](../../cdrimage/) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/resize/_index.md index aa06675274cd..1e24243cd8df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: CdrImagePage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage method. Resizes the image type: docs weight: 110 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/resize/ --- -## CdrImagePage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resizes the image. @@ -28,14 +28,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) --- -## CdrImagePage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -57,9 +57,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/rotateflip/_index.md index 1defadd4854a..0dc6ed3bd56d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: CdrImagePage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage method. Rotates flips or rotates and flips the image type: docs weight: 120 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/rotateflip/ @@ -26,9 +26,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/setpalette/_index.md index 567f6bd2b363..b86b5472a27a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: CdrImagePage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage method. Sets the image palette type: docs weight: 130 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/setpalette/ @@ -27,9 +27,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/width/_index.md index 352f6f400055..b974546bace0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/cdrimagepage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CdrImagePage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrImagePage property. Gets the image width type: docs weight: 80 url: /net/aspose.imaging.fileformats.cdr/cdrimagepage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [CdrImagePage](../../cdrimagepage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage) +* class [CdrImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../cdrimagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/icdrimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/icdrimage/_index.md index 5a56539dabd8..057cf7b28581 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/icdrimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/icdrimage/_index.md @@ -1,7 +1,7 @@ --- -title: ICdrImage +title: Interface ICdrImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cdr.ICdrImage interface. The Cdr image interface type: docs weight: 1470 url: /net/aspose.imaging.fileformats.cdr/icdrimage/ @@ -18,11 +18,11 @@ public interface ICdrImage | Name | Description | | --- | --- | -| [CdrDocument](../../aspose.imaging.fileformats.cdr/icdrimage/cdrdocument) { get; } | Gets or sets the CDR document. | +| [CdrDocument](../../aspose.imaging.fileformats.cdr/icdrimage/cdrdocument/) { get; } | Gets or sets the CDR document. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cdr](../../aspose.imaging.fileformats.cdr) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../aspose.imaging.fileformats.cdr/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/icdrimage/cdrdocument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/icdrimage/cdrdocument/_index.md index 50506d99871c..dc1f28273d3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/icdrimage/cdrdocument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cdr/icdrimage/cdrdocument/_index.md @@ -1,7 +1,7 @@ --- -title: CdrDocument +title: ICdrImage.CdrDocument second_title: Aspose.Imaging for .NET API Reference -description: +description: ICdrImage property. Gets or sets the CDR document type: docs weight: 10 url: /net/aspose.imaging.fileformats.cdr/icdrimage/cdrdocument/ @@ -20,9 +20,9 @@ The CDR document. ### See Also -* class [CdrDocument](../../../aspose.imaging.fileformats.cdr.objects/cdrdocument) -* interface [ICdrImage](../../icdrimage) -* namespace [Aspose.Imaging.FileFormats.Cdr](../../icdrimage) +* class [CdrDocument](../../../aspose.imaging.fileformats.cdr.objects/cdrdocument/) +* interface [ICdrImage](../) +* namespace [Aspose.Imaging.FileFormats.Cdr](../../icdrimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/_index.md index 73c4fc39758d..59fc09134889 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tiff file format processing. +description: The namespace handles Tiff file format processing type: docs weight: 250 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/ @@ -12,16 +12,16 @@ The namespace handles Tiff file format processing. | Enumeration | Description | | --- | --- | -| [CapsTypes](./capstypes) | Types of caps for the line. | -| [CmxCommandCodes](./cmxcommandcodes) | Page command codes | -| [ColorModels](./colormodels) | Color models. | -| [FillTypes](./filltypes) | Fill types for the brush. | -| [GradientTypes](./gradienttypes) | Gradient fill types | -| [JoinTypes](./jointypes) | Connection types between lines | -| [LineTypes](./linetypes) | Flags to describe the type of line. | -| [ParagraphHorizontalAlignment](./paragraphhorizontalalignment) | Horizontal alignment | -| [PathJumpTypes](./pathjumptypes) | Types of transitions between points of the [`CmxPathSpec`](../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec) | -| [TileOffsetTypes](./tileoffsettypes) | Offset types between tiles for texture brushes. | -| [Units](./units) | Basic units for CMX document. | +| [CapsTypes](./capstypes/) | Types of caps for the line. | +| [CmxCommandCodes](./cmxcommandcodes/) | Page command codes | +| [ColorModels](./colormodels/) | Color models. | +| [FillTypes](./filltypes/) | Fill types for the brush. | +| [GradientTypes](./gradienttypes/) | Gradient fill types | +| [JoinTypes](./jointypes/) | Connection types between lines | +| [LineTypes](./linetypes/) | Flags to describe the type of line. | +| [ParagraphHorizontalAlignment](./paragraphhorizontalalignment/) | Horizontal alignment | +| [PathJumpTypes](./pathjumptypes/) | Types of transitions between points of the [`CmxPathSpec`](../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/) | +| [TileOffsetTypes](./tileoffsettypes/) | Offset types between tiles for texture brushes. | +| [Units](./units/) | Basic units for CMX document. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/capstypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/capstypes/_index.md index 269a60e6c555..211fda45f9b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/capstypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/capstypes/_index.md @@ -1,7 +1,7 @@ --- -title: CapsTypes +title: Enum CapsTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.CapsTypes enum. Types of caps for the line type: docs weight: 2010 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/capstypes/ @@ -24,7 +24,7 @@ public enum CapsTypes ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/cmxcommandcodes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/cmxcommandcodes/_index.md index a9ee2bc9b934..377a488f1e75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/cmxcommandcodes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/cmxcommandcodes/_index.md @@ -1,7 +1,7 @@ --- -title: CmxCommandCodes +title: Enum CmxCommandCodes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.CmxCommandCodes enum. Page command codes type: docs weight: 2020 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/cmxcommandcodes/ @@ -61,7 +61,7 @@ public enum CmxCommandCodes : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/colormodels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/colormodels/_index.md index c1b8153f002b..69a75acf830f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/colormodels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/colormodels/_index.md @@ -1,7 +1,7 @@ --- -title: ColorModels +title: Enum ColorModels second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.ColorModels enum. Color models type: docs weight: 2030 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/colormodels/ @@ -35,7 +35,7 @@ public enum ColorModels ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/filltypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/filltypes/_index.md index a6d698dfcb73..634def7b468b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/filltypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/filltypes/_index.md @@ -1,7 +1,7 @@ --- -title: FillTypes +title: Enum FillTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.FillTypes enum. Fill types for the brush type: docs weight: 2040 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/filltypes/ @@ -30,7 +30,7 @@ public enum FillTypes ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/gradienttypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/gradienttypes/_index.md index 3d7ba9404694..2c7bb45341ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/gradienttypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/gradienttypes/_index.md @@ -1,7 +1,7 @@ --- -title: GradientTypes +title: Enum GradientTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.GradientTypes enum. Gradient fill types type: docs weight: 2050 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/gradienttypes/ @@ -25,7 +25,7 @@ public enum GradientTypes ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/jointypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/jointypes/_index.md index 7a31d04b8a00..19218d13e15a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/jointypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/jointypes/_index.md @@ -1,7 +1,7 @@ --- -title: JoinTypes +title: Enum JoinTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.JoinTypes enum. Connection types between lines type: docs weight: 2060 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/jointypes/ @@ -24,7 +24,7 @@ public enum JoinTypes ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/linetypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/linetypes/_index.md index ceef79da8a34..5420f456a1fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/linetypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/linetypes/_index.md @@ -1,7 +1,7 @@ --- -title: LineTypes +title: Enum LineTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.LineTypes enum. Flags to describe the type of line type: docs weight: 2070 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/linetypes/ @@ -27,7 +27,7 @@ public enum LineTypes : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/paragraphhorizontalalignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/paragraphhorizontalalignment/_index.md index ba607bb1dab0..9e9aa48dea51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/paragraphhorizontalalignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/paragraphhorizontalalignment/_index.md @@ -1,7 +1,7 @@ --- -title: ParagraphHorizontalAlignment +title: Enum ParagraphHorizontalAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.ParagraphHorizontalAlignment enum. Horizontal alignment type: docs weight: 2080 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/paragraphhorizontalalignment/ @@ -27,7 +27,7 @@ public enum ParagraphHorizontalAlignment ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/pathjumptypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/pathjumptypes/_index.md index c1d895f80f24..63c925783020 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/pathjumptypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/pathjumptypes/_index.md @@ -1,14 +1,14 @@ --- -title: PathJumpTypes +title: Enum PathJumpTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.PathJumpTypes enum. Types of transitions between points of the CmxPathSpec type: docs weight: 2090 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/pathjumptypes/ --- ## PathJumpTypes enumeration -Types of transitions between points of the [`CmxPathSpec`](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec) +Types of transitions between points of the [`CmxPathSpec`](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/) ```csharp public enum PathJumpTypes @@ -25,7 +25,7 @@ public enum PathJumpTypes ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/tileoffsettypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/tileoffsettypes/_index.md index 2b9a5fb75097..b240aa1f4b51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/tileoffsettypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/tileoffsettypes/_index.md @@ -1,7 +1,7 @@ --- -title: TileOffsetTypes +title: Enum TileOffsetTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.TileOffsetTypes enum. Offset types between tiles for texture brushes type: docs weight: 2100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/tileoffsettypes/ @@ -23,7 +23,7 @@ public enum TileOffsetTypes ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/units/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/units/_index.md index 5df5a4f96fa7..35098cee6aa3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/units/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.enums/units/_index.md @@ -1,7 +1,7 @@ --- -title: Units +title: Enum Units second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums.Units enum. Basic units for CMX document type: docs weight: 2110 url: /net/aspose.imaging.fileformats.cmx.objectmodel.enums/units/ @@ -23,7 +23,7 @@ public enum Units ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums](../../aspose.imaging.fileformats.cmx.objectmodel.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/_index.md index 3e6c8c6ae1a6..dd4fc8240c86 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tiff file format processing. +description: The namespace handles Tiff file format processing type: docs weight: 260 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/ @@ -12,18 +12,18 @@ The namespace handles Tiff file format processing. | Class | Description | | --- | --- | -| [CmxArrowSpec](./cmxarrowspec) | Represents geometric info specified for outline arrow (marker). | -| [CmxEllipseSpec](./cmxellipsespec) | Represents geometric info specified for an ellipse. | -| [CmxImageSpec](./cmximagespec) | Represents info specified for raster images. | -| [CmxPathPointSpec](./cmxpathpointspec) | Represents geometric info specified for a path point. | -| [CmxPathSpec](./cmxpathspec) | Represents geometric info specified for a path. | -| [CmxRasterImage](./cmxrasterimage) | Represents the data specified for raster images. | -| [CmxRectangleSpec](./cmxrectanglespec) | Represents geometric info specified for a rectangle. | -| [CmxTextBlockSpec](./cmxtextblockspec) | Represents info specified for text blocks. | +| [CmxArrowSpec](./cmxarrowspec/) | Represents geometric info specified for outline arrow (marker). | +| [CmxEllipseSpec](./cmxellipsespec/) | Represents geometric info specified for an ellipse. | +| [CmxImageSpec](./cmximagespec/) | Represents info specified for raster images. | +| [CmxPathPointSpec](./cmxpathpointspec/) | Represents geometric info specified for a path point. | +| [CmxPathSpec](./cmxpathspec/) | Represents geometric info specified for a path. | +| [CmxRasterImage](./cmxrasterimage/) | Represents the data specified for raster images. | +| [CmxRectangleSpec](./cmxrectanglespec/) | Represents geometric info specified for a rectangle. | +| [CmxTextBlockSpec](./cmxtextblockspec/) | Represents info specified for text blocks. | ## Interfaces | Interface | Description | | --- | --- | -| [ICmxObjectSpec](./icmxobjectspec) | Specification of graphics object | +| [ICmxObjectSpec](./icmxobjectspec/) | Specification of graphics object | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/_index.md index f76c0e3b3fb1..7e13390e5429 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxArrowSpec +title: Class CmxArrowSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxArrowSpec class. Represents geometric info specified for outline arrow marker type: docs weight: 2140 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/ @@ -18,27 +18,27 @@ public class CmxArrowSpec : CmxPathSpec | Name | Description | | --- | --- | -| [CmxArrowSpec](cmxarrowspec)() | The default constructor. | +| [CmxArrowSpec](cmxarrowspec/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ArrowOffset](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/arrowoffset) { get; set; } | Gets or sets the arrow offset. | -| [Points](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points) { get; set; } | Gets or sets the points. | -| [Type](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type) { get; set; } | Gets or sets the type. | +| [ArrowOffset](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/arrowoffset/) { get; set; } | Gets or sets the arrow offset. | +| [Points](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points/) { get; set; } | Gets or sets the points. | +| [Type](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type/) { get; set; } | Gets or sets the type. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/gethashcode/)() | Get hash code of the current object. | ### See Also -* class [CmxPathSpec](../cmxpathspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* class [CmxPathSpec](../cmxpathspec/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/arrowoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/arrowoffset/_index.md index 3f85fabfc975..505336477e9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/arrowoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/arrowoffset/_index.md @@ -1,7 +1,7 @@ --- -title: ArrowOffset +title: CmxArrowSpec.ArrowOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxArrowSpec property. Gets or sets the arrow offset type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/arrowoffset/ @@ -20,8 +20,8 @@ The arrow offset. ### See Also -* class [CmxArrowSpec](../../cmxarrowspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxarrowspec) +* class [CmxArrowSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxarrowspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/cmxarrowspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/cmxarrowspec/_index.md index d52af5b78b21..bbe35308ed1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/cmxarrowspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/cmxarrowspec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxArrowSpec +title: CmxArrowSpec.CmxArrowSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxArrowSpec constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/cmxarrowspec/ @@ -16,8 +16,8 @@ public CmxArrowSpec() ### See Also -* class [CmxArrowSpec](../../cmxarrowspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxarrowspec) +* class [CmxArrowSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxarrowspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/equals/_index.md index 6f0196107c31..82ad60c163b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxArrowSpec.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxArrowSpec method. Check if objects are equal type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxArrowSpec](../../cmxarrowspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxarrowspec) +* class [CmxArrowSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxarrowspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/gethashcode/_index.md index a327229723d6..c66a7db3aebc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxArrowSpec.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxArrowSpec method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxArrowSpec](../../cmxarrowspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxarrowspec) +* class [CmxArrowSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxarrowspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/_index.md index 8005f7e62e4f..e30a471c4bb8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxEllipseSpec +title: Class CmxEllipseSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxEllipseSpec class. Represents geometric info specified for an ellipse type: docs weight: 2150 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/ @@ -18,34 +18,34 @@ public class CmxEllipseSpec : ICmxObjectSpec | Name | Description | | --- | --- | -| [CmxEllipseSpec](cmxellipsespec)() | The default constructor. | +| [CmxEllipseSpec](cmxellipsespec/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Angle1](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle1) { get; set; } | Gets or sets the first angle used for defining of pie sector. Does no affect if [`Pie`](./pie) is `false`. Measures in radians. | -| [Angle2](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle2) { get; set; } | Gets or sets the second angle used for defining of pie sector. Does no affect if [`Pie`](./pie) is `false`. Measures in radians. | -| [BoundingBox](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/boundingbox) { get; set; } | Gets or sets the bounding box. | -| [CenterX](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centerx) { get; set; } | Gets or sets the X coordinate for the center of the rectangle. Measures in common document distance units. | -| [CenterY](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centery) { get; set; } | Gets or sets the Y coordinate for the center of the rectangle. Measures in common document distance units. | -| [DiameterX](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diameterx) { get; set; } | Gets or sets the diameter for X dimension of the rectangle. Measures in common document distance units. | -| [DiameterY](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diametery) { get; set; } | Gets or sets the diameter for Y dimension of the rectangle. Measures in common document distance units. | -| [Pie](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/pie) { get; set; } | Gets or sets a value indicating whether this [`CmxEllipseSpec`](../cmxellipsespec) is a pie. | -| [Rotation](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/rotation) { get; set; } | Gets or sets the angle of rotation of the ellipse. Measures in radians. | +| [Angle1](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle1/) { get; set; } | Gets or sets the first angle used for defining of pie sector. Does no affect if [`Pie`](./pie/) is `false`. Measures in radians. | +| [Angle2](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle2/) { get; set; } | Gets or sets the second angle used for defining of pie sector. Does no affect if [`Pie`](./pie/) is `false`. Measures in radians. | +| [BoundingBox](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/boundingbox/) { get; set; } | Gets or sets the bounding box. | +| [CenterX](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centerx/) { get; set; } | Gets or sets the X coordinate for the center of the rectangle. Measures in common document distance units. | +| [CenterY](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centery/) { get; set; } | Gets or sets the Y coordinate for the center of the rectangle. Measures in common document distance units. | +| [DiameterX](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diameterx/) { get; set; } | Gets or sets the diameter for X dimension of the rectangle. Measures in common document distance units. | +| [DiameterY](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diametery/) { get; set; } | Gets or sets the diameter for Y dimension of the rectangle. Measures in common document distance units. | +| [Pie](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/pie/) { get; set; } | Gets or sets a value indicating whether this `CmxEllipseSpec` is a pie. | +| [Rotation](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/rotation/) { get; set; } | Gets or sets the angle of rotation of the ellipse. Measures in radians. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/tostring/)() | Returns a String that represents this instance. | ### See Also -* interface [ICmxObjectSpec](../icmxobjectspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* interface [ICmxObjectSpec](../icmxobjectspec/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle1/_index.md index e9f7ed06387d..a103370d9437 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle1/_index.md @@ -1,14 +1,14 @@ --- -title: Angle1 +title: CmxEllipseSpec.Angle1 second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets the first angle used for defining of pie sector. Does no affect if Pie is false. Measures in radians type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle1/ --- ## CmxEllipseSpec.Angle1 property -Gets or sets the first angle used for defining of pie sector. Does no affect if [`Pie`](../pie) is `false`. Measures in radians. +Gets or sets the first angle used for defining of pie sector. Does no affect if [`Pie`](../pie/) is `false`. Measures in radians. ```csharp public float Angle1 { get; set; } @@ -16,8 +16,8 @@ public float Angle1 { get; set; } ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle2/_index.md index 1a3e18cde3c6..eab24bb6baef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle2/_index.md @@ -1,14 +1,14 @@ --- -title: Angle2 +title: CmxEllipseSpec.Angle2 second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets the second angle used for defining of pie sector. Does no affect if Pie is false. Measures in radians type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/angle2/ --- ## CmxEllipseSpec.Angle2 property -Gets or sets the second angle used for defining of pie sector. Does no affect if [`Pie`](../pie) is `false`. Measures in radians. +Gets or sets the second angle used for defining of pie sector. Does no affect if [`Pie`](../pie/) is `false`. Measures in radians. ```csharp public float Angle2 { get; set; } @@ -16,8 +16,8 @@ public float Angle2 { get; set; } ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/boundingbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/boundingbox/_index.md index 3d14d26cf5b2..027c8299b8fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/boundingbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/boundingbox/_index.md @@ -1,7 +1,7 @@ --- -title: BoundingBox +title: CmxEllipseSpec.BoundingBox second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets the bounding box type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/boundingbox/ @@ -20,9 +20,9 @@ The bounding box. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centerx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centerx/_index.md index 475232ddce99..b6a40db29fe8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centerx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centerx/_index.md @@ -1,7 +1,7 @@ --- -title: CenterX +title: CmxEllipseSpec.CenterX second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets the X coordinate for the center of the rectangle. Measures in common document distance units type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centerx/ @@ -16,8 +16,8 @@ public float CenterX { get; set; } ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centery/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centery/_index.md index 95afcafc3837..3d60ddbe0be4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centery/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centery/_index.md @@ -1,7 +1,7 @@ --- -title: CenterY +title: CmxEllipseSpec.CenterY second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets the Y coordinate for the center of the rectangle. Measures in common document distance units type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/centery/ @@ -16,8 +16,8 @@ public float CenterY { get; set; } ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/cmxellipsespec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/cmxellipsespec/_index.md index f1ae0cb00204..49453da15933 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/cmxellipsespec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/cmxellipsespec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxEllipseSpec +title: CmxEllipseSpec.CmxEllipseSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/cmxellipsespec/ @@ -16,8 +16,8 @@ public CmxEllipseSpec() ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diameterx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diameterx/_index.md index 0a18bfc21b25..148ac0e472a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diameterx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diameterx/_index.md @@ -1,7 +1,7 @@ --- -title: DiameterX +title: CmxEllipseSpec.DiameterX second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets the diameter for X dimension of the rectangle. Measures in common document distance units type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diameterx/ @@ -16,8 +16,8 @@ public float DiameterX { get; set; } ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diametery/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diametery/_index.md index 7bf254368353..87ad17583ceb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diametery/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diametery/_index.md @@ -1,7 +1,7 @@ --- -title: DiameterY +title: CmxEllipseSpec.DiameterY second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets the diameter for Y dimension of the rectangle. Measures in common document distance units type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/diametery/ @@ -16,8 +16,8 @@ public float DiameterY { get; set; } ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/equals/_index.md index 7177597ffe2c..2cc5d38e3565 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxEllipseSpec.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec method. Check if objects are equal type: docs weight: 110 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/gethashcode/_index.md index 93157ae65fe7..05189f93503c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxEllipseSpec.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec method. Get hash code of the current object type: docs weight: 120 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/pie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/pie/_index.md index a8bcb12410e8..1dc0961f6a49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/pie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/pie/_index.md @@ -1,14 +1,14 @@ --- -title: Pie +title: CmxEllipseSpec.Pie second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets a value indicating whether this CmxEllipseSpec is a pie type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/pie/ --- ## CmxEllipseSpec.Pie property -Gets or sets a value indicating whether this [`CmxEllipseSpec`](../../cmxellipsespec) is a pie. +Gets or sets a value indicating whether this [`CmxEllipseSpec`](../) is a pie. ```csharp public bool Pie { get; set; } @@ -20,8 +20,8 @@ public bool Pie { get; set; } ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/rotation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/rotation/_index.md index cc482dbf2658..eb31317e370c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/rotation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/rotation/_index.md @@ -1,7 +1,7 @@ --- -title: Rotation +title: CmxEllipseSpec.Rotation second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec property. Gets or sets the angle of rotation of the ellipse. Measures in radians type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/rotation/ @@ -16,8 +16,8 @@ public float Rotation { get; set; } ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/tostring/_index.md index 142a7a3a02f8..937b278b81f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxEllipseSpec.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxEllipseSpec method. Returns a String that represents this instance type: docs weight: 130 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxEllipseSpec](../../cmxellipsespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec) +* class [CmxEllipseSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxellipsespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/_index.md index 66c9c89d532b..1cf4572e22d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxImageSpec +title: Class CmxImageSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxImageSpec class. Represents info specified for raster images type: docs weight: 2160 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/ @@ -18,31 +18,31 @@ public class CmxImageSpec : ICmxObjectSpec | Name | Description | | --- | --- | -| [CmxImageSpec](cmximagespec)() | The default constructor. | +| [CmxImageSpec](cmximagespec/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundBox](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/boundbox) { get; set; } | Gets or sets the bound box. | -| [CropBox](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cropbox) { get; set; } | Gets or sets the crop box. | -| [Images](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/images) { get; set; } | Gets or sets the images. | -| [ImageType](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/imagetype) { get; set; } | Gets or sets the type of the image. | -| [IsCmx3Image](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/iscmx3image) { get; set; } | Gets or sets a value indicating whether this instance is CMX3 image. | -| [Matrix](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/matrix) { get; set; } | Gets or sets the transformation matrix. | +| [BoundBox](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/boundbox/) { get; set; } | Gets or sets the bound box. | +| [CropBox](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cropbox/) { get; set; } | Gets or sets the crop box. | +| [Images](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/images/) { get; set; } | Gets or sets the images. | +| [ImageType](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/imagetype/) { get; set; } | Gets or sets the type of the image. | +| [IsCmx3Image](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/iscmx3image/) { get; set; } | Gets or sets a value indicating whether this instance is CMX3 image. | +| [Matrix](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/matrix/) { get; set; } | Gets or sets the transformation matrix. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/tostring/)() | Returns a String that represents this instance. | ### See Also -* interface [ICmxObjectSpec](../icmxobjectspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* interface [ICmxObjectSpec](../icmxobjectspec/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/boundbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/boundbox/_index.md index 28b8794d3574..257448b4f0a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/boundbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/boundbox/_index.md @@ -1,7 +1,7 @@ --- -title: BoundBox +title: CmxImageSpec.BoundBox second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec property. Gets or sets the bound box type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/boundbox/ @@ -16,9 +16,9 @@ public RectangleF BoundBox { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cmximagespec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cmximagespec/_index.md index 2ab16dfa93ac..f4eb0732f48b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cmximagespec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cmximagespec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxImageSpec +title: CmxImageSpec.CmxImageSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cmximagespec/ @@ -16,8 +16,8 @@ public CmxImageSpec() ### See Also -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cropbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cropbox/_index.md index 09d45259c980..1f77905a75ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cropbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cropbox/_index.md @@ -1,7 +1,7 @@ --- -title: CropBox +title: CmxImageSpec.CropBox second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec property. Gets or sets the crop box type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/cropbox/ @@ -16,9 +16,9 @@ public RectangleF CropBox { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/equals/_index.md index 788e3c5b1187..bf67f8e5b60e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxImageSpec.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec method. Check if objects are equal type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/gethashcode/_index.md index 0c04115d55ff..b21f5ea41cea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxImageSpec.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec method. Get hash code of the current object type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/images/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/images/_index.md index 0f7ecd167ca9..7d369f38ac33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/images/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/images/_index.md @@ -1,7 +1,7 @@ --- -title: Images +title: CmxImageSpec.Images second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec property. Gets or sets the images type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/images/ @@ -16,9 +16,9 @@ public CmxRasterImage[] Images { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* class [CmxRasterImage](../../cmxrasterimage/) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/imagetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/imagetype/_index.md index 4fc1b748897f..11035f5e3ba5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/imagetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/imagetype/_index.md @@ -1,7 +1,7 @@ --- -title: ImageType +title: CmxImageSpec.ImageType second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec property. Gets or sets the type of the image type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/imagetype/ @@ -16,8 +16,8 @@ public ushort ImageType { get; set; } ### See Also -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/iscmx3image/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/iscmx3image/_index.md index 95902e5547fa..5fb81c00ebc4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/iscmx3image/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/iscmx3image/_index.md @@ -1,7 +1,7 @@ --- -title: IsCmx3Image +title: CmxImageSpec.IsCmx3Image second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec property. Gets or sets a value indicating whether this instance is CMX3 image type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/iscmx3image/ @@ -20,8 +20,8 @@ public bool IsCmx3Image { get; set; } ### See Also -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/matrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/matrix/_index.md index f0e490f84e9b..228bb3f2375e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/matrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/matrix/_index.md @@ -1,7 +1,7 @@ --- -title: Matrix +title: CmxImageSpec.Matrix second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec property. Gets or sets the transformation matrix type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/matrix/ @@ -16,9 +16,9 @@ public Matrix Matrix { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/tostring/_index.md index d4d5b2dbd3a1..b22ff568099f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxImageSpec.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageSpec method. Returns a String that represents this instance type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxImageSpec](../../cmximagespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec) +* class [CmxImageSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmximagespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/_index.md index c8c52814c69e..35abd32d0c6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPathPointSpec +title: Class CmxPathPointSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxPathPointSpec class. Represents geometric info specified for a path point type: docs weight: 2170 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/ @@ -18,29 +18,29 @@ public class CmxPathPointSpec | Name | Description | | --- | --- | -| [CmxPathPointSpec](cmxpathpointspec)() | The default constructor. | +| [CmxPathPointSpec](cmxpathpointspec/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BezierOrder](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/bezierorder) { get; set; } | Gets or sets the bezier order. | -| [IsClosedPath](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/isclosedpath) { get; set; } | Gets or sets a value indicating whether this point closes its path. | -| [JumpType](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/jumptype) { get; set; } | Gets or sets the type of the jump. | -| [X](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/x) { get; set; } | Gets or sets the X coordinate of the point. Measures in common document distance units. | -| [Y](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/y) { get; set; } | Gets or sets the Y coordinate of the point. Measures in common document distance units. | +| [BezierOrder](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/bezierorder/) { get; set; } | Gets or sets the bezier order. | +| [IsClosedPath](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/isclosedpath/) { get; set; } | Gets or sets a value indicating whether this point closes its path. | +| [JumpType](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/jumptype/) { get; set; } | Gets or sets the type of the jump. | +| [X](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/x/) { get; set; } | Gets or sets the X coordinate of the point. Measures in common document distance units. | +| [Y](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/y/) { get; set; } | Gets or sets the Y coordinate of the point. Measures in common document distance units. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/bezierorder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/bezierorder/_index.md index 213320107a83..5a5da7591496 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/bezierorder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/bezierorder/_index.md @@ -1,7 +1,7 @@ --- -title: BezierOrder +title: CmxPathPointSpec.BezierOrder second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec property. Gets or sets the bezier order type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/bezierorder/ @@ -20,8 +20,8 @@ The bezier order. ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/cmxpathpointspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/cmxpathpointspec/_index.md index 533dcbb5df0b..61527ebf5edb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/cmxpathpointspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/cmxpathpointspec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPathPointSpec +title: CmxPathPointSpec.CmxPathPointSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/cmxpathpointspec/ @@ -16,8 +16,8 @@ public CmxPathPointSpec() ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/equals/_index.md index 2d1044bcac4f..2b4df571554b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxPathPointSpec.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec method. Check if objects are equal type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/gethashcode/_index.md index 3c682bdd8ac7..ba7dc005070e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxPathPointSpec.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec method. Get hash code of the current object type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/isclosedpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/isclosedpath/_index.md index 2b51a920d7bb..2aab6421613c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/isclosedpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/isclosedpath/_index.md @@ -1,7 +1,7 @@ --- -title: IsClosedPath +title: CmxPathPointSpec.IsClosedPath second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec property. Gets or sets a value indicating whether this point closes its path type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/isclosedpath/ @@ -20,8 +20,8 @@ public bool IsClosedPath { get; set; } ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/jumptype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/jumptype/_index.md index 4a3c92821723..f682b437fc5d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/jumptype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/jumptype/_index.md @@ -1,7 +1,7 @@ --- -title: JumpType +title: CmxPathPointSpec.JumpType second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec property. Gets or sets the type of the jump type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/jumptype/ @@ -20,9 +20,9 @@ The type of the jump. ### See Also -* enum [PathJumpTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/pathjumptypes) -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* enum [PathJumpTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/pathjumptypes/) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/tostring/_index.md index 8823d5e54b18..4f77b03f92fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxPathPointSpec.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec method. Returns a String that represents this instance type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/x/_index.md index e2c4ecd96b84..3fed31033c4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/x/_index.md @@ -1,7 +1,7 @@ --- -title: X +title: CmxPathPointSpec.X second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec property. Gets or sets the X coordinate of the point. Measures in common document distance units type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/x/ @@ -16,8 +16,8 @@ public float X { get; set; } ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/y/_index.md index 2bd107eb6fa4..c614e906fd18 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/y/_index.md @@ -1,7 +1,7 @@ --- -title: Y +title: CmxPathPointSpec.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathPointSpec property. Gets or sets the Y coordinate of the point. Measures in common document distance units type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathpointspec/y/ @@ -16,8 +16,8 @@ public float Y { get; set; } ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec) +* class [CmxPathPointSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathpointspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/_index.md index bf7bd1308506..4bb7616e0d0f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPathSpec +title: Class CmxPathSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxPathSpec class. Represents geometric info specified for a path type: docs weight: 2180 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/ @@ -18,26 +18,26 @@ public class CmxPathSpec : ICmxObjectSpec | Name | Description | | --- | --- | -| [CmxPathSpec](cmxpathspec)() | The default constructor. | +| [CmxPathSpec](cmxpathspec/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Points](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points) { get; set; } | Gets or sets the points. | -| [Type](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type) { get; set; } | Gets or sets the type. | +| [Points](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points/) { get; set; } | Gets or sets the points. | +| [Type](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type/) { get; set; } | Gets or sets the type. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/gethashcode)() | Get the hash code of the current object. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/gethashcode/)() | Get the hash code of the current object. | ### See Also -* interface [ICmxObjectSpec](../icmxobjectspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* interface [ICmxObjectSpec](../icmxobjectspec/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/cmxpathspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/cmxpathspec/_index.md index c7fa187bdf2b..ee62c3d0094d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/cmxpathspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/cmxpathspec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPathSpec +title: CmxPathSpec.CmxPathSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathSpec constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/cmxpathspec/ @@ -16,8 +16,8 @@ public CmxPathSpec() ### See Also -* class [CmxPathSpec](../../cmxpathspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec) +* class [CmxPathSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/equals/_index.md index c006b8b67406..65f0221f2749 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxPathSpec.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathSpec method. Check if objects are equal type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxPathSpec](../../cmxpathspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec) +* class [CmxPathSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/gethashcode/_index.md index 092ec36c63e3..b019543da14d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxPathSpec.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathSpec method. Get the hash code of the current object type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxPathSpec](../../cmxpathspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec) +* class [CmxPathSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points/_index.md index b49d055f1eb7..faae7c6d5963 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: CmxPathSpec.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathSpec property. Gets or sets the points type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* class [CmxPathPointSpec](../../cmxpathpointspec) -* class [CmxPathSpec](../../cmxpathspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec) +* class [CmxPathPointSpec](../../cmxpathpointspec/) +* class [CmxPathSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type/_index.md index 654e7dd59eaa..2f763a35bb91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: CmxPathSpec.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPathSpec property. Gets or sets the type type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxpathspec/type/ @@ -20,8 +20,8 @@ The type. ### See Also -* class [CmxPathSpec](../../cmxpathspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec) +* class [CmxPathSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxpathspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/_index.md index 9c9eb516a7a3..722c69d03214 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxRasterImage +title: Class CmxRasterImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxRasterImage class. Represents the data specified for raster images type: docs weight: 2190 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/ @@ -18,37 +18,37 @@ public class CmxRasterImage : ICmxObjectSpec | Name | Description | | --- | --- | -| [CmxRasterImage](cmxrasterimage)() | The default constructor. | +| [CmxRasterImage](cmxrasterimage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BitsPerPixel](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bitsperpixel) { get; set; } | Gets or sets the bits per pixel. | -| [BytesPerLine](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bytesperline) { get; set; } | Gets or sets the size of the line. Measures in bytes. | -| [ColorModel](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colormodel) { get; set; } | Gets or sets the color model. | -| [ColorPalette](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colorpalette) { get; set; } | Gets or sets the color palette array. Elements is ARGB color values represents in Int32 | -| [CompressedSize](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compressedsize) { get; set; } | Gets or sets the compressed size of the image. Measures in bytes. | -| [Compression](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compression) { get; set; } | Gets or sets the compression. | -| [Height](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/height) { get; set; } | Gets or sets the height of the image. Measures in pixels. | -| [IsMask](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/ismask) { get; set; } | Gets or sets a value indicating whether this instance is mask. | -| [RawData](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/rawdata) { get; set; } | Gets or sets the raw byte data of the image. | -| [Size](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/size) { get; set; } | Gets or sets the size of the image. Measures in bytes. | -| [Type](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/type) { get; set; } | Gets or sets the type of the image. | -| [Width](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/width) { get; set; } | Gets or sets the width of the image. Measures in pixels. | +| [BitsPerPixel](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bitsperpixel/) { get; set; } | Gets or sets the bits per pixel. | +| [BytesPerLine](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bytesperline/) { get; set; } | Gets or sets the size of the line. Measures in bytes. | +| [ColorModel](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colormodel/) { get; set; } | Gets or sets the color model. | +| [ColorPalette](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colorpalette/) { get; set; } | Gets or sets the color palette array. Elements is ARGB color values represents in Int32 | +| [CompressedSize](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compressedsize/) { get; set; } | Gets or sets the compressed size of the image. Measures in bytes. | +| [Compression](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compression/) { get; set; } | Gets or sets the compression. | +| [Height](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/height/) { get; set; } | Gets or sets the height of the image. Measures in pixels. | +| [IsMask](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/ismask/) { get; set; } | Gets or sets a value indicating whether this instance is mask. | +| [RawData](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/rawdata/) { get; set; } | Gets or sets the raw byte data of the image. | +| [Size](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/size/) { get; set; } | Gets or sets the size of the image. Measures in bytes. | +| [Type](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/type/) { get; set; } | Gets or sets the type of the image. | +| [Width](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/width/) { get; set; } | Gets or sets the width of the image. Measures in pixels. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/tostring/)() | Returns a String that represents this instance. | ### See Also -* interface [ICmxObjectSpec](../icmxobjectspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* interface [ICmxObjectSpec](../icmxobjectspec/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bitsperpixel/_index.md index dcdad1f325a7..444238fd30ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: CmxRasterImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the bits per pixel type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bitsperpixel/ @@ -16,8 +16,8 @@ public uint BitsPerPixel { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bytesperline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bytesperline/_index.md index 84d5b17781e9..ff3dcbf7a628 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bytesperline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bytesperline/_index.md @@ -1,7 +1,7 @@ --- -title: BytesPerLine +title: CmxRasterImage.BytesPerLine second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the size of the line. Measures in bytes type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/bytesperline/ @@ -16,8 +16,8 @@ public uint BytesPerLine { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/cmxrasterimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/cmxrasterimage/_index.md index 9f9428ffa02d..dcd13dd991f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/cmxrasterimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/cmxrasterimage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxRasterImage +title: CmxRasterImage.CmxRasterImage second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/cmxrasterimage/ @@ -16,8 +16,8 @@ public CmxRasterImage() ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colormodel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colormodel/_index.md index f46ca8b36884..24986c22b5f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colormodel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colormodel/_index.md @@ -1,7 +1,7 @@ --- -title: ColorModel +title: CmxRasterImage.ColorModel second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the color model type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colormodel/ @@ -16,8 +16,8 @@ public uint ColorModel { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colorpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colorpalette/_index.md index 4104e6d42a2d..44b58b01e4a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colorpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colorpalette/_index.md @@ -1,7 +1,7 @@ --- -title: ColorPalette +title: CmxRasterImage.ColorPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the color palette array. Elements is ARGB color values represents in Int32 type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/colorpalette/ @@ -16,8 +16,8 @@ public int[] ColorPalette { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compressedsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compressedsize/_index.md index 1e93c88b8be5..96f0fb8fd445 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compressedsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compressedsize/_index.md @@ -1,7 +1,7 @@ --- -title: CompressedSize +title: CmxRasterImage.CompressedSize second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the compressed size of the image. Measures in bytes type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compressedsize/ @@ -16,8 +16,8 @@ public uint CompressedSize { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compression/_index.md index c21a0d4f7d3b..0c059eff0603 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: CmxRasterImage.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the compression type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/compression/ @@ -16,8 +16,8 @@ public ushort Compression { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/equals/_index.md index 18f800277463..70c592924e20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxRasterImage.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage method. Check if objects are equal type: docs weight: 140 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/gethashcode/_index.md index eaca348a3c68..bb6e5ec6a825 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxRasterImage.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage method. Get hash code of the current object type: docs weight: 150 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/height/_index.md index 8f901595a67c..f3e563b93e2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CmxRasterImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the height of the image. Measures in pixels type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/height/ @@ -16,8 +16,8 @@ public uint Height { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/ismask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/ismask/_index.md index 84cfc2ceff6f..7f2ec948ec99 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/ismask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/ismask/_index.md @@ -1,7 +1,7 @@ --- -title: IsMask +title: CmxRasterImage.IsMask second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets a value indicating whether this instance is mask type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/ismask/ @@ -16,8 +16,8 @@ public bool IsMask { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/rawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/rawdata/_index.md index b7b98d22afd4..495ca284f362 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/rawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/rawdata/_index.md @@ -1,7 +1,7 @@ --- -title: RawData +title: CmxRasterImage.RawData second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the raw byte data of the image type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/rawdata/ @@ -16,8 +16,8 @@ public byte[] RawData { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/size/_index.md index 0f78152c6476..8d766a4abd60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: CmxRasterImage.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the size of the image. Measures in bytes type: docs weight: 110 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/size/ @@ -16,8 +16,8 @@ public uint Size { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/tostring/_index.md index e390e4af280c..530edbca07cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxRasterImage.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage method. Returns a String that represents this instance type: docs weight: 160 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/type/_index.md index cf9cc01fa45f..a504c2866571 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: CmxRasterImage.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the type of the image type: docs weight: 120 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/type/ @@ -16,8 +16,8 @@ public ushort Type { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/width/_index.md index 609fb61ef55b..8320fdfeb801 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CmxRasterImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterImage property. Gets or sets the width of the image. Measures in pixels type: docs weight: 130 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/width/ @@ -16,8 +16,8 @@ public uint Width { get; set; } ### See Also -* class [CmxRasterImage](../../cmxrasterimage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage) +* class [CmxRasterImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/_index.md index 7c814119c32b..d912586994e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxRectangleSpec +title: Class CmxRectangleSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxRectangleSpec class. Represents geometric info specified for a rectangle type: docs weight: 2200 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/ @@ -18,31 +18,31 @@ public class CmxRectangleSpec : ICmxObjectSpec | Name | Description | | --- | --- | -| [CmxRectangleSpec](cmxrectanglespec)() | The default constructor. | +| [CmxRectangleSpec](cmxrectanglespec/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/angle) { get; set; } | Gets or sets the angle of rotation of the rectangle. Measures in radians. | -| [CenterX](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centerx) { get; set; } | Gets or sets the X coordinate for the center of the rectangle. Measures in common document distance units. | -| [CenterY](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centery) { get; set; } | Gets or sets the Y coordinate for the center of the rectangle. Measures in common document distance units. | -| [Height](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/height) { get; set; } | Gets or sets the height of the rectangle. Measures in common document distance units. | -| [Radius](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/radius) { get; set; } | Gets or sets the radius of rounded rectangle corners. If its value is `0` then the rectangle has not rounded corners. Measures in common document distance units. | -| [Width](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/width) { get; set; } | Gets or sets the width of the rectangle. Measures in common document distance units. | +| [Angle](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/angle/) { get; set; } | Gets or sets the angle of rotation of the rectangle. Measures in radians. | +| [CenterX](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centerx/) { get; set; } | Gets or sets the X coordinate for the center of the rectangle. Measures in common document distance units. | +| [CenterY](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centery/) { get; set; } | Gets or sets the Y coordinate for the center of the rectangle. Measures in common document distance units. | +| [Height](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/height/) { get; set; } | Gets or sets the height of the rectangle. Measures in common document distance units. | +| [Radius](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/radius/) { get; set; } | Gets or sets the radius of rounded rectangle corners. If its value is `0` then the rectangle has not rounded corners. Measures in common document distance units. | +| [Width](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/width/) { get; set; } | Gets or sets the width of the rectangle. Measures in common document distance units. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/tostring/)() | Returns a String that represents this instance. | ### See Also -* interface [ICmxObjectSpec](../icmxobjectspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* interface [ICmxObjectSpec](../icmxobjectspec/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/angle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/angle/_index.md index 820f73636b8c..670694d3cff8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/angle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/angle/_index.md @@ -1,7 +1,7 @@ --- -title: Angle +title: CmxRectangleSpec.Angle second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec property. Gets or sets the angle of rotation of the rectangle. Measures in radians type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/angle/ @@ -16,8 +16,8 @@ public float Angle { get; set; } ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centerx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centerx/_index.md index fa1800238941..adc220e8b1ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centerx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centerx/_index.md @@ -1,7 +1,7 @@ --- -title: CenterX +title: CmxRectangleSpec.CenterX second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec property. Gets or sets the X coordinate for the center of the rectangle. Measures in common document distance units type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centerx/ @@ -16,8 +16,8 @@ public float CenterX { get; set; } ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centery/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centery/_index.md index ebbd32aa8f61..33f62b007be6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centery/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centery/_index.md @@ -1,7 +1,7 @@ --- -title: CenterY +title: CmxRectangleSpec.CenterY second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec property. Gets or sets the Y coordinate for the center of the rectangle. Measures in common document distance units type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/centery/ @@ -16,8 +16,8 @@ public float CenterY { get; set; } ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/cmxrectanglespec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/cmxrectanglespec/_index.md index 034ad099eace..86adfd03607e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/cmxrectanglespec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/cmxrectanglespec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxRectangleSpec +title: CmxRectangleSpec.CmxRectangleSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/cmxrectanglespec/ @@ -16,8 +16,8 @@ public CmxRectangleSpec() ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/equals/_index.md index 44dfdf0d1e7a..685e57bfe561 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxRectangleSpec.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec method. Check if objects are equal type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/gethashcode/_index.md index 5e7511cd898d..0a55f3b94bf4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxRectangleSpec.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec method. Get hash code of the current object type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/height/_index.md index 629ac7095932..fb5aa317fd35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CmxRectangleSpec.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec property. Gets or sets the height of the rectangle. Measures in common document distance units type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/height/ @@ -16,8 +16,8 @@ public float Height { get; set; } ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/radius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/radius/_index.md index ebecdc2bab15..445db17cb495 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/radius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/radius/_index.md @@ -1,7 +1,7 @@ --- -title: Radius +title: CmxRectangleSpec.Radius second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec property. Gets or sets the radius of rounded rectangle corners. If its value is 0 then the rectangle has not rounded corners. Measures in common document distance units type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/radius/ @@ -16,8 +16,8 @@ public float Radius { get; set; } ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/tostring/_index.md index 7179615f58a2..8116137ab5c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxRectangleSpec.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec method. Returns a String that represents this instance type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/width/_index.md index 923697df666c..7eb01d6ab512 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CmxRectangleSpec.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRectangleSpec property. Gets or sets the width of the rectangle. Measures in common document distance units type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrectanglespec/width/ @@ -16,8 +16,8 @@ public float Width { get; set; } ### See Also -* class [CmxRectangleSpec](../../cmxrectanglespec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec) +* class [CmxRectangleSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxrectanglespec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/_index.md index 59db0c060eed..1ce521bbf088 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxTextBlockSpec +title: Class CmxTextBlockSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxTextBlockSpec class. Represents info specified for text blocks type: docs weight: 2210 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/ @@ -18,29 +18,29 @@ public class CmxTextBlockSpec : ICmxObjectSpec | Name | Description | | --- | --- | -| [CmxTextBlockSpec](cmxtextblockspec)() | The default constructor. | +| [CmxTextBlockSpec](cmxtextblockspec/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CharLocations](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/charlocations) { get; set; } | Gets or sets the character locations. | -| [Font](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/font) { get; set; } | Gets or sets the font. | -| [Matrix](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/matrix) { get; set; } | Gets or sets the transformation matrix. | -| [ParagraphStyle](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/paragraphstyle) { get; set; } | Gets or sets the paragraph style. | -| [Text](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/text) { get; set; } | Gets or sets the text. | +| [CharLocations](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/charlocations/) { get; set; } | Gets or sets the character locations. | +| [Font](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/font/) { get; set; } | Gets or sets the font. | +| [Matrix](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/matrix/) { get; set; } | Gets or sets the transformation matrix. | +| [ParagraphStyle](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/paragraphstyle/) { get; set; } | Gets or sets the paragraph style. | +| [Text](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/text/) { get; set; } | Gets or sets the text. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/gethashcode/)() | Get hash code of the current object. | ### See Also -* interface [ICmxObjectSpec](../icmxobjectspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* interface [ICmxObjectSpec](../icmxobjectspec/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/charlocations/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/charlocations/_index.md index 26bd7916e12c..b1f3f31fe8d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/charlocations/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/charlocations/_index.md @@ -1,7 +1,7 @@ --- -title: CharLocations +title: CmxTextBlockSpec.CharLocations second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxTextBlockSpec property. Gets or sets the character locations type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/charlocations/ @@ -16,9 +16,9 @@ public PointF[] CharLocations { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [CmxTextBlockSpec](../../cmxtextblockspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [CmxTextBlockSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/cmxtextblockspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/cmxtextblockspec/_index.md index b1bc318df816..9f64cdf47f34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/cmxtextblockspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/cmxtextblockspec/_index.md @@ -1,7 +1,7 @@ --- -title: CmxTextBlockSpec +title: CmxTextBlockSpec.CmxTextBlockSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxTextBlockSpec constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/cmxtextblockspec/ @@ -16,8 +16,8 @@ public CmxTextBlockSpec() ### See Also -* class [CmxTextBlockSpec](../../cmxtextblockspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec) +* class [CmxTextBlockSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/equals/_index.md index 82fed86d7a95..eac5ee7f5ee3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxTextBlockSpec.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxTextBlockSpec method. Check if objects are equal type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxTextBlockSpec](../../cmxtextblockspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec) +* class [CmxTextBlockSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/font/_index.md index 373a946beb65..e90a2547642b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/font/_index.md @@ -1,7 +1,7 @@ --- -title: Font +title: CmxTextBlockSpec.Font second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxTextBlockSpec property. Gets or sets the font type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/font/ @@ -16,9 +16,9 @@ public Font Font { get; set; } ### See Also -* class [Font](../../../aspose.imaging/font) -* class [CmxTextBlockSpec](../../cmxtextblockspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec) +* class [Font](../../../aspose.imaging/font/) +* class [CmxTextBlockSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/gethashcode/_index.md index 3649e8027fb6..223b977f55a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxTextBlockSpec.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxTextBlockSpec method. Get hash code of the current object type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxTextBlockSpec](../../cmxtextblockspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec) +* class [CmxTextBlockSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/matrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/matrix/_index.md index 84cb639ff40c..a84774cc88b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/matrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/matrix/_index.md @@ -1,7 +1,7 @@ --- -title: Matrix +title: CmxTextBlockSpec.Matrix second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxTextBlockSpec property. Gets or sets the transformation matrix type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/matrix/ @@ -16,9 +16,9 @@ public Matrix Matrix { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [CmxTextBlockSpec](../../cmxtextblockspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [CmxTextBlockSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/paragraphstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/paragraphstyle/_index.md index 7457b9035a55..50d5705ffa35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/paragraphstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/paragraphstyle/_index.md @@ -1,7 +1,7 @@ --- -title: ParagraphStyle +title: CmxTextBlockSpec.ParagraphStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxTextBlockSpec property. Gets or sets the paragraph style type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/paragraphstyle/ @@ -16,9 +16,9 @@ public CmxParagraphStyle ParagraphStyle { get; set; } ### See Also -* class [CmxParagraphStyle](../../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle) -* class [CmxTextBlockSpec](../../cmxtextblockspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec) +* class [CmxParagraphStyle](../../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/) +* class [CmxTextBlockSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/text/_index.md index cd3c71d377a3..e2ea1a085987 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: CmxTextBlockSpec.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxTextBlockSpec property. Gets or sets the text type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/cmxtextblockspec/text/ @@ -16,8 +16,8 @@ public string Text { get; set; } ### See Also -* class [CmxTextBlockSpec](../../cmxtextblockspec) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec) +* class [CmxTextBlockSpec](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../cmxtextblockspec/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/icmxobjectspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/icmxobjectspec/_index.md index 098793880d21..e3433e698bd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/icmxobjectspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.specs/icmxobjectspec/_index.md @@ -1,7 +1,7 @@ --- -title: ICmxObjectSpec +title: Interface ICmxObjectSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.ICmxObjectSpec interface. Specification of graphics object type: docs weight: 2220 url: /net/aspose.imaging.fileformats.cmx.objectmodel.specs/icmxobjectspec/ @@ -16,7 +16,7 @@ public interface ICmxObjectSpec ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs](../../aspose.imaging.fileformats.cmx.objectmodel.specs/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/_index.md index 1a38cd7c8f17..9a707916221c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tiff file format processing. +description: The namespace handles Tiff file format processing type: docs weight: 270 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/ @@ -12,11 +12,11 @@ The namespace handles Tiff file format processing. | Class | Description | | --- | --- | -| [CmxColor](./cmxcolor) | Represents a color value. | -| [CmxFillStyle](./cmxfillstyle) | Fill style for shapes. | -| [CmxGradient](./cmxgradient) | Represents a gradient info. | -| [CmxImageFill](./cmximagefill) | Image fill info | -| [CmxOutline](./cmxoutline) | Represents an outline style. | -| [CmxParagraphStyle](./cmxparagraphstyle) | The paragraph style. | +| [CmxColor](./cmxcolor/) | Represents a color value. | +| [CmxFillStyle](./cmxfillstyle/) | Fill style for shapes. | +| [CmxGradient](./cmxgradient/) | Represents a gradient info. | +| [CmxImageFill](./cmximagefill/) | Image fill info | +| [CmxOutline](./cmxoutline/) | Represents an outline style. | +| [CmxParagraphStyle](./cmxparagraphstyle/) | The paragraph style. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/_index.md index 9fa39b661959..c8bdf43c5bf4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/_index.md @@ -1,7 +1,7 @@ --- -title: CmxColor +title: Class CmxColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxColor class. Represents a color value type: docs weight: 2230 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/ @@ -18,26 +18,26 @@ public class CmxColor | Name | Description | | --- | --- | -| [CmxColor](cmxcolor)() | The default constructor. | +| [CmxColor](cmxcolor/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorModel](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/colormodel) { get; set; } | Gets or sets the color model. | -| [Value](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/value) { get; set; } | Gets or sets the color value. | +| [ColorModel](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/colormodel/) { get; set; } | Gets or sets the color model. | +| [Value](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/value/) { get; set; } | Gets or sets the color value. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/cmxcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/cmxcolor/_index.md index a9fb5f6b07ec..13465144897a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/cmxcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/cmxcolor/_index.md @@ -1,7 +1,7 @@ --- -title: CmxColor +title: CmxColor.CmxColor second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxColor constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/cmxcolor/ @@ -16,8 +16,8 @@ public CmxColor() ### See Also -* class [CmxColor](../../cmxcolor) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor) +* class [CmxColor](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/colormodel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/colormodel/_index.md index 298d10888a2a..abdd281fb08d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/colormodel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/colormodel/_index.md @@ -1,7 +1,7 @@ --- -title: ColorModel +title: CmxColor.ColorModel second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxColor property. Gets or sets the color model type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/colormodel/ @@ -20,9 +20,9 @@ The color model. ### See Also -* enum [ColorModels](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/colormodels) -* class [CmxColor](../../cmxcolor) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor) +* enum [ColorModels](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/colormodels/) +* class [CmxColor](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/equals/_index.md index 48a901ef2207..70a71a0aea92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxColor.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxColor method. Check if objects are equal type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxColor](../../cmxcolor) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor) +* class [CmxColor](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/gethashcode/_index.md index 5b09a2d75a1e..5268aa2fccd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxColor.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxColor method. Get hash code of the current object type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxColor](../../cmxcolor) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor) +* class [CmxColor](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/tostring/_index.md index 694a188d22a4..0018e145fbbc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxColor.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxColor method. Returns a String that represents this instance type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxColor](../../cmxcolor) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor) +* class [CmxColor](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/value/_index.md index eed8e210a9be..1ad34b82a391 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: CmxColor.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxColor property. Gets or sets the color value type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxcolor/value/ @@ -20,8 +20,8 @@ The color value. ### See Also -* class [CmxColor](../../cmxcolor) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor) +* class [CmxColor](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/_index.md index 2e9deab17de3..dff6f16ad74f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/_index.md @@ -1,7 +1,7 @@ --- -title: CmxFillStyle +title: Class CmxFillStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxFillStyle class. Fill style for shapes type: docs weight: 2240 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/ @@ -18,30 +18,30 @@ public class CmxFillStyle | Name | Description | | --- | --- | -| [CmxFillStyle](cmxfillstyle)() | The default constructor. | +| [CmxFillStyle](cmxfillstyle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Color1](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color1) { get; set; } | Gets or sets the primary color. | -| [Color2](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color2) { get; set; } | Gets or sets the secondary color. | -| [FillType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/filltype) { get; set; } | Gets or sets the type of the fill. | -| [Gradient](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gradient) { get; set; } | Gets or sets the gradient info. | -| [ImageFill](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/imagefill) { get; set; } | Gets or sets the image fill info. | -| [Transform](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/transform) { get; set; } | Gets or sets the fill transform. | +| [Color1](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color1/) { get; set; } | Gets or sets the primary color. | +| [Color2](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color2/) { get; set; } | Gets or sets the secondary color. | +| [FillType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/filltype/) { get; set; } | Gets or sets the type of the fill. | +| [Gradient](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gradient/) { get; set; } | Gets or sets the gradient info. | +| [ImageFill](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/imagefill/) { get; set; } | Gets or sets the image fill info. | +| [Transform](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/transform/) { get; set; } | Gets or sets the fill transform. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/cmxfillstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/cmxfillstyle/_index.md index 2faf1ca437af..249137b6bfcc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/cmxfillstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/cmxfillstyle/_index.md @@ -1,7 +1,7 @@ --- -title: CmxFillStyle +title: CmxFillStyle.CmxFillStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/cmxfillstyle/ @@ -16,8 +16,8 @@ public CmxFillStyle() ### See Also -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color1/_index.md index 956798f2c089..06c55570d0a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color1/_index.md @@ -1,7 +1,7 @@ --- -title: Color1 +title: CmxFillStyle.Color1 second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle property. Gets or sets the primary color type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color1/ @@ -20,9 +20,9 @@ The primary color. Used for Uniform and Two-color pattern fill types. ### See Also -* class [CmxColor](../../cmxcolor) -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [CmxColor](../../cmxcolor/) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color2/_index.md index c810c95fea1d..c0bbf8633f92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color2/_index.md @@ -1,7 +1,7 @@ --- -title: Color2 +title: CmxFillStyle.Color2 second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle property. Gets or sets the secondary color type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/color2/ @@ -20,9 +20,9 @@ The secondary color. Used only for Two-color pattern fill type. ### See Also -* class [CmxColor](../../cmxcolor) -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [CmxColor](../../cmxcolor/) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/equals/_index.md index cab323623aeb..413ebe202174 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxFillStyle.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle method. Check if objects are equal type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/filltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/filltype/_index.md index cfe46397f712..a9eff074c323 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/filltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/filltype/_index.md @@ -1,7 +1,7 @@ --- -title: FillType +title: CmxFillStyle.FillType second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle property. Gets or sets the type of the fill type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/filltype/ @@ -20,9 +20,9 @@ The type of the fill. ### See Also -* enum [FillTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/filltypes) -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* enum [FillTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/filltypes/) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gethashcode/_index.md index 5c48f7884095..22fd8b68f7b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxFillStyle.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle method. Get hash code of the current object type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gradient/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gradient/_index.md index e96c293df6c9..4f96f9796e9b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gradient/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gradient/_index.md @@ -1,7 +1,7 @@ --- -title: Gradient +title: CmxFillStyle.Gradient second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle property. Gets or sets the gradient info type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/gradient/ @@ -20,9 +20,9 @@ The gradient info. Used only for Fountain fill type. ### See Also -* class [CmxGradient](../../cmxgradient) -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [CmxGradient](../../cmxgradient/) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/imagefill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/imagefill/_index.md index 005eafe44d68..8f7e7023dd9e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/imagefill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/imagefill/_index.md @@ -1,7 +1,7 @@ --- -title: ImageFill +title: CmxFillStyle.ImageFill second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle property. Gets or sets the image fill info type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/imagefill/ @@ -20,9 +20,9 @@ The image fill info. Used for Imported bitmap and Two-color pattern fill types. ### See Also -* class [CmxImageFill](../../cmximagefill) -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [CmxImageFill](../../cmximagefill/) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/tostring/_index.md index 3345234dcf94..f12f58879324 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxFillStyle.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle method. Returns a String that represents this instance type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/transform/_index.md index a83fb66f9853..d1fcb5c545a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/transform/_index.md @@ -1,7 +1,7 @@ --- -title: Transform +title: CmxFillStyle.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxFillStyle property. Gets or sets the fill transform type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/transform/ @@ -20,9 +20,9 @@ The fill transform. ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [CmxFillStyle](../../cmxfillstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [CmxFillStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxfillstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/_index.md index 267c5d9220f8..570a78e26464 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/_index.md @@ -1,7 +1,7 @@ --- -title: CmxGradient +title: Class CmxGradient second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxGradient class. Represents a gradient info type: docs weight: 2250 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ @@ -18,36 +18,36 @@ public class CmxGradient | Name | Description | | --- | --- | -| [CmxGradient](cmxgradient)() | The default constructor. | +| [CmxGradient](cmxgradient/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/angle) { get; set; } | Gets or sets the angle. | -| [CenterXOffset](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centerxoffset) { get; set; } | Gets or sets the center x offset. | -| [CenterYOffset](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centeryoffset) { get; set; } | Gets or sets the center y offset. | -| [Colors](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/colors) { get; set; } | Gets or sets the colors. | -| [EdgeOffset](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/edgeoffset) { get; set; } | Gets or sets the edge offset. | -| [Mode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/mode) { get; set; } | Gets or sets the mode. | -| [Offsets](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/offsets) { get; set; } | Gets or sets the offsets. | -| [RateMethod](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratemethod) { get; set; } | Gets or sets the rate method. | -| [RateValue](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratevalue) { get; set; } | Gets or sets the rate value. | -| [Screen](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/screen) { get; set; } | Gets or sets the screen. | -| [Steps](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/steps) { get; set; } | Gets or sets the steps. | -| [Type](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/type) { get; set; } | Gets or sets the type. | +| [Angle](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/angle/) { get; set; } | Gets or sets the angle. | +| [CenterXOffset](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centerxoffset/) { get; set; } | Gets or sets the center x offset. | +| [CenterYOffset](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centeryoffset/) { get; set; } | Gets or sets the center y offset. | +| [Colors](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/colors/) { get; set; } | Gets or sets the colors. | +| [EdgeOffset](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/edgeoffset/) { get; set; } | Gets or sets the edge offset. | +| [Mode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/mode/) { get; set; } | Gets or sets the mode. | +| [Offsets](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/offsets/) { get; set; } | Gets or sets the offsets. | +| [RateMethod](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratemethod/) { get; set; } | Gets or sets the rate method. | +| [RateValue](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratevalue/) { get; set; } | Gets or sets the rate value. | +| [Screen](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/screen/) { get; set; } | Gets or sets the screen. | +| [Steps](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/steps/) { get; set; } | Gets or sets the steps. | +| [Type](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/type/) { get; set; } | Gets or sets the type. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/angle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/angle/_index.md index 50189bf68302..6b89e2dc374e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/angle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/angle/_index.md @@ -1,7 +1,7 @@ --- -title: Angle +title: CmxGradient.Angle second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the angle type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/angle/ @@ -20,8 +20,8 @@ The angle between vector of the linear path and the horizontal. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centerxoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centerxoffset/_index.md index 2721b746a661..95bb8cf53ed1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centerxoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centerxoffset/_index.md @@ -1,7 +1,7 @@ --- -title: CenterXOffset +title: CmxGradient.CenterXOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the center x offset type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centerxoffset/ @@ -20,8 +20,8 @@ The center x offset. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centeryoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centeryoffset/_index.md index e2990af81249..5a8e34c10ea4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centeryoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centeryoffset/_index.md @@ -1,7 +1,7 @@ --- -title: CenterYOffset +title: CmxGradient.CenterYOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the center y offset type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/centeryoffset/ @@ -20,8 +20,8 @@ The center y offset. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/cmxgradient/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/cmxgradient/_index.md index 647e1bd262ba..ca729e672646 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/cmxgradient/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/cmxgradient/_index.md @@ -1,7 +1,7 @@ --- -title: CmxGradient +title: CmxGradient.CmxGradient second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/cmxgradient/ @@ -16,8 +16,8 @@ public CmxGradient() ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/colors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/colors/_index.md index 1e0175216eef..310cc5a2a121 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/colors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/colors/_index.md @@ -1,7 +1,7 @@ --- -title: Colors +title: CmxGradient.Colors second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the colors type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/colors/ @@ -20,9 +20,9 @@ The array of gradient colors. The length of array must be greater or equal 2. ### See Also -* class [CmxColor](../../cmxcolor) -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxColor](../../cmxcolor/) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/edgeoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/edgeoffset/_index.md index 132d7c9316f9..9ca7add6408e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/edgeoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/edgeoffset/_index.md @@ -1,7 +1,7 @@ --- -title: EdgeOffset +title: CmxGradient.EdgeOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the edge offset type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/edgeoffset/ @@ -20,8 +20,8 @@ The edge offset. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/equals/_index.md index c6a92c8b731d..fff74bd5e619 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxGradient.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient method. Check if objects are equal type: docs weight: 140 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/gethashcode/_index.md index e464f9f7810e..8febd7fdb9d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxGradient.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient method. Get hash code of the current object type: docs weight: 150 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/mode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/mode/_index.md index c084eba4af17..691a41eda93a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/mode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/mode/_index.md @@ -1,7 +1,7 @@ --- -title: Mode +title: CmxGradient.Mode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the mode type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/mode/ @@ -20,8 +20,8 @@ The mode. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/offsets/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/offsets/_index.md index 61ce1d296747..625326b3ddd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/offsets/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/offsets/_index.md @@ -1,7 +1,7 @@ --- -title: Offsets +title: CmxGradient.Offsets second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the offsets type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/offsets/ @@ -20,8 +20,8 @@ The array of gradient color offsets. The length of array must be greater or equa ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratemethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratemethod/_index.md index 933ce7cdee12..a3a2c116f715 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratemethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratemethod/_index.md @@ -1,7 +1,7 @@ --- -title: RateMethod +title: CmxGradient.RateMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the rate method type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratemethod/ @@ -20,8 +20,8 @@ The rate method. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratevalue/_index.md index 25572cd44797..345b22f90e73 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratevalue/_index.md @@ -1,7 +1,7 @@ --- -title: RateValue +title: CmxGradient.RateValue second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the rate value type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/ratevalue/ @@ -20,8 +20,8 @@ The rate value. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/screen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/screen/_index.md index 51cbf910f979..5f0951dc5096 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/screen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/screen/_index.md @@ -1,7 +1,7 @@ --- -title: Screen +title: CmxGradient.Screen second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the screen type: docs weight: 110 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/screen/ @@ -20,8 +20,8 @@ The screen. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/steps/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/steps/_index.md index b25efe8fc61c..a62fd3b83d51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/steps/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/steps/_index.md @@ -1,7 +1,7 @@ --- -title: Steps +title: CmxGradient.Steps second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the steps type: docs weight: 120 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/steps/ @@ -20,8 +20,8 @@ The steps. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/tostring/_index.md index 72640fa6b504..e3fa05fc94d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxGradient.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient method. Returns a String that represents this instance type: docs weight: 160 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/type/_index.md index 32e22c2eb1ab..daf66a575301 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: CmxGradient.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGradient property. Gets or sets the type type: docs weight: 130 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxgradient/type/ @@ -20,9 +20,9 @@ The type. ### See Also -* enum [GradientTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/gradienttypes) -* class [CmxGradient](../../cmxgradient) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient) +* enum [GradientTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/gradienttypes/) +* class [CmxGradient](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxgradient/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/_index.md index d884db4d292e..b06d21a6ab30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/_index.md @@ -1,7 +1,7 @@ --- -title: CmxImageFill +title: Class CmxImageFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxImageFill class. Image fill info type: docs weight: 2260 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/ @@ -18,34 +18,34 @@ public class CmxImageFill | Name | Description | | --- | --- | -| [CmxImageFill](cmximagefill)() | The default constructor. | +| [CmxImageFill](cmximagefill/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Images](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/images) { get; set; } | Gets or sets the images. | -| [IsRelative](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/isrelative) { get; set; } | Gets or sets a value indicating whether patterns size values is relative. | -| [OffsetType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/offsettype) { get; set; } | Gets or sets the type of the offset between adjacent tiles. | -| [PatternHeight](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternheight) { get; set; } | Gets or sets the height of the pattern. Uses common document distance measure unit in case if [`IsRelative`](./isrelative) is `false`, otherwise has the dimension of the image pixel height fraction. | -| [PatternWidth](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternwidth) { get; set; } | Gets or sets the width of the pattern. Uses common document distance measure unit in case if [`IsRelative`](./isrelative) is `false`, otherwise has the dimension of the image pixel width fraction. | -| [Procedure](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/procedure) { get; set; } | Gets or sets the procedure. | -| [RcpOffset](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rcpoffset) { get; set; } | Gets or sets the relative offset between tile rows or columns (depends on [`OffsetType`](./offsettype)). Dimension is fractions of height of width. | -| [Rotate180](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rotate180) { get; set; } | Gets or sets a value indicating whether this [`CmxImageSpec`](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec) is upside down. | -| [TileOffsetX](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsetx) { get; set; } | Gets or sets the tile offset X. | -| [TileOffsetY](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsety) { get; set; } | Gets or sets the tile offset Y. | +| [Images](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/images/) { get; set; } | Gets or sets the images. | +| [IsRelative](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/isrelative/) { get; set; } | Gets or sets a value indicating whether patterns size values is relative. | +| [OffsetType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/offsettype/) { get; set; } | Gets or sets the type of the offset between adjacent tiles. | +| [PatternHeight](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternheight/) { get; set; } | Gets or sets the height of the pattern. Uses common document distance measure unit in case if [`IsRelative`](./isrelative/) is `false`, otherwise has the dimension of the image pixel height fraction. | +| [PatternWidth](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternwidth/) { get; set; } | Gets or sets the width of the pattern. Uses common document distance measure unit in case if [`IsRelative`](./isrelative/) is `false`, otherwise has the dimension of the image pixel width fraction. | +| [Procedure](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/procedure/) { get; set; } | Gets or sets the procedure. | +| [RcpOffset](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rcpoffset/) { get; set; } | Gets or sets the relative offset between tile rows or columns (depends on [`OffsetType`](./offsettype/)). Dimension is fractions of height of width. | +| [Rotate180](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rotate180/) { get; set; } | Gets or sets a value indicating whether this [`CmxImageSpec`](../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/) is upside down. | +| [TileOffsetX](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsetx/) { get; set; } | Gets or sets the tile offset X. | +| [TileOffsetY](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsety/) { get; set; } | Gets or sets the tile offset Y. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/cmximagefill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/cmximagefill/_index.md index ec30cbf191cf..5f6c9845eb4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/cmximagefill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/cmximagefill/_index.md @@ -1,7 +1,7 @@ --- -title: CmxImageFill +title: CmxImageFill.CmxImageFill second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/cmximagefill/ @@ -16,8 +16,8 @@ public CmxImageFill() ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/equals/_index.md index 9f7bcdc722b3..74e380b9f988 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxImageFill.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill method. Check if objects are equal type: docs weight: 120 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/gethashcode/_index.md index 6ce4bb2cd307..df19eae8b134 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxImageFill.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill method. Get hash code of the current object type: docs weight: 130 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/images/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/images/_index.md index cbc80f5ba3dc..ad9552d8c8ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/images/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/images/_index.md @@ -1,7 +1,7 @@ --- -title: Images +title: CmxImageFill.Images second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets the images type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/images/ @@ -16,9 +16,9 @@ public CmxRasterImage[] Images { get; set; } ### See Also -* class [CmxRasterImage](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage) -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxRasterImage](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxrasterimage/) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/isrelative/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/isrelative/_index.md index a26bd12b4f5a..adee75def1f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/isrelative/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/isrelative/_index.md @@ -1,7 +1,7 @@ --- -title: IsRelative +title: CmxImageFill.IsRelative second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets a value indicating whether patterns size values is relative type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/isrelative/ @@ -16,12 +16,12 @@ public bool IsRelative { get; set; } ### Property Value -`true` if [`PatternWidth`](../patternwidth) and [`PatternHeight`](../patternheight) has the relative dimension; otherwise, `false`. +`true` if [`PatternWidth`](../patternwidth/) and [`PatternHeight`](../patternheight/) has the relative dimension; otherwise, `false`. ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/offsettype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/offsettype/_index.md index e8af043f46bb..011b83b41980 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/offsettype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/offsettype/_index.md @@ -1,7 +1,7 @@ --- -title: OffsetType +title: CmxImageFill.OffsetType second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets the type of the offset between adjacent tiles type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/offsettype/ @@ -16,9 +16,9 @@ public TileOffsetTypes OffsetType { get; set; } ### See Also -* enum [TileOffsetTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/tileoffsettypes) -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* enum [TileOffsetTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/tileoffsettypes/) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternheight/_index.md index c616d9d7ddeb..9747fa7c4a37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternheight/_index.md @@ -1,14 +1,14 @@ --- -title: PatternHeight +title: CmxImageFill.PatternHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets the height of the pattern. Uses common document distance measure unit in case if IsRelative is false otherwise has the dimension of the image pixel height fraction type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternheight/ --- ## CmxImageFill.PatternHeight property -Gets or sets the height of the pattern. Uses common document distance measure unit in case if [`IsRelative`](../isrelative) is `false`, otherwise has the dimension of the image pixel height fraction. +Gets or sets the height of the pattern. Uses common document distance measure unit in case if [`IsRelative`](../isrelative/) is `false`, otherwise has the dimension of the image pixel height fraction. ```csharp public float PatternHeight { get; set; } @@ -16,8 +16,8 @@ public float PatternHeight { get; set; } ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternwidth/_index.md index 7fa911846a4d..615ac3e20b0f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternwidth/_index.md @@ -1,14 +1,14 @@ --- -title: PatternWidth +title: CmxImageFill.PatternWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets the width of the pattern. Uses common document distance measure unit in case if IsRelative is false otherwise has the dimension of the image pixel width fraction type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/patternwidth/ --- ## CmxImageFill.PatternWidth property -Gets or sets the width of the pattern. Uses common document distance measure unit in case if [`IsRelative`](../isrelative) is `false`, otherwise has the dimension of the image pixel width fraction. +Gets or sets the width of the pattern. Uses common document distance measure unit in case if [`IsRelative`](../isrelative/) is `false`, otherwise has the dimension of the image pixel width fraction. ```csharp public float PatternWidth { get; set; } @@ -16,8 +16,8 @@ public float PatternWidth { get; set; } ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/procedure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/procedure/_index.md index 073c4b2da5e3..a02460c80f99 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/procedure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/procedure/_index.md @@ -1,7 +1,7 @@ --- -title: Procedure +title: CmxImageFill.Procedure second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets the procedure type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/procedure/ @@ -16,9 +16,9 @@ public CmxProcedure Procedure { get; set; } ### See Also -* class [CmxProcedure](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure) -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxProcedure](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rcpoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rcpoffset/_index.md index fc5162b613d2..ffbd64184abf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rcpoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rcpoffset/_index.md @@ -1,14 +1,14 @@ --- -title: RcpOffset +title: CmxImageFill.RcpOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets the relative offset between tile rows or columns depends on OffsetType. Dimension is fractions of height of width type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rcpoffset/ --- ## CmxImageFill.RcpOffset property -Gets or sets the relative offset between tile rows or columns (depends on [`OffsetType`](../offsettype)). Dimension is fractions of height of width. +Gets or sets the relative offset between tile rows or columns (depends on [`OffsetType`](../offsettype/)). Dimension is fractions of height of width. ```csharp public float RcpOffset { get; set; } @@ -16,8 +16,8 @@ public float RcpOffset { get; set; } ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rotate180/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rotate180/_index.md index ab4e05fe3e46..ae40edd28df7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rotate180/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rotate180/_index.md @@ -1,14 +1,14 @@ --- -title: Rotate180 +title: CmxImageFill.Rotate180 second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets a value indicating whether this CmxImageSpec is upside down type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/rotate180/ --- ## CmxImageFill.Rotate180 property -Gets or sets a value indicating whether this [`CmxImageSpec`](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec) is upside down. +Gets or sets a value indicating whether this [`CmxImageSpec`](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmximagespec/) is upside down. ```csharp public bool Rotate180 { get; set; } @@ -20,8 +20,8 @@ public bool Rotate180 { get; set; } ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsetx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsetx/_index.md index 0a7ab989f174..447d07cc0ed6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsetx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsetx/_index.md @@ -1,7 +1,7 @@ --- -title: TileOffsetX +title: CmxImageFill.TileOffsetX second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets the tile offset X type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsetx/ @@ -16,8 +16,8 @@ public float TileOffsetX { get; set; } ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsety/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsety/_index.md index 8e4ef4c7b49a..9bd01d615445 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsety/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsety/_index.md @@ -1,7 +1,7 @@ --- -title: TileOffsetY +title: CmxImageFill.TileOffsetY second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill property. Gets or sets the tile offset Y type: docs weight: 110 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tileoffsety/ @@ -16,8 +16,8 @@ public float TileOffsetY { get; set; } ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tostring/_index.md index 5fe7d8e5479e..67642f493221 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxImageFill.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImageFill method. Returns a String that represents this instance type: docs weight: 140 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxImageFill](../../cmximagefill) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill) +* class [CmxImageFill](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmximagefill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/_index.md index 560d93a86345..76712e53d199 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/_index.md @@ -1,7 +1,7 @@ --- -title: CmxOutline +title: Class CmxOutline second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxOutline class. Represents an outline style type: docs weight: 2270 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/ @@ -18,34 +18,34 @@ public class CmxOutline | Name | Description | | --- | --- | -| [CmxOutline](cmxoutline)() | The default constructor. | +| [CmxOutline](cmxoutline/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/angle) { get; set; } | Gets or sets the angle. | -| [CapsType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/capstype) { get; set; } | Gets or sets the type of the line caps. | -| [Color](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/color) { get; set; } | Gets or sets the outline color. | -| [EndArrowhead](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/endarrowhead) { get; set; } | Gets or sets the shape for the end of the line | -| [JoinType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/jointype) { get; set; } | Gets or sets the type of the line join. | -| [LineType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linetype) { get; set; } | Gets or sets the type of the line. | -| [LineWidth](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linewidth) { get; set; } | Gets or sets the width of the line. Uses common document distance measure unit. | -| [StartArrowhead](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/startarrowhead) { get; set; } | Gets or sets the shape for the start of the line | -| [Stretch](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stretch) { get; set; } | Gets or sets the stretch value. | -| [Stroke](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stroke) { get; set; } | Gets or sets the stroke pattern. | +| [Angle](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/angle/) { get; set; } | Gets or sets the angle. | +| [CapsType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/capstype/) { get; set; } | Gets or sets the type of the line caps. | +| [Color](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/color/) { get; set; } | Gets or sets the outline color. | +| [EndArrowhead](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/endarrowhead/) { get; set; } | Gets or sets the shape for the end of the line | +| [JoinType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/jointype/) { get; set; } | Gets or sets the type of the line join. | +| [LineType](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linetype/) { get; set; } | Gets or sets the type of the line. | +| [LineWidth](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linewidth/) { get; set; } | Gets or sets the width of the line. Uses common document distance measure unit. | +| [StartArrowhead](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/startarrowhead/) { get; set; } | Gets or sets the shape for the start of the line | +| [Stretch](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stretch/) { get; set; } | Gets or sets the stretch value. | +| [Stroke](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stroke/) { get; set; } | Gets or sets the stroke pattern. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/angle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/angle/_index.md index f2915f309f1b..c4359dc728b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/angle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/angle/_index.md @@ -1,7 +1,7 @@ --- -title: Angle +title: CmxOutline.Angle second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the angle type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/angle/ @@ -20,8 +20,8 @@ The angle (tilt nib). Defines the angle of the brush nib in relation to the draw ### See Also -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/capstype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/capstype/_index.md index 9bd76b2b3da3..b0452047df70 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/capstype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/capstype/_index.md @@ -1,7 +1,7 @@ --- -title: CapsType +title: CmxOutline.CapsType second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the type of the line caps type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/capstype/ @@ -16,9 +16,9 @@ public CapsTypes CapsType { get; set; } ### See Also -* enum [CapsTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/capstypes) -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* enum [CapsTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/capstypes/) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/cmxoutline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/cmxoutline/_index.md index f7226725e7bd..1f597090b14f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/cmxoutline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/cmxoutline/_index.md @@ -1,7 +1,7 @@ --- -title: CmxOutline +title: CmxOutline.CmxOutline second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/cmxoutline/ @@ -16,8 +16,8 @@ public CmxOutline() ### See Also -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/color/_index.md index eb3adf04ae68..6326c06abda0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/color/_index.md @@ -1,7 +1,7 @@ --- -title: Color +title: CmxOutline.Color second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the outline color type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/color/ @@ -16,9 +16,9 @@ public CmxColor Color { get; set; } ### See Also -* class [CmxColor](../../cmxcolor) -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxColor](../../cmxcolor/) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/endarrowhead/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/endarrowhead/_index.md index 46a5ab66d149..e10b4f60180b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/endarrowhead/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/endarrowhead/_index.md @@ -1,7 +1,7 @@ --- -title: EndArrowhead +title: CmxOutline.EndArrowhead second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the shape for the end of the line type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/endarrowhead/ @@ -16,9 +16,9 @@ public CmxArrowSpec EndArrowhead { get; set; } ### See Also -* class [CmxArrowSpec](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec) -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxArrowSpec](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/equals/_index.md index 0079aaec7005..6e49af8a368f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxOutline.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline method. Check if objects are equal type: docs weight: 120 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/gethashcode/_index.md index e4e8fb7d6012..ebf7dd4eb6a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxOutline.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline method. Get hash code of the current object type: docs weight: 130 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/jointype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/jointype/_index.md index c982e0a7748a..c73464ae4218 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/jointype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/jointype/_index.md @@ -1,7 +1,7 @@ --- -title: JoinType +title: CmxOutline.JoinType second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the type of the line join type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/jointype/ @@ -16,9 +16,9 @@ public JoinTypes JoinType { get; set; } ### See Also -* enum [JoinTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/jointypes) -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* enum [JoinTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/jointypes/) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linetype/_index.md index 6181e4dff954..ccc96d4ead09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linetype/_index.md @@ -1,7 +1,7 @@ --- -title: LineType +title: CmxOutline.LineType second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the type of the line type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linetype/ @@ -16,9 +16,9 @@ public LineTypes LineType { get; set; } ### See Also -* enum [LineTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/linetypes) -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* enum [LineTypes](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/linetypes/) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linewidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linewidth/_index.md index c0f4e079596e..39c01be83b88 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linewidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linewidth/_index.md @@ -1,7 +1,7 @@ --- -title: LineWidth +title: CmxOutline.LineWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the width of the line. Uses common document distance measure unit type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/linewidth/ @@ -16,8 +16,8 @@ public float LineWidth { get; set; } ### See Also -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/startarrowhead/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/startarrowhead/_index.md index a024d33c127a..913904bb3704 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/startarrowhead/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/startarrowhead/_index.md @@ -1,7 +1,7 @@ --- -title: StartArrowhead +title: CmxOutline.StartArrowhead second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the shape for the start of the line type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/startarrowhead/ @@ -16,9 +16,9 @@ public CmxArrowSpec StartArrowhead { get; set; } ### See Also -* class [CmxArrowSpec](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec) -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxArrowSpec](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/cmxarrowspec/) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stretch/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stretch/_index.md index ae3ced9e0fde..f2dcd06ff195 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stretch/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stretch/_index.md @@ -1,7 +1,7 @@ --- -title: Stretch +title: CmxOutline.Stretch second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the stretch value type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stretch/ @@ -20,8 +20,8 @@ The stretch value. Dimension is unit fraction. Defines the width of the brush ni ### See Also -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stroke/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stroke/_index.md index 69ad72d1bbdb..977cfb053592 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stroke/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stroke/_index.md @@ -1,7 +1,7 @@ --- -title: Stroke +title: CmxOutline.Stroke second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline property. Gets or sets the stroke pattern type: docs weight: 110 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/stroke/ @@ -20,8 +20,8 @@ The array of integers that represents the dot pattern for the line. ### See Also -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/tostring/_index.md index 6672ea238724..e7e9c9f06c0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxOutline.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxOutline method. Returns a String that represents this instance type: docs weight: 140 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxOutline](../../cmxoutline) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline) +* class [CmxOutline](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxoutline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/_index.md index 7d59e827a0ff..00474ceefb80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/_index.md @@ -1,7 +1,7 @@ --- -title: CmxParagraphStyle +title: Class CmxParagraphStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxParagraphStyle class. The paragraph style type: docs weight: 2280 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/ @@ -18,28 +18,28 @@ public class CmxParagraphStyle | Name | Description | | --- | --- | -| [CmxParagraphStyle](cmxparagraphstyle)() | The default constructor. | +| [CmxParagraphStyle](cmxparagraphstyle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CharacterSpacing](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/characterspacing) { get; set; } | Gets or sets the character spacing. | -| [HorizontalAlignment](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/horizontalalignment) { get; set; } | Gets or sets the horizontal alignment. | -| [LanguageSpacing](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/languagespacing) { get; set; } | Gets or sets the language spacing. | -| [LineSpacing](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/linespacing) { get; set; } | Gets or sets the line spacing. | -| [WordSpacing](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/wordspacing) { get; set; } | Gets or sets the word spacing. | +| [CharacterSpacing](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/characterspacing/) { get; set; } | Gets or sets the character spacing. | +| [HorizontalAlignment](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/horizontalalignment/) { get; set; } | Gets or sets the horizontal alignment. | +| [LanguageSpacing](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/languagespacing/) { get; set; } | Gets or sets the language spacing. | +| [LineSpacing](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/linespacing/) { get; set; } | Gets or sets the line spacing. | +| [WordSpacing](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/wordspacing/) { get; set; } | Gets or sets the word spacing. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/gethashcode/)() | Get hash code of the current object. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../aspose.imaging.fileformats.cmx.objectmodel.styles/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/characterspacing/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/characterspacing/_index.md index 091ba5509e77..cebfee057142 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/characterspacing/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/characterspacing/_index.md @@ -1,7 +1,7 @@ --- -title: CharacterSpacing +title: CmxParagraphStyle.CharacterSpacing second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxParagraphStyle property. Gets or sets the character spacing type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/characterspacing/ @@ -20,8 +20,8 @@ The character spacing, in percent. ### See Also -* class [CmxParagraphStyle](../../cmxparagraphstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle) +* class [CmxParagraphStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/cmxparagraphstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/cmxparagraphstyle/_index.md index b176b840a0a8..98c951239677 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/cmxparagraphstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/cmxparagraphstyle/_index.md @@ -1,7 +1,7 @@ --- -title: CmxParagraphStyle +title: CmxParagraphStyle.CmxParagraphStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxParagraphStyle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/cmxparagraphstyle/ @@ -16,8 +16,8 @@ public CmxParagraphStyle() ### See Also -* class [CmxParagraphStyle](../../cmxparagraphstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle) +* class [CmxParagraphStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/equals/_index.md index d9cf9bd3a022..98f42069506a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxParagraphStyle.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxParagraphStyle method. Check if objects are equal type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxParagraphStyle](../../cmxparagraphstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle) +* class [CmxParagraphStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/gethashcode/_index.md index e6f9d2cb9242..df91dd6f1ca5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxParagraphStyle.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxParagraphStyle method. Get hash code of the current object type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxParagraphStyle](../../cmxparagraphstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle) +* class [CmxParagraphStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/horizontalalignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/horizontalalignment/_index.md index 31eb56714503..b6154ff82abd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/horizontalalignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/horizontalalignment/_index.md @@ -1,7 +1,7 @@ --- -title: HorizontalAlignment +title: CmxParagraphStyle.HorizontalAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxParagraphStyle property. Gets or sets the horizontal alignment type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/horizontalalignment/ @@ -16,9 +16,9 @@ public ParagraphHorizontalAlignment HorizontalAlignment { get; set; } ### See Also -* enum [ParagraphHorizontalAlignment](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/paragraphhorizontalalignment) -* class [CmxParagraphStyle](../../cmxparagraphstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle) +* enum [ParagraphHorizontalAlignment](../../../aspose.imaging.fileformats.cmx.objectmodel.enums/paragraphhorizontalalignment/) +* class [CmxParagraphStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/languagespacing/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/languagespacing/_index.md index 06634437c56e..1982d05a0a4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/languagespacing/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/languagespacing/_index.md @@ -1,7 +1,7 @@ --- -title: LanguageSpacing +title: CmxParagraphStyle.LanguageSpacing second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxParagraphStyle property. Gets or sets the language spacing type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/languagespacing/ @@ -20,8 +20,8 @@ The language spacing, in percent. ### See Also -* class [CmxParagraphStyle](../../cmxparagraphstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle) +* class [CmxParagraphStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/linespacing/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/linespacing/_index.md index dc4264f5a4ce..bf21c027efae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/linespacing/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/linespacing/_index.md @@ -1,7 +1,7 @@ --- -title: LineSpacing +title: CmxParagraphStyle.LineSpacing second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxParagraphStyle property. Gets or sets the line spacing type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/linespacing/ @@ -20,8 +20,8 @@ The line spacing, in percent. ### See Also -* class [CmxParagraphStyle](../../cmxparagraphstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle) +* class [CmxParagraphStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/wordspacing/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/wordspacing/_index.md index ded9a73ab68c..f74fc10f3dce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/wordspacing/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/wordspacing/_index.md @@ -1,7 +1,7 @@ --- -title: WordSpacing +title: CmxParagraphStyle.WordSpacing second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxParagraphStyle property. Gets or sets the word spacing type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel.styles/cmxparagraphstyle/wordspacing/ @@ -20,8 +20,8 @@ The word spacing, in percent. ### See Also -* class [CmxParagraphStyle](../../cmxparagraphstyle) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle) +* class [CmxParagraphStyle](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles](../../cmxparagraphstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/_index.md index abe638208174..1b99f888260b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cmx.ObjectModel second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tiff file format processing. +description: The namespace handles Tiff file format processing type: docs weight: 240 url: /net/aspose.imaging.fileformats.cmx.objectmodel/ @@ -12,18 +12,18 @@ The namespace handles Tiff file format processing. | Class | Description | | --- | --- | -| [CmxContainer](./cmxcontainer) | the container for child elements. | -| [CmxDocument](./cmxdocument) | The CMX document. | -| [CmxGroup](./cmxgroup) | Group of [`ICmxDocElement`](../aspose.imaging.fileformats.cmx.objectmodel/icmxdocelement) | -| [CmxLayer](./cmxlayer) | The graphic layer located on the page of the CMX document. | -| [CmxObject](./cmxobject) | Object containing information about the graphic element. | -| [CmxPage](./cmxpage) | The page of the CMX document. | -| [CmxProcedure](./cmxprocedure) | The CMX procedure. | +| [CmxContainer](./cmxcontainer/) | the container for child elements. | +| [CmxDocument](./cmxdocument/) | The CMX document. | +| [CmxGroup](./cmxgroup/) | Group of [`ICmxDocElement`](../aspose.imaging.fileformats.cmx.objectmodel/icmxdocelement/) | +| [CmxLayer](./cmxlayer/) | The graphic layer located on the page of the CMX document. | +| [CmxObject](./cmxobject/) | Object containing information about the graphic element. | +| [CmxPage](./cmxpage/) | The page of the CMX document. | +| [CmxProcedure](./cmxprocedure/) | The CMX procedure. | ## Interfaces | Interface | Description | | --- | --- | -| [ICmxContainer](./icmxcontainer) | Defines the container for child elements. | -| [ICmxDocElement](./icmxdocelement) | Defines the type of the child element of the CMX document. | +| [ICmxContainer](./icmxcontainer/) | Defines the container for child elements. | +| [ICmxDocElement](./icmxdocelement/) | Defines the type of the child element of the CMX document. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/_index.md index 8bdfc1393a50..bc681a2f11f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: CmxContainer +title: Class CmxContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxContainer class. the container for child elements type: docs weight: 1940 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/ @@ -18,19 +18,19 @@ public abstract class CmxContainer : ICmxContainer | Name | Description | | --- | --- | -| virtual [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements) { get; } | Gets the elements. | +| virtual [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/) { get; } | Gets the elements. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/gethashcode/)() | Get hash code of the current object. | ### See Also -* interface [ICmxContainer](../icmxcontainer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* interface [ICmxContainer](../icmxcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/_index.md index 0d7e9c23cf9a..d1ef99ec3be4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/_index.md @@ -1,7 +1,7 @@ --- -title: Elements +title: CmxContainer.Elements second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxContainer property. Gets the elements type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/ @@ -20,9 +20,9 @@ Collection of child elements. ### See Also -* interface [ICmxDocElement](../../icmxdocelement) -* class [CmxContainer](../../cmxcontainer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxcontainer) +* interface [ICmxDocElement](../../icmxdocelement/) +* class [CmxContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/equals/_index.md index 3d64af985078..7943176f455e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxContainer.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxContainer method. Check if objects are equal type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxContainer](../../cmxcontainer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxcontainer) +* class [CmxContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/gethashcode/_index.md index abd59f2792ca..72cb356bf66f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxContainer.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxContainer method. Get hash code of the current object type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxContainer](../../cmxcontainer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxcontainer) +* class [CmxContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/_index.md index 3822f301aba3..acf4dca0cd5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/_index.md @@ -1,7 +1,7 @@ --- -title: CmxDocument +title: Class CmxDocument second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxDocument class. The CMX document type: docs weight: 1950 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/ @@ -18,23 +18,23 @@ public class CmxDocument | Name | Description | | --- | --- | -| [CmxDocument](cmxdocument)() | Initializes a new instance of the [`CmxDocument`](../cmxdocument) class. | +| [CmxDocument](cmxdocument/)() | Initializes a new instance of the `CmxDocument` class. | ## Properties | Name | Description | | --- | --- | -| virtual [Pages](../../aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/pages) { get; } | Gets the pages of current document. | +| virtual [Pages](../../aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/pages/) { get; } | Gets the pages of current document. | ## Methods | Name | Description | | --- | --- | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/tostring)() | Returns a String that represents this instance. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/cmxdocument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/cmxdocument/_index.md index b9718e2e05a0..624dd5c893f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/cmxdocument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/cmxdocument/_index.md @@ -1,14 +1,14 @@ --- -title: CmxDocument +title: CmxDocument.CmxDocument second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxDocument constructor. Initializes a new instance of the CmxDocument class type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/cmxdocument/ --- ## CmxDocument constructor -Initializes a new instance of the [`CmxDocument`](../../cmxdocument) class. +Initializes a new instance of the [`CmxDocument`](../) class. ```csharp public CmxDocument() @@ -16,8 +16,8 @@ public CmxDocument() ### See Also -* class [CmxDocument](../../cmxdocument) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxdocument) +* class [CmxDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/pages/_index.md index 67563f643073..941eb2e53c99 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: CmxDocument.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxDocument property. Gets the pages of current document type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/pages/ @@ -20,9 +20,9 @@ The pages of current document. ### See Also -* class [CmxPage](../../cmxpage) -* class [CmxDocument](../../cmxdocument) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxdocument) +* class [CmxPage](../../cmxpage/) +* class [CmxDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/tostring/_index.md index ec1d21c81aef..713c61041fa6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxDocument.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxDocument method. Returns a String that represents this instance type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxDocument](../../cmxdocument) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxdocument) +* class [CmxDocument](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxdocument/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/_index.md index e2575c2b9333..cc4259d5dbd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/_index.md @@ -1,14 +1,14 @@ --- -title: CmxGroup +title: Class CmxGroup second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxGroup class. Group of ICmxDocElement type: docs weight: 1960 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/ --- ## CmxGroup class -Group of [`ICmxDocElement`](../icmxdocelement) +Group of [`ICmxDocElement`](../icmxdocelement/) ```csharp public class CmxGroup : CmxContainer @@ -18,28 +18,28 @@ public class CmxGroup : CmxContainer | Name | Description | | --- | --- | -| [CmxGroup](cmxgroup)() | The default constructor. | +| [CmxGroup](cmxgroup/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundBox](../../aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/boundbox) { get; set; } | Gets or sets the bounding box. | -| virtual [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements) { get; } | Gets the elements. | +| [BoundBox](../../aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/boundbox/) { get; set; } | Gets or sets the bounding box. | +| virtual [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/) { get; } | Gets the elements. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/tostring/)() | Returns a String that represents this instance. | ### See Also -* interface [ICmxContainer](../icmxcontainer) -* class [CmxContainer](../cmxcontainer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* interface [ICmxContainer](../icmxcontainer/) +* class [CmxContainer](../cmxcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/boundbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/boundbox/_index.md index f2b5839f0a5c..7886f92ff7e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/boundbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/boundbox/_index.md @@ -1,7 +1,7 @@ --- -title: BoundBox +title: CmxGroup.BoundBox second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGroup property. Gets or sets the bounding box type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/boundbox/ @@ -20,9 +20,9 @@ The bounding box. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [CmxGroup](../../cmxgroup) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [CmxGroup](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/cmxgroup/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/cmxgroup/_index.md index 678bad6a7003..42fab6e41fdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/cmxgroup/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/cmxgroup/_index.md @@ -1,7 +1,7 @@ --- -title: CmxGroup +title: CmxGroup.CmxGroup second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGroup constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/cmxgroup/ @@ -16,8 +16,8 @@ public CmxGroup() ### See Also -* class [CmxGroup](../../cmxgroup) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup) +* class [CmxGroup](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/equals/_index.md index 9cfaa593bd66..2e6087065432 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxGroup.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGroup method. Check if objects are equal type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxGroup](../../cmxgroup) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup) +* class [CmxGroup](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/gethashcode/_index.md index 6de09042438d..6e83948851ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxGroup.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGroup method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxGroup](../../cmxgroup) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup) +* class [CmxGroup](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/tostring/_index.md index 1e1305e39017..38480a3da5a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxGroup.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxGroup method. Returns a String that represents this instance type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxGroup](../../cmxgroup) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup) +* class [CmxGroup](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxgroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/_index.md index 20c1c7ed5dd4..fe14ae5ffc4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/_index.md @@ -1,7 +1,7 @@ --- -title: CmxLayer +title: Class CmxLayer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxLayer class. The graphic layer located on the page of the CMX document type: docs weight: 1970 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/ @@ -18,36 +18,36 @@ public class CmxLayer : CmxContainer | Name | Description | | --- | --- | -| [CmxLayer](cmxlayer)() | The default constructor. | +| [CmxLayer](cmxlayer/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| virtual [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements) { get; } | Gets the elements. | -| [Flags](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/flags) { get; set; } | Gets or sets the flags. | -| [IsVisible](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/isvisible) { get; set; } | Gets or sets a value indicating whether this layer is visible. | -| [Name](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/name) { get; set; } | Gets or sets the name of the layer. | -| [Number](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/number) { get; set; } | Gets or sets the layer order number. | +| virtual [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/) { get; } | Gets the elements. | +| [Flags](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/flags/) { get; set; } | Gets or sets the flags. | +| [IsVisible](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/isvisible/) { get; set; } | Gets or sets a value indicating whether this layer is visible. | +| [Name](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/name/) { get; set; } | Gets or sets the name of the layer. | +| [Number](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/number/) { get; set; } | Gets or sets the layer order number. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/gethashcode/)() | Get hash code of the current object. | ## Fields | Name | Description | | --- | --- | -| const [MasterDesktopLayerName](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/masterdesktoplayername) | The master desktop layer name | +| const [MasterDesktopLayerName](../../aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/masterdesktoplayername/) | The master desktop layer name | ### See Also -* interface [ICmxContainer](../icmxcontainer) -* class [CmxContainer](../cmxcontainer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* interface [ICmxContainer](../icmxcontainer/) +* class [CmxContainer](../cmxcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/cmxlayer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/cmxlayer/_index.md index 231ede0fda67..e4ea6e00e3b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/cmxlayer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/cmxlayer/_index.md @@ -1,7 +1,7 @@ --- -title: CmxLayer +title: CmxLayer.CmxLayer second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLayer constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/cmxlayer/ @@ -16,8 +16,8 @@ public CmxLayer() ### See Also -* class [CmxLayer](../../cmxlayer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer) +* class [CmxLayer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/equals/_index.md index 0642184af56a..eb9f97830e07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxLayer.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLayer method. Check if objects are equal type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxLayer](../../cmxlayer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer) +* class [CmxLayer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/flags/_index.md index be4acce7ebc5..b125fc6cc64f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: CmxLayer.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLayer property. Gets or sets the flags type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/flags/ @@ -20,8 +20,8 @@ The flags. ### See Also -* class [CmxLayer](../../cmxlayer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer) +* class [CmxLayer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/gethashcode/_index.md index 1265403bf838..2c21c95fd2bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxLayer.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLayer method. Get hash code of the current object type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxLayer](../../cmxlayer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer) +* class [CmxLayer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/isvisible/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/isvisible/_index.md index cdb0a84b12ba..dbc86136a350 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/isvisible/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/isvisible/_index.md @@ -1,7 +1,7 @@ --- -title: IsVisible +title: CmxLayer.IsVisible second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLayer property. Gets or sets a value indicating whether this layer is visible type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/isvisible/ @@ -20,8 +20,8 @@ public bool IsVisible { get; set; } ### See Also -* class [CmxLayer](../../cmxlayer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer) +* class [CmxLayer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/masterdesktoplayername/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/masterdesktoplayername/_index.md index d65956b4eb76..e6dc56d8ea4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/masterdesktoplayername/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/masterdesktoplayername/_index.md @@ -1,7 +1,7 @@ --- -title: MasterDesktopLayerName +title: CmxLayer.MasterDesktopLayerName second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLayer field. The master desktop layer name type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/masterdesktoplayername/ @@ -16,8 +16,8 @@ public const string MasterDesktopLayerName; ### See Also -* class [CmxLayer](../../cmxlayer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer) +* class [CmxLayer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/name/_index.md index bfccb562edae..859941741bbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: CmxLayer.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLayer property. Gets or sets the name of the layer type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/name/ @@ -20,8 +20,8 @@ The name of the layer. ### See Also -* class [CmxLayer](../../cmxlayer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer) +* class [CmxLayer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/number/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/number/_index.md index 0f9e76ca3a66..7ad0b4e9bf12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/number/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/number/_index.md @@ -1,7 +1,7 @@ --- -title: Number +title: CmxLayer.Number second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLayer property. Gets or sets the layer order number type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/number/ @@ -20,8 +20,8 @@ The layer order number. ### See Also -* class [CmxLayer](../../cmxlayer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer) +* class [CmxLayer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxlayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/_index.md index 3ed464e691f5..12865b5a6b81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/_index.md @@ -1,7 +1,7 @@ --- -title: CmxObject +title: Class CmxObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxObject class. Object containing information about the graphic element type: docs weight: 1980 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/ @@ -18,28 +18,28 @@ public class CmxObject : ICmxDocElement | Name | Description | | --- | --- | -| [CmxObject](cmxobject)() | The default constructor. | +| [CmxObject](cmxobject/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [FillStyle](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/fillstyle) { get; set; } | Gets or sets the fill style. | -| [ObjectSpec](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/objectspec) { get; set; } | Gets or sets the object specification. | -| [Outline](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/outline) { get; set; } | Gets or sets the outline style. | +| [FillStyle](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/fillstyle/) { get; set; } | Gets or sets the fill style. | +| [ObjectSpec](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/objectspec/) { get; set; } | Gets or sets the object specification. | +| [Outline](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/outline/) { get; set; } | Gets or sets the outline style. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/gethashcode)() | Get hash code of the current object. | -| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/tostring)() | Returns a String that represents this instance. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/gethashcode/)() | Get hash code of the current object. | +| override [ToString](../../aspose.imaging.fileformats.cmx.objectmodel/cmxobject/tostring/)() | Returns a String that represents this instance. | ### See Also -* interface [ICmxDocElement](../icmxdocelement) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* interface [ICmxDocElement](../icmxdocelement/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/cmxobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/cmxobject/_index.md index 08a271825408..c40c0696c02f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/cmxobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/cmxobject/_index.md @@ -1,7 +1,7 @@ --- -title: CmxObject +title: CmxObject.CmxObject second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxObject constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/cmxobject/ @@ -16,8 +16,8 @@ public CmxObject() ### See Also -* class [CmxObject](../../cmxobject) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject) +* class [CmxObject](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/equals/_index.md index 57335b7d83b5..dde90f4a7849 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxObject.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxObject method. Check if objects are equal type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxObject](../../cmxobject) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject) +* class [CmxObject](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/fillstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/fillstyle/_index.md index f244a5d0917b..f8254095f533 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/fillstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/fillstyle/_index.md @@ -1,7 +1,7 @@ --- -title: FillStyle +title: CmxObject.FillStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxObject property. Gets or sets the fill style type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/fillstyle/ @@ -20,9 +20,9 @@ The fill style. ### See Also -* class [CmxFillStyle](../../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle) -* class [CmxObject](../../cmxobject) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject) +* class [CmxFillStyle](../../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxfillstyle/) +* class [CmxObject](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/gethashcode/_index.md index 8831606a6c14..d6782a5adb28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxObject.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxObject method. Get hash code of the current object type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxObject](../../cmxobject) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject) +* class [CmxObject](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/objectspec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/objectspec/_index.md index 00ba4eab7069..a3fa97991896 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/objectspec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/objectspec/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectSpec +title: CmxObject.ObjectSpec second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxObject property. Gets or sets the object specification type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/objectspec/ @@ -20,9 +20,9 @@ The object specification. ### See Also -* interface [ICmxObjectSpec](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/icmxobjectspec) -* class [CmxObject](../../cmxobject) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject) +* interface [ICmxObjectSpec](../../../aspose.imaging.fileformats.cmx.objectmodel.specs/icmxobjectspec/) +* class [CmxObject](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/outline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/outline/_index.md index f4d4419d72a9..5b64aac02d12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/outline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/outline/_index.md @@ -1,7 +1,7 @@ --- -title: Outline +title: CmxObject.Outline second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxObject property. Gets or sets the outline style type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/outline/ @@ -20,9 +20,9 @@ The outline style. ### See Also -* class [CmxOutline](../../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline) -* class [CmxObject](../../cmxobject) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject) +* class [CmxOutline](../../../aspose.imaging.fileformats.cmx.objectmodel.styles/cmxoutline/) +* class [CmxObject](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/tostring/_index.md index c12da0208499..c5212f0366df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: CmxObject.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxObject method. Returns a String that represents this instance type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxobject/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [CmxObject](../../cmxobject) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject) +* class [CmxObject](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/_index.md index 615b99643e42..a85c52b2052b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPage +title: Class CmxPage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxPage class. The page of the CMX document type: docs weight: 1990 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/ @@ -18,29 +18,29 @@ public class CmxPage | Name | Description | | --- | --- | -| [CmxPage](cmxpage)() | The default constructor. | +| [CmxPage](cmxpage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundBox](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/boundbox) { get; set; } | Gets or sets the bounding box. | -| [Flags](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/flags) { get; set; } | Gets or sets the flags. | -| [Height](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/height) { get; set; } | Gets or sets the page height. | -| virtual [Layers](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/layers) { get; } | Gets the page layers. | -| [PageNumber](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/pagenumber) { get; set; } | Gets or sets the page order number. | -| [Width](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/width) { get; set; } | Gets or sets the page width. | +| [BoundBox](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/boundbox/) { get; set; } | Gets or sets the bounding box. | +| [Flags](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/flags/) { get; set; } | Gets or sets the flags. | +| [Height](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/height/) { get; set; } | Gets or sets the page height. | +| virtual [Layers](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/layers/) { get; } | Gets the page layers. | +| [PageNumber](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/pagenumber/) { get; set; } | Gets or sets the page order number. | +| [Width](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/width/) { get; set; } | Gets or sets the page width. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/gethashcode)() | Get hash code of the current object | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/gethashcode/)() | Get hash code of the current object | ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/boundbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/boundbox/_index.md index 650d3870f032..57126546311f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/boundbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/boundbox/_index.md @@ -1,7 +1,7 @@ --- -title: BoundBox +title: CmxPage.BoundBox second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage property. Gets or sets the bounding box type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/boundbox/ @@ -20,9 +20,9 @@ The bounding box. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/cmxpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/cmxpage/_index.md index a3b10c79a0fe..68cf34fb811b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/cmxpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/cmxpage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPage +title: CmxPage.CmxPage second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/cmxpage/ @@ -16,8 +16,8 @@ public CmxPage() ### See Also -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/equals/_index.md index 54f3c46843a4..a5651f71b82c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxPage.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage method. Check if objects are equal type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/flags/_index.md index f7dc0ede0032..87be5e5ade0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: CmxPage.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage property. Gets or sets the flags type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/flags/ @@ -20,8 +20,8 @@ The flags. ### See Also -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/gethashcode/_index.md index fd44697b8141..6c7d38a88b9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxPage.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage method. Get hash code of the current object type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/height/_index.md index 7d4d79d150c7..80a5f09a9bdb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: CmxPage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage property. Gets or sets the page height type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/height/ @@ -20,8 +20,8 @@ The page height, in inches. ### See Also -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/layers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/layers/_index.md index 0283cd2b38b4..ce49fdf23b7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/layers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/layers/_index.md @@ -1,7 +1,7 @@ --- -title: Layers +title: CmxPage.Layers second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage property. Gets the page layers type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/layers/ @@ -20,9 +20,9 @@ The page layers. ### See Also -* class [CmxLayer](../../cmxlayer) -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* class [CmxLayer](../../cmxlayer/) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/pagenumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/pagenumber/_index.md index 7072a92c7044..96f15d1e72b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/pagenumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/pagenumber/_index.md @@ -1,7 +1,7 @@ --- -title: PageNumber +title: CmxPage.PageNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage property. Gets or sets the page order number type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/pagenumber/ @@ -20,8 +20,8 @@ The page order number. ### See Also -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/width/_index.md index ef1960e2d150..2689daca9fe8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: CmxPage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxPage property. Gets or sets the page width type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxpage/width/ @@ -20,8 +20,8 @@ The page width, in inches. ### See Also -* class [CmxPage](../../cmxpage) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage) +* class [CmxPage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/_index.md index e7e439eb8ea7..20f2bc81f5bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/_index.md @@ -1,7 +1,7 @@ --- -title: CmxProcedure +title: Class CmxProcedure second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxProcedure class. The CMX procedure type: docs weight: 2000 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/ @@ -18,26 +18,26 @@ public class CmxProcedure : CmxContainer | Name | Description | | --- | --- | -| [CmxProcedure](cmxprocedure)() | The default constructor. | +| [CmxProcedure](cmxprocedure/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundBox](../../aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/boundbox) { get; set; } | Gets or sets the bounding box. | -| virtual [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements) { get; } | Gets the elements. | +| [BoundBox](../../aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/boundbox/) { get; set; } | Gets or sets the bounding box. | +| virtual [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/elements/) { get; } | Gets the elements. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/gethashcode/)() | Get hash code of the current object. | ### See Also -* class [CmxContainer](../cmxcontainer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* class [CmxContainer](../cmxcontainer/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/boundbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/boundbox/_index.md index 5ab57dcbdfa7..2244b323f065 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/boundbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/boundbox/_index.md @@ -1,7 +1,7 @@ --- -title: BoundBox +title: CmxProcedure.BoundBox second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxProcedure property. Gets or sets the bounding box type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/boundbox/ @@ -20,9 +20,9 @@ The bounding box. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [CmxProcedure](../../cmxprocedure) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxprocedure) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [CmxProcedure](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxprocedure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/cmxprocedure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/cmxprocedure/_index.md index 5f90bfbb252c..f4471724f4c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/cmxprocedure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/cmxprocedure/_index.md @@ -1,7 +1,7 @@ --- -title: CmxProcedure +title: CmxProcedure.CmxProcedure second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxProcedure constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/cmxprocedure/ @@ -16,8 +16,8 @@ public CmxProcedure() ### See Also -* class [CmxProcedure](../../cmxprocedure) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxprocedure) +* class [CmxProcedure](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxprocedure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/equals/_index.md index 2ecbfa0c01c7..da06fabe454a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmxProcedure.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxProcedure method. Check if objects are equal type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CmxProcedure](../../cmxprocedure) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxprocedure) +* class [CmxProcedure](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxprocedure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/gethashcode/_index.md index 5fb1a9fb48e7..04e336ef409d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmxProcedure.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxProcedure method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx.objectmodel/cmxprocedure/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CmxProcedure](../../cmxprocedure) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxprocedure) +* class [CmxProcedure](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../cmxprocedure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/_index.md index da418ffb7d84..e0404ccebe5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ICmxContainer +title: Interface ICmxContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.ICmxContainer interface. Defines the container for child elements type: docs weight: 2120 url: /net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/ @@ -18,12 +18,12 @@ public interface ICmxContainer : ICmxDocElement | Name | Description | | --- | --- | -| [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/elements) { get; } | Gets the elements. | +| [Elements](../../aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/elements/) { get; } | Gets the elements. | ### See Also -* interface [ICmxDocElement](../icmxdocelement) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* interface [ICmxDocElement](../icmxdocelement/) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/elements/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/elements/_index.md index 96a72c3558bc..5877cfde0331 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/elements/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/elements/_index.md @@ -1,7 +1,7 @@ --- -title: Elements +title: ICmxContainer.Elements second_title: Aspose.Imaging for .NET API Reference -description: +description: ICmxContainer property. Gets the elements type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer/elements/ @@ -20,9 +20,9 @@ Collection of child elements. ### See Also -* interface [ICmxDocElement](../../icmxdocelement) -* interface [ICmxContainer](../../icmxcontainer) -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../icmxcontainer) +* interface [ICmxDocElement](../../icmxdocelement/) +* interface [ICmxContainer](../) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../icmxcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxdocelement/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxdocelement/_index.md index 4e0bac07c7bb..f55446758751 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxdocelement/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx.objectmodel/icmxdocelement/_index.md @@ -1,7 +1,7 @@ --- -title: ICmxDocElement +title: Interface ICmxDocElement second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ObjectModel.ICmxDocElement interface. Defines the type of the child element of the CMX document type: docs weight: 2130 url: /net/aspose.imaging.fileformats.cmx.objectmodel/icmxdocelement/ @@ -16,7 +16,7 @@ public interface ICmxDocElement ### See Also -* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel) +* namespace [Aspose.Imaging.FileFormats.Cmx.ObjectModel](../../aspose.imaging.fileformats.cmx.objectmodel/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/_index.md index 33f2908ba0f7..5b07247ecbeb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Cmx second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tiff file format processing. +description: The namespace handles Tiff file format processing type: docs weight: 230 url: /net/aspose.imaging.fileformats.cmx/ @@ -12,12 +12,12 @@ The namespace handles Tiff file format processing. | Class | Description | | --- | --- | -| [CmxImage](./cmximage) | The API for Corel Metafile Exchange (CMX) vector image format with metadata descriptions support is a comprehensive solution for developers working with CMX files. This API allows for the seamless loading of CMX images, extracting metadata such as bits per pixel, object dimensions, and more. With additional functionalities like resizing, rotating, setting palettes, and converting to other formats, this API empowers developers to efficiently manipulate and customize CMX vector images to meet their specific application requirements. | -| [CmxImagePage](./cmximagepage) | The image of CMX page | +| [CmxImage](./cmximage/) | The API for Corel Metafile Exchange (CMX) vector image format with metadata descriptions support is a comprehensive solution for developers working with CMX files. This API allows for the seamless loading of CMX images, extracting metadata such as bits per pixel, object dimensions, and more. With additional functionalities like resizing, rotating, setting palettes, and converting to other formats, this API empowers developers to efficiently manipulate and customize CMX vector images to meet their specific application requirements. | +| [CmxImagePage](./cmximagepage/) | The image of CMX page | ## Interfaces | Interface | Description | | --- | --- | -| [ICmxImage](./icmximage) | The CMX image interface | +| [ICmxImage](./icmximage/) | The CMX image interface | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/_index.md index 32b1eb3e987c..cb2593a6311d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxImage +title: Class CmxImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.CmxImage class. The API for Corel Metafile Exchange CMX vector image format with metadata descriptions support is a comprehensive solution for developers working with CMX files. This API allows for the seamless loading of CMX images extracting metadata such as bits per pixel object dimensions and more. With additional functionalities like resizing rotating setting palettes and converting to other formats this API empowers developers to efficiently manipulate and customize CMX vector images to meet their specific application requirements type: docs weight: 1910 url: /net/aspose.imaging.fileformats.cmx/cmximage/ @@ -18,72 +18,72 @@ public class CmxImage : VectorMultipageImage, ICmxImage | Name | Description | | --- | --- | -| [CmxImage](cmximage)(StreamContainer, LoadOptions) | Start working with the [`CmxImage`](../cmximage) class seamlessly by initializing a new instance with a streamContainer and loadOptions parameters. Ideal for developers seeking a convenient way to load CMX images from various data sources while customizing the loading process as needed. | +| [CmxImage](cmximage/)(StreamContainer, LoadOptions) | Start working with the `CmxImage` class seamlessly by initializing a new instance with a streamContainer and loadOptions parameters. Ideal for developers seeking a convenient way to load CMX images from various data sources while customizing the loading process as needed. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.cmx/cmximage/bitsperpixel) { get; } | Retrieve the bit depth of the image effortlessly with this user-friendly property. Ideal for developers seeking to determine the level of detail or color depth present in their images, ensuring accurate processing and manipulation. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CmxPage](../../aspose.imaging.fileformats.cmx/cmximage/cmxpage) { get; } | Effortlessly retrieve the CMX page of the image with this intuitive property. Ideal for developers seeking quick access to individual pages within CMX images, ensuring efficient navigation and management. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Document](../../aspose.imaging.fileformats.cmx/cmximage/document) { get; } | Retrieve the CMX document effortlessly with this intuitive property. Ideal for developers seeking to access or modify CMX images, ensuring flexibility and efficiency in their applications. | -| override [FileFormat](../../aspose.imaging.fileformats.cmx/cmximage/fileformat) { get; } | Retrieve the file format of the image effortlessly with this user-friendly property. Ideal for developers seeking to determine the format of their images dynamically, ensuring compatibility and accurate processing in their applications. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging/vectormultipageimage/height) { get; } | Gets the image height. | -| override [HeightF](../../aspose.imaging.fileformats.cmx/cmximage/heightf) { get; } | Effortlessly obtain the height of the object, measured in inches, with this user-friendly property. Ideal for developers seeking precise dimensional information for effective layout and presentation in their applications. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.cmx/cmximage/iscached) { get; } | Determine whether the object's data is currently cached, eliminating the need for data reading. Ideal for developers seeking to optimize performance by leveraging cached data efficiently, ensuring faster access to object information. | -| override [PageCount](../../aspose.imaging.fileformats.cmx/cmximage/pagecount) { get; } | Retrieve the total page count of the image with this intuitive property. Ideal for developers seeking to manage multi-page images dynamically, ensuring efficient navigation and manipulation of image content. | -| override [PageExportingAction](../../aspose.imaging.fileformats.cmx/cmximage/pageexportingaction) { get; set; } | Effortlessly retrieve or modify the page exporting action associated with the image using this intuitive property. Ideal for developers seeking to customize the export behavior of pages within multi-page images, ensuring flexibility and efficiency in their applications. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.cmx/cmximage/pages) { get; } | Retrieve the pages of the image seamlessly with this intuitive property. Ideal for developers seeking to access and manipulate individual pages within multi-page images, ensuring efficient navigation and processing. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging/vectormultipageimage/width) { get; } | Gets the image width. | -| override [WidthF](../../aspose.imaging.fileformats.cmx/cmximage/widthf) { get; } | Retrieve the width of the object in inches with this intuitive property. Ideal for developers seeking precise measurements of objects in their applications, ensuring accurate layout and presentation. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.cmx/cmximage/bitsperpixel/) { get; } | Retrieve the bit depth of the image effortlessly with this user-friendly property. Ideal for developers seeking to determine the level of detail or color depth present in their images, ensuring accurate processing and manipulation. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CmxPage](../../aspose.imaging.fileformats.cmx/cmximage/cmxpage/) { get; } | Effortlessly retrieve the CMX page of the image with this intuitive property. Ideal for developers seeking quick access to individual pages within CMX images, ensuring efficient navigation and management. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Document](../../aspose.imaging.fileformats.cmx/cmximage/document/) { get; } | Retrieve the CMX document effortlessly with this intuitive property. Ideal for developers seeking to access or modify CMX images, ensuring flexibility and efficiency in their applications. | +| override [FileFormat](../../aspose.imaging.fileformats.cmx/cmximage/fileformat/) { get; } | Retrieve the file format of the image effortlessly with this user-friendly property. Ideal for developers seeking to determine the format of their images dynamically, ensuring compatibility and accurate processing in their applications. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging/vectormultipageimage/height/) { get; } | Gets the image height. | +| override [HeightF](../../aspose.imaging.fileformats.cmx/cmximage/heightf/) { get; } | Effortlessly obtain the height of the object, measured in inches, with this user-friendly property. Ideal for developers seeking precise dimensional information for effective layout and presentation in their applications. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.cmx/cmximage/iscached/) { get; } | Determine whether the object's data is currently cached, eliminating the need for data reading. Ideal for developers seeking to optimize performance by leveraging cached data efficiently, ensuring faster access to object information. | +| override [PageCount](../../aspose.imaging.fileformats.cmx/cmximage/pagecount/) { get; } | Retrieve the total page count of the image with this intuitive property. Ideal for developers seeking to manage multi-page images dynamically, ensuring efficient navigation and manipulation of image content. | +| override [PageExportingAction](../../aspose.imaging.fileformats.cmx/cmximage/pageexportingaction/) { get; set; } | Effortlessly retrieve or modify the page exporting action associated with the image using this intuitive property. Ideal for developers seeking to customize the export behavior of pages within multi-page images, ensuring flexibility and efficiency in their applications. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.cmx/cmximage/pages/) { get; } | Retrieve the pages of the image seamlessly with this intuitive property. Ideal for developers seeking to access and manipulate individual pages within multi-page images, ensuring efficient navigation and processing. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging/vectormultipageimage/width/) { get; } | Gets the image width. | +| override [WidthF](../../aspose.imaging.fileformats.cmx/cmximage/widthf/) { get; } | Retrieve the width of the object in inches with this intuitive property. Ideal for developers seeking precise measurements of objects in their applications, ensuring accurate layout and presentation. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging.fileformats.cmx/cmximage/cachedata)() | Cache the data to prevent additional loading from the underlying source [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer) with this convenient method. Ideal for developers seeking to optimize performance by preloading data, ensuring faster access and smoother operation in their applications. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.cmx/cmximage/getdefaultoptions)(object[]) | Retrieve the default options effortlessly with this user-friendly method. Perfect for developers seeking quick access to the default settings or configurations associated with an object, ensuring efficient customization and streamlined workflow. | -| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.cmx/cmximage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging.fileformats.cmx/cmximage/resize)(int, int, ResizeType) | Effortlessly resize the image to desired dimensions with this intuitive method. Perfect for developers seeking to adjust the size of images dynamically, ensuring they fit the layout or requirements of their applications seamlessly. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.cmx/cmximage/rotateflip)(RotateFlipType) | Effortlessly adjust the orientation of the image by rotating, flipping, or applying both operations with this versatile method. Perfect for developers seeking to customize image orientation dynamically, ensuring optimal presentation or alignment in their applications. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging.fileformats.cmx/cmximage/setpalette)(IColorPalette, bool) | Customize the color palette of the image with this intuitive method. Ideal for developers seeking to apply specific color schemes or adjustments dynamically, ensuring precise control over the visual appearance of their images. | - -### Examples +| override [CacheData](../../aspose.imaging.fileformats.cmx/cmximage/cachedata/)() | Cache the data to prevent additional loading from the underlying source [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) with this convenient method. Ideal for developers seeking to optimize performance by preloading data, ensuring faster access and smoother operation in their applications. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.cmx/cmximage/getdefaultoptions/)(object[]) | Retrieve the default options effortlessly with this user-friendly method. Perfect for developers seeking quick access to the default settings or configurations associated with an object, ensuring efficient customization and streamlined workflow. | +| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.cmx/cmximage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging.fileformats.cmx/cmximage/resize/#resize_2)(int, int, ResizeType) | Effortlessly resize the image to desired dimensions with this intuitive method. Perfect for developers seeking to adjust the size of images dynamically, ensuring they fit the layout or requirements of their applications seamlessly. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.cmx/cmximage/rotateflip/)(RotateFlipType) | Effortlessly adjust the orientation of the image by rotating, flipping, or applying both operations with this versatile method. Perfect for developers seeking to customize image orientation dynamically, ensuring optimal presentation or alignment in their applications. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging.fileformats.cmx/cmximage/setpalette/)(IColorPalette, bool) | Customize the color palette of the image with this intuitive method. Ideal for developers seeking to apply specific color schemes or adjustments dynamically, ensuring precise control over the visual appearance of their images. | + +## Examples The following example shows how to cache all pages of a CMX image. @@ -108,10 +108,10 @@ using (Aspose.Imaging.FileFormats.Cmx.CmxImage image = (Aspose.Imaging.FileForma ### See Also -* class [Image](../../aspose.imaging/image) -* class [VectorMultipageImage](../../aspose.imaging/vectormultipageimage) -* interface [ICmxImage](../icmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../aspose.imaging.fileformats.cmx) +* class [Image](../../aspose.imaging/image/) +* class [VectorMultipageImage](../../aspose.imaging/vectormultipageimage/) +* interface [ICmxImage](../icmximage/) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../aspose.imaging.fileformats.cmx/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/bitsperpixel/_index.md index 72f47331c161..03bbf19162ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: CmxImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Retrieve the bit depth of the image effortlessly with this userfriendly property. Ideal for developers seeking to determine the level of detail or color depth present in their images ensuring accurate processing and manipulation type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx/cmximage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cachedata/_index.md index d764f39cae11..18cbdd1d083b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cachedata/_index.md @@ -1,20 +1,20 @@ --- -title: CacheData +title: CmxImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage method. Cache the data to prevent additional loading from the underlying source DataStreamContainer with this convenient method. Ideal for developers seeking to optimize performance by preloading data ensuring faster access and smoother operation in their applications type: docs weight: 120 url: /net/aspose.imaging.fileformats.cmx/cmximage/cachedata/ --- ## CmxImage.CacheData method -Cache the data to prevent additional loading from the underlying source [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer) with this convenient method. Ideal for developers seeking to optimize performance by preloading data, ensuring faster access and smoother operation in their applications. +Cache the data to prevent additional loading from the underlying source [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer/) with this convenient method. Ideal for developers seeking to optimize performance by preloading data, ensuring faster access and smoother operation in their applications. ```csharp public override void CacheData() ``` -### Examples +## Examples The following example shows how to cache all pages of a CMX image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.FileFormats.Cmx.CmxImage image = (Aspose.Imaging.FileForma ### See Also -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cmximage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cmximage/_index.md index ad7bd2e26d20..abde45a3f14a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cmximage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cmximage/_index.md @@ -1,14 +1,14 @@ --- -title: CmxImage +title: CmxImage.CmxImage second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage constructor. Start working with the CmxImage class seamlessly by initializing a new instance with a streamContainer and loadOptions parameters. Ideal for developers seeking a convenient way to load CMX images from various data sources while customizing the loading process as needed type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx/cmximage/cmximage/ --- ## CmxImage constructor -Start working with the [`CmxImage`](../../cmximage) class seamlessly by initializing a new instance with a streamContainer and loadOptions parameters. Ideal for developers seeking a convenient way to load CMX images from various data sources while customizing the loading process as needed. +Start working with the [`CmxImage`](../) class seamlessly by initializing a new instance with a streamContainer and loadOptions parameters. Ideal for developers seeking a convenient way to load CMX images from various data sources while customizing the loading process as needed. ```csharp public CmxImage(StreamContainer streamContainer, LoadOptions loadOptions) @@ -21,10 +21,10 @@ public CmxImage(StreamContainer streamContainer, LoadOptions loadOptions) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cmxpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cmxpage/_index.md index bf989d14f634..64fbad450204 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cmxpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/cmxpage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPage +title: CmxImage.CmxPage second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Effortlessly retrieve the CMX page of the image with this intuitive property. Ideal for developers seeking quick access to individual pages within CMX images ensuring efficient navigation and management type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx/cmximage/cmxpage/ @@ -20,9 +20,9 @@ The CMX page. ### See Also -* class [CmxPage](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [CmxPage](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/document/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/document/_index.md index 5dfaed6631da..422192f30714 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/document/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/document/_index.md @@ -1,7 +1,7 @@ --- -title: Document +title: CmxImage.Document second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Retrieve the CMX document effortlessly with this intuitive property. Ideal for developers seeking to access or modify CMX images ensuring flexibility and efficiency in their applications type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx/cmximage/document/ @@ -20,9 +20,9 @@ The CMX document. ### See Also -* class [CmxDocument](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxdocument) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [CmxDocument](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxdocument/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/fileformat/_index.md index c06576b1a0ed..23191aa9b8d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: CmxImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Retrieve the file format of the image effortlessly with this userfriendly property. Ideal for developers seeking to determine the format of their images dynamically ensuring compatibility and accurate processing in their applications type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx/cmximage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/getdefaultoptions/_index.md index 67be1d2fff06..bb0cffdc5cd3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: CmxImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage method. Retrieve the default options effortlessly with this userfriendly method. Perfect for developers seeking quick access to the default settings or configurations associated with an object ensuring efficient customization and streamlined workflow type: docs weight: 130 url: /net/aspose.imaging.fileformats.cmx/cmximage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/heightf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/heightf/_index.md index bf04b30d7706..963595daebff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/heightf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/heightf/_index.md @@ -1,7 +1,7 @@ --- -title: HeightF +title: CmxImage.HeightF second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Effortlessly obtain the height of the object measured in inches with this userfriendly property. Ideal for developers seeking precise dimensional information for effective layout and presentation in their applications type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx/cmximage/heightf/ @@ -20,8 +20,8 @@ The object height, in inches. ### See Also -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/iscached/_index.md index 852d564956d7..a1c35f720a65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: CmxImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Determine whether the objects data is currently cached eliminating the need for data reading. Ideal for developers seeking to optimize performance by leveraging cached data efficiently ensuring faster access to object information type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx/cmximage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pagecount/_index.md index e1e489c17d35..bf84f280e472 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: CmxImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Retrieve the total page count of the image with this intuitive property. Ideal for developers seeking to manage multipage images dynamically ensuring efficient navigation and manipulation of image content type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx/cmximage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pageexportingaction/_index.md index 32983c041046..468e42599191 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: CmxImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Effortlessly retrieve or modify the page exporting action associated with the image using this intuitive property. Ideal for developers seeking to customize the export behavior of pages within multipage images ensuring flexibility and efficiency in their applications. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx/cmximage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pages/_index.md index 60a70c4b77f0..377bdb6b4360 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: CmxImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Retrieve the pages of the image seamlessly with this intuitive property. Ideal for developers seeking to access and manipulate individual pages within multipage images ensuring efficient navigation and processing type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx/cmximage/pages/ @@ -18,7 +18,7 @@ public override Image[] Pages { get; } The pages. -### Examples +## Examples The following example shows how to cache all pages of a CMX image. @@ -43,9 +43,9 @@ using (Aspose.Imaging.FileFormats.Cmx.CmxImage image = (Aspose.Imaging.FileForma ### See Also -* class [Image](../../../aspose.imaging/image) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [Image](../../../aspose.imaging/image/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/resize/_index.md index 7fc6f30757b8..cd8ef2e922d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: CmxImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage method. Effortlessly resize the image to desired dimensions with this intuitive method. Perfect for developers seeking to adjust the size of images dynamically ensuring they fit the layout or requirements of their applications seamlessly type: docs weight: 140 url: /net/aspose.imaging.fileformats.cmx/cmximage/resize/ --- -## CmxImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Effortlessly resize the image to desired dimensions with this intuitive method. Perfect for developers seeking to adjust the size of images dynamically, ensuring they fit the layout or requirements of their applications seamlessly. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) --- -## CmxImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -45,9 +45,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/rotateflip/_index.md index e578520b91f7..1ec101a63e3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: CmxImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage method. Effortlessly adjust the orientation of the image by rotating flipping or applying both operations with this versatile method. Perfect for developers seeking to customize image orientation dynamically ensuring optimal presentation or alignment in their applications type: docs weight: 150 url: /net/aspose.imaging.fileformats.cmx/cmximage/rotateflip/ @@ -20,9 +20,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/setpalette/_index.md index b9e691668f0e..97260c4bbe0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: CmxImage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage method. Customize the color palette of the image with this intuitive method. Ideal for developers seeking to apply specific color schemes or adjustments dynamically ensuring precise control over the visual appearance of their images type: docs weight: 160 url: /net/aspose.imaging.fileformats.cmx/cmximage/setpalette/ @@ -21,9 +21,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/widthf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/widthf/_index.md index ab2a5146cfa4..cf52ba9d3b8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/widthf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximage/widthf/_index.md @@ -1,7 +1,7 @@ --- -title: WidthF +title: CmxImage.WidthF second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImage property. Retrieve the width of the object in inches with this intuitive property. Ideal for developers seeking precise measurements of objects in their applications ensuring accurate layout and presentation type: docs weight: 110 url: /net/aspose.imaging.fileformats.cmx/cmximage/widthf/ @@ -20,8 +20,8 @@ The object width, in inches. ### See Also -* class [CmxImage](../../cmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage) +* class [CmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/_index.md index c97fcd27f52f..300e1a0c31a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxImagePage +title: Class CmxImagePage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.CmxImagePage class. The image of CMX page type: docs weight: 1920 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/ @@ -18,73 +18,73 @@ public class CmxImagePage : VectorImage, ICmxImage | Name | Description | | --- | --- | -| [CmxImagePage](cmximagepage)(CmxPage) | Initializes a new instance of the [`CmxImagePage`](../cmximagepage) class. | +| [CmxImagePage](cmximagepage/)(CmxPage) | Initializes a new instance of the `CmxImagePage` class. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.cmx/cmximagepage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CmxPage](../../aspose.imaging.fileformats.cmx/cmximagepage/cmxpage) { get; } | Gets the CMX page. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.cmx/cmximagepage/fileformat) { get; } | Gets a value of file format | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging/vectorimage/height) { get; } | Gets the image height. | -| override [HeightF](../../aspose.imaging.fileformats.cmx/cmximagepage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.cmx/cmximagepage/iscached) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging/vectorimage/width) { get; } | Gets the image width. | -| override [WidthF](../../aspose.imaging.fileformats.cmx/cmximagepage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.cmx/cmximagepage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CmxPage](../../aspose.imaging.fileformats.cmx/cmximagepage/cmxpage/) { get; } | Gets the CMX page. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.cmx/cmximagepage/fileformat/) { get; } | Gets a value of file format | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging/vectorimage/height/) { get; } | Gets the image height. | +| override [HeightF](../../aspose.imaging.fileformats.cmx/cmximagepage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.cmx/cmximagepage/iscached/) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging/vectorimage/width/) { get; } | Gets the image width. | +| override [WidthF](../../aspose.imaging.fileformats.cmx/cmximagepage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging.fileformats.cmx/cmximagepage/cachedata)() | Cache can not be used. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.cmx/cmximagepage/getdefaultoptions)(object[]) | Gets the default options. | -| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.cmx/cmximagepage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging.fileformats.cmx/cmximagepage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.cmx/cmximagepage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging.fileformats.cmx/cmximagepage/setpalette)(IColorPalette, bool) | Sets the image palette. | +| override [CacheData](../../aspose.imaging.fileformats.cmx/cmximagepage/cachedata/)() | Cache can not be used. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.cmx/cmximagepage/getdefaultoptions/)(object[]) | Gets the default options. | +| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.cmx/cmximagepage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging.fileformats.cmx/cmximagepage/resize/#resize_2)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.cmx/cmximagepage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging.fileformats.cmx/cmximagepage/setpalette/)(IColorPalette, bool) | Sets the image palette. | ### See Also -* class [Image](../../aspose.imaging/image) -* class [VectorImage](../../aspose.imaging/vectorimage) -* interface [ICmxImage](../icmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../aspose.imaging.fileformats.cmx) +* class [Image](../../aspose.imaging/image/) +* class [VectorImage](../../aspose.imaging/vectorimage/) +* interface [ICmxImage](../icmximage/) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../aspose.imaging.fileformats.cmx/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/bitsperpixel/_index.md index 1a849eebd682..3916cee508fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: CmxImagePage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage property. Gets the image bits per pixel count type: docs weight: 20 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cachedata/_index.md index 7ffcd9750cca..fe72477e977f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cachedata/_index.md @@ -1,7 +1,7 @@ --- -title: CacheData +title: CmxImagePage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage method. Cache can not be used type: docs weight: 80 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/cachedata/ @@ -14,7 +14,7 @@ Cache can not be used. public override void CacheData() ``` -### Examples +## Examples The following example shows how to cache all pages of a CMX image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.FileFormats.Cmx.CmxImage image = (Aspose.Imaging.FileForma ### See Also -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cmximagepage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cmximagepage/_index.md index ef2fd525a9be..bdd4b704fed9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cmximagepage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cmximagepage/_index.md @@ -1,14 +1,14 @@ --- -title: CmxImagePage +title: CmxImagePage.CmxImagePage second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage constructor. Initializes a new instance of the CmxImagePage class type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/cmximagepage/ --- ## CmxImagePage constructor -Initializes a new instance of the [`CmxImagePage`](../../cmximagepage) class. +Initializes a new instance of the [`CmxImagePage`](../) class. ```csharp public CmxImagePage(CmxPage cmxPage) @@ -20,9 +20,9 @@ public CmxImagePage(CmxPage cmxPage) ### See Also -* class [CmxPage](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage) -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [CmxPage](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cmxpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cmxpage/_index.md index 0071208e8110..b8c52027c8d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cmxpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/cmxpage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPage +title: CmxImagePage.CmxPage second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage property. Gets the CMX page type: docs weight: 30 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/cmxpage/ @@ -20,9 +20,9 @@ The CMX page. ### See Also -* class [CmxPage](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage) -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [CmxPage](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/fileformat/_index.md index 65f2b36fcc54..b3a5d601fbef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: CmxImagePage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage property. Gets a value of file format type: docs weight: 40 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/getdefaultoptions/_index.md index 12a017d4ee08..667c585a3007 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: CmxImagePage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage method. Gets the default options type: docs weight: 90 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/heightf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/heightf/_index.md index cf1b0a2d0e4b..a32e05d9184b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/heightf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/heightf/_index.md @@ -1,7 +1,7 @@ --- -title: HeightF +title: CmxImagePage.HeightF second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage property. Gets the object height in inches type: docs weight: 50 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/heightf/ @@ -20,8 +20,8 @@ The object height, in inches. ### See Also -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/iscached/_index.md index 9a67082ee4fb..1df055f1989d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: CmxImagePage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage property. Gets a value indicating whether objects data is cached currently and no data reading is required type: docs weight: 60 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/resize/_index.md index 577788306274..0a1e216f517b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: CmxImagePage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage method. Resizes the image type: docs weight: 100 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/resize/ --- -## CmxImagePage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resizes the image. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) --- -## CmxImagePage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -45,9 +45,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/rotateflip/_index.md index b8bb342259b6..744316403741 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: CmxImagePage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage method. Rotates flips or rotates and flips the image type: docs weight: 110 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/rotateflip/ @@ -20,9 +20,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/setpalette/_index.md index 2723a5186d29..c295d08e24d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: CmxImagePage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage method. Sets the image palette type: docs weight: 120 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/setpalette/ @@ -21,9 +21,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/widthf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/widthf/_index.md index 73cbfc9e725e..22da1f40d4bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/widthf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/cmximagepage/widthf/_index.md @@ -1,7 +1,7 @@ --- -title: WidthF +title: CmxImagePage.WidthF second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxImagePage property. Gets the object width in inches type: docs weight: 70 url: /net/aspose.imaging.fileformats.cmx/cmximagepage/widthf/ @@ -20,8 +20,8 @@ The object width, in inches. ### See Also -* class [CmxImagePage](../../cmximagepage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage) +* class [CmxImagePage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../cmximagepage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/icmximage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/icmximage/_index.md index 8c317d3fc57b..f3770e45a661 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/icmximage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/icmximage/_index.md @@ -1,7 +1,7 @@ --- -title: ICmxImage +title: Interface ICmxImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Cmx.ICmxImage interface. The CMX image interface type: docs weight: 1930 url: /net/aspose.imaging.fileformats.cmx/icmximage/ @@ -18,12 +18,12 @@ public interface ICmxImage : IObjectWithSizeF | Name | Description | | --- | --- | -| [CmxPage](../../aspose.imaging.fileformats.cmx/icmximage/cmxpage) { get; } | Gets the CMX page. | +| [CmxPage](../../aspose.imaging.fileformats.cmx/icmximage/cmxpage/) { get; } | Gets the CMX page. | ### See Also -* interface [IObjectWithSizeF](../../aspose.imaging.interfaces/iobjectwithsizef) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../aspose.imaging.fileformats.cmx) +* interface [IObjectWithSizeF](../../aspose.imaging.interfaces/iobjectwithsizef/) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../aspose.imaging.fileformats.cmx/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/icmximage/cmxpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/icmximage/cmxpage/_index.md index 9cca5c44777b..d35aeb62af35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/icmximage/cmxpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.cmx/icmximage/cmxpage/_index.md @@ -1,7 +1,7 @@ --- -title: CmxPage +title: ICmxImage.CmxPage second_title: Aspose.Imaging for .NET API Reference -description: +description: ICmxImage property. Gets the CMX page type: docs weight: 10 url: /net/aspose.imaging.fileformats.cmx/icmximage/cmxpage/ @@ -20,9 +20,9 @@ The CMX page. ### See Also -* class [CmxPage](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage) -* interface [ICmxImage](../../icmximage) -* namespace [Aspose.Imaging.FileFormats.Cmx](../../icmximage) +* class [CmxPage](../../../aspose.imaging.fileformats.cmx.objectmodel/cmxpage/) +* interface [ICmxImage](../) +* namespace [Aspose.Imaging.FileFormats.Cmx](../../icmximage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/_index.md index 64a90d54fd68..8525cdcc75ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Core.VectorPaths second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains PSD Vector Paths. +description: The namespace contains PSD Vector Paths type: docs weight: 280 url: /net/aspose.imaging.fileformats.core.vectorpaths/ @@ -12,23 +12,23 @@ The namespace contains PSD Vector Paths. | Class | Description | | --- | --- | -| [BezierKnotRecord](./bezierknotrecord) | Bezier Knot Record Class | -| [ClipboardRecord](./clipboardrecord) | Clipboard Record Class | -| [InitialFillRuleRecord](./initialfillrulerecord) | Initial Fill Rule Record Class | -| [LengthRecord](./lengthrecord) | Subpath Length Record Class | -| [PathFillRuleRecord](./pathfillrulerecord) | Path Fill Rule Record Class | -| [VectorPathRecord](./vectorpathrecord) | Vector Path Record Class | -| [VectorPathRecordFactory](./vectorpathrecordfactory) | Vector Path Record Factory Class | +| [BezierKnotRecord](./bezierknotrecord/) | Bezier Knot Record Class | +| [ClipboardRecord](./clipboardrecord/) | Clipboard Record Class | +| [InitialFillRuleRecord](./initialfillrulerecord/) | Initial Fill Rule Record Class | +| [LengthRecord](./lengthrecord/) | Subpath Length Record Class | +| [PathFillRuleRecord](./pathfillrulerecord/) | Path Fill Rule Record Class | +| [VectorPathRecord](./vectorpathrecord/) | Vector Path Record Class | +| [VectorPathRecordFactory](./vectorpathrecordfactory/) | Vector Path Record Factory Class | ## Interfaces | Interface | Description | | --- | --- | -| [IVectorPathData](./ivectorpathdata) | The interface for access to the vector path data. | +| [IVectorPathData](./ivectorpathdata/) | The interface for access to the vector path data. | ## Enumeration | Enumeration | Description | | --- | --- | -| [PathOperations](./pathoperations) | The operations for the path shapes combining (Boolean operations). | -| [VectorPathType](./vectorpathtype) | Vector Path Type according to PSD Format Specification | +| [PathOperations](./pathoperations/) | The operations for the path shapes combining (Boolean operations). | +| [VectorPathType](./vectorpathtype/) | Vector Path Type according to PSD Format Specification | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/_index.md index 8246944711d3..f8a66e3a99f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/_index.md @@ -1,7 +1,7 @@ --- -title: BezierKnotRecord +title: Class BezierKnotRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.BezierKnotRecord class. Bezier Knot Record Class type: docs weight: 2290 url: /net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/ @@ -18,24 +18,24 @@ public class BezierKnotRecord : VectorPathRecord | Name | Description | | --- | --- | -| [BezierKnotRecord](bezierknotrecord)() | Initializes a new instance of the [`BezierKnotRecord`](../bezierknotrecord) class. | -| [BezierKnotRecord](bezierknotrecord)(byte[]) | Initializes a new instance of the [`BezierKnotRecord`](../bezierknotrecord) class. | +| [BezierKnotRecord](bezierknotrecord/#constructor)() | Initializes a new instance of the `BezierKnotRecord` class. | +| [BezierKnotRecord](bezierknotrecord/#constructor_1)(byte[]) | Initializes a new instance of the `BezierKnotRecord` class. | ## Properties | Name | Description | | --- | --- | -| [IsClosed](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isclosed) { get; set; } | Gets or sets a value indicating whether this instance is closed. | -| [IsLinked](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/islinked) { get; set; } | Gets or sets a value indicating whether this instance is linked. | -| [IsOpen](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isopen) { get; set; } | Gets or sets a value indicating whether this instance is open. | -| [PathPoints](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/pathpoints) { get; set; } | Gets or sets the path points. | -| [Points](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/points) { get; set; } | Gets or sets the points. | -| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/type) { get; } | Gets the type. | +| [IsClosed](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isclosed/) { get; set; } | Gets or sets a value indicating whether this instance is closed. | +| [IsLinked](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/islinked/) { get; set; } | Gets or sets a value indicating whether this instance is linked. | +| [IsOpen](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isopen/) { get; set; } | Gets or sets a value indicating whether this instance is open. | +| [PathPoints](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/pathpoints/) { get; set; } | Gets or sets the path points. | +| [Points](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/points/) { get; set; } | Gets or sets the points. | +| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/type/) { get; } | Gets the type. | ### See Also -* class [VectorPathRecord](../vectorpathrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* class [VectorPathRecord](../vectorpathrecord/) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/bezierknotrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/bezierknotrecord/_index.md index f9e7dcdd7d5c..ad5ea1533bee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/bezierknotrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/bezierknotrecord/_index.md @@ -1,14 +1,14 @@ --- -title: BezierKnotRecord +title: BezierKnotRecord.BezierKnotRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierKnotRecord constructor. Initializes a new instance of the BezierKnotRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/bezierknotrecord/ --- -## BezierKnotRecord constructor (1 of 2) +## BezierKnotRecord() {#constructor} -Initializes a new instance of the [`BezierKnotRecord`](../../bezierknotrecord) class. +Initializes a new instance of the [`BezierKnotRecord`](../) class. ```csharp public BezierKnotRecord() @@ -16,15 +16,15 @@ public BezierKnotRecord() ### See Also -* class [BezierKnotRecord](../../bezierknotrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord) +* class [BezierKnotRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord/) * assembly [Aspose.Imaging](../../../) --- -## BezierKnotRecord constructor (2 of 2) +## BezierKnotRecord(byte[]) {#constructor_1} -Initializes a new instance of the [`BezierKnotRecord`](../../bezierknotrecord) class. +Initializes a new instance of the [`BezierKnotRecord`](../) class. ```csharp public BezierKnotRecord(byte[] data) @@ -36,8 +36,8 @@ public BezierKnotRecord(byte[] data) ### See Also -* class [BezierKnotRecord](../../bezierknotrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord) +* class [BezierKnotRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isclosed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isclosed/_index.md index afcc740609f8..e6f8ad6596bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isclosed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isclosed/_index.md @@ -1,7 +1,7 @@ --- -title: IsClosed +title: BezierKnotRecord.IsClosed second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierKnotRecord property. Gets or sets a value indicating whether this instance is closed type: docs weight: 20 url: /net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isclosed/ @@ -20,8 +20,8 @@ public bool IsClosed { get; set; } ### See Also -* class [BezierKnotRecord](../../bezierknotrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord) +* class [BezierKnotRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/islinked/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/islinked/_index.md index 4b3d45c4ddc4..9d28b74a7654 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/islinked/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/islinked/_index.md @@ -1,7 +1,7 @@ --- -title: IsLinked +title: BezierKnotRecord.IsLinked second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierKnotRecord property. Gets or sets a value indicating whether this instance is linked type: docs weight: 30 url: /net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/islinked/ @@ -20,8 +20,8 @@ public bool IsLinked { get; set; } ### See Also -* class [BezierKnotRecord](../../bezierknotrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord) +* class [BezierKnotRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isopen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isopen/_index.md index 9722bbd1dccc..3d2f2b6ab0a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isopen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isopen/_index.md @@ -1,7 +1,7 @@ --- -title: IsOpen +title: BezierKnotRecord.IsOpen second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierKnotRecord property. Gets or sets a value indicating whether this instance is open type: docs weight: 40 url: /net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/isopen/ @@ -20,8 +20,8 @@ public bool IsOpen { get; set; } ### See Also -* class [BezierKnotRecord](../../bezierknotrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord) +* class [BezierKnotRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/pathpoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/pathpoints/_index.md index bf1d4cb27b37..2b3eeaaef670 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/pathpoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/pathpoints/_index.md @@ -1,7 +1,7 @@ --- -title: PathPoints +title: BezierKnotRecord.PathPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierKnotRecord property. Gets or sets the path points type: docs weight: 50 url: /net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/pathpoints/ @@ -20,9 +20,9 @@ The path points. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [BezierKnotRecord](../../bezierknotrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [BezierKnotRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/points/_index.md index 8053f662424a..9796b4886288 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: BezierKnotRecord.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierKnotRecord property. Gets or sets the points type: docs weight: 60 url: /net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [BezierKnotRecord](../../bezierknotrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord) +* struct [Point](../../../aspose.imaging/point/) +* class [BezierKnotRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/type/_index.md index 732d47173f2f..f72b4a843de3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: BezierKnotRecord.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierKnotRecord property. Gets the type type: docs weight: 70 url: /net/aspose.imaging.fileformats.core.vectorpaths/bezierknotrecord/type/ @@ -20,9 +20,9 @@ The type. ### See Also -* enum [VectorPathType](../../vectorpathtype) -* class [BezierKnotRecord](../../bezierknotrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord) +* enum [VectorPathType](../../vectorpathtype/) +* class [BezierKnotRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../bezierknotrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/_index.md index 59d369bd4cd1..e808374ea52c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/_index.md @@ -1,7 +1,7 @@ --- -title: ClipboardRecord +title: Class ClipboardRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.ClipboardRecord class. Clipboard Record Class type: docs weight: 2300 url: /net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/ @@ -18,21 +18,21 @@ public class ClipboardRecord : VectorPathRecord | Name | Description | | --- | --- | -| [ClipboardRecord](clipboardrecord)() | Initializes a new instance of the [`ClipboardRecord`](../clipboardrecord) class. | -| [ClipboardRecord](clipboardrecord)(byte[]) | Initializes a new instance of the [`ClipboardRecord`](../clipboardrecord) class. | +| [ClipboardRecord](clipboardrecord/#constructor)() | Initializes a new instance of the `ClipboardRecord` class. | +| [ClipboardRecord](clipboardrecord/#constructor_1)(byte[]) | Initializes a new instance of the `ClipboardRecord` class. | ## Properties | Name | Description | | --- | --- | -| [BoundingRect](../../aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/boundingrect) { get; set; } | Gets or sets the bounding rect. | -| [Resolution](../../aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/resolution) { get; set; } | Gets or sets the resolution. | -| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/type) { get; } | Gets the type. | +| [BoundingRect](../../aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/boundingrect/) { get; set; } | Gets or sets the bounding rect. | +| [Resolution](../../aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/resolution/) { get; set; } | Gets or sets the resolution. | +| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/type/) { get; } | Gets the type. | ### See Also -* class [VectorPathRecord](../vectorpathrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* class [VectorPathRecord](../vectorpathrecord/) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/boundingrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/boundingrect/_index.md index f8c41ada125f..dc07195ddde2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/boundingrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/boundingrect/_index.md @@ -1,7 +1,7 @@ --- -title: BoundingRect +title: ClipboardRecord.BoundingRect second_title: Aspose.Imaging for .NET API Reference -description: +description: ClipboardRecord property. Gets or sets the bounding rect type: docs weight: 20 url: /net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/boundingrect/ @@ -20,9 +20,9 @@ The bounding rect. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [ClipboardRecord](../../clipboardrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [ClipboardRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/clipboardrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/clipboardrecord/_index.md index 9b3bdd5383ca..d46eeb6df4c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/clipboardrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/clipboardrecord/_index.md @@ -1,14 +1,14 @@ --- -title: ClipboardRecord +title: ClipboardRecord.ClipboardRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: ClipboardRecord constructor. Initializes a new instance of the ClipboardRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/clipboardrecord/ --- -## ClipboardRecord constructor (1 of 2) +## ClipboardRecord() {#constructor} -Initializes a new instance of the [`ClipboardRecord`](../../clipboardrecord) class. +Initializes a new instance of the [`ClipboardRecord`](../) class. ```csharp public ClipboardRecord() @@ -16,15 +16,15 @@ public ClipboardRecord() ### See Also -* class [ClipboardRecord](../../clipboardrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord) +* class [ClipboardRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord/) * assembly [Aspose.Imaging](../../../) --- -## ClipboardRecord constructor (2 of 2) +## ClipboardRecord(byte[]) {#constructor_1} -Initializes a new instance of the [`ClipboardRecord`](../../clipboardrecord) class. +Initializes a new instance of the [`ClipboardRecord`](../) class. ```csharp public ClipboardRecord(byte[] data) @@ -36,8 +36,8 @@ public ClipboardRecord(byte[] data) ### See Also -* class [ClipboardRecord](../../clipboardrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord) +* class [ClipboardRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/resolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/resolution/_index.md index c4bbe3a34ad1..090a8b0288e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/resolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/resolution/_index.md @@ -1,7 +1,7 @@ --- -title: Resolution +title: ClipboardRecord.Resolution second_title: Aspose.Imaging for .NET API Reference -description: +description: ClipboardRecord property. Gets or sets the resolution type: docs weight: 30 url: /net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/resolution/ @@ -20,8 +20,8 @@ The resolution. ### See Also -* class [ClipboardRecord](../../clipboardrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord) +* class [ClipboardRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/type/_index.md index b34e87f7705b..31bef16f6e2f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: ClipboardRecord.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: ClipboardRecord property. Gets the type type: docs weight: 40 url: /net/aspose.imaging.fileformats.core.vectorpaths/clipboardrecord/type/ @@ -20,9 +20,9 @@ The type. ### See Also -* enum [VectorPathType](../../vectorpathtype) -* class [ClipboardRecord](../../clipboardrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord) +* enum [VectorPathType](../../vectorpathtype/) +* class [ClipboardRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../clipboardrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/_index.md index 9eefcbe9dfe9..2f4db28200d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/_index.md @@ -1,7 +1,7 @@ --- -title: InitialFillRuleRecord +title: Class InitialFillRuleRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord class. Initial Fill Rule Record Class type: docs weight: 2320 url: /net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/ @@ -18,21 +18,21 @@ public class InitialFillRuleRecord : VectorPathRecord | Name | Description | | --- | --- | -| [InitialFillRuleRecord](initialfillrulerecord)() | Initializes a new instance of the [`InitialFillRuleRecord`](../initialfillrulerecord) class. | -| [InitialFillRuleRecord](initialfillrulerecord)(bool) | Initializes a new instance of the [`InitialFillRuleRecord`](../initialfillrulerecord) class. | -| [InitialFillRuleRecord](initialfillrulerecord)(byte[]) | Initializes a new instance of the [`InitialFillRuleRecord`](../initialfillrulerecord) class. | +| [InitialFillRuleRecord](initialfillrulerecord/#constructor)() | Initializes a new instance of the `InitialFillRuleRecord` class. | +| [InitialFillRuleRecord](initialfillrulerecord/#constructor_1)(bool) | Initializes a new instance of the `InitialFillRuleRecord` class. | +| [InitialFillRuleRecord](initialfillrulerecord/#constructor_2)(byte[]) | Initializes a new instance of the `InitialFillRuleRecord` class. | ## Properties | Name | Description | | --- | --- | -| [IsFillStartsWithAllPixels](../../aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/isfillstartswithallpixels) { get; set; } | Gets or sets a value indicating whether is fill starts with all pixels. | -| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/type) { get; } | Gets the type. | +| [IsFillStartsWithAllPixels](../../aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/isfillstartswithallpixels/) { get; set; } | Gets or sets a value indicating whether is fill starts with all pixels. | +| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/type/) { get; } | Gets the type. | ### See Also -* class [VectorPathRecord](../vectorpathrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* class [VectorPathRecord](../vectorpathrecord/) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/initialfillrulerecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/initialfillrulerecord/_index.md index 57f3d41c7424..c7dee54826e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/initialfillrulerecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/initialfillrulerecord/_index.md @@ -1,14 +1,14 @@ --- -title: InitialFillRuleRecord +title: InitialFillRuleRecord.InitialFillRuleRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: InitialFillRuleRecord constructor. Initializes a new instance of the InitialFillRuleRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/initialfillrulerecord/ --- -## InitialFillRuleRecord constructor (1 of 3) +## InitialFillRuleRecord() {#constructor} -Initializes a new instance of the [`InitialFillRuleRecord`](../../initialfillrulerecord) class. +Initializes a new instance of the [`InitialFillRuleRecord`](../) class. ```csharp public InitialFillRuleRecord() @@ -16,15 +16,15 @@ public InitialFillRuleRecord() ### See Also -* class [InitialFillRuleRecord](../../initialfillrulerecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord) +* class [InitialFillRuleRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord/) * assembly [Aspose.Imaging](../../../) --- -## InitialFillRuleRecord constructor (2 of 3) +## InitialFillRuleRecord(bool) {#constructor_1} -Initializes a new instance of the [`InitialFillRuleRecord`](../../initialfillrulerecord) class. +Initializes a new instance of the [`InitialFillRuleRecord`](../) class. ```csharp public InitialFillRuleRecord(bool isFillStartsWithAllPixels) @@ -36,15 +36,15 @@ public InitialFillRuleRecord(bool isFillStartsWithAllPixels) ### See Also -* class [InitialFillRuleRecord](../../initialfillrulerecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord) +* class [InitialFillRuleRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord/) * assembly [Aspose.Imaging](../../../) --- -## InitialFillRuleRecord constructor (3 of 3) +## InitialFillRuleRecord(byte[]) {#constructor_2} -Initializes a new instance of the [`InitialFillRuleRecord`](../../initialfillrulerecord) class. +Initializes a new instance of the [`InitialFillRuleRecord`](../) class. ```csharp public InitialFillRuleRecord(byte[] data) @@ -56,8 +56,8 @@ public InitialFillRuleRecord(byte[] data) ### See Also -* class [InitialFillRuleRecord](../../initialfillrulerecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord) +* class [InitialFillRuleRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/isfillstartswithallpixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/isfillstartswithallpixels/_index.md index 8ee257675a1a..725c5d4721db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/isfillstartswithallpixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/isfillstartswithallpixels/_index.md @@ -1,7 +1,7 @@ --- -title: IsFillStartsWithAllPixels +title: InitialFillRuleRecord.IsFillStartsWithAllPixels second_title: Aspose.Imaging for .NET API Reference -description: +description: InitialFillRuleRecord property. Gets or sets a value indicating whether is fill starts with all pixels type: docs weight: 20 url: /net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/isfillstartswithallpixels/ @@ -20,8 +20,8 @@ The is fill starts with all pixels. ### See Also -* class [InitialFillRuleRecord](../../initialfillrulerecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord) +* class [InitialFillRuleRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/type/_index.md index 4b68e42a230f..989ad9967a7d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: InitialFillRuleRecord.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: InitialFillRuleRecord property. Gets the type type: docs weight: 30 url: /net/aspose.imaging.fileformats.core.vectorpaths/initialfillrulerecord/type/ @@ -20,9 +20,9 @@ The type. ### See Also -* enum [VectorPathType](../../vectorpathtype) -* class [InitialFillRuleRecord](../../initialfillrulerecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord) +* enum [VectorPathType](../../vectorpathtype/) +* class [InitialFillRuleRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../initialfillrulerecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/_index.md index 3ead1e95f3ab..1e4307dd94ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/_index.md @@ -1,7 +1,7 @@ --- -title: IVectorPathData +title: Interface IVectorPathData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.IVectorPathData interface. The interface for access to the vector path data type: docs weight: 2310 url: /net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/ @@ -18,15 +18,15 @@ public interface IVectorPathData | Name | Description | | --- | --- | -| [IsDisabled](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isdisabled) { get; set; } | Gets or sets a value indicating whether this instance is disabled. | -| [IsInverted](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isinverted) { get; set; } | Gets or sets a value indicating whether this instance is inverted. | -| [IsNotLinked](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isnotlinked) { get; set; } | Gets or sets a value indicating whether this instance is not linked. | -| [Paths](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/paths) { get; set; } | Gets or sets the path records. | -| [Version](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/version) { get; set; } | Gets or sets the version. | +| [IsDisabled](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isdisabled/) { get; set; } | Gets or sets a value indicating whether this instance is disabled. | +| [IsInverted](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isinverted/) { get; set; } | Gets or sets a value indicating whether this instance is inverted. | +| [IsNotLinked](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isnotlinked/) { get; set; } | Gets or sets a value indicating whether this instance is not linked. | +| [Paths](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/paths/) { get; set; } | Gets or sets the path records. | +| [Version](../../aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/version/) { get; set; } | Gets or sets the version. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isdisabled/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isdisabled/_index.md index fa6ad78dad59..0a0949232dda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isdisabled/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isdisabled/_index.md @@ -1,7 +1,7 @@ --- -title: IsDisabled +title: IVectorPathData.IsDisabled second_title: Aspose.Imaging for .NET API Reference -description: +description: IVectorPathData property. Gets or sets a value indicating whether this instance is disabled type: docs weight: 10 url: /net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isdisabled/ @@ -20,8 +20,8 @@ public bool IsDisabled { get; set; } ### See Also -* interface [IVectorPathData](../../ivectorpathdata) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata) +* interface [IVectorPathData](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isinverted/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isinverted/_index.md index 2de0a3679be9..54cea6163507 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isinverted/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isinverted/_index.md @@ -1,7 +1,7 @@ --- -title: IsInverted +title: IVectorPathData.IsInverted second_title: Aspose.Imaging for .NET API Reference -description: +description: IVectorPathData property. Gets or sets a value indicating whether this instance is inverted type: docs weight: 20 url: /net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isinverted/ @@ -20,8 +20,8 @@ public bool IsInverted { get; set; } ### See Also -* interface [IVectorPathData](../../ivectorpathdata) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata) +* interface [IVectorPathData](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isnotlinked/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isnotlinked/_index.md index 6d6c2c443e27..ea3856a74f82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isnotlinked/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isnotlinked/_index.md @@ -1,7 +1,7 @@ --- -title: IsNotLinked +title: IVectorPathData.IsNotLinked second_title: Aspose.Imaging for .NET API Reference -description: +description: IVectorPathData property. Gets or sets a value indicating whether this instance is not linked type: docs weight: 30 url: /net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/isnotlinked/ @@ -20,8 +20,8 @@ public bool IsNotLinked { get; set; } ### See Also -* interface [IVectorPathData](../../ivectorpathdata) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata) +* interface [IVectorPathData](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/paths/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/paths/_index.md index 9fd9d16ec329..d5aa309ffc79 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/paths/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/paths/_index.md @@ -1,7 +1,7 @@ --- -title: Paths +title: IVectorPathData.Paths second_title: Aspose.Imaging for .NET API Reference -description: +description: IVectorPathData property. Gets or sets the path records type: docs weight: 40 url: /net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/paths/ @@ -20,9 +20,9 @@ The paths. ### See Also -* class [VectorPathRecord](../../vectorpathrecord) -* interface [IVectorPathData](../../ivectorpathdata) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata) +* class [VectorPathRecord](../../vectorpathrecord/) +* interface [IVectorPathData](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/version/_index.md index 88749af407be..acf2eb45fdda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: IVectorPathData.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: IVectorPathData property. Gets or sets the version type: docs weight: 50 url: /net/aspose.imaging.fileformats.core.vectorpaths/ivectorpathdata/version/ @@ -20,8 +20,8 @@ The version. ### See Also -* interface [IVectorPathData](../../ivectorpathdata) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata) +* interface [IVectorPathData](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../ivectorpathdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/_index.md index 17f01bcf012b..c65e993e6af8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/_index.md @@ -1,7 +1,7 @@ --- -title: LengthRecord +title: Class LengthRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.LengthRecord class. Subpath Length Record Class type: docs weight: 2330 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/ @@ -18,25 +18,25 @@ public class LengthRecord : VectorPathRecord | Name | Description | | --- | --- | -| [LengthRecord](lengthrecord)() | Initializes a new instance of the [`LengthRecord`](../lengthrecord) class. | -| [LengthRecord](lengthrecord)(byte[]) | Initializes a new instance of the [`LengthRecord`](../lengthrecord) class. | +| [LengthRecord](lengthrecord/#constructor)() | Initializes a new instance of the `LengthRecord` class. | +| [LengthRecord](lengthrecord/#constructor_1)(byte[]) | Initializes a new instance of the `LengthRecord` class. | ## Properties | Name | Description | | --- | --- | -| [BezierKnotRecordsCount](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/bezierknotrecordscount) { get; set; } | Gets or sets the bezier knot records count. | -| [IsClosed](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isclosed) { get; set; } | Gets or sets a value indicating whether this instance is closed. | -| [IsOpen](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isopen) { get; set; } | Gets or sets a value indicating whether this instance is open. | -| [PathOperations](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/pathoperations) { get; set; } | Gets or sets the path operations. | -| [RecordCount](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/recordcount) { get; set; } | Gets or sets the record count. | -| [ShapeIndex](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/shapeindex) { get; set; } | Gets or sets the index of current path shape in layer. | -| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/type) { get; } | Gets the type. | +| [BezierKnotRecordsCount](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/bezierknotrecordscount/) { get; set; } | Gets or sets the bezier knot records count. | +| [IsClosed](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isclosed/) { get; set; } | Gets or sets a value indicating whether this instance is closed. | +| [IsOpen](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isopen/) { get; set; } | Gets or sets a value indicating whether this instance is open. | +| [PathOperations](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/pathoperations/) { get; set; } | Gets or sets the path operations. | +| [RecordCount](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/recordcount/) { get; set; } | Gets or sets the record count. | +| [ShapeIndex](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/shapeindex/) { get; set; } | Gets or sets the index of current path shape in layer. | +| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/lengthrecord/type/) { get; } | Gets the type. | ### See Also -* class [VectorPathRecord](../vectorpathrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* class [VectorPathRecord](../vectorpathrecord/) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/bezierknotrecordscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/bezierknotrecordscount/_index.md index b2025b4dcfb7..c24af9df822c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/bezierknotrecordscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/bezierknotrecordscount/_index.md @@ -1,7 +1,7 @@ --- -title: BezierKnotRecordsCount +title: LengthRecord.BezierKnotRecordsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: LengthRecord property. Gets or sets the bezier knot records count type: docs weight: 20 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/bezierknotrecordscount/ @@ -16,8 +16,8 @@ public int BezierKnotRecordsCount { get; set; } ### See Also -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isclosed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isclosed/_index.md index 499d3c70f4bf..4419a936a20a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isclosed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isclosed/_index.md @@ -1,7 +1,7 @@ --- -title: IsClosed +title: LengthRecord.IsClosed second_title: Aspose.Imaging for .NET API Reference -description: +description: LengthRecord property. Gets or sets a value indicating whether this instance is closed type: docs weight: 30 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isclosed/ @@ -20,8 +20,8 @@ public bool IsClosed { get; set; } ### See Also -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isopen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isopen/_index.md index f7a7d20b8a70..fcb57490f20f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isopen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isopen/_index.md @@ -1,7 +1,7 @@ --- -title: IsOpen +title: LengthRecord.IsOpen second_title: Aspose.Imaging for .NET API Reference -description: +description: LengthRecord property. Gets or sets a value indicating whether this instance is open type: docs weight: 40 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/isopen/ @@ -20,8 +20,8 @@ public bool IsOpen { get; set; } ### See Also -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/lengthrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/lengthrecord/_index.md index a8c7999c3669..58869a67df56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/lengthrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/lengthrecord/_index.md @@ -1,14 +1,14 @@ --- -title: LengthRecord +title: LengthRecord.LengthRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: LengthRecord constructor. Initializes a new instance of the LengthRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/lengthrecord/ --- -## LengthRecord constructor (1 of 2) +## LengthRecord(byte[]) {#constructor_1} -Initializes a new instance of the [`LengthRecord`](../../lengthrecord) class. +Initializes a new instance of the [`LengthRecord`](../) class. ```csharp public LengthRecord(byte[] data) @@ -26,15 +26,15 @@ public LengthRecord(byte[] data) ### See Also -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) --- -## LengthRecord constructor (2 of 2) +## LengthRecord() {#constructor} -Initializes a new instance of the [`LengthRecord`](../../lengthrecord) class. +Initializes a new instance of the [`LengthRecord`](../) class. ```csharp public LengthRecord() @@ -42,8 +42,8 @@ public LengthRecord() ### See Also -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/pathoperations/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/pathoperations/_index.md index e3770ce05217..a6ea00e0c81c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/pathoperations/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/pathoperations/_index.md @@ -1,7 +1,7 @@ --- -title: PathOperations +title: LengthRecord.PathOperations second_title: Aspose.Imaging for .NET API Reference -description: +description: LengthRecord property. Gets or sets the path operations type: docs weight: 50 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/pathoperations/ @@ -16,9 +16,9 @@ public PathOperations PathOperations { get; set; } ### See Also -* enum [PathOperations](../../pathoperations) -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* enum [PathOperations](../../pathoperations/) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/recordcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/recordcount/_index.md index ad5ca8f99056..e806c846124f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/recordcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/recordcount/_index.md @@ -1,7 +1,7 @@ --- -title: RecordCount +title: LengthRecord.RecordCount second_title: Aspose.Imaging for .NET API Reference -description: +description: LengthRecord property. Gets or sets the record count type: docs weight: 60 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/recordcount/ @@ -20,8 +20,8 @@ The record count. ### See Also -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/shapeindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/shapeindex/_index.md index 76eefc76176c..787cacf98de3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/shapeindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/shapeindex/_index.md @@ -1,7 +1,7 @@ --- -title: ShapeIndex +title: LengthRecord.ShapeIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: LengthRecord property. Gets or sets the index of current path shape in layer type: docs weight: 70 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/shapeindex/ @@ -16,8 +16,8 @@ public ushort ShapeIndex { get; set; } ### See Also -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/type/_index.md index 5013c3c9ab61..596eb7359756 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: LengthRecord.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: LengthRecord property. Gets the type type: docs weight: 80 url: /net/aspose.imaging.fileformats.core.vectorpaths/lengthrecord/type/ @@ -20,9 +20,9 @@ The type. ### See Also -* enum [VectorPathType](../../vectorpathtype) -* class [LengthRecord](../../lengthrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord) +* enum [VectorPathType](../../vectorpathtype/) +* class [LengthRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../lengthrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/_index.md index 40437cf2c363..2b95c7fa758d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/_index.md @@ -1,7 +1,7 @@ --- -title: PathFillRuleRecord +title: Class PathFillRuleRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.PathFillRuleRecord class. Path Fill Rule Record Class type: docs weight: 2340 url: /net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/ @@ -18,19 +18,19 @@ public class PathFillRuleRecord : VectorPathRecord | Name | Description | | --- | --- | -| [PathFillRuleRecord](pathfillrulerecord)() | Initializes a new instance of the [`PathFillRuleRecord`](../pathfillrulerecord) class. | -| [PathFillRuleRecord](pathfillrulerecord)(byte[]) | Initializes a new instance of the [`PathFillRuleRecord`](../pathfillrulerecord) class. | +| [PathFillRuleRecord](pathfillrulerecord/#constructor)() | Initializes a new instance of the `PathFillRuleRecord` class. | +| [PathFillRuleRecord](pathfillrulerecord/#constructor_1)(byte[]) | Initializes a new instance of the `PathFillRuleRecord` class. | ## Properties | Name | Description | | --- | --- | -| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/type) { get; } | Gets the type. | +| override [Type](../../aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/type/) { get; } | Gets the type. | ### See Also -* class [VectorPathRecord](../vectorpathrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* class [VectorPathRecord](../vectorpathrecord/) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/pathfillrulerecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/pathfillrulerecord/_index.md index 8f671d2cc4eb..cb2e9819e2e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/pathfillrulerecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/pathfillrulerecord/_index.md @@ -1,14 +1,14 @@ --- -title: PathFillRuleRecord +title: PathFillRuleRecord.PathFillRuleRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: PathFillRuleRecord constructor. Initializes a new instance of the PathFillRuleRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/pathfillrulerecord/ --- -## PathFillRuleRecord constructor (1 of 2) +## PathFillRuleRecord() {#constructor} -Initializes a new instance of the [`PathFillRuleRecord`](../../pathfillrulerecord) class. +Initializes a new instance of the [`PathFillRuleRecord`](../) class. ```csharp public PathFillRuleRecord() @@ -16,15 +16,15 @@ public PathFillRuleRecord() ### See Also -* class [PathFillRuleRecord](../../pathfillrulerecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../pathfillrulerecord) +* class [PathFillRuleRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../pathfillrulerecord/) * assembly [Aspose.Imaging](../../../) --- -## PathFillRuleRecord constructor (2 of 2) +## PathFillRuleRecord(byte[]) {#constructor_1} -Initializes a new instance of the [`PathFillRuleRecord`](../../pathfillrulerecord) class. +Initializes a new instance of the [`PathFillRuleRecord`](../) class. ```csharp public PathFillRuleRecord(byte[] data) @@ -36,8 +36,8 @@ public PathFillRuleRecord(byte[] data) ### See Also -* class [PathFillRuleRecord](../../pathfillrulerecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../pathfillrulerecord) +* class [PathFillRuleRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../pathfillrulerecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/type/_index.md index 437ad89e6812..ae4966376a97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: PathFillRuleRecord.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: PathFillRuleRecord property. Gets the type type: docs weight: 20 url: /net/aspose.imaging.fileformats.core.vectorpaths/pathfillrulerecord/type/ @@ -20,9 +20,9 @@ The type. ### See Also -* enum [VectorPathType](../../vectorpathtype) -* class [PathFillRuleRecord](../../pathfillrulerecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../pathfillrulerecord) +* enum [VectorPathType](../../vectorpathtype/) +* class [PathFillRuleRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../pathfillrulerecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathoperations/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathoperations/_index.md index fde4fda63855..ba0bd8c97ecb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathoperations/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/pathoperations/_index.md @@ -1,7 +1,7 @@ --- -title: PathOperations +title: Enum PathOperations second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.PathOperations enum. The operations for the path shapes combining Boolean operations type: docs weight: 2350 url: /net/aspose.imaging.fileformats.core.vectorpaths/pathoperations/ @@ -25,7 +25,7 @@ public enum PathOperations ### See Also -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/_index.md index 0c892f02a660..bb13117571bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/_index.md @@ -1,7 +1,7 @@ --- -title: VectorPathRecord +title: Class VectorPathRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.VectorPathRecord class. Vector Path Record Class type: docs weight: 2360 url: /net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/ @@ -18,11 +18,11 @@ public abstract class VectorPathRecord | Name | Description | | --- | --- | -| abstract [Type](../../aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/type) { get; } | Gets the type. | +| abstract [Type](../../aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/type/) { get; } | Gets the type. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/type/_index.md index 14564ef45278..aec159aa3304 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: VectorPathRecord.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorPathRecord property. Gets the type type: docs weight: 10 url: /net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/type/ @@ -20,9 +20,9 @@ The Vector Path Type. ### See Also -* enum [VectorPathType](../../vectorpathtype) -* class [VectorPathRecord](../../vectorpathrecord) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../vectorpathrecord) +* enum [VectorPathType](../../vectorpathtype/) +* class [VectorPathRecord](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../vectorpathrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/_index.md index 82e42ad5a866..67934b9b1097 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/_index.md @@ -1,7 +1,7 @@ --- -title: VectorPathRecordFactory +title: Class VectorPathRecordFactory second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.VectorPathRecordFactory class. Vector Path Record Factory Class type: docs weight: 2370 url: /net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/ @@ -18,17 +18,17 @@ public class VectorPathRecordFactory | Name | Description | | --- | --- | -| [VectorPathRecordFactory](vectorpathrecordfactory)() | The default constructor. | +| [VectorPathRecordFactory](vectorpathrecordfactory/)() | The default constructor. | ## Methods | Name | Description | | --- | --- | -| [ProducePathRecord](../../aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/producepathrecord)(byte[]) | Produces the path record. | +| [ProducePathRecord](../../aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/producepathrecord/)(byte[]) | Produces the path record. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/producepathrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/producepathrecord/_index.md index 7bb55512ead5..3abe4fb07962 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/producepathrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/producepathrecord/_index.md @@ -1,7 +1,7 @@ --- -title: ProducePathRecord +title: VectorPathRecordFactory.ProducePathRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorPathRecordFactory method. Produces the path record type: docs weight: 20 url: /net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/producepathrecord/ @@ -20,7 +20,7 @@ public VectorPathRecord ProducePathRecord(byte[] data) ### Return Value -Created [`VectorPathRecord`](../../vectorpathrecord) +Created [`VectorPathRecord`](../../vectorpathrecord/) ### Exceptions @@ -30,9 +30,9 @@ Created [`VectorPathRecord`](../../vectorpathrecord) ### See Also -* class [VectorPathRecord](../../vectorpathrecord) -* class [VectorPathRecordFactory](../../vectorpathrecordfactory) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../vectorpathrecordfactory) +* class [VectorPathRecord](../../vectorpathrecord/) +* class [VectorPathRecordFactory](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../vectorpathrecordfactory/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/vectorpathrecordfactory/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/vectorpathrecordfactory/_index.md index c1caa81e74c3..134df7d414c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/vectorpathrecordfactory/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/vectorpathrecordfactory/_index.md @@ -1,7 +1,7 @@ --- -title: VectorPathRecordFactory +title: VectorPathRecordFactory.VectorPathRecordFactory second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorPathRecordFactory constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.core.vectorpaths/vectorpathrecordfactory/vectorpathrecordfactory/ @@ -16,8 +16,8 @@ public VectorPathRecordFactory() ### See Also -* class [VectorPathRecordFactory](../../vectorpathrecordfactory) -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../vectorpathrecordfactory) +* class [VectorPathRecordFactory](../) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../vectorpathrecordfactory/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathtype/_index.md index d998c34b5309..62415dc1cc4e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.core.vectorpaths/vectorpathtype/_index.md @@ -1,7 +1,7 @@ --- -title: VectorPathType +title: Enum VectorPathType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Core.VectorPaths.VectorPathType enum. Vector Path Type according to PSD Format Specification type: docs weight: 2380 url: /net/aspose.imaging.fileformats.core.vectorpaths/vectorpathtype/ @@ -30,7 +30,7 @@ public enum VectorPathType : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths) +* namespace [Aspose.Imaging.FileFormats.Core.VectorPaths](../../aspose.imaging.fileformats.core.vectorpaths/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/_index.md index e9fba6774047..fa3a579b63ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/_index.md @@ -12,15 +12,15 @@ The namespace handles Dicom file format processin | Class | Description | | --- | --- | -| [Compression](./compression) | Contains the image compression settings. | -| [DicomImage](./dicomimage) | This Class implements Digital Imaging and Communications in Medicine (DICOM) raster image format support and offers a comprehensive solution for processing DICOM images with precision and flexibility. You can seamlessly manipulate image pages, including operations to get, add, or remove pages, and control the default and active pages. With capabilities to work with alpha channels, embed XMP metadata, resize, rotate, crop, binarize, adjust, apply filters, and convert to other raster formats. This API empowers developers to handle DICOM images effectively while meeting diverse application requirements in medical imaging contexts. | -| [DicomImageInfo](./dicomimageinfo) | Contains all meta-information from Dicom file header | -| [DicomPage](./dicompage) | It is class for work with DICOM files of the type multi frame | +| [Compression](./compression/) | Contains the image compression settings. | +| [DicomImage](./dicomimage/) | This Class implements Digital Imaging and Communications in Medicine (DICOM) raster image format support and offers a comprehensive solution for processing DICOM images with precision and flexibility. You can seamlessly manipulate image pages, including operations to get, add, or remove pages, and control the default and active pages. With capabilities to work with alpha channels, embed XMP metadata, resize, rotate, crop, binarize, adjust, apply filters, and convert to other raster formats. This API empowers developers to handle DICOM images effectively while meeting diverse application requirements in medical imaging contexts. | +| [DicomImageInfo](./dicomimageinfo/) | Contains all meta-information from Dicom file header | +| [DicomPage](./dicompage/) | It is class for work with DICOM files of the type multi frame | ## Enumeration | Enumeration | Description | | --- | --- | -| [ColorType](./colortype) | The type of the color. | -| [CompressionType](./compressiontype) | The DICOM image compression type. | +| [ColorType](./colortype/) | The type of the color. | +| [CompressionType](./compressiontype/) | The DICOM image compression type. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/colortype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/colortype/_index.md index 51fa78f85de3..3158394f5a80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/colortype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/colortype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorType +title: Enum ColorType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dicom.ColorType enum. The type of the color type: docs weight: 2390 url: /net/aspose.imaging.fileformats.dicom/colortype/ @@ -24,7 +24,7 @@ public enum ColorType ### See Also -* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/_index.md index 187ea95683f4..d67ec46b22f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: Class Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dicom.Compression class. Contains the image compression settings type: docs weight: 2400 url: /net/aspose.imaging.fileformats.dicom/compression/ @@ -18,19 +18,19 @@ public class Compression | Name | Description | | --- | --- | -| [Compression](compression)() | The default constructor. | +| [Compression](compression/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Jpeg](../../aspose.imaging.fileformats.dicom/compression/jpeg) { get; set; } | Gets or sets the JPEG options. | -| [Jpeg2000](../../aspose.imaging.fileformats.dicom/compression/jpeg2000) { get; set; } | Gets or sets the JPEG 2000 options. | -| [Type](../../aspose.imaging.fileformats.dicom/compression/type) { get; set; } | Gets or sets the type. | +| [Jpeg](../../aspose.imaging.fileformats.dicom/compression/jpeg/) { get; set; } | Gets or sets the JPEG options. | +| [Jpeg2000](../../aspose.imaging.fileformats.dicom/compression/jpeg2000/) { get; set; } | Gets or sets the JPEG 2000 options. | +| [Type](../../aspose.imaging.fileformats.dicom/compression/type/) { get; set; } | Gets or sets the type. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/compression/_index.md index 2177085321c7..872bc8bd7ee6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: Compression.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: Compression constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.dicom/compression/compression/ @@ -16,8 +16,8 @@ public Compression() ### See Also -* class [Compression](../../compression) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../compression) +* class [Compression](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../compression/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/jpeg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/jpeg/_index.md index d6a1354a4eca..251ea3d0b22e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/jpeg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/jpeg/_index.md @@ -1,7 +1,7 @@ --- -title: Jpeg +title: Compression.Jpeg second_title: Aspose.Imaging for .NET API Reference -description: +description: Compression property. Gets or sets the JPEG options type: docs weight: 20 url: /net/aspose.imaging.fileformats.dicom/compression/jpeg/ @@ -20,9 +20,9 @@ The JPEG options. ### See Also -* class [JpegOptions](../../../aspose.imaging.imageoptions/jpegoptions) -* class [Compression](../../compression) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../compression) +* class [JpegOptions](../../../aspose.imaging.imageoptions/jpegoptions/) +* class [Compression](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../compression/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/jpeg2000/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/jpeg2000/_index.md index d91bc827c61d..9f61bae9e077 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/jpeg2000/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/jpeg2000/_index.md @@ -1,7 +1,7 @@ --- -title: Jpeg2000 +title: Compression.Jpeg2000 second_title: Aspose.Imaging for .NET API Reference -description: +description: Compression property. Gets or sets the JPEG 2000 options type: docs weight: 30 url: /net/aspose.imaging.fileformats.dicom/compression/jpeg2000/ @@ -20,9 +20,9 @@ The JPEG 2000 options. ### See Also -* class [Jpeg2000Options](../../../aspose.imaging.imageoptions/jpeg2000options) -* class [Compression](../../compression) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../compression) +* class [Jpeg2000Options](../../../aspose.imaging.imageoptions/jpeg2000options/) +* class [Compression](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../compression/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/type/_index.md index 17ec1099d693..a9cc8b1938a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compression/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: Compression.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: Compression property. Gets or sets the type type: docs weight: 40 url: /net/aspose.imaging.fileformats.dicom/compression/type/ @@ -20,9 +20,9 @@ The type. ### See Also -* enum [CompressionType](../../compressiontype) -* class [Compression](../../compression) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../compression) +* enum [CompressionType](../../compressiontype/) +* class [Compression](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../compression/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compressiontype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compressiontype/_index.md index 13db227b1954..764bb6c263cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compressiontype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/compressiontype/_index.md @@ -1,7 +1,7 @@ --- -title: CompressionType +title: Enum CompressionType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dicom.CompressionType enum. The DICOM image compression type type: docs weight: 2410 url: /net/aspose.imaging.fileformats.dicom/compressiontype/ @@ -25,7 +25,7 @@ public enum CompressionType ### See Also -* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/_index.md index 6649eb894806..d45cb6aaa43c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/_index.md @@ -1,7 +1,7 @@ --- -title: DicomImage +title: Class DicomImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dicom.DicomImage class. This Class implements Digital Imaging and Communications in Medicine DICOM raster image format support and offers a comprehensive solution for processing DICOM images with precision and flexibility. You can seamlessly manipulate image pages including operations to get add or remove pages and control the default and active pages. With capabilities to work with alpha channels embed XMP metadata resize rotate crop binarize adjust apply filters and convert to other raster formats. This API empowers developers to handle DICOM images effectively while meeting diverse application requirements in medical imaging contexts type: docs weight: 2420 url: /net/aspose.imaging.fileformats.dicom/dicomimage/ @@ -18,146 +18,146 @@ public sealed class DicomImage : RasterCachedMultipageImage, IMultipageImageExt | Name | Description | | --- | --- | -| [DicomImage](dicomimage)(Stream) | Create a new instance of the DicomImage class by utilizing a stream parameter in this constructor. Perfect for developers seeking a streamlined way to initialize [`DicomImage`](../dicomimage) objects from existing data streams in their projects. | -| [DicomImage](dicomimage)(Stream, LoadOptions) | Initiate a new instance of the DicomImage class smoothly by employing a stream and loadOptions parameters in this constructor. Ideal for developers eager to start working with [`DicomImage`](../dicomimage) objects promptly and effectively in their projects. | -| [DicomImage](dicomimage)(DicomOptions, int, int) | Initialize a fresh instance of the DicomImage class effortlessly with this constructor, utilizing dicomOptions parameters. Perfect for developers looking to dive into [`DicomImage`](../dicomimage) objects swiftly and efficiently in their projects. | +| [DicomImage](dicomimage/#constructor_1)(Stream) | Create a new instance of the DicomImage class by utilizing a stream parameter in this constructor. Perfect for developers seeking a streamlined way to initialize `DicomImage` objects from existing data streams in their projects. | +| [DicomImage](dicomimage/#constructor_2)(Stream, LoadOptions) | Initiate a new instance of the DicomImage class smoothly by employing a stream and loadOptions parameters in this constructor. Ideal for developers eager to start working with `DicomImage` objects promptly and effectively in their projects. | +| [DicomImage](dicomimage/#constructor)(DicomOptions, int, int) | Initialize a fresh instance of the DicomImage class effortlessly with this constructor, utilizing dicomOptions parameters. Perfect for developers looking to dive into `DicomImage` objects swiftly and efficiently in their projects. | ## Properties | Name | Description | | --- | --- | -| [ActivePage](../../aspose.imaging.fileformats.dicom/dicomimage/activepage) { get; set; } | Manage the active page of the image with this intuitive property. Ideal for developers seeking to dynamically switch between pages within multi-page images, ensuring efficient navigation and processing. | -| [ActivePageIndex](../../aspose.imaging.fileformats.dicom/dicomimage/activepageindex) { get; } | Retrieve the index of the active page effortlessly with this intuitive property. Ideal for developers seeking quick access to the current page index within multi-page images, ensuring efficient navigation and processing. | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [DicomPages](../../aspose.imaging.fileformats.dicom/dicomimage/dicompages) { get; } | Access the pages of the image with this intuitive property. Ideal for developers seeking to interact with individual pages within the image, ensuring seamless navigation and manipulation. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.dicom/dicomimage/fileformat) { get; } | Retrieve the file format value effortlessly with this intuitive property. Ideal for developers seeking quick access to the format of the image file, ensuring efficient handling and processing based on the file type. | -| [FileInfo](../../aspose.imaging.fileformats.dicom/dicomimage/fileinfo) { get; } | Retrieve valuable header information from the DICOM file effortlessly with this intuitive property. Ideal for developers seeking quick access to essential details encapsulated within the DICOM file, ensuring efficient data extraction and analysis. | -| override [HasAlpha](../../aspose.imaging.fileformats.dicom/dicomimage/hasalpha) { get; } | Retrieve whether the image has an alpha channel effortlessly with this intuitive property. Ideal for developers seeking to determine if the image contains transparency information, ensuring precise handling of alpha channel data in image processing tasks. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor) { get; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| override [PageCount](../../aspose.imaging.fileformats.dicom/dicomimage/pagecount) { get; } | Retrieve the total page count of the image with this intuitive property. Ideal for developers seeking quick access to the number of pages within an image, ensuring efficient navigation and management. | -| override [PageExportingAction](../../aspose.imaging.fileformats.dicom/dicomimage/pageexportingaction) { get; set; } | Manage the page exporting action with this intuitive property. Ideal for developers seeking to control the export behavior of image pages, ensuring seamless integration and customization in various image processing workflows. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.dicom/dicomimage/pages) { get; } | Access the pages of the image with this intuitive property. Ideal for developers seeking to interact with individual pages within the image, ensuring seamless navigation and manipulation. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging.fileformats.dicom/dicomimage/xmpdata) { get; set; } | Access or modify the XMP metadata associated with the image using this intuitive property. Ideal for developers seeking to manage metadata information embedded within the image file, ensuring seamless integration and customization in various image processing workflows. | +| [ActivePage](../../aspose.imaging.fileformats.dicom/dicomimage/activepage/) { get; set; } | Manage the active page of the image with this intuitive property. Ideal for developers seeking to dynamically switch between pages within multi-page images, ensuring efficient navigation and processing. | +| [ActivePageIndex](../../aspose.imaging.fileformats.dicom/dicomimage/activepageindex/) { get; } | Retrieve the index of the active page effortlessly with this intuitive property. Ideal for developers seeking quick access to the current page index within multi-page images, ensuring efficient navigation and processing. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [DicomPages](../../aspose.imaging.fileformats.dicom/dicomimage/dicompages/) { get; } | Access the pages of the image with this intuitive property. Ideal for developers seeking to interact with individual pages within the image, ensuring seamless navigation and manipulation. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.dicom/dicomimage/fileformat/) { get; } | Retrieve the file format value effortlessly with this intuitive property. Ideal for developers seeking quick access to the format of the image file, ensuring efficient handling and processing based on the file type. | +| [FileInfo](../../aspose.imaging.fileformats.dicom/dicomimage/fileinfo/) { get; } | Retrieve valuable header information from the DICOM file effortlessly with this intuitive property. Ideal for developers seeking quick access to essential details encapsulated within the DICOM file, ensuring efficient data extraction and analysis. | +| override [HasAlpha](../../aspose.imaging.fileformats.dicom/dicomimage/hasalpha/) { get; } | Retrieve whether the image has an alpha channel effortlessly with this intuitive property. Ideal for developers seeking to determine if the image contains transparency information, ensuring precise handling of alpha channel data in image processing tasks. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor/) { get; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| override [PageCount](../../aspose.imaging.fileformats.dicom/dicomimage/pagecount/) { get; } | Retrieve the total page count of the image with this intuitive property. Ideal for developers seeking quick access to the number of pages within an image, ensuring efficient navigation and management. | +| override [PageExportingAction](../../aspose.imaging.fileformats.dicom/dicomimage/pageexportingaction/) { get; set; } | Manage the page exporting action with this intuitive property. Ideal for developers seeking to control the export behavior of image pages, ensuring seamless integration and customization in various image processing workflows. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.dicom/dicomimage/pages/) { get; } | Access the pages of the image with this intuitive property. Ideal for developers seeking to interact with individual pages within the image, ensuring seamless navigation and manipulation. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging.fileformats.dicom/dicomimage/xmpdata/) { get; set; } | Access or modify the XMP metadata associated with the image using this intuitive property. Ideal for developers seeking to manage metadata information embedded within the image file, ensuring seamless integration and customization in various image processing workflows. | ## Methods | Name | Description | | --- | --- | -| [AddPage](../../aspose.imaging.fileformats.dicom/dicomimage/addpage)() | Append a new page to the end of the image's page list with this straightforward method. Ideal for developers seeking to dynamically expand multi-page images, ensuring seamless integration and organization of image content. | -| [AddPage](../../aspose.imaging.fileformats.dicom/dicomimage/addpage)(RasterImage) | Expand your image collection by adding a new page with this intuitive method. Ideal for developers seeking to dynamically append pages to multi-page images, ensuring seamless expansion and organization of image content. | -| override [AdjustBrightness](../../aspose.imaging.fileformats.dicom/dicomimage/adjustbrightness)(int) | Enhance image luminance with the adjustment of *brightness*, a parameterized method that allows developers to finely tune the luminosity of images. This user-friendly function empowers developers to seamlessly manipulate image brightness, offering flexibility and control over visual aesthetics. | -| override [AdjustContrast](../../aspose.imaging.fileformats.dicom/dicomimage/adjustcontrast)(float) | Enhance [`Image`](../../aspose.imaging/image) contrast with this user-friendly method, which adjusts the disparity between light and dark areas. Improve visual clarity and definition effortlessly, providing developers with intuitive control over image contrast for optimal rendering. | -| override [AdjustGamma](../../aspose.imaging.fileformats.dicom/dicomimage/adjustgamma)(float) | Enhance image quality and adjust it with gamma correction, a powerful technique for fine-tuning visual appearance. Perfect for developers aiming to optimize image presentation, adjust color balance, and ensure consistent rendering across different devices and environments. | -| override [AdjustGamma](../../aspose.imaging.fileformats.dicom/dicomimage/adjustgamma)(float, float, float) | Achieve precise color adjustments by applying gamma correction independently to the red, green, and blue components of an image. This method ensures accurate color balance and optimal visual output, catering to developers seeking granular control over image rendering and color accuracy. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging.fileformats.dicom/dicomimage/binarizebradley)(double, int) | Binarize images with Bradley's adaptive thresholding algorithm, leveraging integral image thresholding for improved performance. Ideal for developers looking to automatically segment images based on local variations in brightness, ensuring accurate object detection and extraction in varying lighting conditions. | -| override [BinarizeFixed](../../aspose.imaging.fileformats.dicom/dicomimage/binarizefixed)(byte) | Easily convert the image into a binary format using a predefined threshold with this straightforward method. Ideal for developers looking to simplify image processing tasks by segmenting the image into foreground and background components based on specified intensity levels. | -| override [BinarizeOtsu](../../aspose.imaging.fileformats.dicom/dicomimage/binarizeotsu)() | Apply Otsu thresholding to binarize the image, automatically determining the optimal threshold value based on the image's histogram. Perfect for developers seeking a reliable method to segment images into foreground and background regions with minimal manual intervention. | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging.fileformats.dicom/dicomimage/cachedata)() | This method efficiently caches data, optimizing performance and ensuring swift access when needed. Ideal for developers seeking to enhance the speed and efficiency of their applications by intelligently managing data resources. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging.fileformats.dicom/dicomimage/crop)(Rectangle) | Crop the image to remove unwanted areas and focus on essential content with this simple method. Ideal for developers seeking to customize the visual composition of images, ensuring they convey the desired message effectively. | -| override [Crop](../../aspose.imaging.fileformats.dicom/dicomimage/crop)(int, int, int, int) | Adjust the cropping area of the image by applying shifts with this versatile method. Perfect for developers who need precise control over the cropping process, ensuring that important details are retained while eliminating unnecessary elements. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging.fileformats.dicom/dicomimage/dither)(DitheringMethod, int, IColorPalette) | Enhance the current image by applying dithering effects with this straightforward method. Perfect for developers aiming to add texture and depth to images, improving their visual quality and overall appeal. | -| override [Filter](../../aspose.imaging.fileformats.dicom/dicomimage/filter)(Rectangle, FilterOptionsBase) | Effortlessly enhance specific areas of your image by applying filters to designated rectangles. This method provides developers with precise control over image manipulation, allowing for targeted adjustments to achieve desired visual effects with ease. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging.fileformats.dicom/dicomimage/grayscale)() | Easily transform images into their grayscale representation, simplifying visual analysis and processing tasks. Perfect for developers seeking to enhance image clarity, reduce complexity, and facilitate efficient grayscale-based algorithms for diverse applications. | -| [InsertPage](../../aspose.imaging.fileformats.dicom/dicomimage/insertpage)(int) | Insert a new page into the image's page list at a specified index with this intuitive method. Ideal for developers seeking precise control over the arrangement of pages in multi-page images, ensuring seamless organization and customization of image content. | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [RemovePage](../../aspose.imaging.fileformats.dicom/dicomimage/removepage)(int) | Eliminate the page at the specified index from the page list with this convenient method. Ideal for developers seeking precise control over the management of multi-page images, ensuring seamless organization and customization of image content. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.dicom/dicomimage/resize)(int, int, ImageResizeSettings) | Adjust the size of your image with this simple resizing method. Whether you need to shrink or enlarge your image, this function ensures that your resizing needs are met efficiently and accurately, making it perfect for developers seeking quick and easy image size adjustments. | -| override [Resize](../../aspose.imaging.fileformats.dicom/dicomimage/resize)(int, int, ResizeType) | Adjust the size of the image with this straightforward method. Ideal for developers looking to dynamically resize images, ensuring they fit seamlessly into various contexts and layouts within their applications. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.dicom/dicomimage/resizeheightproportionally)(int, ResizeType) | Adjust the height of the image while maintaining its aspect ratio with this user-friendly method. Perfect for developers seeking to dynamically resize images while preserving their proportions, ensuring optimal display and usability in their applications. | -| [ResizeProportional](../../aspose.imaging.fileformats.dicom/dicomimage/resizeproportional)(int, int, ResizeType) | Resize the image while maintaining its aspect ratio with this convenient method. Ideal for developers seeking to adjust the image dimensions proportionally, ensuring consistency and preserving the original content's proportions. The proportional resize will resize each frame according to the ratio of *newWidth*/width and *newHeight*/height. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.dicom/dicomimage/resizewidthproportionally)(int, ResizeType) | Adjust the width of the image while maintaining its aspect ratio with this convenient method. Ideal for developers seeking to resize images proportionally, ensuring consistent and visually appealing results across different display environment. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.dicom/dicomimage/rotate)(float, bool, Color) | Rotate the image around its center with this convenient method. Ideal for developers seeking to adjust image orientation dynamically, ensuring optimal presentation and alignment within their applications. | -| override [RotateFlip](../../aspose.imaging.fileformats.dicom/dicomimage/rotateflip)(RotateFlipType) | Easily manipulate the active frame by rotating, flipping, or performing both actions simultaneously with this straightforward method. Ideal for developers who need to dynamically adjust the orientation of specific frames within their image sequences, ensuring optimal presentation and alignment. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging.fileformats.dicom/dicomimage/save)(Stream, ImageOptionsBase, Rectangle) | Easily save your image data to a specified stream in the desired file format using this convenient method. Whether you're working with JPEG, PNG, or another format, this function ensures that your image data is saved efficiently and accurately, making it ideal for developers looking to streamline their file-saving processes. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveAll](../../aspose.imaging.fileformats.dicom/dicomimage/saveall)(string, ImageOptionsBase) | Preserve the object's data by saving it to the designated file (indexer + filename) location along with specified file format and options. Ideal for developers seeking to securely store data in various formats while maintaining flexibility and control over saving parameters. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| override [SetResolution](../../aspose.imaging.fileformats.dicom/dicomimage/setresolution)(double, double) | Adjust the resolution of this [`RasterImage`](../../aspose.imaging/rasterimage) with precision using this straightforward method. Ideal for developers looking to tailor image resolution to specific requirements, ensuring optimal display quality and file size management. | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| [AddPage](../../aspose.imaging.fileformats.dicom/dicomimage/addpage/#addpage)() | Append a new page to the end of the image's page list with this straightforward method. Ideal for developers seeking to dynamically expand multi-page images, ensuring seamless integration and organization of image content. | +| [AddPage](../../aspose.imaging.fileformats.dicom/dicomimage/addpage/#addpage_1)(RasterImage) | Expand your image collection by adding a new page with this intuitive method. Ideal for developers seeking to dynamically append pages to multi-page images, ensuring seamless expansion and organization of image content. | +| override [AdjustBrightness](../../aspose.imaging.fileformats.dicom/dicomimage/adjustbrightness/)(int) | Enhance image luminance with the adjustment of *brightness*, a parameterized method that allows developers to finely tune the luminosity of images. This user-friendly function empowers developers to seamlessly manipulate image brightness, offering flexibility and control over visual aesthetics. | +| override [AdjustContrast](../../aspose.imaging.fileformats.dicom/dicomimage/adjustcontrast/)(float) | Enhance [`Image`](../../aspose.imaging/image/) contrast with this user-friendly method, which adjusts the disparity between light and dark areas. Improve visual clarity and definition effortlessly, providing developers with intuitive control over image contrast for optimal rendering. | +| override [AdjustGamma](../../aspose.imaging.fileformats.dicom/dicomimage/adjustgamma/#adjustgamma)(float) | Enhance image quality and adjust it with gamma correction, a powerful technique for fine-tuning visual appearance. Perfect for developers aiming to optimize image presentation, adjust color balance, and ensure consistent rendering across different devices and environments. | +| override [AdjustGamma](../../aspose.imaging.fileformats.dicom/dicomimage/adjustgamma/#adjustgamma_1)(float, float, float) | Achieve precise color adjustments by applying gamma correction independently to the red, green, and blue components of an image. This method ensures accurate color balance and optimal visual output, catering to developers seeking granular control over image rendering and color accuracy. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging.fileformats.dicom/dicomimage/binarizebradley/#binarizebradley_1)(double, int) | Binarize images with Bradley's adaptive thresholding algorithm, leveraging integral image thresholding for improved performance. Ideal for developers looking to automatically segment images based on local variations in brightness, ensuring accurate object detection and extraction in varying lighting conditions. | +| override [BinarizeFixed](../../aspose.imaging.fileformats.dicom/dicomimage/binarizefixed/)(byte) | Easily convert the image into a binary format using a predefined threshold with this straightforward method. Ideal for developers looking to simplify image processing tasks by segmenting the image into foreground and background components based on specified intensity levels. | +| override [BinarizeOtsu](../../aspose.imaging.fileformats.dicom/dicomimage/binarizeotsu/)() | Apply Otsu thresholding to binarize the image, automatically determining the optimal threshold value based on the image's histogram. Perfect for developers seeking a reliable method to segment images into foreground and background regions with minimal manual intervention. | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging.fileformats.dicom/dicomimage/cachedata/)() | This method efficiently caches data, optimizing performance and ensuring swift access when needed. Ideal for developers seeking to enhance the speed and efficiency of their applications by intelligently managing data resources. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging.fileformats.dicom/dicomimage/crop/#crop)(Rectangle) | Crop the image to remove unwanted areas and focus on essential content with this simple method. Ideal for developers seeking to customize the visual composition of images, ensuring they convey the desired message effectively. | +| override [Crop](../../aspose.imaging.fileformats.dicom/dicomimage/crop/#crop_1)(int, int, int, int) | Adjust the cropping area of the image by applying shifts with this versatile method. Perfect for developers who need precise control over the cropping process, ensuring that important details are retained while eliminating unnecessary elements. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging.fileformats.dicom/dicomimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | Enhance the current image by applying dithering effects with this straightforward method. Perfect for developers aiming to add texture and depth to images, improving their visual quality and overall appeal. | +| override [Filter](../../aspose.imaging.fileformats.dicom/dicomimage/filter/)(Rectangle, FilterOptionsBase) | Effortlessly enhance specific areas of your image by applying filters to designated rectangles. This method provides developers with precise control over image manipulation, allowing for targeted adjustments to achieve desired visual effects with ease. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging.fileformats.dicom/dicomimage/grayscale/)() | Easily transform images into their grayscale representation, simplifying visual analysis and processing tasks. Perfect for developers seeking to enhance image clarity, reduce complexity, and facilitate efficient grayscale-based algorithms for diverse applications. | +| [InsertPage](../../aspose.imaging.fileformats.dicom/dicomimage/insertpage/)(int) | Insert a new page into the image's page list at a specified index with this intuitive method. Ideal for developers seeking precise control over the arrangement of pages in multi-page images, ensuring seamless organization and customization of image content. | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [RemovePage](../../aspose.imaging.fileformats.dicom/dicomimage/removepage/)(int) | Eliminate the page at the specified index from the page list with this convenient method. Ideal for developers seeking precise control over the management of multi-page images, ensuring seamless organization and customization of image content. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.dicom/dicomimage/resize/#resize_1)(int, int, ImageResizeSettings) | Adjust the size of your image with this simple resizing method. Whether you need to shrink or enlarge your image, this function ensures that your resizing needs are met efficiently and accurately, making it perfect for developers seeking quick and easy image size adjustments. | +| override [Resize](../../aspose.imaging.fileformats.dicom/dicomimage/resize/#resize_2)(int, int, ResizeType) | Adjust the size of the image with this straightforward method. Ideal for developers looking to dynamically resize images, ensuring they fit seamlessly into various contexts and layouts within their applications. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.dicom/dicomimage/resizeheightproportionally/#resizeheightproportionally_2)(int, ResizeType) | Adjust the height of the image while maintaining its aspect ratio with this user-friendly method. Perfect for developers seeking to dynamically resize images while preserving their proportions, ensuring optimal display and usability in their applications. | +| [ResizeProportional](../../aspose.imaging.fileformats.dicom/dicomimage/resizeproportional/)(int, int, ResizeType) | Resize the image while maintaining its aspect ratio with this convenient method. Ideal for developers seeking to adjust the image dimensions proportionally, ensuring consistency and preserving the original content's proportions. The proportional resize will resize each frame according to the ratio of *newWidth*/width and *newHeight*/height. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.dicom/dicomimage/resizewidthproportionally/#resizewidthproportionally_2)(int, ResizeType) | Adjust the width of the image while maintaining its aspect ratio with this convenient method. Ideal for developers seeking to resize images proportionally, ensuring consistent and visually appealing results across different display environment. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.dicom/dicomimage/rotate/#rotate_1)(float, bool, Color) | Rotate the image around its center with this convenient method. Ideal for developers seeking to adjust image orientation dynamically, ensuring optimal presentation and alignment within their applications. | +| override [RotateFlip](../../aspose.imaging.fileformats.dicom/dicomimage/rotateflip/)(RotateFlipType) | Easily manipulate the active frame by rotating, flipping, or performing both actions simultaneously with this straightforward method. Ideal for developers who need to dynamically adjust the orientation of specific frames within their image sequences, ensuring optimal presentation and alignment. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging.fileformats.dicom/dicomimage/save/#save_3)(Stream, ImageOptionsBase, Rectangle) | Easily save your image data to a specified stream in the desired file format using this convenient method. Whether you're working with JPEG, PNG, or another format, this function ensures that your image data is saved efficiently and accurately, making it ideal for developers looking to streamline their file-saving processes. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveAll](../../aspose.imaging.fileformats.dicom/dicomimage/saveall/)(string, ImageOptionsBase) | Preserve the object's data by saving it to the designated file (indexer + filename) location along with specified file format and options. Ideal for developers seeking to securely store data in various formats while maintaining flexibility and control over saving parameters. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| override [SetResolution](../../aspose.imaging.fileformats.dicom/dicomimage/setresolution/)(double, double) | Adjust the resolution of this [`RasterImage`](../../aspose.imaging/rasterimage/) with precision using this straightforward method. Ideal for developers looking to tailor image resolution to specific requirements, ensuring optimal display quality and file size management. | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples Change Color Type in DICOM compression. @@ -307,9 +307,9 @@ using (DicomImage image = (DicomImage)Image.Create( ### See Also -* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage) -* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom) +* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage/) +* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext/) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/activepage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/activepage/_index.md index 39faee922ed3..071dcfe7a4bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/activepage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/activepage/_index.md @@ -1,7 +1,7 @@ --- -title: ActivePage +title: DicomImage.ActivePage second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Manage the active page of the image with this intuitive property. Ideal for developers seeking to dynamically switch between pages within multipage images ensuring efficient navigation and processing type: docs weight: 20 url: /net/aspose.imaging.fileformats.dicom/dicomimage/activepage/ @@ -22,13 +22,13 @@ The active page. | exception | condition | | --- | --- | -| [DicomImageException](../../../aspose.imaging.coreexceptions.imageformats/dicomimageexception) | The active page cannot be set as it belongs to another image. | +| [DicomImageException](../../../aspose.imaging.coreexceptions.imageformats/dicomimageexception/) | The active page cannot be set as it belongs to another image. | ### See Also -* class [DicomPage](../../dicompage) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomPage](../../dicompage/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/activepageindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/activepageindex/_index.md index 57e1c04ed57d..0ed998edd2e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/activepageindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/activepageindex/_index.md @@ -1,7 +1,7 @@ --- -title: ActivePageIndex +title: DicomImage.ActivePageIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Retrieve the index of the active page effortlessly with this intuitive property. Ideal for developers seeking quick access to the current page index within multipage images ensuring efficient navigation and processing type: docs weight: 30 url: /net/aspose.imaging.fileformats.dicom/dicomimage/activepageindex/ @@ -20,8 +20,8 @@ The index active page. ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/addpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/addpage/_index.md index 70e6bd407673..9edac59f36a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/addpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/addpage/_index.md @@ -1,12 +1,12 @@ --- -title: AddPage +title: DicomImage.AddPage second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Expand your image collection by adding a new page with this intuitive method. Ideal for developers seeking to dynamically append pages to multipage images ensuring seamless expansion and organization of image content type: docs weight: 120 url: /net/aspose.imaging.fileformats.dicom/dicomimage/addpage/ --- -## DicomImage.AddPage method (1 of 2) +## AddPage(RasterImage) {#addpage_1} Expand your image collection by adding a new page with this intuitive method. Ideal for developers seeking to dynamically append pages to multi-page images, ensuring seamless expansion and organization of image content. @@ -26,14 +26,14 @@ public void AddPage(RasterImage page) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) --- -## DicomImage.AddPage method (2 of 2) +## AddPage() {#addpage} Append a new page to the end of the image's page list with this straightforward method. Ideal for developers seeking to dynamically expand multi-page images, ensuring seamless integration and organization of image content. @@ -43,9 +43,9 @@ public DicomPage AddPage() ### Return Value -The newly created [`DicomPage`](../../dicompage). +The newly created [`DicomPage`](../../dicompage/). -### Examples +## Examples Create a multi-page Dicom image. @@ -89,9 +89,9 @@ using (DicomImage image = (DicomImage)Image.Create( ### See Also -* class [DicomPage](../../dicompage) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomPage](../../dicompage/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustbrightness/_index.md index cb65c6663e73..24fb7916eb09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: DicomImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Enhance image luminance with the adjustment of brightness a parameterized method that allows developers to finely tune the luminosity of images. This userfriendly function empowers developers to seamlessly manipulate image brightness offering flexibility and control over visual aesthetics type: docs weight: 130 url: /net/aspose.imaging.fileformats.dicom/dicomimage/adjustbrightness/ @@ -18,7 +18,7 @@ public override void AdjustBrightness(int brightness) | --- | --- | --- | | brightness | Int32 | Brightness value. | -### Examples +## Examples The following example performs brightness correction of a DICOM image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustcontrast/_index.md index e0eea3b4304d..acb970255ee6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustcontrast/_index.md @@ -1,14 +1,14 @@ --- -title: AdjustContrast +title: DicomImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Enhance Image contrast with this userfriendly method which adjusts the disparity between light and dark areas. Improve visual clarity and definition effortlessly providing developers with intuitive control over image contrast for optimal rendering type: docs weight: 140 url: /net/aspose.imaging.fileformats.dicom/dicomimage/adjustcontrast/ --- ## DicomImage.AdjustContrast method -Enhance [`Image`](../../../aspose.imaging/image) contrast with this user-friendly method, which adjusts the disparity between light and dark areas. Improve visual clarity and definition effortlessly, providing developers with intuitive control over image contrast for optimal rendering. +Enhance [`Image`](../../../aspose.imaging/image/) contrast with this user-friendly method, which adjusts the disparity between light and dark areas. Improve visual clarity and definition effortlessly, providing developers with intuitive control over image contrast for optimal rendering. ```csharp public override void AdjustContrast(float contrast) @@ -18,7 +18,7 @@ public override void AdjustContrast(float contrast) | --- | --- | --- | | contrast | Single | Contrast value (in range [-100; 100]) | -### Examples +## Examples The following example performs contrast correction of a DICOM image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustgamma/_index.md index 5ce7ad1266f2..dfee1c12c66b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: DicomImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Enhance image quality and adjust it with gamma correction a powerful technique for finetuning visual appearance. Perfect for developers aiming to optimize image presentation adjust color balance and ensure consistent rendering across different devices and environments type: docs weight: 150 url: /net/aspose.imaging.fileformats.dicom/dicomimage/adjustgamma/ --- -## DicomImage.AdjustGamma method (1 of 2) +## AdjustGamma(float) {#adjustgamma} Enhance image quality and adjust it with gamma correction, a powerful technique for fine-tuning visual appearance. Perfect for developers aiming to optimize image presentation, adjust color balance, and ensure consistent rendering across different devices and environments. @@ -18,7 +18,7 @@ public override void AdjustGamma(float gamma) | --- | --- | --- | | gamma | Single | Gamma for red, green and blue channels coefficient | -### Examples +## Examples The following example performs gamma-correction of a DICOM image. @@ -39,13 +39,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) --- -## DicomImage.AdjustGamma method (2 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Achieve precise color adjustments by applying gamma correction independently to the red, green, and blue components of an image. This method ensures accurate color balance and optimal visual output, catering to developers seeking granular control over image rendering and color accuracy. @@ -59,7 +59,7 @@ public override void AdjustGamma(float gammaRed, float gammaGreen, float gammaBl | gammaGreen | Single | Gamma for green channel coefficient | | gammaBlue | Single | Gamma for blue channel coefficient | -### Examples +## Examples The following example performs gamma-correction of a DICOM image applying different coefficients for color components. @@ -80,8 +80,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizebradley/_index.md index 9737fa6cb947..2f9546ebdca9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizebradley/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeBradley +title: DicomImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Binarize images with Bradleys adaptive thresholding algorithm leveraging integral image thresholding for improved performance. Ideal for developers looking to automatically segment images based on local variations in brightness ensuring accurate object detection and extraction in varying lighting conditions type: docs weight: 160 url: /net/aspose.imaging.fileformats.dicom/dicomimage/binarizebradley/ @@ -19,7 +19,7 @@ public override void BinarizeBradley(double brightnessDifference, int windowSize | brightnessDifference | Double | The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel. | | windowSize | Int32 | The size of s x s window of pixels centered around this pixel | -### Examples +## Examples The following example binarizes a DICOM image with Bradley's adaptive thresholding algorithm with the specified window size. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizefixed/_index.md index 0e45acaa8bd8..9070e2e05001 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: DicomImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Easily convert the image into a binary format using a predefined threshold with this straightforward method. Ideal for developers looking to simplify image processing tasks by segmenting the image into foreground and background components based on specified intensity levels type: docs weight: 170 url: /net/aspose.imaging.fileformats.dicom/dicomimage/binarizefixed/ @@ -18,7 +18,7 @@ public override void BinarizeFixed(byte threshold) | --- | --- | --- | | threshold | Byte | Threshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise. | -### Examples +## Examples The following example binarizes a DICOM image with the predefined threshold. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizeotsu/_index.md index 13591dcbedf4..b201327e1bcb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: DicomImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Apply Otsu thresholding to binarize the image automatically determining the optimal threshold value based on the images histogram. Perfect for developers seeking a reliable method to segment images into foreground and background regions with minimal manual intervention type: docs weight: 180 url: /net/aspose.imaging.fileformats.dicom/dicomimage/binarizeotsu/ @@ -14,7 +14,7 @@ Apply Otsu thresholding to binarize the image, automatically determining the opt public override void BinarizeOtsu() ``` -### Examples +## Examples The following example binarizes a DICOM image with Otsu thresholding. Binarized images contain only 2 colors - black and white. @@ -35,8 +35,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/cachedata/_index.md index 5a4a65715271..4579f9d46a0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/cachedata/_index.md @@ -1,7 +1,7 @@ --- -title: CacheData +title: DicomImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. This method efficiently caches data optimizing performance and ensuring swift access when needed. Ideal for developers seeking to enhance the speed and efficiency of their applications by intelligently managing data resources type: docs weight: 190 url: /net/aspose.imaging.fileformats.dicom/dicomimage/cachedata/ @@ -14,7 +14,7 @@ This method efficiently caches data, optimizing performance and ensuring swift a public override void CacheData() ``` -### Examples +## Examples The following example shows how to cache all pages of a DICOM image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.FileFormats.Dicom.DicomImage image = (Aspose.Imaging.FileF ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/crop/_index.md index 4aa4f062c515..9af1e3e4a95e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: DicomImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Crop the image to remove unwanted areas and focus on essential content with this simple method. Ideal for developers seeking to customize the visual composition of images ensuring they convey the desired message effectively type: docs weight: 200 url: /net/aspose.imaging.fileformats.dicom/dicomimage/crop/ --- -## DicomImage.Crop method (1 of 2) +## Crop(Rectangle) {#crop} Crop the image to remove unwanted areas and focus on essential content with this simple method. Ideal for developers seeking to customize the visual composition of images, ensuring they convey the desired message effectively. @@ -18,7 +18,7 @@ public override void Crop(Rectangle rectangle) | --- | --- | --- | | rectangle | Rectangle | The rectangle. | -### Examples +## Examples The following example crops a DICOM image. The cropping area is be specified via Aspose.Imaging.Rectangle. @@ -42,14 +42,14 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) --- -## DicomImage.Crop method (2 of 2) +## Crop(int, int, int, int) {#crop_1} Adjust the cropping area of the image by applying shifts with this versatile method. Perfect for developers who need precise control over the cropping process, ensuring that important details are retained while eliminating unnecessary elements. @@ -64,7 +64,7 @@ public override void Crop(int leftShift, int rightShift, int topShift, int botto | topShift | Int32 | The top shift. | | bottomShift | Int32 | The bottom shift. | -### Examples +## Examples The following example crops a DICOM image. The cropping area is specified via Left, Top, Right, Bottom margins. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dicomimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dicomimage/_index.md index 3285306f43a7..4e2c4c30ccb4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dicomimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dicomimage/_index.md @@ -1,14 +1,14 @@ --- -title: DicomImage +title: DicomImage.DicomImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage constructor. Initialize a fresh instance of the DicomImage class effortlessly with this constructor utilizing dicomOptions parameters. Perfect for developers looking to dive into DicomImage objects swiftly and efficiently in their projects type: docs weight: 10 url: /net/aspose.imaging.fileformats.dicom/dicomimage/dicomimage/ --- -## DicomImage constructor (1 of 3) +## DicomImage(DicomOptions, int, int) {#constructor} -Initialize a fresh instance of the DicomImage class effortlessly with this constructor, utilizing dicomOptions parameters. Perfect for developers looking to dive into [`DicomImage`](../../dicomimage) objects swiftly and efficiently in their projects. +Initialize a fresh instance of the DicomImage class effortlessly with this constructor, utilizing dicomOptions parameters. Perfect for developers looking to dive into [`DicomImage`](../) objects swiftly and efficiently in their projects. ```csharp public DicomImage(DicomOptions dicomOptions, int width, int height) @@ -22,16 +22,16 @@ public DicomImage(DicomOptions dicomOptions, int width, int height) ### See Also -* class [DicomOptions](../../../aspose.imaging.imageoptions/dicomoptions) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomOptions](../../../aspose.imaging.imageoptions/dicomoptions/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) --- -## DicomImage constructor (2 of 3) +## DicomImage(Stream, LoadOptions) {#constructor_2} -Initiate a new instance of the DicomImage class smoothly by employing a stream and loadOptions parameters in this constructor. Ideal for developers eager to start working with [`DicomImage`](../../dicomimage) objects promptly and effectively in their projects. +Initiate a new instance of the DicomImage class smoothly by employing a stream and loadOptions parameters in this constructor. Ideal for developers eager to start working with [`DicomImage`](../) objects promptly and effectively in their projects. ```csharp public DicomImage(Stream stream, LoadOptions loadOptions) @@ -42,7 +42,7 @@ public DicomImage(Stream stream, LoadOptions loadOptions) | stream | Stream | The stream. | | loadOptions | LoadOptions | The load options. | -### Examples +## Examples This example shows how to load a DICOM image from a file stream to stay within the specified memory limit. @@ -75,16 +75,16 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "multiframe.dicom ### See Also -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) --- -## DicomImage constructor (3 of 3) +## DicomImage(Stream) {#constructor_1} -Create a new instance of the DicomImage class by utilizing a stream parameter in this constructor. Perfect for developers seeking a streamlined way to initialize [`DicomImage`](../../dicomimage) objects from existing data streams in their projects. +Create a new instance of the DicomImage class by utilizing a stream parameter in this constructor. Perfect for developers seeking a streamlined way to initialize [`DicomImage`](../) objects from existing data streams in their projects. ```csharp public DicomImage(Stream stream) @@ -94,7 +94,7 @@ public DicomImage(Stream stream) | --- | --- | --- | | stream | Stream | The stream. | -### Examples +## Examples This example shows how to load a DICOM image from a file stream. @@ -123,8 +123,8 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.dicom")) ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dicompages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dicompages/_index.md index c296d3ca68d8..1acc1ae1a03a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dicompages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dicompages/_index.md @@ -1,7 +1,7 @@ --- -title: DicomPages +title: DicomImage.DicomPages second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Access the pages of the image with this intuitive property. Ideal for developers seeking to interact with individual pages within the image ensuring seamless navigation and manipulation type: docs weight: 40 url: /net/aspose.imaging.fileformats.dicom/dicomimage/dicompages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [DicomPage](../../dicompage) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomPage](../../dicompage/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dither/_index.md index f97d76c44db7..9ae7a20cfba5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/dither/_index.md @@ -1,7 +1,7 @@ --- -title: Dither +title: DicomImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Enhance the current image by applying dithering effects with this straightforward method. Perfect for developers aiming to add texture and depth to images improving their visual quality and overall appeal type: docs weight: 210 url: /net/aspose.imaging.fileformats.dicom/dicomimage/dither/ @@ -21,7 +21,7 @@ public override void Dither(DitheringMethod ditheringMethod, int bitsCount, | bitsCount | Int32 | The final bits count for dithering. | | customPalette | IColorPalette | The custom palette for dithering. | -### Examples +## Examples The following example loads a DICOM image and performs threshold and floyd dithering using different palette depth. @@ -57,10 +57,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/fileformat/_index.md index 8f8527ceabeb..be0e8cb530b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: DicomImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Retrieve the file format value effortlessly with this intuitive property. Ideal for developers seeking quick access to the format of the image file ensuring efficient handling and processing based on the file type type: docs weight: 50 url: /net/aspose.imaging.fileformats.dicom/dicomimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/fileinfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/fileinfo/_index.md index 12a0bc95dadb..dbc498a9f37e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/fileinfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/fileinfo/_index.md @@ -1,7 +1,7 @@ --- -title: FileInfo +title: DicomImage.FileInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Retrieve valuable header information from the DICOM file effortlessly with this intuitive property. Ideal for developers seeking quick access to essential details encapsulated within the DICOM file ensuring efficient data extraction and analysis type: docs weight: 60 url: /net/aspose.imaging.fileformats.dicom/dicomimage/fileinfo/ @@ -16,9 +16,9 @@ public DicomImageInfo FileInfo { get; } ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImageInfo](../../dicomimageinfo/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/filter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/filter/_index.md index 08648ea9deba..95ec8ab5016c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/filter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/filter/_index.md @@ -1,7 +1,7 @@ --- -title: Filter +title: DicomImage.Filter second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Effortlessly enhance specific areas of your image by applying filters to designated rectangles. This method provides developers with precise control over image manipulation allowing for targeted adjustments to achieve desired visual effects with ease type: docs weight: 220 url: /net/aspose.imaging.fileformats.dicom/dicomimage/filter/ @@ -19,7 +19,7 @@ public override void Filter(Rectangle rectangle, FilterOptionsBase options) | rectangle | Rectangle | The rectangle. | | options | FilterOptionsBase | The options. | -### Examples +## Examples The following example applies various types of filters to a DICOM image. @@ -85,10 +85,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/grayscale/_index.md index eb8047a0b0dc..83744197dd35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: DicomImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Easily transform images into their grayscale representation simplifying visual analysis and processing tasks. Perfect for developers seeking to enhance image clarity reduce complexity and facilitate efficient grayscalebased algorithms for diverse applications type: docs weight: 230 url: /net/aspose.imaging.fileformats.dicom/dicomimage/grayscale/ @@ -14,7 +14,7 @@ Easily transform images into their grayscale representation, simplifying visual public override void Grayscale() ``` -### Examples +## Examples The following example transforms a colored DICOM image to its grayscale representation. Grayscale images are composed exclusively of shades of gray and carry only intensity information. @@ -34,8 +34,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.dico ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/hasalpha/_index.md index 7838d72f6ab1..dd2373290ce6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: DicomImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Retrieve whether the image has an alpha channel effortlessly with this intuitive property. Ideal for developers seeking to determine if the image contains transparency information ensuring precise handling of alpha channel data in image processing tasks type: docs weight: 70 url: /net/aspose.imaging.fileformats.dicom/dicomimage/hasalpha/ @@ -20,8 +20,8 @@ The Has alpha channel. ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/insertpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/insertpage/_index.md index 96960ca9f6ba..9b0cd96e0370 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/insertpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/insertpage/_index.md @@ -1,7 +1,7 @@ --- -title: InsertPage +title: DicomImage.InsertPage second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Insert a new page into the images page list at a specified index with this intuitive method. Ideal for developers seeking precise control over the arrangement of pages in multipage images ensuring seamless organization and customization of image content type: docs weight: 240 url: /net/aspose.imaging.fileformats.dicom/dicomimage/insertpage/ @@ -20,7 +20,7 @@ public DicomPage InsertPage(int pageIndex) ### Return Value -The newly created [`DicomPage`](../../dicompage). +The newly created [`DicomPage`](../../dicompage/). ### Exceptions @@ -28,7 +28,7 @@ The newly created [`DicomPage`](../../dicompage). | --- | --- | | ArgumentOutOfRangeException | *pageIndex* is out of range. | -### Examples +## Examples Create a multi-page Dicom image. @@ -72,9 +72,9 @@ using (DicomImage image = (DicomImage)Image.Create( ### See Also -* class [DicomPage](../../dicompage) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomPage](../../dicompage/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pagecount/_index.md index 91ab00fcdcf1..582ded123d62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: DicomImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Retrieve the total page count of the image with this intuitive property. Ideal for developers seeking quick access to the number of pages within an image ensuring efficient navigation and management type: docs weight: 80 url: /net/aspose.imaging.fileformats.dicom/dicomimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pageexportingaction/_index.md index 64472e66461a..d04a7fcaf1f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: DicomImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Manage the page exporting action with this intuitive property. Ideal for developers seeking to control the export behavior of image pages ensuring seamless integration and customization in various image processing workflows. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 90 url: /net/aspose.imaging.fileformats.dicom/dicomimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pages/_index.md index 85a4d1b1e542..dbd7518feb52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: DicomImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Access the pages of the image with this intuitive property. Ideal for developers seeking to interact with individual pages within the image ensuring seamless navigation and manipulation type: docs weight: 100 url: /net/aspose.imaging.fileformats.dicom/dicomimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [Image](../../../aspose.imaging/image/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/removepage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/removepage/_index.md index 5e2d210fcc66..7f807c5e081e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/removepage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/removepage/_index.md @@ -1,7 +1,7 @@ --- -title: RemovePage +title: DicomImage.RemovePage second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Eliminate the page at the specified index from the page list with this convenient method. Ideal for developers seeking precise control over the management of multipage images ensuring seamless organization and customization of image content type: docs weight: 250 url: /net/aspose.imaging.fileformats.dicom/dicomimage/removepage/ @@ -26,8 +26,8 @@ public void RemovePage(int pageIndex) ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resize/_index.md index a2f56745cd1d..48c29fb0103b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: DicomImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Adjust the size of the image with this straightforward method. Ideal for developers looking to dynamically resize images ensuring they fit seamlessly into various contexts and layouts within their applications type: docs weight: 260 url: /net/aspose.imaging.fileformats.dicom/dicomimage/resize/ --- -## DicomImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Adjust the size of the image with this straightforward method. Ideal for developers looking to dynamically resize images, ensuring they fit seamlessly into various contexts and layouts within their applications. @@ -20,7 +20,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples This example loads a DICOM image and resizes it using various resizing methods. @@ -68,14 +68,14 @@ using (Aspose.Imaging.FileFormats.Dicom.DicomImage image = (Aspose.Imaging.FileF ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) --- -## DicomImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Adjust the size of your image with this simple resizing method. Whether you need to shrink or enlarge your image, this function ensures that your resizing needs are met efficiently and accurately, making it perfect for developers seeking quick and easy image size adjustments. @@ -89,7 +89,7 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set | newHeight | Int32 | The new height. | | settings | ImageResizeSettings | The resize settings. | -### Examples +## Examples This example loads a DICOM image and resizes it using various resizing settings. @@ -129,9 +129,9 @@ using (Aspose.Imaging.Image image = (Aspose.Imaging.Image)Aspose.Imaging.Image.L ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizeheightproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizeheightproportionally/_index.md index 4f4047ba3864..d97c972c77e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizeheightproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizeheightproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeHeightProportionally +title: DicomImage.ResizeHeightProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Adjust the height of the image while maintaining its aspect ratio with this userfriendly method. Perfect for developers seeking to dynamically resize images while preserving their proportions ensuring optimal display and usability in their applications type: docs weight: 270 url: /net/aspose.imaging.fileformats.dicom/dicomimage/resizeheightproportionally/ @@ -19,7 +19,7 @@ public override void ResizeHeightProportionally(int newHeight, ResizeType resize | newHeight | Int32 | The new height. | | resizeType | ResizeType | Type of the resize. | -### Examples +## Examples This example loads a DICOM image and resizes it proportionally using various resizing methods. Only the height is specified, the width is calculated automatically. @@ -67,9 +67,9 @@ using (Aspose.Imaging.FileFormats.Dicom.DicomImage image = (Aspose.Imaging.FileF ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizeproportional/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizeproportional/_index.md index 99233e344625..8375ffe234d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizeproportional/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizeproportional/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeProportional +title: DicomImage.ResizeProportional second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Resize the image while maintaining its aspect ratio with this convenient method. Ideal for developers seeking to adjust the image dimensions proportionally ensuring consistency and preserving the original contents proportions. The proportional resize will resize each frame according to the ratio of newWidth/width and newHeight/height type: docs weight: 280 url: /net/aspose.imaging.fileformats.dicom/dicomimage/resizeproportional/ @@ -22,9 +22,9 @@ public void ResizeProportional(int newWidth, int newHeight, ResizeType resizeTyp ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizewidthproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizewidthproportionally/_index.md index e62f3cc4f3a5..49807b009892 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizewidthproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/resizewidthproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeWidthProportionally +title: DicomImage.ResizeWidthProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Adjust the width of the image while maintaining its aspect ratio with this convenient method. Ideal for developers seeking to resize images proportionally ensuring consistent and visually appealing results across different display environment type: docs weight: 290 url: /net/aspose.imaging.fileformats.dicom/dicomimage/resizewidthproportionally/ @@ -19,7 +19,7 @@ public override void ResizeWidthProportionally(int newWidth, ResizeType resizeTy | newWidth | Int32 | The new width. | | resizeType | ResizeType | Type of the resize. | -### Examples +## Examples This example loads a DICOM image and resizes it proportionally using various resizing methods. Only the width is specified, the height is calculated automatically. @@ -67,9 +67,9 @@ using (Aspose.Imaging.FileFormats.Dicom.DicomImage image = (Aspose.Imaging.FileF ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/rotate/_index.md index 7347697b3a01..d7d297094308 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: DicomImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Rotate the image around its center with this convenient method. Ideal for developers seeking to adjust image orientation dynamically ensuring optimal presentation and alignment within their applications type: docs weight: 300 url: /net/aspose.imaging.fileformats.dicom/dicomimage/rotate/ @@ -20,7 +20,7 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr | resizeProportionally | Boolean | if set to `true` you will have your image size changed according to rotated rectangle (corner points) projections in other case that leaves dimensions untouched and only `internal` image contents are rotated. | | backgroundColor | Color | Color of the background. | -### Examples +## Examples This example shows how to rotate all pages of a DICOM image and save them all to a multi-frame TIFF image. @@ -68,9 +68,9 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "multiframe.dicom ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* struct [Color](../../../aspose.imaging/color/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/rotateflip/_index.md index cd18fe1e8782..4d554dc5aef1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: DicomImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Easily manipulate the active frame by rotating flipping or performing both actions simultaneously with this straightforward method. Ideal for developers who need to dynamically adjust the orientation of specific frames within their image sequences ensuring optimal presentation and alignment type: docs weight: 310 url: /net/aspose.imaging.fileformats.dicom/dicomimage/rotateflip/ @@ -18,7 +18,7 @@ public override void RotateFlip(RotateFlipType rotateFlipType) | --- | --- | --- | | rotateFlipType | RotateFlipType | The rotate flip type. | -### Examples +## Examples This example loads a DICOM image, rotates it by 90 degrees clockwise and optionally flips the image horizontally and(or) vertically. @@ -48,9 +48,9 @@ foreach (Aspose.Imaging.RotateFlipType rotateFlipType in rotateFlipTypes) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/save/_index.md index 417048f1553c..d08d178dbd47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: DicomImage.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Easily save your image data to a specified stream in the desired file format using this convenient method. Whether youre working with JPEG PNG or another format this function ensures that your image data is saved efficiently and accurately making it ideal for developers looking to streamline their filesaving processes type: docs weight: 320 url: /net/aspose.imaging.fileformats.dicom/dicomimage/save/ @@ -20,7 +20,7 @@ public override void Save(Stream stream, ImageOptionsBase optionsBase, Rectangle | optionsBase | ImageOptionsBase | The save options. | | boundsRectangle | Rectangle | The destination image bounds rectangle. Set the empty rectangle for use sourse bounds. | -### Examples +## Examples The following example loads a DICOM image from a file, then saves the image to a PNG file stream. @@ -43,10 +43,10 @@ using (Aspose.Imaging.FileFormats.Dicom.DicomImage image = (Aspose.Imaging.FileF ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/saveall/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/saveall/_index.md index 05d14ff03001..ba400b2e621b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/saveall/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/saveall/_index.md @@ -1,7 +1,7 @@ --- -title: SaveAll +title: DicomImage.SaveAll second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Preserve the objects data by saving it to the designated file indexer filename location along with specified file format and options. Ideal for developers seeking to securely store data in various formats while maintaining flexibility and control over saving parameters type: docs weight: 330 url: /net/aspose.imaging.fileformats.dicom/dicomimage/saveall/ @@ -21,9 +21,9 @@ public void SaveAll(string filePath, ImageOptionsBase options) ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/setresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/setresolution/_index.md index a33e1b434c63..997b9a040fea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/setresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/setresolution/_index.md @@ -1,14 +1,14 @@ --- -title: SetResolution +title: DicomImage.SetResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage method. Adjust the resolution of this RasterImage with precision using this straightforward method. Ideal for developers looking to tailor image resolution to specific requirements ensuring optimal display quality and file size management type: docs weight: 340 url: /net/aspose.imaging.fileformats.dicom/dicomimage/setresolution/ --- ## DicomImage.SetResolution method -Adjust the resolution of this [`RasterImage`](../../../aspose.imaging/rasterimage) with precision using this straightforward method. Ideal for developers looking to tailor image resolution to specific requirements, ensuring optimal display quality and file size management. +Adjust the resolution of this [`RasterImage`](../../../aspose.imaging/rasterimage/) with precision using this straightforward method. Ideal for developers looking to tailor image resolution to specific requirements, ensuring optimal display quality and file size management. ```csharp public override void SetResolution(double dpiX, double dpiY) @@ -16,13 +16,13 @@ public override void SetResolution(double dpiX, double dpiY) | Parameter | Type | Description | | --- | --- | --- | -| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage). | -| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage). | +| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/). | +| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/). | ### See Also -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/xmpdata/_index.md index ff968bc2ad57..2900e5c8be8a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimage/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: DicomImage.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImage property. Access or modify the XMP metadata associated with the image using this intuitive property. Ideal for developers seeking to manage metadata information embedded within the image file ensuring seamless integration and customization in various image processing workflows type: docs weight: 110 url: /net/aspose.imaging.fileformats.dicom/dicomimage/xmpdata/ @@ -16,9 +16,9 @@ public override XmpPacketWrapper XmpData { get; set; } ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [DicomImage](../../dicomimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [DicomImage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/_index.md index 636d23ef2fcb..16c990141e23 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/_index.md @@ -1,7 +1,7 @@ --- -title: DicomImageInfo +title: Class DicomImageInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dicom.DicomImageInfo class. Contains all metainformation from Dicom file header type: docs weight: 2430 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/ @@ -18,42 +18,42 @@ public sealed class DicomImageInfo | Name | Description | | --- | --- | -| [BitsAllocated](../../aspose.imaging.fileformats.dicom/dicomimageinfo/bitsallocated) { get; } | Gets a value of the "bitsAllocated". | -| [Blues](../../aspose.imaging.fileformats.dicom/dicomimageinfo/blues) { get; } | Gets the array colors of the blue | -| [DicomHeaderInfoByBytes](../../aspose.imaging.fileformats.dicom/dicomimageinfo/dicomheaderinfobybytes) { get; } | Gets the dicom header information by bytes. | -| [DicomInfo](../../aspose.imaging.fileformats.dicom/dicomimageinfo/dicominfo) { get; } | Gets the header information of the DICOM file. | -| [Greens](../../aspose.imaging.fileformats.dicom/dicomimageinfo/greens) { get; } | Gets the array colors of the green | -| [Height](../../aspose.imaging.fileformats.dicom/dicomimageinfo/height) { get; } | Gets the height. | -| [IsLittleEndian](../../aspose.imaging.fileformats.dicom/dicomimageinfo/islittleendian) { get; } | Gets a value indicating whether this instance is little endian. | -| [NumberOfFrames](../../aspose.imaging.fileformats.dicom/dicomimageinfo/numberofframes) { get; } | Gets the number of frames. | -| [Offset](../../aspose.imaging.fileformats.dicom/dicomimageinfo/offset) { get; } | Gets the offset. | -| [PhotoInterpretation](../../aspose.imaging.fileformats.dicom/dicomimageinfo/photointerpretation) { get; } | Gets a value of the "PhotoInterpretation". | -| [PixelRepresentation](../../aspose.imaging.fileformats.dicom/dicomimageinfo/pixelrepresentation) { get; } | Gets a value of the pixel "pixelRepresentation". | -| [PlanarConfiguration](../../aspose.imaging.fileformats.dicom/dicomimageinfo/planarconfiguration) { get; } | Gets the planar configuration. | -| [Reds](../../aspose.imaging.fileformats.dicom/dicomimageinfo/reds) { get; } | Gets the array colors of the red | -| [RescaleIntercept](../../aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleintercept) { get; } | Gets a value of the "rescaleIntercept". | -| [RescaleSlope](../../aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleslope) { get; } | Gets a value of the "rescaleSlope". | -| [SamplesPerPixel](../../aspose.imaging.fileformats.dicom/dicomimageinfo/samplesperpixel) { get; } | Gets a value of the "samplesPerPixel". | -| [SignedImage](../../aspose.imaging.fileformats.dicom/dicomimageinfo/signedimage) { get; } | Gets a value indicating whether "signedImage". | -| [Width](../../aspose.imaging.fileformats.dicom/dicomimageinfo/width) { get; } | Gets the width. | -| [WindowCentre](../../aspose.imaging.fileformats.dicom/dicomimageinfo/windowcentre) { get; } | Gets the window centre. | -| [WindowWidth](../../aspose.imaging.fileformats.dicom/dicomimageinfo/windowwidth) { get; } | Gets the width of the window. | -| static [ReadonlyTagsList](../../aspose.imaging.fileformats.dicom/dicomimageinfo/readonlytagslist) { get; } | The read-only tags list. These tag values will be reset according to the actual image data upon image save. | +| [BitsAllocated](../../aspose.imaging.fileformats.dicom/dicomimageinfo/bitsallocated/) { get; } | Gets a value of the "bitsAllocated". | +| [Blues](../../aspose.imaging.fileformats.dicom/dicomimageinfo/blues/) { get; } | Gets the array colors of the blue | +| [DicomHeaderInfoByBytes](../../aspose.imaging.fileformats.dicom/dicomimageinfo/dicomheaderinfobybytes/) { get; } | Gets the dicom header information by bytes. | +| [DicomInfo](../../aspose.imaging.fileformats.dicom/dicomimageinfo/dicominfo/) { get; } | Gets the header information of the DICOM file. | +| [Greens](../../aspose.imaging.fileformats.dicom/dicomimageinfo/greens/) { get; } | Gets the array colors of the green | +| [Height](../../aspose.imaging.fileformats.dicom/dicomimageinfo/height/) { get; } | Gets the height. | +| [IsLittleEndian](../../aspose.imaging.fileformats.dicom/dicomimageinfo/islittleendian/) { get; } | Gets a value indicating whether this instance is little endian. | +| [NumberOfFrames](../../aspose.imaging.fileformats.dicom/dicomimageinfo/numberofframes/) { get; } | Gets the number of frames. | +| [Offset](../../aspose.imaging.fileformats.dicom/dicomimageinfo/offset/) { get; } | Gets the offset. | +| [PhotoInterpretation](../../aspose.imaging.fileformats.dicom/dicomimageinfo/photointerpretation/) { get; } | Gets a value of the "PhotoInterpretation". | +| [PixelRepresentation](../../aspose.imaging.fileformats.dicom/dicomimageinfo/pixelrepresentation/) { get; } | Gets a value of the pixel "pixelRepresentation". | +| [PlanarConfiguration](../../aspose.imaging.fileformats.dicom/dicomimageinfo/planarconfiguration/) { get; } | Gets the planar configuration. | +| [Reds](../../aspose.imaging.fileformats.dicom/dicomimageinfo/reds/) { get; } | Gets the array colors of the red | +| [RescaleIntercept](../../aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleintercept/) { get; } | Gets a value of the "rescaleIntercept". | +| [RescaleSlope](../../aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleslope/) { get; } | Gets a value of the "rescaleSlope". | +| [SamplesPerPixel](../../aspose.imaging.fileformats.dicom/dicomimageinfo/samplesperpixel/) { get; } | Gets a value of the "samplesPerPixel". | +| [SignedImage](../../aspose.imaging.fileformats.dicom/dicomimageinfo/signedimage/) { get; } | Gets a value indicating whether "signedImage". | +| [Width](../../aspose.imaging.fileformats.dicom/dicomimageinfo/width/) { get; } | Gets the width. | +| [WindowCentre](../../aspose.imaging.fileformats.dicom/dicomimageinfo/windowcentre/) { get; } | Gets the window centre. | +| [WindowWidth](../../aspose.imaging.fileformats.dicom/dicomimageinfo/windowwidth/) { get; } | Gets the width of the window. | +| static [ReadonlyTagsList](../../aspose.imaging.fileformats.dicom/dicomimageinfo/readonlytagslist/) { get; } | The read-only tags list. These tag values will be reset according to the actual image data upon image save. | ## Methods | Name | Description | | --- | --- | -| [AddTag](../../aspose.imaging.fileformats.dicom/dicomimageinfo/addtag)(string, object) | Add new Dicom tag. | -| [RemoveTagAt](../../aspose.imaging.fileformats.dicom/dicomimageinfo/removetagat)(int) | Remove an existing tag. | -| [TryAddTag](../../aspose.imaging.fileformats.dicom/dicomimageinfo/tryaddtag)(string, object) | Add new Dicom tag. | -| [TryRemoveTagAt](../../aspose.imaging.fileformats.dicom/dicomimageinfo/tryremovetagat)(int) | Remove an existing tag. | -| [TryUpdateTagAt](../../aspose.imaging.fileformats.dicom/dicomimageinfo/tryupdatetagat)(int, object) | Update an existing tag. | -| [UpdateTagAt](../../aspose.imaging.fileformats.dicom/dicomimageinfo/updatetagat)(int, object) | Update an existing tag. | +| [AddTag](../../aspose.imaging.fileformats.dicom/dicomimageinfo/addtag/)(string, object) | Add new Dicom tag. | +| [RemoveTagAt](../../aspose.imaging.fileformats.dicom/dicomimageinfo/removetagat/)(int) | Remove an existing tag. | +| [TryAddTag](../../aspose.imaging.fileformats.dicom/dicomimageinfo/tryaddtag/)(string, object) | Add new Dicom tag. | +| [TryRemoveTagAt](../../aspose.imaging.fileformats.dicom/dicomimageinfo/tryremovetagat/)(int) | Remove an existing tag. | +| [TryUpdateTagAt](../../aspose.imaging.fileformats.dicom/dicomimageinfo/tryupdatetagat/)(int, object) | Update an existing tag. | +| [UpdateTagAt](../../aspose.imaging.fileformats.dicom/dicomimageinfo/updatetagat/)(int, object) | Update an existing tag. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/addtag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/addtag/_index.md index d1336d3dcc37..a482a9c365cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/addtag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/addtag/_index.md @@ -1,7 +1,7 @@ --- -title: AddTag +title: DicomImageInfo.AddTag second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo method. Add new Dicom tag type: docs weight: 210 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/addtag/ @@ -21,8 +21,8 @@ public void AddTag(string tagDescription, object value) ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/bitsallocated/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/bitsallocated/_index.md index 46b79d909ed4..a3da6e023593 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/bitsallocated/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/bitsallocated/_index.md @@ -1,7 +1,7 @@ --- -title: BitsAllocated +title: DicomImageInfo.BitsAllocated second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets a value of the bitsAllocated type: docs weight: 10 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/bitsallocated/ @@ -20,8 +20,8 @@ The a value of the "bitsAllocated". ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/blues/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/blues/_index.md index 88f7aa8d2e6d..9f205ff925c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/blues/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/blues/_index.md @@ -1,7 +1,7 @@ --- -title: Blues +title: DicomImageInfo.Blues second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the array colors of the blue type: docs weight: 20 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/blues/ @@ -20,8 +20,8 @@ The blues. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicomheaderinfobybytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicomheaderinfobybytes/_index.md index ebd22ed794aa..7fc992a48e34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicomheaderinfobybytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicomheaderinfobybytes/_index.md @@ -1,7 +1,7 @@ --- -title: DicomHeaderInfoByBytes +title: DicomImageInfo.DicomHeaderInfoByBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the dicom header information by bytes type: docs weight: 30 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicomheaderinfobybytes/ @@ -20,8 +20,8 @@ The dicom header information by bytes. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicominfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicominfo/_index.md index 1275cca2e399..bfa48f328eeb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicominfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicominfo/_index.md @@ -1,7 +1,7 @@ --- -title: DicomInfo +title: DicomImageInfo.DicomInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the header information of the DICOM file type: docs weight: 40 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/dicominfo/ @@ -14,7 +14,7 @@ Gets the header information of the DICOM file. public ReadOnlyCollection DicomInfo { get; } ``` -### Examples +## Examples The following example shows how to read the header information of a DICOM image. @@ -85,8 +85,8 @@ using (Aspose.Imaging.FileFormats.Dicom.DicomImage image = (Aspose.Imaging.FileF ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/greens/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/greens/_index.md index 4c013c798f05..ba808d1e8096 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/greens/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/greens/_index.md @@ -1,7 +1,7 @@ --- -title: Greens +title: DicomImageInfo.Greens second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the array colors of the green type: docs weight: 50 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/greens/ @@ -20,8 +20,8 @@ The reds color. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/height/_index.md index 54c1eadbdff8..957f90a46cfb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: DicomImageInfo.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the height type: docs weight: 60 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/height/ @@ -20,8 +20,8 @@ The a value of the height. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/islittleendian/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/islittleendian/_index.md index 2ad0ea8861c5..c6f74c6e061e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/islittleendian/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/islittleendian/_index.md @@ -1,7 +1,7 @@ --- -title: IsLittleEndian +title: DicomImageInfo.IsLittleEndian second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets a value indicating whether this instance is little endian type: docs weight: 70 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/islittleendian/ @@ -20,8 +20,8 @@ public bool IsLittleEndian { get; } ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/numberofframes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/numberofframes/_index.md index ed6deb18e222..5d19ac318465 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/numberofframes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/numberofframes/_index.md @@ -1,7 +1,7 @@ --- -title: NumberOfFrames +title: DicomImageInfo.NumberOfFrames second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the number of frames type: docs weight: 80 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/numberofframes/ @@ -20,8 +20,8 @@ The number of frames. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/offset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/offset/_index.md index 1bd71c727016..3af536f1a77b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/offset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/offset/_index.md @@ -1,7 +1,7 @@ --- -title: Offset +title: DicomImageInfo.Offset second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the offset type: docs weight: 90 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/offset/ @@ -20,8 +20,8 @@ The a value of the offset. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/photointerpretation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/photointerpretation/_index.md index 7d76256f94af..5f4d69b45c98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/photointerpretation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/photointerpretation/_index.md @@ -1,7 +1,7 @@ --- -title: PhotoInterpretation +title: DicomImageInfo.PhotoInterpretation second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets a value of the PhotoInterpretation type: docs weight: 100 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/photointerpretation/ @@ -20,8 +20,8 @@ The a value of the "photointerpretation". ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/pixelrepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/pixelrepresentation/_index.md index e733a70f6ce2..80c61ed9070b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/pixelrepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/pixelrepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: PixelRepresentation +title: DicomImageInfo.PixelRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets a value of the pixel pixelRepresentation type: docs weight: 110 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/pixelrepresentation/ @@ -20,8 +20,8 @@ The a value of the "pixelRepresentation". ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/planarconfiguration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/planarconfiguration/_index.md index 46536f4255e7..54790279adff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/planarconfiguration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/planarconfiguration/_index.md @@ -1,7 +1,7 @@ --- -title: PlanarConfiguration +title: DicomImageInfo.PlanarConfiguration second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the planar configuration type: docs weight: 120 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/planarconfiguration/ @@ -20,8 +20,8 @@ The planar configuration. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/readonlytagslist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/readonlytagslist/_index.md index d88efe1be6e9..5b8ed7baf7f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/readonlytagslist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/readonlytagslist/_index.md @@ -1,7 +1,7 @@ --- -title: ReadonlyTagsList +title: DicomImageInfo.ReadonlyTagsList second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. The readonly tags list. These tag values will be reset according to the actual image data upon image save type: docs weight: 270 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/readonlytagslist/ @@ -16,8 +16,8 @@ public static ReadOnlyCollection ReadonlyTagsList { get; } ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/reds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/reds/_index.md index 5707d0f19e43..593f7acd3b7c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/reds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/reds/_index.md @@ -1,7 +1,7 @@ --- -title: Reds +title: DicomImageInfo.Reds second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the array colors of the red type: docs weight: 130 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/reds/ @@ -20,8 +20,8 @@ The reds. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/removetagat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/removetagat/_index.md index df3105527404..f7cbd210c91f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/removetagat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/removetagat/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveTagAt +title: DicomImageInfo.RemoveTagAt second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo method. Remove an existing tag type: docs weight: 220 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/removetagat/ @@ -20,8 +20,8 @@ public void RemoveTagAt(int index) ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleintercept/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleintercept/_index.md index 298535fe9ad2..776f69d9381e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleintercept/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleintercept/_index.md @@ -1,7 +1,7 @@ --- -title: RescaleIntercept +title: DicomImageInfo.RescaleIntercept second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets a value of the rescaleIntercept type: docs weight: 140 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleintercept/ @@ -20,8 +20,8 @@ The a value of the "rescaleIntercept". ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleslope/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleslope/_index.md index 75e6d9f9ecba..b9659214b983 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleslope/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleslope/_index.md @@ -1,7 +1,7 @@ --- -title: RescaleSlope +title: DicomImageInfo.RescaleSlope second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets a value of the rescaleSlope type: docs weight: 150 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/rescaleslope/ @@ -20,8 +20,8 @@ The a value of the "rescaleSlope". ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/samplesperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/samplesperpixel/_index.md index 9af8e4c67dad..75ede8607002 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/samplesperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/samplesperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: SamplesPerPixel +title: DicomImageInfo.SamplesPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets a value of the samplesPerPixel type: docs weight: 160 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/samplesperpixel/ @@ -20,8 +20,8 @@ The value of the "samplesPerPixel". ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/signedimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/signedimage/_index.md index 334fe553cb7f..59fb5fd4b830 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/signedimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/signedimage/_index.md @@ -1,7 +1,7 @@ --- -title: SignedImage +title: DicomImageInfo.SignedImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets a value indicating whether signedImage type: docs weight: 170 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/signedimage/ @@ -16,8 +16,8 @@ public bool SignedImage { get; } ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryaddtag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryaddtag/_index.md index d0c27fe9f8e2..57df960afc58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryaddtag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryaddtag/_index.md @@ -1,7 +1,7 @@ --- -title: TryAddTag +title: DicomImageInfo.TryAddTag second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo method. Add new Dicom tag type: docs weight: 230 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryaddtag/ @@ -25,8 +25,8 @@ The operation result. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryremovetagat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryremovetagat/_index.md index fb5f4e6ab8ba..00f8afd9ff01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryremovetagat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryremovetagat/_index.md @@ -1,7 +1,7 @@ --- -title: TryRemoveTagAt +title: DicomImageInfo.TryRemoveTagAt second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo method. Remove an existing tag type: docs weight: 240 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryremovetagat/ @@ -24,8 +24,8 @@ The operation result. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryupdatetagat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryupdatetagat/_index.md index 437d03220f6e..18cff3f4fa8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryupdatetagat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryupdatetagat/_index.md @@ -1,7 +1,7 @@ --- -title: TryUpdateTagAt +title: DicomImageInfo.TryUpdateTagAt second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo method. Update an existing tag type: docs weight: 250 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/tryupdatetagat/ @@ -25,8 +25,8 @@ The operation result. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/updatetagat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/updatetagat/_index.md index a7cf13046dbd..bea7c78b8ac3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/updatetagat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/updatetagat/_index.md @@ -1,7 +1,7 @@ --- -title: UpdateTagAt +title: DicomImageInfo.UpdateTagAt second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo method. Update an existing tag type: docs weight: 260 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/updatetagat/ @@ -21,8 +21,8 @@ public void UpdateTagAt(int index, object newValue) ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/width/_index.md index 0f68fe7e08c2..664b97d46301 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: DicomImageInfo.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the width type: docs weight: 180 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/width/ @@ -20,8 +20,8 @@ The a value of the width. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowcentre/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowcentre/_index.md index a747e1b24b4f..4ea1b1515e07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowcentre/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowcentre/_index.md @@ -1,7 +1,7 @@ --- -title: WindowCentre +title: DicomImageInfo.WindowCentre second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the window centre type: docs weight: 190 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowcentre/ @@ -20,8 +20,8 @@ The a value of the window centre. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowwidth/_index.md index c5c69f2b6866..e87dea882d4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowwidth/_index.md @@ -1,7 +1,7 @@ --- -title: WindowWidth +title: DicomImageInfo.WindowWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomImageInfo property. Gets the width of the window type: docs weight: 200 url: /net/aspose.imaging.fileformats.dicom/dicomimageinfo/windowwidth/ @@ -20,8 +20,8 @@ The width of the window. ### See Also -* class [DicomImageInfo](../../dicomimageinfo) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo) +* class [DicomImageInfo](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicomimageinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/_index.md index b58bec20b93c..058a10591410 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/_index.md @@ -1,7 +1,7 @@ --- -title: DicomPage +title: Class DicomPage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dicom.DicomPage class. It is class for work with DICOM files of the type multi frame type: docs weight: 2440 url: /net/aspose.imaging.fileformats.dicom/dicompage/ @@ -18,133 +18,133 @@ public class DicomPage : RasterCachedImage | Name | Description | | --- | --- | -| [DicomPage](dicompage)(DicomImage, int) | Initializes a new instance of the [`DicomPage`](../dicompage) class. | -| [DicomPage](dicompage)(DicomImage, int, LoadOptions) | Initializes a new instance of the [`DicomPage`](../dicompage) class. | +| [DicomPage](dicompage/#constructor)(DicomImage, int) | Initializes a new instance of the `DicomPage` class. | +| [DicomPage](dicompage/#constructor_1)(DicomImage, int, LoadOptions) | Initializes a new instance of the `DicomPage` class. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.dicom/dicompage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.dicom/dicompage/fileformat) { get; } | Gets a value of file format | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.dicom/dicompage/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [Index](../../aspose.imaging.fileformats.dicom/dicompage/index) { get; } | Gets the index of the current page. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.dicom/dicompage/width) { get; } | Gets the image width. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.dicom/dicompage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.dicom/dicompage/fileformat/) { get; } | Gets a value of file format | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.dicom/dicompage/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [Index](../../aspose.imaging.fileformats.dicom/dicompage/index/) { get; } | Gets the index of the current page. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.dicom/dicompage/width/) { get; } | Gets the image width. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples Create a multi-page Dicom image. @@ -188,8 +188,8 @@ using (DicomImage image = (DicomImage)Image.Create( ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../aspose.imaging.fileformats.dicom/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/bitsperpixel/_index.md index e2f57ac6207e..583cd0166fac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: DicomPage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPage property. Gets the image bits per pixel count type: docs weight: 20 url: /net/aspose.imaging.fileformats.dicom/dicompage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [DicomPage](../../dicompage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage) +* class [DicomPage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/dicompage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/dicompage/_index.md index fa28e76903d6..2208b07abe5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/dicompage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/dicompage/_index.md @@ -1,14 +1,14 @@ --- -title: DicomPage +title: DicomPage.DicomPage second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPage constructor. Initializes a new instance of the DicomPage class type: docs weight: 10 url: /net/aspose.imaging.fileformats.dicom/dicompage/dicompage/ --- -## DicomPage constructor (1 of 2) +## DicomPage(DicomImage, int) {#constructor} -Initializes a new instance of the [`DicomPage`](../../dicompage) class. +Initializes a new instance of the [`DicomPage`](../) class. ```csharp public DicomPage(DicomImage image, int index) @@ -21,16 +21,16 @@ public DicomPage(DicomImage image, int index) ### See Also -* class [DicomImage](../../dicomimage) -* class [DicomPage](../../dicompage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage) +* class [DicomImage](../../dicomimage/) +* class [DicomPage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage/) * assembly [Aspose.Imaging](../../../) --- -## DicomPage constructor (2 of 2) +## DicomPage(DicomImage, int, LoadOptions) {#constructor_1} -Initializes a new instance of the [`DicomPage`](../../dicompage) class. +Initializes a new instance of the [`DicomPage`](../) class. ```csharp public DicomPage(DicomImage image, int index, LoadOptions loadOptions) @@ -44,10 +44,10 @@ public DicomPage(DicomImage image, int index, LoadOptions loadOptions) ### See Also -* class [DicomImage](../../dicomimage) -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [DicomPage](../../dicompage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage) +* class [DicomImage](../../dicomimage/) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [DicomPage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/fileformat/_index.md index d3c9414eb999..4ebbed5dbf44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: DicomPage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPage property. Gets a value of file format type: docs weight: 30 url: /net/aspose.imaging.fileformats.dicom/dicompage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [DicomPage](../../dicompage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [DicomPage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/height/_index.md index 9db651812e1a..fd09583c15a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: DicomPage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPage property. Gets the image height type: docs weight: 40 url: /net/aspose.imaging.fileformats.dicom/dicompage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [DicomPage](../../dicompage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage) +* class [DicomPage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/index/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/index/_index.md index 4dd44e1e1e5a..c0da812010c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/index/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/index/_index.md @@ -1,7 +1,7 @@ --- -title: Index +title: DicomPage.Index second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPage property. Gets the index of the current page type: docs weight: 50 url: /net/aspose.imaging.fileformats.dicom/dicompage/index/ @@ -20,8 +20,8 @@ The index. ### See Also -* class [DicomPage](../../dicompage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage) +* class [DicomPage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/width/_index.md index d038b4611987..fd6392e76979 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dicom/dicompage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: DicomPage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPage property. Gets the image width type: docs weight: 60 url: /net/aspose.imaging.fileformats.dicom/dicompage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [DicomPage](../../dicompage) -* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage) +* class [DicomPage](../) +* namespace [Aspose.Imaging.FileFormats.Dicom](../../dicompage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/_index.md index 53d80c592aff..0eb3c5b030be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/_index.md @@ -12,9 +12,9 @@ The namespace contains djvu classes | Class | Description | | --- | --- | -| [DjvuImage](./djvuimage) | DjVu document class supports graphics file format and facilitates seamless management of scanned documents and books, integrating text, drawings, images, and photos into a single format. Supporting multi-page operations, you can efficiently access unique document identifiers, count pages, set active pages, and retrieve specific document pages. With features for resizing, rotating, dithering, cropping, grayscale transformation, gamma corrections, adjustments, and filters application, this class empowers precise manipulation and enhancement of DjVu images to meet diverse application needs with ease and precision. | -| [DjvuPage](./djvupage) | Djvu page class | -| [DjvuRaster](./djvuraster) | Class for representing Djvu raster image where located result of some operation | -| [OnPageExportedAction](./onpageexportedaction) | Delegate for firing when page is exported | +| [DjvuImage](./djvuimage/) | DjVu document class supports graphics file format and facilitates seamless management of scanned documents and books, integrating text, drawings, images, and photos into a single format. Supporting multi-page operations, you can efficiently access unique document identifiers, count pages, set active pages, and retrieve specific document pages. With features for resizing, rotating, dithering, cropping, grayscale transformation, gamma corrections, adjustments, and filters application, this class empowers precise manipulation and enhancement of DjVu images to meet diverse application needs with ease and precision. | +| [DjvuPage](./djvupage/) | Djvu page class | +| [DjvuRaster](./djvuraster/) | Class for representing Djvu raster image where located result of some operation | +| [OnPageExportedAction](./onpageexportedaction/) | Delegate for firing when page is exported | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/_index.md index e8347cfcf5e3..af8f30b15b57 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/_index.md @@ -1,7 +1,7 @@ --- -title: DjvuImage +title: Class DjvuImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Djvu.DjvuImage class. DjVu document class supports graphics file format and facilitates seamless management of scanned documents and books integrating text drawings images and photos into a single format. Supporting multipage operations you can efficiently access unique document identifiers count pages set active pages and retrieve specific document pages. With features for resizing rotating dithering cropping grayscale transformation gamma corrections adjustments and filters application this class empowers precise manipulation and enhancement of DjVu images to meet diverse application needs with ease and precision type: docs weight: 2450 url: /net/aspose.imaging.fileformats.djvu/djvuimage/ @@ -18,144 +18,150 @@ public sealed class DjvuImage : RasterCachedMultipageImage, INotifyPropertyChang | Name | Description | | --- | --- | -| [DjvuImage](djvuimage)(Stream) | Start working with DjVu images by initializing a new instance of the [`DjvuImage`](../djvuimage) class using a Stream parameter. Perfect for developers who want seamless integration of DjVu image processing into their projects. | -| [DjvuImage](djvuimage)(Stream, LoadOptions) | Start working with DjVu images seamlessly with this constructor, which initializes a new [`DjvuImage`](../djvuimage) class instance using a Stream and LoadOptions parameters. Perfect for developers who want precise control over DjVu image loading options while maintaining simplicity and efficiency. | +| [DjvuImage](djvuimage/#constructor)(Stream) | Start working with DjVu images by initializing a new instance of the `DjvuImage` class using a Stream parameter. Perfect for developers who want seamless integration of DjVu image processing into their projects. | +| [DjvuImage](djvuimage/#constructor_1)(Stream, LoadOptions) | Start working with DjVu images seamlessly with this constructor, which initializes a new `DjvuImage` class instance using a Stream and LoadOptions parameters. Perfect for developers who want precise control over DjVu image loading options while maintaining simplicity and efficiency. | ## Properties | Name | Description | | --- | --- | -| [ActivePage](../../aspose.imaging.fileformats.djvu/djvuimage/activepage) { get; set; } | Navigate through your DjVu document by accessing or setting the currently active page using this property. Seamlessly switch between pages to focus on specific content and enhance your document viewing experience. | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DjvuPages](../../aspose.imaging.fileformats.djvu/djvuimage/djvupages) { get; } | Quickly retrieve all the pages contained within your DjVu document using this property. Simplify your document processing workflow by easily accessing and managing individual pages within your DjVu files. Improve efficiency and streamline your tasks with convenient page retrieval. | -| override [FileFormat](../../aspose.imaging.fileformats.djvu/djvuimage/fileformat) { get; } | Obtain the file format information associated with your DjVu image file. Quickly determine the format of your file for seamless integration into your workflow. | -| [FirstPage](../../aspose.imaging.fileformats.djvu/djvuimage/firstpage) { get; } | Access the first page of your DjVu document with this property. Quickly retrieve the initial page to begin viewing or processing your document efficiently. | -| override [HasAlpha](../../aspose.imaging.fileformats.djvu/djvuimage/hasalpha) { get; } | Quickly determine whether your DjVu image file contains an alpha channel. Simplify your workflow by checking for the presence of transparency information in your images. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor) { get; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| [Identifier](../../aspose.imaging.fileformats.djvu/djvuimage/identifier) { get; } | Gets the unique identifier for the document | -| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [LastPage](../../aspose.imaging.fileformats.djvu/djvuimage/lastpage) { get; } | Retrieve the last page of your DjVu document using this property. Quickly access the final page for viewing or processing purposes with ease. | -| [NextPage](../../aspose.imaging.fileformats.djvu/djvuimage/nextpage) { get; } | Navigate through your DjVu document by accessing the next page with this convenient property. Quickly move forward in your document viewing or processing tasks. | -| override [PageCount](../../aspose.imaging.fileformats.djvu/djvuimage/pagecount) { get; } | Retrieve the total number of pages in your DjVu image collection with this property. Ideal for quickly assessing the extent of your document or book stored in DjVu format. Improve your workflow efficiency with accurate page count information. | -| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.djvu/djvuimage/pages) { get; } | Access the individual pages of your DjVu image collection with this property. Simplify navigation and manipulation of your document or book stored in DjVu format by accessing each page directly. Improve your workflow efficiency with easy page retrieval. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [PreviousPage](../../aspose.imaging.fileformats.djvu/djvuimage/previouspage) { get; } | Quickly move backward in your DjVu document viewing or processing tasks by accessing the previous page with this convenient property. Efficiently navigate through your document with ease. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata) { get; set; } | Gets or sets XMP data from frame. | +| [ActivePage](../../aspose.imaging.fileformats.djvu/djvuimage/activepage/) { get; set; } | Navigate through your DjVu document by accessing or setting the currently active page using this property. Seamlessly switch between pages to focus on specific content and enhance your document viewing experience. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DjvuPages](../../aspose.imaging.fileformats.djvu/djvuimage/djvupages/) { get; } | Quickly retrieve all the pages contained within your DjVu document using this property. Simplify your document processing workflow by easily accessing and managing individual pages within your DjVu files. Improve efficiency and streamline your tasks with convenient page retrieval. | +| override [FileFormat](../../aspose.imaging.fileformats.djvu/djvuimage/fileformat/) { get; } | Obtain the file format information associated with your DjVu image file. Quickly determine the format of your file for seamless integration into your workflow. | +| [FirstPage](../../aspose.imaging.fileformats.djvu/djvuimage/firstpage/) { get; } | Access the first page of your DjVu document with this property. Quickly retrieve the initial page to begin viewing or processing your document efficiently. | +| override [HasAlpha](../../aspose.imaging.fileformats.djvu/djvuimage/hasalpha/) { get; } | Quickly determine whether your DjVu image file contains an alpha channel. Simplify your workflow by checking for the presence of transparency information in your images. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor/) { get; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| [Identifier](../../aspose.imaging.fileformats.djvu/djvuimage/identifier/) { get; } | Gets the unique identifier for the document | +| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [LastPage](../../aspose.imaging.fileformats.djvu/djvuimage/lastpage/) { get; } | Retrieve the last page of your DjVu document using this property. Quickly access the final page for viewing or processing purposes with ease. | +| [NextPage](../../aspose.imaging.fileformats.djvu/djvuimage/nextpage/) { get; } | Navigate through your DjVu document by accessing the next page with this convenient property. Quickly move forward in your document viewing or processing tasks. | +| override [PageCount](../../aspose.imaging.fileformats.djvu/djvuimage/pagecount/) { get; } | Retrieve the total number of pages in your DjVu image collection with this property. Ideal for quickly assessing the extent of your document or book stored in DjVu format. Improve your workflow efficiency with accurate page count information. | +| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction/) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.djvu/djvuimage/pages/) { get; } | Access the individual pages of your DjVu image collection with this property. Simplify navigation and manipulation of your document or book stored in DjVu format by accessing each page directly. Improve your workflow efficiency with easy page retrieval. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [PreviousPage](../../aspose.imaging.fileformats.djvu/djvuimage/previouspage/) { get; } | Quickly move backward in your DjVu document viewing or processing tasks by accessing the previous page with this convenient property. Efficiently navigate through your document with ease. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata/) { get; set; } | Gets or sets XMP data from frame. | ## Methods | Name | Description | | --- | --- | -| static [LoadDocument](../../aspose.imaging.fileformats.djvu/djvuimage/loaddocument)(Stream) | Load your DjVu document with this method. Streamline your process by quickly accessing and importing your DjVu files into your application. | -| static [LoadDocument](../../aspose.imaging.fileformats.djvu/djvuimage/loaddocument)(Stream, LoadOptions) | Import your DjVu document by utilizing this method with stream and loadOptions parameters. Streamline your process by quickly accessing and importing DjVu files into your application, providing flexibility and customization options to meet your needs. | -| override [AdjustBrightness](../../aspose.imaging.fileformats.djvu/djvuimage/adjustbrightness)(int) | Adjust the *brightness* of an image using a specified parameter, providing control over luminance levels for optimal visual clarity. This method enhances or diminishes the overall brightness of the image, allowing for fine adjustments to achieve desired lighting effects. By modulating brightness, users can optimize image visibility and enhance detail reproduction for improved viewing experience. | -| override [AdjustContrast](../../aspose.imaging.fileformats.djvu/djvuimage/adjustcontrast)(float) | Enhance [`Image`](../../aspose.imaging/image) contrast to improve visual clarity and highlight details with this method, which adjusts the difference in brightness between light and dark areas. By fine-tuning contrast levels, users can achieve more vivid and impactful images, enhancing overall image quality and maximizing detail visibility. This adjustment helps to bring out subtle nuances in color and texture, resulting in more dynamic and visually appealing images. | -| override [AdjustGamma](../../aspose.imaging.fileformats.djvu/djvuimage/adjustgamma)(float) | Gamma correction, specifically for the red, green, and blue channels, involves adjusting the brightness of each color component separately. By applying different gamma coefficients to the RGB channels, you can fine-tune the overall brightness and contrast of an image. This technique ensures accurate color representation and improves the visual quality of the image across different display devices. | -| override [AdjustGamma](../../aspose.imaging.fileformats.djvu/djvuimage/adjustgamma)(float, float, float) | Gamma correction is applied to an image with customizable parameters for the red, green, and blue channels, allowing precise adjustment of color balance and brightness. This method enhances image quality by fine-tuning color representation, ensuring optimal rendering across different display devices. Adjusting gamma values for individual channels improves color balance and visual appeal. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging.fileformats.djvu/djvuimage/binarizebradley)(double, int) | Binarization using Bradley's adaptive thresholding algorithm with integral image thresholding is a method that calculates a local threshold for each pixel based on a local neighborhood. It adapts to variations in illumination across the image, making it suitable for images with uneven lighting conditions. By computing the threshold using integral images, it efficiently handles large neighborhoods, making it applicable to real-time applications. This technique is commonly used in document processing, OCR (Optical Character Recognition), and image segmentation tasks where accurate binarization is essential for subsequent analysis. | -| override [BinarizeFixed](../../aspose.imaging.fileformats.djvu/djvuimage/binarizefixed)(byte) | Binarization with a predefined threshold simplifies complex images into binary representations, where pixels are categorized as either black or white based on their intensity compared to a specified threshold value. This technique is commonly used in image processing to enhance clarity, simplify analysis, and prepare images for further processing steps such as optical character recognition (OCR). By applying a fixed threshold, you can quickly transform grayscale images into binary form, making them easier to interpret and extract meaningful information from. | -| override [BinarizeOtsu](../../aspose.imaging.fileformats.djvu/djvuimage/binarizeotsu)() | Binarization using Otsu thresholding is a technique that automatically calculates an optimal threshold value based on the image's histogram. It separates the image into foreground and background by minimizing the intra-class variance. Otsu's method is widely used for segmenting images into binary form, particularly when the distribution of pixel intensities is bimodal or multimodal. This approach is beneficial for tasks such as object detection, image segmentation, and feature extraction, where accurate delineation between foreground and background is crucial. | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging.fileformats.djvu/djvuimage/cachedata)() | Cache the data privately to optimize performance and reduce the need for repeated data retrieval from external sources. This approach also helps conserve resources, particularly in scenarios where data access is frequent or resources are limited. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging.fileformats.djvu/djvuimage/crop)(Rectangle) | "Crop" trims your image to focus on specific details or remove unwanted elements, enhancing its composition and visual impact. Whether you're adjusting photos for social media, creating website banners, or designing print materials, this tool helps you refine your images with precision and clarity. | -| override [Crop](../../aspose.imaging.fileformats.djvu/djvuimage/crop)(int, int, int, int) | Crop with shifts allows you to precisely adjust the position and dimensions of the cropped area within an image. This feature is invaluable for refining compositions, aligning elements, and emphasizing focal points in your visuals. By incorporating shifts into the cropping process, you can achieve pixel-perfect precision and fine-tune the framing of your images with ease. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging.fileformats.djvu/djvuimage/dither)(DitheringMethod, int, IColorPalette) | The "Dither" function applies a dithering effect to your image, enhancing its visual quality by reducing banding and improving color transitions. Whether you're working on digital art, photography, or graphic design projects, this feature adds a professional touch to your images, making them appear smoother and more refined. | -| override [Filter](../../aspose.imaging.fileformats.djvu/djvuimage/filter)(Rectangle, FilterOptionsBase) | Apply filters to a specified rectangular area within the image to enhance or modify its appearance. By targeting specific regions, this method allows for precise adjustments, such as blurring, sharpening, or applying artistic effects, to achieve desired visual outcomes. Fine-tuning filters on selected areas empowers users to customize image aesthetics, improve clarity, and create artistic effects tailored to their preferences. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging.fileformats.djvu/djvuimage/grayscale)() | Grayscale transformation converts an image to a black-and-white representation, where each pixel's intensity is represented by a single value ranging from black to white. This process removes color information, resulting in a monochromatic image. Grayscale images are commonly used in applications where color is unnecessary or where simplicity is preferred, such as document scanning, printing, and certain types of image analysis. | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.djvu/djvuimage/resize)(int, int, ImageResizeSettings) | Resize the image to the specified width and height while applying additional settings as needed. This method enables users to adjust the dimensions of the image while maintaining desired attributes such as aspect ratio, image quality, and compression settings. By providing flexibility in resizing options, users can tailor the image to fit specific requirements and optimize its appearance for various applications and platforms. | -| override [Resize](../../aspose.imaging.fileformats.djvu/djvuimage/resize)(int, int, ResizeType) | Resize the image using the `Resize` method, providing a simple and effective way to adjust the dimensions of your images according to your requirements. This versatile functionality empowers you to easily scale images to your desired size, enhancing their usability across various platforms and applications. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.djvu/djvuimage/resizeheightproportionally)(int, ResizeType) | The `ResizeHeightProportionally` method allows you to adjust the height of your image while preserving its aspect ratio. This ensures that your image maintains its proportions, preventing distortion and preserving its visual integrity. Whether you're optimizing images for web pages, mobile apps, or print media, this method ensures that your images look their best across different platforms and devices. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.djvu/djvuimage/resizewidthproportionally)(int, ResizeType) | The `ResizeWidthProportionally` method offers a convenient solution to adjust the width of your image while maintaining its aspect ratio. By proportionally resizing the width, you can ensure that your images remain visually appealing and consistent across different devices and screen sizes, enhancing their versatility and usability in various contexts. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.djvu/djvuimage/rotate)(float, bool, Color) | Rotate the image around its center with the Rotate method of the RasterCachedMultipageImage class. This convenient feature allows you to easily adjust the orientation of images while maintaining their center position, enhancing your image manipulation capabilities. | -| override [RotateFlip](../../aspose.imaging.fileformats.djvu/djvuimage/rotateflip)(RotateFlipType) | The `RotateFlip` method offers versatile manipulation options for your image, allowing you to rotate, flip, or perform both operations on the active frame independently. Whether you're editing photos, creating graphics, or enhancing digital art, this method provides precise control over the orientation and composition of your images, ensuring they meet your creative vision with ease and efficiency. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| static [LoadDocument](../../aspose.imaging.fileformats.djvu/djvuimage/loaddocument/#loaddocument)(Stream) | Load your DjVu document with this method. Streamline your process by quickly accessing and importing your DjVu files into your application. | +| static [LoadDocument](../../aspose.imaging.fileformats.djvu/djvuimage/loaddocument/#loaddocument_1)(Stream, LoadOptions) | Import your DjVu document by utilizing this method with stream and loadOptions parameters. Streamline your process by quickly accessing and importing DjVu files into your application, providing flexibility and customization options to meet your needs. | +| override [AdjustBrightness](../../aspose.imaging.fileformats.djvu/djvuimage/adjustbrightness/)(int) | Adjust the *brightness* of an image using a specified parameter, providing control over luminance levels for optimal visual clarity. This method enhances or diminishes the overall brightness of the image, allowing for fine adjustments to achieve desired lighting effects. By modulating brightness, users can optimize image visibility and enhance detail reproduction for improved viewing experience. | +| override [AdjustContrast](../../aspose.imaging.fileformats.djvu/djvuimage/adjustcontrast/)(float) | Enhance [`Image`](../../aspose.imaging/image/) contrast to improve visual clarity and highlight details with this method, which adjusts the difference in brightness between light and dark areas. By fine-tuning contrast levels, users can achieve more vivid and impactful images, enhancing overall image quality and maximizing detail visibility. This adjustment helps to bring out subtle nuances in color and texture, resulting in more dynamic and visually appealing images. | +| override [AdjustGamma](../../aspose.imaging.fileformats.djvu/djvuimage/adjustgamma/#adjustgamma)(float) | Gamma correction, specifically for the red, green, and blue channels, involves adjusting the brightness of each color component separately. By applying different gamma coefficients to the RGB channels, you can fine-tune the overall brightness and contrast of an image. This technique ensures accurate color representation and improves the visual quality of the image across different display devices. | +| override [AdjustGamma](../../aspose.imaging.fileformats.djvu/djvuimage/adjustgamma/#adjustgamma_1)(float, float, float) | Gamma correction is applied to an image with customizable parameters for the red, green, and blue channels, allowing precise adjustment of color balance and brightness. This method enhances image quality by fine-tuning color representation, ensuring optimal rendering across different display devices. Adjusting gamma values for individual channels improves color balance and visual appeal. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging.fileformats.djvu/djvuimage/binarizebradley/#binarizebradley_1)(double, int) | Binarization using Bradley's adaptive thresholding algorithm with integral image thresholding is a method that calculates a local threshold for each pixel based on a local neighborhood. It adapts to variations in illumination across the image, making it suitable for images with uneven lighting conditions. By computing the threshold using integral images, it efficiently handles large neighborhoods, making it applicable to real-time applications. This technique is commonly used in document processing, OCR (Optical Character Recognition), and image segmentation tasks where accurate binarization is essential for subsequent analysis. | +| override [BinarizeFixed](../../aspose.imaging.fileformats.djvu/djvuimage/binarizefixed/)(byte) | Binarization with a predefined threshold simplifies complex images into binary representations, where pixels are categorized as either black or white based on their intensity compared to a specified threshold value. This technique is commonly used in image processing to enhance clarity, simplify analysis, and prepare images for further processing steps such as optical character recognition (OCR). By applying a fixed threshold, you can quickly transform grayscale images into binary form, making them easier to interpret and extract meaningful information from. | +| override [BinarizeOtsu](../../aspose.imaging.fileformats.djvu/djvuimage/binarizeotsu/)() | Binarization using Otsu thresholding is a technique that automatically calculates an optimal threshold value based on the image's histogram. It separates the image into foreground and background by minimizing the intra-class variance. Otsu's method is widely used for segmenting images into binary form, particularly when the distribution of pixel intensities is bimodal or multimodal. This approach is beneficial for tasks such as object detection, image segmentation, and feature extraction, where accurate delineation between foreground and background is crucial. | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging.fileformats.djvu/djvuimage/cachedata/)() | Cache the data privately to optimize performance and reduce the need for repeated data retrieval from external sources. This approach also helps conserve resources, particularly in scenarios where data access is frequent or resources are limited. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging.fileformats.djvu/djvuimage/crop/#crop)(Rectangle) | "Crop" trims your image to focus on specific details or remove unwanted elements, enhancing its composition and visual impact. Whether you're adjusting photos for social media, creating website banners, or designing print materials, this tool helps you refine your images with precision and clarity. | +| override [Crop](../../aspose.imaging.fileformats.djvu/djvuimage/crop/#crop_1)(int, int, int, int) | Crop with shifts allows you to precisely adjust the position and dimensions of the cropped area within an image. This feature is invaluable for refining compositions, aligning elements, and emphasizing focal points in your visuals. By incorporating shifts into the cropping process, you can achieve pixel-perfect precision and fine-tune the framing of your images with ease. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging.fileformats.djvu/djvuimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | The "Dither" function applies a dithering effect to your image, enhancing its visual quality by reducing banding and improving color transitions. Whether you're working on digital art, photography, or graphic design projects, this feature adds a professional touch to your images, making them appear smoother and more refined. | +| override [Filter](../../aspose.imaging.fileformats.djvu/djvuimage/filter/)(Rectangle, FilterOptionsBase) | Apply filters to a specified rectangular area within the image to enhance or modify its appearance. By targeting specific regions, this method allows for precise adjustments, such as blurring, sharpening, or applying artistic effects, to achieve desired visual outcomes. Fine-tuning filters on selected areas empowers users to customize image aesthetics, improve clarity, and create artistic effects tailored to their preferences. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging.fileformats.djvu/djvuimage/grayscale/)() | Grayscale transformation converts an image to a black-and-white representation, where each pixel's intensity is represented by a single value ranging from black to white. This process removes color information, resulting in a monochromatic image. Grayscale images are commonly used in applications where color is unnecessary or where simplicity is preferred, such as document scanning, printing, and certain types of image analysis. | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.djvu/djvuimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resize the image to the specified width and height while applying additional settings as needed. This method enables users to adjust the dimensions of the image while maintaining desired attributes such as aspect ratio, image quality, and compression settings. By providing flexibility in resizing options, users can tailor the image to fit specific requirements and optimize its appearance for various applications and platforms. | +| override [Resize](../../aspose.imaging.fileformats.djvu/djvuimage/resize/#resize_2)(int, int, ResizeType) | Resize the image using the `Resize` method, providing a simple and effective way to adjust the dimensions of your images according to your requirements. This versatile functionality empowers you to easily scale images to your desired size, enhancing their usability across various platforms and applications. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.djvu/djvuimage/resizeheightproportionally/#resizeheightproportionally_2)(int, ResizeType) | The `ResizeHeightProportionally` method allows you to adjust the height of your image while preserving its aspect ratio. This ensures that your image maintains its proportions, preventing distortion and preserving its visual integrity. Whether you're optimizing images for web pages, mobile apps, or print media, this method ensures that your images look their best across different platforms and devices. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.djvu/djvuimage/resizewidthproportionally/#resizewidthproportionally_2)(int, ResizeType) | The `ResizeWidthProportionally` method offers a convenient solution to adjust the width of your image while maintaining its aspect ratio. By proportionally resizing the width, you can ensure that your images remain visually appealing and consistent across different devices and screen sizes, enhancing their versatility and usability in various contexts. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.djvu/djvuimage/rotate/#rotate_1)(float, bool, Color) | Rotate the image around its center with the Rotate method of the RasterCachedMultipageImage class. This convenient feature allows you to easily adjust the orientation of images while maintaining their center position, enhancing your image manipulation capabilities. | +| override [RotateFlip](../../aspose.imaging.fileformats.djvu/djvuimage/rotateflip/)(RotateFlipType) | The `RotateFlip` method offers versatile manipulation options for your image, allowing you to rotate, flip, or perform both operations on the active frame independently. Whether you're editing photos, creating graphics, or enhancing digital art, this method provides precise control over the orientation and composition of your images, ensuring they meet your creative vision with ease and efficiency. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Events + +| Name | Description | +| --- | --- | +| event [PropertyChanged](../../aspose.imaging.fileformats.djvu/djvuimage/propertychanged/) | Occurs when a property value changes. | + +## Examples This example shows how to load a DJVU image from a file stream. @@ -182,8 +188,8 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../aspose.imaging.fileformats.djvu) +* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage/) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../aspose.imaging.fileformats.djvu/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/activepage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/activepage/_index.md index 47f1ebe52c77..adc492519d50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/activepage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/activepage/_index.md @@ -1,7 +1,7 @@ --- -title: ActivePage +title: DjvuImage.ActivePage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Navigate through your DjVu document by accessing or setting the currently active page using this property. Seamlessly switch between pages to focus on specific content and enhance your document viewing experience type: docs weight: 30 url: /net/aspose.imaging.fileformats.djvu/djvuimage/activepage/ @@ -22,9 +22,9 @@ The active page. | exception | condition | | --- | --- | -| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception) | There is no active page selected. | +| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception/) | There is no active page selected. | -### Examples +## Examples This example shows how to load a DJVU image from a file stream and print information about the pages. @@ -70,9 +70,9 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [DjvuPage](../../djvupage) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuPage](../../djvupage/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustbrightness/_index.md index 4fce74278aaa..333e74e59873 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: DjvuImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Adjust the brightness of an image using a specified parameter providing control over luminance levels for optimal visual clarity. This method enhances or diminishes the overall brightness of the image allowing for fine adjustments to achieve desired lighting effects. By modulating brightness users can optimize image visibility and enhance detail reproduction for improved viewing experience type: docs weight: 150 url: /net/aspose.imaging.fileformats.djvu/djvuimage/adjustbrightness/ @@ -18,7 +18,7 @@ public override void AdjustBrightness(int brightness) | --- | --- | --- | | brightness | Int32 | Brightness value. | -### Examples +## Examples The following example performs brightness correction of a DJVU image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustcontrast/_index.md index 025390745e02..a5b6b5739159 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustcontrast/_index.md @@ -1,14 +1,14 @@ --- -title: AdjustContrast +title: DjvuImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Enhance Image contrast to improve visual clarity and highlight details with this method which adjusts the difference in brightness between light and dark areas. By finetuning contrast levels users can achieve more vivid and impactful images enhancing overall image quality and maximizing detail visibility. This adjustment helps to bring out subtle nuances in color and texture resulting in more dynamic and visually appealing images type: docs weight: 160 url: /net/aspose.imaging.fileformats.djvu/djvuimage/adjustcontrast/ --- ## DjvuImage.AdjustContrast method -Enhance [`Image`](../../../aspose.imaging/image) contrast to improve visual clarity and highlight details with this method, which adjusts the difference in brightness between light and dark areas. By fine-tuning contrast levels, users can achieve more vivid and impactful images, enhancing overall image quality and maximizing detail visibility. This adjustment helps to bring out subtle nuances in color and texture, resulting in more dynamic and visually appealing images. +Enhance [`Image`](../../../aspose.imaging/image/) contrast to improve visual clarity and highlight details with this method, which adjusts the difference in brightness between light and dark areas. By fine-tuning contrast levels, users can achieve more vivid and impactful images, enhancing overall image quality and maximizing detail visibility. This adjustment helps to bring out subtle nuances in color and texture, resulting in more dynamic and visually appealing images. ```csharp public override void AdjustContrast(float contrast) @@ -18,7 +18,7 @@ public override void AdjustContrast(float contrast) | --- | --- | --- | | contrast | Single | Contrast value (in range [-100; 100]) | -### Examples +## Examples The following example performs contrast correction of a DJVU image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustgamma/_index.md index 0f8303e50cc0..b4ae4160d132 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: DjvuImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Gamma correction specifically for the red green and blue channels involves adjusting the brightness of each color component separately. By applying different gamma coefficients to the RGB channels you can finetune the overall brightness and contrast of an image. This technique ensures accurate color representation and improves the visual quality of the image across different display devices type: docs weight: 170 url: /net/aspose.imaging.fileformats.djvu/djvuimage/adjustgamma/ --- -## DjvuImage.AdjustGamma method (1 of 2) +## AdjustGamma(float) {#adjustgamma} Gamma correction, specifically for the red, green, and blue channels, involves adjusting the brightness of each color component separately. By applying different gamma coefficients to the RGB channels, you can fine-tune the overall brightness and contrast of an image. This technique ensures accurate color representation and improves the visual quality of the image across different display devices. @@ -18,7 +18,7 @@ public override void AdjustGamma(float gamma) | --- | --- | --- | | gamma | Single | Gamma for red, green and blue channels coefficient | -### Examples +## Examples The following example performs gamma-correction of a DJVU image. @@ -39,13 +39,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) --- -## DjvuImage.AdjustGamma method (2 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Gamma correction is applied to an image with customizable parameters for the red, green, and blue channels, allowing precise adjustment of color balance and brightness. This method enhances image quality by fine-tuning color representation, ensuring optimal rendering across different display devices. Adjusting gamma values for individual channels improves color balance and visual appeal. @@ -59,7 +59,7 @@ public override void AdjustGamma(float gammaRed, float gammaGreen, float gammaBl | gammaGreen | Single | Gamma for green channel coefficient | | gammaBlue | Single | Gamma for blue channel coefficient | -### Examples +## Examples The following example performs gamma-correction of a DJVU image applying different coefficients for color components. @@ -80,8 +80,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizebradley/_index.md index 50985c5e3aa0..97ebc5d65c5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizebradley/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeBradley +title: DjvuImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Binarization using Bradleys adaptive thresholding algorithm with integral image thresholding is a method that calculates a local threshold for each pixel based on a local neighborhood. It adapts to variations in illumination across the image making it suitable for images with uneven lighting conditions. By computing the threshold using integral images it efficiently handles large neighborhoods making it applicable to realtime applications. This technique is commonly used in document processing OCR Optical Character Recognition and image segmentation tasks where accurate binarization is essential for subsequent analysis type: docs weight: 180 url: /net/aspose.imaging.fileformats.djvu/djvuimage/binarizebradley/ @@ -19,7 +19,7 @@ public override void BinarizeBradley(double brightnessDifference, int windowSize | brightnessDifference | Double | The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel. | | windowSize | Int32 | The size of s x s window of pixels centered around this pixel | -### Examples +## Examples The following example binarizes a DJVU image with Bradley's adaptive thresholding algorithm with the specified window size. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizefixed/_index.md index 3e8be1517d1e..f38c9c1b6bd4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: DjvuImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Binarization with a predefined threshold simplifies complex images into binary representations where pixels are categorized as either black or white based on their intensity compared to a specified threshold value. This technique is commonly used in image processing to enhance clarity simplify analysis and prepare images for further processing steps such as optical character recognition OCR. By applying a fixed threshold you can quickly transform grayscale images into binary form making them easier to interpret and extract meaningful information from type: docs weight: 190 url: /net/aspose.imaging.fileformats.djvu/djvuimage/binarizefixed/ @@ -18,7 +18,7 @@ public override void BinarizeFixed(byte threshold) | --- | --- | --- | | threshold | Byte | Threshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise. | -### Examples +## Examples The following example binarizes a DJVU image with the predefined threshold. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizeotsu/_index.md index 3f48b2d8068c..7be7b81a4eef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: DjvuImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Binarization using Otsu thresholding is a technique that automatically calculates an optimal threshold value based on the images histogram. It separates the image into foreground and background by minimizing the intraclass variance. Otsus method is widely used for segmenting images into binary form particularly when the distribution of pixel intensities is bimodal or multimodal. This approach is beneficial for tasks such as object detection image segmentation and feature extraction where accurate delineation between foreground and background is crucial type: docs weight: 200 url: /net/aspose.imaging.fileformats.djvu/djvuimage/binarizeotsu/ @@ -14,7 +14,7 @@ Binarization using Otsu thresholding is a technique that automatically calculate public override void BinarizeOtsu() ``` -### Examples +## Examples The following example binarizes a DJVU image with Otsu thresholding. Binarized images contain only 2 colors - black and white. @@ -35,8 +35,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/cachedata/_index.md index 5af53ffa2cd7..6121fcb6f312 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/cachedata/_index.md @@ -1,7 +1,7 @@ --- -title: CacheData +title: DjvuImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Cache the data privately to optimize performance and reduce the need for repeated data retrieval from external sources. This approach also helps conserve resources particularly in scenarios where data access is frequent or resources are limited type: docs weight: 210 url: /net/aspose.imaging.fileformats.djvu/djvuimage/cachedata/ @@ -14,7 +14,7 @@ Cache the data privately to optimize performance and reduce the need for repeate public override void CacheData() ``` -### Examples +## Examples The following example shows how to cache all pages of a DJVU image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.FileFormats.Djvu.DjvuImage image = (Aspose.Imaging.FileFor ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/crop/_index.md index 3a6e7c9feb08..27c858c58a38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: DjvuImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Crop trims your image to focus on specific details or remove unwanted elements enhancing its composition and visual impact. Whether youre adjusting photos for social media creating website banners or designing print materials this tool helps you refine your images with precision and clarity type: docs weight: 220 url: /net/aspose.imaging.fileformats.djvu/djvuimage/crop/ --- -## DjvuImage.Crop method (1 of 2) +## Crop(Rectangle) {#crop} "Crop" trims your image to focus on specific details or remove unwanted elements, enhancing its composition and visual impact. Whether you're adjusting photos for social media, creating website banners, or designing print materials, this tool helps you refine your images with precision and clarity. @@ -18,7 +18,7 @@ public override void Crop(Rectangle rectangle) | --- | --- | --- | | rectangle | Rectangle | The rectangle. | -### Examples +## Examples The following example crops a DJVU image. The cropping area is be specified via Aspose.Imaging.Rectangle. @@ -42,14 +42,14 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) --- -## DjvuImage.Crop method (2 of 2) +## Crop(int, int, int, int) {#crop_1} Crop with shifts allows you to precisely adjust the position and dimensions of the cropped area within an image. This feature is invaluable for refining compositions, aligning elements, and emphasizing focal points in your visuals. By incorporating shifts into the cropping process, you can achieve pixel-perfect precision and fine-tune the framing of your images with ease. @@ -66,8 +66,8 @@ public override void Crop(int leftShift, int rightShift, int topShift, int botto ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/dither/_index.md index a1dabaf7e184..8c6c5cf43219 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/dither/_index.md @@ -1,7 +1,7 @@ --- -title: Dither +title: DjvuImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. The Dither function applies a dithering effect to your image enhancing its visual quality by reducing banding and improving color transitions. Whether youre working on digital art photography or graphic design projects this feature adds a professional touch to your images making them appear smoother and more refined type: docs weight: 230 url: /net/aspose.imaging.fileformats.djvu/djvuimage/dither/ @@ -21,7 +21,7 @@ public override void Dither(DitheringMethod ditheringMethod, int bitsCount, | bitsCount | Int32 | The final bits count for dithering. | | customPalette | IColorPalette | The custom palette for dithering. | -### Examples +## Examples The following example loads a DJVU image and performs threshold and floyd dithering using different palette depth. @@ -57,10 +57,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/djvuimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/djvuimage/_index.md index 04e53ebfde72..d71f1b5f5001 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/djvuimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/djvuimage/_index.md @@ -1,14 +1,14 @@ --- -title: DjvuImage +title: DjvuImage.DjvuImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage constructor. Start working with DjVu images by initializing a new instance of the DjvuImage class using a Stream parameter. Perfect for developers who want seamless integration of DjVu image processing into their projects type: docs weight: 10 url: /net/aspose.imaging.fileformats.djvu/djvuimage/djvuimage/ --- -## DjvuImage constructor (1 of 2) +## DjvuImage(Stream) {#constructor} -Start working with DjVu images by initializing a new instance of the [`DjvuImage`](../../djvuimage) class using a Stream parameter. Perfect for developers who want seamless integration of DjVu image processing into their projects. +Start working with DjVu images by initializing a new instance of the [`DjvuImage`](../) class using a Stream parameter. Perfect for developers who want seamless integration of DjVu image processing into their projects. ```csharp public DjvuImage(Stream stream) @@ -22,9 +22,9 @@ public DjvuImage(Stream stream) | exception | condition | | --- | --- | -| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception) | Stream is empty | +| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception/) | Stream is empty | -### Examples +## Examples This example shows how to load a DJVU image from a file stream. @@ -51,15 +51,15 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) --- -## DjvuImage constructor (2 of 2) +## DjvuImage(Stream, LoadOptions) {#constructor_1} -Start working with DjVu images seamlessly with this constructor, which initializes a new [`DjvuImage`](../../djvuimage) class instance using a Stream and LoadOptions parameters. Perfect for developers who want precise control over DjVu image loading options while maintaining simplicity and efficiency. +Start working with DjVu images seamlessly with this constructor, which initializes a new [`DjvuImage`](../) class instance using a Stream and LoadOptions parameters. Perfect for developers who want precise control over DjVu image loading options while maintaining simplicity and efficiency. ```csharp public DjvuImage(Stream stream, LoadOptions loadOptions) @@ -74,9 +74,9 @@ public DjvuImage(Stream stream, LoadOptions loadOptions) | exception | condition | | --- | --- | -| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception) | Stream is empty | +| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception/) | Stream is empty | -### Examples +## Examples This example shows how to load a DJVU image from a file stream to stay within the specified memory limit. @@ -107,9 +107,9 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/djvupages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/djvupages/_index.md index 1db3b1e4b5ba..cea0b87e2562 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/djvupages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/djvupages/_index.md @@ -1,7 +1,7 @@ --- -title: DjvuPages +title: DjvuImage.DjvuPages second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Quickly retrieve all the pages contained within your DjVu document using this property. Simplify your document processing workflow by easily accessing and managing individual pages within your DjVu files. Improve efficiency and streamline your tasks with convenient page retrieval type: docs weight: 40 url: /net/aspose.imaging.fileformats.djvu/djvuimage/djvupages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [DjvuPage](../../djvupage) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuPage](../../djvupage/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/fileformat/_index.md index 540d9fad71ae..4615de30fc7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: DjvuImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Obtain the file format information associated with your DjVu image file. Quickly determine the format of your file for seamless integration into your workflow type: docs weight: 50 url: /net/aspose.imaging.fileformats.djvu/djvuimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/filter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/filter/_index.md index 5b1ad68fa993..8380351b955b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/filter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/filter/_index.md @@ -1,7 +1,7 @@ --- -title: Filter +title: DjvuImage.Filter second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Apply filters to a specified rectangular area within the image to enhance or modify its appearance. By targeting specific regions this method allows for precise adjustments such as blurring sharpening or applying artistic effects to achieve desired visual outcomes. Finetuning filters on selected areas empowers users to customize image aesthetics improve clarity and create artistic effects tailored to their preferences type: docs weight: 240 url: /net/aspose.imaging.fileformats.djvu/djvuimage/filter/ @@ -19,7 +19,7 @@ public override void Filter(Rectangle rectangle, FilterOptionsBase options) | rectangle | Rectangle | The rectangle. | | options | FilterOptionsBase | The options. | -### Examples +## Examples The following example applies various types of filters to a DJVU image. @@ -85,10 +85,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/firstpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/firstpage/_index.md index 754e6500d712..3dd3ea31ce33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/firstpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/firstpage/_index.md @@ -1,7 +1,7 @@ --- -title: FirstPage +title: DjvuImage.FirstPage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Access the first page of your DjVu document with this property. Quickly retrieve the initial page to begin viewing or processing your document efficiently type: docs weight: 60 url: /net/aspose.imaging.fileformats.djvu/djvuimage/firstpage/ @@ -22,9 +22,9 @@ The first page. | exception | condition | | --- | --- | -| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception) | The first page can not be found | +| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception/) | The first page can not be found | -### Examples +## Examples This example shows how to load a DJVU image from a file stream and print information about the pages. @@ -70,9 +70,9 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [DjvuPage](../../djvupage) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuPage](../../djvupage/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/grayscale/_index.md index f2b710a16a72..a61ec027eb9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: DjvuImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Grayscale transformation converts an image to a blackandwhite representation where each pixels intensity is represented by a single value ranging from black to white. This process removes color information resulting in a monochromatic image. Grayscale images are commonly used in applications where color is unnecessary or where simplicity is preferred such as document scanning printing and certain types of image analysis type: docs weight: 250 url: /net/aspose.imaging.fileformats.djvu/djvuimage/grayscale/ @@ -14,7 +14,7 @@ Grayscale transformation converts an image to a black-and-white representation, public override void Grayscale() ``` -### Examples +## Examples The following example transforms a colored DJVU image to its grayscale representation. Grayscale images are composed exclusively of shades of gray and carry only intensity information. @@ -34,8 +34,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.djvu ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/hasalpha/_index.md index fe4dab9ee733..7cf224993c8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: DjvuImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Quickly determine whether your DjVu image file contains an alpha channel. Simplify your workflow by checking for the presence of transparency information in your images type: docs weight: 70 url: /net/aspose.imaging.fileformats.djvu/djvuimage/hasalpha/ @@ -20,8 +20,8 @@ The Has alpha channel. ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/identifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/identifier/_index.md index a9d1582fc30e..1e6ca88d042f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/identifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/identifier/_index.md @@ -1,7 +1,7 @@ --- -title: Identifier +title: DjvuImage.Identifier second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Gets the unique identifier for the document type: docs weight: 80 url: /net/aspose.imaging.fileformats.djvu/djvuimage/identifier/ @@ -20,8 +20,8 @@ The identifier. ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/lastpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/lastpage/_index.md index 88556a46b135..97e9bd5d6037 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/lastpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/lastpage/_index.md @@ -1,7 +1,7 @@ --- -title: LastPage +title: DjvuImage.LastPage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Retrieve the last page of your DjVu document using this property. Quickly access the final page for viewing or processing purposes with ease type: docs weight: 90 url: /net/aspose.imaging.fileformats.djvu/djvuimage/lastpage/ @@ -22,9 +22,9 @@ The last page. | exception | condition | | --- | --- | -| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception) | The last page can not be found | +| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception/) | The last page can not be found | -### Examples +## Examples This example shows how to load a DJVU image from a file stream and print information about the pages. @@ -70,9 +70,9 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [DjvuPage](../../djvupage) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuPage](../../djvupage/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/loaddocument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/loaddocument/_index.md index 23127964e6e8..bfdead1e5da2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/loaddocument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/loaddocument/_index.md @@ -1,12 +1,12 @@ --- -title: LoadDocument +title: DjvuImage.LoadDocument second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Load your DjVu document with this method. Streamline your process by quickly accessing and importing your DjVu files into your application type: docs weight: 20 url: /net/aspose.imaging.fileformats.djvu/djvuimage/loaddocument/ --- -## DjvuImage.LoadDocument method (1 of 2) +## LoadDocument(Stream) {#loaddocument} Load your DjVu document with this method. Streamline your process by quickly accessing and importing your DjVu files into your application. @@ -24,13 +24,13 @@ Loaded djvu document ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) --- -## DjvuImage.LoadDocument method (2 of 2) +## LoadDocument(Stream, LoadOptions) {#loaddocument_1} Import your DjVu document by utilizing this method with stream and loadOptions parameters. Streamline your process by quickly accessing and importing DjVu files into your application, providing flexibility and customization options to meet your needs. @@ -49,9 +49,9 @@ Loaded djvu document ### See Also -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/nextpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/nextpage/_index.md index bf2012df6c6b..d5ce73ef5f8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/nextpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/nextpage/_index.md @@ -1,7 +1,7 @@ --- -title: NextPage +title: DjvuImage.NextPage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Navigate through your DjVu document by accessing the next page with this convenient property. Quickly move forward in your document viewing or processing tasks type: docs weight: 100 url: /net/aspose.imaging.fileformats.djvu/djvuimage/nextpage/ @@ -22,13 +22,13 @@ The next page. | exception | condition | | --- | --- | -| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception) | The next page can not be found | +| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception/) | The next page can not be found | ### See Also -* class [DjvuPage](../../djvupage) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuPage](../../djvupage/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/pagecount/_index.md index 9cbe94f5e16c..83c4a177c50c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: DjvuImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Retrieve the total number of pages in your DjVu image collection with this property. Ideal for quickly assessing the extent of your document or book stored in DjVu format. Improve your workflow efficiency with accurate page count information type: docs weight: 110 url: /net/aspose.imaging.fileformats.djvu/djvuimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/pages/_index.md index bda0a30d2aa7..b05ad24847b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: DjvuImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Access the individual pages of your DjVu image collection with this property. Simplify navigation and manipulation of your document or book stored in DjVu format by accessing each page directly. Improve your workflow efficiency with easy page retrieval type: docs weight: 120 url: /net/aspose.imaging.fileformats.djvu/djvuimage/pages/ @@ -18,7 +18,7 @@ public override Image[] Pages { get; } The pages. -### Examples +## Examples This example shows how to load a DJVU image from a file stream. @@ -45,9 +45,9 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [Image](../../../aspose.imaging/image) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [Image](../../../aspose.imaging/image/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/previouspage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/previouspage/_index.md index 5704171b9c7c..9d0e8da31d59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/previouspage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/previouspage/_index.md @@ -1,7 +1,7 @@ --- -title: PreviousPage +title: DjvuImage.PreviousPage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage property. Quickly move backward in your DjVu document viewing or processing tasks by accessing the previous page with this convenient property. Efficiently navigate through your document with ease type: docs weight: 130 url: /net/aspose.imaging.fileformats.djvu/djvuimage/previouspage/ @@ -22,13 +22,13 @@ The previous page. | exception | condition | | --- | --- | -| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception) | The previous page can not be found | +| [DjvuImageException](../../../aspose.imaging.coreexceptions.imageformats/djvuimageexception/) | The previous page can not be found | ### See Also -* class [DjvuPage](../../djvupage) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuPage](../../djvupage/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/propertychanged/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/propertychanged/_index.md index d2cb26d918b7..b53783e097cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/propertychanged/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/propertychanged/_index.md @@ -1,7 +1,7 @@ --- -title: PropertyChanged +title: DjvuImage.PropertyChanged second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage event. Occurs when a property value changes type: docs weight: 140 url: /net/aspose.imaging.fileformats.djvu/djvuimage/propertychanged/ @@ -16,8 +16,8 @@ public event PropertyChangedEventHandler PropertyChanged; ### See Also -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resize/_index.md index 6cba3438ebad..5b1c9babc5f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: DjvuImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Resize the image using the Resize method providing a simple and effective way to adjust the dimensions of your images according to your requirements. This versatile functionality empowers you to easily scale images to your desired size enhancing their usability across various platforms and applications type: docs weight: 260 url: /net/aspose.imaging.fileformats.djvu/djvuimage/resize/ --- -## DjvuImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resize the image using the `Resize` method, providing a simple and effective way to adjust the dimensions of your images according to your requirements. This versatile functionality empowers you to easily scale images to your desired size, enhancing their usability across various platforms and applications. @@ -20,7 +20,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples This example loads a DJVU image and resizes it using various resizing methods. @@ -68,14 +68,14 @@ using (Aspose.Imaging.FileFormats.Djvu.DjvuImage image = (Aspose.Imaging.FileFor ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) --- -## DjvuImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resize the image to the specified width and height while applying additional settings as needed. This method enables users to adjust the dimensions of the image while maintaining desired attributes such as aspect ratio, image quality, and compression settings. By providing flexibility in resizing options, users can tailor the image to fit specific requirements and optimize its appearance for various applications and platforms. @@ -89,7 +89,7 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set | newHeight | Int32 | The new height. | | settings | ImageResizeSettings | The resize settings. | -### Examples +## Examples This example loads a DJVU image and resizes it using various resizing settings. @@ -129,9 +129,9 @@ using (Aspose.Imaging.Image image = (Aspose.Imaging.Image)Aspose.Imaging.Image.L ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resizeheightproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resizeheightproportionally/_index.md index 667f37bbea65..9a0442223734 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resizeheightproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resizeheightproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeHeightProportionally +title: DjvuImage.ResizeHeightProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. The ResizeHeightProportionally method allows you to adjust the height of your image while preserving its aspect ratio. This ensures that your image maintains its proportions preventing distortion and preserving its visual integrity. Whether youre optimizing images for web pages mobile apps or print media this method ensures that your images look their best across different platforms and devices type: docs weight: 270 url: /net/aspose.imaging.fileformats.djvu/djvuimage/resizeheightproportionally/ @@ -19,7 +19,7 @@ public override void ResizeHeightProportionally(int newHeight, ResizeType resize | newHeight | Int32 | The new height. | | resizeType | ResizeType | Type of the resize. | -### Examples +## Examples This example loads a DJVU image and resizes it proportionally using various resizing methods. Only the height is specified, the width is calculated automatically. @@ -67,9 +67,9 @@ using (Aspose.Imaging.FileFormats.Djvu.DjvuImage image = (Aspose.Imaging.FileFor ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resizewidthproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resizewidthproportionally/_index.md index 0ffaa8cacaa3..46bb3297068b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resizewidthproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/resizewidthproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeWidthProportionally +title: DjvuImage.ResizeWidthProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. The ResizeWidthProportionally method offers a convenient solution to adjust the width of your image while maintaining its aspect ratio. By proportionally resizing the width you can ensure that your images remain visually appealing and consistent across different devices and screen sizes enhancing their versatility and usability in various contexts type: docs weight: 280 url: /net/aspose.imaging.fileformats.djvu/djvuimage/resizewidthproportionally/ @@ -19,7 +19,7 @@ public override void ResizeWidthProportionally(int newWidth, ResizeType resizeTy | newWidth | Int32 | The new width. | | resizeType | ResizeType | Type of the resize. | -### Examples +## Examples This example loads a DJVU image and resizes it proportionally using various resizing methods. Only the width is specified, the height is calculated automatically. @@ -67,9 +67,9 @@ using (Aspose.Imaging.FileFormats.Djvu.DjvuImage image = (Aspose.Imaging.FileFor ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/rotate/_index.md index e7b46c6d1b3c..65a69601c5eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: DjvuImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. Rotate the image around its center with the Rotate method of the RasterCachedMultipageImage class. This convenient feature allows you to easily adjust the orientation of images while maintaining their center position enhancing your image manipulation capabilities type: docs weight: 290 url: /net/aspose.imaging.fileformats.djvu/djvuimage/rotate/ @@ -22,9 +22,9 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* struct [Color](../../../aspose.imaging/color/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/rotateflip/_index.md index 6ad0c4e8c5be..7256eb7c2f07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: DjvuImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuImage method. The RotateFlip method offers versatile manipulation options for your image allowing you to rotate flip or perform both operations on the active frame independently. Whether youre editing photos creating graphics or enhancing digital art this method provides precise control over the orientation and composition of your images ensuring they meet your creative vision with ease and efficiency type: docs weight: 300 url: /net/aspose.imaging.fileformats.djvu/djvuimage/rotateflip/ @@ -18,7 +18,7 @@ public override void RotateFlip(RotateFlipType rotateFlipType) | --- | --- | --- | | rotateFlipType | RotateFlipType | The rotate flip type. | -### Examples +## Examples This example loads a DJVU image, rotates it by 90 degrees clockwise and optionally flips the image horizontally and(or) vertically. @@ -48,9 +48,9 @@ foreach (Aspose.Imaging.RotateFlipType rotateFlipType in rotateFlipTypes) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [DjvuImage](../../djvuimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [DjvuImage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/_index.md index 160a63744fd3..168aecf2d89e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/_index.md @@ -1,7 +1,7 @@ --- -title: DjvuPage +title: Class DjvuPage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Djvu.DjvuPage class. Djvu page class type: docs weight: 2460 url: /net/aspose.imaging.fileformats.djvu/djvupage/ @@ -18,138 +18,145 @@ public class DjvuPage : RasterCachedImage, INotifyPropertyChanged | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.djvu/djvupage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.djvu/djvupage/height) { get; } | Gets the height of the page | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| [Image](../../aspose.imaging.fileformats.djvu/djvupage/image) { get; } | Gets the image. | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsColor](../../aspose.imaging.fileformats.djvu/djvupage/iscolor) { get; } | Gets a value indicating whether this instance is color. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [PageNumber](../../aspose.imaging.fileformats.djvu/djvupage/pagenumber) { get; } | Gets the page number. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [ParentImage](../../aspose.imaging.fileformats.djvu/djvupage/parentimage) { get; } | Gets the parent image the page belongs to | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [ThumbnailImage](../../aspose.imaging.fileformats.djvu/djvupage/thumbnailimage) { get; set; } | Gets or sets the thumbnail image for the page | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.djvu/djvupage/width) { get; } | Gets the width of the page | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.djvu/djvupage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.djvu/djvupage/height/) { get; } | Gets the height of the page | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| [Image](../../aspose.imaging.fileformats.djvu/djvupage/image/) { get; } | Gets the image. | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsColor](../../aspose.imaging.fileformats.djvu/djvupage/iscolor/) { get; } | Gets a value indicating whether this instance is color. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [PageNumber](../../aspose.imaging.fileformats.djvu/djvupage/pagenumber/) { get; } | Gets the page number. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [ParentImage](../../aspose.imaging.fileformats.djvu/djvupage/parentimage/) { get; } | Gets the parent image the page belongs to | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [ThumbnailImage](../../aspose.imaging.fileformats.djvu/djvupage/thumbnailimage/) { get; set; } | Gets or sets the thumbnail image for the page | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.djvu/djvupage/width/) { get; } | Gets the width of the page | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| [ExtractThumbnailImage](../../aspose.imaging.fileformats.djvu/djvupage/extractthumbnailimage)() | Extracts the thumbnail image from the Djvu page. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetBackgroundImage](../../aspose.imaging.fileformats.djvu/djvupage/getbackgroundimage)() | Gets the background image. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| [GetForegroundImage](../../aspose.imaging.fileformats.djvu/djvupage/getforegroundimage)(int) | Gets the foreground image for the page | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| [GetTextForLocation](../../aspose.imaging.fileformats.djvu/djvupage/gettextforlocation)(Rectangle) | Gets the text for the rectangle location | -| [GetTextImage](../../aspose.imaging.fileformats.djvu/djvupage/gettextimage)(int) | Gets the text image. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| [ExtractThumbnailImage](../../aspose.imaging.fileformats.djvu/djvupage/extractthumbnailimage/)() | Extracts the thumbnail image from the Djvu page. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetBackgroundImage](../../aspose.imaging.fileformats.djvu/djvupage/getbackgroundimage/)() | Gets the background image. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| [GetForegroundImage](../../aspose.imaging.fileformats.djvu/djvupage/getforegroundimage/)(int) | Gets the foreground image for the page | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| [GetTextForLocation](../../aspose.imaging.fileformats.djvu/djvupage/gettextforlocation/)(Rectangle) | Gets the text for the rectangle location | +| [GetTextImage](../../aspose.imaging.fileformats.djvu/djvupage/gettextimage/)(int) | Gets the text image. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Events + +| Name | Description | +| --- | --- | +| event [PropertyChanged](../../aspose.imaging.fileformats.djvu/djvupage/propertychanged/) | Occurs when a property value changes. | +| static event [PageExportedAction](../../aspose.imaging.fileformats.djvu/djvupage/pageexportedaction/) | Occurs when [page exported action]. | ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../aspose.imaging.fileformats.djvu) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../aspose.imaging.fileformats.djvu/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/bitsperpixel/_index.md index 84e491b22b60..0ad284c2a67b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: DjvuPage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage property. Gets the image bits per pixel count type: docs weight: 10 url: /net/aspose.imaging.fileformats.djvu/djvupage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/extractthumbnailimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/extractthumbnailimage/_index.md index a381f81ce8a0..836db54d6a2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/extractthumbnailimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/extractthumbnailimage/_index.md @@ -1,7 +1,7 @@ --- -title: ExtractThumbnailImage +title: DjvuPage.ExtractThumbnailImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage method. Extracts the thumbnail image from the Djvu page type: docs weight: 100 url: /net/aspose.imaging.fileformats.djvu/djvupage/extractthumbnailimage/ @@ -20,9 +20,9 @@ The Djvu raster image. ### See Also -* class [DjvuRaster](../../djvuraster) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuRaster](../../djvuraster/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/getbackgroundimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/getbackgroundimage/_index.md index cce724cb2e3a..c3fac036872d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/getbackgroundimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/getbackgroundimage/_index.md @@ -1,7 +1,7 @@ --- -title: GetBackgroundImage +title: DjvuPage.GetBackgroundImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage method. Gets the background image type: docs weight: 110 url: /net/aspose.imaging.fileformats.djvu/djvupage/getbackgroundimage/ @@ -20,9 +20,9 @@ The bitmap ### See Also -* class [DjvuRaster](../../djvuraster) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuRaster](../../djvuraster/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/getforegroundimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/getforegroundimage/_index.md index f4ced48318cb..6e09eddd23e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/getforegroundimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/getforegroundimage/_index.md @@ -1,7 +1,7 @@ --- -title: GetForegroundImage +title: DjvuPage.GetForegroundImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage method. Gets the foreground image for the page type: docs weight: 120 url: /net/aspose.imaging.fileformats.djvu/djvupage/getforegroundimage/ @@ -24,9 +24,9 @@ Bitmap image ### See Also -* class [DjvuRaster](../../djvuraster) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuRaster](../../djvuraster/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/gettextforlocation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/gettextforlocation/_index.md index a948c92049c5..8261a52d56c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/gettextforlocation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/gettextforlocation/_index.md @@ -1,7 +1,7 @@ --- -title: GetTextForLocation +title: DjvuPage.GetTextForLocation second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage method. Gets the text for the rectangle location type: docs weight: 130 url: /net/aspose.imaging.fileformats.djvu/djvupage/gettextforlocation/ @@ -24,9 +24,9 @@ Text found on location ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/gettextimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/gettextimage/_index.md index 3f9ce12b48a4..69f399612998 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/gettextimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/gettextimage/_index.md @@ -1,7 +1,7 @@ --- -title: GetTextImage +title: DjvuPage.GetTextImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage method. Gets the text image type: docs weight: 140 url: /net/aspose.imaging.fileformats.djvu/djvupage/gettextimage/ @@ -24,9 +24,9 @@ The bitmap ### See Also -* class [DjvuRaster](../../djvuraster) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuRaster](../../djvuraster/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/height/_index.md index ec7e330be2b5..c778a6e6eedf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: DjvuPage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage property. Gets the height of the page type: docs weight: 20 url: /net/aspose.imaging.fileformats.djvu/djvupage/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/image/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/image/_index.md index 2fffcaa40df0..339f11e648a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/image/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/image/_index.md @@ -1,7 +1,7 @@ --- -title: Image +title: DjvuPage.Image second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage property. Gets the image type: docs weight: 30 url: /net/aspose.imaging.fileformats.djvu/djvupage/image/ @@ -20,9 +20,9 @@ The image. ### See Also -* class [DjvuRaster](../../djvuraster) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuRaster](../../djvuraster/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/iscolor/_index.md index 6486ffeb9107..881563d289ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: DjvuPage.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage property. Gets a value indicating whether this instance is color type: docs weight: 40 url: /net/aspose.imaging.fileformats.djvu/djvupage/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; } ### See Also -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/pageexportedaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/pageexportedaction/_index.md index e771f056cd44..fe154770c312 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/pageexportedaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/pageexportedaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportedAction +title: DjvuPage.PageExportedAction second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage event. Occurs when page exported action type: docs weight: 150 url: /net/aspose.imaging.fileformats.djvu/djvupage/pageexportedaction/ @@ -16,9 +16,9 @@ public static event OnPageExportedAction PageExportedAction; ### See Also -* delegate [OnPageExportedAction](../../onpageexportedaction) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* delegate [OnPageExportedAction](../../onpageexportedaction/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/pagenumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/pagenumber/_index.md index db4cbcc2e164..09eafe82cb76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/pagenumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/pagenumber/_index.md @@ -1,7 +1,7 @@ --- -title: PageNumber +title: DjvuPage.PageNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage property. Gets the page number type: docs weight: 50 url: /net/aspose.imaging.fileformats.djvu/djvupage/pagenumber/ @@ -18,7 +18,7 @@ public int PageNumber { get; } The page number. -### Examples +## Examples This example shows how to load a DJVU image from a file stream and print information about the pages. @@ -64,8 +64,8 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/parentimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/parentimage/_index.md index 15de0c7ed2a2..2149df370415 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/parentimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/parentimage/_index.md @@ -1,7 +1,7 @@ --- -title: ParentImage +title: DjvuPage.ParentImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage property. Gets the parent image the page belongs to type: docs weight: 60 url: /net/aspose.imaging.fileformats.djvu/djvupage/parentimage/ @@ -20,9 +20,9 @@ The document. ### See Also -* class [DjvuImage](../../djvuimage) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuImage](../../djvuimage/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/propertychanged/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/propertychanged/_index.md index eec678d5b53d..670f17012cbd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/propertychanged/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/propertychanged/_index.md @@ -1,7 +1,7 @@ --- -title: PropertyChanged +title: DjvuPage.PropertyChanged second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage event. Occurs when a property value changes type: docs weight: 90 url: /net/aspose.imaging.fileformats.djvu/djvupage/propertychanged/ @@ -16,8 +16,8 @@ public event PropertyChangedEventHandler PropertyChanged; ### See Also -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/thumbnailimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/thumbnailimage/_index.md index 556f3ccb6204..77a26ef82a65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/thumbnailimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/thumbnailimage/_index.md @@ -1,7 +1,7 @@ --- -title: ThumbnailImage +title: DjvuPage.ThumbnailImage second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage property. Gets or sets the thumbnail image for the page type: docs weight: 70 url: /net/aspose.imaging.fileformats.djvu/djvupage/thumbnailimage/ @@ -20,9 +20,9 @@ The thumbnail image. ### See Also -* class [DjvuRaster](../../djvuraster) -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuRaster](../../djvuraster/) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/width/_index.md index e05e5f134e84..a8dbbda701bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvupage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: DjvuPage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuPage property. Gets the width of the page type: docs weight: 80 url: /net/aspose.imaging.fileformats.djvu/djvupage/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [DjvuPage](../../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage) +* class [DjvuPage](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvupage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/_index.md index a9f4c3b15e85..95a1045b6a6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/_index.md @@ -1,7 +1,7 @@ --- -title: DjvuRaster +title: Class DjvuRaster second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Djvu.DjvuRaster class. Class for representing Djvu raster image where located result of some operation type: docs weight: 2470 url: /net/aspose.imaging.fileformats.djvu/djvuraster/ @@ -18,129 +18,129 @@ public sealed class DjvuRaster : RasterCachedImage | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.djvu/djvuraster/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.djvu/djvuraster/height) { get; } | Gets the height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Length](../../aspose.imaging.fileformats.djvu/djvuraster/length) { get; } | Gets the length. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.djvu/djvuraster/width) { get; } | Gets the width. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.djvu/djvuraster/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.djvu/djvuraster/height/) { get; } | Gets the height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Length](../../aspose.imaging.fileformats.djvu/djvuraster/length/) { get; } | Gets the length. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.djvu/djvuraster/width/) { get; } | Gets the width. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../aspose.imaging.fileformats.djvu) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../aspose.imaging.fileformats.djvu/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/bitsperpixel/_index.md index afa1ec1bdf93..8e81816994ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: DjvuRaster.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuRaster property. Gets the image bits per pixel count type: docs weight: 10 url: /net/aspose.imaging.fileformats.djvu/djvuraster/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [DjvuRaster](../../djvuraster) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuraster) +* class [DjvuRaster](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuraster/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/height/_index.md index 04d31c4402d3..29cc1032ec2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: DjvuRaster.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuRaster property. Gets the height type: docs weight: 20 url: /net/aspose.imaging.fileformats.djvu/djvuraster/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [DjvuRaster](../../djvuraster) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuraster) +* class [DjvuRaster](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuraster/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/length/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/length/_index.md index 07c7c76b6bbb..23d50b6dc201 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/length/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/length/_index.md @@ -1,7 +1,7 @@ --- -title: Length +title: DjvuRaster.Length second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuRaster property. Gets the length type: docs weight: 30 url: /net/aspose.imaging.fileformats.djvu/djvuraster/length/ @@ -20,8 +20,8 @@ The length. ### See Also -* class [DjvuRaster](../../djvuraster) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuraster) +* class [DjvuRaster](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuraster/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/width/_index.md index 958d68b08d27..f787a9192fef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/djvuraster/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: DjvuRaster.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuRaster property. Gets the width type: docs weight: 40 url: /net/aspose.imaging.fileformats.djvu/djvuraster/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [DjvuRaster](../../djvuraster) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuraster) +* class [DjvuRaster](../) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../djvuraster/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/onpageexportedaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/onpageexportedaction/_index.md index b93c5e7e6f23..e7596b7c622f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/onpageexportedaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.djvu/onpageexportedaction/_index.md @@ -1,7 +1,7 @@ --- -title: OnPageExportedAction +title: Delegate OnPageExportedAction second_title: Aspose.Imaging for .NET API Reference -description: +description: Delegate for firing when page is exported type: docs weight: 2480 url: /net/aspose.imaging.fileformats.djvu/onpageexportedaction/ @@ -20,8 +20,8 @@ public delegate void OnPageExportedAction(DjvuPage page); ### See Also -* class [DjvuPage](../djvupage) -* namespace [Aspose.Imaging.FileFormats.Djvu](../../aspose.imaging.fileformats.djvu) +* class [DjvuPage](../djvupage/) +* namespace [Aspose.Imaging.FileFormats.Djvu](../../aspose.imaging.fileformats.djvu/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/_index.md index 5cad955bb40e..f22fdad2b1bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/_index.md @@ -12,8 +12,8 @@ The namespace contains DNG decoder types | Class | Description | | --- | --- | -| [ImageOtherParameters](./imageotherparameters) | Other image parameters | -| [ImageParameters](./imageparameters) | Dng image parameters | -| [RawData](./rawdata) | The raw data in DNG format | +| [ImageOtherParameters](./imageotherparameters/) | Other image parameters | +| [ImageParameters](./imageparameters/) | Dng image parameters | +| [RawData](./rawdata/) | The raw data in DNG format | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/_index.md index 854773b0b884..a2c2e9ffa375 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/_index.md @@ -1,7 +1,7 @@ --- -title: ImageOtherParameters +title: Class ImageOtherParameters second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dng.Decoder.ImageOtherParameters class. Other image parameters type: docs weight: 2490 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/ @@ -18,19 +18,19 @@ public class ImageOtherParameters | Name | Description | | --- | --- | -| [Aperture](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/aperture) { get; } | Gets the aperture. | -| [Artist](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/artist) { get; } | Gets the author of image. | -| [Description](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/description) { get; } | Gets the image description. | -| [FocalLength](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/focallength) { get; } | Gets the length of the focal. | -| [GpsData](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/gpsdata) { get; } | Gets the GPS data. | -| [IsoSpeed](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/isospeed) { get; } | Gets the ISO sensitivity. | -| [ShotOrder](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/shotorder) { get; } | Gets serial number of image. | -| [ShutterSpeed](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/shutterspeed) { get; } | Gets the shutter speed. | -| [Timestamp](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/timestamp) { get; } | Gets the date of shooting. | +| [Aperture](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/aperture/) { get; } | Gets the aperture. | +| [Artist](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/artist/) { get; } | Gets the author of image. | +| [Description](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/description/) { get; } | Gets the image description. | +| [FocalLength](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/focallength/) { get; } | Gets the length of the focal. | +| [GpsData](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/gpsdata/) { get; } | Gets the GPS data. | +| [IsoSpeed](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/isospeed/) { get; } | Gets the ISO sensitivity. | +| [ShotOrder](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/shotorder/) { get; } | Gets serial number of image. | +| [ShutterSpeed](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/shutterspeed/) { get; } | Gets the shutter speed. | +| [Timestamp](../../aspose.imaging.fileformats.dng.decoder/imageotherparameters/timestamp/) { get; } | Gets the date of shooting. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../aspose.imaging.fileformats.dng.decoder) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../aspose.imaging.fileformats.dng.decoder/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/aperture/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/aperture/_index.md index 2a1cadf0f056..537da5494701 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/aperture/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/aperture/_index.md @@ -1,7 +1,7 @@ --- -title: Aperture +title: ImageOtherParameters.Aperture second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets the aperture type: docs weight: 10 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/aperture/ @@ -18,7 +18,7 @@ public float Aperture { get; } The aperture. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/artist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/artist/_index.md index 4509fbe1c2dc..de394c1cc465 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/artist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/artist/_index.md @@ -1,7 +1,7 @@ --- -title: Artist +title: ImageOtherParameters.Artist second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets the author of image type: docs weight: 20 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/artist/ @@ -20,8 +20,8 @@ The artist. ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/description/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/description/_index.md index 8697ed304689..9049259df9df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/description/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/description/_index.md @@ -1,7 +1,7 @@ --- -title: Description +title: ImageOtherParameters.Description second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets the image description type: docs weight: 30 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/description/ @@ -18,7 +18,7 @@ public string Description { get; } The desc. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/focallength/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/focallength/_index.md index 24b2cb7ae095..8a6a8020a692 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/focallength/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/focallength/_index.md @@ -1,7 +1,7 @@ --- -title: FocalLength +title: ImageOtherParameters.FocalLength second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets the length of the focal type: docs weight: 40 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/focallength/ @@ -18,7 +18,7 @@ public float FocalLength { get; } The length of the focal. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/gpsdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/gpsdata/_index.md index 0e7de7ad5448..484c251830a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/gpsdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/gpsdata/_index.md @@ -1,7 +1,7 @@ --- -title: GpsData +title: ImageOtherParameters.GpsData second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets the GPS data type: docs weight: 50 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/gpsdata/ @@ -18,7 +18,7 @@ public uint[] GpsData { get; } The GPS data. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/isospeed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/isospeed/_index.md index fed0e8a479d5..90f7a76eebf5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/isospeed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/isospeed/_index.md @@ -1,7 +1,7 @@ --- -title: IsoSpeed +title: ImageOtherParameters.IsoSpeed second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets the ISO sensitivity type: docs weight: 60 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/isospeed/ @@ -18,7 +18,7 @@ public float IsoSpeed { get; } The ISO speed. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shotorder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shotorder/_index.md index 132beb9c89d1..14eff25d2375 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shotorder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shotorder/_index.md @@ -1,7 +1,7 @@ --- -title: ShotOrder +title: ImageOtherParameters.ShotOrder second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets serial number of image type: docs weight: 70 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shotorder/ @@ -18,7 +18,7 @@ public uint ShotOrder { get; } The shot order. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shutterspeed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shutterspeed/_index.md index 06eca9af8fdc..1fd443e79f38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shutterspeed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shutterspeed/_index.md @@ -1,7 +1,7 @@ --- -title: ShutterSpeed +title: ImageOtherParameters.ShutterSpeed second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets the shutter speed type: docs weight: 80 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/shutterspeed/ @@ -18,7 +18,7 @@ public float ShutterSpeed { get; } The shutter. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/timestamp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/timestamp/_index.md index 41d588bd4312..42d550667dce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/timestamp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/timestamp/_index.md @@ -1,7 +1,7 @@ --- -title: Timestamp +title: ImageOtherParameters.Timestamp second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOtherParameters property. Gets the date of shooting type: docs weight: 90 url: /net/aspose.imaging.fileformats.dng.decoder/imageotherparameters/timestamp/ @@ -18,7 +18,7 @@ public long Timestamp { get; } The timestamp. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters) +* class [ImageOtherParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageotherparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/_index.md index 9ca73e76b19d..8bc050aa1481 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/_index.md @@ -1,7 +1,7 @@ --- -title: ImageParameters +title: Class ImageParameters second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dng.Decoder.ImageParameters class. Dng image parameters type: docs weight: 2500 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/ @@ -18,21 +18,21 @@ public class ImageParameters | Name | Description | | --- | --- | -| [CameraManufacturer](../../aspose.imaging.fileformats.dng.decoder/imageparameters/cameramanufacturer) { get; } | Gets the camera manufacturer. | -| [ColorsCount](../../aspose.imaging.fileformats.dng.decoder/imageparameters/colorscount) { get; } | Gets the colors. | -| [Description](../../aspose.imaging.fileformats.dng.decoder/imageparameters/description) { get; } | Gets the description of colors (RGBG,RGBE,GMCY, or GBTG). | -| [DngVersion](../../aspose.imaging.fileformats.dng.decoder/imageparameters/dngversion) { get; } | Gets the DNG version. | -| [Filters](../../aspose.imaging.fileformats.dng.decoder/imageparameters/filters) { get; } | Gets the Bit mask describing the order of color pixels in the matrix. | -| [IsFoveon](../../aspose.imaging.fileformats.dng.decoder/imageparameters/isfoveon) { get; } | Gets the is foveon matrix. | -| [Model](../../aspose.imaging.fileformats.dng.decoder/imageparameters/model) { get; } | Gets the camera model. | -| [RawCount](../../aspose.imaging.fileformats.dng.decoder/imageparameters/rawcount) { get; } | Gets the number of RAW images in file (0 means that the file has not been recognized). | -| [Software](../../aspose.imaging.fileformats.dng.decoder/imageparameters/software) { get; } | Gets the software. | -| [TranslationCfaDng](../../aspose.imaging.fileformats.dng.decoder/imageparameters/translationcfadng) { get; } | Gets the translation array for CFA mosaic DNG format. | -| [XmpData](../../aspose.imaging.fileformats.dng.decoder/imageparameters/xmpdata) { get; } | Gets the XMP data. | +| [CameraManufacturer](../../aspose.imaging.fileformats.dng.decoder/imageparameters/cameramanufacturer/) { get; } | Gets the camera manufacturer. | +| [ColorsCount](../../aspose.imaging.fileformats.dng.decoder/imageparameters/colorscount/) { get; } | Gets the colors. | +| [Description](../../aspose.imaging.fileformats.dng.decoder/imageparameters/description/) { get; } | Gets the description of colors (RGBG,RGBE,GMCY, or GBTG). | +| [DngVersion](../../aspose.imaging.fileformats.dng.decoder/imageparameters/dngversion/) { get; } | Gets the DNG version. | +| [Filters](../../aspose.imaging.fileformats.dng.decoder/imageparameters/filters/) { get; } | Gets the Bit mask describing the order of color pixels in the matrix. | +| [IsFoveon](../../aspose.imaging.fileformats.dng.decoder/imageparameters/isfoveon/) { get; } | Gets the is foveon matrix. | +| [Model](../../aspose.imaging.fileformats.dng.decoder/imageparameters/model/) { get; } | Gets the camera model. | +| [RawCount](../../aspose.imaging.fileformats.dng.decoder/imageparameters/rawcount/) { get; } | Gets the number of RAW images in file (0 means that the file has not been recognized). | +| [Software](../../aspose.imaging.fileformats.dng.decoder/imageparameters/software/) { get; } | Gets the software. | +| [TranslationCfaDng](../../aspose.imaging.fileformats.dng.decoder/imageparameters/translationcfadng/) { get; } | Gets the translation array for CFA mosaic DNG format. | +| [XmpData](../../aspose.imaging.fileformats.dng.decoder/imageparameters/xmpdata/) { get; } | Gets the XMP data. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../aspose.imaging.fileformats.dng.decoder) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../aspose.imaging.fileformats.dng.decoder/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/cameramanufacturer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/cameramanufacturer/_index.md index d1bf8db80755..7b03e2da4a28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/cameramanufacturer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/cameramanufacturer/_index.md @@ -1,7 +1,7 @@ --- -title: CameraManufacturer +title: ImageParameters.CameraManufacturer second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the camera manufacturer type: docs weight: 10 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/cameramanufacturer/ @@ -18,7 +18,7 @@ public string CameraManufacturer { get; } The make. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/colorscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/colorscount/_index.md index 91eed750ea2f..01e63ab2c09b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/colorscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/colorscount/_index.md @@ -1,7 +1,7 @@ --- -title: ColorsCount +title: ImageParameters.ColorsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the colors type: docs weight: 20 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/colorscount/ @@ -18,7 +18,7 @@ public int ColorsCount { get; } The colors. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/description/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/description/_index.md index 251e79eeaf5c..94c51586b47c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/description/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/description/_index.md @@ -1,7 +1,7 @@ --- -title: Description +title: ImageParameters.Description second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the description of colors RGBGRGBEGMCY or GBTG type: docs weight: 30 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/description/ @@ -18,7 +18,7 @@ public string Description { get; } The cdesc. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/dngversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/dngversion/_index.md index bf90c325b64a..1fb537277286 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/dngversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/dngversion/_index.md @@ -1,7 +1,7 @@ --- -title: DngVersion +title: ImageParameters.DngVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the DNG version type: docs weight: 40 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/dngversion/ @@ -18,7 +18,7 @@ public uint DngVersion { get; } The DNG version. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/filters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/filters/_index.md index 61ee7fe7d302..ebdd82069e52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/filters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/filters/_index.md @@ -1,7 +1,7 @@ --- -title: Filters +title: ImageParameters.Filters second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the Bit mask describing the order of color pixels in the matrix type: docs weight: 50 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/filters/ @@ -18,7 +18,7 @@ public uint Filters { get; } The filters. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/isfoveon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/isfoveon/_index.md index 094a86d3784e..e59c6c25add5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/isfoveon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/isfoveon/_index.md @@ -1,7 +1,7 @@ --- -title: IsFoveon +title: ImageParameters.IsFoveon second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the is foveon matrix type: docs weight: 60 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/isfoveon/ @@ -20,8 +20,8 @@ The is foveon. ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/model/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/model/_index.md index 96cf5b63378f..a0311649c07c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/model/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/model/_index.md @@ -1,7 +1,7 @@ --- -title: Model +title: ImageParameters.Model second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the camera model type: docs weight: 70 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/model/ @@ -18,7 +18,7 @@ public string Model { get; } The model. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/rawcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/rawcount/_index.md index 781d4d06be7c..a30ce9205142 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/rawcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/rawcount/_index.md @@ -1,7 +1,7 @@ --- -title: RawCount +title: ImageParameters.RawCount second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the number of RAW images in file 0 means that the file has not been recognized type: docs weight: 80 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/rawcount/ @@ -18,7 +18,7 @@ public uint RawCount { get; } The raw count. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/software/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/software/_index.md index 54fbfd30e5a7..9f1116ac23d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/software/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/software/_index.md @@ -1,7 +1,7 @@ --- -title: Software +title: ImageParameters.Software second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the software type: docs weight: 90 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/software/ @@ -18,7 +18,7 @@ public string Software { get; } The software. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/translationcfadng/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/translationcfadng/_index.md index 40b68b0c2a98..c5f50910ad21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/translationcfadng/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/translationcfadng/_index.md @@ -1,7 +1,7 @@ --- -title: TranslationCfaDng +title: ImageParameters.TranslationCfaDng second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the translation array for CFA mosaic DNG format type: docs weight: 100 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/translationcfadng/ @@ -18,7 +18,7 @@ public string[] TranslationCfaDng { get; } The xtrans. -### Examples +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/xmpdata/_index.md index 71fac9b5b673..fc90c3a30e32 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/imageparameters/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: ImageParameters.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageParameters property. Gets the XMP data type: docs weight: 110 url: /net/aspose.imaging.fileformats.dng.decoder/imageparameters/xmpdata/ @@ -20,8 +20,8 @@ The XMP data. ### See Also -* class [ImageParameters](../../imageparameters) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters) +* class [ImageParameters](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../imageparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/_index.md index 6b594246d98e..80ec3d8b8089 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/_index.md @@ -1,7 +1,7 @@ --- -title: RawData +title: Class RawData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dng.Decoder.RawData class. The raw data in DNG format type: docs weight: 2510 url: /net/aspose.imaging.fileformats.dng.decoder/rawdata/ @@ -18,12 +18,12 @@ public class RawData | Name | Description | | --- | --- | -| [ImageDataParameters](../../aspose.imaging.fileformats.dng.decoder/rawdata/imagedataparameters) { get; set; } | Gets or sets the image data parameters. | -| [ImageOtherParameters](../../aspose.imaging.fileformats.dng.decoder/rawdata/imageotherparameters) { get; set; } | Gets or sets the other image parameters. | +| [ImageDataParameters](../../aspose.imaging.fileformats.dng.decoder/rawdata/imagedataparameters/) { get; set; } | Gets or sets the image data parameters. | +| [ImageOtherParameters](../../aspose.imaging.fileformats.dng.decoder/rawdata/imageotherparameters/) { get; set; } | Gets or sets the other image parameters. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../aspose.imaging.fileformats.dng.decoder) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../aspose.imaging.fileformats.dng.decoder/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/imagedataparameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/imagedataparameters/_index.md index dd7a8013e238..fff87e41d18a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/imagedataparameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/imagedataparameters/_index.md @@ -1,7 +1,7 @@ --- -title: ImageDataParameters +title: RawData.ImageDataParameters second_title: Aspose.Imaging for .NET API Reference -description: +description: RawData property. Gets or sets the image data parameters type: docs weight: 10 url: /net/aspose.imaging.fileformats.dng.decoder/rawdata/imagedataparameters/ @@ -20,9 +20,9 @@ The idata. ### See Also -* class [ImageParameters](../../imageparameters) -* class [RawData](../../rawdata) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../rawdata) +* class [ImageParameters](../../imageparameters/) +* class [RawData](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../rawdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/imageotherparameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/imageotherparameters/_index.md index 5efc4feb6ebe..af38d2ea3240 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/imageotherparameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng.decoder/rawdata/imageotherparameters/_index.md @@ -1,7 +1,7 @@ --- -title: ImageOtherParameters +title: RawData.ImageOtherParameters second_title: Aspose.Imaging for .NET API Reference -description: +description: RawData property. Gets or sets the other image parameters type: docs weight: 20 url: /net/aspose.imaging.fileformats.dng.decoder/rawdata/imageotherparameters/ @@ -20,9 +20,9 @@ The other. ### See Also -* class [ImageOtherParameters](../../imageotherparameters) -* class [RawData](../../rawdata) -* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../rawdata) +* class [ImageOtherParameters](../../imageotherparameters/) +* class [RawData](../) +* namespace [Aspose.Imaging.FileFormats.Dng.Decoder](../../rawdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/_index.md index 9dc382b6cf51..561915b43a20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/_index.md @@ -12,7 +12,7 @@ The namespace contains DNG file format types | Class | Description | | --- | --- | -| [DngException](./dngexception) | The DNG exception class | -| [DngImage](./dngimage) | The API for processing DNG (Digital Negative) image file format used for digital photography needs by providing comprehensive support for raw files and metadata. Designed for use with digital cameras across various manufacturers, it enables developers to manipulate aspects like bits per pixel, extract internal data, and adjust image balance efficiently. With capabilities to update and save image data seamlessly, this API empowers developers to work with DNG files, ensuring high-quality results and versatile processing options. | +| [DngException](./dngexception/) | The DNG exception class | +| [DngImage](./dngimage/) | The API for processing DNG (Digital Negative) image file format used for digital photography needs by providing comprehensive support for raw files and metadata. Designed for use with digital cameras across various manufacturers, it enables developers to manipulate aspects like bits per pixel, extract internal data, and adjust image balance efficiently. With capabilities to update and save image data seamlessly, this API empowers developers to work with DNG files, ensuring high-quality results and versatile processing options. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngexception/_index.md index b4d784d19885..ec71e1e3bcca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngexception/_index.md @@ -1,7 +1,7 @@ --- -title: DngException +title: Class DngException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dng.DngException class. The DNG exception class type: docs weight: 2520 url: /net/aspose.imaging.fileformats.dng/dngexception/ @@ -16,7 +16,7 @@ public class DngException : Exception ### See Also -* namespace [Aspose.Imaging.FileFormats.Dng](../../aspose.imaging.fileformats.dng) +* namespace [Aspose.Imaging.FileFormats.Dng](../../aspose.imaging.fileformats.dng/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/_index.md index 32fd93c2ca6d..353b2554b128 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/_index.md @@ -1,7 +1,7 @@ --- -title: DngImage +title: Class DngImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Dng.DngImage class. The API for processing DNG Digital Negative image file format used for digital photography needs by providing comprehensive support for raw files and metadata. Designed for use with digital cameras across various manufacturers it enables developers to manipulate aspects like bits per pixel extract internal data and adjust image balance efficiently. With capabilities to update and save image data seamlessly this API empowers developers to work with DNG files ensuring highquality results and versatile processing options type: docs weight: 2530 url: /net/aspose.imaging.fileformats.dng/dngimage/ @@ -18,126 +18,126 @@ public class DngImage : RasterCachedImage | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.dng/dngimage/bitsperpixel) { get; } | Discover the number of bits per pixel in the image effortlessly with this property. Ideal for understanding the image's pixel depth quickly and accurately. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.dng/dngimage/fileformat) { get; } | Identify the file format of your image with this property. Perfect for understanding the format - just straightforward details. | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.dng/dngimage/height) { get; } | Retrieve the height of the image with this property. Perfect for determining the vertical size of the image without hassle. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [ImgData](../../aspose.imaging.fileformats.dng/dngimage/imgdata) { get; set; } | Manage the image data with this property. Whether you're retrieving or updating, this property provides seamless access to the image data for efficient manipulation. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.dng/dngimage/width) { get; } | Access the width of the image with this property. Ideal for obtaining the horizontal size of the image quickly and efficiently. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.dng/dngimage/bitsperpixel/) { get; } | Discover the number of bits per pixel in the image effortlessly with this property. Ideal for understanding the image's pixel depth quickly and accurately. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.dng/dngimage/fileformat/) { get; } | Identify the file format of your image with this property. Perfect for understanding the format - just straightforward details. | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.dng/dngimage/height/) { get; } | Retrieve the height of the image with this property. Perfect for determining the vertical size of the image without hassle. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [ImgData](../../aspose.imaging.fileformats.dng/dngimage/imgdata/) { get; set; } | Manage the image data with this property. Whether you're retrieving or updating, this property provides seamless access to the image data for efficient manipulation. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.dng/dngimage/width/) { get; } | Access the width of the image with this property. Ideal for obtaining the horizontal size of the image quickly and efficiently. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples This example shows how to load a DNG image from a file, print its properties and save it to PNG. @@ -208,8 +208,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "test.dng")) ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Dng](../../aspose.imaging.fileformats.dng) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Dng](../../aspose.imaging.fileformats.dng/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/bitsperpixel/_index.md index 0fe029babb75..0a220b5941a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: DngImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: DngImage property. Discover the number of bits per pixel in the image effortlessly with this property. Ideal for understanding the images pixel depth quickly and accurately type: docs weight: 10 url: /net/aspose.imaging.fileformats.dng/dngimage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [DngImage](../../dngimage) -* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage) +* class [DngImage](../) +* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/fileformat/_index.md index 5f6eedc3af05..519d41f17c87 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: DngImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: DngImage property. Identify the file format of your image with this property. Perfect for understanding the format just straightforward details type: docs weight: 20 url: /net/aspose.imaging.fileformats.dng/dngimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [DngImage](../../dngimage) -* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [DngImage](../) +* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/height/_index.md index c16fd52c4280..046b7c17947b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: DngImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: DngImage property. Retrieve the height of the image with this property. Perfect for determining the vertical size of the image without hassle type: docs weight: 30 url: /net/aspose.imaging.fileformats.dng/dngimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [DngImage](../../dngimage) -* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage) +* class [DngImage](../) +* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/imgdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/imgdata/_index.md index 1e47725a48df..5ab22ce2ae56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/imgdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/imgdata/_index.md @@ -1,7 +1,7 @@ --- -title: ImgData +title: DngImage.ImgData second_title: Aspose.Imaging for .NET API Reference -description: +description: DngImage property. Manage the image data with this property. Whether youre retrieving or updating this property provides seamless access to the image data for efficient manipulation type: docs weight: 40 url: /net/aspose.imaging.fileformats.dng/dngimage/imgdata/ @@ -20,9 +20,9 @@ The img data. ### See Also -* class [RawData](../../../aspose.imaging.fileformats.dng.decoder/rawdata) -* class [DngImage](../../dngimage) -* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage) +* class [RawData](../../../aspose.imaging.fileformats.dng.decoder/rawdata/) +* class [DngImage](../) +* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/width/_index.md index a841617e0a0c..6518144ebcd9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.dng/dngimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: DngImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: DngImage property. Access the width of the image with this property. Ideal for obtaining the horizontal size of the image quickly and efficiently type: docs weight: 50 url: /net/aspose.imaging.fileformats.dng/dngimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [DngImage](../../dngimage) -* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage) +* class [DngImage](../) +* namespace [Aspose.Imaging.FileFormats.Dng](../../dngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/_index.md index d79332d1f5d5..c66f4175441c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/_index.md @@ -1,12 +1,17 @@ --- title: Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-DTYP Windows Data Types 2.3 Common Data Structures +description: The namespace contains types MSDTYP Windows Data Types 2.3 Common Data Structures type: docs weight: 340 url: /net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/ --- The namespace contains types [MS-DTYP]: Windows Data Types 2.3 Common Data Structures +## Structures + +| Structure | Description | +| --- | --- | +| [GuidPacketRepresentation](./guidpacketrepresentation/) | The packet version is used within block protocols. The following diagram represents a GUID as an opaque sequence of bytes. A GUID, also known as a UUID, is a 16-byte structure, intended to serve as a unique identifier for an object. There are three representations of a GUID, as described in the following sections. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/_index.md index be339ce1ad17..5bca02846b1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GuidPacketRepresentation +title: Struct GuidPacketRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures.GuidPacketRepresentation struct. The packet version is used within block protocols. The following diagram represents a GUID as an opaque sequence of bytes. A GUID also known as a UUID is a 16byte structure intended to serve as a unique identifier for an object. There are three representations of a GUID as described in the following sections type: docs weight: 2540 url: /net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/ @@ -18,26 +18,26 @@ public struct GuidPacketRepresentation | Name | Description | | --- | --- | -| [GuidPacketRepresentation](guidpacketrepresentation)(int, short, short, long) | Initializes a new instance of the [`GuidPacketRepresentation`](../guidpacketrepresentation) struct. | +| [GuidPacketRepresentation](guidpacketrepresentation/)(int, short, short, long) | Initializes a new instance of the `GuidPacketRepresentation` struct. | ## Properties | Name | Description | | --- | --- | -| [Data1](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data1) { get; set; } | Gets or sets the value of the Data1 member (section 2.3.4), in little-endian byte order. | -| [Data2](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data2) { get; set; } | Gets or sets the value of the Data2 member (section 2.3.4), in little-endian byte order. | -| [Data3](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data3) { get; set; } | Gets or sets the value of the Data3 member (section 2.3.4), in little-endian byte order. | -| [Data4](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data4) { get; set; } | Gets or sets the value of the Data4 member (section 2.3.4), in little-endian byte order. | +| [Data1](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data1/) { get; set; } | Gets or sets the value of the Data1 member (section 2.3.4), in little-endian byte order. | +| [Data2](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data2/) { get; set; } | Gets or sets the value of the Data2 member (section 2.3.4), in little-endian byte order. | +| [Data3](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data3/) { get; set; } | Gets or sets the value of the Data3 member (section 2.3.4), in little-endian byte order. | +| [Data4](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data4/) { get; set; } | Gets or sets the value of the Data4 member (section 2.3.4), in little-endian byte order. | ## Methods | Name | Description | | --- | --- | -| override [ToString](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/tostring)() | Returns a String that represents this instance. | +| override [ToString](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures) +* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data1/_index.md index 3e30cee6602d..29b8ed00847b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data1/_index.md @@ -1,7 +1,7 @@ --- -title: Data1 +title: GuidPacketRepresentation.Data1 second_title: Aspose.Imaging for .NET API Reference -description: +description: GuidPacketRepresentation property. Gets or sets the value of the Data1 member section 2.3.4 in littleendian byte order type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data1/ @@ -20,8 +20,8 @@ The data1. ### See Also -* struct [GuidPacketRepresentation](../../guidpacketrepresentation) -* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation) +* struct [GuidPacketRepresentation](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data2/_index.md index 64a6086c69bd..58470b8bfadf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data2/_index.md @@ -1,7 +1,7 @@ --- -title: Data2 +title: GuidPacketRepresentation.Data2 second_title: Aspose.Imaging for .NET API Reference -description: +description: GuidPacketRepresentation property. Gets or sets the value of the Data2 member section 2.3.4 in littleendian byte order type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data2/ @@ -20,8 +20,8 @@ The data2. ### See Also -* struct [GuidPacketRepresentation](../../guidpacketrepresentation) -* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation) +* struct [GuidPacketRepresentation](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data3/_index.md index 94f6851c7eb4..649d592a5adb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data3/_index.md @@ -1,7 +1,7 @@ --- -title: Data3 +title: GuidPacketRepresentation.Data3 second_title: Aspose.Imaging for .NET API Reference -description: +description: GuidPacketRepresentation property. Gets or sets the value of the Data3 member section 2.3.4 in littleendian byte order type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data3/ @@ -20,8 +20,8 @@ The data3. ### See Also -* struct [GuidPacketRepresentation](../../guidpacketrepresentation) -* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation) +* struct [GuidPacketRepresentation](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data4/_index.md index 8ca1660e1d46..456e5ea9301f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data4/_index.md @@ -1,7 +1,7 @@ --- -title: Data4 +title: GuidPacketRepresentation.Data4 second_title: Aspose.Imaging for .NET API Reference -description: +description: GuidPacketRepresentation property. Gets or sets the value of the Data4 member section 2.3.4 in littleendian byte order type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/data4/ @@ -20,8 +20,8 @@ The data4. ### See Also -* struct [GuidPacketRepresentation](../../guidpacketrepresentation) -* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation) +* struct [GuidPacketRepresentation](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/guidpacketrepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/guidpacketrepresentation/_index.md index 9b6476aac6f9..58ae16e04a59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/guidpacketrepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/guidpacketrepresentation/_index.md @@ -1,14 +1,14 @@ --- -title: GuidPacketRepresentation +title: GuidPacketRepresentation.GuidPacketRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: GuidPacketRepresentation constructor. Initializes a new instance of the GuidPacketRepresentation struct type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/guidpacketrepresentation/ --- ## GuidPacketRepresentation constructor -Initializes a new instance of the [`GuidPacketRepresentation`](../../guidpacketrepresentation) struct. +Initializes a new instance of the [`GuidPacketRepresentation`](../) struct. ```csharp public GuidPacketRepresentation(int data1, short data2, short data3, long data4) @@ -23,8 +23,8 @@ public GuidPacketRepresentation(int data1, short data2, short data3, long data4) ### See Also -* struct [GuidPacketRepresentation](../../guidpacketrepresentation) -* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation) +* struct [GuidPacketRepresentation](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/tostring/_index.md index 20815c6955ae..609d03a0198f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: GuidPacketRepresentation.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: GuidPacketRepresentation method. Returns a String that represents this instance type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* struct [GuidPacketRepresentation](../../guidpacketrepresentation) -* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation) +* struct [GuidPacketRepresentation](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Dtyp.CommonDataStructures](../../guidpacketrepresentation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/_index.md index 3c06511bbd35..b86e68e6b7b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf.Emf.Consts second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-EMF Enhanced Metafile Format. 2.1 EMF Enumerations +description: The namespace contains types MSEMF Enhanced Metafile Format. 2.1 EMF Enumerations type: docs weight: 350 url: /net/aspose.imaging.fileformats.emf.emf.consts/ @@ -12,42 +12,42 @@ The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.1 EMF Enumera | Enumeration | Description | | --- | --- | -| [EmfArcDirection](./emfarcdirection) | The ArcDirection enumeration is used in setting the drawing direction for arc and rectangle output. | -| [EmfArmStyle](./emfarmstyle) | The ArmStyle enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfBackgroundMode](./emfbackgroundmode) | The BackgroundMode enumeration is used to specify the background mode to be used with text, hatched brushes, and pen styles that are not solid.The background mode determines how to combine the background with foreground text, hatched brushes, and pen styles that are not solid lines. | -| [EmfColorAdjustmentEnum](./emfcoloradjustmentenum) | The ColorAdjustment enumeration is used to specify how the output image should be prepared when the stretch mode is HALFTONE. | -| [EmfColorMatchToTarget](./emfcolormatchtotarget) | The ColorMatchToTarget enumeration is used to determine whether a color profile has been embedded in the metafile. | -| [EmfColorSpace](./emfcolorspace) | The ColorSpace enumeration is used to specify when to turn color proofing on and off, and when to delete transforms. | -| [EmfContrast](./emfcontrast) | The Contrast enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfDibColors](./emfdibcolors) | The DIBColors enumeration defines how to interpret the values in the color table of a DIB. | -| [EmfEmrComment](./emfemrcomment) | The EmrComment enumeration defines the types of data that a public comment record can contain, as specified in section 2.3.3.4. | -| [EmfExtTextOutOptions](./emfexttextoutoptions) | The ExtTextOutOptions enumeration specifies parameters that control various aspects of the output of text by EMR_SMALLTEXTOUT(section 2.3.5.37) records and in EmrText objects. | -| [EmfFamilyType](./emffamilytype) | The FamilyType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfFloodFill](./emffloodfill) | The FloodFill enumeration defines values that specify how to determine the area for a flood fill operation. | -| [EmfFormatSignature](./emfformatsignature) | The FormatSignature enumeration defines values that are used to identify the format of embedded data in EMF records. | -| [EmfGradientFill](./emfgradientfill) | The GradientFill enumeration defines the modes for gradient fill operations. | -| [EmfGraphicsMode](./emfgraphicsmode) | The GraphicsMode enumeration is used to specify how to interpret shape data such as rectangle coordinates. | -| [EmfHatchStyle](./emfhatchstyle) | The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration ([MS-WMF] section 2.1.1.12). | -| [EmfIcmMode](./emficmmode) | The ICMMode enumeration defines values that specify when to turn on and off ICM. | -| [EmfIlluminant](./emfilluminant) | The Illuminant enumeration defines values that specify the illuminant value of an image, which determines the standard light source under which the image is viewed so that the color can be adjusted appropriately. | -| [EmfLetterform](./emfletterform) | The Letterform enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfLogFontWeight](./emflogfontweight) | The [`EmfLogFont`](../aspose.imaging.fileformats.emf.emf.objects/emflogfont) Weight. | -| [EmfMapMode](./emfmapmode) | The MapMode enumeration is used to define the unit of measure for transforming page space units into device space units and for defining the orientation of the drawing axes. | -| [EmfMetafileVersion](./emfmetafileversion) | The MetafileVersion enumeration defines the interoperability version for EMF metafile. | -| [EmfMidLine](./emfmidline) | The MidLine enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfModifyWorldTransformMode](./emfmodifyworldtransformmode) | The ModifyWorldTransformMode enumeration defines modes for using specified transform data to modify the world-space to page-space transform that is currently defined in the playback device context. | -| [EmfPenStyle](./emfpenstyle) | The PenStyle enumeration defines the attributes of pens that can be used in graphics operations. A pen style is a combination of pen type, line style, line cap, and line join. | -| [EmfPointEnum](./emfpointenum) | The Point enumeration is used to specify how a point is to be used in a drawing call. | -| [EmfPolygonFillMode](./emfpolygonfillmode) | The PolygonFillMode enumeration defines values that specify how to calculate the region of a polygon that is to be filled. | -| [EmfProportion](./emfproportion) | The Proportion enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfRecordType](./emfrecordtype) | The RecordType enumeration defines values that uniquely identify EMF records. These values are provided in the Type field of each record. | -| [EmfRegionMode](./emfregionmode) | The RegionMode enumeration defines values that are used with EMR_SELECTCLIPPATH and EMR_EXTSELECTCLIPRGN, specifying the current path or a new region that is being combined with the current clip region. | -| [EmfSerifStyle](./emfserifstyle) | The SerifType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces | -| [EmfSerifType](./emfseriftype) | The SerifType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfStockObject](./emfstockobject) | The StockObject enumeration specifies the indexes of predefined logical graphics objects that can be used in graphics operations.The specific structures of stock objects are implementation-dependent; however, the properties of stock objects SHOULD be equivalent to the properties of explicitly created objects of the same type. These properties are specified where possible for the stock objects defined in this enumeration. | -| [EmfStretchMode](./emfstretchmode) | The StretchMode enumeration is used to specify how color data is added to or removed from bitmaps that are stretched or compressed. | -| [EmfStrokeVariation](./emfstrokevariation) | The StrokeVariation enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfWeight](./emfweight) | The Weight enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | -| [EmfXHeight](./emfxheight) | The XHeight enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfArcDirection](./emfarcdirection/) | The ArcDirection enumeration is used in setting the drawing direction for arc and rectangle output. | +| [EmfArmStyle](./emfarmstyle/) | The ArmStyle enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfBackgroundMode](./emfbackgroundmode/) | The BackgroundMode enumeration is used to specify the background mode to be used with text, hatched brushes, and pen styles that are not solid.The background mode determines how to combine the background with foreground text, hatched brushes, and pen styles that are not solid lines. | +| [EmfColorAdjustmentEnum](./emfcoloradjustmentenum/) | The ColorAdjustment enumeration is used to specify how the output image should be prepared when the stretch mode is HALFTONE. | +| [EmfColorMatchToTarget](./emfcolormatchtotarget/) | The ColorMatchToTarget enumeration is used to determine whether a color profile has been embedded in the metafile. | +| [EmfColorSpace](./emfcolorspace/) | The ColorSpace enumeration is used to specify when to turn color proofing on and off, and when to delete transforms. | +| [EmfContrast](./emfcontrast/) | The Contrast enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfDibColors](./emfdibcolors/) | The DIBColors enumeration defines how to interpret the values in the color table of a DIB. | +| [EmfEmrComment](./emfemrcomment/) | The EmrComment enumeration defines the types of data that a public comment record can contain, as specified in section 2.3.3.4. | +| [EmfExtTextOutOptions](./emfexttextoutoptions/) | The ExtTextOutOptions enumeration specifies parameters that control various aspects of the output of text by EMR_SMALLTEXTOUT(section 2.3.5.37) records and in EmrText objects. | +| [EmfFamilyType](./emffamilytype/) | The FamilyType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfFloodFill](./emffloodfill/) | The FloodFill enumeration defines values that specify how to determine the area for a flood fill operation. | +| [EmfFormatSignature](./emfformatsignature/) | The FormatSignature enumeration defines values that are used to identify the format of embedded data in EMF records. | +| [EmfGradientFill](./emfgradientfill/) | The GradientFill enumeration defines the modes for gradient fill operations. | +| [EmfGraphicsMode](./emfgraphicsmode/) | The GraphicsMode enumeration is used to specify how to interpret shape data such as rectangle coordinates. | +| [EmfHatchStyle](./emfhatchstyle/) | The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration ([MS-WMF] section 2.1.1.12). | +| [EmfIcmMode](./emficmmode/) | The ICMMode enumeration defines values that specify when to turn on and off ICM. | +| [EmfIlluminant](./emfilluminant/) | The Illuminant enumeration defines values that specify the illuminant value of an image, which determines the standard light source under which the image is viewed so that the color can be adjusted appropriately. | +| [EmfLetterform](./emfletterform/) | The Letterform enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfLogFontWeight](./emflogfontweight/) | The [`EmfLogFont`](../aspose.imaging.fileformats.emf.emf.objects/emflogfont/) Weight. | +| [EmfMapMode](./emfmapmode/) | The MapMode enumeration is used to define the unit of measure for transforming page space units into device space units and for defining the orientation of the drawing axes. | +| [EmfMetafileVersion](./emfmetafileversion/) | The MetafileVersion enumeration defines the interoperability version for EMF metafile. | +| [EmfMidLine](./emfmidline/) | The MidLine enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfModifyWorldTransformMode](./emfmodifyworldtransformmode/) | The ModifyWorldTransformMode enumeration defines modes for using specified transform data to modify the world-space to page-space transform that is currently defined in the playback device context. | +| [EmfPenStyle](./emfpenstyle/) | The PenStyle enumeration defines the attributes of pens that can be used in graphics operations. A pen style is a combination of pen type, line style, line cap, and line join. | +| [EmfPointEnum](./emfpointenum/) | The Point enumeration is used to specify how a point is to be used in a drawing call. | +| [EmfPolygonFillMode](./emfpolygonfillmode/) | The PolygonFillMode enumeration defines values that specify how to calculate the region of a polygon that is to be filled. | +| [EmfProportion](./emfproportion/) | The Proportion enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfRecordType](./emfrecordtype/) | The RecordType enumeration defines values that uniquely identify EMF records. These values are provided in the Type field of each record. | +| [EmfRegionMode](./emfregionmode/) | The RegionMode enumeration defines values that are used with EMR_SELECTCLIPPATH and EMR_EXTSELECTCLIPRGN, specifying the current path or a new region that is being combined with the current clip region. | +| [EmfSerifStyle](./emfserifstyle/) | The SerifType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces | +| [EmfSerifType](./emfseriftype/) | The SerifType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfStockObject](./emfstockobject/) | The StockObject enumeration specifies the indexes of predefined logical graphics objects that can be used in graphics operations.The specific structures of stock objects are implementation-dependent; however, the properties of stock objects SHOULD be equivalent to the properties of explicitly created objects of the same type. These properties are specified where possible for the stock objects defined in this enumeration. | +| [EmfStretchMode](./emfstretchmode/) | The StretchMode enumeration is used to specify how color data is added to or removed from bitmaps that are stretched or compressed. | +| [EmfStrokeVariation](./emfstrokevariation/) | The StrokeVariation enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfWeight](./emfweight/) | The Weight enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | +| [EmfXHeight](./emfxheight/) | The XHeight enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfarcdirection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfarcdirection/_index.md index 1aa196b98fa3..6c8e6db1cdc1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfarcdirection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfarcdirection/_index.md @@ -1,7 +1,7 @@ --- -title: EmfArcDirection +title: Enum EmfArcDirection second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfArcDirection enum. The ArcDirection enumeration is used in setting the drawing direction for arc and rectangle output type: docs weight: 2550 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfarcdirection/ @@ -23,7 +23,7 @@ public enum EmfArcDirection ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfarmstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfarmstyle/_index.md index 744988f41f64..bef62c2a21da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfarmstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfarmstyle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfArmStyle +title: Enum EmfArmStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfArmStyle enum. The ArmStyle enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2560 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfarmstyle/ @@ -33,7 +33,7 @@ public enum EmfArmStyle : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode/_index.md index 596b94522b6c..229a3e6d4f52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBackgroundMode +title: Enum EmfBackgroundMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfBackgroundMode enum. The BackgroundMode enumeration is used to specify the background mode to be used with text hatched brushes and pen styles that are not solid.The background mode determines how to combine the background with foreground text hatched brushes and pen styles that are not solid lines type: docs weight: 2570 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode/ @@ -23,7 +23,7 @@ public enum EmfBackgroundMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcoloradjustmentenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcoloradjustmentenum/_index.md index 1cf9cddb0cfe..9d37984963f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcoloradjustmentenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcoloradjustmentenum/_index.md @@ -1,7 +1,7 @@ --- -title: EmfColorAdjustmentEnum +title: Enum EmfColorAdjustmentEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfColorAdjustmentEnum enum. The ColorAdjustment enumeration is used to specify how the output image should be prepared when the stretch mode is HALFTONE type: docs weight: 2580 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfcoloradjustmentenum/ @@ -23,7 +23,7 @@ public enum EmfColorAdjustmentEnum ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcolormatchtotarget/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcolormatchtotarget/_index.md index a72e5ea82b62..301e4daafa59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcolormatchtotarget/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcolormatchtotarget/_index.md @@ -1,7 +1,7 @@ --- -title: EmfColorMatchToTarget +title: Enum EmfColorMatchToTarget second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfColorMatchToTarget enum. The ColorMatchToTarget enumeration is used to determine whether a color profile has been embedded in the metafile type: docs weight: 2590 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfcolormatchtotarget/ @@ -23,7 +23,7 @@ public enum EmfColorMatchToTarget ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcolorspace/_index.md index b7664acddff1..202f28487aae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcolorspace/_index.md @@ -1,7 +1,7 @@ --- -title: EmfColorSpace +title: Enum EmfColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfColorSpace enum. The ColorSpace enumeration is used to specify when to turn color proofing on and off and when to delete transforms type: docs weight: 2600 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfcolorspace/ @@ -24,7 +24,7 @@ public enum EmfColorSpace ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcontrast/_index.md index 7b52c2972805..e14377de544e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfcontrast/_index.md @@ -1,7 +1,7 @@ --- -title: EmfContrast +title: Enum EmfContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfContrast enum. The Contrast enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2610 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfcontrast/ @@ -31,7 +31,7 @@ public enum EmfContrast : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/_index.md index f2c0bd7629ac..125a1bbfdffe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDibColors +title: Enum EmfDibColors second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfDibColors enum. The DIBColors enumeration defines how to interpret the values in the color table of a DIB type: docs weight: 2620 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/ @@ -24,7 +24,7 @@ public enum EmfDibColors ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfemrcomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfemrcomment/_index.md index e1e512cc0660..b315bcdd1534 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfemrcomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfemrcomment/_index.md @@ -1,7 +1,7 @@ --- -title: EmfEmrComment +title: Enum EmfEmrComment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfEmrComment enum. The EmrComment enumeration defines the types of data that a public comment record can contain as specified in section 2.3.3.4 type: docs weight: 2630 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfemrcomment/ @@ -27,7 +27,7 @@ public enum EmfEmrComment : uint ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions/_index.md index dc8459b82377..d43f3d2cfdad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExtTextOutOptions +title: Enum EmfExtTextOutOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfExtTextOutOptions enum. The ExtTextOutOptions enumeration specifies parameters that control various aspects of the output of text by EMR_SMALLTEXTOUTsection 2.3.5.37 records and in EmrText objects type: docs weight: 2640 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions/ @@ -33,7 +33,7 @@ public enum EmfExtTextOutOptions ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emffamilytype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emffamilytype/_index.md index edc12f05ad05..8a58b0e7955b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emffamilytype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emffamilytype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFamilyType +title: Enum EmfFamilyType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfFamilyType enum. The FamilyType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2650 url: /net/aspose.imaging.fileformats.emf.emf.consts/emffamilytype/ @@ -27,7 +27,7 @@ public enum EmfFamilyType : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emffloodfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emffloodfill/_index.md index 046b1fbef34d..22a214d6efcd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emffloodfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emffloodfill/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFloodFill +title: Enum EmfFloodFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfFloodFill enum. The FloodFill enumeration defines values that specify how to determine the area for a flood fill operation type: docs weight: 2660 url: /net/aspose.imaging.fileformats.emf.emf.consts/emffloodfill/ @@ -23,7 +23,7 @@ public enum EmfFloodFill ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfformatsignature/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfformatsignature/_index.md index 3075055037ee..582ddb98ce9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfformatsignature/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfformatsignature/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFormatSignature +title: Enum EmfFormatSignature second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfFormatSignature enum. The FormatSignature enumeration defines values that are used to identify the format of embedded data in EMF records type: docs weight: 2670 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfformatsignature/ @@ -23,7 +23,7 @@ public enum EmfFormatSignature ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfgradientfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfgradientfill/_index.md index c708703c30ad..f1b5007e305e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfgradientfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfgradientfill/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGradientFill +title: Enum EmfGradientFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfGradientFill enum. The GradientFill enumeration defines the modes for gradient fill operations type: docs weight: 2680 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfgradientfill/ @@ -24,7 +24,7 @@ public enum EmfGradientFill ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/_index.md index a25ee02b1ad7..9f1344e77027 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGraphicsMode +title: Enum EmfGraphicsMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfGraphicsMode enum. The GraphicsMode enumeration is used to specify how to interpret shape data such as rectangle coordinates type: docs weight: 2690 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/ @@ -23,7 +23,7 @@ public enum EmfGraphicsMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle/_index.md index fa0986640c7b..cf49c6bbc2a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHatchStyle +title: Enum EmfHatchStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfHatchStyle enum. The HatchStyle enumeration is an extension to the WMF HatchStyle enumeration MSWMF section 2.1.1.12 type: docs weight: 2700 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle/ @@ -33,7 +33,7 @@ public enum EmfHatchStyle ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emficmmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emficmmode/_index.md index 08c47a7cd96e..7b5dfa612d11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emficmmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emficmmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfIcmMode +title: Enum EmfIcmMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfIcmMode enum. The ICMMode enumeration defines values that specify when to turn on and off ICM type: docs weight: 2710 url: /net/aspose.imaging.fileformats.emf.emf.consts/emficmmode/ @@ -25,7 +25,7 @@ public enum EmfIcmMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfilluminant/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfilluminant/_index.md index 560e56f43e9e..aed4cfb728dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfilluminant/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfilluminant/_index.md @@ -1,7 +1,7 @@ --- -title: EmfIlluminant +title: Enum EmfIlluminant second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfIlluminant enum. The Illuminant enumeration defines values that specify the illuminant value of an image which determines the standard light source under which the image is viewed so that the color can be adjusted appropriately type: docs weight: 2720 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfilluminant/ @@ -30,7 +30,7 @@ public enum EmfIlluminant ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfletterform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfletterform/_index.md index 7f8ca2315a58..9d387c370d69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfletterform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfletterform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLetterform +title: Enum EmfLetterform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfLetterform enum. The Letterform enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2730 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfletterform/ @@ -37,7 +37,7 @@ public enum EmfLetterform : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emflogfontweight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emflogfontweight/_index.md index 510759ac7562..cab66927e8a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emflogfontweight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emflogfontweight/_index.md @@ -1,14 +1,14 @@ --- -title: EmfLogFontWeight +title: Enum EmfLogFontWeight second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfLogFontWeight enum. The EmfLogFont Weight type: docs weight: 2740 url: /net/aspose.imaging.fileformats.emf.emf.consts/emflogfontweight/ --- ## EmfLogFontWeight enumeration -The [`EmfLogFont`](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont) Weight. +The [`EmfLogFont`](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/) Weight. ```csharp public enum EmfLogFontWeight @@ -36,7 +36,7 @@ public enum EmfLogFontWeight ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmapmode/_index.md index 57a4dd8870bb..cf9262c3e033 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmapmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfMapMode +title: Enum EmfMapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfMapMode enum. The MapMode enumeration is used to define the unit of measure for transforming page space units into device space units and for defining the orientation of the drawing axes type: docs weight: 2750 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfmapmode/ @@ -29,7 +29,7 @@ public enum EmfMapMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmetafileversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmetafileversion/_index.md index 0545dc4b21dc..f312ffe3ef96 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmetafileversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmetafileversion/_index.md @@ -1,7 +1,7 @@ --- -title: EmfMetafileVersion +title: Enum EmfMetafileVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfMetafileVersion enum. The MetafileVersion enumeration defines the interoperability version for EMF metafile type: docs weight: 2760 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfmetafileversion/ @@ -22,7 +22,7 @@ public enum EmfMetafileVersion ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmidline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmidline/_index.md index 31bef6cd4277..1523a8ab5e81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmidline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmidline/_index.md @@ -1,7 +1,7 @@ --- -title: EmfMidLine +title: Enum EmfMidLine second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfMidLine enum. The MidLine enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2770 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfmidline/ @@ -35,7 +35,7 @@ public enum EmfMidLine : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmodifyworldtransformmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmodifyworldtransformmode/_index.md index 97229c60040c..0c56bcaea817 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmodifyworldtransformmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfmodifyworldtransformmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfModifyWorldTransformMode +title: Enum EmfModifyWorldTransformMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfModifyWorldTransformMode enum. The ModifyWorldTransformMode enumeration defines modes for using specified transform data to modify the worldspace to pagespace transform that is currently defined in the playback device context type: docs weight: 2780 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfmodifyworldtransformmode/ @@ -25,7 +25,7 @@ public enum EmfModifyWorldTransformMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpenstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpenstyle/_index.md index 9386e37da46f..511b866a2976 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpenstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpenstyle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPenStyle +title: Enum EmfPenStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfPenStyle enum. The PenStyle enumeration defines the attributes of pens that can be used in graphics operations. A pen style is a combination of pen type line style line cap and line join type: docs weight: 2790 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfpenstyle/ @@ -43,7 +43,7 @@ public enum EmfPenStyle ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpointenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpointenum/_index.md index cd9002a55741..6b39ae6f72af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpointenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpointenum/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPointEnum +title: Enum EmfPointEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfPointEnum enum. The Point enumeration is used to specify how a point is to be used in a drawing call type: docs weight: 2800 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfpointenum/ @@ -26,7 +26,7 @@ public enum EmfPointEnum : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpolygonfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpolygonfillmode/_index.md index 2b861950c17c..6709054f2ed9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpolygonfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfpolygonfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolygonFillMode +title: Enum EmfPolygonFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfPolygonFillMode enum. The PolygonFillMode enumeration defines values that specify how to calculate the region of a polygon that is to be filled type: docs weight: 2810 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfpolygonfillmode/ @@ -23,7 +23,7 @@ public enum EmfPolygonFillMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfproportion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfproportion/_index.md index 3cca0ec89e55..25987665e9eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfproportion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfproportion/_index.md @@ -1,7 +1,7 @@ --- -title: EmfProportion +title: Enum EmfProportion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfProportion enum. The Proportion enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2820 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfproportion/ @@ -31,7 +31,7 @@ public enum EmfProportion : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfrecordtype/_index.md index 5980240d1f59..6257a7edd374 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRecordType +title: Enum EmfRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfRecordType enum. The RecordType enumeration defines values that uniquely identify EMF records. These values are provided in the Type field of each record type: docs weight: 2830 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfrecordtype/ @@ -140,7 +140,7 @@ public enum EmfRecordType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfregionmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfregionmode/_index.md index 73c6b237334d..09e68453b8cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfregionmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfregionmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRegionMode +title: Enum EmfRegionMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfRegionMode enum. The RegionMode enumeration defines values that are used with EMR_SELECTCLIPPATH and EMR_EXTSELECTCLIPRGN specifying the current path or a new region that is being combined with the current clip region type: docs weight: 2840 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfregionmode/ @@ -26,7 +26,7 @@ public enum EmfRegionMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfserifstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfserifstyle/_index.md index 6257fdca0537..21e02311a062 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfserifstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfserifstyle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSerifStyle +title: Enum EmfSerifStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfSerifStyle enum. The SerifType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2850 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfserifstyle/ @@ -37,7 +37,7 @@ public enum EmfSerifStyle : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfseriftype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfseriftype/_index.md index 7a7c84da06c1..db874e809709 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfseriftype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfseriftype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSerifType +title: Enum EmfSerifType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfSerifType enum. The SerifType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2860 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfseriftype/ @@ -37,7 +37,7 @@ public enum EmfSerifType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstockobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstockobject/_index.md index f1dd5ca8c90b..919731167f5d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstockobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstockobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfStockObject +title: Enum EmfStockObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfStockObject enum. The StockObject enumeration specifies the indexes of predefined logical graphics objects that can be used in graphics operations.The specific structures of stock objects are implementationdependent however the properties of stock objects SHOULD be equivalent to the properties of explicitly created objects of the same type. These properties are specified where possible for the stock objects defined in this enumeration type: docs weight: 2870 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfstockobject/ @@ -40,7 +40,7 @@ public enum EmfStockObject ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstretchmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstretchmode/_index.md index 0297a7c1ac24..10c246ecd9cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstretchmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstretchmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfStretchMode +title: Enum EmfStretchMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfStretchMode enum. The StretchMode enumeration is used to specify how color data is added to or removed from bitmaps that are stretched or compressed type: docs weight: 2880 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfstretchmode/ @@ -25,7 +25,7 @@ public enum EmfStretchMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstrokevariation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstrokevariation/_index.md index bc54d3216ca5..0abf63e9a82a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstrokevariation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfstrokevariation/_index.md @@ -1,7 +1,7 @@ --- -title: EmfStrokeVariation +title: Enum EmfStrokeVariation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfStrokeVariation enum. The StrokeVariation enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2890 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfstrokevariation/ @@ -30,7 +30,7 @@ public enum EmfStrokeVariation : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfweight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfweight/_index.md index d10651d555f4..8d7da138997e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfweight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfweight/_index.md @@ -1,7 +1,7 @@ --- -title: EmfWeight +title: Enum EmfWeight second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfWeight enum. The Weight enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2900 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfweight/ @@ -33,7 +33,7 @@ public enum EmfWeight : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfxheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfxheight/_index.md index efd29841a4eb..4951279b74ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfxheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.consts/emfxheight/_index.md @@ -1,7 +1,7 @@ --- -title: EmfXHeight +title: Enum EmfXHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Consts.EmfXHeight enum. The XHeight enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces type: docs weight: 2910 url: /net/aspose.imaging.fileformats.emf.emf.consts/emfxheight/ @@ -29,7 +29,7 @@ public enum EmfXHeight : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Consts](../../aspose.imaging.fileformats.emf.emf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/_index.md index d1f10f30a09a..9e669feca50d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf.Emf.Objects second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-EMF Enhanced Metafile Format. 2.2 EMF Objects +description: The namespace contains types MSEMF Enhanced Metafile Format. 2.2 EMF Objects type: docs weight: 360 url: /net/aspose.imaging.fileformats.emf.emf.objects/ @@ -12,33 +12,33 @@ The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.2 EMF Objects | Class | Description | | --- | --- | -| [EmfBasePen](./emfbasepen) | The base pen object | -| [EmfBitFix28To4](./emfbitfix28to4) | The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation. | -| [EmfColorAdjustment](./emfcoloradjustment) | The ColorAdjustment object defines values for adjusting the colors in source bitmaps in bit-block transfers. | -| [EmfDesignVector](./emfdesignvector) | The DesignVector (section 2.2.3) object defines the design vector, which specifies values for the font axes of a multiple master font. | -| [EmfEpsData](./emfepsdata) | The EpsData object is a container for EPS data | -| [EmfFormat](./emfformat) | The EmrFormat object contains information that identifies the format of image data in an EMR_COMMENT_MULTIFORMATS record(section 2.3.3.4.3). | -| [EmfGradientRectangle](./emfgradientrectangle) | The GradientRectangle object defines a rectangle using TriVertex objects (section 2.2.26) in an EMR_GRADIENTFILL record (section 2.3.5.12). | -| [EmfGradientTriangle](./emfgradienttriangle) | The GradientTriangle object defines a triangle using TriVertex objects (section 2.2.26) in an EMR_GRADIENTFILL record (section 2.3.5.12) | -| [EmfHeaderExtension1](./emfheaderextension1) | The HeaderExtension1 object defines the first extension to the EMF metafile header. It adds support for a PixelFormatDescriptor object (section 2.2.22) and OpenGL [OPENGL] records (section 2.3.9). | -| [EmfHeaderExtension2](./emfheaderextension2) | The HeaderExtension2 object defines the second extension to the EMF metafile header. It adds the ability to measure device surfaces in micrometers, which enhances the resolution and scalability of EMF metafiles. | -| [EmfHeaderObject](./emfheaderobject) | The Header object defines the EMF metafile header. It specifies properties of the device on which the image in the metafile was created. | -| [EmfLogBrushEx](./emflogbrushex) | The LogBrushEx object defines the style, color, and pattern of a device-independent brush. | -| [EmfLogFont](./emflogfont) | The LogFont object specifies the basic attributes of a logical font. | -| [EmfLogFontEx](./emflogfontex) | The LogFontEx object specifies the extended attributes of a logical font. | -| [EmfLogFontExDv](./emflogfontexdv) | The LogFontExDv object specifies the design vector for an extended logical font. | -| [EmfLogFontPanose](./emflogfontpanose) | The LogFontPanose object specifies the PANOSE characteristics of a logical font. | -| [EmfLogPalette](./emflogpalette) | The LogPalette object specifies a logical_palette that contains device-independent color definitions. | -| [EmfLogPen](./emflogpen) | The LogPen object defines the style, width, and color of a logical pen. | -| [EmfLogPenEx](./emflogpenex) | The LogPenEx object specifies the style, width, and color of an extended logical pen. | -| [EmfObject](./emfobject) | Base class for Emf objects | -| [EmfPanose](./emfpanose) | The Panose object describes the PANOSE font-classification values for a TrueType font. These characteristics are used to associate the font with other fonts of similar appearance but different names. | -| [EmfPixelFormatDescriptor](./emfpixelformatdescriptor) | The PixelFormatDescriptor object can be used in EMR_HEADER records (section 2.3.4.2) to specify the pixel format of the output surface for the playback device context. | -| [EmfPoint28To4](./emfpoint28to4) | The Point28_4 object represents the location of a point on a device surface with coordinates in 28.4 bit FIX notation. | -| [EmfRegionData](./emfregiondata) | The RegionData object specifies data that defines a region, which is made of non-overlapping rectangles. | -| [EmfRegionDataHeader](./emfregiondataheader) | The RegionDataHeader object describes the properties of a RegionData object. | -| [EmfText](./emftext) | The EmrText object contains values for text output. | -| [EmfTriVertex](./emftrivertex) | The TriVertex object specifies color and position information for the definition of a rectangle or triangle vertex. | -| [EmfUniversalFontId](./emfuniversalfontid) | The UniversalFontId object defines a mechanism for identifying fonts in EMF metafiles. | +| [EmfBasePen](./emfbasepen/) | The base pen object | +| [EmfBitFix28To4](./emfbitfix28to4/) | The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation. | +| [EmfColorAdjustment](./emfcoloradjustment/) | The ColorAdjustment object defines values for adjusting the colors in source bitmaps in bit-block transfers. | +| [EmfDesignVector](./emfdesignvector/) | The DesignVector (section 2.2.3) object defines the design vector, which specifies values for the font axes of a multiple master font. | +| [EmfEpsData](./emfepsdata/) | The EpsData object is a container for EPS data | +| [EmfFormat](./emfformat/) | The EmrFormat object contains information that identifies the format of image data in an EMR_COMMENT_MULTIFORMATS record(section 2.3.3.4.3). | +| [EmfGradientRectangle](./emfgradientrectangle/) | The GradientRectangle object defines a rectangle using TriVertex objects (section 2.2.26) in an EMR_GRADIENTFILL record (section 2.3.5.12). | +| [EmfGradientTriangle](./emfgradienttriangle/) | The GradientTriangle object defines a triangle using TriVertex objects (section 2.2.26) in an EMR_GRADIENTFILL record (section 2.3.5.12) | +| [EmfHeaderExtension1](./emfheaderextension1/) | The HeaderExtension1 object defines the first extension to the EMF metafile header. It adds support for a PixelFormatDescriptor object (section 2.2.22) and OpenGL [OPENGL] records (section 2.3.9). | +| [EmfHeaderExtension2](./emfheaderextension2/) | The HeaderExtension2 object defines the second extension to the EMF metafile header. It adds the ability to measure device surfaces in micrometers, which enhances the resolution and scalability of EMF metafiles. | +| [EmfHeaderObject](./emfheaderobject/) | The Header object defines the EMF metafile header. It specifies properties of the device on which the image in the metafile was created. | +| [EmfLogBrushEx](./emflogbrushex/) | The LogBrushEx object defines the style, color, and pattern of a device-independent brush. | +| [EmfLogFont](./emflogfont/) | The LogFont object specifies the basic attributes of a logical font. | +| [EmfLogFontEx](./emflogfontex/) | The LogFontEx object specifies the extended attributes of a logical font. | +| [EmfLogFontExDv](./emflogfontexdv/) | The LogFontExDv object specifies the design vector for an extended logical font. | +| [EmfLogFontPanose](./emflogfontpanose/) | The LogFontPanose object specifies the PANOSE characteristics of a logical font. | +| [EmfLogPalette](./emflogpalette/) | The LogPalette object specifies a logical_palette that contains device-independent color definitions. | +| [EmfLogPen](./emflogpen/) | The LogPen object defines the style, width, and color of a logical pen. | +| [EmfLogPenEx](./emflogpenex/) | The LogPenEx object specifies the style, width, and color of an extended logical pen. | +| [EmfObject](./emfobject/) | Base class for Emf objects | +| [EmfPanose](./emfpanose/) | The Panose object describes the PANOSE font-classification values for a TrueType font. These characteristics are used to associate the font with other fonts of similar appearance but different names. | +| [EmfPixelFormatDescriptor](./emfpixelformatdescriptor/) | The PixelFormatDescriptor object can be used in EMR_HEADER records (section 2.3.4.2) to specify the pixel format of the output surface for the playback device context. | +| [EmfPoint28To4](./emfpoint28to4/) | The Point28_4 object represents the location of a point on a device surface with coordinates in 28.4 bit FIX notation. | +| [EmfRegionData](./emfregiondata/) | The RegionData object specifies data that defines a region, which is made of non-overlapping rectangles. | +| [EmfRegionDataHeader](./emfregiondataheader/) | The RegionDataHeader object describes the properties of a RegionData object. | +| [EmfText](./emftext/) | The EmrText object contains values for text output. | +| [EmfTriVertex](./emftrivertex/) | The TriVertex object specifies color and position information for the definition of a rectangle or triangle vertex. | +| [EmfUniversalFontId](./emfuniversalfontid/) | The UniversalFontId object defines a mechanism for identifying fonts in EMF metafiles. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/_index.md index e413580716bb..18daf52872a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBasePen +title: Class EmfBasePen second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfBasePen class. The base pen object type: docs weight: 2920 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/ @@ -18,13 +18,13 @@ public abstract class EmfBasePen : EmfObject | Name | Description | | --- | --- | -| abstract [Argb32ColorRef](../../aspose.imaging.fileformats.emf.emf.objects/emfbasepen/argb32colorref) { get; set; } | Gets or sets the 32-bit ARGB color reference. | -| abstract [PenStyle](../../aspose.imaging.fileformats.emf.emf.objects/emfbasepen/penstyle) { get; set; } | Gets or sets the pen style. | +| abstract [Argb32ColorRef](../../aspose.imaging.fileformats.emf.emf.objects/emfbasepen/argb32colorref/) { get; set; } | Gets or sets the 32-bit ARGB color reference. | +| abstract [PenStyle](../../aspose.imaging.fileformats.emf.emf.objects/emfbasepen/penstyle/) { get; set; } | Gets or sets the pen style. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/argb32colorref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/argb32colorref/_index.md index ac53c1344f8f..7b6025451946 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/argb32colorref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/argb32colorref/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32ColorRef +title: EmfBasePen.Argb32ColorRef second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBasePen property. Gets or sets the 32bit ARGB color reference type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/argb32colorref/ @@ -20,8 +20,8 @@ The color reference. ### See Also -* class [EmfBasePen](../../emfbasepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbasepen) +* class [EmfBasePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbasepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/penstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/penstyle/_index.md index 31569e2937d0..7e726c635b8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/penstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/penstyle/_index.md @@ -1,7 +1,7 @@ --- -title: PenStyle +title: EmfBasePen.PenStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBasePen property. Gets or sets the pen style type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfbasepen/penstyle/ @@ -20,9 +20,9 @@ The pen style. ### See Also -* enum [EmfPenStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfpenstyle) -* class [EmfBasePen](../../emfbasepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbasepen) +* enum [EmfPenStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfpenstyle/) +* class [EmfBasePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbasepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/_index.md index 9585b3487c10..f975682a2c60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBitFix28To4 +title: Class EmfBitFix28To4 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfBitFix28To4 class. The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation type: docs weight: 2930 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/ @@ -18,20 +18,20 @@ public sealed class EmfBitFix28To4 : EmfObject | Name | Description | | --- | --- | -| [EmfBitFix28To4](emfbitfix28to4)(int) | Initializes a new instance of the [`EmfBitFix28To4`](../emfbitfix28to4) class. | +| [EmfBitFix28To4](emfbitfix28to4/)(int) | Initializes a new instance of the `EmfBitFix28To4` class. | ## Properties | Name | Description | | --- | --- | -| [FracValue](../../aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/fracvalue) { get; set; } | Gets or sets the fraction value | -| [IntVal](../../aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/intval) { get; set; } | Gets or sets the integer value value | -| [Value](../../aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/value) { get; } | Gets the resulting float value; | +| [FracValue](../../aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/fracvalue/) { get; set; } | Gets or sets the fraction value | +| [IntVal](../../aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/intval/) { get; set; } | Gets or sets the integer value value | +| [Value](../../aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/value/) { get; } | Gets the resulting float value; | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/emfbitfix28to4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/emfbitfix28to4/_index.md index 584197561692..b7d23bae80fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/emfbitfix28to4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/emfbitfix28to4/_index.md @@ -1,14 +1,14 @@ --- -title: EmfBitFix28To4 +title: EmfBitFix28To4.EmfBitFix28To4 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitFix28To4 constructor. Initializes a new instance of the EmfBitFix28To4 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/emfbitfix28to4/ --- ## EmfBitFix28To4 constructor -Initializes a new instance of the [`EmfBitFix28To4`](../../emfbitfix28to4) class. +Initializes a new instance of the [`EmfBitFix28To4`](../) class. ```csharp public EmfBitFix28To4(int dwordData) @@ -20,8 +20,8 @@ public EmfBitFix28To4(int dwordData) ### See Also -* class [EmfBitFix28To4](../../emfbitfix28to4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbitfix28to4) +* class [EmfBitFix28To4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbitfix28to4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/fracvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/fracvalue/_index.md index 23887a1d6793..e2ff26a565d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/fracvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/fracvalue/_index.md @@ -1,7 +1,7 @@ --- -title: FracValue +title: EmfBitFix28To4.FracValue second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitFix28To4 property. Gets or sets the fraction value type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/fracvalue/ @@ -16,8 +16,8 @@ public int FracValue { get; set; } ### See Also -* class [EmfBitFix28To4](../../emfbitfix28to4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbitfix28to4) +* class [EmfBitFix28To4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbitfix28to4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/intval/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/intval/_index.md index d13ab6b98418..0e76b7f71dea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/intval/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/intval/_index.md @@ -1,7 +1,7 @@ --- -title: IntVal +title: EmfBitFix28To4.IntVal second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitFix28To4 property. Gets or sets the integer value value type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/intval/ @@ -16,8 +16,8 @@ public int IntVal { get; set; } ### See Also -* class [EmfBitFix28To4](../../emfbitfix28to4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbitfix28to4) +* class [EmfBitFix28To4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbitfix28to4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/value/_index.md index 409be7e14eb2..65903d64e02e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: EmfBitFix28To4.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitFix28To4 property. Gets the resulting float value type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfbitfix28to4/value/ @@ -16,8 +16,8 @@ public float Value { get; } ### See Also -* class [EmfBitFix28To4](../../emfbitfix28to4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbitfix28to4) +* class [EmfBitFix28To4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfbitfix28to4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/_index.md index 7eeb604304ec..ddb81d199524 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/_index.md @@ -1,7 +1,7 @@ --- -title: EmfColorAdjustment +title: Class EmfColorAdjustment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfColorAdjustment class. The ColorAdjustment object defines values for adjusting the colors in source bitmaps in bitblock transfers type: docs weight: 2940 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/ @@ -18,29 +18,29 @@ public sealed class EmfColorAdjustment : EmfObject | Name | Description | | --- | --- | -| [EmfColorAdjustment](emfcoloradjustment)() | The default constructor. | +| [EmfColorAdjustment](emfcoloradjustment/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BlueGamma](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/bluegamma) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the nth power gamma correction value for the blue primary of the source colors. This value SHOULD be in the range from 2,500 to 65,000. A value of 10,000 means gamma correction MUST NOT be performed. | -| [Brightness](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/brightness) { get; set; } | Gets or sets a 16-bit signed integer that specifies the amount of brightness to be applied to the source object. This value SHOULD be in the range from –100 to 100. A value of zero means brightness adjustment MUST NOT be performed. | -| [Colorfullness](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/colorfullness) { get; set; } | Gets or sets a 16-bit signed integer that specifies the amount of colorfulness to be applied to the source object. This value SHOULD be in the range from –100 to 100. A value of zero means colorfulness adjustment MUST NOT be performed | -| [Contrast](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/contrast) { get; set; } | Gets or sets a 16-bit signed integer that specifies the amount of contrast to be applied to the source object. This value SHOULD be in the range from –100 to 100. A value of zero means contrast adjustment MUST NOT be performed. | -| [GreenGamma](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/greengamma) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the nth power gamma correction value for the green primary of the source colors. This value SHOULD be in the range from 2,500 to 65,000. A value of 10,000 means gamma correction MUST NOT be performed. | -| [IlluminantIndex](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/illuminantindex) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the type of standard light source under which the image is viewed, from the Illuminant enumeration (section 2.1.19). | -| [RedGamma](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgamma) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the nth power gamma correction value for the red primary of the source colors. This value SHOULD be in the range from 2,500 to 65,000. A value of 10,000 means gamma correction MUST NOT be performed. | -| [RedGreenTint](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgreentint) { get; set; } | Gets or sets 16-bit signed integer that specifies the amount of red or green tint adjustment to be applied to the source object. This value SHOULD be in the range from –100 to 100. Positive numbers adjust towards red and negative numbers adjust towards green. A value of zero means tint adjustment MUST NOT be performed | -| [ReferenceBlack](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referenceblack) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the black reference for the source colors. Any colors that are darker than this are treated as black. This value SHOULD be in the range from zero to 4,000 | -| [ReferenceWhite](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referencewhite) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the white reference for the source colors. Any colors that are lighter than this are treated as white. This value SHOULD be in the range from 6,000 to 10,000. | -| [Size](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/size) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the size in bytes of this object. This MUST be 0x0018. | -| [Values](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/values) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies how to prepare the output image. This field can be set to NULL or to any combination of values in the ColorAdjustment enumeration (section 2.1.5). | +| [BlueGamma](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/bluegamma/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the nth power gamma correction value for the blue primary of the source colors. This value SHOULD be in the range from 2,500 to 65,000. A value of 10,000 means gamma correction MUST NOT be performed. | +| [Brightness](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/brightness/) { get; set; } | Gets or sets a 16-bit signed integer that specifies the amount of brightness to be applied to the source object. This value SHOULD be in the range from –100 to 100. A value of zero means brightness adjustment MUST NOT be performed. | +| [Colorfullness](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/colorfullness/) { get; set; } | Gets or sets a 16-bit signed integer that specifies the amount of colorfulness to be applied to the source object. This value SHOULD be in the range from –100 to 100. A value of zero means colorfulness adjustment MUST NOT be performed | +| [Contrast](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/contrast/) { get; set; } | Gets or sets a 16-bit signed integer that specifies the amount of contrast to be applied to the source object. This value SHOULD be in the range from –100 to 100. A value of zero means contrast adjustment MUST NOT be performed. | +| [GreenGamma](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/greengamma/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the nth power gamma correction value for the green primary of the source colors. This value SHOULD be in the range from 2,500 to 65,000. A value of 10,000 means gamma correction MUST NOT be performed. | +| [IlluminantIndex](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/illuminantindex/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the type of standard light source under which the image is viewed, from the Illuminant enumeration (section 2.1.19). | +| [RedGamma](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgamma/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the nth power gamma correction value for the red primary of the source colors. This value SHOULD be in the range from 2,500 to 65,000. A value of 10,000 means gamma correction MUST NOT be performed. | +| [RedGreenTint](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgreentint/) { get; set; } | Gets or sets 16-bit signed integer that specifies the amount of red or green tint adjustment to be applied to the source object. This value SHOULD be in the range from –100 to 100. Positive numbers adjust towards red and negative numbers adjust towards green. A value of zero means tint adjustment MUST NOT be performed | +| [ReferenceBlack](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referenceblack/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the black reference for the source colors. Any colors that are darker than this are treated as black. This value SHOULD be in the range from zero to 4,000 | +| [ReferenceWhite](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referencewhite/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the white reference for the source colors. Any colors that are lighter than this are treated as white. This value SHOULD be in the range from 6,000 to 10,000. | +| [Size](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/size/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the size in bytes of this object. This MUST be 0x0018. | +| [Values](../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/values/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies how to prepare the output image. This field can be set to NULL or to any combination of values in the ColorAdjustment enumeration (section 2.1.5). | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/bluegamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/bluegamma/_index.md index 1f2bbe8519d3..ad570f9c615a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/bluegamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/bluegamma/_index.md @@ -1,7 +1,7 @@ --- -title: BlueGamma +title: EmfColorAdjustment.BlueGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit unsigned integer that specifies the nth power gamma correction value for the blue primary of the source colors. This value SHOULD be in the range from 2500 to 65000. A value of 10000 means gamma correction MUST NOT be performed type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/bluegamma/ @@ -16,8 +16,8 @@ public short BlueGamma { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/brightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/brightness/_index.md index bcd8f3936b4c..b0e58d80aa16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/brightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/brightness/_index.md @@ -1,7 +1,7 @@ --- -title: Brightness +title: EmfColorAdjustment.Brightness second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit signed integer that specifies the amount of brightness to be applied to the source object. This value SHOULD be in the range from 100 to 100. A value of zero means brightness adjustment MUST NOT be performed type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/brightness/ @@ -16,8 +16,8 @@ public short Brightness { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/colorfullness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/colorfullness/_index.md index 173ccdd4b699..08f4ef9dd7a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/colorfullness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/colorfullness/_index.md @@ -1,7 +1,7 @@ --- -title: Colorfullness +title: EmfColorAdjustment.Colorfullness second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit signed integer that specifies the amount of colorfulness to be applied to the source object. This value SHOULD be in the range from 100 to 100. A value of zero means colorfulness adjustment MUST NOT be performed type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/colorfullness/ @@ -16,8 +16,8 @@ public short Colorfullness { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/contrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/contrast/_index.md index 0885a294cf08..13c8ff679c8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/contrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/contrast/_index.md @@ -1,7 +1,7 @@ --- -title: Contrast +title: EmfColorAdjustment.Contrast second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit signed integer that specifies the amount of contrast to be applied to the source object. This value SHOULD be in the range from 100 to 100. A value of zero means contrast adjustment MUST NOT be performed type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/contrast/ @@ -16,8 +16,8 @@ public short Contrast { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/emfcoloradjustment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/emfcoloradjustment/_index.md index de4656dca5e4..2c70cc7a9c8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/emfcoloradjustment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/emfcoloradjustment/_index.md @@ -1,7 +1,7 @@ --- -title: EmfColorAdjustment +title: EmfColorAdjustment.EmfColorAdjustment second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/emfcoloradjustment/ @@ -16,8 +16,8 @@ public EmfColorAdjustment() ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/greengamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/greengamma/_index.md index c9871379d7a4..35ece66dd09c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/greengamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/greengamma/_index.md @@ -1,7 +1,7 @@ --- -title: GreenGamma +title: EmfColorAdjustment.GreenGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit unsigned integer that specifies the nth power gamma correction value for the green primary of the source colors. This value SHOULD be in the range from 2500 to 65000. A value of 10000 means gamma correction MUST NOT be performed type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/greengamma/ @@ -16,8 +16,8 @@ public short GreenGamma { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/illuminantindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/illuminantindex/_index.md index 44a39df66245..a3b62b2af4b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/illuminantindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/illuminantindex/_index.md @@ -1,7 +1,7 @@ --- -title: IlluminantIndex +title: EmfColorAdjustment.IlluminantIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit unsigned integer that specifies the type of standard light source under which the image is viewed from the Illuminant enumeration section 2.1.19 type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/illuminantindex/ @@ -16,9 +16,9 @@ public EmfIlluminant IlluminantIndex { get; set; } ### See Also -* enum [EmfIlluminant](../../../aspose.imaging.fileformats.emf.emf.consts/emfilluminant) -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* enum [EmfIlluminant](../../../aspose.imaging.fileformats.emf.emf.consts/emfilluminant/) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgamma/_index.md index be7f9db00dbe..0652ddccd70e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgamma/_index.md @@ -1,7 +1,7 @@ --- -title: RedGamma +title: EmfColorAdjustment.RedGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit unsigned integer that specifies the nth power gamma correction value for the red primary of the source colors. This value SHOULD be in the range from 2500 to 65000. A value of 10000 means gamma correction MUST NOT be performed type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgamma/ @@ -16,8 +16,8 @@ public short RedGamma { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgreentint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgreentint/_index.md index 477434bb39cc..846387adb245 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgreentint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgreentint/_index.md @@ -1,7 +1,7 @@ --- -title: RedGreenTint +title: EmfColorAdjustment.RedGreenTint second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets 16bit signed integer that specifies the amount of red or green tint adjustment to be applied to the source object. This value SHOULD be in the range from 100 to 100. Positive numbers adjust towards red and negative numbers adjust towards green. A value of zero means tint adjustment MUST NOT be performed type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/redgreentint/ @@ -16,8 +16,8 @@ public short RedGreenTint { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referenceblack/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referenceblack/_index.md index 6e5a843a5de1..708719e58b72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referenceblack/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referenceblack/_index.md @@ -1,7 +1,7 @@ --- -title: ReferenceBlack +title: EmfColorAdjustment.ReferenceBlack second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit unsigned integer that specifies the black reference for the source colors. Any colors that are darker than this are treated as black. This value SHOULD be in the range from zero to 4000 type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referenceblack/ @@ -16,8 +16,8 @@ public short ReferenceBlack { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referencewhite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referencewhite/_index.md index 1b8cd62a70ca..27bbcd0241b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referencewhite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referencewhite/_index.md @@ -1,7 +1,7 @@ --- -title: ReferenceWhite +title: EmfColorAdjustment.ReferenceWhite second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit unsigned integer that specifies the white reference for the source colors. Any colors that are lighter than this are treated as white. This value SHOULD be in the range from 6000 to 10000 type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/referencewhite/ @@ -16,8 +16,8 @@ public short ReferenceWhite { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/size/_index.md index 09de46acf952..a637c6157892 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: EmfColorAdjustment.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit unsigned integer that specifies the size in bytes of this object. This MUST be 0x0018 type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/size/ @@ -16,8 +16,8 @@ public short Size { get; set; } ### See Also -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/values/_index.md index 8cf1278b84bf..12a35a0d32ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: EmfColorAdjustment.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorAdjustment property. Gets or sets a 16bit unsigned integer that specifies how to prepare the output image. This field can be set to NULL or to any combination of values in the ColorAdjustment enumeration section 2.1.5 type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/values/ @@ -16,9 +16,9 @@ public EmfColorAdjustmentEnum Values { get; set; } ### See Also -* enum [EmfColorAdjustmentEnum](../../../aspose.imaging.fileformats.emf.emf.consts/emfcoloradjustmentenum) -* class [EmfColorAdjustment](../../emfcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment) +* enum [EmfColorAdjustmentEnum](../../../aspose.imaging.fileformats.emf.emf.consts/emfcoloradjustmentenum/) +* class [EmfColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/_index.md index e6a45db70319..65aff937f36f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDesignVector +title: Class EmfDesignVector second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfDesignVector class. The DesignVector section 2.2.3 object defines the design vector which specifies values for the font axes of a multiple master font type: docs weight: 2950 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/ @@ -18,20 +18,20 @@ public sealed class EmfDesignVector : EmfObject | Name | Description | | --- | --- | -| [EmfDesignVector](emfdesignvector)() | The default constructor. | +| [EmfDesignVector](emfdesignvector/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [NumAxes](../../aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/numaxes) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of elements in the Values array. It MUST be in the range 0 to 16, inclusive | -| [Signature](../../aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/signature) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664. | -| [Values](../../aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/values) { get; set; } | Gets or sets an optional array of 32-bit signed integers that specify the values of the font axes of a multiple master, OpenType font. The maximum number of values in the array is 16. | +| [NumAxes](../../aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/numaxes/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of elements in the Values array. It MUST be in the range 0 to 16, inclusive | +| [Signature](../../aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/signature/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664. | +| [Values](../../aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/values/) { get; set; } | Gets or sets an optional array of 32-bit signed integers that specify the values of the font axes of a multiple master, OpenType font. The maximum number of values in the array is 16. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/emfdesignvector/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/emfdesignvector/_index.md index e7c82d4fdabd..132c47090b8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/emfdesignvector/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/emfdesignvector/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDesignVector +title: EmfDesignVector.EmfDesignVector second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDesignVector constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/emfdesignvector/ @@ -16,8 +16,8 @@ public EmfDesignVector() ### See Also -* class [EmfDesignVector](../../emfdesignvector) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfdesignvector) +* class [EmfDesignVector](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfdesignvector/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/numaxes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/numaxes/_index.md index 89690f0f0f2d..7b32fe30d23f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/numaxes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/numaxes/_index.md @@ -1,7 +1,7 @@ --- -title: NumAxes +title: EmfDesignVector.NumAxes second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDesignVector property. Gets or sets a 32bit unsigned integer that specifies the number of elements in the Values array. It MUST be in the range 0 to 16 inclusive type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/numaxes/ @@ -16,8 +16,8 @@ public int NumAxes { get; set; } ### See Also -* class [EmfDesignVector](../../emfdesignvector) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfdesignvector) +* class [EmfDesignVector](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfdesignvector/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/signature/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/signature/_index.md index 3e7ac118a26a..9d26434f2d21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/signature/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/signature/_index.md @@ -1,7 +1,7 @@ --- -title: Signature +title: EmfDesignVector.Signature second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDesignVector property. Gets or sets a 32bit unsigned integer that MUST be set to the value 0x08007664 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/signature/ @@ -16,8 +16,8 @@ public int Signature { get; set; } ### See Also -* class [EmfDesignVector](../../emfdesignvector) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfdesignvector) +* class [EmfDesignVector](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfdesignvector/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/values/_index.md index aa3cc559e416..007a6cede31e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: EmfDesignVector.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDesignVector property. Gets or sets an optional array of 32bit signed integers that specify the values of the font axes of a multiple master OpenType font. The maximum number of values in the array is 16 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfdesignvector/values/ @@ -16,8 +16,8 @@ public int[] Values { get; set; } ### See Also -* class [EmfDesignVector](../../emfdesignvector) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfdesignvector) +* class [EmfDesignVector](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfdesignvector/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/_index.md index baf19a40f7b6..38006da6fbb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfEpsData +title: Class EmfEpsData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfEpsData class. The EpsData object is a container for EPS data type: docs weight: 2960 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/ @@ -18,21 +18,21 @@ public sealed class EmfEpsData : EmfObject | Name | Description | | --- | --- | -| [EmfEpsData](emfepsdata)() | The default constructor. | +| [EmfEpsData](emfepsdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Points](../../aspose.imaging.fileformats.emf.emf.objects/emfepsdata/points) { get; set; } | Gets or sets an array of three Point28_4 objects (section 2.2.23) that defines the coordinates of the output parallelogram using 28.4 bit FIX notation | -| [PostScriptData](../../aspose.imaging.fileformats.emf.emf.objects/emfepsdata/postscriptdata) { get; set; } | Gets or sets an array of bytes of PostScript data. The length of this array can be computed from the SizeData field. This data MAY be used to render an image. | -| [SizeData](../../aspose.imaging.fileformats.emf.emf.objects/emfepsdata/sizedata) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the total size of this object, in bytes | -| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfepsdata/version) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the PostScript language level. This value MUST be 0x00000001 | +| [Points](../../aspose.imaging.fileformats.emf.emf.objects/emfepsdata/points/) { get; set; } | Gets or sets an array of three Point28_4 objects (section 2.2.23) that defines the coordinates of the output parallelogram using 28.4 bit FIX notation | +| [PostScriptData](../../aspose.imaging.fileformats.emf.emf.objects/emfepsdata/postscriptdata/) { get; set; } | Gets or sets an array of bytes of PostScript data. The length of this array can be computed from the SizeData field. This data MAY be used to render an image. | +| [SizeData](../../aspose.imaging.fileformats.emf.emf.objects/emfepsdata/sizedata/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the total size of this object, in bytes | +| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfepsdata/version/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the PostScript language level. This value MUST be 0x00000001 | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/emfepsdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/emfepsdata/_index.md index efdf4a5deae7..e33dd78972f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/emfepsdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/emfepsdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfEpsData +title: EmfEpsData.EmfEpsData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEpsData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/emfepsdata/ @@ -16,8 +16,8 @@ public EmfEpsData() ### See Also -* class [EmfEpsData](../../emfepsdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata) +* class [EmfEpsData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/points/_index.md index 32eb944e2d4a..90cfee4b9e8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: EmfEpsData.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEpsData property. Gets or sets an array of three Point28_4 objects section 2.2.23 that defines the coordinates of the output parallelogram using 28.4 bit FIX notation type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/points/ @@ -14,15 +14,15 @@ Gets or sets an array of three Point28_4 objects (section 2.2.23) that defines t public EmfPoint28To4[] Points { get; set; } ``` -### Remarks +## Remarks The upper-left corner of the parallelogram is the first point in this array, the upper-right corner is the second point, and the lower-left corner is the third point. The lower-right corner of the parallelogram is computed from the first three points (A, B, and C) by treating them as vectors. ### See Also -* class [EmfPoint28To4](../../emfpoint28to4) -* class [EmfEpsData](../../emfepsdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata) +* class [EmfPoint28To4](../../emfpoint28to4/) +* class [EmfEpsData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/postscriptdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/postscriptdata/_index.md index bee4588b92d5..3a9a1d12c72f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/postscriptdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/postscriptdata/_index.md @@ -1,7 +1,7 @@ --- -title: PostScriptData +title: EmfEpsData.PostScriptData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEpsData property. Gets or sets an array of bytes of PostScript data. The length of this array can be computed from the SizeData field. This data MAY be used to render an image type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/postscriptdata/ @@ -16,8 +16,8 @@ public byte[] PostScriptData { get; set; } ### See Also -* class [EmfEpsData](../../emfepsdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata) +* class [EmfEpsData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/sizedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/sizedata/_index.md index f5d955c59d67..1985b4f1d6b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/sizedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/sizedata/_index.md @@ -1,7 +1,7 @@ --- -title: SizeData +title: EmfEpsData.SizeData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEpsData property. Gets or sets a 32bit unsigned integer that specifies the total size of this object in bytes type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/sizedata/ @@ -16,8 +16,8 @@ public int SizeData { get; set; } ### See Also -* class [EmfEpsData](../../emfepsdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata) +* class [EmfEpsData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/version/_index.md index dfed69b5eb32..102810191824 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: EmfEpsData.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEpsData property. Gets or sets a 32bit unsigned integer that specifies the PostScript language level. This value MUST be 0x00000001 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfepsdata/version/ @@ -16,8 +16,8 @@ public int Version { get; set; } ### See Also -* class [EmfEpsData](../../emfepsdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata) +* class [EmfEpsData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfepsdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/_index.md index 29a7bb9380c5..5475401c6f0f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFormat +title: Class EmfFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfFormat class. The EmrFormat object contains information that identifies the format of image data in an EMR_COMMENT_MULTIFORMATS recordsection 2.3.3.4.3 type: docs weight: 2970 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfformat/ @@ -18,21 +18,21 @@ public sealed class EmfFormat : EmfObject | Name | Description | | --- | --- | -| [EmfFormat](emfformat)() | The default constructor. | +| [EmfFormat](emfformat/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [OffData](../../aspose.imaging.fileformats.emf.emf.objects/emfformat/offdata) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the offset to the data from the start of the identifier field in an EMR_COMMENT_PUBLIC record (section 2.3.3.4). The offset MUST be 32-bit aligned. | -| [Signature](../../aspose.imaging.fileformats.emf.emf.objects/emfformat/signature) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the format of the image data. This value MUST be in the FormatSignature enumeration (section 2.1.14). | -| [SizeData](../../aspose.imaging.fileformats.emf.emf.objects/emfformat/sizedata) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the data in bytes | -| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfformat/version) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the format version number. If the Signature field specifies encapsulated PostScript (EPS), this value MUST be 0x00000001; otherwise, this value MUST be ignored | +| [OffData](../../aspose.imaging.fileformats.emf.emf.objects/emfformat/offdata/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the offset to the data from the start of the identifier field in an EMR_COMMENT_PUBLIC record (section 2.3.3.4). The offset MUST be 32-bit aligned. | +| [Signature](../../aspose.imaging.fileformats.emf.emf.objects/emfformat/signature/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the format of the image data. This value MUST be in the FormatSignature enumeration (section 2.1.14). | +| [SizeData](../../aspose.imaging.fileformats.emf.emf.objects/emfformat/sizedata/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the data in bytes | +| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfformat/version/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the format version number. If the Signature field specifies encapsulated PostScript (EPS), this value MUST be 0x00000001; otherwise, this value MUST be ignored | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/emfformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/emfformat/_index.md index 15e54ef420aa..2221058d42c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/emfformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/emfformat/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFormat +title: EmfFormat.EmfFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFormat constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfformat/emfformat/ @@ -16,8 +16,8 @@ public EmfFormat() ### See Also -* class [EmfFormat](../../emfformat) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat) +* class [EmfFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/offdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/offdata/_index.md index a866a7ef40f3..0e07079b146c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/offdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/offdata/_index.md @@ -1,7 +1,7 @@ --- -title: OffData +title: EmfFormat.OffData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFormat property. Gets or sets 32bit unsigned integer that specifies the offset to the data from the start of the identifier field in an EMR_COMMENT_PUBLIC record section 2.3.3.4. The offset MUST be 32bit aligned type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfformat/offdata/ @@ -16,8 +16,8 @@ public int OffData { get; set; } ### See Also -* class [EmfFormat](../../emfformat) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat) +* class [EmfFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/signature/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/signature/_index.md index 4007e4ea850d..a07b6c2521e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/signature/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/signature/_index.md @@ -1,7 +1,7 @@ --- -title: Signature +title: EmfFormat.Signature second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFormat property. Gets or sets a 32bit unsigned integer that specifies the format of the image data. This value MUST be in the FormatSignature enumeration section 2.1.14 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfformat/signature/ @@ -16,9 +16,9 @@ public EmfFormatSignature Signature { get; set; } ### See Also -* enum [EmfFormatSignature](../../../aspose.imaging.fileformats.emf.emf.consts/emfformatsignature) -* class [EmfFormat](../../emfformat) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat) +* enum [EmfFormatSignature](../../../aspose.imaging.fileformats.emf.emf.consts/emfformatsignature/) +* class [EmfFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/sizedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/sizedata/_index.md index 65e3d30c92ab..a25e931ca72e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/sizedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/sizedata/_index.md @@ -1,7 +1,7 @@ --- -title: SizeData +title: EmfFormat.SizeData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFormat property. Gets or sets a 32bit unsigned integer that specifies the size of the data in bytes type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfformat/sizedata/ @@ -16,8 +16,8 @@ public int SizeData { get; set; } ### See Also -* class [EmfFormat](../../emfformat) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat) +* class [EmfFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/version/_index.md index 8dbcf177bb38..4b76b3ea6778 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfformat/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: EmfFormat.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFormat property. Gets or sets a 32bit unsigned integer that specifies the format version number. If the Signature field specifies encapsulated PostScript EPS this value MUST be 0x00000001 otherwise this value MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfformat/version/ @@ -16,8 +16,8 @@ public int Version { get; set; } ### See Also -* class [EmfFormat](../../emfformat) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat) +* class [EmfFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/_index.md index 774faff0c3bb..240f18bbb345 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGradientRectangle +title: Class EmfGradientRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfGradientRectangle class. The GradientRectangle object defines a rectangle using TriVertex objects section 2.2.26 in an EMR_GRADIENTFILL record section 2.3.5.12 type: docs weight: 2980 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/ @@ -18,19 +18,19 @@ public sealed class EmfGradientRectangle : EmfObject | Name | Description | | --- | --- | -| [EmfGradientRectangle](emfgradientrectangle)() | The default constructor. | +| [EmfGradientRectangle](emfgradientrectangle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [LowerRight](../../aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/lowerright) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies the lower-right vertex of a rectangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | -| [UpperLeft](../../aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/upperleft) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies the upper-left vertex of a rectangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | +| [LowerRight](../../aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/lowerright/) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies the lower-right vertex of a rectangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | +| [UpperLeft](../../aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/upperleft/) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies the upper-left vertex of a rectangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/emfgradientrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/emfgradientrectangle/_index.md index b85aa5b7174b..8f744e2d3909 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/emfgradientrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/emfgradientrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGradientRectangle +title: EmfGradientRectangle.EmfGradientRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientRectangle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/emfgradientrectangle/ @@ -16,8 +16,8 @@ public EmfGradientRectangle() ### See Also -* class [EmfGradientRectangle](../../emfgradientrectangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradientrectangle) +* class [EmfGradientRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradientrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/lowerright/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/lowerright/_index.md index 887ff414f16f..a34b18a72bff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/lowerright/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/lowerright/_index.md @@ -1,7 +1,7 @@ --- -title: LowerRight +title: EmfGradientRectangle.LowerRight second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientRectangle property. Gets or sets an index into an array of TriVertex objects that specifies the lowerright vertex of a rectangle. The index MUST be smaller than the size of the array as defined by the nVer field of the EMR_GRADIENTFILL record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/lowerright/ @@ -16,8 +16,8 @@ public int LowerRight { get; set; } ### See Also -* class [EmfGradientRectangle](../../emfgradientrectangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradientrectangle) +* class [EmfGradientRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradientrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/upperleft/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/upperleft/_index.md index 0db08384a80d..5dcf4b8b60cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/upperleft/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/upperleft/_index.md @@ -1,7 +1,7 @@ --- -title: UpperLeft +title: EmfGradientRectangle.UpperLeft second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientRectangle property. Gets or sets an index into an array of TriVertex objects that specifies the upperleft vertex of a rectangle. The index MUST be smaller than the size of the array as defined by the nVer field of the EMR_GRADIENTFILL record type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/upperleft/ @@ -16,8 +16,8 @@ public int UpperLeft { get; set; } ### See Also -* class [EmfGradientRectangle](../../emfgradientrectangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradientrectangle) +* class [EmfGradientRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradientrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/_index.md index 527672bc0928..7f5ab425b31f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGradientTriangle +title: Class EmfGradientTriangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfGradientTriangle class. The GradientTriangle object defines a triangle using TriVertex objects section 2.2.26 in an EMR_GRADIENTFILL record section 2.3.5.12 type: docs weight: 2990 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/ @@ -18,20 +18,20 @@ public sealed class EmfGradientTriangle : EmfObject | Name | Description | | --- | --- | -| [EmfGradientTriangle](emfgradienttriangle)() | The default constructor. | +| [EmfGradientTriangle](emfgradienttriangle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Vertex1](../../aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex1) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | -| [Vertex2](../../aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex2) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | -| [Vertex3](../../aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex3) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | +| [Vertex1](../../aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex1/) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | +| [Vertex2](../../aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex2/) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | +| [Vertex3](../../aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex3/) { get; set; } | Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/emfgradienttriangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/emfgradienttriangle/_index.md index 591b2ce56988..e0a8914cb8a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/emfgradienttriangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/emfgradienttriangle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGradientTriangle +title: EmfGradientTriangle.EmfGradientTriangle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientTriangle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/emfgradienttriangle/ @@ -16,8 +16,8 @@ public EmfGradientTriangle() ### See Also -* class [EmfGradientTriangle](../../emfgradienttriangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradienttriangle) +* class [EmfGradientTriangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradienttriangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex1/_index.md index e9c3f788cc85..18aa06358ff0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex1/_index.md @@ -1,7 +1,7 @@ --- -title: Vertex1 +title: EmfGradientTriangle.Vertex1 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientTriangle property. Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array as defined by the nVer field of the EMR_GRADIENTFILL record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex1/ @@ -16,8 +16,8 @@ public int Vertex1 { get; set; } ### See Also -* class [EmfGradientTriangle](../../emfgradienttriangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradienttriangle) +* class [EmfGradientTriangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradienttriangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex2/_index.md index 0bb8bf723556..3de307bfe7f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex2/_index.md @@ -1,7 +1,7 @@ --- -title: Vertex2 +title: EmfGradientTriangle.Vertex2 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientTriangle property. Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array as defined by the nVer field of the EMR_GRADIENTFILL record type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex2/ @@ -16,8 +16,8 @@ public int Vertex2 { get; set; } ### See Also -* class [EmfGradientTriangle](../../emfgradienttriangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradienttriangle) +* class [EmfGradientTriangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradienttriangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex3/_index.md index d43dcd77d474..a46c2b6793d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex3/_index.md @@ -1,7 +1,7 @@ --- -title: Vertex3 +title: EmfGradientTriangle.Vertex3 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientTriangle property. Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array as defined by the nVer field of the EMR_GRADIENTFILL record type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfgradienttriangle/vertex3/ @@ -16,8 +16,8 @@ public int Vertex3 { get; set; } ### See Also -* class [EmfGradientTriangle](../../emfgradienttriangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradienttriangle) +* class [EmfGradientTriangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfgradienttriangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/_index.md index e2c88ff8778a..ec04547af397 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderExtension1 +title: Class EmfHeaderExtension1 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfHeaderExtension1 class. The HeaderExtension1 object defines the first extension to the EMF metafile header. It adds support for a PixelFormatDescriptor object section 2.2.22 and OpenGL OPENGL records section 2.3.9 type: docs weight: 3000 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/ @@ -18,34 +18,34 @@ public sealed class EmfHeaderExtension1 : EmfHeaderObject | Name | Description | | --- | --- | -| [EmfHeaderExtension1](emfheaderextension1)() | The default constructor. | +| [EmfHeaderExtension1](emfheaderextension1/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BOpenGl](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/bopengl) { get; set; } | Gets or sets a 32-bit unsigned integer that indicates whether OpenGL commands are present in the metafile. 0x00000000 OpenGL records are not present in the metafile. 0x00000001 OpenGL records are present in the metafile. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangular inclusive-inclusive bounds in device units of the smallest rectangle that can be drawn around the image stored in the metafile | -| [Bytes](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the size of the metafile, in bytes. | -| [CbPixelFormat](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/cbpixelformat) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the PixelFormatDescriptor object. This MUST be 0x00000000 if no pixel format is set | -| [Device](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device) { get; set; } | Gets or sets a WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the size of the reference device, in pixels | -| [Frame](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame) { get; set; } | Gets or sets a WMF RectL object that specifies the rectangular inclusive-inclusive dimensions, in .01 millimeter units, of a rectangle that surrounds the image stored in the metafile | -| [Handles](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the number of graphics objects that will be used during the processing of the metafile | -| [Millimeters](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters) { get; set; } | Gets or sets a WMF SizeL object that specifies the size of the reference device, in millimeters | -| [NDesription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of characters in the array that contains the description of the metafile's contents. This is zero if there is no description string. | -| [NPalEntries](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries in the metafile palette. The palette is located in the EMR_EOF record | -| [OffDescription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the offset from the beginning of this record to the array that contains the description of the metafile's contents | -| [OffPixelFormat](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/offpixelformat) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the offset to the PixelFormatDescriptor object. This MUST be 0x00000000 if no pixel format is set. | -| [Records](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of records in the metafile | -| [RecordSignature](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the record signature. This MUST be ENHMETA_SIGNATURE, from the FormatSignature enumeration (section 2.1.14). | -| [Reserved](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved) { get; set; } | Gets or sets a 16-bit unsigned integer that MUST be 0x0000 and MUST be ignored | -| [Valid](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid) { get; } | Gets a value indicating whether this [`EmfHeaderObject`](../emfheaderobject) is valid. | -| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version) { get; set; } | Gets or sets Version (4 bytes): A 32-bit unsigned integer that specifies EMF metafile interoperability. This SHOULD be 0x00010000 | +| [BOpenGl](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/bopengl/) { get; set; } | Gets or sets a 32-bit unsigned integer that indicates whether OpenGL commands are present in the metafile. 0x00000000 OpenGL records are not present in the metafile. 0x00000001 OpenGL records are present in the metafile. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangular inclusive-inclusive bounds in device units of the smallest rectangle that can be drawn around the image stored in the metafile | +| [Bytes](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the size of the metafile, in bytes. | +| [CbPixelFormat](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/cbpixelformat/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the PixelFormatDescriptor object. This MUST be 0x00000000 if no pixel format is set | +| [Device](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device/) { get; set; } | Gets or sets a WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the size of the reference device, in pixels | +| [Frame](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame/) { get; set; } | Gets or sets a WMF RectL object that specifies the rectangular inclusive-inclusive dimensions, in .01 millimeter units, of a rectangle that surrounds the image stored in the metafile | +| [Handles](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the number of graphics objects that will be used during the processing of the metafile | +| [Millimeters](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters/) { get; set; } | Gets or sets a WMF SizeL object that specifies the size of the reference device, in millimeters | +| [NDesription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of characters in the array that contains the description of the metafile's contents. This is zero if there is no description string. | +| [NPalEntries](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries in the metafile palette. The palette is located in the EMR_EOF record | +| [OffDescription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the offset from the beginning of this record to the array that contains the description of the metafile's contents | +| [OffPixelFormat](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/offpixelformat/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the offset to the PixelFormatDescriptor object. This MUST be 0x00000000 if no pixel format is set. | +| [Records](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of records in the metafile | +| [RecordSignature](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the record signature. This MUST be ENHMETA_SIGNATURE, from the FormatSignature enumeration (section 2.1.14). | +| [Reserved](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved/) { get; set; } | Gets or sets a 16-bit unsigned integer that MUST be 0x0000 and MUST be ignored | +| [Valid](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid/) { get; } | Gets a value indicating whether this [`EmfHeaderObject`](../emfheaderobject/) is valid. | +| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version/) { get; set; } | Gets or sets Version (4 bytes): A 32-bit unsigned integer that specifies EMF metafile interoperability. This SHOULD be 0x00010000 | ### See Also -* class [EmfHeaderObject](../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfHeaderObject](../emfheaderobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/bopengl/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/bopengl/_index.md index 7ac73eee5d09..abefa808fc59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/bopengl/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/bopengl/_index.md @@ -1,7 +1,7 @@ --- -title: BOpenGl +title: EmfHeaderExtension1.BOpenGl second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderExtension1 property. Gets or sets a 32bit unsigned integer that indicates whether OpenGL commands are present in the metafile. 0x00000000 OpenGL records are not present in the metafile. 0x00000001 OpenGL records are present in the metafile type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/bopengl/ @@ -16,8 +16,8 @@ public int BOpenGl { get; set; } ### See Also -* class [EmfHeaderExtension1](../../emfheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension1) +* class [EmfHeaderExtension1](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/cbpixelformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/cbpixelformat/_index.md index 1c3abc1942ac..66ff3b3571de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/cbpixelformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/cbpixelformat/_index.md @@ -1,7 +1,7 @@ --- -title: CbPixelFormat +title: EmfHeaderExtension1.CbPixelFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderExtension1 property. Gets or sets a 32bit unsigned integer that specifies the size of the PixelFormatDescriptor object. This MUST be 0x00000000 if no pixel format is set type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/cbpixelformat/ @@ -16,8 +16,8 @@ public int CbPixelFormat { get; set; } ### See Also -* class [EmfHeaderExtension1](../../emfheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension1) +* class [EmfHeaderExtension1](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/emfheaderextension1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/emfheaderextension1/_index.md index 3c5d1ed9faa8..be4f26d5bff1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/emfheaderextension1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/emfheaderextension1/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderExtension1 +title: EmfHeaderExtension1.EmfHeaderExtension1 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderExtension1 constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/emfheaderextension1/ @@ -16,8 +16,8 @@ public EmfHeaderExtension1() ### See Also -* class [EmfHeaderExtension1](../../emfheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension1) +* class [EmfHeaderExtension1](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/offpixelformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/offpixelformat/_index.md index 63981ba62d62..0bc264db8446 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/offpixelformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/offpixelformat/_index.md @@ -1,7 +1,7 @@ --- -title: OffPixelFormat +title: EmfHeaderExtension1.OffPixelFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderExtension1 property. Gets or sets a 32bit unsigned integer that specifies the offset to the PixelFormatDescriptor object. This MUST be 0x00000000 if no pixel format is set type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/offpixelformat/ @@ -16,8 +16,8 @@ public int OffPixelFormat { get; set; } ### See Also -* class [EmfHeaderExtension1](../../emfheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension1) +* class [EmfHeaderExtension1](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/_index.md index 9e9947edb7e7..8315b50e8b3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderExtension2 +title: Class EmfHeaderExtension2 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfHeaderExtension2 class. The HeaderExtension2 object defines the second extension to the EMF metafile header. It adds the ability to measure device surfaces in micrometers which enhances the resolution and scalability of EMF metafiles type: docs weight: 3010 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/ @@ -18,33 +18,33 @@ public sealed class EmfHeaderExtension2 : EmfHeaderObject | Name | Description | | --- | --- | -| [EmfHeaderExtension2](emfheaderextension2)() | The default constructor. | +| [EmfHeaderExtension2](emfheaderextension2/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangular inclusive-inclusive bounds in device units of the smallest rectangle that can be drawn around the image stored in the metafile | -| [Bytes](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the size of the metafile, in bytes. | -| [Device](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device) { get; set; } | Gets or sets a WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the size of the reference device, in pixels | -| [Frame](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame) { get; set; } | Gets or sets a WMF RectL object that specifies the rectangular inclusive-inclusive dimensions, in .01 millimeter units, of a rectangle that surrounds the image stored in the metafile | -| [Handles](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the number of graphics objects that will be used during the processing of the metafile | -| [MicrometersX](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersx) { get; set; } | Gets or sets the 32-bit horizontal size of the display device for which the metafile image was generated, in micrometers | -| [MicrometersY](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersy) { get; set; } | Gets or sets the 32-bit vertical size of the display device for which the metafile image was generated, in micrometers. | -| [Millimeters](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters) { get; set; } | Gets or sets a WMF SizeL object that specifies the size of the reference device, in millimeters | -| [NDesription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of characters in the array that contains the description of the metafile's contents. This is zero if there is no description string. | -| [NPalEntries](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries in the metafile palette. The palette is located in the EMR_EOF record | -| [OffDescription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the offset from the beginning of this record to the array that contains the description of the metafile's contents | -| [Records](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of records in the metafile | -| [RecordSignature](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the record signature. This MUST be ENHMETA_SIGNATURE, from the FormatSignature enumeration (section 2.1.14). | -| [Reserved](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved) { get; set; } | Gets or sets a 16-bit unsigned integer that MUST be 0x0000 and MUST be ignored | -| [Valid](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid) { get; } | Gets a value indicating whether this [`EmfHeaderObject`](../emfheaderobject) is valid. | -| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version) { get; set; } | Gets or sets Version (4 bytes): A 32-bit unsigned integer that specifies EMF metafile interoperability. This SHOULD be 0x00010000 | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangular inclusive-inclusive bounds in device units of the smallest rectangle that can be drawn around the image stored in the metafile | +| [Bytes](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the size of the metafile, in bytes. | +| [Device](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device/) { get; set; } | Gets or sets a WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the size of the reference device, in pixels | +| [Frame](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame/) { get; set; } | Gets or sets a WMF RectL object that specifies the rectangular inclusive-inclusive dimensions, in .01 millimeter units, of a rectangle that surrounds the image stored in the metafile | +| [Handles](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the number of graphics objects that will be used during the processing of the metafile | +| [MicrometersX](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersx/) { get; set; } | Gets or sets the 32-bit horizontal size of the display device for which the metafile image was generated, in micrometers | +| [MicrometersY](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersy/) { get; set; } | Gets or sets the 32-bit vertical size of the display device for which the metafile image was generated, in micrometers. | +| [Millimeters](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters/) { get; set; } | Gets or sets a WMF SizeL object that specifies the size of the reference device, in millimeters | +| [NDesription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of characters in the array that contains the description of the metafile's contents. This is zero if there is no description string. | +| [NPalEntries](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries in the metafile palette. The palette is located in the EMR_EOF record | +| [OffDescription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the offset from the beginning of this record to the array that contains the description of the metafile's contents | +| [Records](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of records in the metafile | +| [RecordSignature](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the record signature. This MUST be ENHMETA_SIGNATURE, from the FormatSignature enumeration (section 2.1.14). | +| [Reserved](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved/) { get; set; } | Gets or sets a 16-bit unsigned integer that MUST be 0x0000 and MUST be ignored | +| [Valid](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid/) { get; } | Gets a value indicating whether this [`EmfHeaderObject`](../emfheaderobject/) is valid. | +| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version/) { get; set; } | Gets or sets Version (4 bytes): A 32-bit unsigned integer that specifies EMF metafile interoperability. This SHOULD be 0x00010000 | ### See Also -* class [EmfHeaderObject](../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfHeaderObject](../emfheaderobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/emfheaderextension2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/emfheaderextension2/_index.md index 032f8deb1dcd..62cd3f71c5a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/emfheaderextension2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/emfheaderextension2/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderExtension2 +title: EmfHeaderExtension2.EmfHeaderExtension2 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderExtension2 constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/emfheaderextension2/ @@ -16,8 +16,8 @@ public EmfHeaderExtension2() ### See Also -* class [EmfHeaderExtension2](../../emfheaderextension2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension2) +* class [EmfHeaderExtension2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersx/_index.md index d6e38b6d2461..eacb107d3b9b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersx/_index.md @@ -1,7 +1,7 @@ --- -title: MicrometersX +title: EmfHeaderExtension2.MicrometersX second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderExtension2 property. Gets or sets the 32bit horizontal size of the display device for which the metafile image was generated in micrometers type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersx/ @@ -16,8 +16,8 @@ public int MicrometersX { get; set; } ### See Also -* class [EmfHeaderExtension2](../../emfheaderextension2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension2) +* class [EmfHeaderExtension2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersy/_index.md index 2ce30406b193..da6615e3860e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersy/_index.md @@ -1,7 +1,7 @@ --- -title: MicrometersY +title: EmfHeaderExtension2.MicrometersY second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderExtension2 property. Gets or sets the 32bit vertical size of the display device for which the metafile image was generated in micrometers type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/micrometersy/ @@ -16,8 +16,8 @@ public int MicrometersY { get; set; } ### See Also -* class [EmfHeaderExtension2](../../emfheaderextension2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension2) +* class [EmfHeaderExtension2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderextension2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/_index.md index cf7356ae0be1..951e9c19d32e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderObject +title: Class EmfHeaderObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfHeaderObject class. The Header object defines the EMF metafile header. It specifies properties of the device on which the image in the metafile was created type: docs weight: 3020 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ @@ -18,31 +18,31 @@ public class EmfHeaderObject : EmfObject | Name | Description | | --- | --- | -| [EmfHeaderObject](emfheaderobject)() | The default constructor. | +| [EmfHeaderObject](emfheaderobject/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangular inclusive-inclusive bounds in device units of the smallest rectangle that can be drawn around the image stored in the metafile | -| [Bytes](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the size of the metafile, in bytes. | -| [Device](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device) { get; set; } | Gets or sets a WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the size of the reference device, in pixels | -| [Frame](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame) { get; set; } | Gets or sets a WMF RectL object that specifies the rectangular inclusive-inclusive dimensions, in .01 millimeter units, of a rectangle that surrounds the image stored in the metafile | -| [Handles](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the number of graphics objects that will be used during the processing of the metafile | -| [Millimeters](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters) { get; set; } | Gets or sets a WMF SizeL object that specifies the size of the reference device, in millimeters | -| [NDesription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of characters in the array that contains the description of the metafile's contents. This is zero if there is no description string. | -| [NPalEntries](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries in the metafile palette. The palette is located in the EMR_EOF record | -| [OffDescription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the offset from the beginning of this record to the array that contains the description of the metafile's contents | -| [Records](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of records in the metafile | -| [RecordSignature](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the record signature. This MUST be ENHMETA_SIGNATURE, from the FormatSignature enumeration (section 2.1.14). | -| [Reserved](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved) { get; set; } | Gets or sets a 16-bit unsigned integer that MUST be 0x0000 and MUST be ignored | -| [Valid](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid) { get; } | Gets a value indicating whether this [`EmfHeaderObject`](../emfheaderobject) is valid. | -| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version) { get; set; } | Gets or sets Version (4 bytes): A 32-bit unsigned integer that specifies EMF metafile interoperability. This SHOULD be 0x00010000 | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangular inclusive-inclusive bounds in device units of the smallest rectangle that can be drawn around the image stored in the metafile | +| [Bytes](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the size of the metafile, in bytes. | +| [Device](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device/) { get; set; } | Gets or sets a WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the size of the reference device, in pixels | +| [Frame](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame/) { get; set; } | Gets or sets a WMF RectL object that specifies the rectangular inclusive-inclusive dimensions, in .01 millimeter units, of a rectangle that surrounds the image stored in the metafile | +| [Handles](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the number of graphics objects that will be used during the processing of the metafile | +| [Millimeters](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters/) { get; set; } | Gets or sets a WMF SizeL object that specifies the size of the reference device, in millimeters | +| [NDesription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of characters in the array that contains the description of the metafile's contents. This is zero if there is no description string. | +| [NPalEntries](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries in the metafile palette. The palette is located in the EMR_EOF record | +| [OffDescription](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the offset from the beginning of this record to the array that contains the description of the metafile's contents | +| [Records](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of records in the metafile | +| [RecordSignature](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the record signature. This MUST be ENHMETA_SIGNATURE, from the FormatSignature enumeration (section 2.1.14). | +| [Reserved](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved/) { get; set; } | Gets or sets a 16-bit unsigned integer that MUST be 0x0000 and MUST be ignored | +| [Valid](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid/) { get; } | Gets a value indicating whether this `EmfHeaderObject` is valid. | +| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version/) { get; set; } | Gets or sets Version (4 bytes): A 32-bit unsigned integer that specifies EMF metafile interoperability. This SHOULD be 0x00010000 | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds/_index.md index 8e5d63f81701..6ccaed7eea01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfHeaderObject.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that specifies the rectangular inclusiveinclusive bounds in device units of the smallest rectangle that can be drawn around the image stored in the metafile type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes/_index.md index 2e3c3553dce5..8c6b0ad02ad3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes/_index.md @@ -1,7 +1,7 @@ --- -title: Bytes +title: EmfHeaderObject.Bytes second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets 32bit unsigned integer that specifies the size of the metafile in bytes type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/bytes/ @@ -16,8 +16,8 @@ public int Bytes { get; set; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device/_index.md index a1ac2f4fb943..0e4dc3a80e91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device/_index.md @@ -1,7 +1,7 @@ --- -title: Device +title: EmfHeaderObject.Device second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a WMF SizeL object MSWMF section 2.2.2.22 that specifies the size of the reference device in pixels type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/device/ @@ -16,9 +16,9 @@ public Size Device { get; set; } ### See Also -* struct [Size](../../../aspose.imaging/size) -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* struct [Size](../../../aspose.imaging/size/) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/emfheaderobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/emfheaderobject/_index.md index 92213bcf62ab..4b78d6eba03b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/emfheaderobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/emfheaderobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderObject +title: EmfHeaderObject.EmfHeaderObject second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/emfheaderobject/ @@ -16,8 +16,8 @@ public EmfHeaderObject() ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame/_index.md index 885c1c933b2c..a239657bfa83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame/_index.md @@ -1,7 +1,7 @@ --- -title: Frame +title: EmfHeaderObject.Frame second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a WMF RectL object that specifies the rectangular inclusiveinclusive dimensions in .01 millimeter units of a rectangle that surrounds the image stored in the metafile type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/frame/ @@ -16,9 +16,9 @@ public Rectangle Frame { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles/_index.md index 7ac231f009df..f51765fa98bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles/_index.md @@ -1,7 +1,7 @@ --- -title: Handles +title: EmfHeaderObject.Handles second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a 16bit unsigned integer that specifies the number of graphics objects that will be used during the processing of the metafile type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/handles/ @@ -16,8 +16,8 @@ public short Handles { get; set; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters/_index.md index 5f07f62891a8..2cfa73a507d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters/_index.md @@ -1,7 +1,7 @@ --- -title: Millimeters +title: EmfHeaderObject.Millimeters second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a WMF SizeL object that specifies the size of the reference device in millimeters type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/millimeters/ @@ -16,9 +16,9 @@ public Size Millimeters { get; set; } ### See Also -* struct [Size](../../../aspose.imaging/size) -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* struct [Size](../../../aspose.imaging/size/) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription/_index.md index 08d57b0f15eb..8768511c6ede 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription/_index.md @@ -1,7 +1,7 @@ --- -title: NDesription +title: EmfHeaderObject.NDesription second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a 32bit unsigned integer that specifies the number of characters in the array that contains the description of the metafiles contents. This is zero if there is no description string type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/ndesription/ @@ -16,8 +16,8 @@ public int NDesription { get; set; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries/_index.md index 3322f79af9d5..0ad44057efc2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries/_index.md @@ -1,7 +1,7 @@ --- -title: NPalEntries +title: EmfHeaderObject.NPalEntries second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a 32bit unsigned integer that specifies the number of entries in the metafile palette. The palette is located in the EMR_EOF record type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/npalentries/ @@ -16,8 +16,8 @@ public int NPalEntries { get; set; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription/_index.md index 314d85be9936..1de2a7093290 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription/_index.md @@ -1,7 +1,7 @@ --- -title: OffDescription +title: EmfHeaderObject.OffDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a 32bit unsigned integer that specifies the offset from the beginning of this record to the array that contains the description of the metafiles contents type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/offdescription/ @@ -16,8 +16,8 @@ public int OffDescription { get; set; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records/_index.md index 755bdad23045..dbd31abff7bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records/_index.md @@ -1,7 +1,7 @@ --- -title: Records +title: EmfHeaderObject.Records second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a 32bit unsigned integer that specifies the number of records in the metafile type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/records/ @@ -16,8 +16,8 @@ public int Records { get; set; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature/_index.md index 11adb6282422..a31d4f812210 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature/_index.md @@ -1,7 +1,7 @@ --- -title: RecordSignature +title: EmfHeaderObject.RecordSignature second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a 32bit unsigned integer that specifies the record signature. This MUST be ENHMETA_SIGNATURE from the FormatSignature enumeration section 2.1.14 type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/recordsignature/ @@ -16,9 +16,9 @@ public EmfFormatSignature RecordSignature { get; set; } ### See Also -* enum [EmfFormatSignature](../../../aspose.imaging.fileformats.emf.emf.consts/emfformatsignature) -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* enum [EmfFormatSignature](../../../aspose.imaging.fileformats.emf.emf.consts/emfformatsignature/) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved/_index.md index 36d4df93d87a..fa66e7eccce4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: EmfHeaderObject.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets a 16bit unsigned integer that MUST be 0x0000 and MUST be ignored type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/reserved/ @@ -16,8 +16,8 @@ public short Reserved { get; set; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid/_index.md index 01e0d5bbe6b4..ad0bb0a9055e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid/_index.md @@ -1,14 +1,14 @@ --- -title: Valid +title: EmfHeaderObject.Valid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets a value indicating whether this EmfHeaderObject is valid type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/valid/ --- ## EmfHeaderObject.Valid property -Gets a value indicating whether this [`EmfHeaderObject`](../../emfheaderobject) is valid. +Gets a value indicating whether this [`EmfHeaderObject`](../) is valid. ```csharp public bool Valid { get; } @@ -20,8 +20,8 @@ public bool Valid { get; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version/_index.md index 6b7176f44283..e997ff151a0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: EmfHeaderObject.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfHeaderObject property. Gets or sets Version 4 bytes A 32bit unsigned integer that specifies EMF metafile interoperability. This SHOULD be 0x00010000 type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/version/ @@ -16,8 +16,8 @@ public int Version { get; set; } ### See Also -* class [EmfHeaderObject](../../emfheaderobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject) +* class [EmfHeaderObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfheaderobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/_index.md index a06fc0410ffd..50658d99c96c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogBrushEx +title: Class EmfLogBrushEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogBrushEx class. The LogBrushEx object defines the style color and pattern of a deviceindependent brush type: docs weight: 3030 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/ @@ -18,20 +18,20 @@ public sealed class EmfLogBrushEx : EmfObject | Name | Description | | --- | --- | -| [EmfLogBrushEx](emflogbrushex)() | The default constructor. | +| [EmfLogBrushEx](emflogbrushex/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Argb32ColorRef](../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/argb32colorref) { get; set; } | Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies a color. The interpretation of this field depends on the value of BrushStyle, as explained in the following table. | -| [BrushHatch](../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushhatch) { get; set; } | Gets or sets a 32-bit unsigned field that contains the brush hatch data. Its interpretation depends on the value of BrushStyle, | -| [BrushStyle](../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushstyle) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush style. The value MUST be an enumeration from WMF BrushStyle enumeration ([MS-WMF] section 2.1.1.4). The style values that are supported in this structure are listed later in this section. The BS_NULL style SHOULD be used to specify a brush that has no effect. | +| [Argb32ColorRef](../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/argb32colorref/) { get; set; } | Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies a color. The interpretation of this field depends on the value of BrushStyle, as explained in the following table. | +| [BrushHatch](../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushhatch/) { get; set; } | Gets or sets a 32-bit unsigned field that contains the brush hatch data. Its interpretation depends on the value of BrushStyle, | +| [BrushStyle](../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushstyle/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush style. The value MUST be an enumeration from WMF BrushStyle enumeration ([MS-WMF] section 2.1.1.4). The style values that are supported in this structure are listed later in this section. The BS_NULL style SHOULD be used to specify a brush that has no effect. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/argb32colorref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/argb32colorref/_index.md index 5edb3792d0ad..0938027611a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/argb32colorref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/argb32colorref/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32ColorRef +title: EmfLogBrushEx.Argb32ColorRef second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogBrushEx property. Gets or sets a 32bit WMF ColorRef object MSWMF section 2.2.2.8 that specifies a color. The interpretation of this field depends on the value of BrushStyle as explained in the following table type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/argb32colorref/ @@ -20,8 +20,8 @@ The 32-bit ARGB color ### See Also -* class [EmfLogBrushEx](../../emflogbrushex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogbrushex) +* class [EmfLogBrushEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogbrushex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushhatch/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushhatch/_index.md index d537dff84730..5aede25b88c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushhatch/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushhatch/_index.md @@ -1,7 +1,7 @@ --- -title: BrushHatch +title: EmfLogBrushEx.BrushHatch second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogBrushEx property. Gets or sets a 32bit unsigned field that contains the brush hatch data. Its interpretation depends on the value of BrushStyle type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushhatch/ @@ -16,9 +16,9 @@ public EmfHatchStyle BrushHatch { get; set; } ### See Also -* enum [EmfHatchStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle) -* class [EmfLogBrushEx](../../emflogbrushex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogbrushex) +* enum [EmfHatchStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle/) +* class [EmfLogBrushEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogbrushex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushstyle/_index.md index 232fb5524da2..0e1fddb0e11c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: BrushStyle +title: EmfLogBrushEx.BrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogBrushEx property. Gets or sets a 32bit unsigned integer that specifies the brush style. The value MUST be an enumeration from WMF BrushStyle enumeration MSWMF section 2.1.1.4. The style values that are supported in this structure are listed later in this section. The BS_NULL style SHOULD be used to specify a brush that has no effect type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/brushstyle/ @@ -16,9 +16,9 @@ public WmfBrushStyle BrushStyle { get; set; } ### See Also -* enum [WmfBrushStyle](../../../aspose.imaging.fileformats.wmf.consts/wmfbrushstyle) -* class [EmfLogBrushEx](../../emflogbrushex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogbrushex) +* enum [WmfBrushStyle](../../../aspose.imaging.fileformats.wmf.consts/wmfbrushstyle/) +* class [EmfLogBrushEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogbrushex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/emflogbrushex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/emflogbrushex/_index.md index 1f4775276368..df56682eca27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/emflogbrushex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/emflogbrushex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogBrushEx +title: EmfLogBrushEx.EmfLogBrushEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogBrushEx constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/emflogbrushex/ @@ -16,8 +16,8 @@ public EmfLogBrushEx() ### See Also -* class [EmfLogBrushEx](../../emflogbrushex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogbrushex) +* class [EmfLogBrushEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogbrushex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/_index.md index 0f71667e4638..8b9674c1e917 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogFont +title: Class EmfLogFont second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogFont class. The LogFont object specifies the basic attributes of a logical font type: docs weight: 3040 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/ @@ -18,31 +18,31 @@ public class EmfLogFont : EmfObject | Name | Description | | --- | --- | -| [EmfLogFont](emflogfont)() | The default constructor. | +| [EmfLogFont](emflogfont/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CharSet](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font. | -| [ClipPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags | -| [Escapement](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the baseline of a row of text. | -| [Facename](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename) { get; set; } | Gets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [Height](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/height) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font's character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner. | -| [Italic](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Orientation](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between each character's baseline and the x-axis of the device. | -| [OutPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height, width, character orientation, escapement, pitch, and font type. It MUST be a value from the WMF OutPrecision enumeration | -| [PitchAndFamily](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily) { get; set; } | Gets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available. | -| [Quality](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logical-font attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF] section 2.1.1.10). | -| [Strikeout](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Underline](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight) { get; set; } | Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used. | -| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/width) { get; set; } | Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer's intended aspect ratio | +| [CharSet](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font. | +| [ClipPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags | +| [Escapement](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the baseline of a row of text. | +| [Facename](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/) { get; set; } | Gets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [Height](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font's character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner. | +| [Italic](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Orientation](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between each character's baseline and the x-axis of the device. | +| [OutPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height, width, character orientation, escapement, pitch, and font type. It MUST be a value from the WMF OutPrecision enumeration | +| [PitchAndFamily](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/) { get; set; } | Gets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available. | +| [Quality](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logical-font attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF] section 2.1.1.10). | +| [Strikeout](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Underline](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used. | +| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer's intended aspect ratio | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/_index.md index 889388b43968..c5a825a69b9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/_index.md @@ -1,7 +1,7 @@ --- -title: CharSet +title: EmfLogFont.CharSet second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets an 8bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration MSWMF section 2.1.1.5. If the character set is unknown metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/ @@ -16,9 +16,9 @@ public WmfCharacterSet CharSet { get; set; } ### See Also -* enum [WmfCharacterSet](../../../aspose.imaging.fileformats.wmf.consts/wmfcharacterset) -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* enum [WmfCharacterSet](../../../aspose.imaging.fileformats.wmf.consts/wmfcharacterset/) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/_index.md index 476302451b45..3c3443963399 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/_index.md @@ -1,7 +1,7 @@ --- -title: ClipPrecision +title: EmfLogFont.ClipPrecision second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets an 8bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/ @@ -16,9 +16,9 @@ public WmfClipPrecisionFlags ClipPrecision { get; set; } ### See Also -* enum [WmfClipPrecisionFlags](../../../aspose.imaging.fileformats.wmf.consts/wmfclipprecisionflags) -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* enum [WmfClipPrecisionFlags](../../../aspose.imaging.fileformats.wmf.consts/wmfclipprecisionflags/) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/emflogfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/emflogfont/_index.md index 4516b96ec76a..03aba69047c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/emflogfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/emflogfont/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogFont +title: EmfLogFont.EmfLogFont second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/emflogfont/ @@ -16,8 +16,8 @@ public EmfLogFont() ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/_index.md index d6aad229b10a..af5b21a708fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/_index.md @@ -1,7 +1,7 @@ --- -title: Escapement +title: EmfLogFont.Escapement second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets a 32bit signed integer that specifies the angle in tenths of degrees between the escapement vector and the xaxis of the device. The escapement vector is parallel to the baseline of a row of text type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/ @@ -16,8 +16,8 @@ public int Escapement { get; set; } ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/_index.md index 2c23e00dc7b0..27aebe7ece58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/_index.md @@ -1,7 +1,7 @@ --- -title: Facename +title: EmfLogFont.Facename second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets a Facename 64 bytes A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters a terminating NULL MUST be present after which the remainder of this field MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/ @@ -16,8 +16,8 @@ public string Facename { get; set; } ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/_index.md index fe9387e4d22e..5719d4f751a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: EmfLogFont.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets a 32bit signed integer that specifies the height in logical units of the fonts character cell or character. The character height value also known as the em size is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/ @@ -16,8 +16,8 @@ public int Height { get; set; } ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/_index.md index 99eb4cc9d76a..505664eba9d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/_index.md @@ -1,7 +1,7 @@ --- -title: Italic +title: EmfLogFont.Italic second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets an 8bit unsigned integer that specifies an italic font if set to 0x01 otherwise it MUST be set to 0x00 type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/ @@ -16,8 +16,8 @@ public byte Italic { get; set; } ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/_index.md index 8f13aa49c7a0..f911d6d6aa19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/_index.md @@ -1,7 +1,7 @@ --- -title: Orientation +title: EmfLogFont.Orientation second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets a 32bit signed integer that specifies the angle in tenths of degrees between each characters baseline and the xaxis of the device type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/ @@ -16,8 +16,8 @@ public int Orientation { get; set; } ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/_index.md index 44f455cdaa13..afd51a3b57ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/_index.md @@ -1,7 +1,7 @@ --- -title: OutPrecision +title: EmfLogFont.OutPrecision second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets an 8bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height width character orientation escapement pitch and font type. It MUST be a value from the WMF OutPrecision enumeration type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/ @@ -16,9 +16,9 @@ public WmfOutPrecision OutPrecision { get; set; } ### See Also -* enum [WmfOutPrecision](../../../aspose.imaging.fileformats.wmf.consts/wmfoutprecision) -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* enum [WmfOutPrecision](../../../aspose.imaging.fileformats.wmf.consts/wmfoutprecision/) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/_index.md index 5fd604343a16..c082f6741ea8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/_index.md @@ -1,7 +1,7 @@ --- -title: PitchAndFamily +title: EmfLogFont.PitchAndFamily second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets a WMF PitchAndFamily object MSWMF section 2.2.2.14 that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/ @@ -16,9 +16,9 @@ public WmfPitchAndFamily PitchAndFamily { get; set; } ### See Also -* struct [WmfPitchAndFamily](../../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily) -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* struct [WmfPitchAndFamily](../../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/_index.md index 251487ac6e0f..408c3b951a78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/_index.md @@ -1,7 +1,7 @@ --- -title: Quality +title: EmfLogFont.Quality second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets an 8bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logicalfont attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration MSWMF section 2.1.1.10 type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/ @@ -16,9 +16,9 @@ public WmfFontQuality Quality { get; set; } ### See Also -* enum [WmfFontQuality](../../../aspose.imaging.fileformats.wmf.consts/wmffontquality) -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* enum [WmfFontQuality](../../../aspose.imaging.fileformats.wmf.consts/wmffontquality/) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/_index.md index f831a7608baf..45958689b40c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/_index.md @@ -1,7 +1,7 @@ --- -title: Strikeout +title: EmfLogFont.Strikeout second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets an 8bit unsigned integer that specifies a strikeout font if set to 0x01 otherwise it MUST be set to 0x00 type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/ @@ -16,8 +16,8 @@ public byte Strikeout { get; set; } ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/_index.md index e77ecae74e85..84a5b5abbfca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/_index.md @@ -1,7 +1,7 @@ --- -title: Underline +title: EmfLogFont.Underline second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets an 8bit unsigned integer that specifies an underlined font if set to 0x01 otherwise it MUST be set to 0x00 type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/ @@ -16,8 +16,8 @@ public byte Underline { get; set; } ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/_index.md index ea39d7f23deb..0b54af285d35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/_index.md @@ -1,7 +1,7 @@ --- -title: Weight +title: EmfLogFont.Weight second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets a 32bit signed integer that specifies the weight of the font in the range zero through 1000. For example 400 is normal and 700 is bold. If this value is zero a default weight can be used type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/ @@ -16,9 +16,9 @@ public EmfLogFontWeight Weight { get; set; } ### See Also -* enum [EmfLogFontWeight](../../../aspose.imaging.fileformats.emf.emf.consts/emflogfontweight) -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* enum [EmfLogFontWeight](../../../aspose.imaging.fileformats.emf.emf.consts/emflogfontweight/) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/_index.md index 0ea5baece490..b65610a7d74a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: EmfLogFont.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFont property. Gets or sets a 32bit signed integer that specifies the average width in logical units of characters in the font. If the Width field value is zero an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographers intended aspect ratio type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/ @@ -16,8 +16,8 @@ public int Width { get; set; } ### See Also -* class [EmfLogFont](../../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont) +* class [EmfLogFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/_index.md index 9a61a03291d2..6f3c6de5866e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogFontEx +title: Class EmfLogFontEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogFontEx class. The LogFontEx object specifies the extended attributes of a logical font type: docs weight: 3050 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/ @@ -18,34 +18,34 @@ public class EmfLogFontEx : EmfLogFont | Name | Description | | --- | --- | -| [EmfLogFontEx](emflogfontex)(EmfLogFont) | Initializes a new instance of the [`EmfLogFontEx`](../emflogfontex) class. | +| [EmfLogFontEx](emflogfontex/)(EmfLogFont) | Initializes a new instance of the `EmfLogFontEx` class. | ## Properties | Name | Description | | --- | --- | -| [CharSet](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font. | -| [ClipPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags | -| [Escapement](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the baseline of a row of text. | -| [Facename](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename) { get; set; } | Gets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [FullName](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname) { get; set; } | Gets or sets a string of 64 Unicode characters that contains the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [Height](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/height) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font's character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner. | -| [Italic](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Orientation](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between each character's baseline and the x-axis of the device. | -| [OutPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height, width, character orientation, escapement, pitch, and font type. It MUST be a value from the WMF OutPrecision enumeration | -| [PitchAndFamily](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily) { get; set; } | Gets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available. | -| [Quality](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logical-font attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF] section 2.1.1.10). | -| [Script](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [Strikeout](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Style](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [Underline](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight) { get; set; } | Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used. | -| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/width) { get; set; } | Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer's intended aspect ratio | +| [CharSet](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font. | +| [ClipPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags | +| [Escapement](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the baseline of a row of text. | +| [Facename](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/) { get; set; } | Gets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [FullName](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname/) { get; set; } | Gets or sets a string of 64 Unicode characters that contains the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [Height](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font's character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner. | +| [Italic](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Orientation](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between each character's baseline and the x-axis of the device. | +| [OutPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height, width, character orientation, escapement, pitch, and font type. It MUST be a value from the WMF OutPrecision enumeration | +| [PitchAndFamily](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/) { get; set; } | Gets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available. | +| [Quality](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logical-font attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF] section 2.1.1.10). | +| [Script](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script/) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [Strikeout](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Style](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style/) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [Underline](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used. | +| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer's intended aspect ratio | ### See Also -* class [EmfLogFont](../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfLogFont](../emflogfont/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/emflogfontex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/emflogfontex/_index.md index c5a85078c92f..a50130a097d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/emflogfontex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/emflogfontex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfLogFontEx +title: EmfLogFontEx.EmfLogFontEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontEx constructor. Initializes a new instance of the EmfLogFontEx class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/emflogfontex/ --- ## EmfLogFontEx constructor -Initializes a new instance of the [`EmfLogFontEx`](../../emflogfontex) class. +Initializes a new instance of the [`EmfLogFontEx`](../) class. ```csharp public EmfLogFontEx(EmfLogFont emfLogFont) @@ -20,9 +20,9 @@ public EmfLogFontEx(EmfLogFont emfLogFont) ### See Also -* class [EmfLogFont](../../emflogfont) -* class [EmfLogFontEx](../../emflogfontex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontex) +* class [EmfLogFont](../../emflogfont/) +* class [EmfLogFontEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname/_index.md index 477520f95241..747620d9dc17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname/_index.md @@ -1,7 +1,7 @@ --- -title: FullName +title: EmfLogFontEx.FullName second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontEx property. Gets or sets a string of 64 Unicode characters that contains the fonts full name. If the length of this string is less than 64 characters a terminating NULL MUST be present after which the remainder of this field MUST be ignored type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname/ @@ -16,8 +16,8 @@ public string FullName { get; set; } ### See Also -* class [EmfLogFontEx](../../emflogfontex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontex) +* class [EmfLogFontEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script/_index.md index 9a19bb874dec..71e2f9c90958 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script/_index.md @@ -1,7 +1,7 @@ --- -title: Script +title: EmfLogFontEx.Script second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontEx property. Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters a terminating NULL MUST be present after which the remainder of this field MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script/ @@ -16,8 +16,8 @@ public string Script { get; set; } ### See Also -* class [EmfLogFontEx](../../emflogfontex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontex) +* class [EmfLogFontEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style/_index.md index 6b28ed7130b1..2f773da66e53 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style/_index.md @@ -1,7 +1,7 @@ --- -title: Style +title: EmfLogFontEx.Style second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontEx property. Gets or sets a string of 32 Unicode characters that defines the fonts style. If the length of this string is less than 32 characters a terminating NULL MUST be present after which the remainder of this field MUST be ignored type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style/ @@ -16,8 +16,8 @@ public string Style { get; set; } ### See Also -* class [EmfLogFontEx](../../emflogfontex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontex) +* class [EmfLogFontEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/_index.md index 6d84bc48cf7c..6e244ba77cc7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogFontExDv +title: Class EmfLogFontExDv second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogFontExDv class. The LogFontExDv object specifies the design vector for an extended logical font type: docs weight: 3060 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/ @@ -18,35 +18,35 @@ public sealed class EmfLogFontExDv : EmfLogFontEx | Name | Description | | --- | --- | -| [EmfLogFontExDv](emflogfontexdv)(EmfLogFontEx) | Initializes a new instance of the [`EmfLogFontExDv`](../emflogfontexdv) class. | +| [EmfLogFontExDv](emflogfontexdv/)(EmfLogFontEx) | Initializes a new instance of the `EmfLogFontExDv` class. | ## Properties | Name | Description | | --- | --- | -| [CharSet](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font. | -| [ClipPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags | -| [DesignVector](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/designvector) { get; set; } | Gets or sets a DesignVector object (section 2.2.3). This field MUST NOT be longer than 72 bytes. | -| [Escapement](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the baseline of a row of text. | -| [Facename](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename) { get; set; } | Gets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [FullName](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname) { get; set; } | Gets or sets a string of 64 Unicode characters that contains the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [Height](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/height) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font's character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner. | -| [Italic](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Orientation](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between each character's baseline and the x-axis of the device. | -| [OutPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height, width, character orientation, escapement, pitch, and font type. It MUST be a value from the WMF OutPrecision enumeration | -| [PitchAndFamily](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily) { get; set; } | Gets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available. | -| [Quality](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logical-font attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF] section 2.1.1.10). | -| [Script](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [Strikeout](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Style](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [Underline](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight) { get; set; } | Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used. | -| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/width) { get; set; } | Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer's intended aspect ratio | +| [CharSet](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font. | +| [ClipPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags | +| [DesignVector](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/designvector/) { get; set; } | Gets or sets a DesignVector object (section 2.2.3). This field MUST NOT be longer than 72 bytes. | +| [Escapement](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the baseline of a row of text. | +| [Facename](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/) { get; set; } | Gets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [FullName](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/fullname/) { get; set; } | Gets or sets a string of 64 Unicode characters that contains the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [Height](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font's character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner. | +| [Italic](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Orientation](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between each character's baseline and the x-axis of the device. | +| [OutPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height, width, character orientation, escapement, pitch, and font type. It MUST be a value from the WMF OutPrecision enumeration | +| [PitchAndFamily](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/) { get; set; } | Gets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available. | +| [Quality](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logical-font attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF] section 2.1.1.10). | +| [Script](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/script/) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [Strikeout](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Style](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontex/style/) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [Underline](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used. | +| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer's intended aspect ratio | ### See Also -* class [EmfLogFontEx](../emflogfontex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfLogFontEx](../emflogfontex/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/designvector/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/designvector/_index.md index e6832921e5f1..09d31435d63d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/designvector/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/designvector/_index.md @@ -1,7 +1,7 @@ --- -title: DesignVector +title: EmfLogFontExDv.DesignVector second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontExDv property. Gets or sets a DesignVector object section 2.2.3. This field MUST NOT be longer than 72 bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/designvector/ @@ -20,9 +20,9 @@ The design vector. ### See Also -* class [EmfDesignVector](../../emfdesignvector) -* class [EmfLogFontExDv](../../emflogfontexdv) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontexdv) +* class [EmfDesignVector](../../emfdesignvector/) +* class [EmfLogFontExDv](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontexdv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/emflogfontexdv/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/emflogfontexdv/_index.md index 8768a3e55f99..d08541638ab3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/emflogfontexdv/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/emflogfontexdv/_index.md @@ -1,14 +1,14 @@ --- -title: EmfLogFontExDv +title: EmfLogFontExDv.EmfLogFontExDv second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontExDv constructor. Initializes a new instance of the EmfLogFontExDv class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontexdv/emflogfontexdv/ --- ## EmfLogFontExDv constructor -Initializes a new instance of the [`EmfLogFontExDv`](../../emflogfontexdv) class. +Initializes a new instance of the [`EmfLogFontExDv`](../) class. ```csharp public EmfLogFontExDv(EmfLogFontEx emfLogFontEx) @@ -20,9 +20,9 @@ public EmfLogFontExDv(EmfLogFontEx emfLogFontEx) ### See Also -* class [EmfLogFontEx](../../emflogfontex) -* class [EmfLogFontExDv](../../emflogfontexdv) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontexdv) +* class [EmfLogFontEx](../../emflogfontex/) +* class [EmfLogFontExDv](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontexdv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/_index.md index fea77bfc72a4..519aaafcde04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogFontPanose +title: Class EmfLogFontPanose second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogFontPanose class. The LogFontPanose object specifies the PANOSE characteristics of a logical font type: docs weight: 3070 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/ @@ -18,40 +18,40 @@ public sealed class EmfLogFontPanose : EmfLogFont | Name | Description | | --- | --- | -| [EmfLogFontPanose](emflogfontpanose)(EmfLogFont) | Initializes a new instance of the [`EmfLogFontPanose`](../emflogfontpanose) class. | +| [EmfLogFontPanose](emflogfontpanose/)(EmfLogFont) | Initializes a new instance of the `EmfLogFontPanose` class. | ## Properties | Name | Description | | --- | --- | -| [CharSet](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font. | -| [ClipPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags | -| [Culture](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/culture) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST be set to zero and MUST be ignored. | -| [Escapement](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the baseline of a row of text. | -| [Facename](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename) { get; set; } | Gets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [FullName](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/fullname) { get; set; } | Gets or sets a string of 64 Unicode characters that defines the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [Height](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/height) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font's character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner. | -| [Italic](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Match](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/match) { get; set; } | Gets or sets This field MUST be ignored. | -| [Orientation](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between each character's baseline and the x-axis of the device. | -| [OutPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height, width, character orientation, escapement, pitch, and font type. It MUST be a value from the WMF OutPrecision enumeration | -| [Padding](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/padding) { get; set; } | Gets or sets a field that exists only to ensure 32-bit alignment of this structure. It MUST be ignored | -| [Panose](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/panose) { get; set; } | Gets or sets a Panose object (section 2.2.21) that specifies the PANOSE characteristics of the logical font. If all fields of this object are zero, it MUST be ignored. | -| [PitchAndFamily](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily) { get; set; } | Gets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available. | -| [Quality](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logical-font attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF] section 2.1.1.10). | -| [Strikeout](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [Style](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/style) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | -| [StyleSize](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/stylesize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the point size at which font hinting is performed. If set to zero, font hinting is performed at the point size corresponding to the Height field in the LogFont object in the LogFont field | -| [Underline](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01; otherwise, it MUST be set to 0x00. | -| [VendorId](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/vendorid) { get; set; } | Gets or sets This field MUST be ignored. | -| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/version) { get; set; } | Gets or sets This field MUST be ignored. | -| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight) { get; set; } | Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used. | -| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/width) { get; set; } | Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer's intended aspect ratio | +| [CharSet](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/charset/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret strings that are rendered with that font. | +| [ClipPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/clipprecision/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the clipping precision. The clipping precision defines how to clip characters that are partially outside the clipping region. It can be one or more of the WMF ClipPrecision Flags | +| [Culture](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/culture/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST be set to zero and MUST be ignored. | +| [Escapement](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/escapement/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the baseline of a row of text. | +| [Facename](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/facename/) { get; set; } | Gets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the typeface name of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [FullName](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/fullname/) { get; set; } | Gets or sets a string of 64 Unicode characters that defines the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [Height](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/height/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font's character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner. | +| [Italic](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/italic/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Match](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/match/) { get; set; } | Gets or sets This field MUST be ignored. | +| [Orientation](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/orientation/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees, between each character's baseline and the x-axis of the device. | +| [OutPrecision](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/outprecision/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output precision. The output precision defines how closely the font is required to match the requested height, width, character orientation, escapement, pitch, and font type. It MUST be a value from the WMF OutPrecision enumeration | +| [Padding](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/padding/) { get; set; } | Gets or sets a field that exists only to ensure 32-bit alignment of this structure. It MUST be ignored | +| [Panose](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/panose/) { get; set; } | Gets or sets a Panose object (section 2.2.21) that specifies the PANOSE characteristics of the logical font. If all fields of this object are zero, it MUST be ignored. | +| [PitchAndFamily](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/pitchandfamily/) { get; set; } | Gets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that specifies the pitch and family of the font. Font families describe the look of a font in a general way. They are intended for specifying a font when the specified typeface is not available. | +| [Quality](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/quality/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the output quality. The output quality defines how closely to attempt to match the logical-font attributes to those of an actual physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF] section 2.1.1.10). | +| [Strikeout](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/strikeout/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [Style](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/style/) { get; set; } | Gets or sets a string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored. | +| [StyleSize](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/stylesize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the point size at which font hinting is performed. If set to zero, font hinting is performed at the point size corresponding to the Height field in the LogFont object in the LogFont field | +| [Underline](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/underline/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01; otherwise, it MUST be set to 0x00. | +| [VendorId](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/vendorid/) { get; set; } | Gets or sets This field MUST be ignored. | +| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/version/) { get; set; } | Gets or sets This field MUST be ignored. | +| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/weight/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used. | +| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/width/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer's intended aspect ratio | ### See Also -* class [EmfLogFont](../emflogfont) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfLogFont](../emflogfont/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/culture/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/culture/_index.md index dbbbdf77a81b..a44cc6cb6568 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/culture/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/culture/_index.md @@ -1,7 +1,7 @@ --- -title: Culture +title: EmfLogFontPanose.Culture second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets a 32bit unsigned integer that MUST be set to zero and MUST be ignored type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/culture/ @@ -16,8 +16,8 @@ public int Culture { get; set; } ### See Also -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/emflogfontpanose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/emflogfontpanose/_index.md index f751e23a3e77..595a0a8d4d55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/emflogfontpanose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/emflogfontpanose/_index.md @@ -1,14 +1,14 @@ --- -title: EmfLogFontPanose +title: EmfLogFontPanose.EmfLogFontPanose second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose constructor. Initializes a new instance of the EmfLogFontPanose class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/emflogfontpanose/ --- ## EmfLogFontPanose constructor -Initializes a new instance of the [`EmfLogFontPanose`](../../emflogfontpanose) class. +Initializes a new instance of the [`EmfLogFontPanose`](../) class. ```csharp public EmfLogFontPanose(EmfLogFont emfLogFont) @@ -20,9 +20,9 @@ public EmfLogFontPanose(EmfLogFont emfLogFont) ### See Also -* class [EmfLogFont](../../emflogfont) -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFont](../../emflogfont/) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/fullname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/fullname/_index.md index 7f251ddb625e..e40b3fe0a704 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/fullname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/fullname/_index.md @@ -1,7 +1,7 @@ --- -title: FullName +title: EmfLogFontPanose.FullName second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets a string of 64 Unicode characters that defines the fonts full name. If the length of this string is less than 64 characters a terminating NULL MUST be present after which the remainder of this field MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/fullname/ @@ -16,8 +16,8 @@ public string FullName { get; set; } ### See Also -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/match/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/match/_index.md index 6b105e31f047..9a060a2a710d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/match/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/match/_index.md @@ -1,7 +1,7 @@ --- -title: Match +title: EmfLogFontPanose.Match second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets This field MUST be ignored type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/match/ @@ -16,8 +16,8 @@ public int Match { get; set; } ### See Also -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/padding/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/padding/_index.md index de5a82cc97ce..a997060dce6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/padding/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/padding/_index.md @@ -1,7 +1,7 @@ --- -title: Padding +title: EmfLogFontPanose.Padding second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets a field that exists only to ensure 32bit alignment of this structure. It MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/padding/ @@ -16,8 +16,8 @@ public short Padding { get; set; } ### See Also -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/panose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/panose/_index.md index 8519cdcc7a16..950907dda235 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/panose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/panose/_index.md @@ -1,7 +1,7 @@ --- -title: Panose +title: EmfLogFontPanose.Panose second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets a Panose object section 2.2.21 that specifies the PANOSE characteristics of the logical font. If all fields of this object are zero it MUST be ignored type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/panose/ @@ -16,9 +16,9 @@ public EmfPanose Panose { get; set; } ### See Also -* class [EmfPanose](../../emfpanose) -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfPanose](../../emfpanose/) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/style/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/style/_index.md index 662d537511d3..587b2aa2f3a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/style/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/style/_index.md @@ -1,7 +1,7 @@ --- -title: Style +title: EmfLogFontPanose.Style second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets a string of 32 Unicode characters that defines the fonts style. If the length of this string is less than 32 characters a terminating NULL MUST be present after which the remainder of this field MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/style/ @@ -16,8 +16,8 @@ public string Style { get; set; } ### See Also -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/stylesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/stylesize/_index.md index 194cc3c83af7..0fcf8a385fa3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/stylesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/stylesize/_index.md @@ -1,7 +1,7 @@ --- -title: StyleSize +title: EmfLogFontPanose.StyleSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets a 32bit unsigned integer that specifies the point size at which font hinting is performed. If set to zero font hinting is performed at the point size corresponding to the Height field in the LogFont object in the LogFont field type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/stylesize/ @@ -16,8 +16,8 @@ public int StyleSize { get; set; } ### See Also -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/vendorid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/vendorid/_index.md index 64b8c407a299..cd7026eb4816 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/vendorid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/vendorid/_index.md @@ -1,7 +1,7 @@ --- -title: VendorId +title: EmfLogFontPanose.VendorId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets This field MUST be ignored type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/vendorid/ @@ -16,8 +16,8 @@ public int VendorId { get; set; } ### See Also -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/version/_index.md index 14b61974cd49..0f2fdc84140b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: EmfLogFontPanose.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogFontPanose property. Gets or sets This field MUST be ignored type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogfontpanose/version/ @@ -16,8 +16,8 @@ public int Version { get; set; } ### See Also -* class [EmfLogFontPanose](../../emflogfontpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose) +* class [EmfLogFontPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogfontpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/_index.md index 1d41a1052967..feb2edf3e6d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogPalette +title: Class EmfLogPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogPalette class. The LogPalette object specifies a logical_palette that contains deviceindependent color definitions type: docs weight: 3080 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/ @@ -18,19 +18,19 @@ public sealed class EmfLogPalette : EmfObject | Name | Description | | --- | --- | -| [EmfLogPalette](emflogpalette)() | The default constructor. | +| [EmfLogPalette](emflogpalette/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [PaletteArgb32Entries](../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette/paletteargb32entries) { get; set; } | Gets or sets an array of 32-bit ARGB colors. | -| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette/version) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the version number of the system. This MUST be 0x0300. | +| [PaletteArgb32Entries](../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette/paletteargb32entries/) { get; set; } | Gets or sets an array of 32-bit ARGB colors. | +| [Version](../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette/version/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the version number of the system. This MUST be 0x0300. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/emflogpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/emflogpalette/_index.md index f289a2cf1ae0..b3c77542956b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/emflogpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/emflogpalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogPalette +title: EmfLogPalette.EmfLogPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/emflogpalette/ @@ -16,8 +16,8 @@ public EmfLogPalette() ### See Also -* class [EmfLogPalette](../../emflogpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpalette) +* class [EmfLogPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/paletteargb32entries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/paletteargb32entries/_index.md index 24b2286bd5d7..e2359e4aa66d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/paletteargb32entries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/paletteargb32entries/_index.md @@ -1,7 +1,7 @@ --- -title: PaletteArgb32Entries +title: EmfLogPalette.PaletteArgb32Entries second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPalette property. Gets or sets an array of 32bit ARGB colors type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/paletteargb32entries/ @@ -16,8 +16,8 @@ public int[] PaletteArgb32Entries { get; set; } ### See Also -* class [EmfLogPalette](../../emflogpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpalette) +* class [EmfLogPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/version/_index.md index f099f67bd2db..238b5d63539e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: EmfLogPalette.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPalette property. Gets or sets a 16bit unsigned integer that specifies the version number of the system. This MUST be 0x0300 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpalette/version/ @@ -16,8 +16,8 @@ public short Version { get; set; } ### See Also -* class [EmfLogPalette](../../emflogpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpalette) +* class [EmfLogPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/_index.md index 957f6e9b69f1..3a37b8266a1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogPen +title: Class EmfLogPen second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogPen class. The LogPen object defines the style width and color of a logical pen type: docs weight: 3090 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/ @@ -18,21 +18,21 @@ public sealed class EmfLogPen : EmfBasePen | Name | Description | | --- | --- | -| [EmfLogPen](emflogpen)() | The default constructor. | +| [EmfLogPen](emflogpen/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [AffectWidth](../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/affectwidth) { get; set; } | Gets or sets the width of the affect. | -| override [Argb32ColorRef](../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/argb32colorref) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pen color value. | -| override [PenStyle](../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/penstyle) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the PenStyle. The value MUST be defined from the PenStyle enumeration table, specified in section 2.1.25. | -| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/width) { get; set; } | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the width of the pen by the value of its x field. The value of its y field MUST be ignored. | +| [AffectWidth](../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/affectwidth/) { get; set; } | Gets or sets the width of the affect. | +| override [Argb32ColorRef](../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/argb32colorref/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pen color value. | +| override [PenStyle](../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/penstyle/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the PenStyle. The value MUST be defined from the PenStyle enumeration table, specified in section 2.1.25. | +| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/width/) { get; set; } | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the width of the pen by the value of its x field. The value of its y field MUST be ignored. | ### See Also -* class [EmfBasePen](../emfbasepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfBasePen](../emfbasepen/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/affectwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/affectwidth/_index.md index 1dad540a496f..b8f798014b41 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/affectwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/affectwidth/_index.md @@ -1,7 +1,7 @@ --- -title: AffectWidth +title: EmfLogPen.AffectWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPen property. Gets or sets the width of the affect type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/affectwidth/ @@ -20,8 +20,8 @@ The width of the affect. ### See Also -* class [EmfLogPen](../../emflogpen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen) +* class [EmfLogPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/argb32colorref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/argb32colorref/_index.md index 3f0bfc84899f..49f445725af0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/argb32colorref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/argb32colorref/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32ColorRef +title: EmfLogPen.Argb32ColorRef second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPen property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 that specifies the pen color value type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/argb32colorref/ @@ -20,8 +20,8 @@ The 32-bit ARGB color ### See Also -* class [EmfLogPen](../../emflogpen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen) +* class [EmfLogPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/emflogpen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/emflogpen/_index.md index b9583a71577d..65e1747cd5df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/emflogpen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/emflogpen/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogPen +title: EmfLogPen.EmfLogPen second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPen constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/emflogpen/ @@ -16,8 +16,8 @@ public EmfLogPen() ### See Also -* class [EmfLogPen](../../emflogpen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen) +* class [EmfLogPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/penstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/penstyle/_index.md index 148a0f5301b9..1f46d6d404ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/penstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/penstyle/_index.md @@ -1,7 +1,7 @@ --- -title: PenStyle +title: EmfLogPen.PenStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPen property. Gets or sets a 32bit unsigned integer that specifies the PenStyle. The value MUST be defined from the PenStyle enumeration table specified in section 2.1.25 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/penstyle/ @@ -16,9 +16,9 @@ public override EmfPenStyle PenStyle { get; set; } ### See Also -* enum [EmfPenStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfpenstyle) -* class [EmfLogPen](../../emflogpen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen) +* enum [EmfPenStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfpenstyle/) +* class [EmfLogPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/width/_index.md index de861b4e2205..de7814076c8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: EmfLogPen.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPen property. Gets or sets a WMF PointL object MSWMF section 2.2.2.15 that specifies the width of the pen by the value of its x field. The value of its y field MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpen/width/ @@ -16,9 +16,9 @@ public Point Width { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfLogPen](../../emflogpen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfLogPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/_index.md index 1cfb552c4d65..fa8d9f61b177 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogPenEx +title: Class EmfLogPenEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogPenEx class. The LogPenEx object specifies the style width and color of an extended logical pen type: docs weight: 3100 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/ @@ -18,25 +18,25 @@ public sealed class EmfLogPenEx : EmfBasePen | Name | Description | | --- | --- | -| [EmfLogPenEx](emflogpenex)() | The default constructor. | +| [EmfLogPenEx](emflogpenex/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| override [Argb32ColorRef](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/argb32colorref) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8). The interpretation of this field depends on the BrushStyle value, as shown in the table later in this section. | -| [BrushDibPattern](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushdibpattern) { get; set; } | Gets or sets the brush dib pattern. | -| [BrushHatch](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushhatch) { get; set; } | Gets or sets the brush hatch pattern. The definition of this field depends on the BrushStyle value, as shown in the table later in this section. | -| [BrushStyle](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushstyle) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a brush style for the pen from the WMF BrushStyle enumeration ([MS-WMF] section 2.1.1.4). If the pen type in the PenStyle field is PS_GEOMETRIC, this value MUST be either BS_SOLID or BS_HATCHED. The value of this field can be BS_NULL, but only if the line style specified in PenStyle is PS_NULL. The BS_NULL style SHOULD be used to specify a brush that has no effect. | -| [NumStyleEntities](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/numstyleentities) { get; } | Gets the number of elements in the array specified in the StyleEntry field. This value SHOULD be zero if PenStyle does not specify PS_USERSTYLE. | -| override [PenStyle](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/penstyle) { get; set; } | Gets or sets the pen style | -| [StyleEntry](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/styleentry) { get; set; } | Gets or sets an optional array of 32-bit unsigned integers that defines the lengths of dashes and gaps in the line drawn by this pen, when the value of PenStyle is PS_USERSTYLE line style for the pen. The array contains a number of entries specified by NumStyleEntries, but it is used as if it repeated indefinitely The first entry in the array specifies the length of the first dash. The second entry specifies the length of the first gap. Thereafter, lengths of dashes and gaps alternate. If the pen type in the PenStyle field is PS_GEOMETRIC, the lengths are specified in logical units; otherwise, the lengths are specified in device units. | -| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/width) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the width of the line drawn by the pen. If the pen type in the PenStyle field is PS_GEOMETRIC, this value is the width in logical units; otherwise, the width is specified in device units. If the pen type in the PenStyle field is PS_COSMETIC, this value MUST be 0x00000001. | +| override [Argb32ColorRef](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/argb32colorref/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8). The interpretation of this field depends on the BrushStyle value, as shown in the table later in this section. | +| [BrushDibPattern](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushdibpattern/) { get; set; } | Gets or sets the brush dib pattern. | +| [BrushHatch](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushhatch/) { get; set; } | Gets or sets the brush hatch pattern. The definition of this field depends on the BrushStyle value, as shown in the table later in this section. | +| [BrushStyle](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushstyle/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a brush style for the pen from the WMF BrushStyle enumeration ([MS-WMF] section 2.1.1.4). If the pen type in the PenStyle field is PS_GEOMETRIC, this value MUST be either BS_SOLID or BS_HATCHED. The value of this field can be BS_NULL, but only if the line style specified in PenStyle is PS_NULL. The BS_NULL style SHOULD be used to specify a brush that has no effect. | +| [NumStyleEntities](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/numstyleentities/) { get; } | Gets the number of elements in the array specified in the StyleEntry field. This value SHOULD be zero if PenStyle does not specify PS_USERSTYLE. | +| override [PenStyle](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/penstyle/) { get; set; } | Gets or sets the pen style | +| [StyleEntry](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/styleentry/) { get; set; } | Gets or sets an optional array of 32-bit unsigned integers that defines the lengths of dashes and gaps in the line drawn by this pen, when the value of PenStyle is PS_USERSTYLE line style for the pen. The array contains a number of entries specified by NumStyleEntries, but it is used as if it repeated indefinitely The first entry in the array specifies the length of the first dash. The second entry specifies the length of the first gap. Thereafter, lengths of dashes and gaps alternate. If the pen type in the PenStyle field is PS_GEOMETRIC, the lengths are specified in logical units; otherwise, the lengths are specified in device units. | +| [Width](../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/width/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the width of the line drawn by the pen. If the pen type in the PenStyle field is PS_GEOMETRIC, this value is the width in logical units; otherwise, the width is specified in device units. If the pen type in the PenStyle field is PS_COSMETIC, this value MUST be 0x00000001. | ### See Also -* class [EmfBasePen](../emfbasepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfBasePen](../emfbasepen/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/argb32colorref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/argb32colorref/_index.md index 2c7e76dbcc37..36b56c485bf0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/argb32colorref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/argb32colorref/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32ColorRef +title: EmfLogPenEx.Argb32ColorRef second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8. The interpretation of this field depends on the BrushStyle value as shown in the table later in this section type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/argb32colorref/ @@ -20,8 +20,8 @@ The 32-bit ARGB color ### See Also -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushdibpattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushdibpattern/_index.md index 073b19cc1e48..8d9732649109 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushdibpattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushdibpattern/_index.md @@ -1,7 +1,7 @@ --- -title: BrushDibPattern +title: EmfLogPenEx.BrushDibPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx property. Gets or sets the brush dib pattern type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushdibpattern/ @@ -20,9 +20,9 @@ The brush dib pattern. ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushhatch/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushhatch/_index.md index d91efc437900..02dc58035311 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushhatch/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushhatch/_index.md @@ -1,7 +1,7 @@ --- -title: BrushHatch +title: EmfLogPenEx.BrushHatch second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx property. Gets or sets the brush hatch pattern. The definition of this field depends on the BrushStyle value as shown in the table later in this section type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushhatch/ @@ -16,9 +16,9 @@ public EmfHatchStyle BrushHatch { get; set; } ### See Also -* enum [EmfHatchStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle) -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* enum [EmfHatchStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfhatchstyle/) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushstyle/_index.md index ae47d8ddc860..0a7cec61aefd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: BrushStyle +title: EmfLogPenEx.BrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx property. Gets or sets a 32bit unsigned integer that specifies a brush style for the pen from the WMF BrushStyle enumeration MSWMF section 2.1.1.4. If the pen type in the PenStyle field is PS_GEOMETRIC this value MUST be either BS_SOLID or BS_HATCHED. The value of this field can be BS_NULL but only if the line style specified in PenStyle is PS_NULL. The BS_NULL style SHOULD be used to specify a brush that has no effect type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/brushstyle/ @@ -16,9 +16,9 @@ public WmfBrushStyle BrushStyle { get; set; } ### See Also -* enum [WmfBrushStyle](../../../aspose.imaging.fileformats.wmf.consts/wmfbrushstyle) -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* enum [WmfBrushStyle](../../../aspose.imaging.fileformats.wmf.consts/wmfbrushstyle/) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/emflogpenex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/emflogpenex/_index.md index 323cc39d6c25..8ce8e611ecb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/emflogpenex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/emflogpenex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLogPenEx +title: EmfLogPenEx.EmfLogPenEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/emflogpenex/ @@ -16,8 +16,8 @@ public EmfLogPenEx() ### See Also -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/numstyleentities/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/numstyleentities/_index.md index 1bbadbe46bb0..fa64c58a71f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/numstyleentities/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/numstyleentities/_index.md @@ -1,7 +1,7 @@ --- -title: NumStyleEntities +title: EmfLogPenEx.NumStyleEntities second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx property. Gets the number of elements in the array specified in the StyleEntry field. This value SHOULD be zero if PenStyle does not specify PS_USERSTYLE type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/numstyleentities/ @@ -16,8 +16,8 @@ public int NumStyleEntities { get; } ### See Also -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/penstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/penstyle/_index.md index 1d281f7d2cac..61008e629716 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/penstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/penstyle/_index.md @@ -1,7 +1,7 @@ --- -title: PenStyle +title: EmfLogPenEx.PenStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx property. Gets or sets the pen style type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/penstyle/ @@ -16,9 +16,9 @@ public override EmfPenStyle PenStyle { get; set; } ### See Also -* enum [EmfPenStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfpenstyle) -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* enum [EmfPenStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfpenstyle/) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/styleentry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/styleentry/_index.md index ebdb400c8442..e7d907972a5b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/styleentry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/styleentry/_index.md @@ -1,7 +1,7 @@ --- -title: StyleEntry +title: EmfLogPenEx.StyleEntry second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx property. Gets or sets an optional array of 32bit unsigned integers that defines the lengths of dashes and gaps in the line drawn by this pen when the value of PenStyle is PS_USERSTYLE line style for the pen. The array contains a number of entries specified by NumStyleEntries but it is used as if it repeated indefinitely The first entry in the array specifies the length of the first dash. The second entry specifies the length of the first gap. Thereafter lengths of dashes and gaps alternate. If the pen type in the PenStyle field is PS_GEOMETRIC the lengths are specified in logical units otherwise the lengths are specified in device units type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/styleentry/ @@ -16,8 +16,8 @@ public int[] StyleEntry { get; set; } ### See Also -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/width/_index.md index aa939dd6edd5..7c80233223c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: EmfLogPenEx.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLogPenEx property. Gets or sets a 32bit unsigned integer that specifies the width of the line drawn by the pen. If the pen type in the PenStyle field is PS_GEOMETRIC this value is the width in logical units otherwise the width is specified in device units. If the pen type in the PenStyle field is PS_COSMETIC this value MUST be 0x00000001 type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.objects/emflogpenex/width/ @@ -16,8 +16,8 @@ public int Width { get; set; } ### See Also -* class [EmfLogPenEx](../../emflogpenex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex) +* class [EmfLogPenEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emflogpenex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfobject/_index.md index 5493d325a615..3b90f71dcb20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfObject +title: Class EmfObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfObject class. Base class for Emf objects type: docs weight: 3110 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfobject/ @@ -16,8 +16,8 @@ public abstract class EmfObject : MetaObject ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/_index.md index 31793a9ab139..06a7579df6e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPanose +title: Class EmfPanose second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfPanose class. The Panose object describes the PANOSE fontclassification values for a TrueType font. These characteristics are used to associate the font with other fonts of similar appearance but different names type: docs weight: 3120 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/ @@ -18,27 +18,27 @@ public sealed class EmfPanose : EmfObject | Name | Description | | --- | --- | -| [EmfPanose](emfpanose)() | The default constructor. | +| [EmfPanose](emfpanose/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ArmStyle](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/armstyle) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the arm style of the font. The value MUST be in the ArmStyle (section 2.1.3) enumeration table. | -| [Contrast](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/contrast) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the contrast of the font. The value MUST be in the Contrast (section 2.1.8) enumeration table. | -| [FamilyType](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/familytype) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the family type. The value MUST be in the FamilyType (section 2.1.12) enumeration table. | -| [Letterform](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/letterform) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the letterform of the font. The value MUST be in the Letterform (section 2.1.20) enumeration table | -| [Midline](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/midline) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the midline of the font. The value MUST be in the MidLine (section 2.1.23) enumeration table. | -| [Proportion](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/proportion) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the proportion of the font. The value MUST be in the Proportion (section 2.1.28) enumeration table. | -| [SerifStyle](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/serifstyle) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the serif style. The value MUST be in the SerifType (section 2.1.30) enumeration table. | -| [StrokeVariation](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/strokevariation) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the stroke variation for the font. The value MUST be in the StrokeVariation (section 2.1.33) enumeration table. | -| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/weight) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the weight of the font. The value MUST be in the Weight (section 2.1.34) enumeration table. | -| [XHeight](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/xheight) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the x height of the font. The value MUST be in the XHeight (section 2.1.35) enumeration table. | +| [ArmStyle](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/armstyle/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the arm style of the font. The value MUST be in the ArmStyle (section 2.1.3) enumeration table. | +| [Contrast](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/contrast/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the contrast of the font. The value MUST be in the Contrast (section 2.1.8) enumeration table. | +| [FamilyType](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/familytype/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the family type. The value MUST be in the FamilyType (section 2.1.12) enumeration table. | +| [Letterform](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/letterform/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the letterform of the font. The value MUST be in the Letterform (section 2.1.20) enumeration table | +| [Midline](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/midline/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the midline of the font. The value MUST be in the MidLine (section 2.1.23) enumeration table. | +| [Proportion](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/proportion/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the proportion of the font. The value MUST be in the Proportion (section 2.1.28) enumeration table. | +| [SerifStyle](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/serifstyle/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the serif style. The value MUST be in the SerifType (section 2.1.30) enumeration table. | +| [StrokeVariation](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/strokevariation/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the stroke variation for the font. The value MUST be in the StrokeVariation (section 2.1.33) enumeration table. | +| [Weight](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/weight/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the weight of the font. The value MUST be in the Weight (section 2.1.34) enumeration table. | +| [XHeight](../../aspose.imaging.fileformats.emf.emf.objects/emfpanose/xheight/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the x height of the font. The value MUST be in the XHeight (section 2.1.35) enumeration table. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/armstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/armstyle/_index.md index 183b24395a4b..73e1cbf66320 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/armstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/armstyle/_index.md @@ -1,7 +1,7 @@ --- -title: ArmStyle +title: EmfPanose.ArmStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the arm style of the font. The value MUST be in the ArmStyle section 2.1.3 enumeration table type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/armstyle/ @@ -16,9 +16,9 @@ public EmfArmStyle ArmStyle { get; set; } ### See Also -* enum [EmfArmStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfarmstyle) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfArmStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfarmstyle/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/contrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/contrast/_index.md index 89fa8264e9c8..e21668bd52a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/contrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/contrast/_index.md @@ -1,7 +1,7 @@ --- -title: Contrast +title: EmfPanose.Contrast second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the contrast of the font. The value MUST be in the Contrast section 2.1.8 enumeration table type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/contrast/ @@ -16,9 +16,9 @@ public EmfContrast Contrast { get; set; } ### See Also -* enum [EmfContrast](../../../aspose.imaging.fileformats.emf.emf.consts/emfcontrast) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfContrast](../../../aspose.imaging.fileformats.emf.emf.consts/emfcontrast/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/emfpanose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/emfpanose/_index.md index c6c034759303..d6b3227e6b68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/emfpanose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/emfpanose/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPanose +title: EmfPanose.EmfPanose second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/emfpanose/ @@ -16,8 +16,8 @@ public EmfPanose() ### See Also -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/familytype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/familytype/_index.md index 4f1be32c80da..7928e38838dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/familytype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/familytype/_index.md @@ -1,7 +1,7 @@ --- -title: FamilyType +title: EmfPanose.FamilyType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the family type. The value MUST be in the FamilyType section 2.1.12 enumeration table type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/familytype/ @@ -16,9 +16,9 @@ public EmfFamilyType FamilyType { get; set; } ### See Also -* enum [EmfFamilyType](../../../aspose.imaging.fileformats.emf.emf.consts/emffamilytype) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfFamilyType](../../../aspose.imaging.fileformats.emf.emf.consts/emffamilytype/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/letterform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/letterform/_index.md index d1bc75fe7bda..6d11b2e12ee1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/letterform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/letterform/_index.md @@ -1,7 +1,7 @@ --- -title: Letterform +title: EmfPanose.Letterform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the letterform of the font. The value MUST be in the Letterform section 2.1.20 enumeration table type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/letterform/ @@ -16,9 +16,9 @@ public EmfLetterform Letterform { get; set; } ### See Also -* enum [EmfLetterform](../../../aspose.imaging.fileformats.emf.emf.consts/emfletterform) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfLetterform](../../../aspose.imaging.fileformats.emf.emf.consts/emfletterform/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/midline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/midline/_index.md index d03433374111..7410b8d02668 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/midline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/midline/_index.md @@ -1,7 +1,7 @@ --- -title: Midline +title: EmfPanose.Midline second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the midline of the font. The value MUST be in the MidLine section 2.1.23 enumeration table type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/midline/ @@ -16,9 +16,9 @@ public EmfMidLine Midline { get; set; } ### See Also -* enum [EmfMidLine](../../../aspose.imaging.fileformats.emf.emf.consts/emfmidline) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfMidLine](../../../aspose.imaging.fileformats.emf.emf.consts/emfmidline/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/proportion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/proportion/_index.md index 30a4b4bc13d3..8ae346c0bc0b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/proportion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/proportion/_index.md @@ -1,7 +1,7 @@ --- -title: Proportion +title: EmfPanose.Proportion second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the proportion of the font. The value MUST be in the Proportion section 2.1.28 enumeration table type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/proportion/ @@ -16,9 +16,9 @@ public EmfProportion Proportion { get; set; } ### See Also -* enum [EmfProportion](../../../aspose.imaging.fileformats.emf.emf.consts/emfproportion) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfProportion](../../../aspose.imaging.fileformats.emf.emf.consts/emfproportion/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/serifstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/serifstyle/_index.md index 30e7dad94c03..dbe1d3c98bd2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/serifstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/serifstyle/_index.md @@ -1,7 +1,7 @@ --- -title: SerifStyle +title: EmfPanose.SerifStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the serif style. The value MUST be in the SerifType section 2.1.30 enumeration table type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/serifstyle/ @@ -16,9 +16,9 @@ public EmfSerifStyle SerifStyle { get; set; } ### See Also -* enum [EmfSerifStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfserifstyle) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfSerifStyle](../../../aspose.imaging.fileformats.emf.emf.consts/emfserifstyle/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/strokevariation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/strokevariation/_index.md index b455f82558b1..2c6c6a829d5d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/strokevariation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/strokevariation/_index.md @@ -1,7 +1,7 @@ --- -title: StrokeVariation +title: EmfPanose.StrokeVariation second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the stroke variation for the font. The value MUST be in the StrokeVariation section 2.1.33 enumeration table type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/strokevariation/ @@ -16,9 +16,9 @@ public EmfStrokeVariation StrokeVariation { get; set; } ### See Also -* enum [EmfStrokeVariation](../../../aspose.imaging.fileformats.emf.emf.consts/emfstrokevariation) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfStrokeVariation](../../../aspose.imaging.fileformats.emf.emf.consts/emfstrokevariation/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/weight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/weight/_index.md index 8e93442f796a..11323b19aed7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/weight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/weight/_index.md @@ -1,7 +1,7 @@ --- -title: Weight +title: EmfPanose.Weight second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the weight of the font. The value MUST be in the Weight section 2.1.34 enumeration table type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/weight/ @@ -16,9 +16,9 @@ public EmfWeight Weight { get; set; } ### See Also -* enum [EmfWeight](../../../aspose.imaging.fileformats.emf.emf.consts/emfweight) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfWeight](../../../aspose.imaging.fileformats.emf.emf.consts/emfweight/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/xheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/xheight/_index.md index 6e2ffb641777..b3965f783a5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/xheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/xheight/_index.md @@ -1,7 +1,7 @@ --- -title: XHeight +title: EmfPanose.XHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPanose property. Gets or sets an 8bit unsigned integer that specifies the x height of the font. The value MUST be in the XHeight section 2.1.35 enumeration table type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpanose/xheight/ @@ -16,9 +16,9 @@ public EmfXHeight XHeight { get; set; } ### See Also -* enum [EmfXHeight](../../../aspose.imaging.fileformats.emf.emf.consts/emfxheight) -* class [EmfPanose](../../emfpanose) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose) +* enum [EmfXHeight](../../../aspose.imaging.fileformats.emf.emf.consts/emfxheight/) +* class [EmfPanose](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpanose/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/_index.md index 8a83f3b021ad..016b3e71241b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPixelFormatDescriptor +title: Class EmfPixelFormatDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfPixelFormatDescriptor class. The PixelFormatDescriptor object can be used in EMR_HEADER records section 2.3.4.2 to specify the pixel format of the output surface for the playback device context type: docs weight: 3130 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ @@ -18,43 +18,43 @@ public sealed class EmfPixelFormatDescriptor : EmfObject | Name | Description | | --- | --- | -| [EmfPixelFormatDescriptor](emfpixelformatdescriptor)() | The default constructor. | +| [EmfPixelFormatDescriptor](emfpixelformatdescriptor/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BReserved](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/breserved) { get; set; } | Gets or sets specifies the number of overlay and underlay planes. Bits 0 through 3 specify up to 15 overlay planes and bits 4 through 7 specify up to 15 underlay planes | -| [CAccumAlphaBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumalphabits) { get; set; } | Gets or sets specifies the number of alpha bitplanes in the accumulation buffer | -| [CAccumBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbits) { get; set; } | Gets or sets specifies the total number of bitplanes in the accumulation buffer. | -| [CAccumBlueBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbluebits) { get; set; } | Gets or sets specifies the number of blue bitplanes in the accumulation buffer. | -| [CAccumGreenBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumgreenbits) { get; set; } | Gets or sets specifies the number of green bitplanes in the accumulation | -| [CAccumRedBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumredbits) { get; set; } | Gets or sets specifies the number of red bitplanes in the accumulation buffer | -| [CAlphaBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphabits) { get; set; } | Gets or sets Specifies the number of alpha bitplanes in each RGBA color buffer | -| [CAlphaShift](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphashift) { get; set; } | Gets or sets Specifies the shift count for alpha bitplanes in each RGBA color buffer | -| [CAuxBuffers](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cauxbuffers) { get; set; } | Gets or sets specifies the number of auxiliary buffers. Auxiliary buffers are not supported | -| [CBlueBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cbluebits) { get; set; } | Gets or sets Specifies the number of blue bitplanes in each RGBA color buffer. | -| [CBlueShift](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cblueshift) { get; set; } | Gets or sets Specifies the shift count for blue bitplanes in each RGBA color buffer. | -| [CColorBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ccolorbits) { get; set; } | Gets or sets the number of bits per pixel for RGBA pixel types, excluding the alpha bitplanes. For color table pixels, it is the size of each color table index | -| [CDepthBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cdepthbits) { get; set; } | Gets or sets specifies the depth of the depth (z-axis) buffer. | -| [CGreenBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenbits) { get; set; } | Gets or sets Specifies the number of green bitplanes in each RGBA color buffer | -| [CGreenShift](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenshift) { get; set; } | Gets or sets Specifies the shift count for green bitplanes in each RGBA color buffer. | -| [CRedBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credbits) { get; set; } | Gets or sets Specifies the number of red bitplanes in each RGBA color buffer | -| [CRedShift](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credshift) { get; set; } | Gets or sets Specifies the shift count in bits for red bitplanes in each RGBA color buffer. | -| [CStencilBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cstencilbits) { get; set; } | Gets or sets specifies the depth of the stencil buffer. | -| [DwDamageMask](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwdamagemask) { get; set; } | Gets or sets This field MAY be ignored | -| [DwFlags](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwflags) { get; set; } | Gets or sets bit flags that specify properties of the pixel buffer that is used for output to the drawing surface. These properties are not all mutually exclusive; combinations of flags are allowed, except where noted otherwise. | -| [DwLayerMask](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwlayermask) { get; set; } | Gets or sets This field MAY be ignored. | -| [DwVisibleMask](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwvisiblemask) { get; set; } | Gets or sets specifies the transparent color or index of an underlay plane. When the pixel type is RGBA, dwVisibleMask is a transparent RGB color value. When the pixel type is color index, it is a transparent index value. | -| [ILayerType](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ilayertype) { get; set; } | Gets or sets This field MAY be ignored | -| [IPixelType](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ipixeltype) { get; set; } | Gets or sets the type of pixel data PFD_TYPE_RGBA 0x00 The pixel format is RGBA. PFD_TYPE_COLORINDEX 0x01 Each pixel is an index in a color table. | -| [NSize](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nsize) { get; set; } | Gets or sets a 16-bit integer that specifies the size, in bytes, of this data structure. | -| [NVersion](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nversion) { get; set; } | Gets or sets a 16-bit integer that MUST be set to 0x0001. | +| [BReserved](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/breserved/) { get; set; } | Gets or sets specifies the number of overlay and underlay planes. Bits 0 through 3 specify up to 15 overlay planes and bits 4 through 7 specify up to 15 underlay planes | +| [CAccumAlphaBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumalphabits/) { get; set; } | Gets or sets specifies the number of alpha bitplanes in the accumulation buffer | +| [CAccumBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbits/) { get; set; } | Gets or sets specifies the total number of bitplanes in the accumulation buffer. | +| [CAccumBlueBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbluebits/) { get; set; } | Gets or sets specifies the number of blue bitplanes in the accumulation buffer. | +| [CAccumGreenBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumgreenbits/) { get; set; } | Gets or sets specifies the number of green bitplanes in the accumulation | +| [CAccumRedBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumredbits/) { get; set; } | Gets or sets specifies the number of red bitplanes in the accumulation buffer | +| [CAlphaBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphabits/) { get; set; } | Gets or sets Specifies the number of alpha bitplanes in each RGBA color buffer | +| [CAlphaShift](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphashift/) { get; set; } | Gets or sets Specifies the shift count for alpha bitplanes in each RGBA color buffer | +| [CAuxBuffers](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cauxbuffers/) { get; set; } | Gets or sets specifies the number of auxiliary buffers. Auxiliary buffers are not supported | +| [CBlueBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cbluebits/) { get; set; } | Gets or sets Specifies the number of blue bitplanes in each RGBA color buffer. | +| [CBlueShift](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cblueshift/) { get; set; } | Gets or sets Specifies the shift count for blue bitplanes in each RGBA color buffer. | +| [CColorBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ccolorbits/) { get; set; } | Gets or sets the number of bits per pixel for RGBA pixel types, excluding the alpha bitplanes. For color table pixels, it is the size of each color table index | +| [CDepthBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cdepthbits/) { get; set; } | Gets or sets specifies the depth of the depth (z-axis) buffer. | +| [CGreenBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenbits/) { get; set; } | Gets or sets Specifies the number of green bitplanes in each RGBA color buffer | +| [CGreenShift](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenshift/) { get; set; } | Gets or sets Specifies the shift count for green bitplanes in each RGBA color buffer. | +| [CRedBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credbits/) { get; set; } | Gets or sets Specifies the number of red bitplanes in each RGBA color buffer | +| [CRedShift](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credshift/) { get; set; } | Gets or sets Specifies the shift count in bits for red bitplanes in each RGBA color buffer. | +| [CStencilBits](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cstencilbits/) { get; set; } | Gets or sets specifies the depth of the stencil buffer. | +| [DwDamageMask](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwdamagemask/) { get; set; } | Gets or sets This field MAY be ignored | +| [DwFlags](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwflags/) { get; set; } | Gets or sets bit flags that specify properties of the pixel buffer that is used for output to the drawing surface. These properties are not all mutually exclusive; combinations of flags are allowed, except where noted otherwise. | +| [DwLayerMask](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwlayermask/) { get; set; } | Gets or sets This field MAY be ignored. | +| [DwVisibleMask](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwvisiblemask/) { get; set; } | Gets or sets specifies the transparent color or index of an underlay plane. When the pixel type is RGBA, dwVisibleMask is a transparent RGB color value. When the pixel type is color index, it is a transparent index value. | +| [ILayerType](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ilayertype/) { get; set; } | Gets or sets This field MAY be ignored | +| [IPixelType](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ipixeltype/) { get; set; } | Gets or sets the type of pixel data PFD_TYPE_RGBA 0x00 The pixel format is RGBA. PFD_TYPE_COLORINDEX 0x01 Each pixel is an index in a color table. | +| [NSize](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nsize/) { get; set; } | Gets or sets a 16-bit integer that specifies the size, in bytes, of this data structure. | +| [NVersion](../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nversion/) { get; set; } | Gets or sets a 16-bit integer that MUST be set to 0x0001. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/breserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/breserved/_index.md index 7745cc46a223..dcffee94466c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/breserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/breserved/_index.md @@ -1,7 +1,7 @@ --- -title: BReserved +title: EmfPixelFormatDescriptor.BReserved second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the number of overlay and underlay planes. Bits 0 through 3 specify up to 15 overlay planes and bits 4 through 7 specify up to 15 underlay planes type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/breserved/ @@ -16,8 +16,8 @@ public byte BReserved { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumalphabits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumalphabits/_index.md index a730b9bcbc99..394b1045f3a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumalphabits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumalphabits/_index.md @@ -1,7 +1,7 @@ --- -title: CAccumAlphaBits +title: EmfPixelFormatDescriptor.CAccumAlphaBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the number of alpha bitplanes in the accumulation buffer type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumalphabits/ @@ -16,8 +16,8 @@ public byte CAccumAlphaBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbits/_index.md index a4dc9adf0d19..e21c438af263 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbits/_index.md @@ -1,7 +1,7 @@ --- -title: CAccumBits +title: EmfPixelFormatDescriptor.CAccumBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the total number of bitplanes in the accumulation buffer type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbits/ @@ -16,8 +16,8 @@ public byte CAccumBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbluebits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbluebits/_index.md index 9a55806b7ffa..3d57b14f4511 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbluebits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbluebits/_index.md @@ -1,7 +1,7 @@ --- -title: CAccumBlueBits +title: EmfPixelFormatDescriptor.CAccumBlueBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the number of blue bitplanes in the accumulation buffer type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumbluebits/ @@ -16,8 +16,8 @@ public byte CAccumBlueBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumgreenbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumgreenbits/_index.md index 78cfe7acb085..ad93ce359e93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumgreenbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumgreenbits/_index.md @@ -1,7 +1,7 @@ --- -title: CAccumGreenBits +title: EmfPixelFormatDescriptor.CAccumGreenBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the number of green bitplanes in the accumulation type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumgreenbits/ @@ -16,8 +16,8 @@ public byte CAccumGreenBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumredbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumredbits/_index.md index bda81cde619a..a40dca66f643 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumredbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumredbits/_index.md @@ -1,7 +1,7 @@ --- -title: CAccumRedBits +title: EmfPixelFormatDescriptor.CAccumRedBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the number of red bitplanes in the accumulation buffer type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/caccumredbits/ @@ -16,8 +16,8 @@ public byte CAccumRedBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphabits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphabits/_index.md index cbdf2679e591..cf71b3d99065 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphabits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphabits/_index.md @@ -1,7 +1,7 @@ --- -title: CAlphaBits +title: EmfPixelFormatDescriptor.CAlphaBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets Specifies the number of alpha bitplanes in each RGBA color buffer type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphabits/ @@ -16,8 +16,8 @@ public byte CAlphaBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphashift/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphashift/_index.md index 9688941e2a5f..c736cec39689 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphashift/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphashift/_index.md @@ -1,7 +1,7 @@ --- -title: CAlphaShift +title: EmfPixelFormatDescriptor.CAlphaShift second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets Specifies the shift count for alpha bitplanes in each RGBA color buffer type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/calphashift/ @@ -16,8 +16,8 @@ public byte CAlphaShift { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cauxbuffers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cauxbuffers/_index.md index 767d14d46406..9b9bb2d7fb41 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cauxbuffers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cauxbuffers/_index.md @@ -1,7 +1,7 @@ --- -title: CAuxBuffers +title: EmfPixelFormatDescriptor.CAuxBuffers second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the number of auxiliary buffers. Auxiliary buffers are not supported type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cauxbuffers/ @@ -16,8 +16,8 @@ public byte CAuxBuffers { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cbluebits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cbluebits/_index.md index fe6b4b9bc627..822e0ddcf1d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cbluebits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cbluebits/_index.md @@ -1,7 +1,7 @@ --- -title: CBlueBits +title: EmfPixelFormatDescriptor.CBlueBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets Specifies the number of blue bitplanes in each RGBA color buffer type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cbluebits/ @@ -16,8 +16,8 @@ public byte CBlueBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cblueshift/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cblueshift/_index.md index e53a745904c8..40ee6d08ede5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cblueshift/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cblueshift/_index.md @@ -1,7 +1,7 @@ --- -title: CBlueShift +title: EmfPixelFormatDescriptor.CBlueShift second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets Specifies the shift count for blue bitplanes in each RGBA color buffer type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cblueshift/ @@ -16,8 +16,8 @@ public byte CBlueShift { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ccolorbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ccolorbits/_index.md index 06f03e0faaeb..0a7ac6d655af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ccolorbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ccolorbits/_index.md @@ -1,7 +1,7 @@ --- -title: CColorBits +title: EmfPixelFormatDescriptor.CColorBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets the number of bits per pixel for RGBA pixel types excluding the alpha bitplanes. For color table pixels it is the size of each color table index type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ccolorbits/ @@ -16,8 +16,8 @@ public byte CColorBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cdepthbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cdepthbits/_index.md index 2e960fedddc9..c053464d9c1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cdepthbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cdepthbits/_index.md @@ -1,7 +1,7 @@ --- -title: CDepthBits +title: EmfPixelFormatDescriptor.CDepthBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the depth of the depth zaxis buffer type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cdepthbits/ @@ -16,8 +16,8 @@ public byte CDepthBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenbits/_index.md index cc28bc68cd23..e89698012fbb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenbits/_index.md @@ -1,7 +1,7 @@ --- -title: CGreenBits +title: EmfPixelFormatDescriptor.CGreenBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets Specifies the number of green bitplanes in each RGBA color buffer type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenbits/ @@ -16,8 +16,8 @@ public byte CGreenBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenshift/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenshift/_index.md index 2a78e3856bdb..781a9eadbb67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenshift/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenshift/_index.md @@ -1,7 +1,7 @@ --- -title: CGreenShift +title: EmfPixelFormatDescriptor.CGreenShift second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets Specifies the shift count for green bitplanes in each RGBA color buffer type: docs weight: 160 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cgreenshift/ @@ -16,8 +16,8 @@ public byte CGreenShift { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credbits/_index.md index 80f8939c281d..a052fc11dbd9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credbits/_index.md @@ -1,7 +1,7 @@ --- -title: CRedBits +title: EmfPixelFormatDescriptor.CRedBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets Specifies the number of red bitplanes in each RGBA color buffer type: docs weight: 170 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credbits/ @@ -16,8 +16,8 @@ public byte CRedBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credshift/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credshift/_index.md index 32202733ffac..cf7d2a8f4bb2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credshift/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credshift/_index.md @@ -1,7 +1,7 @@ --- -title: CRedShift +title: EmfPixelFormatDescriptor.CRedShift second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets Specifies the shift count in bits for red bitplanes in each RGBA color buffer type: docs weight: 180 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/credshift/ @@ -16,8 +16,8 @@ public byte CRedShift { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cstencilbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cstencilbits/_index.md index ce5c40d626c5..7a278c87e279 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cstencilbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cstencilbits/_index.md @@ -1,7 +1,7 @@ --- -title: CStencilBits +title: EmfPixelFormatDescriptor.CStencilBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the depth of the stencil buffer type: docs weight: 190 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/cstencilbits/ @@ -16,8 +16,8 @@ public byte CStencilBits { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwdamagemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwdamagemask/_index.md index 01ed65684567..210366c92e30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwdamagemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwdamagemask/_index.md @@ -1,7 +1,7 @@ --- -title: DwDamageMask +title: EmfPixelFormatDescriptor.DwDamageMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets This field MAY be ignored type: docs weight: 200 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwdamagemask/ @@ -16,8 +16,8 @@ public int DwDamageMask { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwflags/_index.md index aa699da1e115..2eeaa6346f20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwflags/_index.md @@ -1,7 +1,7 @@ --- -title: DwFlags +title: EmfPixelFormatDescriptor.DwFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets bit flags that specify properties of the pixel buffer that is used for output to the drawing surface. These properties are not all mutually exclusive combinations of flags are allowed except where noted otherwise type: docs weight: 210 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwflags/ @@ -16,8 +16,8 @@ public int DwFlags { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwlayermask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwlayermask/_index.md index d94daa3d7f30..71a76bcefc91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwlayermask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwlayermask/_index.md @@ -1,7 +1,7 @@ --- -title: DwLayerMask +title: EmfPixelFormatDescriptor.DwLayerMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets This field MAY be ignored type: docs weight: 220 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwlayermask/ @@ -16,8 +16,8 @@ public int DwLayerMask { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwvisiblemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwvisiblemask/_index.md index 1494728ce594..570ee886d3aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwvisiblemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwvisiblemask/_index.md @@ -1,7 +1,7 @@ --- -title: DwVisibleMask +title: EmfPixelFormatDescriptor.DwVisibleMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets specifies the transparent color or index of an underlay plane. When the pixel type is RGBA dwVisibleMask is a transparent RGB color value. When the pixel type is color index it is a transparent index value type: docs weight: 230 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/dwvisiblemask/ @@ -16,8 +16,8 @@ public int DwVisibleMask { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/emfpixelformatdescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/emfpixelformatdescriptor/_index.md index 1e8edf4fb075..78ec47108db1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/emfpixelformatdescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/emfpixelformatdescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPixelFormatDescriptor +title: EmfPixelFormatDescriptor.EmfPixelFormatDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/emfpixelformatdescriptor/ @@ -16,8 +16,8 @@ public EmfPixelFormatDescriptor() ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ilayertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ilayertype/_index.md index ececcf27d7cf..680d4c610b82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ilayertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ilayertype/_index.md @@ -1,7 +1,7 @@ --- -title: ILayerType +title: EmfPixelFormatDescriptor.ILayerType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets This field MAY be ignored type: docs weight: 240 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ilayertype/ @@ -16,8 +16,8 @@ public byte ILayerType { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ipixeltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ipixeltype/_index.md index 6dc7a4e9134f..089ba0102b8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ipixeltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ipixeltype/_index.md @@ -1,7 +1,7 @@ --- -title: IPixelType +title: EmfPixelFormatDescriptor.IPixelType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets the type of pixel data PFD_TYPE_RGBA 0x00 The pixel format is RGBA. PFD_TYPE_COLORINDEX 0x01 Each pixel is an index in a color table type: docs weight: 250 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/ipixeltype/ @@ -16,8 +16,8 @@ public byte IPixelType { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nsize/_index.md index f79fb4982599..b142aea68b82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nsize/_index.md @@ -1,7 +1,7 @@ --- -title: NSize +title: EmfPixelFormatDescriptor.NSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets a 16bit integer that specifies the size in bytes of this data structure type: docs weight: 260 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nsize/ @@ -16,8 +16,8 @@ public short NSize { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nversion/_index.md index 9bb17af2397f..2af3045cc150 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nversion/_index.md @@ -1,7 +1,7 @@ --- -title: NVersion +title: EmfPixelFormatDescriptor.NVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormatDescriptor property. Gets or sets a 16bit integer that MUST be set to 0x0001 type: docs weight: 270 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/nversion/ @@ -16,8 +16,8 @@ public short NVersion { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../emfpixelformatdescriptor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor) +* class [EmfPixelFormatDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpixelformatdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/_index.md index eb83bde06dc3..f818f038e2ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPoint28To4 +title: Class EmfPoint28To4 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfPoint28To4 class. The Point28_4 object represents the location of a point on a device surface with coordinates in 28.4 bit FIX notation type: docs weight: 3140 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/ @@ -18,19 +18,19 @@ public sealed class EmfPoint28To4 : EmfObject | Name | Description | | --- | --- | -| [EmfPoint28To4](emfpoint28to4)() | The default constructor. | +| [EmfPoint28To4](emfpoint28to4/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [X](../../aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/x) { get; set; } | Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point. | -| [Y](../../aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/y) { get; set; } | Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point. | +| [X](../../aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/x/) { get; set; } | Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point. | +| [Y](../../aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/y/) { get; set; } | Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/emfpoint28to4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/emfpoint28to4/_index.md index d1ad0c38b313..a1c9bc3063a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/emfpoint28to4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/emfpoint28to4/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPoint28To4 +title: EmfPoint28To4.EmfPoint28To4 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPoint28To4 constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/emfpoint28to4/ @@ -16,8 +16,8 @@ public EmfPoint28To4() ### See Also -* class [EmfPoint28To4](../../emfpoint28to4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpoint28to4) +* class [EmfPoint28To4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpoint28to4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/x/_index.md index fa4e206b05b7..752563a86806 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/x/_index.md @@ -1,7 +1,7 @@ --- -title: X +title: EmfPoint28To4.X second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPoint28To4 property. Gets or sets a BitFIX28_4 object section 2.2.1 that represents the horizontal coordinate of the point type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/x/ @@ -16,9 +16,9 @@ public EmfBitFix28To4 X { get; set; } ### See Also -* class [EmfBitFix28To4](../../emfbitfix28to4) -* class [EmfPoint28To4](../../emfpoint28to4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpoint28to4) +* class [EmfBitFix28To4](../../emfbitfix28to4/) +* class [EmfPoint28To4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpoint28to4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/y/_index.md index 2f991c0a44ac..1365ed6313d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/y/_index.md @@ -1,7 +1,7 @@ --- -title: Y +title: EmfPoint28To4.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPoint28To4 property. Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfpoint28to4/y/ @@ -16,9 +16,9 @@ public EmfBitFix28To4 Y { get; set; } ### See Also -* class [EmfBitFix28To4](../../emfbitfix28to4) -* class [EmfPoint28To4](../../emfpoint28to4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpoint28to4) +* class [EmfBitFix28To4](../../emfbitfix28to4/) +* class [EmfPoint28To4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfpoint28to4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/_index.md index 92df258cd831..ebbb972a861f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRegionData +title: Class EmfRegionData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfRegionData class. The RegionData object specifies data that defines a region which is made of nonoverlapping rectangles type: docs weight: 3150 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/ @@ -18,20 +18,20 @@ public sealed class EmfRegionData : EmfObject | Name | Description | | --- | --- | -| [EmfRegionData](emfregiondata)() | Initializes a new instance of the [`EmfRegionData`](../emfregiondata) class. | -| [EmfRegionData](emfregiondata)(Rectangle) | Initializes a new instance of the [`EmfRegionData`](../emfregiondata) class. | +| [EmfRegionData](emfregiondata/#constructor)() | Initializes a new instance of the `EmfRegionData` class. | +| [EmfRegionData](emfregiondata/#constructor_1)(Rectangle) | Initializes a new instance of the `EmfRegionData` class. | ## Properties | Name | Description | | --- | --- | -| [Data](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata/data) { get; set; } | Gets or sets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are merged to create the region | -| [RegionDataHeader](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata/regiondataheader) { get; set; } | Gets or sets a 256-bit RegionDataHeader object that describes the following data. | +| [Data](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata/data/) { get; set; } | Gets or sets an array of WMF RectL objects ([MS-WMF] section 2.2.2.19); the objects are merged to create the region | +| [RegionDataHeader](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata/regiondataheader/) { get; set; } | Gets or sets a 256-bit RegionDataHeader object that describes the following data. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/data/_index.md index 8cf165c1253f..9741a9a5e377 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfRegionData.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionData property. Gets or sets an array of WMF RectL objects MSWMF section 2.2.2.19 the objects are merged to create the region type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/data/ @@ -16,9 +16,9 @@ public Rectangle[] Data { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfRegionData](../../emfregiondata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondata) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfRegionData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/emfregiondata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/emfregiondata/_index.md index 817e14fffa2a..d92dba3191a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/emfregiondata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/emfregiondata/_index.md @@ -1,14 +1,14 @@ --- -title: EmfRegionData +title: EmfRegionData.EmfRegionData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionData constructor. Initializes a new instance of the EmfRegionData class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/emfregiondata/ --- -## EmfRegionData constructor (1 of 2) +## EmfRegionData() {#constructor} -Initializes a new instance of the [`EmfRegionData`](../../emfregiondata) class. +Initializes a new instance of the [`EmfRegionData`](../) class. ```csharp public EmfRegionData() @@ -16,15 +16,15 @@ public EmfRegionData() ### See Also -* class [EmfRegionData](../../emfregiondata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondata) +* class [EmfRegionData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondata/) * assembly [Aspose.Imaging](../../../) --- -## EmfRegionData constructor (2 of 2) +## EmfRegionData(Rectangle) {#constructor_1} -Initializes a new instance of the [`EmfRegionData`](../../emfregiondata) class. +Initializes a new instance of the [`EmfRegionData`](../) class. ```csharp public EmfRegionData(Rectangle rectangle) @@ -36,9 +36,9 @@ public EmfRegionData(Rectangle rectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfRegionData](../../emfregiondata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondata) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfRegionData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/regiondataheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/regiondataheader/_index.md index ab8d5c0e4fae..0a66bffd876b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/regiondataheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/regiondataheader/_index.md @@ -1,7 +1,7 @@ --- -title: RegionDataHeader +title: EmfRegionData.RegionDataHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionData property. Gets or sets a 256bit RegionDataHeader object that describes the following data type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondata/regiondataheader/ @@ -16,9 +16,9 @@ public EmfRegionDataHeader RegionDataHeader { get; set; } ### See Also -* class [EmfRegionDataHeader](../../emfregiondataheader) -* class [EmfRegionData](../../emfregiondata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondata) +* class [EmfRegionDataHeader](../../emfregiondataheader/) +* class [EmfRegionData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/_index.md index 61cc55c30e8f..ff06edb374dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRegionDataHeader +title: Class EmfRegionDataHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfRegionDataHeader class. The RegionDataHeader object describes the properties of a RegionData object type: docs weight: 3160 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/ @@ -18,22 +18,22 @@ public sealed class EmfRegionDataHeader : EmfObject | Name | Description | | --- | --- | -| [EmfRegionDataHeader](emfregiondataheader)() | The default constructor. | +| [EmfRegionDataHeader](emfregiondataheader/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounds of the region. | -| [CountRects](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/countrects) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region. | -| [RgnSize](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/rgnsize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the buffer of rectangles in bytes. | -| [Size](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of this object in bytes. This MUST be 0x00000020. | -| [Type](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/type) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the region type. This SHOULD be RDH_RECTANGLES (0x00000001). | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounds of the region. | +| [CountRects](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/countrects/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region. | +| [RgnSize](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/rgnsize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the buffer of rectangles in bytes. | +| [Size](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of this object in bytes. This MUST be 0x00000020. | +| [Type](../../aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/type/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the region type. This SHOULD be RDH_RECTANGLES (0x00000001). | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/bounds/_index.md index 3be4bd799823..ce97983e0f40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfRegionDataHeader.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionDataHeader property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 which specifies the bounds of the region type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfRegionDataHeader](../../emfregiondataheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfRegionDataHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/countrects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/countrects/_index.md index ba33e0698143..02e3b3196c0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/countrects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/countrects/_index.md @@ -1,7 +1,7 @@ --- -title: CountRects +title: EmfRegionDataHeader.CountRects second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionDataHeader property. Gets or sets a 32bit unsigned integer that specifies the number of rectangles in this region type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/countrects/ @@ -16,8 +16,8 @@ public int CountRects { get; set; } ### See Also -* class [EmfRegionDataHeader](../../emfregiondataheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader) +* class [EmfRegionDataHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/emfregiondataheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/emfregiondataheader/_index.md index d37d2ff90b5e..48b335fc2e73 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/emfregiondataheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/emfregiondataheader/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRegionDataHeader +title: EmfRegionDataHeader.EmfRegionDataHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionDataHeader constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/emfregiondataheader/ @@ -16,8 +16,8 @@ public EmfRegionDataHeader() ### See Also -* class [EmfRegionDataHeader](../../emfregiondataheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader) +* class [EmfRegionDataHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/rgnsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/rgnsize/_index.md index a7f00f305bd3..f325584d95fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/rgnsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/rgnsize/_index.md @@ -1,7 +1,7 @@ --- -title: RgnSize +title: EmfRegionDataHeader.RgnSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionDataHeader property. Gets or sets a 32bit unsigned integer that specifies the size of the buffer of rectangles in bytes type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/rgnsize/ @@ -16,8 +16,8 @@ public int RgnSize { get; set; } ### See Also -* class [EmfRegionDataHeader](../../emfregiondataheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader) +* class [EmfRegionDataHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/size/_index.md index 458c1f3c972a..8e31cf3809b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: EmfRegionDataHeader.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionDataHeader property. Gets or sets a 32bit unsigned integer that specifies the size of this object in bytes. This MUST be 0x00000020 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/size/ @@ -16,8 +16,8 @@ public int Size { get; set; } ### See Also -* class [EmfRegionDataHeader](../../emfregiondataheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader) +* class [EmfRegionDataHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/type/_index.md index 58ab5cf4a0d6..caacf7703787 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfRegionDataHeader.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRegionDataHeader property. Gets or sets a 32bit unsigned integer that specifies the region type. This SHOULD be RDH_RECTANGLES 0x00000001 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfregiondataheader/type/ @@ -16,8 +16,8 @@ public int Type { get; set; } ### See Also -* class [EmfRegionDataHeader](../../emfregiondataheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader) +* class [EmfRegionDataHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfregiondataheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/_index.md index e97d6d344887..8e71aefe4a14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/_index.md @@ -1,7 +1,7 @@ --- -title: EmfText +title: Class EmfText second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfText class. The EmrText object contains values for text output type: docs weight: 3170 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/ @@ -18,24 +18,24 @@ public sealed class EmfText : EmfObject | Name | Description | | --- | --- | -| [EmfText](emftext)() | The default constructor. | +| [EmfText](emftext/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Chars](../../aspose.imaging.fileformats.emf.emf.objects/emftext/chars) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of characters in the string | -| [DxBuffer](../../aspose.imaging.fileformats.emf.emf.objects/emftext/dxbuffer) { get; set; } | Gets or sets the optional character spacing buffer UndefinedSpace2 (variable): An optional number of unused bytes. The OutputDx field is not required to follow immediately the preceding portion of this structure. OutputDx (variable): An array of 32-bit unsigned integers that specify the output spacing between the origins of adjacent character cells in logical units. The location of this field is specified by the value of offDx in bytes from the start of this record. If spacing is defined, this field contains the same number of values as characters in the output string. If the Options field of the EmrText object contains the ETO_PDY flag, then this buffer contains twice as many values as there are characters in the output string, one horizontal and one vertical offset for each, in that order. If ETO_RTLREADING is specified, characters are laid right to left instead of left to right. No other options affect the interpretation of this field. | -| [GlyphIndexBuffer](../../aspose.imaging.fileformats.emf.emf.objects/emftext/glyphindexbuffer) { get; set; } | Gets or sets the optional glyph index buffer. If options has ETO_GLYPH_INDEX flag then the codes for characters in an output text string are actually indexes of the character glyphs in a TrueType font (2.1.11 ExtTextOutOptions enumeration). Glyph indexes are font-specific, so to display the correct characters on playback, the font that is used MUST be identical to the font used to generate the indexes. | -| [Options](../../aspose.imaging.fileformats.emf.emf.objects/emftext/options) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to use the rectangle specified in the Rectangle field. This field can be a combination of more than one ExtTextOutOptions enumeration (section 2.1.11) values | -| [Rectangle](../../aspose.imaging.fileformats.emf.emf.objects/emftext/rectangle) { get; set; } | Gets or sets an optional WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a clipping and/or opaquing rectangle in logical units. This rectangle is applied to the text output performed by the containing record. | -| [Reference](../../aspose.imaging.fileformats.emf.emf.objects/emftext/reference) { get; set; } | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the coordinates of the reference point used to position the string. The reference point is defined by the last EMR_SETTEXTALIGN record (section 2.3.11.25). If no such record has been set, the default alignment is TA_LEFT,TA_TOP. | -| [StringBuffer](../../aspose.imaging.fileformats.emf.emf.objects/emftext/stringbuffer) { get; set; } | Gets or sets the character string buffer UndefinedSpace1 (variable): An optional number of unused bytes. The OutputString field is not required to follow immediately the preceding portion of this structure. OutputString (variable): An array of characters that specify the string to output. The location of this field is specified by the value of offString in bytes from the start of this record. The number of characters is specified by the value of Chars. | +| [Chars](../../aspose.imaging.fileformats.emf.emf.objects/emftext/chars/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of characters in the string | +| [DxBuffer](../../aspose.imaging.fileformats.emf.emf.objects/emftext/dxbuffer/) { get; set; } | Gets or sets the optional character spacing buffer UndefinedSpace2 (variable): An optional number of unused bytes. The OutputDx field is not required to follow immediately the preceding portion of this structure. OutputDx (variable): An array of 32-bit unsigned integers that specify the output spacing between the origins of adjacent character cells in logical units. The location of this field is specified by the value of offDx in bytes from the start of this record. If spacing is defined, this field contains the same number of values as characters in the output string. If the Options field of the EmrText object contains the ETO_PDY flag, then this buffer contains twice as many values as there are characters in the output string, one horizontal and one vertical offset for each, in that order. If ETO_RTLREADING is specified, characters are laid right to left instead of left to right. No other options affect the interpretation of this field. | +| [GlyphIndexBuffer](../../aspose.imaging.fileformats.emf.emf.objects/emftext/glyphindexbuffer/) { get; set; } | Gets or sets the optional glyph index buffer. If options has ETO_GLYPH_INDEX flag then the codes for characters in an output text string are actually indexes of the character glyphs in a TrueType font (2.1.11 ExtTextOutOptions enumeration). Glyph indexes are font-specific, so to display the correct characters on playback, the font that is used MUST be identical to the font used to generate the indexes. | +| [Options](../../aspose.imaging.fileformats.emf.emf.objects/emftext/options/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to use the rectangle specified in the Rectangle field. This field can be a combination of more than one ExtTextOutOptions enumeration (section 2.1.11) values | +| [Rectangle](../../aspose.imaging.fileformats.emf.emf.objects/emftext/rectangle/) { get; set; } | Gets or sets an optional WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a clipping and/or opaquing rectangle in logical units. This rectangle is applied to the text output performed by the containing record. | +| [Reference](../../aspose.imaging.fileformats.emf.emf.objects/emftext/reference/) { get; set; } | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the coordinates of the reference point used to position the string. The reference point is defined by the last EMR_SETTEXTALIGN record (section 2.3.11.25). If no such record has been set, the default alignment is TA_LEFT,TA_TOP. | +| [StringBuffer](../../aspose.imaging.fileformats.emf.emf.objects/emftext/stringbuffer/) { get; set; } | Gets or sets the character string buffer UndefinedSpace1 (variable): An optional number of unused bytes. The OutputString field is not required to follow immediately the preceding portion of this structure. OutputString (variable): An array of characters that specify the string to output. The location of this field is specified by the value of offString in bytes from the start of this record. The number of characters is specified by the value of Chars. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/chars/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/chars/_index.md index 0eb12b069888..595b8dc6f340 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/chars/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/chars/_index.md @@ -1,7 +1,7 @@ --- -title: Chars +title: EmfText.Chars second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfText property. Gets or sets a 32bit unsigned integer that specifies the number of characters in the string type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/chars/ @@ -16,8 +16,8 @@ public int Chars { get; set; } ### See Also -* class [EmfText](../../emftext) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext) +* class [EmfText](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/dxbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/dxbuffer/_index.md index d537e9393ce2..6a762759a0fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/dxbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/dxbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: DxBuffer +title: EmfText.DxBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfText property. Gets or sets the optional character spacing buffer UndefinedSpace2 variable An optional number of unused bytes. The OutputDx field is not required to follow immediately the preceding portion of this structure. OutputDx variable An array of 32bit unsigned integers that specify the output spacing between the origins of adjacent character cells in logical units. The location of this field is specified by the value of offDx in bytes from the start of this record. If spacing is defined this field contains the same number of values as characters in the output string. If the Options field of the EmrText object contains the ETO_PDY flag then this buffer contains twice as many values as there are characters in the output string one horizontal and one vertical offset for each in that order. If ETO_RTLREADING is specified characters are laid right to left instead of left to right. No other options affect the interpretation of this field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/dxbuffer/ @@ -16,8 +16,8 @@ public int[] DxBuffer { get; set; } ### See Also -* class [EmfText](../../emftext) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext) +* class [EmfText](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/emftext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/emftext/_index.md index 71df1bf4bfac..4ede4f3411cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/emftext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/emftext/_index.md @@ -1,7 +1,7 @@ --- -title: EmfText +title: EmfText.EmfText second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfText constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/emftext/ @@ -16,8 +16,8 @@ public EmfText() ### See Also -* class [EmfText](../../emftext) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext) +* class [EmfText](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/glyphindexbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/glyphindexbuffer/_index.md index 99b589066e40..8afc5ff622bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/glyphindexbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/glyphindexbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: GlyphIndexBuffer +title: EmfText.GlyphIndexBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfText property. Gets or sets the optional glyph index buffer. If options has ETO_GLYPH_INDEX flag then the codes for characters in an output text string are actually indexes of the character glyphs in a TrueType font 2.1.11 ExtTextOutOptions enumeration. Glyph indexes are fontspecific so to display the correct characters on playback the font that is used MUST be identical to the font used to generate the indexes type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/glyphindexbuffer/ @@ -16,8 +16,8 @@ public int[] GlyphIndexBuffer { get; set; } ### See Also -* class [EmfText](../../emftext) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext) +* class [EmfText](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/options/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/options/_index.md index 20263dfe34fd..4821fef25428 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/options/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/options/_index.md @@ -1,7 +1,7 @@ --- -title: Options +title: EmfText.Options second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfText property. Gets or sets a 32bit unsigned integer that specifies how to use the rectangle specified in the Rectangle field. This field can be a combination of more than one ExtTextOutOptions enumeration section 2.1.11 values type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/options/ @@ -16,9 +16,9 @@ public EmfExtTextOutOptions Options { get; set; } ### See Also -* enum [EmfExtTextOutOptions](../../../aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions) -* class [EmfText](../../emftext) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext) +* enum [EmfExtTextOutOptions](../../../aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions/) +* class [EmfText](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/rectangle/_index.md index 5771bf0352d1..658838bdb89c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: EmfText.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfText property. Gets or sets an optional WMF RectL object MSWMF section 2.2.2.19 that defines a clipping and/or opaquing rectangle in logical units. This rectangle is applied to the text output performed by the containing record type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/rectangle/ @@ -16,9 +16,9 @@ public Rectangle Rectangle { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfText](../../emftext) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfText](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/reference/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/reference/_index.md index fad4348ad847..d46a9839c559 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/reference/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/reference/_index.md @@ -1,7 +1,7 @@ --- -title: Reference +title: EmfText.Reference second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfText property. Gets or sets a WMF PointL object MSWMF section 2.2.2.15 that specifies the coordinates of the reference point used to position the string. The reference point is defined by the last EMR_SETTEXTALIGN record section 2.3.11.25. If no such record has been set the default alignment is TA_LEFTTA_TOP type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/reference/ @@ -16,9 +16,9 @@ public Point Reference { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfText](../../emftext) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfText](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/stringbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/stringbuffer/_index.md index 94825a6b335f..924b793a5c62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/stringbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftext/stringbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: StringBuffer +title: EmfText.StringBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfText property. Gets or sets the character string buffer UndefinedSpace1 variable An optional number of unused bytes. The OutputString field is not required to follow immediately the preceding portion of this structure. OutputString variable An array of characters that specify the string to output. The location of this field is specified by the value of offString in bytes from the start of this record. The number of characters is specified by the value of Chars type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftext/stringbuffer/ @@ -16,8 +16,8 @@ public string StringBuffer { get; set; } ### See Also -* class [EmfText](../../emftext) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext) +* class [EmfText](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/_index.md index 2b1a305a33a9..f9a39d8cd74d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfTriVertex +title: Class EmfTriVertex second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfTriVertex class. The TriVertex object specifies color and position information for the definition of a rectangle or triangle vertex type: docs weight: 3180 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/ @@ -18,23 +18,23 @@ public sealed class EmfTriVertex : EmfObject | Name | Description | | --- | --- | -| [EmfTriVertex](emftrivertex)() | The default constructor. | +| [EmfTriVertex](emftrivertex/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Alpha](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/alpha) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point. | -| [Blue](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/blue) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the blue color value for the point. | -| [Green](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/green) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the green color value for the point. | -| [Red](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/red) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the red color value for the point. | -| [X](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/x) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal position, in logical units. | -| [Y](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/y) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical position, in logical units. | +| [Alpha](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/alpha/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point. | +| [Blue](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/blue/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the blue color value for the point. | +| [Green](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/green/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the green color value for the point. | +| [Red](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/red/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the red color value for the point. | +| [X](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/x/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal position, in logical units. | +| [Y](../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/y/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical position, in logical units. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/alpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/alpha/_index.md index 2160b6e98c74..dd822933b198 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/alpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/alpha/_index.md @@ -1,7 +1,7 @@ --- -title: Alpha +title: EmfTriVertex.Alpha second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTriVertex property. Gets or sets a 16bit unsigned integer that specifies the alpha transparency value for the point type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/alpha/ @@ -16,8 +16,8 @@ public short Alpha { get; set; } ### See Also -* class [EmfTriVertex](../../emftrivertex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex) +* class [EmfTriVertex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/blue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/blue/_index.md index d89549c8a875..e2dc89ec4714 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/blue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/blue/_index.md @@ -1,7 +1,7 @@ --- -title: Blue +title: EmfTriVertex.Blue second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTriVertex property. Gets or sets a 16bit unsigned integer that specifies the blue color value for the point type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/blue/ @@ -16,8 +16,8 @@ public short Blue { get; set; } ### See Also -* class [EmfTriVertex](../../emftrivertex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex) +* class [EmfTriVertex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/emftrivertex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/emftrivertex/_index.md index e8fce7ab3792..8687bf585356 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/emftrivertex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/emftrivertex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfTriVertex +title: EmfTriVertex.EmfTriVertex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTriVertex constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/emftrivertex/ @@ -16,8 +16,8 @@ public EmfTriVertex() ### See Also -* class [EmfTriVertex](../../emftrivertex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex) +* class [EmfTriVertex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/green/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/green/_index.md index eb25f79d6921..f731aa777eda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/green/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/green/_index.md @@ -1,7 +1,7 @@ --- -title: Green +title: EmfTriVertex.Green second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTriVertex property. Gets or sets a 16bit unsigned integer that specifies the green color value for the point type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/green/ @@ -16,8 +16,8 @@ public short Green { get; set; } ### See Also -* class [EmfTriVertex](../../emftrivertex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex) +* class [EmfTriVertex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/red/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/red/_index.md index d2532bee5f09..f39ed1883d0f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/red/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/red/_index.md @@ -1,7 +1,7 @@ --- -title: Red +title: EmfTriVertex.Red second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTriVertex property. Gets or sets a 16bit unsigned integer that specifies the red color value for the point type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/red/ @@ -16,8 +16,8 @@ public short Red { get; set; } ### See Also -* class [EmfTriVertex](../../emftrivertex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex) +* class [EmfTriVertex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/x/_index.md index 2d07a36c250e..89c0832c7d4e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/x/_index.md @@ -1,7 +1,7 @@ --- -title: X +title: EmfTriVertex.X second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTriVertex property. Gets or sets a 32bit signed integer that specifies the horizontal position in logical units type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/x/ @@ -16,8 +16,8 @@ public int X { get; set; } ### See Also -* class [EmfTriVertex](../../emftrivertex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex) +* class [EmfTriVertex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/y/_index.md index e512375c1bd3..70ce9785658a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/y/_index.md @@ -1,7 +1,7 @@ --- -title: Y +title: EmfTriVertex.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTriVertex property. Gets or sets a 32bit signed integer that specifies the vertical position in logical units type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.objects/emftrivertex/y/ @@ -16,8 +16,8 @@ public int Y { get; set; } ### See Also -* class [EmfTriVertex](../../emftrivertex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex) +* class [EmfTriVertex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emftrivertex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/_index.md index 0772b1161ec4..44ee59eb19c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/_index.md @@ -1,7 +1,7 @@ --- -title: EmfUniversalFontId +title: Class EmfUniversalFontId second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfUniversalFontId class. The UniversalFontId object defines a mechanism for identifying fonts in EMF metafiles type: docs weight: 3190 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/ @@ -18,19 +18,19 @@ public sealed class EmfUniversalFontId : EmfObject | Name | Description | | --- | --- | -| [EmfUniversalFontId](emfuniversalfontid)() | The default constructor. | +| [EmfUniversalFontId](emfuniversalfontid/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Checksum](../../aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/checksum) { get; set; } | Gets or sets a 32-bit unsigned integer that is the checksum of the font. The checksum value has the following meanings. 0x00000000 The object is a device font. 0x00000001 The object is a Type 1 font that has been installed on the client machine and is enumerated by the PostScript printer driver as a device font. 0x00000002 The object is not a font but is a Type 1 rasterizer. 3 ≤ value The object is a bitmap, vector, or TrueType font, or a Type 1 rasterized font that was created by a Type 1 rasterizer. | -| [Index](../../aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/index) { get; set; } | Gets or sets a 32-bit unsigned integer that is an index associated with the font object. The meaning of this field is determined by the type of font. | +| [Checksum](../../aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/checksum/) { get; set; } | Gets or sets a 32-bit unsigned integer that is the checksum of the font. The checksum value has the following meanings. 0x00000000 The object is a device font. 0x00000001 The object is a Type 1 font that has been installed on the client machine and is enumerated by the PostScript printer driver as a device font. 0x00000002 The object is not a font but is a Type 1 rasterizer. 3 ≤ value The object is a bitmap, vector, or TrueType font, or a Type 1 rasterized font that was created by a Type 1 rasterizer. | +| [Index](../../aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/index/) { get; set; } | Gets or sets a 32-bit unsigned integer that is an index associated with the font object. The meaning of this field is determined by the type of font. | ### See Also -* class [EmfObject](../emfobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects) +* class [EmfObject](../emfobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../aspose.imaging.fileformats.emf.emf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/checksum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/checksum/_index.md index a4b573bcef04..74c9b95234f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/checksum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/checksum/_index.md @@ -1,7 +1,7 @@ --- -title: Checksum +title: EmfUniversalFontId.Checksum second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfUniversalFontId property. Gets or sets a 32bit unsigned integer that is the checksum of the font. The checksum value has the following meanings. 0x00000000 The object is a device font. 0x00000001 The object is a Type 1 font that has been installed on the client machine and is enumerated by the PostScript printer driver as a device font. 0x00000002 The object is not a font but is a Type 1 rasterizer. 3 value The object is a bitmap vector or TrueType font or a Type 1 rasterized font that was created by a Type 1 rasterizer type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/checksum/ @@ -16,8 +16,8 @@ public int Checksum { get; set; } ### See Also -* class [EmfUniversalFontId](../../emfuniversalfontid) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfuniversalfontid) +* class [EmfUniversalFontId](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfuniversalfontid/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/emfuniversalfontid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/emfuniversalfontid/_index.md index 1445080d7ab0..317ead626445 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/emfuniversalfontid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/emfuniversalfontid/_index.md @@ -1,7 +1,7 @@ --- -title: EmfUniversalFontId +title: EmfUniversalFontId.EmfUniversalFontId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfUniversalFontId constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/emfuniversalfontid/ @@ -16,8 +16,8 @@ public EmfUniversalFontId() ### See Also -* class [EmfUniversalFontId](../../emfuniversalfontid) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfuniversalfontid) +* class [EmfUniversalFontId](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfuniversalfontid/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/index/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/index/_index.md index e3579572e275..f108009aecc1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/index/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/index/_index.md @@ -1,7 +1,7 @@ --- -title: Index +title: EmfUniversalFontId.Index second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfUniversalFontId property. Gets or sets a 32bit unsigned integer that is an index associated with the font object. The meaning of this field is determined by the type of font type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/index/ @@ -16,8 +16,8 @@ public int Index { get; set; } ### See Also -* class [EmfUniversalFontId](../../emfuniversalfontid) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfuniversalfontid) +* class [EmfUniversalFontId](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Objects](../../emfuniversalfontid/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/_index.md index 53597922f85e..fe11d717eef1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf.Emf.Records second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-EMF Enhanced Metafile Format. 2.3 EMF Records +description: The namespace contains types MSEMF Enhanced Metafile Format. 2.3 EMF Records type: docs weight: 370 url: /net/aspose.imaging.fileformats.emf.emf.records/ @@ -12,148 +12,153 @@ The namespace contains types [MS-EMF]: Enhanced Metafile Format. 2.3 EMF Records | Class | Description | | --- | --- | -| [EmfAbortPath](./emfabortpath) | This record aborts a path bracket or discards the path from a closed path bracket. | -| [EmfAlphaBlend](./emfalphablend) | The EMR_ALPHABLEND record specifies a block transfer of pixels from a source bitmap to a destination rectangle, including alpha transparency data, according to a specified blending operation. | -| [EmfAngleArc](./emfanglearc) | The EMR_ANGLEARC record specifies a line segment of an arc. The line segment is drawn from the current position to the beginning of the arc. The arc is drawn along the perimeter of a circle with the given radius and center. The length of the arc is defined by the given start and sweep angles | -| [EmfArc](./emfarc) | The EMR_ARC record specifies an elliptical arc. | -| [EmfArcTo](./emfarcto) | The EMR_ARCTO record specifies an elliptical arc. It resets the current position to the end point of the arc. | -| [EmfBeginPath](./emfbeginpath) | This record opens a path bracket in the current playback device context. After a path bracket is open, an application can begin processing records to define the points that lie in the path.An application MUST close an open path bracket by processing the EMR_ENDPATH record. When an application processes the EMR_BEGINPATH record, all previous paths MUST be discarded from the playback device context. | -| [EmfBitBlt](./emfbitblt) | The EMR_BITBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation. | -| [EmfBitmapRecordType](./emfbitmaprecordtype) | The bitmap record types perform block transfers of bitmap images. | -| [EmfChord](./emfchord) | The EMR_CHORD record specifies a chord, which is a region bounded by the intersection of an ellipse and a line segment, called a secant. The chord is outlined by using the current pen and filled by using the current brush. | -| [EmfClippingRecordType](./emfclippingrecordtype) | The clipping record types specify and manage clipping regions. Note The EMR_SETMETARGN record does not specify parameters. | -| [EmfCloseFigure](./emfclosefigure) | This record closes an open figure in a path. Processing the EMR_CLOSEFIGURE record MUST close the figure by drawing a line from the current position to the first point of the figure, and then it MUST connect the lines by using the line join style.If a figure is closed by processing the EMR_LINETO record instead of the EMR_CLOSEFIGURE record, end caps are used to create the corner instead of a join.EMR_LINETO is specified in section 2.3.5.13. The EMR_CLOSEFIGURE record SHOULD only be used if there is an open path bracket in the playback device context. A figure in a path is open unless it is explicitly closed by processing this record. | -| [EmfColorCorrectPalette](./emfcolorcorrectpalette) | The EMR_COLORCORRECTPALETTE record specifies how to correct the entries of a logical palette object using WCS 1.0 values. | -| [EmfColorMatchToTargetW](./emfcolormatchtotargetw) | The EMR_COLORMATCHTOTargetW record specifies whether to perform color matching with a color profile that is specified in a file with a name consisting of Unicode characters. | -| [EmfComment](./emfcomment) | The EMR_COMMENT record contains arbitrary private data. Note Fields that are not described in this section are specified in section 2.3.3. | -| [EmfCommentBeginGroup](./emfcommentbegingroup) | The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records. | -| [EmfCommentEmfPlus](./emfcommentemfplus) | The EMR_COMMENT_EMFPLUS record contains embedded EMF+ records. Note Fields that are not described in this section are specified in section 2.3.3. | -| [EmfCommentEmfSpool](./emfcommentemfspool) | The EMR_COMMENT_EMFSPOOL record contains embedded EMFSPOOL records. Note Fields that are not described in this section are specified in section 2.3.3. | -| [EmfCommentEndGroup](./emfcommentendgroup) | The EMR_COMMENT_ENDGROUP record specifies the end of a group of drawing records. | -| [EmfCommentMultiFormats](./emfcommentmultiformats) | The EMR_COMMENT_MULTIFORMATS record specifies an image in multiple graphics formats. | -| [EmfCommentPublicRecordType](./emfcommentpublicrecordtype) | The EMR_COMMENT_PUBLIC record types specify extensions to EMF processing. | -| [EmfCommentRecordType](./emfcommentrecordtype) | The comment record types define formats for specifying arbitrary private data, embedding records in other metafile formats, and adding new or special-purpose commands. | -| [EmfCommentWindowsMetaFile](./emfcommentwindowsmetafile) | The EMR_COMMENT_WINDOWS_METAFILE record specifies an image in an embedded WMF metafile. | -| [EmfControlRecordType](./emfcontrolrecordtype) | The control record types define the start and end of an EMF metafile and properties of the metafile. | -| [EmfCreateBrushIndirect](./emfcreatebrushindirect) | The EMR_CREATEBRUSHINDIRECT record defines a logical brush for graphics operations. | -| [EmfCreateColorSpace](./emfcreatecolorspace) | The EMR_CREATECOLORSPACE record creates a logical color space object from a color profile with a name consisting of ASCII characters. | -| [EmfCreateColorSpaceW](./emfcreatecolorspacew) | The EMR_CREATECOLORSPACEW record creates a logical color space object from a color profile with a name consisting of Unicode characters. | -| [EmfCreateDibPatternBrushPt](./emfcreatedibpatternbrushpt) | The EMR_CREATEDIBPATTERNBRUSHPT record defines a pattern brush for graphics operations. The pattern is specified by a DIB. | -| [EmfCreateMonoBrush](./emfcreatemonobrush) | The EMR_CREATEMONOBRUSH record defines a monochrome pattern brush for graphics operations. The pattern is specified by a monochrome DIB. | -| [EmfCreatePalette](./emfcreatepalette) | The EMR_CREATEPALETTE record defines a logical palette for graphics operations. | -| [EmfCreatePen](./emfcreatepen) | The EMR_CREATEPEN record defines a logical pen for graphics operations. | -| [EmfDeleteColorSpace](./emfdeletecolorspace) | The EMR_DELETECOLORSPACE record deletes a logical color space object. | -| [EmfDeleteObject](./emfdeleteobject) | The EMR_DELETEOBJECT record deletes a graphics object, which is specified by its index in the EMF Object Table(section 3.1.1.1). | -| [EmfDrawEscape](./emfdrawescape) | The EMR_DRAWESCAPE record passes arbitrary information to a printer driver. The intent is that the information will result in drawing being done. | -| [EmfDrawingRecordType](./emfdrawingrecordtype) | The drawing record types perform graphics drawing. | -| [EmfEllipse](./emfellipse) | The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush. | -| [EmfEndPath](./emfendpath) | This record closes a path bracket and selects the path defined by the bracket into the playback device context. | -| [EmfEof](./emfeof) | The EMR_EOF record indicates the end of the metafile and specifies a palette. | -| [EmfEscapeRecordType](./emfescaperecordtype) | The escape record types execute printer driver functions. | -| [EmfExcludeClipRect](./emfexcludecliprect) | The EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing clipping region minus the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2. | -| [EmfExtCreateFontIndirectW](./emfextcreatefontindirectw) | The EMR_EXTCREATEFONTINDIRECTW record defines a logical font for graphics operations. | -| [EmfExtCreatePen](./emfextcreatepen) | The EMR_EXTCREATEPEN record defines an extended logical pen for graphics operations. An optional DIB can be specified to use as the line style. | -| [EmfExtEscape](./emfextescape) | The EMR_EXTESCAPE record passes arbitrary information to a printer driver. The intent is that the information will not result in drawing being done. | -| [EmfExtFloodFill](./emfextfloodfill) | The EMR_EXTFLOODFILL record fills an area of the display surface with the current brush | -| [EmfExtSelectClipRgn](./emfextselectcliprgn) | The EMR_EXTSELECTCLIPRGN record combines the specified region with the current clip region using the specified mode. Note Fields that are not described in this section are specified in section 2.3.2. | -| [EmfExtTextOutA](./emfexttextouta) | The EMR_EXTTEXTOUTA record draws an ASCII text string using the current font and text colors. | -| [EmfExtTextOutW](./emfexttextoutw) | The EMR_EXTTEXTOUTW record draws an ASCII text string using the current font and text colors. | -| [EmfFillPath](./emffillpath) | The EMR_FILLPATH record closes any open figures in the current path and fills the path's interior by using the current brush and polygon-filling mode. | -| [EmfFillRgn](./emffillrgn) | The EMR_FILLRGN record fills the specified region by using the specified brush. | -| [EmfFlatternPath](./emfflatternpath) | This record transforms any curves in the selected path into the playback device context; each curve MUST be turned into a sequence of lines. | -| [EmfForceUfiMapping](./emfforceufimapping) | The EMR_FORCEUFIMAPPING record forces the font mapper to match fonts based on their UniversalFontId in preference to their LogFont (section 2.2.13) information. | -| [EmfFrameRgn](./emfframergn) | The EMR_FRAMERGN record draws a border around the specified region using the specified brush. | -| [EmfGlsBoundedRecord](./emfglsboundedrecord) | The EMR_GLSBOUNDEDRECORD record specifies an OpenGL function with a bounding rectangle for output. | -| [EmfGlsRecord](./emfglsrecord) | The EMR_GLSRECORD record specifies an OpenGL function. | -| [EmfGradientFill](./emfgradientfill) | The EMR_GRADIENTFILL record specifies filling rectangles or triangles with gradients of color. | -| [EmfIntersectClipRect](./emfintersectcliprect) | The EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the current clipping region and the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2. | -| [EmfInvertRgn](./emfinvertrgn) | The EMR_INVERTRGN record inverts the colors in the specified region. | -| [EmfLineTo](./emflineto) | The EMR_LINETO record specifies a line from the current position up to, but not including, the specified point.It resets the current position to the specified point. | -| [EmfMaskBlt](./emfmaskblt) | The EMR_MASKBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern and with the application of a color mask bitmap, according to specified foreground and background raster operations. | -| [EmfMetafileHeader](./emfmetafileheader) | The EMR_HEADER record types define the starting points of EMF metafiles and specify properties of the device on which the image in the metafile was created. The information in the header record makes it possible for EMF metafiles to be independent of any specific output device. The value of the Size field can be used to distinguish between the different EMR_HEADER record types listed earlier in this section. There are three possible headers: The base header, which is the EmfMetafileHeader record. The fixed-size part of this header is 88 bytes, and it contains a Header object. The first extension header, which is the EmfMetafileHeaderExtension1 record. The fixed-size part of this header is 100 bytes, and it contains a Header object and a HeaderExtension1 object (section 2.2.10). The second extension header, which is the EmfMetafileHeaderExtension2 record. The fixed-size part of this header is 108 bytes, and it contains a Header object, a HeaderExtension1 object, and a HeaderExtension2 object (section 2.2.11). | -| [EmfMetafileHeaderExtension1](./emfmetafileheaderextension1) | The EmfMetafileHeaderExtension1 record is the header record used in the first extension to EMF metafiles. Following the EmfHeaderExtension1 field, the remaining fields are optional and can be present in any order. | -| [EmfMetafileHeaderExtension2](./emfmetafileheaderextension2) | The EmfMetafileHeaderExtension2 record is the header record used in the second extension to EMF metafiles. Following the EmfHeaderExtension2 field, the remaining fields are optional and can be present in any order. | -| [EmfModifyWorldTransform](./emfmodifyworldtransform) | The EMR_MODIFYWORLDTRANSFORM record modifies the current world-space to page-space transform in the playback device context. | -| [EmfMoveToEx](./emfmovetoex) | The EMR_MOVETOEX record specifies coordinates of the new current position, in logical units. | -| [EmfNamedEscape](./emfnamedescape) | The MR_NAMEDESCAPE record passes arbitrary information to a specified printer driver. | -| [EmfObjectCreationRecordType](./emfobjectcreationrecordtype) | The object creation record types create graphics objects. | -| [EmfObjectManipulationRecordType](./emfobjectmanipulationrecordtype) | The object manipulation record types manage and modify graphics objects. | -| [EmfOffsetClipRgn](./emfoffsetcliprgn) | The EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets. | -| [EmfOpenGlRecordType](./emfopenglrecordtype) | The OpenGL record types specify OpenGL functions. | -| [EmfPaintRgn](./emfpaintrgn) | The EMR_PAINTRGN record paints the specified region by using the brush currently selected into the playback device context. | -| [EmfPathBracketRecordType](./emfpathbracketrecordtype) | The path bracket record types specify and manipulate paths in path brackets. Note: None of the path bracket records specify parameters. | -| [EmfPie](./emfpie) | The EMR_PIE record specifies a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the current pen and filled by using the current brush. | -| [EmfPixelFormat](./emfpixelformat) | The EMR_PIXELFORMAT record specifies the pixel format to use for graphics operations. | -| [EmfPlgBlt](./emfplgblt) | The EMR_PLGBLT record specifies a block transfer of pixels from a source bitmap to a destination parallelogram, with the application of a color mask bitmap. | -| [EmfPolyBezier](./emfpolybezier) | The EMR_POLYBEZIER record specifies one or more Bezier curves. | -| [EmfPolyBezier16](./emfpolybezier16) | The EMR_POLYBEZIER16 record specifies one or more Bezier curves. The curves are drawn using the current pen. | -| [EmfPolyBezierTo](./emfpolybezierto) | The EMR_POLYBEZIERTO record specifies one or more Bezier curves based upon the current position. | -| [EmfPolyBezierTo16](./emfpolybezierto16) | The EMR_POLYBEZIERTO16 record specifies one or more Bezier curves based on the current position. | -| [EmfPolyDraw](./emfpolydraw) | The EMR_POLYDRAW record specifies a set of line segments and Bezier curves. | -| [EmfPolyDraw16](./emfpolydraw16) | The EMR_POLYDRAW16 record specifies a set of line segments and Bezier curves. | -| [EmfPolygon](./emfpolygon) | The EMR_POLYGON record specifies a polygon consisting of two or more vertexes connected by straight lines. | -| [EmfPolygon16](./emfpolygon16) | The EMR_POLYGON16 record specifies a polygon consisting of two or more vertexes connected by straight lines. The polygon is outlined by using the current pen and filled by using the current brush and polygon fill mode. The polygon is closed automatically by drawing a line from the last vertex to the first. | -| [EmfPolyline](./emfpolyline) | The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array. | -| [EmfPolyline16](./emfpolyline16) | The EMR_POLYLINE16 record specifies a series of line segments by connecting the points in the specified array. | -| [EmfPolylineTo](./emfpolylineto) | The EMR_POLYLINETO record specifies one or more straight lines based upon the current position. | -| [EmfPolylineTo16](./emfpolylineto16) | The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position. A line is drawn from the current position to the first point specified by the aPoints field by using the current pen. For each additional line, drawing is performed from the ending point of the previous line to the next point specified by aPoints. | -| [EmfPolyPolygon](./emfpolypolygon) | The EMR_POLYPOLYGON record specifies a series of closed polygons. | -| [EmfPolyPolygon16](./emfpolypolygon16) | The EMR_POLYPOLYGON16 record specifies a series of closed polygons. Each polygon is outlined using the current pen, and filled using the current brush and polygon fill mode. The polygons drawn by this record can overlap. | -| [EmfPolyPolyline](./emfpolypolyline) | The EMR_POLYPOLYLINE record specifies multiple series of connected line segments. | -| [EmfPolyPolyline16](./emfpolypolyline16) | The EMR_POLYPOLYLINE16 record specifies multiple series of connected line segments. | -| [EmfPolyTextOutA](./emfpolytextouta) | The EMR_POLYTEXTOUTA record draws one or more ASCII text strings using the current font and text colors. | -| [EmfPolyTextOutW](./emfpolytextoutw) | The EMR_POLYTEXTOUTW record draws one or more Unicode text strings using the current font and text colors. | -| [EmfRealizePalette](./emfrealizepalette) | This record maps palette entries from the current LogPalette object (section 2.2.17) to the system_palette. This EMF record specifies no parameters. | -| [EmfRecord](./emfrecord) | Base class for EMF records All EMF records MUST have a length that is a multiple of 4 bytes. This is depicted in the generic structures of the preceding EMF record types by including AlignmentPadding fields where appropriate at the ends of these structures. The contents of AlignmentPadding fields MUST always be ignored. For brevity, these fields are not shown in every individual EMF record definition. | -| [EmfRectangle](./emfrectangle) | The EMR_RECTANGLE record draws a rectangle. The rectangle is outlined by using the current pen and filled by using the current brush. | -| [EmfResizePalette](./emfresizepalette) | The EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette object (section 2.2.17). | -| [EmfRestoreDc](./emfrestoredc) | The EMR_RESTOREDC record restores the playback device context to the specified state. The playback device context is restored by popping state information off a stack that was created by prior EMR_SAVEDC records (section 2.3.11). | -| [EmfRop4](./emfrop4) | A quaternary raster operation, which specifies ternary raster operations for the foreground and background colors of a bitmap. These values define how the color data of the source rectangle is to be combined with the color data of the destination rectangle. | -| [EmfRoundRect](./emfroundrect) | The EMR_ROUNDRECT record specifies a rectangle with rounded corners. The rectangle is outlined by using the current pen and filled by using the current brush. | -| [EmfSaveDc](./emfsavedc) | Saves the current state of playback device context on a stack of states saved by preceding EMR_SAVEDC records, if any. The state consists of graphics properties and objects, including the currently selected bitmap, brush, palette, font, pen, and region. An EMR_RESTOREDC record is used to restore the state. This EMF record specifies no parameters. | -| [EmfScaleViewportExtex](./emfscaleviewportextex) | The EMR_SCALEVIEWPORTEXTEX record respecifies the viewport for a device context by using the ratios formed by the specified multiplicands and divisors. | -| [EmfScaleWindowExtex](./emfscalewindowextex) | The EMR_SCALEWINDOWEXTEX record respecifies the window for a playback device context by using the ratios formed by the specified multiplicands and divisors. | -| [EmfSelectClipPath](./emfselectclippath) | The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback device context, combining the new region with any existing clipping region using the specified mode. | -| [EmfSelectObject](./emfselectobject) | The EMR_SELECTOBJECT record adds a graphics object to the current metafile playback device context. The object is specified either by its index in the EMF Object Table(section 3.1.1.1) or by its value from the StockObject enumeration(section 2.1.31). | -| [EmfSelectPalette](./emfselectpalette) | The EMR_SELECTPALETTE record specifies a logical palette for the playback device context. | -| [EmfSetArcDirection](./emfsetarcdirection) | The EMR_SETARCDIRECTION record specifies the drawing direction to be used for arc and rectangle output. | -| [EmfSetBkColor](./emfsetbkcolor) | The EMR_SETBKCOLOR record specifies the background color. | -| [EmfSetBkMode](./emfsetbkmode) | The EMR_SETBKMODE record specifies the background mix mode of the playback device context. The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines. | -| [EmfSetBrushOrgEx](./emfsetbrushorgex) | The EMR_SETBRUSHORGEX record specifies the origin of the current brush. | -| [EmfSetColorAdjustment](./emfsetcoloradjustment) | The EMR_SETCOLORADJUSTMENT record specifies color adjustment properties in the playback device context. | -| [EmfSetColorSpace](./emfsetcolorspace) | The EMR_SETCOLORSPACE record defines the current logical color space object for graphics operations. | -| [EmfSetDiBitsToDevice](./emfsetdibitstodevice) | The EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scan lines of a source bitmap to a destination rectangle. | -| [EmfSetIcmMode](./emfseticmmode) | The EMR_SETICMMODE record specifies the mode of Image Color Management (ICM) for graphics operations. | -| [EmfSetIcmProfileA](./emfseticmprofilea) | The EMR_SETICMPROFILEA record specifies a color profile in a file with a name consisting of ASCII characters, for graphics output. | -| [EmfSetIcmProfileW](./emfseticmprofilew) | The EMR_SETICMPROFILEW record specifies a color profile in a file with a name consisting of Unicode characters, for graphics output. | -| [EmfSetLayout](./emfsetlayout) | The EMR_SETLAYOUT record specifies the order in which text and graphics are drawn. | -| [EmfSetLinkedUfis](./emfsetlinkedufis) | The EMR_SETLINKEDUFIS record sets the UniversalFontIds (section 2.2.27) of the linked fonts to use during character lookup. | -| [EmfSetMapMode](./emfsetmapmode) | The EMR_SETMAPMODE record specifies the mapping mode of the playback device context. The mapping mode specifies the unit of measure used to transform page space units into device space units, and also specifies the orientation of the device's x-axis and y-axis. | -| [EmfSetMapperFlags](./emfsetmapperflags) | The EMR_SETMAPPERFLAGS record specifies parameters of the process of matching logical fonts to physical fonts, which is performed by the font mapper. | -| [EmfSetMetaRgn](./emfsetmetargn) | Inter sets the current meta region with the current clipping region to form a new meta region for the playback device context. The current clipping region SHOULD be reset to null. This EMF record specifies no parameters. | -| [EmfSetMiterLimit](./emfsetmiterlimit) | The EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context. | -| [EmfSetPaletteEntries](./emfsetpaletteentries) | The EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing LogPalette (section 2.2.17) object. | -| [EmfSetPixelV](./emfsetpixelv) | The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates. | -| [EmfSetPolyFillMode](./emfsetpolyfillmode) | The EMR_SETPOLYFILLMODE record defines polygon fill mode. | -| [EmfSetRop2](./emfsetrop2) | The EMR_SETROP2 record defines a binary raster operation mode. | -| [EmfSetStrechBltMode](./emfsetstrechbltmode) | The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode. | -| [EmfSetTextAlign](./emfsettextalign) | The EMR_SETTEXTALIGN record specifies text alignment. | -| [EmfSetTextColor](./emfsettextcolor) | The EMR_SETTEXTCOLOR record defines the current text color. | -| [EmfSetTextJustification](./emfsettextjustification) | The EMR_SETTEXTJUSTIFICATION record specifies the amount of extra space to add to break characters for text justification. | -| [EmfSetViewportExtEx](./emfsetviewportextex) | The EMR_SETVIEWPORTEXTEX record defines the viewport extent. | -| [EmfSetViewportOrgEx](./emfsetviewportorgex) | The EMR_SETVIEWPORTORGEX record defines the viewport origin. | -| [EmfSetWindowExtEx](./emfsetwindowextex) | The EMR_SETWINDOWEXTEX record defines the window extent. | -| [EmfSetWindowOrgEx](./emfsetwindoworgex) | The EMR_SETWINDOWORGEX record defines the window origin. | -| [EmfSetWorldTransform](./emfsetworldtransform) | The EMR_SETWORLDTRANSFORM record specifies a transform for the current world-space to page space transform in the playback device context. | -| [EmfSmallTextOut](./emfsmalltextout) | The EMR_SMALLTEXTOUT record outputs a string. | -| [EmfStateRecordType](./emfstaterecordtype) | The state record types specify and manage graphics properties that define the state of the playback device context. | -| [EmfStretchBlt](./emfstretchblt) | The EMR_STRETCHBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation, stretching or compressing the output to fit the dimensions of the destination, if necessary. | -| [EmfStretchDiBits](./emfstretchdibits) | The EMR_STRETCHDIBITS record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation, stretching or compressing the output to fit the dimensions of the destination, if necessary. | -| [EmfStrokeAndFillPath](./emfstrokeandfillpath) | The EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush. | -| [EmfStrokePath](./emfstrokepath) | EMR_STROKEPATH class | -| [EmfTransformRecordType](./emftransformrecordtype) | The transform record types specify and modify world-space to page-space transforms. | -| [EmfTransparentBlt](./emftransparentblt) | The EMR_TRANSPARENTBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, treating a specified color as transparent, stretching or compressing the output to fit the dimensions of the destination, if necessary | -| [EmfVertexData](./emfvertexdata) | Objects that specify the vertexes of either rectangles or triangles and the colors that correspond to them. | -| [EmfWidenPath](./emfwidenpath) | This record redefines the current path as the area that would be painted if the path were drawn using the pen currently selected into the playback device context. | +| [EmfAbortPath](./emfabortpath/) | This record aborts a path bracket or discards the path from a closed path bracket. | +| [EmfAlphaBlend](./emfalphablend/) | The EMR_ALPHABLEND record specifies a block transfer of pixels from a source bitmap to a destination rectangle, including alpha transparency data, according to a specified blending operation. | +| [EmfAngleArc](./emfanglearc/) | The EMR_ANGLEARC record specifies a line segment of an arc. The line segment is drawn from the current position to the beginning of the arc. The arc is drawn along the perimeter of a circle with the given radius and center. The length of the arc is defined by the given start and sweep angles | +| [EmfArc](./emfarc/) | The EMR_ARC record specifies an elliptical arc. | +| [EmfArcTo](./emfarcto/) | The EMR_ARCTO record specifies an elliptical arc. It resets the current position to the end point of the arc. | +| [EmfBeginPath](./emfbeginpath/) | This record opens a path bracket in the current playback device context. After a path bracket is open, an application can begin processing records to define the points that lie in the path.An application MUST close an open path bracket by processing the EMR_ENDPATH record. When an application processes the EMR_BEGINPATH record, all previous paths MUST be discarded from the playback device context. | +| [EmfBitBlt](./emfbitblt/) | The EMR_BITBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation. | +| [EmfBitmapRecordType](./emfbitmaprecordtype/) | The bitmap record types perform block transfers of bitmap images. | +| [EmfChord](./emfchord/) | The EMR_CHORD record specifies a chord, which is a region bounded by the intersection of an ellipse and a line segment, called a secant. The chord is outlined by using the current pen and filled by using the current brush. | +| [EmfClippingRecordType](./emfclippingrecordtype/) | The clipping record types specify and manage clipping regions. Note The EMR_SETMETARGN record does not specify parameters. | +| [EmfCloseFigure](./emfclosefigure/) | This record closes an open figure in a path. Processing the EMR_CLOSEFIGURE record MUST close the figure by drawing a line from the current position to the first point of the figure, and then it MUST connect the lines by using the line join style.If a figure is closed by processing the EMR_LINETO record instead of the EMR_CLOSEFIGURE record, end caps are used to create the corner instead of a join.EMR_LINETO is specified in section 2.3.5.13. The EMR_CLOSEFIGURE record SHOULD only be used if there is an open path bracket in the playback device context. A figure in a path is open unless it is explicitly closed by processing this record. | +| [EmfColorCorrectPalette](./emfcolorcorrectpalette/) | The EMR_COLORCORRECTPALETTE record specifies how to correct the entries of a logical palette object using WCS 1.0 values. | +| [EmfColorMatchToTargetW](./emfcolormatchtotargetw/) | The EMR_COLORMATCHTOTargetW record specifies whether to perform color matching with a color profile that is specified in a file with a name consisting of Unicode characters. | +| [EmfComment](./emfcomment/) | The EMR_COMMENT record contains arbitrary private data. Note Fields that are not described in this section are specified in section 2.3.3. | +| [EmfCommentBeginGroup](./emfcommentbegingroup/) | The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records. | +| [EmfCommentEmfPlus](./emfcommentemfplus/) | The EMR_COMMENT_EMFPLUS record contains embedded EMF+ records. Note Fields that are not described in this section are specified in section 2.3.3. | +| [EmfCommentEmfSpool](./emfcommentemfspool/) | The EMR_COMMENT_EMFSPOOL record contains embedded EMFSPOOL records. Note Fields that are not described in this section are specified in section 2.3.3. | +| [EmfCommentEndGroup](./emfcommentendgroup/) | The EMR_COMMENT_ENDGROUP record specifies the end of a group of drawing records. | +| [EmfCommentMultiFormats](./emfcommentmultiformats/) | The EMR_COMMENT_MULTIFORMATS record specifies an image in multiple graphics formats. | +| [EmfCommentPublicRecordType](./emfcommentpublicrecordtype/) | The EMR_COMMENT_PUBLIC record types specify extensions to EMF processing. | +| [EmfCommentRecordType](./emfcommentrecordtype/) | The comment record types define formats for specifying arbitrary private data, embedding records in other metafile formats, and adding new or special-purpose commands. | +| [EmfCommentWindowsMetaFile](./emfcommentwindowsmetafile/) | The EMR_COMMENT_WINDOWS_METAFILE record specifies an image in an embedded WMF metafile. | +| [EmfControlRecordType](./emfcontrolrecordtype/) | The control record types define the start and end of an EMF metafile and properties of the metafile. | +| [EmfCreateBrushIndirect](./emfcreatebrushindirect/) | The EMR_CREATEBRUSHINDIRECT record defines a logical brush for graphics operations. | +| [EmfCreateColorSpace](./emfcreatecolorspace/) | The EMR_CREATECOLORSPACE record creates a logical color space object from a color profile with a name consisting of ASCII characters. | +| [EmfCreateColorSpaceW](./emfcreatecolorspacew/) | The EMR_CREATECOLORSPACEW record creates a logical color space object from a color profile with a name consisting of Unicode characters. | +| [EmfCreateDibPatternBrushPt](./emfcreatedibpatternbrushpt/) | The EMR_CREATEDIBPATTERNBRUSHPT record defines a pattern brush for graphics operations. The pattern is specified by a DIB. | +| [EmfCreateMonoBrush](./emfcreatemonobrush/) | The EMR_CREATEMONOBRUSH record defines a monochrome pattern brush for graphics operations. The pattern is specified by a monochrome DIB. | +| [EmfCreatePalette](./emfcreatepalette/) | The EMR_CREATEPALETTE record defines a logical palette for graphics operations. | +| [EmfCreatePen](./emfcreatepen/) | The EMR_CREATEPEN record defines a logical pen for graphics operations. | +| [EmfDeleteColorSpace](./emfdeletecolorspace/) | The EMR_DELETECOLORSPACE record deletes a logical color space object. | +| [EmfDeleteObject](./emfdeleteobject/) | The EMR_DELETEOBJECT record deletes a graphics object, which is specified by its index in the EMF Object Table(section 3.1.1.1). | +| [EmfDrawEscape](./emfdrawescape/) | The EMR_DRAWESCAPE record passes arbitrary information to a printer driver. The intent is that the information will result in drawing being done. | +| [EmfDrawingRecordType](./emfdrawingrecordtype/) | The drawing record types perform graphics drawing. | +| [EmfEllipse](./emfellipse/) | The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush. | +| [EmfEndPath](./emfendpath/) | This record closes a path bracket and selects the path defined by the bracket into the playback device context. | +| [EmfEof](./emfeof/) | The EMR_EOF record indicates the end of the metafile and specifies a palette. | +| [EmfEscapeRecordType](./emfescaperecordtype/) | The escape record types execute printer driver functions. | +| [EmfExcludeClipRect](./emfexcludecliprect/) | The EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing clipping region minus the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2. | +| [EmfExtCreateFontIndirectW](./emfextcreatefontindirectw/) | The EMR_EXTCREATEFONTINDIRECTW record defines a logical font for graphics operations. | +| [EmfExtCreatePen](./emfextcreatepen/) | The EMR_EXTCREATEPEN record defines an extended logical pen for graphics operations. An optional DIB can be specified to use as the line style. | +| [EmfExtEscape](./emfextescape/) | The EMR_EXTESCAPE record passes arbitrary information to a printer driver. The intent is that the information will not result in drawing being done. | +| [EmfExtFloodFill](./emfextfloodfill/) | The EMR_EXTFLOODFILL record fills an area of the display surface with the current brush | +| [EmfExtSelectClipRgn](./emfextselectcliprgn/) | The EMR_EXTSELECTCLIPRGN record combines the specified region with the current clip region using the specified mode. Note Fields that are not described in this section are specified in section 2.3.2. | +| [EmfExtTextOutA](./emfexttextouta/) | The EMR_EXTTEXTOUTA record draws an ASCII text string using the current font and text colors. | +| [EmfExtTextOutW](./emfexttextoutw/) | The EMR_EXTTEXTOUTW record draws an ASCII text string using the current font and text colors. | +| [EmfFillPath](./emffillpath/) | The EMR_FILLPATH record closes any open figures in the current path and fills the path's interior by using the current brush and polygon-filling mode. | +| [EmfFillRgn](./emffillrgn/) | The EMR_FILLRGN record fills the specified region by using the specified brush. | +| [EmfFlatternPath](./emfflatternpath/) | This record transforms any curves in the selected path into the playback device context; each curve MUST be turned into a sequence of lines. | +| [EmfForceUfiMapping](./emfforceufimapping/) | The EMR_FORCEUFIMAPPING record forces the font mapper to match fonts based on their UniversalFontId in preference to their LogFont (section 2.2.13) information. | +| [EmfFrameRgn](./emfframergn/) | The EMR_FRAMERGN record draws a border around the specified region using the specified brush. | +| [EmfGlsBoundedRecord](./emfglsboundedrecord/) | The EMR_GLSBOUNDEDRECORD record specifies an OpenGL function with a bounding rectangle for output. | +| [EmfGlsRecord](./emfglsrecord/) | The EMR_GLSRECORD record specifies an OpenGL function. | +| [EmfGradientFill](./emfgradientfill/) | The EMR_GRADIENTFILL record specifies filling rectangles or triangles with gradients of color. | +| [EmfIntersectClipRect](./emfintersectcliprect/) | The EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the current clipping region and the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2. | +| [EmfInvertRgn](./emfinvertrgn/) | The EMR_INVERTRGN record inverts the colors in the specified region. | +| [EmfLineTo](./emflineto/) | The EMR_LINETO record specifies a line from the current position up to, but not including, the specified point.It resets the current position to the specified point. | +| [EmfMaskBlt](./emfmaskblt/) | The EMR_MASKBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern and with the application of a color mask bitmap, according to specified foreground and background raster operations. | +| [EmfMetafileHeader](./emfmetafileheader/) | The EMR_HEADER record types define the starting points of EMF metafiles and specify properties of the device on which the image in the metafile was created. The information in the header record makes it possible for EMF metafiles to be independent of any specific output device. The value of the Size field can be used to distinguish between the different EMR_HEADER record types listed earlier in this section. There are three possible headers: The base header, which is the EmfMetafileHeader record. The fixed-size part of this header is 88 bytes, and it contains a Header object. The first extension header, which is the EmfMetafileHeaderExtension1 record. The fixed-size part of this header is 100 bytes, and it contains a Header object and a HeaderExtension1 object (section 2.2.10). The second extension header, which is the EmfMetafileHeaderExtension2 record. The fixed-size part of this header is 108 bytes, and it contains a Header object, a HeaderExtension1 object, and a HeaderExtension2 object (section 2.2.11). | +| [EmfMetafileHeaderExtension1](./emfmetafileheaderextension1/) | The EmfMetafileHeaderExtension1 record is the header record used in the first extension to EMF metafiles. Following the EmfHeaderExtension1 field, the remaining fields are optional and can be present in any order. | +| [EmfMetafileHeaderExtension2](./emfmetafileheaderextension2/) | The EmfMetafileHeaderExtension2 record is the header record used in the second extension to EMF metafiles. Following the EmfHeaderExtension2 field, the remaining fields are optional and can be present in any order. | +| [EmfModifyWorldTransform](./emfmodifyworldtransform/) | The EMR_MODIFYWORLDTRANSFORM record modifies the current world-space to page-space transform in the playback device context. | +| [EmfMoveToEx](./emfmovetoex/) | The EMR_MOVETOEX record specifies coordinates of the new current position, in logical units. | +| [EmfNamedEscape](./emfnamedescape/) | The MR_NAMEDESCAPE record passes arbitrary information to a specified printer driver. | +| [EmfObjectCreationRecordType](./emfobjectcreationrecordtype/) | The object creation record types create graphics objects. | +| [EmfObjectManipulationRecordType](./emfobjectmanipulationrecordtype/) | The object manipulation record types manage and modify graphics objects. | +| [EmfOffsetClipRgn](./emfoffsetcliprgn/) | The EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets. | +| [EmfOpenGlRecordType](./emfopenglrecordtype/) | The OpenGL record types specify OpenGL functions. | +| [EmfPaintRgn](./emfpaintrgn/) | The EMR_PAINTRGN record paints the specified region by using the brush currently selected into the playback device context. | +| [EmfPathBracketRecordType](./emfpathbracketrecordtype/) | The path bracket record types specify and manipulate paths in path brackets. Note: None of the path bracket records specify parameters. | +| [EmfPie](./emfpie/) | The EMR_PIE record specifies a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the current pen and filled by using the current brush. | +| [EmfPixelFormat](./emfpixelformat/) | The EMR_PIXELFORMAT record specifies the pixel format to use for graphics operations. | +| [EmfPlgBlt](./emfplgblt/) | The EMR_PLGBLT record specifies a block transfer of pixels from a source bitmap to a destination parallelogram, with the application of a color mask bitmap. | +| [EmfPolyBezier](./emfpolybezier/) | The EMR_POLYBEZIER record specifies one or more Bezier curves. | +| [EmfPolyBezier16](./emfpolybezier16/) | The EMR_POLYBEZIER16 record specifies one or more Bezier curves. The curves are drawn using the current pen. | +| [EmfPolyBezierTo](./emfpolybezierto/) | The EMR_POLYBEZIERTO record specifies one or more Bezier curves based upon the current position. | +| [EmfPolyBezierTo16](./emfpolybezierto16/) | The EMR_POLYBEZIERTO16 record specifies one or more Bezier curves based on the current position. | +| [EmfPolyDraw](./emfpolydraw/) | The EMR_POLYDRAW record specifies a set of line segments and Bezier curves. | +| [EmfPolyDraw16](./emfpolydraw16/) | The EMR_POLYDRAW16 record specifies a set of line segments and Bezier curves. | +| [EmfPolygon](./emfpolygon/) | The EMR_POLYGON record specifies a polygon consisting of two or more vertexes connected by straight lines. | +| [EmfPolygon16](./emfpolygon16/) | The EMR_POLYGON16 record specifies a polygon consisting of two or more vertexes connected by straight lines. The polygon is outlined by using the current pen and filled by using the current brush and polygon fill mode. The polygon is closed automatically by drawing a line from the last vertex to the first. | +| [EmfPolyline](./emfpolyline/) | The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array. | +| [EmfPolyline16](./emfpolyline16/) | The EMR_POLYLINE16 record specifies a series of line segments by connecting the points in the specified array. | +| [EmfPolylineTo](./emfpolylineto/) | The EMR_POLYLINETO record specifies one or more straight lines based upon the current position. | +| [EmfPolylineTo16](./emfpolylineto16/) | The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position. A line is drawn from the current position to the first point specified by the aPoints field by using the current pen. For each additional line, drawing is performed from the ending point of the previous line to the next point specified by aPoints. | +| [EmfPolyPolygon](./emfpolypolygon/) | The EMR_POLYPOLYGON record specifies a series of closed polygons. | +| [EmfPolyPolygon16](./emfpolypolygon16/) | The EMR_POLYPOLYGON16 record specifies a series of closed polygons. Each polygon is outlined using the current pen, and filled using the current brush and polygon fill mode. The polygons drawn by this record can overlap. | +| [EmfPolyPolyline](./emfpolypolyline/) | The EMR_POLYPOLYLINE record specifies multiple series of connected line segments. | +| [EmfPolyPolyline16](./emfpolypolyline16/) | The EMR_POLYPOLYLINE16 record specifies multiple series of connected line segments. | +| [EmfPolyTextOutA](./emfpolytextouta/) | The EMR_POLYTEXTOUTA record draws one or more ASCII text strings using the current font and text colors. | +| [EmfPolyTextOutW](./emfpolytextoutw/) | The EMR_POLYTEXTOUTW record draws one or more Unicode text strings using the current font and text colors. | +| [EmfRealizePalette](./emfrealizepalette/) | This record maps palette entries from the current LogPalette object (section 2.2.17) to the system_palette. This EMF record specifies no parameters. | +| [EmfRecord](./emfrecord/) | Base class for EMF records All EMF records MUST have a length that is a multiple of 4 bytes. This is depicted in the generic structures of the preceding EMF record types by including AlignmentPadding fields where appropriate at the ends of these structures. The contents of AlignmentPadding fields MUST always be ignored. For brevity, these fields are not shown in every individual EMF record definition. | +| [EmfRectangle](./emfrectangle/) | The EMR_RECTANGLE record draws a rectangle. The rectangle is outlined by using the current pen and filled by using the current brush. | +| [EmfResizePalette](./emfresizepalette/) | The EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette object (section 2.2.17). | +| [EmfRestoreDc](./emfrestoredc/) | The EMR_RESTOREDC record restores the playback device context to the specified state. The playback device context is restored by popping state information off a stack that was created by prior EMR_SAVEDC records (section 2.3.11). | +| [EmfRop4](./emfrop4/) | A quaternary raster operation, which specifies ternary raster operations for the foreground and background colors of a bitmap. These values define how the color data of the source rectangle is to be combined with the color data of the destination rectangle. | +| [EmfRoundRect](./emfroundrect/) | The EMR_ROUNDRECT record specifies a rectangle with rounded corners. The rectangle is outlined by using the current pen and filled by using the current brush. | +| [EmfSaveDc](./emfsavedc/) | Saves the current state of playback device context on a stack of states saved by preceding EMR_SAVEDC records, if any. The state consists of graphics properties and objects, including the currently selected bitmap, brush, palette, font, pen, and region. An EMR_RESTOREDC record is used to restore the state. This EMF record specifies no parameters. | +| [EmfScaleViewportExtex](./emfscaleviewportextex/) | The EMR_SCALEVIEWPORTEXTEX record respecifies the viewport for a device context by using the ratios formed by the specified multiplicands and divisors. | +| [EmfScaleWindowExtex](./emfscalewindowextex/) | The EMR_SCALEWINDOWEXTEX record respecifies the window for a playback device context by using the ratios formed by the specified multiplicands and divisors. | +| [EmfSelectClipPath](./emfselectclippath/) | The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback device context, combining the new region with any existing clipping region using the specified mode. | +| [EmfSelectObject](./emfselectobject/) | The EMR_SELECTOBJECT record adds a graphics object to the current metafile playback device context. The object is specified either by its index in the EMF Object Table(section 3.1.1.1) or by its value from the StockObject enumeration(section 2.1.31). | +| [EmfSelectPalette](./emfselectpalette/) | The EMR_SELECTPALETTE record specifies a logical palette for the playback device context. | +| [EmfSetArcDirection](./emfsetarcdirection/) | The EMR_SETARCDIRECTION record specifies the drawing direction to be used for arc and rectangle output. | +| [EmfSetBkColor](./emfsetbkcolor/) | The EMR_SETBKCOLOR record specifies the background color. | +| [EmfSetBkMode](./emfsetbkmode/) | The EMR_SETBKMODE record specifies the background mix mode of the playback device context. The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines. | +| [EmfSetBrushOrgEx](./emfsetbrushorgex/) | The EMR_SETBRUSHORGEX record specifies the origin of the current brush. | +| [EmfSetColorAdjustment](./emfsetcoloradjustment/) | The EMR_SETCOLORADJUSTMENT record specifies color adjustment properties in the playback device context. | +| [EmfSetColorSpace](./emfsetcolorspace/) | The EMR_SETCOLORSPACE record defines the current logical color space object for graphics operations. | +| [EmfSetDiBitsToDevice](./emfsetdibitstodevice/) | The EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scan lines of a source bitmap to a destination rectangle. | +| [EmfSetIcmMode](./emfseticmmode/) | The EMR_SETICMMODE record specifies the mode of Image Color Management (ICM) for graphics operations. | +| [EmfSetIcmProfileA](./emfseticmprofilea/) | The EMR_SETICMPROFILEA record specifies a color profile in a file with a name consisting of ASCII characters, for graphics output. | +| [EmfSetIcmProfileW](./emfseticmprofilew/) | The EMR_SETICMPROFILEW record specifies a color profile in a file with a name consisting of Unicode characters, for graphics output. | +| [EmfSetLayout](./emfsetlayout/) | The EMR_SETLAYOUT record specifies the order in which text and graphics are drawn. | +| [EmfSetLinkedUfis](./emfsetlinkedufis/) | The EMR_SETLINKEDUFIS record sets the UniversalFontIds (section 2.2.27) of the linked fonts to use during character lookup. | +| [EmfSetMapMode](./emfsetmapmode/) | The EMR_SETMAPMODE record specifies the mapping mode of the playback device context. The mapping mode specifies the unit of measure used to transform page space units into device space units, and also specifies the orientation of the device's x-axis and y-axis. | +| [EmfSetMapperFlags](./emfsetmapperflags/) | The EMR_SETMAPPERFLAGS record specifies parameters of the process of matching logical fonts to physical fonts, which is performed by the font mapper. | +| [EmfSetMetaRgn](./emfsetmetargn/) | Inter sets the current meta region with the current clipping region to form a new meta region for the playback device context. The current clipping region SHOULD be reset to null. This EMF record specifies no parameters. | +| [EmfSetMiterLimit](./emfsetmiterlimit/) | The EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context. | +| [EmfSetPaletteEntries](./emfsetpaletteentries/) | The EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing LogPalette (section 2.2.17) object. | +| [EmfSetPixelV](./emfsetpixelv/) | The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates. | +| [EmfSetPolyFillMode](./emfsetpolyfillmode/) | The EMR_SETPOLYFILLMODE record defines polygon fill mode. | +| [EmfSetRop2](./emfsetrop2/) | The EMR_SETROP2 record defines a binary raster operation mode. | +| [EmfSetStrechBltMode](./emfsetstrechbltmode/) | The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode. | +| [EmfSetTextAlign](./emfsettextalign/) | The EMR_SETTEXTALIGN record specifies text alignment. | +| [EmfSetTextColor](./emfsettextcolor/) | The EMR_SETTEXTCOLOR record defines the current text color. | +| [EmfSetTextJustification](./emfsettextjustification/) | The EMR_SETTEXTJUSTIFICATION record specifies the amount of extra space to add to break characters for text justification. | +| [EmfSetViewportExtEx](./emfsetviewportextex/) | The EMR_SETVIEWPORTEXTEX record defines the viewport extent. | +| [EmfSetViewportOrgEx](./emfsetviewportorgex/) | The EMR_SETVIEWPORTORGEX record defines the viewport origin. | +| [EmfSetWindowExtEx](./emfsetwindowextex/) | The EMR_SETWINDOWEXTEX record defines the window extent. | +| [EmfSetWindowOrgEx](./emfsetwindoworgex/) | The EMR_SETWINDOWORGEX record defines the window origin. | +| [EmfSetWorldTransform](./emfsetworldtransform/) | The EMR_SETWORLDTRANSFORM record specifies a transform for the current world-space to page space transform in the playback device context. | +| [EmfSmallTextOut](./emfsmalltextout/) | The EMR_SMALLTEXTOUT record outputs a string. | +| [EmfStateRecordType](./emfstaterecordtype/) | The state record types specify and manage graphics properties that define the state of the playback device context. | +| [EmfStretchBlt](./emfstretchblt/) | The EMR_STRETCHBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation, stretching or compressing the output to fit the dimensions of the destination, if necessary. | +| [EmfStretchDiBits](./emfstretchdibits/) | The EMR_STRETCHDIBITS record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation, stretching or compressing the output to fit the dimensions of the destination, if necessary. | +| [EmfStrokeAndFillPath](./emfstrokeandfillpath/) | The EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush. | +| [EmfStrokePath](./emfstrokepath/) | EMR_STROKEPATH class | +| [EmfTransformRecordType](./emftransformrecordtype/) | The transform record types specify and modify world-space to page-space transforms. | +| [EmfTransparentBlt](./emftransparentblt/) | The EMR_TRANSPARENTBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, treating a specified color as transparent, stretching or compressing the output to fit the dimensions of the destination, if necessary | +| [EmfVertexData](./emfvertexdata/) | Objects that specify the vertexes of either rectangles or triangles and the colors that correspond to them. | +| [EmfWidenPath](./emfwidenpath/) | This record redefines the current path as the area that would be painted if the path were drawn using the pen currently selected into the playback device context. | +## Structures + +| Structure | Description | +| --- | --- | +| [EmfBlendFunction](./emfblendfunction/) | A structure that specifies the blending operations for source and destination bitmaps. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/_index.md index fddfd8f5c07e..2bf8422e4836 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfAbortPath +title: Class EmfAbortPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfAbortPath class. This record aborts a path bracket or discards the path from a closed path bracket type: docs weight: 3200 url: /net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/ @@ -18,19 +18,19 @@ public sealed class EmfAbortPath : EmfPathBracketRecordType | Name | Description | | --- | --- | -| [EmfAbortPath](emfabortpath)() | The default constructor. | +| [EmfAbortPath](emfabortpath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfPathBracketRecordType](../emfpathbracketrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfPathBracketRecordType](../emfpathbracketrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/emfabortpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/emfabortpath/_index.md index 3e5376dec162..af396054d973 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/emfabortpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/emfabortpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfAbortPath +title: EmfAbortPath.EmfAbortPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAbortPath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfabortpath/emfabortpath/ @@ -16,8 +16,8 @@ public EmfAbortPath() ### See Also -* class [EmfAbortPath](../../emfabortpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfabortpath) +* class [EmfAbortPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfabortpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/_index.md index 317b00b80e4e..e4fe968977a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/_index.md @@ -1,7 +1,7 @@ --- -title: EmfAlphaBlend +title: Class EmfAlphaBlend second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfAlphaBlend class. The EMR_ALPHABLEND record specifies a block transfer of pixels from a source bitmap to a destination rectangle including alpha transparency data according to a specified blending operation type: docs weight: 3210 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ @@ -18,33 +18,33 @@ public sealed class EmfAlphaBlend : EmfBitmapRecordType | Name | Description | | --- | --- | -| [EmfAlphaBlend](emfalphablend)(EmfRecord) | Initializes a new instance of the [`EmfAlphaBlend`](../emfalphablend) class. | +| [EmfAlphaBlend](emfalphablend/)(EmfRecord) | Initializes a new instance of the `EmfAlphaBlend` class. | ## Properties | Name | Description | | --- | --- | -| [BkSrcArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/bksrcargb32color) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap. | -| [BlendFunction](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/blendfunction) { get; set; } | Gets or sets a structure that specifies the blending operations for source and destination bitmaps | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | -| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. This value MUST be greater than zero. | -| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. This value MUST be greater than zero. | -| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/cydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. This value MUST be greater than zero. | -| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/cysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. This value MUST be greater than zero. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/sourcebitmap) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_ALPHABLEND record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/usagesrc) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | -| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/xdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | -| [XformSr](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/xformsr) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | -| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/xsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | -| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/ydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | -| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/ysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | +| [BkSrcArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/bksrcargb32color/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap. | +| [BlendFunction](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/blendfunction/) { get; set; } | Gets or sets a structure that specifies the blending operations for source and destination bitmaps | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | +| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. This value MUST be greater than zero. | +| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. This value MUST be greater than zero. | +| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/cydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. This value MUST be greater than zero. | +| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/cysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. This value MUST be greater than zero. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/sourcebitmap/) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_ALPHABLEND record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/usagesrc/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | +| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/xdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | +| [XformSr](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/xformsr/) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | +| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/xsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | +| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/ydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | +| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfalphablend/ysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | ### See Also -* class [EmfBitmapRecordType](../emfbitmaprecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfBitmapRecordType](../emfbitmaprecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bksrcargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bksrcargb32color/_index.md index 78eff8bde03e..18630b2dfce3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bksrcargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bksrcargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: BkSrcArgb32Color +title: EmfAlphaBlend.BkSrcArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 that specifies the background color of the source bitmap type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bksrcargb32color/ @@ -20,8 +20,8 @@ The 32-bit ARGB color ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/blendfunction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/blendfunction/_index.md index 9a2f3303801f..b423241be5d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/blendfunction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/blendfunction/_index.md @@ -1,7 +1,7 @@ --- -title: BlendFunction +title: EmfAlphaBlend.BlendFunction second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a structure that specifies the blending operations for source and destination bitmaps type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/blendfunction/ @@ -16,9 +16,9 @@ public EmfBlendFunction BlendFunction { get; set; } ### See Also -* struct [EmfBlendFunction](../../emfblendfunction) -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* struct [EmfBlendFunction](../../emfblendfunction/) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bounds/_index.md index a1f4e8ce6610..f5138d3b68eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfAlphaBlend.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines the destination bounding rectangle in device units type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxdest/_index.md index 6ae79f541e24..3a20f7bb8a76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxdest/_index.md @@ -1,7 +1,7 @@ --- -title: CxDest +title: EmfAlphaBlend.CxDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit signed integer that specifies the logical width of the destination rectangle. This value MUST be greater than zero type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxdest/ @@ -16,8 +16,8 @@ public int CxDest { get; set; } ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxsrc/_index.md index 1044e5732de8..e1dd91a6d931 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxsrc/_index.md @@ -1,7 +1,7 @@ --- -title: CxSrc +title: EmfAlphaBlend.CxSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit signed integer that specifies the logical width of the source rectangle. This value MUST be greater than zero type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cxsrc/ @@ -16,8 +16,8 @@ public int CxSrc { get; set; } ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cydest/_index.md index f39720070e0b..4896afee9712 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cydest/_index.md @@ -1,7 +1,7 @@ --- -title: CyDest +title: EmfAlphaBlend.CyDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit signed integer that specifies the logical height of the destination rectangle. This value MUST be greater than zero type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cydest/ @@ -16,8 +16,8 @@ public int CyDest { get; set; } ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cysrc/_index.md index 93eba834e10b..5abd2b8ef4d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cysrc/_index.md @@ -1,7 +1,7 @@ --- -title: CySrc +title: EmfAlphaBlend.CySrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit signed integer that specifies the logical height of the source rectangle. This value MUST be greater than zero type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/cysrc/ @@ -16,8 +16,8 @@ public int CySrc { get; set; } ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/emfalphablend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/emfalphablend/_index.md index 75006d05a0b3..eb7b8b1f261c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/emfalphablend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/emfalphablend/_index.md @@ -1,14 +1,14 @@ --- -title: EmfAlphaBlend +title: EmfAlphaBlend.EmfAlphaBlend second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend constructor. Initializes a new instance of the EmfAlphaBlend class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/emfalphablend/ --- ## EmfAlphaBlend constructor -Initializes a new instance of the [`EmfAlphaBlend`](../../emfalphablend) class. +Initializes a new instance of the [`EmfAlphaBlend`](../) class. ```csharp public EmfAlphaBlend(EmfRecord source) @@ -20,9 +20,9 @@ public EmfAlphaBlend(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfRecord](../../emfrecord/) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/sourcebitmap/_index.md index ec4910495aee..470fc833cb06 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: EmfAlphaBlend.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a buffer containing the source bitmap which is not required to be contiguous with the fixed portion of the EMR_ALPHABLEND record. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/sourcebitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap SourceBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/usagesrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/usagesrc/_index.md index 315462fec8ad..f71fc50e55fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/usagesrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/usagesrc/_index.md @@ -1,7 +1,7 @@ --- -title: UsageSrc +title: EmfAlphaBlend.UsageSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/usagesrc/ @@ -16,9 +16,9 @@ public EmfDibColors UsageSrc { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xdest/_index.md index 780bfa5c65c5..8de1213ba368 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: EmfAlphaBlend.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the destination rectangle type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xdest/ @@ -16,8 +16,8 @@ public int XDest { get; set; } ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xformsr/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xformsr/_index.md index 0f0a61f6c141..e30bfea2b718 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xformsr/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xformsr/_index.md @@ -1,7 +1,7 @@ --- -title: XformSr +title: EmfAlphaBlend.XformSr second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets an XForm object section 2.2.28 that specifies a worldspace to pagespace transform to apply to the source bitmap type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xformsr/ @@ -16,9 +16,9 @@ public Matrix XformSr { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xsrc/_index.md index 4710d0c2e066..d48a2e31401a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: EmfAlphaBlend.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the source rectangle type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/xsrc/ @@ -16,8 +16,8 @@ public int XSrc { get; set; } ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ydest/_index.md index 5406bd9c0ee9..8fe3ed9820a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: EmfAlphaBlend.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the destination rectangle type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ydest/ @@ -16,8 +16,8 @@ public int YDest { get; set; } ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ysrc/_index.md index 563b0b848cfc..f0081000f6c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: EmfAlphaBlend.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAlphaBlend property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the source rectangle type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emf.records/emfalphablend/ysrc/ @@ -16,8 +16,8 @@ public int YSrc { get; set; } ### See Also -* class [EmfAlphaBlend](../../emfalphablend) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend) +* class [EmfAlphaBlend](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfalphablend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/_index.md index 90250a0d8d3a..ee8107b95f5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/_index.md @@ -1,7 +1,7 @@ --- -title: EmfAngleArc +title: Class EmfAngleArc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfAngleArc class. The EMR_ANGLEARC record specifies a line segment of an arc. The line segment is drawn from the current position to the beginning of the arc. The arc is drawn along the perimeter of a circle with the given radius and center. The length of the arc is defined by the given start and sweep angles type: docs weight: 3220 url: /net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/ @@ -18,24 +18,24 @@ public sealed class EmfAngleArc : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfAngleArc](emfanglearc)() | Initializes a new instance of the [`EmfAngleArc`](../emfanglearc) class. | -| [EmfAngleArc](emfanglearc)(EmfRecord) | Initializes a new instance of the [`EmfAngleArc`](../emfanglearc) class. | +| [EmfAngleArc](emfanglearc/#constructor)() | Initializes a new instance of the `EmfAngleArc` class. | +| [EmfAngleArc](emfanglearc/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfAngleArc` class. | ## Properties | Name | Description | | --- | --- | -| [Center](../../aspose.imaging.fileformats.emf.emf.records/emfanglearc/center) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the logical coordinates of the circle's center. | -| [Radius](../../aspose.imaging.fileformats.emf.emf.records/emfanglearc/radius) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the circle's radius, in logical units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [StartAngle](../../aspose.imaging.fileformats.emf.emf.records/emfanglearc/startangle) { get; set; } | Gets or sets a 32-bit float that specifies the arc's start angle, in degrees. | -| [SweepAngle](../../aspose.imaging.fileformats.emf.emf.records/emfanglearc/sweepangle) { get; set; } | Gets or sets a 32-bit float that specifies the arc's sweep angle, in degrees. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Center](../../aspose.imaging.fileformats.emf.emf.records/emfanglearc/center/) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the logical coordinates of the circle's center. | +| [Radius](../../aspose.imaging.fileformats.emf.emf.records/emfanglearc/radius/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the circle's radius, in logical units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [StartAngle](../../aspose.imaging.fileformats.emf.emf.records/emfanglearc/startangle/) { get; set; } | Gets or sets a 32-bit float that specifies the arc's start angle, in degrees. | +| [SweepAngle](../../aspose.imaging.fileformats.emf.emf.records/emfanglearc/sweepangle/) { get; set; } | Gets or sets a 32-bit float that specifies the arc's sweep angle, in degrees. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/center/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/center/_index.md index 8cfd3513d908..e4e374c07070 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/center/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/center/_index.md @@ -1,7 +1,7 @@ --- -title: Center +title: EmfAngleArc.Center second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAngleArc property. Gets or sets a 64bit WMF PointL object specified in MSWMF section 2.2.2.15 which specifies the logical coordinates of the circles center type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/center/ @@ -16,9 +16,9 @@ public Point Center { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfAngleArc](../../emfanglearc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfAngleArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/emfanglearc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/emfanglearc/_index.md index 289acbdf6beb..5dd59b0e0548 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/emfanglearc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/emfanglearc/_index.md @@ -1,14 +1,14 @@ --- -title: EmfAngleArc +title: EmfAngleArc.EmfAngleArc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAngleArc constructor. Initializes a new instance of the EmfAngleArc class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/emfanglearc/ --- -## EmfAngleArc constructor (1 of 2) +## EmfAngleArc(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfAngleArc`](../../emfanglearc) class. +Initializes a new instance of the [`EmfAngleArc`](../) class. ```csharp public EmfAngleArc(EmfRecord source) @@ -20,16 +20,16 @@ public EmfAngleArc(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfAngleArc](../../emfanglearc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc) +* class [EmfRecord](../../emfrecord/) +* class [EmfAngleArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc/) * assembly [Aspose.Imaging](../../../) --- -## EmfAngleArc constructor (2 of 2) +## EmfAngleArc() {#constructor} -Initializes a new instance of the [`EmfAngleArc`](../../emfanglearc) class. +Initializes a new instance of the [`EmfAngleArc`](../) class. ```csharp public EmfAngleArc() @@ -37,8 +37,8 @@ public EmfAngleArc() ### See Also -* class [EmfAngleArc](../../emfanglearc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc) +* class [EmfAngleArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/radius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/radius/_index.md index 4607d964f78c..6acc25a8cdef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/radius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/radius/_index.md @@ -1,7 +1,7 @@ --- -title: Radius +title: EmfAngleArc.Radius second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAngleArc property. Gets or sets a 32bit unsigned integer that specifies the circles radius in logical units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/radius/ @@ -16,8 +16,8 @@ public int Radius { get; set; } ### See Also -* class [EmfAngleArc](../../emfanglearc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc) +* class [EmfAngleArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/startangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/startangle/_index.md index 8e9e5b0c73fd..c98a628066c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/startangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/startangle/_index.md @@ -1,7 +1,7 @@ --- -title: StartAngle +title: EmfAngleArc.StartAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAngleArc property. Gets or sets a 32bit float that specifies the arcs start angle in degrees type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/startangle/ @@ -16,8 +16,8 @@ public float StartAngle { get; set; } ### See Also -* class [EmfAngleArc](../../emfanglearc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc) +* class [EmfAngleArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/sweepangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/sweepangle/_index.md index 8dfab2f9e706..01605246f4bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/sweepangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/sweepangle/_index.md @@ -1,7 +1,7 @@ --- -title: SweepAngle +title: EmfAngleArc.SweepAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfAngleArc property. Gets or sets a 32bit float that specifies the arcs sweep angle in degrees type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfanglearc/sweepangle/ @@ -16,8 +16,8 @@ public float SweepAngle { get; set; } ### See Also -* class [EmfAngleArc](../../emfanglearc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc) +* class [EmfAngleArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfanglearc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/_index.md index 6a93d52698df..57cb312eddc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/_index.md @@ -1,7 +1,7 @@ --- -title: EmfArc +title: Class EmfArc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfArc class. The EMR_ARC record specifies an elliptical arc type: docs weight: 3230 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarc/ @@ -18,23 +18,23 @@ public sealed class EmfArc : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfArc](emfarc)() | Initializes a new instance of the [`EmfArc`](../emfarc) class. | -| [EmfArc](emfarc)(EmfRecord) | Initializes a new instance of the [`EmfArc`](../emfarc) class. | +| [EmfArc](emfarc/#constructor)() | Initializes a new instance of the `EmfArc` class. | +| [EmfArc](emfarc/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfArc` class. | ## Properties | Name | Description | | --- | --- | -| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfarc/box) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle. | -| [End](../../aspose.imaging.fileformats.emf.emf.records/emfarc/end) { get; set; } | Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfarc/start) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates, in logical units, of the ending point of the radial line defining the starting point of the arc. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfarc/box/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle. | +| [End](../../aspose.imaging.fileformats.emf.emf.records/emfarc/end/) { get; set; } | Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfarc/start/) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates, in logical units, of the ending point of the radial line defining the starting point of the arc. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/box/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/box/_index.md index 068eca01e3fd..ff8521b68c8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/box/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/box/_index.md @@ -1,7 +1,7 @@ --- -title: Box +title: EmfArc.Box second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfArc property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the inclusiveinclusive bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarc/box/ @@ -16,9 +16,9 @@ public Rectangle Box { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfArc](../../emfarc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/emfarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/emfarc/_index.md index e797dfa49287..cb13d5372c65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/emfarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/emfarc/_index.md @@ -1,14 +1,14 @@ --- -title: EmfArc +title: EmfArc.EmfArc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfArc constructor. Initializes a new instance of the EmfArc class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarc/emfarc/ --- -## EmfArc constructor (1 of 2) +## EmfArc(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfArc`](../../emfarc) class. +Initializes a new instance of the [`EmfArc`](../) class. ```csharp public EmfArc(EmfRecord source) @@ -20,16 +20,16 @@ public EmfArc(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfArc](../../emfarc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc) +* class [EmfRecord](../../emfrecord/) +* class [EmfArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc/) * assembly [Aspose.Imaging](../../../) --- -## EmfArc constructor (2 of 2) +## EmfArc() {#constructor} -Initializes a new instance of the [`EmfArc`](../../emfarc) class. +Initializes a new instance of the [`EmfArc`](../) class. ```csharp public EmfArc() @@ -37,8 +37,8 @@ public EmfArc() ### See Also -* class [EmfArc](../../emfarc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc) +* class [EmfArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/end/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/end/_index.md index db71c2c4fa79..0248a553e812 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/end/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/end/_index.md @@ -1,7 +1,7 @@ --- -title: End +title: EmfArc.End second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfArc property. Gets or sets a 64bit WMF PointL object that specifies the coordinates in logical units of the ending point of the radial line defining the ending point of the arc type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarc/end/ @@ -16,9 +16,9 @@ public Point End { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfArc](../../emfarc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/start/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/start/_index.md index 56a9d1b8e1e9..722c089c5f2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/start/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarc/start/_index.md @@ -1,7 +1,7 @@ --- -title: Start +title: EmfArc.Start second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfArc property. Gets or sets a 64bit WMF PointL object specified in MSWMF section 2.2.2.15 which specifies the coordinates in logical units of the ending point of the radial line defining the starting point of the arc type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarc/start/ @@ -16,9 +16,9 @@ public Point Start { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfArc](../../emfarc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/_index.md index 7345bd69da5f..9a4a7fb72ff8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/_index.md @@ -1,7 +1,7 @@ --- -title: EmfArcTo +title: Class EmfArcTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfArcTo class. The EMR_ARCTO record specifies an elliptical arc. It resets the current position to the end point of the arc type: docs weight: 3240 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarcto/ @@ -18,23 +18,23 @@ public sealed class EmfArcTo : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfArcTo](emfarcto)() | Initializes a new instance of the [`EmfArcTo`](../emfarcto) class. | -| [EmfArcTo](emfarcto)(EmfRecord) | Initializes a new instance of the [`EmfArcTo`](../emfarcto) class. | +| [EmfArcTo](emfarcto/#constructor)() | Initializes a new instance of the `EmfArcTo` class. | +| [EmfArcTo](emfarcto/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfArcTo` class. | ## Properties | Name | Description | | --- | --- | -| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfarcto/box) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | -| [End](../../aspose.imaging.fileformats.emf.emf.records/emfarcto/end) { get; set; } | Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfarcto/start) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfarcto/box/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | +| [End](../../aspose.imaging.fileformats.emf.emf.records/emfarcto/end/) { get; set; } | Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfarcto/start/) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/box/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/box/_index.md index d4b9706f60ab..f761c467befd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/box/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/box/_index.md @@ -1,7 +1,7 @@ --- -title: Box +title: EmfArcTo.Box second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfArcTo property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarcto/box/ @@ -16,9 +16,9 @@ public Rectangle Box { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfArcTo](../../emfarcto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfArcTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/emfarcto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/emfarcto/_index.md index 60c04de60741..788da26ee668 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/emfarcto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/emfarcto/_index.md @@ -1,14 +1,14 @@ --- -title: EmfArcTo +title: EmfArcTo.EmfArcTo second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfArcTo constructor. Initializes a new instance of the EmfArcTo class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarcto/emfarcto/ --- -## EmfArcTo constructor (1 of 2) +## EmfArcTo(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfArcTo`](../../emfarcto) class. +Initializes a new instance of the [`EmfArcTo`](../) class. ```csharp public EmfArcTo(EmfRecord source) @@ -20,16 +20,16 @@ public EmfArcTo(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfArcTo](../../emfarcto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto) +* class [EmfRecord](../../emfrecord/) +* class [EmfArcTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto/) * assembly [Aspose.Imaging](../../../) --- -## EmfArcTo constructor (2 of 2) +## EmfArcTo() {#constructor} -Initializes a new instance of the [`EmfArcTo`](../../emfarcto) class. +Initializes a new instance of the [`EmfArcTo`](../) class. ```csharp public EmfArcTo() @@ -37,8 +37,8 @@ public EmfArcTo() ### See Also -* class [EmfArcTo](../../emfarcto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto) +* class [EmfArcTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/end/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/end/_index.md index 221deb18060b..11a0e233d94a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/end/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/end/_index.md @@ -1,7 +1,7 @@ --- -title: End +title: EmfArcTo.End second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfArcTo property. Gets or sets a 64bit WMF PointL object that specifies the coordinates of the second radial ending point in logical units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarcto/end/ @@ -16,9 +16,9 @@ public Point End { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfArcTo](../../emfarcto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfArcTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/start/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/start/_index.md index 05313317eed8..22b7e93f9f7b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/start/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfarcto/start/_index.md @@ -1,7 +1,7 @@ --- -title: Start +title: EmfArcTo.Start second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfArcTo property. Gets or sets a 64bit WMF PointL object specified in MSWMF section 2.2.2.15 which specifies the coordinates of the first radial ending point in logical units type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfarcto/start/ @@ -16,9 +16,9 @@ public Point Start { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfArcTo](../../emfarcto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfArcTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfarcto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/_index.md index d32397c00238..d2464370790e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBeginPath +title: Class EmfBeginPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfBeginPath class. This record opens a path bracket in the current playback device context. After a path bracket is open an application can begin processing records to define the points that lie in the path.An application MUST close an open path bracket by processing the EMR_ENDPATH record. When an application processes the EMR_BEGINPATH record all previous paths MUST be discarded from the playback device context type: docs weight: 3250 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/ @@ -18,19 +18,19 @@ public sealed class EmfBeginPath : EmfPathBracketRecordType | Name | Description | | --- | --- | -| [EmfBeginPath](emfbeginpath)() | The default constructor. | +| [EmfBeginPath](emfbeginpath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfPathBracketRecordType](../emfpathbracketrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfPathBracketRecordType](../emfpathbracketrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/emfbeginpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/emfbeginpath/_index.md index 292a6da9d8ae..a4d21f721ea9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/emfbeginpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/emfbeginpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBeginPath +title: EmfBeginPath.EmfBeginPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBeginPath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbeginpath/emfbeginpath/ @@ -16,8 +16,8 @@ public EmfBeginPath() ### See Also -* class [EmfBeginPath](../../emfbeginpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbeginpath) +* class [EmfBeginPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbeginpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/_index.md index 18b4f1d8d36b..f469e8ad0bcb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBitBlt +title: Class EmfBitBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfBitBlt class. The EMR_BITBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle optionally in combination with a brush pattern according to a specified raster operation type: docs weight: 3260 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ @@ -18,31 +18,31 @@ public sealed class EmfBitBlt : EmfBitmapRecordType | Name | Description | | --- | --- | -| [EmfBitBlt](emfbitblt)(EmfRecord) | Initializes a new instance of the [`EmfBitBlt`](../emfbitblt) class. | +| [EmfBitBlt](emfbitblt/)(EmfRecord) | Initializes a new instance of the `EmfBitBlt` class. | ## Properties | Name | Description | | --- | --- | -| [BitBltRasterOperation](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/bitbltrasteroperation) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the raster operation code. This code defines how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern, to achieve the final color. | -| [BkSrcArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/bksrcargb32color) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | -| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/cxdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source and destination rectangles. | -| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/cydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source and destination rectangles. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/sourcebitmap) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_BITBLT record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/usagesrc) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | -| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/xdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | -| [XformSrc](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/xformsrc) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | -| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/xsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | -| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/ydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | -| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/ysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | +| [BitBltRasterOperation](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/bitbltrasteroperation/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the raster operation code. This code defines how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern, to achieve the final color. | +| [BkSrcArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/bksrcargb32color/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | +| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/cxdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source and destination rectangles. | +| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/cydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source and destination rectangles. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/sourcebitmap/) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_BITBLT record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/usagesrc/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | +| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/xdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | +| [XformSrc](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/xformsrc/) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | +| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/xsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | +| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/ydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | +| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfbitblt/ysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | ### See Also -* class [EmfBitmapRecordType](../emfbitmaprecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfBitmapRecordType](../emfbitmaprecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bitbltrasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bitbltrasteroperation/_index.md index 0bfdbaf00964..b9ac8ce10e2f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bitbltrasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bitbltrasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: BitBltRasterOperation +title: EmfBitBlt.BitBltRasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a 32bit unsigned integer that specifies the raster operation code. This code defines how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern to achieve the final color type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bitbltrasteroperation/ @@ -16,9 +16,9 @@ public WmfTernaryRasterOperation BitBltRasterOperation { get; set; } ### See Also -* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation) -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bksrcargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bksrcargb32color/_index.md index 8389694eb232..c3d0be01ce44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bksrcargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bksrcargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: BkSrcArgb32Color +title: EmfBitBlt.BkSrcArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 that specifies the background color of the source bitmap type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bksrcargb32color/ @@ -20,8 +20,8 @@ The 32-bit ARGB color ### See Also -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bounds/_index.md index 60afb0fe01de..71e2a37f7200 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfBitBlt.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines the destination bounding rectangle in device units type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cxdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cxdest/_index.md index cf3bac24cc9c..0adfef59dfd6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cxdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cxdest/_index.md @@ -1,7 +1,7 @@ --- -title: CxDest +title: EmfBitBlt.CxDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a 32bit signed integer that specifies the logical width of the source and destination rectangles type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cxdest/ @@ -16,8 +16,8 @@ public int CxDest { get; set; } ### See Also -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cydest/_index.md index 7b2df2ed1eef..1a6433e0dbd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cydest/_index.md @@ -1,7 +1,7 @@ --- -title: CyDest +title: EmfBitBlt.CyDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a 32bit signed integer that specifies the logical height of the source and destination rectangles type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/cydest/ @@ -16,8 +16,8 @@ public int CyDest { get; set; } ### See Also -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/emfbitblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/emfbitblt/_index.md index 3e3b9b6d341c..9a8c2338518c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/emfbitblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/emfbitblt/_index.md @@ -1,14 +1,14 @@ --- -title: EmfBitBlt +title: EmfBitBlt.EmfBitBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt constructor. Initializes a new instance of the EmfBitBlt class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/emfbitblt/ --- ## EmfBitBlt constructor -Initializes a new instance of the [`EmfBitBlt`](../../emfbitblt) class. +Initializes a new instance of the [`EmfBitBlt`](../) class. ```csharp public EmfBitBlt(EmfRecord source) @@ -20,9 +20,9 @@ public EmfBitBlt(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [EmfRecord](../../emfrecord/) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/sourcebitmap/_index.md index 610326e2f60b..4f2228d43500 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: EmfBitBlt.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a buffer containing the source bitmap which is not required to be contiguous with the fixed portion of the EMR_BITBLT record. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/sourcebitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap SourceBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/usagesrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/usagesrc/_index.md index 4dacc1bacee9..d11fd0610214 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/usagesrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/usagesrc/_index.md @@ -1,7 +1,7 @@ --- -title: UsageSrc +title: EmfBitBlt.UsageSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/usagesrc/ @@ -16,9 +16,9 @@ public EmfDibColors UsageSrc { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xdest/_index.md index 2e524ef1d268..c0646994bfa4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: EmfBitBlt.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the destination rectangle type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xdest/ @@ -16,8 +16,8 @@ public int XDest { get; set; } ### See Also -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xformsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xformsrc/_index.md index 02dc069c43a1..706a0b424dd2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xformsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xformsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XformSrc +title: EmfBitBlt.XformSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets an XForm object section 2.2.28 that specifies a worldspace to pagespace transform to apply to the source bitmap type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xformsrc/ @@ -16,9 +16,9 @@ public Matrix XformSrc { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xsrc/_index.md index 85ba5a291ee2..1d1c5a21c455 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: EmfBitBlt.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the source rectangle type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/xsrc/ @@ -16,8 +16,8 @@ public int XSrc { get; set; } ### See Also -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ydest/_index.md index 8fadabfc6dc5..2695cb101523 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: EmfBitBlt.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the destination rectangle type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ydest/ @@ -16,8 +16,8 @@ public int YDest { get; set; } ### See Also -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ysrc/_index.md index 44b4e3b705ed..0021bd41f3e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: EmfBitBlt.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBitBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the source rectangle type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitblt/ysrc/ @@ -16,8 +16,8 @@ public int YSrc { get; set; } ### See Also -* class [EmfBitBlt](../../emfbitblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt) +* class [EmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitmaprecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitmaprecordtype/_index.md index 50da71d0645e..39855ebc0039 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitmaprecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfbitmaprecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBitmapRecordType +title: Class EmfBitmapRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfBitmapRecordType class. The bitmap record types perform block transfers of bitmap images type: docs weight: 3270 url: /net/aspose.imaging.fileformats.emf.emf.records/emfbitmaprecordtype/ @@ -18,13 +18,13 @@ public abstract class EmfBitmapRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction.alphaformatenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction.alphaformatenum/_index.md index e3fa396e030c..1198fba37d70 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction.alphaformatenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction.alphaformatenum/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBlendFunction.AlphaFormatEnum +title: Enum EmfBlendFunction.AlphaFormatEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfBlendFunctionAlphaFormatEnum enum. A structure that specifies how source and destination pixels are interpreted with respect to alpha transparency type: docs weight: 3290 url: /net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction.alphaformatenum/ @@ -23,8 +23,8 @@ public enum AlphaFormatEnum : byte ### See Also -* struct [EmfBlendFunction](../emfblendfunction) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* struct [EmfBlendFunction](../emfblendfunction/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/_index.md index 9447bfda8918..585b3df09c3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/_index.md @@ -1,7 +1,7 @@ --- -title: EmfBlendFunction +title: Struct EmfBlendFunction second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfBlendFunction struct. A structure that specifies the blending operations for source and destination bitmaps type: docs weight: 3280 url: /net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/ @@ -18,32 +18,32 @@ public struct EmfBlendFunction | Name | Description | | --- | --- | -| [EmfBlendFunction](emfblendfunction)(int) | Initializes a new instance of the [`EmfBlendFunction`](../emfblendfunction) class. | +| [EmfBlendFunction](emfblendfunction/)(int) | Initializes a new instance of the `EmfBlendFunction` class. | ## Properties | Name | Description | | --- | --- | -| [AlphaFormat](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/alphaformat) { get; } | Gets a structure that specifies how source and destination pixels are interpreted with respect to alpha transparency. | -| [BlendFlags](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendflags) { get; } | Gets the blend flags. This value MUST be 0x00 and MUST be ignored. | -| [BlendOperation](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendoperation) { get; } | Gets the blend operation code. The only source and destination blend operation that has been defined is 0x00, which specifies that the source bitmap MUST be combined with the destination bitmap based on the alpha transparency values of the source pixels. See the following equations for details. | -| [SrcConstantAlpha](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/srcconstantalpha) { get; } | Gets an 8-bit unsigned integer that specifies alpha transparency, which determines the blend of the source and destination bitmaps. This value MUST be used on the entire source bitmap. The minimum alpha transparency value, zero, corresponds to completely transparent the maximum value, 0xFF, corresponds to completely opaque. In effect, a value of 0xFF specifies that the per-pixel alpha values determine the blend of the source and destination bitmaps. See the equations later in this section for details. | +| [AlphaFormat](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/alphaformat/) { get; } | Gets a structure that specifies how source and destination pixels are interpreted with respect to alpha transparency. | +| [BlendFlags](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendflags/) { get; } | Gets the blend flags. This value MUST be 0x00 and MUST be ignored. | +| [BlendOperation](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendoperation/) { get; } | Gets the blend operation code. The only source and destination blend operation that has been defined is 0x00, which specifies that the source bitmap MUST be combined with the destination bitmap based on the alpha transparency values of the source pixels. See the following equations for details. | +| [SrcConstantAlpha](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/srcconstantalpha/) { get; } | Gets an 8-bit unsigned integer that specifies alpha transparency, which determines the blend of the source and destination bitmaps. This value MUST be used on the entire source bitmap. The minimum alpha transparency value, zero, corresponds to completely transparent the maximum value, 0xFF, corresponds to completely opaque. In effect, a value of 0xFF specifies that the per-pixel alpha values determine the blend of the source and destination bitmaps. See the equations later in this section for details. | ## Methods | Name | Description | | --- | --- | -| [ToInt](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/toint)() | Converts the string representation of a number to an integer. | +| [ToInt](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction/toint/)() | Converts the string representation of a number to an integer. | ## Other Members | Name | Description | | --- | --- | -| enum [AlphaFormatEnum](emfblendfunction.alphaformatenum) | A structure that specifies how source and destination pixels are interpreted with respect to alpha transparency. | +| enum [AlphaFormatEnum](../../aspose.imaging.fileformats.emf.emf.records/emfblendfunction.alphaformatenum) | A structure that specifies how source and destination pixels are interpreted with respect to alpha transparency. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/alphaformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/alphaformat/_index.md index 0033f5a8cc3a..3245fd12c6ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/alphaformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/alphaformat/_index.md @@ -1,7 +1,7 @@ --- -title: AlphaFormat +title: EmfBlendFunction.AlphaFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBlendFunction property. Gets a structure that specifies how source and destination pixels are interpreted with respect to alpha transparency type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/alphaformat/ @@ -16,9 +16,9 @@ public AlphaFormatEnum AlphaFormat { get; } ### See Also -* enum [AlphaFormatEnum](../../emfblendfunction.alphaformatenum) -* struct [EmfBlendFunction](../../emfblendfunction) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction) +* enum [AlphaFormatEnum](../../emfblendfunction.alphaformatenum/) +* struct [EmfBlendFunction](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendflags/_index.md index 755cb80d321e..5434d0e0d3ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendflags/_index.md @@ -1,7 +1,7 @@ --- -title: BlendFlags +title: EmfBlendFunction.BlendFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBlendFunction property. Gets the blend flags. This value MUST be 0x00 and MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendflags/ @@ -16,8 +16,8 @@ public byte BlendFlags { get; } ### See Also -* struct [EmfBlendFunction](../../emfblendfunction) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction) +* struct [EmfBlendFunction](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendoperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendoperation/_index.md index a4980e49a3ef..b4c37e26dab3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendoperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendoperation/_index.md @@ -1,7 +1,7 @@ --- -title: BlendOperation +title: EmfBlendFunction.BlendOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBlendFunction property. Gets the blend operation code. The only source and destination blend operation that has been defined is 0x00 which specifies that the source bitmap MUST be combined with the destination bitmap based on the alpha transparency values of the source pixels. See the following equations for details type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/blendoperation/ @@ -16,8 +16,8 @@ public byte BlendOperation { get; } ### See Also -* struct [EmfBlendFunction](../../emfblendfunction) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction) +* struct [EmfBlendFunction](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/emfblendfunction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/emfblendfunction/_index.md index 6f0c7d252aee..5a79c433f325 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/emfblendfunction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/emfblendfunction/_index.md @@ -1,14 +1,14 @@ --- -title: EmfBlendFunction +title: EmfBlendFunction.EmfBlendFunction second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBlendFunction constructor. Initializes a new instance of the EmfBlendFunction class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/emfblendfunction/ --- ## EmfBlendFunction constructor -Initializes a new instance of the [`EmfBlendFunction`](../../emfblendfunction) class. +Initializes a new instance of the [`EmfBlendFunction`](../) class. ```csharp public EmfBlendFunction(int dwordData) @@ -20,8 +20,8 @@ public EmfBlendFunction(int dwordData) ### See Also -* struct [EmfBlendFunction](../../emfblendfunction) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction) +* struct [EmfBlendFunction](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/srcconstantalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/srcconstantalpha/_index.md index 7530728f9053..39da4412190a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/srcconstantalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/srcconstantalpha/_index.md @@ -1,7 +1,7 @@ --- -title: SrcConstantAlpha +title: EmfBlendFunction.SrcConstantAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBlendFunction property. Gets an 8bit unsigned integer that specifies alpha transparency which determines the blend of the source and destination bitmaps. This value MUST be used on the entire source bitmap. The minimum alpha transparency value zero corresponds to completely transparent the maximum value 0xFF corresponds to completely opaque. In effect a value of 0xFF specifies that the perpixel alpha values determine the blend of the source and destination bitmaps. See the equations later in this section for details type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/srcconstantalpha/ @@ -16,8 +16,8 @@ public byte SrcConstantAlpha { get; } ### See Also -* struct [EmfBlendFunction](../../emfblendfunction) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction) +* struct [EmfBlendFunction](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/toint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/toint/_index.md index 9ae1cec62349..9c22b10156c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/toint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/toint/_index.md @@ -1,7 +1,7 @@ --- -title: ToInt +title: EmfBlendFunction.ToInt second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfBlendFunction method. Converts the string representation of a number to an integer type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfblendfunction/toint/ @@ -20,8 +20,8 @@ The DWORD value of structure. ### See Also -* struct [EmfBlendFunction](../../emfblendfunction) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction) +* struct [EmfBlendFunction](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfblendfunction/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/_index.md index 32c8e4f73d38..5bb194d242cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/_index.md @@ -1,7 +1,7 @@ --- -title: EmfChord +title: Class EmfChord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfChord class. The EMR_CHORD record specifies a chord which is a region bounded by the intersection of an ellipse and a line segment called a secant. The chord is outlined by using the current pen and filled by using the current brush type: docs weight: 3300 url: /net/aspose.imaging.fileformats.emf.emf.records/emfchord/ @@ -18,23 +18,23 @@ public sealed class EmfChord : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfChord](emfchord)() | Initializes a new instance of the [`EmfChord`](../emfchord) class. | -| [EmfChord](emfchord)(EmfRecord) | Initializes a new instance of the [`EmfChord`](../emfchord) class. | +| [EmfChord](emfchord/#constructor)() | Initializes a new instance of the `EmfChord` class. | +| [EmfChord](emfchord/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfChord` class. | ## Properties | Name | Description | | --- | --- | -| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfchord/box) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle. | -| [End](../../aspose.imaging.fileformats.emf.emf.records/emfchord/end) { get; set; } | Gets or sets a 64-bit WMF PointL object that specifies the logical coordinates of the endpoint of the radial defining the end of the chord. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfchord/start) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the logical coordinates of the endpoint of the radial defining the beginning of the chord. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfchord/box/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle. | +| [End](../../aspose.imaging.fileformats.emf.emf.records/emfchord/end/) { get; set; } | Gets or sets a 64-bit WMF PointL object that specifies the logical coordinates of the endpoint of the radial defining the end of the chord. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfchord/start/) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the logical coordinates of the endpoint of the radial defining the beginning of the chord. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/box/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/box/_index.md index 63b35bd23c45..de3f1437fac0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/box/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/box/_index.md @@ -1,7 +1,7 @@ --- -title: Box +title: EmfChord.Box second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfChord property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the inclusiveinclusive bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfchord/box/ @@ -16,9 +16,9 @@ public Rectangle Box { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfChord](../../emfchord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfChord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/emfchord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/emfchord/_index.md index 8f90373241c5..262e1fa62069 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/emfchord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/emfchord/_index.md @@ -1,14 +1,14 @@ --- -title: EmfChord +title: EmfChord.EmfChord second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfChord constructor. Initializes a new instance of the EmfChord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfchord/emfchord/ --- -## EmfChord constructor (1 of 2) +## EmfChord(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfChord`](../../emfchord) class. +Initializes a new instance of the [`EmfChord`](../) class. ```csharp public EmfChord(EmfRecord source) @@ -20,16 +20,16 @@ public EmfChord(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfChord](../../emfchord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord) +* class [EmfRecord](../../emfrecord/) +* class [EmfChord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord/) * assembly [Aspose.Imaging](../../../) --- -## EmfChord constructor (2 of 2) +## EmfChord() {#constructor} -Initializes a new instance of the [`EmfChord`](../../emfchord) class. +Initializes a new instance of the [`EmfChord`](../) class. ```csharp public EmfChord() @@ -37,8 +37,8 @@ public EmfChord() ### See Also -* class [EmfChord](../../emfchord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord) +* class [EmfChord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/end/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/end/_index.md index e63eb2663f89..8c05b2c801fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/end/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/end/_index.md @@ -1,7 +1,7 @@ --- -title: End +title: EmfChord.End second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfChord property. Gets or sets a 64bit WMF PointL object that specifies the logical coordinates of the endpoint of the radial defining the end of the chord type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfchord/end/ @@ -16,9 +16,9 @@ public Point End { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfChord](../../emfchord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfChord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/start/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/start/_index.md index 1b70b43c05c2..5f5f14714885 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/start/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfchord/start/_index.md @@ -1,7 +1,7 @@ --- -title: Start +title: EmfChord.Start second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfChord property. Gets or sets a 64bit WMF PointL object specified in MSWMF section 2.2.2.15 which specifies the logical coordinates of the endpoint of the radial defining the beginning of the chord type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfchord/start/ @@ -16,9 +16,9 @@ public Point Start { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfChord](../../emfchord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfChord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfchord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclippingrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclippingrecordtype/_index.md index d887ff5b4f76..94f4f491c29d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclippingrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclippingrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfClippingRecordType +title: Class EmfClippingRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfClippingRecordType class. The clipping record types specify and manage clipping regions. Note The EMR_SETMETARGN record does not specify parameters type: docs weight: 3310 url: /net/aspose.imaging.fileformats.emf.emf.records/emfclippingrecordtype/ @@ -18,13 +18,13 @@ public abstract class EmfClippingRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/_index.md index bbaf574f9a0b..1a42faef803e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCloseFigure +title: Class EmfCloseFigure second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCloseFigure class. This record closes an open figure in a path. Processing the EMR_CLOSEFIGURE record MUST close the figure by drawing a line from the current position to the first point of the figure and then it MUST connect the lines by using the line join style.If a figure is closed by processing the EMR_LINETO record instead of the EMR_CLOSEFIGURE record end caps are used to create the corner instead of a join.EMR_LINETO is specified in section 2.3.5.13. The EMR_CLOSEFIGURE record SHOULD only be used if there is an open path bracket in the playback device context. A figure in a path is open unless it is explicitly closed by processing this record type: docs weight: 3320 url: /net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/ @@ -18,23 +18,23 @@ public sealed class EmfCloseFigure : EmfPathBracketRecordType | Name | Description | | --- | --- | -| [EmfCloseFigure](emfclosefigure)() | The default constructor. | +| [EmfCloseFigure](emfclosefigure/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Note: A figure can be open even if the current point and the starting point of the figure are the same. After processing the EMR_CLOSEFIGURE record, adding a line or curve to the path MUST start a new figure. ### See Also -* class [EmfPathBracketRecordType](../emfpathbracketrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfPathBracketRecordType](../emfpathbracketrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/emfclosefigure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/emfclosefigure/_index.md index 3183bbdaa707..e41108df1bfd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/emfclosefigure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/emfclosefigure/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCloseFigure +title: EmfCloseFigure.EmfCloseFigure second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCloseFigure constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfclosefigure/emfclosefigure/ @@ -16,8 +16,8 @@ public EmfCloseFigure() ### See Also -* class [EmfCloseFigure](../../emfclosefigure) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfclosefigure) +* class [EmfCloseFigure](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfclosefigure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/_index.md index 0ff9df6451bd..9649eb6902c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfColorCorrectPalette +title: Class EmfColorCorrectPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfColorCorrectPalette class. The EMR_COLORCORRECTPALETTE record specifies how to correct the entries of a logical palette object using WCS 1.0 values type: docs weight: 3330 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/ @@ -18,22 +18,22 @@ public sealed class EmfColorCorrectPalette : EmfObjectManipulationRecordType | Name | Description | | --- | --- | -| [EmfColorCorrectPalette](emfcolorcorrectpalette)(EmfRecord) | Initializes a new instance of the [`EmfColorCorrectPalette`](../emfcolorcorrectpalette) class. | +| [EmfColorCorrectPalette](emfcolorcorrectpalette/)(EmfRecord) | Initializes a new instance of the `EmfColorCorrectPalette` class. | ## Properties | Name | Description | | --- | --- | -| [IhPalette](../../aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/ihpalette) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies index of a logical palette object (section 2.2.17) in the EMF Object Table (section 3.1.1.1). | -| [NFirstEntry](../../aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/nfirstentry) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to correct. | -| [NPalEntries](../../aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/npalentries) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of palette entries to correct. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhPalette](../../aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/ihpalette/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies index of a logical palette object (section 2.2.17) in the EMF Object Table (section 3.1.1.1). | +| [NFirstEntry](../../aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/nfirstentry/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to correct. | +| [NPalEntries](../../aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/npalentries/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of palette entries to correct. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/emfcolorcorrectpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/emfcolorcorrectpalette/_index.md index 10f0085ccebd..eb85eefe2164 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/emfcolorcorrectpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/emfcolorcorrectpalette/_index.md @@ -1,14 +1,14 @@ --- -title: EmfColorCorrectPalette +title: EmfColorCorrectPalette.EmfColorCorrectPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorCorrectPalette constructor. Initializes a new instance of the EmfColorCorrectPalette class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/emfcolorcorrectpalette/ --- ## EmfColorCorrectPalette constructor -Initializes a new instance of the [`EmfColorCorrectPalette`](../../emfcolorcorrectpalette) class. +Initializes a new instance of the [`EmfColorCorrectPalette`](../) class. ```csharp public EmfColorCorrectPalette(EmfRecord source) @@ -20,9 +20,9 @@ public EmfColorCorrectPalette(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfColorCorrectPalette](../../emfcolorcorrectpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolorcorrectpalette) +* class [EmfRecord](../../emfrecord/) +* class [EmfColorCorrectPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolorcorrectpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/ihpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/ihpalette/_index.md index 0e83909de78f..396737755f4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/ihpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/ihpalette/_index.md @@ -1,7 +1,7 @@ --- -title: IhPalette +title: EmfColorCorrectPalette.IhPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorCorrectPalette property. Gets or sets a 32bit unsigned integer that specifies index of a logical palette object section 2.2.17 in the EMF Object Table section 3.1.1.1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/ihpalette/ @@ -16,8 +16,8 @@ public int IhPalette { get; set; } ### See Also -* class [EmfColorCorrectPalette](../../emfcolorcorrectpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolorcorrectpalette) +* class [EmfColorCorrectPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolorcorrectpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/nfirstentry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/nfirstentry/_index.md index 5819ba18ac43..d0538a41e36b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/nfirstentry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/nfirstentry/_index.md @@ -1,7 +1,7 @@ --- -title: NFirstEntry +title: EmfColorCorrectPalette.NFirstEntry second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorCorrectPalette property. Gets or sets a 32bit unsigned integer that specifies the index of the first entry to correct type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/nfirstentry/ @@ -16,8 +16,8 @@ public int NFirstEntry { get; set; } ### See Also -* class [EmfColorCorrectPalette](../../emfcolorcorrectpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolorcorrectpalette) +* class [EmfColorCorrectPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolorcorrectpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/npalentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/npalentries/_index.md index c4b25bec7f7f..5cff8c8cc344 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/npalentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/npalentries/_index.md @@ -1,7 +1,7 @@ --- -title: NPalEntries +title: EmfColorCorrectPalette.NPalEntries second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorCorrectPalette property. Gets or sets a 32bit unsigned integer that specifies the number of palette entries to correct type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/npalentries/ @@ -16,8 +16,8 @@ public int NPalEntries { get; set; } ### See Also -* class [EmfColorCorrectPalette](../../emfcolorcorrectpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolorcorrectpalette) +* class [EmfColorCorrectPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolorcorrectpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/_index.md index bfceb46a737c..4150deea3dc4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/_index.md @@ -1,7 +1,7 @@ --- -title: EmfColorMatchToTargetW +title: Class EmfColorMatchToTargetW second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfColorMatchToTargetW class. The EMR_COLORMATCHTOTargetW record specifies whether to perform color matching with a color profile that is specified in a file with a name consisting of Unicode characters type: docs weight: 3340 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/ @@ -18,30 +18,30 @@ public sealed class EmfColorMatchToTargetW : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfColorMatchToTargetW](emfcolormatchtotargetw)(EmfRecord) | Initializes a new instance of the [`EmfColorMatchToTargetW`](../emfcolormatchtotargetw) class. | +| [EmfColorMatchToTargetW](emfcolormatchtotargetw/)(EmfRecord) | Initializes a new instance of the `EmfColorMatchToTargetW` class. | ## Properties | Name | Description | | --- | --- | -| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbdata) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the raw data of the target color profile, if it is contained in the Data field. | -| [CbName](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbname) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of bytes in the Unicode UTF16-LE name of the desired color profile. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/data) { get; set; } | Gets or sets an array of size (cbName + cbData) in bytes, which specifies the UTF16-LE name and raw data of the desired color profile. | -| [DwAction](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwaction) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a value from the ColorSpace enumeration (section 2.1.7). | -| [DwFlags](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwflags) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a value from the ColorMatchToTarget enumeration (section 2.1.6). | -| [Name](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/name) { get; } | Gets the name | -| [RawData](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/rawdata) { get; } | Gets the raw data | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | - -### Remarks +| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbdata/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the raw data of the target color profile, if it is contained in the Data field. | +| [CbName](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbname/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of bytes in the Unicode UTF16-LE name of the desired color profile. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/data/) { get; set; } | Gets or sets an array of size (cbName + cbData) in bytes, which specifies the UTF16-LE name and raw data of the desired color profile. | +| [DwAction](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwaction/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a value from the ColorSpace enumeration (section 2.1.7). | +| [DwFlags](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwflags/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a value from the ColorMatchToTarget enumeration (section 2.1.6). | +| [Name](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/name/) { get; } | Gets the name | +| [RawData](../../aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/rawdata/) { get; } | Gets the raw data | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | + +## Remarks An EMR_COLORMATCHTOTargetW record can be used to control whether to apply the current color transform in the playback device context. If the dwAction value is CS_ENABLE, color mapping is enabled, and the current color transform SHOULD be applied to subsequent graphics operations. If dwAction is set to CS_DISABLE, the color transform SHOULD NOT be applied. While color mapping to the target is enabled by a dwAction value of CS_ENABLE, changes to the color space or color gamut mapping are not applied. However, those changes MUST take effect when color mapping to the target is disabled. The dwAction field SHOULD NOT be set to CS_DELETE_TRANSFORM unless color management has already been enabled with an EMR_SETICMMODE record (section 2.3.11.14). ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbdata/_index.md index 74cdcd788e46..2c31b6d435c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbdata/_index.md @@ -1,7 +1,7 @@ --- -title: CbData +title: EmfColorMatchToTargetW.CbData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorMatchToTargetW property. Gets or sets a 32bit unsigned integer that specifies the size of the raw data of the target color profile if it is contained in the Data field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbdata/ @@ -16,8 +16,8 @@ public int CbData { get; set; } ### See Also -* class [EmfColorMatchToTargetW](../../emfcolormatchtotargetw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw) +* class [EmfColorMatchToTargetW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbname/_index.md index 9381fecbec3d..834bb71830bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbname/_index.md @@ -1,7 +1,7 @@ --- -title: CbName +title: EmfColorMatchToTargetW.CbName second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorMatchToTargetW property. Gets or sets a 32bit unsigned integer that specifies the number of bytes in the Unicode UTF16LE name of the desired color profile type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/cbname/ @@ -16,8 +16,8 @@ public int CbName { get; set; } ### See Also -* class [EmfColorMatchToTargetW](../../emfcolormatchtotargetw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw) +* class [EmfColorMatchToTargetW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/data/_index.md index 2e0ab7826c97..070502fea0b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfColorMatchToTargetW.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorMatchToTargetW property. Gets or sets an array of size cbName cbData in bytes which specifies the UTF16LE name and raw data of the desired color profile type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfColorMatchToTargetW](../../emfcolormatchtotargetw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw) +* class [EmfColorMatchToTargetW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwaction/_index.md index 6bd232adb72d..8283db95b8ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwaction/_index.md @@ -1,7 +1,7 @@ --- -title: DwAction +title: EmfColorMatchToTargetW.DwAction second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorMatchToTargetW property. Gets or sets a 32bit unsigned integer that specifies a value from the ColorSpace enumeration section 2.1.7 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwaction/ @@ -16,9 +16,9 @@ public EmfColorSpace DwAction { get; set; } ### See Also -* enum [EmfColorSpace](../../../aspose.imaging.fileformats.emf.emf.consts/emfcolorspace) -* class [EmfColorMatchToTargetW](../../emfcolormatchtotargetw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw) +* enum [EmfColorSpace](../../../aspose.imaging.fileformats.emf.emf.consts/emfcolorspace/) +* class [EmfColorMatchToTargetW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwflags/_index.md index 925286d27257..819bd6bd8d30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwflags/_index.md @@ -1,7 +1,7 @@ --- -title: DwFlags +title: EmfColorMatchToTargetW.DwFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorMatchToTargetW property. Gets or sets a 32bit unsigned integer that specifies a value from the ColorMatchToTarget enumeration section 2.1.6 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/dwflags/ @@ -16,9 +16,9 @@ public EmfColorMatchToTarget DwFlags { get; set; } ### See Also -* enum [EmfColorMatchToTarget](../../../aspose.imaging.fileformats.emf.emf.consts/emfcolormatchtotarget) -* class [EmfColorMatchToTargetW](../../emfcolormatchtotargetw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw) +* enum [EmfColorMatchToTarget](../../../aspose.imaging.fileformats.emf.emf.consts/emfcolormatchtotarget/) +* class [EmfColorMatchToTargetW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/emfcolormatchtotargetw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/emfcolormatchtotargetw/_index.md index 422124fd72b4..fe4804c52c6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/emfcolormatchtotargetw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/emfcolormatchtotargetw/_index.md @@ -1,14 +1,14 @@ --- -title: EmfColorMatchToTargetW +title: EmfColorMatchToTargetW.EmfColorMatchToTargetW second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorMatchToTargetW constructor. Initializes a new instance of the EmfColorMatchToTargetW class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/emfcolormatchtotargetw/ --- ## EmfColorMatchToTargetW constructor -Initializes a new instance of the [`EmfColorMatchToTargetW`](../../emfcolormatchtotargetw) class. +Initializes a new instance of the [`EmfColorMatchToTargetW`](../) class. ```csharp public EmfColorMatchToTargetW(EmfRecord source) @@ -20,9 +20,9 @@ public EmfColorMatchToTargetW(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfColorMatchToTargetW](../../emfcolormatchtotargetw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw) +* class [EmfRecord](../../emfrecord/) +* class [EmfColorMatchToTargetW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/name/_index.md index cfdfb2fdb6b8..68a660ae1e35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: EmfColorMatchToTargetW.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorMatchToTargetW property. Gets the name type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/name/ @@ -16,8 +16,8 @@ public string Name { get; } ### See Also -* class [EmfColorMatchToTargetW](../../emfcolormatchtotargetw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw) +* class [EmfColorMatchToTargetW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/rawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/rawdata/_index.md index 9197353b902f..f657668d8803 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/rawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/rawdata/_index.md @@ -1,7 +1,7 @@ --- -title: RawData +title: EmfColorMatchToTargetW.RawData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfColorMatchToTargetW property. Gets the raw data type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/rawdata/ @@ -16,8 +16,8 @@ public byte[] RawData { get; } ### See Also -* class [EmfColorMatchToTargetW](../../emfcolormatchtotargetw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw) +* class [EmfColorMatchToTargetW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcolormatchtotargetw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/_index.md index cd1e986d909f..a091a2627e9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/_index.md @@ -1,7 +1,7 @@ --- -title: EmfComment +title: Class EmfComment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfComment class. The EMR_COMMENT record contains arbitrary private data. Note Fields that are not described in this section are specified in section 2.3.3 type: docs weight: 3350 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcomment/ @@ -18,22 +18,22 @@ public sealed class EmfComment : EmfCommentRecordType | Name | Description | | --- | --- | -| [EmfComment](emfcomment)(EmfRecord) | Initializes a new instance of the [`EmfComment`](../emfcomment) class. | +| [EmfComment](emfcomment/)(EmfRecord) | Initializes a new instance of the `EmfComment` class. | ## Properties | Name | Description | | --- | --- | -| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcomment/commentidentifier) { get; set; } | Gets or sets the comment identifier. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [PrivateData](../../aspose.imaging.fileformats.emf.emf.records/emfcomment/privatedata) { get; set; } | Gets or sets an optional array of bytes that specifies the private data. The first DWORD of this data MUST NOT be one of the predefined comment identifier values specified in section 2.3.3. Private data is unknown to EMF; it is meaningful only to applications that know the format of the data and how to use it. EMR_COMMENT private data records MAY be ignored. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcomment/commentidentifier/) { get; set; } | Gets or sets the comment identifier. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [PrivateData](../../aspose.imaging.fileformats.emf.emf.records/emfcomment/privatedata/) { get; set; } | Gets or sets an optional array of bytes that specifies the private data. The first DWORD of this data MUST NOT be one of the predefined comment identifier values specified in section 2.3.3. Private data is unknown to EMF; it is meaningful only to applications that know the format of the data and how to use it. EMR_COMMENT private data records MAY be ignored. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfCommentRecordType](../emfcommentrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentRecordType](../emfcommentrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/commentidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/commentidentifier/_index.md index 73119139668a..72958e8247b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/commentidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/commentidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: CommentIdentifier +title: EmfComment.CommentIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfComment property. Gets or sets the comment identifier type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcomment/commentidentifier/ @@ -20,9 +20,9 @@ The comment identifier. ### See Also -* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum) -* class [EmfComment](../../emfcomment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcomment) +* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum/) +* class [EmfComment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcomment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/emfcomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/emfcomment/_index.md index e6d90b549d73..33f41841a700 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/emfcomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/emfcomment/_index.md @@ -1,14 +1,14 @@ --- -title: EmfComment +title: EmfComment.EmfComment second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfComment constructor. Initializes a new instance of the EmfComment class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcomment/emfcomment/ --- ## EmfComment constructor -Initializes a new instance of the [`EmfComment`](../../emfcomment) class. +Initializes a new instance of the [`EmfComment`](../) class. ```csharp public EmfComment(EmfRecord source) @@ -20,9 +20,9 @@ public EmfComment(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfComment](../../emfcomment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcomment) +* class [EmfRecord](../../emfrecord/) +* class [EmfComment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcomment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/privatedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/privatedata/_index.md index 26a6750b7ca4..97a6b3ea45ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/privatedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcomment/privatedata/_index.md @@ -1,7 +1,7 @@ --- -title: PrivateData +title: EmfComment.PrivateData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfComment property. Gets or sets an optional array of bytes that specifies the private data. The first DWORD of this data MUST NOT be one of the predefined comment identifier values specified in section 2.3.3. Private data is unknown to EMF it is meaningful only to applications that know the format of the data and how to use it. EMR_COMMENT private data records MAY be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcomment/privatedata/ @@ -16,8 +16,8 @@ public byte[] PrivateData { get; set; } ### See Also -* class [EmfComment](../../emfcomment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcomment) +* class [EmfComment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcomment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/_index.md index 2f4ca3233f42..bc076c3ee143 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentBeginGroup +title: Class EmfCommentBeginGroup second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentBeginGroup class. The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records type: docs weight: 3360 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/ @@ -18,25 +18,25 @@ public sealed class EmfCommentBeginGroup : EmfCommentPublicRecordType | Name | Description | | --- | --- | -| [EmfCommentBeginGroup](emfcommentbegingroup)(EmfRecord) | Initializes a new instance of the [`EmfCommentBeginGroup`](../emfcommentbegingroup) class. | +| [EmfCommentBeginGroup](emfcommentbegingroup/)(EmfRecord) | Initializes a new instance of the `EmfCommentBeginGroup` class. | ## Properties | Name | Description | | --- | --- | -| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [Description](../../aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/description) { get; set; } | Gets or sets an optional, null-terminated Unicode string that describes this group of records. | -| [NDescription](../../aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/ndescription) { get; set; } | Gets or sets the number of Unicode characters in the optional description string that follows. | -| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | -| [Rectangle](../../aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/rectangle) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [Description](../../aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/description/) { get; set; } | Gets or sets an optional, null-terminated Unicode string that describes this group of records. | +| [NDescription](../../aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/ndescription/) { get; set; } | Gets or sets the number of Unicode characters in the optional description string that follows. | +| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | +| [Rectangle](../../aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/rectangle/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfCommentPublicRecordType](../emfcommentpublicrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentPublicRecordType](../emfcommentpublicrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/description/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/description/_index.md index 6c62376c9a1e..3edf991bbf72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/description/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/description/_index.md @@ -1,7 +1,7 @@ --- -title: Description +title: EmfCommentBeginGroup.Description second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentBeginGroup property. Gets or sets an optional nullterminated Unicode string that describes this group of records type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/description/ @@ -16,8 +16,8 @@ public string Description { get; set; } ### See Also -* class [EmfCommentBeginGroup](../../emfcommentbegingroup) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentbegingroup) +* class [EmfCommentBeginGroup](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentbegingroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/emfcommentbegingroup/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/emfcommentbegingroup/_index.md index 323579df5e82..a63de0a37fe2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/emfcommentbegingroup/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/emfcommentbegingroup/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCommentBeginGroup +title: EmfCommentBeginGroup.EmfCommentBeginGroup second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentBeginGroup constructor. Initializes a new instance of the EmfCommentBeginGroup class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/emfcommentbegingroup/ --- ## EmfCommentBeginGroup constructor -Initializes a new instance of the [`EmfCommentBeginGroup`](../../emfcommentbegingroup) class. +Initializes a new instance of the [`EmfCommentBeginGroup`](../) class. ```csharp public EmfCommentBeginGroup(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCommentBeginGroup(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCommentBeginGroup](../../emfcommentbegingroup) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentbegingroup) +* class [EmfRecord](../../emfrecord/) +* class [EmfCommentBeginGroup](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentbegingroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/ndescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/ndescription/_index.md index fa55002bb7d3..c8957b2d96ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/ndescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/ndescription/_index.md @@ -1,7 +1,7 @@ --- -title: NDescription +title: EmfCommentBeginGroup.NDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentBeginGroup property. Gets or sets the number of Unicode characters in the optional description string that follows type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/ndescription/ @@ -16,8 +16,8 @@ public int NDescription { get; set; } ### See Also -* class [EmfCommentBeginGroup](../../emfcommentbegingroup) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentbegingroup) +* class [EmfCommentBeginGroup](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentbegingroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/rectangle/_index.md index edc207bccb49..e53f4d303e57 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: EmfCommentBeginGroup.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentBeginGroup property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that specifies the output rectangle in logical coordinates type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/rectangle/ @@ -16,9 +16,9 @@ public Rectangle Rectangle { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfCommentBeginGroup](../../emfcommentbegingroup) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentbegingroup) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfCommentBeginGroup](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentbegingroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/_index.md index e78ef411a171..762c8e1a7787 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentEmfPlus +title: Class EmfCommentEmfPlus second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentEmfPlus class. The EMR_COMMENT_EMFPLUS record contains embedded EMF records. Note Fields that are not described in this section are specified in section 2.3.3 type: docs weight: 3370 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/ @@ -18,22 +18,22 @@ public sealed class EmfCommentEmfPlus : EmfCommentRecordType | Name | Description | | --- | --- | -| [EmfCommentEmfPlus](emfcommentemfplus)(EmfRecord) | Initializes a new instance of the [`EmfCommentEmfPlus`](../emfcommentemfplus) class. | +| [EmfCommentEmfPlus](emfcommentemfplus/)(EmfRecord) | Initializes a new instance of the `EmfCommentEmfPlus` class. | ## Properties | Name | Description | | --- | --- | -| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/commentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMF+ records. The value 0x2B464D45, which is the ASCII string "+FME", identifies this as an EMR_COMMENT_EMFPLUS record. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [EmfPlusRecords](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfplusrecords) { get; set; } | Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/commentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMF+ records. The value 0x2B464D45, which is the ASCII string "+FME", identifies this as an EMR_COMMENT_EMFPLUS record. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [EmfPlusRecords](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfplusrecords/) { get; set; } | Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfCommentRecordType](../emfcommentrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentRecordType](../emfcommentrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/commentidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/commentidentifier/_index.md index 28434d1c0f85..a194c22b9eaa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/commentidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/commentidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: CommentIdentifier +title: EmfCommentEmfPlus.CommentIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentEmfPlus property. Gets or sets a 32bit unsigned integer that identifies this comment record as containing EMF records. The value 0x2B464D45 which is the ASCII string FME identifies this as an EMR_COMMENT_EMFPLUS record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/commentidentifier/ @@ -16,9 +16,9 @@ public override CommentIdentifierEnum CommentIdentifier { get; set; } ### See Also -* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum) -* class [EmfCommentEmfPlus](../../emfcommentemfplus) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfplus) +* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum/) +* class [EmfCommentEmfPlus](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfplus/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfcommentemfplus/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfcommentemfplus/_index.md index 7348999758ec..b4c7ae427592 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfcommentemfplus/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfcommentemfplus/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCommentEmfPlus +title: EmfCommentEmfPlus.EmfCommentEmfPlus second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentEmfPlus constructor. Initializes a new instance of the EmfCommentEmfPlus class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfcommentemfplus/ --- ## EmfCommentEmfPlus constructor -Initializes a new instance of the [`EmfCommentEmfPlus`](../../emfcommentemfplus) class. +Initializes a new instance of the [`EmfCommentEmfPlus`](../) class. ```csharp public EmfCommentEmfPlus(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCommentEmfPlus(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCommentEmfPlus](../../emfcommentemfplus) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfplus) +* class [EmfRecord](../../emfrecord/) +* class [EmfCommentEmfPlus](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfplus/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfplusrecords/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfplusrecords/_index.md index 9e66fd800f1b..698eb69b2c79 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfplusrecords/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfplusrecords/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRecords +title: EmfCommentEmfPlus.EmfPlusRecords second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentEmfPlus property. Gets or sets an array of bytes that contains one or more EMF records MSEMFPLUS section 2.3.1 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/emfplusrecords/ @@ -16,9 +16,9 @@ public EmfPlusRecord[] EmfPlusRecords { get; set; } ### See Also -* class [EmfPlusRecord](../../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord) -* class [EmfCommentEmfPlus](../../emfcommentemfplus) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfplus) +* class [EmfPlusRecord](../../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/) +* class [EmfCommentEmfPlus](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfplus/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool.emfspoolrecordidentifierenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool.emfspoolrecordidentifierenum/_index.md index 19ff9098ebe1..8359e083a8b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool.emfspoolrecordidentifierenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool.emfspoolrecordidentifierenum/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentEmfSpool.EmfSpoolRecordIdentifierEnum +title: Enum EmfCommentEmfSpool.EmfSpoolRecordIdentifierEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentEmfSpoolEmfSpoolRecordIdentifierEnum enum. Identifies the type of EMR_COMMENT_EMFSPOOL record type: docs weight: 3390 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool.emfspoolrecordidentifierenum/ @@ -22,8 +22,8 @@ public enum EmfSpoolRecordIdentifierEnum ### See Also -* class [EmfCommentEmfSpool](../emfcommentemfspool) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentEmfSpool](../emfcommentemfspool/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/_index.md index 5c445d2bba07..87cb8468cc11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentEmfSpool +title: Class EmfCommentEmfSpool second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentEmfSpool class. The EMR_COMMENT_EMFSPOOL record contains embedded EMFSPOOL records. Note Fields that are not described in this section are specified in section 2.3.3 type: docs weight: 3380 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/ @@ -18,24 +18,24 @@ public sealed class EmfCommentEmfSpool : EmfCommentRecordType | Name | Description | | --- | --- | -| [EmfCommentEmfSpool](emfcommentemfspool)() | Initializes a new instance of the [`EmfCommentEmfSpool`](../emfcommentemfspool) class. | -| [EmfCommentEmfSpool](emfcommentemfspool)(EmfRecord) | Initializes a new instance of the [`EmfCommentEmfSpool`](../emfcommentemfspool) class. | +| [EmfCommentEmfSpool](emfcommentemfspool/#constructor)() | Initializes a new instance of the `EmfCommentEmfSpool` class. | +| [EmfCommentEmfSpool](emfcommentemfspool/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfCommentEmfSpool` class. | ## Properties | Name | Description | | --- | --- | -| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/commentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMFSPOOL records. The value 0x00000000 identifies this as an EMR_COMMENT_EMFSPOOL record. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [EmfSpoolRecordIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecordidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record. | -| [EmfSpoolRecords](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecords) { get; set; } | Gets or sets a variable-length array of bytes that contains one or more EMFSPOOL font definition records ([MS-EMFSPOOL] section 2.2.3.3). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/commentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMFSPOOL records. The value 0x00000000 identifies this as an EMR_COMMENT_EMFSPOOL record. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [EmfSpoolRecordIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecordidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record. | +| [EmfSpoolRecords](../../aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecords/) { get; set; } | Gets or sets a variable-length array of bytes that contains one or more EMFSPOOL font definition records ([MS-EMFSPOOL] section 2.2.3.3). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfCommentRecordType](../emfcommentrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentRecordType](../emfcommentrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/commentidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/commentidentifier/_index.md index cceba69ef6c3..9f032ca63e6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/commentidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/commentidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: CommentIdentifier +title: EmfCommentEmfSpool.CommentIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentEmfSpool property. Gets or sets a 32bit unsigned integer that identifies this comment record as containing EMFSPOOL records. The value 0x00000000 identifies this as an EMR_COMMENT_EMFSPOOL record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/commentidentifier/ @@ -16,9 +16,9 @@ public override CommentIdentifierEnum CommentIdentifier { get; set; } ### See Also -* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum) -* class [EmfCommentEmfSpool](../../emfcommentemfspool) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool) +* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum/) +* class [EmfCommentEmfSpool](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfcommentemfspool/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfcommentemfspool/_index.md index 2e88823776fd..34f0e738e9f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfcommentemfspool/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfcommentemfspool/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCommentEmfSpool +title: EmfCommentEmfSpool.EmfCommentEmfSpool second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentEmfSpool constructor. Initializes a new instance of the EmfCommentEmfSpool class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfcommentemfspool/ --- -## EmfCommentEmfSpool constructor (1 of 2) +## EmfCommentEmfSpool(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfCommentEmfSpool`](../../emfcommentemfspool) class. +Initializes a new instance of the [`EmfCommentEmfSpool`](../) class. ```csharp public EmfCommentEmfSpool(EmfRecord source) @@ -20,16 +20,16 @@ public EmfCommentEmfSpool(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCommentEmfSpool](../../emfcommentemfspool) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool) +* class [EmfRecord](../../emfrecord/) +* class [EmfCommentEmfSpool](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool/) * assembly [Aspose.Imaging](../../../) --- -## EmfCommentEmfSpool constructor (2 of 2) +## EmfCommentEmfSpool() {#constructor} -Initializes a new instance of the [`EmfCommentEmfSpool`](../../emfcommentemfspool) class. +Initializes a new instance of the [`EmfCommentEmfSpool`](../) class. ```csharp public EmfCommentEmfSpool() @@ -37,8 +37,8 @@ public EmfCommentEmfSpool() ### See Also -* class [EmfCommentEmfSpool](../../emfcommentemfspool) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool) +* class [EmfCommentEmfSpool](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecordidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecordidentifier/_index.md index 94d3440b3e8f..4b9443e447a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecordidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecordidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSpoolRecordIdentifier +title: EmfCommentEmfSpool.EmfSpoolRecordIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentEmfSpool property. Gets or sets a 32bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecordidentifier/ @@ -16,9 +16,9 @@ public EmfSpoolRecordIdentifierEnum EmfSpoolRecordIdentifier { get; set; } ### See Also -* enum [EmfSpoolRecordIdentifierEnum](../../emfcommentemfspool.emfspoolrecordidentifierenum) -* class [EmfCommentEmfSpool](../../emfcommentemfspool) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool) +* enum [EmfSpoolRecordIdentifierEnum](../../emfcommentemfspool.emfspoolrecordidentifierenum/) +* class [EmfCommentEmfSpool](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecords/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecords/_index.md index 3e68b964d443..3f618b4b79cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecords/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecords/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSpoolRecords +title: EmfCommentEmfSpool.EmfSpoolRecords second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentEmfSpool property. Gets or sets a variablelength array of bytes that contains one or more EMFSPOOL font definition records MSEMFSPOOL section 2.2.3.3 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentemfspool/emfspoolrecords/ @@ -16,9 +16,9 @@ public EmfSpoolFontDefinitionRecordType[] EmfSpoolRecords { get; set; } ### See Also -* class [EmfSpoolFontDefinitionRecordType](../../../aspose.imaging.fileformats.emf.emfspool.records/emfspoolfontdefinitionrecordtype) -* class [EmfCommentEmfSpool](../../emfcommentemfspool) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool) +* class [EmfSpoolFontDefinitionRecordType](../../../aspose.imaging.fileformats.emf.emfspool.records/emfspoolfontdefinitionrecordtype/) +* class [EmfCommentEmfSpool](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentemfspool/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/_index.md index 9da5e9eede22..206f1979e28d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentEndGroup +title: Class EmfCommentEndGroup second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentEndGroup class. The EMR_COMMENT_ENDGROUP record specifies the end of a group of drawing records type: docs weight: 3400 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/ @@ -18,22 +18,22 @@ public sealed class EmfCommentEndGroup : EmfCommentPublicRecordType | Name | Description | | --- | --- | -| [EmfCommentEndGroup](emfcommentendgroup)(EmfRecord) | Initializes a new instance of the [`EmfCommentEndGroup`](../emfcommentendgroup) class. | +| [EmfCommentEndGroup](emfcommentendgroup/)(EmfRecord) | Initializes a new instance of the `EmfCommentEndGroup` class. | ## Properties | Name | Description | | --- | --- | -| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfCommentPublicRecordType](../emfcommentpublicrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentPublicRecordType](../emfcommentpublicrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/emfcommentendgroup/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/emfcommentendgroup/_index.md index 018c84355150..57f472224580 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/emfcommentendgroup/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/emfcommentendgroup/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCommentEndGroup +title: EmfCommentEndGroup.EmfCommentEndGroup second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentEndGroup constructor. Initializes a new instance of the EmfCommentEndGroup class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentendgroup/emfcommentendgroup/ --- ## EmfCommentEndGroup constructor -Initializes a new instance of the [`EmfCommentEndGroup`](../../emfcommentendgroup) class. +Initializes a new instance of the [`EmfCommentEndGroup`](../) class. ```csharp public EmfCommentEndGroup(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCommentEndGroup(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCommentEndGroup](../../emfcommentendgroup) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentendgroup) +* class [EmfRecord](../../emfrecord/) +* class [EmfCommentEndGroup](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentendgroup/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/_index.md index 7b84b65a054f..344ace1495a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentMultiFormats +title: Class EmfCommentMultiFormats second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentMultiFormats class. The EMR_COMMENT_MULTIFORMATS record specifies an image in multiple graphics formats type: docs weight: 3410 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/ @@ -18,25 +18,25 @@ public sealed class EmfCommentMultiFormats : EmfCommentPublicRecordType | Name | Description | | --- | --- | -| [EmfCommentMultiFormats](emfcommentmultiformats)(EmfRecord) | Initializes a new instance of the [`EmfCommentMultiFormats`](../emfcommentmultiformats) class. | +| [EmfCommentMultiFormats](emfcommentmultiformats/)(EmfRecord) | Initializes a new instance of the `EmfCommentMultiFormats` class. | ## Properties | Name | Description | | --- | --- | -| [AFormats](../../aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/aformats) { get; set; } | Gets or sets a CountFormats length array of graphics formats, specified by EmrFormat objects (section 2.2.4), in order of preference | -| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [FormatData](../../aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/formatdata) { get; set; } | Gets or sets a variable-length array of bytes of image data for all graphics formats contained in this record. The size of the data for each image is provided by the DataSize field in the corresponding EmrFormat object. Thus, the total size of this field is the sum of DataSize values in all EmrFormat objects. The graphics format of the data for each image is specified by the Signature field in the corresponding EmrFormat object. | -| [OutputRect](../../aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/outputrect) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle, in logical coordinates. | -| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [AFormats](../../aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/aformats/) { get; set; } | Gets or sets a CountFormats length array of graphics formats, specified by EmrFormat objects (section 2.2.4), in order of preference | +| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [FormatData](../../aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/formatdata/) { get; set; } | Gets or sets a variable-length array of bytes of image data for all graphics formats contained in this record. The size of the data for each image is provided by the DataSize field in the corresponding EmrFormat object. Thus, the total size of this field is the sum of DataSize values in all EmrFormat objects. The graphics format of the data for each image is specified by the Signature field in the corresponding EmrFormat object. | +| [OutputRect](../../aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/outputrect/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle, in logical coordinates. | +| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfCommentPublicRecordType](../emfcommentpublicrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentPublicRecordType](../emfcommentpublicrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/aformats/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/aformats/_index.md index 081b23ac32de..5fc808149115 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/aformats/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/aformats/_index.md @@ -1,7 +1,7 @@ --- -title: AFormats +title: EmfCommentMultiFormats.AFormats second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentMultiFormats property. Gets or sets a CountFormats length array of graphics formats specified by EmrFormat objects section 2.2.4 in order of preference type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/aformats/ @@ -16,9 +16,9 @@ public EmfFormat[] AFormats { get; set; } ### See Also -* class [EmfFormat](../../../aspose.imaging.fileformats.emf.emf.objects/emfformat) -* class [EmfCommentMultiFormats](../../emfcommentmultiformats) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentmultiformats) +* class [EmfFormat](../../../aspose.imaging.fileformats.emf.emf.objects/emfformat/) +* class [EmfCommentMultiFormats](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentmultiformats/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/emfcommentmultiformats/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/emfcommentmultiformats/_index.md index 8a428734b436..62fe147c1e1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/emfcommentmultiformats/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/emfcommentmultiformats/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCommentMultiFormats +title: EmfCommentMultiFormats.EmfCommentMultiFormats second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentMultiFormats constructor. Initializes a new instance of the EmfCommentMultiFormats class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/emfcommentmultiformats/ --- ## EmfCommentMultiFormats constructor -Initializes a new instance of the [`EmfCommentMultiFormats`](../../emfcommentmultiformats) class. +Initializes a new instance of the [`EmfCommentMultiFormats`](../) class. ```csharp public EmfCommentMultiFormats(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCommentMultiFormats(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCommentMultiFormats](../../emfcommentmultiformats) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentmultiformats) +* class [EmfRecord](../../emfrecord/) +* class [EmfCommentMultiFormats](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentmultiformats/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/formatdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/formatdata/_index.md index 4f3d7076f889..f34fc0911ed4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/formatdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/formatdata/_index.md @@ -1,7 +1,7 @@ --- -title: FormatData +title: EmfCommentMultiFormats.FormatData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentMultiFormats property. Gets or sets a variablelength array of bytes of image data for all graphics formats contained in this record. The size of the data for each image is provided by the DataSize field in the corresponding EmrFormat object. Thus the total size of this field is the sum of DataSize values in all EmrFormat objects. The graphics format of the data for each image is specified by the Signature field in the corresponding EmrFormat object type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/formatdata/ @@ -16,8 +16,8 @@ public byte[][] FormatData { get; set; } ### See Also -* class [EmfCommentMultiFormats](../../emfcommentmultiformats) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentmultiformats) +* class [EmfCommentMultiFormats](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentmultiformats/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/outputrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/outputrect/_index.md index d4e2e809548e..dd1374b2427b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/outputrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/outputrect/_index.md @@ -1,7 +1,7 @@ --- -title: OutputRect +title: EmfCommentMultiFormats.OutputRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentMultiFormats property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that specifies the output rectangle in logical coordinates type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentmultiformats/outputrect/ @@ -16,9 +16,9 @@ public Rectangle OutputRect { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfCommentMultiFormats](../../emfcommentmultiformats) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentmultiformats) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfCommentMultiFormats](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentmultiformats/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/_index.md index e239bf05f0d5..bef27111198e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentPublicRecordType +title: Class EmfCommentPublicRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentPublicRecordType class. The EMR_COMMENT_PUBLIC record types specify extensions to EMF processing type: docs weight: 3420 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/ @@ -18,16 +18,16 @@ public abstract class EmfCommentPublicRecordType : EmfCommentRecordType | Name | Description | | --- | --- | -| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfCommentRecordType](../emfcommentrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentRecordType](../emfcommentrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/_index.md index 982e1531bca2..48dc6ea7f81f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: CommentIdentifier +title: EmfCommentPublicRecordType.CommentIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentPublicRecordType property. Gets or sets a 32bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447 which is the ASCII string CIDG identifies this as an EMR_COMMENT_PUBLIC record type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/ @@ -16,9 +16,9 @@ public override CommentIdentifierEnum CommentIdentifier { get; set; } ### See Also -* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum) -* class [EmfCommentPublicRecordType](../../emfcommentpublicrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentpublicrecordtype) +* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum/) +* class [EmfCommentPublicRecordType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentpublicrecordtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/_index.md index 400c6a857cf2..5884429e147e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: PublicCommentIdentifier +title: EmfCommentPublicRecordType.PublicCommentIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentPublicRecordType property. Gets or sets a 32bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table which are specified in the EmrComment enumeration section 2.1.10 unless additional public comment record types have been implemented on the print server type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/ @@ -16,9 +16,9 @@ public EmfEmrComment PublicCommentIdentifier { get; set; } ### See Also -* enum [EmfEmrComment](../../../aspose.imaging.fileformats.emf.emf.consts/emfemrcomment) -* class [EmfCommentPublicRecordType](../../emfcommentpublicrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentpublicrecordtype) +* enum [EmfEmrComment](../../../aspose.imaging.fileformats.emf.emf.consts/emfemrcomment/) +* class [EmfCommentPublicRecordType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentpublicrecordtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype.commentidentifierenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype.commentidentifierenum/_index.md index d387e02494be..fc6fede87154 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype.commentidentifierenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype.commentidentifierenum/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentRecordType.CommentIdentifierEnum +title: Enum EmfCommentRecordType.CommentIdentifierEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentRecordTypeCommentIdentifierEnum enum. Valid comment identifier values type: docs weight: 3440 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype.commentidentifierenum/ @@ -24,8 +24,8 @@ public enum CommentIdentifierEnum ### See Also -* class [EmfCommentRecordType](../emfcommentrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentRecordType](../emfcommentrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/_index.md index 1cd3e62182e3..884222e15dbb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentRecordType +title: Class EmfCommentRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentRecordType class. The comment record types define formats for specifying arbitrary private data embedding records in other metafile formats and adding new or specialpurpose commands type: docs weight: 3430 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/ @@ -18,15 +18,15 @@ public abstract class EmfCommentRecordType : EmfRecord | Name | Description | | --- | --- | -| virtual [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/commentidentifier) { get; set; } | Gets or sets the comment identifier. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| virtual [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/commentidentifier/) { get; set; } | Gets or sets the comment identifier. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/commentidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/commentidentifier/_index.md index 38283c99a223..5cd7a3c5228d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/commentidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/commentidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: CommentIdentifier +title: EmfCommentRecordType.CommentIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentRecordType property. Gets or sets the comment identifier type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/commentidentifier/ @@ -20,9 +20,9 @@ The comment identifier. ### See Also -* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum) -* class [EmfCommentRecordType](../../emfcommentrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentrecordtype) +* enum [CommentIdentifierEnum](../../emfcommentrecordtype.commentidentifierenum/) +* class [EmfCommentRecordType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentrecordtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/_index.md index 595bba543126..49acd52d73c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/_index.md @@ -1,7 +1,7 @@ --- -title: DataSize +title: EmfCommentRecordType.DataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentRecordType property. Gets or sets a 32bit unsigned integer that specifies the size in bytes of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field if present type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/ @@ -16,8 +16,8 @@ public int DataSize { get; set; } ### See Also -* class [EmfCommentRecordType](../../emfcommentrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentrecordtype) +* class [EmfCommentRecordType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentrecordtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/_index.md index 432fb0567dec..754ab6dc3ff2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCommentWindowsMetaFile +title: Class EmfCommentWindowsMetaFile second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentWindowsMetaFile class. The EMR_COMMENT_WINDOWS_METAFILE record specifies an image in an embedded WMF metafile type: docs weight: 3450 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/ @@ -18,27 +18,27 @@ public sealed class EmfCommentWindowsMetaFile : EmfCommentPublicRecordType | Name | Description | | --- | --- | -| [EmfCommentWindowsMetaFile](emfcommentwindowsmetafile)(EmfRecord) | Initializes a new instance of the [`EmfCommentWindowsMetaFile`](../emfcommentwindowsmetafile) class. | +| [EmfCommentWindowsMetaFile](emfcommentwindowsmetafile/)(EmfRecord) | Initializes a new instance of the `EmfCommentWindowsMetaFile` class. | ## Properties | Name | Description | | --- | --- | -| [Checksum](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/checksum) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the checksum for this record. | -| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | -| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | -| [Flags](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/flags) { get; set; } | Gets or sets a 32-bit value that MUST be 0x00000000 and MUST be ignored. | -| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Version](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/version) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the WMF metafile version in terms of support for device-independent bitmaps (DIBs), from the WMF MetafileVersion enumeration ([MS-WMF] section 2.1.1.19). | -| [WinMetafile](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafile) { get; set; } | Gets or sets a buffer that contains the WMF metafile. | -| [WinMetafileSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafilesize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the WMF metafile in the WinMetafile field. | +| [Checksum](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/checksum/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the checksum for this record. | +| override [CommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/commentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record. | +| [DataSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentrecordtype/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present | +| [Flags](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/flags/) { get; set; } | Gets or sets a 32-bit value that MUST be 0x00000000 and MUST be ignored. | +| [PublicCommentIdentifier](../../aspose.imaging.fileformats.emf.emf.records/emfcommentpublicrecordtype/publiccommentidentifier/) { get; set; } | Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Version](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/version/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the WMF metafile version in terms of support for device-independent bitmaps (DIBs), from the WMF MetafileVersion enumeration ([MS-WMF] section 2.1.1.19). | +| [WinMetafile](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafile/) { get; set; } | Gets or sets a buffer that contains the WMF metafile. | +| [WinMetafileSize](../../aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafilesize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the WMF metafile in the WinMetafile field. | ### See Also -* class [EmfCommentPublicRecordType](../emfcommentpublicrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfCommentPublicRecordType](../emfcommentpublicrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/checksum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/checksum/_index.md index 110754d5476d..86ca5895533f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/checksum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/checksum/_index.md @@ -1,7 +1,7 @@ --- -title: Checksum +title: EmfCommentWindowsMetaFile.Checksum second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentWindowsMetaFile property. Gets or sets a 32bit unsigned integer that specifies the checksum for this record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/checksum/ @@ -16,8 +16,8 @@ public int Checksum { get; set; } ### See Also -* class [EmfCommentWindowsMetaFile](../../emfcommentwindowsmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile) +* class [EmfCommentWindowsMetaFile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/emfcommentwindowsmetafile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/emfcommentwindowsmetafile/_index.md index 4472a4cba009..fa4c8128f6f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/emfcommentwindowsmetafile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/emfcommentwindowsmetafile/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCommentWindowsMetaFile +title: EmfCommentWindowsMetaFile.EmfCommentWindowsMetaFile second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentWindowsMetaFile constructor. Initializes a new instance of the EmfCommentWindowsMetaFile class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/emfcommentwindowsmetafile/ --- ## EmfCommentWindowsMetaFile constructor -Initializes a new instance of the [`EmfCommentWindowsMetaFile`](../../emfcommentwindowsmetafile) class. +Initializes a new instance of the [`EmfCommentWindowsMetaFile`](../) class. ```csharp public EmfCommentWindowsMetaFile(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCommentWindowsMetaFile(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCommentWindowsMetaFile](../../emfcommentwindowsmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile) +* class [EmfRecord](../../emfrecord/) +* class [EmfCommentWindowsMetaFile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/flags/_index.md index 7baa44279b9f..5dbb6b870a52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: EmfCommentWindowsMetaFile.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentWindowsMetaFile property. Gets or sets a 32bit value that MUST be 0x00000000 and MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/flags/ @@ -16,8 +16,8 @@ public int Flags { get; set; } ### See Also -* class [EmfCommentWindowsMetaFile](../../emfcommentwindowsmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile) +* class [EmfCommentWindowsMetaFile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/version/_index.md index 457ee67e9dc9..d91f420a2289 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: EmfCommentWindowsMetaFile.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentWindowsMetaFile property. Gets or sets a 16bit unsigned integer that specifies the WMF metafile version in terms of support for deviceindependent bitmaps DIBs from the WMF MetafileVersion enumeration MSWMF section 2.1.1.19 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/version/ @@ -16,9 +16,9 @@ public WmfMetafileVersion Version { get; set; } ### See Also -* enum [WmfMetafileVersion](../../../aspose.imaging.fileformats.wmf.consts/wmfmetafileversion) -* class [EmfCommentWindowsMetaFile](../../emfcommentwindowsmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile) +* enum [WmfMetafileVersion](../../../aspose.imaging.fileformats.wmf.consts/wmfmetafileversion/) +* class [EmfCommentWindowsMetaFile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafile/_index.md index 80cf8733c59c..f58397309c0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafile/_index.md @@ -1,7 +1,7 @@ --- -title: WinMetafile +title: EmfCommentWindowsMetaFile.WinMetafile second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentWindowsMetaFile property. Gets or sets a buffer that contains the WMF metafile type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafile/ @@ -16,9 +16,9 @@ public MetaImage WinMetafile { get; set; } ### See Also -* class [MetaImage](../../../aspose.imaging.fileformats.emf/metaimage) -* class [EmfCommentWindowsMetaFile](../../emfcommentwindowsmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile) +* class [MetaImage](../../../aspose.imaging.fileformats.emf/metaimage/) +* class [EmfCommentWindowsMetaFile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafilesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafilesize/_index.md index 4b6fb889b6f5..3d1e44a3b5b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafilesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafilesize/_index.md @@ -1,7 +1,7 @@ --- -title: WinMetafileSize +title: EmfCommentWindowsMetaFile.WinMetafileSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCommentWindowsMetaFile property. Gets or sets a 32bit unsigned integer that specifies the size in bytes of the WMF metafile in the WinMetafile field type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcommentwindowsmetafile/winmetafilesize/ @@ -16,8 +16,8 @@ public int WinMetafileSize { get; set; } ### See Also -* class [EmfCommentWindowsMetaFile](../../emfcommentwindowsmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile) +* class [EmfCommentWindowsMetaFile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcommentwindowsmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/_index.md index a560237c6d1d..925de090e83c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfControlRecordType +title: Class EmfControlRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfControlRecordType class. The control record types define the start and end of an EMF metafile and properties of the metafile type: docs weight: 3460 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/ @@ -18,20 +18,20 @@ public abstract class EmfControlRecordType : EmfRecord | Name | Description | | --- | --- | -| [EmfControlRecordType](emfcontrolrecordtype)(EmfRecord) | Initializes a new instance of the [`EmfControlRecordType`](../emfcontrolrecordtype) class. | -| [EmfControlRecordType](emfcontrolrecordtype)(EmfRecordType) | Initializes a new instance of the [`EmfControlRecordType`](../emfcontrolrecordtype) class. | +| [EmfControlRecordType](emfcontrolrecordtype/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfControlRecordType` class. | +| [EmfControlRecordType](emfcontrolrecordtype/#constructor)(EmfRecordType) | Initializes a new instance of the `EmfControlRecordType` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/emfcontrolrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/emfcontrolrecordtype/_index.md index fd3bd601a2a9..1b73a848ae28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/emfcontrolrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/emfcontrolrecordtype/_index.md @@ -1,14 +1,14 @@ --- -title: EmfControlRecordType +title: EmfControlRecordType.EmfControlRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfControlRecordType constructor. Initializes a new instance of the EmfControlRecordType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcontrolrecordtype/emfcontrolrecordtype/ --- -## EmfControlRecordType constructor (1 of 2) +## EmfControlRecordType(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfControlRecordType`](../../emfcontrolrecordtype) class. +Initializes a new instance of the [`EmfControlRecordType`](../) class. ```csharp public EmfControlRecordType(EmfRecord source) @@ -20,16 +20,16 @@ public EmfControlRecordType(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfControlRecordType](../../emfcontrolrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcontrolrecordtype) +* class [EmfRecord](../../emfrecord/) +* class [EmfControlRecordType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcontrolrecordtype/) * assembly [Aspose.Imaging](../../../) --- -## EmfControlRecordType constructor (2 of 2) +## EmfControlRecordType(EmfRecordType) {#constructor} -Initializes a new instance of the [`EmfControlRecordType`](../../emfcontrolrecordtype) class. +Initializes a new instance of the [`EmfControlRecordType`](../) class. ```csharp public EmfControlRecordType(EmfRecordType type) @@ -41,9 +41,9 @@ public EmfControlRecordType(EmfRecordType type) ### See Also -* enum [EmfRecordType](../../../aspose.imaging.fileformats.emf.emf.consts/emfrecordtype) -* class [EmfControlRecordType](../../emfcontrolrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcontrolrecordtype) +* enum [EmfRecordType](../../../aspose.imaging.fileformats.emf.emf.consts/emfrecordtype/) +* class [EmfControlRecordType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcontrolrecordtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/_index.md index 491a06cc5251..b3cc188ffe07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCreateBrushIndirect +title: Class EmfCreateBrushIndirect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCreateBrushIndirect class. The EMR_CREATEBRUSHINDIRECT record defines a logical brush for graphics operations type: docs weight: 3470 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/ @@ -20,22 +20,22 @@ public sealed class EmfCreateBrushIndirect : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfCreateBrushIndirect](emfcreatebrushindirect)() | Initializes a new instance of the [`EmfCreateBrushIndirect`](../emfcreatebrushindirect) class. | -| [EmfCreateBrushIndirect](emfcreatebrushindirect)(EmfRecord) | Initializes a new instance of the [`EmfCreateBrushIndirect`](../emfcreatebrushindirect) class. | +| [EmfCreateBrushIndirect](emfcreatebrushindirect/#constructor)() | Initializes a new instance of the `EmfCreateBrushIndirect` class. | +| [EmfCreateBrushIndirect](emfcreatebrushindirect/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfCreateBrushIndirect` class. | ## Properties | Name | Description | | --- | --- | -| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/ihbrush) { get; set; } | Gets or sets A 32-bit unsigned integer that specifies the index of the logical brush object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [LogBrush](../../aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/logbrush) { get; set; } | Gets or sets A LogBrushEx object (section 2.2.12) that specifies the style, color, and pattern of the logical brush. The BrushStyle field in this object MUST be BS_SOLID, BS_HATCHED, or BS_NULL. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/ihbrush/) { get; set; } | Gets or sets A 32-bit unsigned integer that specifies the index of the logical brush object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [LogBrush](../../aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/logbrush/) { get; set; } | Gets or sets A LogBrushEx object (section 2.2.12) that specifies the style, color, and pattern of the logical brush. The BrushStyle field in this object MUST be BS_SOLID, BS_HATCHED, or BS_NULL. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/emfcreatebrushindirect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/emfcreatebrushindirect/_index.md index 8d6c188fae38..5cc1bbef0360 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/emfcreatebrushindirect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/emfcreatebrushindirect/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCreateBrushIndirect +title: EmfCreateBrushIndirect.EmfCreateBrushIndirect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateBrushIndirect constructor. Initializes a new instance of the EmfCreateBrushIndirect class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/emfcreatebrushindirect/ --- -## EmfCreateBrushIndirect constructor (1 of 2) +## EmfCreateBrushIndirect(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfCreateBrushIndirect`](../../emfcreatebrushindirect) class. +Initializes a new instance of the [`EmfCreateBrushIndirect`](../) class. ```csharp public EmfCreateBrushIndirect(EmfRecord source) @@ -20,22 +20,22 @@ public EmfCreateBrushIndirect(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCreateBrushIndirect](../../emfcreatebrushindirect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatebrushindirect) +* class [EmfRecord](../../emfrecord/) +* class [EmfCreateBrushIndirect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatebrushindirect/) * assembly [Aspose.Imaging](../../../) --- -## EmfCreateBrushIndirect constructor (2 of 2) +## EmfCreateBrushIndirect() {#constructor} -Initializes a new instance of the [`EmfCreateBrushIndirect`](../../emfcreatebrushindirect) class. +Initializes a new instance of the [`EmfCreateBrushIndirect`](../) class. ```csharp public EmfCreateBrushIndirect() ``` -### Examples +## Examples The following example shows how set the background color for EMF. It actually puts a rectangle of the background color before drawing all other objects. @@ -95,8 +95,8 @@ public static void AddBackgroundRectangleEmf(Aspose.Imaging.FileFormats.Emf.EmfI ### See Also -* class [EmfCreateBrushIndirect](../../emfcreatebrushindirect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatebrushindirect) +* class [EmfCreateBrushIndirect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatebrushindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/ihbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/ihbrush/_index.md index c5962c351090..a5ca77635064 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/ihbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/ihbrush/_index.md @@ -1,7 +1,7 @@ --- -title: IhBrush +title: EmfCreateBrushIndirect.IhBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateBrushIndirect property. Gets or sets A 32bit unsigned integer that specifies the index of the logical brush object in the EMF Object Table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/ihbrush/ @@ -16,8 +16,8 @@ public int IhBrush { get; set; } ### See Also -* class [EmfCreateBrushIndirect](../../emfcreatebrushindirect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatebrushindirect) +* class [EmfCreateBrushIndirect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatebrushindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/logbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/logbrush/_index.md index 09911ef81335..7202950c97c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/logbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/logbrush/_index.md @@ -1,7 +1,7 @@ --- -title: LogBrush +title: EmfCreateBrushIndirect.LogBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateBrushIndirect property. Gets or sets A LogBrushEx object section 2.2.12 that specifies the style color and pattern of the logical brush. The BrushStyle field in this object MUST be BS_SOLID BS_HATCHED or BS_NULL type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatebrushindirect/logbrush/ @@ -16,9 +16,9 @@ public EmfLogBrushEx LogBrush { get; set; } ### See Also -* class [EmfLogBrushEx](../../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex) -* class [EmfCreateBrushIndirect](../../emfcreatebrushindirect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatebrushindirect) +* class [EmfLogBrushEx](../../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/) +* class [EmfCreateBrushIndirect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatebrushindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/_index.md index 449a44ae7f8c..427ce31d9063 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCreateColorSpace +title: Class EmfCreateColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCreateColorSpace class. The EMR_CREATECOLORSPACE record creates a logical color space object from a color profile with a name consisting of ASCII characters type: docs weight: 3480 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/ @@ -18,25 +18,25 @@ public sealed class EmfCreateColorSpace : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfCreateColorSpace](emfcreatecolorspace)(EmfRecord) | Initializes a new instance of the [`EmfCreateColorSpace`](../emfcreatecolorspace) class. | +| [EmfCreateColorSpace](emfcreatecolorspace/)(EmfRecord) | Initializes a new instance of the `EmfCreateColorSpace` class. | ## Properties | Name | Description | | --- | --- | -| [IhCS](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/ihcs) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical color space object in the EMF object table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [Lcs](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/lcs) { get; set; } | Gets or sets a WMF LogColorSpace object ([MS-WMF] section 2.2.2.11), which can specify the name of a color profile in ASCII characters. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhCS](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/ihcs/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical color space object in the EMF object table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [Lcs](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/lcs/) { get; set; } | Gets or sets a WMF LogColorSpace object ([MS-WMF] section 2.2.2.11), which can specify the name of a color profile in ASCII characters. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The logical color space object defined by this record can be selected into the playback device context by an EMR_SETCOLORSPACE record (section 2.3.8.7), which defines the logical color space to use in subsequent graphics operations. ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/emfcreatecolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/emfcreatecolorspace/_index.md index 934a513cdab9..2fe3af82c3eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/emfcreatecolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/emfcreatecolorspace/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCreateColorSpace +title: EmfCreateColorSpace.EmfCreateColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpace constructor. Initializes a new instance of the EmfCreateColorSpace class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/emfcreatecolorspace/ --- ## EmfCreateColorSpace constructor -Initializes a new instance of the [`EmfCreateColorSpace`](../../emfcreatecolorspace) class. +Initializes a new instance of the [`EmfCreateColorSpace`](../) class. ```csharp public EmfCreateColorSpace(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCreateColorSpace(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCreateColorSpace](../../emfcreatecolorspace) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspace) +* class [EmfRecord](../../emfrecord/) +* class [EmfCreateColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/ihcs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/ihcs/_index.md index 5ac98152b784..f9c67d6b8ca8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/ihcs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/ihcs/_index.md @@ -1,7 +1,7 @@ --- -title: IhCS +title: EmfCreateColorSpace.IhCS second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpace property. Gets or sets a 32bit unsigned integer that specifies the index of the logical color space object in the EMF object table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/ihcs/ @@ -16,8 +16,8 @@ public int IhCS { get; set; } ### See Also -* class [EmfCreateColorSpace](../../emfcreatecolorspace) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspace) +* class [EmfCreateColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/lcs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/lcs/_index.md index 688e225195bd..6d43d6b2056d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/lcs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/lcs/_index.md @@ -1,7 +1,7 @@ --- -title: Lcs +title: EmfCreateColorSpace.Lcs second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpace property. Gets or sets a WMF LogColorSpace object MSWMF section 2.2.2.11 which can specify the name of a color profile in ASCII characters type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspace/lcs/ @@ -16,9 +16,9 @@ public WmfLogColorSpace Lcs { get; set; } ### See Also -* class [WmfLogColorSpace](../../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace) -* class [EmfCreateColorSpace](../../emfcreatecolorspace) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspace) +* class [WmfLogColorSpace](../../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/) +* class [EmfCreateColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/_index.md index b355261ab158..9e0ce4ca12f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCreateColorSpaceW +title: Class EmfCreateColorSpaceW second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCreateColorSpaceW class. The EMR_CREATECOLORSPACEW record creates a logical color space object from a color profile with a name consisting of Unicode characters type: docs weight: 3490 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/ @@ -18,28 +18,28 @@ public sealed class EmfCreateColorSpaceW : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfCreateColorSpaceW](emfcreatecolorspacew)(EmfRecord) | Initializes a new instance of the [`EmfCreateColorSpaceW`](../emfcreatecolorspacew) class. | +| [EmfCreateColorSpaceW](emfcreatecolorspacew/)(EmfRecord) | Initializes a new instance of the `EmfCreateColorSpaceW` class. | ## Properties | Name | Description | | --- | --- | -| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/cbdata) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/data) { get; set; } | Gets or sets an optional array of bytes that specifies color profile data. | -| [DwFlags](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/dwflags) { get; set; } | Gets or sets a 32-bit unsigned integer that provides information about the data in this record. | -| [IhCS](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/ihcs) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical color space object in the EMF object table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [Lcs](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/lcs) { get; set; } | Gets or sets a WMF LogColorSpaceW object ([MS-WMF] section 2.2.2.12) that can specify the name of a color profile in Unicode UTF16-LE characters | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/cbdata/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/data/) { get; set; } | Gets or sets an optional array of bytes that specifies color profile data. | +| [DwFlags](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/dwflags/) { get; set; } | Gets or sets a 32-bit unsigned integer that provides information about the data in this record. | +| [IhCS](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/ihcs/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical color space object in the EMF object table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [Lcs](../../aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/lcs/) { get; set; } | Gets or sets a WMF LogColorSpaceW object ([MS-WMF] section 2.2.2.12) that can specify the name of a color profile in Unicode UTF16-LE characters | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The logical color space object defined by this record can be selected into the playback device context by an EMR_SETCOLORSPACE record (section 2.3.8.7), which defines the logical color space to use in subsequent graphics operations. ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/cbdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/cbdata/_index.md index 7d7318c0bf64..c36878543553 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/cbdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/cbdata/_index.md @@ -1,7 +1,7 @@ --- -title: CbData +title: EmfCreateColorSpaceW.CbData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpaceW property. Gets or sets a 32bit unsigned integer that specifies the size in bytes of the Data field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/cbdata/ @@ -16,8 +16,8 @@ public int CbData { get; set; } ### See Also -* class [EmfCreateColorSpaceW](../../emfcreatecolorspacew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew) +* class [EmfCreateColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/data/_index.md index 4bd3b6b390a3..ae6bede9d53a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfCreateColorSpaceW.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpaceW property. Gets or sets an optional array of bytes that specifies color profile data type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfCreateColorSpaceW](../../emfcreatecolorspacew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew) +* class [EmfCreateColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/dwflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/dwflags/_index.md index a191d1e619a3..552a09b94ff8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/dwflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/dwflags/_index.md @@ -1,7 +1,7 @@ --- -title: DwFlags +title: EmfCreateColorSpaceW.DwFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpaceW property. Gets or sets a 32bit unsigned integer that provides information about the data in this record type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/dwflags/ @@ -16,8 +16,8 @@ public int DwFlags { get; set; } ### See Also -* class [EmfCreateColorSpaceW](../../emfcreatecolorspacew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew) +* class [EmfCreateColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/emfcreatecolorspacew/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/emfcreatecolorspacew/_index.md index bd815ef2b5d1..fd78ac1c439a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/emfcreatecolorspacew/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/emfcreatecolorspacew/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCreateColorSpaceW +title: EmfCreateColorSpaceW.EmfCreateColorSpaceW second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpaceW constructor. Initializes a new instance of the EmfCreateColorSpaceW class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/emfcreatecolorspacew/ --- ## EmfCreateColorSpaceW constructor -Initializes a new instance of the [`EmfCreateColorSpaceW`](../../emfcreatecolorspacew) class. +Initializes a new instance of the [`EmfCreateColorSpaceW`](../) class. ```csharp public EmfCreateColorSpaceW(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCreateColorSpaceW(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCreateColorSpaceW](../../emfcreatecolorspacew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew) +* class [EmfRecord](../../emfrecord/) +* class [EmfCreateColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/ihcs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/ihcs/_index.md index fcb2b9557bf1..ea56c8257029 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/ihcs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/ihcs/_index.md @@ -1,7 +1,7 @@ --- -title: IhCS +title: EmfCreateColorSpaceW.IhCS second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpaceW property. Gets or sets a 32bit unsigned integer that specifies the index of the logical color space object in the EMF object table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/ihcs/ @@ -16,8 +16,8 @@ public int IhCS { get; set; } ### See Also -* class [EmfCreateColorSpaceW](../../emfcreatecolorspacew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew) +* class [EmfCreateColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/lcs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/lcs/_index.md index 090669f9608e..a58e2bf5cc9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/lcs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/lcs/_index.md @@ -1,7 +1,7 @@ --- -title: Lcs +title: EmfCreateColorSpaceW.Lcs second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateColorSpaceW property. Gets or sets a WMF LogColorSpaceW object MSWMF section 2.2.2.12 that can specify the name of a color profile in Unicode UTF16LE characters type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatecolorspacew/lcs/ @@ -16,9 +16,9 @@ public WmfLogColorSpaceW Lcs { get; set; } ### See Also -* class [WmfLogColorSpaceW](../../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew) -* class [EmfCreateColorSpaceW](../../emfcreatecolorspacew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew) +* class [WmfLogColorSpaceW](../../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/) +* class [EmfCreateColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatecolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/_index.md index f8b928e89a9c..e4e2c093003e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCreateDibPatternBrushPt +title: Class EmfCreateDibPatternBrushPt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCreateDibPatternBrushPt class. The EMR_CREATEDIBPATTERNBRUSHPT record defines a pattern brush for graphics operations. The pattern is specified by a DIB type: docs weight: 3500 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/ @@ -18,27 +18,27 @@ public sealed class EmfCreateDibPatternBrushPt : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfCreateDibPatternBrushPt](emfcreatedibpatternbrushpt)() | Initializes a new instance of the [`EmfCreateDibPatternBrushPt`](../emfcreatedibpatternbrushpt) class. | -| [EmfCreateDibPatternBrushPt](emfcreatedibpatternbrushpt)(EmfRecord) | Initializes a new instance of the [`EmfCreateDibPatternBrushPt`](../emfcreatedibpatternbrushpt) class. | +| [EmfCreateDibPatternBrushPt](emfcreatedibpatternbrushpt/#constructor)() | Initializes a new instance of the `EmfCreateDibPatternBrushPt` class. | +| [EmfCreateDibPatternBrushPt](emfcreatedibpatternbrushpt/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfCreateDibPatternBrushPt` class. | ## Properties | Name | Description | | --- | --- | -| [BitmapBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/bitmapbuffer) { get; set; } | Gets or sets a buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object ([MS-WMF] section 2.2.2.9). It is not required to be contiguous with the fixed portion of the EMR_CREATEDIBPATTERNBRUSHPT record. | -| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/ihbrush) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the pattern brush object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Usage](../../aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/usage) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the DIB header. This value MUST be in the DIBColors enumeration (section 2.1.9). | +| [BitmapBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/bitmapbuffer/) { get; set; } | Gets or sets a buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object ([MS-WMF] section 2.2.2.9). It is not required to be contiguous with the fixed portion of the EMR_CREATEDIBPATTERNBRUSHPT record. | +| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/ihbrush/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the pattern brush object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Usage](../../aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/usage/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the DIB header. This value MUST be in the DIBColors enumeration (section 2.1.9). | -### Remarks +## Remarks The pattern brush object defined by this record can be selected into the playback device context by an EMR_SELECTOBJECT record (section 2.3.8.5), which specifies the pattern brush to use in subsequent graphics operations. ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/bitmapbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/bitmapbuffer/_index.md index f49fad01a1b7..06b6a4218dce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/bitmapbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/bitmapbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapBuffer +title: EmfCreateDibPatternBrushPt.BitmapBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateDibPatternBrushPt property. Gets or sets a buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object MSWMF section 2.2.2.9. It is not required to be contiguous with the fixed portion of the EMR_CREATEDIBPATTERNBRUSHPT record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/bitmapbuffer/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap BitmapBuffer { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfCreateDibPatternBrushPt](../../emfcreatedibpatternbrushpt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfCreateDibPatternBrushPt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/emfcreatedibpatternbrushpt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/emfcreatedibpatternbrushpt/_index.md index efa00299dc8b..7b2da0326c81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/emfcreatedibpatternbrushpt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/emfcreatedibpatternbrushpt/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCreateDibPatternBrushPt +title: EmfCreateDibPatternBrushPt.EmfCreateDibPatternBrushPt second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateDibPatternBrushPt constructor. Initializes a new instance of the EmfCreateDibPatternBrushPt class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/emfcreatedibpatternbrushpt/ --- -## EmfCreateDibPatternBrushPt constructor (1 of 2) +## EmfCreateDibPatternBrushPt(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfCreateDibPatternBrushPt`](../../emfcreatedibpatternbrushpt) class. +Initializes a new instance of the [`EmfCreateDibPatternBrushPt`](../) class. ```csharp public EmfCreateDibPatternBrushPt(EmfRecord source) @@ -20,16 +20,16 @@ public EmfCreateDibPatternBrushPt(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCreateDibPatternBrushPt](../../emfcreatedibpatternbrushpt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt) +* class [EmfRecord](../../emfrecord/) +* class [EmfCreateDibPatternBrushPt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt/) * assembly [Aspose.Imaging](../../../) --- -## EmfCreateDibPatternBrushPt constructor (2 of 2) +## EmfCreateDibPatternBrushPt() {#constructor} -Initializes a new instance of the [`EmfCreateDibPatternBrushPt`](../../emfcreatedibpatternbrushpt) class. +Initializes a new instance of the [`EmfCreateDibPatternBrushPt`](../) class. ```csharp public EmfCreateDibPatternBrushPt() @@ -37,8 +37,8 @@ public EmfCreateDibPatternBrushPt() ### See Also -* class [EmfCreateDibPatternBrushPt](../../emfcreatedibpatternbrushpt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt) +* class [EmfCreateDibPatternBrushPt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/ihbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/ihbrush/_index.md index 5b4ecb045705..45ae6bdf7196 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/ihbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/ihbrush/_index.md @@ -1,7 +1,7 @@ --- -title: IhBrush +title: EmfCreateDibPatternBrushPt.IhBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateDibPatternBrushPt property. Gets or sets a 32bit unsigned integer that specifies the index of the pattern brush object in the EMF Object Table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/ihbrush/ @@ -16,8 +16,8 @@ public int IhBrush { get; set; } ### See Also -* class [EmfCreateDibPatternBrushPt](../../emfcreatedibpatternbrushpt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt) +* class [EmfCreateDibPatternBrushPt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/usage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/usage/_index.md index d47da8d0e228..4f7f217f6d12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/usage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/usage/_index.md @@ -1,7 +1,7 @@ --- -title: Usage +title: EmfCreateDibPatternBrushPt.Usage second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateDibPatternBrushPt property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the DIB header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatedibpatternbrushpt/usage/ @@ -16,9 +16,9 @@ public EmfDibColors Usage { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfCreateDibPatternBrushPt](../../emfcreatedibpatternbrushpt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfCreateDibPatternBrushPt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatedibpatternbrushpt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/_index.md index 0b771085c409..8f103994a2c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCreateMonoBrush +title: Class EmfCreateMonoBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCreateMonoBrush class. The EMR_CREATEMONOBRUSH record defines a monochrome pattern brush for graphics operations. The pattern is specified by a monochrome DIB type: docs weight: 3510 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/ @@ -18,22 +18,22 @@ public sealed class EmfCreateMonoBrush : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfCreateMonoBrush](emfcreatemonobrush)(EmfRecord) | Initializes a new instance of the [`EmfCreateMonoBrush`](../emfcreatemonobrush) class. | +| [EmfCreateMonoBrush](emfcreatemonobrush/)(EmfRecord) | Initializes a new instance of the `EmfCreateMonoBrush` class. | ## Properties | Name | Description | | --- | --- | -| [BitmapBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/bitmapbuffer) { get; set; } | Gets or sets a buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object ([MS-WMF] section 2.2.2.9). It is not required to be contiguous with the fixed portion of the EMR_CREATEDIBPATTERNBRUSHPT record. | -| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/ihbrush) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the monochrome pattern brush object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Usage](../../aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/usage) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the DIB header. This value MUST be in the DIBColors enumeration (section 2.1.9). | +| [BitmapBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/bitmapbuffer/) { get; set; } | Gets or sets a buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object ([MS-WMF] section 2.2.2.9). It is not required to be contiguous with the fixed portion of the EMR_CREATEDIBPATTERNBRUSHPT record. | +| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/ihbrush/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the monochrome pattern brush object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Usage](../../aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/usage/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the DIB header. This value MUST be in the DIBColors enumeration (section 2.1.9). | ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/bitmapbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/bitmapbuffer/_index.md index e8e277c71836..2f9c64a1b7b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/bitmapbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/bitmapbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapBuffer +title: EmfCreateMonoBrush.BitmapBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateMonoBrush property. Gets or sets a buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object MSWMF section 2.2.2.9. It is not required to be contiguous with the fixed portion of the EMR_CREATEDIBPATTERNBRUSHPT record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/bitmapbuffer/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap BitmapBuffer { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfCreateMonoBrush](../../emfcreatemonobrush) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatemonobrush) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfCreateMonoBrush](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatemonobrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/emfcreatemonobrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/emfcreatemonobrush/_index.md index 60d30cd377b0..c387453575ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/emfcreatemonobrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/emfcreatemonobrush/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCreateMonoBrush +title: EmfCreateMonoBrush.EmfCreateMonoBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateMonoBrush constructor. Initializes a new instance of the EmfCreateMonoBrush class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/emfcreatemonobrush/ --- ## EmfCreateMonoBrush constructor -Initializes a new instance of the [`EmfCreateMonoBrush`](../../emfcreatemonobrush) class. +Initializes a new instance of the [`EmfCreateMonoBrush`](../) class. ```csharp public EmfCreateMonoBrush(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCreateMonoBrush(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCreateMonoBrush](../../emfcreatemonobrush) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatemonobrush) +* class [EmfRecord](../../emfrecord/) +* class [EmfCreateMonoBrush](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatemonobrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/ihbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/ihbrush/_index.md index df5a53a24234..d1d715deca80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/ihbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/ihbrush/_index.md @@ -1,7 +1,7 @@ --- -title: IhBrush +title: EmfCreateMonoBrush.IhBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateMonoBrush property. Gets or sets a 32bit unsigned integer that specifies the index of the monochrome pattern brush object in the EMF Object Table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/ihbrush/ @@ -16,8 +16,8 @@ public int IhBrush { get; set; } ### See Also -* class [EmfCreateMonoBrush](../../emfcreatemonobrush) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatemonobrush) +* class [EmfCreateMonoBrush](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatemonobrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/usage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/usage/_index.md index f227b8438c5d..1c162c4803b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/usage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/usage/_index.md @@ -1,7 +1,7 @@ --- -title: Usage +title: EmfCreateMonoBrush.Usage second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreateMonoBrush property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the DIB header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatemonobrush/usage/ @@ -16,9 +16,9 @@ public EmfDibColors Usage { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfCreateMonoBrush](../../emfcreatemonobrush) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatemonobrush) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfCreateMonoBrush](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatemonobrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/_index.md index 581e0ca6bc19..d052fef6e9f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCreatePalette +title: Class EmfCreatePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCreatePalette class. The EMR_CREATEPALETTE record defines a logical palette for graphics operations type: docs weight: 3520 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/ @@ -18,21 +18,21 @@ public sealed class EmfCreatePalette : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfCreatePalette](emfcreatepalette)(EmfRecord) | Initializes a new instance of the [`EmfCreatePalette`](../emfcreatepalette) class. | +| [EmfCreatePalette](emfcreatepalette/)(EmfRecord) | Initializes a new instance of the `EmfCreatePalette` class. | ## Properties | Name | Description | | --- | --- | -| [IhPal](../../aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/ihpal) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical palette object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [LogPalette](../../aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/logpalette) { get; set; } | Gets or sets a LogPalette object (section 2.2.17). The Version field of this object MUST be set to 0x0300. If the NumberOfEntries value in this object is zero, processing of this record MUST fail. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhPal](../../aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/ihpal/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical palette object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [LogPalette](../../aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/logpalette/) { get; set; } | Gets or sets a LogPalette object (section 2.2.17). The Version field of this object MUST be set to 0x0300. If the NumberOfEntries value in this object is zero, processing of this record MUST fail. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/emfcreatepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/emfcreatepalette/_index.md index 25565751cf08..600794c58d29 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/emfcreatepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/emfcreatepalette/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCreatePalette +title: EmfCreatePalette.EmfCreatePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreatePalette constructor. Initializes a new instance of the EmfCreatePalette class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/emfcreatepalette/ --- ## EmfCreatePalette constructor -Initializes a new instance of the [`EmfCreatePalette`](../../emfcreatepalette) class. +Initializes a new instance of the [`EmfCreatePalette`](../) class. ```csharp public EmfCreatePalette(EmfRecord source) @@ -20,9 +20,9 @@ public EmfCreatePalette(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCreatePalette](../../emfcreatepalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepalette) +* class [EmfRecord](../../emfrecord/) +* class [EmfCreatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/ihpal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/ihpal/_index.md index 210252bbbe83..983310f77c82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/ihpal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/ihpal/_index.md @@ -1,7 +1,7 @@ --- -title: IhPal +title: EmfCreatePalette.IhPal second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreatePalette property. Gets or sets a 32bit unsigned integer that specifies the index of the logical palette object in the EMF Object Table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/ihpal/ @@ -16,8 +16,8 @@ public int IhPal { get; set; } ### See Also -* class [EmfCreatePalette](../../emfcreatepalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepalette) +* class [EmfCreatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/logpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/logpalette/_index.md index b8a93f2fa312..9dc326d4232f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/logpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/logpalette/_index.md @@ -1,7 +1,7 @@ --- -title: LogPalette +title: EmfCreatePalette.LogPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreatePalette property. Gets or sets a LogPalette object section 2.2.17. The Version field of this object MUST be set to 0x0300. If the NumberOfEntries value in this object is zero processing of this record MUST fail type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatepalette/logpalette/ @@ -16,9 +16,9 @@ public EmfLogPalette LogPalette { get; set; } ### See Also -* class [EmfLogPalette](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette) -* class [EmfCreatePalette](../../emfcreatepalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepalette) +* class [EmfLogPalette](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette/) +* class [EmfCreatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/_index.md index e526992e8ecd..03b9d80f363f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/_index.md @@ -1,7 +1,7 @@ --- -title: EmfCreatePen +title: Class EmfCreatePen second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCreatePen class. The EMR_CREATEPEN record defines a logical pen for graphics operations type: docs weight: 3530 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/ @@ -18,22 +18,22 @@ public sealed class EmfCreatePen : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfCreatePen](emfcreatepen)() | Initializes a new instance of the [`EmfCreatePen`](../emfcreatepen) class. | -| [EmfCreatePen](emfcreatepen)(EmfRecord) | Initializes a new instance of the [`EmfCreatePen`](../emfcreatepen) class. | +| [EmfCreatePen](emfcreatepen/#constructor)() | Initializes a new instance of the `EmfCreatePen` class. | +| [EmfCreatePen](emfcreatepen/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfCreatePen` class. | ## Properties | Name | Description | | --- | --- | -| [IhPen](../../aspose.imaging.fileformats.emf.emf.records/emfcreatepen/ihpen) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical pen object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [LogPen](../../aspose.imaging.fileformats.emf.emf.records/emfcreatepen/logpen) { get; set; } | Gets or sets a LogPen object (section 2.2.19) that specifies the style, width, and color of the logical pen. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhPen](../../aspose.imaging.fileformats.emf.emf.records/emfcreatepen/ihpen/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical pen object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [LogPen](../../aspose.imaging.fileformats.emf.emf.records/emfcreatepen/logpen/) { get; set; } | Gets or sets a LogPen object (section 2.2.19) that specifies the style, width, and color of the logical pen. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/emfcreatepen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/emfcreatepen/_index.md index e1fb51846d88..68edeb9c47ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/emfcreatepen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/emfcreatepen/_index.md @@ -1,14 +1,14 @@ --- -title: EmfCreatePen +title: EmfCreatePen.EmfCreatePen second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreatePen constructor. Initializes a new instance of the EmfCreatePen class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/emfcreatepen/ --- -## EmfCreatePen constructor (1 of 2) +## EmfCreatePen(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfCreatePen`](../../emfcreatepen) class. +Initializes a new instance of the [`EmfCreatePen`](../) class. ```csharp public EmfCreatePen(EmfRecord source) @@ -20,16 +20,16 @@ public EmfCreatePen(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfCreatePen](../../emfcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepen) +* class [EmfRecord](../../emfrecord/) +* class [EmfCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepen/) * assembly [Aspose.Imaging](../../../) --- -## EmfCreatePen constructor (2 of 2) +## EmfCreatePen() {#constructor} -Initializes a new instance of the [`EmfCreatePen`](../../emfcreatepen) class. +Initializes a new instance of the [`EmfCreatePen`](../) class. ```csharp public EmfCreatePen() @@ -37,8 +37,8 @@ public EmfCreatePen() ### See Also -* class [EmfCreatePen](../../emfcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepen) +* class [EmfCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/ihpen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/ihpen/_index.md index 65e12e800960..d664f8df5097 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/ihpen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/ihpen/_index.md @@ -1,7 +1,7 @@ --- -title: IhPen +title: EmfCreatePen.IhPen second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreatePen property. Gets or sets a 32bit unsigned integer that specifies the index of the logical pen object in the EMF Object Table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/ihpen/ @@ -16,8 +16,8 @@ public int IhPen { get; set; } ### See Also -* class [EmfCreatePen](../../emfcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepen) +* class [EmfCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/logpen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/logpen/_index.md index 3c0ea1e93b48..d9e682e057e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/logpen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/logpen/_index.md @@ -1,7 +1,7 @@ --- -title: LogPen +title: EmfCreatePen.LogPen second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfCreatePen property. Gets or sets a LogPen object section 2.2.19 that specifies the style width and color of the logical pen type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfcreatepen/logpen/ @@ -16,9 +16,9 @@ public EmfLogPen LogPen { get; set; } ### See Also -* class [EmfLogPen](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpen) -* class [EmfCreatePen](../../emfcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepen) +* class [EmfLogPen](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/) +* class [EmfCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfcreatepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/_index.md index d0e25c33bb04..395d35112a9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDeleteColorSpace +title: Class EmfDeleteColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfDeleteColorSpace class. The EMR_DELETECOLORSPACE record deletes a logical color space object type: docs weight: 3540 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/ @@ -18,24 +18,24 @@ public sealed class EmfDeleteColorSpace : EmfObjectManipulationRecordType | Name | Description | | --- | --- | -| [EmfDeleteColorSpace](emfdeletecolorspace)(EmfRecord) | Initializes a new instance of the [`EmfDeleteColorSpace`](../emfdeletecolorspace) class. | +| [EmfDeleteColorSpace](emfdeletecolorspace/)(EmfRecord) | Initializes a new instance of the `EmfDeleteColorSpace` class. | ## Properties | Name | Description | | --- | --- | -| [IhCS](../../aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/ihcs) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of a logical color space object in the EMF Object Table (section 3.1.1.1). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhCS](../../aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/ihcs/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of a logical color space object in the EMF Object Table (section 3.1.1.1). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks An EMR_DELETEOBJECT record SHOULD be used instead of EMR_DELETECOLORSPACE to delete a logical color space object. ### See Also -* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/emfdeletecolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/emfdeletecolorspace/_index.md index a2b4a0549f3b..62333ff188dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/emfdeletecolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/emfdeletecolorspace/_index.md @@ -1,14 +1,14 @@ --- -title: EmfDeleteColorSpace +title: EmfDeleteColorSpace.EmfDeleteColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDeleteColorSpace constructor. Initializes a new instance of the EmfDeleteColorSpace class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/emfdeletecolorspace/ --- ## EmfDeleteColorSpace constructor -Initializes a new instance of the [`EmfDeleteColorSpace`](../../emfdeletecolorspace) class. +Initializes a new instance of the [`EmfDeleteColorSpace`](../) class. ```csharp public EmfDeleteColorSpace(EmfRecord source) @@ -20,9 +20,9 @@ public EmfDeleteColorSpace(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfDeleteColorSpace](../../emfdeletecolorspace) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeletecolorspace) +* class [EmfRecord](../../emfrecord/) +* class [EmfDeleteColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeletecolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/ihcs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/ihcs/_index.md index 1808c31deb2f..e7cf8f73ed23 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/ihcs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/ihcs/_index.md @@ -1,7 +1,7 @@ --- -title: IhCS +title: EmfDeleteColorSpace.IhCS second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDeleteColorSpace property. Gets or sets a 32bit unsigned integer that specifies the index of a logical color space object in the EMF Object Table section 3.1.1.1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdeletecolorspace/ihcs/ @@ -14,14 +14,14 @@ Gets or sets a 32-bit unsigned integer that specifies the index of a logical col public int IhCS { get; set; } ``` -### Remarks +## Remarks This object is either a WMF LogColorSpace or LogColorSpaceW object ([MS-WMF] sections 2.2.2.11 and 2.2.2.12, respectively). ### See Also -* class [EmfDeleteColorSpace](../../emfdeletecolorspace) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeletecolorspace) +* class [EmfDeleteColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeletecolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/_index.md index 24b9b51c852f..73d31826d2b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDeleteObject +title: Class EmfDeleteObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfDeleteObject class. The EMR_DELETEOBJECT record deletes a graphics object which is specified by its index in the EMF Object Tablesection 3.1.1.1 type: docs weight: 3550 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/ @@ -18,21 +18,21 @@ public sealed class EmfDeleteObject : EmfRecord | Name | Description | | --- | --- | -| [EmfDeleteObject](emfdeleteobject)() | Initializes a new instance of the [`EmfDeleteObject`](../emfdeleteobject) class. | -| [EmfDeleteObject](emfdeleteobject)(EmfRecord) | Initializes a new instance of the [`EmfDeleteObject`](../emfdeleteobject) class. | +| [EmfDeleteObject](emfdeleteobject/#constructor)() | Initializes a new instance of the `EmfDeleteObject` class. | +| [EmfDeleteObject](emfdeleteobject/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfDeleteObject` class. | ## Properties | Name | Description | | --- | --- | -| [ObjectHandle](../../aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/objecthandle) { get; set; } | Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [ObjectHandle](../../aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/objecthandle/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/emfdeleteobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/emfdeleteobject/_index.md index 3bc6ea3d3a0a..c92dc287bf82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/emfdeleteobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/emfdeleteobject/_index.md @@ -1,14 +1,14 @@ --- -title: EmfDeleteObject +title: EmfDeleteObject.EmfDeleteObject second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDeleteObject constructor. Initializes a new instance of the EmfDeleteObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/emfdeleteobject/ --- -## EmfDeleteObject constructor (1 of 2) +## EmfDeleteObject(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfDeleteObject`](../../emfdeleteobject) class. +Initializes a new instance of the [`EmfDeleteObject`](../) class. ```csharp public EmfDeleteObject(EmfRecord record) @@ -20,22 +20,22 @@ public EmfDeleteObject(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfDeleteObject](../../emfdeleteobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeleteobject) +* class [EmfRecord](../../emfrecord/) +* class [EmfDeleteObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeleteobject/) * assembly [Aspose.Imaging](../../../) --- -## EmfDeleteObject constructor (2 of 2) +## EmfDeleteObject() {#constructor} -Initializes a new instance of the [`EmfDeleteObject`](../../emfdeleteobject) class. +Initializes a new instance of the [`EmfDeleteObject`](../) class. ```csharp public EmfDeleteObject() ``` -### Examples +## Examples The following example shows how set the background color for EMF. It actually puts a rectangle of the background color before drawing all other objects. @@ -95,8 +95,8 @@ public static void AddBackgroundRectangleEmf(Aspose.Imaging.FileFormats.Emf.EmfI ### See Also -* class [EmfDeleteObject](../../emfdeleteobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeleteobject) +* class [EmfDeleteObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeleteobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/objecthandle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/objecthandle/_index.md index 09fc26dbc7fb..e20c9317c30f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/objecthandle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/objecthandle/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectHandle +title: EmfDeleteObject.ObjectHandle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDeleteObject property. Gets or sets 32bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdeleteobject/objecthandle/ @@ -16,8 +16,8 @@ public int ObjectHandle { get; set; } ### See Also -* class [EmfDeleteObject](../../emfdeleteobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeleteobject) +* class [EmfDeleteObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdeleteobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/_index.md index a77bd407e17f..63b2714aa29a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDrawEscape +title: Class EmfDrawEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfDrawEscape class. The EMR_DRAWESCAPE record passes arbitrary information to a printer driver. The intent is that the information will result in drawing being done type: docs weight: 3560 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/ @@ -18,22 +18,22 @@ public sealed class EmfDrawEscape : EmfEscapeRecordType | Name | Description | | --- | --- | -| [EmfDrawEscape](emfdrawescape)(EmfRecord) | Initializes a new instance of the [`EmfDrawEscape`](../emfdrawescape) class. | +| [EmfDrawEscape](emfdrawescape/)(EmfRecord) | Initializes a new instance of the `EmfDrawEscape` class. | ## Properties | Name | Description | | --- | --- | -| [CjIn](../../aspose.imaging.fileformats.emf.emf.records/emfdrawescape/cjin) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfdrawescape/data) { get; set; } | Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available. | -| [IEscape](../../aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [CjIn](../../aspose.imaging.fileformats.emf.emf.records/emfdrawescape/cjin/) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfdrawescape/data/) { get; set; } | Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available. | +| [IEscape](../../aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfEscapeRecordType](../emfescaperecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfEscapeRecordType](../emfescaperecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/cjin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/cjin/_index.md index 1f9b30715386..b85900f8ff40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/cjin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/cjin/_index.md @@ -1,7 +1,7 @@ --- -title: CjIn +title: EmfDrawEscape.CjIn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDrawEscape property. Gets or sets a 32bit unsigned integer specifying the number of bytes to pass to the printer driver type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/cjin/ @@ -16,8 +16,8 @@ public int CjIn { get; set; } ### See Also -* class [EmfDrawEscape](../../emfdrawescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdrawescape) +* class [EmfDrawEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdrawescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/data/_index.md index 7751ab311c55..2259eec122a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfDrawEscape.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDrawEscape property. Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfDrawEscape](../../emfdrawescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdrawescape) +* class [EmfDrawEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdrawescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/emfdrawescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/emfdrawescape/_index.md index 4a6f3cd12a8d..f9ed17a82927 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/emfdrawescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/emfdrawescape/_index.md @@ -1,14 +1,14 @@ --- -title: EmfDrawEscape +title: EmfDrawEscape.EmfDrawEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfDrawEscape constructor. Initializes a new instance of the EmfDrawEscape class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdrawescape/emfdrawescape/ --- ## EmfDrawEscape constructor -Initializes a new instance of the [`EmfDrawEscape`](../../emfdrawescape) class. +Initializes a new instance of the [`EmfDrawEscape`](../) class. ```csharp public EmfDrawEscape(EmfRecord source) @@ -20,9 +20,9 @@ public EmfDrawEscape(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfDrawEscape](../../emfdrawescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdrawescape) +* class [EmfRecord](../../emfrecord/) +* class [EmfDrawEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfdrawescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawingrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawingrecordtype/_index.md index 7b79664bb7ca..1e4c2ae3bb7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawingrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfdrawingrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDrawingRecordType +title: Class EmfDrawingRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfDrawingRecordType class. The drawing record types perform graphics drawing type: docs weight: 3570 url: /net/aspose.imaging.fileformats.emf.emf.records/emfdrawingrecordtype/ @@ -18,13 +18,13 @@ public abstract class EmfDrawingRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/_index.md index 78da060514c7..ba2ad9ad270b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/_index.md @@ -1,7 +1,7 @@ --- -title: EmfEllipse +title: Class EmfEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfEllipse class. The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush type: docs weight: 3580 url: /net/aspose.imaging.fileformats.emf.emf.records/emfellipse/ @@ -18,21 +18,21 @@ public sealed class EmfEllipse : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfEllipse](emfellipse)() | Initializes a new instance of the [`EmfEllipse`](../emfellipse) class. | -| [EmfEllipse](emfellipse)(EmfRecord) | Initializes a new instance of the [`EmfEllipse`](../emfellipse) class. | +| [EmfEllipse](emfellipse/#constructor)() | Initializes a new instance of the `EmfEllipse` class. | +| [EmfEllipse](emfellipse/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfEllipse` class. | ## Properties | Name | Description | | --- | --- | -| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfellipse/box) { get; set; } | Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfellipse/box/) { get; set; } | Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/box/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/box/_index.md index cccdbb730c54..f868204a4e9b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/box/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/box/_index.md @@ -1,7 +1,7 @@ --- -title: Box +title: EmfEllipse.Box second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEllipse property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the inclusiveinclusive bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfellipse/box/ @@ -16,9 +16,9 @@ public Rectangle Box { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfEllipse](../../emfellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfellipse) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/emfellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/emfellipse/_index.md index 46c231ad125a..94c36523e146 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/emfellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfellipse/emfellipse/_index.md @@ -1,14 +1,14 @@ --- -title: EmfEllipse +title: EmfEllipse.EmfEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEllipse constructor. Initializes a new instance of the EmfEllipse class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfellipse/emfellipse/ --- -## EmfEllipse constructor (1 of 2) +## EmfEllipse(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfEllipse`](../../emfellipse) class. +Initializes a new instance of the [`EmfEllipse`](../) class. ```csharp public EmfEllipse(EmfRecord source) @@ -20,16 +20,16 @@ public EmfEllipse(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfEllipse](../../emfellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfellipse) +* class [EmfRecord](../../emfrecord/) +* class [EmfEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfellipse/) * assembly [Aspose.Imaging](../../../) --- -## EmfEllipse constructor (2 of 2) +## EmfEllipse() {#constructor} -Initializes a new instance of the [`EmfEllipse`](../../emfellipse) class. +Initializes a new instance of the [`EmfEllipse`](../) class. ```csharp public EmfEllipse() @@ -37,8 +37,8 @@ public EmfEllipse() ### See Also -* class [EmfEllipse](../../emfellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfellipse) +* class [EmfEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfendpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfendpath/_index.md index 96c6fee9c7bc..2e9e8475b71b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfendpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfendpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfEndPath +title: Class EmfEndPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfEndPath class. This record closes a path bracket and selects the path defined by the bracket into the playback device context type: docs weight: 3590 url: /net/aspose.imaging.fileformats.emf.emf.records/emfendpath/ @@ -18,19 +18,19 @@ public sealed class EmfEndPath : EmfPathBracketRecordType | Name | Description | | --- | --- | -| [EmfEndPath](emfendpath)() | The default constructor. | +| [EmfEndPath](emfendpath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfPathBracketRecordType](../emfpathbracketrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfPathBracketRecordType](../emfpathbracketrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfendpath/emfendpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfendpath/emfendpath/_index.md index 66ae20e88f03..186af2298606 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfendpath/emfendpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfendpath/emfendpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfEndPath +title: EmfEndPath.EmfEndPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEndPath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfendpath/emfendpath/ @@ -16,8 +16,8 @@ public EmfEndPath() ### See Also -* class [EmfEndPath](../../emfendpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfendpath) +* class [EmfEndPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfendpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/_index.md index dc17b1ca8c59..10f8b63b2484 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/_index.md @@ -1,7 +1,7 @@ --- -title: EmfEof +title: Class EmfEof second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfEof class. The EMR_EOF record indicates the end of the metafile and specifies a palette type: docs weight: 3600 url: /net/aspose.imaging.fileformats.emf.emf.records/emfeof/ @@ -18,22 +18,22 @@ public sealed class EmfEof : EmfControlRecordType | Name | Description | | --- | --- | -| [EmfEof](emfeof)() | Initializes a new instance of the [`EmfEof`](../emfeof) class. | -| [EmfEof](emfeof)(EmfRecord) | Initializes a new instance of the [`EmfEof`](../emfeof) class. | +| [EmfEof](emfeof/#constructor)() | Initializes a new instance of the `EmfEof` class. | +| [EmfEof](emfeof/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfEof` class. | ## Properties | Name | Description | | --- | --- | -| [PaletteArgb32Entries](../../aspose.imaging.fileformats.emf.emf.records/emfeof/paletteargb32entries) { get; set; } | Gets or sets an optional buffer that contains palette data, which is not required to be contiguous with the fixed portion of the EMR_EOF record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. The size of this field MUST be a multiple of 4 bytes | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SizeLast](../../aspose.imaging.fileformats.emf.emf.records/emfeof/sizelast) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST be the same as Size and MUST be the last field of the record and hence the metafile. LogPaletteEntry objects, if they exist, MUST precede this field. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [PaletteArgb32Entries](../../aspose.imaging.fileformats.emf.emf.records/emfeof/paletteargb32entries/) { get; set; } | Gets or sets an optional buffer that contains palette data, which is not required to be contiguous with the fixed portion of the EMR_EOF record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. The size of this field MUST be a multiple of 4 bytes | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SizeLast](../../aspose.imaging.fileformats.emf.emf.records/emfeof/sizelast/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST be the same as Size and MUST be the last field of the record and hence the metafile. LogPaletteEntry objects, if they exist, MUST precede this field. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfControlRecordType](../emfcontrolrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfControlRecordType](../emfcontrolrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/emfeof/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/emfeof/_index.md index b4bb3db55fe9..022845a81a59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/emfeof/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/emfeof/_index.md @@ -1,14 +1,14 @@ --- -title: EmfEof +title: EmfEof.EmfEof second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEof constructor. Initializes a new instance of the EmfEof class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfeof/emfeof/ --- -## EmfEof constructor (1 of 2) +## EmfEof(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfEof`](../../emfeof) class. +Initializes a new instance of the [`EmfEof`](../) class. ```csharp public EmfEof(EmfRecord record) @@ -20,16 +20,16 @@ public EmfEof(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfEof](../../emfeof) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfeof) +* class [EmfRecord](../../emfrecord/) +* class [EmfEof](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfeof/) * assembly [Aspose.Imaging](../../../) --- -## EmfEof constructor (2 of 2) +## EmfEof() {#constructor} -Initializes a new instance of the [`EmfEof`](../../emfeof) class. +Initializes a new instance of the [`EmfEof`](../) class. ```csharp public EmfEof() @@ -37,8 +37,8 @@ public EmfEof() ### See Also -* class [EmfEof](../../emfeof) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfeof) +* class [EmfEof](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfeof/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/paletteargb32entries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/paletteargb32entries/_index.md index c1e773285647..8184c4310906 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/paletteargb32entries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/paletteargb32entries/_index.md @@ -1,7 +1,7 @@ --- -title: PaletteArgb32Entries +title: EmfEof.PaletteArgb32Entries second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEof property. Gets or sets an optional buffer that contains palette data which is not required to be contiguous with the fixed portion of the EMR_EOF record. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored. The size of this field MUST be a multiple of 4 bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfeof/paletteargb32entries/ @@ -16,8 +16,8 @@ public int[] PaletteArgb32Entries { get; set; } ### See Also -* class [EmfEof](../../emfeof) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfeof) +* class [EmfEof](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfeof/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/sizelast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/sizelast/_index.md index 999ae73ff8cf..62adf1efa618 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/sizelast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfeof/sizelast/_index.md @@ -1,7 +1,7 @@ --- -title: SizeLast +title: EmfEof.SizeLast second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEof property. Gets or sets a 32bit unsigned integer that MUST be the same as Size and MUST be the last field of the record and hence the metafile. LogPaletteEntry objects if they exist MUST precede this field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfeof/sizelast/ @@ -16,8 +16,8 @@ public int SizeLast { get; set; } ### See Also -* class [EmfEof](../../emfeof) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfeof) +* class [EmfEof](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfeof/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/_index.md index 502d3a6cc018..8652c98b0713 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfEscapeRecordType +title: Class EmfEscapeRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfEscapeRecordType class. The escape record types execute printer driver functions type: docs weight: 3610 url: /net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/ @@ -18,14 +18,14 @@ public abstract class EmfEscapeRecordType : EmfRecord | Name | Description | | --- | --- | -| [IEscape](../../aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IEscape](../../aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/_index.md index f2561f21a10a..5a9f39957337 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/_index.md @@ -1,7 +1,7 @@ --- -title: IEscape +title: EmfEscapeRecordType.IEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfEscapeRecordType property. Gets or sets a 32bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration MSWMF section 2.1.1.17 type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/ @@ -16,9 +16,9 @@ public WmfMetafileEscapes IEscape { get; set; } ### See Also -* enum [WmfMetafileEscapes](../../../aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes) -* class [EmfEscapeRecordType](../../emfescaperecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfescaperecordtype) +* enum [WmfMetafileEscapes](../../../aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes/) +* class [EmfEscapeRecordType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfescaperecordtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/_index.md index fc5ea39b52fb..0842b5b6419c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExcludeClipRect +title: Class EmfExcludeClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExcludeClipRect class. The EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing clipping region minus the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2 type: docs weight: 3620 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/ @@ -18,21 +18,21 @@ public sealed class EmfExcludeClipRect : EmfClippingRecordType | Name | Description | | --- | --- | -| [EmfExcludeClipRect](emfexcludecliprect)() | Initializes a new instance of the [`EmfExcludeClipRect`](../emfexcludecliprect) class. | -| [EmfExcludeClipRect](emfexcludecliprect)(EmfRecord) | Initializes a new instance of the [`EmfExcludeClipRect`](../emfexcludecliprect) class. | +| [EmfExcludeClipRect](emfexcludecliprect/#constructor)() | Initializes a new instance of the `EmfExcludeClipRect` class. | +| [EmfExcludeClipRect](emfexcludecliprect/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfExcludeClipRect` class. | ## Properties | Name | Description | | --- | --- | -| [Clip](../../aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/clip) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Clip](../../aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/clip/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfClippingRecordType](../emfclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfClippingRecordType](../emfclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/clip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/clip/_index.md index c3b34f123fc0..4ecf75c90e8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/clip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/clip/_index.md @@ -1,7 +1,7 @@ --- -title: Clip +title: EmfExcludeClipRect.Clip second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExcludeClipRect property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that specifies the clipping rectangle in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/clip/ @@ -16,9 +16,9 @@ public Rectangle Clip { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfExcludeClipRect](../../emfexcludecliprect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexcludecliprect) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfExcludeClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexcludecliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/emfexcludecliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/emfexcludecliprect/_index.md index 329290ae6e29..d030e983611f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/emfexcludecliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/emfexcludecliprect/_index.md @@ -1,14 +1,14 @@ --- -title: EmfExcludeClipRect +title: EmfExcludeClipRect.EmfExcludeClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExcludeClipRect constructor. Initializes a new instance of the EmfExcludeClipRect class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexcludecliprect/emfexcludecliprect/ --- -## EmfExcludeClipRect constructor (1 of 2) +## EmfExcludeClipRect(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfExcludeClipRect`](../../emfexcludecliprect) class. +Initializes a new instance of the [`EmfExcludeClipRect`](../) class. ```csharp public EmfExcludeClipRect(EmfRecord source) @@ -20,16 +20,16 @@ public EmfExcludeClipRect(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfExcludeClipRect](../../emfexcludecliprect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexcludecliprect) +* class [EmfRecord](../../emfrecord/) +* class [EmfExcludeClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexcludecliprect/) * assembly [Aspose.Imaging](../../../) --- -## EmfExcludeClipRect constructor (2 of 2) +## EmfExcludeClipRect() {#constructor} -Initializes a new instance of the [`EmfExcludeClipRect`](../../emfexcludecliprect) class. +Initializes a new instance of the [`EmfExcludeClipRect`](../) class. ```csharp public EmfExcludeClipRect() @@ -37,8 +37,8 @@ public EmfExcludeClipRect() ### See Also -* class [EmfExcludeClipRect](../../emfexcludecliprect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexcludecliprect) +* class [EmfExcludeClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexcludecliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/_index.md index 6c4524e2b645..534fa5fa564b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExtCreateFontIndirectW +title: Class EmfExtCreateFontIndirectW second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtCreateFontIndirectW class. The EMR_EXTCREATEFONTINDIRECTW record defines a logical font for graphics operations type: docs weight: 3630 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/ @@ -18,22 +18,22 @@ public sealed class EmfExtCreateFontIndirectW : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfExtCreateFontIndirectW](emfextcreatefontindirectw)() | Initializes a new instance of the [`EmfExtCreateFontIndirectW`](../emfextcreatefontindirectw) class. | -| [EmfExtCreateFontIndirectW](emfextcreatefontindirectw)(EmfRecord) | Initializes a new instance of the [`EmfExtCreateFontIndirectW`](../emfextcreatefontindirectw) class. | +| [EmfExtCreateFontIndirectW](emfextcreatefontindirectw/#constructor)() | Initializes a new instance of the `EmfExtCreateFontIndirectW` class. | +| [EmfExtCreateFontIndirectW](emfextcreatefontindirectw/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfExtCreateFontIndirectW` class. | ## Properties | Name | Description | | --- | --- | -| [Elw](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/elw) { get; set; } | Gets or sets a LogFontExDv object (section 2.2.15), which specifies the logical font. A LogFont object 2.2.13 MAY be present instead.[90]The process for determining the type of object in this field is described below. | -| [IhFonts](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/ihfonts) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical font object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Elw](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/elw/) { get; set; } | Gets or sets a LogFontExDv object (section 2.2.15), which specifies the logical font. A LogFont object 2.2.13 MAY be present instead.[90]The process for determining the type of object in this field is described below. | +| [IhFonts](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/ihfonts/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the logical font object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/elw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/elw/_index.md index 21c176e8f188..b365574f710b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/elw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/elw/_index.md @@ -1,7 +1,7 @@ --- -title: Elw +title: EmfExtCreateFontIndirectW.Elw second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtCreateFontIndirectW property. Gets or sets a LogFontExDv object section 2.2.15 which specifies the logical font. A LogFont object 2.2.13 MAY be present instead.90The process for determining the type of object in this field is described below type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/elw/ @@ -16,9 +16,9 @@ public EmfLogFont Elw { get; set; } ### See Also -* class [EmfLogFont](../../../aspose.imaging.fileformats.emf.emf.objects/emflogfont) -* class [EmfExtCreateFontIndirectW](../../emfextcreatefontindirectw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatefontindirectw) +* class [EmfLogFont](../../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/) +* class [EmfExtCreateFontIndirectW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatefontindirectw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/emfextcreatefontindirectw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/emfextcreatefontindirectw/_index.md index fb6f103bfbef..28cdba728be9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/emfextcreatefontindirectw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/emfextcreatefontindirectw/_index.md @@ -1,14 +1,14 @@ --- -title: EmfExtCreateFontIndirectW +title: EmfExtCreateFontIndirectW.EmfExtCreateFontIndirectW second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtCreateFontIndirectW constructor. Initializes a new instance of the EmfExtCreateFontIndirectW class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/emfextcreatefontindirectw/ --- -## EmfExtCreateFontIndirectW constructor (1 of 2) +## EmfExtCreateFontIndirectW(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfExtCreateFontIndirectW`](../../emfextcreatefontindirectw) class. +Initializes a new instance of the [`EmfExtCreateFontIndirectW`](../) class. ```csharp public EmfExtCreateFontIndirectW(EmfRecord source) @@ -20,16 +20,16 @@ public EmfExtCreateFontIndirectW(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfExtCreateFontIndirectW](../../emfextcreatefontindirectw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatefontindirectw) +* class [EmfRecord](../../emfrecord/) +* class [EmfExtCreateFontIndirectW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatefontindirectw/) * assembly [Aspose.Imaging](../../../) --- -## EmfExtCreateFontIndirectW constructor (2 of 2) +## EmfExtCreateFontIndirectW() {#constructor} -Initializes a new instance of the [`EmfExtCreateFontIndirectW`](../../emfextcreatefontindirectw) class. +Initializes a new instance of the [`EmfExtCreateFontIndirectW`](../) class. ```csharp public EmfExtCreateFontIndirectW() @@ -37,8 +37,8 @@ public EmfExtCreateFontIndirectW() ### See Also -* class [EmfExtCreateFontIndirectW](../../emfextcreatefontindirectw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatefontindirectw) +* class [EmfExtCreateFontIndirectW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatefontindirectw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/ihfonts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/ihfonts/_index.md index 2a9b49eaec18..84ef4f906fb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/ihfonts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/ihfonts/_index.md @@ -1,7 +1,7 @@ --- -title: IhFonts +title: EmfExtCreateFontIndirectW.IhFonts second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtCreateFontIndirectW property. Gets or sets a 32bit unsigned integer that specifies the index of the logical font object in the EMF Object Table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatefontindirectw/ihfonts/ @@ -16,8 +16,8 @@ public int IhFonts { get; set; } ### See Also -* class [EmfExtCreateFontIndirectW](../../emfextcreatefontindirectw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatefontindirectw) +* class [EmfExtCreateFontIndirectW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatefontindirectw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/_index.md index 9836f50de346..ba6ee1e8d758 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExtCreatePen +title: Class EmfExtCreatePen second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtCreatePen class. The EMR_EXTCREATEPEN record defines an extended logical pen for graphics operations. An optional DIB can be specified to use as the line style type: docs weight: 3640 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/ @@ -18,23 +18,23 @@ public sealed class EmfExtCreatePen : EmfObjectCreationRecordType | Name | Description | | --- | --- | -| [EmfExtCreatePen](emfextcreatepen)() | Initializes a new instance of the [`EmfExtCreatePen`](../emfextcreatepen) class. | -| [EmfExtCreatePen](emfextcreatepen)(EmfRecord) | Initializes a new instance of the [`EmfExtCreatePen`](../emfextcreatepen) class. | +| [EmfExtCreatePen](emfextcreatepen/#constructor)() | Initializes a new instance of the `EmfExtCreatePen` class. | +| [EmfExtCreatePen](emfextcreatepen/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfExtCreatePen` class. | ## Properties | Name | Description | | --- | --- | -| [BitmapBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/bitmapbuffer) { get; set; } | Gets or sets an optional buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object ([MS-WMF] section 2.2.2.9). It is not required to be contiguous with the fixed portion of the EMR_EXTCREATEPEN record | -| [Elp](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/elp) { get; set; } | Gets or sets a LogPenEx object (section 2.2.20) that specifies an extended logical pen with attributes including an optional line style array. | -| [IhPen](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/ihpen) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the index of the extended logical pen object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [BitmapBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/bitmapbuffer/) { get; set; } | Gets or sets an optional buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object ([MS-WMF] section 2.2.2.9). It is not required to be contiguous with the fixed portion of the EMR_EXTCREATEPEN record | +| [Elp](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/elp/) { get; set; } | Gets or sets a LogPenEx object (section 2.2.20) that specifies an extended logical pen with attributes including an optional line style array. | +| [IhPen](../../aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/ihpen/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the index of the extended logical pen object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectCreationRecordType](../emfobjectcreationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/bitmapbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/bitmapbuffer/_index.md index 82ca649a93dd..08870d43ff0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/bitmapbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/bitmapbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapBuffer +title: EmfExtCreatePen.BitmapBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtCreatePen property. Gets or sets an optional buffer containing a packed DIB in the form of a WMF DeviceIndependentBitmap object MSWMF section 2.2.2.9. It is not required to be contiguous with the fixed portion of the EMR_EXTCREATEPEN record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/bitmapbuffer/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap BitmapBuffer { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfExtCreatePen](../../emfextcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfExtCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/elp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/elp/_index.md index f78346afcebd..14752268378e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/elp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/elp/_index.md @@ -1,7 +1,7 @@ --- -title: Elp +title: EmfExtCreatePen.Elp second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtCreatePen property. Gets or sets a LogPenEx object section 2.2.20 that specifies an extended logical pen with attributes including an optional line style array type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/elp/ @@ -16,9 +16,9 @@ public EmfLogPenEx Elp { get; set; } ### See Also -* class [EmfLogPenEx](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex) -* class [EmfExtCreatePen](../../emfextcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen) +* class [EmfLogPenEx](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpenex/) +* class [EmfExtCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/emfextcreatepen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/emfextcreatepen/_index.md index 9b2fd2ef7982..04ef6d006e74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/emfextcreatepen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/emfextcreatepen/_index.md @@ -1,14 +1,14 @@ --- -title: EmfExtCreatePen +title: EmfExtCreatePen.EmfExtCreatePen second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtCreatePen constructor. Initializes a new instance of the EmfExtCreatePen class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/emfextcreatepen/ --- -## EmfExtCreatePen constructor (1 of 2) +## EmfExtCreatePen(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfExtCreatePen`](../../emfextcreatepen) class. +Initializes a new instance of the [`EmfExtCreatePen`](../) class. ```csharp public EmfExtCreatePen(EmfRecord record) @@ -20,16 +20,16 @@ public EmfExtCreatePen(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfExtCreatePen](../../emfextcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen) +* class [EmfRecord](../../emfrecord/) +* class [EmfExtCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen/) * assembly [Aspose.Imaging](../../../) --- -## EmfExtCreatePen constructor (2 of 2) +## EmfExtCreatePen() {#constructor} -Initializes a new instance of the [`EmfExtCreatePen`](../../emfextcreatepen) class. +Initializes a new instance of the [`EmfExtCreatePen`](../) class. ```csharp public EmfExtCreatePen() @@ -37,8 +37,8 @@ public EmfExtCreatePen() ### See Also -* class [EmfExtCreatePen](../../emfextcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen) +* class [EmfExtCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/ihpen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/ihpen/_index.md index 1dbd2a5670ca..b813a5bf6571 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/ihpen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/ihpen/_index.md @@ -1,7 +1,7 @@ --- -title: IhPen +title: EmfExtCreatePen.IhPen second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtCreatePen property. Gets or sets 32bit unsigned integer that specifies the index of the extended logical pen object in the EMF Object Table section 3.1.1.1. This index MUST be saved so that this object can be reused or modified type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextcreatepen/ihpen/ @@ -16,8 +16,8 @@ public int IhPen { get; set; } ### See Also -* class [EmfExtCreatePen](../../emfextcreatepen) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen) +* class [EmfExtCreatePen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextcreatepen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/_index.md index 2c000f76779b..984a2123a16b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExtEscape +title: Class EmfExtEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtEscape class. The EMR_EXTESCAPE record passes arbitrary information to a printer driver. The intent is that the information will not result in drawing being done type: docs weight: 3650 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextescape/ @@ -18,22 +18,22 @@ public sealed class EmfExtEscape : EmfEscapeRecordType | Name | Description | | --- | --- | -| [EmfExtEscape](emfextescape)(EmfRecord) | Initializes a new instance of the [`EmfExtEscape`](../emfextescape) class. | +| [EmfExtEscape](emfextescape/)(EmfRecord) | Initializes a new instance of the `EmfExtEscape` class. | ## Properties | Name | Description | | --- | --- | -| [CjIn](../../aspose.imaging.fileformats.emf.emf.records/emfextescape/cjin) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfextescape/data) { get; set; } | Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available. | -| [IEscape](../../aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [CjIn](../../aspose.imaging.fileformats.emf.emf.records/emfextescape/cjin/) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfextescape/data/) { get; set; } | Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available. | +| [IEscape](../../aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfEscapeRecordType](../emfescaperecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfEscapeRecordType](../emfescaperecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/cjin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/cjin/_index.md index 3b644924d48e..99ac892ebd9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/cjin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/cjin/_index.md @@ -1,7 +1,7 @@ --- -title: CjIn +title: EmfExtEscape.CjIn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtEscape property. Gets or sets a 32bit unsigned integer specifying the number of bytes to pass to the printer driver type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextescape/cjin/ @@ -16,8 +16,8 @@ public int CjIn { get; set; } ### See Also -* class [EmfExtEscape](../../emfextescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextescape) +* class [EmfExtEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/data/_index.md index b0a5b81c63b2..760ba87d8045 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfExtEscape.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtEscape property. Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextescape/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfExtEscape](../../emfextescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextescape) +* class [EmfExtEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/emfextescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/emfextescape/_index.md index db6883e7d89b..cc659e76a798 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/emfextescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextescape/emfextescape/_index.md @@ -1,14 +1,14 @@ --- -title: EmfExtEscape +title: EmfExtEscape.EmfExtEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtEscape constructor. Initializes a new instance of the EmfExtEscape class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextescape/emfextescape/ --- ## EmfExtEscape constructor -Initializes a new instance of the [`EmfExtEscape`](../../emfextescape) class. +Initializes a new instance of the [`EmfExtEscape`](../) class. ```csharp public EmfExtEscape(EmfRecord source) @@ -20,9 +20,9 @@ public EmfExtEscape(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfExtEscape](../../emfextescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextescape) +* class [EmfRecord](../../emfrecord/) +* class [EmfExtEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/_index.md index 9bd499ae4f4a..f7dfcda177cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExtFloodFill +title: Class EmfExtFloodFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtFloodFill class. The EMR_EXTFLOODFILL record fills an area of the display surface with the current brush type: docs weight: 3660 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/ @@ -18,22 +18,22 @@ public sealed class EmfExtFloodFill : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfExtFloodFill](emfextfloodfill)(EmfRecord) | Initializes a new instance of the [`EmfExtFloodFill`](../emfextfloodfill) class. | +| [EmfExtFloodFill](emfextfloodfill/)(EmfRecord) | Initializes a new instance of the `EmfExtFloodFill` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/argb32color) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill. | -| [FloodFillMode](../../aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/floodfillmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. The value MUST be in the FloodFill enumeration (section 2.1.13). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/start) { get; set; } | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Argb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/argb32color/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8), which is used with the FloodFillMode to determine the area to fill. | +| [FloodFillMode](../../aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/floodfillmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. The value MUST be in the FloodFill enumeration (section 2.1.13). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/start/) { get; set; } | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates, in logical units, where filling begins. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/argb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/argb32color/_index.md index dd28ddb41114..a567a8a05b6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/argb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/argb32color/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Color +title: EmfExtFloodFill.Argb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtFloodFill property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 which is used with the FloodFillMode to determine the area to fill type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/argb32color/ @@ -16,8 +16,8 @@ public int Argb32Color { get; set; } ### See Also -* class [EmfExtFloodFill](../../emfextfloodfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextfloodfill) +* class [EmfExtFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextfloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/emfextfloodfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/emfextfloodfill/_index.md index ae88ec85955f..1bc82b1327f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/emfextfloodfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/emfextfloodfill/_index.md @@ -1,14 +1,14 @@ --- -title: EmfExtFloodFill +title: EmfExtFloodFill.EmfExtFloodFill second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtFloodFill constructor. Initializes a new instance of the EmfExtFloodFill class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/emfextfloodfill/ --- ## EmfExtFloodFill constructor -Initializes a new instance of the [`EmfExtFloodFill`](../../emfextfloodfill) class. +Initializes a new instance of the [`EmfExtFloodFill`](../) class. ```csharp public EmfExtFloodFill(EmfRecord source) @@ -20,9 +20,9 @@ public EmfExtFloodFill(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfExtFloodFill](../../emfextfloodfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextfloodfill) +* class [EmfRecord](../../emfrecord/) +* class [EmfExtFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextfloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/floodfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/floodfillmode/_index.md index 6bd37ca389bd..0993a5acd018 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/floodfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/floodfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: FloodFillMode +title: EmfExtFloodFill.FloodFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtFloodFill property. Gets or sets a 32bit unsigned integer that specifies how to use the Color value to determine the area for the flood fill operation. The value MUST be in the FloodFill enumeration section 2.1.13 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/floodfillmode/ @@ -16,9 +16,9 @@ public EmfFloodFill FloodFillMode { get; set; } ### See Also -* enum [EmfFloodFill](../../../aspose.imaging.fileformats.emf.emf.consts/emffloodfill) -* class [EmfExtFloodFill](../../emfextfloodfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextfloodfill) +* enum [EmfFloodFill](../../../aspose.imaging.fileformats.emf.emf.consts/emffloodfill/) +* class [EmfExtFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextfloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/start/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/start/_index.md index f708ce0b7909..3d862da39483 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/start/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/start/_index.md @@ -1,7 +1,7 @@ --- -title: Start +title: EmfExtFloodFill.Start second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtFloodFill property. Gets or sets a WMF PointL object MSWMF section 2.2.2.15 which specifies the coordinates in logical units where filling begins type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextfloodfill/start/ @@ -16,9 +16,9 @@ public Point Start { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfExtFloodFill](../../emfextfloodfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextfloodfill) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfExtFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextfloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/_index.md index 0e472d74ae88..c224347d6329 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExtSelectClipRgn +title: Class EmfExtSelectClipRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtSelectClipRgn class. The EMR_EXTSELECTCLIPRGN record combines the specified region with the current clip region using the specified mode. Note Fields that are not described in this section are specified in section 2.3.2 type: docs weight: 3670 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/ @@ -18,23 +18,23 @@ public sealed class EmfExtSelectClipRgn : EmfClippingRecordType | Name | Description | | --- | --- | -| [EmfExtSelectClipRgn](emfextselectcliprgn)() | Initializes a new instance of the [`EmfExtSelectClipRgn`](../emfextselectcliprgn) class. | -| [EmfExtSelectClipRgn](emfextselectcliprgn)(EmfRecord) | Initializes a new instance of the [`EmfExtSelectClipRgn`](../emfextselectcliprgn) class. | +| [EmfExtSelectClipRgn](emfextselectcliprgn/#constructor)() | Initializes a new instance of the `EmfExtSelectClipRgn` class. | +| [EmfExtSelectClipRgn](emfextselectcliprgn/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfExtSelectClipRgn` class. | ## Properties | Name | Description | | --- | --- | -| [RegionMode](../../aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/regionmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the way to use the region. The value MUST be in the RegionMode (section 2.1.29) enumeration. | -| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndata) { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object in logical units. If RegionMode is RGN_COPY, this data can be omitted and the clip region SHOULD be set to the default (NULL) clip region. | -| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndatasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data in bytes. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [RegionMode](../../aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/regionmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the way to use the region. The value MUST be in the RegionMode (section 2.1.29) enumeration. | +| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndata/) { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object in logical units. If RegionMode is RGN_COPY, this data can be omitted and the clip region SHOULD be set to the default (NULL) clip region. | +| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndatasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data in bytes. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfClippingRecordType](../emfclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfClippingRecordType](../emfclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/emfextselectcliprgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/emfextselectcliprgn/_index.md index cb9a14c33325..05aa9375824a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/emfextselectcliprgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/emfextselectcliprgn/_index.md @@ -1,14 +1,14 @@ --- -title: EmfExtSelectClipRgn +title: EmfExtSelectClipRgn.EmfExtSelectClipRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtSelectClipRgn constructor. Initializes a new instance of the EmfExtSelectClipRgn class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/emfextselectcliprgn/ --- -## EmfExtSelectClipRgn constructor (1 of 2) +## EmfExtSelectClipRgn(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfExtSelectClipRgn`](../../emfextselectcliprgn) class. +Initializes a new instance of the [`EmfExtSelectClipRgn`](../) class. ```csharp public EmfExtSelectClipRgn(EmfRecord source) @@ -20,16 +20,16 @@ public EmfExtSelectClipRgn(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfExtSelectClipRgn](../../emfextselectcliprgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn) +* class [EmfRecord](../../emfrecord/) +* class [EmfExtSelectClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn/) * assembly [Aspose.Imaging](../../../) --- -## EmfExtSelectClipRgn constructor (2 of 2) +## EmfExtSelectClipRgn() {#constructor} -Initializes a new instance of the [`EmfExtSelectClipRgn`](../../emfextselectcliprgn) class. +Initializes a new instance of the [`EmfExtSelectClipRgn`](../) class. ```csharp public EmfExtSelectClipRgn() @@ -37,8 +37,8 @@ public EmfExtSelectClipRgn() ### See Also -* class [EmfExtSelectClipRgn](../../emfextselectcliprgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn) +* class [EmfExtSelectClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/regionmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/regionmode/_index.md index a841c6823d15..893903a6ade2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/regionmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/regionmode/_index.md @@ -1,7 +1,7 @@ --- -title: RegionMode +title: EmfExtSelectClipRgn.RegionMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtSelectClipRgn property. Gets or sets a 32bit unsigned integer that specifies the way to use the region. The value MUST be in the RegionMode section 2.1.29 enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/regionmode/ @@ -16,9 +16,9 @@ public EmfRegionMode RegionMode { get; set; } ### See Also -* enum [EmfRegionMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfregionmode) -* class [EmfExtSelectClipRgn](../../emfextselectcliprgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn) +* enum [EmfRegionMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfregionmode/) +* class [EmfExtSelectClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndata/_index.md index 1ed70eee5b73..b3f5c74611f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndata/_index.md @@ -1,7 +1,7 @@ --- -title: RgnData +title: EmfExtSelectClipRgn.RgnData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtSelectClipRgn property. Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object in logical units. If RegionMode is RGN_COPY this data can be omitted and the clip region SHOULD be set to the default NULL clip region type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndata/ @@ -16,9 +16,9 @@ public EmfRegionData RgnData { get; set; } ### See Also -* class [EmfRegionData](../../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata) -* class [EmfExtSelectClipRgn](../../emfextselectcliprgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn) +* class [EmfRegionData](../../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata/) +* class [EmfExtSelectClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndatasize/_index.md index ac414bd46bc1..a50068e62dd3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndatasize/_index.md @@ -1,7 +1,7 @@ --- -title: RgnDataSize +title: EmfExtSelectClipRgn.RgnDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtSelectClipRgn property. Gets or sets a 32bit unsigned integer that specifies the size of region data in bytes type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfextselectcliprgn/rgndatasize/ @@ -16,8 +16,8 @@ public int RgnDataSize { get; set; } ### See Also -* class [EmfExtSelectClipRgn](../../emfextselectcliprgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn) +* class [EmfExtSelectClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfextselectcliprgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/_index.md index d6fc3c265631..d5f2ad4adb8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExtTextOutA +title: Class EmfExtTextOutA second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtTextOutA class. The EMR_EXTTEXTOUTA record draws an ASCII text string using the current font and text colors type: docs weight: 3680 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/ @@ -18,25 +18,25 @@ public sealed class EmfExtTextOutA : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfExtTextOutA](emfexttextouta)() | Initializes a new instance of the [`EmfExtTextOutA`](../emfexttextouta) class. | -| [EmfExtTextOutA](emfexttextouta)(EmfRecord) | Initializes a new instance of the [`EmfExtTextOutA`](../emfexttextouta) class. | +| [EmfExtTextOutA](emfexttextouta/#constructor)() | Initializes a new instance of the `EmfExtTextOutA` class. | +| [EmfExtTextOutA](emfexttextouta/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfExtTextOutA` class. | ## Properties | Name | Description | | --- | --- | -| [AEmrText](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/aemrtext) { get; set; } | Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 8-bit ASCII characters, text attributes, and spacing values. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt. | -| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/exscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. | -| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/eyscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. | -| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/igraphicsmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [AEmrText](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/aemrtext/) { get; set; } | Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 8-bit ASCII characters, text attributes, and spacing values. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt. | +| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/exscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. | +| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/eyscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. | +| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfexttextouta/igraphicsmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/aemrtext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/aemrtext/_index.md index 9d517fb6b0f5..4ee6228d3e61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/aemrtext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/aemrtext/_index.md @@ -1,7 +1,7 @@ --- -title: AEmrText +title: EmfExtTextOutA.AEmrText second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutA property. Gets or sets an EmrText object section 2.2.5 that specifies the output string in 8bit ASCII characters text attributes and spacing values type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/aemrtext/ @@ -16,9 +16,9 @@ public EmfText AEmrText { get; set; } ### See Also -* class [EmfText](../../../aspose.imaging.fileformats.emf.emf.objects/emftext) -* class [EmfExtTextOutA](../../emfexttextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta) +* class [EmfText](../../../aspose.imaging.fileformats.emf.emf.objects/emftext/) +* class [EmfExtTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/bounds/_index.md index d53bf2442946..5735f0ba11af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfExtTextOutA.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutA property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19. It is not used and MUST be ignored on receipt type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfExtTextOutA](../../emfexttextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfExtTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/emfexttextouta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/emfexttextouta/_index.md index 96536097d558..9f466f8622b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/emfexttextouta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/emfexttextouta/_index.md @@ -1,14 +1,14 @@ --- -title: EmfExtTextOutA +title: EmfExtTextOutA.EmfExtTextOutA second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutA constructor. Initializes a new instance of the EmfExtTextOutA class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/emfexttextouta/ --- -## EmfExtTextOutA constructor (1 of 2) +## EmfExtTextOutA(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfExtTextOutA`](../../emfexttextouta) class. +Initializes a new instance of the [`EmfExtTextOutA`](../) class. ```csharp public EmfExtTextOutA(EmfRecord source) @@ -20,16 +20,16 @@ public EmfExtTextOutA(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfExtTextOutA](../../emfexttextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta) +* class [EmfRecord](../../emfrecord/) +* class [EmfExtTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta/) * assembly [Aspose.Imaging](../../../) --- -## EmfExtTextOutA constructor (2 of 2) +## EmfExtTextOutA() {#constructor} -Initializes a new instance of the [`EmfExtTextOutA`](../../emfexttextouta) class. +Initializes a new instance of the [`EmfExtTextOutA`](../) class. ```csharp public EmfExtTextOutA() @@ -37,8 +37,8 @@ public EmfExtTextOutA() ### See Also -* class [EmfExtTextOutA](../../emfexttextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta) +* class [EmfExtTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/exscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/exscale/_index.md index ca544c1a43ea..49d79a64a420 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/exscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/exscale/_index.md @@ -1,7 +1,7 @@ --- -title: ExScale +title: EmfExtTextOutA.ExScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutA property. Gets or sets a 32bit floatingpoint value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/exscale/ @@ -16,8 +16,8 @@ public float ExScale { get; set; } ### See Also -* class [EmfExtTextOutA](../../emfexttextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta) +* class [EmfExtTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/eyscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/eyscale/_index.md index b539bfc63979..cd339aa84d6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/eyscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/eyscale/_index.md @@ -1,7 +1,7 @@ --- -title: EyScale +title: EmfExtTextOutA.EyScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutA property. Gets or sets a 32bit floatingpoint value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/eyscale/ @@ -16,8 +16,8 @@ public float EyScale { get; set; } ### See Also -* class [EmfExtTextOutA](../../emfexttextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta) +* class [EmfExtTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/igraphicsmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/igraphicsmode/_index.md index 114688a2a934..36bb964c2a46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/igraphicsmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/igraphicsmode/_index.md @@ -1,7 +1,7 @@ --- -title: IGraphicsMode +title: EmfExtTextOutA.IGraphicsMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutA property. Gets or sets a 32bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration section 2.1.16 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextouta/igraphicsmode/ @@ -16,9 +16,9 @@ public EmfGraphicsMode IGraphicsMode { get; set; } ### See Also -* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode) -* class [EmfExtTextOutA](../../emfexttextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta) +* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/) +* class [EmfExtTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/_index.md index 5baedb3cd571..fc470bf55a36 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/_index.md @@ -1,7 +1,7 @@ --- -title: EmfExtTextOutW +title: Class EmfExtTextOutW second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtTextOutW class. The EMR_EXTTEXTOUTW record draws an ASCII text string using the current font and text colors type: docs weight: 3690 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/ @@ -18,25 +18,25 @@ public sealed class EmfExtTextOutW : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfExtTextOutW](emfexttextoutw)() | Initializes a new instance of the [`EmfExtTextOutW`](../emfexttextoutw) class. | -| [EmfExtTextOutW](emfexttextoutw)(EmfRecord) | Initializes a new instance of the [`EmfExtTextOutW`](../emfexttextoutw) class. | +| [EmfExtTextOutW](emfexttextoutw/#constructor)() | Initializes a new instance of the `EmfExtTextOutW` class. | +| [EmfExtTextOutW](emfexttextoutw/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfExtTextOutW` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt. | -| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/exscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. | -| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/eyscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. | -| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/igraphicsmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [WEmrText](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/wemrtext) { get; set; } | Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt. | +| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/exscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. | +| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/eyscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. | +| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/igraphicsmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [WEmrText](../../aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/wemrtext/) { get; set; } | Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/bounds/_index.md index 39f0490c8737..00f9d5bbef2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfExtTextOutW.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutW property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19. It is not used and MUST be ignored on receipt type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfExtTextOutW](../../emfexttextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfExtTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/emfexttextoutw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/emfexttextoutw/_index.md index ba6d6d17f0a5..1ba3e20c978e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/emfexttextoutw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/emfexttextoutw/_index.md @@ -1,14 +1,14 @@ --- -title: EmfExtTextOutW +title: EmfExtTextOutW.EmfExtTextOutW second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutW constructor. Initializes a new instance of the EmfExtTextOutW class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/emfexttextoutw/ --- -## EmfExtTextOutW constructor (1 of 2) +## EmfExtTextOutW(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfExtTextOutW`](../../emfexttextoutw) class. +Initializes a new instance of the [`EmfExtTextOutW`](../) class. ```csharp public EmfExtTextOutW(EmfRecord source) @@ -20,16 +20,16 @@ public EmfExtTextOutW(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfExtTextOutW](../../emfexttextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw) +* class [EmfRecord](../../emfrecord/) +* class [EmfExtTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw/) * assembly [Aspose.Imaging](../../../) --- -## EmfExtTextOutW constructor (2 of 2) +## EmfExtTextOutW() {#constructor} -Initializes a new instance of the [`EmfExtTextOutW`](../../emfexttextoutw) class. +Initializes a new instance of the [`EmfExtTextOutW`](../) class. ```csharp public EmfExtTextOutW() @@ -37,8 +37,8 @@ public EmfExtTextOutW() ### See Also -* class [EmfExtTextOutW](../../emfexttextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw) +* class [EmfExtTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/exscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/exscale/_index.md index 591c375b421e..0769fbfbf90a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/exscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/exscale/_index.md @@ -1,7 +1,7 @@ --- -title: ExScale +title: EmfExtTextOutW.ExScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutW property. Gets or sets a 32bit floatingpoint value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/exscale/ @@ -16,8 +16,8 @@ public float ExScale { get; set; } ### See Also -* class [EmfExtTextOutW](../../emfexttextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw) +* class [EmfExtTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/eyscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/eyscale/_index.md index 562e1751df14..4442d039d2ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/eyscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/eyscale/_index.md @@ -1,7 +1,7 @@ --- -title: EyScale +title: EmfExtTextOutW.EyScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutW property. Gets or sets a 32bit floatingpoint value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/eyscale/ @@ -16,8 +16,8 @@ public float EyScale { get; set; } ### See Also -* class [EmfExtTextOutW](../../emfexttextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw) +* class [EmfExtTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/igraphicsmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/igraphicsmode/_index.md index b7bdc1a290ad..eb0ee20249d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/igraphicsmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/igraphicsmode/_index.md @@ -1,7 +1,7 @@ --- -title: IGraphicsMode +title: EmfExtTextOutW.IGraphicsMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutW property. Gets or sets a 32bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration section 2.1.16 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/igraphicsmode/ @@ -16,9 +16,9 @@ public EmfGraphicsMode IGraphicsMode { get; set; } ### See Also -* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode) -* class [EmfExtTextOutW](../../emfexttextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw) +* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/) +* class [EmfExtTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/wemrtext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/wemrtext/_index.md index 1a8ec24f0b81..8b8b728ec522 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/wemrtext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/wemrtext/_index.md @@ -1,7 +1,7 @@ --- -title: WEmrText +title: EmfExtTextOutW.WEmrText second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfExtTextOutW property. Gets or sets an EmrText object section 2.2.5 that specifies the output string in 16bit Unicode UTF16LE characters with text attributes and spacing values type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfexttextoutw/wemrtext/ @@ -16,9 +16,9 @@ public EmfText WEmrText { get; set; } ### See Also -* class [EmfText](../../../aspose.imaging.fileformats.emf.emf.objects/emftext) -* class [EmfExtTextOutW](../../emfexttextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw) +* class [EmfText](../../../aspose.imaging.fileformats.emf.emf.objects/emftext/) +* class [EmfExtTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfexttextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/_index.md index 0ee0bc79b77b..780b8db3c58e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFillPath +title: Class EmfFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFillPath class. The EMR_FILLPATH record closes any open figures in the current path and fills the paths interior by using the current brush and polygonfilling mode type: docs weight: 3700 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillpath/ @@ -18,21 +18,21 @@ public sealed class EmfFillPath : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfFillPath](emffillpath)() | Initializes a new instance of the [`EmfFillPath`](../emffillpath) class. | -| [EmfFillPath](emffillpath)(EmfRecord) | Initializes a new instance of the [`EmfFillPath`](../emffillpath) class. | +| [EmfFillPath](emffillpath/#constructor)() | Initializes a new instance of the `EmfFillPath` class. | +| [EmfFillPath](emffillpath/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfFillPath` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emffillpath/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emffillpath/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/bounds/_index.md index 86193617bf2e..916dc35244c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfFillPath.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFillPath property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies bounding rectangle in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillpath/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfFillPath](../../emffillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillpath) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/emffillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/emffillpath/_index.md index f43f17734ffc..fc82b9e0e97e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/emffillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillpath/emffillpath/_index.md @@ -1,14 +1,14 @@ --- -title: EmfFillPath +title: EmfFillPath.EmfFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFillPath constructor. Initializes a new instance of the EmfFillPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillpath/emffillpath/ --- -## EmfFillPath constructor (1 of 2) +## EmfFillPath(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfFillPath`](../../emffillpath) class. +Initializes a new instance of the [`EmfFillPath`](../) class. ```csharp public EmfFillPath(EmfRecord source) @@ -20,16 +20,16 @@ public EmfFillPath(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfFillPath](../../emffillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillpath) +* class [EmfRecord](../../emfrecord/) +* class [EmfFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillpath/) * assembly [Aspose.Imaging](../../../) --- -## EmfFillPath constructor (2 of 2) +## EmfFillPath() {#constructor} -Initializes a new instance of the [`EmfFillPath`](../../emffillpath) class. +Initializes a new instance of the [`EmfFillPath`](../) class. ```csharp public EmfFillPath() @@ -37,8 +37,8 @@ public EmfFillPath() ### See Also -* class [EmfFillPath](../../emffillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillpath) +* class [EmfFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/_index.md index 7ecd5d93c382..cacf3e1ce661 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFillRgn +title: Class EmfFillRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFillRgn class. The EMR_FILLRGN record fills the specified region by using the specified brush type: docs weight: 3710 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/ @@ -18,24 +18,24 @@ public sealed class EmfFillRgn : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfFillRgn](emffillrgn)() | Initializes a new instance of the [`EmfFillRgn`](../emffillrgn) class. | -| [EmfFillRgn](emffillrgn)(EmfRecord) | Initializes a new instance of the [`EmfFillRgn`](../emffillrgn) class. | +| [EmfFillRgn](emffillrgn/#constructor)() | Initializes a new instance of the `EmfFillRgn` class. | +| [EmfFillRgn](emffillrgn/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfFillRgn` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emffillrgn/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | -| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emffillrgn/ihbrush) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index to fill the region. | -| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndata) { get; set; } | Gets or sets a RgnDataSize length array of bytes that contains a RegionData (section 2.2.24) object. | -| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndatasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emffillrgn/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | +| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emffillrgn/ihbrush/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index to fill the region. | +| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndata/) { get; set; } | Gets or sets a RgnDataSize length array of bytes that contains a RegionData (section 2.2.24) object. | +| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndatasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/bounds/_index.md index ac75acf2aea3..1c890e53c405 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfFillRgn.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFillRgn property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfFillRgn](../../emffillrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfFillRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/emffillrgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/emffillrgn/_index.md index 7886785f418f..9d473accd7bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/emffillrgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/emffillrgn/_index.md @@ -1,14 +1,14 @@ --- -title: EmfFillRgn +title: EmfFillRgn.EmfFillRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFillRgn constructor. Initializes a new instance of the EmfFillRgn class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/emffillrgn/ --- -## EmfFillRgn constructor (1 of 2) +## EmfFillRgn(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfFillRgn`](../../emffillrgn) class. +Initializes a new instance of the [`EmfFillRgn`](../) class. ```csharp public EmfFillRgn(EmfRecord source) @@ -20,16 +20,16 @@ public EmfFillRgn(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfFillRgn](../../emffillrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn) +* class [EmfRecord](../../emfrecord/) +* class [EmfFillRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn/) * assembly [Aspose.Imaging](../../../) --- -## EmfFillRgn constructor (2 of 2) +## EmfFillRgn() {#constructor} -Initializes a new instance of the [`EmfFillRgn`](../../emffillrgn) class. +Initializes a new instance of the [`EmfFillRgn`](../) class. ```csharp public EmfFillRgn() @@ -37,8 +37,8 @@ public EmfFillRgn() ### See Also -* class [EmfFillRgn](../../emffillrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn) +* class [EmfFillRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/ihbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/ihbrush/_index.md index ba8a8ee43f3a..0d463de40236 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/ihbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/ihbrush/_index.md @@ -1,7 +1,7 @@ --- -title: IhBrush +title: EmfFillRgn.IhBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFillRgn property. Gets or sets a 32bit unsigned integer that specifies the brush EMF Object Table index to fill the region type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/ihbrush/ @@ -16,8 +16,8 @@ public int IhBrush { get; set; } ### See Also -* class [EmfFillRgn](../../emffillrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn) +* class [EmfFillRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndata/_index.md index b96c4119da31..e3fbc4d49b19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndata/_index.md @@ -1,7 +1,7 @@ --- -title: RgnData +title: EmfFillRgn.RgnData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFillRgn property. Gets or sets a RgnDataSize length array of bytes that contains a RegionData section 2.2.24 object type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndata/ @@ -16,9 +16,9 @@ public EmfRegionData RgnData { get; set; } ### See Also -* class [EmfRegionData](../../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata) -* class [EmfFillRgn](../../emffillrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn) +* class [EmfRegionData](../../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata/) +* class [EmfFillRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndatasize/_index.md index 014d89bff34a..6479cda04926 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndatasize/_index.md @@ -1,7 +1,7 @@ --- -title: RgnDataSize +title: EmfFillRgn.RgnDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFillRgn property. Gets or sets a 32bit unsigned integer that specifies the size of region data in bytes type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emffillrgn/rgndatasize/ @@ -16,8 +16,8 @@ public int RgnDataSize { get; set; } ### See Also -* class [EmfFillRgn](../../emffillrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn) +* class [EmfFillRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emffillrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/_index.md index 0f2605212b5e..d8986f8d9139 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFlatternPath +title: Class EmfFlatternPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFlatternPath class. This record transforms any curves in the selected path into the playback device context each curve MUST be turned into a sequence of lines type: docs weight: 3720 url: /net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/ @@ -18,19 +18,19 @@ public sealed class EmfFlatternPath : EmfPathBracketRecordType | Name | Description | | --- | --- | -| [EmfFlatternPath](emfflatternpath)() | The default constructor. | +| [EmfFlatternPath](emfflatternpath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfPathBracketRecordType](../emfpathbracketrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfPathBracketRecordType](../emfpathbracketrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/emfflatternpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/emfflatternpath/_index.md index 6eb8a5a2faad..5dbaf0c5f9a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/emfflatternpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/emfflatternpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFlatternPath +title: EmfFlatternPath.EmfFlatternPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFlatternPath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfflatternpath/emfflatternpath/ @@ -16,8 +16,8 @@ public EmfFlatternPath() ### See Also -* class [EmfFlatternPath](../../emfflatternpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfflatternpath) +* class [EmfFlatternPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfflatternpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/_index.md index e531b9b1c7dc..168fdb88013d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/_index.md @@ -1,7 +1,7 @@ --- -title: EmfForceUfiMapping +title: Class EmfForceUfiMapping second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfForceUfiMapping class. The EMR_FORCEUFIMAPPING record forces the font mapper to match fonts based on their UniversalFontId in preference to their LogFont section 2.2.13 information type: docs weight: 3730 url: /net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/ @@ -18,20 +18,20 @@ public sealed class EmfForceUfiMapping : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfForceUfiMapping](emfforceufimapping)(EmfRecord) | Initializes a new instance of the [`EmfForceUfiMapping`](../emfforceufimapping) class. | +| [EmfForceUfiMapping](emfforceufimapping/)(EmfRecord) | Initializes a new instance of the `EmfForceUfiMapping` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Ufi](../../aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/ufi) { get; set; } | Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Ufi](../../aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/ufi/) { get; set; } | Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27). | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/emfforceufimapping/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/emfforceufimapping/_index.md index 6b2350d9ebe7..d1fee452360c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/emfforceufimapping/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/emfforceufimapping/_index.md @@ -1,14 +1,14 @@ --- -title: EmfForceUfiMapping +title: EmfForceUfiMapping.EmfForceUfiMapping second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfForceUfiMapping constructor. Initializes a new instance of the EmfForceUfiMapping class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/emfforceufimapping/ --- ## EmfForceUfiMapping constructor -Initializes a new instance of the [`EmfForceUfiMapping`](../../emfforceufimapping) class. +Initializes a new instance of the [`EmfForceUfiMapping`](../) class. ```csharp public EmfForceUfiMapping(EmfRecord source) @@ -20,9 +20,9 @@ public EmfForceUfiMapping(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfForceUfiMapping](../../emfforceufimapping) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfforceufimapping) +* class [EmfRecord](../../emfrecord/) +* class [EmfForceUfiMapping](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfforceufimapping/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/ufi/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/ufi/_index.md index 090fa108524d..16d65c43da4e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/ufi/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/ufi/_index.md @@ -1,7 +1,7 @@ --- -title: Ufi +title: EmfForceUfiMapping.Ufi second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfForceUfiMapping property. Gets or sets the font id to use specified as a UniversalFontId section 2.2.27 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfforceufimapping/ufi/ @@ -16,9 +16,9 @@ public EmfUniversalFontId Ufi { get; set; } ### See Also -* class [EmfUniversalFontId](../../../aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid) -* class [EmfForceUfiMapping](../../emfforceufimapping) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfforceufimapping) +* class [EmfUniversalFontId](../../../aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/) +* class [EmfForceUfiMapping](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfforceufimapping/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/_index.md index 7e35df04ad05..fe86d52856a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/_index.md @@ -1,7 +1,7 @@ --- -title: EmfFrameRgn +title: Class EmfFrameRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFrameRgn class. The EMR_FRAMERGN record draws a border around the specified region using the specified brush type: docs weight: 3740 url: /net/aspose.imaging.fileformats.emf.emf.records/emfframergn/ @@ -18,26 +18,26 @@ public sealed class EmfFrameRgn : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfFrameRgn](emfframergn)() | Initializes a new instance of the [`EmfFrameRgn`](../emfframergn) class. | -| [EmfFrameRgn](emfframergn)(EmfRecord) | Initializes a new instance of the [`EmfFrameRgn`](../emfframergn) class. | +| [EmfFrameRgn](emfframergn/#constructor)() | Initializes a new instance of the `EmfFrameRgn` class. | +| [EmfFrameRgn](emfframergn/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfFrameRgn` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/bounds) { get; set; } | Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | -| [Height](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/height) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush stroke, in logical units. | -| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/ihbrush) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index. | -| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndata) { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units | -| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndatasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Width](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/width) { get; set; } | Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/bounds/) { get; set; } | Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | +| [Height](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/height/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush stroke, in logical units. | +| [IhBrush](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/ihbrush/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index. | +| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndata/) { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units | +| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndatasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Width](../../aspose.imaging.fileformats.emf.emf.records/emfframergn/width/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/bounds/_index.md index c78f82b3558f..ebbe4703795c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfFrameRgn.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFrameRgn property. Gets or sets 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfframergn/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfFrameRgn](../../emfframergn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfFrameRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/emfframergn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/emfframergn/_index.md index 314b6287ccbc..0f28facfe26b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/emfframergn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/emfframergn/_index.md @@ -1,14 +1,14 @@ --- -title: EmfFrameRgn +title: EmfFrameRgn.EmfFrameRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFrameRgn constructor. Initializes a new instance of the EmfFrameRgn class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfframergn/emfframergn/ --- -## EmfFrameRgn constructor (1 of 2) +## EmfFrameRgn(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfFrameRgn`](../../emfframergn) class. +Initializes a new instance of the [`EmfFrameRgn`](../) class. ```csharp public EmfFrameRgn(EmfRecord source) @@ -20,16 +20,16 @@ public EmfFrameRgn(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfFrameRgn](../../emfframergn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn) +* class [EmfRecord](../../emfrecord/) +* class [EmfFrameRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn/) * assembly [Aspose.Imaging](../../../) --- -## EmfFrameRgn constructor (2 of 2) +## EmfFrameRgn() {#constructor} -Initializes a new instance of the [`EmfFrameRgn`](../../emfframergn) class. +Initializes a new instance of the [`EmfFrameRgn`](../) class. ```csharp public EmfFrameRgn() @@ -37,8 +37,8 @@ public EmfFrameRgn() ### See Also -* class [EmfFrameRgn](../../emfframergn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn) +* class [EmfFrameRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/height/_index.md index 07978d90b42c..eea1399d17b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: EmfFrameRgn.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFrameRgn property. Gets or sets a 32bit signed integer that specifies the height of the horizontal brush stroke in logical units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfframergn/height/ @@ -16,8 +16,8 @@ public int Height { get; set; } ### See Also -* class [EmfFrameRgn](../../emfframergn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn) +* class [EmfFrameRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/ihbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/ihbrush/_index.md index 25e8fb56bcce..e03fa5784cf9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/ihbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/ihbrush/_index.md @@ -1,7 +1,7 @@ --- -title: IhBrush +title: EmfFrameRgn.IhBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFrameRgn property. Gets or sets a 32bit unsigned integer that specifies the brush EMF Object Table index type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfframergn/ihbrush/ @@ -16,8 +16,8 @@ public int IhBrush { get; set; } ### See Also -* class [EmfFrameRgn](../../emfframergn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn) +* class [EmfFrameRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndata/_index.md index 682e7ff2d725..3b7a9ec4cf98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndata/_index.md @@ -1,7 +1,7 @@ --- -title: RgnData +title: EmfFrameRgn.RgnData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFrameRgn property. Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object in logical units type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndata/ @@ -16,9 +16,9 @@ public EmfRegionData RgnData { get; set; } ### See Also -* class [EmfRegionData](../../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata) -* class [EmfFrameRgn](../../emfframergn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn) +* class [EmfRegionData](../../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata/) +* class [EmfFrameRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndatasize/_index.md index 240fccd181c4..7f99df342cb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndatasize/_index.md @@ -1,7 +1,7 @@ --- -title: RgnDataSize +title: EmfFrameRgn.RgnDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFrameRgn property. Gets or sets a 32bit unsigned integer that specifies the size of region data in bytes type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfframergn/rgndatasize/ @@ -16,8 +16,8 @@ public int RgnDataSize { get; set; } ### See Also -* class [EmfFrameRgn](../../emfframergn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn) +* class [EmfFrameRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/width/_index.md index 4bd851278623..7c70e2b4f20b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfframergn/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: EmfFrameRgn.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfFrameRgn property. Gets or sets a 32bit signed integer that specifies the width of the vertical brush stroke in logical units type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfframergn/width/ @@ -16,8 +16,8 @@ public int Width { get; set; } ### See Also -* class [EmfFrameRgn](../../emfframergn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn) +* class [EmfFrameRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfframergn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/_index.md index 10cb44d28d30..5c7d6f794dbe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGlsBoundedRecord +title: Class EmfGlsBoundedRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfGlsBoundedRecord class. The EMR_GLSBOUNDEDRECORD record specifies an OpenGL function with a bounding rectangle for output type: docs weight: 3750 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/ @@ -18,22 +18,22 @@ public sealed class EmfGlsBoundedRecord : EmfOpenGlRecordType | Name | Description | | --- | --- | -| [EmfGlsBoundedRecord](emfglsboundedrecord)(EmfRecord) | Initializes a new instance of the [`EmfGlsBoundedRecord`](../emfglsboundedrecord) class. | +| [EmfGlsBoundedRecord](emfglsboundedrecord/)(EmfRecord) | Initializes a new instance of the `EmfGlsBoundedRecord` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a bounding rectangle, in device units, for output produced by executing the OpenGL function. | -| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/cbdata) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field. If this value is zero, no data is attached to this record. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/data) { get; set; } | Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines a bounding rectangle, in device units, for output produced by executing the OpenGL function. | +| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/cbdata/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field. If this value is zero, no data is attached to this record. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/data/) { get; set; } | Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfOpenGlRecordType](../emfopenglrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfOpenGlRecordType](../emfopenglrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/bounds/_index.md index 22a2a0cd9098..19d4e6b7471e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfGlsBoundedRecord.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGlsBoundedRecord property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines a bounding rectangle in device units for output produced by executing the OpenGL function type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfGlsBoundedRecord](../../emfglsboundedrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsboundedrecord) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfGlsBoundedRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsboundedrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/cbdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/cbdata/_index.md index 141f054a08f1..a4b7f94a0e74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/cbdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/cbdata/_index.md @@ -1,7 +1,7 @@ --- -title: CbData +title: EmfGlsBoundedRecord.CbData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGlsBoundedRecord property. Gets or sets a 32bit unsigned integer that specifies the size in bytes of the Data field. If this value is zero no data is attached to this record type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/cbdata/ @@ -16,8 +16,8 @@ public int CbData { get; set; } ### See Also -* class [EmfGlsBoundedRecord](../../emfglsboundedrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsboundedrecord) +* class [EmfGlsBoundedRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsboundedrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/data/_index.md index 7e9605a99445..0ca6911b9574 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfGlsBoundedRecord.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGlsBoundedRecord property. Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfGlsBoundedRecord](../../emfglsboundedrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsboundedrecord) +* class [EmfGlsBoundedRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsboundedrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/emfglsboundedrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/emfglsboundedrecord/_index.md index e7162144cda8..0f302ff6cac7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/emfglsboundedrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/emfglsboundedrecord/_index.md @@ -1,14 +1,14 @@ --- -title: EmfGlsBoundedRecord +title: EmfGlsBoundedRecord.EmfGlsBoundedRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGlsBoundedRecord constructor. Initializes a new instance of the EmfGlsBoundedRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsboundedrecord/emfglsboundedrecord/ --- ## EmfGlsBoundedRecord constructor -Initializes a new instance of the [`EmfGlsBoundedRecord`](../../emfglsboundedrecord) class. +Initializes a new instance of the [`EmfGlsBoundedRecord`](../) class. ```csharp public EmfGlsBoundedRecord(EmfRecord source) @@ -20,9 +20,9 @@ public EmfGlsBoundedRecord(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfGlsBoundedRecord](../../emfglsboundedrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsboundedrecord) +* class [EmfRecord](../../emfrecord/) +* class [EmfGlsBoundedRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsboundedrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/_index.md index 57f3c8bfb271..c88d40c84943 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGlsRecord +title: Class EmfGlsRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfGlsRecord class. The EMR_GLSRECORD record specifies an OpenGL function type: docs weight: 3760 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/ @@ -18,21 +18,21 @@ public sealed class EmfGlsRecord : EmfOpenGlRecordType | Name | Description | | --- | --- | -| [EmfGlsRecord](emfglsrecord)(EmfRecord) | Initializes a new instance of the [`EmfGlsRecord`](../emfglsrecord) class. | +| [EmfGlsRecord](emfglsrecord/)(EmfRecord) | Initializes a new instance of the `EmfGlsRecord` class. | ## Properties | Name | Description | | --- | --- | -| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfglsrecord/cbdata) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field. If this value is zero, no data is attached to this record. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfglsrecord/data) { get; set; } | Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfglsrecord/cbdata/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the Data field. If this value is zero, no data is attached to this record. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfglsrecord/data/) { get; set; } | Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfOpenGlRecordType](../emfopenglrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfOpenGlRecordType](../emfopenglrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/cbdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/cbdata/_index.md index 57b268ed5b74..743e5d743779 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/cbdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/cbdata/_index.md @@ -1,7 +1,7 @@ --- -title: CbData +title: EmfGlsRecord.CbData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGlsRecord property. Gets or sets a 32bit unsigned integer that specifies the size in bytes of the Data field. If this value is zero no data is attached to this record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/cbdata/ @@ -16,8 +16,8 @@ public int CbData { get; set; } ### See Also -* class [EmfGlsRecord](../../emfglsrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsrecord) +* class [EmfGlsRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/data/_index.md index 162938388d28..7d0c91028930 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfGlsRecord.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGlsRecord property. Gets or sets an optional array of bytes of cbData length that specifies data for the OpenGL function type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfGlsRecord](../../emfglsrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsrecord) +* class [EmfGlsRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/emfglsrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/emfglsrecord/_index.md index 912e6d98a92d..0577383ef3a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/emfglsrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/emfglsrecord/_index.md @@ -1,14 +1,14 @@ --- -title: EmfGlsRecord +title: EmfGlsRecord.EmfGlsRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGlsRecord constructor. Initializes a new instance of the EmfGlsRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfglsrecord/emfglsrecord/ --- ## EmfGlsRecord constructor -Initializes a new instance of the [`EmfGlsRecord`](../../emfglsrecord) class. +Initializes a new instance of the [`EmfGlsRecord`](../) class. ```csharp public EmfGlsRecord(EmfRecord source) @@ -20,9 +20,9 @@ public EmfGlsRecord(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfGlsRecord](../../emfglsrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsrecord) +* class [EmfRecord](../../emfrecord/) +* class [EmfGlsRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfglsrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/_index.md index 940b9f5c45bf..cceeb918f3d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/_index.md @@ -1,7 +1,7 @@ --- -title: EmfGradientFill +title: Class EmfGradientFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfGradientFill class. The EMR_GRADIENTFILL record specifies filling rectangles or triangles with gradients of color type: docs weight: 3770 url: /net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ @@ -18,28 +18,28 @@ public sealed class EmfGradientFill : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfGradientFill](emfgradientfill)(EmfRecord) | Initializes a new instance of the [`EmfGradientFill`](../emfgradientfill) class. | +| [EmfGradientFill](emfgradientfill/)(EmfRecord) | Initializes a new instance of the `EmfGradientFill` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies a bounding rectangle, in inclusive-inclusive device units. | -| [NTri](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ntri) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of rectangles or triangles to fill. | -| [NVer](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/nver) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of vertexes. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UlMode](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ulmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the gradient fill mode. The value MUST be in the GradientFill enumeration (section 2.1.15). | -| [VertexData](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/vertexdata) { get; set; } | Gets or sets objects that specify the vertexes of either rectangles or triangles and the colors that correspond to them. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies a bounding rectangle, in inclusive-inclusive device units. | +| [NTri](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ntri/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of rectangles or triangles to fill. | +| [NVer](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/nver/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of vertexes. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UlMode](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ulmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the gradient fill mode. The value MUST be in the GradientFill enumeration (section 2.1.15). | +| [VertexData](../../aspose.imaging.fileformats.emf.emf.records/emfgradientfill/vertexdata/) { get; set; } | Gets or sets objects that specify the vertexes of either rectangles or triangles and the colors that correspond to them. | -### Remarks +## Remarks An EMR_GRADIENTFILL record that specifies that the three vertexes of a triangle SHOULD fill the figure with smooth gradients of colors.[85] An EMR_GRADIENTFILL record that specifies that the upper-left and lower-right vertexes of a rectangle SHOULD fill the figure with smooth gradients of color. There are two gradient fill modes in the GradientFill enumeration that can be used when drawing a rectangle. In GRADIENT_FILL_RECT_H mode, the rectangle is filled from left to right. In GRADIENT_FILL_RECT_V mode, the rectangle is filled from top to bottom. Note An EMR_GRADIENTFILL record MUST ignore the Alpha fields in the TriVertex objects. An EMR_ALPHABLEND record (section 2.3.1.1) that immediately follows the EMR_GRADIENTFILL record can be used to apply an alpha transparency gradient to the filled area. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/bounds/_index.md index 1c74291ebee7..a2616d3762f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfGradientFill.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientFill property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that specifies a bounding rectangle in inclusiveinclusive device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfGradientFill](../../emfgradientfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfGradientFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/emfgradientfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/emfgradientfill/_index.md index 478e0fc7b20e..61057321d746 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/emfgradientfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/emfgradientfill/_index.md @@ -1,14 +1,14 @@ --- -title: EmfGradientFill +title: EmfGradientFill.EmfGradientFill second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientFill constructor. Initializes a new instance of the EmfGradientFill class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/emfgradientfill/ --- ## EmfGradientFill constructor -Initializes a new instance of the [`EmfGradientFill`](../../emfgradientfill) class. +Initializes a new instance of the [`EmfGradientFill`](../) class. ```csharp public EmfGradientFill(EmfRecord source) @@ -20,9 +20,9 @@ public EmfGradientFill(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfGradientFill](../../emfgradientfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill) +* class [EmfRecord](../../emfrecord/) +* class [EmfGradientFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ntri/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ntri/_index.md index 283cf5475785..403316970bc4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ntri/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ntri/_index.md @@ -1,7 +1,7 @@ --- -title: NTri +title: EmfGradientFill.NTri second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientFill property. Gets or sets a 32bit unsigned integer that specifies the number of rectangles or triangles to fill type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ntri/ @@ -16,8 +16,8 @@ public int NTri { get; set; } ### See Also -* class [EmfGradientFill](../../emfgradientfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill) +* class [EmfGradientFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/nver/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/nver/_index.md index 6ec33e865624..2dd5275b61dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/nver/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/nver/_index.md @@ -1,7 +1,7 @@ --- -title: NVer +title: EmfGradientFill.NVer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientFill property. Gets or sets a 32bit unsigned integer that specifies the number of vertexes type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/nver/ @@ -16,8 +16,8 @@ public int NVer { get; set; } ### See Also -* class [EmfGradientFill](../../emfgradientfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill) +* class [EmfGradientFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ulmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ulmode/_index.md index 759bf7a0f842..a93916735085 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ulmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ulmode/_index.md @@ -1,7 +1,7 @@ --- -title: UlMode +title: EmfGradientFill.UlMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientFill property. Gets or sets a 32bit unsigned integer that specifies the gradient fill mode. The value MUST be in the GradientFill enumeration section 2.1.15 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/ulmode/ @@ -16,9 +16,9 @@ public EmfGradientFill UlMode { get; set; } ### See Also -* enum [EmfGradientFill](../../../aspose.imaging.fileformats.emf.emf.consts/emfgradientfill) -* class [EmfGradientFill](../../emfgradientfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill) +* enum [EmfGradientFill](../../../aspose.imaging.fileformats.emf.emf.consts/emfgradientfill/) +* class [EmfGradientFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/vertexdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/vertexdata/_index.md index 5120480403b0..77d205b5a5e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/vertexdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/vertexdata/_index.md @@ -1,7 +1,7 @@ --- -title: VertexData +title: EmfGradientFill.VertexData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfGradientFill property. Gets or sets objects that specify the vertexes of either rectangles or triangles and the colors that correspond to them type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfgradientfill/vertexdata/ @@ -16,9 +16,9 @@ public EmfVertexData VertexData { get; set; } ### See Also -* class [EmfVertexData](../../emfvertexdata) -* class [EmfGradientFill](../../emfgradientfill) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill) +* class [EmfVertexData](../../emfvertexdata/) +* class [EmfGradientFill](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfgradientfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/_index.md index 7f7d2f8b506c..366b03074956 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfIntersectClipRect +title: Class EmfIntersectClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfIntersectClipRect class. The EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the current clipping region and the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2 type: docs weight: 3780 url: /net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/ @@ -18,20 +18,20 @@ public sealed class EmfIntersectClipRect : EmfClippingRecordType | Name | Description | | --- | --- | -| [EmfIntersectClipRect](emfintersectcliprect)(EmfRecord) | Initializes a new instance of the [`EmfIntersectClipRect`](../emfintersectcliprect) class. | +| [EmfIntersectClipRect](emfintersectcliprect/)(EmfRecord) | Initializes a new instance of the `EmfIntersectClipRect` class. | ## Properties | Name | Description | | --- | --- | -| [Clip](../../aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/clip) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Clip](../../aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/clip/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the rectangle in logical units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfClippingRecordType](../emfclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfClippingRecordType](../emfclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/clip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/clip/_index.md index 20bd76ac75f6..68b2ba0bbe13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/clip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/clip/_index.md @@ -1,7 +1,7 @@ --- -title: Clip +title: EmfIntersectClipRect.Clip second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfIntersectClipRect property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that specifies the rectangle in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/clip/ @@ -16,9 +16,9 @@ public Rectangle Clip { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfIntersectClipRect](../../emfintersectcliprect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfintersectcliprect) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfIntersectClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfintersectcliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/emfintersectcliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/emfintersectcliprect/_index.md index cb8c58f07217..9d6a0c33b837 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/emfintersectcliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/emfintersectcliprect/_index.md @@ -1,14 +1,14 @@ --- -title: EmfIntersectClipRect +title: EmfIntersectClipRect.EmfIntersectClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfIntersectClipRect constructor. Initializes a new instance of the EmfIntersectClipRect class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfintersectcliprect/emfintersectcliprect/ --- ## EmfIntersectClipRect constructor -Initializes a new instance of the [`EmfIntersectClipRect`](../../emfintersectcliprect) class. +Initializes a new instance of the [`EmfIntersectClipRect`](../) class. ```csharp public EmfIntersectClipRect(EmfRecord source) @@ -20,9 +20,9 @@ public EmfIntersectClipRect(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfIntersectClipRect](../../emfintersectcliprect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfintersectcliprect) +* class [EmfRecord](../../emfrecord/) +* class [EmfIntersectClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfintersectcliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/_index.md index fecb881c2a8e..e023732fa22f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/_index.md @@ -1,7 +1,7 @@ --- -title: EmfInvertRgn +title: Class EmfInvertRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfInvertRgn class. The EMR_INVERTRGN record inverts the colors in the specified region type: docs weight: 3790 url: /net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/ @@ -18,22 +18,22 @@ public sealed class EmfInvertRgn : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfInvertRgn](emfinvertrgn)(EmfRecord) | Initializes a new instance of the [`EmfInvertRgn`](../emfinvertrgn) class. | +| [EmfInvertRgn](emfinvertrgn/)(EmfRecord) | Initializes a new instance of the `EmfInvertRgn` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | -| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndata) { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units. | -| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndatasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | +| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndata/) { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units. | +| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndatasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/bounds/_index.md index 62bdd22a76fe..4252b5547a23 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfInvertRgn.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfInvertRgn property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfInvertRgn](../../emfinvertrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfinvertrgn) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfInvertRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfinvertrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/emfinvertrgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/emfinvertrgn/_index.md index 0afc142763c3..cd0f20572202 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/emfinvertrgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/emfinvertrgn/_index.md @@ -1,14 +1,14 @@ --- -title: EmfInvertRgn +title: EmfInvertRgn.EmfInvertRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfInvertRgn constructor. Initializes a new instance of the EmfInvertRgn class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/emfinvertrgn/ --- ## EmfInvertRgn constructor -Initializes a new instance of the [`EmfInvertRgn`](../../emfinvertrgn) class. +Initializes a new instance of the [`EmfInvertRgn`](../) class. ```csharp public EmfInvertRgn(EmfRecord source) @@ -20,9 +20,9 @@ public EmfInvertRgn(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfInvertRgn](../../emfinvertrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfinvertrgn) +* class [EmfRecord](../../emfrecord/) +* class [EmfInvertRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfinvertrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndata/_index.md index 11a74542189f..7ab93fa1b647 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndata/_index.md @@ -1,7 +1,7 @@ --- -title: RgnData +title: EmfInvertRgn.RgnData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfInvertRgn property. Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object in logical units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndata/ @@ -16,8 +16,8 @@ public byte[] RgnData { get; set; } ### See Also -* class [EmfInvertRgn](../../emfinvertrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfinvertrgn) +* class [EmfInvertRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfinvertrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndatasize/_index.md index 337f5b3daff0..0f361b905405 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndatasize/_index.md @@ -1,7 +1,7 @@ --- -title: RgnDataSize +title: EmfInvertRgn.RgnDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfInvertRgn property. Gets or sets a 32bit unsigned integer that specifies the size of region data in bytes type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfinvertrgn/rgndatasize/ @@ -16,8 +16,8 @@ public int RgnDataSize { get; set; } ### See Also -* class [EmfInvertRgn](../../emfinvertrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfinvertrgn) +* class [EmfInvertRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfinvertrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/_index.md index 8f07263dc065..feed2c9cdea9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/_index.md @@ -1,7 +1,7 @@ --- -title: EmfLineTo +title: Class EmfLineTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfLineTo class. The EMR_LINETO record specifies a line from the current position up to but not including the specified point.It resets the current position to the specified point type: docs weight: 3800 url: /net/aspose.imaging.fileformats.emf.emf.records/emflineto/ @@ -18,21 +18,21 @@ public sealed class EmfLineTo : EmfRecord | Name | Description | | --- | --- | -| [EmfLineTo](emflineto)() | Initializes a new instance of the [`EmfLineTo`](../emflineto) class. | -| [EmfLineTo](emflineto)(EmfRecord) | Initializes a new instance of the [`EmfLineTo`](../emflineto) class. | +| [EmfLineTo](emflineto/#constructor)() | Initializes a new instance of the `EmfLineTo` class. | +| [EmfLineTo](emflineto/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfLineTo` class. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.emf.emf.records/emflineto/point) { get; set; } | Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the line's ending point. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Point](../../aspose.imaging.fileformats.emf.emf.records/emflineto/point/) { get; set; } | Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the line's ending point. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/emflineto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/emflineto/_index.md index 7904f0a99931..785a8311c5ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/emflineto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/emflineto/_index.md @@ -1,14 +1,14 @@ --- -title: EmfLineTo +title: EmfLineTo.EmfLineTo second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLineTo constructor. Initializes a new instance of the EmfLineTo class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emflineto/emflineto/ --- -## EmfLineTo constructor (1 of 2) +## EmfLineTo(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfLineTo`](../../emflineto) class. +Initializes a new instance of the [`EmfLineTo`](../) class. ```csharp public EmfLineTo(EmfRecord record) @@ -20,16 +20,16 @@ public EmfLineTo(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfLineTo](../../emflineto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emflineto) +* class [EmfRecord](../../emfrecord/) +* class [EmfLineTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emflineto/) * assembly [Aspose.Imaging](../../../) --- -## EmfLineTo constructor (2 of 2) +## EmfLineTo() {#constructor} -Initializes a new instance of the [`EmfLineTo`](../../emflineto) class. +Initializes a new instance of the [`EmfLineTo`](../) class. ```csharp public EmfLineTo() @@ -37,8 +37,8 @@ public EmfLineTo() ### See Also -* class [EmfLineTo](../../emflineto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emflineto) +* class [EmfLineTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emflineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/point/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/point/_index.md index cc9ee80e7a46..cbd3cc99eb17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/point/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emflineto/point/_index.md @@ -1,7 +1,7 @@ --- -title: Point +title: EmfLineTo.Point second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfLineTo property. Gets or sets 64bit WMF PointL object specified in MSWMF section 2.2.2.15 which specifies the coordinates of the lines ending point type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emflineto/point/ @@ -16,9 +16,9 @@ public Point Point { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfLineTo](../../emflineto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emflineto) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfLineTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emflineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/_index.md index 65418bf79748..d065b2e5ad9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/_index.md @@ -1,7 +1,7 @@ --- -title: EmfMaskBlt +title: Class EmfMaskBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfMaskBlt class. The EMR_MASKBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle optionally in combination with a brush pattern and with the application of a color mask bitmap according to specified foreground and background raster operations type: docs weight: 3810 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ @@ -18,35 +18,35 @@ public sealed class EmfMaskBlt : EmfBitmapRecordType | Name | Description | | --- | --- | -| [EmfMaskBlt](emfmaskblt)(EmfRecord) | Initializes a new instance of the [`EmfMaskBlt`](../emfmaskblt) class. | +| [EmfMaskBlt](emfmaskblt/)(EmfRecord) | Initializes a new instance of the `EmfMaskBlt` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32BkColorSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/argb32bkcolorsrc) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | -| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cxdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. | -| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. | -| [MaskBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/maskbitmap) { get; set; } | Gets or sets a buffer containing the mask bitmaps, which are not required to be contiguous with the fixed portion of the EMR_MASKBLT record or with each other. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [Rop4](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/rop4) { get; set; } | Gets or sets a quaternary raster operation, which specifies ternary raster operations for the foreground and background colors of a bitmap. These values define how the color data of the source rectangle is to be combined with the color data of the destination rectangle. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/sourcebitmap) { get; set; } | Gets or sets a buffer containing the source bitmaps, which are not required to be contiguous with the fixed portion of the EMR_MASKBLT record or with each other. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UsageMask](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagemask) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the mask bitmap header. This value MUST be in the DIBColors enumeration. | -| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagesrc) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | -| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | -| [XformSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xformsrc) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | -| [XMask](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xmask) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the mask bitmap. | -| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | -| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | -| [YMask](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ymask) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the mask bitmap. | -| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | +| [Argb32BkColorSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/argb32bkcolorsrc/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | +| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cxdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. | +| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. | +| [MaskBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/maskbitmap/) { get; set; } | Gets or sets a buffer containing the mask bitmaps, which are not required to be contiguous with the fixed portion of the EMR_MASKBLT record or with each other. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [Rop4](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/rop4/) { get; set; } | Gets or sets a quaternary raster operation, which specifies ternary raster operations for the foreground and background colors of a bitmap. These values define how the color data of the source rectangle is to be combined with the color data of the destination rectangle. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/sourcebitmap/) { get; set; } | Gets or sets a buffer containing the source bitmaps, which are not required to be contiguous with the fixed portion of the EMR_MASKBLT record or with each other. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UsageMask](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagemask/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the mask bitmap header. This value MUST be in the DIBColors enumeration. | +| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagesrc/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | +| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | +| [XformSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xformsrc/) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | +| [XMask](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xmask/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the mask bitmap. | +| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | +| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | +| [YMask](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ymask/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the mask bitmap. | +| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | ### See Also -* class [EmfBitmapRecordType](../emfbitmaprecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfBitmapRecordType](../emfbitmaprecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/argb32bkcolorsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/argb32bkcolorsrc/_index.md index 114d547c854c..ec15d07a3d32 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/argb32bkcolorsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/argb32bkcolorsrc/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32BkColorSrc +title: EmfMaskBlt.Argb32BkColorSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 that specifies the background color of the source bitmap type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/argb32bkcolorsrc/ @@ -16,8 +16,8 @@ public int Argb32BkColorSrc { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/bounds/_index.md index fc95e43cf5e0..733c1a8eaa03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfMaskBlt.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines the destination bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cxdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cxdest/_index.md index e20c391b9ab6..3a85209ef0fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cxdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cxdest/_index.md @@ -1,7 +1,7 @@ --- -title: CxDest +title: EmfMaskBlt.CxDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit signed integer that specifies the logical width of the destination rectangle type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cxdest/ @@ -16,8 +16,8 @@ public int CxDest { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cydest/_index.md index b2356c5b444b..3b1aa1983a2a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cydest/_index.md @@ -1,7 +1,7 @@ --- -title: CyDest +title: EmfMaskBlt.CyDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit signed integer that specifies the logical height of the destination rectangle type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/cydest/ @@ -16,8 +16,8 @@ public int CyDest { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/emfmaskblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/emfmaskblt/_index.md index 96e4f605b7c4..a70c22035a16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/emfmaskblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/emfmaskblt/_index.md @@ -1,14 +1,14 @@ --- -title: EmfMaskBlt +title: EmfMaskBlt.EmfMaskBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt constructor. Initializes a new instance of the EmfMaskBlt class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/emfmaskblt/ --- ## EmfMaskBlt constructor -Initializes a new instance of the [`EmfMaskBlt`](../../emfmaskblt) class. +Initializes a new instance of the [`EmfMaskBlt`](../) class. ```csharp public EmfMaskBlt(EmfRecord source) @@ -20,9 +20,9 @@ public EmfMaskBlt(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfRecord](../../emfrecord/) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/maskbitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/maskbitmap/_index.md index fbab12461e2e..ec37778632fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/maskbitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/maskbitmap/_index.md @@ -1,7 +1,7 @@ --- -title: MaskBitmap +title: EmfMaskBlt.MaskBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a buffer containing the mask bitmaps which are not required to be contiguous with the fixed portion of the EMR_MASKBLT record or with each other. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/maskbitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap MaskBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/rop4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/rop4/_index.md index a0b5d7b62ba6..b63357223957 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/rop4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/rop4/_index.md @@ -1,7 +1,7 @@ --- -title: Rop4 +title: EmfMaskBlt.Rop4 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a quaternary raster operation which specifies ternary raster operations for the foreground and background colors of a bitmap. These values define how the color data of the source rectangle is to be combined with the color data of the destination rectangle type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/rop4/ @@ -16,9 +16,9 @@ public EmfRop4 Rop4 { get; set; } ### See Also -* class [EmfRop4](../../emfrop4) -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfRop4](../../emfrop4/) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/sourcebitmap/_index.md index 61caa6121764..6b3022aa3275 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: EmfMaskBlt.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a buffer containing the source bitmaps which are not required to be contiguous with the fixed portion of the EMR_MASKBLT record or with each other. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/sourcebitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap SourceBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagemask/_index.md index 211f1f48b573..bb4c05aecca0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagemask/_index.md @@ -1,7 +1,7 @@ --- -title: UsageMask +title: EmfMaskBlt.UsageMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the mask bitmap header. This value MUST be in the DIBColors enumeration type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagemask/ @@ -16,9 +16,9 @@ public EmfDibColors UsageMask { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagesrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagesrc/_index.md index ef8eacbad800..c5b77811d39f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagesrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagesrc/_index.md @@ -1,7 +1,7 @@ --- -title: UsageSrc +title: EmfMaskBlt.UsageSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/usagesrc/ @@ -16,8 +16,8 @@ public int UsageSrc { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xdest/_index.md index 3183ddce1866..113f7e5e1657 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: EmfMaskBlt.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the destination rectangle type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xdest/ @@ -16,8 +16,8 @@ public int XDest { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xformsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xformsrc/_index.md index 6ec4c93d58bb..3f77d5fa1b49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xformsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xformsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XformSrc +title: EmfMaskBlt.XformSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets an XForm object section 2.2.28 that specifies a worldspace to pagespace transform to apply to the source bitmap type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xformsrc/ @@ -16,9 +16,9 @@ public Matrix XformSrc { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xmask/_index.md index 93b29d94e812..e5a3e0b4d6cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xmask/_index.md @@ -1,7 +1,7 @@ --- -title: XMask +title: EmfMaskBlt.XMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the mask bitmap type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xmask/ @@ -16,8 +16,8 @@ public int XMask { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xsrc/_index.md index 3a19a1f7e469..ec1baf8ced21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: EmfMaskBlt.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the source rectangle type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/xsrc/ @@ -16,8 +16,8 @@ public int XSrc { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ydest/_index.md index 2c35a8dba4b8..09986d91ed38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: EmfMaskBlt.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the destination rectangle type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ydest/ @@ -16,8 +16,8 @@ public int YDest { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ymask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ymask/_index.md index 319348030562..c8bf7a58eea9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ymask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ymask/_index.md @@ -1,7 +1,7 @@ --- -title: YMask +title: EmfMaskBlt.YMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the mask bitmap type: docs weight: 160 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ymask/ @@ -16,8 +16,8 @@ public int YMask { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ysrc/_index.md index 4ee4f726f470..74f92bb2f0c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: EmfMaskBlt.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMaskBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the source rectangle type: docs weight: 170 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmaskblt/ysrc/ @@ -16,8 +16,8 @@ public int YSrc { get; set; } ### See Also -* class [EmfMaskBlt](../../emfmaskblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt) +* class [EmfMaskBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmaskblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/_index.md index 7df2dc9cdac1..440afb954283 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/_index.md @@ -1,7 +1,7 @@ --- -title: EmfMetafileHeader +title: Class EmfMetafileHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfMetafileHeader class. The EMR_HEADER record types define the starting points of EMF metafiles and specify properties of the device on which the image in the metafile was created. The information in the header record makes it possible for EMF metafiles to be independent of any specific output device. The value of the Size field can be used to distinguish between the different EMR_HEADER record types listed earlier in this section. There are three possible headers The base header which is the EmfMetafileHeader record. The fixedsize part of this header is 88 bytes and it contains a Header object. The first extension header which is the EmfMetafileHeaderExtension1 record. The fixedsize part of this header is 100 bytes and it contains a Header object and a HeaderExtension1 object section 2.2.10. The second extension header which is the EmfMetafileHeaderExtension2 record. The fixedsize part of this header is 108 bytes and it contains a Header object a HeaderExtension1 object and a HeaderExtension2 object section 2.2.11 type: docs weight: 3820 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/ @@ -18,25 +18,25 @@ public class EmfMetafileHeader : EmfRecord | Name | Description | | --- | --- | -| [EmfMetafileHeader](emfmetafileheader)() | Initializes a new instance of the [`EmfMetafileHeader`](../emfmetafileheader) class. | -| [EmfMetafileHeader](emfmetafileheader)(EmfMetafileHeader) | Initializes a new instance of the [`EmfMetafileHeader`](../emfmetafileheader) class. | -| [EmfMetafileHeader](emfmetafileheader)(EmfRecord) | Initializes a new instance of the [`EmfMetafileHeader`](../emfmetafileheader) class. | +| [EmfMetafileHeader](emfmetafileheader/#constructor)() | Initializes a new instance of the `EmfMetafileHeader` class. | +| [EmfMetafileHeader](emfmetafileheader/#constructor_1)(EmfMetafileHeader) | Initializes a new instance of the `EmfMetafileHeader` class. | +| [EmfMetafileHeader](emfmetafileheader/#constructor_2)(EmfRecord) | Initializes a new instance of the `EmfMetafileHeader` class. | ## Properties | Name | Description | | --- | --- | -| [EmfDescription](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription) { get; set; } | Gets or sets the EMF description An optional, null-terminated Unicode UTF16-LE string of arbitrary length and content. Its location in the record and number of characters are specified by the offDescription and nDescription fields, respectively, in EmfHeader. If the value of either field is zero, no description string is present. | -| [EmfDescriptionBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer) { get; set; } | Gets or sets the EMF description buffer An optional array of bytes that contains the EMF description string, which is not required to be contiguous with the fixed portion of the EmfMetafileHeader record. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored. | -| [EmfHeader](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader) { get; set; } | Gets or sets a Header object (section 2.2.9), which contains information about the content and structure of the metafile | -| [EmfHeaderRecordBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer) { get; set; } | Gets or sets an optional array of bytes that contains the remainder of the EMF header record. The size of this field MUST be a multiple of 4 bytes | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [EmfDescription](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription/) { get; set; } | Gets or sets the EMF description An optional, null-terminated Unicode UTF16-LE string of arbitrary length and content. Its location in the record and number of characters are specified by the offDescription and nDescription fields, respectively, in EmfHeader. If the value of either field is zero, no description string is present. | +| [EmfDescriptionBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer/) { get; set; } | Gets or sets the EMF description buffer An optional array of bytes that contains the EMF description string, which is not required to be contiguous with the fixed portion of the EmfMetafileHeader record. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored. | +| [EmfHeader](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader/) { get; set; } | Gets or sets a Header object (section 2.2.9), which contains information about the content and structure of the metafile | +| [EmfHeaderRecordBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer/) { get; set; } | Gets or sets an optional array of bytes that contains the remainder of the EMF header record. The size of this field MUST be a multiple of 4 bytes | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription/_index.md index 515c3ec34809..f07b0d866382 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDescription +title: EmfMetafileHeader.EmfDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeader property. Gets or sets the EMF description An optional nullterminated Unicode UTF16LE string of arbitrary length and content. Its location in the record and number of characters are specified by the offDescription and nDescription fields respectively in EmfHeader. If the value of either field is zero no description string is present type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription/ @@ -16,8 +16,8 @@ public string EmfDescription { get; set; } ### See Also -* class [EmfMetafileHeader](../../emfmetafileheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader) +* class [EmfMetafileHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer/_index.md index 29f4ba2af76d..d033ecbe7660 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: EmfDescriptionBuffer +title: EmfMetafileHeader.EmfDescriptionBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeader property. Gets or sets the EMF description buffer An optional array of bytes that contains the EMF description string which is not required to be contiguous with the fixed portion of the EmfMetafileHeader record. Accordingly the field in this buffer that is labeled UndefinedSpace is optional and MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer/ @@ -16,8 +16,8 @@ public byte[] EmfDescriptionBuffer { get; set; } ### See Also -* class [EmfMetafileHeader](../../emfmetafileheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader) +* class [EmfMetafileHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader/_index.md index 94562720a822..7a7c6ebd5f52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeader +title: EmfMetafileHeader.EmfHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeader property. Gets or sets a Header object section 2.2.9 which contains information about the content and structure of the metafile type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader/ @@ -16,9 +16,9 @@ public EmfHeaderObject EmfHeader { get; set; } ### See Also -* class [EmfHeaderObject](../../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject) -* class [EmfMetafileHeader](../../emfmetafileheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader) +* class [EmfHeaderObject](../../../aspose.imaging.fileformats.emf.emf.objects/emfheaderobject/) +* class [EmfMetafileHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer/_index.md index 4b3ada78bd8f..8d45fd9c196b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderRecordBuffer +title: EmfMetafileHeader.EmfHeaderRecordBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeader property. Gets or sets an optional array of bytes that contains the remainder of the EMF header record. The size of this field MUST be a multiple of 4 bytes type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer/ @@ -16,8 +16,8 @@ public byte[] EmfHeaderRecordBuffer { get; set; } ### See Also -* class [EmfMetafileHeader](../../emfmetafileheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader) +* class [EmfMetafileHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfmetafileheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfmetafileheader/_index.md index fb11d3c70084..c269236e14ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfmetafileheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfmetafileheader/_index.md @@ -1,14 +1,14 @@ --- -title: EmfMetafileHeader +title: EmfMetafileHeader.EmfMetafileHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeader constructor. Initializes a new instance of the EmfMetafileHeader class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfmetafileheader/ --- -## EmfMetafileHeader constructor (1 of 3) +## EmfMetafileHeader(EmfRecord) {#constructor_2} -Initializes a new instance of the [`EmfMetafileHeader`](../../emfmetafileheader) class. +Initializes a new instance of the [`EmfMetafileHeader`](../) class. ```csharp public EmfMetafileHeader(EmfRecord record) @@ -20,16 +20,16 @@ public EmfMetafileHeader(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfMetafileHeader](../../emfmetafileheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader) +* class [EmfRecord](../../emfrecord/) +* class [EmfMetafileHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader/) * assembly [Aspose.Imaging](../../../) --- -## EmfMetafileHeader constructor (2 of 3) +## EmfMetafileHeader() {#constructor} -Initializes a new instance of the [`EmfMetafileHeader`](../../emfmetafileheader) class. +Initializes a new instance of the [`EmfMetafileHeader`](../) class. ```csharp public EmfMetafileHeader() @@ -37,15 +37,15 @@ public EmfMetafileHeader() ### See Also -* class [EmfMetafileHeader](../../emfmetafileheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader) +* class [EmfMetafileHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader/) * assembly [Aspose.Imaging](../../../) --- -## EmfMetafileHeader constructor (3 of 3) +## EmfMetafileHeader(EmfMetafileHeader) {#constructor_1} -Initializes a new instance of the [`EmfMetafileHeader`](../../emfmetafileheader) class. +Initializes a new instance of the [`EmfMetafileHeader`](../) class. ```csharp public EmfMetafileHeader(EmfMetafileHeader header) @@ -57,8 +57,8 @@ public EmfMetafileHeader(EmfMetafileHeader header) ### See Also -* class [EmfMetafileHeader](../../emfmetafileheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader) +* class [EmfMetafileHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/_index.md index 091e4aec5373..dd68e0ca9c08 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/_index.md @@ -1,7 +1,7 @@ --- -title: EmfMetafileHeaderExtension1 +title: Class EmfMetafileHeaderExtension1 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfMetafileHeaderExtension1 class. The EmfMetafileHeaderExtension1 record is the header record used in the first extension to EMF metafiles. Following the EmfHeaderExtension1 field the remaining fields are optional and can be present in any order type: docs weight: 3830 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/ @@ -18,26 +18,26 @@ public class EmfMetafileHeaderExtension1 : EmfMetafileHeader | Name | Description | | --- | --- | -| [EmfMetafileHeaderExtension1](emfmetafileheaderextension1)(EmfMetafileHeader) | Initializes a new instance of the [`EmfMetafileHeaderExtension1`](../emfmetafileheaderextension1) class. | -| [EmfMetafileHeaderExtension1](emfmetafileheaderextension1)(EmfMetafileHeaderExtension1) | Initializes a new instance of the [`EmfMetafileHeaderExtension1`](../emfmetafileheaderextension1) class. | +| [EmfMetafileHeaderExtension1](emfmetafileheaderextension1/#constructor)(EmfMetafileHeader) | Initializes a new instance of the `EmfMetafileHeaderExtension1` class. | +| [EmfMetafileHeaderExtension1](emfmetafileheaderextension1/#constructor_1)(EmfMetafileHeaderExtension1) | Initializes a new instance of the `EmfMetafileHeaderExtension1` class. | ## Properties | Name | Description | | --- | --- | -| [EmfDescription](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription) { get; set; } | Gets or sets the EMF description An optional, null-terminated Unicode UTF16-LE string of arbitrary length and content. Its location in the record and number of characters are specified by the offDescription and nDescription fields, respectively, in EmfHeader. If the value of either field is zero, no description string is present. | -| [EmfDescriptionBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer) { get; set; } | Gets or sets the EMF description buffer An optional array of bytes that contains the EMF description string, which is not required to be contiguous with the fixed portion of the EmfMetafileHeader record. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored. | -| [EmfHeader](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader) { get; set; } | Gets or sets a Header object (section 2.2.9), which contains information about the content and structure of the metafile | -| [EmfHeaderExtension1](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1) { get; set; } | Gets or sets a HeaderExtension1 object, which specifies additional information about the image in the metafile. | -| [EmfHeaderRecordBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer) { get; set; } | Gets or sets an optional array of bytes that contains the remainder of the EMF header record. The size of this field MUST be a multiple of 4 bytes | -| [EmfPixelFormatBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer) { get; set; } | Gets or sets an optional array of bytes that contains the EMF pixel format descriptor, which is not required to be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF description string. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [EmfDescription](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription/) { get; set; } | Gets or sets the EMF description An optional, null-terminated Unicode UTF16-LE string of arbitrary length and content. Its location in the record and number of characters are specified by the offDescription and nDescription fields, respectively, in EmfHeader. If the value of either field is zero, no description string is present. | +| [EmfDescriptionBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer/) { get; set; } | Gets or sets the EMF description buffer An optional array of bytes that contains the EMF description string, which is not required to be contiguous with the fixed portion of the EmfMetafileHeader record. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored. | +| [EmfHeader](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader/) { get; set; } | Gets or sets a Header object (section 2.2.9), which contains information about the content and structure of the metafile | +| [EmfHeaderExtension1](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1/) { get; set; } | Gets or sets a HeaderExtension1 object, which specifies additional information about the image in the metafile. | +| [EmfHeaderRecordBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer/) { get; set; } | Gets or sets an optional array of bytes that contains the remainder of the EMF header record. The size of this field MUST be a multiple of 4 bytes | +| [EmfPixelFormatBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer/) { get; set; } | Gets or sets an optional array of bytes that contains the EMF pixel format descriptor, which is not required to be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF description string. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfMetafileHeader](../emfmetafileheader) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfMetafileHeader](../emfmetafileheader/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1/_index.md index 27c17934292d..e0e30792ede1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderExtension1 +title: EmfMetafileHeaderExtension1.EmfHeaderExtension1 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeaderExtension1 property. Gets or sets a HeaderExtension1 object which specifies additional information about the image in the metafile type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1/ @@ -16,9 +16,9 @@ public EmfHeaderExtension1 EmfHeaderExtension1 { get; set; } ### See Also -* class [EmfHeaderExtension1](../../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1) -* class [EmfMetafileHeaderExtension1](../../emfmetafileheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension1) +* class [EmfHeaderExtension1](../../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension1/) +* class [EmfMetafileHeaderExtension1](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfmetafileheaderextension1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfmetafileheaderextension1/_index.md index caa24eee5fcb..fc43b518386a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfmetafileheaderextension1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfmetafileheaderextension1/_index.md @@ -1,14 +1,14 @@ --- -title: EmfMetafileHeaderExtension1 +title: EmfMetafileHeaderExtension1.EmfMetafileHeaderExtension1 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeaderExtension1 constructor. Initializes a new instance of the EmfMetafileHeaderExtension1 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfmetafileheaderextension1/ --- -## EmfMetafileHeaderExtension1 constructor (1 of 2) +## EmfMetafileHeaderExtension1(EmfMetafileHeader) {#constructor} -Initializes a new instance of the [`EmfMetafileHeaderExtension1`](../../emfmetafileheaderextension1) class. +Initializes a new instance of the [`EmfMetafileHeaderExtension1`](../) class. ```csharp public EmfMetafileHeaderExtension1(EmfMetafileHeader header) @@ -20,16 +20,16 @@ public EmfMetafileHeaderExtension1(EmfMetafileHeader header) ### See Also -* class [EmfMetafileHeader](../../emfmetafileheader) -* class [EmfMetafileHeaderExtension1](../../emfmetafileheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension1) +* class [EmfMetafileHeader](../../emfmetafileheader/) +* class [EmfMetafileHeaderExtension1](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension1/) * assembly [Aspose.Imaging](../../../) --- -## EmfMetafileHeaderExtension1 constructor (2 of 2) +## EmfMetafileHeaderExtension1(EmfMetafileHeaderExtension1) {#constructor_1} -Initializes a new instance of the [`EmfMetafileHeaderExtension1`](../../emfmetafileheaderextension1) class. +Initializes a new instance of the [`EmfMetafileHeaderExtension1`](../) class. ```csharp public EmfMetafileHeaderExtension1(EmfMetafileHeaderExtension1 header) @@ -41,8 +41,8 @@ public EmfMetafileHeaderExtension1(EmfMetafileHeaderExtension1 header) ### See Also -* class [EmfMetafileHeaderExtension1](../../emfmetafileheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension1) +* class [EmfMetafileHeaderExtension1](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer/_index.md index 8d82e7dc465a..0760594059f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPixelFormatBuffer +title: EmfMetafileHeaderExtension1.EmfPixelFormatBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeaderExtension1 property. Gets or sets an optional array of bytes that contains the EMF pixel format descriptor which is not required to be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF description string. Accordingly the field in this buffer that is labeled UndefinedSpace is optional and MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer/ @@ -16,8 +16,8 @@ public byte[] EmfPixelFormatBuffer { get; set; } ### See Also -* class [EmfMetafileHeaderExtension1](../../emfmetafileheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension1) +* class [EmfMetafileHeaderExtension1](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/_index.md index 6e6001a4092e..a2d8563fe91e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/_index.md @@ -1,7 +1,7 @@ --- -title: EmfMetafileHeaderExtension2 +title: Class EmfMetafileHeaderExtension2 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfMetafileHeaderExtension2 class. The EmfMetafileHeaderExtension2 record is the header record used in the second extension to EMF metafiles. Following the EmfHeaderExtension2 field the remaining fields are optional and can be present in any order type: docs weight: 3840 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/ @@ -18,27 +18,27 @@ public sealed class EmfMetafileHeaderExtension2 : EmfMetafileHeaderExtension1 | Name | Description | | --- | --- | -| [EmfMetafileHeaderExtension2](emfmetafileheaderextension2)(EmfMetafileHeaderExtension1) | Initializes a new instance of the [`EmfMetafileHeaderExtension2`](../emfmetafileheaderextension2) class. | -| [EmfMetafileHeaderExtension2](emfmetafileheaderextension2)(EmfMetafileHeaderExtension2) | Initializes a new instance of the [`EmfMetafileHeaderExtension2`](../emfmetafileheaderextension2) class. | +| [EmfMetafileHeaderExtension2](emfmetafileheaderextension2/#constructor)(EmfMetafileHeaderExtension1) | Initializes a new instance of the `EmfMetafileHeaderExtension2` class. | +| [EmfMetafileHeaderExtension2](emfmetafileheaderextension2/#constructor_1)(EmfMetafileHeaderExtension2) | Initializes a new instance of the `EmfMetafileHeaderExtension2` class. | ## Properties | Name | Description | | --- | --- | -| [EmfDescription](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription) { get; set; } | Gets or sets the EMF description An optional, null-terminated Unicode UTF16-LE string of arbitrary length and content. Its location in the record and number of characters are specified by the offDescription and nDescription fields, respectively, in EmfHeader. If the value of either field is zero, no description string is present. | -| [EmfDescriptionBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer) { get; set; } | Gets or sets the EMF description buffer An optional array of bytes that contains the EMF description string, which is not required to be contiguous with the fixed portion of the EmfMetafileHeader record. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored. | -| [EmfHeader](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader) { get; set; } | Gets or sets a Header object (section 2.2.9), which contains information about the content and structure of the metafile | -| [EmfHeaderExtension1](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1) { get; set; } | Gets or sets a HeaderExtension1 object, which specifies additional information about the image in the metafile. | -| [EmfHeaderExtension2](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfheaderextension2) { get; set; } | Gets or sets a HeaderExtension2 object, which specifies additional information about the image in the metafile | -| [EmfHeaderRecordBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer) { get; set; } | Gets or sets an optional array of bytes that contains the remainder of the EMF header record. The size of this field MUST be a multiple of 4 bytes | -| [EmfPixelFormatBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer) { get; set; } | Gets or sets an optional array of bytes that contains the EMF pixel format descriptor, which is not required to be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF description string. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [EmfDescription](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescription/) { get; set; } | Gets or sets the EMF description An optional, null-terminated Unicode UTF16-LE string of arbitrary length and content. Its location in the record and number of characters are specified by the offDescription and nDescription fields, respectively, in EmfHeader. If the value of either field is zero, no description string is present. | +| [EmfDescriptionBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfdescriptionbuffer/) { get; set; } | Gets or sets the EMF description buffer An optional array of bytes that contains the EMF description string, which is not required to be contiguous with the fixed portion of the EmfMetafileHeader record. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored. | +| [EmfHeader](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheader/) { get; set; } | Gets or sets a Header object (section 2.2.9), which contains information about the content and structure of the metafile | +| [EmfHeaderExtension1](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfheaderextension1/) { get; set; } | Gets or sets a HeaderExtension1 object, which specifies additional information about the image in the metafile. | +| [EmfHeaderExtension2](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfheaderextension2/) { get; set; } | Gets or sets a HeaderExtension2 object, which specifies additional information about the image in the metafile | +| [EmfHeaderRecordBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/emfheaderrecordbuffer/) { get; set; } | Gets or sets an optional array of bytes that contains the remainder of the EMF header record. The size of this field MUST be a multiple of 4 bytes | +| [EmfPixelFormatBuffer](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension1/emfpixelformatbuffer/) { get; set; } | Gets or sets an optional array of bytes that contains the EMF pixel format descriptor, which is not required to be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF description string. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfMetafileHeaderExtension1](../emfmetafileheaderextension1) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfMetafileHeaderExtension1](../emfmetafileheaderextension1/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfheaderextension2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfheaderextension2/_index.md index cbd6e6159d78..bd39303e0446 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfheaderextension2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfheaderextension2/_index.md @@ -1,7 +1,7 @@ --- -title: EmfHeaderExtension2 +title: EmfMetafileHeaderExtension2.EmfHeaderExtension2 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeaderExtension2 property. Gets or sets a HeaderExtension2 object which specifies additional information about the image in the metafile type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfheaderextension2/ @@ -16,9 +16,9 @@ public EmfHeaderExtension2 EmfHeaderExtension2 { get; set; } ### See Also -* class [EmfHeaderExtension2](../../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2) -* class [EmfMetafileHeaderExtension2](../../emfmetafileheaderextension2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension2) +* class [EmfHeaderExtension2](../../../aspose.imaging.fileformats.emf.emf.objects/emfheaderextension2/) +* class [EmfMetafileHeaderExtension2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfmetafileheaderextension2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfmetafileheaderextension2/_index.md index 18bcc4d53332..7a7c7459bc47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfmetafileheaderextension2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfmetafileheaderextension2/_index.md @@ -1,14 +1,14 @@ --- -title: EmfMetafileHeaderExtension2 +title: EmfMetafileHeaderExtension2.EmfMetafileHeaderExtension2 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMetafileHeaderExtension2 constructor. Initializes a new instance of the EmfMetafileHeaderExtension2 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmetafileheaderextension2/emfmetafileheaderextension2/ --- -## EmfMetafileHeaderExtension2 constructor (1 of 2) +## EmfMetafileHeaderExtension2(EmfMetafileHeaderExtension1) {#constructor} -Initializes a new instance of the [`EmfMetafileHeaderExtension2`](../../emfmetafileheaderextension2) class. +Initializes a new instance of the [`EmfMetafileHeaderExtension2`](../) class. ```csharp public EmfMetafileHeaderExtension2(EmfMetafileHeaderExtension1 header) @@ -20,16 +20,16 @@ public EmfMetafileHeaderExtension2(EmfMetafileHeaderExtension1 header) ### See Also -* class [EmfMetafileHeaderExtension1](../../emfmetafileheaderextension1) -* class [EmfMetafileHeaderExtension2](../../emfmetafileheaderextension2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension2) +* class [EmfMetafileHeaderExtension1](../../emfmetafileheaderextension1/) +* class [EmfMetafileHeaderExtension2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension2/) * assembly [Aspose.Imaging](../../../) --- -## EmfMetafileHeaderExtension2 constructor (2 of 2) +## EmfMetafileHeaderExtension2(EmfMetafileHeaderExtension2) {#constructor_1} -Initializes a new instance of the [`EmfMetafileHeaderExtension2`](../../emfmetafileheaderextension2) class. +Initializes a new instance of the [`EmfMetafileHeaderExtension2`](../) class. ```csharp public EmfMetafileHeaderExtension2(EmfMetafileHeaderExtension2 header) @@ -41,8 +41,8 @@ public EmfMetafileHeaderExtension2(EmfMetafileHeaderExtension2 header) ### See Also -* class [EmfMetafileHeaderExtension2](../../emfmetafileheaderextension2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension2) +* class [EmfMetafileHeaderExtension2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmetafileheaderextension2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/_index.md index 69e8fb193fea..00b56593032b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfModifyWorldTransform +title: Class EmfModifyWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfModifyWorldTransform class. The EMR_MODIFYWORLDTRANSFORM record modifies the current worldspace to pagespace transform in the playback device context type: docs weight: 3850 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/ @@ -18,26 +18,26 @@ public sealed class EmfModifyWorldTransform : EmfTransformRecordType | Name | Description | | --- | --- | -| [EmfModifyWorldTransform](emfmodifyworldtransform)() | Initializes a new instance of the [`EmfModifyWorldTransform`](../emfmodifyworldtransform) class. | -| [EmfModifyWorldTransform](emfmodifyworldtransform)(EmfRecord) | Initializes a new instance of the [`EmfModifyWorldTransform`](../emfmodifyworldtransform) class. | +| [EmfModifyWorldTransform](emfmodifyworldtransform/#constructor)() | Initializes a new instance of the `EmfModifyWorldTransform` class. | +| [EmfModifyWorldTransform](emfmodifyworldtransform/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfModifyWorldTransform` class. | ## Properties | Name | Description | | --- | --- | -| [ModifyWorldTransformMode](../../aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/modifyworldtransformmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how the transform specified in Xform is used. This value MUST be in the ModifyWorldTransformMode enumeration (section 2.1.24). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Xform](../../aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform) { get; set; } | Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform. | +| [ModifyWorldTransformMode](../../aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/modifyworldtransformmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how the transform specified in Xform is used. This value MUST be in the ModifyWorldTransformMode enumeration (section 2.1.24). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Xform](../../aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform/) { get; set; } | Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform. | -### Remarks +## Remarks For more information concerning transforms and coordinate spaces, see [MSDN-WRLDPGSPC]. See section 2.3.12 for the specification of other transform record types. ### See Also -* class [EmfTransformRecordType](../emftransformrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfTransformRecordType](../emftransformrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/emfmodifyworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/emfmodifyworldtransform/_index.md index 8c009fee02e7..528997a1652f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/emfmodifyworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/emfmodifyworldtransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfModifyWorldTransform +title: EmfModifyWorldTransform.EmfModifyWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfModifyWorldTransform constructor. Initializes a new instance of the EmfModifyWorldTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/emfmodifyworldtransform/ --- -## EmfModifyWorldTransform constructor (1 of 2) +## EmfModifyWorldTransform(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfModifyWorldTransform`](../../emfmodifyworldtransform) class. +Initializes a new instance of the [`EmfModifyWorldTransform`](../) class. ```csharp public EmfModifyWorldTransform(EmfRecord source) @@ -20,16 +20,16 @@ public EmfModifyWorldTransform(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfModifyWorldTransform](../../emfmodifyworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmodifyworldtransform) +* class [EmfRecord](../../emfrecord/) +* class [EmfModifyWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmodifyworldtransform/) * assembly [Aspose.Imaging](../../../) --- -## EmfModifyWorldTransform constructor (2 of 2) +## EmfModifyWorldTransform() {#constructor} -Initializes a new instance of the [`EmfModifyWorldTransform`](../../emfmodifyworldtransform) class. +Initializes a new instance of the [`EmfModifyWorldTransform`](../) class. ```csharp public EmfModifyWorldTransform() @@ -37,8 +37,8 @@ public EmfModifyWorldTransform() ### See Also -* class [EmfModifyWorldTransform](../../emfmodifyworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmodifyworldtransform) +* class [EmfModifyWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmodifyworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/modifyworldtransformmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/modifyworldtransformmode/_index.md index 44f00ec9bc8a..5083ca3bbf88 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/modifyworldtransformmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/modifyworldtransformmode/_index.md @@ -1,7 +1,7 @@ --- -title: ModifyWorldTransformMode +title: EmfModifyWorldTransform.ModifyWorldTransformMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfModifyWorldTransform property. Gets or sets a 32bit unsigned integer that specifies how the transform specified in Xform is used. This value MUST be in the ModifyWorldTransformMode enumeration section 2.1.24 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmodifyworldtransform/modifyworldtransformmode/ @@ -16,9 +16,9 @@ public EmfModifyWorldTransformMode ModifyWorldTransformMode { get; set; } ### See Also -* enum [EmfModifyWorldTransformMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfmodifyworldtransformmode) -* class [EmfModifyWorldTransform](../../emfmodifyworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmodifyworldtransform) +* enum [EmfModifyWorldTransformMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfmodifyworldtransformmode/) +* class [EmfModifyWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmodifyworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/_index.md index 0d3711f5fab7..9ced208ea6e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfMoveToEx +title: Class EmfMoveToEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfMoveToEx class. The EMR_MOVETOEX record specifies coordinates of the new current position in logical units type: docs weight: 3860 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/ @@ -18,21 +18,21 @@ public sealed class EmfMoveToEx : EmfRecord | Name | Description | | --- | --- | -| [EmfMoveToEx](emfmovetoex)() | Initializes a new instance of the [`EmfMoveToEx`](../emfmovetoex) class. | -| [EmfMoveToEx](emfmovetoex)(EmfRecord) | Initializes a new instance of the [`EmfMoveToEx`](../emfmovetoex) class. | +| [EmfMoveToEx](emfmovetoex/#constructor)() | Initializes a new instance of the `EmfMoveToEx` class. | +| [EmfMoveToEx](emfmovetoex/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfMoveToEx` class. | ## Properties | Name | Description | | --- | --- | -| [Offset](../../aspose.imaging.fileformats.emf.emf.records/emfmovetoex/offset) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Offset](../../aspose.imaging.fileformats.emf.emf.records/emfmovetoex/offset/) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/emfmovetoex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/emfmovetoex/_index.md index e4458af9b0e4..6e9a333c7338 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/emfmovetoex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/emfmovetoex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfMoveToEx +title: EmfMoveToEx.EmfMoveToEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMoveToEx constructor. Initializes a new instance of the EmfMoveToEx class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/emfmovetoex/ --- -## EmfMoveToEx constructor (1 of 2) +## EmfMoveToEx(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfMoveToEx`](../../emfmovetoex) class. +Initializes a new instance of the [`EmfMoveToEx`](../) class. ```csharp public EmfMoveToEx(EmfRecord record) @@ -20,16 +20,16 @@ public EmfMoveToEx(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfMoveToEx](../../emfmovetoex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmovetoex) +* class [EmfRecord](../../emfrecord/) +* class [EmfMoveToEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmovetoex/) * assembly [Aspose.Imaging](../../../) --- -## EmfMoveToEx constructor (2 of 2) +## EmfMoveToEx() {#constructor} -Initializes a new instance of the [`EmfMoveToEx`](../../emfmovetoex) class. +Initializes a new instance of the [`EmfMoveToEx`](../) class. ```csharp public EmfMoveToEx() @@ -37,8 +37,8 @@ public EmfMoveToEx() ### See Also -* class [EmfMoveToEx](../../emfmovetoex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmovetoex) +* class [EmfMoveToEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmovetoex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/offset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/offset/_index.md index 080d093db1fe..872cd3f67eab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/offset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/offset/_index.md @@ -1,7 +1,7 @@ --- -title: Offset +title: EmfMoveToEx.Offset second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfMoveToEx property. Gets or sets a 64bit WMF PointL object specified in MSWMF section 2.2.2.15 which specifies coordinates of the new current position in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfmovetoex/offset/ @@ -16,9 +16,9 @@ public Point Offset { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfMoveToEx](../../emfmovetoex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmovetoex) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfMoveToEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfmovetoex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/_index.md index 4ff22906dab7..fde324c466cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/_index.md @@ -1,7 +1,7 @@ --- -title: EmfNamedEscape +title: Class EmfNamedEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfNamedEscape class. The MR_NAMEDESCAPE record passes arbitrary information to a specified printer driver type: docs weight: 3870 url: /net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/ @@ -18,24 +18,24 @@ public sealed class EmfNamedEscape : EmfEscapeRecordType | Name | Description | | --- | --- | -| [EmfNamedEscape](emfnamedescape)(EmfRecord) | Initializes a new instance of the [`EmfNamedEscape`](../emfnamedescape) class. | +| [EmfNamedEscape](emfnamedescape/)(EmfRecord) | Initializes a new instance of the `EmfNamedEscape` class. | ## Properties | Name | Description | | --- | --- | -| [CjDriver](../../aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjdriver) { get; set; } | Gets or sets A 32-bit unsigned integer that specifies the number of bytes in the DriverName field. This value MUST be an even number. | -| [CjIn](../../aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjin) { get; set; } | Gets or sets A 32-bit unsigned integer specifying the number of bytes to pass to the printer driver. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfnamedescape/data) { get; set; } | Gets or sets The data to pass to the printer driver. There MUST be cjIn bytes available. | -| [DriverName](../../aspose.imaging.fileformats.emf.emf.records/emfnamedescape/drivername) { get; set; } | Gets or sets A string of 16-bit Unicode characters that specifies the name of the printer driver that will receive data. This value MUST be cjDriver bytes long, and it MUST be terminated with a null character. | -| [IEscape](../../aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [CjDriver](../../aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjdriver/) { get; set; } | Gets or sets A 32-bit unsigned integer that specifies the number of bytes in the DriverName field. This value MUST be an even number. | +| [CjIn](../../aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjin/) { get; set; } | Gets or sets A 32-bit unsigned integer specifying the number of bytes to pass to the printer driver. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfnamedescape/data/) { get; set; } | Gets or sets The data to pass to the printer driver. There MUST be cjIn bytes available. | +| [DriverName](../../aspose.imaging.fileformats.emf.emf.records/emfnamedescape/drivername/) { get; set; } | Gets or sets A string of 16-bit Unicode characters that specifies the name of the printer driver that will receive data. This value MUST be cjDriver bytes long, and it MUST be terminated with a null character. | +| [IEscape](../../aspose.imaging.fileformats.emf.emf.records/emfescaperecordtype/iescape/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfEscapeRecordType](../emfescaperecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfEscapeRecordType](../emfescaperecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjdriver/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjdriver/_index.md index d7c220e704b7..d3a7c9325bf9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjdriver/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjdriver/_index.md @@ -1,7 +1,7 @@ --- -title: CjDriver +title: EmfNamedEscape.CjDriver second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfNamedEscape property. Gets or sets A 32bit unsigned integer that specifies the number of bytes in the DriverName field. This value MUST be an even number type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjdriver/ @@ -16,8 +16,8 @@ public int CjDriver { get; set; } ### See Also -* class [EmfNamedEscape](../../emfnamedescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape) +* class [EmfNamedEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjin/_index.md index f1549b329890..13a2eb9698ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjin/_index.md @@ -1,7 +1,7 @@ --- -title: CjIn +title: EmfNamedEscape.CjIn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfNamedEscape property. Gets or sets A 32bit unsigned integer specifying the number of bytes to pass to the printer driver type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/cjin/ @@ -16,8 +16,8 @@ public int CjIn { get; set; } ### See Also -* class [EmfNamedEscape](../../emfnamedescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape) +* class [EmfNamedEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/data/_index.md index 6c17afb40d13..ed7060a1063b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfNamedEscape.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfNamedEscape property. Gets or sets The data to pass to the printer driver. There MUST be cjIn bytes available type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfNamedEscape](../../emfnamedescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape) +* class [EmfNamedEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/drivername/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/drivername/_index.md index 6258fce4a270..2a5266afbb1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/drivername/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/drivername/_index.md @@ -1,7 +1,7 @@ --- -title: DriverName +title: EmfNamedEscape.DriverName second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfNamedEscape property. Gets or sets A string of 16bit Unicode characters that specifies the name of the printer driver that will receive data. This value MUST be cjDriver bytes long and it MUST be terminated with a null character type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/drivername/ @@ -16,8 +16,8 @@ public string DriverName { get; set; } ### See Also -* class [EmfNamedEscape](../../emfnamedescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape) +* class [EmfNamedEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/emfnamedescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/emfnamedescape/_index.md index e5df68745d64..d843d9572156 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/emfnamedescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/emfnamedescape/_index.md @@ -1,14 +1,14 @@ --- -title: EmfNamedEscape +title: EmfNamedEscape.EmfNamedEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfNamedEscape constructor. Initializes a new instance of the EmfNamedEscape class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfnamedescape/emfnamedescape/ --- ## EmfNamedEscape constructor -Initializes a new instance of the [`EmfNamedEscape`](../../emfnamedescape) class. +Initializes a new instance of the [`EmfNamedEscape`](../) class. ```csharp public EmfNamedEscape(EmfRecord source) @@ -20,9 +20,9 @@ public EmfNamedEscape(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfNamedEscape](../../emfnamedescape) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape) +* class [EmfRecord](../../emfrecord/) +* class [EmfNamedEscape](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfnamedescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfobjectcreationrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfobjectcreationrecordtype/_index.md index a242ca7f9df8..56e63e48037d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfobjectcreationrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfobjectcreationrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfObjectCreationRecordType +title: Class EmfObjectCreationRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfObjectCreationRecordType class. The object creation record types create graphics objects type: docs weight: 3880 url: /net/aspose.imaging.fileformats.emf.emf.records/emfobjectcreationrecordtype/ @@ -18,13 +18,13 @@ public abstract class EmfObjectCreationRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfobjectmanipulationrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfobjectmanipulationrecordtype/_index.md index c044db86869b..665930fb8774 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfobjectmanipulationrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfobjectmanipulationrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfObjectManipulationRecordType +title: Class EmfObjectManipulationRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfObjectManipulationRecordType class. The object manipulation record types manage and modify graphics objects type: docs weight: 3890 url: /net/aspose.imaging.fileformats.emf.emf.records/emfobjectmanipulationrecordtype/ @@ -18,13 +18,13 @@ public abstract class EmfObjectManipulationRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/_index.md index 4765f1e1d6c3..44bf5f715706 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/_index.md @@ -1,7 +1,7 @@ --- -title: EmfOffsetClipRgn +title: Class EmfOffsetClipRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfOffsetClipRgn class. The EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets type: docs weight: 3900 url: /net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/ @@ -18,21 +18,21 @@ public sealed class EmfOffsetClipRgn : EmfClippingRecordType | Name | Description | | --- | --- | -| [EmfOffsetClipRgn](emfoffsetcliprgn)() | Initializes a new instance of the [`EmfOffsetClipRgn`](../emfoffsetcliprgn) class. | -| [EmfOffsetClipRgn](emfoffsetcliprgn)(EmfRecord) | Initializes a new instance of the [`EmfOffsetClipRgn`](../emfoffsetcliprgn) class. | +| [EmfOffsetClipRgn](emfoffsetcliprgn/#constructor)() | Initializes a new instance of the `EmfOffsetClipRgn` class. | +| [EmfOffsetClipRgn](emfoffsetcliprgn/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfOffsetClipRgn` class. | ## Properties | Name | Description | | --- | --- | -| [Offset](../../aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/offset) { get; set; } | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Offset](../../aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/offset/) { get; set; } | Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfClippingRecordType](../emfclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfClippingRecordType](../emfclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/emfoffsetcliprgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/emfoffsetcliprgn/_index.md index 58264e19fc1a..ad18d88b2927 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/emfoffsetcliprgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/emfoffsetcliprgn/_index.md @@ -1,14 +1,14 @@ --- -title: EmfOffsetClipRgn +title: EmfOffsetClipRgn.EmfOffsetClipRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfOffsetClipRgn constructor. Initializes a new instance of the EmfOffsetClipRgn class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/emfoffsetcliprgn/ --- -## EmfOffsetClipRgn constructor (1 of 2) +## EmfOffsetClipRgn(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfOffsetClipRgn`](../../emfoffsetcliprgn) class. +Initializes a new instance of the [`EmfOffsetClipRgn`](../) class. ```csharp public EmfOffsetClipRgn(EmfRecord source) @@ -20,16 +20,16 @@ public EmfOffsetClipRgn(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfOffsetClipRgn](../../emfoffsetcliprgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfoffsetcliprgn) +* class [EmfRecord](../../emfrecord/) +* class [EmfOffsetClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfoffsetcliprgn/) * assembly [Aspose.Imaging](../../../) --- -## EmfOffsetClipRgn constructor (2 of 2) +## EmfOffsetClipRgn() {#constructor} -Initializes a new instance of the [`EmfOffsetClipRgn`](../../emfoffsetcliprgn) class. +Initializes a new instance of the [`EmfOffsetClipRgn`](../) class. ```csharp public EmfOffsetClipRgn() @@ -37,8 +37,8 @@ public EmfOffsetClipRgn() ### See Also -* class [EmfOffsetClipRgn](../../emfoffsetcliprgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfoffsetcliprgn) +* class [EmfOffsetClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfoffsetcliprgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/offset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/offset/_index.md index e8e1cf4d4834..95271a86432e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/offset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/offset/_index.md @@ -1,7 +1,7 @@ --- -title: Offset +title: EmfOffsetClipRgn.Offset second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfOffsetClipRgn property. Gets or sets a WMF PointL object MSWMF section 2.2.2.15 that specifies the horizontal and vertical offsets in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfoffsetcliprgn/offset/ @@ -16,9 +16,9 @@ public Point Offset { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfOffsetClipRgn](../../emfoffsetcliprgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfoffsetcliprgn) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfOffsetClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfoffsetcliprgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfopenglrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfopenglrecordtype/_index.md index be04d49725e0..817f5b87f7df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfopenglrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfopenglrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfOpenGlRecordType +title: Class EmfOpenGlRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfOpenGlRecordType class. The OpenGL record types specify OpenGL functions type: docs weight: 3910 url: /net/aspose.imaging.fileformats.emf.emf.records/emfopenglrecordtype/ @@ -18,13 +18,13 @@ public abstract class EmfOpenGlRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/_index.md index 9c98631e2942..1c76445ecee6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPaintRgn +title: Class EmfPaintRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPaintRgn class. The EMR_PAINTRGN record paints the specified region by using the brush currently selected into the playback device context type: docs weight: 3920 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/ @@ -18,23 +18,23 @@ public sealed class EmfPaintRgn : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPaintRgn](emfpaintrgn)() | Initializes a new instance of the [`EmfPaintRgn`](../emfpaintrgn) class. | -| [EmfPaintRgn](emfpaintrgn)(EmfRecord) | Initializes a new instance of the [`EmfPaintRgn`](../emfpaintrgn) class. | +| [EmfPaintRgn](emfpaintrgn/#constructor)() | Initializes a new instance of the `EmfPaintRgn` class. | +| [EmfPaintRgn](emfpaintrgn/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPaintRgn` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | -| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndata) { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData (section 2.2.24) object, in logical units. | -| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndatasize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. | +| [RgnData](../../aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndata/) { get; set; } | Gets or sets a RgnDataSize length array of bytes that specifies a RegionData (section 2.2.24) object, in logical units. | +| [RgnDataSize](../../aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndatasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/bounds/_index.md index c6bee8738ad9..7c14e0d63a28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPaintRgn.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPaintRgn property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPaintRgn](../../emfpaintrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPaintRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/emfpaintrgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/emfpaintrgn/_index.md index 96f3987eb8e4..d0fe545e4ff2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/emfpaintrgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/emfpaintrgn/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPaintRgn +title: EmfPaintRgn.EmfPaintRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPaintRgn constructor. Initializes a new instance of the EmfPaintRgn class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/emfpaintrgn/ --- -## EmfPaintRgn constructor (1 of 2) +## EmfPaintRgn(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPaintRgn`](../../emfpaintrgn) class. +Initializes a new instance of the [`EmfPaintRgn`](../) class. ```csharp public EmfPaintRgn(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPaintRgn(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPaintRgn](../../emfpaintrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn) +* class [EmfRecord](../../emfrecord/) +* class [EmfPaintRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn/) * assembly [Aspose.Imaging](../../../) --- -## EmfPaintRgn constructor (2 of 2) +## EmfPaintRgn() {#constructor} -Initializes a new instance of the [`EmfPaintRgn`](../../emfpaintrgn) class. +Initializes a new instance of the [`EmfPaintRgn`](../) class. ```csharp public EmfPaintRgn() @@ -37,8 +37,8 @@ public EmfPaintRgn() ### See Also -* class [EmfPaintRgn](../../emfpaintrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn) +* class [EmfPaintRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndata/_index.md index b62d877e4231..8a382dc66244 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndata/_index.md @@ -1,7 +1,7 @@ --- -title: RgnData +title: EmfPaintRgn.RgnData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPaintRgn property. Gets or sets a RgnDataSize length array of bytes that specifies a RegionData section 2.2.24 object in logical units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndata/ @@ -16,9 +16,9 @@ public EmfRegionData RgnData { get; set; } ### See Also -* class [EmfRegionData](../../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata) -* class [EmfPaintRgn](../../emfpaintrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn) +* class [EmfRegionData](../../../aspose.imaging.fileformats.emf.emf.objects/emfregiondata/) +* class [EmfPaintRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndatasize/_index.md index dc86f0fbc8e2..93d8a89d6057 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndatasize/_index.md @@ -1,7 +1,7 @@ --- -title: RgnDataSize +title: EmfPaintRgn.RgnDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPaintRgn property. Gets or sets a 32bit unsigned integer that specifies the size of region data in bytes type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpaintrgn/rgndatasize/ @@ -16,8 +16,8 @@ public int RgnDataSize { get; set; } ### See Also -* class [EmfPaintRgn](../../emfpaintrgn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn) +* class [EmfPaintRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpaintrgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpathbracketrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpathbracketrecordtype/_index.md index a4d19cc9edc4..1cbbb9c092a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpathbracketrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpathbracketrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPathBracketRecordType +title: Class EmfPathBracketRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPathBracketRecordType class. The path bracket record types specify and manipulate paths in path brackets. Note None of the path bracket records specify parameters type: docs weight: 3930 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpathbracketrecordtype/ @@ -18,13 +18,13 @@ public abstract class EmfPathBracketRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/_index.md index fd5a4c93bb5c..abd3ae006507 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPie +title: Class EmfPie second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPie class. The EMR_PIE record specifies a pieshaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the current pen and filled by using the current brush type: docs weight: 3940 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpie/ @@ -18,23 +18,23 @@ public sealed class EmfPie : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPie](emfpie)() | Initializes a new instance of the [`EmfPie`](../emfpie) class. | -| [EmfPie](emfpie)(EmfRecord) | Initializes a new instance of the [`EmfPie`](../emfpie) class. | +| [EmfPie](emfpie/#constructor)() | Initializes a new instance of the `EmfPie` class. | +| [EmfPie](emfpie/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPie` class. | ## Properties | Name | Description | | --- | --- | -| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfpie/box) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle. | -| [End](../../aspose.imaging.fileformats.emf.emf.records/emfpie/end) { get; set; } | Gets or sets a 64-bit PointL object that specifies the coordinates, in logical units, of the endpoint of the second radial. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfpie/start) { get; set; } | Gets or sets a 64-bit WMF PointL objects, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates, in logical units, of the endpoint of the first radial. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfpie/box/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle. | +| [End](../../aspose.imaging.fileformats.emf.emf.records/emfpie/end/) { get; set; } | Gets or sets a 64-bit PointL object that specifies the coordinates, in logical units, of the endpoint of the second radial. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfpie/start/) { get; set; } | Gets or sets a 64-bit WMF PointL objects, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates, in logical units, of the endpoint of the first radial. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/box/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/box/_index.md index 48bcc0a4b430..0388950de0a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/box/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/box/_index.md @@ -1,7 +1,7 @@ --- -title: Box +title: EmfPie.Box second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPie property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the inclusiveinclusive bounding rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpie/box/ @@ -16,9 +16,9 @@ public Rectangle Box { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPie](../../emfpie) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/emfpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/emfpie/_index.md index a69115493fe9..804f8fbd53ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/emfpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/emfpie/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPie +title: EmfPie.EmfPie second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPie constructor. Initializes a new instance of the EmfPie class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpie/emfpie/ --- -## EmfPie constructor (1 of 2) +## EmfPie(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPie`](../../emfpie) class. +Initializes a new instance of the [`EmfPie`](../) class. ```csharp public EmfPie(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPie(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPie](../../emfpie) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie) +* class [EmfRecord](../../emfrecord/) +* class [EmfPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie/) * assembly [Aspose.Imaging](../../../) --- -## EmfPie constructor (2 of 2) +## EmfPie() {#constructor} -Initializes a new instance of the [`EmfPie`](../../emfpie) class. +Initializes a new instance of the [`EmfPie`](../) class. ```csharp public EmfPie() @@ -37,8 +37,8 @@ public EmfPie() ### See Also -* class [EmfPie](../../emfpie) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie) +* class [EmfPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/end/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/end/_index.md index 51010495f446..ec11fbe9274c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/end/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/end/_index.md @@ -1,7 +1,7 @@ --- -title: End +title: EmfPie.End second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPie property. Gets or sets a 64bit PointL object that specifies the coordinates in logical units of the endpoint of the second radial type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpie/end/ @@ -16,9 +16,9 @@ public Point End { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPie](../../emfpie) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/start/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/start/_index.md index a39a1a304b46..b1b756fa0e92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/start/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpie/start/_index.md @@ -1,7 +1,7 @@ --- -title: Start +title: EmfPie.Start second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPie property. Gets or sets a 64bit WMF PointL objects specified in MSWMF section 2.2.2.15 which specifies the coordinates in logical units of the endpoint of the first radial type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpie/start/ @@ -16,9 +16,9 @@ public Point Start { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPie](../../emfpie) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/_index.md index aeda99ac2266..7b90edae44df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPixelFormat +title: Class EmfPixelFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPixelFormat class. The EMR_PIXELFORMAT record specifies the pixel format to use for graphics operations type: docs weight: 3950 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/ @@ -18,20 +18,20 @@ public sealed class EmfPixelFormat : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfPixelFormat](emfpixelformat)(EmfRecord) | Initializes a new instance of the [`EmfPixelFormat`](../emfpixelformat) class. | +| [EmfPixelFormat](emfpixelformat/)(EmfRecord) | Initializes a new instance of the `EmfPixelFormat` class. | ## Properties | Name | Description | | --- | --- | -| [Pfd](../../aspose.imaging.fileformats.emf.emf.records/emfpixelformat/pfd) { get; set; } | Gets or sets a PixelFormatDescriptor object (section 2.2.22) that specifies pixel format data. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Pfd](../../aspose.imaging.fileformats.emf.emf.records/emfpixelformat/pfd/) { get; set; } | Gets or sets a PixelFormatDescriptor object (section 2.2.22) that specifies pixel format data. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/emfpixelformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/emfpixelformat/_index.md index 61e86ed33307..9f15bc5490ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/emfpixelformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/emfpixelformat/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPixelFormat +title: EmfPixelFormat.EmfPixelFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormat constructor. Initializes a new instance of the EmfPixelFormat class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/emfpixelformat/ --- ## EmfPixelFormat constructor -Initializes a new instance of the [`EmfPixelFormat`](../../emfpixelformat) class. +Initializes a new instance of the [`EmfPixelFormat`](../) class. ```csharp public EmfPixelFormat(EmfRecord source) @@ -20,9 +20,9 @@ public EmfPixelFormat(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPixelFormat](../../emfpixelformat) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpixelformat) +* class [EmfRecord](../../emfrecord/) +* class [EmfPixelFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpixelformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/pfd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/pfd/_index.md index 7e84dfa22508..5c8b31a2bf55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/pfd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/pfd/_index.md @@ -1,7 +1,7 @@ --- -title: Pfd +title: EmfPixelFormat.Pfd second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPixelFormat property. Gets or sets a PixelFormatDescriptor object section 2.2.22 that specifies pixel format data type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpixelformat/pfd/ @@ -16,9 +16,9 @@ public EmfPixelFormatDescriptor Pfd { get; set; } ### See Also -* class [EmfPixelFormatDescriptor](../../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor) -* class [EmfPixelFormat](../../emfpixelformat) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpixelformat) +* class [EmfPixelFormatDescriptor](../../../aspose.imaging.fileformats.emf.emf.objects/emfpixelformatdescriptor/) +* class [EmfPixelFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpixelformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/_index.md index 1f619db57383..6af263c16fa3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlgBlt +title: Class EmfPlgBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPlgBlt class. The EMR_PLGBLT record specifies a block transfer of pixels from a source bitmap to a destination parallelogram with the application of a color mask bitmap type: docs weight: 3960 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ @@ -18,33 +18,33 @@ public sealed class EmfPlgBlt : EmfBitmapRecordType | Name | Description | | --- | --- | -| [EmfPlgBlt](emfplgblt)(EmfRecord) | Initializes a new instance of the [`EmfPlgBlt`](../emfplgblt) class. | +| [EmfPlgBlt](emfplgblt/)(EmfRecord) | Initializes a new instance of the `EmfPlgBlt` class. | ## Properties | Name | Description | | --- | --- | -| [AptlDest](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/aptldest) { get; set; } | Gets or sets an array of three WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies three corners a parallelogram destination area for the block transfer. The upper-left corner of the source rectangle is mapped to the first point in this array, the upper-right corner to the second point, and the lower-left corner to the third point. The lower-right corner of the source rectangle is mapped to the implicit fourth point in the parallelogram, which is computed from the first three points (A, B, and C) by treating them as vectors. D = B + C A | -| [BkSrcArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/bksrcargb32color) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the background color of the source bitmap. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the bounding rectangle, in device units, for output to the destination. | -| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/cxsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. | -| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/cysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. | -| [MaskBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/maskbitmap) { get; set; } | Gets or sets a buffer containing the mask bitmap, which are not required to be contiguous with the fixed portion of the EMR_PLGBLT record or with each other. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/sourcebitmap) { get; set; } | Gets or sets a buffer containing the source bitmap, which are not required to be contiguous with the fixed portion of the EMR_PLGBLT record or with each other. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UsageMask](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagemask) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the mask bitmap header. This value MUST be in the DIBColors enumeration. | -| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagesrc) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration | -| [XFormSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/xformsrc) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | -| [XMask](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/xmask) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the mask bitmap. | -| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/xsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | -| [YMask](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/ymask) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the mask bitmap. | -| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/ysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | +| [AptlDest](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/aptldest/) { get; set; } | Gets or sets an array of three WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies three corners a parallelogram destination area for the block transfer. The upper-left corner of the source rectangle is mapped to the first point in this array, the upper-right corner to the second point, and the lower-left corner to the third point. The lower-right corner of the source rectangle is mapped to the implicit fourth point in the parallelogram, which is computed from the first three points (A, B, and C) by treating them as vectors. D = B + C A | +| [BkSrcArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/bksrcargb32color/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the background color of the source bitmap. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the bounding rectangle, in device units, for output to the destination. | +| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/cxsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. | +| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/cysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. | +| [MaskBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/maskbitmap/) { get; set; } | Gets or sets a buffer containing the mask bitmap, which are not required to be contiguous with the fixed portion of the EMR_PLGBLT record or with each other. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/sourcebitmap/) { get; set; } | Gets or sets a buffer containing the source bitmap, which are not required to be contiguous with the fixed portion of the EMR_PLGBLT record or with each other. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UsageMask](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagemask/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the mask bitmap header. This value MUST be in the DIBColors enumeration. | +| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagesrc/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration | +| [XFormSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/xformsrc/) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | +| [XMask](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/xmask/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the mask bitmap. | +| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/xsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | +| [YMask](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/ymask/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the mask bitmap. | +| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfplgblt/ysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | ### See Also -* class [EmfBitmapRecordType](../emfbitmaprecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfBitmapRecordType](../emfbitmaprecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/aptldest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/aptldest/_index.md index 869899cee297..d78d306294b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/aptldest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/aptldest/_index.md @@ -1,7 +1,7 @@ --- -title: AptlDest +title: EmfPlgBlt.AptlDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets an array of three WMF PointL objects MSWMF section 2.2.2.15 that specifies three corners a parallelogram destination area for the block transfer. The upperleft corner of the source rectangle is mapped to the first point in this array the upperright corner to the second point and the lowerleft corner to the third point. The lowerright corner of the source rectangle is mapped to the implicit fourth point in the parallelogram which is computed from the first three points A B and C by treating them as vectors. D B C A type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/aptldest/ @@ -16,9 +16,9 @@ public Point[] AptlDest { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bksrcargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bksrcargb32color/_index.md index 58439fd894e7..75233ffb919b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bksrcargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bksrcargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: BkSrcArgb32Color +title: EmfPlgBlt.BkSrcArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 that specifies the background color of the source bitmap type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bksrcargb32color/ @@ -16,8 +16,8 @@ public int BkSrcArgb32Color { get; set; } ### See Also -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bounds/_index.md index 63f86f608a5e..612372c2f5de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPlgBlt.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines the bounding rectangle in device units for output to the destination type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cxsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cxsrc/_index.md index 3a042df7f586..088f9d5a0eb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cxsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cxsrc/_index.md @@ -1,7 +1,7 @@ --- -title: CxSrc +title: EmfPlgBlt.CxSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a 32bit signed integer that specifies the logical width of the source rectangle type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cxsrc/ @@ -16,8 +16,8 @@ public int CxSrc { get; set; } ### See Also -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cysrc/_index.md index a84f6555858c..c0b38a702638 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cysrc/_index.md @@ -1,7 +1,7 @@ --- -title: CySrc +title: EmfPlgBlt.CySrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a 32bit signed integer that specifies the logical height of the source rectangle type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/cysrc/ @@ -16,8 +16,8 @@ public int CySrc { get; set; } ### See Also -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/emfplgblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/emfplgblt/_index.md index 0cd98fabfb29..c06d6d9a0977 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/emfplgblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/emfplgblt/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlgBlt +title: EmfPlgBlt.EmfPlgBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt constructor. Initializes a new instance of the EmfPlgBlt class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/emfplgblt/ --- ## EmfPlgBlt constructor -Initializes a new instance of the [`EmfPlgBlt`](../../emfplgblt) class. +Initializes a new instance of the [`EmfPlgBlt`](../) class. ```csharp public EmfPlgBlt(EmfRecord source) @@ -20,9 +20,9 @@ public EmfPlgBlt(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [EmfRecord](../../emfrecord/) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/maskbitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/maskbitmap/_index.md index 6e66aee905d8..d4233ccf0afc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/maskbitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/maskbitmap/_index.md @@ -1,7 +1,7 @@ --- -title: MaskBitmap +title: EmfPlgBlt.MaskBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a buffer containing the mask bitmap which are not required to be contiguous with the fixed portion of the EMR_PLGBLT record or with each other. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/maskbitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap MaskBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/sourcebitmap/_index.md index 56e6320db00c..1a9a426e937b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: EmfPlgBlt.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a buffer containing the source bitmap which are not required to be contiguous with the fixed portion of the EMR_PLGBLT record or with each other. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/sourcebitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap SourceBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagemask/_index.md index 77d048f0fe99..e3a6f017b8a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagemask/_index.md @@ -1,7 +1,7 @@ --- -title: UsageMask +title: EmfPlgBlt.UsageMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the mask bitmap header. This value MUST be in the DIBColors enumeration type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagemask/ @@ -16,9 +16,9 @@ public EmfDibColors UsageMask { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagesrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagesrc/_index.md index df8c7008fa51..18127730d2f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagesrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagesrc/_index.md @@ -1,7 +1,7 @@ --- -title: UsageSrc +title: EmfPlgBlt.UsageSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/usagesrc/ @@ -16,9 +16,9 @@ public EmfDibColors UsageSrc { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xformsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xformsrc/_index.md index 84e85bdea6fa..3ac5359de0f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xformsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xformsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XFormSrc +title: EmfPlgBlt.XFormSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets an XForm object section 2.2.28 that specifies a worldspace to pagespace transform to apply to the source bitmap type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xformsrc/ @@ -16,9 +16,9 @@ public Matrix XFormSrc { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xmask/_index.md index 4102a6c4a901..216c04c4d76b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xmask/_index.md @@ -1,7 +1,7 @@ --- -title: XMask +title: EmfPlgBlt.XMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the mask bitmap type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xmask/ @@ -16,8 +16,8 @@ public int XMask { get; set; } ### See Also -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xsrc/_index.md index a27b60af3f88..6921fcf2d80e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: EmfPlgBlt.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the source rectangle type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/xsrc/ @@ -16,8 +16,8 @@ public int XSrc { get; set; } ### See Also -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ymask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ymask/_index.md index c6a5cf35cad8..24629639950f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ymask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ymask/_index.md @@ -1,7 +1,7 @@ --- -title: YMask +title: EmfPlgBlt.YMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the mask bitmap type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ymask/ @@ -16,8 +16,8 @@ public int YMask { get; set; } ### See Also -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ysrc/_index.md index a978806ffaf8..1b48ba530664 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: EmfPlgBlt.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlgBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the source rectangle type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emf.records/emfplgblt/ysrc/ @@ -16,8 +16,8 @@ public int YSrc { get; set; } ### See Also -* class [EmfPlgBlt](../../emfplgblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt) +* class [EmfPlgBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfplgblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/_index.md index fd8b39cfe3e7..e610ffedcd78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyBezier +title: Class EmfPolyBezier second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyBezier class. The EMR_POLYBEZIER record specifies one or more Bezier curves type: docs weight: 3970 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/ @@ -18,26 +18,26 @@ public sealed class EmfPolyBezier : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyBezier](emfpolybezier)() | Initializes a new instance of the [`EmfPolyBezier`](../emfpolybezier) class. | -| [EmfPolyBezier](emfpolybezier)(EmfRecord) | Initializes a new instance of the [`EmfPolyBezier`](../emfpolybezier) class. | +| [EmfPolyBezier](emfpolybezier/#constructor)() | Initializes a new instance of the `EmfPolyBezier` class. | +| [EmfPolyBezier](emfpolybezier/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyBezier` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezier/apoints) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the endpoints and control points of the Bezier curves, in logical units. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezier/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezier/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the endpoints and control points of the Bezier curves, in logical units. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezier/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Cubic Bezier curves are defined using the endpoints and control points specified by the aPoints field. The first curve is drawn from the first point to the fourth point, using the second and third points as control points. Each subsequent curve in the sequence needs exactly three more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point. The cubic Bezier curves SHOULD be drawn using the current pen ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/apoints/_index.md index b8f8ac0bf4a0..e1070cbef3f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyBezier.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezier property. Gets or sets a Count length array of WMF PointL objects MSWMF section 2.2.2.15 that specifies the endpoints and control points of the Bezier curves in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyBezier](../../emfpolybezier) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyBezier](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/bounds/_index.md index ba8368cf8aa5..4ac68f648121 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyBezier.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezier property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyBezier](../../emfpolybezier) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyBezier](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/emfpolybezier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/emfpolybezier/_index.md index 6aedbb9156fa..26429e9e3d89 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/emfpolybezier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/emfpolybezier/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyBezier +title: EmfPolyBezier.EmfPolyBezier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezier constructor. Initializes a new instance of the EmfPolyBezier class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier/emfpolybezier/ --- -## EmfPolyBezier constructor (1 of 2) +## EmfPolyBezier(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyBezier`](../../emfpolybezier) class. +Initializes a new instance of the [`EmfPolyBezier`](../) class. ```csharp public EmfPolyBezier(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyBezier(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyBezier](../../emfpolybezier) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyBezier](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyBezier constructor (2 of 2) +## EmfPolyBezier() {#constructor} -Initializes a new instance of the [`EmfPolyBezier`](../../emfpolybezier) class. +Initializes a new instance of the [`EmfPolyBezier`](../) class. ```csharp public EmfPolyBezier() @@ -37,8 +37,8 @@ public EmfPolyBezier() ### See Also -* class [EmfPolyBezier](../../emfpolybezier) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier) +* class [EmfPolyBezier](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/_index.md index e3e3dc793baf..4a36a27ba457 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyBezier16 +title: Class EmfPolyBezier16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyBezier16 class. The EMR_POLYBEZIER16 record specifies one or more Bezier curves. The curves are drawn using the current pen type: docs weight: 3980 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/ @@ -18,26 +18,26 @@ public sealed class EmfPolyBezier16 : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyBezier16](emfpolybezier16)() | Initializes a new instance of the [`EmfPolyBezier16`](../emfpolybezier16) class. | -| [EmfPolyBezier16](emfpolybezier16)(EmfRecord) | Initializes a new instance of the [`EmfPolyBezier16`](../emfpolybezier16) class. | +| [EmfPolyBezier16](emfpolybezier16/#constructor)() | Initializes a new instance of the `EmfPolyBezier16` class. | +| [EmfPolyBezier16](emfpolybezier16/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyBezier16` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/apoints) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Cubic Bezier curves are defined using the endpoints and control points specified by the aPoints field. The first curve is drawn from the first point to the fourth point, using the second and third points as control points. Each subsequent curve in the sequence needs exactly three more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point. The cubic Bezier curves SHOULD be drawn using the current pen ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/apoints/_index.md index 6dc6075bb631..2e285b205f86 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyBezier16.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezier16 property. Gets or sets a Count length array of WMF PointS objects specified in MSWMF section 2.2.2.16 which specifies the array of points type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyBezier16](../../emfpolybezier16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier16) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyBezier16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/bounds/_index.md index d90d2b4a5953..3561556931f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyBezier16.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezier16 property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyBezier16](../../emfpolybezier16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier16) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyBezier16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/emfpolybezier16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/emfpolybezier16/_index.md index 910db944aa90..46b976c7cff5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/emfpolybezier16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/emfpolybezier16/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyBezier16 +title: EmfPolyBezier16.EmfPolyBezier16 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezier16 constructor. Initializes a new instance of the EmfPolyBezier16 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezier16/emfpolybezier16/ --- -## EmfPolyBezier16 constructor (1 of 2) +## EmfPolyBezier16(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyBezier16`](../../emfpolybezier16) class. +Initializes a new instance of the [`EmfPolyBezier16`](../) class. ```csharp public EmfPolyBezier16(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyBezier16(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyBezier16](../../emfpolybezier16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier16) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyBezier16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier16/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyBezier16 constructor (2 of 2) +## EmfPolyBezier16() {#constructor} -Initializes a new instance of the [`EmfPolyBezier16`](../../emfpolybezier16) class. +Initializes a new instance of the [`EmfPolyBezier16`](../) class. ```csharp public EmfPolyBezier16() @@ -37,8 +37,8 @@ public EmfPolyBezier16() ### See Also -* class [EmfPolyBezier16](../../emfpolybezier16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier16) +* class [EmfPolyBezier16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezier16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/_index.md index 5d6a3f6400d5..de95c1c6a6a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyBezierTo +title: Class EmfPolyBezierTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyBezierTo class. The EMR_POLYBEZIERTO record specifies one or more Bezier curves based upon the current position type: docs weight: 3990 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/ @@ -18,26 +18,26 @@ public sealed class EmfPolyBezierTo : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyBezierTo](emfpolybezierto)() | Initializes a new instance of the [`EmfPolyBezierTo`](../emfpolybezierto) class. | -| [EmfPolyBezierTo](emfpolybezierto)(EmfRecord) | Initializes a new instance of the [`EmfPolyBezierTo`](../emfpolybezierto) class. | +| [EmfPolyBezierTo](emfpolybezierto/#constructor)() | Initializes a new instance of the `EmfPolyBezierTo` class. | +| [EmfPolyBezierTo](emfpolybezierto/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyBezierTo` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/apoints) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the endpoints and control points of the Bezier curves in logical units. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the endpoints and control points of the Bezier curves in logical units. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Cubic Bezier curves are defined using the endpoints and control points specified by the aPoints field. The first curve is drawn from the first point to the fourth point, using the second and third points as control points. Each subsequent curve in the sequence needs exactly three more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point. The cubic Bezier curves SHOULD be drawn using the current pen ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/apoints/_index.md index 257432235d21..005f83306c5d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyBezierTo.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezierTo property. Gets or sets a Count length array of WMF PointL objects MSWMF section 2.2.2.15 that specifies the endpoints and control points of the Bezier curves in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyBezierTo](../../emfpolybezierto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyBezierTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/bounds/_index.md index a7645f6ad00b..926f0ba5fcb4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyBezierTo.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezierTo property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyBezierTo](../../emfpolybezierto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyBezierTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/emfpolybezierto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/emfpolybezierto/_index.md index 860a1d1a33ca..70e0ca69c912 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/emfpolybezierto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/emfpolybezierto/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyBezierTo +title: EmfPolyBezierTo.EmfPolyBezierTo second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezierTo constructor. Initializes a new instance of the EmfPolyBezierTo class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto/emfpolybezierto/ --- -## EmfPolyBezierTo constructor (1 of 2) +## EmfPolyBezierTo(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyBezierTo`](../../emfpolybezierto) class. +Initializes a new instance of the [`EmfPolyBezierTo`](../) class. ```csharp public EmfPolyBezierTo(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyBezierTo(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyBezierTo](../../emfpolybezierto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyBezierTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyBezierTo constructor (2 of 2) +## EmfPolyBezierTo() {#constructor} -Initializes a new instance of the [`EmfPolyBezierTo`](../../emfpolybezierto) class. +Initializes a new instance of the [`EmfPolyBezierTo`](../) class. ```csharp public EmfPolyBezierTo() @@ -37,8 +37,8 @@ public EmfPolyBezierTo() ### See Also -* class [EmfPolyBezierTo](../../emfpolybezierto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto) +* class [EmfPolyBezierTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/_index.md index 643d53898f9a..5928b0c13f64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyBezierTo16 +title: Class EmfPolyBezierTo16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyBezierTo16 class. The EMR_POLYBEZIERTO16 record specifies one or more Bezier curves based on the current position type: docs weight: 4000 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/ @@ -18,26 +18,26 @@ public sealed class EmfPolyBezierTo16 : EmfRecord | Name | Description | | --- | --- | -| [EmfPolyBezierTo16](emfpolybezierto16)() | Initializes a new instance of the [`EmfPolyBezierTo16`](../emfpolybezierto16) class. | -| [EmfPolyBezierTo16](emfpolybezierto16)(EmfRecord) | Initializes a new instance of the [`EmfPolyBezierTo16`](../emfpolybezierto16) class. | +| [EmfPolyBezierTo16](emfpolybezierto16/#constructor)() | Initializes a new instance of the `EmfPolyBezierTo16` class. | +| [EmfPolyBezierTo16](emfpolybezierto16/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyBezierTo16` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/apoints) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Cubic Bezier curves are defined using the endpoints and control points specified by the aPoints field. The first curve is drawn from the first point to the fourth point, using the second and third points as control points. Each subsequent curve in the sequence needs exactly three more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point. The cubic Bezier curves SHOULD be drawn using the current pen ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/apoints/_index.md index a5c93fe54e6c..af3cb258a96c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyBezierTo16.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezierTo16 property. Gets or sets a Count length array of WMF PointS objects specified in MSWMF section 2.2.2.16 which specifies the array of points type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyBezierTo16](../../emfpolybezierto16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto16) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyBezierTo16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/bounds/_index.md index 7a4c0181a8c3..1b14e027bc5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyBezierTo16.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezierTo16 property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyBezierTo16](../../emfpolybezierto16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto16) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyBezierTo16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/emfpolybezierto16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/emfpolybezierto16/_index.md index 8771de53f5ca..295e8de66471 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/emfpolybezierto16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/emfpolybezierto16/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyBezierTo16 +title: EmfPolyBezierTo16.EmfPolyBezierTo16 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyBezierTo16 constructor. Initializes a new instance of the EmfPolyBezierTo16 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16/emfpolybezierto16/ --- -## EmfPolyBezierTo16 constructor (1 of 2) +## EmfPolyBezierTo16(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyBezierTo16`](../../emfpolybezierto16) class. +Initializes a new instance of the [`EmfPolyBezierTo16`](../) class. ```csharp public EmfPolyBezierTo16(EmfRecord record) @@ -20,16 +20,16 @@ public EmfPolyBezierTo16(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyBezierTo16](../../emfpolybezierto16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto16) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyBezierTo16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto16/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyBezierTo16 constructor (2 of 2) +## EmfPolyBezierTo16() {#constructor} -Initializes a new instance of the [`EmfPolyBezierTo16`](../../emfpolybezierto16) class. +Initializes a new instance of the [`EmfPolyBezierTo16`](../) class. ```csharp public EmfPolyBezierTo16() @@ -37,8 +37,8 @@ public EmfPolyBezierTo16() ### See Also -* class [EmfPolyBezierTo16](../../emfpolybezierto16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto16) +* class [EmfPolyBezierTo16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolybezierto16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/_index.md index 22ac20312bc0..3c1f05aa8b04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyDraw +title: Class EmfPolyDraw second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyDraw class. The EMR_POLYDRAW record specifies a set of line segments and Bezier curves type: docs weight: 4010 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/ @@ -18,23 +18,23 @@ public sealed class EmfPolyDraw : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyDraw](emfpolydraw)() | Initializes a new instance of the [`EmfPolyDraw`](../emfpolydraw) class. | -| [EmfPolyDraw](emfpolydraw)(EmfRecord) | Initializes a new instance of the [`EmfPolyDraw`](../emfpolydraw) class. | +| [EmfPolyDraw](emfpolydraw/#constructor)() | Initializes a new instance of the `EmfPolyDraw` class. | +| [EmfPolyDraw](emfpolydraw/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyDraw` class. | ## Properties | Name | Description | | --- | --- | -| [AbTypes](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw/abtypes) { get; set; } | Gets or sets a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used. This value MUST be in the Point (section 2.1.26) enumeration. | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw/apoints) { get; set; } | Gets or sets a Count length array of WMF PointL objects, specified in [MS-WMF] section 2.2.2.15, which specifies the array of points, in logical units. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [AbTypes](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw/abtypes/) { get; set; } | Gets or sets a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used. This value MUST be in the Point (section 2.1.26) enumeration. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointL objects, specified in [MS-WMF] section 2.2.2.15, which specifies the array of points, in logical units. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/abtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/abtypes/_index.md index 3c70ede82ab2..69b6177a1d30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/abtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/abtypes/_index.md @@ -1,7 +1,7 @@ --- -title: AbTypes +title: EmfPolyDraw.AbTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyDraw property. Gets or sets a Count length array of byte values that specifies how each point in the Gets or sets aPoints array is used. This value MUST be in the Point section 2.1.26 enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/abtypes/ @@ -16,9 +16,9 @@ public EmfPointEnum[] AbTypes { get; set; } ### See Also -* enum [EmfPointEnum](../../../aspose.imaging.fileformats.emf.emf.consts/emfpointenum) -* class [EmfPolyDraw](../../emfpolydraw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw) +* enum [EmfPointEnum](../../../aspose.imaging.fileformats.emf.emf.consts/emfpointenum/) +* class [EmfPolyDraw](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/apoints/_index.md index 77c6a060c61b..a0ac9c7be955 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyDraw.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyDraw property. Gets or sets a Count length array of WMF PointL objects specified in MSWMF section 2.2.2.15 which specifies the array of points in logical units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyDraw](../../emfpolydraw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyDraw](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/bounds/_index.md index 891b98359f8a..ed8c3ec40ef8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyDraw.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyDraw property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyDraw](../../emfpolydraw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyDraw](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/emfpolydraw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/emfpolydraw/_index.md index f856b77a4413..9e78d47f3f9b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/emfpolydraw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/emfpolydraw/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyDraw +title: EmfPolyDraw.EmfPolyDraw second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyDraw constructor. Initializes a new instance of the EmfPolyDraw class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw/emfpolydraw/ --- -## EmfPolyDraw constructor (1 of 2) +## EmfPolyDraw(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyDraw`](../../emfpolydraw) class. +Initializes a new instance of the [`EmfPolyDraw`](../) class. ```csharp public EmfPolyDraw(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyDraw(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyDraw](../../emfpolydraw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyDraw](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyDraw constructor (2 of 2) +## EmfPolyDraw() {#constructor} -Initializes a new instance of the [`EmfPolyDraw`](../../emfpolydraw) class. +Initializes a new instance of the [`EmfPolyDraw`](../) class. ```csharp public EmfPolyDraw() @@ -37,8 +37,8 @@ public EmfPolyDraw() ### See Also -* class [EmfPolyDraw](../../emfpolydraw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw) +* class [EmfPolyDraw](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/_index.md index 778786e09bd0..bc9870db24d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyDraw16 +title: Class EmfPolyDraw16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyDraw16 class. The EMR_POLYDRAW16 record specifies a set of line segments and Bezier curves type: docs weight: 4020 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/ @@ -18,22 +18,22 @@ public sealed class EmfPolyDraw16 : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyDraw16](emfpolydraw16)(EmfRecord) | Initializes a new instance of the [`EmfPolyDraw16`](../emfpolydraw16) class. | +| [EmfPolyDraw16](emfpolydraw16/)(EmfRecord) | Initializes a new instance of the `EmfPolyDraw16` class. | ## Properties | Name | Description | | --- | --- | -| [AbTypes](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/abtypes) { get; set; } | Gets or sets a Count length array of bytes that specifies the point types. This value MUST be in the Point (section 2.1.26) enumeration. | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/apoints) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [AbTypes](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/abtypes/) { get; set; } | Gets or sets a Count length array of bytes that specifies the point types. This value MUST be in the Point (section 2.1.26) enumeration. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/abtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/abtypes/_index.md index b47f6e503bda..a05330752e0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/abtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/abtypes/_index.md @@ -1,7 +1,7 @@ --- -title: AbTypes +title: EmfPolyDraw16.AbTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyDraw16 property. Gets or sets a Count length array of bytes that specifies the point types. This value MUST be in the Point section 2.1.26 enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/abtypes/ @@ -16,9 +16,9 @@ public EmfPointEnum[] AbTypes { get; set; } ### See Also -* enum [EmfPointEnum](../../../aspose.imaging.fileformats.emf.emf.consts/emfpointenum) -* class [EmfPolyDraw16](../../emfpolydraw16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw16) +* enum [EmfPointEnum](../../../aspose.imaging.fileformats.emf.emf.consts/emfpointenum/) +* class [EmfPolyDraw16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/apoints/_index.md index eca5ea651338..0a345a63c3d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyDraw16.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyDraw16 property. Gets or sets a Count length array of WMF PointS objects specified in MSWMF section 2.2.2.16 which specifies the array of points type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyDraw16](../../emfpolydraw16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw16) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyDraw16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/bounds/_index.md index b5831ebcd4d9..52aea6bcb8b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyDraw16.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyDraw16 property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyDraw16](../../emfpolydraw16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw16) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyDraw16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/emfpolydraw16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/emfpolydraw16/_index.md index ede8d0460766..17bc3e98cce6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/emfpolydraw16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/emfpolydraw16/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyDraw16 +title: EmfPolyDraw16.EmfPolyDraw16 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyDraw16 constructor. Initializes a new instance of the EmfPolyDraw16 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolydraw16/emfpolydraw16/ --- ## EmfPolyDraw16 constructor -Initializes a new instance of the [`EmfPolyDraw16`](../../emfpolydraw16) class. +Initializes a new instance of the [`EmfPolyDraw16`](../) class. ```csharp public EmfPolyDraw16(EmfRecord source) @@ -20,9 +20,9 @@ public EmfPolyDraw16(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyDraw16](../../emfpolydraw16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw16) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyDraw16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolydraw16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/_index.md index f3b065a0ef5e..6689f49620b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolygon +title: Class EmfPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolygon class. The EMR_POLYGON record specifies a polygon consisting of two or more vertexes connected by straight lines type: docs weight: 4090 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/ @@ -18,26 +18,26 @@ public sealed class EmfPolygon : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolygon](emfpolygon)() | Initializes a new instance of the [`EmfPolygon`](../emfpolygon) class. | -| [EmfPolygon](emfpolygon)(EmfRecord) | Initializes a new instance of the [`EmfPolygon`](../emfpolygon) class. | +| [EmfPolygon](emfpolygon/#constructor)() | Initializes a new instance of the `EmfPolygon` class. | +| [EmfPolygon](emfpolygon/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolygon` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolygon/apoints) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the vertexes of the polygon in logical units. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolygon/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolygon/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the vertexes of the polygon in logical units. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolygon/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The polygon SHOULD be outlined using the current pen and filled using the current brush and polygon fill mode. The polygon SHOULD be closed automatically by drawing a line from the last vertex to the first ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/apoints/_index.md index cfd0ed5df340..07ad39662752 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolygon.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolygon property. Gets or sets a Count length array of WMF PointL objects MSWMF section 2.2.2.15 that specifies the vertexes of the polygon in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolygon](../../emfpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/bounds/_index.md index 122c68a8e32e..4855016913d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolygon.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolygon property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolygon](../../emfpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/emfpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/emfpolygon/_index.md index 43aafbff44ed..6e0050fc2ff6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/emfpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/emfpolygon/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolygon +title: EmfPolygon.EmfPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolygon constructor. Initializes a new instance of the EmfPolygon class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolygon/emfpolygon/ --- -## EmfPolygon constructor (1 of 2) +## EmfPolygon(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolygon`](../../emfpolygon) class. +Initializes a new instance of the [`EmfPolygon`](../) class. ```csharp public EmfPolygon(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolygon(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolygon](../../emfpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolygon constructor (2 of 2) +## EmfPolygon() {#constructor} -Initializes a new instance of the [`EmfPolygon`](../../emfpolygon) class. +Initializes a new instance of the [`EmfPolygon`](../) class. ```csharp public EmfPolygon() @@ -37,8 +37,8 @@ public EmfPolygon() ### See Also -* class [EmfPolygon](../../emfpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon) +* class [EmfPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/_index.md index 67cb99ee6b8d..efd5efe5708b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolygon16 +title: Class EmfPolygon16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolygon16 class. The EMR_POLYGON16 record specifies a polygon consisting of two or more vertexes connected by straight lines. The polygon is outlined by using the current pen and filled by using the current brush and polygon fill mode. The polygon is closed automatically by drawing a line from the last vertex to the first type: docs weight: 4100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/ @@ -18,26 +18,26 @@ public sealed class EmfPolygon16 : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolygon16](emfpolygon16)() | Initializes a new instance of the [`EmfPolygon16`](../emfpolygon16) class. | -| [EmfPolygon16](emfpolygon16)(EmfRecord) | Initializes a new instance of the [`EmfPolygon16`](../emfpolygon16) class. | +| [EmfPolygon16](emfpolygon16/#constructor)() | Initializes a new instance of the `EmfPolygon16` class. | +| [EmfPolygon16](emfpolygon16/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolygon16` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolygon16/apoints) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolygon16/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolygon16/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolygon16/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The polygon SHOULD be outlined using the current pen and filled using the current brush and polygon fill mode. The polygon SHOULD be closed automatically by drawing a line from the last vertex to the first ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/apoints/_index.md index 2190adb2ba40..a124e27dabd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolygon16.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolygon16 property. Gets or sets a Count length array of WMF PointS objects specified in MSWMF section 2.2.2.16 which specifies the array of points type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolygon16](../../emfpolygon16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon16) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolygon16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/bounds/_index.md index 654da0a487cd..4add314db68a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolygon16.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolygon16 property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolygon16](../../emfpolygon16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon16) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolygon16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/emfpolygon16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/emfpolygon16/_index.md index 0ffb02b2d05a..3ead515647ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/emfpolygon16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/emfpolygon16/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolygon16 +title: EmfPolygon16.EmfPolygon16 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolygon16 constructor. Initializes a new instance of the EmfPolygon16 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolygon16/emfpolygon16/ --- -## EmfPolygon16 constructor (1 of 2) +## EmfPolygon16(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolygon16`](../../emfpolygon16) class. +Initializes a new instance of the [`EmfPolygon16`](../) class. ```csharp public EmfPolygon16(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolygon16(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolygon16](../../emfpolygon16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon16) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolygon16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon16/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolygon16 constructor (2 of 2) +## EmfPolygon16() {#constructor} -Initializes a new instance of the [`EmfPolygon16`](../../emfpolygon16) class. +Initializes a new instance of the [`EmfPolygon16`](../) class. ```csharp public EmfPolygon16() @@ -37,8 +37,8 @@ public EmfPolygon16() ### See Also -* class [EmfPolygon16](../../emfpolygon16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon16) +* class [EmfPolygon16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolygon16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/_index.md index faef477251e1..2ab4566cd534 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyline +title: Class EmfPolyline second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyline class. The EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array type: docs weight: 4110 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/ @@ -18,22 +18,22 @@ public sealed class EmfPolyline : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyline](emfpolyline)() | Initializes a new instance of the [`EmfPolyline`](../emfpolyline) class. | -| [EmfPolyline](emfpolyline)(EmfRecord) | Initializes a new instance of the [`EmfPolyline`](../emfpolyline) class. | +| [EmfPolyline](emfpolyline/#constructor)() | Initializes a new instance of the `EmfPolyline` class. | +| [EmfPolyline](emfpolyline/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyline` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolyline/apoints) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolyline/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolyline/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolyline/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/apoints/_index.md index b96f1fb74475..3b8e73498894 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyline.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyline property. Gets or sets a Count length array of WMF PointL objects MSWMF section 2.2.2.15 that specifies the point data in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyline](../../emfpolyline) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyline](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/bounds/_index.md index d5dc13953bae..d173627446d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyline.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyline property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyline](../../emfpolyline) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyline](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/emfpolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/emfpolyline/_index.md index 83c82b77e549..92190530dedd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/emfpolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/emfpolyline/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyline +title: EmfPolyline.EmfPolyline second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyline constructor. Initializes a new instance of the EmfPolyline class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolyline/emfpolyline/ --- -## EmfPolyline constructor (1 of 2) +## EmfPolyline(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyline`](../../emfpolyline) class. +Initializes a new instance of the [`EmfPolyline`](../) class. ```csharp public EmfPolyline(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyline(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyline](../../emfpolyline) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyline](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyline constructor (2 of 2) +## EmfPolyline() {#constructor} -Initializes a new instance of the [`EmfPolyline`](../../emfpolyline) class. +Initializes a new instance of the [`EmfPolyline`](../) class. ```csharp public EmfPolyline() @@ -37,8 +37,8 @@ public EmfPolyline() ### See Also -* class [EmfPolyline](../../emfpolyline) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline) +* class [EmfPolyline](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/_index.md index f69069d822d5..f5cdd7f968cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyline16 +title: Class EmfPolyline16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyline16 class. The EMR_POLYLINE16 record specifies a series of line segments by connecting the points in the specified array type: docs weight: 4120 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/ @@ -18,22 +18,22 @@ public sealed class EmfPolyline16 : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyline16](emfpolyline16)() | Initializes a new instance of the [`EmfPolyline16`](../emfpolyline16) class. | -| [EmfPolyline16](emfpolyline16)(EmfRecord) | Initializes a new instance of the [`EmfPolyline16`](../emfpolyline16) class. | +| [EmfPolyline16](emfpolyline16/#constructor)() | Initializes a new instance of the `EmfPolyline16` class. | +| [EmfPolyline16](emfpolyline16/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyline16` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolyline16/apoints) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolyline16/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolyline16/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolyline16/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/apoints/_index.md index d67203937d26..98b9d09da332 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyline16.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyline16 property. Gets or sets a Count length array of WMF PointS objects specified in MSWMF section 2.2.2.16 which specifies the array of points type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyline16](../../emfpolyline16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline16) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyline16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/bounds/_index.md index 01919a1fe1c3..8dbbaa9997b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyline16.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyline16 property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyline16](../../emfpolyline16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline16) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyline16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/emfpolyline16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/emfpolyline16/_index.md index 9098edc7261c..a15cc5cb038c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/emfpolyline16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/emfpolyline16/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyline16 +title: EmfPolyline16.EmfPolyline16 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyline16 constructor. Initializes a new instance of the EmfPolyline16 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolyline16/emfpolyline16/ --- -## EmfPolyline16 constructor (1 of 2) +## EmfPolyline16(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyline16`](../../emfpolyline16) class. +Initializes a new instance of the [`EmfPolyline16`](../) class. ```csharp public EmfPolyline16(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyline16(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyline16](../../emfpolyline16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline16) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyline16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline16/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyline16 constructor (2 of 2) +## EmfPolyline16() {#constructor} -Initializes a new instance of the [`EmfPolyline16`](../../emfpolyline16) class. +Initializes a new instance of the [`EmfPolyline16`](../) class. ```csharp public EmfPolyline16() @@ -37,8 +37,8 @@ public EmfPolyline16() ### See Also -* class [EmfPolyline16](../../emfpolyline16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline16) +* class [EmfPolyline16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolyline16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/_index.md index 9da9ebd1c461..35b07f0d7756 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolylineTo +title: Class EmfPolylineTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolylineTo class. The EMR_POLYLINETO record specifies one or more straight lines based upon the current position type: docs weight: 4130 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/ @@ -18,22 +18,22 @@ public sealed class EmfPolylineTo : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolylineTo](emfpolylineto)() | Initializes a new instance of the [`EmfPolylineTo`](../emfpolylineto) class. | -| [EmfPolylineTo](emfpolylineto)(EmfRecord) | Initializes a new instance of the [`EmfPolylineTo`](../emfpolylineto) class. | +| [EmfPolylineTo](emfpolylineto/#constructor)() | Initializes a new instance of the `EmfPolylineTo` class. | +| [EmfPolylineTo](emfpolylineto/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolylineTo` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolylineto/apoints) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolylineto/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolylineto/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolylineto/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/apoints/_index.md index 98c69794d000..2f07b4fb00c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolylineTo.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolylineTo property. Gets or sets a Count length array of WMF PointL objects MSWMF section 2.2.2.15 that specifies the point data in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolylineTo](../../emfpolylineto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolylineTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/bounds/_index.md index 53b2aa8c30a8..b353aa012a8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolylineTo.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolylineTo property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolylineTo](../../emfpolylineto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolylineTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/emfpolylineto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/emfpolylineto/_index.md index 35f2927750e7..ca5a0f641c3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/emfpolylineto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/emfpolylineto/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolylineTo +title: EmfPolylineTo.EmfPolylineTo second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolylineTo constructor. Initializes a new instance of the EmfPolylineTo class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto/emfpolylineto/ --- -## EmfPolylineTo constructor (1 of 2) +## EmfPolylineTo(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolylineTo`](../../emfpolylineto) class. +Initializes a new instance of the [`EmfPolylineTo`](../) class. ```csharp public EmfPolylineTo(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolylineTo(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolylineTo](../../emfpolylineto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolylineTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolylineTo constructor (2 of 2) +## EmfPolylineTo() {#constructor} -Initializes a new instance of the [`EmfPolylineTo`](../../emfpolylineto) class. +Initializes a new instance of the [`EmfPolylineTo`](../) class. ```csharp public EmfPolylineTo() @@ -37,8 +37,8 @@ public EmfPolylineTo() ### See Also -* class [EmfPolylineTo](../../emfpolylineto) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto) +* class [EmfPolylineTo](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/_index.md index 699a8bd77c09..c056d937722a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolylineTo16 +title: Class EmfPolylineTo16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolylineTo16 class. The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position. A line is drawn from the current position to the first point specified by the aPoints field by using the current pen. For each additional line drawing is performed from the ending point of the previous line to the next point specified by aPoints type: docs weight: 4140 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/ @@ -18,22 +18,22 @@ public sealed class EmfPolylineTo16 : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolylineTo16](emfpolylineto16)() | Initializes a new instance of the [`EmfPolylineTo16`](../emfpolylineto16) class. | -| [EmfPolylineTo16](emfpolylineto16)(EmfRecord) | Initializes a new instance of the [`EmfPolylineTo16`](../emfpolylineto16) class. | +| [EmfPolylineTo16](emfpolylineto16/#constructor)() | Initializes a new instance of the `EmfPolylineTo16` class. | +| [EmfPolylineTo16](emfpolylineto16/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolylineTo16` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/apoints) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/apoints/_index.md index 2249794fff52..a2db058f15d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolylineTo16.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolylineTo16 property. Gets or sets a Count length array of WMF PointS objects specified in MSWMF section 2.2.2.16 which specifies the array of points type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/apoints/ @@ -16,9 +16,9 @@ public Point[] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolylineTo16](../../emfpolylineto16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto16) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolylineTo16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/bounds/_index.md index c4f8be5d38eb..1273761962f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolylineTo16.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolylineTo16 property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolylineTo16](../../emfpolylineto16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto16) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolylineTo16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/emfpolylineto16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/emfpolylineto16/_index.md index 80bf78d729b8..ef3fa2b109b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/emfpolylineto16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/emfpolylineto16/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolylineTo16 +title: EmfPolylineTo16.EmfPolylineTo16 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolylineTo16 constructor. Initializes a new instance of the EmfPolylineTo16 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolylineto16/emfpolylineto16/ --- -## EmfPolylineTo16 constructor (1 of 2) +## EmfPolylineTo16(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolylineTo16`](../../emfpolylineto16) class. +Initializes a new instance of the [`EmfPolylineTo16`](../) class. ```csharp public EmfPolylineTo16(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolylineTo16(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolylineTo16](../../emfpolylineto16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto16) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolylineTo16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto16/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolylineTo16 constructor (2 of 2) +## EmfPolylineTo16() {#constructor} -Initializes a new instance of the [`EmfPolylineTo16`](../../emfpolylineto16) class. +Initializes a new instance of the [`EmfPolylineTo16`](../) class. ```csharp public EmfPolylineTo16() @@ -37,8 +37,8 @@ public EmfPolylineTo16() ### See Also -* class [EmfPolylineTo16](../../emfpolylineto16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto16) +* class [EmfPolylineTo16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolylineto16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/_index.md index 131df7e396ea..0280328cf4c0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyPolygon +title: Class EmfPolyPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolygon class. The EMR_POLYPOLYGON record specifies a series of closed polygons type: docs weight: 4030 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/ @@ -18,26 +18,26 @@ public sealed class EmfPolyPolygon : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyPolygon](emfpolypolygon)() | Initializes a new instance of the [`EmfPolyPolygon`](../emfpolypolygon) class. | -| [EmfPolyPolygon](emfpolypolygon)(EmfRecord) | Initializes a new instance of the [`EmfPolyPolygon`](../emfpolypolygon) class. | +| [EmfPolyPolygon](emfpolypolygon/#constructor)() | Initializes a new instance of the `EmfPolyPolygon` class. | +| [EmfPolyPolygon](emfpolypolygon/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyPolygon` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/apoints) { get; set; } | Gets or sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the points for all polygons in logical units. The number of points is specified by the Count field value. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/apoints/) { get; set; } | Gets or sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the points for all polygons in logical units. The number of points is specified by the Count field value. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Each polygon SHOULD be outlined using the current pen, and filled using the current brush and polygon fill mode that are defined in the playback device context. The polygons defined by this record can overlap. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/apoints/_index.md index f48a5d8e0cc6..64293543fbdb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyPolygon.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolygon property. Gets or sets an array of WMF PointL objects MSWMF section 2.2.2.15 that specifies the points for all polygons in logical units. The number of points is specified by the Count field value type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/apoints/ @@ -16,9 +16,9 @@ public Point[][] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyPolygon](../../emfpolypolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/bounds/_index.md index e269975f0064..a91918e38407 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyPolygon.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolygon property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyPolygon](../../emfpolypolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/emfpolypolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/emfpolypolygon/_index.md index b3455aaf1b86..71651fde9dcc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/emfpolypolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/emfpolypolygon/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyPolygon +title: EmfPolyPolygon.EmfPolyPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolygon constructor. Initializes a new instance of the EmfPolyPolygon class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon/emfpolypolygon/ --- -## EmfPolyPolygon constructor (1 of 2) +## EmfPolyPolygon(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyPolygon`](../../emfpolypolygon) class. +Initializes a new instance of the [`EmfPolyPolygon`](../) class. ```csharp public EmfPolyPolygon(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyPolygon(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyPolygon](../../emfpolypolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyPolygon constructor (2 of 2) +## EmfPolyPolygon() {#constructor} -Initializes a new instance of the [`EmfPolyPolygon`](../../emfpolypolygon) class. +Initializes a new instance of the [`EmfPolyPolygon`](../) class. ```csharp public EmfPolyPolygon() @@ -37,8 +37,8 @@ public EmfPolyPolygon() ### See Also -* class [EmfPolyPolygon](../../emfpolypolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon) +* class [EmfPolyPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/_index.md index d24f42ff8187..854fd1e2c4ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyPolygon16 +title: Class EmfPolyPolygon16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolygon16 class. The EMR_POLYPOLYGON16 record specifies a series of closed polygons. Each polygon is outlined using the current pen and filled using the current brush and polygon fill mode. The polygons drawn by this record can overlap type: docs weight: 4040 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/ @@ -18,26 +18,26 @@ public sealed class EmfPolyPolygon16 : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyPolygon16](emfpolypolygon16)() | Initializes a new instance of the [`EmfPolyPolygon16`](../emfpolypolygon16) class. | -| [EmfPolyPolygon16](emfpolypolygon16)(EmfRecord) | Initializes a new instance of the [`EmfPolyPolygon16`](../emfpolypolygon16) class. | +| [EmfPolyPolygon16](emfpolypolygon16/#constructor)() | Initializes a new instance of the `EmfPolyPolygon16` class. | +| [EmfPolyPolygon16](emfpolypolygon16/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyPolygon16` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/apoints) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Each polygon SHOULD be outlined using the current pen, and filled using the current brush and polygon fill mode that are defined in the playback device context. The polygons defined by this record can overlap. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/apoints/_index.md index 44132f3b28fa..f30db2fe087d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyPolygon16.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolygon16 property. Gets or sets a Count length array of WMF PointS objects specified in MSWMF section 2.2.2.16 which specifies the array of points type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/apoints/ @@ -16,9 +16,9 @@ public Point[][] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyPolygon16](../../emfpolypolygon16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon16) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyPolygon16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/bounds/_index.md index b78e96554fca..e6dc6601a4df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyPolygon16.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolygon16 property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyPolygon16](../../emfpolypolygon16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon16) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyPolygon16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/emfpolypolygon16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/emfpolypolygon16/_index.md index 3be8399af213..65026067ea20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/emfpolypolygon16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/emfpolypolygon16/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyPolygon16 +title: EmfPolyPolygon16.EmfPolyPolygon16 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolygon16 constructor. Initializes a new instance of the EmfPolyPolygon16 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16/emfpolypolygon16/ --- -## EmfPolyPolygon16 constructor (1 of 2) +## EmfPolyPolygon16(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyPolygon16`](../../emfpolypolygon16) class. +Initializes a new instance of the [`EmfPolyPolygon16`](../) class. ```csharp public EmfPolyPolygon16(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyPolygon16(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyPolygon16](../../emfpolypolygon16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon16) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyPolygon16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon16/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyPolygon16 constructor (2 of 2) +## EmfPolyPolygon16() {#constructor} -Initializes a new instance of the [`EmfPolyPolygon16`](../../emfpolypolygon16) class. +Initializes a new instance of the [`EmfPolyPolygon16`](../) class. ```csharp public EmfPolyPolygon16() @@ -37,8 +37,8 @@ public EmfPolyPolygon16() ### See Also -* class [EmfPolyPolygon16](../../emfpolypolygon16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon16) +* class [EmfPolyPolygon16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolygon16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/_index.md index 8a3bb0dd7438..1b8e0855c64d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyPolyline +title: Class EmfPolyPolyline second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyline class. The EMR_POLYPOLYLINE record specifies multiple series of connected line segments type: docs weight: 4050 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/ @@ -18,26 +18,26 @@ public sealed class EmfPolyPolyline : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyPolyline](emfpolypolyline)() | Initializes a new instance of the [`EmfPolyPolyline`](../emfpolypolyline) class. | -| [EmfPolyPolyline](emfpolypolyline)(EmfRecord) | Initializes a new instance of the [`EmfPolyPolyline`](../emfpolypolyline) class. | +| [EmfPolyPolyline](emfpolypolyline/#constructor)() | Initializes a new instance of the `EmfPolyPolyline` class. | +| [EmfPolyPolyline](emfpolypolyline/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyPolyline` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/apoints) { get; set; } | Gets or sets a Count-length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specify the point data, in logical units. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/apoints/) { get; set; } | Gets or sets a Count-length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specify the point data, in logical units. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The line segments SHOULD be drawn using the current pen. The figures formed by the segments SHOULD NOT filled. The current position SHOULD neither be used nor updated by this record. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/apoints/_index.md index 4e8330b78012..8c8b6548e052 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyPolyline.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolyline property. Gets or sets a Countlength array of WMF PointL objects MSWMF section 2.2.2.15 that specify the point data in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/apoints/ @@ -16,9 +16,9 @@ public Point[][] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyPolyline](../../emfpolypolyline) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyPolyline](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/bounds/_index.md index 9b3564ea37df..527b94189a40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyPolyline.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolyline property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyPolyline](../../emfpolypolyline) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyPolyline](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/emfpolypolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/emfpolypolyline/_index.md index 33ed5066763d..6f3c1223f9d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/emfpolypolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/emfpolypolyline/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyPolyline +title: EmfPolyPolyline.EmfPolyPolyline second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolyline constructor. Initializes a new instance of the EmfPolyPolyline class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline/emfpolypolyline/ --- -## EmfPolyPolyline constructor (1 of 2) +## EmfPolyPolyline(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyPolyline`](../../emfpolypolyline) class. +Initializes a new instance of the [`EmfPolyPolyline`](../) class. ```csharp public EmfPolyPolyline(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyPolyline(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyPolyline](../../emfpolypolyline) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyPolyline](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyPolyline constructor (2 of 2) +## EmfPolyPolyline() {#constructor} -Initializes a new instance of the [`EmfPolyPolyline`](../../emfpolypolyline) class. +Initializes a new instance of the [`EmfPolyPolyline`](../) class. ```csharp public EmfPolyPolyline() @@ -37,8 +37,8 @@ public EmfPolyPolyline() ### See Also -* class [EmfPolyPolyline](../../emfpolypolyline) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline) +* class [EmfPolyPolyline](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/_index.md index f9ed340aa88b..fe7562d3b53d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyPolyline16 +title: Class EmfPolyPolyline16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyline16 class. The EMR_POLYPOLYLINE16 record specifies multiple series of connected line segments type: docs weight: 4060 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/ @@ -18,26 +18,26 @@ public sealed class EmfPolyPolyline16 : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyPolyline16](emfpolypolyline16)() | Initializes a new instance of the [`EmfPolyPolyline16`](../emfpolypolyline16) class. | -| [EmfPolyPolyline16](emfpolypolyline16)(EmfRecord) | Initializes a new instance of the [`EmfPolyPolyline16`](../emfpolypolyline16) class. | +| [EmfPolyPolyline16](emfpolypolyline16/#constructor)() | Initializes a new instance of the `EmfPolyPolyline16` class. | +| [EmfPolyPolyline16](emfpolypolyline16/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyPolyline16` class. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/apoints) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [APoints](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/apoints/) { get; set; } | Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The line segments SHOULD be drawn using the current pen. The figures formed by the segments SHOULD NOT filled. The current position SHOULD neither be used nor updated by this record. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/apoints/_index.md index f850aea245b5..8ad21f45ac50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: EmfPolyPolyline16.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolyline16 property. Gets or sets a Count length array of WMF PointS objects specified in MSWMF section 2.2.2.16 which specifies the array of points type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/apoints/ @@ -16,9 +16,9 @@ public Point[][] APoints { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfPolyPolyline16](../../emfpolypolyline16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline16) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfPolyPolyline16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/bounds/_index.md index 8c36390ff73a..94355b0ffefb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyPolyline16.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolyline16 property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyPolyline16](../../emfpolypolyline16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline16) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyPolyline16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/emfpolypolyline16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/emfpolypolyline16/_index.md index 712bef615e55..0a141cd554b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/emfpolypolyline16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/emfpolypolyline16/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyPolyline16 +title: EmfPolyPolyline16.EmfPolyPolyline16 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyPolyline16 constructor. Initializes a new instance of the EmfPolyPolyline16 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16/emfpolypolyline16/ --- -## EmfPolyPolyline16 constructor (1 of 2) +## EmfPolyPolyline16(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyPolyline16`](../../emfpolypolyline16) class. +Initializes a new instance of the [`EmfPolyPolyline16`](../) class. ```csharp public EmfPolyPolyline16(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyPolyline16(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyPolyline16](../../emfpolypolyline16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline16) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyPolyline16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline16/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyPolyline16 constructor (2 of 2) +## EmfPolyPolyline16() {#constructor} -Initializes a new instance of the [`EmfPolyPolyline16`](../../emfpolypolyline16) class. +Initializes a new instance of the [`EmfPolyPolyline16`](../) class. ```csharp public EmfPolyPolyline16() @@ -37,8 +37,8 @@ public EmfPolyPolyline16() ### See Also -* class [EmfPolyPolyline16](../../emfpolypolyline16) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline16) +* class [EmfPolyPolyline16](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolypolyline16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/_index.md index be2774a897df..1cdcd411506a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyTextOutA +title: Class EmfPolyTextOutA second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyTextOutA class. The EMR_POLYTEXTOUTA record draws one or more ASCII text strings using the current font and text colors type: docs weight: 4070 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/ @@ -18,29 +18,29 @@ public sealed class EmfPolyTextOutA : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyTextOutA](emfpolytextouta)() | Initializes a new instance of the [`EmfPolyTextOutA`](../emfpolytextouta) class. | -| [EmfPolyTextOutA](emfpolytextouta)(EmfRecord) | Initializes a new instance of the [`EmfPolyTextOutA`](../emfpolytextouta) class. | +| [EmfPolyTextOutA](emfpolytextouta/#constructor)() | Initializes a new instance of the `EmfPolyTextOutA` class. | +| [EmfPolyTextOutA](emfpolytextouta/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyTextOutA` class. | ## Properties | Name | Description | | --- | --- | -| [AEmrText](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/aemrtext) { get; set; } | Gets or sets an array of EmrText objects (section 2.2.5) that specify the output strings in 8-bit ASCII characters, with text attributes, and spacing values. The number of EmrText objects is specified by cStrings. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounding rectangle in device units. | -| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/exscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the X scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. | -| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/eyscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the Y scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. | -| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/igraphicsmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the current graphics mode, from the GraphicsMode enumeration (section 2.1.16). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [AEmrText](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/aemrtext/) { get; set; } | Gets or sets an array of EmrText objects (section 2.2.5) that specify the output strings in 8-bit ASCII characters, with text attributes, and spacing values. The number of EmrText objects is specified by cStrings. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounding rectangle in device units. | +| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/exscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the X scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. | +| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/eyscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the Y scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. | +| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/igraphicsmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the current graphics mode, from the GraphicsMode enumeration (section 2.1.16). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The font and text colors used for output are specified by properties in the current state of the playback device context. EMR_POLYTEXTOUTA SHOULD be emulated with a series of EMR_EXTTEXTOUTW records (section 2.3.5.7), one per string. This requires the ASCII text string in each EmrText object to be converted to Unicode UTF16-LE encoding. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/aemrtext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/aemrtext/_index.md index f35e632d2b4c..a67798e9f598 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/aemrtext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/aemrtext/_index.md @@ -1,7 +1,7 @@ --- -title: AEmrText +title: EmfPolyTextOutA.AEmrText second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutA property. Gets or sets an array of EmrText objects section 2.2.5 that specify the output strings in 8bit ASCII characters with text attributes and spacing values. The number of EmrText objects is specified by cStrings type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/aemrtext/ @@ -16,9 +16,9 @@ public EmfText[] AEmrText { get; set; } ### See Also -* class [EmfText](../../../aspose.imaging.fileformats.emf.emf.objects/emftext) -* class [EmfPolyTextOutA](../../emfpolytextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta) +* class [EmfText](../../../aspose.imaging.fileformats.emf.emf.objects/emftext/) +* class [EmfPolyTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/bounds/_index.md index 32455578bfa6..7f591b075e8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyTextOutA.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutA property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyTextOutA](../../emfpolytextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/emfpolytextouta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/emfpolytextouta/_index.md index e00f53be54f0..53cc24fb24c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/emfpolytextouta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/emfpolytextouta/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyTextOutA +title: EmfPolyTextOutA.EmfPolyTextOutA second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutA constructor. Initializes a new instance of the EmfPolyTextOutA class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/emfpolytextouta/ --- -## EmfPolyTextOutA constructor (1 of 2) +## EmfPolyTextOutA(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyTextOutA`](../../emfpolytextouta) class. +Initializes a new instance of the [`EmfPolyTextOutA`](../) class. ```csharp public EmfPolyTextOutA(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyTextOutA(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyTextOutA](../../emfpolytextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyTextOutA constructor (2 of 2) +## EmfPolyTextOutA() {#constructor} -Initializes a new instance of the [`EmfPolyTextOutA`](../../emfpolytextouta) class. +Initializes a new instance of the [`EmfPolyTextOutA`](../) class. ```csharp public EmfPolyTextOutA() @@ -37,8 +37,8 @@ public EmfPolyTextOutA() ### See Also -* class [EmfPolyTextOutA](../../emfpolytextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta) +* class [EmfPolyTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/exscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/exscale/_index.md index 3dcc2e9d0456..7dc3199f6eb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/exscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/exscale/_index.md @@ -1,7 +1,7 @@ --- -title: ExScale +title: EmfPolyTextOutA.ExScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutA property. Gets or sets a 32bit floatingpoint value that specifies the X scale from page units to .01mm units if graphics mode is GM_COMPATIBLE type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/exscale/ @@ -16,8 +16,8 @@ public float ExScale { get; set; } ### See Also -* class [EmfPolyTextOutA](../../emfpolytextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta) +* class [EmfPolyTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/eyscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/eyscale/_index.md index a0959f96d210..9fd193a7b213 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/eyscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/eyscale/_index.md @@ -1,7 +1,7 @@ --- -title: EyScale +title: EmfPolyTextOutA.EyScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutA property. Gets or sets a 32bit floatingpoint value that specifies the Y scale from page units to .01mm units if graphics mode is GM_COMPATIBLE type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/eyscale/ @@ -16,8 +16,8 @@ public float EyScale { get; set; } ### See Also -* class [EmfPolyTextOutA](../../emfpolytextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta) +* class [EmfPolyTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/igraphicsmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/igraphicsmode/_index.md index 65ce5c6affb2..8a4acdb5b8bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/igraphicsmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/igraphicsmode/_index.md @@ -1,7 +1,7 @@ --- -title: IGraphicsMode +title: EmfPolyTextOutA.IGraphicsMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutA property. Gets or sets a 32bit unsigned integer that specifies the current graphics mode from the GraphicsMode enumeration section 2.1.16 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextouta/igraphicsmode/ @@ -16,9 +16,9 @@ public EmfGraphicsMode IGraphicsMode { get; set; } ### See Also -* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode) -* class [EmfPolyTextOutA](../../emfpolytextouta) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta) +* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/) +* class [EmfPolyTextOutA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextouta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/_index.md index 52036fbd58f1..326e7b88102e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPolyTextOutW +title: Class EmfPolyTextOutW second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyTextOutW class. The EMR_POLYTEXTOUTW record draws one or more Unicode text strings using the current font and text colors type: docs weight: 4080 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/ @@ -18,29 +18,29 @@ public sealed class EmfPolyTextOutW : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfPolyTextOutW](emfpolytextoutw)() | Initializes a new instance of the [`EmfPolyTextOutW`](../emfpolytextoutw) class. | -| [EmfPolyTextOutW](emfpolytextoutw)(EmfRecord) | Initializes a new instance of the [`EmfPolyTextOutW`](../emfpolytextoutw) class. | +| [EmfPolyTextOutW](emfpolytextoutw/#constructor)() | Initializes a new instance of the `EmfPolyTextOutW` class. | +| [EmfPolyTextOutW](emfpolytextoutw/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfPolyTextOutW` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounding rectangle in device units. | -| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/exscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the X scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. | -| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/eyscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the Y scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. | -| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/igraphicsmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the current graphics mode, from the GraphicsMode enumeration (section 2.1.16). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [WEmrText](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/wemrtext) { get; set; } | Gets or sets an array of EmrText objects (section 2.2.5) that specify the output strings in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values. The number of EmrText objects is specified by cStrings. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounding rectangle in device units. | +| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/exscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the X scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. | +| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/eyscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the Y scale from page units to .01mm units if graphics mode is GM_COMPATIBLE. | +| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/igraphicsmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the current graphics mode, from the GraphicsMode enumeration (section 2.1.16). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [WEmrText](../../aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/wemrtext/) { get; set; } | Gets or sets an array of EmrText objects (section 2.2.5) that specify the output strings in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values. The number of EmrText objects is specified by cStrings. | -### Remarks +## Remarks The font and text colors used for output are specified by properties in the current state of the playback device context. EMR_POLYTEXTOUTW SHOULD be emulated with a series of EMR_EXTTEXTOUTW records (section 2.3.5.7), one per string. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/bounds/_index.md index 0f5fb10b6c13..3fd116f19a22 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfPolyTextOutW.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutW property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 which specifies the bounding rectangle in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPolyTextOutW](../../emfpolytextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPolyTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/emfpolytextoutw/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/emfpolytextoutw/_index.md index da1fc074a0c8..7c0b54b80920 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/emfpolytextoutw/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/emfpolytextoutw/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPolyTextOutW +title: EmfPolyTextOutW.EmfPolyTextOutW second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutW constructor. Initializes a new instance of the EmfPolyTextOutW class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/emfpolytextoutw/ --- -## EmfPolyTextOutW constructor (1 of 2) +## EmfPolyTextOutW(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfPolyTextOutW`](../../emfpolytextoutw) class. +Initializes a new instance of the [`EmfPolyTextOutW`](../) class. ```csharp public EmfPolyTextOutW(EmfRecord source) @@ -20,16 +20,16 @@ public EmfPolyTextOutW(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfPolyTextOutW](../../emfpolytextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw) +* class [EmfRecord](../../emfrecord/) +* class [EmfPolyTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw/) * assembly [Aspose.Imaging](../../../) --- -## EmfPolyTextOutW constructor (2 of 2) +## EmfPolyTextOutW() {#constructor} -Initializes a new instance of the [`EmfPolyTextOutW`](../../emfpolytextoutw) class. +Initializes a new instance of the [`EmfPolyTextOutW`](../) class. ```csharp public EmfPolyTextOutW() @@ -37,8 +37,8 @@ public EmfPolyTextOutW() ### See Also -* class [EmfPolyTextOutW](../../emfpolytextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw) +* class [EmfPolyTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/exscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/exscale/_index.md index afb6522d097b..e42551e981ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/exscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/exscale/_index.md @@ -1,7 +1,7 @@ --- -title: ExScale +title: EmfPolyTextOutW.ExScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutW property. Gets or sets a 32bit floatingpoint value that specifies the X scale from page units to .01mm units if graphics mode is GM_COMPATIBLE type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/exscale/ @@ -16,8 +16,8 @@ public float ExScale { get; set; } ### See Also -* class [EmfPolyTextOutW](../../emfpolytextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw) +* class [EmfPolyTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/eyscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/eyscale/_index.md index 4c685e9f6206..2246fe339fa3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/eyscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/eyscale/_index.md @@ -1,7 +1,7 @@ --- -title: EyScale +title: EmfPolyTextOutW.EyScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutW property. Gets or sets a 32bit floatingpoint value that specifies the Y scale from page units to .01mm units if graphics mode is GM_COMPATIBLE type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/eyscale/ @@ -16,8 +16,8 @@ public float EyScale { get; set; } ### See Also -* class [EmfPolyTextOutW](../../emfpolytextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw) +* class [EmfPolyTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/igraphicsmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/igraphicsmode/_index.md index ab805b8d86d6..cc34e0572021 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/igraphicsmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/igraphicsmode/_index.md @@ -1,7 +1,7 @@ --- -title: IGraphicsMode +title: EmfPolyTextOutW.IGraphicsMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutW property. Gets or sets a 32bit unsigned integer that specifies the current graphics mode from the GraphicsMode enumeration section 2.1.16 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/igraphicsmode/ @@ -16,9 +16,9 @@ public EmfGraphicsMode IGraphicsMode { get; set; } ### See Also -* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode) -* class [EmfPolyTextOutW](../../emfpolytextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw) +* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/) +* class [EmfPolyTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/wemrtext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/wemrtext/_index.md index bac1f37aa604..56e03c178dca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/wemrtext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/wemrtext/_index.md @@ -1,7 +1,7 @@ --- -title: WEmrText +title: EmfPolyTextOutW.WEmrText second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPolyTextOutW property. Gets or sets an array of EmrText objects section 2.2.5 that specify the output strings in 16bit Unicode UTF16LE characters with text attributes and spacing values. The number of EmrText objects is specified by cStrings type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw/wemrtext/ @@ -16,9 +16,9 @@ public EmfText[] WEmrText { get; set; } ### See Also -* class [EmfText](../../../aspose.imaging.fileformats.emf.emf.objects/emftext) -* class [EmfPolyTextOutW](../../emfpolytextoutw) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw) +* class [EmfText](../../../aspose.imaging.fileformats.emf.emf.objects/emftext/) +* class [EmfPolyTextOutW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfpolytextoutw/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/_index.md index 299c8166aeaa..1bb49f57b90f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRealizePalette +title: Class EmfRealizePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfRealizePalette class. This record maps palette entries from the current LogPalette object section 2.2.17 to the system_palette. This EMF record specifies no parameters type: docs weight: 4150 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/ @@ -18,19 +18,19 @@ public sealed class EmfRealizePalette : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfRealizePalette](emfrealizepalette)(EmfRecord) | Initializes a new instance of the [`EmfRealizePalette`](../emfrealizepalette) class. | +| [EmfRealizePalette](emfrealizepalette/)(EmfRecord) | Initializes a new instance of the `EmfRealizePalette` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/emfrealizepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/emfrealizepalette/_index.md index ad8f90c710b1..579d612ba706 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/emfrealizepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/emfrealizepalette/_index.md @@ -1,14 +1,14 @@ --- -title: EmfRealizePalette +title: EmfRealizePalette.EmfRealizePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRealizePalette constructor. Initializes a new instance of the EmfRealizePalette class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrealizepalette/emfrealizepalette/ --- ## EmfRealizePalette constructor -Initializes a new instance of the [`EmfRealizePalette`](../../emfrealizepalette) class. +Initializes a new instance of the [`EmfRealizePalette`](../) class. ```csharp public EmfRealizePalette(EmfRecord source) @@ -20,9 +20,9 @@ public EmfRealizePalette(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfRealizePalette](../../emfrealizepalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrealizepalette) +* class [EmfRecord](../../emfrecord/) +* class [EmfRealizePalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrealizepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/_index.md index 3ddbab893e83..b762078b113c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRecord +title: Class EmfRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfRecord class. Base class for EMF records All EMF records MUST have a length that is a multiple of 4 bytes. This is depicted in the generic structures of the preceding EMF record types by including AlignmentPadding fields where appropriate at the ends of these structures. The contents of AlignmentPadding fields MUST always be ignored. For brevity these fields are not shown in every individual EMF record definition type: docs weight: 4160 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrecord/ @@ -18,21 +18,21 @@ public class EmfRecord : MetaObject | Name | Description | | --- | --- | -| [EmfRecord](emfrecord)() | Initializes a new instance of the [`EmfRecord`](../emfrecord) class. | -| [EmfRecord](emfrecord)(EmfRecord) | Initializes a new instance of the [`EmfRecord`](../emfrecord) class. | -| [EmfRecord](emfrecord)(EmfRecordType) | Initializes a new instance of the [`EmfRecord`](../emfrecord) class. | +| [EmfRecord](emfrecord/#constructor)() | Initializes a new instance of the `EmfRecord` class. | +| [EmfRecord](emfrecord/#constructor_2)(EmfRecord) | Initializes a new instance of the `EmfRecord` class. | +| [EmfRecord](emfrecord/#constructor_1)(EmfRecordType) | Initializes a new instance of the `EmfRecord` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/emfrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/emfrecord/_index.md index fb96491b4963..96efb607f57e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/emfrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/emfrecord/_index.md @@ -1,14 +1,14 @@ --- -title: EmfRecord +title: EmfRecord.EmfRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRecord constructor. Initializes a new instance of the EmfRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrecord/emfrecord/ --- -## EmfRecord constructor (1 of 3) +## EmfRecord() {#constructor} -Initializes a new instance of the [`EmfRecord`](../../emfrecord) class. +Initializes a new instance of the [`EmfRecord`](../) class. ```csharp public EmfRecord() @@ -16,15 +16,15 @@ public EmfRecord() ### See Also -* class [EmfRecord](../../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord) +* class [EmfRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord/) * assembly [Aspose.Imaging](../../../) --- -## EmfRecord constructor (2 of 3) +## EmfRecord(EmfRecord) {#constructor_2} -Initializes a new instance of the [`EmfRecord`](../../emfrecord) class. +Initializes a new instance of the [`EmfRecord`](../) class. ```csharp public EmfRecord(EmfRecord source) @@ -36,15 +36,15 @@ public EmfRecord(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord) +* class [EmfRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord/) * assembly [Aspose.Imaging](../../../) --- -## EmfRecord constructor (3 of 3) +## EmfRecord(EmfRecordType) {#constructor_1} -Initializes a new instance of the [`EmfRecord`](../../emfrecord) class. +Initializes a new instance of the [`EmfRecord`](../) class. ```csharp public EmfRecord(EmfRecordType type) @@ -56,9 +56,9 @@ public EmfRecord(EmfRecordType type) ### See Also -* enum [EmfRecordType](../../../aspose.imaging.fileformats.emf.emf.consts/emfrecordtype) -* class [EmfRecord](../../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord) +* enum [EmfRecordType](../../../aspose.imaging.fileformats.emf.emf.consts/emfrecordtype/) +* class [EmfRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/size/_index.md index 324565dff235..98c457e88af3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: EmfRecord.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRecord property. Gets or sets the size of the record type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrecord/size/ @@ -16,8 +16,8 @@ public int Size { get; set; } ### See Also -* class [EmfRecord](../../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord) +* class [EmfRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/type/_index.md index f93eb6e2bfd1..4846642667c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrecord/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfRecord.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRecord property. Gets or sets the type type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrecord/type/ @@ -20,9 +20,9 @@ The type. ### See Also -* enum [EmfRecordType](../../../aspose.imaging.fileformats.emf.emf.consts/emfrecordtype) -* class [EmfRecord](../../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord) +* enum [EmfRecordType](../../../aspose.imaging.fileformats.emf.emf.consts/emfrecordtype/) +* class [EmfRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/_index.md index f907735b47ac..fd898f9feba1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRectangle +title: Class EmfRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfRectangle class. The EMR_RECTANGLE record draws a rectangle. The rectangle is outlined by using the current pen and filled by using the current brush type: docs weight: 4170 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/ @@ -18,25 +18,25 @@ public sealed class EmfRectangle : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfRectangle](emfrectangle)() | Initializes a new instance of the [`EmfRectangle`](../emfrectangle) class. | -| [EmfRectangle](emfrectangle)(EmfRecord) | Initializes a new instance of the [`EmfRectangle`](../emfrectangle) class. | +| [EmfRectangle](emfrectangle/#constructor)() | Initializes a new instance of the `EmfRectangle` class. | +| [EmfRectangle](emfrectangle/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfRectangle` class. | ## Properties | Name | Description | | --- | --- | -| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfrectangle/box) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive rectangle to draw. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfrectangle/box/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive rectangle to draw. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The current position is neither used nor updated by Rectangle. If a PS_NULL pen is used, the dimensions of the rectangle are 1 pixel less in height and 1 pixel less in width. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/box/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/box/_index.md index 8ab6cdb5b1bf..2e88973d90fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/box/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/box/_index.md @@ -1,7 +1,7 @@ --- -title: Box +title: EmfRectangle.Box second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRectangle property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the inclusiveinclusive rectangle to draw type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/box/ @@ -16,9 +16,9 @@ public Rectangle Box { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfRectangle](../../emfrectangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrectangle) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/emfrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/emfrectangle/_index.md index 7fe1bbf7d82c..a2ed15d41d8a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/emfrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/emfrectangle/_index.md @@ -1,14 +1,14 @@ --- -title: EmfRectangle +title: EmfRectangle.EmfRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRectangle constructor. Initializes a new instance of the EmfRectangle class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrectangle/emfrectangle/ --- -## EmfRectangle constructor (1 of 2) +## EmfRectangle(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfRectangle`](../../emfrectangle) class. +Initializes a new instance of the [`EmfRectangle`](../) class. ```csharp public EmfRectangle(EmfRecord source) @@ -20,22 +20,22 @@ public EmfRectangle(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfRectangle](../../emfrectangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrectangle) +* class [EmfRecord](../../emfrecord/) +* class [EmfRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrectangle/) * assembly [Aspose.Imaging](../../../) --- -## EmfRectangle constructor (2 of 2) +## EmfRectangle() {#constructor} -Initializes a new instance of the [`EmfRectangle`](../../emfrectangle) class. +Initializes a new instance of the [`EmfRectangle`](../) class. ```csharp public EmfRectangle() ``` -### Examples +## Examples The following example shows how set the background color for EMF. It actually puts a rectangle of the background color before drawing all other objects. @@ -95,8 +95,8 @@ public static void AddBackgroundRectangleEmf(Aspose.Imaging.FileFormats.Emf.EmfI ### See Also -* class [EmfRectangle](../../emfrectangle) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrectangle) +* class [EmfRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/_index.md index d05dd1d5d11e..a20a3e56869c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfResizePalette +title: Class EmfResizePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfResizePalette class. The EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette object section 2.2.17 type: docs weight: 4180 url: /net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/ @@ -18,24 +18,24 @@ public sealed class EmfResizePalette : EmfObjectManipulationRecordType | Name | Description | | --- | --- | -| [EmfResizePalette](emfresizepalette)(EmfRecord) | Initializes a new instance of the [`EmfResizePalette`](../emfresizepalette) class. | +| [EmfResizePalette](emfresizepalette/)(EmfRecord) | Initializes a new instance of the `EmfResizePalette` class. | ## Properties | Name | Description | | --- | --- | -| [IhPal](../../aspose.imaging.fileformats.emf.emf.records/emfresizepalette/ihpal) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the palette object in the EMF Object Table (section 3.1.1.1). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhPal](../../aspose.imaging.fileformats.emf.emf.records/emfresizepalette/ihpal/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the palette object in the EMF Object Table (section 3.1.1.1). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The new size of the LogPalette object MUST be reflected in the NumberOfEntries field in that structure. ### See Also -* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/emfresizepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/emfresizepalette/_index.md index c770fd185321..57ae3b44d646 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/emfresizepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/emfresizepalette/_index.md @@ -1,14 +1,14 @@ --- -title: EmfResizePalette +title: EmfResizePalette.EmfResizePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfResizePalette constructor. Initializes a new instance of the EmfResizePalette class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/emfresizepalette/ --- ## EmfResizePalette constructor -Initializes a new instance of the [`EmfResizePalette`](../../emfresizepalette) class. +Initializes a new instance of the [`EmfResizePalette`](../) class. ```csharp public EmfResizePalette(EmfRecord source) @@ -20,9 +20,9 @@ public EmfResizePalette(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfResizePalette](../../emfresizepalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfresizepalette) +* class [EmfRecord](../../emfrecord/) +* class [EmfResizePalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfresizepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/ihpal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/ihpal/_index.md index eaddafe0b481..9c80578d6d81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/ihpal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/ihpal/_index.md @@ -1,7 +1,7 @@ --- -title: IhPal +title: EmfResizePalette.IhPal second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfResizePalette property. Gets or sets a 32bit unsigned integer that specifies the index of the palette object in the EMF Object Table section 3.1.1.1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfresizepalette/ihpal/ @@ -16,8 +16,8 @@ public int IhPal { get; set; } ### See Also -* class [EmfResizePalette](../../emfresizepalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfresizepalette) +* class [EmfResizePalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfresizepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/_index.md index 87d715647620..943d396a6eb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRestoreDc +title: Class EmfRestoreDc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfRestoreDc class. The EMR_RESTOREDC record restores the playback device context to the specified state. The playback device context is restored by popping state information off a stack that was created by prior EMR_SAVEDC records section 2.3.11 type: docs weight: 4190 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/ @@ -18,25 +18,25 @@ public sealed class EmfRestoreDc : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfRestoreDc](emfrestoredc)() | Initializes a new instance of the [`EmfRestoreDc`](../emfrestoredc) class. | -| [EmfRestoreDc](emfrestoredc)(EmfRecord) | Initializes a new instance of the [`EmfRestoreDc`](../emfrestoredc) class. | +| [EmfRestoreDc](emfrestoredc/#constructor)() | Initializes a new instance of the `EmfRestoreDc` class. | +| [EmfRestoreDc](emfrestoredc/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfRestoreDc` class. | ## Properties | Name | Description | | --- | --- | -| [SavedDc](../../aspose.imaging.fileformats.emf.emf.records/emfrestoredc/saveddc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the saved state to restore relative to the current state. This value MUST be negative; –1 represents the state that was most recently saved on the stack, –2 the one before that, etc. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [SavedDc](../../aspose.imaging.fileformats.emf.emf.records/emfrestoredc/saveddc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the saved state to restore relative to the current state. This value MUST be negative; –1 represents the state that was most recently saved on the stack, –2 the one before that, etc. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The stack can contain state information for multiple instances of the playback device context. When a state is restored, all state instances that were saved more recently MUST be discarded. ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/emfrestoredc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/emfrestoredc/_index.md index 035b149e4768..a8889f51e952 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/emfrestoredc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/emfrestoredc/_index.md @@ -1,14 +1,14 @@ --- -title: EmfRestoreDc +title: EmfRestoreDc.EmfRestoreDc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRestoreDc constructor. Initializes a new instance of the EmfRestoreDc class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/emfrestoredc/ --- -## EmfRestoreDc constructor (1 of 2) +## EmfRestoreDc(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfRestoreDc`](../../emfrestoredc) class. +Initializes a new instance of the [`EmfRestoreDc`](../) class. ```csharp public EmfRestoreDc(EmfRecord source) @@ -20,16 +20,16 @@ public EmfRestoreDc(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfRestoreDc](../../emfrestoredc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrestoredc) +* class [EmfRecord](../../emfrecord/) +* class [EmfRestoreDc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrestoredc/) * assembly [Aspose.Imaging](../../../) --- -## EmfRestoreDc constructor (2 of 2) +## EmfRestoreDc() {#constructor} -Initializes a new instance of the [`EmfRestoreDc`](../../emfrestoredc) class. +Initializes a new instance of the [`EmfRestoreDc`](../) class. ```csharp public EmfRestoreDc() @@ -37,8 +37,8 @@ public EmfRestoreDc() ### See Also -* class [EmfRestoreDc](../../emfrestoredc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrestoredc) +* class [EmfRestoreDc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrestoredc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/saveddc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/saveddc/_index.md index 7626a87b2f59..08f9ed721bcc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/saveddc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/saveddc/_index.md @@ -1,7 +1,7 @@ --- -title: SavedDc +title: EmfRestoreDc.SavedDc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRestoreDc property. Gets or sets a 32bit signed integer that specifies the saved state to restore relative to the current state. This value MUST be negative 1 represents the state that was most recently saved on the stack 2 the one before that etc type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrestoredc/saveddc/ @@ -16,8 +16,8 @@ public int SavedDc { get; set; } ### See Also -* class [EmfRestoreDc](../../emfrestoredc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrestoredc) +* class [EmfRestoreDc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrestoredc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/_index.md index 4955dd61126b..b1b248a60182 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRop4 +title: Class EmfRop4 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfRop4 class. A quaternary raster operation which specifies ternary raster operations for the foreground and background colors of a bitmap. These values define how the color data of the source rectangle is to be combined with the color data of the destination rectangle type: docs weight: 4200 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrop4/ @@ -18,18 +18,18 @@ public sealed class EmfRop4 | Name | Description | | --- | --- | -| [EmfRop4](emfrop4)(int) | Initializes a new instance of the [`EmfRop4`](../emfrop4) class. | +| [EmfRop4](emfrop4/)(int) | Initializes a new instance of the `EmfRop4` class. | ## Properties | Name | Description | | --- | --- | -| [BackgroundRop3](../../aspose.imaging.fileformats.emf.emf.records/emfrop4/backgroundrop3) { get; } | Gets the background ROP3. The unsigned, most-significant 8 bits of a 24-bit ternary raster operation value from the WMF Ternary Raster Operation enumeration ([MS-WMF] section 2.1.1.31). This code defines how to combine the background color data of the source and destination bitmaps and brush pattern. | -| [ForegroundRop3](../../aspose.imaging.fileformats.emf.emf.records/emfrop4/foregroundrop3) { get; } | Gets the foreground ROP3. The unsigned, most-significant 8 bits of a 24-bit ternary raster operation value from the WMF Ternary Raster Operation enumeration. This code defines how to combine the foreground color data of the source and destination bitmaps and brush pattern. | +| [BackgroundRop3](../../aspose.imaging.fileformats.emf.emf.records/emfrop4/backgroundrop3/) { get; } | Gets the background ROP3. The unsigned, most-significant 8 bits of a 24-bit ternary raster operation value from the WMF Ternary Raster Operation enumeration ([MS-WMF] section 2.1.1.31). This code defines how to combine the background color data of the source and destination bitmaps and brush pattern. | +| [ForegroundRop3](../../aspose.imaging.fileformats.emf.emf.records/emfrop4/foregroundrop3/) { get; } | Gets the foreground ROP3. The unsigned, most-significant 8 bits of a 24-bit ternary raster operation value from the WMF Ternary Raster Operation enumeration. This code defines how to combine the foreground color data of the source and destination bitmaps and brush pattern. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/backgroundrop3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/backgroundrop3/_index.md index d6fb8b23a1b0..1f23eb48ac1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/backgroundrop3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/backgroundrop3/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundRop3 +title: EmfRop4.BackgroundRop3 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRop4 property. Gets the background ROP3. The unsigned mostsignificant 8 bits of a 24bit ternary raster operation value from the WMF Ternary Raster Operation enumeration MSWMF section 2.1.1.31. This code defines how to combine the background color data of the source and destination bitmaps and brush pattern type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrop4/backgroundrop3/ @@ -20,8 +20,8 @@ The background ROP3. ### See Also -* class [EmfRop4](../../emfrop4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrop4) +* class [EmfRop4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrop4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/emfrop4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/emfrop4/_index.md index 36cc98e6e1f0..ef7f3c66fc83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/emfrop4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/emfrop4/_index.md @@ -1,14 +1,14 @@ --- -title: EmfRop4 +title: EmfRop4.EmfRop4 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRop4 constructor. Initializes a new instance of the EmfRop4 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrop4/emfrop4/ --- ## EmfRop4 constructor -Initializes a new instance of the [`EmfRop4`](../../emfrop4) class. +Initializes a new instance of the [`EmfRop4`](../) class. ```csharp public EmfRop4(int dwordData) @@ -20,8 +20,8 @@ public EmfRop4(int dwordData) ### See Also -* class [EmfRop4](../../emfrop4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrop4) +* class [EmfRop4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrop4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/foregroundrop3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/foregroundrop3/_index.md index 2323399ec669..6638ec2b0709 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/foregroundrop3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfrop4/foregroundrop3/_index.md @@ -1,7 +1,7 @@ --- -title: ForegroundRop3 +title: EmfRop4.ForegroundRop3 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRop4 property. Gets the foreground ROP3. The unsigned mostsignificant 8 bits of a 24bit ternary raster operation value from the WMF Ternary Raster Operation enumeration. This code defines how to combine the foreground color data of the source and destination bitmaps and brush pattern type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfrop4/foregroundrop3/ @@ -20,8 +20,8 @@ The foreground ROP3. ### See Also -* class [EmfRop4](../../emfrop4) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrop4) +* class [EmfRop4](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfrop4/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/_index.md index 29be465f65b3..c4f9d9129599 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRoundRect +title: Class EmfRoundRect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfRoundRect class. The EMR_ROUNDRECT record specifies a rectangle with rounded corners. The rectangle is outlined by using the current pen and filled by using the current brush type: docs weight: 4210 url: /net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/ @@ -18,22 +18,22 @@ public sealed class EmfRoundRect : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfRoundRect](emfroundrect)() | Initializes a new instance of the [`EmfRoundRect`](../emfroundrect) class. | -| [EmfRoundRect](emfroundrect)(EmfRecord) | Initializes a new instance of the [`EmfRoundRect`](../emfroundrect) class. | +| [EmfRoundRect](emfroundrect/#constructor)() | Initializes a new instance of the `EmfRoundRect` class. | +| [EmfRoundRect](emfroundrect/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfRoundRect` class. | ## Properties | Name | Description | | --- | --- | -| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfroundrect/box) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive rectangle to draw. | -| [Corner](../../aspose.imaging.fileformats.emf.emf.records/emfroundrect/corner) { get; set; } | Gets or sets a 64-bit WMF SizeL object, specified in [MS-WMF] section 2.2.2.22, which specifies the width and height, in logical coordinates, of the ellipse used to draw the rounded corners. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Box](../../aspose.imaging.fileformats.emf.emf.records/emfroundrect/box/) { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive rectangle to draw. | +| [Corner](../../aspose.imaging.fileformats.emf.emf.records/emfroundrect/corner/) { get; set; } | Gets or sets a 64-bit WMF SizeL object, specified in [MS-WMF] section 2.2.2.22, which specifies the width and height, in logical coordinates, of the ellipse used to draw the rounded corners. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/box/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/box/_index.md index 90cf6f71d72c..715abb58ed9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/box/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/box/_index.md @@ -1,7 +1,7 @@ --- -title: Box +title: EmfRoundRect.Box second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRoundRect property. Gets or sets a 128bit WMF RectL object specified in MSWMF section 2.2.2.19 which specifies the inclusiveinclusive rectangle to draw type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/box/ @@ -16,9 +16,9 @@ public Rectangle Box { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfRoundRect](../../emfroundrect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfroundrect) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfRoundRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfroundrect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/corner/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/corner/_index.md index 270e76d19f17..66f26163dc9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/corner/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/corner/_index.md @@ -1,7 +1,7 @@ --- -title: Corner +title: EmfRoundRect.Corner second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRoundRect property. Gets or sets a 64bit WMF SizeL object specified in MSWMF section 2.2.2.22 which specifies the width and height in logical coordinates of the ellipse used to draw the rounded corners type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/corner/ @@ -16,9 +16,9 @@ public Size Corner { get; set; } ### See Also -* struct [Size](../../../aspose.imaging/size) -* class [EmfRoundRect](../../emfroundrect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfroundrect) +* struct [Size](../../../aspose.imaging/size/) +* class [EmfRoundRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfroundrect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/emfroundrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/emfroundrect/_index.md index 28e9b815b3a3..394bce550faa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/emfroundrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/emfroundrect/_index.md @@ -1,14 +1,14 @@ --- -title: EmfRoundRect +title: EmfRoundRect.EmfRoundRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRoundRect constructor. Initializes a new instance of the EmfRoundRect class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfroundrect/emfroundrect/ --- -## EmfRoundRect constructor (1 of 2) +## EmfRoundRect(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfRoundRect`](../../emfroundrect) class. +Initializes a new instance of the [`EmfRoundRect`](../) class. ```csharp public EmfRoundRect(EmfRecord source) @@ -20,16 +20,16 @@ public EmfRoundRect(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfRoundRect](../../emfroundrect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfroundrect) +* class [EmfRecord](../../emfrecord/) +* class [EmfRoundRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfroundrect/) * assembly [Aspose.Imaging](../../../) --- -## EmfRoundRect constructor (2 of 2) +## EmfRoundRect() {#constructor} -Initializes a new instance of the [`EmfRoundRect`](../../emfroundrect) class. +Initializes a new instance of the [`EmfRoundRect`](../) class. ```csharp public EmfRoundRect() @@ -37,8 +37,8 @@ public EmfRoundRect() ### See Also -* class [EmfRoundRect](../../emfroundrect) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfroundrect) +* class [EmfRoundRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfroundrect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/_index.md index a19a71ab06b2..9f52950eea48 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSaveDc +title: Class EmfSaveDc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSaveDc class. Saves the current state of playback device context on a stack of states saved by preceding EMR_SAVEDC records if any. The state consists of graphics properties and objects including the currently selected bitmap brush palette font pen and region. An EMR_RESTOREDC record is used to restore the state. This EMF record specifies no parameters type: docs weight: 4220 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/ @@ -18,24 +18,24 @@ public sealed class EmfSaveDc : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSaveDc](emfsavedc)() | Initializes a new instance of the [`EmfSaveDc`](../emfsavedc) class. | -| [EmfSaveDc](emfsavedc)(EmfRecord) | Initializes a new instance of the [`EmfSaveDc`](../emfsavedc) class. | +| [EmfSaveDc](emfsavedc/#constructor)() | Initializes a new instance of the `EmfSaveDc` class. | +| [EmfSaveDc](emfsavedc/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSaveDc` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The stack can contain state information for multiple instances of the playback device context. When a state is restored, all state instances that were saved more recently MUST be discarded. ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/emfsavedc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/emfsavedc/_index.md index 45ac909a493a..705249037ab8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/emfsavedc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/emfsavedc/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSaveDc +title: EmfSaveDc.EmfSaveDc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSaveDc constructor. Initializes a new instance of the EmfSaveDc class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsavedc/emfsavedc/ --- -## EmfSaveDc constructor (1 of 2) +## EmfSaveDc(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSaveDc`](../../emfsavedc) class. +Initializes a new instance of the [`EmfSaveDc`](../) class. ```csharp public EmfSaveDc(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSaveDc(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSaveDc](../../emfsavedc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsavedc) +* class [EmfRecord](../../emfrecord/) +* class [EmfSaveDc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsavedc/) * assembly [Aspose.Imaging](../../../) --- -## EmfSaveDc constructor (2 of 2) +## EmfSaveDc() {#constructor} -Initializes a new instance of the [`EmfSaveDc`](../../emfsavedc) class. +Initializes a new instance of the [`EmfSaveDc`](../) class. ```csharp public EmfSaveDc() @@ -37,8 +37,8 @@ public EmfSaveDc() ### See Also -* class [EmfSaveDc](../../emfsavedc) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsavedc) +* class [EmfSaveDc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsavedc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/_index.md index 597a8466bebc..1a7981a7276e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfScaleViewportExtex +title: Class EmfScaleViewportExtex second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfScaleViewportExtex class. The EMR_SCALEVIEWPORTEXTEX record respecifies the viewport for a device context by using the ratios formed by the specified multiplicands and divisors type: docs weight: 4230 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ @@ -18,28 +18,28 @@ public sealed class EmfScaleViewportExtex : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfScaleViewportExtex](emfscaleviewportextex)() | Initializes a new instance of the [`EmfScaleViewportExtex`](../emfscaleviewportextex) class. | -| [EmfScaleViewportExtex](emfscaleviewportextex)(EmfRecord) | Initializes a new instance of the [`EmfScaleViewportExtex`](../emfscaleviewportextex) class. | +| [EmfScaleViewportExtex](emfscaleviewportextex/#constructor)() | Initializes a new instance of the `EmfScaleViewportExtex` class. | +| [EmfScaleViewportExtex](emfscaleviewportextex/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfScaleViewportExtex` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [XDenom](../../aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xdenom) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal divisor. Cannot be zero. | -| [XNum](../../aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xnum) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal multiplicand. Cannot be zero. | -| [YDenom](../../aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ydenom) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical divisor. Cannot be zero. | -| [YNum](../../aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ynum) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical multiplicand. Cannot be zero. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [XDenom](../../aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xdenom/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal divisor. Cannot be zero. | +| [XNum](../../aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xnum/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal multiplicand. Cannot be zero. | +| [YDenom](../../aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ydenom/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical divisor. Cannot be zero. | +| [YNum](../../aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ynum/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical multiplicand. Cannot be zero. | -### Remarks +## Remarks The extent cannot be changed if the device context is using a fixed scale mapping mode. Only MM_ISOTROPIC and MM_ANISOTROPIC are not fixed scale. The viewport extents are modified as follows. xNewWE = (xOldWE * xNum) / xDenom yNewWE = (yOldWE * yNum) / yDenom ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/emfscaleviewportextex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/emfscaleviewportextex/_index.md index b7eb529cebf8..943e44a471cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/emfscaleviewportextex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/emfscaleviewportextex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfScaleViewportExtex +title: EmfScaleViewportExtex.EmfScaleViewportExtex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleViewportExtex constructor. Initializes a new instance of the EmfScaleViewportExtex class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/emfscaleviewportextex/ --- -## EmfScaleViewportExtex constructor (1 of 2) +## EmfScaleViewportExtex(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfScaleViewportExtex`](../../emfscaleviewportextex) class. +Initializes a new instance of the [`EmfScaleViewportExtex`](../) class. ```csharp public EmfScaleViewportExtex(EmfRecord source) @@ -20,16 +20,16 @@ public EmfScaleViewportExtex(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfScaleViewportExtex](../../emfscaleviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex) +* class [EmfRecord](../../emfrecord/) +* class [EmfScaleViewportExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex/) * assembly [Aspose.Imaging](../../../) --- -## EmfScaleViewportExtex constructor (2 of 2) +## EmfScaleViewportExtex() {#constructor} -Initializes a new instance of the [`EmfScaleViewportExtex`](../../emfscaleviewportextex) class. +Initializes a new instance of the [`EmfScaleViewportExtex`](../) class. ```csharp public EmfScaleViewportExtex() @@ -37,8 +37,8 @@ public EmfScaleViewportExtex() ### See Also -* class [EmfScaleViewportExtex](../../emfscaleviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex) +* class [EmfScaleViewportExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xdenom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xdenom/_index.md index 64f4a4dad806..d29222788f90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xdenom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xdenom/_index.md @@ -1,7 +1,7 @@ --- -title: XDenom +title: EmfScaleViewportExtex.XDenom second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleViewportExtex property. Gets or sets a 32bit signed integer that specifies the horizontal divisor. Cannot be zero type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xdenom/ @@ -16,8 +16,8 @@ public int XDenom { get; set; } ### See Also -* class [EmfScaleViewportExtex](../../emfscaleviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex) +* class [EmfScaleViewportExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xnum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xnum/_index.md index 0f7607a54b2f..19942f8068ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xnum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xnum/_index.md @@ -1,7 +1,7 @@ --- -title: XNum +title: EmfScaleViewportExtex.XNum second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleViewportExtex property. Gets or sets a 32bit signed integer that specifies the horizontal multiplicand. Cannot be zero type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/xnum/ @@ -16,8 +16,8 @@ public int XNum { get; set; } ### See Also -* class [EmfScaleViewportExtex](../../emfscaleviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex) +* class [EmfScaleViewportExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ydenom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ydenom/_index.md index 9649ab99fcc4..8c4c6b0f67a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ydenom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ydenom/_index.md @@ -1,7 +1,7 @@ --- -title: YDenom +title: EmfScaleViewportExtex.YDenom second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleViewportExtex property. Gets or sets a 32bit signed integer that specifies the vertical divisor. Cannot be zero type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ydenom/ @@ -16,8 +16,8 @@ public int YDenom { get; set; } ### See Also -* class [EmfScaleViewportExtex](../../emfscaleviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex) +* class [EmfScaleViewportExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ynum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ynum/_index.md index aa47dad4641d..ec43494f5abb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ynum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ynum/_index.md @@ -1,7 +1,7 @@ --- -title: YNum +title: EmfScaleViewportExtex.YNum second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleViewportExtex property. Gets or sets a 32bit signed integer that specifies the vertical multiplicand. Cannot be zero type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscaleviewportextex/ynum/ @@ -16,8 +16,8 @@ public int YNum { get; set; } ### See Also -* class [EmfScaleViewportExtex](../../emfscaleviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex) +* class [EmfScaleViewportExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscaleviewportextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/_index.md index acc1813a85a7..b861ebb244bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfScaleWindowExtex +title: Class EmfScaleWindowExtex second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfScaleWindowExtex class. The EMR_SCALEWINDOWEXTEX record respecifies the window for a playback device context by using the ratios formed by the specified multiplicands and divisors type: docs weight: 4240 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ @@ -18,28 +18,28 @@ public sealed class EmfScaleWindowExtex : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfScaleWindowExtex](emfscalewindowextex)() | Initializes a new instance of the [`EmfScaleWindowExtex`](../emfscalewindowextex) class. | -| [EmfScaleWindowExtex](emfscalewindowextex)(EmfRecord) | Initializes a new instance of the [`EmfScaleWindowExtex`](../emfscalewindowextex) class. | +| [EmfScaleWindowExtex](emfscalewindowextex/#constructor)() | Initializes a new instance of the `EmfScaleWindowExtex` class. | +| [EmfScaleWindowExtex](emfscalewindowextex/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfScaleWindowExtex` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [XDenom](../../aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xdenom) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal divisor. MUST NOT be zero. | -| [XNum](../../aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xnum) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal multiplicand. MUST NOT be zero. | -| [YDenom](../../aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ydenom) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical divisor. MUST NOT be zero. | -| [YNum](../../aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ynum) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical multiplicand. MUST NOT be zero. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [XDenom](../../aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xdenom/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal divisor. MUST NOT be zero. | +| [XNum](../../aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xnum/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the horizontal multiplicand. MUST NOT be zero. | +| [YDenom](../../aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ydenom/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical divisor. MUST NOT be zero. | +| [YNum](../../aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ynum/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the vertical multiplicand. MUST NOT be zero. | -### Remarks +## Remarks The extent cannot be changed if the device context is using a fixed scale mapping mode. Only MM_ISOTROPIC and MM_ANISOTROPIC are not fixed scale. The window extents are modified as follows. xNewWE = (xOldWE * xNum) / xDenom yNewWE = (yOldWE * yNum) / yDenom ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/emfscalewindowextex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/emfscalewindowextex/_index.md index 1b8e34ed6edb..22551e106402 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/emfscalewindowextex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/emfscalewindowextex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfScaleWindowExtex +title: EmfScaleWindowExtex.EmfScaleWindowExtex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleWindowExtex constructor. Initializes a new instance of the EmfScaleWindowExtex class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/emfscalewindowextex/ --- -## EmfScaleWindowExtex constructor (1 of 2) +## EmfScaleWindowExtex(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfScaleWindowExtex`](../../emfscalewindowextex) class. +Initializes a new instance of the [`EmfScaleWindowExtex`](../) class. ```csharp public EmfScaleWindowExtex(EmfRecord source) @@ -20,16 +20,16 @@ public EmfScaleWindowExtex(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfScaleWindowExtex](../../emfscalewindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex) +* class [EmfRecord](../../emfrecord/) +* class [EmfScaleWindowExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex/) * assembly [Aspose.Imaging](../../../) --- -## EmfScaleWindowExtex constructor (2 of 2) +## EmfScaleWindowExtex() {#constructor} -Initializes a new instance of the [`EmfScaleWindowExtex`](../../emfscalewindowextex) class. +Initializes a new instance of the [`EmfScaleWindowExtex`](../) class. ```csharp public EmfScaleWindowExtex() @@ -37,8 +37,8 @@ public EmfScaleWindowExtex() ### See Also -* class [EmfScaleWindowExtex](../../emfscalewindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex) +* class [EmfScaleWindowExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xdenom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xdenom/_index.md index 6761dedc4828..51bbdf373123 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xdenom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xdenom/_index.md @@ -1,7 +1,7 @@ --- -title: XDenom +title: EmfScaleWindowExtex.XDenom second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleWindowExtex property. Gets or sets a 32bit signed integer that specifies the horizontal divisor. MUST NOT be zero type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xdenom/ @@ -16,8 +16,8 @@ public int XDenom { get; set; } ### See Also -* class [EmfScaleWindowExtex](../../emfscalewindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex) +* class [EmfScaleWindowExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xnum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xnum/_index.md index fbdd575b9677..9c3fb08870c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xnum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xnum/_index.md @@ -1,7 +1,7 @@ --- -title: XNum +title: EmfScaleWindowExtex.XNum second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleWindowExtex property. Gets or sets a 32bit signed integer that specifies the horizontal multiplicand. MUST NOT be zero type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/xnum/ @@ -16,8 +16,8 @@ public int XNum { get; set; } ### See Also -* class [EmfScaleWindowExtex](../../emfscalewindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex) +* class [EmfScaleWindowExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ydenom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ydenom/_index.md index a2b1ec32b5dd..bd35e601f3ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ydenom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ydenom/_index.md @@ -1,7 +1,7 @@ --- -title: YDenom +title: EmfScaleWindowExtex.YDenom second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleWindowExtex property. Gets or sets a 32bit signed integer that specifies the vertical divisor. MUST NOT be zero type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ydenom/ @@ -16,8 +16,8 @@ public int YDenom { get; set; } ### See Also -* class [EmfScaleWindowExtex](../../emfscalewindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex) +* class [EmfScaleWindowExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ynum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ynum/_index.md index c12db5c3d748..6ae8272a948b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ynum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ynum/_index.md @@ -1,7 +1,7 @@ --- -title: YNum +title: EmfScaleWindowExtex.YNum second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfScaleWindowExtex property. Gets or sets a 32bit signed integer that specifies the vertical multiplicand. MUST NOT be zero type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfscalewindowextex/ynum/ @@ -16,8 +16,8 @@ public int YNum { get; set; } ### See Also -* class [EmfScaleWindowExtex](../../emfscalewindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex) +* class [EmfScaleWindowExtex](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfscalewindowextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/_index.md index b4facf2f1105..cb4c0474da3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSelectClipPath +title: Class EmfSelectClipPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSelectClipPath class. The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback device context combining the new region with any existing clipping region using the specified mode type: docs weight: 4250 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/ @@ -18,21 +18,21 @@ public sealed class EmfSelectClipPath : EmfClippingRecordType | Name | Description | | --- | --- | -| [EmfSelectClipPath](emfselectclippath)() | Initializes a new instance of the [`EmfSelectClipPath`](../emfselectclippath) class. | -| [EmfSelectClipPath](emfselectclippath)(EmfRecord) | Initializes a new instance of the [`EmfSelectClipPath`](../emfselectclippath) class. | +| [EmfSelectClipPath](emfselectclippath/#constructor)() | Initializes a new instance of the `EmfSelectClipPath` class. | +| [EmfSelectClipPath](emfselectclippath/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSelectClipPath` class. | ## Properties | Name | Description | | --- | --- | -| [RegionMode](../../aspose.imaging.fileformats.emf.emf.records/emfselectclippath/regionmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the way to use the path. The value MUST be in the RegionMode enumeration (section 2.1.29). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [RegionMode](../../aspose.imaging.fileformats.emf.emf.records/emfselectclippath/regionmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the way to use the path. The value MUST be in the RegionMode enumeration (section 2.1.29). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfClippingRecordType](../emfclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfClippingRecordType](../emfclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/emfselectclippath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/emfselectclippath/_index.md index f2ea609eb0be..0bd094f8ae24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/emfselectclippath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/emfselectclippath/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSelectClipPath +title: EmfSelectClipPath.EmfSelectClipPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSelectClipPath constructor. Initializes a new instance of the EmfSelectClipPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/emfselectclippath/ --- -## EmfSelectClipPath constructor (1 of 2) +## EmfSelectClipPath(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSelectClipPath`](../../emfselectclippath) class. +Initializes a new instance of the [`EmfSelectClipPath`](../) class. ```csharp public EmfSelectClipPath(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSelectClipPath(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSelectClipPath](../../emfselectclippath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectclippath) +* class [EmfRecord](../../emfrecord/) +* class [EmfSelectClipPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectclippath/) * assembly [Aspose.Imaging](../../../) --- -## EmfSelectClipPath constructor (2 of 2) +## EmfSelectClipPath() {#constructor} -Initializes a new instance of the [`EmfSelectClipPath`](../../emfselectclippath) class. +Initializes a new instance of the [`EmfSelectClipPath`](../) class. ```csharp public EmfSelectClipPath() @@ -37,8 +37,8 @@ public EmfSelectClipPath() ### See Also -* class [EmfSelectClipPath](../../emfselectclippath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectclippath) +* class [EmfSelectClipPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectclippath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/regionmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/regionmode/_index.md index ab96a89b0e82..72248c0e3784 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/regionmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/regionmode/_index.md @@ -1,7 +1,7 @@ --- -title: RegionMode +title: EmfSelectClipPath.RegionMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSelectClipPath property. Gets or sets a 32bit unsigned integer that specifies the way to use the path. The value MUST be in the RegionMode enumeration section 2.1.29 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectclippath/regionmode/ @@ -16,9 +16,9 @@ public EmfRegionMode RegionMode { get; set; } ### See Also -* enum [EmfRegionMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfregionmode) -* class [EmfSelectClipPath](../../emfselectclippath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectclippath) +* enum [EmfRegionMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfregionmode/) +* class [EmfSelectClipPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectclippath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/_index.md index db3a888642ed..4fe59735688b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSelectObject +title: Class EmfSelectObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSelectObject class. The EMR_SELECTOBJECT record adds a graphics object to the current metafile playback device context. The object is specified either by its index in the EMF Object Tablesection 3.1.1.1 or by its value from the StockObject enumerationsection 2.1.31 type: docs weight: 4260 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/ @@ -18,21 +18,21 @@ public sealed class EmfSelectObject : EmfRecord | Name | Description | | --- | --- | -| [EmfSelectObject](emfselectobject)() | Initializes a new instance of the [`EmfSelectObject`](../emfselectobject) class. | -| [EmfSelectObject](emfselectobject)(EmfRecord) | Initializes a new instance of the [`EmfSelectObject`](../emfselectobject) class. | +| [EmfSelectObject](emfselectobject/#constructor)() | Initializes a new instance of the `EmfSelectObject` class. | +| [EmfSelectObject](emfselectobject/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSelectObject` class. | ## Properties | Name | Description | | --- | --- | -| [ObjectHandle](../../aspose.imaging.fileformats.emf.emf.records/emfselectobject/objecthandle) { get; set; } | Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the [`EmfStockObject`](../../aspose.imaging.fileformats.emf.emf.consts/emfstockobject) enumeration. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [ObjectHandle](../../aspose.imaging.fileformats.emf.emf.records/emfselectobject/objecthandle/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the [`EmfStockObject`](../../aspose.imaging.fileformats.emf.emf.consts/emfstockobject/) enumeration. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/emfselectobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/emfselectobject/_index.md index cf60d9b9da06..e8b06a5ff3ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/emfselectobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/emfselectobject/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSelectObject +title: EmfSelectObject.EmfSelectObject second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSelectObject constructor. Initializes a new instance of the EmfSelectObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/emfselectobject/ --- -## EmfSelectObject constructor (1 of 2) +## EmfSelectObject(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSelectObject`](../../emfselectobject) class. +Initializes a new instance of the [`EmfSelectObject`](../) class. ```csharp public EmfSelectObject(EmfRecord record) @@ -20,22 +20,22 @@ public EmfSelectObject(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSelectObject](../../emfselectobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectobject) +* class [EmfRecord](../../emfrecord/) +* class [EmfSelectObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectobject/) * assembly [Aspose.Imaging](../../../) --- -## EmfSelectObject constructor (2 of 2) +## EmfSelectObject() {#constructor} -Initializes a new instance of the [`EmfSelectObject`](../../emfselectobject) class. +Initializes a new instance of the [`EmfSelectObject`](../) class. ```csharp public EmfSelectObject() ``` -### Examples +## Examples The following example shows how set the background color for EMF. It actually puts a rectangle of the background color before drawing all other objects. @@ -95,8 +95,8 @@ public static void AddBackgroundRectangleEmf(Aspose.Imaging.FileFormats.Emf.EmfI ### See Also -* class [EmfSelectObject](../../emfselectobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectobject) +* class [EmfSelectObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/objecthandle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/objecthandle/_index.md index d01d2e5a5408..28fee57a443d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/objecthandle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/objecthandle/_index.md @@ -1,14 +1,14 @@ --- -title: ObjectHandle +title: EmfSelectObject.ObjectHandle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSelectObject property. Gets or sets 32bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the EmfStockObject enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectobject/objecthandle/ --- ## EmfSelectObject.ObjectHandle property -Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the [`EmfStockObject`](../../../aspose.imaging.fileformats.emf.emf.consts/emfstockobject) enumeration. +Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the [`EmfStockObject`](../../../aspose.imaging.fileformats.emf.emf.consts/emfstockobject/) enumeration. ```csharp public int ObjectHandle { get; set; } @@ -16,8 +16,8 @@ public int ObjectHandle { get; set; } ### See Also -* class [EmfSelectObject](../../emfselectobject) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectobject) +* class [EmfSelectObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/_index.md index c015c96d8c6d..de5f2266887f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSelectPalette +title: Class EmfSelectPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSelectPalette class. The EMR_SELECTPALETTE record specifies a logical palette for the playback device context type: docs weight: 4270 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/ @@ -18,20 +18,20 @@ public sealed class EmfSelectPalette : EmfObjectManipulationRecordType | Name | Description | | --- | --- | -| [EmfSelectPalette](emfselectpalette)(EmfRecord) | Initializes a new instance of the [`EmfSelectPalette`](../emfselectpalette) class. | +| [EmfSelectPalette](emfselectpalette/)(EmfRecord) | Initializes a new instance of the `EmfSelectPalette` class. | ## Properties | Name | Description | | --- | --- | -| [IhPal](../../aspose.imaging.fileformats.emf.emf.records/emfselectpalette/ihpal) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies either the index of a LogPalette object (section 2.2.17) in the EMF Object Table or the value DEFAULT_PALETTE, which is the index of a stock object palette from the StockObject enumeration (section 2.1.31). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhPal](../../aspose.imaging.fileformats.emf.emf.records/emfselectpalette/ihpal/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies either the index of a LogPalette object (section 2.2.17) in the EMF Object Table or the value DEFAULT_PALETTE, which is the index of a stock object palette from the StockObject enumeration (section 2.1.31). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/emfselectpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/emfselectpalette/_index.md index 52808f6236de..6e9cf00604bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/emfselectpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/emfselectpalette/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSelectPalette +title: EmfSelectPalette.EmfSelectPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSelectPalette constructor. Initializes a new instance of the EmfSelectPalette class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/emfselectpalette/ --- ## EmfSelectPalette constructor -Initializes a new instance of the [`EmfSelectPalette`](../../emfselectpalette) class. +Initializes a new instance of the [`EmfSelectPalette`](../) class. ```csharp public EmfSelectPalette(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSelectPalette(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSelectPalette](../../emfselectpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectpalette) +* class [EmfRecord](../../emfrecord/) +* class [EmfSelectPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/ihpal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/ihpal/_index.md index 98127682aaf3..135ed02f8ad8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/ihpal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/ihpal/_index.md @@ -1,7 +1,7 @@ --- -title: IhPal +title: EmfSelectPalette.IhPal second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSelectPalette property. Gets or sets a 32bit unsigned integer that specifies either the index of a LogPalette object section 2.2.17 in the EMF Object Table or the value DEFAULT_PALETTE which is the index of a stock object palette from the StockObject enumeration section 2.1.31 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfselectpalette/ihpal/ @@ -14,14 +14,14 @@ Gets or sets a 32-bit unsigned integer that specifies either the index of a LogP public int IhPal { get; set; } ``` -### Remarks +## Remarks This value MUST NOT be zero or the index of any other stock object. ### See Also -* class [EmfSelectPalette](../../emfselectpalette) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectpalette) +* class [EmfSelectPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfselectpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/_index.md index 54ee3b48d8c1..c9e6709a528c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetArcDirection +title: Class EmfSetArcDirection second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetArcDirection class. The EMR_SETARCDIRECTION record specifies the drawing direction to be used for arc and rectangle output type: docs weight: 4280 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/ @@ -18,25 +18,25 @@ public sealed class EmfSetArcDirection : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetArcDirection](emfsetarcdirection)() | Initializes a new instance of the [`EmfSetArcDirection`](../emfsetarcdirection) class. | -| [EmfSetArcDirection](emfsetarcdirection)(EmfRecord) | Initializes a new instance of the [`EmfSetArcDirection`](../emfsetarcdirection) class. | +| [EmfSetArcDirection](emfsetarcdirection/#constructor)() | Initializes a new instance of the `EmfSetArcDirection` class. | +| [EmfSetArcDirection](emfsetarcdirection/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetArcDirection` class. | ## Properties | Name | Description | | --- | --- | -| [ArcDirection](../../aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/arcdirection) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the arc direction. The value MUST be in the ArcDirection enumeration (section 2.1.2). The default direction is counterclockwise. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [ArcDirection](../../aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/arcdirection/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the arc direction. The value MUST be in the ArcDirection enumeration (section 2.1.2). The default direction is counterclockwise. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The EMR_SETARCDIRECTION record affects the direction in which the following records draw: - EMR_ARC (section 2.3.5.2) - EMR_ARCTO (section 2.3.5.3) - EMR_CHORD (section 2.3.5.4) - EMR_ELLIPSE (section 2.3.5.5) - EMR_PIE (section 2.3.5.15) - EMR_RECTANGLE (section 2.3.5.34) - EMR_ROUNDRECT (section 2.3.5.35) ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/arcdirection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/arcdirection/_index.md index d9184c299669..097a251e9db7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/arcdirection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/arcdirection/_index.md @@ -1,7 +1,7 @@ --- -title: ArcDirection +title: EmfSetArcDirection.ArcDirection second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetArcDirection property. Gets or sets a 32bit unsigned integer that specifies the arc direction. The value MUST be in the ArcDirection enumeration section 2.1.2. The default direction is counterclockwise type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/arcdirection/ @@ -16,9 +16,9 @@ public EmfArcDirection ArcDirection { get; set; } ### See Also -* enum [EmfArcDirection](../../../aspose.imaging.fileformats.emf.emf.consts/emfarcdirection) -* class [EmfSetArcDirection](../../emfsetarcdirection) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetarcdirection) +* enum [EmfArcDirection](../../../aspose.imaging.fileformats.emf.emf.consts/emfarcdirection/) +* class [EmfSetArcDirection](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetarcdirection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/emfsetarcdirection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/emfsetarcdirection/_index.md index b32cb94617dc..6df776044c67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/emfsetarcdirection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/emfsetarcdirection/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetArcDirection +title: EmfSetArcDirection.EmfSetArcDirection second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetArcDirection constructor. Initializes a new instance of the EmfSetArcDirection class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetarcdirection/emfsetarcdirection/ --- -## EmfSetArcDirection constructor (1 of 2) +## EmfSetArcDirection(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetArcDirection`](../../emfsetarcdirection) class. +Initializes a new instance of the [`EmfSetArcDirection`](../) class. ```csharp public EmfSetArcDirection(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetArcDirection(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetArcDirection](../../emfsetarcdirection) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetarcdirection) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetArcDirection](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetarcdirection/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetArcDirection constructor (2 of 2) +## EmfSetArcDirection() {#constructor} -Initializes a new instance of the [`EmfSetArcDirection`](../../emfsetarcdirection) class. +Initializes a new instance of the [`EmfSetArcDirection`](../) class. ```csharp public EmfSetArcDirection() @@ -37,8 +37,8 @@ public EmfSetArcDirection() ### See Also -* class [EmfSetArcDirection](../../emfsetarcdirection) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetarcdirection) +* class [EmfSetArcDirection](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetarcdirection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/_index.md index 713c2fa1cd1b..ca8d97b79581 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetBkColor +title: Class EmfSetBkColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetBkColor class. The EMR_SETBKCOLOR record specifies the background color type: docs weight: 4290 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/ @@ -18,21 +18,21 @@ public sealed class EmfSetBkColor : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetBkColor](emfsetbkcolor)() | Initializes a new instance of the [`EmfSetBkColor`](../emfsetbkcolor) class. | -| [EmfSetBkColor](emfsetbkcolor)(EmfRecord) | Initializes a new instance of the [`EmfSetBkColor`](../emfsetbkcolor) class. | +| [EmfSetBkColor](emfsetbkcolor/#constructor)() | Initializes a new instance of the `EmfSetBkColor` class. | +| [EmfSetBkColor](emfsetbkcolor/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetBkColor` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/argb32color) { get; set; } | Gets or sets a 32-bit WMF ColorRef object, specified in [MS-WMF] section 2.2.2.8, which specifies the background color value. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Argb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/argb32color/) { get; set; } | Gets or sets a 32-bit WMF ColorRef object, specified in [MS-WMF] section 2.2.2.8, which specifies the background color value. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/argb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/argb32color/_index.md index da7b35feeb54..d87278569cce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/argb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/argb32color/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Color +title: EmfSetBkColor.Argb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetBkColor property. Gets or sets a 32bit WMF ColorRef object specified in MSWMF section 2.2.2.8 which specifies the background color value type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/argb32color/ @@ -16,8 +16,8 @@ public int Argb32Color { get; set; } ### See Also -* class [EmfSetBkColor](../../emfsetbkcolor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkcolor) +* class [EmfSetBkColor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/emfsetbkcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/emfsetbkcolor/_index.md index 1bd03e0ad88f..a4e49f29a3d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/emfsetbkcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/emfsetbkcolor/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetBkColor +title: EmfSetBkColor.EmfSetBkColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetBkColor constructor. Initializes a new instance of the EmfSetBkColor class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbkcolor/emfsetbkcolor/ --- -## EmfSetBkColor constructor (1 of 2) +## EmfSetBkColor(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetBkColor`](../../emfsetbkcolor) class. +Initializes a new instance of the [`EmfSetBkColor`](../) class. ```csharp public EmfSetBkColor(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetBkColor(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetBkColor](../../emfsetbkcolor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkcolor) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetBkColor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkcolor/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetBkColor constructor (2 of 2) +## EmfSetBkColor() {#constructor} -Initializes a new instance of the [`EmfSetBkColor`](../../emfsetbkcolor) class. +Initializes a new instance of the [`EmfSetBkColor`](../) class. ```csharp public EmfSetBkColor() @@ -37,8 +37,8 @@ public EmfSetBkColor() ### See Also -* class [EmfSetBkColor](../../emfsetbkcolor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkcolor) +* class [EmfSetBkColor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/_index.md index 358f169528ab..70df985dcdc4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetBkMode +title: Class EmfSetBkMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetBkMode class. The EMR_SETBKMODE record specifies the background mix mode of the playback device context. The background mix mode is used with text hatched brushes and pen styles that are not solid lines type: docs weight: 4300 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/ @@ -18,21 +18,21 @@ public sealed class EmfSetBkMode : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetBkMode](emfsetbkmode)() | Initializes a new instance of the [`EmfSetBkMode`](../emfsetbkmode) class. | -| [EmfSetBkMode](emfsetbkmode)(EmfRecord) | Initializes a new instance of the [`EmfSetBkMode`](../emfsetbkmode) class. | +| [EmfSetBkMode](emfsetbkmode/#constructor)() | Initializes a new instance of the `EmfSetBkMode` class. | +| [EmfSetBkMode](emfsetbkmode/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetBkMode` class. | ## Properties | Name | Description | | --- | --- | -| [BackgroundMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/backgroundmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the background mode and MUST be in the BackgroundMode (section 2.1.4) enumeration. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [BackgroundMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/backgroundmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the background mode and MUST be in the BackgroundMode (section 2.1.4) enumeration. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/backgroundmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/backgroundmode/_index.md index a722ae686a8a..865037c1c67a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/backgroundmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/backgroundmode/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundMode +title: EmfSetBkMode.BackgroundMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetBkMode property. Gets or sets a 32bit unsigned integer that specifies the background mode and MUST be in the BackgroundMode section 2.1.4 enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/backgroundmode/ @@ -16,9 +16,9 @@ public EmfBackgroundMode BackgroundMode { get; set; } ### See Also -* enum [EmfBackgroundMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode) -* class [EmfSetBkMode](../../emfsetbkmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkmode) +* enum [EmfBackgroundMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode/) +* class [EmfSetBkMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/emfsetbkmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/emfsetbkmode/_index.md index 97befaf191b6..7f52d035fb2d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/emfsetbkmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/emfsetbkmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetBkMode +title: EmfSetBkMode.EmfSetBkMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetBkMode constructor. Initializes a new instance of the EmfSetBkMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbkmode/emfsetbkmode/ --- -## EmfSetBkMode constructor (1 of 2) +## EmfSetBkMode(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetBkMode`](../../emfsetbkmode) class. +Initializes a new instance of the [`EmfSetBkMode`](../) class. ```csharp public EmfSetBkMode(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetBkMode(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetBkMode](../../emfsetbkmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkmode) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetBkMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkmode/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetBkMode constructor (2 of 2) +## EmfSetBkMode() {#constructor} -Initializes a new instance of the [`EmfSetBkMode`](../../emfsetbkmode) class. +Initializes a new instance of the [`EmfSetBkMode`](../) class. ```csharp public EmfSetBkMode() @@ -37,8 +37,8 @@ public EmfSetBkMode() ### See Also -* class [EmfSetBkMode](../../emfsetbkmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkmode) +* class [EmfSetBkMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbkmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/_index.md index 7971ac8e0d00..416488b26645 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetBrushOrgEx +title: Class EmfSetBrushOrgEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetBrushOrgEx class. The EMR_SETBRUSHORGEX record specifies the origin of the current brush type: docs weight: 4310 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/ @@ -18,21 +18,21 @@ public sealed class EmfSetBrushOrgEx : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetBrushOrgEx](emfsetbrushorgex)() | Initializes a new instance of the [`EmfSetBrushOrgEx`](../emfsetbrushorgex) class. | -| [EmfSetBrushOrgEx](emfsetbrushorgex)(EmfRecord) | Initializes a new instance of the [`EmfSetBrushOrgEx`](../emfsetbrushorgex) class. | +| [EmfSetBrushOrgEx](emfsetbrushorgex/#constructor)() | Initializes a new instance of the `EmfSetBrushOrgEx` class. | +| [EmfSetBrushOrgEx](emfsetbrushorgex/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetBrushOrgEx` class. | ## Properties | Name | Description | | --- | --- | -| [Origin](../../aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/origin) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the brush's horizontal and vertical origin in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Origin](../../aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/origin/) { get; set; } | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the brush's horizontal and vertical origin in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/emfsetbrushorgex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/emfsetbrushorgex/_index.md index 9cadb9fe2209..f2fad02f6919 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/emfsetbrushorgex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/emfsetbrushorgex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetBrushOrgEx +title: EmfSetBrushOrgEx.EmfSetBrushOrgEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetBrushOrgEx constructor. Initializes a new instance of the EmfSetBrushOrgEx class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/emfsetbrushorgex/ --- -## EmfSetBrushOrgEx constructor (1 of 2) +## EmfSetBrushOrgEx(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetBrushOrgEx`](../../emfsetbrushorgex) class. +Initializes a new instance of the [`EmfSetBrushOrgEx`](../) class. ```csharp public EmfSetBrushOrgEx(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetBrushOrgEx(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetBrushOrgEx](../../emfsetbrushorgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbrushorgex) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetBrushOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbrushorgex/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetBrushOrgEx constructor (2 of 2) +## EmfSetBrushOrgEx() {#constructor} -Initializes a new instance of the [`EmfSetBrushOrgEx`](../../emfsetbrushorgex) class. +Initializes a new instance of the [`EmfSetBrushOrgEx`](../) class. ```csharp public EmfSetBrushOrgEx() @@ -37,8 +37,8 @@ public EmfSetBrushOrgEx() ### See Also -* class [EmfSetBrushOrgEx](../../emfsetbrushorgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbrushorgex) +* class [EmfSetBrushOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbrushorgex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/origin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/origin/_index.md index bf9d2cae7658..75921a45b0f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/origin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/origin/_index.md @@ -1,7 +1,7 @@ --- -title: Origin +title: EmfSetBrushOrgEx.Origin second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetBrushOrgEx property. Gets or sets a 64bit WMF PointL object specified in MSWMF section 2.2.2.15 which specifies the brushs horizontal and vertical origin in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetbrushorgex/origin/ @@ -16,9 +16,9 @@ public Point Origin { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfSetBrushOrgEx](../../emfsetbrushorgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbrushorgex) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfSetBrushOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetbrushorgex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/_index.md index 6a234bcae7bd..afe03a99a46b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetColorAdjustment +title: Class EmfSetColorAdjustment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetColorAdjustment class. The EMR_SETCOLORADJUSTMENT record specifies color adjustment properties in the playback device context type: docs weight: 4320 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/ @@ -18,24 +18,24 @@ public sealed class EmfSetColorAdjustment : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetColorAdjustment](emfsetcoloradjustment)(EmfRecord) | Initializes a new instance of the [`EmfSetColorAdjustment`](../emfsetcoloradjustment) class. | +| [EmfSetColorAdjustment](emfsetcoloradjustment/)(EmfRecord) | Initializes a new instance of the `EmfSetColorAdjustment` class. | ## Properties | Name | Description | | --- | --- | -| [ColorAdjustment](../../aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/coloradjustment) { get; set; } | Gets or sets a ColorAdjustment object (section 2.2.2) that specifies color adjustment values. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [ColorAdjustment](../../aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/coloradjustment/) { get; set; } | Gets or sets a ColorAdjustment object (section 2.2.2) that specifies color adjustment values. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Color adjustment values are used to adjust the input color of the source bitmap for graphics operations performed by EMR_STRETCHBLT and EMR_STRETCHDIBITS records when STRETCH_HALFTONE mode is set from the StretchMode enumeration (section 2.1.32). The ColorAdjustment object specified by this record MUST be used in graphics operations that require a ColorAdjustment object, until a different ColorAdjustment object is specified by another EMR_SETCOLORADJUSTMENT record, or until the object is removed by a EMR_DELETEOBJECT record. ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/coloradjustment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/coloradjustment/_index.md index 5f85e7a83531..adb1032acd6d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/coloradjustment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/coloradjustment/_index.md @@ -1,7 +1,7 @@ --- -title: ColorAdjustment +title: EmfSetColorAdjustment.ColorAdjustment second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetColorAdjustment property. Gets or sets a ColorAdjustment object section 2.2.2 that specifies color adjustment values type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/coloradjustment/ @@ -16,9 +16,9 @@ public EmfColorAdjustment ColorAdjustment { get; set; } ### See Also -* class [EmfColorAdjustment](../../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment) -* class [EmfSetColorAdjustment](../../emfsetcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetcoloradjustment) +* class [EmfColorAdjustment](../../../aspose.imaging.fileformats.emf.emf.objects/emfcoloradjustment/) +* class [EmfSetColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/emfsetcoloradjustment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/emfsetcoloradjustment/_index.md index 892a124c15e2..7c22890d57cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/emfsetcoloradjustment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/emfsetcoloradjustment/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetColorAdjustment +title: EmfSetColorAdjustment.EmfSetColorAdjustment second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetColorAdjustment constructor. Initializes a new instance of the EmfSetColorAdjustment class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetcoloradjustment/emfsetcoloradjustment/ --- ## EmfSetColorAdjustment constructor -Initializes a new instance of the [`EmfSetColorAdjustment`](../../emfsetcoloradjustment) class. +Initializes a new instance of the [`EmfSetColorAdjustment`](../) class. ```csharp public EmfSetColorAdjustment(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetColorAdjustment(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetColorAdjustment](../../emfsetcoloradjustment) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetcoloradjustment) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetColorAdjustment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetcoloradjustment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/_index.md index baf00669c589..598572c6dc62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetColorSpace +title: Class EmfSetColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetColorSpace class. The EMR_SETCOLORSPACE record defines the current logical color space object for graphics operations type: docs weight: 4330 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/ @@ -18,24 +18,24 @@ public sealed class EmfSetColorSpace : EmfObjectManipulationRecordType | Name | Description | | --- | --- | -| [EmfSetColorSpace](emfsetcolorspace)(EmfRecord) | Initializes a new instance of the [`EmfSetColorSpace`](../emfsetcolorspace) class. | +| [EmfSetColorSpace](emfsetcolorspace/)(EmfRecord) | Initializes a new instance of the `EmfSetColorSpace` class. | ## Properties | Name | Description | | --- | --- | -| [IhCS](../../aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/ihcs) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of a logical color space object in the EMF Object Table (section 3.1.1.1). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IhCS](../../aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/ihcs/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of a logical color space object in the EMF Object Table (section 3.1.1.1). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The logical color space object defined by this record MUST be used in drawing operations that are specified by subsequent EMF records, until either a different logical color space object is specified by another EMR_SETCOLORSPACE record, or the object is removed by a EMR_DELETECOLORSPACE record. ### See Also -* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/emfsetcolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/emfsetcolorspace/_index.md index adeeecad8bfe..5cfc725c00c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/emfsetcolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/emfsetcolorspace/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetColorSpace +title: EmfSetColorSpace.EmfSetColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetColorSpace constructor. Initializes a new instance of the EmfSetColorSpace class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/emfsetcolorspace/ --- ## EmfSetColorSpace constructor -Initializes a new instance of the [`EmfSetColorSpace`](../../emfsetcolorspace) class. +Initializes a new instance of the [`EmfSetColorSpace`](../) class. ```csharp public EmfSetColorSpace(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetColorSpace(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetColorSpace](../../emfsetcolorspace) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetcolorspace) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/ihcs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/ihcs/_index.md index 90f9d52020b2..32dd97264a4e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/ihcs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/ihcs/_index.md @@ -1,7 +1,7 @@ --- -title: IhCS +title: EmfSetColorSpace.IhCS second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetColorSpace property. Gets or sets a 32bit unsigned integer that specifies the index of a logical color space object in the EMF Object Table section 3.1.1.1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetcolorspace/ihcs/ @@ -14,14 +14,14 @@ Gets or sets a 32-bit unsigned integer that specifies the index of a logical col public int IhCS { get; set; } ``` -### Remarks +## Remarks This object is either a WMF LogColorSpace or LogColorSpaceW object ([MS-WMF] sections 2.2.2.11 and 2.2.2.12, respectively). ### See Also -* class [EmfSetColorSpace](../../emfsetcolorspace) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetcolorspace) +* class [EmfSetColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/_index.md index 878e1abcad0b..c8bdb9c2e612 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetDiBitsToDevice +title: Class EmfSetDiBitsToDevice second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetDiBitsToDevice class. The EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scan lines of a source bitmap to a destination rectangle type: docs weight: 4340 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ @@ -18,34 +18,34 @@ public sealed class EmfSetDiBitsToDevice : EmfBitmapRecordType | Name | Description | | --- | --- | -| [EmfSetDiBitsToDevice](emfsetdibitstodevice)(EmfRecord) | Initializes a new instance of the [`EmfSetDiBitsToDevice`](../emfsetdibitstodevice) class. | +| [EmfSetDiBitsToDevice](emfsetdibitstodevice/)(EmfRecord) | Initializes a new instance of the `EmfSetDiBitsToDevice` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | -| [CScans](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cscans) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of scan lines. | -| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cxsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the width in pixels of the source rectangle. | -| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height in pixels of the source rectangle | -| [IStartScan](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/istartscan) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the first scan line in the array. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/sourcebitmap) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_SETDIBITSTODEVICE record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/usagesrc) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | -| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | -| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the x-coordinate in pixels of the lower-left corner of the source rectangle. | -| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | -| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the y-coordinate in pixels of the lower-left corner of the source rectangle. | - -### Remarks +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | +| [CScans](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cscans/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of scan lines. | +| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cxsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the width in pixels of the source rectangle. | +| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height in pixels of the source rectangle | +| [IStartScan](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/istartscan/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the first scan line in the array. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/sourcebitmap/) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_SETDIBITSTODEVICE record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/usagesrc/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | +| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | +| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the x-coordinate in pixels of the lower-left corner of the source rectangle. | +| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | +| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the y-coordinate in pixels of the lower-left corner of the source rectangle. | + +## Remarks This record supports source images in JPEG and PNG format. The Compression field in the source bitmap header specifies the image format. ### See Also -* class [EmfBitmapRecordType](../emfbitmaprecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfBitmapRecordType](../emfbitmaprecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/bounds/_index.md index 210b62a69b5a..0306613a7939 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfSetDiBitsToDevice.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines the destination bounding rectangle in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cscans/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cscans/_index.md index b3b3492938d3..7fa521d81489 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cscans/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cscans/_index.md @@ -1,7 +1,7 @@ --- -title: CScans +title: EmfSetDiBitsToDevice.CScans second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit unsigned integer that specifies the number of scan lines type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cscans/ @@ -16,8 +16,8 @@ public int CScans { get; set; } ### See Also -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cxsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cxsrc/_index.md index 31b61d8c1a11..cbc1b2c27614 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cxsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cxsrc/_index.md @@ -1,7 +1,7 @@ --- -title: CxSrc +title: EmfSetDiBitsToDevice.CxSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit signed integer that specifies the width in pixels of the source rectangle type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cxsrc/ @@ -16,8 +16,8 @@ public int CxSrc { get; set; } ### See Also -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cysrc/_index.md index 8a806681af12..a574ac5a4735 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cysrc/_index.md @@ -1,7 +1,7 @@ --- -title: CySrc +title: EmfSetDiBitsToDevice.CySrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit signed integer that specifies the height in pixels of the source rectangle type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/cysrc/ @@ -16,8 +16,8 @@ public int CySrc { get; set; } ### See Also -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/emfsetdibitstodevice/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/emfsetdibitstodevice/_index.md index d07f1379ec0c..2664fc8f627a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/emfsetdibitstodevice/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/emfsetdibitstodevice/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetDiBitsToDevice +title: EmfSetDiBitsToDevice.EmfSetDiBitsToDevice second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice constructor. Initializes a new instance of the EmfSetDiBitsToDevice class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/emfsetdibitstodevice/ --- ## EmfSetDiBitsToDevice constructor -Initializes a new instance of the [`EmfSetDiBitsToDevice`](../../emfsetdibitstodevice) class. +Initializes a new instance of the [`EmfSetDiBitsToDevice`](../) class. ```csharp public EmfSetDiBitsToDevice(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetDiBitsToDevice(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/istartscan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/istartscan/_index.md index 6381243585eb..068669192371 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/istartscan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/istartscan/_index.md @@ -1,7 +1,7 @@ --- -title: IStartScan +title: EmfSetDiBitsToDevice.IStartScan second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit unsigned integer that specifies the first scan line in the array type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/istartscan/ @@ -16,8 +16,8 @@ public int IStartScan { get; set; } ### See Also -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/sourcebitmap/_index.md index 6f9552f36175..3d901410e978 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: EmfSetDiBitsToDevice.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a buffer containing the source bitmap which is not required to be contiguous with the fixed portion of the EMR_SETDIBITSTODEVICE record. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/sourcebitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap SourceBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/usagesrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/usagesrc/_index.md index ad79ebccaa68..ed5453022e93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/usagesrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/usagesrc/_index.md @@ -1,7 +1,7 @@ --- -title: UsageSrc +title: EmfSetDiBitsToDevice.UsageSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/usagesrc/ @@ -16,9 +16,9 @@ public EmfDibColors UsageSrc { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xdest/_index.md index a6de9d04af6b..78cf7319792e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: EmfSetDiBitsToDevice.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the destination rectangle type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xdest/ @@ -16,8 +16,8 @@ public int XDest { get; set; } ### See Also -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xsrc/_index.md index c88d1b0df8ca..c8794e4ec7bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: EmfSetDiBitsToDevice.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit signed integer that specifies the xcoordinate in pixels of the lowerleft corner of the source rectangle type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/xsrc/ @@ -16,8 +16,8 @@ public int XSrc { get; set; } ### See Also -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ydest/_index.md index b967fe12c834..b518cfa16218 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: EmfSetDiBitsToDevice.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the destination rectangle type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ydest/ @@ -16,8 +16,8 @@ public int YDest { get; set; } ### See Also -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ysrc/_index.md index bfe93e80bcea..af33d8780c27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: EmfSetDiBitsToDevice.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetDiBitsToDevice property. Gets or sets a 32bit signed integer that specifies the ycoordinate in pixels of the lowerleft corner of the source rectangle type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetdibitstodevice/ysrc/ @@ -16,8 +16,8 @@ public int YSrc { get; set; } ### See Also -* class [EmfSetDiBitsToDevice](../../emfsetdibitstodevice) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice) +* class [EmfSetDiBitsToDevice](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetdibitstodevice/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/_index.md index f4bd6a8d2459..30242e29d8aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetIcmMode +title: Class EmfSetIcmMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetIcmMode class. The EMR_SETICMMODE record specifies the mode of Image Color Management ICM for graphics operations type: docs weight: 4350 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/ @@ -18,24 +18,24 @@ public sealed class EmfSetIcmMode : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetIcmMode](emfseticmmode)(EmfRecord) | Initializes a new instance of the [`EmfSetIcmMode`](../emfseticmmode) class. | +| [EmfSetIcmMode](emfseticmmode/)(EmfRecord) | Initializes a new instance of the `EmfSetIcmMode` class. | ## Properties | Name | Description | | --- | --- | -| [IcmMode](../../aspose.imaging.fileformats.emf.emf.records/emfseticmmode/icmmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies whether to enable or disable ICM, from the ICMMode enumeration (section 2.1.18). This value is part of the state of the playback device context. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [IcmMode](../../aspose.imaging.fileformats.emf.emf.records/emfseticmmode/icmmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies whether to enable or disable ICM, from the ICMMode enumeration (section 2.1.18). This value is part of the state of the playback device context. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks When ICM mode is enabled, colors specified in EMF records SHOULD be color matched, whereas the default color profile in the playback device context SHOULD be used when a bit-block transfer is performed. If the default color profile is not desired, ICM mode SHOULD be turned off before performing the bit-block transfer. ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/emfseticmmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/emfseticmmode/_index.md index bd08ba42db0d..c70ade4e8237 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/emfseticmmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/emfseticmmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetIcmMode +title: EmfSetIcmMode.EmfSetIcmMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmMode constructor. Initializes a new instance of the EmfSetIcmMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/emfseticmmode/ --- ## EmfSetIcmMode constructor -Initializes a new instance of the [`EmfSetIcmMode`](../../emfseticmmode) class. +Initializes a new instance of the [`EmfSetIcmMode`](../) class. ```csharp public EmfSetIcmMode(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetIcmMode(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetIcmMode](../../emfseticmmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmmode) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetIcmMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/icmmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/icmmode/_index.md index c64d13dd79ef..2c9960b8f7d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/icmmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/icmmode/_index.md @@ -1,7 +1,7 @@ --- -title: IcmMode +title: EmfSetIcmMode.IcmMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmMode property. Gets or sets a 32bit unsigned integer that specifies whether to enable or disable ICM from the ICMMode enumeration section 2.1.18. This value is part of the state of the playback device context type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmmode/icmmode/ @@ -16,9 +16,9 @@ public EmfIcmMode IcmMode { get; set; } ### See Also -* enum [EmfIcmMode](../../../aspose.imaging.fileformats.emf.emf.consts/emficmmode) -* class [EmfSetIcmMode](../../emfseticmmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmmode) +* enum [EmfIcmMode](../../../aspose.imaging.fileformats.emf.emf.consts/emficmmode/) +* class [EmfSetIcmMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/_index.md index 4f52fdb90574..6d1b8b6e9cb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetIcmProfileA +title: Class EmfSetIcmProfileA second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetIcmProfileA class. The EMR_SETICMPROFILEA record specifies a color profile in a file with a name consisting of ASCII characters for graphics output type: docs weight: 4360 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/ @@ -18,25 +18,25 @@ public sealed class EmfSetIcmProfileA : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetIcmProfileA](emfseticmprofilea)(EmfRecord) | Initializes a new instance of the [`EmfSetIcmProfileA`](../emfseticmprofilea) class. | +| [EmfSetIcmProfileA](emfseticmprofilea/)(EmfRecord) | Initializes a new instance of the `EmfSetIcmProfileA` class. | ## Properties | Name | Description | | --- | --- | -| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbdata) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the color profile data, if it is contained in the Data field. | -| [CbName](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbname) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of bytes in the ASCII name of the desired color profile. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/data) { get; set; } | Gets or sets an array of size (cbName + cbData) in bytes, which specifies the ASCII name and raw data of the desired color profile. | -| [DwFlags](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/dwflags) { get; set; } | Gets or sets a 32-bit unsigned integer that contains color profile flags. | -| [Name](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/name) { get; } | Gets the name | -| [RawData](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/rawdata) { get; } | Gets the raw data | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbdata/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the color profile data, if it is contained in the Data field. | +| [CbName](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbname/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of bytes in the ASCII name of the desired color profile. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/data/) { get; set; } | Gets or sets an array of size (cbName + cbData) in bytes, which specifies the ASCII name and raw data of the desired color profile. | +| [DwFlags](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/dwflags/) { get; set; } | Gets or sets a 32-bit unsigned integer that contains color profile flags. | +| [Name](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/name/) { get; } | Gets the name | +| [RawData](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/rawdata/) { get; } | Gets the raw data | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbdata/_index.md index 01af3eb7a6c5..7994251e2d8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbdata/_index.md @@ -1,7 +1,7 @@ --- -title: CbData +title: EmfSetIcmProfileA.CbData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileA property. Gets or sets a 32bit unsigned integer that specifies the size of the color profile data if it is contained in the Data field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbdata/ @@ -16,8 +16,8 @@ public int CbData { get; set; } ### See Also -* class [EmfSetIcmProfileA](../../emfseticmprofilea) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea) +* class [EmfSetIcmProfileA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbname/_index.md index aeed0cb08095..54d99b8c7e11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbname/_index.md @@ -1,7 +1,7 @@ --- -title: CbName +title: EmfSetIcmProfileA.CbName second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileA property. Gets or sets a 32bit unsigned integer that specifies the number of bytes in the ASCII name of the desired color profile type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/cbname/ @@ -16,8 +16,8 @@ public int CbName { get; set; } ### See Also -* class [EmfSetIcmProfileA](../../emfseticmprofilea) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea) +* class [EmfSetIcmProfileA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/data/_index.md index 0547652f5b6b..c6a3c3c390d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfSetIcmProfileA.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileA property. Gets or sets an array of size cbName cbData in bytes which specifies the ASCII name and raw data of the desired color profile type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfSetIcmProfileA](../../emfseticmprofilea) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea) +* class [EmfSetIcmProfileA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/dwflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/dwflags/_index.md index ba6f2f6ac7fb..2d803c79ee0b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/dwflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/dwflags/_index.md @@ -1,7 +1,7 @@ --- -title: DwFlags +title: EmfSetIcmProfileA.DwFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileA property. Gets or sets a 32bit unsigned integer that contains color profile flags type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/dwflags/ @@ -16,8 +16,8 @@ public int DwFlags { get; set; } ### See Also -* class [EmfSetIcmProfileA](../../emfseticmprofilea) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea) +* class [EmfSetIcmProfileA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/emfseticmprofilea/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/emfseticmprofilea/_index.md index 06e4c11eb203..b1ca2cf4341a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/emfseticmprofilea/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/emfseticmprofilea/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetIcmProfileA +title: EmfSetIcmProfileA.EmfSetIcmProfileA second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileA constructor. Initializes a new instance of the EmfSetIcmProfileA class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/emfseticmprofilea/ --- ## EmfSetIcmProfileA constructor -Initializes a new instance of the [`EmfSetIcmProfileA`](../../emfseticmprofilea) class. +Initializes a new instance of the [`EmfSetIcmProfileA`](../) class. ```csharp public EmfSetIcmProfileA(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetIcmProfileA(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetIcmProfileA](../../emfseticmprofilea) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetIcmProfileA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/name/_index.md index 1ac09ee4bf00..d2959e783a1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: EmfSetIcmProfileA.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileA property. Gets the name type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/name/ @@ -16,8 +16,8 @@ public string Name { get; } ### See Also -* class [EmfSetIcmProfileA](../../emfseticmprofilea) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea) +* class [EmfSetIcmProfileA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/rawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/rawdata/_index.md index a798931fdbe7..b13c9a6037fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/rawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/rawdata/_index.md @@ -1,7 +1,7 @@ --- -title: RawData +title: EmfSetIcmProfileA.RawData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileA property. Gets the raw data type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilea/rawdata/ @@ -16,8 +16,8 @@ public byte[] RawData { get; } ### See Also -* class [EmfSetIcmProfileA](../../emfseticmprofilea) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea) +* class [EmfSetIcmProfileA](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilea/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/_index.md index d4924b7968c8..abe02ab5ca78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetIcmProfileW +title: Class EmfSetIcmProfileW second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetIcmProfileW class. The EMR_SETICMPROFILEW record specifies a color profile in a file with a name consisting of Unicode characters for graphics output type: docs weight: 4370 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/ @@ -18,25 +18,25 @@ public sealed class EmfSetIcmProfileW : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetIcmProfileW](emfseticmprofilew)(EmfRecord) | Initializes a new instance of the [`EmfSetIcmProfileW`](../emfseticmprofilew) class. | +| [EmfSetIcmProfileW](emfseticmprofilew/)(EmfRecord) | Initializes a new instance of the `EmfSetIcmProfileW` class. | ## Properties | Name | Description | | --- | --- | -| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbdata) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of color profile data, if attached. | -| [CbName](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbname) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of bytes in the Unicode UTF16-LE name of the desired color profile. | -| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/data) { get; set; } | Gets or sets an array of size (cbName + cbData) in bytes, which specifies the UTF16-LE name and raw data of the desired color profile. | -| [DwFlags](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/dwflags) { get; set; } | Gets or sets a 32-bit unsigned integer that contains color profile flags. | -| [Name](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/name) { get; } | Gets the name | -| [RawData](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/rawdata) { get; } | Gets the raw data | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [CbData](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbdata/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of color profile data, if attached. | +| [CbName](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbname/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of bytes in the Unicode UTF16-LE name of the desired color profile. | +| [Data](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/data/) { get; set; } | Gets or sets an array of size (cbName + cbData) in bytes, which specifies the UTF16-LE name and raw data of the desired color profile. | +| [DwFlags](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/dwflags/) { get; set; } | Gets or sets a 32-bit unsigned integer that contains color profile flags. | +| [Name](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/name/) { get; } | Gets the name | +| [RawData](../../aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/rawdata/) { get; } | Gets the raw data | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbdata/_index.md index b8e358e4c904..8e77a67fcffb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbdata/_index.md @@ -1,7 +1,7 @@ --- -title: CbData +title: EmfSetIcmProfileW.CbData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileW property. Gets or sets a 32bit unsigned integer that specifies the size of color profile data if attached type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbdata/ @@ -16,8 +16,8 @@ public int CbData { get; set; } ### See Also -* class [EmfSetIcmProfileW](../../emfseticmprofilew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew) +* class [EmfSetIcmProfileW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbname/_index.md index fd4b23addf3e..b3c0b9ad5b59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbname/_index.md @@ -1,7 +1,7 @@ --- -title: CbName +title: EmfSetIcmProfileW.CbName second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileW property. Gets or sets a 32bit unsigned integer that specifies the number of bytes in the Unicode UTF16LE name of the desired color profile type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/cbname/ @@ -16,8 +16,8 @@ public int CbName { get; set; } ### See Also -* class [EmfSetIcmProfileW](../../emfseticmprofilew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew) +* class [EmfSetIcmProfileW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/data/_index.md index 6d7421e5c645..9229a99994ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfSetIcmProfileW.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileW property. Gets or sets an array of size cbName cbData in bytes which specifies the UTF16LE name and raw data of the desired color profile type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/data/ @@ -16,8 +16,8 @@ public byte[] Data { get; set; } ### See Also -* class [EmfSetIcmProfileW](../../emfseticmprofilew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew) +* class [EmfSetIcmProfileW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/dwflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/dwflags/_index.md index ef8a2e4205f2..bbb420f07f0f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/dwflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/dwflags/_index.md @@ -1,7 +1,7 @@ --- -title: DwFlags +title: EmfSetIcmProfileW.DwFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileW property. Gets or sets a 32bit unsigned integer that contains color profile flags type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/dwflags/ @@ -16,8 +16,8 @@ public int DwFlags { get; set; } ### See Also -* class [EmfSetIcmProfileW](../../emfseticmprofilew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew) +* class [EmfSetIcmProfileW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/emfseticmprofilew/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/emfseticmprofilew/_index.md index 4e0b5e266606..7f3b0eece253 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/emfseticmprofilew/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/emfseticmprofilew/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetIcmProfileW +title: EmfSetIcmProfileW.EmfSetIcmProfileW second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileW constructor. Initializes a new instance of the EmfSetIcmProfileW class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/emfseticmprofilew/ --- ## EmfSetIcmProfileW constructor -Initializes a new instance of the [`EmfSetIcmProfileW`](../../emfseticmprofilew) class. +Initializes a new instance of the [`EmfSetIcmProfileW`](../) class. ```csharp public EmfSetIcmProfileW(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetIcmProfileW(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetIcmProfileW](../../emfseticmprofilew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetIcmProfileW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/name/_index.md index 9459ad7be5b1..2cd52e748f18 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: EmfSetIcmProfileW.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileW property. Gets the name type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/name/ @@ -16,8 +16,8 @@ public string Name { get; } ### See Also -* class [EmfSetIcmProfileW](../../emfseticmprofilew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew) +* class [EmfSetIcmProfileW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/rawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/rawdata/_index.md index 21492850f695..2da0ee4ed745 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/rawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/rawdata/_index.md @@ -1,7 +1,7 @@ --- -title: RawData +title: EmfSetIcmProfileW.RawData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetIcmProfileW property. Gets the raw data type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfseticmprofilew/rawdata/ @@ -16,8 +16,8 @@ public byte[] RawData { get; } ### See Also -* class [EmfSetIcmProfileW](../../emfseticmprofilew) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew) +* class [EmfSetIcmProfileW](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfseticmprofilew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout.layoutmodeenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout.layoutmodeenum/_index.md index ae988d8e0438..7af56c87dfb8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout.layoutmodeenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout.layoutmodeenum/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetLayout.LayoutModeEnum +title: Enum EmfSetLayout.LayoutModeEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetLayoutLayoutModeEnum enum. A 32bit unsigned integer that specifies the layout mode type: docs weight: 4390 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout.layoutmodeenum/ @@ -24,8 +24,8 @@ public enum LayoutModeEnum ### See Also -* class [EmfSetLayout](../emfsetlayout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfSetLayout](../emfsetlayout/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/_index.md index bd8ae02fbd60..79ee2edbf1c0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetLayout +title: Class EmfSetLayout second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetLayout class. The EMR_SETLAYOUT record specifies the order in which text and graphics are drawn type: docs weight: 4380 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/ @@ -18,20 +18,20 @@ public sealed class EmfSetLayout : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetLayout](emfsetlayout)(EmfRecord) | Initializes a new instance of the [`EmfSetLayout`](../emfsetlayout) class. | +| [EmfSetLayout](emfsetlayout/)(EmfRecord) | Initializes a new instance of the `EmfSetLayout` class. | ## Properties | Name | Description | | --- | --- | -| [LayoutMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetlayout/layoutmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the layout mode | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [LayoutMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetlayout/layoutmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the layout mode | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/emfsetlayout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/emfsetlayout/_index.md index d4b9691659a1..18d6f0e0433f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/emfsetlayout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/emfsetlayout/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetLayout +title: EmfSetLayout.EmfSetLayout second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetLayout constructor. Initializes a new instance of the EmfSetLayout class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/emfsetlayout/ --- ## EmfSetLayout constructor -Initializes a new instance of the [`EmfSetLayout`](../../emfsetlayout) class. +Initializes a new instance of the [`EmfSetLayout`](../) class. ```csharp public EmfSetLayout(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetLayout(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetLayout](../../emfsetlayout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetlayout) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetLayout](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetlayout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/layoutmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/layoutmode/_index.md index 2404f1c0bd87..577aa6908066 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/layoutmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/layoutmode/_index.md @@ -1,7 +1,7 @@ --- -title: LayoutMode +title: EmfSetLayout.LayoutMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetLayout property. Gets or sets a 32bit unsigned integer that specifies the layout mode type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetlayout/layoutmode/ @@ -16,9 +16,9 @@ public LayoutModeEnum LayoutMode { get; set; } ### See Also -* enum [LayoutModeEnum](../../emfsetlayout.layoutmodeenum) -* class [EmfSetLayout](../../emfsetlayout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetlayout) +* enum [LayoutModeEnum](../../emfsetlayout.layoutmodeenum/) +* class [EmfSetLayout](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetlayout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/_index.md index 008be20ff984..62e17c73526d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetLinkedUfis +title: Class EmfSetLinkedUfis second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetLinkedUfis class. The EMR_SETLINKEDUFIS record sets the UniversalFontIds section 2.2.27 of the linked fonts to use during character lookup type: docs weight: 4400 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/ @@ -18,20 +18,20 @@ public sealed class EmfSetLinkedUfis : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetLinkedUfis](emfsetlinkedufis)(EmfRecord) | Initializes a new instance of the [`EmfSetLinkedUfis`](../emfsetlinkedufis) class. | +| [EmfSetLinkedUfis](emfsetlinkedufis/)(EmfRecord) | Initializes a new instance of the `EmfSetLinkedUfis` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Ufis](../../aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/ufis) { get; set; } | Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Ufis](../../aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/ufis/) { get; set; } | Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/emfsetlinkedufis/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/emfsetlinkedufis/_index.md index 9b0a959aaa4b..4d50d97d8c1e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/emfsetlinkedufis/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/emfsetlinkedufis/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetLinkedUfis +title: EmfSetLinkedUfis.EmfSetLinkedUfis second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetLinkedUfis constructor. Initializes a new instance of the EmfSetLinkedUfis class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/emfsetlinkedufis/ --- ## EmfSetLinkedUfis constructor -Initializes a new instance of the [`EmfSetLinkedUfis`](../../emfsetlinkedufis) class. +Initializes a new instance of the [`EmfSetLinkedUfis`](../) class. ```csharp public EmfSetLinkedUfis(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetLinkedUfis(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetLinkedUfis](../../emfsetlinkedufis) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetlinkedufis) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetLinkedUfis](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetlinkedufis/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/ufis/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/ufis/_index.md index c825e5e5f4a7..b792e9850995 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/ufis/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/ufis/_index.md @@ -1,7 +1,7 @@ --- -title: Ufis +title: EmfSetLinkedUfis.Ufis second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetLinkedUfis property. Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId which specifies the identifiers of the linked fonts type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetlinkedufis/ufis/ @@ -16,9 +16,9 @@ public EmfUniversalFontId[] Ufis { get; set; } ### See Also -* class [EmfUniversalFontId](../../../aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid) -* class [EmfSetLinkedUfis](../../emfsetlinkedufis) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetlinkedufis) +* class [EmfUniversalFontId](../../../aspose.imaging.fileformats.emf.emf.objects/emfuniversalfontid/) +* class [EmfSetLinkedUfis](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetlinkedufis/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/_index.md index 1ff4709d65c8..8ac6abfefb72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetMapMode +title: Class EmfSetMapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetMapMode class. The EMR_SETMAPMODE record specifies the mapping mode of the playback device context. The mapping mode specifies the unit of measure used to transform page space units into device space units and also specifies the orientation of the devices xaxis and yaxis type: docs weight: 4410 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/ @@ -18,21 +18,21 @@ public sealed class EmfSetMapMode : EmfRecord | Name | Description | | --- | --- | -| [EmfSetMapMode](emfsetmapmode)() | Initializes a new instance of the [`EmfSetMapMode`](../emfsetmapmode) class. | -| [EmfSetMapMode](emfsetmapmode)(EmfRecord) | Initializes a new instance of the [`EmfSetMapMode`](../emfsetmapmode) class. | +| [EmfSetMapMode](emfsetmapmode/#constructor)() | Initializes a new instance of the `EmfSetMapMode` class. | +| [EmfSetMapMode](emfsetmapmode/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetMapMode` class. | ## Properties | Name | Description | | --- | --- | -| [MapMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/mapmode) { get; set; } | Gets or sets the map mode. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [MapMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/mapmode/) { get; set; } | Gets or sets the map mode. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/emfsetmapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/emfsetmapmode/_index.md index 1851cfb0ed5c..84a19d60e701 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/emfsetmapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/emfsetmapmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetMapMode +title: EmfSetMapMode.EmfSetMapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetMapMode constructor. Initializes a new instance of the EmfSetMapMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/emfsetmapmode/ --- -## EmfSetMapMode constructor (1 of 2) +## EmfSetMapMode() {#constructor} -Initializes a new instance of the [`EmfSetMapMode`](../../emfsetmapmode) class. +Initializes a new instance of the [`EmfSetMapMode`](../) class. ```csharp public EmfSetMapMode() @@ -16,15 +16,15 @@ public EmfSetMapMode() ### See Also -* class [EmfSetMapMode](../../emfsetmapmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapmode) +* class [EmfSetMapMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapmode/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetMapMode constructor (2 of 2) +## EmfSetMapMode(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetMapMode`](../../emfsetmapmode) class. +Initializes a new instance of the [`EmfSetMapMode`](../) class. ```csharp public EmfSetMapMode(EmfRecord record) @@ -36,9 +36,9 @@ public EmfSetMapMode(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetMapMode](../../emfsetmapmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapmode) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetMapMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/mapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/mapmode/_index.md index 7384edb4979b..466a9cf170e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/mapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/mapmode/_index.md @@ -1,7 +1,7 @@ --- -title: MapMode +title: EmfSetMapMode.MapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetMapMode property. Gets or sets the map mode type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmapmode/mapmode/ @@ -20,9 +20,9 @@ The map mode. ### See Also -* enum [EmfMapMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfmapmode) -* class [EmfSetMapMode](../../emfsetmapmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapmode) +* enum [EmfMapMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfmapmode/) +* class [EmfSetMapMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/_index.md index 3ec3d1512389..971f125d084f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetMapperFlags +title: Class EmfSetMapperFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetMapperFlags class. The EMR_SETMAPPERFLAGS record specifies parameters of the process of matching logical fonts to physical fonts which is performed by the font mapper type: docs weight: 4420 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/ @@ -18,20 +18,20 @@ public sealed class EmfSetMapperFlags : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetMapperFlags](emfsetmapperflags)(EmfRecord) | Initializes a new instance of the [`EmfSetMapperFlags`](../emfsetmapperflags) class. | +| [EmfSetMapperFlags](emfsetmapperflags/)(EmfRecord) | Initializes a new instance of the `EmfSetMapperFlags` class. | ## Properties | Name | Description | | --- | --- | -| [Flags](../../aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/flags) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies parameters of the font matching process. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Flags](../../aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/flags/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies parameters of the font matching process. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/emfsetmapperflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/emfsetmapperflags/_index.md index 7fca9686ffad..1d7a13043089 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/emfsetmapperflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/emfsetmapperflags/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetMapperFlags +title: EmfSetMapperFlags.EmfSetMapperFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetMapperFlags constructor. Initializes a new instance of the EmfSetMapperFlags class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/emfsetmapperflags/ --- ## EmfSetMapperFlags constructor -Initializes a new instance of the [`EmfSetMapperFlags`](../../emfsetmapperflags) class. +Initializes a new instance of the [`EmfSetMapperFlags`](../) class. ```csharp public EmfSetMapperFlags(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetMapperFlags(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetMapperFlags](../../emfsetmapperflags) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapperflags) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetMapperFlags](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapperflags/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/flags/_index.md index 9be6f509350a..64e51f7e3613 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: EmfSetMapperFlags.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetMapperFlags property. Gets or sets a 32bit unsigned integer that specifies parameters of the font matching process type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmapperflags/flags/ @@ -14,14 +14,14 @@ Gets or sets a 32-bit unsigned integer that specifies parameters of the font mat public int Flags { get; set; } ``` -### Remarks +## Remarks 0x00000001 The font mapper SHOULD select only fonts that match the aspect ratio of the output device, as it is currently defined in the playback device context. ### See Also -* class [EmfSetMapperFlags](../../emfsetmapperflags) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapperflags) +* class [EmfSetMapperFlags](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmapperflags/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/_index.md index 90dd68fa922f..bbe0e0646f5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetMetaRgn +title: Class EmfSetMetaRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetMetaRgn class. Inter sets the current meta region with the current clipping region to form a new meta region for the playback device context. The current clipping region SHOULD be reset to null. This EMF record specifies no parameters type: docs weight: 4430 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/ @@ -18,19 +18,19 @@ public sealed class EmfSetMetaRgn : EmfClippingRecordType | Name | Description | | --- | --- | -| [EmfSetMetaRgn](emfsetmetargn)(EmfRecord) | Initializes a new instance of the [`EmfSetMetaRgn`](../emfsetmetargn) class. | +| [EmfSetMetaRgn](emfsetmetargn/)(EmfRecord) | Initializes a new instance of the `EmfSetMetaRgn` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfClippingRecordType](../emfclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfClippingRecordType](../emfclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/emfsetmetargn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/emfsetmetargn/_index.md index 2725cd4c71e6..0223790b1daf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/emfsetmetargn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/emfsetmetargn/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetMetaRgn +title: EmfSetMetaRgn.EmfSetMetaRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetMetaRgn constructor. Initializes a new instance of the EmfSetMetaRgn class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmetargn/emfsetmetargn/ --- ## EmfSetMetaRgn constructor -Initializes a new instance of the [`EmfSetMetaRgn`](../../emfsetmetargn) class. +Initializes a new instance of the [`EmfSetMetaRgn`](../) class. ```csharp public EmfSetMetaRgn(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetMetaRgn(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetMetaRgn](../../emfsetmetargn) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmetargn) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetMetaRgn](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmetargn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/_index.md index e07ed99ac526..c2bbdf70291a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetMiterLimit +title: Class EmfSetMiterLimit second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetMiterLimit class. The EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context type: docs weight: 4440 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/ @@ -18,21 +18,21 @@ public sealed class EmfSetMiterLimit : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetMiterLimit](emfsetmiterlimit)() | Initializes a new instance of the [`EmfSetMiterLimit`](../emfsetmiterlimit) class. | -| [EmfSetMiterLimit](emfsetmiterlimit)(EmfRecord) | Initializes a new instance of the [`EmfSetMiterLimit`](../emfsetmiterlimit) class. | +| [EmfSetMiterLimit](emfsetmiterlimit/#constructor)() | Initializes a new instance of the `EmfSetMiterLimit` class. | +| [EmfSetMiterLimit](emfsetmiterlimit/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetMiterLimit` class. | ## Properties | Name | Description | | --- | --- | -| [MiterLimit](../../aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/miterlimit) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the new miter length limit. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [MiterLimit](../../aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/miterlimit/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the new miter length limit. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/emfsetmiterlimit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/emfsetmiterlimit/_index.md index b5fc825a607c..bba6074849aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/emfsetmiterlimit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/emfsetmiterlimit/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetMiterLimit +title: EmfSetMiterLimit.EmfSetMiterLimit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetMiterLimit constructor. Initializes a new instance of the EmfSetMiterLimit class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/emfsetmiterlimit/ --- -## EmfSetMiterLimit constructor (1 of 2) +## EmfSetMiterLimit(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetMiterLimit`](../../emfsetmiterlimit) class. +Initializes a new instance of the [`EmfSetMiterLimit`](../) class. ```csharp public EmfSetMiterLimit(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetMiterLimit(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetMiterLimit](../../emfsetmiterlimit) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmiterlimit) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetMiterLimit](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmiterlimit/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetMiterLimit constructor (2 of 2) +## EmfSetMiterLimit() {#constructor} -Initializes a new instance of the [`EmfSetMiterLimit`](../../emfsetmiterlimit) class. +Initializes a new instance of the [`EmfSetMiterLimit`](../) class. ```csharp public EmfSetMiterLimit() @@ -37,8 +37,8 @@ public EmfSetMiterLimit() ### See Also -* class [EmfSetMiterLimit](../../emfsetmiterlimit) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmiterlimit) +* class [EmfSetMiterLimit](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmiterlimit/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/miterlimit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/miterlimit/_index.md index 7ad70d3a61a4..4c3019ffd429 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/miterlimit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/miterlimit/_index.md @@ -1,7 +1,7 @@ --- -title: MiterLimit +title: EmfSetMiterLimit.MiterLimit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetMiterLimit property. Gets or sets a 32bit unsigned integer that specifies the new miter length limit type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetmiterlimit/miterlimit/ @@ -16,8 +16,8 @@ public int MiterLimit { get; set; } ### See Also -* class [EmfSetMiterLimit](../../emfsetmiterlimit) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmiterlimit) +* class [EmfSetMiterLimit](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetmiterlimit/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/_index.md index 169ff42a4059..06d913868629 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetPaletteEntries +title: Class EmfSetPaletteEntries second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPaletteEntries class. The EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing LogPalette section 2.2.17 object type: docs weight: 4450 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/ @@ -18,23 +18,23 @@ public sealed class EmfSetPaletteEntries : EmfObjectManipulationRecordType | Name | Description | | --- | --- | -| [EmfSetPaletteEntries](emfsetpaletteentries)(EmfRecord) | Initializes a new instance of the [`EmfSetPaletteEntries`](../emfsetpaletteentries) class. | +| [EmfSetPaletteEntries](emfsetpaletteentries/)(EmfRecord) | Initializes a new instance of the `EmfSetPaletteEntries` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32PalEntries](../../aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/argb32palentries) { get; set; } | Gets or sets an array of LogPaletteEntry (section 2.2.18) objects, of NumberOfEntries length, which specifies the palette entry data. The Values members do not contain any values. | -| [IhPal](../../aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/ihpal) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the palette EMF Object Table index. | -| [NumberofEntries](../../aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/numberofentries) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/start) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to set. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Argb32PalEntries](../../aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/argb32palentries/) { get; set; } | Gets or sets an array of LogPaletteEntry (section 2.2.18) objects, of NumberOfEntries length, which specifies the palette entry data. The Values members do not contain any values. | +| [IhPal](../../aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/ihpal/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the palette EMF Object Table index. | +| [NumberofEntries](../../aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/numberofentries/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Start](../../aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/start/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to set. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfObjectManipulationRecordType](../emfobjectmanipulationrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/argb32palentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/argb32palentries/_index.md index b477a4ba79c9..fabbfcc21171 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/argb32palentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/argb32palentries/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32PalEntries +title: EmfSetPaletteEntries.Argb32PalEntries second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPaletteEntries property. Gets or sets an array of LogPaletteEntry section 2.2.18 objects of NumberOfEntries length which specifies the palette entry data. The Values members do not contain any values type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/argb32palentries/ @@ -16,8 +16,8 @@ public int[] Argb32PalEntries { get; set; } ### See Also -* class [EmfSetPaletteEntries](../../emfsetpaletteentries) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries) +* class [EmfSetPaletteEntries](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/emfsetpaletteentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/emfsetpaletteentries/_index.md index 04f64c9de1cb..14dab0f28c91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/emfsetpaletteentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/emfsetpaletteentries/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetPaletteEntries +title: EmfSetPaletteEntries.EmfSetPaletteEntries second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPaletteEntries constructor. Initializes a new instance of the EmfSetPaletteEntries class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/emfsetpaletteentries/ --- ## EmfSetPaletteEntries constructor -Initializes a new instance of the [`EmfSetPaletteEntries`](../../emfsetpaletteentries) class. +Initializes a new instance of the [`EmfSetPaletteEntries`](../) class. ```csharp public EmfSetPaletteEntries(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetPaletteEntries(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetPaletteEntries](../../emfsetpaletteentries) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetPaletteEntries](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/ihpal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/ihpal/_index.md index 1569aad898aa..cb663147faef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/ihpal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/ihpal/_index.md @@ -1,7 +1,7 @@ --- -title: IhPal +title: EmfSetPaletteEntries.IhPal second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPaletteEntries property. Gets or sets a 32bit unsigned integer that specifies the palette EMF Object Table index type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/ihpal/ @@ -16,8 +16,8 @@ public int IhPal { get; set; } ### See Also -* class [EmfSetPaletteEntries](../../emfsetpaletteentries) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries) +* class [EmfSetPaletteEntries](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/numberofentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/numberofentries/_index.md index c405e7ed2f74..d81bbe783fe9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/numberofentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/numberofentries/_index.md @@ -1,7 +1,7 @@ --- -title: NumberofEntries +title: EmfSetPaletteEntries.NumberofEntries second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPaletteEntries property. Gets or sets a 32bit unsigned integer that specifies the number of entries type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/numberofentries/ @@ -16,8 +16,8 @@ public int NumberofEntries { get; set; } ### See Also -* class [EmfSetPaletteEntries](../../emfsetpaletteentries) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries) +* class [EmfSetPaletteEntries](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/start/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/start/_index.md index a5aea7dea741..366bf20df8be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/start/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/start/_index.md @@ -1,7 +1,7 @@ --- -title: Start +title: EmfSetPaletteEntries.Start second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPaletteEntries property. Gets or sets a 32bit unsigned integer that specifies the index of the first entry to set type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpaletteentries/start/ @@ -16,8 +16,8 @@ public int Start { get; set; } ### See Also -* class [EmfSetPaletteEntries](../../emfsetpaletteentries) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries) +* class [EmfSetPaletteEntries](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpaletteentries/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/_index.md index 9d32fcd2d239..820391dc7576 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetPixelV +title: Class EmfSetPixelV second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPixelV class. The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates type: docs weight: 4460 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/ @@ -18,22 +18,22 @@ public sealed class EmfSetPixelV : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfSetPixelV](emfsetpixelv)() | Initializes a new instance of the [`EmfSetPixelV`](../emfsetpixelv) class. | -| [EmfSetPixelV](emfsetpixelv)(EmfRecord) | Initializes a new instance of the [`EmfSetPixelV`](../emfsetpixelv) class. | +| [EmfSetPixelV](emfsetpixelv/#constructor)() | Initializes a new instance of the `EmfSetPixelV` class. | +| [EmfSetPixelV](emfsetpixelv/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetPixelV` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/argb32color) { get; set; } | Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color. | -| [Pixel](../../aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/pixel) { get; set; } | Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Argb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/argb32color/) { get; set; } | Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color. | +| [Pixel](../../aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/pixel/) { get; set; } | Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/argb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/argb32color/_index.md index ae6edd957708..87252deccff6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/argb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/argb32color/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Color +title: EmfSetPixelV.Argb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPixelV property. Gets or sets a 32bit WMF ColorRef object MSWMF section 2.2.2.8 that specifies the pixel color type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/argb32color/ @@ -16,8 +16,8 @@ public int Argb32Color { get; set; } ### See Also -* class [EmfSetPixelV](../../emfsetpixelv) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpixelv) +* class [EmfSetPixelV](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpixelv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/emfsetpixelv/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/emfsetpixelv/_index.md index 939ae6f84a79..81412b01a3d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/emfsetpixelv/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/emfsetpixelv/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetPixelV +title: EmfSetPixelV.EmfSetPixelV second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPixelV constructor. Initializes a new instance of the EmfSetPixelV class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/emfsetpixelv/ --- -## EmfSetPixelV constructor (1 of 2) +## EmfSetPixelV(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetPixelV`](../../emfsetpixelv) class. +Initializes a new instance of the [`EmfSetPixelV`](../) class. ```csharp public EmfSetPixelV(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetPixelV(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetPixelV](../../emfsetpixelv) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpixelv) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetPixelV](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpixelv/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetPixelV constructor (2 of 2) +## EmfSetPixelV() {#constructor} -Initializes a new instance of the [`EmfSetPixelV`](../../emfsetpixelv) class. +Initializes a new instance of the [`EmfSetPixelV`](../) class. ```csharp public EmfSetPixelV() @@ -37,8 +37,8 @@ public EmfSetPixelV() ### See Also -* class [EmfSetPixelV](../../emfsetpixelv) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpixelv) +* class [EmfSetPixelV](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpixelv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/pixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/pixel/_index.md index c4ba211a8e33..17f065a230c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/pixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/pixel/_index.md @@ -1,7 +1,7 @@ --- -title: Pixel +title: EmfSetPixelV.Pixel second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPixelV property. Gets or sets a 64bit WMF PointL object MSWMF section 2.2.2.15 that specifies the logical coordinates for the pixel type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpixelv/pixel/ @@ -16,9 +16,9 @@ public Point Pixel { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfSetPixelV](../../emfsetpixelv) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpixelv) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfSetPixelV](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpixelv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/_index.md index 1c8ee71a59dd..b6b0988bd5ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetPolyFillMode +title: Class EmfSetPolyFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPolyFillMode class. The EMR_SETPOLYFILLMODE record defines polygon fill mode type: docs weight: 4470 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/ @@ -18,25 +18,25 @@ public sealed class EmfSetPolyFillMode : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetPolyFillMode](emfsetpolyfillmode)() | Initializes a new instance of the [`EmfSetPolyFillMode`](../emfsetpolyfillmode) class. | -| [EmfSetPolyFillMode](emfsetpolyfillmode)(EmfRecord) | Initializes a new instance of the [`EmfSetPolyFillMode`](../emfsetpolyfillmode) class. | +| [EmfSetPolyFillMode](emfsetpolyfillmode/#constructor)() | Initializes a new instance of the `EmfSetPolyFillMode` class. | +| [EmfSetPolyFillMode](emfsetpolyfillmode/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetPolyFillMode` class. | ## Properties | Name | Description | | --- | --- | -| [PolygonFillMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/polygonfillmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the polygon fill mode and MUST be in the PolygonFillMode (section 2.1.27) enumeration. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [PolygonFillMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/polygonfillmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the polygon fill mode and MUST be in the PolygonFillMode (section 2.1.27) enumeration. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks In general, the modes differ only in cases where a complex, overlapping polygon MUST be filled; for example, a five-sided polygon that forms a five-pointed star with a pentagon in the center. In such cases, ALTERNATE mode SHOULD fill every other enclosed region within the polygon (the points of the star), but WINDING mode SHOULD fill all regions (the points of the star and the pentagon). When the fill mode is ALTERNATE, the area between odd-numbered and even-numbered polygon sides on each scan line SHOULD be filled. That is, the area between the first and second side SHOULD be filled, and between the third and fourth side, and so on. When the fill mode is WINDING, any region that has a nonzero winding value SHOULD be filled. The winding value is the number of times a pen used to draw the polygon would go around the region. The direction of each edge of the polygon is significant. ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/emfsetpolyfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/emfsetpolyfillmode/_index.md index c7b64cdc1bf9..e60e067aa18d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/emfsetpolyfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/emfsetpolyfillmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetPolyFillMode +title: EmfSetPolyFillMode.EmfSetPolyFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPolyFillMode constructor. Initializes a new instance of the EmfSetPolyFillMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/emfsetpolyfillmode/ --- -## EmfSetPolyFillMode constructor (1 of 2) +## EmfSetPolyFillMode(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetPolyFillMode`](../../emfsetpolyfillmode) class. +Initializes a new instance of the [`EmfSetPolyFillMode`](../) class. ```csharp public EmfSetPolyFillMode(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetPolyFillMode(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetPolyFillMode](../../emfsetpolyfillmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpolyfillmode) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetPolyFillMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpolyfillmode/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetPolyFillMode constructor (2 of 2) +## EmfSetPolyFillMode() {#constructor} -Initializes a new instance of the [`EmfSetPolyFillMode`](../../emfsetpolyfillmode) class. +Initializes a new instance of the [`EmfSetPolyFillMode`](../) class. ```csharp public EmfSetPolyFillMode() @@ -37,8 +37,8 @@ public EmfSetPolyFillMode() ### See Also -* class [EmfSetPolyFillMode](../../emfsetpolyfillmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpolyfillmode) +* class [EmfSetPolyFillMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpolyfillmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/polygonfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/polygonfillmode/_index.md index 565458e99b4a..448a750713ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/polygonfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/polygonfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: PolygonFillMode +title: EmfSetPolyFillMode.PolygonFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetPolyFillMode property. Gets or sets a 32bit unsigned integer that specifies the polygon fill mode and MUST be in the PolygonFillMode section 2.1.27 enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetpolyfillmode/polygonfillmode/ @@ -16,9 +16,9 @@ public EmfPolygonFillMode PolygonFillMode { get; set; } ### See Also -* enum [EmfPolygonFillMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfpolygonfillmode) -* class [EmfSetPolyFillMode](../../emfsetpolyfillmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpolyfillmode) +* enum [EmfPolygonFillMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfpolygonfillmode/) +* class [EmfSetPolyFillMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetpolyfillmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/_index.md index d63e88feac78..5d504495c060 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetRop2 +title: Class EmfSetRop2 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetRop2 class. The EMR_SETROP2 record defines a binary raster operation mode type: docs weight: 4480 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/ @@ -18,25 +18,25 @@ public sealed class EmfSetRop2 : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetRop2](emfsetrop2)() | Initializes a new instance of the [`EmfSetRop2`](../emfsetrop2) class. | -| [EmfSetRop2](emfsetrop2)(EmfRecord) | Initializes a new instance of the [`EmfSetRop2`](../emfsetrop2) class. | +| [EmfSetRop2](emfsetrop2/#constructor)() | Initializes a new instance of the `EmfSetRop2` class. | +| [EmfSetRop2](emfsetrop2/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetRop2` class. | ## Properties | Name | Description | | --- | --- | -| [Rop2Mode](../../aspose.imaging.fileformats.emf.emf.records/emfsetrop2/rop2mode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the raster operation mode and MUST be in the WMF Binary Raster Op enumeration ([MS-WMF] section 2.1.1.2). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Rop2Mode](../../aspose.imaging.fileformats.emf.emf.records/emfsetrop2/rop2mode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the raster operation mode and MUST be in the WMF Binary Raster Op enumeration ([MS-WMF] section 2.1.1.2). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Binary raster operation mix modes define how to combine source and destination colors when drawing with the current pen. The mix modes are binary raster operation codes, representing all possible Boolean functions of two variables, using the binary operations AND, OR, and XOR (exclusive OR), and the unary operation NOT. The mix mode is for raster devices only; it is not available for vector devices. ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/emfsetrop2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/emfsetrop2/_index.md index 99a0c338f7c8..ca473beb936b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/emfsetrop2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/emfsetrop2/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetRop2 +title: EmfSetRop2.EmfSetRop2 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetRop2 constructor. Initializes a new instance of the EmfSetRop2 class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/emfsetrop2/ --- -## EmfSetRop2 constructor (1 of 2) +## EmfSetRop2(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetRop2`](../../emfsetrop2) class. +Initializes a new instance of the [`EmfSetRop2`](../) class. ```csharp public EmfSetRop2(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetRop2(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetRop2](../../emfsetrop2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetrop2) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetRop2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetrop2/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetRop2 constructor (2 of 2) +## EmfSetRop2() {#constructor} -Initializes a new instance of the [`EmfSetRop2`](../../emfsetrop2) class. +Initializes a new instance of the [`EmfSetRop2`](../) class. ```csharp public EmfSetRop2() @@ -37,8 +37,8 @@ public EmfSetRop2() ### See Also -* class [EmfSetRop2](../../emfsetrop2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetrop2) +* class [EmfSetRop2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetrop2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/rop2mode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/rop2mode/_index.md index e15a2843da7e..bd5ae1e8bea0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/rop2mode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/rop2mode/_index.md @@ -1,7 +1,7 @@ --- -title: Rop2Mode +title: EmfSetRop2.Rop2Mode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetRop2 property. Gets or sets a 32bit unsigned integer that specifies the raster operation mode and MUST be in the WMF Binary Raster Op enumeration MSWMF section 2.1.1.2 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetrop2/rop2mode/ @@ -16,9 +16,9 @@ public WmfBinaryRasterOperation Rop2Mode { get; set; } ### See Also -* enum [WmfBinaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation) -* class [EmfSetRop2](../../emfsetrop2) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetrop2) +* enum [WmfBinaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation/) +* class [EmfSetRop2](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetrop2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/_index.md index 024678152290..422c3ebcacfe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetStrechBltMode +title: Class EmfSetStrechBltMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetStrechBltMode class. The EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode type: docs weight: 4490 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/ @@ -18,20 +18,20 @@ public sealed class EmfSetStrechBltMode : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetStrechBltMode](emfsetstrechbltmode)(EmfRecord) | Initializes a new instance of the [`EmfSetStrechBltMode`](../emfsetstrechbltmode) class. | +| [EmfSetStrechBltMode](emfsetstrechbltmode/)(EmfRecord) | Initializes a new instance of the `EmfSetStrechBltMode` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [StretchMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/stretchmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [StretchMode](../../aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/stretchmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/emfsetstrechbltmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/emfsetstrechbltmode/_index.md index 9f4f636af8c7..ca6cc89efc0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/emfsetstrechbltmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/emfsetstrechbltmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetStrechBltMode +title: EmfSetStrechBltMode.EmfSetStrechBltMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetStrechBltMode constructor. Initializes a new instance of the EmfSetStrechBltMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/emfsetstrechbltmode/ --- ## EmfSetStrechBltMode constructor -Initializes a new instance of the [`EmfSetStrechBltMode`](../../emfsetstrechbltmode) class. +Initializes a new instance of the [`EmfSetStrechBltMode`](../) class. ```csharp public EmfSetStrechBltMode(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetStrechBltMode(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetStrechBltMode](../../emfsetstrechbltmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetstrechbltmode) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetStrechBltMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetstrechbltmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/stretchmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/stretchmode/_index.md index 2c6096782edf..d028b520c810 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/stretchmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/stretchmode/_index.md @@ -1,7 +1,7 @@ --- -title: StretchMode +title: EmfSetStrechBltMode.StretchMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetStrechBltMode property. Gets or sets a 32bit unsigned integer that specifies the stretch mode and MAY be in the StretchMode enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetstrechbltmode/stretchmode/ @@ -16,9 +16,9 @@ public EmfStretchMode StretchMode { get; set; } ### See Also -* enum [EmfStretchMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfstretchmode) -* class [EmfSetStrechBltMode](../../emfsetstrechbltmode) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetstrechbltmode) +* enum [EmfStretchMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfstretchmode/) +* class [EmfSetStrechBltMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetstrechbltmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/_index.md index 7b2a0e93dc4c..da9fa59572b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetTextAlign +title: Class EmfSetTextAlign second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetTextAlign class. The EMR_SETTEXTALIGN record specifies text alignment type: docs weight: 4500 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/ @@ -18,25 +18,25 @@ public sealed class EmfSetTextAlign : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetTextAlign](emfsettextalign)() | Initializes a new instance of the [`EmfSetTextAlign`](../emfsettextalign) class. | -| [EmfSetTextAlign](emfsettextalign)(EmfRecord) | Initializes a new instance of the [`EmfSetTextAlign`](../emfsettextalign) class. | +| [EmfSetTextAlign](emfsettextalign/#constructor)() | Initializes a new instance of the `EmfSetTextAlign` class. | +| [EmfSetTextAlign](emfsettextalign/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetTextAlign` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [TextAlignmentMode](../../aspose.imaging.fileformats.emf.emf.records/emfsettextalign/textalignmentmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies text alignment by using a mask of text alignment flags. These are either [`WmfTextAlignmentModeFlags`](../../aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags) ([MS-WMF] section 2.1.2.3) for text with a horizontal baseline, or [`WmfVerticalTextAlignmentModeFlags`](../../aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags) ([MS-WMF] section 2.1.2.4) for text with a vertical baseline. Only one value can be chosen from those that affect horizontal and vertical alignment. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [TextAlignmentMode](../../aspose.imaging.fileformats.emf.emf.records/emfsettextalign/textalignmentmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies text alignment by using a mask of text alignment flags. These are either [`WmfTextAlignmentModeFlags`](../../aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags/) ([MS-WMF] section 2.1.2.3) for text with a horizontal baseline, or [`WmfVerticalTextAlignmentModeFlags`](../../aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags/) ([MS-WMF] section 2.1.2.4) for text with a vertical baseline. Only one value can be chosen from those that affect horizontal and vertical alignment. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks The EMR_SMALLTEXTOUT, EMR_EXTTEXTOUTA, and EMR_EXTTEXTOUTW records use text alignment values to position a string of text on the output medium. The values specify the relationship between a reference point and a rectangle that bounds the text. The reference point is either the current position or a point passed to a text output record. The rectangle that bounds the text is formed by the character cells in the text string. ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/emfsettextalign/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/emfsettextalign/_index.md index deaf77d281a3..98b44344721c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/emfsettextalign/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/emfsettextalign/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetTextAlign +title: EmfSetTextAlign.EmfSetTextAlign second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetTextAlign constructor. Initializes a new instance of the EmfSetTextAlign class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/emfsettextalign/ --- -## EmfSetTextAlign constructor (1 of 2) +## EmfSetTextAlign(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetTextAlign`](../../emfsettextalign) class. +Initializes a new instance of the [`EmfSetTextAlign`](../) class. ```csharp public EmfSetTextAlign(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetTextAlign(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetTextAlign](../../emfsettextalign) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextalign) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetTextAlign](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextalign/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetTextAlign constructor (2 of 2) +## EmfSetTextAlign() {#constructor} -Initializes a new instance of the [`EmfSetTextAlign`](../../emfsettextalign) class. +Initializes a new instance of the [`EmfSetTextAlign`](../) class. ```csharp public EmfSetTextAlign() @@ -37,8 +37,8 @@ public EmfSetTextAlign() ### See Also -* class [EmfSetTextAlign](../../emfsettextalign) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextalign) +* class [EmfSetTextAlign](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextalign/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/textalignmentmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/textalignmentmode/_index.md index f6667aff7cb7..0dcf75df444d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/textalignmentmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/textalignmentmode/_index.md @@ -1,14 +1,14 @@ --- -title: TextAlignmentMode +title: EmfSetTextAlign.TextAlignmentMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetTextAlign property. Gets or sets a 32bit unsigned integer that specifies text alignment by using a mask of text alignment flags. These are either WmfTextAlignmentModeFlags MSWMF section 2.1.2.3 for text with a horizontal baseline or WmfVerticalTextAlignmentModeFlags MSWMF section 2.1.2.4 for text with a vertical baseline. Only one value can be chosen from those that affect horizontal and vertical alignment type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextalign/textalignmentmode/ --- ## EmfSetTextAlign.TextAlignmentMode property -Gets or sets a 32-bit unsigned integer that specifies text alignment by using a mask of text alignment flags. These are either [`WmfTextAlignmentModeFlags`](../../../aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags) ([MS-WMF] section 2.1.2.3) for text with a horizontal baseline, or [`WmfVerticalTextAlignmentModeFlags`](../../../aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags) ([MS-WMF] section 2.1.2.4) for text with a vertical baseline. Only one value can be chosen from those that affect horizontal and vertical alignment. +Gets or sets a 32-bit unsigned integer that specifies text alignment by using a mask of text alignment flags. These are either [`WmfTextAlignmentModeFlags`](../../../aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags/) ([MS-WMF] section 2.1.2.3) for text with a horizontal baseline, or [`WmfVerticalTextAlignmentModeFlags`](../../../aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags/) ([MS-WMF] section 2.1.2.4) for text with a vertical baseline. Only one value can be chosen from those that affect horizontal and vertical alignment. ```csharp public int TextAlignmentMode { get; set; } @@ -16,8 +16,8 @@ public int TextAlignmentMode { get; set; } ### See Also -* class [EmfSetTextAlign](../../emfsettextalign) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextalign) +* class [EmfSetTextAlign](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextalign/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/_index.md index ed7f3d94bc9d..8301f45a80b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetTextColor +title: Class EmfSetTextColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetTextColor class. The EMR_SETTEXTCOLOR record defines the current text color type: docs weight: 4510 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/ @@ -18,21 +18,21 @@ public sealed class EmfSetTextColor : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetTextColor](emfsettextcolor)() | Initializes a new instance of the [`EmfSetTextColor`](../emfsettextcolor) class. | -| [EmfSetTextColor](emfsettextcolor)(EmfRecord) | Initializes a new instance of the [`EmfSetTextColor`](../emfsettextcolor) class. | +| [EmfSetTextColor](emfsettextcolor/#constructor)() | Initializes a new instance of the `EmfSetTextColor` class. | +| [EmfSetTextColor](emfsettextcolor/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetTextColor` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/argb32color) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Argb32Color](../../aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/argb32color/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/argb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/argb32color/_index.md index 59730022cbdd..01629b612483 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/argb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/argb32color/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Color +title: EmfSetTextColor.Argb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetTextColor property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 that specifies the text color value type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/argb32color/ @@ -16,8 +16,8 @@ public int Argb32Color { get; set; } ### See Also -* class [EmfSetTextColor](../../emfsettextcolor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextcolor) +* class [EmfSetTextColor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/emfsettextcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/emfsettextcolor/_index.md index b2e9afcfcde4..6154692a82a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/emfsettextcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/emfsettextcolor/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetTextColor +title: EmfSetTextColor.EmfSetTextColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetTextColor constructor. Initializes a new instance of the EmfSetTextColor class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextcolor/emfsettextcolor/ --- -## EmfSetTextColor constructor (1 of 2) +## EmfSetTextColor(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetTextColor`](../../emfsettextcolor) class. +Initializes a new instance of the [`EmfSetTextColor`](../) class. ```csharp public EmfSetTextColor(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetTextColor(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetTextColor](../../emfsettextcolor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextcolor) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetTextColor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextcolor/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetTextColor constructor (2 of 2) +## EmfSetTextColor() {#constructor} -Initializes a new instance of the [`EmfSetTextColor`](../../emfsettextcolor) class. +Initializes a new instance of the [`EmfSetTextColor`](../) class. ```csharp public EmfSetTextColor() @@ -37,8 +37,8 @@ public EmfSetTextColor() ### See Also -* class [EmfSetTextColor](../../emfsettextcolor) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextcolor) +* class [EmfSetTextColor](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/_index.md index 7e3acf1a8a73..aa0bbb506f59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetTextJustification +title: Class EmfSetTextJustification second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetTextJustification class. The EMR_SETTEXTJUSTIFICATION record specifies the amount of extra space to add to break characters for text justification type: docs weight: 4520 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/ @@ -18,25 +18,25 @@ public sealed class EmfSetTextJustification : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetTextJustification](emfsettextjustification)(EmfRecord) | Initializes a new instance of the [`EmfSetTextJustification`](../emfsettextjustification) class. | +| [EmfSetTextJustification](emfsettextjustification/)(EmfRecord) | Initializes a new instance of the `EmfSetTextJustification` class. | ## Properties | Name | Description | | --- | --- | -| [NBreakCount](../../aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakcount) { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of break characters. | -| [NBreakExtra](../../aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakextra) { get; set; } | Gets or sets a 32-bit signed integer that specifies the total amount of extra space, in logical units, to add. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [NBreakCount](../../aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakcount/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of break characters. | +| [NBreakExtra](../../aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakextra/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the total amount of extra space, in logical units, to add. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | -### Remarks +## Remarks Instead of using an EMR_SETTEXTJUSTIFICATION record, an implementation SHOULD use an EMR_EXTTEXTOUTW record (section 2.3.5.8) to perform this function. ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/emfsettextjustification/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/emfsettextjustification/_index.md index 59e4c5648bdb..54c158b6eacf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/emfsettextjustification/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/emfsettextjustification/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetTextJustification +title: EmfSetTextJustification.EmfSetTextJustification second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetTextJustification constructor. Initializes a new instance of the EmfSetTextJustification class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/emfsettextjustification/ --- ## EmfSetTextJustification constructor -Initializes a new instance of the [`EmfSetTextJustification`](../../emfsettextjustification) class. +Initializes a new instance of the [`EmfSetTextJustification`](../) class. ```csharp public EmfSetTextJustification(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSetTextJustification(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetTextJustification](../../emfsettextjustification) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextjustification) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetTextJustification](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextjustification/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakcount/_index.md index c00a7a0b39fc..ee55b39bc79d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakcount/_index.md @@ -1,7 +1,7 @@ --- -title: NBreakCount +title: EmfSetTextJustification.NBreakCount second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetTextJustification property. Gets or sets a 32bit signed integer that specifies the number of break characters type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakcount/ @@ -16,8 +16,8 @@ public int NBreakCount { get; set; } ### See Also -* class [EmfSetTextJustification](../../emfsettextjustification) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextjustification) +* class [EmfSetTextJustification](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextjustification/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakextra/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakextra/_index.md index 9aa6c6b9f3aa..73cc36f0ec7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakextra/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakextra/_index.md @@ -1,7 +1,7 @@ --- -title: NBreakExtra +title: EmfSetTextJustification.NBreakExtra second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetTextJustification property. Gets or sets a 32bit signed integer that specifies the total amount of extra space in logical units to add type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsettextjustification/nbreakextra/ @@ -16,8 +16,8 @@ public int NBreakExtra { get; set; } ### See Also -* class [EmfSetTextJustification](../../emfsettextjustification) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextjustification) +* class [EmfSetTextJustification](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsettextjustification/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/_index.md index 459143b88d25..b06f86afef04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetViewportExtEx +title: Class EmfSetViewportExtEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetViewportExtEx class. The EMR_SETVIEWPORTEXTEX record defines the viewport extent type: docs weight: 4530 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/ @@ -18,21 +18,21 @@ public sealed class EmfSetViewportExtEx : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetViewportExtEx](emfsetviewportextex)() | Initializes a new instance of the [`EmfSetViewportExtEx`](../emfsetviewportextex) class. | -| [EmfSetViewportExtEx](emfsetviewportextex)(EmfRecord) | Initializes a new instance of the [`EmfSetViewportExtEx`](../emfsetviewportextex) class. | +| [EmfSetViewportExtEx](emfsetviewportextex/#constructor)() | Initializes a new instance of the `EmfSetViewportExtEx` class. | +| [EmfSetViewportExtEx](emfsetviewportextex/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetViewportExtEx` class. | ## Properties | Name | Description | | --- | --- | -| [Extent](../../aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/extent) { get; set; } | Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Extent](../../aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/extent/) { get; set; } | Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/emfsetviewportextex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/emfsetviewportextex/_index.md index d5df1bfe1ab7..8ffc157b5220 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/emfsetviewportextex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/emfsetviewportextex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetViewportExtEx +title: EmfSetViewportExtEx.EmfSetViewportExtEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetViewportExtEx constructor. Initializes a new instance of the EmfSetViewportExtEx class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/emfsetviewportextex/ --- -## EmfSetViewportExtEx constructor (1 of 2) +## EmfSetViewportExtEx(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetViewportExtEx`](../../emfsetviewportextex) class. +Initializes a new instance of the [`EmfSetViewportExtEx`](../) class. ```csharp public EmfSetViewportExtEx(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetViewportExtEx(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetViewportExtEx](../../emfsetviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportextex) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetViewportExtEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportextex/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetViewportExtEx constructor (2 of 2) +## EmfSetViewportExtEx() {#constructor} -Initializes a new instance of the [`EmfSetViewportExtEx`](../../emfsetviewportextex) class. +Initializes a new instance of the [`EmfSetViewportExtEx`](../) class. ```csharp public EmfSetViewportExtEx() @@ -37,8 +37,8 @@ public EmfSetViewportExtEx() ### See Also -* class [EmfSetViewportExtEx](../../emfsetviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportextex) +* class [EmfSetViewportExtEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/extent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/extent/_index.md index 9ebc4293da83..d3c47054b451 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/extent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/extent/_index.md @@ -1,7 +1,7 @@ --- -title: Extent +title: EmfSetViewportExtEx.Extent second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetViewportExtEx property. Gets or sets a 64bit WMF SizeL object MSWMF section 2.2.2.22 that specifies the horizontal and vertical extents in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportextex/extent/ @@ -16,9 +16,9 @@ public Size Extent { get; set; } ### See Also -* struct [Size](../../../aspose.imaging/size) -* class [EmfSetViewportExtEx](../../emfsetviewportextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportextex) +* struct [Size](../../../aspose.imaging/size/) +* class [EmfSetViewportExtEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/_index.md index 84f6038a7d62..f75ff229ebde 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetViewportOrgEx +title: Class EmfSetViewportOrgEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetViewportOrgEx class. The EMR_SETVIEWPORTORGEX record defines the viewport origin type: docs weight: 4540 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/ @@ -18,21 +18,21 @@ public sealed class EmfSetViewportOrgEx : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetViewportOrgEx](emfsetviewportorgex)() | Initializes a new instance of the [`EmfSetViewportOrgEx`](../emfsetviewportorgex) class. | -| [EmfSetViewportOrgEx](emfsetviewportorgex)(EmfRecord) | Initializes a new instance of the [`EmfSetViewportOrgEx`](../emfsetviewportorgex) class. | +| [EmfSetViewportOrgEx](emfsetviewportorgex/#constructor)() | Initializes a new instance of the `EmfSetViewportOrgEx` class. | +| [EmfSetViewportOrgEx](emfsetviewportorgex/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetViewportOrgEx` class. | ## Properties | Name | Description | | --- | --- | -| [Origin](../../aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/origin) { get; set; } | Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the window horizontal and vertical origin in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Origin](../../aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/origin/) { get; set; } | Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the window horizontal and vertical origin in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/emfsetviewportorgex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/emfsetviewportorgex/_index.md index f70887443894..d8eff65bd90d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/emfsetviewportorgex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/emfsetviewportorgex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetViewportOrgEx +title: EmfSetViewportOrgEx.EmfSetViewportOrgEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetViewportOrgEx constructor. Initializes a new instance of the EmfSetViewportOrgEx class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/emfsetviewportorgex/ --- -## EmfSetViewportOrgEx constructor (1 of 2) +## EmfSetViewportOrgEx(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetViewportOrgEx`](../../emfsetviewportorgex) class. +Initializes a new instance of the [`EmfSetViewportOrgEx`](../) class. ```csharp public EmfSetViewportOrgEx(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetViewportOrgEx(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetViewportOrgEx](../../emfsetviewportorgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportorgex) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetViewportOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportorgex/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetViewportOrgEx constructor (2 of 2) +## EmfSetViewportOrgEx() {#constructor} -Initializes a new instance of the [`EmfSetViewportOrgEx`](../../emfsetviewportorgex) class. +Initializes a new instance of the [`EmfSetViewportOrgEx`](../) class. ```csharp public EmfSetViewportOrgEx() @@ -37,8 +37,8 @@ public EmfSetViewportOrgEx() ### See Also -* class [EmfSetViewportOrgEx](../../emfsetviewportorgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportorgex) +* class [EmfSetViewportOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportorgex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/origin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/origin/_index.md index 6ea148abdc92..d7eb00d5121e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/origin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/origin/_index.md @@ -1,7 +1,7 @@ --- -title: Origin +title: EmfSetViewportOrgEx.Origin second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetViewportOrgEx property. Gets or sets a 64bit WMF PointL object MSWMF section 2.2.2.15 that specifies the window horizontal and vertical origin in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetviewportorgex/origin/ @@ -16,9 +16,9 @@ public Point Origin { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfSetViewportOrgEx](../../emfsetviewportorgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportorgex) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfSetViewportOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetviewportorgex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/_index.md index b6c62013189d..4371d7e0b8f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetWindowExtEx +title: Class EmfSetWindowExtEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetWindowExtEx class. The EMR_SETWINDOWEXTEX record defines the window extent type: docs weight: 4550 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/ @@ -18,21 +18,21 @@ public sealed class EmfSetWindowExtEx : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetWindowExtEx](emfsetwindowextex)() | Initializes a new instance of the [`EmfSetWindowExtEx`](../emfsetwindowextex) class. | -| [EmfSetWindowExtEx](emfsetwindowextex)(EmfRecord) | Initializes a new instance of the [`EmfSetWindowExtEx`](../emfsetwindowextex) class. | +| [EmfSetWindowExtEx](emfsetwindowextex/#constructor)() | Initializes a new instance of the `EmfSetWindowExtEx` class. | +| [EmfSetWindowExtEx](emfsetwindowextex/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetWindowExtEx` class. | ## Properties | Name | Description | | --- | --- | -| [Extent](../../aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/extent) { get; set; } | Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Extent](../../aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/extent/) { get; set; } | Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/emfsetwindowextex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/emfsetwindowextex/_index.md index 3b070ef7466b..c840083654b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/emfsetwindowextex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/emfsetwindowextex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetWindowExtEx +title: EmfSetWindowExtEx.EmfSetWindowExtEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetWindowExtEx constructor. Initializes a new instance of the EmfSetWindowExtEx class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/emfsetwindowextex/ --- -## EmfSetWindowExtEx constructor (1 of 2) +## EmfSetWindowExtEx(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetWindowExtEx`](../../emfsetwindowextex) class. +Initializes a new instance of the [`EmfSetWindowExtEx`](../) class. ```csharp public EmfSetWindowExtEx(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetWindowExtEx(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetWindowExtEx](../../emfsetwindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindowextex) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetWindowExtEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindowextex/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetWindowExtEx constructor (2 of 2) +## EmfSetWindowExtEx() {#constructor} -Initializes a new instance of the [`EmfSetWindowExtEx`](../../emfsetwindowextex) class. +Initializes a new instance of the [`EmfSetWindowExtEx`](../) class. ```csharp public EmfSetWindowExtEx() @@ -37,8 +37,8 @@ public EmfSetWindowExtEx() ### See Also -* class [EmfSetWindowExtEx](../../emfsetwindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindowextex) +* class [EmfSetWindowExtEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindowextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/extent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/extent/_index.md index fc7f3a9284ac..006b6ab8ef46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/extent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/extent/_index.md @@ -1,7 +1,7 @@ --- -title: Extent +title: EmfSetWindowExtEx.Extent second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetWindowExtEx property. Gets or sets a 64bit WMF SizeL object MSWMF section 2.2.2.22 that specifies the horizontal and vertical extents in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetwindowextex/extent/ @@ -16,9 +16,9 @@ public Size Extent { get; set; } ### See Also -* struct [Size](../../../aspose.imaging/size) -* class [EmfSetWindowExtEx](../../emfsetwindowextex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindowextex) +* struct [Size](../../../aspose.imaging/size/) +* class [EmfSetWindowExtEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindowextex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/_index.md index 1428cb6bb327..3c89248e0b9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetWindowOrgEx +title: Class EmfSetWindowOrgEx second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetWindowOrgEx class. The EMR_SETWINDOWORGEX record defines the window origin type: docs weight: 4560 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/ @@ -18,21 +18,21 @@ public sealed class EmfSetWindowOrgEx : EmfStateRecordType | Name | Description | | --- | --- | -| [EmfSetWindowOrgEx](emfsetwindoworgex)() | Initializes a new instance of the [`EmfSetWindowOrgEx`](../emfsetwindoworgex) class. | -| [EmfSetWindowOrgEx](emfsetwindoworgex)(EmfRecord) | Initializes a new instance of the [`EmfSetWindowOrgEx`](../emfsetwindoworgex) class. | +| [EmfSetWindowOrgEx](emfsetwindoworgex/#constructor)() | Initializes a new instance of the `EmfSetWindowOrgEx` class. | +| [EmfSetWindowOrgEx](emfsetwindoworgex/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetWindowOrgEx` class. | ## Properties | Name | Description | | --- | --- | -| [Origin](../../aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/origin) { get; set; } | Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the window horizontal and vertical origin in logical units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Origin](../../aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/origin/) { get; set; } | Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the window horizontal and vertical origin in logical units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfStateRecordType](../emfstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfStateRecordType](../emfstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/emfsetwindoworgex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/emfsetwindoworgex/_index.md index e605c51674a0..f70ff2d1a781 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/emfsetwindoworgex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/emfsetwindoworgex/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetWindowOrgEx +title: EmfSetWindowOrgEx.EmfSetWindowOrgEx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetWindowOrgEx constructor. Initializes a new instance of the EmfSetWindowOrgEx class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/emfsetwindoworgex/ --- -## EmfSetWindowOrgEx constructor (1 of 2) +## EmfSetWindowOrgEx(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetWindowOrgEx`](../../emfsetwindoworgex) class. +Initializes a new instance of the [`EmfSetWindowOrgEx`](../) class. ```csharp public EmfSetWindowOrgEx(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetWindowOrgEx(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetWindowOrgEx](../../emfsetwindoworgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindoworgex) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetWindowOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindoworgex/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetWindowOrgEx constructor (2 of 2) +## EmfSetWindowOrgEx() {#constructor} -Initializes a new instance of the [`EmfSetWindowOrgEx`](../../emfsetwindoworgex) class. +Initializes a new instance of the [`EmfSetWindowOrgEx`](../) class. ```csharp public EmfSetWindowOrgEx() @@ -37,8 +37,8 @@ public EmfSetWindowOrgEx() ### See Also -* class [EmfSetWindowOrgEx](../../emfsetwindoworgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindoworgex) +* class [EmfSetWindowOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindoworgex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/origin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/origin/_index.md index 7f8a7eb7107d..119907665250 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/origin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/origin/_index.md @@ -1,7 +1,7 @@ --- -title: Origin +title: EmfSetWindowOrgEx.Origin second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetWindowOrgEx property. Gets or sets a 64bit WMF PointL object MSWMF section 2.2.2.15 that specifies the window horizontal and vertical origin in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetwindoworgex/origin/ @@ -16,9 +16,9 @@ public Point Origin { get; set; } ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [EmfSetWindowOrgEx](../../emfsetwindoworgex) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindoworgex) +* struct [Point](../../../aspose.imaging/point/) +* class [EmfSetWindowOrgEx](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetwindoworgex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/_index.md index 24f5397a5cd5..87e8c5b95330 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSetWorldTransform +title: Class EmfSetWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetWorldTransform class. The EMR_SETWORLDTRANSFORM record specifies a transform for the current worldspace to page space transform in the playback device context type: docs weight: 4570 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/ @@ -18,25 +18,25 @@ public sealed class EmfSetWorldTransform : EmfTransformRecordType | Name | Description | | --- | --- | -| [EmfSetWorldTransform](emfsetworldtransform)() | Initializes a new instance of the [`EmfSetWorldTransform`](../emfsetworldtransform) class. | -| [EmfSetWorldTransform](emfsetworldtransform)(EmfRecord) | Initializes a new instance of the [`EmfSetWorldTransform`](../emfsetworldtransform) class. | +| [EmfSetWorldTransform](emfsetworldtransform/#constructor)() | Initializes a new instance of the `EmfSetWorldTransform` class. | +| [EmfSetWorldTransform](emfsetworldtransform/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfSetWorldTransform` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Xform](../../aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform) { get; set; } | Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Xform](../../aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform/) { get; set; } | Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform. | -### Remarks +## Remarks For more information concerning transforms and coordinate spaces, see [MSDN-WRLDPGSPC]. See section 2.3.12 for the specification of other transform record types. ### See Also -* class [EmfTransformRecordType](../emftransformrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfTransformRecordType](../emftransformrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/emfsetworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/emfsetworldtransform/_index.md index c274dcc1553f..bd646ddcdd35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/emfsetworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/emfsetworldtransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSetWorldTransform +title: EmfSetWorldTransform.EmfSetWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSetWorldTransform constructor. Initializes a new instance of the EmfSetWorldTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsetworldtransform/emfsetworldtransform/ --- -## EmfSetWorldTransform constructor (1 of 2) +## EmfSetWorldTransform(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfSetWorldTransform`](../../emfsetworldtransform) class. +Initializes a new instance of the [`EmfSetWorldTransform`](../) class. ```csharp public EmfSetWorldTransform(EmfRecord source) @@ -20,16 +20,16 @@ public EmfSetWorldTransform(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSetWorldTransform](../../emfsetworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetworldtransform) +* class [EmfRecord](../../emfrecord/) +* class [EmfSetWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetworldtransform/) * assembly [Aspose.Imaging](../../../) --- -## EmfSetWorldTransform constructor (2 of 2) +## EmfSetWorldTransform() {#constructor} -Initializes a new instance of the [`EmfSetWorldTransform`](../../emfsetworldtransform) class. +Initializes a new instance of the [`EmfSetWorldTransform`](../) class. ```csharp public EmfSetWorldTransform() @@ -37,8 +37,8 @@ public EmfSetWorldTransform() ### See Also -* class [EmfSetWorldTransform](../../emfsetworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetworldtransform) +* class [EmfSetWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsetworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/_index.md index 613d4219eb45..f9b9d0dcea34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSmallTextOut +title: Class EmfSmallTextOut second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSmallTextOut class. The EMR_SMALLTEXTOUT record outputs a string type: docs weight: 4580 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/ @@ -18,32 +18,32 @@ public sealed class EmfSmallTextOut : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfSmallTextOut](emfsmalltextout)(EmfRecord) | Initializes a new instance of the [`EmfSmallTextOut`](../emfsmalltextout) class. | +| [EmfSmallTextOut](emfsmalltextout/)(EmfRecord) | Initializes a new instance of the `EmfSmallTextOut` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/bounds) { get; set; } | Gets or sets an optional, 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | -| [CChars](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/cchars) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the number of 16-bit characters in the string. The string is NOT null-terminated. | -| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/exscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies how much to scale the text in the x-direction. | -| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/eyscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies how much to scale the text in the y-direction. | -| [FuOptions](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/fuoptions) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the text output options to use. These options are specified by one or a combination of values from the ExtTextOutOptions enumeration (section 2.1.11). | -| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/igraphicsmode) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the graphics mode, from the GraphicsMode enumeration (section 2.1.16). | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [TextString](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/textstring) { get; set; } | Gets or sets a variable-length string that contains the text string to draw, in either 8-bit or 16-bit character codes, according to the value of the fuOptions field. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [X](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/x) { get; set; } | Gets or sets a 32-bit signed integer specifying the x-coordinate of where to place the string. | -| [Y](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/y) { get; set; } | Gets or sets a 32-bit signed integer specifying the y-coordinate of where to place the string. | - -### Remarks +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/bounds/) { get; set; } | Gets or sets an optional, 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units. | +| [CChars](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/cchars/) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the number of 16-bit characters in the string. The string is NOT null-terminated. | +| [ExScale](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/exscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies how much to scale the text in the x-direction. | +| [EyScale](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/eyscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies how much to scale the text in the y-direction. | +| [FuOptions](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/fuoptions/) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the text output options to use. These options are specified by one or a combination of values from the ExtTextOutOptions enumeration (section 2.1.11). | +| [IGraphicsMode](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/igraphicsmode/) { get; set; } | Gets or sets a 32-bit unsigned integer specifying the graphics mode, from the GraphicsMode enumeration (section 2.1.16). | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [TextString](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/textstring/) { get; set; } | Gets or sets a variable-length string that contains the text string to draw, in either 8-bit or 16-bit character codes, according to the value of the fuOptions field. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [X](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/x/) { get; set; } | Gets or sets a 32-bit signed integer specifying the x-coordinate of where to place the string. | +| [Y](../../aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/y/) { get; set; } | Gets or sets a 32-bit signed integer specifying the y-coordinate of where to place the string. | + +## Remarks If ETO_SMALL_CHARS is set in the fuOptions field, TextString contains 8-bit codes for characters, derived from the low bytes of 16-bit Unicode UTF16-LE character codes, in which the high byte is assumed to be 0. If ETO_NO_RECT is set in the fuOptions field, the Bounds field is not included in the record. ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/bounds/_index.md index 397cab421883..e930b74c922e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfSmallTextOut.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets an optional 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/cchars/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/cchars/_index.md index c453bb423b54..602f1bffa21c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/cchars/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/cchars/_index.md @@ -1,7 +1,7 @@ --- -title: CChars +title: EmfSmallTextOut.CChars second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets a 32bit unsigned integer specifying the number of 16bit characters in the string. The string is NOT nullterminated type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/cchars/ @@ -16,8 +16,8 @@ public int CChars { get; set; } ### See Also -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/emfsmalltextout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/emfsmalltextout/_index.md index d4dcdbce36dd..a9c0910a4182 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/emfsmalltextout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/emfsmalltextout/_index.md @@ -1,14 +1,14 @@ --- -title: EmfSmallTextOut +title: EmfSmallTextOut.EmfSmallTextOut second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut constructor. Initializes a new instance of the EmfSmallTextOut class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/emfsmalltextout/ --- ## EmfSmallTextOut constructor -Initializes a new instance of the [`EmfSmallTextOut`](../../emfsmalltextout) class. +Initializes a new instance of the [`EmfSmallTextOut`](../) class. ```csharp public EmfSmallTextOut(EmfRecord source) @@ -20,9 +20,9 @@ public EmfSmallTextOut(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* class [EmfRecord](../../emfrecord/) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/exscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/exscale/_index.md index 19af9a9ec918..a66215c6bbe9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/exscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/exscale/_index.md @@ -1,7 +1,7 @@ --- -title: ExScale +title: EmfSmallTextOut.ExScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets a 32bit floatingpoint value that specifies how much to scale the text in the xdirection type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/exscale/ @@ -16,8 +16,8 @@ public float ExScale { get; set; } ### See Also -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/eyscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/eyscale/_index.md index bcd0715df19d..b98368b1d7c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/eyscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/eyscale/_index.md @@ -1,7 +1,7 @@ --- -title: EyScale +title: EmfSmallTextOut.EyScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets a 32bit floatingpoint value that specifies how much to scale the text in the ydirection type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/eyscale/ @@ -16,8 +16,8 @@ public float EyScale { get; set; } ### See Also -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/fuoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/fuoptions/_index.md index c8d4619d7f74..4ae4b60efee2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/fuoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/fuoptions/_index.md @@ -1,7 +1,7 @@ --- -title: FuOptions +title: EmfSmallTextOut.FuOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets a 32bit unsigned integer specifying the text output options to use. These options are specified by one or a combination of values from the ExtTextOutOptions enumeration section 2.1.11 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/fuoptions/ @@ -16,9 +16,9 @@ public EmfExtTextOutOptions FuOptions { get; set; } ### See Also -* enum [EmfExtTextOutOptions](../../../aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions) -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* enum [EmfExtTextOutOptions](../../../aspose.imaging.fileformats.emf.emf.consts/emfexttextoutoptions/) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/igraphicsmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/igraphicsmode/_index.md index 47b449b21dea..4b02341c8dee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/igraphicsmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/igraphicsmode/_index.md @@ -1,7 +1,7 @@ --- -title: IGraphicsMode +title: EmfSmallTextOut.IGraphicsMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets a 32bit unsigned integer specifying the graphics mode from the GraphicsMode enumeration section 2.1.16 type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/igraphicsmode/ @@ -16,9 +16,9 @@ public EmfGraphicsMode IGraphicsMode { get; set; } ### See Also -* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode) -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* enum [EmfGraphicsMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfgraphicsmode/) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/textstring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/textstring/_index.md index 5ffe166c5906..527b4b3445ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/textstring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/textstring/_index.md @@ -1,7 +1,7 @@ --- -title: TextString +title: EmfSmallTextOut.TextString second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets a variablelength string that contains the text string to draw in either 8bit or 16bit character codes according to the value of the fuOptions field type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/textstring/ @@ -16,8 +16,8 @@ public string TextString { get; set; } ### See Also -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/x/_index.md index a0e82f397e0a..451eba4020e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/x/_index.md @@ -1,7 +1,7 @@ --- -title: X +title: EmfSmallTextOut.X second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets a 32bit signed integer specifying the xcoordinate of where to place the string type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/x/ @@ -16,8 +16,8 @@ public int X { get; set; } ### See Also -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/y/_index.md index cb077ab4eda7..117e3a916dee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/y/_index.md @@ -1,7 +1,7 @@ --- -title: Y +title: EmfSmallTextOut.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfSmallTextOut property. Gets or sets a 32bit signed integer specifying the ycoordinate of where to place the string type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfsmalltextout/y/ @@ -16,8 +16,8 @@ public int Y { get; set; } ### See Also -* class [EmfSmallTextOut](../../emfsmalltextout) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout) +* class [EmfSmallTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfsmalltextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstaterecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstaterecordtype/_index.md index cff7cfea1feb..409f4f0bc28e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstaterecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstaterecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfStateRecordType +title: Class EmfStateRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStateRecordType class. The state record types specify and manage graphics properties that define the state of the playback device context type: docs weight: 4590 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstaterecordtype/ @@ -18,13 +18,13 @@ public abstract class EmfStateRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/_index.md index dd1179baea3f..b03be3153087 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/_index.md @@ -1,7 +1,7 @@ --- -title: EmfStretchBlt +title: Class EmfStretchBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStretchBlt class. The EMR_STRETCHBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle optionally in combination with a brush pattern according to a specified raster operation stretching or compressing the output to fit the dimensions of the destination if necessary type: docs weight: 4600 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ @@ -18,36 +18,36 @@ public sealed class EmfStretchBlt : EmfBitmapRecordType | Name | Description | | --- | --- | -| [EmfStretchBlt](emfstretchblt)() | Initializes a new instance of the [`EmfStretchBlt`](../emfstretchblt) class. | -| [EmfStretchBlt](emfstretchblt)(EmfRecord) | Initializes a new instance of the [`EmfStretchBlt`](../emfstretchblt) class. | +| [EmfStretchBlt](emfstretchblt/#constructor)() | Initializes a new instance of the `EmfStretchBlt` class. | +| [EmfStretchBlt](emfstretchblt/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfStretchBlt` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32BkColorSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/argb32bkcolorsrc) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap. | -| [BitBltRasterOperation](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bitbltrasteroperation) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the raster operation code. This code defines how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern, to achieve the final color | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | -| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. | -| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. | -| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. | -| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. | -| [DestRect](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/destrect) { get; set; } | Gets or sets the dest rect. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/sourcebitmap) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_STRETCHBLT record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [SrcRect](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/srcrect) { get; set; } | Gets or sets the source rect. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/usagesrc) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | -| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | -| [XformSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xformsrc) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | -| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | -| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | -| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | +| [Argb32BkColorSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/argb32bkcolorsrc/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap. | +| [BitBltRasterOperation](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bitbltrasteroperation/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the raster operation code. This code defines how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern, to achieve the final color | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | +| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. | +| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. | +| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. | +| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. | +| [DestRect](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/destrect/) { get; set; } | Gets or sets the dest rect. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/sourcebitmap/) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_STRETCHBLT record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [SrcRect](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/srcrect/) { get; set; } | Gets or sets the source rect. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/usagesrc/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | +| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | +| [XformSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xformsrc/) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | +| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | +| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | +| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | ### See Also -* class [EmfBitmapRecordType](../emfbitmaprecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfBitmapRecordType](../emfbitmaprecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/argb32bkcolorsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/argb32bkcolorsrc/_index.md index ad2171910124..c7c14f981b71 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/argb32bkcolorsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/argb32bkcolorsrc/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32BkColorSrc +title: EmfStretchBlt.Argb32BkColorSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 that specifies the background color of the source bitmap type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/argb32bkcolorsrc/ @@ -16,8 +16,8 @@ public int Argb32BkColorSrc { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bitbltrasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bitbltrasteroperation/_index.md index 84fb969137a3..181067e6eddb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bitbltrasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bitbltrasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: BitBltRasterOperation +title: EmfStretchBlt.BitBltRasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit unsigned integer that specifies the raster operation code. This code defines how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern to achieve the final color type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bitbltrasteroperation/ @@ -16,9 +16,9 @@ public WmfTernaryRasterOperation BitBltRasterOperation { get; set; } ### See Also -* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation) -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bounds/_index.md index 681a720448b7..01b5f4ba6443 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfStretchBlt.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines the destination bounding rectangle in device units type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxdest/_index.md index d1935e990ae6..40c55164c2c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxdest/_index.md @@ -1,7 +1,7 @@ --- -title: CxDest +title: EmfStretchBlt.CxDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit signed integer that specifies the logical width of the destination rectangle type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxdest/ @@ -16,8 +16,8 @@ public int CxDest { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxsrc/_index.md index 0a9e2de4021d..28a083bfee09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxsrc/_index.md @@ -1,7 +1,7 @@ --- -title: CxSrc +title: EmfStretchBlt.CxSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit signed integer that specifies the logical width of the source rectangle type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cxsrc/ @@ -16,8 +16,8 @@ public int CxSrc { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cydest/_index.md index bc8a66ee2f52..7d0687bfaa17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cydest/_index.md @@ -1,7 +1,7 @@ --- -title: CyDest +title: EmfStretchBlt.CyDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit signed integer that specifies the logical height of the destination rectangle type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cydest/ @@ -16,8 +16,8 @@ public int CyDest { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cysrc/_index.md index 1be6e2dc7a4b..ea81ca62e4fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cysrc/_index.md @@ -1,7 +1,7 @@ --- -title: CySrc +title: EmfStretchBlt.CySrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit signed integer that specifies the logical height of the source rectangle type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/cysrc/ @@ -16,8 +16,8 @@ public int CySrc { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/destrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/destrect/_index.md index b570e201095f..ceaa1a12954b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/destrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/destrect/_index.md @@ -1,7 +1,7 @@ --- -title: DestRect +title: EmfStretchBlt.DestRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets the dest rect type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/destrect/ @@ -20,9 +20,9 @@ The dest rect. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/emfstretchblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/emfstretchblt/_index.md index 04a958a30a01..c5814c36eda4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/emfstretchblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/emfstretchblt/_index.md @@ -1,14 +1,14 @@ --- -title: EmfStretchBlt +title: EmfStretchBlt.EmfStretchBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt constructor. Initializes a new instance of the EmfStretchBlt class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/emfstretchblt/ --- -## EmfStretchBlt constructor (1 of 2) +## EmfStretchBlt(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfStretchBlt`](../../emfstretchblt) class. +Initializes a new instance of the [`EmfStretchBlt`](../) class. ```csharp public EmfStretchBlt(EmfRecord source) @@ -20,16 +20,16 @@ public EmfStretchBlt(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfRecord](../../emfrecord/) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) --- -## EmfStretchBlt constructor (2 of 2) +## EmfStretchBlt() {#constructor} -Initializes a new instance of the [`EmfStretchBlt`](../../emfstretchblt) class. +Initializes a new instance of the [`EmfStretchBlt`](../) class. ```csharp public EmfStretchBlt() @@ -37,8 +37,8 @@ public EmfStretchBlt() ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/sourcebitmap/_index.md index 2bcb1771b022..6d94271bfb81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: EmfStretchBlt.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a buffer containing the source bitmap which is not required to be contiguous with the fixed portion of the EMR_STRETCHBLT record. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/sourcebitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap SourceBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/srcrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/srcrect/_index.md index 29ee3edd4b00..4d2c46949cff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/srcrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/srcrect/_index.md @@ -1,7 +1,7 @@ --- -title: SrcRect +title: EmfStretchBlt.SrcRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets the source rect type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/srcrect/ @@ -20,9 +20,9 @@ The source rect. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/usagesrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/usagesrc/_index.md index 22039ba7e593..da504e27a9b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/usagesrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/usagesrc/_index.md @@ -1,7 +1,7 @@ --- -title: UsageSrc +title: EmfStretchBlt.UsageSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/usagesrc/ @@ -16,9 +16,9 @@ public EmfDibColors UsageSrc { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xdest/_index.md index 607b01db4881..1a1ce8fd2b89 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: EmfStretchBlt.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the destination rectangle type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xdest/ @@ -16,8 +16,8 @@ public int XDest { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xformsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xformsrc/_index.md index 8a06f831b972..be9592ff9c3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xformsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xformsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XformSrc +title: EmfStretchBlt.XformSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets an XForm object section 2.2.28 that specifies a worldspace to pagespace transform to apply to the source bitmap type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xformsrc/ @@ -16,9 +16,9 @@ public Matrix XformSrc { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xsrc/_index.md index ed9205d17637..a049e3b96dc1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: EmfStretchBlt.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the source rectangle type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/xsrc/ @@ -16,8 +16,8 @@ public int XSrc { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ydest/_index.md index 96c21899631e..c24a4f554b2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: EmfStretchBlt.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the destination rectangle type: docs weight: 160 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ydest/ @@ -16,8 +16,8 @@ public int YDest { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ysrc/_index.md index 50d0fcec4958..dbd0d9dc2b58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: EmfStretchBlt.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the source rectangle type: docs weight: 170 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchblt/ysrc/ @@ -16,8 +16,8 @@ public int YSrc { get; set; } ### See Also -* class [EmfStretchBlt](../../emfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt) +* class [EmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/_index.md index 132c9967f686..ad73952de8e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/_index.md @@ -1,7 +1,7 @@ --- -title: EmfStretchDiBits +title: Class EmfStretchDiBits second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStretchDiBits class. The EMR_STRETCHDIBITS record specifies a block transfer of pixels from a source bitmap to a destination rectangle optionally in combination with a brush pattern according to a specified raster operation stretching or compressing the output to fit the dimensions of the destination if necessary type: docs weight: 4610 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ @@ -18,35 +18,35 @@ public sealed class EmfStretchDiBits : EmfBitmapRecordType | Name | Description | | --- | --- | -| [EmfStretchDiBits](emfstretchdibits)(EmfRecord) | Initializes a new instance of the [`EmfStretchDiBits`](../emfstretchdibits) class. | +| [EmfStretchDiBits](emfstretchdibits/)(EmfRecord) | Initializes a new instance of the `EmfStretchDiBits` class. | ## Properties | Name | Description | | --- | --- | -| [BitBltRasterOperation](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bitbltrasteroperation) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a raster operation code. These codes define how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern, to achieve the final color. | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | -| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. | -| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the width in pixels of the source rectangle. | -| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. | -| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height in pixels of the source rectangle. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/sourcebitmap) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_STRETCHDIBITS record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/usagesrc) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | -| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | -| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the x-coordinate in pixels of the upper-left corner of the source rectangle. | -| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | -| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the y-coordinate in pixels of the upper-left corner of the source rectangle. | - -### Remarks +| [BitBltRasterOperation](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bitbltrasteroperation/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a raster operation code. These codes define how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern, to achieve the final color. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | +| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. | +| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the width in pixels of the source rectangle. | +| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. | +| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the height in pixels of the source rectangle. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/sourcebitmap/) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_STRETCHDIBITS record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/usagesrc/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9). | +| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | +| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the x-coordinate in pixels of the upper-left corner of the source rectangle. | +| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | +| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the y-coordinate in pixels of the upper-left corner of the source rectangle. | + +## Remarks This record supports source images in JPEG and PNG formats. The Compression field in the source bitmap header specifies the image format. If the signs of the source and destination height and width fields differ, this record specifies a mirror-image copy of the source bitmap to the destination. That is, if cxSrc and cxDest have different signs, a mirror image of the source bitmap along the x-axis is specified. If cySrc and cyDest have different signs, a mirror image of the source bitmap along the y-axis is specified. ### See Also -* class [EmfBitmapRecordType](../emfbitmaprecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfBitmapRecordType](../emfbitmaprecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bitbltrasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bitbltrasteroperation/_index.md index f2b453d11997..5beb038abfb8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bitbltrasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bitbltrasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: BitBltRasterOperation +title: EmfStretchDiBits.BitBltRasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit unsigned integer that specifies a raster operation code. These codes define how the color data of the source rectangle is to be combined with the color data of the destination rectangle and optionally a brush pattern to achieve the final color type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bitbltrasteroperation/ @@ -16,9 +16,9 @@ public WmfTernaryRasterOperation BitBltRasterOperation { get; set; } ### See Also -* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation) -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bounds/_index.md index c39d36596fcf..0c12af02a9a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfStretchDiBits.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines the destination bounding rectangle in device units type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxdest/_index.md index 15acec293866..d41082e60979 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxdest/_index.md @@ -1,7 +1,7 @@ --- -title: CxDest +title: EmfStretchDiBits.CxDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit signed integer that specifies the logical width of the destination rectangle type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxdest/ @@ -16,8 +16,8 @@ public int CxDest { get; set; } ### See Also -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxsrc/_index.md index 97fd6f23747b..4cf7675ceed5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxsrc/_index.md @@ -1,7 +1,7 @@ --- -title: CxSrc +title: EmfStretchDiBits.CxSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit signed integer that specifies the width in pixels of the source rectangle type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cxsrc/ @@ -16,8 +16,8 @@ public int CxSrc { get; set; } ### See Also -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cydest/_index.md index 04404922bf60..8c0fb1750477 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cydest/_index.md @@ -1,7 +1,7 @@ --- -title: CyDest +title: EmfStretchDiBits.CyDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit signed integer that specifies the logical height of the destination rectangle type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cydest/ @@ -16,8 +16,8 @@ public int CyDest { get; set; } ### See Also -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cysrc/_index.md index 68f55324935d..004580b68cf8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cysrc/_index.md @@ -1,7 +1,7 @@ --- -title: CySrc +title: EmfStretchDiBits.CySrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit signed integer that specifies the height in pixels of the source rectangle type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/cysrc/ @@ -16,8 +16,8 @@ public int CySrc { get; set; } ### See Also -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/emfstretchdibits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/emfstretchdibits/_index.md index 37e487a73473..98288b931b6d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/emfstretchdibits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/emfstretchdibits/_index.md @@ -1,14 +1,14 @@ --- -title: EmfStretchDiBits +title: EmfStretchDiBits.EmfStretchDiBits second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits constructor. Initializes a new instance of the EmfStretchDiBits class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/emfstretchdibits/ --- ## EmfStretchDiBits constructor -Initializes a new instance of the [`EmfStretchDiBits`](../../emfstretchdibits) class. +Initializes a new instance of the [`EmfStretchDiBits`](../) class. ```csharp public EmfStretchDiBits(EmfRecord source) @@ -20,9 +20,9 @@ public EmfStretchDiBits(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfRecord](../../emfrecord/) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/sourcebitmap/_index.md index ebcb78b97235..630980d4c95f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: EmfStretchDiBits.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a buffer containing the source bitmap which is not required to be contiguous with the fixed portion of the EMR_STRETCHDIBITS record. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/sourcebitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap SourceBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/usagesrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/usagesrc/_index.md index af1d91d8b7d7..1c68ef512be4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/usagesrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/usagesrc/_index.md @@ -1,7 +1,7 @@ --- -title: UsageSrc +title: EmfStretchDiBits.UsageSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/usagesrc/ @@ -16,9 +16,9 @@ public EmfDibColors UsageSrc { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xdest/_index.md index 8b9f90409be1..512a3e6e1040 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: EmfStretchDiBits.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the destination rectangle type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xdest/ @@ -16,8 +16,8 @@ public int XDest { get; set; } ### See Also -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xsrc/_index.md index 41a3a827e07f..ed6f34e755f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: EmfStretchDiBits.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit signed integer that specifies the xcoordinate in pixels of the upperleft corner of the source rectangle type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/xsrc/ @@ -16,8 +16,8 @@ public int XSrc { get; set; } ### See Also -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ydest/_index.md index bc7efc2e4e64..b91741c9a979 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: EmfStretchDiBits.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the destination rectangle type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ydest/ @@ -16,8 +16,8 @@ public int YDest { get; set; } ### See Also -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ysrc/_index.md index 1ece9867d01f..145b1ee2af46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: EmfStretchDiBits.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStretchDiBits property. Gets or sets a 32bit signed integer that specifies the ycoordinate in pixels of the upperleft corner of the source rectangle type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstretchdibits/ysrc/ @@ -16,8 +16,8 @@ public int YSrc { get; set; } ### See Also -* class [EmfStretchDiBits](../../emfstretchdibits) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits) +* class [EmfStretchDiBits](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstretchdibits/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/_index.md index d693f891df85..2184aa458001 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfStrokeAndFillPath +title: Class EmfStrokeAndFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStrokeAndFillPath class. The EMR_STROKEANDFILLPATH record closes any open figures in a path strokes the outline of the path by using the current pen and fills its interior by using the current brush type: docs weight: 4620 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/ @@ -18,21 +18,21 @@ public sealed class EmfStrokeAndFillPath : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfStrokeAndFillPath](emfstrokeandfillpath)() | Initializes a new instance of the [`EmfStrokeAndFillPath`](../emfstrokeandfillpath) class. | -| [EmfStrokeAndFillPath](emfstrokeandfillpath)(EmfRecord) | Initializes a new instance of the [`EmfStrokeAndFillPath`](../emfstrokeandfillpath) class. | +| [EmfStrokeAndFillPath](emfstrokeandfillpath/#constructor)() | Initializes a new instance of the `EmfStrokeAndFillPath` class. | +| [EmfStrokeAndFillPath](emfstrokeandfillpath/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfStrokeAndFillPath` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/bounds/_index.md index a614ed3d7c96..ab9c6ab4bc05 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfStrokeAndFillPath.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStrokeAndFillPath property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfStrokeAndFillPath](../../emfstrokeandfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokeandfillpath) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfStrokeAndFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokeandfillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/emfstrokeandfillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/emfstrokeandfillpath/_index.md index a0c2062616ef..e3ad8f201cef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/emfstrokeandfillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/emfstrokeandfillpath/_index.md @@ -1,14 +1,14 @@ --- -title: EmfStrokeAndFillPath +title: EmfStrokeAndFillPath.EmfStrokeAndFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStrokeAndFillPath constructor. Initializes a new instance of the EmfStrokeAndFillPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstrokeandfillpath/emfstrokeandfillpath/ --- -## EmfStrokeAndFillPath constructor (1 of 2) +## EmfStrokeAndFillPath(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfStrokeAndFillPath`](../../emfstrokeandfillpath) class. +Initializes a new instance of the [`EmfStrokeAndFillPath`](../) class. ```csharp public EmfStrokeAndFillPath(EmfRecord source) @@ -20,16 +20,16 @@ public EmfStrokeAndFillPath(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfStrokeAndFillPath](../../emfstrokeandfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokeandfillpath) +* class [EmfRecord](../../emfrecord/) +* class [EmfStrokeAndFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokeandfillpath/) * assembly [Aspose.Imaging](../../../) --- -## EmfStrokeAndFillPath constructor (2 of 2) +## EmfStrokeAndFillPath() {#constructor} -Initializes a new instance of the [`EmfStrokeAndFillPath`](../../emfstrokeandfillpath) class. +Initializes a new instance of the [`EmfStrokeAndFillPath`](../) class. ```csharp public EmfStrokeAndFillPath() @@ -37,8 +37,8 @@ public EmfStrokeAndFillPath() ### See Also -* class [EmfStrokeAndFillPath](../../emfstrokeandfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokeandfillpath) +* class [EmfStrokeAndFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokeandfillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/_index.md index 28fa7e4b5234..8879d8321d75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfStrokePath +title: Class EmfStrokePath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStrokePath class. EMR_STROKEPATH class type: docs weight: 4630 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/ @@ -18,21 +18,21 @@ public sealed class EmfStrokePath : EmfDrawingRecordType | Name | Description | | --- | --- | -| [EmfStrokePath](emfstrokepath)() | Initializes a new instance of the [`EmfStrokePath`](../emfstrokepath) class. | -| [EmfStrokePath](emfstrokepath)(EmfRecord) | Initializes a new instance of the [`EmfStrokePath`](../emfstrokepath) class. | +| [EmfStrokePath](emfstrokepath/#constructor)() | Initializes a new instance of the `EmfStrokePath` class. | +| [EmfStrokePath](emfstrokepath/#constructor_1)(EmfRecord) | Initializes a new instance of the `EmfStrokePath` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfstrokepath/bounds) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emfstrokepath/bounds/) { get; set; } | Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfDrawingRecordType](../emfdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfDrawingRecordType](../emfdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/bounds/_index.md index 7cdbc22315d6..24768f274fe6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfStrokePath.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStrokePath property. Gets or sets a 128bit WMF RectL object MSWMF section 2.2.2.19 that specifies the bounding rectangle in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfStrokePath](../../emfstrokepath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokepath) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfStrokePath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokepath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/emfstrokepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/emfstrokepath/_index.md index 5e45a50a25dc..aa663a4eed38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/emfstrokepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/emfstrokepath/_index.md @@ -1,14 +1,14 @@ --- -title: EmfStrokePath +title: EmfStrokePath.EmfStrokePath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfStrokePath constructor. Initializes a new instance of the EmfStrokePath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfstrokepath/emfstrokepath/ --- -## EmfStrokePath constructor (1 of 2) +## EmfStrokePath(EmfRecord) {#constructor_1} -Initializes a new instance of the [`EmfStrokePath`](../../emfstrokepath) class. +Initializes a new instance of the [`EmfStrokePath`](../) class. ```csharp public EmfStrokePath(EmfRecord record) @@ -20,16 +20,16 @@ public EmfStrokePath(EmfRecord record) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfStrokePath](../../emfstrokepath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokepath) +* class [EmfRecord](../../emfrecord/) +* class [EmfStrokePath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokepath/) * assembly [Aspose.Imaging](../../../) --- -## EmfStrokePath constructor (2 of 2) +## EmfStrokePath() {#constructor} -Initializes a new instance of the [`EmfStrokePath`](../../emfstrokepath) class. +Initializes a new instance of the [`EmfStrokePath`](../) class. ```csharp public EmfStrokePath() @@ -37,8 +37,8 @@ public EmfStrokePath() ### See Also -* class [EmfStrokePath](../../emfstrokepath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokepath) +* class [EmfStrokePath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfstrokepath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/_index.md index 25c62709b8ae..960beae9589f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfTransformRecordType +title: Class EmfTransformRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfTransformRecordType class. The transform record types specify and modify worldspace to pagespace transforms type: docs weight: 4640 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/ @@ -18,14 +18,14 @@ public abstract class EmfTransformRecordType : EmfRecord | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [Xform](../../aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform) { get; set; } | Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [Xform](../../aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform/) { get; set; } | Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform. | ### See Also -* class [EmfRecord](../emfrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfRecord](../emfrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform/_index.md index 3f88a49a569a..563f74e72987 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform/_index.md @@ -1,7 +1,7 @@ --- -title: Xform +title: EmfTransformRecordType.Xform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransformRecordType property. Gets or sets an XForm object section 2.2.28 which defines a worldspace to page space transform type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransformrecordtype/xform/ @@ -16,9 +16,9 @@ public Matrix Xform { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfTransformRecordType](../../emftransformrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransformrecordtype) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfTransformRecordType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransformrecordtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/_index.md index 0d4ed01d5508..d0dce35fb4b7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/_index.md @@ -1,7 +1,7 @@ --- -title: EmfTransparentBlt +title: Class EmfTransparentBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfTransparentBlt class. The EMR_TRANSPARENTBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle treating a specified color as transparent stretching or compressing the output to fit the dimensions of the destination if necessary type: docs weight: 4650 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ @@ -18,33 +18,33 @@ public sealed class EmfTransparentBlt : EmfBitmapRecordType | Name | Description | | --- | --- | -| [EmfTransparentBlt](emftransparentblt)(EmfRecord) | Initializes a new instance of the [`EmfTransparentBlt`](../emftransparentblt) class. | +| [EmfTransparentBlt](emftransparentblt/)(EmfRecord) | Initializes a new instance of the `EmfTransparentBlt` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/bounds) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | -| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. | -| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. | -| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. | -| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/sourcebitmap) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_TRANSPARENTBLT record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | -| [SrcBkArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/srcbkargb32color) { get; set; } | Gets or sets a WMF ColorRef object that specifies the background color of the source bitmap. | -| [TransparentArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/transparentargb32color) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the color in the source bitmap to be treated as transparent. | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | -| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/usagesrc) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9) | -| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xdest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | -| [XformSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xformsrc) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | -| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xsrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | -| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ydest) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | -| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ysrc) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | +| [Bounds](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/bounds/) { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units. | +| [CxDest](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. | +| [CxSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. | +| [CyDest](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. | +| [CySrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [SourceBitmap](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/sourcebitmap/) { get; set; } | Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_TRANSPARENTBLT record. Accordingly, fields in this buffer that are labeled "UndefinedSpace" are optional and MUST be ignored. | +| [SrcBkArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/srcbkargb32color/) { get; set; } | Gets or sets a WMF ColorRef object that specifies the background color of the source bitmap. | +| [TransparentArgb32Color](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/transparentargb32color/) { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the color in the source bitmap to be treated as transparent. | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | +| [UsageSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/usagesrc/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9) | +| [XDest](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xdest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle. | +| [XformSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xformsrc/) { get; set; } | Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap. | +| [XSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xsrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle. | +| [YDest](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ydest/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle. | +| [YSrc](../../aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ysrc/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle. | ### See Also -* class [EmfBitmapRecordType](../emfbitmaprecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfBitmapRecordType](../emfbitmaprecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/bounds/_index.md index f53f26149332..dda93cbcbab8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: EmfTransparentBlt.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a WMF RectL object MSWMF section 2.2.2.19 that defines the destination bounding rectangle in device units type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxdest/_index.md index e0f57c2442b3..64083118a974 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxdest/_index.md @@ -1,7 +1,7 @@ --- -title: CxDest +title: EmfTransparentBlt.CxDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit signed integer that specifies the logical width of the destination rectangle type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxdest/ @@ -16,8 +16,8 @@ public int CxDest { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxsrc/_index.md index 49ffcbef5d3f..3e0c6d59b112 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxsrc/_index.md @@ -1,7 +1,7 @@ --- -title: CxSrc +title: EmfTransparentBlt.CxSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit signed integer that specifies the logical width of the source rectangle type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cxsrc/ @@ -16,8 +16,8 @@ public int CxSrc { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cydest/_index.md index f51f4fdb4aa9..b4f385e45cac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cydest/_index.md @@ -1,7 +1,7 @@ --- -title: CyDest +title: EmfTransparentBlt.CyDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit signed integer that specifies the logical height of the destination rectangle type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cydest/ @@ -16,8 +16,8 @@ public int CyDest { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cysrc/_index.md index ffc7ffe33a98..8d4d14715037 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cysrc/_index.md @@ -1,7 +1,7 @@ --- -title: CySrc +title: EmfTransparentBlt.CySrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit signed integer that specifies the logical height of the source rectangle type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/cysrc/ @@ -16,8 +16,8 @@ public int CySrc { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/emftransparentblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/emftransparentblt/_index.md index f4f5116223b9..9a521b9b0aca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/emftransparentblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/emftransparentblt/_index.md @@ -1,14 +1,14 @@ --- -title: EmfTransparentBlt +title: EmfTransparentBlt.EmfTransparentBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt constructor. Initializes a new instance of the EmfTransparentBlt class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/emftransparentblt/ --- ## EmfTransparentBlt constructor -Initializes a new instance of the [`EmfTransparentBlt`](../../emftransparentblt) class. +Initializes a new instance of the [`EmfTransparentBlt`](../) class. ```csharp public EmfTransparentBlt(EmfRecord source) @@ -20,9 +20,9 @@ public EmfTransparentBlt(EmfRecord source) ### See Also -* class [EmfRecord](../../emfrecord) -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfRecord](../../emfrecord/) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/sourcebitmap/_index.md index 54d52f190ac0..ec4616114e5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: EmfTransparentBlt.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a buffer containing the source bitmap which is not required to be contiguous with the fixed portion of the EMR_TRANSPARENTBLT record. Accordingly fields in this buffer that are labeled UndefinedSpace are optional and MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/sourcebitmap/ @@ -16,9 +16,9 @@ public WmfDeviceIndependentBitmap SourceBitmap { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap) -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [WmfDeviceIndependentBitmap](../../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/srcbkargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/srcbkargb32color/_index.md index ce8a22e379ba..ec0036e28fdd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/srcbkargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/srcbkargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: SrcBkArgb32Color +title: EmfTransparentBlt.SrcBkArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a WMF ColorRef object that specifies the background color of the source bitmap type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/srcbkargb32color/ @@ -16,8 +16,8 @@ public int SrcBkArgb32Color { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/transparentargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/transparentargb32color/_index.md index 86c390c180e9..d1b79b0de8b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/transparentargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/transparentargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: TransparentArgb32Color +title: EmfTransparentBlt.TransparentArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a WMF ColorRef object MSWMF section 2.2.2.8 that specifies the color in the source bitmap to be treated as transparent type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/transparentargb32color/ @@ -16,8 +16,8 @@ public int TransparentArgb32Color { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/usagesrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/usagesrc/_index.md index 77342c9a9c5a..e3f0cf995553 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/usagesrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/usagesrc/_index.md @@ -1,7 +1,7 @@ --- -title: UsageSrc +title: EmfTransparentBlt.UsageSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration section 2.1.9 type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/usagesrc/ @@ -16,9 +16,9 @@ public EmfDibColors UsageSrc { get; set; } ### See Also -* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors) -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* enum [EmfDibColors](../../../aspose.imaging.fileformats.emf.emf.consts/emfdibcolors/) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xdest/_index.md index 7ee14ea6a0d2..ecef060b3bb4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: EmfTransparentBlt.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the destination rectangle type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xdest/ @@ -16,8 +16,8 @@ public int XDest { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xformsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xformsrc/_index.md index cc3481b93537..c51235f95c6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xformsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xformsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XformSrc +title: EmfTransparentBlt.XformSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets an XForm object section 2.2.28 that specifies a worldspace to pagespace transform to apply to the source bitmap type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xformsrc/ @@ -16,9 +16,9 @@ public Matrix XformSrc { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xsrc/_index.md index c108dbc33f58..a554395f02c0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: EmfTransparentBlt.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit signed integer that specifies the logical xcoordinate of the upperleft corner of the source rectangle type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/xsrc/ @@ -16,8 +16,8 @@ public int XSrc { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ydest/_index.md index 5a5e194b42e1..2345f8a15bc6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: EmfTransparentBlt.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the destination rectangle type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ydest/ @@ -16,8 +16,8 @@ public int YDest { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ysrc/_index.md index f2e362f19320..f3e864cf634f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: EmfTransparentBlt.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfTransparentBlt property. Gets or sets a 32bit signed integer that specifies the logical ycoordinate of the upperleft corner of the source rectangle type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emf.records/emftransparentblt/ysrc/ @@ -16,8 +16,8 @@ public int YSrc { get; set; } ### See Also -* class [EmfTransparentBlt](../../emftransparentblt) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt) +* class [EmfTransparentBlt](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emftransparentblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/_index.md index 0c1266a5d40d..b08bdbf68796 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfVertexData +title: Class EmfVertexData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfVertexData class. Objects that specify the vertexes of either rectangles or triangles and the colors that correspond to them type: docs weight: 4660 url: /net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/ @@ -18,19 +18,19 @@ public sealed class EmfVertexData | Name | Description | | --- | --- | -| [EmfVertexData](emfvertexdata)() | The default constructor. | +| [EmfVertexData](emfvertexdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [VertexIndexes](../../aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexindexes) { get; set; } | Gets or sets an array of nTri GradientRectangle objects (section 2.2.7) or GradientTriangle objects (section 2.2.8), depending on the value of the ulMode field. Each object specifies indexes into the array of TriVertex objects in the VertexObjects field. | -| [VertexObjects](../../aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexobjects) { get; set; } | Gets or sets an array of nVer TriVertex objects (section 2.2.26). Each object specifies the position and color of a vertex of either a rectangle or a triangle, depending on the value of the ulMode field. | -| [VertexPadding](../../aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexpadding) { get; set; } | Gets or sets an optional variable-length array of nTri times four bytes that MUST be present if the value of the ulMode field indicates GradientRectangle objects (section 2.2.7). If the value of the ulMode field indicates GradientTriangle objects (section 2.2.8), no VertexPadding is present. This field MUST be ignored. | +| [VertexIndexes](../../aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexindexes/) { get; set; } | Gets or sets an array of nTri GradientRectangle objects (section 2.2.7) or GradientTriangle objects (section 2.2.8), depending on the value of the ulMode field. Each object specifies indexes into the array of TriVertex objects in the VertexObjects field. | +| [VertexObjects](../../aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexobjects/) { get; set; } | Gets or sets an array of nVer TriVertex objects (section 2.2.26). Each object specifies the position and color of a vertex of either a rectangle or a triangle, depending on the value of the ulMode field. | +| [VertexPadding](../../aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexpadding/) { get; set; } | Gets or sets an optional variable-length array of nTri times four bytes that MUST be present if the value of the ulMode field indicates GradientRectangle objects (section 2.2.7). If the value of the ulMode field indicates GradientTriangle objects (section 2.2.8), no VertexPadding is present. This field MUST be ignored. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/emfvertexdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/emfvertexdata/_index.md index ea66457b29d3..9340b3727f58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/emfvertexdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/emfvertexdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfVertexData +title: EmfVertexData.EmfVertexData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfVertexData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/emfvertexdata/ @@ -16,8 +16,8 @@ public EmfVertexData() ### See Also -* class [EmfVertexData](../../emfvertexdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfvertexdata) +* class [EmfVertexData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfvertexdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexindexes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexindexes/_index.md index 22fee1683436..0e85de3c4f5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexindexes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexindexes/_index.md @@ -1,7 +1,7 @@ --- -title: VertexIndexes +title: EmfVertexData.VertexIndexes second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfVertexData property. Gets or sets an array of nTri GradientRectangle objects section 2.2.7 or GradientTriangle objects section 2.2.8 depending on the value of the ulMode field. Each object specifies indexes into the array of TriVertex objects in the VertexObjects field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexindexes/ @@ -16,9 +16,9 @@ public EmfGradientRectangle[] VertexIndexes { get; set; } ### See Also -* class [EmfGradientRectangle](../../../aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle) -* class [EmfVertexData](../../emfvertexdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfvertexdata) +* class [EmfGradientRectangle](../../../aspose.imaging.fileformats.emf.emf.objects/emfgradientrectangle/) +* class [EmfVertexData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfvertexdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexobjects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexobjects/_index.md index 4dae27ed6df9..1003736115f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexobjects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexobjects/_index.md @@ -1,7 +1,7 @@ --- -title: VertexObjects +title: EmfVertexData.VertexObjects second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfVertexData property. Gets or sets an array of nVer TriVertex objects section 2.2.26. Each object specifies the position and color of a vertex of either a rectangle or a triangle depending on the value of the ulMode field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexobjects/ @@ -16,9 +16,9 @@ public EmfTriVertex[] VertexObjects { get; set; } ### See Also -* class [EmfTriVertex](../../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex) -* class [EmfVertexData](../../emfvertexdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfvertexdata) +* class [EmfTriVertex](../../../aspose.imaging.fileformats.emf.emf.objects/emftrivertex/) +* class [EmfVertexData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfvertexdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexpadding/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexpadding/_index.md index 5f029d992dfc..e33bfb495fe1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexpadding/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexpadding/_index.md @@ -1,7 +1,7 @@ --- -title: VertexPadding +title: EmfVertexData.VertexPadding second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfVertexData property. Gets or sets an optional variablelength array of nTri times four bytes that MUST be present if the value of the ulMode field indicates GradientRectangle objects section 2.2.7. If the value of the ulMode field indicates GradientTriangle objects section 2.2.8 no VertexPadding is present. This field MUST be ignored type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emf.records/emfvertexdata/vertexpadding/ @@ -16,8 +16,8 @@ public byte[] VertexPadding { get; set; } ### See Also -* class [EmfVertexData](../../emfvertexdata) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfvertexdata) +* class [EmfVertexData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfvertexdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/_index.md index fa958c9e2655..30561bfe2cea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfWidenPath +title: Class EmfWidenPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfWidenPath class. This record redefines the current path as the area that would be painted if the path were drawn using the pen currently selected into the playback device context type: docs weight: 4670 url: /net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/ @@ -18,19 +18,19 @@ public sealed class EmfWidenPath : EmfPathBracketRecordType | Name | Description | | --- | --- | -| [EmfWidenPath](emfwidenpath)() | The default constructor. | +| [EmfWidenPath](emfwidenpath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size) { get; set; } | Gets or sets the size of the record | -| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type) { get; set; } | Gets or sets the type. | +| [Size](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/size/) { get; set; } | Gets or sets the size of the record | +| [Type](../../aspose.imaging.fileformats.emf.emf.records/emfrecord/type/) { get; set; } | Gets or sets the type. | ### See Also -* class [EmfPathBracketRecordType](../emfpathbracketrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records) +* class [EmfPathBracketRecordType](../emfpathbracketrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../aspose.imaging.fileformats.emf.emf.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/emfwidenpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/emfwidenpath/_index.md index ce89d257ab2a..0de4ecd9adf3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/emfwidenpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/emfwidenpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfWidenPath +title: EmfWidenPath.EmfWidenPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfWidenPath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emf.records/emfwidenpath/emfwidenpath/ @@ -16,8 +16,8 @@ public EmfWidenPath() ### See Also -* class [EmfWidenPath](../../emfwidenpath) -* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfwidenpath) +* class [EmfWidenPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Emf.Records](../../emfwidenpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/_index.md index 03f29d875ff7..3300b763541e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-EMFPLUS Enhanced Metafile Format Plus Extensions 2.1 EMF Constants +description: The namespace contains types MSEMFPLUS Enhanced Metafile Format Plus Extensions 2.1 EMF Constants type: docs weight: 380 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/ @@ -12,54 +12,54 @@ The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensi | Class | Description | | --- | --- | -| [EmfPlusImageEffectsIdentifiers](./emfplusimageeffectsidentifiers) | The ImageEffects identifiers define standard GUIDs for specifying graphics image effects. These identifiers are used by device drivers to publish their levels of support for these effects. The identifier constants are defined using the GUID curly-braced string representation ([MS-DTYP] section 2.3.4.3). | +| [EmfPlusImageEffectsIdentifiers](./emfplusimageeffectsidentifiers/) | The ImageEffects identifiers define standard GUIDs for specifying graphics image effects. These identifiers are used by device drivers to publish their levels of support for these effects. The identifier constants are defined using the GUID curly-braced string representation ([MS-DTYP] section 2.3.4.3). | ## Enumeration | Enumeration | Description | | --- | --- | -| [EmfPlusBitmapDataType](./emfplusbitmapdatatype) | The BitmapDataType enumeration defines types of bitmap data formats. | -| [EmfPlusBrushDataFlags](./emfplusbrushdataflags) | The BrushData flags specify properties of graphics brushes, including the presence of optional data fields. These flags can be combined to specify multiple options. | -| [EmfPlusBrushType](./emfplusbrushtype) | The BrushType enumeration defines types of graphics brushes, which are used to fill graphics regions. | -| [EmfPlusCombineMode](./emfpluscombinemode) | The CombineMode enumeration defines modes for combining two graphics regions. In the following descriptions, the regions to be combined are referred to as the "existing" and "new" regions. | -| [EmfPlusCompositingMode](./emfpluscompositingmode) | The CompositingMode enumeration defines modes for combining source colors with background colors. The compositing mode represents the enable state of alpha blending. | -| [EmfPlusCompositingQuality](./emfpluscompositingquality) | The CompositingQuality enumeration defines levels of quality for creating composite images | -| [EmfPlusCurveAdjustments](./emfpluscurveadjustments) | The CurveAdjustments enumeration defines adjustments that can be applied to the color curve of an image. | -| [EmfPlusCurveChannel](./emfpluscurvechannel) | The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to an image. | -| [EmfPlusCustomLineCapDataFlags](./emfpluscustomlinecapdataflags) | The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options. | -| [EmfPlusCustomLineCapDataType](./emfpluscustomlinecapdatatype) | The CustomLineCapDataType enumeration defines types of custom line cap data, which specify styles and shapes for the ends of graphics lines. | -| [EmfPlusDashedLineCapType](./emfplusdashedlinecaptype) | The DashedLineCapType enumeration defines types of line caps to use at the ends of dashed lines that are drawn with graphics pens. | -| [EmfPlusDriverStringOptionsFlags](./emfplusdriverstringoptionsflags) | The DriverStringOptions flags specify properties of graphics text positioning and rendering. These flags can be combined to specify multiple options. | -| [EmfPlusFilterType](./emfplusfiltertype) | The FilterType enumeration defines types of filtering algorithms that can be used for text and graphics quality enhancement and image rendering. | -| [EmfPlusFontStyleFlags](./emfplusfontstyleflags) | The FontStyle flags specify styles of graphics font typefaces. These flags can be combined to specify multiple options. | -| [EmfPlusGraphicsVersionEnum](./emfplusgraphicsversionenum) | The GraphicsVersion enumeration defines versions of operating system graphics that are used to create EMF+ metafiles. | -| [EmfPlusHatchStyle](./emfplushatchstyle) | The HatchStyle enumeration defines hatch patterns used by graphics brushes. A hatch pattern consists of a solid background color and lines drawn over the background. | -| [EmfPlusHotkeyPrefix](./emfplushotkeyprefix) | The HotkeyPrefix enumeration defines output options for hotkey prefixes in graphics text. | -| [EmfPlusImageDataType](./emfplusimagedatatype) | The ImageDataType enumeration defines types of image data formats. | -| [EmfPlusInterpolationMode](./emfplusinterpolationmode) | The InterpolationMode enumeration defines ways to perform scaling, including stretching and shrinking. | -| [EmfPlusLanguageIdentifierType](./emfpluslanguageidentifiertype) | The LanguageIdentifier enumeration defines identifiers for natural languages in locales, including countries, geographical regions, and administrative districts. | -| [EmfPlusLineCapType](./emfpluslinecaptype) | The LineCapType enumeration defines types of line caps to use at the ends of lines that are drawn with graphics pens. | -| [EmfPlusLineJoinType](./emfpluslinejointype) | The LineJoinType enumeration defines ways to join two lines that are drawn by the same graphics pen and whose ends meet. | -| [EmfPlusLineStyle](./emfpluslinestyle) | The LineStyle enumeration defines styles of lines that are drawn with graphics pens. | -| [EmfPlusMetafileDataType](./emfplusmetafiledatatype) | The MetafileDataType enumeration defines types of metafiles data that can be embedded in an EMF+ metafile. | -| [EmfPlusObjectClamp](./emfplusobjectclamp) | EmfPlusObjectClamp specifies the object clamping behavior. It is not used until this object is applied to an image being drawn. | -| [EmfPlusObjectType](./emfplusobjecttype) | The ObjectType enumeration defines types of graphics objects that can be created and used in graphics operations. | -| [EmfPlusPaletteStyleFlags](./emfpluspalettestyleflags) | The PaletteStyle flags specify properties of graphics palettes. These flags can be combined to specify multiple options. | -| [EmfPlusPathPointFlags](./emfpluspathpointflags) | A 32-bit unsigned integer that specifies how to interpret the points and associated point types that are defined by this object. C (1 bit): If set, the PathPoints array specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, the PathPoints array specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. Note If the P flag (below) is set, this flag MAY be clear and MUST be ignored. R (1 bit): If set, the point types in the PathPointTypes array are specified by EmfPlusPathPointTypeRle objects (section 2.2.2.32), which use run-length encoding (RLE) compression, and/or EmfPlusPathPointType objects (section 2.2.2.31). See [MS-WMF] section 3.1.6 for more information on RLE compression. If clear, the point types in the PathPointTypes array are specified by EmfPlusPathPointType objects. P (1 bit): If set, each element in the PathPoints array specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PathPoints, a previous location at coordinates (0,0) is assumed. If clear, each element in the PathPoints array specifies an absolute location. | -| [EmfPlusPathPointTypeEnum](./emfpluspathpointtypeenum) | The PathPointType enumeration defines types of points on a graphics path. | -| [EmfPlusPathPointTypeFlags](./emfpluspathpointtypeflags) | The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options. | -| [EmfPlusPenAlignment](./emfpluspenalignment) | The PenAlignment enumeration defines the distribution of the width of the pen with respect to the line being drawn. | -| [EmfPlusPenDataFlags](./emfpluspendataflags) | The PenData flags specify properties of graphics pens, including the presence of optional data fields. These flags can be combined to specify multiple options. | -| [EmfPlusPixelFormat](./emfpluspixelformat) | The PixelFormat enumeration defines pixel formats that are supported in EMF+ bitmaps. | -| [EmfPlusPixelOffsetMode](./emfpluspixeloffsetmode) | The PixelOffsetMode enumeration defines how pixels are offset, which specifies the trade-off between rendering speed and quality. | -| [EmfPlusRecordType](./emfplusrecordtype) | The RecordType enumeration defines record types used in EMF+ metafiles. | -| [EmfPlusRegionNodeDataType](./emfplusregionnodedatatype) | The RegionNodeDataType enumeration defines types of region node data. | -| [EmfPlusSmoothingMode](./emfplussmoothingmode) | The SmoothingMode enumeration defines smoothing modes to apply to lines, curves, and the edges of filled areas to make them appear more continuous or sharply defined. | -| [EmfPlusStringAlignment](./emfplusstringalignment) | The StringAlignment enumeration defines ways to align strings with respect to a text layout rectangle. | -| [EmfPlusStringDigitSubstitution](./emfplusstringdigitsubstitution) | The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a user's locale or language. | -| [EmfPlusStringFormatFlags](./emfplusstringformatflags) | The StringFormat flags specify options for graphics text layout, including direction, clipping and font handling. These flags can be combined to specify multiple options. | -| [EmfPlusStringTrimming](./emfplusstringtrimming) | The StringTrimming enumeration defines how to trim characters from a string that is too large for the text layout rectangle. | -| [EmfPlusTextRenderingHint](./emfplustextrenderinghint) | The TextRenderingHint enumeration defines types of text hinting and anti-aliasing, which affects the quality of text rendering. | -| [EmfPlusUnitType](./emfplusunittype) | The UnitType enumeration defines units of measurement in different coordinate systems. | -| [EmfPlusWrapMode](./emfpluswrapmode) | The WrapMode enumeration defines how the pattern from a texture or gradient brush is tiled across a shape or at shape boundaries, when it is smaller than the area being filled. | +| [EmfPlusBitmapDataType](./emfplusbitmapdatatype/) | The BitmapDataType enumeration defines types of bitmap data formats. | +| [EmfPlusBrushDataFlags](./emfplusbrushdataflags/) | The BrushData flags specify properties of graphics brushes, including the presence of optional data fields. These flags can be combined to specify multiple options. | +| [EmfPlusBrushType](./emfplusbrushtype/) | The BrushType enumeration defines types of graphics brushes, which are used to fill graphics regions. | +| [EmfPlusCombineMode](./emfpluscombinemode/) | The CombineMode enumeration defines modes for combining two graphics regions. In the following descriptions, the regions to be combined are referred to as the "existing" and "new" regions. | +| [EmfPlusCompositingMode](./emfpluscompositingmode/) | The CompositingMode enumeration defines modes for combining source colors with background colors. The compositing mode represents the enable state of alpha blending. | +| [EmfPlusCompositingQuality](./emfpluscompositingquality/) | The CompositingQuality enumeration defines levels of quality for creating composite images | +| [EmfPlusCurveAdjustments](./emfpluscurveadjustments/) | The CurveAdjustments enumeration defines adjustments that can be applied to the color curve of an image. | +| [EmfPlusCurveChannel](./emfpluscurvechannel/) | The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to an image. | +| [EmfPlusCustomLineCapDataFlags](./emfpluscustomlinecapdataflags/) | The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options. | +| [EmfPlusCustomLineCapDataType](./emfpluscustomlinecapdatatype/) | The CustomLineCapDataType enumeration defines types of custom line cap data, which specify styles and shapes for the ends of graphics lines. | +| [EmfPlusDashedLineCapType](./emfplusdashedlinecaptype/) | The DashedLineCapType enumeration defines types of line caps to use at the ends of dashed lines that are drawn with graphics pens. | +| [EmfPlusDriverStringOptionsFlags](./emfplusdriverstringoptionsflags/) | The DriverStringOptions flags specify properties of graphics text positioning and rendering. These flags can be combined to specify multiple options. | +| [EmfPlusFilterType](./emfplusfiltertype/) | The FilterType enumeration defines types of filtering algorithms that can be used for text and graphics quality enhancement and image rendering. | +| [EmfPlusFontStyleFlags](./emfplusfontstyleflags/) | The FontStyle flags specify styles of graphics font typefaces. These flags can be combined to specify multiple options. | +| [EmfPlusGraphicsVersionEnum](./emfplusgraphicsversionenum/) | The GraphicsVersion enumeration defines versions of operating system graphics that are used to create EMF+ metafiles. | +| [EmfPlusHatchStyle](./emfplushatchstyle/) | The HatchStyle enumeration defines hatch patterns used by graphics brushes. A hatch pattern consists of a solid background color and lines drawn over the background. | +| [EmfPlusHotkeyPrefix](./emfplushotkeyprefix/) | The HotkeyPrefix enumeration defines output options for hotkey prefixes in graphics text. | +| [EmfPlusImageDataType](./emfplusimagedatatype/) | The ImageDataType enumeration defines types of image data formats. | +| [EmfPlusInterpolationMode](./emfplusinterpolationmode/) | The InterpolationMode enumeration defines ways to perform scaling, including stretching and shrinking. | +| [EmfPlusLanguageIdentifierType](./emfpluslanguageidentifiertype/) | The LanguageIdentifier enumeration defines identifiers for natural languages in locales, including countries, geographical regions, and administrative districts. | +| [EmfPlusLineCapType](./emfpluslinecaptype/) | The LineCapType enumeration defines types of line caps to use at the ends of lines that are drawn with graphics pens. | +| [EmfPlusLineJoinType](./emfpluslinejointype/) | The LineJoinType enumeration defines ways to join two lines that are drawn by the same graphics pen and whose ends meet. | +| [EmfPlusLineStyle](./emfpluslinestyle/) | The LineStyle enumeration defines styles of lines that are drawn with graphics pens. | +| [EmfPlusMetafileDataType](./emfplusmetafiledatatype/) | The MetafileDataType enumeration defines types of metafiles data that can be embedded in an EMF+ metafile. | +| [EmfPlusObjectClamp](./emfplusobjectclamp/) | EmfPlusObjectClamp specifies the object clamping behavior. It is not used until this object is applied to an image being drawn. | +| [EmfPlusObjectType](./emfplusobjecttype/) | The ObjectType enumeration defines types of graphics objects that can be created and used in graphics operations. | +| [EmfPlusPaletteStyleFlags](./emfpluspalettestyleflags/) | The PaletteStyle flags specify properties of graphics palettes. These flags can be combined to specify multiple options. | +| [EmfPlusPathPointFlags](./emfpluspathpointflags/) | A 32-bit unsigned integer that specifies how to interpret the points and associated point types that are defined by this object. C (1 bit): If set, the PathPoints array specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, the PathPoints array specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. Note If the P flag (below) is set, this flag MAY be clear and MUST be ignored. R (1 bit): If set, the point types in the PathPointTypes array are specified by EmfPlusPathPointTypeRle objects (section 2.2.2.32), which use run-length encoding (RLE) compression, and/or EmfPlusPathPointType objects (section 2.2.2.31). See [MS-WMF] section 3.1.6 for more information on RLE compression. If clear, the point types in the PathPointTypes array are specified by EmfPlusPathPointType objects. P (1 bit): If set, each element in the PathPoints array specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PathPoints, a previous location at coordinates (0,0) is assumed. If clear, each element in the PathPoints array specifies an absolute location. | +| [EmfPlusPathPointTypeEnum](./emfpluspathpointtypeenum/) | The PathPointType enumeration defines types of points on a graphics path. | +| [EmfPlusPathPointTypeFlags](./emfpluspathpointtypeflags/) | The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options. | +| [EmfPlusPenAlignment](./emfpluspenalignment/) | The PenAlignment enumeration defines the distribution of the width of the pen with respect to the line being drawn. | +| [EmfPlusPenDataFlags](./emfpluspendataflags/) | The PenData flags specify properties of graphics pens, including the presence of optional data fields. These flags can be combined to specify multiple options. | +| [EmfPlusPixelFormat](./emfpluspixelformat/) | The PixelFormat enumeration defines pixel formats that are supported in EMF+ bitmaps. | +| [EmfPlusPixelOffsetMode](./emfpluspixeloffsetmode/) | The PixelOffsetMode enumeration defines how pixels are offset, which specifies the trade-off between rendering speed and quality. | +| [EmfPlusRecordType](./emfplusrecordtype/) | The RecordType enumeration defines record types used in EMF+ metafiles. | +| [EmfPlusRegionNodeDataType](./emfplusregionnodedatatype/) | The RegionNodeDataType enumeration defines types of region node data. | +| [EmfPlusSmoothingMode](./emfplussmoothingmode/) | The SmoothingMode enumeration defines smoothing modes to apply to lines, curves, and the edges of filled areas to make them appear more continuous or sharply defined. | +| [EmfPlusStringAlignment](./emfplusstringalignment/) | The StringAlignment enumeration defines ways to align strings with respect to a text layout rectangle. | +| [EmfPlusStringDigitSubstitution](./emfplusstringdigitsubstitution/) | The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a user's locale or language. | +| [EmfPlusStringFormatFlags](./emfplusstringformatflags/) | The StringFormat flags specify options for graphics text layout, including direction, clipping and font handling. These flags can be combined to specify multiple options. | +| [EmfPlusStringTrimming](./emfplusstringtrimming/) | The StringTrimming enumeration defines how to trim characters from a string that is too large for the text layout rectangle. | +| [EmfPlusTextRenderingHint](./emfplustextrenderinghint/) | The TextRenderingHint enumeration defines types of text hinting and anti-aliasing, which affects the quality of text rendering. | +| [EmfPlusUnitType](./emfplusunittype/) | The UnitType enumeration defines units of measurement in different coordinate systems. | +| [EmfPlusWrapMode](./emfpluswrapmode/) | The WrapMode enumeration defines how the pattern from a texture or gradient brush is tiled across a shape or at shape boundaries, when it is smaller than the area being filled. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype/_index.md index d5755e7095bd..c77be431cddd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBitmapDataType +title: Enum EmfPlusBitmapDataType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusBitmapDataType enum. The BitmapDataType enumeration defines types of bitmap data formats type: docs weight: 4690 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype/ @@ -23,7 +23,7 @@ public enum EmfPlusBitmapDataType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/_index.md index a17fadda76f4..19384342fe0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBrushDataFlags +title: Enum EmfPlusBrushDataFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusBrushDataFlags enum. The BrushData flags specify properties of graphics brushes including the presence of optional data fields. These flags can be combined to specify multiple options type: docs weight: 4700 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/ @@ -19,18 +19,18 @@ public enum EmfPlusBrushDataFlags | Name | Value | Description | | --- | --- | --- | -| BrushDataPath | `1` | This flag is meaningful in [`EmfPlusPathGradientBrushData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata) objects (section 2.2.2.29). If set, an [`EmfPlusBoundaryPathData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata) object (section 2.2.2.6) MUST be specified in the BoundaryData field of the brush data object. If clear, an [`EmfPlusBoundaryPointData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata) object (section 2.2.2.7) MUST be specified in the BoundaryData field of the brush data object. | -| BrushDataTransform | `2` | This flag is meaningful in [`EmfPlusLinearGradientBrushData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata) objects (section 2.2.2.24), [`EmfPlusPathGradientBrushData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata) objects, and [`EmfPlusTextureBrushData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata) objects (section 2.2.2.45). If set, a 2x3 world space to device space transform matrix MUST be specified in the OptionalData field of the brush data object. | -| BrushDataPresetColors | `4` | This flag is meaningful in EmfPlusLinearGradientBrushData and EmfPlusPathGradientBrushData objects. If set, an [`EmfPlusBlendColors`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors) object (section 2.2.2.4) MUST be specified in the OptionalData field of the brush data object. | -| BrushDataBlendFactorsH | `8` | This flag is meaningful in EmfPlusLinearGradientBrushData and EmfPlusPathGradientBrushData objects. If set, an [`EmfPlusBlendFactors`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors) object (section 2.2.2.5) that specifies a blend pattern along a horizontal gradient MUST be specified in the OptionalData field of the brush data object. | +| BrushDataPath | `1` | This flag is meaningful in [`EmfPlusPathGradientBrushData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/) objects (section 2.2.2.29). If set, an [`EmfPlusBoundaryPathData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/) object (section 2.2.2.6) MUST be specified in the BoundaryData field of the brush data object. If clear, an [`EmfPlusBoundaryPointData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/) object (section 2.2.2.7) MUST be specified in the BoundaryData field of the brush data object. | +| BrushDataTransform | `2` | This flag is meaningful in [`EmfPlusLinearGradientBrushData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/) objects (section 2.2.2.24), [`EmfPlusPathGradientBrushData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/) objects, and [`EmfPlusTextureBrushData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/) objects (section 2.2.2.45). If set, a 2x3 world space to device space transform matrix MUST be specified in the OptionalData field of the brush data object. | +| BrushDataPresetColors | `4` | This flag is meaningful in EmfPlusLinearGradientBrushData and EmfPlusPathGradientBrushData objects. If set, an [`EmfPlusBlendColors`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/) object (section 2.2.2.4) MUST be specified in the OptionalData field of the brush data object. | +| BrushDataBlendFactorsH | `8` | This flag is meaningful in EmfPlusLinearGradientBrushData and EmfPlusPathGradientBrushData objects. If set, an [`EmfPlusBlendFactors`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/) object (section 2.2.2.5) that specifies a blend pattern along a horizontal gradient MUST be specified in the OptionalData field of the brush data object. | | BrushDataBlendFactorsV | `10` | This flag is meaningful in EmfPlusLinearGradientBrushData objects. If set, an EmfPlusBlendFactors object that specifies a blend pattern along a vertical gradient MUST be specified in the OptionalData field of the brush data object. | -| BrushDataFocusScales | `40` | This flag is meaningful in EmfPlusPathGradientBrushData objects. If set, an[`EmfPlusFocusScaleData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata) object (section 2.2.2.18) MUST be specified in the OptionalData field of the brush data object. | +| BrushDataFocusScales | `40` | This flag is meaningful in EmfPlusPathGradientBrushData objects. If set, an[`EmfPlusFocusScaleData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/) object (section 2.2.2.18) MUST be specified in the OptionalData field of the brush data object. | | BrushDataIsGammaCorrected | `80` | This flag is meaningful in EmfPlusLinearGradientBrushData, EmfPlusPathGradientBrushData, and EmfPlusTextureBrushData objects. If set, the brush MUST already be gamma corrected; that is, output brightness and intensity have been corrected to match the input image. | | BrushDataDoNotTransform | `100` | This flag is meaningful in EmfPlusTextureBrushData objects. If set, a world space to device space transform SHOULD NOT be applied to the texture brush. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype/_index.md index 923a93cb4fa5..8dc26fc85309 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBrushType +title: Enum EmfPlusBrushType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusBrushType enum. The BrushType enumeration defines types of graphics brushes which are used to fill graphics regions type: docs weight: 4710 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype/ @@ -26,7 +26,7 @@ public enum EmfPlusBrushType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode/_index.md index 341e5ea7a00a..7829013d90b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCombineMode +title: Enum EmfPlusCombineMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusCombineMode enum. The CombineMode enumeration defines modes for combining two graphics regions. In the following descriptions the regions to be combined are referred to as the existing and new regions type: docs weight: 4720 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode/ @@ -27,7 +27,7 @@ public enum EmfPlusCombineMode : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode/_index.md index bb1f74876abf..2d9552a525f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCompositingMode +title: Enum EmfPlusCompositingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusCompositingMode enum. The CompositingMode enumeration defines modes for combining source colors with background colors. The compositing mode represents the enable state of alpha blending type: docs weight: 4730 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode/ @@ -23,7 +23,7 @@ public enum EmfPlusCompositingMode : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality/_index.md index 319e66b82e37..191a2efd363b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCompositingQuality +title: Enum EmfPlusCompositingQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusCompositingQuality enum. The CompositingQuality enumeration defines levels of quality for creating composite images type: docs weight: 4740 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality/ @@ -26,7 +26,7 @@ public enum EmfPlusCompositingQuality : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurveadjustments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurveadjustments/_index.md index 0a77a9caf3cd..74918445e67a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurveadjustments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurveadjustments/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCurveAdjustments +title: Enum EmfPlusCurveAdjustments second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusCurveAdjustments enum. The CurveAdjustments enumeration defines adjustments that can be applied to the color curve of an image type: docs weight: 4750 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurveadjustments/ @@ -29,7 +29,7 @@ public enum EmfPlusCurveAdjustments ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurvechannel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurvechannel/_index.md index 990dd1ab0f09..33065f43760a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurvechannel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurvechannel/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCurveChannel +title: Enum EmfPlusCurveChannel second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusCurveChannel enum. The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to an image type: docs weight: 4760 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurvechannel/ @@ -25,7 +25,7 @@ public enum EmfPlusCurveChannel ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdataflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdataflags/_index.md index e6f3822f0e09..d5a29f709fc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdataflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdataflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCapDataFlags +title: Enum EmfPlusCustomLineCapDataFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusCustomLineCapDataFlags enum. The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options type: docs weight: 4770 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdataflags/ @@ -19,16 +19,16 @@ public enum EmfPlusCustomLineCapDataFlags | Name | Value | Description | | --- | --- | --- | -| CustomLineCapDataFillPath | `1` | If set, an [`EmfPlusFillPath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath) object MUST be specified in the OptionalData field of the [`EmfPlusCustomLineCapData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata) object for filling the custom line cap. | -| CustomLineCapDataLinePath | `2` | If set, an [`EmfPlusLinePath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath) object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap. | +| CustomLineCapDataFillPath | `1` | If set, an [`EmfPlusFillPath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/) object MUST be specified in the OptionalData field of the [`EmfPlusCustomLineCapData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/) object for filling the custom line cap. | +| CustomLineCapDataLinePath | `2` | If set, an [`EmfPlusLinePath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/) object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap. | -### Remarks +## Remarks -Custom graphics line caps are specified by [`EmfPlusCustomLineCap`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap) objects. +Custom graphics line caps are specified by [`EmfPlusCustomLineCap`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/) objects. ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdatatype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdatatype/_index.md index 04d36a82c03c..5e614bd9960f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdatatype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdatatype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCapDataType +title: Enum EmfPlusCustomLineCapDataType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusCustomLineCapDataType enum. The CustomLineCapDataType enumeration defines types of custom line cap data which specify styles and shapes for the ends of graphics lines type: docs weight: 4780 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdatatype/ @@ -23,7 +23,7 @@ public enum EmfPlusCustomLineCapDataType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdashedlinecaptype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdashedlinecaptype/_index.md index daee82dd4c05..adbbf401f2a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdashedlinecaptype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdashedlinecaptype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDashedLineCapType +title: Enum EmfPlusDashedLineCapType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusDashedLineCapType enum. The DashedLineCapType enumeration defines types of line caps to use at the ends of dashed lines that are drawn with graphics pens type: docs weight: 4790 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdashedlinecaptype/ @@ -24,7 +24,7 @@ public enum EmfPlusDashedLineCapType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdriverstringoptionsflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdriverstringoptionsflags/_index.md index f784d12cc553..79fbe4187399 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdriverstringoptionsflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdriverstringoptionsflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDriverStringOptionsFlags +title: Enum EmfPlusDriverStringOptionsFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusDriverStringOptionsFlags enum. The DriverStringOptions flags specify properties of graphics text positioning and rendering. These flags can be combined to specify multiple options type: docs weight: 4800 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusdriverstringoptionsflags/ @@ -24,13 +24,13 @@ public enum EmfPlusDriverStringOptionsFlags | DriverStringOptionsRealizedAdvance | `4` | If set, character glyph positions SHOULD be calculated relative to the position of the first glyph. If clear, the glyph positions SHOULD be obtained from an array of coordinates. | | DriverStringOptionsLimitSubpixel | `8` | If set, less memory SHOULD be used to cache anti-aliased glyphs, which produces lower quality text rendering. If clear, more memory SHOULD be used, which produces higher quality text rendering. | -### Remarks +## Remarks -Graphics text output is specified in [`EmfPlusDrawDriverString`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring) records +Graphics text output is specified in [`EmfPlusDrawDriverString`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/) records ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfiltertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfiltertype/_index.md index 25a56e7f3629..5ee221f9a70e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfiltertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfiltertype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFilterType +title: Enum EmfPlusFilterType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusFilterType enum. The FilterType enumeration defines types of filtering algorithms that can be used for text and graphics quality enhancement and image rendering type: docs weight: 4810 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfiltertype/ @@ -28,7 +28,7 @@ public enum EmfPlusFilterType : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfontstyleflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfontstyleflags/_index.md index 11a0a0937f6b..2153de1a98ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfontstyleflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfontstyleflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFontStyleFlags +title: Enum EmfPlusFontStyleFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusFontStyleFlags enum. The FontStyle flags specify styles of graphics font typefaces. These flags can be combined to specify multiple options type: docs weight: 4820 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusfontstyleflags/ @@ -24,13 +24,13 @@ public enum EmfPlusFontStyleFlags | FontStyleUnderline | `4` | If set, the font typeface MUST be rendered with a line underneath the baseline of the characters. If clear, the font typeface MUST be rendered without a line underneath the baseline. | | FontStyleStrikeout | `8` | If set, the font typeface MUST be rendered with a line parallel to the baseline drawn through the middle of the characters. If clear, the font typeface MUST be rendered without a line through the characters. | -### Remarks +## Remarks -Graphics font typefaces are specified by [`EmfPlusFont`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont) objects +Graphics font typefaces are specified by [`EmfPlusFont`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/) objects ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusgraphicsversionenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusgraphicsversionenum/_index.md index b3422b7d9069..5c58c8714a44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusgraphicsversionenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusgraphicsversionenum/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusGraphicsVersionEnum +title: Enum EmfPlusGraphicsVersionEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusGraphicsVersionEnum enum. The GraphicsVersion enumeration defines versions of operating system graphics that are used to create EMF metafiles type: docs weight: 4830 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusgraphicsversionenum/ @@ -23,7 +23,7 @@ public enum EmfPlusGraphicsVersionEnum ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle/_index.md index 64312ed3a687..fa7edf1f8bd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusHatchStyle +title: Enum EmfPlusHatchStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusHatchStyle enum. The HatchStyle enumeration defines hatch patterns used by graphics brushes. A hatch pattern consists of a solid background color and lines drawn over the background type: docs weight: 4840 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle/ @@ -74,7 +74,7 @@ public enum EmfPlusHatchStyle ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushotkeyprefix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushotkeyprefix/_index.md index 5353f0991eec..701999d87c54 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushotkeyprefix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushotkeyprefix/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusHotkeyPrefix +title: Enum EmfPlusHotkeyPrefix second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusHotkeyPrefix enum. The HotkeyPrefix enumeration defines output options for hotkey prefixes in graphics text type: docs weight: 4850 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplushotkeyprefix/ @@ -24,7 +24,7 @@ public enum EmfPlusHotkeyPrefix ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimagedatatype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimagedatatype/_index.md index e0a122e2f0be..dd9b831ada7c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimagedatatype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimagedatatype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusImageDataType +title: Enum EmfPlusImageDataType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusImageDataType enum. The ImageDataType enumeration defines types of image data formats type: docs weight: 4860 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimagedatatype/ @@ -24,7 +24,7 @@ public enum EmfPlusImageDataType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/_index.md index 59faf2674b03..8bc01aeac3ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusImageEffectsIdentifiers +title: Class EmfPlusImageEffectsIdentifiers second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusImageEffectsIdentifiers class. The ImageEffects identifiers define standard GUIDs for specifying graphics image effects. These identifiers are used by device drivers to publish their levels of support for these effects. The identifier constants are defined using the GUID curlybraced string representation MSDTYP section 2.3.4.3 type: docs weight: 4870 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/ @@ -18,31 +18,31 @@ public static class EmfPlusImageEffectsIdentifiers | Name | Description | | --- | --- | -| static [Contain](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/contain)(string) | Contains the specified object unique identifier. | +| static [Contain](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/contain/)(string) | Contains the specified object unique identifier. | ## Fields | Name | Description | | --- | --- | -| const [BlurEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/blureffectguid) | Specifies the blur effect. | -| const [BrightnessContrastEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/brightnesscontrasteffectguid) | Specifies the brightness contrast effect. | -| const [ColorBalanceEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorbalanceeffectguid) | Specifies the color balance effect. | -| const [ColorCurveEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorcurveeffectguid) | Specifies the color curve effect. | -| const [ColorLookupTableEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorlookuptableeffectguid) | Specifies the color lookup table effect. | -| const [ColorMatrixEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colormatrixeffectguid) | Specifies the color matrix effect. | -| const [HueSaturationLightnessEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/huesaturationlightnesseffectguid) | Specifies the hue saturation lightness effect. | -| const [LevelsEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/levelseffectguid) | Specifies the levels effect. | -| const [RedEyeCorrectionEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/redeyecorrectioneffectguid) | Specifies the red-eye correction effect. | -| const [SharpenEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/sharpeneffectguid) | Specifies the sharpen effect. | -| const [TintEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/tinteffectguid) | Specifies the tint effect. | - -### Remarks - -Image effects identifiers and Image Effects Parameter Blocks are specified by [`EmfPlusSerializableObject`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject) records for [`EmfPlusDrawImagePoints`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints) records. +| const [BlurEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/blureffectguid/) | Specifies the blur effect. | +| const [BrightnessContrastEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/brightnesscontrasteffectguid/) | Specifies the brightness contrast effect. | +| const [ColorBalanceEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorbalanceeffectguid/) | Specifies the color balance effect. | +| const [ColorCurveEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorcurveeffectguid/) | Specifies the color curve effect. | +| const [ColorLookupTableEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorlookuptableeffectguid/) | Specifies the color lookup table effect. | +| const [ColorMatrixEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colormatrixeffectguid/) | Specifies the color matrix effect. | +| const [HueSaturationLightnessEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/huesaturationlightnesseffectguid/) | Specifies the hue saturation lightness effect. | +| const [LevelsEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/levelseffectguid/) | Specifies the levels effect. | +| const [RedEyeCorrectionEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/redeyecorrectioneffectguid/) | Specifies the red-eye correction effect. | +| const [SharpenEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/sharpeneffectguid/) | Specifies the sharpen effect. | +| const [TintEffectGuid](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/tinteffectguid/) | Specifies the tint effect. | + +## Remarks + +Image effects identifiers and Image Effects Parameter Blocks are specified by [`EmfPlusSerializableObject`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/) records for [`EmfPlusDrawImagePoints`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/) records. ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/blureffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/blureffectguid/_index.md index 7b32560f3740..3109365a8c3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/blureffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/blureffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: BlurEffectGuid +title: EmfPlusImageEffectsIdentifiers.BlurEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the blur effect type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/blureffectguid/ @@ -16,8 +16,8 @@ public const string BlurEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/brightnesscontrasteffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/brightnesscontrasteffectguid/_index.md index 4518450db44e..356fb4be84ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/brightnesscontrasteffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/brightnesscontrasteffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: BrightnessContrastEffectGuid +title: EmfPlusImageEffectsIdentifiers.BrightnessContrastEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the brightness contrast effect type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/brightnesscontrasteffectguid/ @@ -16,8 +16,8 @@ public const string BrightnessContrastEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorbalanceeffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorbalanceeffectguid/_index.md index d5a33edb31cc..8b3759b023aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorbalanceeffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorbalanceeffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: ColorBalanceEffectGuid +title: EmfPlusImageEffectsIdentifiers.ColorBalanceEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the color balance effect type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorbalanceeffectguid/ @@ -16,8 +16,8 @@ public const string ColorBalanceEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorcurveeffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorcurveeffectguid/_index.md index af62152ffe4b..3807f341c176 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorcurveeffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorcurveeffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: ColorCurveEffectGuid +title: EmfPlusImageEffectsIdentifiers.ColorCurveEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the color curve effect type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorcurveeffectguid/ @@ -16,8 +16,8 @@ public const string ColorCurveEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorlookuptableeffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorlookuptableeffectguid/_index.md index 2a3709a9433c..ee4db0b6ef49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorlookuptableeffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorlookuptableeffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: ColorLookupTableEffectGuid +title: EmfPlusImageEffectsIdentifiers.ColorLookupTableEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the color lookup table effect type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colorlookuptableeffectguid/ @@ -16,8 +16,8 @@ public const string ColorLookupTableEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colormatrixeffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colormatrixeffectguid/_index.md index 68153c598ab2..f1aa710a0edc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colormatrixeffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colormatrixeffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: ColorMatrixEffectGuid +title: EmfPlusImageEffectsIdentifiers.ColorMatrixEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the color matrix effect type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/colormatrixeffectguid/ @@ -16,8 +16,8 @@ public const string ColorMatrixEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/contain/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/contain/_index.md index ad592fcc6030..2eafa9522e5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/contain/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/contain/_index.md @@ -1,7 +1,7 @@ --- -title: Contain +title: EmfPlusImageEffectsIdentifiers.Contain second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers method. Contains the specified object unique identifier type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/contain/ @@ -24,8 +24,8 @@ True if contain. ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/huesaturationlightnesseffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/huesaturationlightnesseffectguid/_index.md index 2d61e7434fc3..766479960b0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/huesaturationlightnesseffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/huesaturationlightnesseffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: HueSaturationLightnessEffectGuid +title: EmfPlusImageEffectsIdentifiers.HueSaturationLightnessEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the hue saturation lightness effect type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/huesaturationlightnesseffectguid/ @@ -16,8 +16,8 @@ public const string HueSaturationLightnessEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/levelseffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/levelseffectguid/_index.md index 4c9adbb4ed21..7c3da3c50fc5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/levelseffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/levelseffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: LevelsEffectGuid +title: EmfPlusImageEffectsIdentifiers.LevelsEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the levels effect type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/levelseffectguid/ @@ -16,8 +16,8 @@ public const string LevelsEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/redeyecorrectioneffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/redeyecorrectioneffectguid/_index.md index 83ad0aba9804..978cdd493bc5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/redeyecorrectioneffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/redeyecorrectioneffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: RedEyeCorrectionEffectGuid +title: EmfPlusImageEffectsIdentifiers.RedEyeCorrectionEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the redeye correction effect type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/redeyecorrectioneffectguid/ @@ -16,8 +16,8 @@ public const string RedEyeCorrectionEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/sharpeneffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/sharpeneffectguid/_index.md index 1fe3e43a2f45..55a986dac130 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/sharpeneffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/sharpeneffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: SharpenEffectGuid +title: EmfPlusImageEffectsIdentifiers.SharpenEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the sharpen effect type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/sharpeneffectguid/ @@ -16,8 +16,8 @@ public const string SharpenEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/tinteffectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/tinteffectguid/_index.md index 8b9b458c7e6d..46e06dfcbd54 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/tinteffectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/tinteffectguid/_index.md @@ -1,7 +1,7 @@ --- -title: TintEffectGuid +title: EmfPlusImageEffectsIdentifiers.TintEffectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageEffectsIdentifiers field. Specifies the tint effect type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusimageeffectsidentifiers/tinteffectguid/ @@ -16,8 +16,8 @@ public const string TintEffectGuid; ### See Also -* class [EmfPlusImageEffectsIdentifiers](../../emfplusimageeffectsidentifiers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers) +* class [EmfPlusImageEffectsIdentifiers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../emfplusimageeffectsidentifiers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusinterpolationmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusinterpolationmode/_index.md index 26d60de5d84c..5346b8814978 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusinterpolationmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusinterpolationmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusInterpolationMode +title: Enum EmfPlusInterpolationMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusInterpolationMode enum. The InterpolationMode enumeration defines ways to perform scaling including stretching and shrinking type: docs weight: 4880 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusinterpolationmode/ @@ -29,7 +29,7 @@ public enum EmfPlusInterpolationMode : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype/_index.md index b089acd5c50e..82b0b12fe605 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLanguageIdentifierType +title: Enum EmfPlusLanguageIdentifierType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusLanguageIdentifierType enum. The LanguageIdentifier enumeration defines identifiers for natural languages in locales including countries geographical regions and administrative districts type: docs weight: 4890 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype/ @@ -243,13 +243,13 @@ public enum EmfPlusLanguageIdentifierType : short | Es_US | `21514` | Spanish (United States). | | Zh_Hant | `31748` | Chinese, Traditional (China). | -### Remarks +## Remarks -Language identifiers are specified by [`EmfPlusLanguageIdentifierType`](../emfpluslanguageidentifiertype) objects (section 2.2.2.23). Each value is an encoding of a primary language identifier and a sublanguage identifier. See `[MS-LCID]` for additional information concerning language identifiers, including Windows version support. +Language identifiers are specified by `EmfPlusLanguageIdentifierType` objects (section 2.2.2.23). Each value is an encoding of a primary language identifier and a sublanguage identifier. See `[MS-LCID]` for additional information concerning language identifiers, including Windows version support. ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/_index.md index 78f7dfab904f..369ba2026d1c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLineCapType +title: Enum EmfPlusLineCapType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusLineCapType enum. The LineCapType enumeration defines types of line caps to use at the ends of lines that are drawn with graphics pens type: docs weight: 4900 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/ @@ -30,13 +30,13 @@ public enum EmfPlusLineCapType | LineCapTypeAnchorMask | `240` | Mask used to check whether a line cap is an anchor cap. | | LineCapTypeCustom | `255` | Specifies a custom line cap. | -### Remarks +## Remarks -Graphics line caps are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen) objects (section 2.2.1.7). +Graphics line caps are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/) objects (section 2.2.1.7). ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype/_index.md index 638b6a547ff1..a863bb2b102e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLineJoinType +title: Enum EmfPlusLineJoinType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusLineJoinType enum. The LineJoinType enumeration defines ways to join two lines that are drawn by the same graphics pen and whose ends meet type: docs weight: 4910 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype/ @@ -23,13 +23,13 @@ public enum EmfPlusLineJoinType | LineJoinTypeRound | `2` | Specifies a rounded line join. | | LineJoinTypeMiterClipped | `3` | Specifies a clipped mitered line join. | -### Remarks +## Remarks -Graphics lines are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen) objects (section 2.2.1.7). A line join makes the intersection of the two line ends look more continuous. +Graphics lines are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/) objects (section 2.2.1.7). A line join makes the intersection of the two line ends look more continuous. ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinestyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinestyle/_index.md index 73e2bb4b5eb8..4b74f80097fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinestyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinestyle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLineStyle +title: Enum EmfPlusLineStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusLineStyle enum. The LineStyle enumeration defines styles of lines that are drawn with graphics pens type: docs weight: 4920 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinestyle/ @@ -25,13 +25,13 @@ public enum EmfPlusLineStyle | LineStyleDashDotDot | `4` | Specifies an alternating dash-dot-dot line. | | LineStyleCustom | `5` | Specifies a user-defined, custom dashed line. | -### Remarks +## Remarks -Graphics lines are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen) objects (section 2.2.1.7). +Graphics lines are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/) objects (section 2.2.1.7). ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusmetafiledatatype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusmetafiledatatype/_index.md index 95f48a12a4e8..426bcb94d60a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusmetafiledatatype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusmetafiledatatype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusMetafileDataType +title: Enum EmfPlusMetafileDataType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusMetafileDataType enum. The MetafileDataType enumeration defines types of metafiles data that can be embedded in an EMF metafile type: docs weight: 4930 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusmetafiledatatype/ @@ -24,13 +24,13 @@ public enum EmfPlusMetafileDataType | MetafileDataTypeEmfPlusOnly | `4` | Specifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only. | | MetafileDataTypeEmfPlusDual | `5` | Specifies that the metafile is an EMF+ metafile that specifies graphics operations with both EMF and EMF+ records. | -### Remarks +## Remarks Embedded metafile data is specified by EmfPlusMetafileData objects (section 2.2.2.27). ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjectclamp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjectclamp/_index.md index b9497ed1ff37..7342fbd58be2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjectclamp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjectclamp/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusObjectClamp +title: Enum EmfPlusObjectClamp second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusObjectClamp enum. EmfPlusObjectClamp specifies the object clamping behavior. It is not used until this object is applied to an image being drawn type: docs weight: 4940 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjectclamp/ @@ -23,7 +23,7 @@ public enum EmfPlusObjectClamp ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjecttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjecttype/_index.md index bf28451253ea..d355915004c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjecttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjecttype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusObjectType +title: Enum EmfPlusObjectType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusObjectType enum. The ObjectType enumeration defines types of graphics objects that can be created and used in graphics operations type: docs weight: 4950 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjecttype/ @@ -19,19 +19,19 @@ public enum EmfPlusObjectType : byte | Name | Value | Description | | --- | --- | --- | | ObjectTypeInvalid | `0` | The object is not a valid object. | -| ObjectTypeBrush | `1` | Specifies an [`EmfPlusBrush`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush) object (section 2.2.1.1). Brush objects fill graphics regions. | -| ObjectTypePen | `2` | Specifies an [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen) object (section 2.2.1.7). Pen objects draw graphics lines. | -| ObjectTypePath | `3` | Specifies an [`EmfPlusPath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath) object (section 2.2.1.6). Path objects specify sequences of lines, curves, and shapes. | -| ObjectTypeRegion | `4` | Specifies an [`EmfPlusRegion`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion) object (section 2.2.1.8). Region objects specify areas of the output surface. | -| ObjectTypeImage | `5` | Specifies an [`EmfPlusImage`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage) object (section 2.2.1.4). Image objects encapsulate bitmaps and metafiles. | -| ObjectTypeFont | `6` | Specifies an [`EmfPlusFont`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont) object (section 2.2.1.3). Font objects specify font properties, including typeface style, EM size, and font family. | -| ObjectTypeStringFormat | `7` | Specifies an [`EmfPlusStringFormat`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat) object (section 2.2.1.9). String format objects specify text layout, including alignment, orientation, tab stops, clipping, and digit substitution for languages that do not use Western European digits. | -| ObjectTypeImageAttributes | `8` | Specifies an [`EmfPlusImageAttributes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes) object (section 2.2.1.5). Image attribute objects specify operations on pixels during image rendering, including color adjustment, grayscale adjustment, gamma correction, and color mapping. | -| ObjectTypeCustomLineCap | `9` | Specifies an [`EmfPlusCustomLineCap`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap) object (section 2.2.1.2). Custom line cap objects specify shapes to draw at the ends of a graphics line, including squares, circles, and diamonds. | +| ObjectTypeBrush | `1` | Specifies an [`EmfPlusBrush`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/) object (section 2.2.1.1). Brush objects fill graphics regions. | +| ObjectTypePen | `2` | Specifies an [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/) object (section 2.2.1.7). Pen objects draw graphics lines. | +| ObjectTypePath | `3` | Specifies an [`EmfPlusPath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/) object (section 2.2.1.6). Path objects specify sequences of lines, curves, and shapes. | +| ObjectTypeRegion | `4` | Specifies an [`EmfPlusRegion`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/) object (section 2.2.1.8). Region objects specify areas of the output surface. | +| ObjectTypeImage | `5` | Specifies an [`EmfPlusImage`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/) object (section 2.2.1.4). Image objects encapsulate bitmaps and metafiles. | +| ObjectTypeFont | `6` | Specifies an [`EmfPlusFont`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/) object (section 2.2.1.3). Font objects specify font properties, including typeface style, EM size, and font family. | +| ObjectTypeStringFormat | `7` | Specifies an [`EmfPlusStringFormat`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/) object (section 2.2.1.9). String format objects specify text layout, including alignment, orientation, tab stops, clipping, and digit substitution for languages that do not use Western European digits. | +| ObjectTypeImageAttributes | `8` | Specifies an [`EmfPlusImageAttributes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/) object (section 2.2.1.5). Image attribute objects specify operations on pixels during image rendering, including color adjustment, grayscale adjustment, gamma correction, and color mapping. | +| ObjectTypeCustomLineCap | `9` | Specifies an [`EmfPlusCustomLineCap`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/) object (section 2.2.1.2). Custom line cap objects specify shapes to draw at the ends of a graphics line, including squares, circles, and diamonds. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags/_index.md index e83c19d95dd0..12a0a2f9df32 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPaletteStyleFlags +title: Enum EmfPlusPaletteStyleFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPaletteStyleFlags enum. The PaletteStyle flags specify properties of graphics palettes. These flags can be combined to specify multiple options type: docs weight: 4960 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags/ @@ -23,13 +23,13 @@ public enum EmfPlusPaletteStyleFlags | PaletteStyleGrayScale | `2` | If set, the palette MUST contain only grayscale entries. | | PaletteStyleHalftone | `4` | If set, the palette MUST contain discrete color values that can be used for halftoning. | -### Remarks +## Remarks -Graphics palettes are specified by [`EmfPlusPalette`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette) objects. +Graphics palettes are specified by [`EmfPlusPalette`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/) objects. ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointflags/_index.md index 3ad10402cb00..2de97256f557 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathPointFlags +title: Enum EmfPlusPathPointFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPathPointFlags enum. A 32bit unsigned integer that specifies how to interpret the points and associated point types that are defined by this object. C 1 bit If set the PathPoints array specifies absolute locations in the coordinate space with 16bit integer coordinates. If clear the PathPoints array specifies absolute locations in the coordinate space with 32bit floatingpoint coordinates. Note If the P flag below is set this flag MAY be clear and MUST be ignored. R 1 bit If set the point types in the PathPointTypes array are specified by EmfPlusPathPointTypeRle objects section 2.2.2.32 which use runlength encoding RLE compression and/or EmfPlusPathPointType objects section 2.2.2.31. See MSWMF section 3.1.6 for more information on RLE compression. If clear the point types in the PathPointTypes array are specified by EmfPlusPathPointType objects. P 1 bit If set each element in the PathPoints array specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PathPoints a previous location at coordinates 00 is assumed. If clear each element in the PathPoints array specifies an absolute location type: docs weight: 4970 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointflags/ @@ -25,7 +25,7 @@ public enum EmfPlusPathPointFlags : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeenum/_index.md index 37055d86a8ad..0b63b69a4227 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeenum/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathPointTypeEnum +title: Enum EmfPlusPathPointTypeEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPathPointTypeEnum enum. The PathPointType enumeration defines types of points on a graphics path type: docs weight: 4980 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeenum/ @@ -22,13 +22,13 @@ public enum EmfPlusPathPointTypeEnum | PathPointTypeLine | `1` | Specifies that the point is one of the two endpoints of a line. | | PathPointTypeBezier | `3` | Specifies that the point is an endpoint or control point of a cubic Bezier curve. | -### Remarks +## Remarks -Graphics path point types are specified by [`EmfPlusPathPointType`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype) objects (section 2.2.2.31). +Graphics path point types are specified by [`EmfPlusPathPointType`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/) objects (section 2.2.2.31). ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeflags/_index.md index 864570f6134f..cebce55bdc6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathPointTypeFlags +title: Enum EmfPlusPathPointTypeFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPathPointTypeFlags enum. The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options type: docs weight: 4990 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeflags/ @@ -23,13 +23,13 @@ public enum EmfPlusPathPointTypeFlags | PathPointTypePathMarker | `2` | Specifies that the point is a position marker. | | PathPointTypeCloseSubpath | `8` | Specifies that the point is the endpoint of a subpath. | -### Remarks +## Remarks -Graphics paths are specified by [`EmfPlusPath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath) objects. +Graphics paths are specified by [`EmfPlusPath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/) objects. ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspenalignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspenalignment/_index.md index 5ad8790dc3b7..5204ba47b5a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspenalignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspenalignment/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPenAlignment +title: Enum EmfPlusPenAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPenAlignment enum. The PenAlignment enumeration defines the distribution of the width of the pen with respect to the line being drawn type: docs weight: 5000 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspenalignment/ @@ -24,13 +24,13 @@ public enum EmfPlusPenAlignment | PenAlignmentOutset | `3` | Specifies that the pen is positioned on the outside of the theoretical line. | | PenAlignmentRight | `4` | Specifies that the pen is positioned to the right of the theoretical line. | -### Remarks +## Remarks -Graphics pens are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen) objects (section 2.2.1.7). Pen alignment can be visualized by considering a theoretical one-dimensional line drawn between two specified points. The pen alignment determines the proportion of pen width that is orthogonal to the theoretical line. +Graphics pens are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/) objects (section 2.2.1.7). Pen alignment can be visualized by considering a theoretical one-dimensional line drawn between two specified points. The pen alignment determines the proportion of pen width that is orthogonal to the theoretical line. ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspendataflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspendataflags/_index.md index 60cf039cb207..5723c23ce314 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspendataflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspendataflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPenDataFlags +title: Enum EmfPlusPenDataFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPenDataFlags enum. The PenData flags specify properties of graphics pens including the presence of optional data fields. These flags can be combined to specify multiple options type: docs weight: 5010 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspendataflags/ @@ -19,27 +19,27 @@ public enum EmfPlusPenDataFlags | Name | Value | Description | | --- | --- | --- | -| PenDataTransform | `1` | If set, a 2x3 transform matrix MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataStartCap | `2` | If set, the style of a starting line cap MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataEndCap | `4` | Indicates whether the style of an ending line cap MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataJoin | `8` | Indicates whether a line join type MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataMiterLimit | `10` | Indicates whether a miter limit MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataLineStyle | `20` | Indicates whether a line style MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataDashedLineCap | `40` | Indicates whether a dashed line cap MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataDashedLineOffset | `80` | Indicates whether a dashed line offset MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataDashedLine | `100` | Indicates whether an [`EmfPlusDashedLineData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata) object MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataNonCenter | `200` | Indicates whether a pen alignment MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataCompoundLine | `400` | Indicates whether the length and content of a [`EmfPlusCompoundLineData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata) object are present in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataCustomStartCap | `800` | Indicates whether an [`EmfPlusCustomStartCapData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata) object MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | -| PenDataCustomEndCap | `1000` | Indicates whether an [`EmfPlusCustomEndCapData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata) object MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata) object. | - -### Remarks - -Graphics pens are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen) objects. +| PenDataTransform | `1` | If set, a 2x3 transform matrix MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataStartCap | `2` | If set, the style of a starting line cap MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataEndCap | `4` | Indicates whether the style of an ending line cap MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataJoin | `8` | Indicates whether a line join type MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataMiterLimit | `10` | Indicates whether a miter limit MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataLineStyle | `20` | Indicates whether a line style MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataDashedLineCap | `40` | Indicates whether a dashed line cap MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataDashedLineOffset | `80` | Indicates whether a dashed line offset MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataDashedLine | `100` | Indicates whether an [`EmfPlusDashedLineData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/) object MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataNonCenter | `200` | Indicates whether a pen alignment MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataCompoundLine | `400` | Indicates whether the length and content of a [`EmfPlusCompoundLineData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/) object are present in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataCustomStartCap | `800` | Indicates whether an [`EmfPlusCustomStartCapData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/) object MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | +| PenDataCustomEndCap | `1000` | Indicates whether an [`EmfPlusCustomEndCapData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/) object MUST be specified in the OptionalData field of an [`EmfPlusPenData`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/) object. | + +## Remarks + +Graphics pens are specified by [`EmfPlusPen`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/) objects. ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/_index.md index b6aebe717b17..f1d8dcbad023 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPixelFormat +title: Enum EmfPlusPixelFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPixelFormat enum. The PixelFormat enumeration defines pixel formats that are supported in EMF bitmaps type: docs weight: 5020 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/ @@ -36,7 +36,7 @@ public enum EmfPlusPixelFormat ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode/_index.md index 5fd205fc026e..1faf66d98227 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPixelOffsetMode +title: Enum EmfPlusPixelOffsetMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPixelOffsetMode enum. The PixelOffsetMode enumeration defines how pixels are offset which specifies the tradeoff between rendering speed and quality type: docs weight: 5030 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode/ @@ -26,7 +26,7 @@ public enum EmfPlusPixelOffsetMode : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusrecordtype/_index.md index 6338ebc65b4b..0eec05be4c0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRecordType +title: Enum EmfPlusRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusRecordType enum. The RecordType enumeration defines record types used in EMF metafiles type: docs weight: 5040 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusrecordtype/ @@ -18,7 +18,7 @@ public enum EmfPlusRecordType : short | Name | Value | Description | | --- | --- | --- | -| EmfPlusHeader | `16385` | This record specifies the start of EMF+ data in the metafile. It MUST be embedded in the first EMF record after the [`EmfMetafileHeader`](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader) record ([MS-EMF] section 2.3.4.2 record). | +| EmfPlusHeader | `16385` | This record specifies the start of EMF+ data in the metafile. It MUST be embedded in the first EMF record after the [`EmfMetafileHeader`](../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/) record ([MS-EMF] section 2.3.4.2 record). | | EmfPlusEndOfFile | `16386` | This record specifies the end of EMF+ data in the metafile. | | EmfPlusComment | `16387` | This record specifies arbitrary private data. | | EmfPlusGetDC | `16388` | This record specifies that subsequent EMF records encountered in the metafile SHOULD be processed. EMF records cease being processed when the next EMF+ record is encountered. | @@ -43,7 +43,7 @@ public enum EmfPlusRecordType : short | EmfPlusDrawClosedCurve | `16407` | This record defines the pen and strokes for drawing a closed cardinal spline. | | EmfPlusDrawCurve | `16408` | This record defines the pen strokes for drawing a cardinal spline. | | EmfPlusDrawBeziers | `16409` | This record defines the pen strokes for drawing a Bezier spline. | -| EmfPlusDrawImage | `16410` | This record defines a scaled [`EmfPlusImage`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage) object (section 2.2.1.4). An image can consist of either bitmap or metafile data. | +| EmfPlusDrawImage | `16410` | This record defines a scaled [`EmfPlusImage`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/) object (section 2.2.1.4). An image can consist of either bitmap or metafile data. | | EmfPlusDrawImagePoints | `16411` | This record defines a scaled EmfPlusImage object inside a parallelogram. An image can consist of either bitmap or metafile data. | | EmfPlusDrawString | `16412` | This record defines a text string based on a font, a layout rectangle, and a format. | | EmfPlusSetRenderingOrigin | `16413` | This record defines the origin of rendering to the specified horizontal and vertical coordinates. This applies to hatch brushes and to 8 and 16 bits per pixel dither patterns. | @@ -54,8 +54,8 @@ public enum EmfPlusRecordType : short | EmfPlusSetPixelOffsetMode | `16418` | This record defines the pixel offset mode according to the specified pixel centering value. | | EmfPlusSetCompositingMode | `16419` | This record defines the compositing mode according to the state of alpha blending, which specifies how source colors are combined with background colors. | | EmfPlusSetCompositingQuality | `16420` | This record defines the compositing quality, which describes the desired level of quality for creating composite images from multiple objects. | -| EmfPlusSave | `16421` | This record saves the graphics state, identified by a specified index, on a stack of saved graphics states. Each stack index is associated with a particular saved state, and the index is used by an [`EmfPlusRestore`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore) record (section 2.3.7.4) to restore the state. | -| EmfPlusRestore | `16422` | This record restores the graphics state, identified by a specified index, from a stack of saved graphics states. Each stack index is associated with a particular saved state, and the index is defined by an [`EmfPlusSave`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussave) record (section 2.3.7.5) to save the state. | +| EmfPlusSave | `16421` | This record saves the graphics state, identified by a specified index, on a stack of saved graphics states. Each stack index is associated with a particular saved state, and the index is used by an [`EmfPlusRestore`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/) record (section 2.3.7.4) to restore the state. | +| EmfPlusRestore | `16422` | This record restores the graphics state, identified by a specified index, from a stack of saved graphics states. Each stack index is associated with a particular saved state, and the index is defined by an [`EmfPlusSave`](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussave/) record (section 2.3.7.5) to save the state. | | EmfPlusBeginContainer | `16423` | This record opens a new graphics state container and specifies a transform for it. Graphics containers are used to retain elements of the graphics state. | | EmfPlusBeginContainerNoParams | `16424` | This record opens a new graphics state container. | | EmfPlusEndContainer | `16425` | This record closes a graphics state container that was previously opened by a begin container operation. | @@ -79,7 +79,7 @@ public enum EmfPlusRecordType : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusregionnodedatatype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusregionnodedatatype/_index.md index 89a22e12852d..7b2d5a322e87 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusregionnodedatatype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusregionnodedatatype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegionNodeDataType +title: Enum EmfPlusRegionNodeDataType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusRegionNodeDataType enum. The RegionNodeDataType enumeration defines types of region node data type: docs weight: 5050 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusregionnodedatatype/ @@ -18,23 +18,23 @@ public enum EmfPlusRegionNodeDataType | Name | Value | Description | | --- | --- | --- | -| RegionNodeDataTypeAnd | `1` | Specifies a region node with child nodes. A Boolean AND operation SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes) object (section 2.2.2.41). | -| RegionNodeDataTypeOr | `2` | Specifies a region node with child nodes. A Boolean OR operation SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes) object. | -| RegionNodeDataTypeXor | `3` | Specifies a region node with child nodes. A Boolean XOR operation SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes) object. | -| RegionNodeDataTypeExclude | `4` | Specifies a region node with child nodes. A Boolean operation, defined as "the part of region 1 that is excluded from region 2", SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes) object. | -| RegionNodeDataTypeComplement | `5` | Specifies a region node with child nodes. A Boolean operation, defined as "the part of region 2 that is excluded from region 1", SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes) object. | -| RegionNodeDataTypeRect | `268435456` | Specifies a region node with no child nodes. The RegionNodeData field SHOULD specify a boundary with an [`EmfPlusRectF`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf) object (section 2.2.2.39). | -| RegionNodeDataTypePath | `268435457` | Specifies a region node with no child nodes. The RegionNodeData field SHOULD specify a boundary with an [`EmfPlusRegionNodePath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath) object (section 2.2.2.42). | +| RegionNodeDataTypeAnd | `1` | Specifies a region node with child nodes. A Boolean AND operation SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/) object (section 2.2.2.41). | +| RegionNodeDataTypeOr | `2` | Specifies a region node with child nodes. A Boolean OR operation SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/) object. | +| RegionNodeDataTypeXor | `3` | Specifies a region node with child nodes. A Boolean XOR operation SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/) object. | +| RegionNodeDataTypeExclude | `4` | Specifies a region node with child nodes. A Boolean operation, defined as "the part of region 1 that is excluded from region 2", SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/) object. | +| RegionNodeDataTypeComplement | `5` | Specifies a region node with child nodes. A Boolean operation, defined as "the part of region 2 that is excluded from region 1", SHOULD be applied to the left and right child nodes specified by an [`EmfPlusRegionNodeChildNodes`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/) object. | +| RegionNodeDataTypeRect | `268435456` | Specifies a region node with no child nodes. The RegionNodeData field SHOULD specify a boundary with an [`EmfPlusRectF`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/) object (section 2.2.2.39). | +| RegionNodeDataTypePath | `268435457` | Specifies a region node with no child nodes. The RegionNodeData field SHOULD specify a boundary with an [`EmfPlusRegionNodePath`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/) object (section 2.2.2.42). | | RegionNodeDataTypeEmpty | `268435458` | Specifies a region node with no child nodes. The RegionNodeData field SHOULD NOT be present | | RegionNodeDataTypeInfinite | `268435459` | Specifies a region node with no child nodes, and its bounds are not defined. | -### Remarks +## Remarks -Region node data is specified by [`EmfPlusRegionNode`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode) objects (section 2.2.2.40). +Region node data is specified by [`EmfPlusRegionNode`](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/) objects (section 2.2.2.40). ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode/_index.md index 27b684183e9f..db39d0af841d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSmoothingMode +title: Enum EmfPlusSmoothingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusSmoothingMode enum. The SmoothingMode enumeration defines smoothing modes to apply to lines curves and the edges of filled areas to make them appear more continuous or sharply defined type: docs weight: 5060 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode/ @@ -27,7 +27,7 @@ public enum EmfPlusSmoothingMode : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment/_index.md index dfa9d235385b..e775e3d47be8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStringAlignment +title: Enum EmfPlusStringAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusStringAlignment enum. The StringAlignment enumeration defines ways to align strings with respect to a text layout rectangle type: docs weight: 5070 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment/ @@ -24,7 +24,7 @@ public enum EmfPlusStringAlignment ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringdigitsubstitution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringdigitsubstitution/_index.md index 2c4716dcd676..b5fbb69e832e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringdigitsubstitution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringdigitsubstitution/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStringDigitSubstitution +title: Enum EmfPlusStringDigitSubstitution second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusStringDigitSubstitution enum. The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a users locale or language type: docs weight: 5080 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringdigitsubstitution/ @@ -25,7 +25,7 @@ public enum EmfPlusStringDigitSubstitution ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringformatflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringformatflags/_index.md index 00d64498a046..35e0dae6623c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringformatflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringformatflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStringFormatFlags +title: Enum EmfPlusStringFormatFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusStringFormatFlags enum. The StringFormat flags specify options for graphics text layout including direction clipping and font handling. These flags can be combined to specify multiple options type: docs weight: 5090 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringformatflags/ @@ -32,7 +32,7 @@ public enum EmfPlusStringFormatFlags : uint ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringtrimming/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringtrimming/_index.md index c19f0194a773..ac81ea391eb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringtrimming/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringtrimming/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStringTrimming +title: Enum EmfPlusStringTrimming second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusStringTrimming enum. The StringTrimming enumeration defines how to trim characters from a string that is too large for the text layout rectangle type: docs weight: 5100 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringtrimming/ @@ -27,7 +27,7 @@ public enum EmfPlusStringTrimming ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint/_index.md index 5749df04cd0a..c410f505e5cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTextRenderingHint +title: Enum EmfPlusTextRenderingHint second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusTextRenderingHint enum. The TextRenderingHint enumeration defines types of text hinting and antialiasing which affects the quality of text rendering type: docs weight: 5110 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint/ @@ -27,7 +27,7 @@ public enum EmfPlusTextRenderingHint : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/_index.md index 88d32369ecfe..b9c94ab4ddce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusUnitType +title: Enum EmfPlusUnitType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusUnitType enum. The UnitType enumeration defines units of measurement in different coordinate systems type: docs weight: 5120 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/ @@ -28,7 +28,7 @@ public enum EmfPlusUnitType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/_index.md index 7e2166606814..745058bffa31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusWrapMode +title: Enum EmfPlusWrapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusWrapMode enum. The WrapMode enumeration defines how the pattern from a texture or gradient brush is tiled across a shape or at shape boundaries when it is smaller than the area being filled type: docs weight: 5130 url: /net/aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/ @@ -26,7 +26,7 @@ public enum EmfPlusWrapMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts](../../aspose.imaging.fileformats.emf.emfplus.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/_index.md index 60febb1ba92e..76b1d2cbcb30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-EMFPLUS Enhanced Metafile Format Plus Extensions 2.2 EMF Objects +description: The namespace contains types MSEMFPLUS Enhanced Metafile Format Plus Extensions 2.2 EMF Objects type: docs weight: 390 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/ @@ -12,75 +12,75 @@ The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensi | Class | Description | | --- | --- | -| [EmfPlusBaseBitmapData](./emfplusbasebitmapdata) | Base class for bitmap data types. | -| [EmfPlusBaseBrushData](./emfplusbasebrushdata) | Base class for Brush data types. | -| [EmfPlusBaseImageData](./emfplusbaseimagedata) | Base class for image data types. | -| [EmfPlusBasePointType](./emfplusbasepointtype) | The base point type. | -| [EmfPlusBitmap](./emfplusbitmap) | The EmfPlusBitmap object specifies a bitmap that contains a graphics image. | -| [EmfPlusBitmapData](./emfplusbitmapdata) | The EmfPlusBitmapData object specifies a bitmap image with pixel data. | -| [EmfPlusBlendBase](./emfplusblendbase) | Base object for blend objects | -| [EmfPlusBlendColors](./emfplusblendcolors) | The EmfPlusBlendColors object specifies positions and colors for the blend pattern of a gradient brush. | -| [EmfPlusBlendFactors](./emfplusblendfactors) | The EmfPlusBlendFactors object specifies positions and factors for the blend pattern of a gradient brush. | -| [EmfPlusBlurEffect](./emfplusblureffect) | The BlurEffect object specifies a decrease in the difference in intensity between pixels in an image. | -| [EmfPlusBoundaryBase](./emfplusboundarybase) | Base class for boundary objects | -| [EmfPlusBoundaryPathData](./emfplusboundarypathdata) | The EmfPlusBoundaryPathData object specifies a graphics path boundary for a gradient brush. | -| [EmfPlusBoundaryPointData](./emfplusboundarypointdata) | The EmfPlusBoundaryPointData object specifies a closed cardinal spline boundary for a gradient brush | -| [EmfPlusBrightnessContrastEffect](./emfplusbrightnesscontrasteffect) | The BrightnessContrastEffect object specifies an expansion or contraction of the lightest and darkest areas of an image. | -| [EmfPlusBrush](./emfplusbrush) | The EmfPlusBrush object specifies a graphics brush for filling regions. | -| [EmfPlusCharacterRange](./emfpluscharacterrange) | EmfPlusCharacterRange description | -| [EmfPlusColorBalanceEffect](./emfpluscolorbalanceeffect) | The ColorBalanceEffect object specifies adjustments to the relative amounts of red, green, and blue in an image. | -| [EmfPlusColorCurveEffect](./emfpluscolorcurveeffect) | The ColorCurveEffect object specifies one of eight adjustments to the color curve of an image. | -| [EmfPlusColorLookupTableEffect](./emfpluscolorlookuptableeffect) | The ColorLookupTableEffect object specifies adjustments to the colors in an image. | -| [EmfPlusColorMatrixEffect](./emfpluscolormatrixeffect) | The ColorMatrixEffect object specifies an affine transform to be applied to an image. | -| [EmfPlusCompoundLineData](./emfpluscompoundlinedata) | The EmfPlusCompoundLineData object specifies line and space data for a compound line. | -| [EmfPlusCompressedImage](./emfpluscompressedimage) | The EmfPlusCompressedImage object specifies an image with compressed data. | -| [EmfPlusCustomBaseLineCap](./emfpluscustombaselinecap) | Base class for custom line cap types. | -| [EmfPlusCustomEndCapData](./emfpluscustomendcapdata) | The EmfPlusCustomEndCapData object specifies a custom line cap for the end of a line. | -| [EmfPlusCustomLineCap](./emfpluscustomlinecap) | The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen. | -| [EmfPlusCustomLineCapArrowData](./emfpluscustomlinecaparrowdata) | The EmfPlusCustomLineCapArrowData object specifies adjustable arrow data for a custom line cap. | -| [EmfPlusCustomLineCapData](./emfpluscustomlinecapdata) | The EmfPlusCustomLineCapData object specifies default data for a custom line cap. | -| [EmfPlusCustomLineCapOptionalData](./emfpluscustomlinecapoptionaldata) | The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap. | -| [EmfPlusCustomStartCapData](./emfpluscustomstartcapdata) | The EmfPlusCustomStartCapData object specifies a custom line cap for the start of a line. | -| [EmfPlusDashedLineData](./emfplusdashedlinedata) | The EmfPlusDashedLineData object specifies properties of a dashed line for a graphics pen. | -| [EmfPlusFillPath](./emfplusfillpath) | The EmfPlusFillPath object specifies a graphics path for filling a custom line cap | -| [EmfPlusFocusScaleData](./emfplusfocusscaledata) | The EmfPlusFocusScaleData object specifies focus scales for the blend pattern of a path gradient brush. | -| [EmfPlusFont](./emfplusfont) | The EmfPlusFont object specifies properties that determine the appearance of text, including typeface, size, and style. | -| [EmfPlusGraphicsObjectType](./emfplusgraphicsobjecttype) | The Graphics Objects specify parameters for graphics output. They are part of the playback device context and are persistent during the playback of an EMF+ metafile. | -| [EmfPlusGraphicsVersion](./emfplusgraphicsversion) | The EmfPlusGraphicsVersion object specifies the version of operating system graphics that is used to create an EMF+ metafile. | -| [EmfPlusHatchBrushData](./emfplushatchbrushdata) | The EmfPlusHatchBrushData object specifies a hatch pattern for a graphics brush. | -| [EmfPlusHueSaturationLightnessEffect](./emfplushuesaturationlightnesseffect) | The HueSaturationLightnessEffect object specifies adjustments to the hue, saturation, and lightness of an image. | -| [EmfPlusImage](./emfplusimage) | The EmfPlusImage object specifies a graphics image in the form of a bitmap or metafile. | -| [EmfPlusImageAttributes](./emfplusimageattributes) | The EmfPlusImageAttributes object specifies how bitmap image colors are manipulated during rendering. | -| [EmfPlusImageEffectsObjectType](./emfplusimageeffectsobjecttype) | The Image Effects Objects specify parameters for graphics image effects, which can be applied to bitmap images | -| [EmfPlusLanguageIdentifier](./emfpluslanguageidentifier) | The EmfPlusLanguageIdentifier object specifies a language identifier that corresponds to the natural language in a locale, including countries, geographical regions, and administrative districts. Each language identifier is an encoding of a primary language value and sublanguage value. | -| [EmfPlusLevelsEffect](./emfpluslevelseffect) | The LevelsEffect object specifies adjustments to the highlights, midtones, and shadows of an image. | -| [EmfPlusLinearGradientBrushData](./emfpluslineargradientbrushdata) | The EmfPlusLinearGradientBrushData object specifies a linear gradient for a graphics brush. | -| [EmfPlusLinearGradientBrushOptionalData](./emfpluslineargradientbrushoptionaldata) | The EmfPlusLinearGradientBrushOptionalData object specifies optional data for a linear gradient brush. | -| [EmfPlusLinePath](./emfpluslinepath) | The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap. | -| [EmfPlusMetafile](./emfplusmetafile) | The EmfPlusMetafileData object specifies a metafile that contains a graphics image | -| [EmfPlusObject](./emfplusobject) | Base Emf+ object type. | -| [EmfPlusPalette](./emfpluspalette) | The EmfPlusPalette object specifies the colors that make up a palette. | -| [EmfPlusPath](./emfpluspath) | The EmfPlusPath object specifies a series of line and curve segments that form a graphics path. The order for Bezier data points is the start point, control point 1, control point 2, and end point.For more information see[MSDN - DrawBeziers]. | -| [EmfPlusPathGradientBrushData](./emfpluspathgradientbrushdata) | The EmfPlusPathGradientBrushData object specifies a path gradient for a graphics brush. | -| [EmfPlusPathGradientBrushOptionalData](./emfpluspathgradientbrushoptionaldata) | The EmfPlusPathGradientBrushOptionalData object specifies optional data for a path gradient brush. | -| [EmfPlusPathPointType](./emfpluspathpointtype) | The EmfPlusPathPointType object specifies a type value associated with a point on a graphics | -| [EmfPlusPathPointTypeRle](./emfpluspathpointtyperle) | The EmfPlusPathPointTypeRle object specifies type values associated with points on a graphics path using RLE compression. 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 B|1|RunCount | PointType | B (1 bit): If set, the path points are on a Bezier curve. If clear, the path points are on a graphics line. RunCount (6 bits): The run count, which is the number of path points to be associated with the type in the PointType field. PointType (1 byte): An EmfPlusPathPointType object (section 2.2.2.31) that specifies the type to associate with the path points. | -| [EmfPlusPen](./emfpluspen) | The EmfPlusPen object specifies a graphics pen for the drawing of lines. | -| [EmfPlusPenData](./emfpluspendata) | The EmfPlusPenData object specifies properties of a graphics pen. | -| [EmfPlusPenOptionalData](./emfpluspenoptionaldata) | The EmfPlusPenOptionalData object specifies optional data for a graphics pen | -| [EmfPlusRectF](./emfplusrectf) | The EmfPlusRectF object specifies a rectangle's origin, height, and width as 32-bit floating-point values. | -| [EmfPlusRedEyeCorrectionEffect](./emfplusredeyecorrectioneffect) | The RedEyeCorrectionEffect object specifies areas of an image to which a red-eye correction is applied. | -| [EmfPlusRegion](./emfplusregion) | The EmfPlusRegion object specifies line and curve segments that define a non rectilinear shape | -| [EmfPlusRegionNode](./emfplusregionnode) | The EmfPlusRegionNode object specifies nodes of a graphics region. | -| [EmfPlusRegionNodeChildNodes](./emfplusregionnodechildnodes) | The EmfPlusRegionNodeChildNodes object specifies child nodes of a graphics region node | -| [EmfPlusRegionNodePath](./emfplusregionnodepath) | The EmfPlusRegionNodePath object specifies a graphics path for drawing the boundary of a region node. | -| [EmfPlusSharpenEffect](./emfplussharpeneffect) | The SharpenEffect object specifies an increase in the difference in intensity between pixels in an image. | -| [EmfPlusSolidBrushData](./emfplussolidbrushdata) | The EmfPlusSolidBrushData object specifies a solid color for a graphics brush. | -| [EmfPlusStringFormat](./emfplusstringformat) | The EmfPlusStringFormat object specifies text layout, display manipulations, and language identification | -| [EmfPlusStringFormatData](./emfplusstringformatdata) | The EmfPlusStringFormatData object specifies tab stops and character positions for a graphics string. | -| [EmfPlusStructureObjectType](./emfplusstructureobjecttype) | The Structure Objects specify containers for data structures that are embedded in EMF+ metafile records.Structure objects, unlike graphics objects, are not explicitly created; they are components that make up more complex structures | -| [EmfPlusTextureBrushData](./emfplustexturebrushdata) | The EmfPlusTextureBrushData object specifies a texture image for a graphics brush. | -| [EmfPlusTextureBrushOptionalData](./emfplustexturebrushoptionaldata) | he EmfPlusTextureBrushOptionalData object specifies optional data for a texture brush. | -| [EmfPlusTintEffect](./emfplustinteffect) | The TintEffect object specifies an addition of black or white to a specified hue in an image. | +| [EmfPlusBaseBitmapData](./emfplusbasebitmapdata/) | Base class for bitmap data types. | +| [EmfPlusBaseBrushData](./emfplusbasebrushdata/) | Base class for Brush data types. | +| [EmfPlusBaseImageData](./emfplusbaseimagedata/) | Base class for image data types. | +| [EmfPlusBasePointType](./emfplusbasepointtype/) | The base point type. | +| [EmfPlusBitmap](./emfplusbitmap/) | The EmfPlusBitmap object specifies a bitmap that contains a graphics image. | +| [EmfPlusBitmapData](./emfplusbitmapdata/) | The EmfPlusBitmapData object specifies a bitmap image with pixel data. | +| [EmfPlusBlendBase](./emfplusblendbase/) | Base object for blend objects | +| [EmfPlusBlendColors](./emfplusblendcolors/) | The EmfPlusBlendColors object specifies positions and colors for the blend pattern of a gradient brush. | +| [EmfPlusBlendFactors](./emfplusblendfactors/) | The EmfPlusBlendFactors object specifies positions and factors for the blend pattern of a gradient brush. | +| [EmfPlusBlurEffect](./emfplusblureffect/) | The BlurEffect object specifies a decrease in the difference in intensity between pixels in an image. | +| [EmfPlusBoundaryBase](./emfplusboundarybase/) | Base class for boundary objects | +| [EmfPlusBoundaryPathData](./emfplusboundarypathdata/) | The EmfPlusBoundaryPathData object specifies a graphics path boundary for a gradient brush. | +| [EmfPlusBoundaryPointData](./emfplusboundarypointdata/) | The EmfPlusBoundaryPointData object specifies a closed cardinal spline boundary for a gradient brush | +| [EmfPlusBrightnessContrastEffect](./emfplusbrightnesscontrasteffect/) | The BrightnessContrastEffect object specifies an expansion or contraction of the lightest and darkest areas of an image. | +| [EmfPlusBrush](./emfplusbrush/) | The EmfPlusBrush object specifies a graphics brush for filling regions. | +| [EmfPlusCharacterRange](./emfpluscharacterrange/) | EmfPlusCharacterRange description | +| [EmfPlusColorBalanceEffect](./emfpluscolorbalanceeffect/) | The ColorBalanceEffect object specifies adjustments to the relative amounts of red, green, and blue in an image. | +| [EmfPlusColorCurveEffect](./emfpluscolorcurveeffect/) | The ColorCurveEffect object specifies one of eight adjustments to the color curve of an image. | +| [EmfPlusColorLookupTableEffect](./emfpluscolorlookuptableeffect/) | The ColorLookupTableEffect object specifies adjustments to the colors in an image. | +| [EmfPlusColorMatrixEffect](./emfpluscolormatrixeffect/) | The ColorMatrixEffect object specifies an affine transform to be applied to an image. | +| [EmfPlusCompoundLineData](./emfpluscompoundlinedata/) | The EmfPlusCompoundLineData object specifies line and space data for a compound line. | +| [EmfPlusCompressedImage](./emfpluscompressedimage/) | The EmfPlusCompressedImage object specifies an image with compressed data. | +| [EmfPlusCustomBaseLineCap](./emfpluscustombaselinecap/) | Base class for custom line cap types. | +| [EmfPlusCustomEndCapData](./emfpluscustomendcapdata/) | The EmfPlusCustomEndCapData object specifies a custom line cap for the end of a line. | +| [EmfPlusCustomLineCap](./emfpluscustomlinecap/) | The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen. | +| [EmfPlusCustomLineCapArrowData](./emfpluscustomlinecaparrowdata/) | The EmfPlusCustomLineCapArrowData object specifies adjustable arrow data for a custom line cap. | +| [EmfPlusCustomLineCapData](./emfpluscustomlinecapdata/) | The EmfPlusCustomLineCapData object specifies default data for a custom line cap. | +| [EmfPlusCustomLineCapOptionalData](./emfpluscustomlinecapoptionaldata/) | The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap. | +| [EmfPlusCustomStartCapData](./emfpluscustomstartcapdata/) | The EmfPlusCustomStartCapData object specifies a custom line cap for the start of a line. | +| [EmfPlusDashedLineData](./emfplusdashedlinedata/) | The EmfPlusDashedLineData object specifies properties of a dashed line for a graphics pen. | +| [EmfPlusFillPath](./emfplusfillpath/) | The EmfPlusFillPath object specifies a graphics path for filling a custom line cap | +| [EmfPlusFocusScaleData](./emfplusfocusscaledata/) | The EmfPlusFocusScaleData object specifies focus scales for the blend pattern of a path gradient brush. | +| [EmfPlusFont](./emfplusfont/) | The EmfPlusFont object specifies properties that determine the appearance of text, including typeface, size, and style. | +| [EmfPlusGraphicsObjectType](./emfplusgraphicsobjecttype/) | The Graphics Objects specify parameters for graphics output. They are part of the playback device context and are persistent during the playback of an EMF+ metafile. | +| [EmfPlusGraphicsVersion](./emfplusgraphicsversion/) | The EmfPlusGraphicsVersion object specifies the version of operating system graphics that is used to create an EMF+ metafile. | +| [EmfPlusHatchBrushData](./emfplushatchbrushdata/) | The EmfPlusHatchBrushData object specifies a hatch pattern for a graphics brush. | +| [EmfPlusHueSaturationLightnessEffect](./emfplushuesaturationlightnesseffect/) | The HueSaturationLightnessEffect object specifies adjustments to the hue, saturation, and lightness of an image. | +| [EmfPlusImage](./emfplusimage/) | The EmfPlusImage object specifies a graphics image in the form of a bitmap or metafile. | +| [EmfPlusImageAttributes](./emfplusimageattributes/) | The EmfPlusImageAttributes object specifies how bitmap image colors are manipulated during rendering. | +| [EmfPlusImageEffectsObjectType](./emfplusimageeffectsobjecttype/) | The Image Effects Objects specify parameters for graphics image effects, which can be applied to bitmap images | +| [EmfPlusLanguageIdentifier](./emfpluslanguageidentifier/) | The EmfPlusLanguageIdentifier object specifies a language identifier that corresponds to the natural language in a locale, including countries, geographical regions, and administrative districts. Each language identifier is an encoding of a primary language value and sublanguage value. | +| [EmfPlusLevelsEffect](./emfpluslevelseffect/) | The LevelsEffect object specifies adjustments to the highlights, midtones, and shadows of an image. | +| [EmfPlusLinearGradientBrushData](./emfpluslineargradientbrushdata/) | The EmfPlusLinearGradientBrushData object specifies a linear gradient for a graphics brush. | +| [EmfPlusLinearGradientBrushOptionalData](./emfpluslineargradientbrushoptionaldata/) | The EmfPlusLinearGradientBrushOptionalData object specifies optional data for a linear gradient brush. | +| [EmfPlusLinePath](./emfpluslinepath/) | The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap. | +| [EmfPlusMetafile](./emfplusmetafile/) | The EmfPlusMetafileData object specifies a metafile that contains a graphics image | +| [EmfPlusObject](./emfplusobject/) | Base Emf+ object type. | +| [EmfPlusPalette](./emfpluspalette/) | The EmfPlusPalette object specifies the colors that make up a palette. | +| [EmfPlusPath](./emfpluspath/) | The EmfPlusPath object specifies a series of line and curve segments that form a graphics path. The order for Bezier data points is the start point, control point 1, control point 2, and end point.For more information see[MSDN - DrawBeziers]. | +| [EmfPlusPathGradientBrushData](./emfpluspathgradientbrushdata/) | The EmfPlusPathGradientBrushData object specifies a path gradient for a graphics brush. | +| [EmfPlusPathGradientBrushOptionalData](./emfpluspathgradientbrushoptionaldata/) | The EmfPlusPathGradientBrushOptionalData object specifies optional data for a path gradient brush. | +| [EmfPlusPathPointType](./emfpluspathpointtype/) | The EmfPlusPathPointType object specifies a type value associated with a point on a graphics | +| [EmfPlusPathPointTypeRle](./emfpluspathpointtyperle/) | The EmfPlusPathPointTypeRle object specifies type values associated with points on a graphics path using RLE compression. 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 B|1|RunCount | PointType | B (1 bit): If set, the path points are on a Bezier curve. If clear, the path points are on a graphics line. RunCount (6 bits): The run count, which is the number of path points to be associated with the type in the PointType field. PointType (1 byte): An EmfPlusPathPointType object (section 2.2.2.31) that specifies the type to associate with the path points. | +| [EmfPlusPen](./emfpluspen/) | The EmfPlusPen object specifies a graphics pen for the drawing of lines. | +| [EmfPlusPenData](./emfpluspendata/) | The EmfPlusPenData object specifies properties of a graphics pen. | +| [EmfPlusPenOptionalData](./emfpluspenoptionaldata/) | The EmfPlusPenOptionalData object specifies optional data for a graphics pen | +| [EmfPlusRectF](./emfplusrectf/) | The EmfPlusRectF object specifies a rectangle's origin, height, and width as 32-bit floating-point values. | +| [EmfPlusRedEyeCorrectionEffect](./emfplusredeyecorrectioneffect/) | The RedEyeCorrectionEffect object specifies areas of an image to which a red-eye correction is applied. | +| [EmfPlusRegion](./emfplusregion/) | The EmfPlusRegion object specifies line and curve segments that define a non rectilinear shape | +| [EmfPlusRegionNode](./emfplusregionnode/) | The EmfPlusRegionNode object specifies nodes of a graphics region. | +| [EmfPlusRegionNodeChildNodes](./emfplusregionnodechildnodes/) | The EmfPlusRegionNodeChildNodes object specifies child nodes of a graphics region node | +| [EmfPlusRegionNodePath](./emfplusregionnodepath/) | The EmfPlusRegionNodePath object specifies a graphics path for drawing the boundary of a region node. | +| [EmfPlusSharpenEffect](./emfplussharpeneffect/) | The SharpenEffect object specifies an increase in the difference in intensity between pixels in an image. | +| [EmfPlusSolidBrushData](./emfplussolidbrushdata/) | The EmfPlusSolidBrushData object specifies a solid color for a graphics brush. | +| [EmfPlusStringFormat](./emfplusstringformat/) | The EmfPlusStringFormat object specifies text layout, display manipulations, and language identification | +| [EmfPlusStringFormatData](./emfplusstringformatdata/) | The EmfPlusStringFormatData object specifies tab stops and character positions for a graphics string. | +| [EmfPlusStructureObjectType](./emfplusstructureobjecttype/) | The Structure Objects specify containers for data structures that are embedded in EMF+ metafile records.Structure objects, unlike graphics objects, are not explicitly created; they are components that make up more complex structures | +| [EmfPlusTextureBrushData](./emfplustexturebrushdata/) | The EmfPlusTextureBrushData object specifies a texture image for a graphics brush. | +| [EmfPlusTextureBrushOptionalData](./emfplustexturebrushoptionaldata/) | he EmfPlusTextureBrushOptionalData object specifies optional data for a texture brush. | +| [EmfPlusTintEffect](./emfplustinteffect/) | The TintEffect object specifies an addition of black or white to a specified hue in an image. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebitmapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebitmapdata/_index.md index 92eed10d7282..790fd495b2d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebitmapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebitmapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBaseBitmapData +title: Class EmfPlusBaseBitmapData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBaseBitmapData class. Base class for bitmap data types type: docs weight: 5140 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebitmapdata/ @@ -16,8 +16,8 @@ public abstract class EmfPlusBaseBitmapData : EmfPlusStructureObjectType ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebrushdata/_index.md index b0336ae6211e..a946d4f93f67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBaseBrushData +title: Class EmfPlusBaseBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBaseBrushData class. Base class for Brush data types type: docs weight: 5150 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasebrushdata/ @@ -16,8 +16,8 @@ public abstract class EmfPlusBaseBrushData : EmfPlusStructureObjectType ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbaseimagedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbaseimagedata/_index.md index 662d8d11016e..a80cb9befbfe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbaseimagedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbaseimagedata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBaseImageData +title: Class EmfPlusBaseImageData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBaseImageData class. Base class for image data types type: docs weight: 5160 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbaseimagedata/ @@ -16,8 +16,8 @@ public abstract class EmfPlusBaseImageData : EmfPlusStructureObjectType ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasepointtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasepointtype/_index.md index 9ba48ff1e52d..cd937ddd1495 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasepointtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasepointtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBasePointType +title: Class EmfPlusBasePointType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBasePointType class. The base point type type: docs weight: 5170 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbasepointtype/ @@ -16,7 +16,7 @@ public abstract class EmfPlusBasePointType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/_index.md index 3cf0fb3c4aed..2fc91b863c70 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBitmap +title: Class EmfPlusBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBitmap class. The EmfPlusBitmap object specifies a bitmap that contains a graphics image type: docs weight: 5180 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/ @@ -18,23 +18,23 @@ public sealed class EmfPlusBitmap : EmfPlusBaseImageData | Name | Description | | --- | --- | -| [EmfPlusBitmap](emfplusbitmap)() | The default constructor. | +| [EmfPlusBitmap](emfplusbitmap/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BitmapData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/bitmapdata) { get; set; } | Gets or sets bitmap data BitmapData (variable): Variable-length data that defines the bitmap data object specified in the Type field. The content and format of the data can be different for every bitmap type. | -| [Height](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/height) { get; set; } | Gets or sets bitmap height Height (4 bytes): A 32-bit signed integer that specifies the height in pixels of the area occupied by the bitmap. If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. | -| [PixelFormat](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/pixelformat) { get; set; } | Gets or sets pixel format PixelFormat (4 bytes): A 32-bit unsigned integer that specifies the format of the pixels that make up the bitmap image. The supported pixel formats are specified in the [`EmfPlusPixelFormat`](../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat) enumeration (section 2.1.1.25). If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. | -| [Stride](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/stride) { get; set; } | Gets or sets stride of the image Stride (4 bytes): A 32-bit signed integer that specifies the byte offset between the beginning of one scan-line and the next. This value is the number of bytes per pixel, which is specified in the PixelFormat field, multiplied by the width in pixels, which is specified in the Width field. The value of this field MUST be a multiple of four. If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/type) { get; set; } | Gets or sets type of the image Type (4 bytes): A 32-bit unsigned integer that specifies the type of data in the BitmapData field. This value MUST be defined in the [`EmfPlusBitmapDataType`](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype) enumeration (section 2.1.1.2). | -| [Width](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/width) { get; set; } | Gets or sets image Width Width (4 bytes): A 32-bit signed integer that specifies the width in pixels of the area occupied by the bitmap. If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. | +| [BitmapData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/bitmapdata/) { get; set; } | Gets or sets bitmap data BitmapData (variable): Variable-length data that defines the bitmap data object specified in the Type field. The content and format of the data can be different for every bitmap type. | +| [Height](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/height/) { get; set; } | Gets or sets bitmap height Height (4 bytes): A 32-bit signed integer that specifies the height in pixels of the area occupied by the bitmap. If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. | +| [PixelFormat](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/pixelformat/) { get; set; } | Gets or sets pixel format PixelFormat (4 bytes): A 32-bit unsigned integer that specifies the format of the pixels that make up the bitmap image. The supported pixel formats are specified in the [`EmfPlusPixelFormat`](../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/) enumeration (section 2.1.1.25). If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. | +| [Stride](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/stride/) { get; set; } | Gets or sets stride of the image Stride (4 bytes): A 32-bit signed integer that specifies the byte offset between the beginning of one scan-line and the next. This value is the number of bytes per pixel, which is specified in the PixelFormat field, multiplied by the width in pixels, which is specified in the Width field. The value of this field MUST be a multiple of four. If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/type/) { get; set; } | Gets or sets type of the image Type (4 bytes): A 32-bit unsigned integer that specifies the type of data in the BitmapData field. This value MUST be defined in the [`EmfPlusBitmapDataType`](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype/) enumeration (section 2.1.1.2). | +| [Width](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/width/) { get; set; } | Gets or sets image Width Width (4 bytes): A 32-bit signed integer that specifies the width in pixels of the area occupied by the bitmap. If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. | ### See Also -* class [EmfPlusBaseImageData](../emfplusbaseimagedata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseImageData](../emfplusbaseimagedata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/bitmapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/bitmapdata/_index.md index 428e0287f65c..14db4f7f58f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/bitmapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/bitmapdata/_index.md @@ -1,7 +1,7 @@ --- -title: BitmapData +title: EmfPlusBitmap.BitmapData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmap property. Gets or sets bitmap data BitmapData variable Variablelength data that defines the bitmap data object specified in the Type field. The content and format of the data can be different for every bitmap type type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/bitmapdata/ @@ -20,9 +20,9 @@ The bitmap data. ### See Also -* class [EmfPlusBaseBitmapData](../../emfplusbasebitmapdata) -* class [EmfPlusBitmap](../../emfplusbitmap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap) +* class [EmfPlusBaseBitmapData](../../emfplusbasebitmapdata/) +* class [EmfPlusBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/emfplusbitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/emfplusbitmap/_index.md index 0c2689454f30..742410292d94 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/emfplusbitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/emfplusbitmap/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBitmap +title: EmfPlusBitmap.EmfPlusBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmap constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/emfplusbitmap/ @@ -16,8 +16,8 @@ public EmfPlusBitmap() ### See Also -* class [EmfPlusBitmap](../../emfplusbitmap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap) +* class [EmfPlusBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/height/_index.md index f255c4b818c6..2bead0233b5b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: EmfPlusBitmap.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmap property. Gets or sets bitmap height Height 4 bytes A 32bit signed integer that specifies the height in pixels of the area occupied by the bitmap. If the image is compressed according to the Type field this value is undefined and MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [EmfPlusBitmap](../../emfplusbitmap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap) +* class [EmfPlusBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/pixelformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/pixelformat/_index.md index 2a8c5f7bf01c..97d9789787ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/pixelformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/pixelformat/_index.md @@ -1,14 +1,14 @@ --- -title: PixelFormat +title: EmfPlusBitmap.PixelFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmap property. Gets or sets pixel format PixelFormat 4 bytes A 32bit unsigned integer that specifies the format of the pixels that make up the bitmap image. The supported pixel formats are specified in the EmfPlusPixelFormat enumeration section 2.1.1.25. If the image is compressed according to the Type field this value is undefined and MUST be ignored type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/pixelformat/ --- ## EmfPlusBitmap.PixelFormat property -Gets or sets pixel format PixelFormat (4 bytes): A 32-bit unsigned integer that specifies the format of the pixels that make up the bitmap image. The supported pixel formats are specified in the [`EmfPlusPixelFormat`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat) enumeration (section 2.1.1.25). If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. +Gets or sets pixel format PixelFormat (4 bytes): A 32-bit unsigned integer that specifies the format of the pixels that make up the bitmap image. The supported pixel formats are specified in the [`EmfPlusPixelFormat`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/) enumeration (section 2.1.1.25). If the image is compressed, according to the Type field, this value is undefined and MUST be ignored. ```csharp public EmfPlusPixelFormat PixelFormat { get; set; } @@ -20,9 +20,9 @@ The pixel format. ### See Also -* enum [EmfPlusPixelFormat](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat) -* class [EmfPlusBitmap](../../emfplusbitmap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap) +* enum [EmfPlusPixelFormat](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/) +* class [EmfPlusBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/stride/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/stride/_index.md index f882e79fcd61..eda85592f754 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/stride/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/stride/_index.md @@ -1,7 +1,7 @@ --- -title: Stride +title: EmfPlusBitmap.Stride second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmap property. Gets or sets stride of the image Stride 4 bytes A 32bit signed integer that specifies the byte offset between the beginning of one scanline and the next. This value is the number of bytes per pixel which is specified in the PixelFormat field multiplied by the width in pixels which is specified in the Width field. The value of this field MUST be a multiple of four. If the image is compressed according to the Type field this value is undefined and MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/stride/ @@ -20,8 +20,8 @@ The stride. ### See Also -* class [EmfPlusBitmap](../../emfplusbitmap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap) +* class [EmfPlusBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/type/_index.md index 6fb83e23e44e..dbac47b1de07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/type/_index.md @@ -1,14 +1,14 @@ --- -title: Type +title: EmfPlusBitmap.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmap property. Gets or sets type of the image Type 4 bytes A 32bit unsigned integer that specifies the type of data in the BitmapData field. This value MUST be defined in the EmfPlusBitmapDataType enumeration section 2.1.1.2 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/type/ --- ## EmfPlusBitmap.Type property -Gets or sets type of the image Type (4 bytes): A 32-bit unsigned integer that specifies the type of data in the BitmapData field. This value MUST be defined in the [`EmfPlusBitmapDataType`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype) enumeration (section 2.1.1.2). +Gets or sets type of the image Type (4 bytes): A 32-bit unsigned integer that specifies the type of data in the BitmapData field. This value MUST be defined in the [`EmfPlusBitmapDataType`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype/) enumeration (section 2.1.1.2). ```csharp public EmfPlusBitmapDataType Type { get; set; } @@ -20,9 +20,9 @@ The type. ### See Also -* enum [EmfPlusBitmapDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype) -* class [EmfPlusBitmap](../../emfplusbitmap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap) +* enum [EmfPlusBitmapDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbitmapdatatype/) +* class [EmfPlusBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/width/_index.md index c67505a19f7f..f250d8da9fb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: EmfPlusBitmap.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmap property. Gets or sets image Width Width 4 bytes A 32bit signed integer that specifies the width in pixels of the area occupied by the bitmap. If the image is compressed according to the Type field this value is undefined and MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmap/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [EmfPlusBitmap](../../emfplusbitmap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap) +* class [EmfPlusBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/_index.md index b8d4108523a9..73faca58991b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBitmapData +title: Class EmfPlusBitmapData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBitmapData class. The EmfPlusBitmapData object specifies a bitmap image with pixel data type: docs weight: 5190 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/ @@ -18,19 +18,19 @@ public sealed class EmfPlusBitmapData : EmfPlusBaseBitmapData | Name | Description | | --- | --- | -| [EmfPlusBitmapData](emfplusbitmapdata)() | The default constructor. | +| [EmfPlusBitmapData](emfplusbitmapdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Colors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/colors) { get; set; } | Gets or sets the palette colors Colors (variable): An optional [`EmfPlusPalette`](../emfpluspalette) object (section 2.2.2.28), which specifies the palette of colors used in the pixel data. This field MUST be present if the I flag is set in the PixelFormat field of the [`EmfPlusBitmap`](../emfplusbitmap) object. | -| [PixelData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/pixeldata) { get; set; } | Gets or sets pixel data PixelData (variable): An array of bytes that specify the pixel data. The size and format of this data can be computed from fields in the EmfPlusBitmap object, including the pixel format from the [`EmfPlusPixelFormat`](../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat) enumeration (section 2.1.1.25). | +| [Colors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/colors/) { get; set; } | Gets or sets the palette colors Colors (variable): An optional [`EmfPlusPalette`](../emfpluspalette/) object (section 2.2.2.28), which specifies the palette of colors used in the pixel data. This field MUST be present if the I flag is set in the PixelFormat field of the [`EmfPlusBitmap`](../emfplusbitmap/) object. | +| [PixelData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/pixeldata/) { get; set; } | Gets or sets pixel data PixelData (variable): An array of bytes that specify the pixel data. The size and format of this data can be computed from fields in the EmfPlusBitmap object, including the pixel format from the [`EmfPlusPixelFormat`](../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/) enumeration (section 2.1.1.25). | ### See Also -* class [EmfPlusBaseBitmapData](../emfplusbasebitmapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseBitmapData](../emfplusbasebitmapdata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/colors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/colors/_index.md index 8d13806008a5..cdbb427d307a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/colors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/colors/_index.md @@ -1,14 +1,14 @@ --- -title: Colors +title: EmfPlusBitmapData.Colors second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmapData property. Gets or sets the palette colors Colors variable An optional EmfPlusPalette object section 2.2.2.28 which specifies the palette of colors used in the pixel data. This field MUST be present if the I flag is set in the PixelFormat field of the EmfPlusBitmap object type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/colors/ --- ## EmfPlusBitmapData.Colors property -Gets or sets the palette colors Colors (variable): An optional [`EmfPlusPalette`](../../emfpluspalette) object (section 2.2.2.28), which specifies the palette of colors used in the pixel data. This field MUST be present if the I flag is set in the PixelFormat field of the [`EmfPlusBitmap`](../../emfplusbitmap) object. +Gets or sets the palette colors Colors (variable): An optional [`EmfPlusPalette`](../../emfpluspalette/) object (section 2.2.2.28), which specifies the palette of colors used in the pixel data. This field MUST be present if the I flag is set in the PixelFormat field of the [`EmfPlusBitmap`](../../emfplusbitmap/) object. ```csharp public EmfPlusPalette Colors { get; set; } @@ -20,9 +20,9 @@ The colors. ### See Also -* class [EmfPlusPalette](../../emfpluspalette) -* class [EmfPlusBitmapData](../../emfplusbitmapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmapdata) +* class [EmfPlusPalette](../../emfpluspalette/) +* class [EmfPlusBitmapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/emfplusbitmapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/emfplusbitmapdata/_index.md index 93362ea62bc9..1103fa8609b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/emfplusbitmapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/emfplusbitmapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBitmapData +title: EmfPlusBitmapData.EmfPlusBitmapData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmapData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/emfplusbitmapdata/ @@ -16,8 +16,8 @@ public EmfPlusBitmapData() ### See Also -* class [EmfPlusBitmapData](../../emfplusbitmapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmapdata) +* class [EmfPlusBitmapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/pixeldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/pixeldata/_index.md index 978dc6b4b45d..70823128efdd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/pixeldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/pixeldata/_index.md @@ -1,14 +1,14 @@ --- -title: PixelData +title: EmfPlusBitmapData.PixelData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBitmapData property. Gets or sets pixel data PixelData variable An array of bytes that specify the pixel data. The size and format of this data can be computed from fields in the EmfPlusBitmap object including the pixel format from the EmfPlusPixelFormat enumeration section 2.1.1.25 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbitmapdata/pixeldata/ --- ## EmfPlusBitmapData.PixelData property -Gets or sets pixel data PixelData (variable): An array of bytes that specify the pixel data. The size and format of this data can be computed from fields in the EmfPlusBitmap object, including the pixel format from the [`EmfPlusPixelFormat`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat) enumeration (section 2.1.1.25). +Gets or sets pixel data PixelData (variable): An array of bytes that specify the pixel data. The size and format of this data can be computed from fields in the EmfPlusBitmap object, including the pixel format from the [`EmfPlusPixelFormat`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixelformat/) enumeration (section 2.1.1.25). ```csharp public byte[] PixelData { get; set; } @@ -20,8 +20,8 @@ The pixel data. ### See Also -* class [EmfPlusBitmapData](../../emfplusbitmapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmapdata) +* class [EmfPlusBitmapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbitmapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/_index.md index 438e49153142..38aab194040e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBlendBase +title: Class EmfPlusBlendBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBlendBase class. Base object for blend objects type: docs weight: 5200 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/ @@ -18,12 +18,12 @@ public abstract class EmfPlusBlendBase : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [BlendPositions](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions) { get; set; } | Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint | +| [BlendPositions](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions/) { get; set; } | Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions/_index.md index e5ca07ddfc51..e1f20aac3443 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions/_index.md @@ -1,7 +1,7 @@ --- -title: BlendPositions +title: EmfPlusBlendBase.BlendPositions second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBlendBase property. Gets or sets blend positions An array of PositionCount 32bit floatingpoint values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush 0.0 represents the midpoint and 1.0 represents an endpoint type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions/ @@ -16,8 +16,8 @@ public float[] BlendPositions { get; set; } ### See Also -* class [EmfPlusBlendBase](../../emfplusblendbase) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendbase) +* class [EmfPlusBlendBase](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/_index.md index 7840d2bc3d5a..1f1d9f61fb65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBlendColors +title: Class EmfPlusBlendColors second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBlendColors class. The EmfPlusBlendColors object specifies positions and colors for the blend pattern of a gradient brush type: docs weight: 5210 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/ @@ -18,19 +18,19 @@ public sealed class EmfPlusBlendColors : EmfPlusBlendBase | Name | Description | | --- | --- | -| [EmfPlusBlendColors](emfplusblendcolors)() | The default constructor. | +| [EmfPlusBlendColors](emfplusblendcolors/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BlendArgb32Colors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/blendargb32colors) { get; set; } | Gets or sets an array of PositionCount EmfPlusARGB objects (section 2.2.2.1) that specify colors at the positions defined in the BlendPositions field. | -| [BlendPositions](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions) { get; set; } | Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint | +| [BlendArgb32Colors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/blendargb32colors/) { get; set; } | Gets or sets an array of PositionCount EmfPlusARGB objects (section 2.2.2.1) that specify colors at the positions defined in the BlendPositions field. | +| [BlendPositions](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions/) { get; set; } | Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint | ### See Also -* class [EmfPlusBlendBase](../emfplusblendbase) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBlendBase](../emfplusblendbase/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/blendargb32colors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/blendargb32colors/_index.md index 9acd1a3306d2..24e64392ef77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/blendargb32colors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/blendargb32colors/_index.md @@ -1,7 +1,7 @@ --- -title: BlendArgb32Colors +title: EmfPlusBlendColors.BlendArgb32Colors second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBlendColors property. Gets or sets an array of PositionCount EmfPlusARGB objects section 2.2.2.1 that specify colors at the positions defined in the BlendPositions field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/blendargb32colors/ @@ -16,8 +16,8 @@ public int[] BlendArgb32Colors { get; set; } ### See Also -* class [EmfPlusBlendColors](../../emfplusblendcolors) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendcolors) +* class [EmfPlusBlendColors](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendcolors/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/emfplusblendcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/emfplusblendcolors/_index.md index 217d09a4f14a..8007eaef860c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/emfplusblendcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/emfplusblendcolors/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBlendColors +title: EmfPlusBlendColors.EmfPlusBlendColors second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBlendColors constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendcolors/emfplusblendcolors/ @@ -16,8 +16,8 @@ public EmfPlusBlendColors() ### See Also -* class [EmfPlusBlendColors](../../emfplusblendcolors) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendcolors) +* class [EmfPlusBlendColors](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendcolors/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/_index.md index d552a13a54d3..8669430d0aee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBlendFactors +title: Class EmfPlusBlendFactors second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBlendFactors class. The EmfPlusBlendFactors object specifies positions and factors for the blend pattern of a gradient brush type: docs weight: 5220 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/ @@ -18,19 +18,19 @@ public sealed class EmfPlusBlendFactors : EmfPlusBlendBase | Name | Description | | --- | --- | -| [EmfPlusBlendFactors](emfplusblendfactors)() | The default constructor. | +| [EmfPlusBlendFactors](emfplusblendfactors/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BlendFactors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/blendfactors) { get; set; } | Gets or sets an array of PositionCount 32-bit floating point values that specify proportions of colors at the positions defined in the BlendPositions field. Each value MUST be a number between 0.0 and 1.0 inclusive. | -| [BlendPositions](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions) { get; set; } | Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint | +| [BlendFactors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/blendfactors/) { get; set; } | Gets or sets an array of PositionCount 32-bit floating point values that specify proportions of colors at the positions defined in the BlendPositions field. Each value MUST be a number between 0.0 and 1.0 inclusive. | +| [BlendPositions](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendbase/blendpositions/) { get; set; } | Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint | ### See Also -* class [EmfPlusBlendBase](../emfplusblendbase) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBlendBase](../emfplusblendbase/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/blendfactors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/blendfactors/_index.md index 3cd59a27c37c..585ce25262d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/blendfactors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/blendfactors/_index.md @@ -1,7 +1,7 @@ --- -title: BlendFactors +title: EmfPlusBlendFactors.BlendFactors second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBlendFactors property. Gets or sets an array of PositionCount 32bit floating point values that specify proportions of colors at the positions defined in the BlendPositions field. Each value MUST be a number between 0.0 and 1.0 inclusive type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/blendfactors/ @@ -16,8 +16,8 @@ public float[] BlendFactors { get; set; } ### See Also -* class [EmfPlusBlendFactors](../../emfplusblendfactors) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendfactors) +* class [EmfPlusBlendFactors](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendfactors/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/emfplusblendfactors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/emfplusblendfactors/_index.md index 5260b49e0253..d354e142effa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/emfplusblendfactors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/emfplusblendfactors/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBlendFactors +title: EmfPlusBlendFactors.EmfPlusBlendFactors second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBlendFactors constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblendfactors/emfplusblendfactors/ @@ -16,8 +16,8 @@ public EmfPlusBlendFactors() ### See Also -* class [EmfPlusBlendFactors](../../emfplusblendfactors) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendfactors) +* class [EmfPlusBlendFactors](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblendfactors/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/_index.md index 219c34534f32..0461883c52c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBlurEffect +title: Class EmfPlusBlurEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBlurEffect class. The BlurEffect object specifies a decrease in the difference in intensity between pixels in an image type: docs weight: 5230 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/ @@ -18,19 +18,19 @@ public sealed class EmfPlusBlurEffect : EmfPlusImageEffectsObjectType | Name | Description | | --- | --- | -| [EmfPlusBlurEffect](emfplusblureffect)() | The default constructor. | +| [EmfPlusBlurEffect](emfplusblureffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BlurRadius](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/blurradius) { get; set; } | Gets or sets a 32-bit floating-point number that specifies the blur radius in pixels, which determines the number of pixels involved in calculating the new value of a given pixel. This value MUST be in the range 0.0 through 255.0. | -| [ExpandEdge](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/expandedge) { get; set; } | Gets or sets a 32-bit Boolean value that specifies whether the bitmap expands by an amount equal to the value of the BlurRadius to produce soft edges. This value MUST be one of the following: FALSE 0x00000000 The size of the bitmap MUST NOT change, and its soft edges SHOULD be clipped to the size of the BlurRadius. TRUE 0x00000001 The size of the bitmap SHOULD expand by an amount equal to the BlurRadius to produce soft edges. | +| [BlurRadius](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/blurradius/) { get; set; } | Gets or sets a 32-bit floating-point number that specifies the blur radius in pixels, which determines the number of pixels involved in calculating the new value of a given pixel. This value MUST be in the range 0.0 through 255.0. | +| [ExpandEdge](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/expandedge/) { get; set; } | Gets or sets a 32-bit Boolean value that specifies whether the bitmap expands by an amount equal to the value of the BlurRadius to produce soft edges. This value MUST be one of the following: FALSE 0x00000000 The size of the bitmap MUST NOT change, and its soft edges SHOULD be clipped to the size of the BlurRadius. TRUE 0x00000001 The size of the bitmap SHOULD expand by an amount equal to the BlurRadius to produce soft edges. | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/blurradius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/blurradius/_index.md index dc87e19f7054..ca8a69e1ff6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/blurradius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/blurradius/_index.md @@ -1,7 +1,7 @@ --- -title: BlurRadius +title: EmfPlusBlurEffect.BlurRadius second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBlurEffect property. Gets or sets a 32bit floatingpoint number that specifies the blur radius in pixels which determines the number of pixels involved in calculating the new value of a given pixel. This value MUST be in the range 0.0 through 255.0 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/blurradius/ @@ -16,8 +16,8 @@ public float BlurRadius { get; set; } ### See Also -* class [EmfPlusBlurEffect](../../emfplusblureffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblureffect) +* class [EmfPlusBlurEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblureffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/emfplusblureffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/emfplusblureffect/_index.md index 5515e4f88c78..468e37c3092c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/emfplusblureffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/emfplusblureffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBlurEffect +title: EmfPlusBlurEffect.EmfPlusBlurEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBlurEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/emfplusblureffect/ @@ -16,8 +16,8 @@ public EmfPlusBlurEffect() ### See Also -* class [EmfPlusBlurEffect](../../emfplusblureffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblureffect) +* class [EmfPlusBlurEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblureffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/expandedge/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/expandedge/_index.md index 764895211c8d..8f76704fc5d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/expandedge/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/expandedge/_index.md @@ -1,7 +1,7 @@ --- -title: ExpandEdge +title: EmfPlusBlurEffect.ExpandEdge second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBlurEffect property. Gets or sets a 32bit Boolean value that specifies whether the bitmap expands by an amount equal to the value of the BlurRadius to produce soft edges. This value MUST be one of the following FALSE 0x00000000 The size of the bitmap MUST NOT change and its soft edges SHOULD be clipped to the size of the BlurRadius. TRUE 0x00000001 The size of the bitmap SHOULD expand by an amount equal to the BlurRadius to produce soft edges type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusblureffect/expandedge/ @@ -16,8 +16,8 @@ public bool ExpandEdge { get; set; } ### See Also -* class [EmfPlusBlurEffect](../../emfplusblureffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblureffect) +* class [EmfPlusBlurEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusblureffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarybase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarybase/_index.md index 48b4f56a92a2..732f1c945dd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarybase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarybase/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBoundaryBase +title: Class EmfPlusBoundaryBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBoundaryBase class. Base class for boundary objects type: docs weight: 5240 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarybase/ @@ -16,8 +16,8 @@ public abstract class EmfPlusBoundaryBase : EmfPlusStructureObjectType ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/_index.md index 6f892d033e38..be302838cbe7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBoundaryPathData +title: Class EmfPlusBoundaryPathData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBoundaryPathData class. The EmfPlusBoundaryPathData object specifies a graphics path boundary for a gradient brush type: docs weight: 5250 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/ @@ -18,18 +18,18 @@ public sealed class EmfPlusBoundaryPathData : EmfPlusBoundaryBase | Name | Description | | --- | --- | -| [EmfPlusBoundaryPathData](emfplusboundarypathdata)() | The default constructor. | +| [EmfPlusBoundaryPathData](emfplusboundarypathdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundaryPathData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/boundarypathdata) { get; set; } | Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush | +| [BoundaryPathData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/boundarypathdata/) { get; set; } | Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush | ### See Also -* class [EmfPlusBoundaryBase](../emfplusboundarybase) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBoundaryBase](../emfplusboundarybase/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/boundarypathdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/boundarypathdata/_index.md index d0c808eede52..c3d8d5a6e26e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/boundarypathdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/boundarypathdata/_index.md @@ -1,7 +1,7 @@ --- -title: BoundaryPathData +title: EmfPlusBoundaryPathData.BoundaryPathData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBoundaryPathData property. Gets or sets an EmfPlusPath object section 2.2.1.6 that specifies the boundary of the brush type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/boundarypathdata/ @@ -16,9 +16,9 @@ public EmfPlusPath BoundaryPathData { get; set; } ### See Also -* class [EmfPlusPath](../../emfpluspath) -* class [EmfPlusBoundaryPathData](../../emfplusboundarypathdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusboundarypathdata) +* class [EmfPlusPath](../../emfpluspath/) +* class [EmfPlusBoundaryPathData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusboundarypathdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/emfplusboundarypathdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/emfplusboundarypathdata/_index.md index b69ece1df78e..d0b61ed2c23e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/emfplusboundarypathdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/emfplusboundarypathdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBoundaryPathData +title: EmfPlusBoundaryPathData.EmfPlusBoundaryPathData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBoundaryPathData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypathdata/emfplusboundarypathdata/ @@ -16,8 +16,8 @@ public EmfPlusBoundaryPathData() ### See Also -* class [EmfPlusBoundaryPathData](../../emfplusboundarypathdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusboundarypathdata) +* class [EmfPlusBoundaryPathData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusboundarypathdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/_index.md index 84e47ca7603d..47fe6e417cda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBoundaryPointData +title: Class EmfPlusBoundaryPointData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBoundaryPointData class. The EmfPlusBoundaryPointData object specifies a closed cardinal spline boundary for a gradient brush type: docs weight: 5260 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/ @@ -18,18 +18,18 @@ public sealed class EmfPlusBoundaryPointData : EmfPlusBoundaryBase | Name | Description | | --- | --- | -| [EmfPlusBoundaryPointData](emfplusboundarypointdata)() | The default constructor. | +| [EmfPlusBoundaryPointData](emfplusboundarypointdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundaryPointData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/boundarypointdata) { get; set; } | Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush. | +| [BoundaryPointData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/boundarypointdata/) { get; set; } | Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush. | ### See Also -* class [EmfPlusBoundaryBase](../emfplusboundarybase) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBoundaryBase](../emfplusboundarybase/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/boundarypointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/boundarypointdata/_index.md index 3ff56dd90384..b975a51dff74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/boundarypointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/boundarypointdata/_index.md @@ -1,7 +1,7 @@ --- -title: BoundaryPointData +title: EmfPlusBoundaryPointData.BoundaryPointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBoundaryPointData property. Gets or sets an array of BoundaryPointCount EmfPlusPointF objects that specify the boundary of the brush type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/boundarypointdata/ @@ -16,9 +16,9 @@ public PointF[] BoundaryPointData { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusBoundaryPointData](../../emfplusboundarypointdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusboundarypointdata) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusBoundaryPointData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusboundarypointdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/emfplusboundarypointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/emfplusboundarypointdata/_index.md index 0e6ed5a3180d..1310b8194632 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/emfplusboundarypointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/emfplusboundarypointdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBoundaryPointData +title: EmfPlusBoundaryPointData.EmfPlusBoundaryPointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBoundaryPointData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusboundarypointdata/emfplusboundarypointdata/ @@ -16,8 +16,8 @@ public EmfPlusBoundaryPointData() ### See Also -* class [EmfPlusBoundaryPointData](../../emfplusboundarypointdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusboundarypointdata) +* class [EmfPlusBoundaryPointData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusboundarypointdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/_index.md index 16472ef8cc89..7f8f05aa4170 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBrightnessContrastEffect +title: Class EmfPlusBrightnessContrastEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBrightnessContrastEffect class. The BrightnessContrastEffect object specifies an expansion or contraction of the lightest and darkest areas of an image type: docs weight: 5270 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/ @@ -18,19 +18,19 @@ public sealed class EmfPlusBrightnessContrastEffect : EmfPlusImageEffectsObjectT | Name | Description | | --- | --- | -| [EmfPlusBrightnessContrastEffect](emfplusbrightnesscontrasteffect)() | The default constructor. | +| [EmfPlusBrightnessContrastEffect](emfplusbrightnesscontrasteffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BrightnessLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/brightnesslevel) { get; set; } | Gets or sets a 32-bit signed integer that specifies the brightness level. This value MUST be in the range -255 through 255, with effects as follows: -255 ≤ value < 0 As the value decreases, the brightness of the image SHOULD decrease. 0 A value of 0 specifies that the brightness MUST NOT change. 0 < value ≤ 255 As the value increases, the brightness of the image SHOULD increase. | -| [ContrastLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/contrastlevel) { get; set; } | Gets or sets a 32-bit signed integer that specifies the contrast level. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the contrast of the image SHOULD decrease. 0 A value of 0 specifies that the contrast MUST NOT change. 0 < value ≤ 100 As the value increases, the contrast of the image SHOULD increase. | +| [BrightnessLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/brightnesslevel/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the brightness level. This value MUST be in the range -255 through 255, with effects as follows: -255 ≤ value < 0 As the value decreases, the brightness of the image SHOULD decrease. 0 A value of 0 specifies that the brightness MUST NOT change. 0 < value ≤ 255 As the value increases, the brightness of the image SHOULD increase. | +| [ContrastLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/contrastlevel/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the contrast level. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the contrast of the image SHOULD decrease. 0 A value of 0 specifies that the contrast MUST NOT change. 0 < value ≤ 100 As the value increases, the contrast of the image SHOULD increase. | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/brightnesslevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/brightnesslevel/_index.md index 94b3a3c68318..61a4af5d2cbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/brightnesslevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/brightnesslevel/_index.md @@ -1,7 +1,7 @@ --- -title: BrightnessLevel +title: EmfPlusBrightnessContrastEffect.BrightnessLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBrightnessContrastEffect property. Gets or sets a 32bit signed integer that specifies the brightness level. This value MUST be in the range 255 through 255 with effects as follows 255 value 0 As the value decreases the brightness of the image SHOULD decrease. 0 A value of 0 specifies that the brightness MUST NOT change. 0 value 255 As the value increases the brightness of the image SHOULD increase type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/brightnesslevel/ @@ -16,8 +16,8 @@ public int BrightnessLevel { get; set; } ### See Also -* class [EmfPlusBrightnessContrastEffect](../../emfplusbrightnesscontrasteffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrightnesscontrasteffect) +* class [EmfPlusBrightnessContrastEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrightnesscontrasteffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/contrastlevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/contrastlevel/_index.md index 6adfb8ff9814..f7518cdf86c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/contrastlevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/contrastlevel/_index.md @@ -1,7 +1,7 @@ --- -title: ContrastLevel +title: EmfPlusBrightnessContrastEffect.ContrastLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBrightnessContrastEffect property. Gets or sets a 32bit signed integer that specifies the contrast level. This value MUST be in the range 100 through 100 with effects as follows 100 value 0 As the value decreases the contrast of the image SHOULD decrease. 0 A value of 0 specifies that the contrast MUST NOT change. 0 value 100 As the value increases the contrast of the image SHOULD increase type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/contrastlevel/ @@ -16,8 +16,8 @@ public int ContrastLevel { get; set; } ### See Also -* class [EmfPlusBrightnessContrastEffect](../../emfplusbrightnesscontrasteffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrightnesscontrasteffect) +* class [EmfPlusBrightnessContrastEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrightnesscontrasteffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/emfplusbrightnesscontrasteffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/emfplusbrightnesscontrasteffect/_index.md index e40ea2678b52..c5a8ea60ce6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/emfplusbrightnesscontrasteffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/emfplusbrightnesscontrasteffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBrightnessContrastEffect +title: EmfPlusBrightnessContrastEffect.EmfPlusBrightnessContrastEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBrightnessContrastEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrightnesscontrasteffect/emfplusbrightnesscontrasteffect/ @@ -16,8 +16,8 @@ public EmfPlusBrightnessContrastEffect() ### See Also -* class [EmfPlusBrightnessContrastEffect](../../emfplusbrightnesscontrasteffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrightnesscontrasteffect) +* class [EmfPlusBrightnessContrastEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrightnesscontrasteffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/_index.md index 7759ca6d7639..dcf7103850d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBrush +title: Class EmfPlusBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBrush class. The EmfPlusBrush object specifies a graphics brush for filling regions type: docs weight: 5280 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/ @@ -18,20 +18,20 @@ public sealed class EmfPlusBrush : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusBrush](emfplusbrush)() | The default constructor. | +| [EmfPlusBrush](emfplusbrush/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BrushData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/brushdata) { get; set; } | Gets or sets the Brush data Variable-length data that defines the brush object specified in the Type field. The content and format of the data can be different for every brush type. EmfPlusHatchBrushData (section 2.2.2.20) (done) EmfPlusLinearGradientBrushData object (section 2.2.2.24) (done) EmfPlusPathGradientBrushData object (section 2.2.2.29) (done) EmfPlusSolidBrushData object (section 2.2.2.43) (done) EmfPlusTextureBrushData object (section 2.2.2.45) (done) | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/type) { get; set; } | Gets or sets the type. | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [BrushData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/brushdata/) { get; set; } | Gets or sets the Brush data Variable-length data that defines the brush object specified in the Type field. The content and format of the data can be different for every brush type. EmfPlusHatchBrushData (section 2.2.2.20) (done) EmfPlusLinearGradientBrushData object (section 2.2.2.24) (done) EmfPlusPathGradientBrushData object (section 2.2.2.29) (done) EmfPlusSolidBrushData object (section 2.2.2.43) (done) EmfPlusTextureBrushData object (section 2.2.2.45) (done) | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/type/) { get; set; } | Gets or sets the type. | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/brushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/brushdata/_index.md index 3e041e9e54aa..365e2dc7467f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/brushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/brushdata/_index.md @@ -1,7 +1,7 @@ --- -title: BrushData +title: EmfPlusBrush.BrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBrush property. Gets or sets the Brush data Variablelength data that defines the brush object specified in the Type field. The content and format of the data can be different for every brush type. EmfPlusHatchBrushData section 2.2.2.20 done EmfPlusLinearGradientBrushData object section 2.2.2.24 done EmfPlusPathGradientBrushData object section 2.2.2.29 done EmfPlusSolidBrushData object section 2.2.2.43 done EmfPlusTextureBrushData object section 2.2.2.45 done type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/brushdata/ @@ -20,9 +20,9 @@ The brush data. ### See Also -* class [EmfPlusBaseBrushData](../../emfplusbasebrushdata) -* class [EmfPlusBrush](../../emfplusbrush) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrush) +* class [EmfPlusBaseBrushData](../../emfplusbasebrushdata/) +* class [EmfPlusBrush](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/emfplusbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/emfplusbrush/_index.md index bf70787d6b63..d2ec1845d3d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/emfplusbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/emfplusbrush/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBrush +title: EmfPlusBrush.EmfPlusBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBrush constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/emfplusbrush/ @@ -16,8 +16,8 @@ public EmfPlusBrush() ### See Also -* class [EmfPlusBrush](../../emfplusbrush) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrush) +* class [EmfPlusBrush](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/type/_index.md index 9aa9902bc6a5..23b04a90e550 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfPlusBrush.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBrush property. Gets or sets the type type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusbrush/type/ @@ -16,13 +16,13 @@ public EmfPlusBrushType Type { get; set; } ### Property Value -A 32-bit unsigned integer that specifies the type of brush, which determines the contents of the BrushData field. This value MUST be defined in the [`EmfPlusBrushType`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype) enumeration. +A 32-bit unsigned integer that specifies the type of brush, which determines the contents of the BrushData field. This value MUST be defined in the [`EmfPlusBrushType`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype/) enumeration. ### See Also -* enum [EmfPlusBrushType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype) -* class [EmfPlusBrush](../../emfplusbrush) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrush) +* enum [EmfPlusBrushType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushtype/) +* class [EmfPlusBrush](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/_index.md index fed72707914e..d72e74022cd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCharacterRange +title: Class EmfPlusCharacterRange second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCharacterRange class. EmfPlusCharacterRange description type: docs weight: 5290 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/ @@ -18,19 +18,19 @@ public sealed class EmfPlusCharacterRange : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusCharacterRange](emfpluscharacterrange)() | The default constructor. | +| [EmfPlusCharacterRange](emfpluscharacterrange/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [First](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/first) { get; set; } | Gets or sets a 32-bit signed integer that specifies the first position of this range. | -| [Length](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/length) { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of positions in this range | +| [First](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/first/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the first position of this range. | +| [Length](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/length/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of positions in this range | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/emfpluscharacterrange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/emfpluscharacterrange/_index.md index 4005c2ee21ca..98a5216c0fc3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/emfpluscharacterrange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/emfpluscharacterrange/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCharacterRange +title: EmfPlusCharacterRange.EmfPlusCharacterRange second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCharacterRange constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/emfpluscharacterrange/ @@ -16,8 +16,8 @@ public EmfPlusCharacterRange() ### See Also -* class [EmfPlusCharacterRange](../../emfpluscharacterrange) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscharacterrange) +* class [EmfPlusCharacterRange](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscharacterrange/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/first/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/first/_index.md index 0de273668e98..b12ad286af3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/first/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/first/_index.md @@ -1,7 +1,7 @@ --- -title: First +title: EmfPlusCharacterRange.First second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCharacterRange property. Gets or sets a 32bit signed integer that specifies the first position of this range type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/first/ @@ -16,8 +16,8 @@ public int First { get; set; } ### See Also -* class [EmfPlusCharacterRange](../../emfpluscharacterrange) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscharacterrange) +* class [EmfPlusCharacterRange](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscharacterrange/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/length/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/length/_index.md index 0938c4b9c125..0783e052dd87 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/length/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/length/_index.md @@ -1,7 +1,7 @@ --- -title: Length +title: EmfPlusCharacterRange.Length second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCharacterRange property. Gets or sets a 32bit signed integer that specifies the number of positions in this range type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscharacterrange/length/ @@ -16,8 +16,8 @@ public int Length { get; set; } ### See Also -* class [EmfPlusCharacterRange](../../emfpluscharacterrange) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscharacterrange) +* class [EmfPlusCharacterRange](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscharacterrange/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/_index.md index d72738145a77..6fec944d6e5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusColorBalanceEffect +title: Class EmfPlusColorBalanceEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusColorBalanceEffect class. The ColorBalanceEffect object specifies adjustments to the relative amounts of red green and blue in an image type: docs weight: 5300 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/ @@ -18,20 +18,20 @@ public sealed class EmfPlusColorBalanceEffect : EmfPlusImageEffectsObjectType | Name | Description | | --- | --- | -| [EmfPlusColorBalanceEffect](emfpluscolorbalanceeffect)() | The default constructor. | +| [EmfPlusColorBalanceEffect](emfpluscolorbalanceeffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CyanRed](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/cyanred) { get; set; } | Gets or sets a 32-bit signed integer that specifies a change in the amount of red in the image. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the amount of red in the image SHOULD decrease and the amount of cyan SHOULD increase. 0 A value of 0 specifies that the amounts of red and cyan MUST NOT change. 0 < value ≤ 100 As the value increases, the amount of red in the image SHOULD increase and the amount of cyan SHOULD decrease. | -| [MagentaGreen](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/magentagreen) { get; set; } | Gets or sets a 32-bit signed integer that specifies a change in the amount of green in the image. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the amount of green in the image SHOULD decrease and the amount of magenta SHOULD increase. 0 A value of 0 specifies that the amounts of green and magenta MUST NOT change. 0 < value ≤ 100 As the value increases, the amount of green in the image SHOULD increase and the amount of magenta SHOULD decrease. | -| [YellowBlue](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/yellowblue) { get; set; } | Gets or sets a 32-bit signed integer that specifies a change in the amount of blue in the image. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the amount of blue in the image SHOULD decrease and the amount of yellow SHOULD increase. 0 A value of 0 specifies that the amounts of blue and yellow MUST NOT change. 0 < value ≤ 100 As the value increases, the amount of blue in the image SHOULD increase and the amount of yellow SHOULD decrease. | +| [CyanRed](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/cyanred/) { get; set; } | Gets or sets a 32-bit signed integer that specifies a change in the amount of red in the image. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the amount of red in the image SHOULD decrease and the amount of cyan SHOULD increase. 0 A value of 0 specifies that the amounts of red and cyan MUST NOT change. 0 < value ≤ 100 As the value increases, the amount of red in the image SHOULD increase and the amount of cyan SHOULD decrease. | +| [MagentaGreen](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/magentagreen/) { get; set; } | Gets or sets a 32-bit signed integer that specifies a change in the amount of green in the image. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the amount of green in the image SHOULD decrease and the amount of magenta SHOULD increase. 0 A value of 0 specifies that the amounts of green and magenta MUST NOT change. 0 < value ≤ 100 As the value increases, the amount of green in the image SHOULD increase and the amount of magenta SHOULD decrease. | +| [YellowBlue](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/yellowblue/) { get; set; } | Gets or sets a 32-bit signed integer that specifies a change in the amount of blue in the image. This value MUST be in the range -100 through 100, with effects as follows: -100 ≤ value < 0 As the value decreases, the amount of blue in the image SHOULD decrease and the amount of yellow SHOULD increase. 0 A value of 0 specifies that the amounts of blue and yellow MUST NOT change. 0 < value ≤ 100 As the value increases, the amount of blue in the image SHOULD increase and the amount of yellow SHOULD decrease. | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/cyanred/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/cyanred/_index.md index 39161a7e7f91..3178b35b3528 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/cyanred/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/cyanred/_index.md @@ -1,7 +1,7 @@ --- -title: CyanRed +title: EmfPlusColorBalanceEffect.CyanRed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorBalanceEffect property. Gets or sets a 32bit signed integer that specifies a change in the amount of red in the image. This value MUST be in the range 100 through 100 with effects as follows 100 value 0 As the value decreases the amount of red in the image SHOULD decrease and the amount of cyan SHOULD increase. 0 A value of 0 specifies that the amounts of red and cyan MUST NOT change. 0 value 100 As the value increases the amount of red in the image SHOULD increase and the amount of cyan SHOULD decrease type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/cyanred/ @@ -16,8 +16,8 @@ public int CyanRed { get; set; } ### See Also -* class [EmfPlusColorBalanceEffect](../../emfpluscolorbalanceeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorbalanceeffect) +* class [EmfPlusColorBalanceEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorbalanceeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/emfpluscolorbalanceeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/emfpluscolorbalanceeffect/_index.md index 4f1dde808f02..85ed36c8c99b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/emfpluscolorbalanceeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/emfpluscolorbalanceeffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusColorBalanceEffect +title: EmfPlusColorBalanceEffect.EmfPlusColorBalanceEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorBalanceEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/emfpluscolorbalanceeffect/ @@ -16,8 +16,8 @@ public EmfPlusColorBalanceEffect() ### See Also -* class [EmfPlusColorBalanceEffect](../../emfpluscolorbalanceeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorbalanceeffect) +* class [EmfPlusColorBalanceEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorbalanceeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/magentagreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/magentagreen/_index.md index 5c9150711dcc..2cf35a21650d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/magentagreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/magentagreen/_index.md @@ -1,7 +1,7 @@ --- -title: MagentaGreen +title: EmfPlusColorBalanceEffect.MagentaGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorBalanceEffect property. Gets or sets a 32bit signed integer that specifies a change in the amount of green in the image. This value MUST be in the range 100 through 100 with effects as follows 100 value 0 As the value decreases the amount of green in the image SHOULD decrease and the amount of magenta SHOULD increase. 0 A value of 0 specifies that the amounts of green and magenta MUST NOT change. 0 value 100 As the value increases the amount of green in the image SHOULD increase and the amount of magenta SHOULD decrease type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/magentagreen/ @@ -16,8 +16,8 @@ public int MagentaGreen { get; set; } ### See Also -* class [EmfPlusColorBalanceEffect](../../emfpluscolorbalanceeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorbalanceeffect) +* class [EmfPlusColorBalanceEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorbalanceeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/yellowblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/yellowblue/_index.md index 8e7e55dee760..531b6c3d8183 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/yellowblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/yellowblue/_index.md @@ -1,7 +1,7 @@ --- -title: YellowBlue +title: EmfPlusColorBalanceEffect.YellowBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorBalanceEffect property. Gets or sets a 32bit signed integer that specifies a change in the amount of blue in the image. This value MUST be in the range 100 through 100 with effects as follows 100 value 0 As the value decreases the amount of blue in the image SHOULD decrease and the amount of yellow SHOULD increase. 0 A value of 0 specifies that the amounts of blue and yellow MUST NOT change. 0 value 100 As the value increases the amount of blue in the image SHOULD increase and the amount of yellow SHOULD decrease type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorbalanceeffect/yellowblue/ @@ -16,8 +16,8 @@ public int YellowBlue { get; set; } ### See Also -* class [EmfPlusColorBalanceEffect](../../emfpluscolorbalanceeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorbalanceeffect) +* class [EmfPlusColorBalanceEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorbalanceeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/_index.md index 5733d1a1f12c..7285f0ca24e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusColorCurveEffect +title: Class EmfPlusColorCurveEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusColorCurveEffect class. The ColorCurveEffect object specifies one of eight adjustments to the color curve of an image type: docs weight: 5310 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/ @@ -18,20 +18,20 @@ public sealed class EmfPlusColorCurveEffect : EmfPlusImageEffectsObjectType | Name | Description | | --- | --- | -| [EmfPlusColorCurveEffect](emfpluscolorcurveeffect)() | The default constructor. | +| [EmfPlusColorCurveEffect](emfpluscolorcurveeffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [AdjustmentIntensity](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/adjustmentintensity) { get; set; } | Gets or sets a 32-bit signed integer that specifies the intensity of the curve adjustment to the color channel specified by CurveChannel. The ranges of meaningful values for this field vary according to the CurveAdjustment value, as follows: Exposure adjustment range: -255 ≤ value < 0 As the value decreases, the exposure of the image SHOULD decrease. 0 A value of 0 specifies that the exposure MUST NOT change. 0 < value ≤ 255 As the value increases, the exposure of the image SHOULD increase. Density adjustment range: -255 ≤ value < 0 As the value decreases, the density of the image SHOULD decrease, resulting in a darker image. 0 A value of 0 specifies that the density MUST NOT change. 0 < value ≤ 255 As the value increases, the density of the image SHOULD increase. Contrast adjustment range: -100 ≤ value < 0 As the value decreases, the contrast of the image SHOULD decrease. 0 A value of 0 specifies that the contrast MUST NOT change. 0 < value ≤ 100 As the value increases, the contrast of the image SHOULD increase. Highlight adjustment range: -100 ≤ value < 0 As the value decreases, the light areas of the image SHOULD appear darker. 0 A value of 0 specifies that the highlight MUST NOT change. 0 < value ≤ 100 As the value increases, the light areas of the image SHOULD appear lighter. Shadow adjustment range: -100 ≤ value < 0 As the value decreases, the dark areas of the image SHOULD appear darker. 0 A value of 0 specifies that the shadow MUST NOT change. 0 < value ≤ 100 As the value increases, the dark areas of the image SHOULD appear lighter. White saturation adjustment range: 0 — 255 As the value increases, the upper limit of the range of color channel intensities increases. Black saturation adjustment range: 0 — 255 As the value increases, the lower limit of the range of color channel intensities increases. | -| [CurveAdjustment](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curveadjustment) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the curve adjustment to apply to the colors in bitmap. This value MUST be defined in the CurveAdjustments enumeration (section 2.1.1.7). | -| [CurveChannel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curvechannel) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the color channel to which the curve adjustment applies. This value MUST be defined in the CurveChannel enumeration (section 2.1.1.8). | +| [AdjustmentIntensity](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/adjustmentintensity/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the intensity of the curve adjustment to the color channel specified by CurveChannel. The ranges of meaningful values for this field vary according to the CurveAdjustment value, as follows: Exposure adjustment range: -255 ≤ value < 0 As the value decreases, the exposure of the image SHOULD decrease. 0 A value of 0 specifies that the exposure MUST NOT change. 0 < value ≤ 255 As the value increases, the exposure of the image SHOULD increase. Density adjustment range: -255 ≤ value < 0 As the value decreases, the density of the image SHOULD decrease, resulting in a darker image. 0 A value of 0 specifies that the density MUST NOT change. 0 < value ≤ 255 As the value increases, the density of the image SHOULD increase. Contrast adjustment range: -100 ≤ value < 0 As the value decreases, the contrast of the image SHOULD decrease. 0 A value of 0 specifies that the contrast MUST NOT change. 0 < value ≤ 100 As the value increases, the contrast of the image SHOULD increase. Highlight adjustment range: -100 ≤ value < 0 As the value decreases, the light areas of the image SHOULD appear darker. 0 A value of 0 specifies that the highlight MUST NOT change. 0 < value ≤ 100 As the value increases, the light areas of the image SHOULD appear lighter. Shadow adjustment range: -100 ≤ value < 0 As the value decreases, the dark areas of the image SHOULD appear darker. 0 A value of 0 specifies that the shadow MUST NOT change. 0 < value ≤ 100 As the value increases, the dark areas of the image SHOULD appear lighter. White saturation adjustment range: 0 — 255 As the value increases, the upper limit of the range of color channel intensities increases. Black saturation adjustment range: 0 — 255 As the value increases, the lower limit of the range of color channel intensities increases. | +| [CurveAdjustment](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curveadjustment/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the curve adjustment to apply to the colors in bitmap. This value MUST be defined in the CurveAdjustments enumeration (section 2.1.1.7). | +| [CurveChannel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curvechannel/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the color channel to which the curve adjustment applies. This value MUST be defined in the CurveChannel enumeration (section 2.1.1.8). | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/adjustmentintensity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/adjustmentintensity/_index.md index 58c02f284c31..ea7d203280fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/adjustmentintensity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/adjustmentintensity/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustmentIntensity +title: EmfPlusColorCurveEffect.AdjustmentIntensity second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorCurveEffect property. Gets or sets a 32bit signed integer that specifies the intensity of the curve adjustment to the color channel specified by CurveChannel. The ranges of meaningful values for this field vary according to the CurveAdjustment value as follows Exposure adjustment range 255 value 0 As the value decreases the exposure of the image SHOULD decrease. 0 A value of 0 specifies that the exposure MUST NOT change. 0 value 255 As the value increases the exposure of the image SHOULD increase. Density adjustment range 255 value 0 As the value decreases the density of the image SHOULD decrease resulting in a darker image. 0 A value of 0 specifies that the density MUST NOT change. 0 value 255 As the value increases the density of the image SHOULD increase. Contrast adjustment range 100 value 0 As the value decreases the contrast of the image SHOULD decrease. 0 A value of 0 specifies that the contrast MUST NOT change. 0 value 100 As the value increases the contrast of the image SHOULD increase. Highlight adjustment range 100 value 0 As the value decreases the light areas of the image SHOULD appear darker. 0 A value of 0 specifies that the highlight MUST NOT change. 0 value 100 As the value increases the light areas of the image SHOULD appear lighter. Shadow adjustment range 100 value 0 As the value decreases the dark areas of the image SHOULD appear darker. 0 A value of 0 specifies that the shadow MUST NOT change. 0 value 100 As the value increases the dark areas of the image SHOULD appear lighter. White saturation adjustment range 0 255 As the value increases the upper limit of the range of color channel intensities increases. Black saturation adjustment range 0 255 As the value increases the lower limit of the range of color channel intensities increases type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/adjustmentintensity/ @@ -16,8 +16,8 @@ public int AdjustmentIntensity { get; set; } ### See Also -* class [EmfPlusColorCurveEffect](../../emfpluscolorcurveeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorcurveeffect) +* class [EmfPlusColorCurveEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorcurveeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curveadjustment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curveadjustment/_index.md index e46c686d4ffa..e4baaae8f632 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curveadjustment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curveadjustment/_index.md @@ -1,7 +1,7 @@ --- -title: CurveAdjustment +title: EmfPlusColorCurveEffect.CurveAdjustment second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorCurveEffect property. Gets or sets a 32bit unsigned integer that specifies the curve adjustment to apply to the colors in bitmap. This value MUST be defined in the CurveAdjustments enumeration section 2.1.1.7 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curveadjustment/ @@ -16,9 +16,9 @@ public EmfPlusCurveAdjustments CurveAdjustment { get; set; } ### See Also -* enum [EmfPlusCurveAdjustments](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurveadjustments) -* class [EmfPlusColorCurveEffect](../../emfpluscolorcurveeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorcurveeffect) +* enum [EmfPlusCurveAdjustments](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurveadjustments/) +* class [EmfPlusColorCurveEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorcurveeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curvechannel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curvechannel/_index.md index aec81557b00f..756aa375b0df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curvechannel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curvechannel/_index.md @@ -1,7 +1,7 @@ --- -title: CurveChannel +title: EmfPlusColorCurveEffect.CurveChannel second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorCurveEffect property. Gets or sets a 32bit unsigned integer that specifies the color channel to which the curve adjustment applies. This value MUST be defined in the CurveChannel enumeration section 2.1.1.8 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/curvechannel/ @@ -16,9 +16,9 @@ public EmfPlusCurveChannel CurveChannel { get; set; } ### See Also -* enum [EmfPlusCurveChannel](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurvechannel) -* class [EmfPlusColorCurveEffect](../../emfpluscolorcurveeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorcurveeffect) +* enum [EmfPlusCurveChannel](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscurvechannel/) +* class [EmfPlusColorCurveEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorcurveeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/emfpluscolorcurveeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/emfpluscolorcurveeffect/_index.md index 7b216dab7dc3..35b41ca85aa9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/emfpluscolorcurveeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/emfpluscolorcurveeffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusColorCurveEffect +title: EmfPlusColorCurveEffect.EmfPlusColorCurveEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorCurveEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorcurveeffect/emfpluscolorcurveeffect/ @@ -16,8 +16,8 @@ public EmfPlusColorCurveEffect() ### See Also -* class [EmfPlusColorCurveEffect](../../emfpluscolorcurveeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorcurveeffect) +* class [EmfPlusColorCurveEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorcurveeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/_index.md index 7ab928f35e31..ab6ee71eb5e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusColorLookupTableEffect +title: Class EmfPlusColorLookupTableEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusColorLookupTableEffect class. The ColorLookupTableEffect object specifies adjustments to the colors in an image type: docs weight: 5320 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/ @@ -18,21 +18,21 @@ public sealed class EmfPlusColorLookupTableEffect : EmfPlusImageEffectsObjectTyp | Name | Description | | --- | --- | -| [EmfPlusColorLookupTableEffect](emfpluscolorlookuptableeffect)() | The default constructor. | +| [EmfPlusColorLookupTableEffect](emfpluscolorlookuptableeffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [AlphaLookupTable](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/alphalookuptable) { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel. | -| [BlueLookupTable](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/bluelookuptable) { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel. | -| [GreenLookupTable](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/greenlookuptable) { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel. | -| [RedLookupTable](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/redlookuptable) { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel. | +| [AlphaLookupTable](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/alphalookuptable/) { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel. | +| [BlueLookupTable](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/bluelookuptable/) { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel. | +| [GreenLookupTable](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/greenlookuptable/) { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel. | +| [RedLookupTable](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/redlookuptable/) { get; set; } | Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel. | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/alphalookuptable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/alphalookuptable/_index.md index 433f2ce1f4f1..b6a2b605c8ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/alphalookuptable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/alphalookuptable/_index.md @@ -1,7 +1,7 @@ --- -title: AlphaLookupTable +title: EmfPlusColorLookupTableEffect.AlphaLookupTable second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorLookupTableEffect property. Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/alphalookuptable/ @@ -16,8 +16,8 @@ public byte[] AlphaLookupTable { get; set; } ### See Also -* class [EmfPlusColorLookupTableEffect](../../emfpluscolorlookuptableeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect) +* class [EmfPlusColorLookupTableEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/bluelookuptable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/bluelookuptable/_index.md index 50b350dcaec1..2a5eb66cdfce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/bluelookuptable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/bluelookuptable/_index.md @@ -1,7 +1,7 @@ --- -title: BlueLookupTable +title: EmfPlusColorLookupTableEffect.BlueLookupTable second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorLookupTableEffect property. Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/bluelookuptable/ @@ -16,8 +16,8 @@ public byte[] BlueLookupTable { get; set; } ### See Also -* class [EmfPlusColorLookupTableEffect](../../emfpluscolorlookuptableeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect) +* class [EmfPlusColorLookupTableEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/emfpluscolorlookuptableeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/emfpluscolorlookuptableeffect/_index.md index d28354c5a7d8..4b44b3c7def3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/emfpluscolorlookuptableeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/emfpluscolorlookuptableeffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusColorLookupTableEffect +title: EmfPlusColorLookupTableEffect.EmfPlusColorLookupTableEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorLookupTableEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/emfpluscolorlookuptableeffect/ @@ -16,8 +16,8 @@ public EmfPlusColorLookupTableEffect() ### See Also -* class [EmfPlusColorLookupTableEffect](../../emfpluscolorlookuptableeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect) +* class [EmfPlusColorLookupTableEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/greenlookuptable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/greenlookuptable/_index.md index f4fe11d82ea2..1452ed5b7f0f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/greenlookuptable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/greenlookuptable/_index.md @@ -1,7 +1,7 @@ --- -title: GreenLookupTable +title: EmfPlusColorLookupTableEffect.GreenLookupTable second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorLookupTableEffect property. Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/greenlookuptable/ @@ -16,8 +16,8 @@ public byte[] GreenLookupTable { get; set; } ### See Also -* class [EmfPlusColorLookupTableEffect](../../emfpluscolorlookuptableeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect) +* class [EmfPlusColorLookupTableEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/redlookuptable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/redlookuptable/_index.md index 38a5b92561ff..980af5438054 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/redlookuptable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/redlookuptable/_index.md @@ -1,7 +1,7 @@ --- -title: RedLookupTable +title: EmfPlusColorLookupTableEffect.RedLookupTable second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorLookupTableEffect property. Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolorlookuptableeffect/redlookuptable/ @@ -16,8 +16,8 @@ public byte[] RedLookupTable { get; set; } ### See Also -* class [EmfPlusColorLookupTableEffect](../../emfpluscolorlookuptableeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect) +* class [EmfPlusColorLookupTableEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolorlookuptableeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/_index.md index 8830a4931aa4..ddb6930a8a65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusColorMatrixEffect +title: Class EmfPlusColorMatrixEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusColorMatrixEffect class. The ColorMatrixEffect object specifies an affine transform to be applied to an image type: docs weight: 5330 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/ @@ -18,27 +18,27 @@ public sealed class EmfPlusColorMatrixEffect : EmfPlusImageEffectsObjectType | Name | Description | | --- | --- | -| [EmfPlusColorMatrixEffect](emfpluscolormatrixeffect)() | The default constructor. | +| [EmfPlusColorMatrixEffect](emfpluscolormatrixeffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Matrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrix) { get; set; } | Gets or sets the matrix. | -| [MatrixN0](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn0) { get; set; } | Gets or sets the Matrix[N][0] of the 5x5 color matrix. This row is used for transforms. | -| [MatrixN1](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn1) { get; set; } | Gets or sets the Matrix[N][1] of the 5x5 color matrix. This row is used for transforms. | -| [MatrixN2](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn2) { get; set; } | Gets or sets the Matrix[N][2] of the 5x5 color matrix. This row is used for transforms. | -| [MatrixN3](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn3) { get; set; } | Gets or sets the Matrix[N][3] of the 5x5 color matrix. This row is used for transforms. | -| [MatrixN4](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn4) { get; set; } | Gets or sets the Matrix[N][4] of the 5x5 color matrix. This row is used for color translations. | +| [Matrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrix/) { get; set; } | Gets or sets the matrix. | +| [MatrixN0](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn0/) { get; set; } | Gets or sets the Matrix[N][0] of the 5x5 color matrix. This row is used for transforms. | +| [MatrixN1](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn1/) { get; set; } | Gets or sets the Matrix[N][1] of the 5x5 color matrix. This row is used for transforms. | +| [MatrixN2](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn2/) { get; set; } | Gets or sets the Matrix[N][2] of the 5x5 color matrix. This row is used for transforms. | +| [MatrixN3](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn3/) { get; set; } | Gets or sets the Matrix[N][3] of the 5x5 color matrix. This row is used for transforms. | +| [MatrixN4](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn4/) { get; set; } | Gets or sets the Matrix[N][4] of the 5x5 color matrix. This row is used for color translations. | -### Remarks +## Remarks Bitmap images are specified by EmfPlusBitmap objects (section 2.2.2.2). A color matrix effect is performed by multiplying a color vector by a ColorMatrixEffect object. A 5x5 color matrix can perform a linear transform, including reflection, rotation, shearing, or scaling followed by a translation. ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/emfpluscolormatrixeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/emfpluscolormatrixeffect/_index.md index c572f36e2059..98656ee76e4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/emfpluscolormatrixeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/emfpluscolormatrixeffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusColorMatrixEffect +title: EmfPlusColorMatrixEffect.EmfPlusColorMatrixEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorMatrixEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/emfpluscolormatrixeffect/ @@ -16,8 +16,8 @@ public EmfPlusColorMatrixEffect() ### See Also -* class [EmfPlusColorMatrixEffect](../../emfpluscolormatrixeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect) +* class [EmfPlusColorMatrixEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrix/_index.md index 2ffbfa433154..80009b6ab180 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrix/_index.md @@ -1,7 +1,7 @@ --- -title: Matrix +title: EmfPlusColorMatrixEffect.Matrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorMatrixEffect property. Gets or sets the matrix type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrix/ @@ -20,8 +20,8 @@ The matrix. ### See Also -* class [EmfPlusColorMatrixEffect](../../emfpluscolormatrixeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect) +* class [EmfPlusColorMatrixEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn0/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn0/_index.md index 0d8a53aa49d4..6dacfc892b91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn0/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn0/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixN0 +title: EmfPlusColorMatrixEffect.MatrixN0 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorMatrixEffect property. Gets or sets the MatrixN0 of the 5x5 color matrix. This row is used for transforms type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn0/ @@ -14,14 +14,14 @@ Gets or sets the Matrix[N][0] of the 5x5 color matrix. This row is used for tran public int[] MatrixN0 { get; set; } ``` -### Remarks +## Remarks Matrix_0_0 (4 bytes): Matrix[0][0], which is the factor for the color red. Matrix_1_0 (4 bytes): Matrix[1][0]. Matrix_2_0 (4 bytes): Matrix[2][0]. Matrix_3_0 (4 bytes): Matrix[3][0]. Matrix_4_0 (4 bytes): Matrix[4][0]. This value MUST be 0.0. ### See Also -* class [EmfPlusColorMatrixEffect](../../emfpluscolormatrixeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect) +* class [EmfPlusColorMatrixEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn1/_index.md index 368b526607e3..94f5302c0ed0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn1/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixN1 +title: EmfPlusColorMatrixEffect.MatrixN1 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorMatrixEffect property. Gets or sets the MatrixN1 of the 5x5 color matrix. This row is used for transforms type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn1/ @@ -18,14 +18,14 @@ public int[] MatrixN1 { get; set; } The matrix n1. -### Remarks +## Remarks Matrix_0_1 (4 bytes): Matrix[0][1]. Matrix_1_1 (4 bytes): Matrix[1][1], which is the factor for the color green. Matrix_2_1 (4 bytes): Matrix[2][1]. Matrix_3_1 (4 bytes): Matrix[3][1]. Matrix_4_0 (4 bytes): Matrix[4][0]. This value MUST be 0.0. ### See Also -* class [EmfPlusColorMatrixEffect](../../emfpluscolormatrixeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect) +* class [EmfPlusColorMatrixEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn2/_index.md index 0f11806fd066..cbc8cd146146 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn2/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixN2 +title: EmfPlusColorMatrixEffect.MatrixN2 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorMatrixEffect property. Gets or sets the MatrixN2 of the 5x5 color matrix. This row is used for transforms type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn2/ @@ -18,14 +18,14 @@ public int[] MatrixN2 { get; set; } The matrix n1. -### Remarks +## Remarks Matrix_0_2 (4 bytes): Matrix[0][2]. Matrix_1_2 (4 bytes): Matrix[1][2]. Matrix_2_2 (4 bytes): Matrix[2][2], which is the factor for the color blue. Matrix_3_1 (4 bytes): Matrix[3][1]. Matrix_4_0 (4 bytes): Matrix[4][0]. This value MUST be 0.0. ### See Also -* class [EmfPlusColorMatrixEffect](../../emfpluscolormatrixeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect) +* class [EmfPlusColorMatrixEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn3/_index.md index d623e82be33e..0bfd0595b8c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn3/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixN3 +title: EmfPlusColorMatrixEffect.MatrixN3 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorMatrixEffect property. Gets or sets the MatrixN3 of the 5x5 color matrix. This row is used for transforms type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn3/ @@ -18,14 +18,14 @@ public int[] MatrixN3 { get; set; } The matrix n1. -### Remarks +## Remarks Matrix_0_3 (4 bytes): Matrix[0][3]. Matrix_1_3 (4 bytes): Matrix[1][3]. Matrix_2_3 (4 bytes): Matrix[2][3]. Matrix_3_3 (4 bytes): Matrix[3][3], which is the factor for the alpha (transparency) Matrix_4_0 (4 bytes): Matrix[4][0]. This value MUST be 0.0. ### See Also -* class [EmfPlusColorMatrixEffect](../../emfpluscolormatrixeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect) +* class [EmfPlusColorMatrixEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn4/_index.md index f1535a052bcb..ba9dd2b706e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn4/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixN4 +title: EmfPlusColorMatrixEffect.MatrixN4 second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusColorMatrixEffect property. Gets or sets the MatrixN4 of the 5x5 color matrix. This row is used for color translations type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscolormatrixeffect/matrixn4/ @@ -18,14 +18,14 @@ public int[] MatrixN4 { get; set; } The matrix n1. -### Remarks +## Remarks Matrix_0_4 (4 bytes): Matrix[0][4]. Matrix_1_4 (4 bytes): Matrix[1][4]. Matrix_2_4 (4 bytes): Matrix[2][4]. Matrix_3_4 (4 bytes): Matrix[3][4]. Matrix_4_4 (4 bytes): Matrix[4][4]. This value SHOULD be 1.0. ### See Also -* class [EmfPlusColorMatrixEffect](../../emfpluscolormatrixeffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect) +* class [EmfPlusColorMatrixEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscolormatrixeffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/_index.md index 82abf12b1474..d3aa9f124b84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCompoundLineData +title: Class EmfPlusCompoundLineData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCompoundLineData class. The EmfPlusCompoundLineData object specifies line and space data for a compound line type: docs weight: 5340 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/ @@ -18,18 +18,18 @@ public sealed class EmfPlusCompoundLineData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusCompoundLineData](emfpluscompoundlinedata)() | The default constructor. | +| [EmfPlusCompoundLineData](emfpluscompoundlinedata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CompoundLineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/compoundlinedata) { get; set; } | Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. The elements MUST be in increasing order, and their values MUST be between 0.0 and 1.0, inclusive | +| [CompoundLineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/compoundlinedata/) { get; set; } | Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. The elements MUST be in increasing order, and their values MUST be between 0.0 and 1.0, inclusive | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/compoundlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/compoundlinedata/_index.md index 744ea9535088..11746a466e91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/compoundlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/compoundlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: CompoundLineData +title: EmfPlusCompoundLineData.CompoundLineData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCompoundLineData property. Gets or sets an array of CompoundLineDataSize floatingpoint values that specify the compound line of a pen. The elements MUST be in increasing order and their values MUST be between 0.0 and 1.0 inclusive type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/compoundlinedata/ @@ -16,8 +16,8 @@ public float[] CompoundLineData { get; set; } ### See Also -* class [EmfPlusCompoundLineData](../../emfpluscompoundlinedata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscompoundlinedata) +* class [EmfPlusCompoundLineData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscompoundlinedata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/emfpluscompoundlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/emfpluscompoundlinedata/_index.md index 845a15217075..f64a66c86773 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/emfpluscompoundlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/emfpluscompoundlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCompoundLineData +title: EmfPlusCompoundLineData.EmfPlusCompoundLineData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCompoundLineData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompoundlinedata/emfpluscompoundlinedata/ @@ -16,8 +16,8 @@ public EmfPlusCompoundLineData() ### See Also -* class [EmfPlusCompoundLineData](../../emfpluscompoundlinedata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscompoundlinedata) +* class [EmfPlusCompoundLineData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscompoundlinedata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/_index.md index 28d186c6a11a..2d6fe43bd5bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCompressedImage +title: Class EmfPlusCompressedImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCompressedImage class. The EmfPlusCompressedImage object specifies an image with compressed data type: docs weight: 5350 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/ @@ -18,18 +18,18 @@ public sealed class EmfPlusCompressedImage : EmfPlusBaseBitmapData | Name | Description | | --- | --- | -| [EmfPlusCompressedImage](emfpluscompressedimage)() | The default constructor. | +| [EmfPlusCompressedImage](emfpluscompressedimage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CompressedImageData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/compressedimagedata) { get; set; } | Gets or sets an array of bytes, which specify the compressed image. The type of compression MUST be determined from the data itself. | +| [CompressedImageData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/compressedimagedata/) { get; set; } | Gets or sets an array of bytes, which specify the compressed image. The type of compression MUST be determined from the data itself. | ### See Also -* class [EmfPlusBaseBitmapData](../emfplusbasebitmapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseBitmapData](../emfplusbasebitmapdata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/compressedimagedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/compressedimagedata/_index.md index 1469aac5c711..afe65b18f15b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/compressedimagedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/compressedimagedata/_index.md @@ -1,7 +1,7 @@ --- -title: CompressedImageData +title: EmfPlusCompressedImage.CompressedImageData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCompressedImage property. Gets or sets an array of bytes which specify the compressed image. The type of compression MUST be determined from the data itself type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/compressedimagedata/ @@ -14,14 +14,14 @@ Gets or sets an array of bytes, which specify the compressed image. The type of public byte[] CompressedImageData { get; set; } ``` -### Remarks +## Remarks Bitmaps are specified by EmfPlusBitmap objects (section 2.2.2.2). An EmfPlusCompressedImage object MUST be present in the BitmapData field of an EmfPlusBitmap object if BitmapDataTypeCompressed is specified in its Type field. This object is generic and is used for different types of compressed data, including:  Exchangeable Image File Format(EXIF), as specified in [EXIF];  Graphics Interchange Format(GIF), as specified in [GIF];  Joint Photographic Experts Group(JPEG), as specified in [JFIF];  Portable Network Graphics(PNG), as specified in [RFC2083] and[W3C - PNG]; and  Tag Image File Format(TIFF), as specified in [RFC3302] and[TIFF]. ### See Also -* class [EmfPlusCompressedImage](../../emfpluscompressedimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscompressedimage) +* class [EmfPlusCompressedImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscompressedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/emfpluscompressedimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/emfpluscompressedimage/_index.md index b9ab78a86925..b36802e651bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/emfpluscompressedimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/emfpluscompressedimage/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCompressedImage +title: EmfPlusCompressedImage.EmfPlusCompressedImage second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCompressedImage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscompressedimage/emfpluscompressedimage/ @@ -16,8 +16,8 @@ public EmfPlusCompressedImage() ### See Also -* class [EmfPlusCompressedImage](../../emfpluscompressedimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscompressedimage) +* class [EmfPlusCompressedImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscompressedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustombaselinecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustombaselinecap/_index.md index a614d62b6042..1229cacf4793 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustombaselinecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustombaselinecap/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomBaseLineCap +title: Class EmfPlusCustomBaseLineCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomBaseLineCap class. Base class for custom line cap types type: docs weight: 5360 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustombaselinecap/ @@ -16,8 +16,8 @@ public abstract class EmfPlusCustomBaseLineCap : EmfPlusStructureObjectType ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/_index.md index c7844cf74176..737926a5e011 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomEndCapData +title: Class EmfPlusCustomEndCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomEndCapData class. The EmfPlusCustomEndCapData object specifies a custom line cap for the end of a line type: docs weight: 5370 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/ @@ -18,18 +18,18 @@ public sealed class EmfPlusCustomEndCapData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusCustomEndCapData](emfpluscustomendcapdata)() | The default constructor. | +| [EmfPlusCustomEndCapData](emfpluscustomendcapdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CustomEndCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/customendcap) { get; set; } | Gets or sets a custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond | +| [CustomEndCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/customendcap/) { get; set; } | Gets or sets a custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/customendcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/customendcap/_index.md index eddf49b23e28..e5fcf98865fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/customendcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/customendcap/_index.md @@ -1,7 +1,7 @@ --- -title: CustomEndCap +title: EmfPlusCustomEndCapData.CustomEndCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomEndCapData property. Gets or sets a custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes including a square circle or diamond type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/customendcap/ @@ -16,9 +16,9 @@ public EmfPlusCustomLineCap CustomEndCap { get; set; } ### See Also -* class [EmfPlusCustomLineCap](../../emfpluscustomlinecap) -* class [EmfPlusCustomEndCapData](../../emfpluscustomendcapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomendcapdata) +* class [EmfPlusCustomLineCap](../../emfpluscustomlinecap/) +* class [EmfPlusCustomEndCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomendcapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/emfpluscustomendcapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/emfpluscustomendcapdata/_index.md index d7440272e681..884d639b8ed3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/emfpluscustomendcapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/emfpluscustomendcapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomEndCapData +title: EmfPlusCustomEndCapData.EmfPlusCustomEndCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomEndCapData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomendcapdata/emfpluscustomendcapdata/ @@ -16,8 +16,8 @@ public EmfPlusCustomEndCapData() ### See Also -* class [EmfPlusCustomEndCapData](../../emfpluscustomendcapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomendcapdata) +* class [EmfPlusCustomEndCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomendcapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/_index.md index b25959a526f1..4bdf1d5a98bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCap +title: Class EmfPlusCustomLineCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomLineCap class. The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen type: docs weight: 5380 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/ @@ -18,20 +18,20 @@ public sealed class EmfPlusCustomLineCap : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusCustomLineCap](emfpluscustomlinecap)() | The default constructor. | +| [EmfPlusCustomLineCap](emfpluscustomlinecap/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CustomLineCapData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/customlinecapdata) { get; set; } | Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field. The content and format of the data can be different for every custom line cap type. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/type) { get; set; } | Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field. | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [CustomLineCapData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/customlinecapdata/) { get; set; } | Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field. The content and format of the data can be different for every custom line cap type. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/type/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field. | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/customlinecapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/customlinecapdata/_index.md index 3f169f6615d1..9387c6b0d26d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/customlinecapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/customlinecapdata/_index.md @@ -1,7 +1,7 @@ --- -title: CustomLineCapData +title: EmfPlusCustomLineCap.CustomLineCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCap property. Gets or sets Variablelength data that defines the custom line cap data object specified in the Type field. The content and format of the data can be different for every custom line cap type type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/customlinecapdata/ @@ -16,9 +16,9 @@ public EmfPlusCustomBaseLineCap CustomLineCapData { get; set; } ### See Also -* class [EmfPlusCustomBaseLineCap](../../emfpluscustombaselinecap) -* class [EmfPlusCustomLineCap](../../emfpluscustomlinecap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecap) +* class [EmfPlusCustomBaseLineCap](../../emfpluscustombaselinecap/) +* class [EmfPlusCustomLineCap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/emfpluscustomlinecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/emfpluscustomlinecap/_index.md index e0dca4cdd657..258ecfd532bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/emfpluscustomlinecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/emfpluscustomlinecap/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCap +title: EmfPlusCustomLineCap.EmfPlusCustomLineCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCap constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/emfpluscustomlinecap/ @@ -16,8 +16,8 @@ public EmfPlusCustomLineCap() ### See Also -* class [EmfPlusCustomLineCap](../../emfpluscustomlinecap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecap) +* class [EmfPlusCustomLineCap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/type/_index.md index 51f52ab18c5e..ee8ee3b3bb0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfPlusCustomLineCap.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCap property. Gets or sets a 32bit signed integer that specifies the type of custom line cap object which determines the contents of the CustomLineCapData field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecap/type/ @@ -16,9 +16,9 @@ public EmfPlusCustomLineCapDataType Type { get; set; } ### See Also -* enum [EmfPlusCustomLineCapDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdatatype) -* class [EmfPlusCustomLineCap](../../emfpluscustomlinecap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecap) +* enum [EmfPlusCustomLineCapDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdatatype/) +* class [EmfPlusCustomLineCap](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/_index.md index c76700cc067b..2f321b65b5c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCapArrowData +title: Class EmfPlusCustomLineCapArrowData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomLineCapArrowData class. The EmfPlusCustomLineCapArrowData object specifies adjustable arrow data for a custom line cap type: docs weight: 5390 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/ @@ -18,28 +18,28 @@ public sealed class EmfPlusCustomLineCapArrowData : EmfPlusCustomBaseLineCap | Name | Description | | --- | --- | -| [EmfPlusCustomLineCapArrowData](emfpluscustomlinecaparrowdata)() | The default constructor. | +| [EmfPlusCustomLineCapArrowData](emfpluscustomlinecaparrowdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [FillHotSpot](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillhotspot) { get; set; } | Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}. | -| [FillState](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillstate) { get; set; } | Gets or sets a 32-bit Boolean value that specifies whether the arrow cap is filled. If the arrow cap is not filled, only the outline is drawn | -| [Height](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/height) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the height of the arrow cap. | -| [LineEndCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/lineendcap) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap to be used at the end of the line to be drawn | -| [LineHotSpot](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linehotspot) { get; set; } | Gets or sets an EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}. | -| [LineJoin](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linejoin) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the value in the LineJoin enumeration that specifies how to join two lines that are drawn by the same pen and whose ends meet. At the intersection of the two line ends, a line join makes the connection look more continuous. | -| [LineMiterLimit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linemiterlimit) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the limit of the thickness of the join on a mitered corner by setting the maximum allowed ratio of miter length to line width | -| [LineStartCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linestartcap) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap to be used at the start of the line to be drawn | -| [MiddleInset](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/middleinset) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the number of pixels between the outline of the arrow cap and the fill of the arrow cap. | -| [Width](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/width) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the width of the arrow cap | -| [WidthScale](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/widthscale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the amount by which to scale an EmfPlusCustomLineCap object with respect to the width of the graphics pen that is used to draw the lines | +| [FillHotSpot](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillhotspot/) { get; set; } | Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}. | +| [FillState](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillstate/) { get; set; } | Gets or sets a 32-bit Boolean value that specifies whether the arrow cap is filled. If the arrow cap is not filled, only the outline is drawn | +| [Height](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/height/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the height of the arrow cap. | +| [LineEndCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/lineendcap/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap to be used at the end of the line to be drawn | +| [LineHotSpot](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linehotspot/) { get; set; } | Gets or sets an EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}. | +| [LineJoin](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linejoin/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the value in the LineJoin enumeration that specifies how to join two lines that are drawn by the same pen and whose ends meet. At the intersection of the two line ends, a line join makes the connection look more continuous. | +| [LineMiterLimit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linemiterlimit/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the limit of the thickness of the join on a mitered corner by setting the maximum allowed ratio of miter length to line width | +| [LineStartCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linestartcap/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap to be used at the start of the line to be drawn | +| [MiddleInset](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/middleinset/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the number of pixels between the outline of the arrow cap and the fill of the arrow cap. | +| [Width](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/width/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the width of the arrow cap | +| [WidthScale](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/widthscale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the amount by which to scale an EmfPlusCustomLineCap object with respect to the width of the graphics pen that is used to draw the lines | ### See Also -* class [EmfPlusCustomBaseLineCap](../emfpluscustombaselinecap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusCustomBaseLineCap](../emfpluscustombaselinecap/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/emfpluscustomlinecaparrowdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/emfpluscustomlinecaparrowdata/_index.md index 65424ea93024..93486e3a4f04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/emfpluscustomlinecaparrowdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/emfpluscustomlinecaparrowdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCapArrowData +title: EmfPlusCustomLineCapArrowData.EmfPlusCustomLineCapArrowData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/emfpluscustomlinecaparrowdata/ @@ -16,8 +16,8 @@ public EmfPlusCustomLineCapArrowData() ### See Also -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillhotspot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillhotspot/_index.md index bcd5ecf6ed76..d1c3d92f0aa8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillhotspot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillhotspot/_index.md @@ -1,7 +1,7 @@ --- -title: FillHotSpot +title: EmfPlusCustomLineCapArrowData.FillHotSpot second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to 0.0 0.0 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillhotspot/ @@ -16,9 +16,9 @@ public PointF FillHotSpot { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillstate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillstate/_index.md index 5e43fad09b17..2f3e772dc766 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillstate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillstate/_index.md @@ -1,7 +1,7 @@ --- -title: FillState +title: EmfPlusCustomLineCapArrowData.FillState second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit Boolean value that specifies whether the arrow cap is filled. If the arrow cap is not filled only the outline is drawn type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/fillstate/ @@ -16,8 +16,8 @@ public bool FillState { get; set; } ### See Also -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/height/_index.md index e3729bc273d5..5b399d3372bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: EmfPlusCustomLineCapArrowData.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit floatingpoint value that specifies the height of the arrow cap type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/height/ @@ -16,8 +16,8 @@ public float Height { get; set; } ### See Also -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/lineendcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/lineendcap/_index.md index 28ef31ae23dc..e204783bb4d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/lineendcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/lineendcap/_index.md @@ -1,7 +1,7 @@ --- -title: LineEndCap +title: EmfPlusCustomLineCapArrowData.LineEndCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap to be used at the end of the line to be drawn type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/lineendcap/ @@ -16,9 +16,9 @@ public EmfPlusLineCapType LineEndCap { get; set; } ### See Also -* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype) -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linehotspot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linehotspot/_index.md index f2093a075a39..c4374001baba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linehotspot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linehotspot/_index.md @@ -1,7 +1,7 @@ --- -title: LineHotSpot +title: EmfPlusCustomLineCapArrowData.LineHotSpot second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets an EmfPlusPointF object that is not currently used. It MUST be set to 0.0 0.0 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linehotspot/ @@ -16,9 +16,9 @@ public PointF LineHotSpot { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linejoin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linejoin/_index.md index c7607bb7750b..075f5ebcc1ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linejoin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linejoin/_index.md @@ -1,7 +1,7 @@ --- -title: LineJoin +title: EmfPlusCustomLineCapArrowData.LineJoin second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit unsigned integer that specifies the value in the LineJoin enumeration that specifies how to join two lines that are drawn by the same pen and whose ends meet. At the intersection of the two line ends a line join makes the connection look more continuous type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linejoin/ @@ -16,9 +16,9 @@ public EmfPlusLineJoinType LineJoin { get; set; } ### See Also -* enum [EmfPlusLineJoinType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype) -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* enum [EmfPlusLineJoinType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype/) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linemiterlimit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linemiterlimit/_index.md index b70b00df3d3d..0ee49b628b43 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linemiterlimit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linemiterlimit/_index.md @@ -1,7 +1,7 @@ --- -title: LineMiterLimit +title: EmfPlusCustomLineCapArrowData.LineMiterLimit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit floatingpoint value that specifies the limit of the thickness of the join on a mitered corner by setting the maximum allowed ratio of miter length to line width type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linemiterlimit/ @@ -16,8 +16,8 @@ public float LineMiterLimit { get; set; } ### See Also -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linestartcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linestartcap/_index.md index 8d9ec6fe5640..1bcfc10e93d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linestartcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linestartcap/_index.md @@ -1,7 +1,7 @@ --- -title: LineStartCap +title: EmfPlusCustomLineCapArrowData.LineStartCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap to be used at the start of the line to be drawn type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/linestartcap/ @@ -16,9 +16,9 @@ public EmfPlusLineCapType LineStartCap { get; set; } ### See Also -* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype) -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/middleinset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/middleinset/_index.md index c09d6e0371ac..525f00851036 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/middleinset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/middleinset/_index.md @@ -1,7 +1,7 @@ --- -title: MiddleInset +title: EmfPlusCustomLineCapArrowData.MiddleInset second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit floatingpoint value that specifies the number of pixels between the outline of the arrow cap and the fill of the arrow cap type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/middleinset/ @@ -16,8 +16,8 @@ public float MiddleInset { get; set; } ### See Also -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/width/_index.md index 3f2e84882cb5..e3a897a4546b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: EmfPlusCustomLineCapArrowData.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit floatingpoint value that specifies the width of the arrow cap type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/width/ @@ -16,8 +16,8 @@ public float Width { get; set; } ### See Also -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/widthscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/widthscale/_index.md index fcb6d790f5b3..b947f3febc06 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/widthscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/widthscale/_index.md @@ -1,7 +1,7 @@ --- -title: WidthScale +title: EmfPlusCustomLineCapArrowData.WidthScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapArrowData property. Gets or sets a 32bit floatingpoint value that specifies the amount by which to scale an EmfPlusCustomLineCap object with respect to the width of the graphics pen that is used to draw the lines type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecaparrowdata/widthscale/ @@ -16,8 +16,8 @@ public float WidthScale { get; set; } ### See Also -* class [EmfPlusCustomLineCapArrowData](../../emfpluscustomlinecaparrowdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata) +* class [EmfPlusCustomLineCapArrowData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecaparrowdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/_index.md index 08f89c3066a9..bcd645a2587f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCapData +title: Class EmfPlusCustomLineCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomLineCapData class. The EmfPlusCustomLineCapData object specifies default data for a custom line cap type: docs weight: 5400 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/ @@ -18,28 +18,28 @@ public sealed class EmfPlusCustomLineCapData : EmfPlusCustomBaseLineCap | Name | Description | | --- | --- | -| [EmfPlusCustomLineCapData](emfpluscustomlinecapdata)() | The default constructor. | +| [EmfPlusCustomLineCapData](emfpluscustomlinecapdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BaseCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/basecap) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the value from the LineCap enumeration (section 2.1.1.18) on which the custom line cap is based. | -| [BaseInset](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/baseinset) { get; set; } | Gets or sets 32-bit floating-point value that specifies the distance between the beginning of the line cap and the end of the line. | -| [CustomLineCapDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/customlinecapdataflags) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the data in the OptionalData field | -| [FillHotSpot](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/fillhotspot) { get; set; } | Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}. | -| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/optionaldata) { get; set; } | Gets or sets optional EmfPlusCustomLineCapOptionalData object (section 2.2.2.14) that specifies additional data for the custom graphics line cap. T he specific contents of this field are determined by the value of the CustomLineCapDataFlags field. | -| [StrokeEndCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokeendcap) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates what line cap is to be used at the end of the line to be drawn. | -| [StrokeHotSpot](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokehotspot) { get; set; } | Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}. | -| [StrokeJoin](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokejoin) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the value in the LineJoin enumeration (section 2.1.1.19), which specifies how to join two lines that are drawn by the same pen and whose ends meet. At the intersection of the two line ends, a line join makes the connection look more continuous. | -| [StrokeMiterLimit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokemiterlimit) { get; set; } | Gets or sets 32-bit floating-point value that contains the limit of the thickness of the join on a mitered corner by setting the maximum allowed ratio of miter length to line width. | -| [StrokeStartCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokestartcap) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap used at the start of the line to be drawn | -| [WidthScale](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/widthscale) { get; set; } | Gets or sets 32-bit floating-point value that specifies the amount by which to scale the custom line cap with respect to the width of the EmfPlusPen object (section 2.2.1.7) that is used to draw the lines. | +| [BaseCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/basecap/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the value from the LineCap enumeration (section 2.1.1.18) on which the custom line cap is based. | +| [BaseInset](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/baseinset/) { get; set; } | Gets or sets 32-bit floating-point value that specifies the distance between the beginning of the line cap and the end of the line. | +| [CustomLineCapDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/customlinecapdataflags/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the data in the OptionalData field | +| [FillHotSpot](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/fillhotspot/) { get; set; } | Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}. | +| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/optionaldata/) { get; set; } | Gets or sets optional EmfPlusCustomLineCapOptionalData object (section 2.2.2.14) that specifies additional data for the custom graphics line cap. T he specific contents of this field are determined by the value of the CustomLineCapDataFlags field. | +| [StrokeEndCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokeendcap/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates what line cap is to be used at the end of the line to be drawn. | +| [StrokeHotSpot](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokehotspot/) { get; set; } | Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to {0.0, 0.0}. | +| [StrokeJoin](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokejoin/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the value in the LineJoin enumeration (section 2.1.1.19), which specifies how to join two lines that are drawn by the same pen and whose ends meet. At the intersection of the two line ends, a line join makes the connection look more continuous. | +| [StrokeMiterLimit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokemiterlimit/) { get; set; } | Gets or sets 32-bit floating-point value that contains the limit of the thickness of the join on a mitered corner by setting the maximum allowed ratio of miter length to line width. | +| [StrokeStartCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokestartcap/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap used at the start of the line to be drawn | +| [WidthScale](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/widthscale/) { get; set; } | Gets or sets 32-bit floating-point value that specifies the amount by which to scale the custom line cap with respect to the width of the EmfPlusPen object (section 2.2.1.7) that is used to draw the lines. | ### See Also -* class [EmfPlusCustomBaseLineCap](../emfpluscustombaselinecap) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusCustomBaseLineCap](../emfpluscustombaselinecap/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/basecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/basecap/_index.md index 29092d877ad8..636b2e475a3f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/basecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/basecap/_index.md @@ -1,7 +1,7 @@ --- -title: BaseCap +title: EmfPlusCustomLineCapData.BaseCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets 32bit unsigned integer that specifies the value from the LineCap enumeration section 2.1.1.18 on which the custom line cap is based type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/basecap/ @@ -16,9 +16,9 @@ public EmfPlusLineCapType BaseCap { get; set; } ### See Also -* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype) -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/baseinset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/baseinset/_index.md index b8c4449d493c..0cd706d97784 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/baseinset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/baseinset/_index.md @@ -1,7 +1,7 @@ --- -title: BaseInset +title: EmfPlusCustomLineCapData.BaseInset second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets 32bit floatingpoint value that specifies the distance between the beginning of the line cap and the end of the line type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/baseinset/ @@ -16,8 +16,8 @@ public float BaseInset { get; set; } ### See Also -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/customlinecapdataflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/customlinecapdataflags/_index.md index 513d87a86e0a..62b7ba85d5d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/customlinecapdataflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/customlinecapdataflags/_index.md @@ -1,7 +1,7 @@ --- -title: CustomLineCapDataFlags +title: EmfPlusCustomLineCapData.CustomLineCapDataFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets 32bit unsigned integer that specifies the data in the OptionalData field type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/customlinecapdataflags/ @@ -16,9 +16,9 @@ public EmfPlusCustomLineCapDataFlags CustomLineCapDataFlags { get; set; } ### See Also -* enum [EmfPlusCustomLineCapDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdataflags) -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* enum [EmfPlusCustomLineCapDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscustomlinecapdataflags/) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/emfpluscustomlinecapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/emfpluscustomlinecapdata/_index.md index 4acdb8208215..ad128bf1525c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/emfpluscustomlinecapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/emfpluscustomlinecapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCapData +title: EmfPlusCustomLineCapData.EmfPlusCustomLineCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/emfpluscustomlinecapdata/ @@ -16,8 +16,8 @@ public EmfPlusCustomLineCapData() ### See Also -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/fillhotspot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/fillhotspot/_index.md index 6063a3518fc6..04d7c9a5379f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/fillhotspot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/fillhotspot/_index.md @@ -1,7 +1,7 @@ --- -title: FillHotSpot +title: EmfPlusCustomLineCapData.FillHotSpot second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to 0.0 0.0 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/fillhotspot/ @@ -16,9 +16,9 @@ public PointF FillHotSpot { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/optionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/optionaldata/_index.md index 2022338ebbad..cb5f4f9e5f5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/optionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/optionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: OptionalData +title: EmfPlusCustomLineCapData.OptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets optional EmfPlusCustomLineCapOptionalData object section 2.2.2.14 that specifies additional data for the custom graphics line cap. T he specific contents of this field are determined by the value of the CustomLineCapDataFlags field type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/optionaldata/ @@ -16,9 +16,9 @@ public EmfPlusCustomLineCapOptionalData OptionalData { get; set; } ### See Also -* class [EmfPlusCustomLineCapOptionalData](../../emfpluscustomlinecapoptionaldata) -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* class [EmfPlusCustomLineCapOptionalData](../../emfpluscustomlinecapoptionaldata/) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokeendcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokeendcap/_index.md index 80251c908687..a2dccab4548f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokeendcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokeendcap/_index.md @@ -1,7 +1,7 @@ --- -title: StrokeEndCap +title: EmfPlusCustomLineCapData.StrokeEndCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets 32bit unsigned integer that specifies the value in the LineCap enumeration that indicates what line cap is to be used at the end of the line to be drawn type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokeendcap/ @@ -16,8 +16,8 @@ public int StrokeEndCap { get; set; } ### See Also -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokehotspot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokehotspot/_index.md index f57ef58a7780..7b4a44d51868 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokehotspot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokehotspot/_index.md @@ -1,7 +1,7 @@ --- -title: StrokeHotSpot +title: EmfPlusCustomLineCapData.StrokeHotSpot second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets EmfPlusPointF object that is not currently used. It MUST be set to 0.0 0.0 type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokehotspot/ @@ -16,9 +16,9 @@ public PointF StrokeHotSpot { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokejoin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokejoin/_index.md index 4cc90038598d..da17a39763b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokejoin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokejoin/_index.md @@ -1,7 +1,7 @@ --- -title: StrokeJoin +title: EmfPlusCustomLineCapData.StrokeJoin second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets 32bit unsigned integer that specifies the value in the LineJoin enumeration section 2.1.1.19 which specifies how to join two lines that are drawn by the same pen and whose ends meet. At the intersection of the two line ends a line join makes the connection look more continuous type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokejoin/ @@ -16,9 +16,9 @@ public EmfPlusLineJoinType StrokeJoin { get; set; } ### See Also -* enum [EmfPlusLineJoinType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype) -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* enum [EmfPlusLineJoinType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype/) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokemiterlimit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokemiterlimit/_index.md index 145a4cd01248..2967356067f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokemiterlimit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokemiterlimit/_index.md @@ -1,7 +1,7 @@ --- -title: StrokeMiterLimit +title: EmfPlusCustomLineCapData.StrokeMiterLimit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets 32bit floatingpoint value that contains the limit of the thickness of the join on a mitered corner by setting the maximum allowed ratio of miter length to line width type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokemiterlimit/ @@ -16,8 +16,8 @@ public float StrokeMiterLimit { get; set; } ### See Also -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokestartcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokestartcap/_index.md index 1a7d9f7df748..df5089279143 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokestartcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokestartcap/_index.md @@ -1,7 +1,7 @@ --- -title: StrokeStartCap +title: EmfPlusCustomLineCapData.StrokeStartCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets 32bit unsigned integer that specifies the value in the LineCap enumeration that indicates the line cap used at the start of the line to be drawn type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/strokestartcap/ @@ -16,8 +16,8 @@ public int StrokeStartCap { get; set; } ### See Also -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/widthscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/widthscale/_index.md index 06f5ef14513f..1e329fa9416d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/widthscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/widthscale/_index.md @@ -1,7 +1,7 @@ --- -title: WidthScale +title: EmfPlusCustomLineCapData.WidthScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapData property. Gets or sets 32bit floatingpoint value that specifies the amount by which to scale the custom line cap with respect to the width of the EmfPlusPen object section 2.2.1.7 that is used to draw the lines type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapdata/widthscale/ @@ -16,8 +16,8 @@ public float WidthScale { get; set; } ### See Also -* class [EmfPlusCustomLineCapData](../../emfpluscustomlinecapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata) +* class [EmfPlusCustomLineCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/_index.md index 9cf89159c857..4ef1444de0ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCapOptionalData +title: Class EmfPlusCustomLineCapOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomLineCapOptionalData class. The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap type: docs weight: 5410 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/ @@ -18,19 +18,19 @@ public sealed class EmfPlusCustomLineCapOptionalData : EmfPlusStructureObjectTyp | Name | Description | | --- | --- | -| [EmfPlusCustomLineCapOptionalData](emfpluscustomlinecapoptionaldata)() | The default constructor. | +| [EmfPlusCustomLineCapOptionalData](emfpluscustomlinecapoptionaldata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [FillData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/filldata) { get; set; } | Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom graphics line cap. This field MUST be present if the CustomLineCapDataFillPath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object. | -| [OutlineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/outlinedata) { get; set; } | Gets or sets optional EmfPlusLinePath object (section 2.2.2.26) that specifies the path for outlining a custom graphics line cap. This field MUST be present if the CustomLineCapDataLinePath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object. | +| [FillData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/filldata/) { get; set; } | Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom graphics line cap. This field MUST be present if the CustomLineCapDataFillPath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object. | +| [OutlineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/outlinedata/) { get; set; } | Gets or sets optional EmfPlusLinePath object (section 2.2.2.26) that specifies the path for outlining a custom graphics line cap. This field MUST be present if the CustomLineCapDataLinePath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/emfpluscustomlinecapoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/emfpluscustomlinecapoptionaldata/_index.md index 30bb99a8638e..8a0554910f55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/emfpluscustomlinecapoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/emfpluscustomlinecapoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomLineCapOptionalData +title: EmfPlusCustomLineCapOptionalData.EmfPlusCustomLineCapOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapOptionalData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/emfpluscustomlinecapoptionaldata/ @@ -16,8 +16,8 @@ public EmfPlusCustomLineCapOptionalData() ### See Also -* class [EmfPlusCustomLineCapOptionalData](../../emfpluscustomlinecapoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapoptionaldata) +* class [EmfPlusCustomLineCapOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/filldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/filldata/_index.md index 83b4865ccb09..5d38cc9ddfd8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/filldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/filldata/_index.md @@ -1,7 +1,7 @@ --- -title: FillData +title: EmfPlusCustomLineCapOptionalData.FillData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapOptionalData property. Gets or sets optional EmfPlusFillPath object section 2.2.2.17 that specifies the path for filling a custom graphics line cap. This field MUST be present if the CustomLineCapDataFillPath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/filldata/ @@ -16,9 +16,9 @@ public EmfPlusFillPath FillData { get; set; } ### See Also -* class [EmfPlusFillPath](../../emfplusfillpath) -* class [EmfPlusCustomLineCapOptionalData](../../emfpluscustomlinecapoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapoptionaldata) +* class [EmfPlusFillPath](../../emfplusfillpath/) +* class [EmfPlusCustomLineCapOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/outlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/outlinedata/_index.md index ec66561bbd9b..f941d47ab694 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/outlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/outlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: OutlineData +title: EmfPlusCustomLineCapOptionalData.OutlineData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomLineCapOptionalData property. Gets or sets optional EmfPlusLinePath object section 2.2.2.26 that specifies the path for outlining a custom graphics line cap. This field MUST be present if the CustomLineCapDataLinePath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomlinecapoptionaldata/outlinedata/ @@ -16,9 +16,9 @@ public EmfPlusLinePath OutlineData { get; set; } ### See Also -* class [EmfPlusLinePath](../../emfpluslinepath) -* class [EmfPlusCustomLineCapOptionalData](../../emfpluscustomlinecapoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapoptionaldata) +* class [EmfPlusLinePath](../../emfpluslinepath/) +* class [EmfPlusCustomLineCapOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomlinecapoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/_index.md index 265200182479..2797c520c504 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomStartCapData +title: Class EmfPlusCustomStartCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomStartCapData class. The EmfPlusCustomStartCapData object specifies a custom line cap for the start of a line type: docs weight: 5420 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/ @@ -18,18 +18,18 @@ public sealed class EmfPlusCustomStartCapData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusCustomStartCapData](emfpluscustomstartcapdata)() | The default constructor. | +| [EmfPlusCustomStartCapData](emfpluscustomstartcapdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CustomStartCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/customstartcap) { get; set; } | Gets or sets custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond | +| [CustomStartCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/customstartcap/) { get; set; } | Gets or sets custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/customstartcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/customstartcap/_index.md index b332552f3d55..5c9f8298d08e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/customstartcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/customstartcap/_index.md @@ -1,7 +1,7 @@ --- -title: CustomStartCap +title: EmfPlusCustomStartCapData.CustomStartCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomStartCapData property. Gets or sets custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes including a square circle or diamond type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/customstartcap/ @@ -16,9 +16,9 @@ public EmfPlusCustomLineCap CustomStartCap { get; set; } ### See Also -* class [EmfPlusCustomLineCap](../../emfpluscustomlinecap) -* class [EmfPlusCustomStartCapData](../../emfpluscustomstartcapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomstartcapdata) +* class [EmfPlusCustomLineCap](../../emfpluscustomlinecap/) +* class [EmfPlusCustomStartCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomstartcapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/emfpluscustomstartcapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/emfpluscustomstartcapdata/_index.md index 7dfece11150e..5de23dcddfa1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/emfpluscustomstartcapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/emfpluscustomstartcapdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusCustomStartCapData +title: EmfPlusCustomStartCapData.EmfPlusCustomStartCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusCustomStartCapData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluscustomstartcapdata/emfpluscustomstartcapdata/ @@ -16,8 +16,8 @@ public EmfPlusCustomStartCapData() ### See Also -* class [EmfPlusCustomStartCapData](../../emfpluscustomstartcapdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomstartcapdata) +* class [EmfPlusCustomStartCapData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluscustomstartcapdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/_index.md index 620aea97b259..f8d77053b77d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDashedLineData +title: Class EmfPlusDashedLineData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusDashedLineData class. The EmfPlusDashedLineData object specifies properties of a dashed line for a graphics pen type: docs weight: 5430 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/ @@ -18,18 +18,18 @@ public sealed class EmfPlusDashedLineData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusDashedLineData](emfplusdashedlinedata)() | The default constructor. | +| [EmfPlusDashedLineData](emfplusdashedlinedata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [DashedLineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/dashedlinedata) { get; set; } | Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line | +| [DashedLineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/dashedlinedata/) { get; set; } | Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/dashedlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/dashedlinedata/_index.md index 9e4bf4cd797b..5ea641a45184 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/dashedlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/dashedlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: DashedLineData +title: EmfPlusDashedLineData.DashedLineData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDashedLineData property. Gets or sets array of DashedLineDataSize floatingpoint values that specify the lengths of the dashes and spaces in a dashed line type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/dashedlinedata/ @@ -16,8 +16,8 @@ public float[] DashedLineData { get; set; } ### See Also -* class [EmfPlusDashedLineData](../../emfplusdashedlinedata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusdashedlinedata) +* class [EmfPlusDashedLineData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusdashedlinedata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/emfplusdashedlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/emfplusdashedlinedata/_index.md index ba0f7a59ec47..9c9472c6cb4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/emfplusdashedlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/emfplusdashedlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDashedLineData +title: EmfPlusDashedLineData.EmfPlusDashedLineData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDashedLineData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusdashedlinedata/emfplusdashedlinedata/ @@ -16,8 +16,8 @@ public EmfPlusDashedLineData() ### See Also -* class [EmfPlusDashedLineData](../../emfplusdashedlinedata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusdashedlinedata) +* class [EmfPlusDashedLineData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusdashedlinedata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/_index.md index 5508a574ddc6..1cc53a8fe54d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillPath +title: Class EmfPlusFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusFillPath class. The EmfPlusFillPath object specifies a graphics path for filling a custom line cap type: docs weight: 5440 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/ @@ -18,18 +18,18 @@ public sealed class EmfPlusFillPath : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusFillPath](emfplusfillpath)() | The default constructor. | +| [EmfPlusFillPath](emfplusfillpath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [FillPath](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/fillpath) { get; set; } | Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill. | +| [FillPath](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/fillpath/) { get; set; } | Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/emfplusfillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/emfplusfillpath/_index.md index bae1e570dfb9..113b40c5adfa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/emfplusfillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/emfplusfillpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillPath +title: EmfPlusFillPath.EmfPlusFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/emfplusfillpath/ @@ -16,8 +16,8 @@ public EmfPlusFillPath() ### See Also -* class [EmfPlusFillPath](../../emfplusfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfillpath) +* class [EmfPlusFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/fillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/fillpath/_index.md index 2af6d88b437f..7a9ca9227f50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/fillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/fillpath/_index.md @@ -1,7 +1,7 @@ --- -title: FillPath +title: EmfPlusFillPath.FillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPath property. Gets or sets EmfPlusPath object section 2.2.1.6 that specifies the area to fill type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfillpath/fillpath/ @@ -16,9 +16,9 @@ public EmfPlusPath FillPath { get; set; } ### See Also -* class [EmfPlusPath](../../emfpluspath) -* class [EmfPlusFillPath](../../emfplusfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfillpath) +* class [EmfPlusPath](../../emfpluspath/) +* class [EmfPlusFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/_index.md index db0cdced3d50..aca4b27f1a98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFocusScaleData +title: Class EmfPlusFocusScaleData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusFocusScaleData class. The EmfPlusFocusScaleData object specifies focus scales for the blend pattern of a path gradient brush type: docs weight: 5450 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/ @@ -18,20 +18,20 @@ public sealed class EmfPlusFocusScaleData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusFocusScaleData](emfplusfocusscaledata)() | The default constructor. | +| [EmfPlusFocusScaleData](emfplusfocusscaledata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [FocusScaleCount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalecount) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of focus scales. This value MUST be 2. | -| [FocusScaleX](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalex) { get; set; } | Gets or sets a floating-point value that defines the horizontal focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive. | -| [FocusScaleY](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscaley) { get; set; } | Gets or sets a floating-point value that defines the vertical focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive. | +| [FocusScaleCount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalecount/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of focus scales. This value MUST be 2. | +| [FocusScaleX](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalex/) { get; set; } | Gets or sets a floating-point value that defines the horizontal focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive. | +| [FocusScaleY](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscaley/) { get; set; } | Gets or sets a floating-point value that defines the vertical focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/emfplusfocusscaledata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/emfplusfocusscaledata/_index.md index b410d0250a32..5a75943980c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/emfplusfocusscaledata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/emfplusfocusscaledata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFocusScaleData +title: EmfPlusFocusScaleData.EmfPlusFocusScaleData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFocusScaleData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/emfplusfocusscaledata/ @@ -16,8 +16,8 @@ public EmfPlusFocusScaleData() ### See Also -* class [EmfPlusFocusScaleData](../../emfplusfocusscaledata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfocusscaledata) +* class [EmfPlusFocusScaleData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfocusscaledata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalecount/_index.md index f8e8bc10f9b4..59c34970f601 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalecount/_index.md @@ -1,7 +1,7 @@ --- -title: FocusScaleCount +title: EmfPlusFocusScaleData.FocusScaleCount second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFocusScaleData property. Gets or sets a 32bit unsigned integer that specifies the number of focus scales. This value MUST be 2 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalecount/ @@ -16,8 +16,8 @@ public int FocusScaleCount { get; set; } ### See Also -* class [EmfPlusFocusScaleData](../../emfplusfocusscaledata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfocusscaledata) +* class [EmfPlusFocusScaleData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfocusscaledata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalex/_index.md index 0333a023bfe2..1e314553510f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalex/_index.md @@ -1,7 +1,7 @@ --- -title: FocusScaleX +title: EmfPlusFocusScaleData.FocusScaleX second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFocusScaleData property. Gets or sets a floatingpoint value that defines the horizontal focus scale. The focus scale MUST be a value between 0.0 and 1.0 exclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscalex/ @@ -16,8 +16,8 @@ public float FocusScaleX { get; set; } ### See Also -* class [EmfPlusFocusScaleData](../../emfplusfocusscaledata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfocusscaledata) +* class [EmfPlusFocusScaleData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfocusscaledata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscaley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscaley/_index.md index 7b9ad1aed640..e59b2f8fb07a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscaley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscaley/_index.md @@ -1,7 +1,7 @@ --- -title: FocusScaleY +title: EmfPlusFocusScaleData.FocusScaleY second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFocusScaleData property. Gets or sets a floatingpoint value that defines the vertical focus scale. The focus scale MUST be a value between 0.0 and 1.0 exclusive type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfocusscaledata/focusscaley/ @@ -16,8 +16,8 @@ public float FocusScaleY { get; set; } ### See Also -* class [EmfPlusFocusScaleData](../../emfplusfocusscaledata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfocusscaledata) +* class [EmfPlusFocusScaleData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfocusscaledata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/_index.md index 239448f6e2d6..71a1d1522d8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFont +title: Class EmfPlusFont second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusFont class. The EmfPlusFont object specifies properties that determine the appearance of text including typeface size and style type: docs weight: 5460 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/ @@ -18,22 +18,22 @@ public sealed class EmfPlusFont : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusFont](emfplusfont)() | The default constructor. | +| [EmfPlusFont](emfplusfont/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [EmSize](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emsize) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the em size of the font in units specified by the SizeUnit field. | -| [FamilyName](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/familyname) { get; set; } | Gets or sets a string of Length Unicode characters that contains the name of the font family | -| [FontStyleFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/fontstyleflags) { get; set; } | Gets or sets a 32-bit signed integer that specifies attributes of the character glyphs that affect the appearance of the font, such as bold and italic. This value MUST be composed of FontStyle flags (section 2.1.2.4). | -| [SizeUnit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/sizeunit) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the units used for the EmSize field. These are typically the units that were employed when designing the font. The value MUST be in the UnitType enumeration (section 2.1.1.33). | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [EmSize](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emsize/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the em size of the font in units specified by the SizeUnit field. | +| [FamilyName](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/familyname/) { get; set; } | Gets or sets a string of Length Unicode characters that contains the name of the font family | +| [FontStyleFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/fontstyleflags/) { get; set; } | Gets or sets a 32-bit signed integer that specifies attributes of the character glyphs that affect the appearance of the font, such as bold and italic. This value MUST be composed of FontStyle flags (section 2.1.2.4). | +| [SizeUnit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/sizeunit/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the units used for the EmSize field. These are typically the units that were employed when designing the font. The value MUST be in the UnitType enumeration (section 2.1.1.33). | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emfplusfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emfplusfont/_index.md index 9ce6c55006e9..0dd31a43e9e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emfplusfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emfplusfont/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFont +title: EmfPlusFont.EmfPlusFont second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFont constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emfplusfont/ @@ -16,8 +16,8 @@ public EmfPlusFont() ### See Also -* class [EmfPlusFont](../../emfplusfont) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont) +* class [EmfPlusFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emsize/_index.md index 0ac3ff854245..85505faaa3e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emsize/_index.md @@ -1,7 +1,7 @@ --- -title: EmSize +title: EmfPlusFont.EmSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFont property. Gets or sets a 32bit floatingpoint value that specifies the em size of the font in units specified by the SizeUnit field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/emsize/ @@ -16,8 +16,8 @@ public float EmSize { get; set; } ### See Also -* class [EmfPlusFont](../../emfplusfont) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont) +* class [EmfPlusFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/familyname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/familyname/_index.md index 5f7bf6fc5a8b..3191564ce956 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/familyname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/familyname/_index.md @@ -1,7 +1,7 @@ --- -title: FamilyName +title: EmfPlusFont.FamilyName second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFont property. Gets or sets a string of Length Unicode characters that contains the name of the font family type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/familyname/ @@ -16,8 +16,8 @@ public string FamilyName { get; set; } ### See Also -* class [EmfPlusFont](../../emfplusfont) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont) +* class [EmfPlusFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/fontstyleflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/fontstyleflags/_index.md index 8710a8669906..22404db0315e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/fontstyleflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/fontstyleflags/_index.md @@ -1,7 +1,7 @@ --- -title: FontStyleFlags +title: EmfPlusFont.FontStyleFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFont property. Gets or sets a 32bit signed integer that specifies attributes of the character glyphs that affect the appearance of the font such as bold and italic. This value MUST be composed of FontStyle flags section 2.1.2.4 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/fontstyleflags/ @@ -16,9 +16,9 @@ public EmfPlusFontStyleFlags FontStyleFlags { get; set; } ### See Also -* enum [EmfPlusFontStyleFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusfontstyleflags) -* class [EmfPlusFont](../../emfplusfont) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont) +* enum [EmfPlusFontStyleFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusfontstyleflags/) +* class [EmfPlusFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/sizeunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/sizeunit/_index.md index f05699267c8a..2abd7451fc42 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/sizeunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/sizeunit/_index.md @@ -1,7 +1,7 @@ --- -title: SizeUnit +title: EmfPlusFont.SizeUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFont property. Gets or sets a 32bit unsigned integer that specifies the units used for the EmSize field. These are typically the units that were employed when designing the font. The value MUST be in the UnitType enumeration section 2.1.1.33 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusfont/sizeunit/ @@ -16,9 +16,9 @@ public EmfPlusUnitType SizeUnit { get; set; } ### See Also -* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype) -* class [EmfPlusFont](../../emfplusfont) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont) +* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/) +* class [EmfPlusFont](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/_index.md index 031aad0a4464..4d80cc840f5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusGraphicsObjectType +title: Class EmfPlusGraphicsObjectType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusGraphicsObjectType class. The Graphics Objects specify parameters for graphics output. They are part of the playback device context and are persistent during the playback of an EMF metafile type: docs weight: 5470 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/ @@ -18,12 +18,12 @@ public abstract class EmfPlusGraphicsObjectType : EmfPlusObject | Name | Description | | --- | --- | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusObject](../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusObject](../emfplusobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/_index.md index 422672f4cb89..05d3124917ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: EmfPlusGraphicsObjectType.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusGraphicsObjectType property. Gets or sets the version type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/ @@ -16,13 +16,13 @@ public EmfPlusGraphicsVersion Version { get; set; } ### Property Value -An [`EmfPlusGraphicsVersion`](../../emfplusgraphicsversion) object (section 2.2.2.19) that specifies the version of operating system graphics that was used to create this object. +An [`EmfPlusGraphicsVersion`](../../emfplusgraphicsversion/) object (section 2.2.2.19) that specifies the version of operating system graphics that was used to create this object. ### See Also -* class [EmfPlusGraphicsVersion](../../emfplusgraphicsversion) -* class [EmfPlusGraphicsObjectType](../../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusgraphicsobjecttype) +* class [EmfPlusGraphicsVersion](../../emfplusgraphicsversion/) +* class [EmfPlusGraphicsObjectType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusgraphicsobjecttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/_index.md index 7cf86cc8451f..df6cd57b1ffb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusGraphicsVersion +title: Class EmfPlusGraphicsVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusGraphicsVersion class. The EmfPlusGraphicsVersion object specifies the version of operating system graphics that is used to create an EMF metafile type: docs weight: 5480 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/ @@ -18,23 +18,23 @@ public sealed class EmfPlusGraphicsVersion : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusGraphicsVersion](emfplusgraphicsversion)() | The default constructor. | +| [EmfPlusGraphicsVersion](emfplusgraphicsversion/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [GraphicsVersion](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/graphicsversion) { get; set; } | Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the [`EmfPlusGraphicsVersion`](../emfplusgraphicsversion) enumeration | -| [MetafileSignature](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/metafilesignature) { get; set; } | Gets a MetafileSignature (20 bits): A value that identifies the type of metafile. The value for an EMF+ metafile is 0xDBC01. | +| [GraphicsVersion](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/graphicsversion/) { get; set; } | Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the `EmfPlusGraphicsVersion` enumeration | +| [MetafileSignature](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/metafilesignature/) { get; set; } | Gets a MetafileSignature (20 bits): A value that identifies the type of metafile. The value for an EMF+ metafile is 0xDBC01. | -### Remarks +## Remarks Graphics versions are vendor-extensible; however, to ensure inter-operability, any such extension MUST be implemented in both clients and servers of EMF+ metafiles. ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/emfplusgraphicsversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/emfplusgraphicsversion/_index.md index 3f7d0c13408e..c1826479ba3f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/emfplusgraphicsversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/emfplusgraphicsversion/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusGraphicsVersion +title: EmfPlusGraphicsVersion.EmfPlusGraphicsVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusGraphicsVersion constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/emfplusgraphicsversion/ @@ -16,8 +16,8 @@ public EmfPlusGraphicsVersion() ### See Also -* class [EmfPlusGraphicsVersion](../../emfplusgraphicsversion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusgraphicsversion) +* class [EmfPlusGraphicsVersion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusgraphicsversion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/graphicsversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/graphicsversion/_index.md index df5826f55eed..2542bfb2db62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/graphicsversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/graphicsversion/_index.md @@ -1,14 +1,14 @@ --- -title: GraphicsVersion +title: EmfPlusGraphicsVersion.GraphicsVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusGraphicsVersion property. Gets a GraphicsVersion 12 bits The version of operating system graphics. This value MUST be defined in the EmfPlusGraphicsVersion enumeration type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/graphicsversion/ --- ## EmfPlusGraphicsVersion.GraphicsVersion property -Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the [`EmfPlusGraphicsVersion`](../../emfplusgraphicsversion) enumeration +Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the [`EmfPlusGraphicsVersion`](../) enumeration ```csharp public EmfPlusGraphicsVersionEnum GraphicsVersion { get; set; } @@ -16,9 +16,9 @@ public EmfPlusGraphicsVersionEnum GraphicsVersion { get; set; } ### See Also -* enum [EmfPlusGraphicsVersionEnum](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusgraphicsversionenum) -* class [EmfPlusGraphicsVersion](../../emfplusgraphicsversion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusgraphicsversion) +* enum [EmfPlusGraphicsVersionEnum](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusgraphicsversionenum/) +* class [EmfPlusGraphicsVersion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusgraphicsversion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/metafilesignature/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/metafilesignature/_index.md index b88f5a9e14af..2533bc0d350a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/metafilesignature/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/metafilesignature/_index.md @@ -1,7 +1,7 @@ --- -title: MetafileSignature +title: EmfPlusGraphicsVersion.MetafileSignature second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusGraphicsVersion property. Gets a MetafileSignature 20 bits A value that identifies the type of metafile. The value for an EMF metafile is 0xDBC01 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/metafilesignature/ @@ -16,8 +16,8 @@ public int MetafileSignature { get; set; } ### See Also -* class [EmfPlusGraphicsVersion](../../emfplusgraphicsversion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusgraphicsversion) +* class [EmfPlusGraphicsVersion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusgraphicsversion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/_index.md index 940d8479c568..d0e67bc63edd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusHatchBrushData +title: Class EmfPlusHatchBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusHatchBrushData class. The EmfPlusHatchBrushData object specifies a hatch pattern for a graphics brush type: docs weight: 5490 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/ @@ -18,24 +18,24 @@ public sealed class EmfPlusHatchBrushData : EmfPlusBaseBrushData | Name | Description | | --- | --- | -| [EmfPlusHatchBrushData](emfplushatchbrushdata)() | The default constructor. | +| [EmfPlusHatchBrushData](emfplushatchbrushdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/backargb32color) { get; set; } | Gets or sets a 32-bit EmfPlusArgb object that specifies the color used to paint the background of the hatch pattern. | -| [ForeArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/foreargb32color) { get; set; } | Gets or sets a 32-bit EmfPlusArgb object that specifies the color used to draw the lines of the hatch pattern. | -| [HatchStyle](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/hatchstyle) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush hatch style. It MUST be defined in the [`EmfPlusHatchStyle`](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle) enumeration. | +| [BackArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/backargb32color/) { get; set; } | Gets or sets a 32-bit EmfPlusArgb object that specifies the color used to paint the background of the hatch pattern. | +| [ForeArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/foreargb32color/) { get; set; } | Gets or sets a 32-bit EmfPlusArgb object that specifies the color used to draw the lines of the hatch pattern. | +| [HatchStyle](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/hatchstyle/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the brush hatch style. It MUST be defined in the [`EmfPlusHatchStyle`](../../aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle/) enumeration. | -### Remarks +## Remarks -Graphics brushes are specified by [`EmfPlusBrush`](../emfplusbrush) objects (section 2.2.1.1). A hatch brush paints a background and draws a pattern of lines, dots, dashes, squares, and crosshatch lines over this background. The hatch brush defines two colors: one for the background and one for the pattern over the background. The color of the background is called the background color, and the color of the pattern is called the foreground color. +Graphics brushes are specified by [`EmfPlusBrush`](../emfplusbrush/) objects (section 2.2.1.1). A hatch brush paints a background and draws a pattern of lines, dots, dashes, squares, and crosshatch lines over this background. The hatch brush defines two colors: one for the background and one for the pattern over the background. The color of the background is called the background color, and the color of the pattern is called the foreground color. ### See Also -* class [EmfPlusBaseBrushData](../emfplusbasebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseBrushData](../emfplusbasebrushdata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/backargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/backargb32color/_index.md index e17a8b3326c0..1fec6a71b8f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/backargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/backargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: BackArgb32Color +title: EmfPlusHatchBrushData.BackArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHatchBrushData property. Gets or sets a 32bit EmfPlusArgb object that specifies the color used to paint the background of the hatch pattern type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/backargb32color/ @@ -16,8 +16,8 @@ public int BackArgb32Color { get; set; } ### See Also -* class [EmfPlusHatchBrushData](../../emfplushatchbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushatchbrushdata) +* class [EmfPlusHatchBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushatchbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/emfplushatchbrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/emfplushatchbrushdata/_index.md index f1d1be40ce56..70ad9bddf460 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/emfplushatchbrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/emfplushatchbrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusHatchBrushData +title: EmfPlusHatchBrushData.EmfPlusHatchBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHatchBrushData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/emfplushatchbrushdata/ @@ -16,8 +16,8 @@ public EmfPlusHatchBrushData() ### See Also -* class [EmfPlusHatchBrushData](../../emfplushatchbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushatchbrushdata) +* class [EmfPlusHatchBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushatchbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/foreargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/foreargb32color/_index.md index ea3669d0fa74..d191d92cf49d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/foreargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/foreargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: ForeArgb32Color +title: EmfPlusHatchBrushData.ForeArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHatchBrushData property. Gets or sets a 32bit EmfPlusArgb object that specifies the color used to draw the lines of the hatch pattern type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/foreargb32color/ @@ -16,8 +16,8 @@ public int ForeArgb32Color { get; set; } ### See Also -* class [EmfPlusHatchBrushData](../../emfplushatchbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushatchbrushdata) +* class [EmfPlusHatchBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushatchbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/hatchstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/hatchstyle/_index.md index ec68a543b790..2c6eacfbfb3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/hatchstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/hatchstyle/_index.md @@ -1,14 +1,14 @@ --- -title: HatchStyle +title: EmfPlusHatchBrushData.HatchStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHatchBrushData property. Gets or sets a 32bit unsigned integer that specifies the brush hatch style. It MUST be defined in the EmfPlusHatchStyle enumeration type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushatchbrushdata/hatchstyle/ --- ## EmfPlusHatchBrushData.HatchStyle property -Gets or sets a 32-bit unsigned integer that specifies the brush hatch style. It MUST be defined in the [`EmfPlusHatchStyle`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle) enumeration. +Gets or sets a 32-bit unsigned integer that specifies the brush hatch style. It MUST be defined in the [`EmfPlusHatchStyle`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle/) enumeration. ```csharp public EmfPlusHatchStyle HatchStyle { get; set; } @@ -16,9 +16,9 @@ public EmfPlusHatchStyle HatchStyle { get; set; } ### See Also -* enum [EmfPlusHatchStyle](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle) -* class [EmfPlusHatchBrushData](../../emfplushatchbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushatchbrushdata) +* enum [EmfPlusHatchStyle](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplushatchstyle/) +* class [EmfPlusHatchBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushatchbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/_index.md index c734f7a79405..8841ee94531a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusHueSaturationLightnessEffect +title: Class EmfPlusHueSaturationLightnessEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusHueSaturationLightnessEffect class. The HueSaturationLightnessEffect object specifies adjustments to the hue saturation and lightness of an image type: docs weight: 5500 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/ @@ -18,20 +18,20 @@ public sealed class EmfPlusHueSaturationLightnessEffect : EmfPlusImageEffectsObj | Name | Description | | --- | --- | -| [EmfPlusHueSaturationLightnessEffect](emfplushuesaturationlightnesseffect)() | The default constructor. | +| [EmfPlusHueSaturationLightnessEffect](emfplushuesaturationlightnesseffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [HueLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/huelevel) { get; set; } | Gets or sets the Specifies the adjustment to the hue. -180 ≤ value < 0 Negative values specify clockwise rotation on the color wheel. 0 A value of 0 specifies that the hue MUST NOT change. 0 < value ≤ 180 Positive values specify counter-clockwise rotation on the color wheel. | -| [LightnessLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/lightnesslevel) { get; set; } | Gets or sets the Specifies the adjustment to the lightness. -100 ≤ value < 0 Negative values specify decreasing lightness. 0 A value of 0 specifies that the lightness MUST NOT change. 0 < value ≤ 100 Positive values specify increasing lightness. | -| [SaturationLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/saturationlevel) { get; set; } | Gets or sets the Specifies the adjustment to the saturation. -100 ≤ value < 0 Negative values specify decreasing saturation. 0 A value of 0 specifies that the saturation MUST NOT change. 0 < value ≤ 100 Positive values specify increasing saturation. | +| [HueLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/huelevel/) { get; set; } | Gets or sets the Specifies the adjustment to the hue. -180 ≤ value < 0 Negative values specify clockwise rotation on the color wheel. 0 A value of 0 specifies that the hue MUST NOT change. 0 < value ≤ 180 Positive values specify counter-clockwise rotation on the color wheel. | +| [LightnessLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/lightnesslevel/) { get; set; } | Gets or sets the Specifies the adjustment to the lightness. -100 ≤ value < 0 Negative values specify decreasing lightness. 0 A value of 0 specifies that the lightness MUST NOT change. 0 < value ≤ 100 Positive values specify increasing lightness. | +| [SaturationLevel](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/saturationlevel/) { get; set; } | Gets or sets the Specifies the adjustment to the saturation. -100 ≤ value < 0 Negative values specify decreasing saturation. 0 A value of 0 specifies that the saturation MUST NOT change. 0 < value ≤ 100 Positive values specify increasing saturation. | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/emfplushuesaturationlightnesseffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/emfplushuesaturationlightnesseffect/_index.md index cd96f540abbe..159a851b6bac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/emfplushuesaturationlightnesseffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/emfplushuesaturationlightnesseffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusHueSaturationLightnessEffect +title: EmfPlusHueSaturationLightnessEffect.EmfPlusHueSaturationLightnessEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHueSaturationLightnessEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/emfplushuesaturationlightnesseffect/ @@ -16,8 +16,8 @@ public EmfPlusHueSaturationLightnessEffect() ### See Also -* class [EmfPlusHueSaturationLightnessEffect](../../emfplushuesaturationlightnesseffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushuesaturationlightnesseffect) +* class [EmfPlusHueSaturationLightnessEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushuesaturationlightnesseffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/huelevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/huelevel/_index.md index 33fd52e1a35d..69300dc723d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/huelevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/huelevel/_index.md @@ -1,7 +1,7 @@ --- -title: HueLevel +title: EmfPlusHueSaturationLightnessEffect.HueLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHueSaturationLightnessEffect property. Gets or sets the Specifies the adjustment to the hue. 180 value 0 Negative values specify clockwise rotation on the color wheel. 0 A value of 0 specifies that the hue MUST NOT change. 0 value 180 Positive values specify counterclockwise rotation on the color wheel type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/huelevel/ @@ -20,8 +20,8 @@ The hue level. ### See Also -* class [EmfPlusHueSaturationLightnessEffect](../../emfplushuesaturationlightnesseffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushuesaturationlightnesseffect) +* class [EmfPlusHueSaturationLightnessEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushuesaturationlightnesseffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/lightnesslevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/lightnesslevel/_index.md index d83b739642be..505874db9138 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/lightnesslevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/lightnesslevel/_index.md @@ -1,7 +1,7 @@ --- -title: LightnessLevel +title: EmfPlusHueSaturationLightnessEffect.LightnessLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHueSaturationLightnessEffect property. Gets or sets the Specifies the adjustment to the lightness. 100 value 0 Negative values specify decreasing lightness. 0 A value of 0 specifies that the lightness MUST NOT change. 0 value 100 Positive values specify increasing lightness type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/lightnesslevel/ @@ -20,8 +20,8 @@ The lightness level. ### See Also -* class [EmfPlusHueSaturationLightnessEffect](../../emfplushuesaturationlightnesseffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushuesaturationlightnesseffect) +* class [EmfPlusHueSaturationLightnessEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushuesaturationlightnesseffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/saturationlevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/saturationlevel/_index.md index c529d9dd5254..4b780bdc6bf0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/saturationlevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/saturationlevel/_index.md @@ -1,7 +1,7 @@ --- -title: SaturationLevel +title: EmfPlusHueSaturationLightnessEffect.SaturationLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHueSaturationLightnessEffect property. Gets or sets the Specifies the adjustment to the saturation. 100 value 0 Negative values specify decreasing saturation. 0 A value of 0 specifies that the saturation MUST NOT change. 0 value 100 Positive values specify increasing saturation type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplushuesaturationlightnesseffect/saturationlevel/ @@ -20,8 +20,8 @@ The saturation level. ### See Also -* class [EmfPlusHueSaturationLightnessEffect](../../emfplushuesaturationlightnesseffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushuesaturationlightnesseffect) +* class [EmfPlusHueSaturationLightnessEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplushuesaturationlightnesseffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/_index.md index f86f9642c057..4ca81615b496 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusImage +title: Class EmfPlusImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusImage class. The EmfPlusImage object specifies a graphics image in the form of a bitmap or metafile type: docs weight: 5510 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/ @@ -18,20 +18,20 @@ public sealed class EmfPlusImage : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusImage](emfplusimage)() | The default constructor. | +| [EmfPlusImage](emfplusimage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ImageData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/imagedata) { get; set; } | Gets or sets the Image data Variable-length data that defines the image data specified in the Type field. The content and format of the data can be different for every image type. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/type) { get; set; } | Gets or sets image type A 32-bit unsigned integer that specifies the type of data in the ImageData field. This value MUST be defined in the ImageDataType enumeration (section 2.1.1.15). | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [ImageData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/imagedata/) { get; set; } | Gets or sets the Image data Variable-length data that defines the image data specified in the Type field. The content and format of the data can be different for every image type. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/type/) { get; set; } | Gets or sets image type A 32-bit unsigned integer that specifies the type of data in the ImageData field. This value MUST be defined in the ImageDataType enumeration (section 2.1.1.15). | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/emfplusimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/emfplusimage/_index.md index 5a63374ea1c5..e9f0fac590ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/emfplusimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/emfplusimage/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusImage +title: EmfPlusImage.EmfPlusImage second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/emfplusimage/ @@ -16,8 +16,8 @@ public EmfPlusImage() ### See Also -* class [EmfPlusImage](../../emfplusimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimage) +* class [EmfPlusImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/imagedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/imagedata/_index.md index 4f2297bc159d..44733656fdec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/imagedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/imagedata/_index.md @@ -1,7 +1,7 @@ --- -title: ImageData +title: EmfPlusImage.ImageData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImage property. Gets or sets the Image data Variablelength data that defines the image data specified in the Type field. The content and format of the data can be different for every image type type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/imagedata/ @@ -16,9 +16,9 @@ public EmfPlusBaseImageData ImageData { get; set; } ### See Also -* class [EmfPlusBaseImageData](../../emfplusbaseimagedata) -* class [EmfPlusImage](../../emfplusimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimage) +* class [EmfPlusBaseImageData](../../emfplusbaseimagedata/) +* class [EmfPlusImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/type/_index.md index aff19207a628..3242a60d6760 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfPlusImage.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImage property. Gets or sets image type A 32bit unsigned integer that specifies the type of data in the ImageData field. This value MUST be defined in the ImageDataType enumeration section 2.1.1.15 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimage/type/ @@ -16,9 +16,9 @@ public EmfPlusImageDataType Type { get; set; } ### See Also -* enum [EmfPlusImageDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimagedatatype) -* class [EmfPlusImage](../../emfplusimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimage) +* enum [EmfPlusImageDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusimagedatatype/) +* class [EmfPlusImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/_index.md index 0b7b37aa2d18..1131b8e22cf9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusImageAttributes +title: Class EmfPlusImageAttributes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusImageAttributes class. The EmfPlusImageAttributes object specifies how bitmap image colors are manipulated during rendering type: docs weight: 5520 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/ @@ -18,21 +18,21 @@ public sealed class EmfPlusImageAttributes : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusImageAttributes](emfplusimageattributes)() | The default constructor. | +| [EmfPlusImageAttributes](emfplusimageattributes/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ClampArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/clampargb32color) { get; set; } | Gets or sets EmfPlusARGB (section 2.2.2.1) object that specifies the edge color to use when the WrapMode value is WrapModeClamp. This color is visible when the source rectangle processed by an EmfPlusDrawImage (section 2.3.4.8) record is larger than the image itself. | -| [ObjectClamp](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/objectclamp) { get; set; } | Gets or sets 32-bit signed integer that specifies the object clamping behavior. It is not used until this object is applied to an image being drawn. This value MUST be one of the values defined in the following table. | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | -| [WrapMode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/wrapmode) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to handle edge conditions with a value from the WrapMode enumeration (section 2.1.1.34). | +| [ClampArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/clampargb32color/) { get; set; } | Gets or sets EmfPlusARGB (section 2.2.2.1) object that specifies the edge color to use when the WrapMode value is WrapModeClamp. This color is visible when the source rectangle processed by an EmfPlusDrawImage (section 2.3.4.8) record is larger than the image itself. | +| [ObjectClamp](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/objectclamp/) { get; set; } | Gets or sets 32-bit signed integer that specifies the object clamping behavior. It is not used until this object is applied to an image being drawn. This value MUST be one of the values defined in the following table. | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | +| [WrapMode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/wrapmode/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to handle edge conditions with a value from the WrapMode enumeration (section 2.1.1.34). | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/clampargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/clampargb32color/_index.md index bc8a6eb22927..3db8321f2c02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/clampargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/clampargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: ClampArgb32Color +title: EmfPlusImageAttributes.ClampArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageAttributes property. Gets or sets EmfPlusARGB section 2.2.2.1 object that specifies the edge color to use when the WrapMode value is WrapModeClamp. This color is visible when the source rectangle processed by an EmfPlusDrawImage section 2.3.4.8 record is larger than the image itself type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/clampargb32color/ @@ -16,8 +16,8 @@ public int ClampArgb32Color { get; set; } ### See Also -* class [EmfPlusImageAttributes](../../emfplusimageattributes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimageattributes) +* class [EmfPlusImageAttributes](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/emfplusimageattributes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/emfplusimageattributes/_index.md index 767bee89c183..9f6f1b861e24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/emfplusimageattributes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/emfplusimageattributes/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusImageAttributes +title: EmfPlusImageAttributes.EmfPlusImageAttributes second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageAttributes constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/emfplusimageattributes/ @@ -16,8 +16,8 @@ public EmfPlusImageAttributes() ### See Also -* class [EmfPlusImageAttributes](../../emfplusimageattributes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimageattributes) +* class [EmfPlusImageAttributes](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/objectclamp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/objectclamp/_index.md index a96e1e3cd112..2a21975a5489 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/objectclamp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/objectclamp/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectClamp +title: EmfPlusImageAttributes.ObjectClamp second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageAttributes property. Gets or sets 32bit signed integer that specifies the object clamping behavior. It is not used until this object is applied to an image being drawn. This value MUST be one of the values defined in the following table type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/objectclamp/ @@ -16,9 +16,9 @@ public EmfPlusObjectClamp ObjectClamp { get; set; } ### See Also -* enum [EmfPlusObjectClamp](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjectclamp) -* class [EmfPlusImageAttributes](../../emfplusimageattributes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimageattributes) +* enum [EmfPlusObjectClamp](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjectclamp/) +* class [EmfPlusImageAttributes](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/wrapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/wrapmode/_index.md index b99a016fae6a..f5ac406989e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/wrapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/wrapmode/_index.md @@ -1,7 +1,7 @@ --- -title: WrapMode +title: EmfPlusImageAttributes.WrapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusImageAttributes property. Gets or sets a 32bit unsigned integer that specifies how to handle edge conditions with a value from the WrapMode enumeration section 2.1.1.34 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageattributes/wrapmode/ @@ -16,9 +16,9 @@ public EmfPlusWrapMode WrapMode { get; set; } ### See Also -* enum [EmfPlusWrapMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode) -* class [EmfPlusImageAttributes](../../emfplusimageattributes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimageattributes) +* enum [EmfPlusWrapMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/) +* class [EmfPlusImageAttributes](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusimageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageeffectsobjecttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageeffectsobjecttype/_index.md index e6f211146d94..0bd8d06c10dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageeffectsobjecttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageeffectsobjecttype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusImageEffectsObjectType +title: Class EmfPlusImageEffectsObjectType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusImageEffectsObjectType class. The Image Effects Objects specify parameters for graphics image effects which can be applied to bitmap images type: docs weight: 5530 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageeffectsobjecttype/ @@ -16,8 +16,8 @@ public abstract class EmfPlusImageEffectsObjectType : EmfPlusObject ### See Also -* class [EmfPlusObject](../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusObject](../emfplusobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/_index.md index dfaed45adffd..080721ade927 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLanguageIdentifier +title: Class EmfPlusLanguageIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusLanguageIdentifier class. The EmfPlusLanguageIdentifier object specifies a language identifier that corresponds to the natural language in a locale including countries geographical regions and administrative districts. Each language identifier is an encoding of a primary language value and sublanguage value type: docs weight: 5540 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/ @@ -18,18 +18,18 @@ public sealed class EmfPlusLanguageIdentifier : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusLanguageIdentifier](emfpluslanguageidentifier)() | The default constructor. | +| [EmfPlusLanguageIdentifier](emfpluslanguageidentifier/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Value](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/value) { get; set; } | Gets or sets the value of the field 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 SubLanguageId| PrimaryLanguageId | SubLanguageId (6 bits): The country, geographic region or administrative district for the natural language specified in the PrimaryLanguageId field. Sublanguage identifiers are vendor-extensible. Vendor-defined sublanguage identifiers MUST be in the range 0x20 to 0x3F, inclusive. PrimaryLanguageId (10 bits): The natural language. Primary language identifiers are vendor-extensible. Vendor-defined primary language identifiers MUST be in the range 0x0200 to 0x03FF, inclusive. | +| [Value](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/value/) { get; set; } | Gets or sets the value of the field 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 SubLanguageId| PrimaryLanguageId | SubLanguageId (6 bits): The country, geographic region or administrative district for the natural language specified in the PrimaryLanguageId field. Sublanguage identifiers are vendor-extensible. Vendor-defined sublanguage identifiers MUST be in the range 0x20 to 0x3F, inclusive. PrimaryLanguageId (10 bits): The natural language. Primary language identifiers are vendor-extensible. Vendor-defined primary language identifiers MUST be in the range 0x0200 to 0x03FF, inclusive. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/emfpluslanguageidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/emfpluslanguageidentifier/_index.md index fe44299fee7d..53d427d5ffa1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/emfpluslanguageidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/emfpluslanguageidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLanguageIdentifier +title: EmfPlusLanguageIdentifier.EmfPlusLanguageIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLanguageIdentifier constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/emfpluslanguageidentifier/ @@ -16,8 +16,8 @@ public EmfPlusLanguageIdentifier() ### See Also -* class [EmfPlusLanguageIdentifier](../../emfpluslanguageidentifier) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslanguageidentifier) +* class [EmfPlusLanguageIdentifier](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslanguageidentifier/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/value/_index.md index fd7b28d1ab07..0d534aa9ad0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: EmfPlusLanguageIdentifier.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLanguageIdentifier property. Gets or sets the value of the field 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 SubLanguageId PrimaryLanguageId SubLanguageId 6 bits The country geographic region or administrative district for the natural language specified in the PrimaryLanguageId field. Sublanguage identifiers are vendorextensible. Vendordefined sublanguage identifiers MUST be in the range 0x20 to 0x3F inclusive. PrimaryLanguageId 10 bits The natural language. Primary language identifiers are vendorextensible. Vendordefined primary language identifiers MUST be in the range 0x0200 to 0x03FF inclusive type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslanguageidentifier/value/ @@ -16,9 +16,9 @@ public EmfPlusLanguageIdentifierType Value { get; set; } ### See Also -* enum [EmfPlusLanguageIdentifierType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype) -* class [EmfPlusLanguageIdentifier](../../emfpluslanguageidentifier) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslanguageidentifier) +* enum [EmfPlusLanguageIdentifierType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype/) +* class [EmfPlusLanguageIdentifier](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslanguageidentifier/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/_index.md index a4ec2af021f2..e9a7c2554d57 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLevelsEffect +title: Class EmfPlusLevelsEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusLevelsEffect class. The LevelsEffect object specifies adjustments to the highlights midtones and shadows of an image type: docs weight: 5550 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/ @@ -18,20 +18,20 @@ public sealed class EmfPlusLevelsEffect : EmfPlusImageEffectsObjectType | Name | Description | | --- | --- | -| [EmfPlusLevelsEffect](emfpluslevelseffect)() | The default constructor. | +| [EmfPlusLevelsEffect](emfpluslevelseffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Highlight](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/highlight) { get; set; } | Gets or sets the Specifies how much to lighten the highlights of an image. The color channel values at the high end of the intensity range are altered more than values near the middle or low ends, which means an image can be lightened without losing the contrast between the darker portions of the image. 0 ≤ value < Specifies that highlights with a percent of intensity above this threshold SHOULD 100 be increased. 100 Specifies that highlights MUST NOT change. | -| [MidTone](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/midtone) { get; set; } | Gets or sets the Specifies how much to lighten or darken the midtones of an image. Color channel values in the middle of the intensity range are altered more than values near the high or low ends, which means an image can be lightened or darkened without losing the contrast between the darkest and lightest portions of the image. -100 ≤ value < 0 Specifies that midtones are made darker. 0 Specifies that midtones MUST NOT change. 0 < value ≤ 100 Specifies that midtones are made lighter. | -| [Shadow](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/shadow) { get; set; } | Gets or sets the Specifies how much to darken the shadows of an image. Color channel values at the low end of the intensity range are altered more than values near the middle or high ends, which means an image can be darkened without losing the contrast between the lighter portions of the image. 0 Specifies that shadows MUST NOT change. 0 < value ≤ 100 Specifies that shadows with a percent of intensity below this threshold are made darker. | +| [Highlight](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/highlight/) { get; set; } | Gets or sets the Specifies how much to lighten the highlights of an image. The color channel values at the high end of the intensity range are altered more than values near the middle or low ends, which means an image can be lightened without losing the contrast between the darker portions of the image. 0 ≤ value < Specifies that highlights with a percent of intensity above this threshold SHOULD 100 be increased. 100 Specifies that highlights MUST NOT change. | +| [MidTone](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/midtone/) { get; set; } | Gets or sets the Specifies how much to lighten or darken the midtones of an image. Color channel values in the middle of the intensity range are altered more than values near the high or low ends, which means an image can be lightened or darkened without losing the contrast between the darkest and lightest portions of the image. -100 ≤ value < 0 Specifies that midtones are made darker. 0 Specifies that midtones MUST NOT change. 0 < value ≤ 100 Specifies that midtones are made lighter. | +| [Shadow](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/shadow/) { get; set; } | Gets or sets the Specifies how much to darken the shadows of an image. Color channel values at the low end of the intensity range are altered more than values near the middle or high ends, which means an image can be darkened without losing the contrast between the lighter portions of the image. 0 Specifies that shadows MUST NOT change. 0 < value ≤ 100 Specifies that shadows with a percent of intensity below this threshold are made darker. | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/emfpluslevelseffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/emfpluslevelseffect/_index.md index 4216219d1c8e..0a11c5c5d0f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/emfpluslevelseffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/emfpluslevelseffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLevelsEffect +title: EmfPlusLevelsEffect.EmfPlusLevelsEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLevelsEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/emfpluslevelseffect/ @@ -16,8 +16,8 @@ public EmfPlusLevelsEffect() ### See Also -* class [EmfPlusLevelsEffect](../../emfpluslevelseffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslevelseffect) +* class [EmfPlusLevelsEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslevelseffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/highlight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/highlight/_index.md index 1e87a5f70033..bdbf0fe1f7ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/highlight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/highlight/_index.md @@ -1,7 +1,7 @@ --- -title: Highlight +title: EmfPlusLevelsEffect.Highlight second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLevelsEffect property. Gets or sets the Specifies how much to lighten the highlights of an image. The color channel values at the high end of the intensity range are altered more than values near the middle or low ends which means an image can be lightened without losing the contrast between the darker portions of the image. 0 value Specifies that highlights with a percent of intensity above this threshold SHOULD 100 be increased. 100 Specifies that highlights MUST NOT change type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/highlight/ @@ -20,8 +20,8 @@ The highlight. ### See Also -* class [EmfPlusLevelsEffect](../../emfpluslevelseffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslevelseffect) +* class [EmfPlusLevelsEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslevelseffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/midtone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/midtone/_index.md index 07e7ce6f26fa..1db828dcdb65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/midtone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/midtone/_index.md @@ -1,7 +1,7 @@ --- -title: MidTone +title: EmfPlusLevelsEffect.MidTone second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLevelsEffect property. Gets or sets the Specifies how much to lighten or darken the midtones of an image. Color channel values in the middle of the intensity range are altered more than values near the high or low ends which means an image can be lightened or darkened without losing the contrast between the darkest and lightest portions of the image. 100 value 0 Specifies that midtones are made darker. 0 Specifies that midtones MUST NOT change. 0 value 100 Specifies that midtones are made lighter type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/midtone/ @@ -20,8 +20,8 @@ The mid tone. ### See Also -* class [EmfPlusLevelsEffect](../../emfpluslevelseffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslevelseffect) +* class [EmfPlusLevelsEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslevelseffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/shadow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/shadow/_index.md index 6aed5dea076d..760b7650fe58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/shadow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/shadow/_index.md @@ -1,7 +1,7 @@ --- -title: Shadow +title: EmfPlusLevelsEffect.Shadow second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLevelsEffect property. Gets or sets the Specifies how much to darken the shadows of an image. Color channel values at the low end of the intensity range are altered more than values near the middle or high ends which means an image can be darkened without losing the contrast between the lighter portions of the image. 0 Specifies that shadows MUST NOT change. 0 value 100 Specifies that shadows with a percent of intensity below this threshold are made darker type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslevelseffect/shadow/ @@ -20,8 +20,8 @@ The shadow. ### See Also -* class [EmfPlusLevelsEffect](../../emfpluslevelseffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslevelseffect) +* class [EmfPlusLevelsEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslevelseffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/_index.md index 02098334f4a9..715311db574a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLinearGradientBrushData +title: Class EmfPlusLinearGradientBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusLinearGradientBrushData class. The EmfPlusLinearGradientBrushData object specifies a linear gradient for a graphics brush type: docs weight: 5570 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/ @@ -18,23 +18,23 @@ public sealed class EmfPlusLinearGradientBrushData : EmfPlusBaseBrushData | Name | Description | | --- | --- | -| [EmfPlusLinearGradientBrushData](emfpluslineargradientbrushdata)() | The default constructor. | +| [EmfPlusLinearGradientBrushData](emfpluslineargradientbrushdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BrushDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/brushdataflags) { get; set; } | Gets or sets the brush data flags. | -| [EndArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/endargb32color) { get; set; } | Gets or sets the end color. | -| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/optionaldata) { get; set; } | Gets or sets the optional data. | -| [RectF](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/rectf) { get; set; } | Gets or sets the rect f. | -| [StartArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/startargb32color) { get; set; } | Gets or sets the start color. | -| [WrapMode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/wrapmode) { get; set; } | Gets or sets the wrap mode. | +| [BrushDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/brushdataflags/) { get; set; } | Gets or sets the brush data flags. | +| [EndArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/endargb32color/) { get; set; } | Gets or sets the end color. | +| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/optionaldata/) { get; set; } | Gets or sets the optional data. | +| [RectF](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/rectf/) { get; set; } | Gets or sets the rect f. | +| [StartArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/startargb32color/) { get; set; } | Gets or sets the start color. | +| [WrapMode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/wrapmode/) { get; set; } | Gets or sets the wrap mode. | ### See Also -* class [EmfPlusBaseBrushData](../emfplusbasebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseBrushData](../emfplusbasebrushdata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/brushdataflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/brushdataflags/_index.md index 532d1fb40493..b2911e0a3f0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/brushdataflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/brushdataflags/_index.md @@ -1,7 +1,7 @@ --- -title: BrushDataFlags +title: EmfPlusLinearGradientBrushData.BrushDataFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushData property. Gets or sets the brush data flags type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/brushdataflags/ @@ -16,13 +16,13 @@ public EmfPlusBrushDataFlags BrushDataFlags { get; set; } ### Property Value -BrushDataFlags (4 bytes): A 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of [`EmfPlusBrushDataFlags`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags) (section 2.1.2.1). +BrushDataFlags (4 bytes): A 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of [`EmfPlusBrushDataFlags`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/) (section 2.1.2.1). ### See Also -* enum [EmfPlusBrushDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags) -* class [EmfPlusLinearGradientBrushData](../../emfpluslineargradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata) +* enum [EmfPlusBrushDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/) +* class [EmfPlusLinearGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/emfpluslineargradientbrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/emfpluslineargradientbrushdata/_index.md index 1a141429dfa9..737e797ac451 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/emfpluslineargradientbrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/emfpluslineargradientbrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLinearGradientBrushData +title: EmfPlusLinearGradientBrushData.EmfPlusLinearGradientBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/emfpluslineargradientbrushdata/ @@ -16,8 +16,8 @@ public EmfPlusLinearGradientBrushData() ### See Also -* class [EmfPlusLinearGradientBrushData](../../emfpluslineargradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata) +* class [EmfPlusLinearGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/endargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/endargb32color/_index.md index 9cc93245a846..30f3780f0d6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/endargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/endargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: EndArgb32Color +title: EmfPlusLinearGradientBrushData.EndArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushData property. Gets or sets the end color type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/endargb32color/ @@ -20,8 +20,8 @@ An EmfPlusARGB object that specifies the color at the ending boundary point of t ### See Also -* class [EmfPlusLinearGradientBrushData](../../emfpluslineargradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata) +* class [EmfPlusLinearGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/optionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/optionaldata/_index.md index 36d14bdc5754..e175f4f5e688 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/optionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/optionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: OptionalData +title: EmfPlusLinearGradientBrushData.OptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushData property. Gets or sets the optional data type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/optionaldata/ @@ -16,13 +16,13 @@ public EmfPlusLinearGradientBrushOptionalData OptionalData { get; set; } ### Property Value -An optional [`EmfPlusLinearGradientBrushOptionalData`](../../emfpluslineargradientbrushoptionaldata) object (section 2.2.2.25) that specifies additional data for the linear gradient brush. The specific contents of this field are determined by the value of the BrushDataFlags field. +An optional [`EmfPlusLinearGradientBrushOptionalData`](../../emfpluslineargradientbrushoptionaldata/) object (section 2.2.2.25) that specifies additional data for the linear gradient brush. The specific contents of this field are determined by the value of the BrushDataFlags field. ### See Also -* class [EmfPlusLinearGradientBrushOptionalData](../../emfpluslineargradientbrushoptionaldata) -* class [EmfPlusLinearGradientBrushData](../../emfpluslineargradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata) +* class [EmfPlusLinearGradientBrushOptionalData](../../emfpluslineargradientbrushoptionaldata/) +* class [EmfPlusLinearGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/rectf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/rectf/_index.md index e36c9e3936cd..170d19c5ccf3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/rectf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/rectf/_index.md @@ -1,7 +1,7 @@ --- -title: RectF +title: EmfPlusLinearGradientBrushData.RectF second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushData property. Gets or sets the rect f type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/rectf/ @@ -20,9 +20,9 @@ An EmfPlusRectF object (section 2.2.2.39) that specifies the starting and ending ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusLinearGradientBrushData](../../emfpluslineargradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusLinearGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/startargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/startargb32color/_index.md index 1cf84426560e..5d71a1b37d13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/startargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/startargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: StartArgb32Color +title: EmfPlusLinearGradientBrushData.StartArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushData property. Gets or sets the start color type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/startargb32color/ @@ -20,8 +20,8 @@ An EmfPlusARGB object (section 2.2.2.1) that specifies the color at the starting ### See Also -* class [EmfPlusLinearGradientBrushData](../../emfpluslineargradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata) +* class [EmfPlusLinearGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/wrapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/wrapmode/_index.md index 9c8fba1c6116..ce1e245bb1a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/wrapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/wrapmode/_index.md @@ -1,7 +1,7 @@ --- -title: WrapMode +title: EmfPlusLinearGradientBrushData.WrapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushData property. Gets or sets the wrap mode type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushdata/wrapmode/ @@ -20,9 +20,9 @@ A 32-bit signed integer from the WrapMode enumeration (section 2.1.1.34) that sp ### See Also -* enum [EmfPlusWrapMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode) -* class [EmfPlusLinearGradientBrushData](../../emfpluslineargradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata) +* enum [EmfPlusWrapMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/) +* class [EmfPlusLinearGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/_index.md index 2ba849019b1a..74c7edde8b3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLinearGradientBrushOptionalData +title: Class EmfPlusLinearGradientBrushOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusLinearGradientBrushOptionalData class. The EmfPlusLinearGradientBrushOptionalData object specifies optional data for a linear gradient brush type: docs weight: 5580 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/ @@ -18,22 +18,22 @@ public sealed class EmfPlusLinearGradientBrushOptionalData : EmfPlusStructureObj | Name | Description | | --- | --- | -| [EmfPlusLinearGradientBrushOptionalData](emfpluslineargradientbrushoptionaldata)() | The default constructor. | +| [EmfPlusLinearGradientBrushOptionalData](emfpluslineargradientbrushoptionaldata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BlendPattern](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpattern) { get; set; } | Gets or sets an optional blend pattern for the linear gradient brush. If this field is present, it MUST contain either an EmfPlusBlendColors object (section 2.2.2.4), or one or two EmfPlusBlendFactors objects (section 2.2.2.5), but it MUST NOT contain both. The table below shows the valid combinations of EmfPlusLinearGradientBrushData BrushData flags and the corresponding blend patterns: EmfPlusBlendFactors | -| [BlendPatternAsBlendFactorsH](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsh) { get; } | Gets the blend pattern as blend factors h. | -| [BlendPatternAsBlendFactorsV](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsv) { get; } | Gets the blend pattern as blend factors v. | -| [BlendPatternAsPresetColors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternaspresetcolors) { get; } | Gets the blend pattern as preset colors. | -| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/transformmatrix) { get; set; } | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the linear gradient brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusLinearGradientBrushData object. | +| [BlendPattern](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpattern/) { get; set; } | Gets or sets an optional blend pattern for the linear gradient brush. If this field is present, it MUST contain either an EmfPlusBlendColors object (section 2.2.2.4), or one or two EmfPlusBlendFactors objects (section 2.2.2.5), but it MUST NOT contain both. The table below shows the valid combinations of EmfPlusLinearGradientBrushData BrushData flags and the corresponding blend patterns: EmfPlusBlendFactors | +| [BlendPatternAsBlendFactorsH](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsh/) { get; } | Gets the blend pattern as blend factors h. | +| [BlendPatternAsBlendFactorsV](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsv/) { get; } | Gets the blend pattern as blend factors v. | +| [BlendPatternAsPresetColors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternaspresetcolors/) { get; } | Gets the blend pattern as preset colors. | +| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/transformmatrix/) { get; set; } | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the linear gradient brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusLinearGradientBrushData object. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpattern/_index.md index 6350780682a6..7d846fe9dc8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpattern/_index.md @@ -1,7 +1,7 @@ --- -title: BlendPattern +title: EmfPlusLinearGradientBrushOptionalData.BlendPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushOptionalData property. Gets or sets an optional blend pattern for the linear gradient brush. If this field is present it MUST contain either an EmfPlusBlendColors object section 2.2.2.4 or one or two EmfPlusBlendFactors objects section 2.2.2.5 but it MUST NOT contain both. The table below shows the valid combinations of EmfPlusLinearGradientBrushData BrushData flags and the corresponding blend patterns EmfPlusBlendFactors type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpattern/ @@ -16,9 +16,9 @@ public EmfPlusBlendBase[] BlendPattern { get; set; } ### See Also -* class [EmfPlusBlendBase](../../emfplusblendbase) -* class [EmfPlusLinearGradientBrushOptionalData](../../emfpluslineargradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata) +* class [EmfPlusBlendBase](../../emfplusblendbase/) +* class [EmfPlusLinearGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsh/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsh/_index.md index 49e3285ae4ae..40f7c77a5b93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsh/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsh/_index.md @@ -1,7 +1,7 @@ --- -title: BlendPatternAsBlendFactorsH +title: EmfPlusLinearGradientBrushOptionalData.BlendPatternAsBlendFactorsH second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushOptionalData property. Gets the blend pattern as blend factors h type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsh/ @@ -20,9 +20,9 @@ The blend pattern as blend factors h. ### See Also -* class [EmfPlusBlendFactors](../../emfplusblendfactors) -* class [EmfPlusLinearGradientBrushOptionalData](../../emfpluslineargradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata) +* class [EmfPlusBlendFactors](../../emfplusblendfactors/) +* class [EmfPlusLinearGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsv/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsv/_index.md index 7905d6741984..ed7ee5cfe09d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsv/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsv/_index.md @@ -1,7 +1,7 @@ --- -title: BlendPatternAsBlendFactorsV +title: EmfPlusLinearGradientBrushOptionalData.BlendPatternAsBlendFactorsV second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushOptionalData property. Gets the blend pattern as blend factors v type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternasblendfactorsv/ @@ -20,9 +20,9 @@ The blend pattern as blend factors v. ### See Also -* class [EmfPlusBlendFactors](../../emfplusblendfactors) -* class [EmfPlusLinearGradientBrushOptionalData](../../emfpluslineargradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata) +* class [EmfPlusBlendFactors](../../emfplusblendfactors/) +* class [EmfPlusLinearGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternaspresetcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternaspresetcolors/_index.md index 6326c8ceab06..016bc2b2d3f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternaspresetcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternaspresetcolors/_index.md @@ -1,7 +1,7 @@ --- -title: BlendPatternAsPresetColors +title: EmfPlusLinearGradientBrushOptionalData.BlendPatternAsPresetColors second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushOptionalData property. Gets the blend pattern as preset colors type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/blendpatternaspresetcolors/ @@ -20,9 +20,9 @@ The blend pattern as preset colors. ### See Also -* class [EmfPlusBlendColors](../../emfplusblendcolors) -* class [EmfPlusLinearGradientBrushOptionalData](../../emfpluslineargradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata) +* class [EmfPlusBlendColors](../../emfplusblendcolors/) +* class [EmfPlusLinearGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/emfpluslineargradientbrushoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/emfpluslineargradientbrushoptionaldata/_index.md index bf875e2c3d04..e788a6dd2988 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/emfpluslineargradientbrushoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/emfpluslineargradientbrushoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLinearGradientBrushOptionalData +title: EmfPlusLinearGradientBrushOptionalData.EmfPlusLinearGradientBrushOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushOptionalData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/emfpluslineargradientbrushoptionaldata/ @@ -16,8 +16,8 @@ public EmfPlusLinearGradientBrushOptionalData() ### See Also -* class [EmfPlusLinearGradientBrushOptionalData](../../emfpluslineargradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata) +* class [EmfPlusLinearGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/transformmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/transformmatrix/_index.md index ba18f913d278..56d1cc38fd1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/transformmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/transformmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: TransformMatrix +title: EmfPlusLinearGradientBrushOptionalData.TransformMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinearGradientBrushOptionalData property. Gets or sets an optional EmfPlusTransformMatrix object section 2.2.2.47 that specifies a world space to device space transform for the linear gradient brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusLinearGradientBrushData object type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslineargradientbrushoptionaldata/transformmatrix/ @@ -16,9 +16,9 @@ public Matrix TransformMatrix { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlusLinearGradientBrushOptionalData](../../emfpluslineargradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlusLinearGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslineargradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/_index.md index 70d687ab6868..248beccb3d42 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLinePath +title: Class EmfPlusLinePath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusLinePath class. The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap type: docs weight: 5560 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/ @@ -18,18 +18,18 @@ public sealed class EmfPlusLinePath : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusLinePath](emfpluslinepath)() | The default constructor. | +| [EmfPlusLinePath](emfpluslinepath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [LinePath](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/linepath) { get; set; } | Gets or sets an [`EmfPlusPath`](../emfpluspath) object that defines the outline. | +| [LinePath](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/linepath/) { get; set; } | Gets or sets an [`EmfPlusPath`](../emfpluspath/) object that defines the outline. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/emfpluslinepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/emfpluslinepath/_index.md index bf77a0ec76e6..50e835ac2704 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/emfpluslinepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/emfpluslinepath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusLinePath +title: EmfPlusLinePath.EmfPlusLinePath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinePath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/emfpluslinepath/ @@ -16,8 +16,8 @@ public EmfPlusLinePath() ### See Also -* class [EmfPlusLinePath](../../emfpluslinepath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslinepath) +* class [EmfPlusLinePath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslinepath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/linepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/linepath/_index.md index 452c7bc404a2..cf2f62c03be6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/linepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/linepath/_index.md @@ -1,14 +1,14 @@ --- -title: LinePath +title: EmfPlusLinePath.LinePath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusLinePath property. Gets or sets an EmfPlusPath object that defines the outline type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluslinepath/linepath/ --- ## EmfPlusLinePath.LinePath property -Gets or sets an [`EmfPlusPath`](../../emfpluspath) object that defines the outline. +Gets or sets an [`EmfPlusPath`](../../emfpluspath/) object that defines the outline. ```csharp public EmfPlusPath LinePath { get; set; } @@ -16,9 +16,9 @@ public EmfPlusPath LinePath { get; set; } ### See Also -* class [EmfPlusPath](../../emfpluspath) -* class [EmfPlusLinePath](../../emfpluslinepath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslinepath) +* class [EmfPlusPath](../../emfpluspath/) +* class [EmfPlusLinePath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluslinepath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/_index.md index 03ba646fa6ee..0497dce99164 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusMetafile +title: Class EmfPlusMetafile second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusMetafile class. The EmfPlusMetafileData object specifies a metafile that contains a graphics image type: docs weight: 5590 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/ @@ -18,20 +18,20 @@ public sealed class EmfPlusMetafile : EmfPlusBaseImageData | Name | Description | | --- | --- | -| [EmfPlusMetafile](emfplusmetafile)() | The default constructor. | +| [EmfPlusMetafile](emfplusmetafile/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [MetafileData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledata) { get; set; } | Gets or sets variable-length data that specifies the embedded metafile. The content and format of the data can be different for each metafile type. | -| [MetafileDataSize](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledatasize) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the size in bytes of the metafile data in the MetafileData field | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/type) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the type of metafile that is embedded in the MetafileData field. This value MUST be defined in the MetafileDataType enumeration (section 2.1.1.21). | +| [MetafileData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledata/) { get; set; } | Gets or sets variable-length data that specifies the embedded metafile. The content and format of the data can be different for each metafile type. | +| [MetafileDataSize](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledatasize/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the size in bytes of the metafile data in the MetafileData field | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/type/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the type of metafile that is embedded in the MetafileData field. This value MUST be defined in the MetafileDataType enumeration (section 2.1.1.21). | ### See Also -* class [EmfPlusBaseImageData](../emfplusbaseimagedata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseImageData](../emfplusbaseimagedata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/emfplusmetafile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/emfplusmetafile/_index.md index 91b23dc5e756..c2fba148b212 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/emfplusmetafile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/emfplusmetafile/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusMetafile +title: EmfPlusMetafile.EmfPlusMetafile second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusMetafile constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/emfplusmetafile/ @@ -16,8 +16,8 @@ public EmfPlusMetafile() ### See Also -* class [EmfPlusMetafile](../../emfplusmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusmetafile) +* class [EmfPlusMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledata/_index.md index b521bb60e3be..2c9f6b370893 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledata/_index.md @@ -1,7 +1,7 @@ --- -title: MetafileData +title: EmfPlusMetafile.MetafileData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusMetafile property. Gets or sets variablelength data that specifies the embedded metafile. The content and format of the data can be different for each metafile type type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledata/ @@ -14,14 +14,14 @@ Gets or sets variable-length data that specifies the embedded metafile. The cont public byte[] MetafileData { get; set; } ``` -### Remarks +## Remarks Graphics images are specified by EmfPlusImage objects (section 2.2.1.4). An EmfPlusMetafile object MUST be present in the ImageData field of an EmfPlusImage object if ImageTypeMetafile is specified in its Type field. This object is generic and is used for different types of data, including: A WMF metafile [MS-WMF]; WMF metafile which can be placed; An EMF metafile [MS-EMF]; An EMF+ metafile that specifies graphics operations with EMF+ records only; and An EMF+ metafile that specifies graphics operations with both EMF+ and EMF records. See section 2.2.2 for the specification of additional structure objects. ### See Also -* class [EmfPlusMetafile](../../emfplusmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusmetafile) +* class [EmfPlusMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledatasize/_index.md index 1ec4607da967..d3c7086efadd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledatasize/_index.md @@ -1,7 +1,7 @@ --- -title: MetafileDataSize +title: EmfPlusMetafile.MetafileDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusMetafile property. Gets or sets 32bit unsigned integer that specifies the size in bytes of the metafile data in the MetafileData field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/metafiledatasize/ @@ -16,8 +16,8 @@ public int MetafileDataSize { get; set; } ### See Also -* class [EmfPlusMetafile](../../emfplusmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusmetafile) +* class [EmfPlusMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/type/_index.md index e4cd352c9b93..e75d1bd5cc7b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfPlusMetafile.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusMetafile property. Gets or sets 32bit unsigned integer that specifies the type of metafile that is embedded in the MetafileData field. This value MUST be defined in the MetafileDataType enumeration section 2.1.1.21 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusmetafile/type/ @@ -16,9 +16,9 @@ public EmfPlusMetafileDataType Type { get; set; } ### See Also -* enum [EmfPlusMetafileDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusmetafiledatatype) -* class [EmfPlusMetafile](../../emfplusmetafile) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusmetafile) +* enum [EmfPlusMetafileDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusmetafiledatatype/) +* class [EmfPlusMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusobject/_index.md index 7c17e19d0063..f520e2b7a27b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusObject +title: Class EmfPlusObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusObject class. Base Emf object type type: docs weight: 5600 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusobject/ @@ -16,8 +16,8 @@ public abstract class EmfPlusObject : MetaObject ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/_index.md index fe151dbedc6e..2fccc8fa2f60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPalette +title: Class EmfPlusPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPalette class. The EmfPlusPalette object specifies the colors that make up a palette type: docs weight: 5610 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/ @@ -18,19 +18,19 @@ public sealed class EmfPlusPalette : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusPalette](emfpluspalette)() | The default constructor. | +| [EmfPlusPalette](emfpluspalette/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Argb32Entries](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/argb32entries) { get; set; } | Gets or sets the palette entries. | -| [PaletteStyleFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/palettestyleflags) { get; set; } | Gets or sets the palette style flags. | +| [Argb32Entries](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/argb32entries/) { get; set; } | Gets or sets the palette entries. | +| [PaletteStyleFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/palettestyleflags/) { get; set; } | Gets or sets the palette style flags. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/argb32entries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/argb32entries/_index.md index 092ad38b5faf..612b0065420a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/argb32entries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/argb32entries/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Entries +title: EmfPlusPalette.Argb32Entries second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPalette property. Gets or sets the palette entries type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/argb32entries/ @@ -20,8 +20,8 @@ PaletteEntries (variable): An array of PaletteCount 32-bit ARGB objects that spe ### See Also -* class [EmfPlusPalette](../../emfpluspalette) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspalette) +* class [EmfPlusPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/emfpluspalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/emfpluspalette/_index.md index 95ce3d92224e..42c6231bdc71 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/emfpluspalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/emfpluspalette/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPalette +title: EmfPlusPalette.EmfPlusPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/emfpluspalette/ @@ -16,8 +16,8 @@ public EmfPlusPalette() ### See Also -* class [EmfPlusPalette](../../emfpluspalette) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspalette) +* class [EmfPlusPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/palettestyleflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/palettestyleflags/_index.md index e457ee5d75fb..142f6b77cb4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/palettestyleflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/palettestyleflags/_index.md @@ -1,7 +1,7 @@ --- -title: PaletteStyleFlags +title: EmfPlusPalette.PaletteStyleFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPalette property. Gets or sets the palette style flags type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/palettestyleflags/ @@ -16,13 +16,13 @@ public EmfPlusPaletteStyleFlags PaletteStyleFlags { get; set; } ### Property Value -PaletteStyleFlags (4 bytes): A 32-bit unsigned integer that specifies the attributes of data in the palette. This value MUST be composed of [`EmfPlusPaletteStyleFlags`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags) flags. +PaletteStyleFlags (4 bytes): A 32-bit unsigned integer that specifies the attributes of data in the palette. This value MUST be composed of [`EmfPlusPaletteStyleFlags`](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags/) flags. ### See Also -* enum [EmfPlusPaletteStyleFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags) -* class [EmfPlusPalette](../../emfpluspalette) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspalette) +* enum [EmfPlusPaletteStyleFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspalettestyleflags/) +* class [EmfPlusPalette](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/_index.md index c1da76c90384..7f45c971267d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPath +title: Class EmfPlusPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPath class. The EmfPlusPath object specifies a series of line and curve segments that form a graphics path. The order for Bezier data points is the start point control point 1 control point 2 and end point.For more information seeMSDN DrawBeziers type: docs weight: 5620 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/ @@ -18,21 +18,21 @@ public sealed class EmfPlusPath : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusPath](emfpluspath)() | The default constructor. | +| [EmfPlusPath](emfpluspath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [PathPointFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointflags) { get; set; } | Gets or sets Path points count A 32-bit unsigned integer that specifies how to interpret the points and associated point types that are defined by this object | -| [PathPoints](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpoints) { get; set; } | Gets or sets array of path points An array of PathPointCount points that specify the path. The type of objects in this array are specified by the PathPointFlags field, as follows: If the P flag is set, the points are relative locations that are specified by EmfPlusPointR objects (section 2.2.2.37). If the P flag is clear and the C flag is set, the points are absolute locations that are specified by EmfPlusPoint objects (section 2.2.2.35). If the P flag is clear and the C flag is clear, the points are absolute locations that are specified by EmfPlusPointF objects (section 2.2.2.36). | -| [PathPointTypes](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointtypes) { get; set; } | Gets or sets an array that specifies how the points in the PathPoints field are used to draw the path. The type of objects in this array is specified by the R flag in the PathPointFlags field | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [PathPointFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointflags/) { get; set; } | Gets or sets Path points count A 32-bit unsigned integer that specifies how to interpret the points and associated point types that are defined by this object | +| [PathPoints](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpoints/) { get; set; } | Gets or sets array of path points An array of PathPointCount points that specify the path. The type of objects in this array are specified by the PathPointFlags field, as follows: If the P flag is set, the points are relative locations that are specified by EmfPlusPointR objects (section 2.2.2.37). If the P flag is clear and the C flag is set, the points are absolute locations that are specified by EmfPlusPoint objects (section 2.2.2.35). If the P flag is clear and the C flag is clear, the points are absolute locations that are specified by EmfPlusPointF objects (section 2.2.2.36). | +| [PathPointTypes](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointtypes/) { get; set; } | Gets or sets an array that specifies how the points in the PathPoints field are used to draw the path. The type of objects in this array is specified by the R flag in the PathPointFlags field | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/emfpluspath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/emfpluspath/_index.md index 174cfb0c5377..021f6b61d052 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/emfpluspath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/emfpluspath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPath +title: EmfPlusPath.EmfPlusPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/emfpluspath/ @@ -16,8 +16,8 @@ public EmfPlusPath() ### See Also -* class [EmfPlusPath](../../emfpluspath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspath) +* class [EmfPlusPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointflags/_index.md index 83a8af317706..16893ee3123c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointflags/_index.md @@ -1,7 +1,7 @@ --- -title: PathPointFlags +title: EmfPlusPath.PathPointFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPath property. Gets or sets Path points count A 32bit unsigned integer that specifies how to interpret the points and associated point types that are defined by this object type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointflags/ @@ -16,9 +16,9 @@ public EmfPlusPathPointFlags PathPointFlags { get; set; } ### See Also -* enum [EmfPlusPathPointFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointflags) -* class [EmfPlusPath](../../emfpluspath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspath) +* enum [EmfPlusPathPointFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointflags/) +* class [EmfPlusPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpoints/_index.md index 4e0fe738cc28..167075defee6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpoints/_index.md @@ -1,7 +1,7 @@ --- -title: PathPoints +title: EmfPlusPath.PathPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPath property. Gets or sets array of path points An array of PathPointCount points that specify the path. The type of objects in this array are specified by the PathPointFlags field as follows If the P flag is set the points are relative locations that are specified by EmfPlusPointR objects section 2.2.2.37. If the P flag is clear and the C flag is set the points are absolute locations that are specified by EmfPlusPoint objects section 2.2.2.35. If the P flag is clear and the C flag is clear the points are absolute locations that are specified by EmfPlusPointF objects section 2.2.2.36 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpoints/ @@ -16,9 +16,9 @@ public PointF[] PathPoints { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusPath](../../emfpluspath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspath) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointtypes/_index.md index f53feee42ee1..0b87d71fe64c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointtypes/_index.md @@ -1,7 +1,7 @@ --- -title: PathPointTypes +title: EmfPlusPath.PathPointTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPath property. Gets or sets an array that specifies how the points in the PathPoints field are used to draw the path. The type of objects in this array is specified by the R flag in the PathPointFlags field type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspath/pathpointtypes/ @@ -20,9 +20,9 @@ The path point types. ### See Also -* class [EmfPlusBasePointType](../../emfplusbasepointtype) -* class [EmfPlusPath](../../emfpluspath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspath) +* class [EmfPlusBasePointType](../../emfplusbasepointtype/) +* class [EmfPlusPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/_index.md index 86821fda4747..d3ab909cd9a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathGradientBrushData +title: Class EmfPlusPathGradientBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPathGradientBrushData class. The EmfPlusPathGradientBrushData object specifies a path gradient for a graphics brush type: docs weight: 5630 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/ @@ -18,24 +18,24 @@ public sealed class EmfPlusPathGradientBrushData : EmfPlusBaseBrushData | Name | Description | | --- | --- | -| [EmfPlusPathGradientBrushData](emfpluspathgradientbrushdata)() | The default constructor. | +| [EmfPlusPathGradientBrushData](emfpluspathgradientbrushdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BoundaryData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/boundarydata) { get; set; } | Gets or sets the boundary of the path gradient brush, which is specified by either a path or a closed cardinal spline. If the BrushDataPath flag is set in the BrushDataFlags field, this field MUST contain an EmfPlusBoundaryPathData object (section 2.2.2.6); otherwise, this field MUST contain an EmfPlusBoundaryPointData object (section 2.2.2.7). | -| [BrushDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/brushdataflags) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of BrushData flags (section 2.1.2.1). The following flags are relevant to a path gradient brush: | -| [CenterArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerargb32color) { get; set; } | Gets or sets EmfPlusARGB object (section 2.2.2.1) that specifies the center color of the path gradient brush, which is the color that appears at the center point of the brush. The color of the brush changes gradually from the boundary color to the center color as it moves from the boundary to the center point. | -| [CenterPointF](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerpointf) { get; set; } | Gets or sets EmfPlusARGB object (section 2.2.2.1) that specifies the center color of the path gradient brush, which is the color that appears at the center point of the brush. The color of the brush changes gradually from the boundary color to the center color as it moves from the boundary to the center point. | -| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/optionaldata) { get; set; } | Gets or sets an optional EmfPlusPathGradientBrushOptionalData object (section 2.2.2.30) that specifies additional data for the path gradient brush. The specific contents of this field are determined by the value of the BrushDataFlags field. | -| [SurroundingArgb32Colors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/surroundingargb32colors) { get; set; } | Gets or sets array of SurroundingColorCount EmfPlusARGB objects that specify the colors for discrete points on the boundary of the brush. | -| [WrapMode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/wrapmode) { get; set; } | Gets or sets 32-bit signed integer from the WrapMode enumeration (section 2.1.1.34) that specifies whether to paint the area outside the boundary of the brush. When painting outside the boundary, the wrap mode specifies how the color gradient is repeated | +| [BoundaryData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/boundarydata/) { get; set; } | Gets or sets the boundary of the path gradient brush, which is specified by either a path or a closed cardinal spline. If the BrushDataPath flag is set in the BrushDataFlags field, this field MUST contain an EmfPlusBoundaryPathData object (section 2.2.2.6); otherwise, this field MUST contain an EmfPlusBoundaryPointData object (section 2.2.2.7). | +| [BrushDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/brushdataflags/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of BrushData flags (section 2.1.2.1). The following flags are relevant to a path gradient brush: | +| [CenterArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerargb32color/) { get; set; } | Gets or sets EmfPlusARGB object (section 2.2.2.1) that specifies the center color of the path gradient brush, which is the color that appears at the center point of the brush. The color of the brush changes gradually from the boundary color to the center color as it moves from the boundary to the center point. | +| [CenterPointF](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerpointf/) { get; set; } | Gets or sets EmfPlusARGB object (section 2.2.2.1) that specifies the center color of the path gradient brush, which is the color that appears at the center point of the brush. The color of the brush changes gradually from the boundary color to the center color as it moves from the boundary to the center point. | +| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/optionaldata/) { get; set; } | Gets or sets an optional EmfPlusPathGradientBrushOptionalData object (section 2.2.2.30) that specifies additional data for the path gradient brush. The specific contents of this field are determined by the value of the BrushDataFlags field. | +| [SurroundingArgb32Colors](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/surroundingargb32colors/) { get; set; } | Gets or sets array of SurroundingColorCount EmfPlusARGB objects that specify the colors for discrete points on the boundary of the brush. | +| [WrapMode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/wrapmode/) { get; set; } | Gets or sets 32-bit signed integer from the WrapMode enumeration (section 2.1.1.34) that specifies whether to paint the area outside the boundary of the brush. When painting outside the boundary, the wrap mode specifies how the color gradient is repeated | ### See Also -* class [EmfPlusBaseBrushData](../emfplusbasebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseBrushData](../emfplusbasebrushdata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/boundarydata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/boundarydata/_index.md index ad93226e8959..eef1d6748110 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/boundarydata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/boundarydata/_index.md @@ -1,7 +1,7 @@ --- -title: BoundaryData +title: EmfPlusPathGradientBrushData.BoundaryData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushData property. Gets or sets the boundary of the path gradient brush which is specified by either a path or a closed cardinal spline. If the BrushDataPath flag is set in the BrushDataFlags field this field MUST contain an EmfPlusBoundaryPathData object section 2.2.2.6 otherwise this field MUST contain an EmfPlusBoundaryPointData object section 2.2.2.7 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/boundarydata/ @@ -16,9 +16,9 @@ public EmfPlusBoundaryBase BoundaryData { get; set; } ### See Also -* class [EmfPlusBoundaryBase](../../emfplusboundarybase) -* class [EmfPlusPathGradientBrushData](../../emfpluspathgradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata) +* class [EmfPlusBoundaryBase](../../emfplusboundarybase/) +* class [EmfPlusPathGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/brushdataflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/brushdataflags/_index.md index df9fa7f0eb80..7d223cf7ac60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/brushdataflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/brushdataflags/_index.md @@ -1,7 +1,7 @@ --- -title: BrushDataFlags +title: EmfPlusPathGradientBrushData.BrushDataFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushData property. Gets or sets 32bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of BrushData flags section 2.1.2.1. The following flags are relevant to a path gradient brush type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/brushdataflags/ @@ -16,9 +16,9 @@ public EmfPlusBrushDataFlags BrushDataFlags { get; set; } ### See Also -* enum [EmfPlusBrushDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags) -* class [EmfPlusPathGradientBrushData](../../emfpluspathgradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata) +* enum [EmfPlusBrushDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/) +* class [EmfPlusPathGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerargb32color/_index.md index d2c5aeff4cb3..d986459ad985 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: CenterArgb32Color +title: EmfPlusPathGradientBrushData.CenterArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushData property. Gets or sets EmfPlusARGB object section 2.2.2.1 that specifies the center color of the path gradient brush which is the color that appears at the center point of the brush. The color of the brush changes gradually from the boundary color to the center color as it moves from the boundary to the center point type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerargb32color/ @@ -16,8 +16,8 @@ public int CenterArgb32Color { get; set; } ### See Also -* class [EmfPlusPathGradientBrushData](../../emfpluspathgradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata) +* class [EmfPlusPathGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerpointf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerpointf/_index.md index 970aa5c1e85d..754d118669cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerpointf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerpointf/_index.md @@ -1,7 +1,7 @@ --- -title: CenterPointF +title: EmfPlusPathGradientBrushData.CenterPointF second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushData property. Gets or sets EmfPlusARGB object section 2.2.2.1 that specifies the center color of the path gradient brush which is the color that appears at the center point of the brush. The color of the brush changes gradually from the boundary color to the center color as it moves from the boundary to the center point type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/centerpointf/ @@ -16,9 +16,9 @@ public PointF CenterPointF { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusPathGradientBrushData](../../emfpluspathgradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusPathGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/emfpluspathgradientbrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/emfpluspathgradientbrushdata/_index.md index e4bbd6b469d2..e5453584eab8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/emfpluspathgradientbrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/emfpluspathgradientbrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathGradientBrushData +title: EmfPlusPathGradientBrushData.EmfPlusPathGradientBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/emfpluspathgradientbrushdata/ @@ -16,8 +16,8 @@ public EmfPlusPathGradientBrushData() ### See Also -* class [EmfPlusPathGradientBrushData](../../emfpluspathgradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata) +* class [EmfPlusPathGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/optionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/optionaldata/_index.md index a5963299d869..fcf5f36e40ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/optionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/optionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: OptionalData +title: EmfPlusPathGradientBrushData.OptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushData property. Gets or sets an optional EmfPlusPathGradientBrushOptionalData object section 2.2.2.30 that specifies additional data for the path gradient brush. The specific contents of this field are determined by the value of the BrushDataFlags field type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/optionaldata/ @@ -16,9 +16,9 @@ public EmfPlusPathGradientBrushOptionalData OptionalData { get; set; } ### See Also -* class [EmfPlusPathGradientBrushOptionalData](../../emfpluspathgradientbrushoptionaldata) -* class [EmfPlusPathGradientBrushData](../../emfpluspathgradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata) +* class [EmfPlusPathGradientBrushOptionalData](../../emfpluspathgradientbrushoptionaldata/) +* class [EmfPlusPathGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/surroundingargb32colors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/surroundingargb32colors/_index.md index 9a97f0542c32..4fb022c0c749 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/surroundingargb32colors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/surroundingargb32colors/_index.md @@ -1,7 +1,7 @@ --- -title: SurroundingArgb32Colors +title: EmfPlusPathGradientBrushData.SurroundingArgb32Colors second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushData property. Gets or sets array of SurroundingColorCount EmfPlusARGB objects that specify the colors for discrete points on the boundary of the brush type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/surroundingargb32colors/ @@ -16,8 +16,8 @@ public int[] SurroundingArgb32Colors { get; set; } ### See Also -* class [EmfPlusPathGradientBrushData](../../emfpluspathgradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata) +* class [EmfPlusPathGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/wrapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/wrapmode/_index.md index 8cc32eddedc0..5fb1d3276c1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/wrapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/wrapmode/_index.md @@ -1,7 +1,7 @@ --- -title: WrapMode +title: EmfPlusPathGradientBrushData.WrapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushData property. Gets or sets 32bit signed integer from the WrapMode enumeration section 2.1.1.34 that specifies whether to paint the area outside the boundary of the brush. When painting outside the boundary the wrap mode specifies how the color gradient is repeated type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushdata/wrapmode/ @@ -16,9 +16,9 @@ public EmfPlusWrapMode WrapMode { get; set; } ### See Also -* enum [EmfPlusWrapMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode) -* class [EmfPlusPathGradientBrushData](../../emfpluspathgradientbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata) +* enum [EmfPlusWrapMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/) +* class [EmfPlusPathGradientBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/_index.md index ac207b9b3169..1ec39b2ac1fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathGradientBrushOptionalData +title: Class EmfPlusPathGradientBrushOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPathGradientBrushOptionalData class. The EmfPlusPathGradientBrushOptionalData object specifies optional data for a path gradient brush type: docs weight: 5640 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/ @@ -18,20 +18,20 @@ public sealed class EmfPlusPathGradientBrushOptionalData : EmfPlusStructureObjec | Name | Description | | --- | --- | -| [EmfPlusPathGradientBrushOptionalData](emfpluspathgradientbrushoptionaldata)() | The default constructor. | +| [EmfPlusPathGradientBrushOptionalData](emfpluspathgradientbrushoptionaldata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BlendPattern](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/blendpattern) { get; set; } | Gets or sets an optional blend pattern for the path gradient brush. If this field is present, it MUST contain either an EmfPlusBlendColors object (section 2.2.2.4), or an EmfPlusBlendFactors object (section 2.2.2.5), but it MUST NOT contain both. The table below shows the valid combinations of EmfPlusPathGradientBrushData BrushData flags and the corresponding blend patterns: | -| [FocusScaleData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/focusscaledata) { get; set; } | Gets or sets an optional EmfPlusFocusScaleData object (section 2.2.2.18) that specifies focus scales for the path gradient brush. This field MUST be present if the BrushDataFocusScales flag is set in the BrushDataFlags field of the EmfPlusPathGradientBrushData object. | -| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/transformmatrix) { get; set; } | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the path gradient brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusPathGradientBrushData object. | +| [BlendPattern](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/blendpattern/) { get; set; } | Gets or sets an optional blend pattern for the path gradient brush. If this field is present, it MUST contain either an EmfPlusBlendColors object (section 2.2.2.4), or an EmfPlusBlendFactors object (section 2.2.2.5), but it MUST NOT contain both. The table below shows the valid combinations of EmfPlusPathGradientBrushData BrushData flags and the corresponding blend patterns: | +| [FocusScaleData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/focusscaledata/) { get; set; } | Gets or sets an optional EmfPlusFocusScaleData object (section 2.2.2.18) that specifies focus scales for the path gradient brush. This field MUST be present if the BrushDataFocusScales flag is set in the BrushDataFlags field of the EmfPlusPathGradientBrushData object. | +| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/transformmatrix/) { get; set; } | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the path gradient brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusPathGradientBrushData object. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/blendpattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/blendpattern/_index.md index 43974f088d12..25050c3be63b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/blendpattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/blendpattern/_index.md @@ -1,7 +1,7 @@ --- -title: BlendPattern +title: EmfPlusPathGradientBrushOptionalData.BlendPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushOptionalData property. Gets or sets an optional blend pattern for the path gradient brush. If this field is present it MUST contain either an EmfPlusBlendColors object section 2.2.2.4 or an EmfPlusBlendFactors object section 2.2.2.5 but it MUST NOT contain both. The table below shows the valid combinations of EmfPlusPathGradientBrushData BrushData flags and the corresponding blend patterns type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/blendpattern/ @@ -16,9 +16,9 @@ public EmfPlusBlendBase BlendPattern { get; set; } ### See Also -* class [EmfPlusBlendBase](../../emfplusblendbase) -* class [EmfPlusPathGradientBrushOptionalData](../../emfpluspathgradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushoptionaldata) +* class [EmfPlusBlendBase](../../emfplusblendbase/) +* class [EmfPlusPathGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/emfpluspathgradientbrushoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/emfpluspathgradientbrushoptionaldata/_index.md index 36dfa438ae17..77933e61726c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/emfpluspathgradientbrushoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/emfpluspathgradientbrushoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathGradientBrushOptionalData +title: EmfPlusPathGradientBrushOptionalData.EmfPlusPathGradientBrushOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushOptionalData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/emfpluspathgradientbrushoptionaldata/ @@ -16,8 +16,8 @@ public EmfPlusPathGradientBrushOptionalData() ### See Also -* class [EmfPlusPathGradientBrushOptionalData](../../emfpluspathgradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushoptionaldata) +* class [EmfPlusPathGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/focusscaledata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/focusscaledata/_index.md index 2aff9e3c45ab..1e3663333cd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/focusscaledata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/focusscaledata/_index.md @@ -1,7 +1,7 @@ --- -title: FocusScaleData +title: EmfPlusPathGradientBrushOptionalData.FocusScaleData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushOptionalData property. Gets or sets an optional EmfPlusFocusScaleData object section 2.2.2.18 that specifies focus scales for the path gradient brush. This field MUST be present if the BrushDataFocusScales flag is set in the BrushDataFlags field of the EmfPlusPathGradientBrushData object type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/focusscaledata/ @@ -16,9 +16,9 @@ public EmfPlusFocusScaleData FocusScaleData { get; set; } ### See Also -* class [EmfPlusFocusScaleData](../../emfplusfocusscaledata) -* class [EmfPlusPathGradientBrushOptionalData](../../emfpluspathgradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushoptionaldata) +* class [EmfPlusFocusScaleData](../../emfplusfocusscaledata/) +* class [EmfPlusPathGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/transformmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/transformmatrix/_index.md index 393c4a1527bb..405b221988b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/transformmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/transformmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: TransformMatrix +title: EmfPlusPathGradientBrushOptionalData.TransformMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathGradientBrushOptionalData property. Gets or sets an optional EmfPlusTransformMatrix object section 2.2.2.47 that specifies a world space to device space transform for the path gradient brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusPathGradientBrushData object type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathgradientbrushoptionaldata/transformmatrix/ @@ -16,9 +16,9 @@ public Matrix TransformMatrix { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlusPathGradientBrushOptionalData](../../emfpluspathgradientbrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushoptionaldata) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlusPathGradientBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathgradientbrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/_index.md index c172c3dc9555..e0ddcf4b221e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathPointType +title: Class EmfPlusPathPointType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPathPointType class. The EmfPlusPathPointType object specifies a type value associated with a point on a graphics type: docs weight: 5650 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/ @@ -18,20 +18,20 @@ public sealed class EmfPlusPathPointType : EmfPlusBasePointType | Name | Description | | --- | --- | -| [EmfPlusPathPointType](emfpluspathpointtype)() | The default constructor. | +| [EmfPlusPathPointType](emfpluspathpointtype/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Data](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/data) { get; set; } | Gets or sets the data. | -| [Flags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/flags) { get; set; } | Gets or sets 4-bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags (section 2.1.2.6). | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/type) { get; set; } | Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23). | +| [Data](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/data/) { get; set; } | Gets or sets the data. | +| [Flags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/flags/) { get; set; } | Gets or sets 4-bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags (section 2.1.2.6). | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/type/) { get; set; } | Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23). | ### See Also -* class [EmfPlusBasePointType](../emfplusbasepointtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBasePointType](../emfplusbasepointtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/data/_index.md index ed0c5b31e2ef..75675a066310 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfPlusPathPointType.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointType property. Gets or sets the data type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/data/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [EmfPlusPathPointType](../../emfpluspathpointtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtype) +* class [EmfPlusPathPointType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/emfpluspathpointtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/emfpluspathpointtype/_index.md index 105d9ebbea27..13d88fcfb1fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/emfpluspathpointtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/emfpluspathpointtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathPointType +title: EmfPlusPathPointType.EmfPlusPathPointType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointType constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/emfpluspathpointtype/ @@ -16,8 +16,8 @@ public EmfPlusPathPointType() ### See Also -* class [EmfPlusPathPointType](../../emfpluspathpointtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtype) +* class [EmfPlusPathPointType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/flags/_index.md index 829d1ad56f78..a57a9bffcb35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: EmfPlusPathPointType.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointType property. Gets or sets 4bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags section 2.1.2.6 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/flags/ @@ -16,9 +16,9 @@ public EmfPlusPathPointTypeFlags Flags { get; set; } ### See Also -* enum [EmfPlusPathPointTypeFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeflags) -* class [EmfPlusPathPointType](../../emfpluspathpointtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtype) +* enum [EmfPlusPathPointTypeFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeflags/) +* class [EmfPlusPathPointType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/type/_index.md index ee099bc10407..40ac299ec84f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfPlusPathPointType.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointType property. Gets or sets 4bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration section 2.1.1.23 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtype/type/ @@ -16,9 +16,9 @@ public EmfPlusPathPointTypeEnum Type { get; set; } ### See Also -* enum [EmfPlusPathPointTypeEnum](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeenum) -* class [EmfPlusPathPointType](../../emfpluspathpointtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtype) +* enum [EmfPlusPathPointTypeEnum](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspathpointtypeenum/) +* class [EmfPlusPathPointType](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/_index.md index 3961a40bfb80..07cf78e9e9f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathPointTypeRle +title: Class EmfPlusPathPointTypeRle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPathPointTypeRle class. The EmfPlusPathPointTypeRle object specifies type values associated with points on a graphics path using RLE compression. 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 B1RunCount PointType B 1 bit If set the path points are on a Bezier curve. If clear the path points are on a graphics line. RunCount 6 bits The run count which is the number of path points to be associated with the type in the PointType field. PointType 1 byte An EmfPlusPathPointType object section 2.2.2.31 that specifies the type to associate with the path points type: docs weight: 5660 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/ @@ -18,21 +18,21 @@ public sealed class EmfPlusPathPointTypeRle : EmfPlusBasePointType | Name | Description | | --- | --- | -| [EmfPlusPathPointTypeRle](emfpluspathpointtyperle)() | The default constructor. | +| [EmfPlusPathPointTypeRle](emfpluspathpointtyperle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bezier](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/bezier) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusPathPointTypeRle`](../emfpluspathpointtyperle) is bezier. If set, the path points are on a Bezier curve. If clear, the path points are on a graphics line. | -| [Data](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/data) { get; set; } | Gets or sets the data. | -| [PointType](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/pointtype) { get; set; } | Gets or sets the type of the point. PointType (1 byte): An EmfPlusPathPointType object (section 2.2.2.31) that specifies the type to associate with the path points. | -| [RunCount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/runcount) { get; set; } | Gets or sets the run count. RunCount (6 bits): The run count, which is the number of path points to be associated with the type in the PointType field | +| [Bezier](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/bezier/) { get; set; } | Gets or sets a value indicating whether this `EmfPlusPathPointTypeRle` is bezier. If set, the path points are on a Bezier curve. If clear, the path points are on a graphics line. | +| [Data](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/data/) { get; set; } | Gets or sets the data. | +| [PointType](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/pointtype/) { get; set; } | Gets or sets the type of the point. PointType (1 byte): An EmfPlusPathPointType object (section 2.2.2.31) that specifies the type to associate with the path points. | +| [RunCount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/runcount/) { get; set; } | Gets or sets the run count. RunCount (6 bits): The run count, which is the number of path points to be associated with the type in the PointType field | ### See Also -* class [EmfPlusBasePointType](../emfplusbasepointtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBasePointType](../emfplusbasepointtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/bezier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/bezier/_index.md index a1326d5775f0..48375a87951d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/bezier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/bezier/_index.md @@ -1,14 +1,14 @@ --- -title: Bezier +title: EmfPlusPathPointTypeRle.Bezier second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointTypeRle property. Gets or sets a value indicating whether this EmfPlusPathPointTypeRle is bezier. If set the path points are on a Bezier curve. If clear the path points are on a graphics line type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/bezier/ --- ## EmfPlusPathPointTypeRle.Bezier property -Gets or sets a value indicating whether this [`EmfPlusPathPointTypeRle`](../../emfpluspathpointtyperle) is bezier. If set, the path points are on a Bezier curve. If clear, the path points are on a graphics line. +Gets or sets a value indicating whether this [`EmfPlusPathPointTypeRle`](../) is bezier. If set, the path points are on a Bezier curve. If clear, the path points are on a graphics line. ```csharp public bool Bezier { get; set; } @@ -20,8 +20,8 @@ public bool Bezier { get; set; } ### See Also -* class [EmfPlusPathPointTypeRle](../../emfpluspathpointtyperle) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle) +* class [EmfPlusPathPointTypeRle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/data/_index.md index df4f779c909f..71df43a045f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: EmfPlusPathPointTypeRle.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointTypeRle property. Gets or sets the data type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/data/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [EmfPlusPathPointTypeRle](../../emfpluspathpointtyperle) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle) +* class [EmfPlusPathPointTypeRle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/emfpluspathpointtyperle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/emfpluspathpointtyperle/_index.md index e85054ee739f..f4eb2ae2e57d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/emfpluspathpointtyperle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/emfpluspathpointtyperle/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPathPointTypeRle +title: EmfPlusPathPointTypeRle.EmfPlusPathPointTypeRle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointTypeRle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/emfpluspathpointtyperle/ @@ -16,8 +16,8 @@ public EmfPlusPathPointTypeRle() ### See Also -* class [EmfPlusPathPointTypeRle](../../emfpluspathpointtyperle) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle) +* class [EmfPlusPathPointTypeRle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/pointtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/pointtype/_index.md index ba99b14b8656..6232df739d85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/pointtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/pointtype/_index.md @@ -1,7 +1,7 @@ --- -title: PointType +title: EmfPlusPathPointTypeRle.PointType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointTypeRle property. Gets or sets the type of the point. PointType 1 byte An EmfPlusPathPointType object section 2.2.2.31 that specifies the type to associate with the path points type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/pointtype/ @@ -20,9 +20,9 @@ The type of the point. ### See Also -* class [EmfPlusPathPointType](../../emfpluspathpointtype) -* class [EmfPlusPathPointTypeRle](../../emfpluspathpointtyperle) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle) +* class [EmfPlusPathPointType](../../emfpluspathpointtype/) +* class [EmfPlusPathPointTypeRle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/runcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/runcount/_index.md index 728994038927..5ec9feb8d204 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/runcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/runcount/_index.md @@ -1,7 +1,7 @@ --- -title: RunCount +title: EmfPlusPathPointTypeRle.RunCount second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPathPointTypeRle property. Gets or sets the run count. RunCount 6 bits The run count which is the number of path points to be associated with the type in the PointType field type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspathpointtyperle/runcount/ @@ -20,8 +20,8 @@ The run count. ### See Also -* class [EmfPlusPathPointTypeRle](../../emfpluspathpointtyperle) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle) +* class [EmfPlusPathPointTypeRle](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspathpointtyperle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/_index.md index c8c8cafea8ea..516adece5ce0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPen +title: Class EmfPlusPen second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPen class. The EmfPlusPen object specifies a graphics pen for the drawing of lines type: docs weight: 5670 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/ @@ -18,21 +18,21 @@ public sealed class EmfPlusPen : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusPen](emfpluspen)() | The default constructor. | +| [EmfPlusPen](emfpluspen/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BrushObject](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/brushobject) { get; set; } | Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen | -| [PenData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/pendata) { get; set; } | Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/type) { get; set; } | Gets or sets This field MUST be set to zero | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [BrushObject](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/brushobject/) { get; set; } | Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen | +| [PenData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/pendata/) { get; set; } | Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/type/) { get; set; } | Gets or sets This field MUST be set to zero | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/brushobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/brushobject/_index.md index 0eeb48ba9864..70029fa1599e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/brushobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/brushobject/_index.md @@ -1,7 +1,7 @@ --- -title: BrushObject +title: EmfPlusPen.BrushObject second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPen property. Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/brushobject/ @@ -16,9 +16,9 @@ public EmfPlusBrush BrushObject { get; set; } ### See Also -* class [EmfPlusBrush](../../emfplusbrush) -* class [EmfPlusPen](../../emfpluspen) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspen) +* class [EmfPlusBrush](../../emfplusbrush/) +* class [EmfPlusPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/emfpluspen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/emfpluspen/_index.md index 79cbc414686b..3802067ac55f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/emfpluspen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/emfpluspen/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPen +title: EmfPlusPen.EmfPlusPen second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPen constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/emfpluspen/ @@ -16,8 +16,8 @@ public EmfPlusPen() ### See Also -* class [EmfPlusPen](../../emfpluspen) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspen) +* class [EmfPlusPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/pendata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/pendata/_index.md index b0821dcd2387..9887b48392d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/pendata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/pendata/_index.md @@ -1,7 +1,7 @@ --- -title: PenData +title: EmfPlusPen.PenData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPen property. Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/pendata/ @@ -16,9 +16,9 @@ public EmfPlusPenData PenData { get; set; } ### See Also -* class [EmfPlusPenData](../../emfpluspendata) -* class [EmfPlusPen](../../emfpluspen) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspen) +* class [EmfPlusPenData](../../emfpluspendata/) +* class [EmfPlusPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/type/_index.md index 85e1edc7b05e..8d6550c1379a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfPlusPen.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPen property. Gets or sets This field MUST be set to zero type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspen/type/ @@ -16,8 +16,8 @@ public int Type { get; set; } ### See Also -* class [EmfPlusPen](../../emfpluspen) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspen) +* class [EmfPlusPen](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/_index.md index 2749fdd569ea..1dc800d2d830 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPenData +title: Class EmfPlusPenData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPenData class. The EmfPlusPenData object specifies properties of a graphics pen type: docs weight: 5680 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/ @@ -18,21 +18,21 @@ public sealed class EmfPlusPenData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusPenData](emfpluspendata)() | The default constructor. | +| [EmfPlusPenData](emfpluspendata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/optionaldata) { get; set; } | Gets or sets optional EmfPlusPenOptionalData object (section 2.2.2.34) that specifies additional data for the pen object. The specific contents of this field are determined by the value of the PenDataFlags field. | -| [PenDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/pendataflags) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of PenData flags (section 2.1.2.7). | -| [PenUnit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penunit) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the measuring units for the pen. The value MUST be from the UnitType enumeration (section 2.1.1.33). | -| [PenWidth](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penwidth) { get; set; } | Gets or sets 32-bit floating-point value that specifies the width of the line drawn by the pen in the units specified by the PenUnit field. If a zero width is specified, a minimum value is used, which is determined by the units | +| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/optionaldata/) { get; set; } | Gets or sets optional EmfPlusPenOptionalData object (section 2.2.2.34) that specifies additional data for the pen object. The specific contents of this field are determined by the value of the PenDataFlags field. | +| [PenDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/pendataflags/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of PenData flags (section 2.1.2.7). | +| [PenUnit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penunit/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the measuring units for the pen. The value MUST be from the UnitType enumeration (section 2.1.1.33). | +| [PenWidth](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penwidth/) { get; set; } | Gets or sets 32-bit floating-point value that specifies the width of the line drawn by the pen in the units specified by the PenUnit field. If a zero width is specified, a minimum value is used, which is determined by the units | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/emfpluspendata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/emfpluspendata/_index.md index cffe5ea5971b..003e1131eee4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/emfpluspendata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/emfpluspendata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPenData +title: EmfPlusPenData.EmfPlusPenData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/emfpluspendata/ @@ -16,8 +16,8 @@ public EmfPlusPenData() ### See Also -* class [EmfPlusPenData](../../emfpluspendata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata) +* class [EmfPlusPenData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/optionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/optionaldata/_index.md index d70b4348d523..6018fbeebfc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/optionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/optionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: OptionalData +title: EmfPlusPenData.OptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenData property. Gets or sets optional EmfPlusPenOptionalData object section 2.2.2.34 that specifies additional data for the pen object. The specific contents of this field are determined by the value of the PenDataFlags field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/optionaldata/ @@ -16,9 +16,9 @@ public EmfPlusPenOptionalData OptionalData { get; set; } ### See Also -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* class [EmfPlusPenData](../../emfpluspendata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata) +* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata/) +* class [EmfPlusPenData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/pendataflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/pendataflags/_index.md index aafd2ac97463..b9264ec00572 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/pendataflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/pendataflags/_index.md @@ -1,7 +1,7 @@ --- -title: PenDataFlags +title: EmfPlusPenData.PenDataFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenData property. Gets or sets 32bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of PenData flags section 2.1.2.7 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/pendataflags/ @@ -16,9 +16,9 @@ public EmfPlusPenDataFlags PenDataFlags { get; set; } ### See Also -* enum [EmfPlusPenDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspendataflags) -* class [EmfPlusPenData](../../emfpluspendata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata) +* enum [EmfPlusPenDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspendataflags/) +* class [EmfPlusPenData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penunit/_index.md index 0e3ddb49aa78..2850b873c570 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penunit/_index.md @@ -1,7 +1,7 @@ --- -title: PenUnit +title: EmfPlusPenData.PenUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenData property. Gets or sets 32bit unsigned integer that specifies the measuring units for the pen. The value MUST be from the UnitType enumeration section 2.1.1.33 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penunit/ @@ -16,9 +16,9 @@ public EmfPlusUnitType PenUnit { get; set; } ### See Also -* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype) -* class [EmfPlusPenData](../../emfpluspendata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata) +* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/) +* class [EmfPlusPenData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penwidth/_index.md index 4b0530001a67..19147884f9b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penwidth/_index.md @@ -1,7 +1,7 @@ --- -title: PenWidth +title: EmfPlusPenData.PenWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenData property. Gets or sets 32bit floatingpoint value that specifies the width of the line drawn by the pen in the units specified by the PenUnit field. If a zero width is specified a minimum value is used which is determined by the units type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspendata/penwidth/ @@ -16,8 +16,8 @@ public float PenWidth { get; set; } ### See Also -* class [EmfPlusPenData](../../emfpluspendata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata) +* class [EmfPlusPenData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspendata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/_index.md index 1a2d8686f754..ec9044ad4755 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPenOptionalData +title: Class EmfPlusPenOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPenOptionalData class. The EmfPlusPenOptionalData object specifies optional data for a graphics pen type: docs weight: 5690 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/ @@ -18,30 +18,30 @@ public sealed class EmfPlusPenOptionalData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusPenOptionalData](emfpluspenoptionaldata)() | The default constructor. | +| [EmfPlusPenOptionalData](emfpluspenoptionaldata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CompoundLineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/compoundlinedata) { get; set; } | Gets or sets optional EmfPlusCompoundLineData object (section 2.2.2.9) that specifies an array of floating-point values that define the compound line of a pen, which is made up of parallel lines and spaces. This field MUST be present if the PenDataCompoundLine flag is set in the PenDataFlags field of the EmfPlusPenData object | -| [CustomEndCapData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customendcapdata) { get; set; } | Gets or sets optional EmfPlusCustomEndCapData object (section 2.2.2.11) that defines the custom end-cap shape, which is the shape to use at the end of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object | -| [CustomStartCapData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customstartcapdata) { get; set; } | Gets or sets optional EmfPlusCustomStartCapData object (section 2.2.2.15) that defines the custom start-cap shape, which is the shape to use at the start of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object | -| [DashedLineCapType](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinecaptype) { get; set; } | Gets or sets optional 32-bit signed integer that specifies the shape for both ends of each dash in a dashed line. This field MUST be present if the PenDataDashedLineCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the DashedLineCapType enumeration (section 2.1.1.10). | -| [DashedLineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinedata) { get; set; } | Gets or sets optional EmfPlusDashedLineData object (section 2.2.2.16) that specifies the lengths of dashes and spaces in a custom dashed line. This field MUST be present if the PenDataDashedLine flag is set in the PenDataFlags field of the EmfPlusPenData object. | -| [DashOffset](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashoffset) { get; set; } | Gets or sets optional 32-bit floating-point value that specifies the distance from the start of a line to the start of the first space in a dashed line pattern. This field MUST be present if the PenDataDashedLineOffset flag is set in the PenDataFlags field of the EmfPlusPenData object. | -| [EndCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/endcap) { get; set; } | Gets or sets optional 32-bit signed integer that specifies the shape for the end of a line in the CustomEndCapData field. This field MUST be present if the PenDataEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration | -| [Join](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/join) { get; set; } | Gets or sets an optional 32-bit signed integer that specifies how to join two lines that are drawn by the same pen and whose ends meet. This field MUST be present if the PenDataJoin flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineJoinType enumeration (section 2.1.1.19). | -| [LineStyle](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/linestyle) { get; set; } | Gets or sets optional 32-bit signed integer that specifies the style used for lines drawn with this pen object. This field MUST be present if the PenDataLineStyle flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineStyle enumeration (section 2.1.1.20). | -| [MiterLimit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/miterlimit) { get; set; } | Gets or sets optional 32-bit floating-point value that specifies the miter limit, which is the maximum allowed ratio of miter length to line width. The miter length is the distance from the intersection of the line walls on the inside the join to the intersection of the line walls outside the join. The miter length can be large when the angle between two lines is small. This field MUST be present if the PenDataMiterLimit flag is set in the PenDataFlags field of the EmfPlusPenData object. | -| [PenAlignment](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/penalignment) { get; set; } | Gets or sets optional 32-bit signed integer that specifies the distribution of the pen width with respect to the coordinates of the line being drawn. This field MUST be present if the PenDataNonCenter flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the PenAlignment enumeration (section 2.1.1.24). | -| [StartCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/startcap) { get; set; } | Gets or sets an optional 32-bit signed integer that specifies the shape for the start of a line in the CustomStartCapData field. This field MUST be present if the PenDataStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration (section 2.1.1.18). | -| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/transformmatrix) { get; set; } | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the pen. This field MUST be present if the PenDataTransform flag is set in the PenDataFlags field of the EmfPlusPenData object. | +| [CompoundLineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/compoundlinedata/) { get; set; } | Gets or sets optional EmfPlusCompoundLineData object (section 2.2.2.9) that specifies an array of floating-point values that define the compound line of a pen, which is made up of parallel lines and spaces. This field MUST be present if the PenDataCompoundLine flag is set in the PenDataFlags field of the EmfPlusPenData object | +| [CustomEndCapData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customendcapdata/) { get; set; } | Gets or sets optional EmfPlusCustomEndCapData object (section 2.2.2.11) that defines the custom end-cap shape, which is the shape to use at the end of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object | +| [CustomStartCapData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customstartcapdata/) { get; set; } | Gets or sets optional EmfPlusCustomStartCapData object (section 2.2.2.15) that defines the custom start-cap shape, which is the shape to use at the start of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object | +| [DashedLineCapType](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinecaptype/) { get; set; } | Gets or sets optional 32-bit signed integer that specifies the shape for both ends of each dash in a dashed line. This field MUST be present if the PenDataDashedLineCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the DashedLineCapType enumeration (section 2.1.1.10). | +| [DashedLineData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinedata/) { get; set; } | Gets or sets optional EmfPlusDashedLineData object (section 2.2.2.16) that specifies the lengths of dashes and spaces in a custom dashed line. This field MUST be present if the PenDataDashedLine flag is set in the PenDataFlags field of the EmfPlusPenData object. | +| [DashOffset](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashoffset/) { get; set; } | Gets or sets optional 32-bit floating-point value that specifies the distance from the start of a line to the start of the first space in a dashed line pattern. This field MUST be present if the PenDataDashedLineOffset flag is set in the PenDataFlags field of the EmfPlusPenData object. | +| [EndCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/endcap/) { get; set; } | Gets or sets optional 32-bit signed integer that specifies the shape for the end of a line in the CustomEndCapData field. This field MUST be present if the PenDataEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration | +| [Join](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/join/) { get; set; } | Gets or sets an optional 32-bit signed integer that specifies how to join two lines that are drawn by the same pen and whose ends meet. This field MUST be present if the PenDataJoin flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineJoinType enumeration (section 2.1.1.19). | +| [LineStyle](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/linestyle/) { get; set; } | Gets or sets optional 32-bit signed integer that specifies the style used for lines drawn with this pen object. This field MUST be present if the PenDataLineStyle flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineStyle enumeration (section 2.1.1.20). | +| [MiterLimit](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/miterlimit/) { get; set; } | Gets or sets optional 32-bit floating-point value that specifies the miter limit, which is the maximum allowed ratio of miter length to line width. The miter length is the distance from the intersection of the line walls on the inside the join to the intersection of the line walls outside the join. The miter length can be large when the angle between two lines is small. This field MUST be present if the PenDataMiterLimit flag is set in the PenDataFlags field of the EmfPlusPenData object. | +| [PenAlignment](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/penalignment/) { get; set; } | Gets or sets optional 32-bit signed integer that specifies the distribution of the pen width with respect to the coordinates of the line being drawn. This field MUST be present if the PenDataNonCenter flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the PenAlignment enumeration (section 2.1.1.24). | +| [StartCap](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/startcap/) { get; set; } | Gets or sets an optional 32-bit signed integer that specifies the shape for the start of a line in the CustomStartCapData field. This field MUST be present if the PenDataStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration (section 2.1.1.18). | +| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/transformmatrix/) { get; set; } | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the pen. This field MUST be present if the PenDataTransform flag is set in the PenDataFlags field of the EmfPlusPenData object. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/compoundlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/compoundlinedata/_index.md index 5a91dd3cc20f..485e0833c3bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/compoundlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/compoundlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: CompoundLineData +title: EmfPlusPenOptionalData.CompoundLineData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional EmfPlusCompoundLineData object section 2.2.2.9 that specifies an array of floatingpoint values that define the compound line of a pen which is made up of parallel lines and spaces. This field MUST be present if the PenDataCompoundLine flag is set in the PenDataFlags field of the EmfPlusPenData object type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/compoundlinedata/ @@ -16,9 +16,9 @@ public EmfPlusCompoundLineData CompoundLineData { get; set; } ### See Also -* class [EmfPlusCompoundLineData](../../emfpluscompoundlinedata) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* class [EmfPlusCompoundLineData](../../emfpluscompoundlinedata/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customendcapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customendcapdata/_index.md index b06db4b57a4d..9bbb72d5c4c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customendcapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customendcapdata/_index.md @@ -1,7 +1,7 @@ --- -title: CustomEndCapData +title: EmfPlusPenOptionalData.CustomEndCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional EmfPlusCustomEndCapData object section 2.2.2.11 that defines the custom endcap shape which is the shape to use at the end of a line drawn with this pen. It can be any of various shapes such as a square circle or diamond. This field MUST be present if the PenDataCustomEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customendcapdata/ @@ -16,9 +16,9 @@ public EmfPlusCustomEndCapData CustomEndCapData { get; set; } ### See Also -* class [EmfPlusCustomEndCapData](../../emfpluscustomendcapdata) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* class [EmfPlusCustomEndCapData](../../emfpluscustomendcapdata/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customstartcapdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customstartcapdata/_index.md index 782d894310a3..5cedbde34305 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customstartcapdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customstartcapdata/_index.md @@ -1,7 +1,7 @@ --- -title: CustomStartCapData +title: EmfPlusPenOptionalData.CustomStartCapData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional EmfPlusCustomStartCapData object section 2.2.2.15 that defines the custom startcap shape which is the shape to use at the start of a line drawn with this pen. It can be any of various shapes such as a square circle or diamond. This field MUST be present if the PenDataCustomStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/customstartcapdata/ @@ -16,9 +16,9 @@ public EmfPlusCustomStartCapData CustomStartCapData { get; set; } ### See Also -* class [EmfPlusCustomStartCapData](../../emfpluscustomstartcapdata) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* class [EmfPlusCustomStartCapData](../../emfpluscustomstartcapdata/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinecaptype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinecaptype/_index.md index 4201cf0ced66..91b363c0d642 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinecaptype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinecaptype/_index.md @@ -1,7 +1,7 @@ --- -title: DashedLineCapType +title: EmfPlusPenOptionalData.DashedLineCapType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional 32bit signed integer that specifies the shape for both ends of each dash in a dashed line. This field MUST be present if the PenDataDashedLineCap flag is set in the PenDataFlags field of the EmfPlusPenData object and the value MUST be defined in the DashedLineCapType enumeration section 2.1.1.10 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinecaptype/ @@ -16,9 +16,9 @@ public EmfPlusDashedLineCapType DashedLineCapType { get; set; } ### See Also -* enum [EmfPlusDashedLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusdashedlinecaptype) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* enum [EmfPlusDashedLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusdashedlinecaptype/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinedata/_index.md index 5400b6170fc8..e03842b80b97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinedata/_index.md @@ -1,7 +1,7 @@ --- -title: DashedLineData +title: EmfPlusPenOptionalData.DashedLineData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional EmfPlusDashedLineData object section 2.2.2.16 that specifies the lengths of dashes and spaces in a custom dashed line. This field MUST be present if the PenDataDashedLine flag is set in the PenDataFlags field of the EmfPlusPenData object type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashedlinedata/ @@ -16,9 +16,9 @@ public EmfPlusDashedLineData DashedLineData { get; set; } ### See Also -* class [EmfPlusDashedLineData](../../emfplusdashedlinedata) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* class [EmfPlusDashedLineData](../../emfplusdashedlinedata/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashoffset/_index.md index 05bc1be3a7e2..90414ac21018 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashoffset/_index.md @@ -1,7 +1,7 @@ --- -title: DashOffset +title: EmfPlusPenOptionalData.DashOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional 32bit floatingpoint value that specifies the distance from the start of a line to the start of the first space in a dashed line pattern. This field MUST be present if the PenDataDashedLineOffset flag is set in the PenDataFlags field of the EmfPlusPenData object type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/dashoffset/ @@ -16,8 +16,8 @@ public float DashOffset { get; set; } ### See Also -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/emfpluspenoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/emfpluspenoptionaldata/_index.md index 839edc388b52..6b4ba1d1da7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/emfpluspenoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/emfpluspenoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPenOptionalData +title: EmfPlusPenOptionalData.EmfPlusPenOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/emfpluspenoptionaldata/ @@ -16,8 +16,8 @@ public EmfPlusPenOptionalData() ### See Also -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/endcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/endcap/_index.md index d7e39657060f..71ae0d2834bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/endcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/endcap/_index.md @@ -1,7 +1,7 @@ --- -title: EndCap +title: EmfPlusPenOptionalData.EndCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional 32bit signed integer that specifies the shape for the end of a line in the CustomEndCapData field. This field MUST be present if the PenDataEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object and the value MUST be defined in the LineCapType enumeration type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/endcap/ @@ -16,9 +16,9 @@ public EmfPlusLineCapType EndCap { get; set; } ### See Also -* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/join/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/join/_index.md index b3816c776e1a..ddea5f12001e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/join/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/join/_index.md @@ -1,7 +1,7 @@ --- -title: Join +title: EmfPlusPenOptionalData.Join second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets an optional 32bit signed integer that specifies how to join two lines that are drawn by the same pen and whose ends meet. This field MUST be present if the PenDataJoin flag is set in the PenDataFlags field of the EmfPlusPenData object and the value MUST be defined in the LineJoinType enumeration section 2.1.1.19 type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/join/ @@ -16,9 +16,9 @@ public EmfPlusLineJoinType Join { get; set; } ### See Also -* enum [EmfPlusLineJoinType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* enum [EmfPlusLineJoinType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinejointype/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/linestyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/linestyle/_index.md index 0754f6f7b817..d563f853cd59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/linestyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/linestyle/_index.md @@ -1,7 +1,7 @@ --- -title: LineStyle +title: EmfPlusPenOptionalData.LineStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional 32bit signed integer that specifies the style used for lines drawn with this pen object. This field MUST be present if the PenDataLineStyle flag is set in the PenDataFlags field of the EmfPlusPenData object and the value MUST be defined in the LineStyle enumeration section 2.1.1.20 type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/linestyle/ @@ -16,9 +16,9 @@ public EmfPlusLineStyle LineStyle { get; set; } ### See Also -* enum [EmfPlusLineStyle](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinestyle) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* enum [EmfPlusLineStyle](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinestyle/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/miterlimit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/miterlimit/_index.md index 52b4f6ef2259..78ef559b47a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/miterlimit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/miterlimit/_index.md @@ -1,7 +1,7 @@ --- -title: MiterLimit +title: EmfPlusPenOptionalData.MiterLimit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional 32bit floatingpoint value that specifies the miter limit which is the maximum allowed ratio of miter length to line width. The miter length is the distance from the intersection of the line walls on the inside the join to the intersection of the line walls outside the join. The miter length can be large when the angle between two lines is small. This field MUST be present if the PenDataMiterLimit flag is set in the PenDataFlags field of the EmfPlusPenData object type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/miterlimit/ @@ -16,8 +16,8 @@ public float MiterLimit { get; set; } ### See Also -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/penalignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/penalignment/_index.md index a4fee6fde223..acfad6085d02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/penalignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/penalignment/_index.md @@ -1,7 +1,7 @@ --- -title: PenAlignment +title: EmfPlusPenOptionalData.PenAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets optional 32bit signed integer that specifies the distribution of the pen width with respect to the coordinates of the line being drawn. This field MUST be present if the PenDataNonCenter flag is set in the PenDataFlags field of the EmfPlusPenData object and the value MUST be defined in the PenAlignment enumeration section 2.1.1.24 type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/penalignment/ @@ -16,9 +16,9 @@ public EmfPlusPenAlignment PenAlignment { get; set; } ### See Also -* enum [EmfPlusPenAlignment](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspenalignment) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* enum [EmfPlusPenAlignment](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspenalignment/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/startcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/startcap/_index.md index 464a8a65a412..94e3f64d5b00 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/startcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/startcap/_index.md @@ -1,7 +1,7 @@ --- -title: StartCap +title: EmfPlusPenOptionalData.StartCap second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets an optional 32bit signed integer that specifies the shape for the start of a line in the CustomStartCapData field. This field MUST be present if the PenDataStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object and the value MUST be defined in the LineCapType enumeration section 2.1.1.18 type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/startcap/ @@ -16,9 +16,9 @@ public EmfPlusLineCapType StartCap { get; set; } ### See Also -* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* enum [EmfPlusLineCapType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslinecaptype/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/transformmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/transformmatrix/_index.md index a260ff61b5e2..e9ba7547966a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/transformmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/transformmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: TransformMatrix +title: EmfPlusPenOptionalData.TransformMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusPenOptionalData property. Gets or sets an optional EmfPlusTransformMatrix object section 2.2.2.47 that specifies a world space to device space transform for the pen. This field MUST be present if the PenDataTransform flag is set in the PenDataFlags field of the EmfPlusPenData object type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfpluspenoptionaldata/transformmatrix/ @@ -16,9 +16,9 @@ public Matrix TransformMatrix { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlusPenOptionalData](../../emfpluspenoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlusPenOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfpluspenoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/_index.md index 3ddd668b4ab3..6d7a8346033e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRectF +title: Class EmfPlusRectF second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusRectF class. The EmfPlusRectF object specifies a rectangles origin height and width as 32bit floatingpoint values type: docs weight: 5700 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/ @@ -18,18 +18,18 @@ public sealed class EmfPlusRectF : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusRectF](emfplusrectf)() | The default constructor. | +| [EmfPlusRectF](emfplusrectf/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Rect](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/rect) { get; set; } | Gets or sets the rectangle. | +| [Rect](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/rect/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/emfplusrectf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/emfplusrectf/_index.md index 67a6f3b27165..388d4563ac6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/emfplusrectf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/emfplusrectf/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRectF +title: EmfPlusRectF.EmfPlusRectF second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRectF constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/emfplusrectf/ @@ -16,8 +16,8 @@ public EmfPlusRectF() ### See Also -* class [EmfPlusRectF](../../emfplusrectf) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusrectf) +* class [EmfPlusRectF](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusrectf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/rect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/rect/_index.md index 0056229f830f..a1fe47140c07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/rect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/rect/_index.md @@ -1,7 +1,7 @@ --- -title: Rect +title: EmfPlusRectF.Rect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRectF property. Gets or sets the rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusrectf/rect/ @@ -16,9 +16,9 @@ public RectangleF Rect { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusRectF](../../emfplusrectf) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusrectf) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusRectF](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusrectf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/_index.md index d586754c5089..29e2b1418282 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRedEyeCorrectionEffect +title: Class EmfPlusRedEyeCorrectionEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusRedEyeCorrectionEffect class. The RedEyeCorrectionEffect object specifies areas of an image to which a redeye correction is applied type: docs weight: 5710 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/ @@ -18,19 +18,19 @@ public sealed class EmfPlusRedEyeCorrectionEffect : EmfPlusImageEffectsObjectTyp | Name | Description | | --- | --- | -| [EmfPlusRedEyeCorrectionEffect](emfplusredeyecorrectioneffect)() | The default constructor. | +| [EmfPlusRedEyeCorrectionEffect](emfplusredeyecorrectioneffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Areas](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/areas) { get; set; } | Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF] section 2.2.2.19. Each rectangle specifies an area of the bitmap image to which the red-eye correction effect SHOULD be applied. | -| [NumberOfAreas](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/numberofareas) { get; set; } | Gets or sets the A 32-bit signed integer that specifies the number of rectangles in the Areas field. | +| [Areas](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/areas/) { get; set; } | Gets or sets the An array of NumberOfAreas WMF RectL objects, specified in [MS-WMF] section 2.2.2.19. Each rectangle specifies an area of the bitmap image to which the red-eye correction effect SHOULD be applied. | +| [NumberOfAreas](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/numberofareas/) { get; set; } | Gets or sets the A 32-bit signed integer that specifies the number of rectangles in the Areas field. | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/areas/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/areas/_index.md index bf67824a0fd6..d8f792d517d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/areas/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/areas/_index.md @@ -1,7 +1,7 @@ --- -title: Areas +title: EmfPlusRedEyeCorrectionEffect.Areas second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRedEyeCorrectionEffect property. Gets or sets the An array of NumberOfAreas WMF RectL objects specified in MSWMF section 2.2.2.19. Each rectangle specifies an area of the bitmap image to which the redeye correction effect SHOULD be applied type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/areas/ @@ -20,9 +20,9 @@ The areas. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPlusRedEyeCorrectionEffect](../../emfplusredeyecorrectioneffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusredeyecorrectioneffect) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPlusRedEyeCorrectionEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusredeyecorrectioneffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/emfplusredeyecorrectioneffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/emfplusredeyecorrectioneffect/_index.md index 17b3cafcc65b..98ae871d6f99 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/emfplusredeyecorrectioneffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/emfplusredeyecorrectioneffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRedEyeCorrectionEffect +title: EmfPlusRedEyeCorrectionEffect.EmfPlusRedEyeCorrectionEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRedEyeCorrectionEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/emfplusredeyecorrectioneffect/ @@ -16,8 +16,8 @@ public EmfPlusRedEyeCorrectionEffect() ### See Also -* class [EmfPlusRedEyeCorrectionEffect](../../emfplusredeyecorrectioneffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusredeyecorrectioneffect) +* class [EmfPlusRedEyeCorrectionEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusredeyecorrectioneffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/numberofareas/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/numberofareas/_index.md index f19573751f5c..679e22d4d5dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/numberofareas/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/numberofareas/_index.md @@ -1,7 +1,7 @@ --- -title: NumberOfAreas +title: EmfPlusRedEyeCorrectionEffect.NumberOfAreas second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRedEyeCorrectionEffect property. Gets or sets the A 32bit signed integer that specifies the number of rectangles in the Areas field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusredeyecorrectioneffect/numberofareas/ @@ -20,8 +20,8 @@ The number of areas. ### See Also -* class [EmfPlusRedEyeCorrectionEffect](../../emfplusredeyecorrectioneffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusredeyecorrectioneffect) +* class [EmfPlusRedEyeCorrectionEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusredeyecorrectioneffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/_index.md index 9af093c3f5aa..3ea44940ea56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegion +title: Class EmfPlusRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusRegion class. The EmfPlusRegion object specifies line and curve segments that define a non rectilinear shape type: docs weight: 5720 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/ @@ -18,19 +18,19 @@ public sealed class EmfPlusRegion : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusRegion](emfplusregion)() | The default constructor. | +| [EmfPlusRegion](emfplusregion/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [RegionNode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/regionnode) { get; set; } | Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects (section 2.2.2.40). Regions are specified as a binary tree of region nodes, and each node MUST either be a terminal node or specify one or two child nodes. RegionNode MUST contain at least one element | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [RegionNode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/regionnode/) { get; set; } | Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects (section 2.2.2.40). Regions are specified as a binary tree of region nodes, and each node MUST either be a terminal node or specify one or two child nodes. RegionNode MUST contain at least one element | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/emfplusregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/emfplusregion/_index.md index db979d1610d7..d57d184b9e35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/emfplusregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/emfplusregion/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegion +title: EmfPlusRegion.EmfPlusRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegion constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/emfplusregion/ @@ -16,8 +16,8 @@ public EmfPlusRegion() ### See Also -* class [EmfPlusRegion](../../emfplusregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregion) +* class [EmfPlusRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/regionnode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/regionnode/_index.md index fed77cc454af..0bdc43def582 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/regionnode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/regionnode/_index.md @@ -1,7 +1,7 @@ --- -title: RegionNode +title: EmfPlusRegion.RegionNode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegion property. Gets or sets an array of RegionNodeCount1 EmfPlusRegionNode objects section 2.2.2.40. Regions are specified as a binary tree of region nodes and each node MUST either be a terminal node or specify one or two child nodes. RegionNode MUST contain at least one element type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregion/regionnode/ @@ -16,9 +16,9 @@ public EmfPlusRegionNode[] RegionNode { get; set; } ### See Also -* class [EmfPlusRegionNode](../../emfplusregionnode) -* class [EmfPlusRegion](../../emfplusregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregion) +* class [EmfPlusRegionNode](../../emfplusregionnode/) +* class [EmfPlusRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/_index.md index 04a2cb4c3339..b505ec9238db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegionNode +title: Class EmfPlusRegionNode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusRegionNode class. The EmfPlusRegionNode object specifies nodes of a graphics region type: docs weight: 5730 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/ @@ -18,19 +18,19 @@ public sealed class EmfPlusRegionNode : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusRegionNode](emfplusregionnode)() | The default constructor. | +| [EmfPlusRegionNode](emfplusregionnode/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [RegionNodeData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/regionnodedata) { get; set; } | Gets or sets an optional, variable-length data that defines the region node data object specified in the Type field. The content and format of the data can be different for every region node type. This field MUST NOT be present if the node type is RegionNodeDataTypeEmpty or RegionNodeDataTypeInfinite This object is generic and is used to specify different types of region node data, including: An EmfPlusRegionNodePath object (section 2.2.2.42), for a terminal node; An EmfPlusRectF object (section 2.2.2.39), for a terminal node; and An EmfPlusRegionNodeChildNodes object (section 2.2.2.41), for a non-terminal node. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/type) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the type of data in the RegionNodeData field. This value MUST be defined in the RegionNodeDataType enumeration (section 2.1.1.27). | +| [RegionNodeData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/regionnodedata/) { get; set; } | Gets or sets an optional, variable-length data that defines the region node data object specified in the Type field. The content and format of the data can be different for every region node type. This field MUST NOT be present if the node type is RegionNodeDataTypeEmpty or RegionNodeDataTypeInfinite This object is generic and is used to specify different types of region node data, including: An EmfPlusRegionNodePath object (section 2.2.2.42), for a terminal node; An EmfPlusRectF object (section 2.2.2.39), for a terminal node; and An EmfPlusRegionNodeChildNodes object (section 2.2.2.41), for a non-terminal node. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/type/) { get; set; } | Gets or sets 32-bit unsigned integer that specifies the type of data in the RegionNodeData field. This value MUST be defined in the RegionNodeDataType enumeration (section 2.1.1.27). | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/emfplusregionnode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/emfplusregionnode/_index.md index 03d3c08f1336..0680569fee34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/emfplusregionnode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/emfplusregionnode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegionNode +title: EmfPlusRegionNode.EmfPlusRegionNode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNode constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/emfplusregionnode/ @@ -16,8 +16,8 @@ public EmfPlusRegionNode() ### See Also -* class [EmfPlusRegionNode](../../emfplusregionnode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnode) +* class [EmfPlusRegionNode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/regionnodedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/regionnodedata/_index.md index b002efb4700d..db2626604bb5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/regionnodedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/regionnodedata/_index.md @@ -1,7 +1,7 @@ --- -title: RegionNodeData +title: EmfPlusRegionNode.RegionNodeData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNode property. Gets or sets an optional variablelength data that defines the region node data object specified in the Type field. The content and format of the data can be different for every region node type. This field MUST NOT be present if the node type is RegionNodeDataTypeEmpty or RegionNodeDataTypeInfinite This object is generic and is used to specify different types of region node data including An EmfPlusRegionNodePath object section 2.2.2.42 for a terminal node An EmfPlusRectF object section 2.2.2.39 for a terminal node and An EmfPlusRegionNodeChildNodes object section 2.2.2.41 for a nonterminal node type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/regionnodedata/ @@ -16,9 +16,9 @@ public EmfPlusStructureObjectType RegionNodeData { get; set; } ### See Also -* class [EmfPlusStructureObjectType](../../emfplusstructureobjecttype) -* class [EmfPlusRegionNode](../../emfplusregionnode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnode) +* class [EmfPlusStructureObjectType](../../emfplusstructureobjecttype/) +* class [EmfPlusRegionNode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/type/_index.md index fca9ba3b6817..9be4a4fb8c55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfPlusRegionNode.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNode property. Gets or sets 32bit unsigned integer that specifies the type of data in the RegionNodeData field. This value MUST be defined in the RegionNodeDataType enumeration section 2.1.1.27 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnode/type/ @@ -16,9 +16,9 @@ public EmfPlusRegionNodeDataType Type { get; set; } ### See Also -* enum [EmfPlusRegionNodeDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusregionnodedatatype) -* class [EmfPlusRegionNode](../../emfplusregionnode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnode) +* enum [EmfPlusRegionNodeDataType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusregionnodedatatype/) +* class [EmfPlusRegionNode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes.nodesoperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes.nodesoperation/_index.md index 77543ed5641f..6192e39f575d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes.nodesoperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes.nodesoperation/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegionNodeChildNodes.NodesOperation +title: Enum EmfPlusRegionNodeChildNodes.NodesOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusRegionNodeChildNodesNodesOperation enum. The nodes operation type: docs weight: 5750 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes.nodesoperation/ @@ -26,8 +26,8 @@ public enum NodesOperation ### See Also -* class [EmfPlusRegionNodeChildNodes](../emfplusregionnodechildnodes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusRegionNodeChildNodes](../emfplusregionnodechildnodes/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/_index.md index 2d4afdb70610..ec3d49aed2a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegionNodeChildNodes +title: Class EmfPlusRegionNodeChildNodes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusRegionNodeChildNodes class. The EmfPlusRegionNodeChildNodes object specifies child nodes of a graphics region node type: docs weight: 5740 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/ @@ -18,20 +18,20 @@ public sealed class EmfPlusRegionNodeChildNodes : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusRegionNodeChildNodes](emfplusregionnodechildnodes)() | The default constructor. | +| [EmfPlusRegionNodeChildNodes](emfplusregionnodechildnodes/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Left](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/left) { get; set; } | Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node. | -| [Operation](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/operation) { get; set; } | Gets or sets the operation. | -| [Right](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/right) { get; set; } | Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node. | +| [Left](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/left/) { get; set; } | Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node. | +| [Operation](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/operation/) { get; set; } | Gets or sets the operation. | +| [Right](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/right/) { get; set; } | Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/emfplusregionnodechildnodes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/emfplusregionnodechildnodes/_index.md index c63af61bbbde..236188211cbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/emfplusregionnodechildnodes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/emfplusregionnodechildnodes/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegionNodeChildNodes +title: EmfPlusRegionNodeChildNodes.EmfPlusRegionNodeChildNodes second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNodeChildNodes constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/emfplusregionnodechildnodes/ @@ -16,8 +16,8 @@ public EmfPlusRegionNodeChildNodes() ### See Also -* class [EmfPlusRegionNodeChildNodes](../../emfplusregionnodechildnodes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodechildnodes) +* class [EmfPlusRegionNodeChildNodes](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodechildnodes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/left/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/left/_index.md index 993d87058190..6d0e50b37625 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/left/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/left/_index.md @@ -1,7 +1,7 @@ --- -title: Left +title: EmfPlusRegionNodeChildNodes.Left second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNodeChildNodes property. Gets or sets an EmfPlusRegionNode object that specifies the left child node of this region node type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/left/ @@ -16,9 +16,9 @@ public EmfPlusRegionNode Left { get; set; } ### See Also -* class [EmfPlusRegionNode](../../emfplusregionnode) -* class [EmfPlusRegionNodeChildNodes](../../emfplusregionnodechildnodes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodechildnodes) +* class [EmfPlusRegionNode](../../emfplusregionnode/) +* class [EmfPlusRegionNodeChildNodes](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodechildnodes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/operation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/operation/_index.md index c4ec7f13ed44..ef36ae939a91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/operation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/operation/_index.md @@ -1,7 +1,7 @@ --- -title: Operation +title: EmfPlusRegionNodeChildNodes.Operation second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNodeChildNodes property. Gets or sets the operation type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/operation/ @@ -20,9 +20,9 @@ The operation. ### See Also -* enum [NodesOperation](../../emfplusregionnodechildnodes.nodesoperation) -* class [EmfPlusRegionNodeChildNodes](../../emfplusregionnodechildnodes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodechildnodes) +* enum [NodesOperation](../../emfplusregionnodechildnodes.nodesoperation/) +* class [EmfPlusRegionNodeChildNodes](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodechildnodes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/right/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/right/_index.md index f64b7b67ee0b..2852085bfa48 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/right/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/right/_index.md @@ -1,7 +1,7 @@ --- -title: Right +title: EmfPlusRegionNodeChildNodes.Right second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNodeChildNodes property. Gets or sets an EmfPlusRegionNode object that defines the right child node of this region node type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodechildnodes/right/ @@ -16,9 +16,9 @@ public EmfPlusRegionNode Right { get; set; } ### See Also -* class [EmfPlusRegionNode](../../emfplusregionnode) -* class [EmfPlusRegionNodeChildNodes](../../emfplusregionnodechildnodes) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodechildnodes) +* class [EmfPlusRegionNode](../../emfplusregionnode/) +* class [EmfPlusRegionNodeChildNodes](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodechildnodes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/_index.md index bb07dd3838fa..22e14c94644a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegionNodePath +title: Class EmfPlusRegionNodePath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusRegionNodePath class. The EmfPlusRegionNodePath object specifies a graphics path for drawing the boundary of a region node type: docs weight: 5760 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/ @@ -18,18 +18,18 @@ public sealed class EmfPlusRegionNodePath : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusRegionNodePath](emfplusregionnodepath)() | The default constructor. | +| [EmfPlusRegionNodePath](emfplusregionnodepath/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [RegionNodePath](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/regionnodepath) { get; set; } | Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node. | +| [RegionNodePath](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/regionnodepath/) { get; set; } | Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the region node. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/emfplusregionnodepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/emfplusregionnodepath/_index.md index 1901baa3ff78..c56067fc6ffa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/emfplusregionnodepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/emfplusregionnodepath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRegionNodePath +title: EmfPlusRegionNodePath.EmfPlusRegionNodePath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNodePath constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/emfplusregionnodepath/ @@ -16,8 +16,8 @@ public EmfPlusRegionNodePath() ### See Also -* class [EmfPlusRegionNodePath](../../emfplusregionnodepath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodepath) +* class [EmfPlusRegionNodePath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodepath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/regionnodepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/regionnodepath/_index.md index 7b098a5f939f..24e81c5a0baa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/regionnodepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/regionnodepath/_index.md @@ -1,7 +1,7 @@ --- -title: RegionNodePath +title: EmfPlusRegionNodePath.RegionNodePath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRegionNodePath property. Gets or sets an EmfPlusPath object section 2.2.1.6 that specifies the boundary of the region node type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusregionnodepath/regionnodepath/ @@ -16,9 +16,9 @@ public EmfPlusPath RegionNodePath { get; set; } ### See Also -* class [EmfPlusPath](../../emfpluspath) -* class [EmfPlusRegionNodePath](../../emfplusregionnodepath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodepath) +* class [EmfPlusPath](../../emfpluspath/) +* class [EmfPlusRegionNodePath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusregionnodepath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/_index.md index 717e5e8c3432..7c390b885aa5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSharpenEffect +title: Class EmfPlusSharpenEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusSharpenEffect class. The SharpenEffect object specifies an increase in the difference in intensity between pixels in an image type: docs weight: 5770 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/ @@ -18,19 +18,19 @@ public sealed class EmfPlusSharpenEffect : EmfPlusImageEffectsObjectType | Name | Description | | --- | --- | -| [EmfPlusSharpenEffect](emfplussharpeneffect)() | The default constructor. | +| [EmfPlusSharpenEffect](emfplussharpeneffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Amount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/amount) { get; set; } | Gets or sets A 32-bit floating-point number that specifies the difference in intensity between a given pixel and the surrounding pixels. 0 Specifies that sharpening MUST NOT be performed. 0 < value ≤ 100 As this value increases, the difference in intensity between pixels SHOULD increase. | -| [Radius](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/radius) { get; set; } | Gets or sets A 32-bit floating-point number that specifies the sharpening radius in pixels, which determines the number of pixels involved in calculating the new value of a given pixel. As this value increases, the number of pixels involved in the calculation increases, and the resulting bitmap SHOULD become sharper. | +| [Amount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/amount/) { get; set; } | Gets or sets A 32-bit floating-point number that specifies the difference in intensity between a given pixel and the surrounding pixels. 0 Specifies that sharpening MUST NOT be performed. 0 < value ≤ 100 As this value increases, the difference in intensity between pixels SHOULD increase. | +| [Radius](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/radius/) { get; set; } | Gets or sets A 32-bit floating-point number that specifies the sharpening radius in pixels, which determines the number of pixels involved in calculating the new value of a given pixel. As this value increases, the number of pixels involved in the calculation increases, and the resulting bitmap SHOULD become sharper. | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/amount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/amount/_index.md index 1bda9c72a484..7626a8fb8194 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/amount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/amount/_index.md @@ -1,7 +1,7 @@ --- -title: Amount +title: EmfPlusSharpenEffect.Amount second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSharpenEffect property. Gets or sets A 32bit floatingpoint number that specifies the difference in intensity between a given pixel and the surrounding pixels. 0 Specifies that sharpening MUST NOT be performed. 0 value 100 As this value increases the difference in intensity between pixels SHOULD increase type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/amount/ @@ -20,8 +20,8 @@ The amount. ### See Also -* class [EmfPlusSharpenEffect](../../emfplussharpeneffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussharpeneffect) +* class [EmfPlusSharpenEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussharpeneffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/emfplussharpeneffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/emfplussharpeneffect/_index.md index 928ababdad1a..b58be8fee8ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/emfplussharpeneffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/emfplussharpeneffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSharpenEffect +title: EmfPlusSharpenEffect.EmfPlusSharpenEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSharpenEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/emfplussharpeneffect/ @@ -16,8 +16,8 @@ public EmfPlusSharpenEffect() ### See Also -* class [EmfPlusSharpenEffect](../../emfplussharpeneffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussharpeneffect) +* class [EmfPlusSharpenEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussharpeneffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/radius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/radius/_index.md index 38bbcfb2feb7..e8541354385a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/radius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/radius/_index.md @@ -1,7 +1,7 @@ --- -title: Radius +title: EmfPlusSharpenEffect.Radius second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSharpenEffect property. Gets or sets A 32bit floatingpoint number that specifies the sharpening radius in pixels which determines the number of pixels involved in calculating the new value of a given pixel. As this value increases the number of pixels involved in the calculation increases and the resulting bitmap SHOULD become sharper type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussharpeneffect/radius/ @@ -20,8 +20,8 @@ The radius. ### See Also -* class [EmfPlusSharpenEffect](../../emfplussharpeneffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussharpeneffect) +* class [EmfPlusSharpenEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussharpeneffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/_index.md index a314582ee77c..bc9687651ab8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSolidBrushData +title: Class EmfPlusSolidBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusSolidBrushData class. The EmfPlusSolidBrushData object specifies a solid color for a graphics brush type: docs weight: 5780 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/ @@ -18,18 +18,18 @@ public sealed class EmfPlusSolidBrushData : EmfPlusBaseBrushData | Name | Description | | --- | --- | -| [EmfPlusSolidBrushData](emfplussolidbrushdata)() | The default constructor. | +| [EmfPlusSolidBrushData](emfplussolidbrushdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [SolidArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/solidargb32color) { get; set; } | Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush. | +| [SolidArgb32Color](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/solidargb32color/) { get; set; } | Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush. | ### See Also -* class [EmfPlusBaseBrushData](../emfplusbasebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseBrushData](../emfplusbasebrushdata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/emfplussolidbrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/emfplussolidbrushdata/_index.md index c9877af4cc7b..99c948296084 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/emfplussolidbrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/emfplussolidbrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSolidBrushData +title: EmfPlusSolidBrushData.EmfPlusSolidBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSolidBrushData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/emfplussolidbrushdata/ @@ -16,8 +16,8 @@ public EmfPlusSolidBrushData() ### See Also -* class [EmfPlusSolidBrushData](../../emfplussolidbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussolidbrushdata) +* class [EmfPlusSolidBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussolidbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/solidargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/solidargb32color/_index.md index 085ee40f551c..07aca33e37ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/solidargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/solidargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: SolidArgb32Color +title: EmfPlusSolidBrushData.SolidArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSolidBrushData property. Gets or sets an EmfPlusARGB object section 2.2.2.1 that specifies the color of the brush type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplussolidbrushdata/solidargb32color/ @@ -16,8 +16,8 @@ public int SolidArgb32Color { get; set; } ### See Also -* class [EmfPlusSolidBrushData](../../emfplussolidbrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussolidbrushdata) +* class [EmfPlusSolidBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplussolidbrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/_index.md index 35c2f799a3bb..86d48cb5d235 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStringFormat +title: Class EmfPlusStringFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusStringFormat class. The EmfPlusStringFormat object specifies text layout display manipulations and language identification type: docs weight: 5790 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/ @@ -18,33 +18,33 @@ public sealed class EmfPlusStringFormat : EmfPlusGraphicsObjectType | Name | Description | | --- | --- | -| [EmfPlusStringFormat](emfplusstringformat)() | The default constructor. | +| [EmfPlusStringFormat](emfplusstringformat/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [DigitLanguage](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitlanguage) { get; set; } | Gets or sets an EmfPlusLanguageIdentifier object that specifies the language to use for numeric digits in the string. For example, if this string contains Arabic digits, this field MUST contain a language identifier that specifies an Arabic language | -| [DigitSubstitution](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitsubstitution) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to substitute numeric digits in the string according to a locale or language. This value MUST be defined in the StringDigitSubstitution enumeration (section 2.1.1.30). | -| [FirstTabOffset](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/firsttaboffset) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the number of spaces between the beginning of a text line and the first tab stop | -| [HotkeyPrefix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/hotkeyprefix) { get; set; } | Gets or sets a 32-bit signed integer that specifies the type of processing that is performed on a string when a keyboard shortcut prefix (that is, an ampersand) is encountered. Basically, this field specifies whether to display keyboard shortcut prefixes that relate to text. The value MUST be defined in the HotkeyPrefix enumeration (section 2.1.1.14). | -| [Language](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/language) { get; set; } | Gets or sets an EmfPlusLanguageIdentifier object (section 2.2.2.23) that specifies the language to use for the string | -| [LeadingMargin](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/leadingmargin) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the length of the space to add to the starting position of a string. The default is 1/6 inch; for typographic fonts, the default value is 0. | -| [LineAlign](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/linealign) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to align the string vertically in the layout rectangle. This value MUST be defined in the StringAlignment enumeration. | -| [RangeCount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/rangecount) { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of EmfPlusCharacterRange objects (section 2.2.2.8) defined in the StringFormatData field. | -| [StringAlignment](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringalignment) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to align the string horizontally in the layout rectangle. This value MUST be defined in the StringAlignment enumeration (section 2.1.1.29). | -| [StringFormatData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatdata) { get; set; } | Gets or sets an EmfPlusStringFormatData object (section 2.2.2.44) that specifies optional text layout data. | -| [StringFormatFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatflags) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies text layout options for formatting, clipping and font handling. This value MUST be composed of StringFormat flags (section 2.1.2.8). | -| [TabstopCount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tabstopcount) { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of tab stops defined in the StringFormatData field. | -| [Tracking](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tracking) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the ratio of the horizontal space allotted to each character in a specified string to the font-defined width of the character. Large values for this property specify ample space between characters; values less than 1 can produce character overlap. The default is 1.03; for typographic fonts, the default value is 1.00. | -| [TrailingMargin](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trailingmargin) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the length of the space to leave following a string. The default is 1/6 inch; for typographic fonts, the default value is 0. | -| [Trimming](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trimming) { get; set; } | Gets or sets specifies how to trim characters from a string that is too large to fit into a layout rectangle. This value MUST be defined in the StringTrimming enumeration (section 2.1.1.31). | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version) { get; set; } | Gets or sets the version. | +| [DigitLanguage](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitlanguage/) { get; set; } | Gets or sets an EmfPlusLanguageIdentifier object that specifies the language to use for numeric digits in the string. For example, if this string contains Arabic digits, this field MUST contain a language identifier that specifies an Arabic language | +| [DigitSubstitution](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitsubstitution/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to substitute numeric digits in the string according to a locale or language. This value MUST be defined in the StringDigitSubstitution enumeration (section 2.1.1.30). | +| [FirstTabOffset](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/firsttaboffset/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the number of spaces between the beginning of a text line and the first tab stop | +| [HotkeyPrefix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/hotkeyprefix/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the type of processing that is performed on a string when a keyboard shortcut prefix (that is, an ampersand) is encountered. Basically, this field specifies whether to display keyboard shortcut prefixes that relate to text. The value MUST be defined in the HotkeyPrefix enumeration (section 2.1.1.14). | +| [Language](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/language/) { get; set; } | Gets or sets an EmfPlusLanguageIdentifier object (section 2.2.2.23) that specifies the language to use for the string | +| [LeadingMargin](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/leadingmargin/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the length of the space to add to the starting position of a string. The default is 1/6 inch; for typographic fonts, the default value is 0. | +| [LineAlign](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/linealign/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to align the string vertically in the layout rectangle. This value MUST be defined in the StringAlignment enumeration. | +| [RangeCount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/rangecount/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of EmfPlusCharacterRange objects (section 2.2.2.8) defined in the StringFormatData field. | +| [StringAlignment](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringalignment/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies how to align the string horizontally in the layout rectangle. This value MUST be defined in the StringAlignment enumeration (section 2.1.1.29). | +| [StringFormatData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatdata/) { get; set; } | Gets or sets an EmfPlusStringFormatData object (section 2.2.2.44) that specifies optional text layout data. | +| [StringFormatFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatflags/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies text layout options for formatting, clipping and font handling. This value MUST be composed of StringFormat flags (section 2.1.2.8). | +| [TabstopCount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tabstopcount/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of tab stops defined in the StringFormatData field. | +| [Tracking](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tracking/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the ratio of the horizontal space allotted to each character in a specified string to the font-defined width of the character. Large values for this property specify ample space between characters; values less than 1 can produce character overlap. The default is 1.03; for typographic fonts, the default value is 1.00. | +| [TrailingMargin](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trailingmargin/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the length of the space to leave following a string. The default is 1/6 inch; for typographic fonts, the default value is 0. | +| [Trimming](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trimming/) { get; set; } | Gets or sets specifies how to trim characters from a string that is too large to fit into a layout rectangle. This value MUST be defined in the StringTrimming enumeration (section 2.1.1.31). | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusGraphicsObjectType](../emfplusgraphicsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitlanguage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitlanguage/_index.md index 892aa129199e..22d6979cb001 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitlanguage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitlanguage/_index.md @@ -1,7 +1,7 @@ --- -title: DigitLanguage +title: EmfPlusStringFormat.DigitLanguage second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets an EmfPlusLanguageIdentifier object that specifies the language to use for numeric digits in the string. For example if this string contains Arabic digits this field MUST contain a language identifier that specifies an Arabic language type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitlanguage/ @@ -16,9 +16,9 @@ public EmfPlusLanguageIdentifierType DigitLanguage { get; set; } ### See Also -* enum [EmfPlusLanguageIdentifierType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* enum [EmfPlusLanguageIdentifierType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitsubstitution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitsubstitution/_index.md index 4b0a05d1b15d..c9f43e52d75d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitsubstitution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitsubstitution/_index.md @@ -1,7 +1,7 @@ --- -title: DigitSubstitution +title: EmfPlusStringFormat.DigitSubstitution second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit unsigned integer that specifies how to substitute numeric digits in the string according to a locale or language. This value MUST be defined in the StringDigitSubstitution enumeration section 2.1.1.30 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/digitsubstitution/ @@ -16,9 +16,9 @@ public EmfPlusStringDigitSubstitution DigitSubstitution { get; set; } ### See Also -* enum [EmfPlusStringDigitSubstitution](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringdigitsubstitution) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* enum [EmfPlusStringDigitSubstitution](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringdigitsubstitution/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/emfplusstringformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/emfplusstringformat/_index.md index 656aabc24f04..65e36388a930 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/emfplusstringformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/emfplusstringformat/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStringFormat +title: EmfPlusStringFormat.EmfPlusStringFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/emfplusstringformat/ @@ -16,8 +16,8 @@ public EmfPlusStringFormat() ### See Also -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/firsttaboffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/firsttaboffset/_index.md index ab0c16ae9133..016856bbc67f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/firsttaboffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/firsttaboffset/_index.md @@ -1,7 +1,7 @@ --- -title: FirstTabOffset +title: EmfPlusStringFormat.FirstTabOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit floatingpoint value that specifies the number of spaces between the beginning of a text line and the first tab stop type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/firsttaboffset/ @@ -16,8 +16,8 @@ public float FirstTabOffset { get; set; } ### See Also -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/hotkeyprefix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/hotkeyprefix/_index.md index ba02fb17a42b..4a0c1611be7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/hotkeyprefix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/hotkeyprefix/_index.md @@ -1,7 +1,7 @@ --- -title: HotkeyPrefix +title: EmfPlusStringFormat.HotkeyPrefix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit signed integer that specifies the type of processing that is performed on a string when a keyboard shortcut prefix that is an ampersand is encountered. Basically this field specifies whether to display keyboard shortcut prefixes that relate to text. The value MUST be defined in the HotkeyPrefix enumeration section 2.1.1.14 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/hotkeyprefix/ @@ -16,9 +16,9 @@ public EmfPlusHotkeyPrefix HotkeyPrefix { get; set; } ### See Also -* enum [EmfPlusHotkeyPrefix](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplushotkeyprefix) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* enum [EmfPlusHotkeyPrefix](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplushotkeyprefix/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/language/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/language/_index.md index a2014113174a..e0c5f2c28c6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/language/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/language/_index.md @@ -1,7 +1,7 @@ --- -title: Language +title: EmfPlusStringFormat.Language second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets an EmfPlusLanguageIdentifier object section 2.2.2.23 that specifies the language to use for the string type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/language/ @@ -16,9 +16,9 @@ public EmfPlusLanguageIdentifierType Language { get; set; } ### See Also -* enum [EmfPlusLanguageIdentifierType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* enum [EmfPlusLanguageIdentifierType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluslanguageidentifiertype/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/leadingmargin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/leadingmargin/_index.md index 505e934dfbbc..5590b2c7d9ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/leadingmargin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/leadingmargin/_index.md @@ -1,7 +1,7 @@ --- -title: LeadingMargin +title: EmfPlusStringFormat.LeadingMargin second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit floatingpoint value that specifies the length of the space to add to the starting position of a string. The default is 1/6 inch for typographic fonts the default value is 0 type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/leadingmargin/ @@ -16,8 +16,8 @@ public float LeadingMargin { get; set; } ### See Also -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/linealign/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/linealign/_index.md index 1e732863daa9..eab224a8249b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/linealign/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/linealign/_index.md @@ -1,7 +1,7 @@ --- -title: LineAlign +title: EmfPlusStringFormat.LineAlign second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit unsigned integer that specifies how to align the string vertically in the layout rectangle. This value MUST be defined in the StringAlignment enumeration type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/linealign/ @@ -16,9 +16,9 @@ public EmfPlusStringAlignment LineAlign { get; set; } ### See Also -* enum [EmfPlusStringAlignment](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* enum [EmfPlusStringAlignment](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/rangecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/rangecount/_index.md index dc3cf670dde4..10d2c8c53c66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/rangecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/rangecount/_index.md @@ -1,7 +1,7 @@ --- -title: RangeCount +title: EmfPlusStringFormat.RangeCount second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit signed integer that specifies the number of EmfPlusCharacterRange objects section 2.2.2.8 defined in the StringFormatData field type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/rangecount/ @@ -16,8 +16,8 @@ public int RangeCount { get; set; } ### See Also -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringalignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringalignment/_index.md index 834510431dbc..f4d40f3de228 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringalignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringalignment/_index.md @@ -1,7 +1,7 @@ --- -title: StringAlignment +title: EmfPlusStringFormat.StringAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit unsigned integer that specifies how to align the string horizontally in the layout rectangle. This value MUST be defined in the StringAlignment enumeration section 2.1.1.29 type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringalignment/ @@ -16,9 +16,9 @@ public EmfPlusStringAlignment StringAlignment { get; set; } ### See Also -* enum [EmfPlusStringAlignment](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* enum [EmfPlusStringAlignment](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringalignment/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatdata/_index.md index 44abd89b00e9..c7085ea546e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatdata/_index.md @@ -1,7 +1,7 @@ --- -title: StringFormatData +title: EmfPlusStringFormat.StringFormatData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets an EmfPlusStringFormatData object section 2.2.2.44 that specifies optional text layout data type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatdata/ @@ -16,9 +16,9 @@ public EmfPlusStringFormatData StringFormatData { get; set; } ### See Also -* class [EmfPlusStringFormatData](../../emfplusstringformatdata) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* class [EmfPlusStringFormatData](../../emfplusstringformatdata/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatflags/_index.md index 19c33988d62e..255827f402e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatflags/_index.md @@ -1,7 +1,7 @@ --- -title: StringFormatFlags +title: EmfPlusStringFormat.StringFormatFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit unsigned integer that specifies text layout options for formatting clipping and font handling. This value MUST be composed of StringFormat flags section 2.1.2.8 type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/stringformatflags/ @@ -16,9 +16,9 @@ public EmfPlusStringFormatFlags StringFormatFlags { get; set; } ### See Also -* enum [EmfPlusStringFormatFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringformatflags) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* enum [EmfPlusStringFormatFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringformatflags/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tabstopcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tabstopcount/_index.md index e4c9c129d0ae..e1f1dea7874c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tabstopcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tabstopcount/_index.md @@ -1,7 +1,7 @@ --- -title: TabstopCount +title: EmfPlusStringFormat.TabstopCount second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit signed integer that specifies the number of tab stops defined in the StringFormatData field type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tabstopcount/ @@ -16,8 +16,8 @@ public int TabstopCount { get; set; } ### See Also -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tracking/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tracking/_index.md index 0b0dfeaac958..d3990e6bc41d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tracking/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tracking/_index.md @@ -1,7 +1,7 @@ --- -title: Tracking +title: EmfPlusStringFormat.Tracking second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit floatingpoint value that specifies the ratio of the horizontal space allotted to each character in a specified string to the fontdefined width of the character. Large values for this property specify ample space between characters values less than 1 can produce character overlap. The default is 1.03 for typographic fonts the default value is 1.00 type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/tracking/ @@ -16,8 +16,8 @@ public float Tracking { get; set; } ### See Also -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trailingmargin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trailingmargin/_index.md index e6ef585d9649..fe9361bfb9cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trailingmargin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trailingmargin/_index.md @@ -1,7 +1,7 @@ --- -title: TrailingMargin +title: EmfPlusStringFormat.TrailingMargin second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets a 32bit floatingpoint value that specifies the length of the space to leave following a string. The default is 1/6 inch for typographic fonts the default value is 0 type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trailingmargin/ @@ -16,8 +16,8 @@ public float TrailingMargin { get; set; } ### See Also -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trimming/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trimming/_index.md index 298391795cdc..99ac366ad279 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trimming/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trimming/_index.md @@ -1,7 +1,7 @@ --- -title: Trimming +title: EmfPlusStringFormat.Trimming second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormat property. Gets or sets specifies how to trim characters from a string that is too large to fit into a layout rectangle. This value MUST be defined in the StringTrimming enumeration section 2.1.1.31 type: docs weight: 160 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformat/trimming/ @@ -16,9 +16,9 @@ public EmfPlusStringTrimming Trimming { get; set; } ### See Also -* enum [EmfPlusStringTrimming](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringtrimming) -* class [EmfPlusStringFormat](../../emfplusstringformat) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat) +* enum [EmfPlusStringTrimming](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusstringtrimming/) +* class [EmfPlusStringFormat](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/_index.md index dcc9fb7806b5..e230cf5a68d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStringFormatData +title: Class EmfPlusStringFormatData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusStringFormatData class. The EmfPlusStringFormatData object specifies tab stops and character positions for a graphics string type: docs weight: 5800 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/ @@ -18,19 +18,19 @@ public sealed class EmfPlusStringFormatData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusStringFormatData](emfplusstringformatdata)() | The default constructor. | +| [EmfPlusStringFormatData](emfplusstringformatdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CharRange](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/charrange) { get; set; } | Gets or sets an optional array of RangeCount EmfPlusCharacterRange objects that specify the range of character positions within a string of text. The bounding region is defined by the area of the display that is occupied by a group of characters specified by the character range. This field MUST be present if the value of the RangeCount field in the EmfPlusStringFormat object is greater than 0. | -| [TabStops](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/tabstops) { get; set; } | Gets or sets an optional array of floating-point values that specify the optional tab stop locations for this object. Each tab stop value represents the number of spaces between tab stops or, for the first tab stop, the number of spaces between the beginning of a line of text and the first tab stop. This field MUST be present if the value of the TabStopCount field in the EmfPlusStringFormat object is greater than 0. | +| [CharRange](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/charrange/) { get; set; } | Gets or sets an optional array of RangeCount EmfPlusCharacterRange objects that specify the range of character positions within a string of text. The bounding region is defined by the area of the display that is occupied by a group of characters specified by the character range. This field MUST be present if the value of the RangeCount field in the EmfPlusStringFormat object is greater than 0. | +| [TabStops](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/tabstops/) { get; set; } | Gets or sets an optional array of floating-point values that specify the optional tab stop locations for this object. Each tab stop value represents the number of spaces between tab stops or, for the first tab stop, the number of spaces between the beginning of a line of text and the first tab stop. This field MUST be present if the value of the TabStopCount field in the EmfPlusStringFormat object is greater than 0. | ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/charrange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/charrange/_index.md index 21271fd2802a..17aea1119a1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/charrange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/charrange/_index.md @@ -1,7 +1,7 @@ --- -title: CharRange +title: EmfPlusStringFormatData.CharRange second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormatData property. Gets or sets an optional array of RangeCount EmfPlusCharacterRange objects that specify the range of character positions within a string of text. The bounding region is defined by the area of the display that is occupied by a group of characters specified by the character range. This field MUST be present if the value of the RangeCount field in the EmfPlusStringFormat object is greater than 0 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/charrange/ @@ -16,9 +16,9 @@ public EmfPlusCharacterRange[] CharRange { get; set; } ### See Also -* class [EmfPlusCharacterRange](../../emfpluscharacterrange) -* class [EmfPlusStringFormatData](../../emfplusstringformatdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformatdata) +* class [EmfPlusCharacterRange](../../emfpluscharacterrange/) +* class [EmfPlusStringFormatData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformatdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/emfplusstringformatdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/emfplusstringformatdata/_index.md index 264a2c68a04c..90675260b8df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/emfplusstringformatdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/emfplusstringformatdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStringFormatData +title: EmfPlusStringFormatData.EmfPlusStringFormatData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormatData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/emfplusstringformatdata/ @@ -16,8 +16,8 @@ public EmfPlusStringFormatData() ### See Also -* class [EmfPlusStringFormatData](../../emfplusstringformatdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformatdata) +* class [EmfPlusStringFormatData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformatdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/tabstops/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/tabstops/_index.md index bfb6296b25fd..2c872ee5dabd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/tabstops/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/tabstops/_index.md @@ -1,7 +1,7 @@ --- -title: TabStops +title: EmfPlusStringFormatData.TabStops second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusStringFormatData property. Gets or sets an optional array of floatingpoint values that specify the optional tab stop locations for this object. Each tab stop value represents the number of spaces between tab stops or for the first tab stop the number of spaces between the beginning of a line of text and the first tab stop. This field MUST be present if the value of the TabStopCount field in the EmfPlusStringFormat object is greater than 0 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstringformatdata/tabstops/ @@ -16,8 +16,8 @@ public float[] TabStops { get; set; } ### See Also -* class [EmfPlusStringFormatData](../../emfplusstringformatdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformatdata) +* class [EmfPlusStringFormatData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplusstringformatdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstructureobjecttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstructureobjecttype/_index.md index acf44839cc07..639284c3f018 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstructureobjecttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstructureobjecttype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStructureObjectType +title: Class EmfPlusStructureObjectType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusStructureObjectType class. The Structure Objects specify containers for data structures that are embedded in EMF metafile records.Structure objects unlike graphics objects are not explicitly created they are components that make up more complex structures type: docs weight: 5810 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplusstructureobjecttype/ @@ -16,8 +16,8 @@ public abstract class EmfPlusStructureObjectType : EmfPlusObject ### See Also -* class [EmfPlusObject](../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusObject](../emfplusobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/_index.md index 52cb36382f65..16b2e6ad48f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTextureBrushData +title: Class EmfPlusTextureBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusTextureBrushData class. The EmfPlusTextureBrushData object specifies a texture image for a graphics brush type: docs weight: 5820 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/ @@ -18,20 +18,20 @@ public sealed class EmfPlusTextureBrushData : EmfPlusBaseBrushData | Name | Description | | --- | --- | -| [EmfPlusTextureBrushData](emfplustexturebrushdata)() | The default constructor. | +| [EmfPlusTextureBrushData](emfplustexturebrushdata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BrushDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/brushdataflags) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of BrushData flags (section 2.1.2.1). The following flags are relevant to a texture brush BrushDataTransform BrushDataIsGammaCorrected BrushDataDoNotTransform | -| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/optionaldata) { get; set; } | Gets or sets an optional EmfPlusTextureBrushOptionalData object (section 2.2.2.46) that specifies additional data for the texture brush. The specific contents of this field are determined by the value of the BrushDataFlags field | -| [WrapMode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/wrapmode) { get; set; } | Gets or sets a 32-bit signed integer from the WrapMode enumeration (section 2.1.1.34) that specifies how to repeat the texture image across a shape, when the image is smaller than the area being filled. | +| [BrushDataFlags](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/brushdataflags/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of BrushData flags (section 2.1.2.1). The following flags are relevant to a texture brush BrushDataTransform BrushDataIsGammaCorrected BrushDataDoNotTransform | +| [OptionalData](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/optionaldata/) { get; set; } | Gets or sets an optional EmfPlusTextureBrushOptionalData object (section 2.2.2.46) that specifies additional data for the texture brush. The specific contents of this field are determined by the value of the BrushDataFlags field | +| [WrapMode](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/wrapmode/) { get; set; } | Gets or sets a 32-bit signed integer from the WrapMode enumeration (section 2.1.1.34) that specifies how to repeat the texture image across a shape, when the image is smaller than the area being filled. | ### See Also -* class [EmfPlusBaseBrushData](../emfplusbasebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusBaseBrushData](../emfplusbasebrushdata/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/brushdataflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/brushdataflags/_index.md index e89c9fa4697a..001adeee4fb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/brushdataflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/brushdataflags/_index.md @@ -1,7 +1,7 @@ --- -title: BrushDataFlags +title: EmfPlusTextureBrushData.BrushDataFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTextureBrushData property. Gets or sets a 32bit unsigned integer that specifies the data in the OptionalData field. This value MUST be composed of BrushData flags section 2.1.2.1. The following flags are relevant to a texture brush BrushDataTransform BrushDataIsGammaCorrected BrushDataDoNotTransform type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/brushdataflags/ @@ -16,9 +16,9 @@ public EmfPlusBrushDataFlags BrushDataFlags { get; set; } ### See Also -* enum [EmfPlusBrushDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags) -* class [EmfPlusTextureBrushData](../../emfplustexturebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushdata) +* enum [EmfPlusBrushDataFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusbrushdataflags/) +* class [EmfPlusTextureBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/emfplustexturebrushdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/emfplustexturebrushdata/_index.md index d15a2932ebc2..29dfd4e6f805 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/emfplustexturebrushdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/emfplustexturebrushdata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTextureBrushData +title: EmfPlusTextureBrushData.EmfPlusTextureBrushData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTextureBrushData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/emfplustexturebrushdata/ @@ -16,8 +16,8 @@ public EmfPlusTextureBrushData() ### See Also -* class [EmfPlusTextureBrushData](../../emfplustexturebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushdata) +* class [EmfPlusTextureBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/optionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/optionaldata/_index.md index aa42be3fad9a..da8e88b268d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/optionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/optionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: OptionalData +title: EmfPlusTextureBrushData.OptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTextureBrushData property. Gets or sets an optional EmfPlusTextureBrushOptionalData object section 2.2.2.46 that specifies additional data for the texture brush. The specific contents of this field are determined by the value of the BrushDataFlags field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/optionaldata/ @@ -16,9 +16,9 @@ public EmfPlusTextureBrushOptionalData OptionalData { get; set; } ### See Also -* class [EmfPlusTextureBrushOptionalData](../../emfplustexturebrushoptionaldata) -* class [EmfPlusTextureBrushData](../../emfplustexturebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushdata) +* class [EmfPlusTextureBrushOptionalData](../../emfplustexturebrushoptionaldata/) +* class [EmfPlusTextureBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/wrapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/wrapmode/_index.md index 595263eb9fa4..1b10d8d0d07b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/wrapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/wrapmode/_index.md @@ -1,7 +1,7 @@ --- -title: WrapMode +title: EmfPlusTextureBrushData.WrapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTextureBrushData property. Gets or sets a 32bit signed integer from the WrapMode enumeration section 2.1.1.34 that specifies how to repeat the texture image across a shape when the image is smaller than the area being filled type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushdata/wrapmode/ @@ -16,9 +16,9 @@ public EmfPlusWrapMode WrapMode { get; set; } ### See Also -* enum [EmfPlusWrapMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode) -* class [EmfPlusTextureBrushData](../../emfplustexturebrushdata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushdata) +* enum [EmfPlusWrapMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluswrapmode/) +* class [EmfPlusTextureBrushData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/_index.md index 81ae560afd55..2d6c557ff523 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTextureBrushOptionalData +title: Class EmfPlusTextureBrushOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusTextureBrushOptionalData class. he EmfPlusTextureBrushOptionalData object specifies optional data for a texture brush type: docs weight: 5830 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/ @@ -18,23 +18,23 @@ public sealed class EmfPlusTextureBrushOptionalData : EmfPlusStructureObjectType | Name | Description | | --- | --- | -| [EmfPlusTextureBrushOptionalData](emfplustexturebrushoptionaldata)() | The default constructor. | +| [EmfPlusTextureBrushOptionalData](emfplustexturebrushoptionaldata/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ImageObject](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/imageobject) { get; set; } | Gets or sets an optional EmfPlusImage object (section 2.2.1.4) that specifies the brush texture. This field MUST be present if the size of the EmfPlusObject record (section 2.3.5.1) that defines this texture brush is large enough to accommodate an EmfPlusImage object in addition to the required fields of the EmfPlusTextureBrushData object and optionally an EmfPlusTransformMatrix object. | -| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/transformmatrix) { get; set; } | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the texture brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusTextureBrushData object. | +| [ImageObject](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/imageobject/) { get; set; } | Gets or sets an optional EmfPlusImage object (section 2.2.1.4) that specifies the brush texture. This field MUST be present if the size of the EmfPlusObject record (section 2.3.5.1) that defines this texture brush is large enough to accommodate an EmfPlusImage object in addition to the required fields of the EmfPlusTextureBrushData object and optionally an EmfPlusTransformMatrix object. | +| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/transformmatrix/) { get; set; } | Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the texture brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusTextureBrushData object. | -### Remarks +## Remarks Note Each field of this object is optional and might not be present in the OptionalData field of an EmfPlusTextureBrushData object (section 2.2.2.45), depending on the BrushData flags(section 2.1.2.1) set in its BrushDataFlags field.Although it is not practical to represent every possible combination of fields present or absent, this section specifies their relative order in the object. The implementer is responsible for determining which fields are actually present in a given metafile record, and for unmarshaling the data for individual fields separately and appropriately. ### See Also -* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusStructureObjectType](../emfplusstructureobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/emfplustexturebrushoptionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/emfplustexturebrushoptionaldata/_index.md index 6309e8e69a4f..6a08473a9437 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/emfplustexturebrushoptionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/emfplustexturebrushoptionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTextureBrushOptionalData +title: EmfPlusTextureBrushOptionalData.EmfPlusTextureBrushOptionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTextureBrushOptionalData constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/emfplustexturebrushoptionaldata/ @@ -16,8 +16,8 @@ public EmfPlusTextureBrushOptionalData() ### See Also -* class [EmfPlusTextureBrushOptionalData](../../emfplustexturebrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushoptionaldata) +* class [EmfPlusTextureBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/imageobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/imageobject/_index.md index 2988c24118ac..be9a3b8938a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/imageobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/imageobject/_index.md @@ -1,7 +1,7 @@ --- -title: ImageObject +title: EmfPlusTextureBrushOptionalData.ImageObject second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTextureBrushOptionalData property. Gets or sets an optional EmfPlusImage object section 2.2.1.4 that specifies the brush texture. This field MUST be present if the size of the EmfPlusObject record section 2.3.5.1 that defines this texture brush is large enough to accommodate an EmfPlusImage object in addition to the required fields of the EmfPlusTextureBrushData object and optionally an EmfPlusTransformMatrix object type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/imageobject/ @@ -16,9 +16,9 @@ public EmfPlusImage ImageObject { get; set; } ### See Also -* class [EmfPlusImage](../../emfplusimage) -* class [EmfPlusTextureBrushOptionalData](../../emfplustexturebrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushoptionaldata) +* class [EmfPlusImage](../../emfplusimage/) +* class [EmfPlusTextureBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/transformmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/transformmatrix/_index.md index 3ca51a9432cd..a6ee0b2611c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/transformmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/transformmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: TransformMatrix +title: EmfPlusTextureBrushOptionalData.TransformMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTextureBrushOptionalData property. Gets or sets an optional EmfPlusTransformMatrix object section 2.2.2.47 that specifies a world space to device space transform for the texture brush. This field MUST be present if the BrushDataTransform flag is set in the BrushDataFlags field of the EmfPlusTextureBrushData object type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustexturebrushoptionaldata/transformmatrix/ @@ -16,9 +16,9 @@ public Matrix TransformMatrix { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlusTextureBrushOptionalData](../../emfplustexturebrushoptionaldata) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushoptionaldata) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlusTextureBrushOptionalData](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustexturebrushoptionaldata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/_index.md index 56174c611397..914be76862d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTintEffect +title: Class EmfPlusTintEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusTintEffect class. The TintEffect object specifies an addition of black or white to a specified hue in an image type: docs weight: 5840 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/ @@ -18,19 +18,19 @@ public sealed class EmfPlusTintEffect : EmfPlusImageEffectsObjectType | Name | Description | | --- | --- | -| [EmfPlusTintEffect](emfplustinteffect)() | The default constructor. | +| [EmfPlusTintEffect](emfplustinteffect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Amount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/amount) { get; set; } | Gets or sets A 32-bit signed integer that specifies how much the hue is strengthened or weakened. -100 ≤ value < 0 Negative values specify how much the hue is weakened, which equates to the addition of black. 0 A value of 0 specifies that the tint MUST NOT change. 0 < value ≤ 100 Positive values specify how much the hue is strengthened, which equates to the addition of white. | -| [Hue](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/hue) { get; set; } | Gets or sets a 32-bit signed integer that specifies the hue to which the tint effect is applied. -180 ≤ value < 0 The color at a specified counter-clockwise rotation of the color wheel, starting from blue. 0 A value of 0 specifies the color blue on the color wheel. 0 < value ≤ 180 The color at a specified clockwise rotation of the color wheel, starting from blue | +| [Amount](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/amount/) { get; set; } | Gets or sets A 32-bit signed integer that specifies how much the hue is strengthened or weakened. -100 ≤ value < 0 Negative values specify how much the hue is weakened, which equates to the addition of black. 0 A value of 0 specifies that the tint MUST NOT change. 0 < value ≤ 100 Positive values specify how much the hue is strengthened, which equates to the addition of white. | +| [Hue](../../aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/hue/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the hue to which the tint effect is applied. -180 ≤ value < 0 The color at a specified counter-clockwise rotation of the color wheel, starting from blue. 0 A value of 0 specifies the color blue on the color wheel. 0 < value ≤ 180 The color at a specified clockwise rotation of the color wheel, starting from blue | ### See Also -* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects) +* class [EmfPlusImageEffectsObjectType](../emfplusimageeffectsobjecttype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../aspose.imaging.fileformats.emf.emfplus.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/amount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/amount/_index.md index 18b4b598487c..d31aff1a38d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/amount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/amount/_index.md @@ -1,7 +1,7 @@ --- -title: Amount +title: EmfPlusTintEffect.Amount second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTintEffect property. Gets or sets A 32bit signed integer that specifies how much the hue is strengthened or weakened. 100 value 0 Negative values specify how much the hue is weakened which equates to the addition of black. 0 A value of 0 specifies that the tint MUST NOT change. 0 value 100 Positive values specify how much the hue is strengthened which equates to the addition of white type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/amount/ @@ -20,8 +20,8 @@ The amount. ### See Also -* class [EmfPlusTintEffect](../../emfplustinteffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustinteffect) +* class [EmfPlusTintEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustinteffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/emfplustinteffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/emfplustinteffect/_index.md index 969b9adbf81b..45754410a5fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/emfplustinteffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/emfplustinteffect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTintEffect +title: EmfPlusTintEffect.EmfPlusTintEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTintEffect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/emfplustinteffect/ @@ -16,8 +16,8 @@ public EmfPlusTintEffect() ### See Also -* class [EmfPlusTintEffect](../../emfplustinteffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustinteffect) +* class [EmfPlusTintEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustinteffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/hue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/hue/_index.md index 285c381b3e1f..103660c71718 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/hue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/hue/_index.md @@ -1,7 +1,7 @@ --- -title: Hue +title: EmfPlusTintEffect.Hue second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTintEffect property. Gets or sets a 32bit signed integer that specifies the hue to which the tint effect is applied. 180 value 0 The color at a specified counterclockwise rotation of the color wheel starting from blue. 0 A value of 0 specifies the color blue on the color wheel. 0 value 180 The color at a specified clockwise rotation of the color wheel starting from blue type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.objects/emfplustinteffect/hue/ @@ -16,8 +16,8 @@ public int Hue { get; set; } ### See Also -* class [EmfPlusTintEffect](../../emfplustinteffect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustinteffect) +* class [EmfPlusTintEffect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects](../../emfplustinteffect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/_index.md index 83950c3fbf09..68f4ca64d48f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-EMFPLUS Enhanced Metafile Format Plus Extensions 2.3 EMF Records +description: The namespace contains types MSEMFPLUS Enhanced Metafile Format Plus Extensions 2.3 EMF Records type: docs weight: 400 url: /net/aspose.imaging.fileformats.emf.emfplus.records/ @@ -12,68 +12,68 @@ The namespace contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensi | Class | Description | | --- | --- | -| [EmfPlusBeginContainer](./emfplusbegincontainer) | The EmfPlusBeginContainer record opens a new graphics state container and specifies a transform for it. | -| [EmfPlusBeginContainerNoParams](./emfplusbegincontainernoparams) | The EmfPlusBeginContainerNoParams record opens a new graphics state container. | -| [EmfPlusClear](./emfplusclear) | The EmfPlusClear record clears the output coordinate space and initializes it with a background color and transparency | -| [EmfPlusClippingRecordType](./emfplusclippingrecordtype) | The clipping record types specify clipping regions and operations. | -| [EmfPlusComment](./emfpluscomment) | The EmfPlusComment record specifies arbitrary private data. | -| [EmfPlusControlRecordType](./emfpluscontrolrecordtype) | The control record types specify global parameters for EMF+ metafile processing. | -| [EmfPlusDrawArc](./emfplusdrawarc) | The EmfPlusDrawArc record specifies drawing the arc of an ellipse. | -| [EmfPlusDrawBeziers](./emfplusdrawbeziers) | The EmfPlusDrawBeziers record specifies drawing a sequence of connected Bezier curves. The order for Bezier data points is the start point, control point 1, control point 2 and end point. For more information see [MSDN-DrawBeziers]. | -| [EmfPlusDrawClosedCurve](./emfplusdrawclosedcurve) | The EmfPlusDrawClosedCurve record specifies drawing a closed cardinal spline | -| [EmfPlusDrawCurve](./emfplusdrawcurve) | The EmfPlusDrawCurve record specifies drawing a cardinal spline NOTE: ObjectID (1 byte): The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the curve. The value MUST be zero to 63, inclusive. | -| [EmfPlusDrawDriverString](./emfplusdrawdriverstring) | The EmfPlusDrawDriverString record specifies text output with character positions. | -| [EmfPlusDrawEllipse](./emfplusdrawellipse) | The EmfPlusDrawEllipse record specifies drawing an ellipse. | -| [EmfPlusDrawImage](./emfplusdrawimage) | The EmfPlusDrawImage record specifies drawing a scaled image. | -| [EmfPlusDrawImagePoints](./emfplusdrawimagepoints) | The EmfPlusDrawImagePoints record specifies drawing a scaled image inside a parallelogram. | -| [EmfPlusDrawingRecordType](./emfplusdrawingrecordtype) | The drawing record types specify graphics output. | -| [EmfPlusDrawLines](./emfplusdrawlines) | The EmfPlusDrawlLines record specifies drawing a series of connected lines | -| [EmfPlusDrawPath](./emfplusdrawpath) | The EmfPlusDrawPath record specifies drawing a graphics path. | -| [EmfPlusDrawPie](./emfplusdrawpie) | The EmfPlusDrawPie record specifies drawing a section of the interior of an ellipse. | -| [EmfPlusDrawRects](./emfplusdrawrects) | The EmfPlusDrawRects record specifies drawing a series of rectangles | -| [EmfPlusDrawString](./emfplusdrawstring) | The EmfPlusDrawString record specifies text output with string formatting | -| [EmfPlusEndContainer](./emfplusendcontainer) | The EmfPlusEndContainer record closes a graphics state container that was previously opened by a begin container operation. | -| [EmfPlusEndOfFile](./emfplusendoffile) | The EmfPlusEndOfFile record specifies the end of EMF+ data in the metafile. | -| [EmfPlusFillClosedCurve](./emfplusfillclosedcurve) | The EmfPlusFillClosedCurve record specifies filling the interior of a closed cardinal spline | -| [EmfPlusFillEllipse](./emfplusfillellipse) | The EmfPlusFillEllipse record specifies filling the interior of an ellipse | -| [EmfPlusFillPath](./emfplusfillpath) | Fill path record FLAGS: 16-bit unsigned integer that provides information about how the operation is to be performed, and about the structure of the record. 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 S X X X X X X X | ObjectId | S (1 bit): This bit indicates the type of data in the BrushId field. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. X (1 bit): Reserved and MUST be ignored. ObjectId (1 byte): The index of the EmfPlusPath object (section 2.2.1.6) to fill, in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | -| [EmfPlusFillPie](./emfplusfillpie) | The EmfPlusFillPie record specifies filling a section of the interior of an ellipse | -| [EmfPlusFillPolygon](./emfplusfillpolygon) | The EmfPlusFillPolygon record specifies filling the interior of a polygon. | -| [EmfPlusFillRects](./emfplusfillrects) | The EmfPlusFillRects record specifies filling the interiors of a series of rectangles | -| [EmfPlusFillRegion](./emfplusfillregion) | The EmfPlusFillRegion record specifies filling the interior of a graphics region | -| [EmfPlusGetDc](./emfplusgetdc) | The EmfPlusGetDC record specifies that subsequent EMF records encountered in the metafile SHOULD be processed. | -| [EmfPlusHeader](./emfplusheader) | The EmfPlusHeader record specifies the start of EMF+ data in the metafile. The EmfPlusHeader record MUST be embedded in an EMF EMR_COMMENT_EMFPLUS record, which MUST be the record immediately following the EMF header in the metafile. The EMR_COMMENT_EMFPLUS record is specified in [MS-EMF] section 2.3.3.2. | -| [EmfPlusMultiplyWorldTransform](./emfplusmultiplyworldtransform) | The EmfPlusMultiplyWorldTransform record multiplies the current world space transform by a specified transform matrix. | -| [EmfPlusObject](./emfplusobject) | The EmfPlusObject record specifies an object for use in graphics operations. The object definition can span multiple records, which is indicated by the value of the Flags field. | -| [EmfPlusObjectRecordType](./emfplusobjectrecordtype) | The Object Record Types define reusable graphics objects. | -| [EmfPlusOffsetClip](./emfplusoffsetclip) | The EmfPlusOffsetClip record applies a translation transform on the current clipping region for the world space. The new current clipping region is set to the result of the translation transform. | -| [EmfPlusPropertyRecordType](./emfpluspropertyrecordtype) | The Property Record Types specify properties of the playback device context. | -| [EmfPlusRecord](./emfplusrecord) | The Emf+ base record type. | -| [EmfPlusResetClip](./emfplusresetclip) | The EmfPlusResetClip record resets the current clipping region for the world space to infinity. | -| [EmfPlusResetWorldTransform](./emfplusresetworldtransform) | The EmfPlusResetWorldTransform record resets the current world space transform to the identify matrix. | -| [EmfPlusRestore](./emfplusrestore) | The EmfPlusRestore record restores the graphics state, identified by a specified index, from a stack of saved graphics states. | -| [EmfPlusRotateWorldTransform](./emfplusrotateworldtransform) | The EmfPlusRotateWorldTransform record performs a rotation on the current world space transform. | -| [EmfPlusSave](./emfplussave) | The EmfPlusSave record saves the graphics state, identified by a specified index, on a stack of saved graphics states. | -| [EmfPlusScaleWorldTransform](./emfplusscaleworldtransform) | The EmfPlusScaleWorldTransform record performs a scaling on the current world space transform. | -| [EmfPlusSerializableObject](./emfplusserializableobject) | The EmfPlusSerializableObject record defines an image effects parameter block that has been serialized into a data buffer. | -| [EmfPlusSetAntiAliasMode](./emfplussetantialiasmode) | The EmfPlusSetAntiAliasMode record specifies the anti-aliasing mode for text output. | -| [EmfPlusSetClipPath](./emfplussetclippath) | The EmfPlusSetClipPath record combines the current clipping region with a graphics path. The new current clipping region is set to the result of the CombineMode operation. | -| [EmfPlusSetClipRect](./emfplussetcliprect) | The EmfPlusSetClipRect record combines the current clipping region with a rectangle. | -| [EmfPlusSetClipRegion](./emfplussetclipregion) | The EmfPlusSetClipRegion record combines the current clipping region with another graphics region. The new current clipping region is set to the result of performing the CombineMode operation on the previous current clipping region and the specified EmfPlusRegion object. | -| [EmfPlusSetCompositingMode](./emfplussetcompositingmode) | The EmfPlusSetCompositingMode record specifies how source colors are combined with background colors. | -| [EmfPlusSetCompositingQuality](./emfplussetcompositingquality) | The EmfPlusSetCompositingQuality record specifies the desired level of quality for creating composite images from multiple objects. | -| [EmfPlusSetInterpolationMode](./emfplussetinterpolationmode) | The EmfPlusSetInterpolationMode record specifies how image scaling, including stretching and shrinking, is performed. | -| [EmfPlusSetPageTransform](./emfplussetpagetransform) | The EmfPlusSetPageTransform record specifies scaling factors and units for converting page space coordinates to device space coordinates. | -| [EmfPlusSetPixelOffsetMode](./emfplussetpixeloffsetmode) | The EmfPlusSetPixelOffsetMode record specifies how pixels are centered with respect to the coordinates of the drawing surface. | -| [EmfPlusSetRenderingOrigin](./emfplussetrenderingorigin) | The EmfPlusSetRenderingOrigin record specifies the rendering origin for graphics output. | -| [EmfPlusSetTextContrast](./emfplussettextcontrast) | The EmfPlusSetTextContrast record specifies text contrast according to the gamma correction value. | -| [EmfPlusSetTextRenderingHint](./emfplussettextrenderinghint) | The EmfPlusSetTextRenderingHint record specifies the quality of text rendering, including the type of anti-aliasing. | -| [EmfPlusSetTsClip](./emfplussettsclip) | The EmfPlusSetTSClip record specifies clipping areas in the graphics device context for a terminal server. | -| [EmfPlusSetTsGraphics](./emfplussettsgraphics) | The EmfPlusSetTSGraphics record specifies the state of a graphics device context for a terminal server. | -| [EmfPlusSetWorldTransform](./emfplussetworldtransform) | The EmfPlusSetWorldTransform record sets the world transform according to the values in a specified transform matrix. | -| [EmfPlusStateRecordType](./emfplusstaterecordtype) | The State Record Types specify operations on the state of the playback device context. | -| [EmfPlusTerminalServerRecordType](./emfplusterminalserverrecordtype) | The Terminal Server Record Types specify graphics processing on a terminal server. The following are EMF+ terminal server record types. | -| [EmfPlusTransformRecordType](./emfplustransformrecordtype) | The Transform Record Types specify properties and transforms on coordinate spaces. | -| [EmfPlusTranslateWorldTransform](./emfplustranslateworldtransform) | The EmfPlusTranslateWorldTransform record performs a translation on the current world space transform. | +| [EmfPlusBeginContainer](./emfplusbegincontainer/) | The EmfPlusBeginContainer record opens a new graphics state container and specifies a transform for it. | +| [EmfPlusBeginContainerNoParams](./emfplusbegincontainernoparams/) | The EmfPlusBeginContainerNoParams record opens a new graphics state container. | +| [EmfPlusClear](./emfplusclear/) | The EmfPlusClear record clears the output coordinate space and initializes it with a background color and transparency | +| [EmfPlusClippingRecordType](./emfplusclippingrecordtype/) | The clipping record types specify clipping regions and operations. | +| [EmfPlusComment](./emfpluscomment/) | The EmfPlusComment record specifies arbitrary private data. | +| [EmfPlusControlRecordType](./emfpluscontrolrecordtype/) | The control record types specify global parameters for EMF+ metafile processing. | +| [EmfPlusDrawArc](./emfplusdrawarc/) | The EmfPlusDrawArc record specifies drawing the arc of an ellipse. | +| [EmfPlusDrawBeziers](./emfplusdrawbeziers/) | The EmfPlusDrawBeziers record specifies drawing a sequence of connected Bezier curves. The order for Bezier data points is the start point, control point 1, control point 2 and end point. For more information see [MSDN-DrawBeziers]. | +| [EmfPlusDrawClosedCurve](./emfplusdrawclosedcurve/) | The EmfPlusDrawClosedCurve record specifies drawing a closed cardinal spline | +| [EmfPlusDrawCurve](./emfplusdrawcurve/) | The EmfPlusDrawCurve record specifies drawing a cardinal spline NOTE: ObjectID (1 byte): The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the curve. The value MUST be zero to 63, inclusive. | +| [EmfPlusDrawDriverString](./emfplusdrawdriverstring/) | The EmfPlusDrawDriverString record specifies text output with character positions. | +| [EmfPlusDrawEllipse](./emfplusdrawellipse/) | The EmfPlusDrawEllipse record specifies drawing an ellipse. | +| [EmfPlusDrawImage](./emfplusdrawimage/) | The EmfPlusDrawImage record specifies drawing a scaled image. | +| [EmfPlusDrawImagePoints](./emfplusdrawimagepoints/) | The EmfPlusDrawImagePoints record specifies drawing a scaled image inside a parallelogram. | +| [EmfPlusDrawingRecordType](./emfplusdrawingrecordtype/) | The drawing record types specify graphics output. | +| [EmfPlusDrawLines](./emfplusdrawlines/) | The EmfPlusDrawlLines record specifies drawing a series of connected lines | +| [EmfPlusDrawPath](./emfplusdrawpath/) | The EmfPlusDrawPath record specifies drawing a graphics path. | +| [EmfPlusDrawPie](./emfplusdrawpie/) | The EmfPlusDrawPie record specifies drawing a section of the interior of an ellipse. | +| [EmfPlusDrawRects](./emfplusdrawrects/) | The EmfPlusDrawRects record specifies drawing a series of rectangles | +| [EmfPlusDrawString](./emfplusdrawstring/) | The EmfPlusDrawString record specifies text output with string formatting | +| [EmfPlusEndContainer](./emfplusendcontainer/) | The EmfPlusEndContainer record closes a graphics state container that was previously opened by a begin container operation. | +| [EmfPlusEndOfFile](./emfplusendoffile/) | The EmfPlusEndOfFile record specifies the end of EMF+ data in the metafile. | +| [EmfPlusFillClosedCurve](./emfplusfillclosedcurve/) | The EmfPlusFillClosedCurve record specifies filling the interior of a closed cardinal spline | +| [EmfPlusFillEllipse](./emfplusfillellipse/) | The EmfPlusFillEllipse record specifies filling the interior of an ellipse | +| [EmfPlusFillPath](./emfplusfillpath/) | Fill path record FLAGS: 16-bit unsigned integer that provides information about how the operation is to be performed, and about the structure of the record. 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 S X X X X X X X | ObjectId | S (1 bit): This bit indicates the type of data in the BrushId field. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. X (1 bit): Reserved and MUST be ignored. ObjectId (1 byte): The index of the EmfPlusPath object (section 2.2.1.6) to fill, in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | +| [EmfPlusFillPie](./emfplusfillpie/) | The EmfPlusFillPie record specifies filling a section of the interior of an ellipse | +| [EmfPlusFillPolygon](./emfplusfillpolygon/) | The EmfPlusFillPolygon record specifies filling the interior of a polygon. | +| [EmfPlusFillRects](./emfplusfillrects/) | The EmfPlusFillRects record specifies filling the interiors of a series of rectangles | +| [EmfPlusFillRegion](./emfplusfillregion/) | The EmfPlusFillRegion record specifies filling the interior of a graphics region | +| [EmfPlusGetDc](./emfplusgetdc/) | The EmfPlusGetDC record specifies that subsequent EMF records encountered in the metafile SHOULD be processed. | +| [EmfPlusHeader](./emfplusheader/) | The EmfPlusHeader record specifies the start of EMF+ data in the metafile. The EmfPlusHeader record MUST be embedded in an EMF EMR_COMMENT_EMFPLUS record, which MUST be the record immediately following the EMF header in the metafile. The EMR_COMMENT_EMFPLUS record is specified in [MS-EMF] section 2.3.3.2. | +| [EmfPlusMultiplyWorldTransform](./emfplusmultiplyworldtransform/) | The EmfPlusMultiplyWorldTransform record multiplies the current world space transform by a specified transform matrix. | +| [EmfPlusObject](./emfplusobject/) | The EmfPlusObject record specifies an object for use in graphics operations. The object definition can span multiple records, which is indicated by the value of the Flags field. | +| [EmfPlusObjectRecordType](./emfplusobjectrecordtype/) | The Object Record Types define reusable graphics objects. | +| [EmfPlusOffsetClip](./emfplusoffsetclip/) | The EmfPlusOffsetClip record applies a translation transform on the current clipping region for the world space. The new current clipping region is set to the result of the translation transform. | +| [EmfPlusPropertyRecordType](./emfpluspropertyrecordtype/) | The Property Record Types specify properties of the playback device context. | +| [EmfPlusRecord](./emfplusrecord/) | The Emf+ base record type. | +| [EmfPlusResetClip](./emfplusresetclip/) | The EmfPlusResetClip record resets the current clipping region for the world space to infinity. | +| [EmfPlusResetWorldTransform](./emfplusresetworldtransform/) | The EmfPlusResetWorldTransform record resets the current world space transform to the identify matrix. | +| [EmfPlusRestore](./emfplusrestore/) | The EmfPlusRestore record restores the graphics state, identified by a specified index, from a stack of saved graphics states. | +| [EmfPlusRotateWorldTransform](./emfplusrotateworldtransform/) | The EmfPlusRotateWorldTransform record performs a rotation on the current world space transform. | +| [EmfPlusSave](./emfplussave/) | The EmfPlusSave record saves the graphics state, identified by a specified index, on a stack of saved graphics states. | +| [EmfPlusScaleWorldTransform](./emfplusscaleworldtransform/) | The EmfPlusScaleWorldTransform record performs a scaling on the current world space transform. | +| [EmfPlusSerializableObject](./emfplusserializableobject/) | The EmfPlusSerializableObject record defines an image effects parameter block that has been serialized into a data buffer. | +| [EmfPlusSetAntiAliasMode](./emfplussetantialiasmode/) | The EmfPlusSetAntiAliasMode record specifies the anti-aliasing mode for text output. | +| [EmfPlusSetClipPath](./emfplussetclippath/) | The EmfPlusSetClipPath record combines the current clipping region with a graphics path. The new current clipping region is set to the result of the CombineMode operation. | +| [EmfPlusSetClipRect](./emfplussetcliprect/) | The EmfPlusSetClipRect record combines the current clipping region with a rectangle. | +| [EmfPlusSetClipRegion](./emfplussetclipregion/) | The EmfPlusSetClipRegion record combines the current clipping region with another graphics region. The new current clipping region is set to the result of performing the CombineMode operation on the previous current clipping region and the specified EmfPlusRegion object. | +| [EmfPlusSetCompositingMode](./emfplussetcompositingmode/) | The EmfPlusSetCompositingMode record specifies how source colors are combined with background colors. | +| [EmfPlusSetCompositingQuality](./emfplussetcompositingquality/) | The EmfPlusSetCompositingQuality record specifies the desired level of quality for creating composite images from multiple objects. | +| [EmfPlusSetInterpolationMode](./emfplussetinterpolationmode/) | The EmfPlusSetInterpolationMode record specifies how image scaling, including stretching and shrinking, is performed. | +| [EmfPlusSetPageTransform](./emfplussetpagetransform/) | The EmfPlusSetPageTransform record specifies scaling factors and units for converting page space coordinates to device space coordinates. | +| [EmfPlusSetPixelOffsetMode](./emfplussetpixeloffsetmode/) | The EmfPlusSetPixelOffsetMode record specifies how pixels are centered with respect to the coordinates of the drawing surface. | +| [EmfPlusSetRenderingOrigin](./emfplussetrenderingorigin/) | The EmfPlusSetRenderingOrigin record specifies the rendering origin for graphics output. | +| [EmfPlusSetTextContrast](./emfplussettextcontrast/) | The EmfPlusSetTextContrast record specifies text contrast according to the gamma correction value. | +| [EmfPlusSetTextRenderingHint](./emfplussettextrenderinghint/) | The EmfPlusSetTextRenderingHint record specifies the quality of text rendering, including the type of anti-aliasing. | +| [EmfPlusSetTsClip](./emfplussettsclip/) | The EmfPlusSetTSClip record specifies clipping areas in the graphics device context for a terminal server. | +| [EmfPlusSetTsGraphics](./emfplussettsgraphics/) | The EmfPlusSetTSGraphics record specifies the state of a graphics device context for a terminal server. | +| [EmfPlusSetWorldTransform](./emfplussetworldtransform/) | The EmfPlusSetWorldTransform record sets the world transform according to the values in a specified transform matrix. | +| [EmfPlusStateRecordType](./emfplusstaterecordtype/) | The State Record Types specify operations on the state of the playback device context. | +| [EmfPlusTerminalServerRecordType](./emfplusterminalserverrecordtype/) | The Terminal Server Record Types specify graphics processing on a terminal server. The following are EMF+ terminal server record types. | +| [EmfPlusTransformRecordType](./emfplustransformrecordtype/) | The Transform Record Types specify properties and transforms on coordinate spaces. | +| [EmfPlusTranslateWorldTransform](./emfplustranslateworldtransform/) | The EmfPlusTranslateWorldTransform record performs a translation on the current world space transform. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/_index.md index 94836de49bef..5b5c065cc804 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBeginContainer +title: Class EmfPlusBeginContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusBeginContainer class. The EmfPlusBeginContainer record opens a new graphics state container and specifies a transform for it type: docs weight: 5850 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/ @@ -18,25 +18,25 @@ public sealed class EmfPlusBeginContainer : EmfPlusStateRecordType | Name | Description | | --- | --- | -| [EmfPlusBeginContainer](emfplusbegincontainer)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusBeginContainer`](../emfplusbegincontainer) class. | +| [EmfPlusBeginContainer](emfplusbegincontainer/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusBeginContainer` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| [DestRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/destrect) { get; set; } | Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies a transform for the container. This transformation results in SrcRect when applied to DestRect. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [PageUnit](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/pageunit) { get; } | Gets the page unit. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [SrcRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/srcrect) { get; set; } | Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation for the container. This transformation results in SrcRect when applied to DestRect. | -| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/stackindex) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| [DestRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/destrect/) { get; set; } | Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies a transform for the container. This transformation results in SrcRect when applied to DestRect. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [PageUnit](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/pageunit/) { get; } | Gets the page unit. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [SrcRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/srcrect/) { get; set; } | Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation for the container. This transformation results in SrcRect when applied to DestRect. | +| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/stackindex/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusStateRecordType](../emfplusstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusStateRecordType](../emfplusstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/destrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/destrect/_index.md index 18f674c22585..3402355fc2f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/destrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/destrect/_index.md @@ -1,7 +1,7 @@ --- -title: DestRect +title: EmfPlusBeginContainer.DestRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBeginContainer property. Gets or sets an EmfPlusRectF object section 2.2.2.39 that with SrcRect specifies a transform for the container. This transformation results in SrcRect when applied to DestRect type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/destrect/ @@ -20,9 +20,9 @@ The dest rect. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusBeginContainer](../../emfplusbegincontainer) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusBeginContainer](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/emfplusbegincontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/emfplusbegincontainer/_index.md index 2e56d2314700..dad341245885 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/emfplusbegincontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/emfplusbegincontainer/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusBeginContainer +title: EmfPlusBeginContainer.EmfPlusBeginContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBeginContainer constructor. Initializes a new instance of the EmfPlusBeginContainer class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/emfplusbegincontainer/ --- ## EmfPlusBeginContainer constructor -Initializes a new instance of the [`EmfPlusBeginContainer`](../../emfplusbegincontainer) class. +Initializes a new instance of the [`EmfPlusBeginContainer`](../) class. ```csharp public EmfPlusBeginContainer(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusBeginContainer(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusBeginContainer](../../emfplusbegincontainer) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusBeginContainer](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/pageunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/pageunit/_index.md index 0a6a4e99c93d..9c689b4b70a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/pageunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/pageunit/_index.md @@ -1,7 +1,7 @@ --- -title: PageUnit +title: EmfPlusBeginContainer.PageUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBeginContainer property. Gets the page unit type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/pageunit/ @@ -20,9 +20,9 @@ The page unit. ### See Also -* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype) -* class [EmfPlusBeginContainer](../../emfplusbegincontainer) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer) +* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/) +* class [EmfPlusBeginContainer](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/srcrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/srcrect/_index.md index 7dae5827249c..be45e320fef3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/srcrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/srcrect/_index.md @@ -1,7 +1,7 @@ --- -title: SrcRect +title: EmfPlusBeginContainer.SrcRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBeginContainer property. Gets or sets an EmfPlusRectF rectangle that with DestRect specifies a transformation for the container. This transformation results in SrcRect when applied to DestRect type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/srcrect/ @@ -20,9 +20,9 @@ The source rect. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusBeginContainer](../../emfplusbegincontainer) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusBeginContainer](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/stackindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/stackindex/_index.md index 6e96a1d991cb..b3b3daf371ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/stackindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/stackindex/_index.md @@ -1,7 +1,7 @@ --- -title: StackIndex +title: EmfPlusBeginContainer.StackIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBeginContainer property. Gets or sets a 32bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record section 2.3.7.3 to close the graphics state container type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainer/stackindex/ @@ -20,8 +20,8 @@ The index of the stack. ### See Also -* class [EmfPlusBeginContainer](../../emfplusbegincontainer) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer) +* class [EmfPlusBeginContainer](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/_index.md index 502f9c94fe18..7b8757f39fb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusBeginContainerNoParams +title: Class EmfPlusBeginContainerNoParams second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusBeginContainerNoParams class. The EmfPlusBeginContainerNoParams record opens a new graphics state container type: docs weight: 5860 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/ @@ -18,22 +18,22 @@ public sealed class EmfPlusBeginContainerNoParams : EmfPlusStateRecordType | Name | Description | | --- | --- | -| [EmfPlusBeginContainerNoParams](emfplusbegincontainernoparams)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusBeginContainerNoParams`](../emfplusbegincontainernoparams) class. | +| [EmfPlusBeginContainerNoParams](emfplusbegincontainernoparams/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusBeginContainerNoParams` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/stackindex) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/stackindex/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusStateRecordType](../emfplusstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusStateRecordType](../emfplusstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/emfplusbegincontainernoparams/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/emfplusbegincontainernoparams/_index.md index bc1d3276316d..cb9b8156fe73 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/emfplusbegincontainernoparams/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/emfplusbegincontainernoparams/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusBeginContainerNoParams +title: EmfPlusBeginContainerNoParams.EmfPlusBeginContainerNoParams second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBeginContainerNoParams constructor. Initializes a new instance of the EmfPlusBeginContainerNoParams class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/emfplusbegincontainernoparams/ --- ## EmfPlusBeginContainerNoParams constructor -Initializes a new instance of the [`EmfPlusBeginContainerNoParams`](../../emfplusbegincontainernoparams) class. +Initializes a new instance of the [`EmfPlusBeginContainerNoParams`](../) class. ```csharp public EmfPlusBeginContainerNoParams(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusBeginContainerNoParams(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusBeginContainerNoParams](../../emfplusbegincontainernoparams) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainernoparams) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusBeginContainerNoParams](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainernoparams/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/stackindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/stackindex/_index.md index d383c542cf51..7b9e9e7ea22b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/stackindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/stackindex/_index.md @@ -1,7 +1,7 @@ --- -title: StackIndex +title: EmfPlusBeginContainerNoParams.StackIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusBeginContainerNoParams property. Gets or sets a 32bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record section 2.3.7.3 to close the graphics state container type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusbegincontainernoparams/stackindex/ @@ -20,8 +20,8 @@ The index of the stack. ### See Also -* class [EmfPlusBeginContainerNoParams](../../emfplusbegincontainernoparams) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainernoparams) +* class [EmfPlusBeginContainerNoParams](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusbegincontainernoparams/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/_index.md index 7be55c4a3728..ee46bd41b23f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusClear +title: Class EmfPlusClear second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusClear class. The EmfPlusClear record clears the output coordinate space and initializes it with a background color and transparency type: docs weight: 5870 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/ @@ -18,22 +18,22 @@ public sealed class EmfPlusClear : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusClear](emfplusclear)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusClear`](../emfplusclear) class. | +| [EmfPlusClear](emfplusclear/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusClear` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32Color](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/argb32color) { get; set; } | Gets or sets the color. An EmfPlusARGB object (section 2.2.2.1) that defines the color to paint the screen. All colors are specified in [IEC-RGB], unless otherwise noted. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Argb32Color](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/argb32color/) { get; set; } | Gets or sets the color. An EmfPlusARGB object (section 2.2.2.1) that defines the color to paint the screen. All colors are specified in [IEC-RGB], unless otherwise noted. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/argb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/argb32color/_index.md index 1f0c3e9046c2..eebb9d798f89 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/argb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/argb32color/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Color +title: EmfPlusClear.Argb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusClear property. Gets or sets the color. An EmfPlusARGB object section 2.2.2.1 that defines the color to paint the screen. All colors are specified in IECRGB unless otherwise noted type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/argb32color/ @@ -20,8 +20,8 @@ The color. ### See Also -* class [EmfPlusClear](../../emfplusclear) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusclear) +* class [EmfPlusClear](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusclear/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/emfplusclear/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/emfplusclear/_index.md index 1d1692f97287..7c1e53b820d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/emfplusclear/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/emfplusclear/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusClear +title: EmfPlusClear.EmfPlusClear second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusClear constructor. Initializes a new instance of the EmfPlusClear class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclear/emfplusclear/ --- ## EmfPlusClear constructor -Initializes a new instance of the [`EmfPlusClear`](../../emfplusclear) class. +Initializes a new instance of the [`EmfPlusClear`](../) class. ```csharp public EmfPlusClear(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusClear(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusClear](../../emfplusclear) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusclear) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusClear](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusclear/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclippingrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclippingrecordtype/_index.md index 2c7021c31430..506960171c69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclippingrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclippingrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusClippingRecordType +title: Class EmfPlusClippingRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusClippingRecordType class. The clipping record types specify clipping regions and operations type: docs weight: 5880 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusclippingrecordtype/ @@ -18,15 +18,15 @@ public abstract class EmfPlusClippingRecordType : EmfPlusRecord | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/_index.md index 669611470ccb..bfcfa59f0c78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusComment +title: Class EmfPlusComment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusComment class. The EmfPlusComment record specifies arbitrary private data type: docs weight: 5890 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/ @@ -18,22 +18,22 @@ public sealed class EmfPlusComment : EmfPlusRecord | Name | Description | | --- | --- | -| [EmfPlusComment](emfpluscomment)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusComment`](../emfpluscomment) class. | +| [EmfPlusComment](emfpluscomment/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusComment` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| override [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt | -| [PrivateData](../../aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/privatedata) { get; set; } | Gets or sets a DataSize-length byte array of private data. bytes of record-specific data that follows. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| override [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt | +| [PrivateData](../../aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/privatedata/) { get; set; } | Gets or sets a DataSize-length byte array of private data. bytes of record-specific data that follows. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/emfpluscomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/emfpluscomment/_index.md index 199ce6e794da..848fa0083cc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/emfpluscomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/emfpluscomment/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusComment +title: EmfPlusComment.EmfPlusComment second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusComment constructor. Initializes a new instance of the EmfPlusComment class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/emfpluscomment/ --- ## EmfPlusComment constructor -Initializes a new instance of the [`EmfPlusComment`](../../emfpluscomment) class. +Initializes a new instance of the [`EmfPlusComment`](../) class. ```csharp public EmfPlusComment(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusComment(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusComment](../../emfpluscomment) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfpluscomment) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusComment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfpluscomment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/flags/_index.md index d85c0b0e985c..d137bec680a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: EmfPlusComment.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusComment property. Gets or sets a 16bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/flags/ @@ -26,8 +26,8 @@ The flags. ### See Also -* class [EmfPlusComment](../../emfpluscomment) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfpluscomment) +* class [EmfPlusComment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfpluscomment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/privatedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/privatedata/_index.md index f23a2c997f39..d1354d51fc95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/privatedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/privatedata/_index.md @@ -1,7 +1,7 @@ --- -title: PrivateData +title: EmfPlusComment.PrivateData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusComment property. Gets or sets a DataSizelength byte array of private data. bytes of recordspecific data that follows type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscomment/privatedata/ @@ -16,8 +16,8 @@ public byte[] PrivateData { get; set; } ### See Also -* class [EmfPlusComment](../../emfpluscomment) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfpluscomment) +* class [EmfPlusComment](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfpluscomment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscontrolrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscontrolrecordtype/_index.md index 6f85a1d16aa6..02bcc63496aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscontrolrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscontrolrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusControlRecordType +title: Class EmfPlusControlRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusControlRecordType class. The control record types specify global parameters for EMF metafile processing type: docs weight: 5900 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfpluscontrolrecordtype/ @@ -18,15 +18,15 @@ public abstract class EmfPlusControlRecordType : EmfPlusRecord | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/_index.md index 45461a642b36..501209fdff7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawArc +title: Class EmfPlusDrawArc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawArc class. The EmfPlusDrawArc record specifies drawing the arc of an ellipse type: docs weight: 5910 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/ @@ -18,26 +18,26 @@ public sealed class EmfPlusDrawArc : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawArc](emfplusdrawarc)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawArc`](../emfplusdrawarc) class. | +| [EmfPlusDrawArc](emfplusdrawarc/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawArc` class. | ## Properties | Name | Description | | --- | --- | -| override [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/datasize) { get; set; } | Gets or sets the size of the data. A 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes of record-specific data that follows. For this record type, the value MUST be one of the following: 0x00000010 If the C bit is set in the Flags field. 0x00000018 If the C bit is clear in the Flags field. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the arc. The value MUST be zero to 63, inclusive. | -| [RectangleData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectangledata) { get; set; } | Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that is collinear with the arc. This rectangle defines the position, size, and shape of the arc. The type of object in this field is specified by the value of the Flags field. | -| [RectFloat](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectfloat) { get; set; } | Gets or sets a value indicating whether the data contains EmfPlusRectF or EmfPlusRect records This bit indicates whether the data in the RectData field is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | -| override [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/size) { get; set; } | Gets or sets the size. A 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. For this record type, the value MUST be one of the following: 0x0000001C If the C bit is set in the Flags field. 0x00000024 If the C bit is clear in the Flags field | -| [StartAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/startangle) { get; set; } | Gets or sets the start angle A 32-bit non-negative floating-point value that specifies the angle between the x-axis and the starting point of the arc. Any value is acceptable, but it MUST be interpreted modulo 360, with the result that is used being in the range 0.0 inclusive to 360.0 exclusive. | -| [SweepAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/sweepangle) { get; set; } | Gets or sets the sweep angle A 32-bit floating-point value that specifies the extent of the arc to draw, as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable, but it MUST be clamped to -360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction, and a negative value indicates that the sweep is defined in a counter-clockwise direction. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| override [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/datasize/) { get; set; } | Gets or sets the size of the data. A 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes of record-specific data that follows. For this record type, the value MUST be one of the following: 0x00000010 If the C bit is set in the Flags field. 0x00000018 If the C bit is clear in the Flags field. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the arc. The value MUST be zero to 63, inclusive. | +| [RectangleData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectangledata/) { get; set; } | Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that is collinear with the arc. This rectangle defines the position, size, and shape of the arc. The type of object in this field is specified by the value of the Flags field. | +| [RectFloat](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectfloat/) { get; set; } | Gets or sets a value indicating whether the data contains EmfPlusRectF or EmfPlusRect records This bit indicates whether the data in the RectData field is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | +| override [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/size/) { get; set; } | Gets or sets the size. A 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. For this record type, the value MUST be one of the following: 0x0000001C If the C bit is set in the Flags field. 0x00000024 If the C bit is clear in the Flags field | +| [StartAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/startangle/) { get; set; } | Gets or sets the start angle A 32-bit non-negative floating-point value that specifies the angle between the x-axis and the starting point of the arc. Any value is acceptable, but it MUST be interpreted modulo 360, with the result that is used being in the range 0.0 inclusive to 360.0 exclusive. | +| [SweepAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/sweepangle/) { get; set; } | Gets or sets the sweep angle A 32-bit floating-point value that specifies the extent of the arc to draw, as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable, but it MUST be clamped to -360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction, and a negative value indicates that the sweep is defined in a counter-clockwise direction. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/datasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/datasize/_index.md index a80b0db63bef..83771543fa25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/datasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/datasize/_index.md @@ -1,7 +1,7 @@ --- -title: DataSize +title: EmfPlusDrawArc.DataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawArc property. Gets or sets the size of the data. A 32bit unsigned integer that specifies the 32bitaligned number of bytes of recordspecific data that follows. For this record type the value MUST be one of the following 0x00000010 If the C bit is set in the Flags field. 0x00000018 If the C bit is clear in the Flags field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/datasize/ @@ -26,8 +26,8 @@ The size of the data. ### See Also -* class [EmfPlusDrawArc](../../emfplusdrawarc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc) +* class [EmfPlusDrawArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/emfplusdrawarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/emfplusdrawarc/_index.md index e99446d8f023..f1072dc71e1c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/emfplusdrawarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/emfplusdrawarc/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawArc +title: EmfPlusDrawArc.EmfPlusDrawArc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawArc constructor. Initializes a new instance of the EmfPlusDrawArc class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/emfplusdrawarc/ --- ## EmfPlusDrawArc constructor -Initializes a new instance of the [`EmfPlusDrawArc`](../../emfplusdrawarc) class. +Initializes a new instance of the [`EmfPlusDrawArc`](../) class. ```csharp public EmfPlusDrawArc(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawArc(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawArc](../../emfplusdrawarc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/objectid/_index.md index ddec47b8162b..060f7ea822da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawArc.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawArc property. Gets or sets the object identifier. The index of an EmfPlusPen object section 2.2.1.7 in the EMF Object Table to draw the arc. The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawArc](../../emfplusdrawarc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc) +* class [EmfPlusDrawArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectangledata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectangledata/_index.md index 73cd39baf4c7..5feb15a3e282 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectangledata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectangledata/_index.md @@ -1,7 +1,7 @@ --- -title: RectangleData +title: EmfPlusDrawArc.RectangleData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawArc property. Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that is collinear with the arc. This rectangle defines the position size and shape of the arc. The type of object in this field is specified by the value of the Flags field type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectangledata/ @@ -16,9 +16,9 @@ public RectangleF RectangleData { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusDrawArc](../../emfplusdrawarc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusDrawArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectfloat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectfloat/_index.md index 06327a1d67d0..5fa91658af9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectfloat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectfloat/_index.md @@ -1,7 +1,7 @@ --- -title: RectFloat +title: EmfPlusDrawArc.RectFloat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawArc property. Gets or sets a value indicating whether the data contains EmfPlusRectF or EmfPlusRect records This bit indicates whether the data in the RectData field is compressed. If set RectData contains an EmfPlusRect object section 2.2.2.38. If clear RectData contains an EmfPlusRectF object section 2.2.2.39 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/rectfloat/ @@ -20,8 +20,8 @@ public bool RectFloat { get; set; } ### See Also -* class [EmfPlusDrawArc](../../emfplusdrawarc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc) +* class [EmfPlusDrawArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/size/_index.md index 3011c58a6dc8..69a8be1de22b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: EmfPlusDrawArc.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawArc property. Gets or sets the size. A 32bit unsigned integer that specifies the 32bitaligned number of bytes in the entire record including the 12byte record header and recordspecific data. For this record type the value MUST be one of the following 0x0000001C If the C bit is set in the Flags field. 0x00000024 If the C bit is clear in the Flags field type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/size/ @@ -26,8 +26,8 @@ The size. ### See Also -* class [EmfPlusDrawArc](../../emfplusdrawarc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc) +* class [EmfPlusDrawArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/startangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/startangle/_index.md index 595d3bbf37db..a30a634c8400 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/startangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/startangle/_index.md @@ -1,7 +1,7 @@ --- -title: StartAngle +title: EmfPlusDrawArc.StartAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawArc property. Gets or sets the start angle A 32bit nonnegative floatingpoint value that specifies the angle between the xaxis and the starting point of the arc. Any value is acceptable but it MUST be interpreted modulo 360 with the result that is used being in the range 0.0 inclusive to 360.0 exclusive type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/startangle/ @@ -16,8 +16,8 @@ public float StartAngle { get; set; } ### See Also -* class [EmfPlusDrawArc](../../emfplusdrawarc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc) +* class [EmfPlusDrawArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/sweepangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/sweepangle/_index.md index eca09f5bd147..c4e8e606fe60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/sweepangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/sweepangle/_index.md @@ -1,7 +1,7 @@ --- -title: SweepAngle +title: EmfPlusDrawArc.SweepAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawArc property. Gets or sets the sweep angle A 32bit floatingpoint value that specifies the extent of the arc to draw as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable but it MUST be clamped to 360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction and a negative value indicates that the sweep is defined in a counterclockwise direction type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawarc/sweepangle/ @@ -16,8 +16,8 @@ public float SweepAngle { get; set; } ### See Also -* class [EmfPlusDrawArc](../../emfplusdrawarc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc) +* class [EmfPlusDrawArc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/_index.md index f92be849993c..8423c9be44c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawBeziers +title: Class EmfPlusDrawBeziers second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawBeziers class. The EmfPlusDrawBeziers record specifies drawing a sequence of connected Bezier curves. The order for Bezier data points is the start point control point 1 control point 2 and end point. For more information see MSDNDrawBeziers type: docs weight: 5920 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/ @@ -18,25 +18,25 @@ public sealed class EmfPlusDrawBeziers : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawBeziers](emfplusdrawbeziers)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawBeziers`](../emfplusdrawbeziers) class. | +| [EmfPlusDrawBeziers](emfplusdrawbeziers/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawBeziers` class. | ## Properties | Name | Description | | --- | --- | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/compressed) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the Bezier curves. The value MUST be zero to 63, inclusive. | -| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/pointdata) { get; set; } | Gets or sets the point data An array of Count points that specify the starting, ending, and control points of the Bezier curves. The ending coordinate of one Bezier curve is the starting coordinate of the next. The control points are used for producing the Bezier effect. The type of data in this array is specified by the Flags field, as follows: Data Type Meaning EmfPlusPointR object (section 2.2.2.37) If the P flag is set in the Flags, the points specify relative locations. EmfPlusPointF object (section 2.2.2.36) If the P and C bits are clear in the Flags field, the points specify absolute locations. EmfPlusPoint object (section 2.2.2.35) If the P bit is clear and the C bit is set in the Flags field, the points specify relative locations. A Bezier curve does not pass through its control points. The control points act as | -| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/relative) { get; set; } | Gets or sets a value indicating whether the PointData is relative. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/compressed/) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the Bezier curves. The value MUST be zero to 63, inclusive. | +| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/pointdata/) { get; set; } | Gets or sets the point data An array of Count points that specify the starting, ending, and control points of the Bezier curves. The ending coordinate of one Bezier curve is the starting coordinate of the next. The control points are used for producing the Bezier effect. The type of data in this array is specified by the Flags field, as follows: Data Type Meaning EmfPlusPointR object (section 2.2.2.37) If the P flag is set in the Flags, the points specify relative locations. EmfPlusPointF object (section 2.2.2.36) If the P and C bits are clear in the Flags field, the points specify absolute locations. EmfPlusPoint object (section 2.2.2.35) If the P bit is clear and the C bit is set in the Flags field, the points specify relative locations. A Bezier curve does not pass through its control points. The control points act as | +| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/relative/) { get; set; } | Gets or sets a value indicating whether the PointData is relative. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/compressed/_index.md index c80c3dce5f1b..166d436d29b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/compressed/_index.md @@ -1,7 +1,7 @@ --- -title: Compressed +title: EmfPlusDrawBeziers.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawBeziers property. Gets or sets a value indicating whether the PointData is compressed. If set PointData specifies absolute locations in the coordinate space with 16bit integer coordinates. If clear PointData specifies absolute locations in the coordinate space with 32bit floatingpoint coordinates. Note If the Relative flag below is set this flag is undefined and MUST be ignored type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/compressed/ @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawBeziers](../../emfplusdrawbeziers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers) +* class [EmfPlusDrawBeziers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/emfplusdrawbeziers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/emfplusdrawbeziers/_index.md index 97db3e21dad1..9d01091d01ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/emfplusdrawbeziers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/emfplusdrawbeziers/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawBeziers +title: EmfPlusDrawBeziers.EmfPlusDrawBeziers second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawBeziers constructor. Initializes a new instance of the EmfPlusDrawBeziers class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/emfplusdrawbeziers/ --- ## EmfPlusDrawBeziers constructor -Initializes a new instance of the [`EmfPlusDrawBeziers`](../../emfplusdrawbeziers) class. +Initializes a new instance of the [`EmfPlusDrawBeziers`](../) class. ```csharp public EmfPlusDrawBeziers(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawBeziers(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawBeziers](../../emfplusdrawbeziers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawBeziers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/objectid/_index.md index 1e973eb99e2e..c671b3ab8d15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawBeziers.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawBeziers property. Gets or sets the object identifier. The index of an EmfPlusPen object section 2.2.1.7 in the EMF Object Table to draw the Bezier curves. The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawBeziers](../../emfplusdrawbeziers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers) +* class [EmfPlusDrawBeziers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/pointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/pointdata/_index.md index 4fa537302325..9ed1d3533763 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/pointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/pointdata/_index.md @@ -1,7 +1,7 @@ --- -title: PointData +title: EmfPlusDrawBeziers.PointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawBeziers property. Gets or sets the point data An array of Count points that specify the starting ending and control points of the Bezier curves. The ending coordinate of one Bezier curve is the starting coordinate of the next. The control points are used for producing the Bezier effect. The type of data in this array is specified by the Flags field as follows Data Type Meaning EmfPlusPointR object section 2.2.2.37 If the P flag is set in the Flags the points specify relative locations. EmfPlusPointF object section 2.2.2.36 If the P and C bits are clear in the Flags field the points specify absolute locations. EmfPlusPoint object section 2.2.2.35 If the P bit is clear and the C bit is set in the Flags field the points specify relative locations. A Bezier curve does not pass through its control points. The control points act as type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/pointdata/ @@ -16,9 +16,9 @@ public PointF[] PointData { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusDrawBeziers](../../emfplusdrawbeziers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusDrawBeziers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/relative/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/relative/_index.md index 36a1bf14a11b..f2826a1a2d97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/relative/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/relative/_index.md @@ -1,7 +1,7 @@ --- -title: Relative +title: EmfPlusDrawBeziers.Relative second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawBeziers property. Gets or sets a value indicating whether the PointData is relative. If set each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData a previous location at coordinates 00 is assumed. If clear PointData specifies absolute locations according to the C flag. Note If this flag is set the C flag above is undefined and MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawbeziers/relative/ @@ -20,8 +20,8 @@ public bool Relative { get; set; } ### See Also -* class [EmfPlusDrawBeziers](../../emfplusdrawbeziers) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers) +* class [EmfPlusDrawBeziers](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawbeziers/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/_index.md index 1da1035c896d..e310fde8464d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawClosedCurve +title: Class EmfPlusDrawClosedCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawClosedCurve class. The EmfPlusDrawClosedCurve record specifies drawing a closed cardinal spline type: docs weight: 5930 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/ @@ -18,26 +18,26 @@ public sealed class EmfPlusDrawClosedCurve : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawClosedCurve](emfplusdrawclosedcurve)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve) class. RecordType - A 16-bit unsigned integer that identifies this record type as EmfPlusDrawClosedCurve from the RecordType enumeration (section 2.1.1.1). The value MUST be 0x4017. | +| [EmfPlusDrawClosedCurve](emfplusdrawclosedcurve/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawClosedCurve` class. RecordType - A 16-bit unsigned integer that identifies this record type as EmfPlusDrawClosedCurve from the RecordType enumeration (section 2.1.1.1). The value MUST be 0x4017. | ## Properties | Name | Description | | --- | --- | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/compressed) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the closed curve. The value MUST be zero to 63, inclusive. | -| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/pointdata) { get; set; } | Gets or sets the point data An array of Count points that specify the endpoints of the lines that define the spline. In a closed cardinal spline, the curve continues through the last point in the PointData array and connects with the first point in the array. The type of data in this array is specified by the Flags field, as follows: Data Type Meaning EmfPlusPointR object (section 2.2.2.37) If the P flag is set in the Flags, the points specify relative locations. EmfPlusPointF object (section 2.2.2.36) If the P and C bits are set in the Flags field, the points specify absolute locations. EmfPlusPoint object (section 2.2.2.35) If the P bit is clear and the C bit is set in the Flags field, the points specify relative locations. | -| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/relative) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the Compressed flag (above) is undefined and MUST be ignored | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Tension](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/tension) { get; set; } | Gets or sets the tension A 32-bit floating point number that specifies how tightly the spline bends as it passes through the points. A value of 0 specifies that the spline is a sequence of straight lines. As the value increases, the curve becomes more rounded. For more information, see [SPLINE77] and [PETZOLD]. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/compressed/) { get; set; } | Gets or sets a value indicating whether this `EmfPlusDrawClosedCurve` is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the closed curve. The value MUST be zero to 63, inclusive. | +| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/pointdata/) { get; set; } | Gets or sets the point data An array of Count points that specify the endpoints of the lines that define the spline. In a closed cardinal spline, the curve continues through the last point in the PointData array and connects with the first point in the array. The type of data in this array is specified by the Flags field, as follows: Data Type Meaning EmfPlusPointR object (section 2.2.2.37) If the P flag is set in the Flags, the points specify relative locations. EmfPlusPointF object (section 2.2.2.36) If the P and C bits are set in the Flags field, the points specify absolute locations. EmfPlusPoint object (section 2.2.2.35) If the P bit is clear and the C bit is set in the Flags field, the points specify relative locations. | +| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/relative/) { get; set; } | Gets or sets a value indicating whether this `EmfPlusDrawClosedCurve` is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the Compressed flag (above) is undefined and MUST be ignored | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Tension](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/tension/) { get; set; } | Gets or sets the tension A 32-bit floating point number that specifies how tightly the spline bends as it passes through the points. A value of 0 specifies that the spline is a sequence of straight lines. As the value increases, the curve becomes more rounded. For more information, see [SPLINE77] and [PETZOLD]. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/compressed/_index.md index dd9f61b17357..897564320670 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/compressed/_index.md @@ -1,14 +1,14 @@ --- -title: Compressed +title: EmfPlusDrawClosedCurve.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawClosedCurve property. Gets or sets a value indicating whether this EmfPlusDrawClosedCurve is compressed. This bit indicates whether the PointData field specifies compressed data. If set PointData specifies absolute locations in the coordinate space with 16bit integer coordinates. If clear PointData specifies absolute locations in the coordinate space with 32bit floatingpoint coordinates Note If the Relative flag below is set this flag is undefined and MUST be ignored type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/compressed/ --- ## EmfPlusDrawClosedCurve.Compressed property -Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored +Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored ```csharp public bool Compressed { get; set; } @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawClosedCurve](../../emfplusdrawclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve) +* class [EmfPlusDrawClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/emfplusdrawclosedcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/emfplusdrawclosedcurve/_index.md index 78690a903aeb..b678d40b8200 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/emfplusdrawclosedcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/emfplusdrawclosedcurve/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawClosedCurve +title: EmfPlusDrawClosedCurve.EmfPlusDrawClosedCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawClosedCurve constructor. Initializes a new instance of the EmfPlusDrawClosedCurve class. RecordType A 16bit unsigned integer that identifies this record type as EmfPlusDrawClosedCurve from the RecordType enumeration section 2.1.1.1. The value MUST be 0x4017 type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/emfplusdrawclosedcurve/ --- ## EmfPlusDrawClosedCurve constructor -Initializes a new instance of the [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve) class. RecordType - A 16-bit unsigned integer that identifies this record type as EmfPlusDrawClosedCurve from the RecordType enumeration (section 2.1.1.1). The value MUST be 0x4017. +Initializes a new instance of the [`EmfPlusDrawClosedCurve`](../) class. RecordType - A 16-bit unsigned integer that identifies this record type as EmfPlusDrawClosedCurve from the RecordType enumeration (section 2.1.1.1). The value MUST be 0x4017. ```csharp public EmfPlusDrawClosedCurve(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawClosedCurve(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawClosedCurve](../../emfplusdrawclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/objectid/_index.md index 05a581871cf3..95bc54e7844c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawClosedCurve.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawClosedCurve property. Gets or sets the object identifier. The index of an EmfPlusPen object section 2.2.1.7 in the EMF Object Table to draw the closed curve. The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawClosedCurve](../../emfplusdrawclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve) +* class [EmfPlusDrawClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/pointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/pointdata/_index.md index 43a14d76b7a4..30862e0fde3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/pointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/pointdata/_index.md @@ -1,7 +1,7 @@ --- -title: PointData +title: EmfPlusDrawClosedCurve.PointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawClosedCurve property. Gets or sets the point data An array of Count points that specify the endpoints of the lines that define the spline. In a closed cardinal spline the curve continues through the last point in the PointData array and connects with the first point in the array. The type of data in this array is specified by the Flags field as follows Data Type Meaning EmfPlusPointR object section 2.2.2.37 If the P flag is set in the Flags the points specify relative locations. EmfPlusPointF object section 2.2.2.36 If the P and C bits are set in the Flags field the points specify absolute locations. EmfPlusPoint object section 2.2.2.35 If the P bit is clear and the C bit is set in the Flags field the points specify relative locations type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/pointdata/ @@ -16,9 +16,9 @@ public PointF[] PointData { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusDrawClosedCurve](../../emfplusdrawclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusDrawClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/relative/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/relative/_index.md index ddc4ccab29d7..c721ffd999b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/relative/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/relative/_index.md @@ -1,14 +1,14 @@ --- -title: Relative +title: EmfPlusDrawClosedCurve.Relative second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawClosedCurve property. Gets or sets a value indicating whether this EmfPlusDrawClosedCurve is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData a previous location at coordinates 00 is assumed. If clear PointData specifies absolute locations according to the C flag. Note If this flag is set the Compressed flag above is undefined and MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/relative/ --- ## EmfPlusDrawClosedCurve.Relative property -Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the Compressed flag (above) is undefined and MUST be ignored +Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the Compressed flag (above) is undefined and MUST be ignored ```csharp public bool Relative { get; set; } @@ -20,8 +20,8 @@ public bool Relative { get; set; } ### See Also -* class [EmfPlusDrawClosedCurve](../../emfplusdrawclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve) +* class [EmfPlusDrawClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/tension/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/tension/_index.md index dc55a492b246..0193f244cd4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/tension/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/tension/_index.md @@ -1,7 +1,7 @@ --- -title: Tension +title: EmfPlusDrawClosedCurve.Tension second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawClosedCurve property. Gets or sets the tension A 32bit floating point number that specifies how tightly the spline bends as it passes through the points. A value of 0 specifies that the spline is a sequence of straight lines. As the value increases the curve becomes more rounded. For more information see SPLINE77 and PETZOLD type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawclosedcurve/tension/ @@ -16,8 +16,8 @@ public float Tension { get; set; } ### See Also -* class [EmfPlusDrawClosedCurve](../../emfplusdrawclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve) +* class [EmfPlusDrawClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/_index.md index 1240dc81774c..ab052b110bc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawCurve +title: Class EmfPlusDrawCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawCurve class. The EmfPlusDrawCurve record specifies drawing a cardinal spline NOTE ObjectID 1 byte The index of an EmfPlusPen object section 2.2.1.7 in the EMF Object Table to draw the curve. The value MUST be zero to 63 inclusive type: docs weight: 5940 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/ @@ -18,26 +18,26 @@ public sealed class EmfPlusDrawCurve : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawCurve](emfplusdrawcurve)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawCurve`](../emfplusdrawcurve) class. | +| [EmfPlusDrawCurve](emfplusdrawcurve/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawCurve` class. | ## Properties | Name | Description | | --- | --- | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/compressed) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [NumSegments](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/numsegments) { get; set; } | Gets or sets the segments count A 32-bit unsigned integer that specifies the number of line segments making up the spline. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the curve. The value MUST be zero to 63, inclusive. | -| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/pointdata) { get; set; } | Gets or sets an array of either 32-bit signed integers or 32-bit floating-point numbers of Count length that defines coordinate values of the endpoints of the lines to be stroked. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Tension](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/tension) { get; set; } | Gets or sets the tension A 32-bit floating point number that specifies how tightly the spline bends as it passes through the points. A value of 0 specifies that the spline is a sequence of straight lines. As the value increases, the curve becomes more rounded. For more information, see [SPLINE77] and [PETZOLD]. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/compressed/) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve/) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [NumSegments](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/numsegments/) { get; set; } | Gets or sets the segments count A 32-bit unsigned integer that specifies the number of line segments making up the spline. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the curve. The value MUST be zero to 63, inclusive. | +| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/pointdata/) { get; set; } | Gets or sets an array of either 32-bit signed integers or 32-bit floating-point numbers of Count length that defines coordinate values of the endpoints of the lines to be stroked. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Tension](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/tension/) { get; set; } | Gets or sets the tension A 32-bit floating point number that specifies how tightly the spline bends as it passes through the points. A value of 0 specifies that the spline is a sequence of straight lines. As the value increases, the curve becomes more rounded. For more information, see [SPLINE77] and [PETZOLD]. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/compressed/_index.md index 9ca2ac8fa22b..cef6c663ca88 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/compressed/_index.md @@ -1,14 +1,14 @@ --- -title: Compressed +title: EmfPlusDrawCurve.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawCurve property. Gets or sets a value indicating whether this EmfPlusDrawClosedCurve is compressed. This bit indicates whether the PointData field specifies compressed data. If set PointData specifies absolute locations in the coordinate space with 16bit integer coordinates. If clear PointData specifies absolute locations in the coordinate space with 32bit floatingpoint coordinates Note If the Relative flag below is set this flag is undefined and MUST be ignored type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/compressed/ --- ## EmfPlusDrawCurve.Compressed property -Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored +Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve/) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored ```csharp public bool Compressed { get; set; } @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawCurve](../../emfplusdrawcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve) +* class [EmfPlusDrawCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/emfplusdrawcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/emfplusdrawcurve/_index.md index 7104e4dd935b..6729822e7c6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/emfplusdrawcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/emfplusdrawcurve/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawCurve +title: EmfPlusDrawCurve.EmfPlusDrawCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawCurve constructor. Initializes a new instance of the EmfPlusDrawCurve class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/emfplusdrawcurve/ --- ## EmfPlusDrawCurve constructor -Initializes a new instance of the [`EmfPlusDrawCurve`](../../emfplusdrawcurve) class. +Initializes a new instance of the [`EmfPlusDrawCurve`](../) class. ```csharp public EmfPlusDrawCurve(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawCurve(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawCurve](../../emfplusdrawcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/numsegments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/numsegments/_index.md index e95cb777d305..cce0042b3851 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/numsegments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/numsegments/_index.md @@ -1,7 +1,7 @@ --- -title: NumSegments +title: EmfPlusDrawCurve.NumSegments second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawCurve property. Gets or sets the segments count A 32bit unsigned integer that specifies the number of line segments making up the spline type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/numsegments/ @@ -16,8 +16,8 @@ public int NumSegments { get; set; } ### See Also -* class [EmfPlusDrawCurve](../../emfplusdrawcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve) +* class [EmfPlusDrawCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/objectid/_index.md index fd3b82b21695..06f6359c8350 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawCurve.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawCurve property. Gets or sets the object identifier. The index of an EmfPlusPen object section 2.2.1.7 in the EMF Object Table to draw the curve. The value MUST be zero to 63 inclusive type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawCurve](../../emfplusdrawcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve) +* class [EmfPlusDrawCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/pointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/pointdata/_index.md index 642385edeeb6..67367b0471a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/pointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/pointdata/_index.md @@ -1,7 +1,7 @@ --- -title: PointData +title: EmfPlusDrawCurve.PointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawCurve property. Gets or sets an array of either 32bit signed integers or 32bit floatingpoint numbers of Count length that defines coordinate values of the endpoints of the lines to be stroked type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/pointdata/ @@ -16,9 +16,9 @@ public PointF[] PointData { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusDrawCurve](../../emfplusdrawcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusDrawCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/tension/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/tension/_index.md index cead38d57468..98a552021994 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/tension/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/tension/_index.md @@ -1,7 +1,7 @@ --- -title: Tension +title: EmfPlusDrawCurve.Tension second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawCurve property. Gets or sets the tension A 32bit floating point number that specifies how tightly the spline bends as it passes through the points. A value of 0 specifies that the spline is a sequence of straight lines. As the value increases the curve becomes more rounded. For more information see SPLINE77 and PETZOLD type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawcurve/tension/ @@ -16,8 +16,8 @@ public float Tension { get; set; } ### See Also -* class [EmfPlusDrawCurve](../../emfplusdrawcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve) +* class [EmfPlusDrawCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/_index.md index 4e60e7d01a77..28912359ff77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawDriverString +title: Class EmfPlusDrawDriverString second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawDriverString class. The EmfPlusDrawDriverString record specifies text output with character positions type: docs weight: 5950 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/ @@ -18,30 +18,30 @@ public sealed class EmfPlusDrawDriverString : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawDriverString](emfplusdrawdriverstring)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawDriverString`](../emfplusdrawdriverstring) class. | +| [EmfPlusDrawDriverString](emfplusdrawdriverstring/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawDriverString` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/brushid) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that specifies either the foreground color of the text or a graphics brush, depending on the value of the S flag in the Flags | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| [DriverStringOptionsFlags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/driverstringoptionsflags) { get; set; } | Gets or sets the driver string options flags A 32-bit unsigned integer that specifies the spacing, orientation, and quality of rendering for the string. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [GlyphCount](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphcount) { get; set; } | Gets or sets the glyph count A 32-bit unsigned integer that specifies number of glyphs in the string | -| [GlyphPos](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphpos) { get; set; } | Gets or sets the glyph positions array An array of EmfPlusPointF objects (section 2.2.2.36) that specify the output position of each character glyph. There MUST be GlyphCount elements, which have a one-to-one correspondence with the elements in the Glyphs array. Glyph positions are calculated from the position of the first glyph if the DriverStringOptionsRealizedAdvance flag in DriverStringOptions flags is set. In this case, GlyphPos specifies the position of the first glyph only. | -| [Glyphs](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphs) { get; set; } | Gets or sets the glyphs array An array of 16-bit values that define the text string to draw. If the DriverStringOptionsCmapLookup flag in the DriverStringOptionsFlags field is set, each value in this array specifies a Unicode character. Otherwise, each value specifies an index to a character glyph in the EmfPlusFont object specified by the ObjectId value in Flags field. | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. This bit indicates the type of data in the BrushId field. If set, BrushId specifies the color value in an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the EMF+ Object Table index of an EmfPlusBrush object (section 2.2.1.1). | -| [MatrixPresent](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/matrixpresent) { get; set; } | Gets or sets if the matrix present flag A 32-bit unsigned integer that specifies whether a transform matrix is present in the TransformMatrix field 0 - no matrix present. 1 - transform matrix is in TransformMatrix field | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/objectid) { get; set; } | Gets or sets the object identifier. The EMF+ Object Table index of an [EmfPlusFont](EmfPlusFont) object (section 2.2.1.3) to render the text. The value MUST be zero to 63, inclusive. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/transformmatrix) { get; set; } | Gets or sets the transform matrix An optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies the transformation to apply to each value in the text array. The presence of this data is determined from the MatrixPresent field. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/brushid/) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that specifies either the foreground color of the text or a graphics brush, depending on the value of the S flag in the Flags | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| [DriverStringOptionsFlags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/driverstringoptionsflags/) { get; set; } | Gets or sets the driver string options flags A 32-bit unsigned integer that specifies the spacing, orientation, and quality of rendering for the string. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [GlyphCount](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphcount/) { get; set; } | Gets or sets the glyph count A 32-bit unsigned integer that specifies number of glyphs in the string | +| [GlyphPos](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphpos/) { get; set; } | Gets or sets the glyph positions array An array of EmfPlusPointF objects (section 2.2.2.36) that specify the output position of each character glyph. There MUST be GlyphCount elements, which have a one-to-one correspondence with the elements in the Glyphs array. Glyph positions are calculated from the position of the first glyph if the DriverStringOptionsRealizedAdvance flag in DriverStringOptions flags is set. In this case, GlyphPos specifies the position of the first glyph only. | +| [Glyphs](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphs/) { get; set; } | Gets or sets the glyphs array An array of 16-bit values that define the text string to draw. If the DriverStringOptionsCmapLookup flag in the DriverStringOptionsFlags field is set, each value in this array specifies a Unicode character. Otherwise, each value specifies an index to a character glyph in the EmfPlusFont object specified by the ObjectId value in Flags field. | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. This bit indicates the type of data in the BrushId field. If set, BrushId specifies the color value in an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the EMF+ Object Table index of an EmfPlusBrush object (section 2.2.1.1). | +| [MatrixPresent](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/matrixpresent/) { get; set; } | Gets or sets if the matrix present flag A 32-bit unsigned integer that specifies whether a transform matrix is present in the TransformMatrix field 0 - no matrix present. 1 - transform matrix is in TransformMatrix field | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/objectid/) { get; set; } | Gets or sets the object identifier. The EMF+ Object Table index of an [EmfPlusFont](EmfPlusFont) object (section 2.2.1.3) to render the text. The value MUST be zero to 63, inclusive. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [TransformMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/transformmatrix/) { get; set; } | Gets or sets the transform matrix An optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies the transformation to apply to each value in the text array. The presence of this data is determined from the MatrixPresent field. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/brushid/_index.md index c02bda3ec63b..3f8131ac6b9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusDrawDriverString.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets the brush identifier A 32bit unsigned integer that specifies either the foreground color of the text or a graphics brush depending on the value of the S flag in the Flags type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/driverstringoptionsflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/driverstringoptionsflags/_index.md index 8d9b01cf7c4e..7c4297df073f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/driverstringoptionsflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/driverstringoptionsflags/_index.md @@ -1,7 +1,7 @@ --- -title: DriverStringOptionsFlags +title: EmfPlusDrawDriverString.DriverStringOptionsFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets the driver string options flags A 32bit unsigned integer that specifies the spacing orientation and quality of rendering for the string type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/driverstringoptionsflags/ @@ -16,9 +16,9 @@ public EmfPlusDriverStringOptionsFlags DriverStringOptionsFlags { get; set; } ### See Also -* enum [EmfPlusDriverStringOptionsFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusdriverstringoptionsflags) -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* enum [EmfPlusDriverStringOptionsFlags](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusdriverstringoptionsflags/) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/emfplusdrawdriverstring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/emfplusdrawdriverstring/_index.md index d0012a984c42..603c05b7ddc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/emfplusdrawdriverstring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/emfplusdrawdriverstring/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawDriverString +title: EmfPlusDrawDriverString.EmfPlusDrawDriverString second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString constructor. Initializes a new instance of the EmfPlusDrawDriverString class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/emfplusdrawdriverstring/ --- ## EmfPlusDrawDriverString constructor -Initializes a new instance of the [`EmfPlusDrawDriverString`](../../emfplusdrawdriverstring) class. +Initializes a new instance of the [`EmfPlusDrawDriverString`](../) class. ```csharp public EmfPlusDrawDriverString(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawDriverString(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphcount/_index.md index 555cf7eec6b9..2e8d69e12cc7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphcount/_index.md @@ -1,7 +1,7 @@ --- -title: GlyphCount +title: EmfPlusDrawDriverString.GlyphCount second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets the glyph count A 32bit unsigned integer that specifies number of glyphs in the string type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphcount/ @@ -16,8 +16,8 @@ public int GlyphCount { get; set; } ### See Also -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphpos/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphpos/_index.md index ac17d3e2c48b..e1bb31ae0a3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphpos/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphpos/_index.md @@ -1,7 +1,7 @@ --- -title: GlyphPos +title: EmfPlusDrawDriverString.GlyphPos second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets the glyph positions array An array of EmfPlusPointF objects section 2.2.2.36 that specify the output position of each character glyph. There MUST be GlyphCount elements which have a onetoone correspondence with the elements in the Glyphs array. Glyph positions are calculated from the position of the first glyph if the DriverStringOptionsRealizedAdvance flag in DriverStringOptions flags is set. In this case GlyphPos specifies the position of the first glyph only type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphpos/ @@ -16,9 +16,9 @@ public PointF[] GlyphPos { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphs/_index.md index 6de76cc364c6..dbddff440f05 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphs/_index.md @@ -1,7 +1,7 @@ --- -title: Glyphs +title: EmfPlusDrawDriverString.Glyphs second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets the glyphs array An array of 16bit values that define the text string to draw. If the DriverStringOptionsCmapLookup flag in the DriverStringOptionsFlags field is set each value in this array specifies a Unicode character. Otherwise each value specifies an index to a character glyph in the EmfPlusFont object specified by the ObjectId value in Flags field type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/glyphs/ @@ -16,8 +16,8 @@ public short[] Glyphs { get; set; } ### See Also -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/iscolor/_index.md index 99d36decd17a..e236131f0cd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusDrawDriverString.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets a value indicating whether this instance is color. This bit indicates the type of data in the BrushId field. If set BrushId specifies the color value in an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the EMF Object Table index of an EmfPlusBrush object section 2.2.1.1 type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/matrixpresent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/matrixpresent/_index.md index 23e75bdf1477..f5e258774b19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/matrixpresent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/matrixpresent/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixPresent +title: EmfPlusDrawDriverString.MatrixPresent second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets if the matrix present flag A 32bit unsigned integer that specifies whether a transform matrix is present in the TransformMatrix field 0 no matrix present. 1 transform matrix is in TransformMatrix field type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/matrixpresent/ @@ -16,8 +16,8 @@ public int MatrixPresent { get; set; } ### See Also -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/objectid/_index.md index 85d5f47eec4b..91f66c18833c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawDriverString.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets the object identifier. The EMF Object Table index of an EmfPlusFont object section 2.2.1.3 to render the text. The value MUST be zero to 63 inclusive type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/transformmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/transformmatrix/_index.md index ff223a86c2ed..201ccdbf7bba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/transformmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/transformmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: TransformMatrix +title: EmfPlusDrawDriverString.TransformMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawDriverString property. Gets or sets the transform matrix An optional EmfPlusTransformMatrix object section 2.2.2.47 that specifies the transformation to apply to each value in the text array. The presence of this data is determined from the MatrixPresent field type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawdriverstring/transformmatrix/ @@ -16,9 +16,9 @@ public Matrix TransformMatrix { get; set; } ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlusDrawDriverString](../../emfplusdrawdriverstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlusDrawDriverString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawdriverstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/_index.md index d488bdc1e996..03b1b4ff5a34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawEllipse +title: Class EmfPlusDrawEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawEllipse class. The EmfPlusDrawEllipse record specifies drawing an ellipse type: docs weight: 5960 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/ @@ -18,24 +18,24 @@ public sealed class EmfPlusDrawEllipse : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawEllipse](emfplusdrawellipse)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawEllipse`](../emfplusdrawellipse) class. | +| [EmfPlusDrawEllipse](emfplusdrawellipse/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawEllipse` class. | ## Properties | Name | Description | | --- | --- | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/compressed) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen (section 2.2.1.7) object in the EMF+ Object Table to draw the ellipse. The value MUST be zero to 63, inclusive. | -| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/rectdata) { get; set; } | Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/compressed/) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen (section 2.2.1.7) object in the EMF+ Object Table to draw the ellipse. The value MUST be zero to 63, inclusive. | +| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/rectdata/) { get; set; } | Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/compressed/_index.md index af09bb65653a..85d782955fce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/compressed/_index.md @@ -1,7 +1,7 @@ --- -title: Compressed +title: EmfPlusDrawEllipse.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawEllipse property. Gets or sets a value indicating whether the PointData is compressed. If set RectData contains an EmfPlusRect object section 2.2.2.38. If clear RectData contains an EmfPlusRectF object section 2.2.2.39 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/compressed/ @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawEllipse](../../emfplusdrawellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawellipse) +* class [EmfPlusDrawEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/emfplusdrawellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/emfplusdrawellipse/_index.md index 3d475252268d..9b74ce9cea34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/emfplusdrawellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/emfplusdrawellipse/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawEllipse +title: EmfPlusDrawEllipse.EmfPlusDrawEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawEllipse constructor. Initializes a new instance of the EmfPlusDrawEllipse class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/emfplusdrawellipse/ --- ## EmfPlusDrawEllipse constructor -Initializes a new instance of the [`EmfPlusDrawEllipse`](../../emfplusdrawellipse) class. +Initializes a new instance of the [`EmfPlusDrawEllipse`](../) class. ```csharp public EmfPlusDrawEllipse(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawEllipse(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawEllipse](../../emfplusdrawellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawellipse) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/objectid/_index.md index a17092e5f5e6..53c84cc3f28d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawEllipse.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawEllipse property. Gets or sets the object identifier. The index of an EmfPlusPen section 2.2.1.7 object in the EMF Object Table to draw the ellipse. The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawEllipse](../../emfplusdrawellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawellipse) +* class [EmfPlusDrawEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/rectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/rectdata/_index.md index e4392f7a5737..d047ef0f7959 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/rectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/rectdata/_index.md @@ -1,7 +1,7 @@ --- -title: RectData +title: EmfPlusDrawEllipse.RectData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawEllipse property. Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawellipse/rectdata/ @@ -16,9 +16,9 @@ public RectangleF RectData { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusDrawEllipse](../../emfplusdrawellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawellipse) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusDrawEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/_index.md index 8645798b824f..17372040df3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawImage +title: Class EmfPlusDrawImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawImage class. The EmfPlusDrawImage record specifies drawing a scaled image type: docs weight: 5970 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/ @@ -18,27 +18,27 @@ public sealed class EmfPlusDrawImage : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawImage](emfplusdrawimage)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawImage`](../emfplusdrawimage) class. | +| [EmfPlusDrawImage](emfplusdrawimage/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawImage` class. | ## Properties | Name | Description | | --- | --- | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/compressed) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ImageAttributesId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/imageattributesid) { get; set; } | Gets or sets the image attributes identifier A 32-bit unsigned integer that specifies the index of an optional EmfPlusImageAttributes object (section 2.2.1.5) in the EMF+ Object Table. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusImage object (section 2.2.1.4) in the EMF+ Object Table, which specifies the image to render. The value MUST be zero to 63, inclusive. | -| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/rectdata) { get; set; } | Gets or sets the rect data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the image. The portion of the image specified by the SrcRect field is scaled to fit this rectangle. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [SrcRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcrect) { get; set; } | Gets or sets the source rect An EmfPlusRectF object that specifies a portion of the image to be rendered. The portion of the image specified by this rectangle is scaled to fit the destination rectangle specified by the RectData field. | -| [SrcUnit](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcunit) { get; set; } | Gets or sets the source unit 32-bit signed integer that specifies the units of the SrcRect field. It MUST be the UnitTypePixel member of the UnitType enumeration (section 2.1.1.33). | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/compressed/) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ImageAttributesId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/imageattributesid/) { get; set; } | Gets or sets the image attributes identifier A 32-bit unsigned integer that specifies the index of an optional EmfPlusImageAttributes object (section 2.2.1.5) in the EMF+ Object Table. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusImage object (section 2.2.1.4) in the EMF+ Object Table, which specifies the image to render. The value MUST be zero to 63, inclusive. | +| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/rectdata/) { get; set; } | Gets or sets the rect data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the image. The portion of the image specified by the SrcRect field is scaled to fit this rectangle. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [SrcRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcrect/) { get; set; } | Gets or sets the source rect An EmfPlusRectF object that specifies a portion of the image to be rendered. The portion of the image specified by this rectangle is scaled to fit the destination rectangle specified by the RectData field. | +| [SrcUnit](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcunit/) { get; set; } | Gets or sets the source unit 32-bit signed integer that specifies the units of the SrcRect field. It MUST be the UnitTypePixel member of the UnitType enumeration (section 2.1.1.33). | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/compressed/_index.md index d21168b32020..2c3da3fcf2cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/compressed/_index.md @@ -1,7 +1,7 @@ --- -title: Compressed +title: EmfPlusDrawImage.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImage property. Gets or sets a value indicating whether the PointData is compressed. If set RectData contains an EmfPlusRect object section 2.2.2.38. If clear RectData contains an EmfPlusRectF object section 2.2.2.39 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/compressed/ @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawImage](../../emfplusdrawimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage) +* class [EmfPlusDrawImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/emfplusdrawimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/emfplusdrawimage/_index.md index 6c691434439f..0daab0dd877c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/emfplusdrawimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/emfplusdrawimage/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawImage +title: EmfPlusDrawImage.EmfPlusDrawImage second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImage constructor. Initializes a new instance of the EmfPlusDrawImage class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/emfplusdrawimage/ --- ## EmfPlusDrawImage constructor -Initializes a new instance of the [`EmfPlusDrawImage`](../../emfplusdrawimage) class. +Initializes a new instance of the [`EmfPlusDrawImage`](../) class. ```csharp public EmfPlusDrawImage(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawImage(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawImage](../../emfplusdrawimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/imageattributesid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/imageattributesid/_index.md index 81da6e399072..4e47a7f55295 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/imageattributesid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/imageattributesid/_index.md @@ -1,7 +1,7 @@ --- -title: ImageAttributesId +title: EmfPlusDrawImage.ImageAttributesId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImage property. Gets or sets the image attributes identifier A 32bit unsigned integer that specifies the index of an optional EmfPlusImageAttributes object section 2.2.1.5 in the EMF Object Table type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/imageattributesid/ @@ -16,8 +16,8 @@ public int ImageAttributesId { get; set; } ### See Also -* class [EmfPlusDrawImage](../../emfplusdrawimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage) +* class [EmfPlusDrawImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/objectid/_index.md index 86d7c1c9301d..14989e7c2cb3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawImage.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImage property. Gets or sets the object identifier. The index of an EmfPlusImage object section 2.2.1.4 in the EMF Object Table which specifies the image to render. The value MUST be zero to 63 inclusive type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawImage](../../emfplusdrawimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage) +* class [EmfPlusDrawImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/rectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/rectdata/_index.md index a93821842d61..bdc92eb1ca15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/rectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/rectdata/_index.md @@ -1,7 +1,7 @@ --- -title: RectData +title: EmfPlusDrawImage.RectData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImage property. Gets or sets the rect data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the image. The portion of the image specified by the SrcRect field is scaled to fit this rectangle type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/rectdata/ @@ -16,9 +16,9 @@ public RectangleF RectData { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusDrawImage](../../emfplusdrawimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusDrawImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcrect/_index.md index 9da68f74ba17..6f2264242995 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcrect/_index.md @@ -1,7 +1,7 @@ --- -title: SrcRect +title: EmfPlusDrawImage.SrcRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImage property. Gets or sets the source rect An EmfPlusRectF object that specifies a portion of the image to be rendered. The portion of the image specified by this rectangle is scaled to fit the destination rectangle specified by the RectData field type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcrect/ @@ -16,9 +16,9 @@ public RectangleF SrcRect { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusDrawImage](../../emfplusdrawimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusDrawImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcunit/_index.md index ca94448259f9..531c85f431bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcunit/_index.md @@ -1,7 +1,7 @@ --- -title: SrcUnit +title: EmfPlusDrawImage.SrcUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImage property. Gets or sets the source unit 32bit signed integer that specifies the units of the SrcRect field. It MUST be the UnitTypePixel member of the UnitType enumeration section 2.1.1.33 type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimage/srcunit/ @@ -16,9 +16,9 @@ public EmfPlusUnitType SrcUnit { get; set; } ### See Also -* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype) -* class [EmfPlusDrawImage](../../emfplusdrawimage) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage) +* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/) +* class [EmfPlusDrawImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/_index.md index 88ca21c62c66..a71c1daf5ee2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawImagePoints +title: Class EmfPlusDrawImagePoints second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawImagePoints class. The EmfPlusDrawImagePoints record specifies drawing a scaled image inside a parallelogram type: docs weight: 5980 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/ @@ -18,33 +18,33 @@ public sealed class EmfPlusDrawImagePoints : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawImagePoints](emfplusdrawimagepoints)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawImagePoints`](../emfplusdrawimagepoints) class. | +| [EmfPlusDrawImagePoints](emfplusdrawimagepoints/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawImagePoints` class. | ## Properties | Name | Description | | --- | --- | -| [ApplyingAnEffect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/applyinganeffect) { get; set; } | Gets or sets a value indicating whether [applying an effect]. This bit indicates that the rendering of the image includes applying an effect. If set, an object of the Effect class MUST have been specified in an earlier EmfPlusSerializableObject record (section 2.3.5.2). | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/compressed) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. Note If the P flag (below) is set, this flag is undefined and MUST be ignored. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ImageAttributesId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/imageattributesid) { get; set; } | Gets or sets a 32-bit unsigned integer that contains the index of the optional EmfPlusImageAttributes object (section 2.2.1.5) in the EMF+ Object Table. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusImage object (section 2.2.1.4) in the EMF+ Object Table, which specifies the image to render. The value MUST be zero to 63, inclusive. | -| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/pointdata) { get; set; } | Gets or sets an array of Count points that specify three points of a parallelogram. The three points represent the upper-left, upper-right, and lower-left corners of the parallelogram. The fourth point of the parallelogram is extrapolated from the first three. The portion of the image specified by the SrcRect field SHOULD have scaling and shearing transforms applied if necessary to fit inside the parallelogram. | -| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/relative) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawImagePoints`](../emfplusdrawimagepoints) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [SrcRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcrect) { get; set; } | Gets or sets an EmfPlusRectF object (section 2.2.2.39) that defines a portion of the image to be rendered. | -| [SrcUnit](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcunit) { get; set; } | Gets or sets a 32-bit signed integer that defines the units of the SrcRect field. It MUST be the UnitPixel value of the UnitType enumeration (section 2.1.1.33). | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | - -### Remarks +| [ApplyingAnEffect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/applyinganeffect/) { get; set; } | Gets or sets a value indicating whether [applying an effect]. This bit indicates that the rendering of the image includes applying an effect. If set, an object of the Effect class MUST have been specified in an earlier EmfPlusSerializableObject record (section 2.3.5.2). | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/compressed/) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. Note If the P flag (below) is set, this flag is undefined and MUST be ignored. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ImageAttributesId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/imageattributesid/) { get; set; } | Gets or sets a 32-bit unsigned integer that contains the index of the optional EmfPlusImageAttributes object (section 2.2.1.5) in the EMF+ Object Table. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusImage object (section 2.2.1.4) in the EMF+ Object Table, which specifies the image to render. The value MUST be zero to 63, inclusive. | +| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/pointdata/) { get; set; } | Gets or sets an array of Count points that specify three points of a parallelogram. The three points represent the upper-left, upper-right, and lower-left corners of the parallelogram. The fourth point of the parallelogram is extrapolated from the first three. The portion of the image specified by the SrcRect field SHOULD have scaling and shearing transforms applied if necessary to fit inside the parallelogram. | +| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/relative/) { get; set; } | Gets or sets a value indicating whether this `EmfPlusDrawImagePoints` is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [SrcRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcrect/) { get; set; } | Gets or sets an EmfPlusRectF object (section 2.2.2.39) that defines a portion of the image to be rendered. | +| [SrcUnit](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcunit/) { get; set; } | Gets or sets a 32-bit signed integer that defines the units of the SrcRect field. It MUST be the UnitPixel value of the UnitType enumeration (section 2.1.1.33). | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | + +## Remarks An EmfPlusImage can specify either a bitmap or metafile. Colors in an image can be manipulated during rendering. They can be corrected, darkened, lightened, and removed. ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/applyinganeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/applyinganeffect/_index.md index c3354be4d34b..b74ed1ba6256 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/applyinganeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/applyinganeffect/_index.md @@ -1,7 +1,7 @@ --- -title: ApplyingAnEffect +title: EmfPlusDrawImagePoints.ApplyingAnEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints property. Gets or sets a value indicating whether applying an effect. This bit indicates that the rendering of the image includes applying an effect. If set an object of the Effect class MUST have been specified in an earlier EmfPlusSerializableObject record section 2.3.5.2 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/applyinganeffect/ @@ -20,8 +20,8 @@ public bool ApplyingAnEffect { get; set; } ### See Also -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/compressed/_index.md index af5ebea2972a..bf9fa12efed0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/compressed/_index.md @@ -1,7 +1,7 @@ --- -title: Compressed +title: EmfPlusDrawImagePoints.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints property. Gets or sets a value indicating whether the PointData is compressed. This bit indicates whether the PointData field specifies compressed data. If set PointData specifies absolute locations in the coordinate space with 16bit integer coordinates. If clear PointData specifies absolute locations in the coordinate space with 32bit floatingpoint coordinates. Note If the P flag below is set this flag is undefined and MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/compressed/ @@ -16,8 +16,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/emfplusdrawimagepoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/emfplusdrawimagepoints/_index.md index f96fad1ce2ae..5f7b17e68846 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/emfplusdrawimagepoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/emfplusdrawimagepoints/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawImagePoints +title: EmfPlusDrawImagePoints.EmfPlusDrawImagePoints second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints constructor. Initializes a new instance of the EmfPlusDrawImagePoints class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/emfplusdrawimagepoints/ --- ## EmfPlusDrawImagePoints constructor -Initializes a new instance of the [`EmfPlusDrawImagePoints`](../../emfplusdrawimagepoints) class. +Initializes a new instance of the [`EmfPlusDrawImagePoints`](../) class. ```csharp public EmfPlusDrawImagePoints(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawImagePoints(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/imageattributesid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/imageattributesid/_index.md index e0cd605eefaa..8c970cae1cf8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/imageattributesid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/imageattributesid/_index.md @@ -1,7 +1,7 @@ --- -title: ImageAttributesId +title: EmfPlusDrawImagePoints.ImageAttributesId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints property. Gets or sets a 32bit unsigned integer that contains the index of the optional EmfPlusImageAttributes object section 2.2.1.5 in the EMF Object Table type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/imageattributesid/ @@ -20,8 +20,8 @@ The image attributes identifier. ### See Also -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/objectid/_index.md index 1db70643fdc2..4e4259914aaa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawImagePoints.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints property. Gets or sets the object identifier. The index of an EmfPlusImage object section 2.2.1.4 in the EMF Object Table which specifies the image to render. The value MUST be zero to 63 inclusive type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/pointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/pointdata/_index.md index 87c90fac95c9..e2130892f311 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/pointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/pointdata/_index.md @@ -1,7 +1,7 @@ --- -title: PointData +title: EmfPlusDrawImagePoints.PointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints property. Gets or sets an array of Count points that specify three points of a parallelogram. The three points represent the upperleft upperright and lowerleft corners of the parallelogram. The fourth point of the parallelogram is extrapolated from the first three. The portion of the image specified by the SrcRect field SHOULD have scaling and shearing transforms applied if necessary to fit inside the parallelogram type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/pointdata/ @@ -20,9 +20,9 @@ The point data. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/relative/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/relative/_index.md index da2553203221..9863d9ec5f01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/relative/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/relative/_index.md @@ -1,14 +1,14 @@ --- -title: Relative +title: EmfPlusDrawImagePoints.Relative second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints property. Gets or sets a value indicating whether this EmfPlusDrawImagePoints is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData a previous location at coordinates 00 is assumed. If clear PointData specifies absolute locations according to the C flag. Note If this flag is set the C flag above is undefined and MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/relative/ --- ## EmfPlusDrawImagePoints.Relative property -Gets or sets a value indicating whether this [`EmfPlusDrawImagePoints`](../../emfplusdrawimagepoints) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. +Gets or sets a value indicating whether this [`EmfPlusDrawImagePoints`](../) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. ```csharp public bool Relative { get; set; } @@ -20,8 +20,8 @@ public bool Relative { get; set; } ### See Also -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcrect/_index.md index e6a83694dace..d09d4d180395 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcrect/_index.md @@ -1,7 +1,7 @@ --- -title: SrcRect +title: EmfPlusDrawImagePoints.SrcRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints property. Gets or sets an EmfPlusRectF object section 2.2.2.39 that defines a portion of the image to be rendered type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcrect/ @@ -20,9 +20,9 @@ The source rect. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcunit/_index.md index a3135d96ced2..5204792885e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcunit/_index.md @@ -1,7 +1,7 @@ --- -title: SrcUnit +title: EmfPlusDrawImagePoints.SrcUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawImagePoints property. Gets or sets a 32bit signed integer that defines the units of the SrcRect field. It MUST be the UnitPixel value of the UnitType enumeration section 2.1.1.33 type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawimagepoints/srcunit/ @@ -20,9 +20,9 @@ The source unit. ### See Also -* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype) -* class [EmfPlusDrawImagePoints](../../emfplusdrawimagepoints) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints) +* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/) +* class [EmfPlusDrawImagePoints](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawimagepoints/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawingrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawingrecordtype/_index.md index 19e7f4298113..6febd8257d58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawingrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawingrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawingRecordType +title: Class EmfPlusDrawingRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawingRecordType class. The drawing record types specify graphics output type: docs weight: 6040 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawingrecordtype/ @@ -18,15 +18,15 @@ public abstract class EmfPlusDrawingRecordType : EmfPlusRecord | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/_index.md index 5a6e719a3f22..6061ee909a04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawLines +title: Class EmfPlusDrawLines second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawLines class. The EmfPlusDrawlLines record specifies drawing a series of connected lines type: docs weight: 5990 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/ @@ -18,26 +18,26 @@ public sealed class EmfPlusDrawLines : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawLines](emfplusdrawlines)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawLines`](../emfplusdrawlines) class. | +| [EmfPlusDrawLines](emfplusdrawlines/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawLines` class. | ## Properties | Name | Description | | --- | --- | -| [ClosedShape](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/closedshape) { get; set; } | Gets or sets a value indicating whether [closed shape]. | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/compressed) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the lines. The value MUST be zero to 63, inclusive. | -| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/pointdata) { get; set; } | Gets or sets the point data An array of Count points that specify the starting and ending points of the lines to be drawn. | -| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/relative) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the Compressed flag (above) is undefined and MUST be ignored | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [ClosedShape](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/closedshape/) { get; set; } | Gets or sets a value indicating whether [closed shape]. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/compressed/) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve/) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the lines. The value MUST be zero to 63, inclusive. | +| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/pointdata/) { get; set; } | Gets or sets the point data An array of Count points that specify the starting and ending points of the lines to be drawn. | +| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/relative/) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../emfplusdrawclosedcurve/) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the Compressed flag (above) is undefined and MUST be ignored | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/closedshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/closedshape/_index.md index 471dac196d36..6e6fd95f9419 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/closedshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/closedshape/_index.md @@ -1,7 +1,7 @@ --- -title: ClosedShape +title: EmfPlusDrawLines.ClosedShape second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawLines property. Gets or sets a value indicating whether closed shape type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/closedshape/ @@ -20,8 +20,8 @@ public bool ClosedShape { get; set; } ### See Also -* class [EmfPlusDrawLines](../../emfplusdrawlines) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines) +* class [EmfPlusDrawLines](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/compressed/_index.md index 3e4b20ae562a..cd2141107d61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/compressed/_index.md @@ -1,14 +1,14 @@ --- -title: Compressed +title: EmfPlusDrawLines.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawLines property. Gets or sets a value indicating whether this EmfPlusDrawClosedCurve is compressed. This bit indicates whether the PointData field specifies compressed data. If set PointData specifies absolute locations in the coordinate space with 16bit integer coordinates. If clear PointData specifies absolute locations in the coordinate space with 32bit floatingpoint coordinates Note If the Relative flag below is set this flag is undefined and MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/compressed/ --- ## EmfPlusDrawLines.Compressed property -Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored +Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve/) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored ```csharp public bool Compressed { get; set; } @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawLines](../../emfplusdrawlines) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines) +* class [EmfPlusDrawLines](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/emfplusdrawlines/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/emfplusdrawlines/_index.md index 373dd10fd538..e7ef8178de66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/emfplusdrawlines/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/emfplusdrawlines/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawLines +title: EmfPlusDrawLines.EmfPlusDrawLines second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawLines constructor. Initializes a new instance of the EmfPlusDrawLines class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/emfplusdrawlines/ --- ## EmfPlusDrawLines constructor -Initializes a new instance of the [`EmfPlusDrawLines`](../../emfplusdrawlines) class. +Initializes a new instance of the [`EmfPlusDrawLines`](../) class. ```csharp public EmfPlusDrawLines(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawLines(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawLines](../../emfplusdrawlines) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawLines](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/objectid/_index.md index 02e3288c1ca4..fe90e6dec369 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawLines.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawLines property. Gets or sets the object identifier. The index of an EmfPlusPen object section 2.2.1.7 in the EMF Object Table to draw the lines. The value MUST be zero to 63 inclusive type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawLines](../../emfplusdrawlines) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines) +* class [EmfPlusDrawLines](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/pointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/pointdata/_index.md index a04242e359d5..296f7c923802 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/pointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/pointdata/_index.md @@ -1,7 +1,7 @@ --- -title: PointData +title: EmfPlusDrawLines.PointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawLines property. Gets or sets the point data An array of Count points that specify the starting and ending points of the lines to be drawn type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/pointdata/ @@ -16,9 +16,9 @@ public PointF[] PointData { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusDrawLines](../../emfplusdrawlines) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusDrawLines](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/relative/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/relative/_index.md index d4b54325e923..60f3a3a8f95e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/relative/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/relative/_index.md @@ -1,14 +1,14 @@ --- -title: Relative +title: EmfPlusDrawLines.Relative second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawLines property. Gets or sets a value indicating whether this EmfPlusDrawClosedCurve is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData a previous location at coordinates 00 is assumed. If clear PointData specifies absolute locations according to the C flag. Note If this flag is set the Compressed flag above is undefined and MUST be ignored type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawlines/relative/ --- ## EmfPlusDrawLines.Relative property -Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the Compressed flag (above) is undefined and MUST be ignored +Gets or sets a value indicating whether this [`EmfPlusDrawClosedCurve`](../../emfplusdrawclosedcurve/) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the Compressed flag (above) is undefined and MUST be ignored ```csharp public bool Relative { get; set; } @@ -20,8 +20,8 @@ public bool Relative { get; set; } ### See Also -* class [EmfPlusDrawLines](../../emfplusdrawlines) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines) +* class [EmfPlusDrawLines](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawlines/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/_index.md index cee8318701d7..5e0af9f4df86 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawPath +title: Class EmfPlusDrawPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawPath class. The EmfPlusDrawPath record specifies drawing a graphics path type: docs weight: 6000 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/ @@ -18,23 +18,23 @@ public sealed class EmfPlusDrawPath : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawPath](emfplusdrawpath)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawPath`](../emfplusdrawpath) class. | +| [EmfPlusDrawPath](emfplusdrawpath/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawPath` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/objectid) { get; set; } | Gets or sets the object identifier. The index of the EmfPlusPath object (section 2.2.1.6) to draw, in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | -| [PenId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/penid) { get; set; } | Gets or sets the pen identifier A 32-bit unsigned integer that specifies an index in the EMF+ Object Table for an EmfPlusPen object (section 2.2.1.7) to use for drawing the EmfPlusPath. The value MUST be zero to 63, inclusive | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/objectid/) { get; set; } | Gets or sets the object identifier. The index of the EmfPlusPath object (section 2.2.1.6) to draw, in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | +| [PenId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/penid/) { get; set; } | Gets or sets the pen identifier A 32-bit unsigned integer that specifies an index in the EMF+ Object Table for an EmfPlusPen object (section 2.2.1.7) to use for drawing the EmfPlusPath. The value MUST be zero to 63, inclusive | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/emfplusdrawpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/emfplusdrawpath/_index.md index 7be88a55d338..f79c9a8be13a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/emfplusdrawpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/emfplusdrawpath/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawPath +title: EmfPlusDrawPath.EmfPlusDrawPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPath constructor. Initializes a new instance of the EmfPlusDrawPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/emfplusdrawpath/ --- ## EmfPlusDrawPath constructor -Initializes a new instance of the [`EmfPlusDrawPath`](../../emfplusdrawpath) class. +Initializes a new instance of the [`EmfPlusDrawPath`](../) class. ```csharp public EmfPlusDrawPath(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawPath(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawPath](../../emfplusdrawpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpath) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/objectid/_index.md index ddd9b56f7bcf..4b3f6ccf41bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawPath.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPath property. Gets or sets the object identifier. The index of the EmfPlusPath object section 2.2.1.6 to draw in the EMF Object Table. The value MUST be zero to 63 inclusive type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawPath](../../emfplusdrawpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpath) +* class [EmfPlusDrawPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/penid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/penid/_index.md index 865baa8c2f9c..838a377ee9a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/penid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/penid/_index.md @@ -1,7 +1,7 @@ --- -title: PenId +title: EmfPlusDrawPath.PenId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPath property. Gets or sets the pen identifier A 32bit unsigned integer that specifies an index in the EMF Object Table for an EmfPlusPen object section 2.2.1.7 to use for drawing the EmfPlusPath. The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpath/penid/ @@ -16,8 +16,8 @@ public int PenId { get; set; } ### See Also -* class [EmfPlusDrawPath](../../emfplusdrawpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpath) +* class [EmfPlusDrawPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/_index.md index 0d9fa0492121..a69735f852a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawPie +title: Class EmfPlusDrawPie second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawPie class. The EmfPlusDrawPie record specifies drawing a section of the interior of an ellipse type: docs weight: 6010 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/ @@ -18,26 +18,26 @@ public sealed class EmfPlusDrawPie : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawPie](emfplusdrawpie)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawPie`](../emfplusdrawpie) class. | +| [EmfPlusDrawPie](emfplusdrawpie/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawPie` class. | ## Properties | Name | Description | | --- | --- | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/compressed) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the pie. The value MUST be zero to 63, inclusive. | -| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/rectdata) { get; set; } | Gets or sets the rectangle datas Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that contains the pie wedge. This rectangle defines the position, size, and shape of the pie. The type of object in this field is specified by the value of the Flags field. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [StartAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/startangle) { get; set; } | Gets or sets the start angle A 32-bit, non-negative floating-point value that specifies the angle between the x-axis and the starting point of the pie wedge. Any value is acceptable, but it MUST be interpreted modulo 360, with the result that is used being in the range 0.0 inclusive to 360.0 exclusive. | -| [SweepAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/sweepangle) { get; set; } | Gets or sets the sweep angle A 32-bit floating-point value that specifies the extent of the arc that defines the pie wedge to draw, as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable, but it MUST be clamped to -360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction, and a negative value indicates that the sweep is defined in a counter-clockwise direction. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/compressed/) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the pie. The value MUST be zero to 63, inclusive. | +| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/rectdata/) { get; set; } | Gets or sets the rectangle datas Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that contains the pie wedge. This rectangle defines the position, size, and shape of the pie. The type of object in this field is specified by the value of the Flags field. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [StartAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/startangle/) { get; set; } | Gets or sets the start angle A 32-bit, non-negative floating-point value that specifies the angle between the x-axis and the starting point of the pie wedge. Any value is acceptable, but it MUST be interpreted modulo 360, with the result that is used being in the range 0.0 inclusive to 360.0 exclusive. | +| [SweepAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/sweepangle/) { get; set; } | Gets or sets the sweep angle A 32-bit floating-point value that specifies the extent of the arc that defines the pie wedge to draw, as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable, but it MUST be clamped to -360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction, and a negative value indicates that the sweep is defined in a counter-clockwise direction. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/compressed/_index.md index 9ce7ddfb48ce..b155e9b61166 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/compressed/_index.md @@ -1,7 +1,7 @@ --- -title: Compressed +title: EmfPlusDrawPie.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPie property. Gets or sets a value indicating whether the PointData is compressed. If set RectData contains an EmfPlusRect object section 2.2.2.38. If clear RectData contains an EmfPlusRectF object section 2.2.2.39 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/compressed/ @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawPie](../../emfplusdrawpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie) +* class [EmfPlusDrawPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/emfplusdrawpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/emfplusdrawpie/_index.md index 02b89fe29b1a..ff5dc56fd4a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/emfplusdrawpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/emfplusdrawpie/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawPie +title: EmfPlusDrawPie.EmfPlusDrawPie second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPie constructor. Initializes a new instance of the EmfPlusDrawPie class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/emfplusdrawpie/ --- ## EmfPlusDrawPie constructor -Initializes a new instance of the [`EmfPlusDrawPie`](../../emfplusdrawpie) class. +Initializes a new instance of the [`EmfPlusDrawPie`](../) class. ```csharp public EmfPlusDrawPie(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawPie(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawPie](../../emfplusdrawpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/objectid/_index.md index 1c3c87db4034..79a122248c1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawPie.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPie property. Gets or sets the object identifier. The index of an EmfPlusPen object section 2.2.1.7 in the EMF Object Table to draw the pie. The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawPie](../../emfplusdrawpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie) +* class [EmfPlusDrawPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/rectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/rectdata/_index.md index d45e6eadb98f..34fcecfd4368 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/rectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/rectdata/_index.md @@ -1,7 +1,7 @@ --- -title: RectData +title: EmfPlusDrawPie.RectData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPie property. Gets or sets the rectangle datas Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that contains the pie wedge. This rectangle defines the position size and shape of the pie. The type of object in this field is specified by the value of the Flags field type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/rectdata/ @@ -16,9 +16,9 @@ public RectangleF RectData { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusDrawPie](../../emfplusdrawpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusDrawPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/startangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/startangle/_index.md index d0cab0455782..9d98cb455e42 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/startangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/startangle/_index.md @@ -1,7 +1,7 @@ --- -title: StartAngle +title: EmfPlusDrawPie.StartAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPie property. Gets or sets the start angle A 32bit nonnegative floatingpoint value that specifies the angle between the xaxis and the starting point of the pie wedge. Any value is acceptable but it MUST be interpreted modulo 360 with the result that is used being in the range 0.0 inclusive to 360.0 exclusive type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/startangle/ @@ -16,8 +16,8 @@ public float StartAngle { get; set; } ### See Also -* class [EmfPlusDrawPie](../../emfplusdrawpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie) +* class [EmfPlusDrawPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/sweepangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/sweepangle/_index.md index 1a0245d05441..37e7edb7fcd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/sweepangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/sweepangle/_index.md @@ -1,7 +1,7 @@ --- -title: SweepAngle +title: EmfPlusDrawPie.SweepAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawPie property. Gets or sets the sweep angle A 32bit floatingpoint value that specifies the extent of the arc that defines the pie wedge to draw as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable but it MUST be clamped to 360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction and a negative value indicates that the sweep is defined in a counterclockwise direction type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawpie/sweepangle/ @@ -16,8 +16,8 @@ public float SweepAngle { get; set; } ### See Also -* class [EmfPlusDrawPie](../../emfplusdrawpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie) +* class [EmfPlusDrawPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/_index.md index 66ba4fa067a3..5a831719781a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawRects +title: Class EmfPlusDrawRects second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawRects class. The EmfPlusDrawRects record specifies drawing a series of rectangles type: docs weight: 6020 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/ @@ -18,24 +18,24 @@ public sealed class EmfPlusDrawRects : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawRects](emfplusdrawrects)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawRects`](../emfplusdrawrects) class. | +| [EmfPlusDrawRects](emfplusdrawrects/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawRects` class. | ## Properties | Name | Description | | --- | --- | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/compressed) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the rectangles. The value MUST be zero to 63, inclusive. | -| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/rectdata) { get; set; } | Gets or sets the rect data An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/compressed/) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusPen object (section 2.2.1.7) in the EMF+ Object Table to draw the rectangles. The value MUST be zero to 63, inclusive. | +| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/rectdata/) { get; set; } | Gets or sets the rect data An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/compressed/_index.md index b8774c77744f..13c4dcfdff35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/compressed/_index.md @@ -1,7 +1,7 @@ --- -title: Compressed +title: EmfPlusDrawRects.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawRects property. Gets or sets a value indicating whether the PointData is compressed. If set RectData contains an EmfPlusRect object section 2.2.2.38. If clear RectData contains an EmfPlusRectF object section 2.2.2.39 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/compressed/ @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusDrawRects](../../emfplusdrawrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawrects) +* class [EmfPlusDrawRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/emfplusdrawrects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/emfplusdrawrects/_index.md index 258dc800f1ef..a288717917c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/emfplusdrawrects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/emfplusdrawrects/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawRects +title: EmfPlusDrawRects.EmfPlusDrawRects second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawRects constructor. Initializes a new instance of the EmfPlusDrawRects class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/emfplusdrawrects/ --- ## EmfPlusDrawRects constructor -Initializes a new instance of the [`EmfPlusDrawRects`](../../emfplusdrawrects) class. +Initializes a new instance of the [`EmfPlusDrawRects`](../) class. ```csharp public EmfPlusDrawRects(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawRects(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawRects](../../emfplusdrawrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawrects) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/objectid/_index.md index e4cdea0e0496..8ef2beb3a7dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawRects.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawRects property. Gets or sets the object identifier. The index of an EmfPlusPen object section 2.2.1.7 in the EMF Object Table to draw the rectangles. The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawRects](../../emfplusdrawrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawrects) +* class [EmfPlusDrawRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/rectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/rectdata/_index.md index db9ed7a947ab..ca7a381468d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/rectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/rectdata/_index.md @@ -1,7 +1,7 @@ --- -title: RectData +title: EmfPlusDrawRects.RectData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawRects property. Gets or sets the rect data An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawrects/rectdata/ @@ -16,9 +16,9 @@ public RectangleF[] RectData { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusDrawRects](../../emfplusdrawrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawrects) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusDrawRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/_index.md index c86f07d862b4..9082f452a4ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusDrawString +title: Class EmfPlusDrawString second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawString class. The EmfPlusDrawString record specifies text output with string formatting type: docs weight: 6030 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/ @@ -18,28 +18,28 @@ public sealed class EmfPlusDrawString : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusDrawString](emfplusdrawstring)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusDrawString`](../emfplusdrawstring) class. | +| [EmfPlusDrawString](emfplusdrawstring/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusDrawString` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/brushid) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that specifies the brush, the content of which is determined by the S bit in the Flags field. This definition is used to paint the foreground text color; that is, just the glyphs themselves. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [FormatId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/formatid) { get; set; } | Gets or sets the format identifier A 32-bit unsigned integer that specifies the index of an optional EmfPlusStringFormat object (section 2.2.1.9) in the EMF+ Object Table. This object specifies text layout information and display manipulations to be applied to a string | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | -| [LayoutRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/layoutrect) { get; set; } | Gets or sets the layout rect An EmfPlusRectF object (section 2.2.2.39) that defines the bounding area of the destination that will receive the string | -| [Length](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/length) { get; set; } | Gets or sets the length 32-bit unsigned integer that specifies the number of characters in the string. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/objectid) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusFont object (section 2.2.1.3) in the EMF+ Object Table to render the text. The value MUST be zero to 63, inclusive. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [StringData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/stringdata) { get; set; } | Gets or sets the string data An array of 16-bit Unicode characters that specifies the string to be drawn | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/brushid/) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that specifies the brush, the content of which is determined by the S bit in the Flags field. This definition is used to paint the foreground text color; that is, just the glyphs themselves. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [FormatId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/formatid/) { get; set; } | Gets or sets the format identifier A 32-bit unsigned integer that specifies the index of an optional EmfPlusStringFormat object (section 2.2.1.9) in the EMF+ Object Table. This object specifies text layout information and display manipulations to be applied to a string | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | +| [LayoutRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/layoutrect/) { get; set; } | Gets or sets the layout rect An EmfPlusRectF object (section 2.2.2.39) that defines the bounding area of the destination that will receive the string | +| [Length](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/length/) { get; set; } | Gets or sets the length 32-bit unsigned integer that specifies the number of characters in the string. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/objectid/) { get; set; } | Gets or sets the object identifier. The index of an EmfPlusFont object (section 2.2.1.3) in the EMF+ Object Table to render the text. The value MUST be zero to 63, inclusive. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [StringData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/stringdata/) { get; set; } | Gets or sets the string data An array of 16-bit Unicode characters that specifies the string to be drawn | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/brushid/_index.md index 3931f9c087b7..f5e969dcb3c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusDrawString.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawString property. Gets or sets the brush identifier A 32bit unsigned integer that specifies the brush the content of which is determined by the S bit in the Flags field. This definition is used to paint the foreground text color that is just the glyphs themselves type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusDrawString](../../emfplusdrawstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring) +* class [EmfPlusDrawString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/emfplusdrawstring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/emfplusdrawstring/_index.md index 2f8782739e03..508de3780b09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/emfplusdrawstring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/emfplusdrawstring/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusDrawString +title: EmfPlusDrawString.EmfPlusDrawString second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawString constructor. Initializes a new instance of the EmfPlusDrawString class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/emfplusdrawstring/ --- ## EmfPlusDrawString constructor -Initializes a new instance of the [`EmfPlusDrawString`](../../emfplusdrawstring) class. +Initializes a new instance of the [`EmfPlusDrawString`](../) class. ```csharp public EmfPlusDrawString(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusDrawString(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusDrawString](../../emfplusdrawstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusDrawString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/formatid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/formatid/_index.md index 157a793b77eb..77223bc46877 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/formatid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/formatid/_index.md @@ -1,7 +1,7 @@ --- -title: FormatId +title: EmfPlusDrawString.FormatId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawString property. Gets or sets the format identifier A 32bit unsigned integer that specifies the index of an optional EmfPlusStringFormat object section 2.2.1.9 in the EMF Object Table. This object specifies text layout information and display manipulations to be applied to a string type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/formatid/ @@ -16,8 +16,8 @@ public int FormatId { get; set; } ### See Also -* class [EmfPlusDrawString](../../emfplusdrawstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring) +* class [EmfPlusDrawString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/iscolor/_index.md index 1fbf5fda36d8..cdd205c37d9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusDrawString.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawString property. Gets or sets a value indicating whether this instance is color. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusDrawString](../../emfplusdrawstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring) +* class [EmfPlusDrawString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/layoutrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/layoutrect/_index.md index 357a8b187662..63c85685986d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/layoutrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/layoutrect/_index.md @@ -1,7 +1,7 @@ --- -title: LayoutRect +title: EmfPlusDrawString.LayoutRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawString property. Gets or sets the layout rect An EmfPlusRectF object section 2.2.2.39 that defines the bounding area of the destination that will receive the string type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/layoutrect/ @@ -16,9 +16,9 @@ public RectangleF LayoutRect { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusDrawString](../../emfplusdrawstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusDrawString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/length/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/length/_index.md index 29c660a5fe6d..818ed6ee93fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/length/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/length/_index.md @@ -1,7 +1,7 @@ --- -title: Length +title: EmfPlusDrawString.Length second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawString property. Gets or sets the length 32bit unsigned integer that specifies the number of characters in the string type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/length/ @@ -16,8 +16,8 @@ public int Length { get; set; } ### See Also -* class [EmfPlusDrawString](../../emfplusdrawstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring) +* class [EmfPlusDrawString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/objectid/_index.md index 9ecc35670976..8849a15c52b7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusDrawString.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawString property. Gets or sets the object identifier. The index of an EmfPlusFont object section 2.2.1.3 in the EMF Object Table to render the text. The value MUST be zero to 63 inclusive type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusDrawString](../../emfplusdrawstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring) +* class [EmfPlusDrawString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/stringdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/stringdata/_index.md index fc1c78865486..e2243418174c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/stringdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/stringdata/_index.md @@ -1,7 +1,7 @@ --- -title: StringData +title: EmfPlusDrawString.StringData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusDrawString property. Gets or sets the string data An array of 16bit Unicode characters that specifies the string to be drawn type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusdrawstring/stringdata/ @@ -16,8 +16,8 @@ public string StringData { get; set; } ### See Also -* class [EmfPlusDrawString](../../emfplusdrawstring) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring) +* class [EmfPlusDrawString](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusdrawstring/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/_index.md index e7d55951da41..2f4be1ef8ade 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusEndContainer +title: Class EmfPlusEndContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusEndContainer class. The EmfPlusEndContainer record closes a graphics state container that was previously opened by a begin container operation type: docs weight: 6050 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/ @@ -18,22 +18,22 @@ public sealed class EmfPlusEndContainer : EmfPlusStateRecordType | Name | Description | | --- | --- | -| [EmfPlusEndContainer](emfplusendcontainer)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusEndContainer`](../emfplusendcontainer) class. | +| [EmfPlusEndContainer](emfplusendcontainer/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusEndContainer` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/stackindex) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container. The index MUST must match the value associated with a graphics state container opened by a previous EmfPlusBeginContainer (section 2.3.7.1) or EmfPlusBeginContainerNoParams record (section 2.3.7.2). | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/stackindex/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container. The index MUST must match the value associated with a graphics state container opened by a previous EmfPlusBeginContainer (section 2.3.7.1) or EmfPlusBeginContainerNoParams record (section 2.3.7.2). | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusStateRecordType](../emfplusstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusStateRecordType](../emfplusstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/emfplusendcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/emfplusendcontainer/_index.md index 967ea8d70903..bf513c5b5c95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/emfplusendcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/emfplusendcontainer/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusEndContainer +title: EmfPlusEndContainer.EmfPlusEndContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusEndContainer constructor. Initializes a new instance of the EmfPlusEndContainer class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/emfplusendcontainer/ --- ## EmfPlusEndContainer constructor -Initializes a new instance of the [`EmfPlusEndContainer`](../../emfplusendcontainer) class. +Initializes a new instance of the [`EmfPlusEndContainer`](../) class. ```csharp public EmfPlusEndContainer(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusEndContainer(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusEndContainer](../../emfplusendcontainer) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusendcontainer) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusEndContainer](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusendcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/stackindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/stackindex/_index.md index a30702e3bf57..f68c3f3fdf16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/stackindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/stackindex/_index.md @@ -1,7 +1,7 @@ --- -title: StackIndex +title: EmfPlusEndContainer.StackIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusEndContainer property. Gets or sets a 32bit unsigned integer that specifies the index of a graphics state container. The index MUST must match the value associated with a graphics state container opened by a previous EmfPlusBeginContainer section 2.3.7.1 or EmfPlusBeginContainerNoParams record section 2.3.7.2 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendcontainer/stackindex/ @@ -20,8 +20,8 @@ The index of the stack. ### See Also -* class [EmfPlusEndContainer](../../emfplusendcontainer) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusendcontainer) +* class [EmfPlusEndContainer](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusendcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/_index.md index 011bb25dd85b..0750aae0921a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusEndOfFile +title: Class EmfPlusEndOfFile second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusEndOfFile class. The EmfPlusEndOfFile record specifies the end of EMF data in the metafile type: docs weight: 6060 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/ @@ -18,21 +18,21 @@ public sealed class EmfPlusEndOfFile : EmfPlusControlRecordType | Name | Description | | --- | --- | -| [EmfPlusEndOfFile](emfplusendoffile)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusEndOfFile`](../emfplusendoffile) class. | +| [EmfPlusEndOfFile](emfplusendoffile/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusEndOfFile` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| override [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| override [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusControlRecordType](../emfpluscontrolrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusControlRecordType](../emfpluscontrolrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/emfplusendoffile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/emfplusendoffile/_index.md index 24fd130b98b9..ce153b21dd17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/emfplusendoffile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/emfplusendoffile/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusEndOfFile +title: EmfPlusEndOfFile.EmfPlusEndOfFile second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusEndOfFile constructor. Initializes a new instance of the EmfPlusEndOfFile class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/emfplusendoffile/ --- ## EmfPlusEndOfFile constructor -Initializes a new instance of the [`EmfPlusEndOfFile`](../../emfplusendoffile) class. +Initializes a new instance of the [`EmfPlusEndOfFile`](../) class. ```csharp public EmfPlusEndOfFile(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusEndOfFile(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusEndOfFile](../../emfplusendoffile) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusendoffile) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusEndOfFile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusendoffile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/flags/_index.md index 3b88ff7375fa..c9d45ecc75ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: EmfPlusEndOfFile.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusEndOfFile property. Gets or sets a 16bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusendoffile/flags/ @@ -26,8 +26,8 @@ The flags. ### See Also -* class [EmfPlusEndOfFile](../../emfplusendoffile) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusendoffile) +* class [EmfPlusEndOfFile](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusendoffile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/_index.md index 8df43b147800..e8b1bc6353f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillClosedCurve +title: Class EmfPlusFillClosedCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusFillClosedCurve class. The EmfPlusFillClosedCurve record specifies filling the interior of a closed cardinal spline type: docs weight: 6070 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/ @@ -18,28 +18,28 @@ public sealed class EmfPlusFillClosedCurve : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusFillClosedCurve](emfplusfillclosedcurve)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusFillClosedCurve`](../emfplusfillclosedcurve) class. | +| [EmfPlusFillClosedCurve](emfplusfillclosedcurve/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusFillClosedCurve` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/brushid) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that specifies the EmfPlusBrush, the content of which is determined by the S bit in the Flags field. This brush is used to fill the interior of the closed cardinal spline. | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/compressed) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../emfplusfillclosedcurve) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. ---------------------- A "winding" fill operation fills areas according to the "even-odd parity" rule. According to this rule, a test point can be determined to be inside or outside a closed curve as follows: Draw a line from the test point to a point that is distant from the curve. If that line crosses the curve an odd number of times, the test point is inside the curve; otherwise, the test point is outside the curve. --------------------- An "alternate" fill operation fills areas according to the "non-zero" rule. According to this rule, a test point can be determined to be inside or outside a closed curve as follows: Draw a line from a test point to a point that is distant from the curve. Count the number of times the curve crosses the test line from left to right, and count the number of times the curve crosses the test line from right to left. If those two numbers are the same, the test point is outside the curve; otherwise, the test point is inside the curve. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | -| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/pointdata) { get; set; } | Gets or sets the point data An array of Count points that specify the endpoints of the lines that define the spline. In a closed cardinal spline, the curve continues through the last point in the PointData array and connects with the first point in the array | -| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/relative) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../emfplusfillclosedcurve) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Tension](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/tension) { get; set; } | Gets or sets the tension A 32-bit floating point value that specifies how tightly the spline bends as it passes through the points. A value of 0.0 specifies that the spline is a sequence of straight lines. As the value increases, the curve becomes more rounded. For more information, see [SPLINE77] and [PETZOLD]. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | -| [Winding](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/winding) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../emfplusfillclosedcurve) is winding. This bit indicates how to perform the fill operation. If set, the fill is a "winding" fill. If clear, the fill is an "alternate" fill. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/brushid/) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that specifies the EmfPlusBrush, the content of which is determined by the S bit in the Flags field. This brush is used to fill the interior of the closed cardinal spline. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/compressed/) { get; set; } | Gets or sets a value indicating whether this `EmfPlusFillClosedCurve` is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. ---------------------- A "winding" fill operation fills areas according to the "even-odd parity" rule. According to this rule, a test point can be determined to be inside or outside a closed curve as follows: Draw a line from the test point to a point that is distant from the curve. If that line crosses the curve an odd number of times, the test point is inside the curve; otherwise, the test point is outside the curve. --------------------- An "alternate" fill operation fills areas according to the "non-zero" rule. According to this rule, a test point can be determined to be inside or outside a closed curve as follows: Draw a line from a test point to a point that is distant from the curve. Count the number of times the curve crosses the test line from left to right, and count the number of times the curve crosses the test line from right to left. If those two numbers are the same, the test point is outside the curve; otherwise, the test point is inside the curve. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | +| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/pointdata/) { get; set; } | Gets or sets the point data An array of Count points that specify the endpoints of the lines that define the spline. In a closed cardinal spline, the curve continues through the last point in the PointData array and connects with the first point in the array | +| [Relative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/relative/) { get; set; } | Gets or sets a value indicating whether this `EmfPlusFillClosedCurve` is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Tension](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/tension/) { get; set; } | Gets or sets the tension A 32-bit floating point value that specifies how tightly the spline bends as it passes through the points. A value of 0.0 specifies that the spline is a sequence of straight lines. As the value increases, the curve becomes more rounded. For more information, see [SPLINE77] and [PETZOLD]. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Winding](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/winding/) { get; set; } | Gets or sets a value indicating whether this `EmfPlusFillClosedCurve` is winding. This bit indicates how to perform the fill operation. If set, the fill is a "winding" fill. If clear, the fill is an "alternate" fill. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/brushid/_index.md index 7de4e5140d08..49497de6d82b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusFillClosedCurve.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillClosedCurve property. Gets or sets the brush identifier A 32bit unsigned integer that specifies the EmfPlusBrush the content of which is determined by the S bit in the Flags field. This brush is used to fill the interior of the closed cardinal spline type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusFillClosedCurve](../../emfplusfillclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve) +* class [EmfPlusFillClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/compressed/_index.md index 2d0bafd78fe7..36b15fe2144e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/compressed/_index.md @@ -1,14 +1,14 @@ --- -title: Compressed +title: EmfPlusFillClosedCurve.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillClosedCurve property. Gets or sets a value indicating whether this EmfPlusFillClosedCurve is compressed. This bit indicates whether the PointData field specifies compressed data. If set PointData specifies absolute locations in the coordinate space with 16bit integer coordinates. If clear PointData specifies absolute locations in the coordinate space with 32bit floatingpoint coordinates. A winding fill operation fills areas according to the evenodd parity rule. According to this rule a test point can be determined to be inside or outside a closed curve as follows Draw a line from the test point to a point that is distant from the curve. If that line crosses the curve an odd number of times the test point is inside the curve otherwise the test point is outside the curve. An alternate fill operation fills areas according to the nonzero rule. According to this rule a test point can be determined to be inside or outside a closed curve as follows Draw a line from a test point to a point that is distant from the curve. Count the number of times the curve crosses the test line from left to right and count the number of times the curve crosses the test line from right to left. If those two numbers are the same the test point is outside the curve otherwise the test point is inside the curve type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/compressed/ --- ## EmfPlusFillClosedCurve.Compressed property -Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../../emfplusfillclosedcurve) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. ---------------------- A "winding" fill operation fills areas according to the "even-odd parity" rule. According to this rule, a test point can be determined to be inside or outside a closed curve as follows: Draw a line from the test point to a point that is distant from the curve. If that line crosses the curve an odd number of times, the test point is inside the curve; otherwise, the test point is outside the curve. --------------------- An "alternate" fill operation fills areas according to the "non-zero" rule. According to this rule, a test point can be determined to be inside or outside a closed curve as follows: Draw a line from a test point to a point that is distant from the curve. Count the number of times the curve crosses the test line from left to right, and count the number of times the curve crosses the test line from right to left. If those two numbers are the same, the test point is outside the curve; otherwise, the test point is inside the curve. +Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../) is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. ---------------------- A "winding" fill operation fills areas according to the "even-odd parity" rule. According to this rule, a test point can be determined to be inside or outside a closed curve as follows: Draw a line from the test point to a point that is distant from the curve. If that line crosses the curve an odd number of times, the test point is inside the curve; otherwise, the test point is outside the curve. --------------------- An "alternate" fill operation fills areas according to the "non-zero" rule. According to this rule, a test point can be determined to be inside or outside a closed curve as follows: Draw a line from a test point to a point that is distant from the curve. Count the number of times the curve crosses the test line from left to right, and count the number of times the curve crosses the test line from right to left. If those two numbers are the same, the test point is outside the curve; otherwise, the test point is inside the curve. ```csharp public bool Compressed { get; set; } @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusFillClosedCurve](../../emfplusfillclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve) +* class [EmfPlusFillClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/emfplusfillclosedcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/emfplusfillclosedcurve/_index.md index 25f6e5b7ef89..bb7ed5bcf51a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/emfplusfillclosedcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/emfplusfillclosedcurve/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusFillClosedCurve +title: EmfPlusFillClosedCurve.EmfPlusFillClosedCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillClosedCurve constructor. Initializes a new instance of the EmfPlusFillClosedCurve class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/emfplusfillclosedcurve/ --- ## EmfPlusFillClosedCurve constructor -Initializes a new instance of the [`EmfPlusFillClosedCurve`](../../emfplusfillclosedcurve) class. +Initializes a new instance of the [`EmfPlusFillClosedCurve`](../) class. ```csharp public EmfPlusFillClosedCurve(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusFillClosedCurve(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusFillClosedCurve](../../emfplusfillclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusFillClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/iscolor/_index.md index a856c64d40ff..6ccf0826254f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusFillClosedCurve.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillClosedCurve property. Gets or sets a value indicating whether this instance is color. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusFillClosedCurve](../../emfplusfillclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve) +* class [EmfPlusFillClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/pointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/pointdata/_index.md index 68cf20c80ab5..c12abe354550 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/pointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/pointdata/_index.md @@ -1,7 +1,7 @@ --- -title: PointData +title: EmfPlusFillClosedCurve.PointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillClosedCurve property. Gets or sets the point data An array of Count points that specify the endpoints of the lines that define the spline. In a closed cardinal spline the curve continues through the last point in the PointData array and connects with the first point in the array type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/pointdata/ @@ -16,9 +16,9 @@ public PointF[] PointData { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusFillClosedCurve](../../emfplusfillclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusFillClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/relative/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/relative/_index.md index 4068c8252095..88756b6cfaa3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/relative/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/relative/_index.md @@ -1,14 +1,14 @@ --- -title: Relative +title: EmfPlusFillClosedCurve.Relative second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillClosedCurve property. Gets or sets a value indicating whether this EmfPlusFillClosedCurve is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData a previous location at coordinates 00 is assumed. If clear PointData specifies absolute locations according to the C flag. Note If this flag is set the C flag above is undefined and MUST be ignored type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/relative/ --- ## EmfPlusFillClosedCurve.Relative property -Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../../emfplusfillclosedcurve) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. +Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../) is relative. This bit indicates whether the PointData field specifies relative or absolute locations. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag. Note If this flag is set, the C flag (above) is undefined and MUST be ignored. ```csharp public bool Relative { get; set; } @@ -20,8 +20,8 @@ public bool Relative { get; set; } ### See Also -* class [EmfPlusFillClosedCurve](../../emfplusfillclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve) +* class [EmfPlusFillClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/tension/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/tension/_index.md index 1dbe34abdb47..e9134ac3766f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/tension/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/tension/_index.md @@ -1,7 +1,7 @@ --- -title: Tension +title: EmfPlusFillClosedCurve.Tension second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillClosedCurve property. Gets or sets the tension A 32bit floating point value that specifies how tightly the spline bends as it passes through the points. A value of 0.0 specifies that the spline is a sequence of straight lines. As the value increases the curve becomes more rounded. For more information see SPLINE77 and PETZOLD type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/tension/ @@ -16,8 +16,8 @@ public float Tension { get; set; } ### See Also -* class [EmfPlusFillClosedCurve](../../emfplusfillclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve) +* class [EmfPlusFillClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/winding/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/winding/_index.md index 4f245a315f04..568e1acfa5d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/winding/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/winding/_index.md @@ -1,14 +1,14 @@ --- -title: Winding +title: EmfPlusFillClosedCurve.Winding second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillClosedCurve property. Gets or sets a value indicating whether this EmfPlusFillClosedCurve is winding. This bit indicates how to perform the fill operation. If set the fill is a winding fill. If clear the fill is an alternate fill type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillclosedcurve/winding/ --- ## EmfPlusFillClosedCurve.Winding property -Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../../emfplusfillclosedcurve) is winding. This bit indicates how to perform the fill operation. If set, the fill is a "winding" fill. If clear, the fill is an "alternate" fill. +Gets or sets a value indicating whether this [`EmfPlusFillClosedCurve`](../) is winding. This bit indicates how to perform the fill operation. If set, the fill is a "winding" fill. If clear, the fill is an "alternate" fill. ```csharp public bool Winding { get; set; } @@ -20,8 +20,8 @@ public bool Winding { get; set; } ### See Also -* class [EmfPlusFillClosedCurve](../../emfplusfillclosedcurve) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve) +* class [EmfPlusFillClosedCurve](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillclosedcurve/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/_index.md index 68405ee7b8c3..bc37ce21df30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillEllipse +title: Class EmfPlusFillEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusFillEllipse class. The EmfPlusFillEllipse record specifies filling the interior of an ellipse type: docs weight: 6080 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/ @@ -18,25 +18,25 @@ public sealed class EmfPlusFillEllipse : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusFillEllipse](emfplusfillellipse)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusFillEllipse`](../emfplusfillellipse) class. | +| [EmfPlusFillEllipse](emfplusfillellipse/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusFillEllipse` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/brushid) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that specifies the brush, the content of which is determined by the S bit in the Flags field. This definition is used to fill the interior of the ellipse | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | -| [IsCompressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscompressed) { get; set; } | Gets or sets a value indicating whether this instance is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | -| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/rectdata) { get; set; } | Gets or sets the rect data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/brushid/) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that specifies the brush, the content of which is determined by the S bit in the Flags field. This definition is used to fill the interior of the ellipse | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | +| [IsCompressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscompressed/) { get; set; } | Gets or sets a value indicating whether this instance is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | +| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/rectdata/) { get; set; } | Gets or sets the rect data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/brushid/_index.md index 4110ee4843ae..2c16f37f2f82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusFillEllipse.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillEllipse property. Gets or sets the brush identifier A 32bit unsigned integer that specifies the brush the content of which is determined by the S bit in the Flags field. This definition is used to fill the interior of the ellipse type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusFillEllipse](../../emfplusfillellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse) +* class [EmfPlusFillEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/emfplusfillellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/emfplusfillellipse/_index.md index 996e394c2827..3e253af9c3bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/emfplusfillellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/emfplusfillellipse/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusFillEllipse +title: EmfPlusFillEllipse.EmfPlusFillEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillEllipse constructor. Initializes a new instance of the EmfPlusFillEllipse class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/emfplusfillellipse/ --- ## EmfPlusFillEllipse constructor -Initializes a new instance of the [`EmfPlusFillEllipse`](../../emfplusfillellipse) class. +Initializes a new instance of the [`EmfPlusFillEllipse`](../) class. ```csharp public EmfPlusFillEllipse(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusFillEllipse(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusFillEllipse](../../emfplusfillellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusFillEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscolor/_index.md index 107eba4132b9..fae24ff30e40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusFillEllipse.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillEllipse property. Gets or sets a value indicating whether this instance is color. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusFillEllipse](../../emfplusfillellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse) +* class [EmfPlusFillEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscompressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscompressed/_index.md index 32cfb378bd98..30b2a53831b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscompressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscompressed/_index.md @@ -1,7 +1,7 @@ --- -title: IsCompressed +title: EmfPlusFillEllipse.IsCompressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillEllipse property. Gets or sets a value indicating whether this instance is compressed. If set RectData contains an EmfPlusRect object section 2.2.2.38. If clear RectData contains an EmfPlusRectF object section 2.2.2.39 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/iscompressed/ @@ -20,8 +20,8 @@ public bool IsCompressed { get; set; } ### See Also -* class [EmfPlusFillEllipse](../../emfplusfillellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse) +* class [EmfPlusFillEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/rectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/rectdata/_index.md index 144c5f0ba3a6..6bcd68f9ed22 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/rectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/rectdata/_index.md @@ -1,7 +1,7 @@ --- -title: RectData +title: EmfPlusFillEllipse.RectData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillEllipse property. Gets or sets the rect data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillellipse/rectdata/ @@ -16,9 +16,9 @@ public RectangleF RectData { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusFillEllipse](../../emfplusfillellipse) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusFillEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/_index.md index 10693a0815b6..2b90585b48a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillPath +title: Class EmfPlusFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusFillPath class. Fill path record FLAGS 16bit unsigned integer that provides information about how the operation is to be performed and about the structure of the record. 0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1 S X X X X X X X ObjectId S 1 bit This bit indicates the type of data in the BrushId field. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table. X 1 bit Reserved and MUST be ignored. ObjectId 1 byte The index of the EmfPlusPath object section 2.2.1.6 to fill in the EMF Object Table. The value MUST be zero to 63 inclusive type: docs weight: 6090 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/ @@ -18,24 +18,24 @@ public sealed class EmfPlusFillPath : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusFillPath](emfplusfillpath)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusFillPath`](../emfplusfillpath) class. | +| [EmfPlusFillPath](emfplusfillpath/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusFillPath` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/brushid) { get; set; } | Gets or sets the Brush ID A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/objectid) { get; set; } | Gets or sets the object identifier. The index of the EmfPlusPath object (section 2.2.1.6) to fill, in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/brushid/) { get; set; } | Gets or sets the Brush ID A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/objectid/) { get; set; } | Gets or sets the object identifier. The index of the EmfPlusPath object (section 2.2.1.6) to fill, in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/brushid/_index.md index 880c07dcfe98..554ed7004119 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusFillPath.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPath property. Gets or sets the Brush ID A 32bit unsigned integer that defines the brush the content of which is determined by the S bit in the Flags field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusFillPath](../../emfplusfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpath) +* class [EmfPlusFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/emfplusfillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/emfplusfillpath/_index.md index 06e2bb85a2b6..b3ee6179c154 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/emfplusfillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/emfplusfillpath/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusFillPath +title: EmfPlusFillPath.EmfPlusFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPath constructor. Initializes a new instance of the EmfPlusFillPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/emfplusfillpath/ --- ## EmfPlusFillPath constructor -Initializes a new instance of the [`EmfPlusFillPath`](../../emfplusfillpath) class. +Initializes a new instance of the [`EmfPlusFillPath`](../) class. ```csharp public EmfPlusFillPath(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusFillPath(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusFillPath](../../emfplusfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpath) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/iscolor/_index.md index c7efe20120c5..806fdf38ba18 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusFillPath.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPath property. Gets or sets a value indicating whether this instance is color. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusFillPath](../../emfplusfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpath) +* class [EmfPlusFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/objectid/_index.md index 82cafb46d990..981e73453d1a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusFillPath.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPath property. Gets or sets the object identifier. The index of the EmfPlusPath object section 2.2.1.6 to fill in the EMF Object Table. The value MUST be zero to 63 inclusive type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpath/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusFillPath](../../emfplusfillpath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpath) +* class [EmfPlusFillPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/_index.md index d35a30da0a43..197f65ad25b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillPie +title: Class EmfPlusFillPie second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusFillPie class. The EmfPlusFillPie record specifies filling a section of the interior of an ellipse type: docs weight: 6100 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/ @@ -18,27 +18,27 @@ public sealed class EmfPlusFillPie : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusFillPie](emfplusfillpie)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusFillPie`](../emfplusfillpie) class. | +| [EmfPlusFillPie](emfplusfillpie/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusFillPie` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/brushid) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/compressed) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | -| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/rectdata) { get; set; } | Gets or sets the rectangle datas Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that contains the pie wedge. This rectangle defines the position, size, and shape of the pie. The type of object in this field is specified by the value of the Flags field. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [StartAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/startangle) { get; set; } | Gets or sets the start angle A 32-bit, non-negative floating-point value that specifies the angle between the x-axis and the starting point of the pie wedge. Any value is acceptable, but it MUST be interpreted modulo 360, with the result that is used being in the range 0.0 inclusive to 360.0 exclusive. | -| [SweepAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/sweepangle) { get; set; } | Gets or sets the sweep angle A 32-bit floating-point value that specifies the extent of the arc that defines the pie wedge to draw, as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable, but it MUST be clamped to -360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction, and a negative value indicates that the sweep is defined in a counter-clockwise direction. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/brushid/) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/compressed/) { get; set; } | Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39). | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | +| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/rectdata/) { get; set; } | Gets or sets the rectangle datas Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that contains the pie wedge. This rectangle defines the position, size, and shape of the pie. The type of object in this field is specified by the value of the Flags field. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [StartAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/startangle/) { get; set; } | Gets or sets the start angle A 32-bit, non-negative floating-point value that specifies the angle between the x-axis and the starting point of the pie wedge. Any value is acceptable, but it MUST be interpreted modulo 360, with the result that is used being in the range 0.0 inclusive to 360.0 exclusive. | +| [SweepAngle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/sweepangle/) { get; set; } | Gets or sets the sweep angle A 32-bit floating-point value that specifies the extent of the arc that defines the pie wedge to draw, as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable, but it MUST be clamped to -360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction, and a negative value indicates that the sweep is defined in a counter-clockwise direction. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/brushid/_index.md index ddf2875d6fa0..e4f51fe0bf99 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusFillPie.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPie property. Gets or sets the brush identifier A 32bit unsigned integer that defines the brush the content of which is determined by the S bit in the Flags field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusFillPie](../../emfplusfillpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie) +* class [EmfPlusFillPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/compressed/_index.md index a7e98df24c4b..5b48b55cde68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/compressed/_index.md @@ -1,7 +1,7 @@ --- -title: Compressed +title: EmfPlusFillPie.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPie property. Gets or sets a value indicating whether the PointData is compressed. If set RectData contains an EmfPlusRect object section 2.2.2.38. If clear RectData contains an EmfPlusRectF object section 2.2.2.39 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/compressed/ @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusFillPie](../../emfplusfillpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie) +* class [EmfPlusFillPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/emfplusfillpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/emfplusfillpie/_index.md index beb11184a138..7882df728e68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/emfplusfillpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/emfplusfillpie/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusFillPie +title: EmfPlusFillPie.EmfPlusFillPie second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPie constructor. Initializes a new instance of the EmfPlusFillPie class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/emfplusfillpie/ --- ## EmfPlusFillPie constructor -Initializes a new instance of the [`EmfPlusFillPie`](../../emfplusfillpie) class. +Initializes a new instance of the [`EmfPlusFillPie`](../) class. ```csharp public EmfPlusFillPie(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusFillPie(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusFillPie](../../emfplusfillpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusFillPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/iscolor/_index.md index 77a0c3ef411e..26b6ab876f30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusFillPie.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPie property. Gets or sets a value indicating whether this instance is color. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusFillPie](../../emfplusfillpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie) +* class [EmfPlusFillPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/rectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/rectdata/_index.md index f9274caefa60..80150dc0f9eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/rectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/rectdata/_index.md @@ -1,7 +1,7 @@ --- -title: RectData +title: EmfPlusFillPie.RectData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPie property. Gets or sets the rectangle datas Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that contains the pie wedge. This rectangle defines the position size and shape of the pie. The type of object in this field is specified by the value of the Flags field type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/rectdata/ @@ -16,9 +16,9 @@ public RectangleF RectData { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusFillPie](../../emfplusfillpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusFillPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/startangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/startangle/_index.md index 932cfc667e09..6f1c9cfa56d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/startangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/startangle/_index.md @@ -1,7 +1,7 @@ --- -title: StartAngle +title: EmfPlusFillPie.StartAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPie property. Gets or sets the start angle A 32bit nonnegative floatingpoint value that specifies the angle between the xaxis and the starting point of the pie wedge. Any value is acceptable but it MUST be interpreted modulo 360 with the result that is used being in the range 0.0 inclusive to 360.0 exclusive type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/startangle/ @@ -16,8 +16,8 @@ public float StartAngle { get; set; } ### See Also -* class [EmfPlusFillPie](../../emfplusfillpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie) +* class [EmfPlusFillPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/sweepangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/sweepangle/_index.md index 96461f485086..4e3bb292a404 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/sweepangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/sweepangle/_index.md @@ -1,7 +1,7 @@ --- -title: SweepAngle +title: EmfPlusFillPie.SweepAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPie property. Gets or sets the sweep angle A 32bit floatingpoint value that specifies the extent of the arc that defines the pie wedge to draw as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable but it MUST be clamped to 360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction and a negative value indicates that the sweep is defined in a counterclockwise direction type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpie/sweepangle/ @@ -16,8 +16,8 @@ public float SweepAngle { get; set; } ### See Also -* class [EmfPlusFillPie](../../emfplusfillpie) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie) +* class [EmfPlusFillPie](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/_index.md index ad35b662151c..a08fbf39d89d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillPolygon +title: Class EmfPlusFillPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusFillPolygon class. The EmfPlusFillPolygon record specifies filling the interior of a polygon type: docs weight: 6110 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/ @@ -18,26 +18,26 @@ public sealed class EmfPlusFillPolygon : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusFillPolygon](emfplusfillpolygon)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusFillPolygon`](../emfplusfillpolygon) class. | +| [EmfPlusFillPolygon](emfplusfillpolygon/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusFillPolygon` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/brushid) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | -| [IsCompressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscompressed) { get; set; } | Gets or sets a value indicating whether this instance is compressed. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates | -| [IsRelative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/isrelative) { get; set; } | Gets or sets a value indicating whether this instance is relative. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag | -| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/pointdata) { get; set; } | Gets or sets the point data An array of Count points that define the vertices of the polygon. The first two points in the array specify the first side of the polygon. Each additional point specifies a new side, the vertices of which include the point and the previous point. If the last point and the first point do not coincide, they specify the last side of the polygon. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/brushid/) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | +| [IsCompressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscompressed/) { get; set; } | Gets or sets a value indicating whether this instance is compressed. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates | +| [IsRelative](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/isrelative/) { get; set; } | Gets or sets a value indicating whether this instance is relative. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag | +| [PointData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/pointdata/) { get; set; } | Gets or sets the point data An array of Count points that define the vertices of the polygon. The first two points in the array specify the first side of the polygon. Each additional point specifies a new side, the vertices of which include the point and the previous point. If the last point and the first point do not coincide, they specify the last side of the polygon. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/brushid/_index.md index 24f47c170206..186b44b94769 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusFillPolygon.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPolygon property. Gets or sets the brush identifier A 32bit unsigned integer that defines the brush the content of which is determined by the S bit in the Flags field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusFillPolygon](../../emfplusfillpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon) +* class [EmfPlusFillPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/emfplusfillpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/emfplusfillpolygon/_index.md index d3cb7542f8c7..c5fbad0c0378 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/emfplusfillpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/emfplusfillpolygon/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusFillPolygon +title: EmfPlusFillPolygon.EmfPlusFillPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPolygon constructor. Initializes a new instance of the EmfPlusFillPolygon class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/emfplusfillpolygon/ --- ## EmfPlusFillPolygon constructor -Initializes a new instance of the [`EmfPlusFillPolygon`](../../emfplusfillpolygon) class. +Initializes a new instance of the [`EmfPlusFillPolygon`](../) class. ```csharp public EmfPlusFillPolygon(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusFillPolygon(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusFillPolygon](../../emfplusfillpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusFillPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscolor/_index.md index 865f21a17432..39af641dccdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusFillPolygon.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPolygon property. Gets or sets a value indicating whether this instance is color. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusFillPolygon](../../emfplusfillpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon) +* class [EmfPlusFillPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscompressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscompressed/_index.md index a3c5870db574..01f1ab677569 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscompressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscompressed/_index.md @@ -1,7 +1,7 @@ --- -title: IsCompressed +title: EmfPlusFillPolygon.IsCompressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPolygon property. Gets or sets a value indicating whether this instance is compressed. If set PointData specifies absolute locations in the coordinate space with 16bit integer coordinates. If clear PointData specifies absolute locations in the coordinate space with 32bit floatingpoint coordinates type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/iscompressed/ @@ -20,8 +20,8 @@ public bool IsCompressed { get; set; } ### See Also -* class [EmfPlusFillPolygon](../../emfplusfillpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon) +* class [EmfPlusFillPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/isrelative/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/isrelative/_index.md index 48a1b44f3332..8c338ce61b85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/isrelative/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/isrelative/_index.md @@ -1,7 +1,7 @@ --- -title: IsRelative +title: EmfPlusFillPolygon.IsRelative second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPolygon property. Gets or sets a value indicating whether this instance is relative. If set each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData a previous location at coordinates 00 is assumed. If clear PointData specifies absolute locations according to the C flag type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/isrelative/ @@ -20,8 +20,8 @@ public bool IsRelative { get; set; } ### See Also -* class [EmfPlusFillPolygon](../../emfplusfillpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon) +* class [EmfPlusFillPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/pointdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/pointdata/_index.md index ab0ea85d31ad..98d49b057a5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/pointdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/pointdata/_index.md @@ -1,7 +1,7 @@ --- -title: PointData +title: EmfPlusFillPolygon.PointData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillPolygon property. Gets or sets the point data An array of Count points that define the vertices of the polygon. The first two points in the array specify the first side of the polygon. Each additional point specifies a new side the vertices of which include the point and the previous point. If the last point and the first point do not coincide they specify the last side of the polygon type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillpolygon/pointdata/ @@ -16,9 +16,9 @@ public PointF[] PointData { get; set; } ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [EmfPlusFillPolygon](../../emfplusfillpolygon) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [EmfPlusFillPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/_index.md index ac9ad019c9b7..d3566517bf5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillRects +title: Class EmfPlusFillRects second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusFillRects class. The EmfPlusFillRects record specifies filling the interiors of a series of rectangles type: docs weight: 6120 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/ @@ -18,25 +18,25 @@ public sealed class EmfPlusFillRects : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusFillRects](emfplusfillrects)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusFillRects`](../emfplusfillrects) class. | +| [EmfPlusFillRects](emfplusfillrects/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusFillRects` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/brushid) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/compressed) { get; set; } | Gets or sets a value indicating whether this [`EmfPlusFillRects`](../emfplusfillrects) is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39) object | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table | -| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/rectdata) { get; set; } | Gets or sets the rectangle data An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/brushid/) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/compressed/) { get; set; } | Gets or sets a value indicating whether this `EmfPlusFillRects` is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39) object | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table | +| [RectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/rectdata/) { get; set; } | Gets or sets the rectangle data An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/brushid/_index.md index 41e4ace1b87a..feeab26a72db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusFillRects.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRects property. Gets or sets the brush identifier A 32bit unsigned integer that defines the brush the content of which is determined by the S bit in the Flags field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusFillRects](../../emfplusfillrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects) +* class [EmfPlusFillRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/compressed/_index.md index 4829403d12f0..5ba238c2ca24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/compressed/_index.md @@ -1,14 +1,14 @@ --- -title: Compressed +title: EmfPlusFillRects.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRects property. Gets or sets a value indicating whether this EmfPlusFillRects is compressed. If set RectData contains an EmfPlusRect object section 2.2.2.38. If clear RectData contains an EmfPlusRectF object section 2.2.2.39 object type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/compressed/ --- ## EmfPlusFillRects.Compressed property -Gets or sets a value indicating whether this [`EmfPlusFillRects`](../../emfplusfillrects) is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39) object +Gets or sets a value indicating whether this [`EmfPlusFillRects`](../) is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39) object ```csharp public bool Compressed { get; set; } @@ -20,8 +20,8 @@ public bool Compressed { get; set; } ### See Also -* class [EmfPlusFillRects](../../emfplusfillrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects) +* class [EmfPlusFillRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/emfplusfillrects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/emfplusfillrects/_index.md index e8e7c75db998..2f19443fe1b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/emfplusfillrects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/emfplusfillrects/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusFillRects +title: EmfPlusFillRects.EmfPlusFillRects second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRects constructor. Initializes a new instance of the EmfPlusFillRects class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/emfplusfillrects/ --- ## EmfPlusFillRects constructor -Initializes a new instance of the [`EmfPlusFillRects`](../../emfplusfillrects) class. +Initializes a new instance of the [`EmfPlusFillRects`](../) class. ```csharp public EmfPlusFillRects(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusFillRects(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusFillRects](../../emfplusfillrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusFillRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/iscolor/_index.md index 6e72265120b5..593cc897e67b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusFillRects.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRects property. Gets or sets a value indicating whether this instance is color. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusFillRects](../../emfplusfillrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects) +* class [EmfPlusFillRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/rectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/rectdata/_index.md index c59e4a056345..a5e82771b7ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/rectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/rectdata/_index.md @@ -1,7 +1,7 @@ --- -title: RectData +title: EmfPlusFillRects.RectData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRects property. Gets or sets the rectangle data An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillrects/rectdata/ @@ -16,9 +16,9 @@ public RectangleF[] RectData { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusFillRects](../../emfplusfillrects) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusFillRects](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillrects/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/_index.md index dac966fd45a0..78fffdcba882 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFillRegion +title: Class EmfPlusFillRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusFillRegion class. The EmfPlusFillRegion record specifies filling the interior of a graphics region type: docs weight: 6130 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/ @@ -18,24 +18,24 @@ public sealed class EmfPlusFillRegion : EmfPlusDrawingRecordType | Name | Description | | --- | --- | -| [EmfPlusFillRegion](emfplusfillregion)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusFillRegion`](../emfplusfillregion) class. | +| [EmfPlusFillRegion](emfplusfillregion/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusFillRegion` class. | ## Properties | Name | Description | | --- | --- | -| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/brushid) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/iscolor) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/objectid) { get; set; } | Gets or sets the object identifier. The index of the EmfPlusRegion object (section 2.2.1.8) to fill, in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [BrushId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/brushid/) { get; set; } | Gets or sets the brush identifier A 32-bit unsigned integer that defines the brush, the content of which is determined by the S bit in the Flags field. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsColor](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/iscolor/) { get; set; } | Gets or sets a value indicating whether this instance is color. If set, BrushId specifies a color as an EmfPlusARGB object (section 2.2.2.1). If clear, BrushId contains the index of an EmfPlusBrush object (section 2.2.1.1) in the EMF+ Object Table. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/objectid/) { get; set; } | Gets or sets the object identifier. The index of the EmfPlusRegion object (section 2.2.1.8) to fill, in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusDrawingRecordType](../emfplusdrawingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/brushid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/brushid/_index.md index 59b3385c54f7..956dda4d14d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/brushid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/brushid/_index.md @@ -1,7 +1,7 @@ --- -title: BrushId +title: EmfPlusFillRegion.BrushId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRegion property. Gets or sets the brush identifier A 32bit unsigned integer that defines the brush the content of which is determined by the S bit in the Flags field type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/brushid/ @@ -16,8 +16,8 @@ public int BrushId { get; set; } ### See Also -* class [EmfPlusFillRegion](../../emfplusfillregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillregion) +* class [EmfPlusFillRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/emfplusfillregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/emfplusfillregion/_index.md index 1e15a752529f..7593c159c403 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/emfplusfillregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/emfplusfillregion/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusFillRegion +title: EmfPlusFillRegion.EmfPlusFillRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRegion constructor. Initializes a new instance of the EmfPlusFillRegion class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/emfplusfillregion/ --- ## EmfPlusFillRegion constructor -Initializes a new instance of the [`EmfPlusFillRegion`](../../emfplusfillregion) class. +Initializes a new instance of the [`EmfPlusFillRegion`](../) class. ```csharp public EmfPlusFillRegion(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusFillRegion(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusFillRegion](../../emfplusfillregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillregion) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusFillRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/iscolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/iscolor/_index.md index 41e4586d645b..f63e55ffd1f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/iscolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/iscolor/_index.md @@ -1,7 +1,7 @@ --- -title: IsColor +title: EmfPlusFillRegion.IsColor second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRegion property. Gets or sets a value indicating whether this instance is color. If set BrushId specifies a color as an EmfPlusARGB object section 2.2.2.1. If clear BrushId contains the index of an EmfPlusBrush object section 2.2.1.1 in the EMF Object Table type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/iscolor/ @@ -20,8 +20,8 @@ public bool IsColor { get; set; } ### See Also -* class [EmfPlusFillRegion](../../emfplusfillregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillregion) +* class [EmfPlusFillRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/objectid/_index.md index c90b1f1fc9b6..0a7a95dbdc40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusFillRegion.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusFillRegion property. Gets or sets the object identifier. The index of the EmfPlusRegion object section 2.2.1.8 to fill in the EMF Object Table. The value MUST be zero to 63 inclusive type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusfillregion/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusFillRegion](../../emfplusfillregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillregion) +* class [EmfPlusFillRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusfillregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/_index.md index 651d1ad5df9f..5c49b616d4af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusGetDc +title: Class EmfPlusGetDc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusGetDc class. The EmfPlusGetDC record specifies that subsequent EMF records encountered in the metafile SHOULD be processed type: docs weight: 6140 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/ @@ -18,21 +18,21 @@ public sealed class EmfPlusGetDc : EmfPlusControlRecordType | Name | Description | | --- | --- | -| [EmfPlusGetDc](emfplusgetdc)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusGetDc`](../emfplusgetdc) class. | +| [EmfPlusGetDc](emfplusgetdc/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusGetDc` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| override [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| override [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusControlRecordType](../emfpluscontrolrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusControlRecordType](../emfpluscontrolrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/emfplusgetdc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/emfplusgetdc/_index.md index 643d7a5ddcb6..b3e9c94db0d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/emfplusgetdc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/emfplusgetdc/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusGetDc +title: EmfPlusGetDc.EmfPlusGetDc second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusGetDc constructor. Initializes a new instance of the EmfPlusGetDc class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/emfplusgetdc/ --- ## EmfPlusGetDc constructor -Initializes a new instance of the [`EmfPlusGetDc`](../../emfplusgetdc) class. +Initializes a new instance of the [`EmfPlusGetDc`](../) class. ```csharp public EmfPlusGetDc(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusGetDc(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusGetDc](../../emfplusgetdc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusgetdc) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusGetDc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusgetdc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/flags/_index.md index 51992e5d4762..3e52f9314cb4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: EmfPlusGetDc.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusGetDc property. Gets or sets a 16bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusgetdc/flags/ @@ -26,8 +26,8 @@ The flags. ### See Also -* class [EmfPlusGetDc](../../emfplusgetdc) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusgetdc) +* class [EmfPlusGetDc](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusgetdc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/_index.md index 5235a3cff956..d58a2481f384 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusHeader +title: Class EmfPlusHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusHeader class. The EmfPlusHeader record specifies the start of EMF data in the metafile. The EmfPlusHeader record MUST be embedded in an EMF EMR_COMMENT_EMFPLUS record which MUST be the record immediately following the EMF header in the metafile. The EMR_COMMENT_EMFPLUS record is specified in MSEMF section 2.3.3.2 type: docs weight: 6150 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/ @@ -18,28 +18,28 @@ public sealed class EmfPlusHeader : EmfPlusControlRecordType | Name | Description | | --- | --- | -| [EmfPlusHeader](emfplusheader)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusHeader`](../emfplusheader) class. | +| [EmfPlusHeader](emfplusheader/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusHeader` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| [DualMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/dualmode) { get; set; } | Gets or sets a value indicating whether [dual mode]. If set, this flag indicates that this metafile is "dual-mode", which means that it contains two sets of records, each of which completely specifies the graphics content. If clear, the graphics content is specified by EMF+ records, and possibly EMF records that are preceded by an EmfPlusGetDC record. If this flag is set, EMF records alone SHOULD suffice to define the graphics content. Note that whether the "dual-mode" flag is set or not, some EMF records are always present, namely EMF control records and the EMF records that contain EMF+ records. EMF control records are specified in [MS-EMF] section 2.3.4. | -| [EmfPlusFlags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusflags) { get; set; } | Gets or sets the EMF plus flags. A 32-bit unsigned integer that contains information about how this metafile was recorded. if 31-st bit of the field is set, this flag indicates that the metafile was recorded with a reference device context for a video display. If clear, the metafile was recorded with a reference device context for a printer. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsValid](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/isvalid) { get; } | Gets a value indicating whether this instance is valid. | -| [LogicalDpiX](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpix) { get; set; } | Gets or sets the logical dpi x. A 32-bit unsigned integer that specifies the horizontal resolution for which the metafile was recorded, in units of pixels per inch. | -| [LogicalDpiY](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpiy) { get; set; } | Gets or sets the logical dpi y. A 32-bit unsigned integer that specifies the vertical resolution for which the metafile was recorded, in units of lines per inch | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | -| [Version](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/version) { get; set; } | Gets or sets the version. An EmfPlusGraphicsVersion object (section 2.2.2.19) that specifies the version of operating system graphics that was used to create this metafile. | -| [VideoDisplay](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/videodisplay) { get; set; } | Gets or sets a value indicating whether video display. if set, this flag indicates that the metafile was recorded with a reference device context for a video display. If clear, the metafile was recorded with a reference device context for a printer. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| [DualMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/dualmode/) { get; set; } | Gets or sets a value indicating whether [dual mode]. If set, this flag indicates that this metafile is "dual-mode", which means that it contains two sets of records, each of which completely specifies the graphics content. If clear, the graphics content is specified by EMF+ records, and possibly EMF records that are preceded by an EmfPlusGetDC record. If this flag is set, EMF records alone SHOULD suffice to define the graphics content. Note that whether the "dual-mode" flag is set or not, some EMF records are always present, namely EMF control records and the EMF records that contain EMF+ records. EMF control records are specified in [MS-EMF] section 2.3.4. | +| [EmfPlusFlags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusflags/) { get; set; } | Gets or sets the EMF plus flags. A 32-bit unsigned integer that contains information about how this metafile was recorded. if 31-st bit of the field is set, this flag indicates that the metafile was recorded with a reference device context for a video display. If clear, the metafile was recorded with a reference device context for a printer. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsValid](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/isvalid/) { get; } | Gets a value indicating whether this instance is valid. | +| [LogicalDpiX](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpix/) { get; set; } | Gets or sets the logical dpi x. A 32-bit unsigned integer that specifies the horizontal resolution for which the metafile was recorded, in units of pixels per inch. | +| [LogicalDpiY](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpiy/) { get; set; } | Gets or sets the logical dpi y. A 32-bit unsigned integer that specifies the vertical resolution for which the metafile was recorded, in units of lines per inch | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Version](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/version/) { get; set; } | Gets or sets the version. An EmfPlusGraphicsVersion object (section 2.2.2.19) that specifies the version of operating system graphics that was used to create this metafile. | +| [VideoDisplay](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/videodisplay/) { get; set; } | Gets or sets a value indicating whether video display. if set, this flag indicates that the metafile was recorded with a reference device context for a video display. If clear, the metafile was recorded with a reference device context for a printer. | ### See Also -* class [EmfPlusControlRecordType](../emfpluscontrolrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusControlRecordType](../emfpluscontrolrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/dualmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/dualmode/_index.md index c3f70d9c4ad6..6e235fd4bca6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/dualmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/dualmode/_index.md @@ -1,7 +1,7 @@ --- -title: DualMode +title: EmfPlusHeader.DualMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHeader property. Gets or sets a value indicating whether dual mode. If set this flag indicates that this metafile is dualmode which means that it contains two sets of records each of which completely specifies the graphics content. If clear the graphics content is specified by EMF records and possibly EMF records that are preceded by an EmfPlusGetDC record. If this flag is set EMF records alone SHOULD suffice to define the graphics content. Note that whether the dualmode flag is set or not some EMF records are always present namely EMF control records and the EMF records that contain EMF records. EMF control records are specified in MSEMF section 2.3.4 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/dualmode/ @@ -20,8 +20,8 @@ public bool DualMode { get; set; } ### See Also -* class [EmfPlusHeader](../../emfplusheader) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader) +* class [EmfPlusHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusflags/_index.md index b898648d33ab..2d0130889940 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusflags/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusFlags +title: EmfPlusHeader.EmfPlusFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHeader property. Gets or sets the EMF plus flags. A 32bit unsigned integer that contains information about how this metafile was recorded. if 31st bit of the field is set this flag indicates that the metafile was recorded with a reference device context for a video display. If clear the metafile was recorded with a reference device context for a printer type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusflags/ @@ -20,8 +20,8 @@ The EMF plus flags. ### See Also -* class [EmfPlusHeader](../../emfplusheader) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader) +* class [EmfPlusHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusheader/_index.md index 9bc2f68be2c7..6447e66a829e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusheader/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusHeader +title: EmfPlusHeader.EmfPlusHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHeader constructor. Initializes a new instance of the EmfPlusHeader class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/emfplusheader/ --- ## EmfPlusHeader constructor -Initializes a new instance of the [`EmfPlusHeader`](../../emfplusheader) class. +Initializes a new instance of the [`EmfPlusHeader`](../) class. ```csharp public EmfPlusHeader(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusHeader(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusHeader](../../emfplusheader) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/isvalid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/isvalid/_index.md index b4a21d92d94d..be339412d2e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/isvalid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/isvalid/_index.md @@ -1,7 +1,7 @@ --- -title: IsValid +title: EmfPlusHeader.IsValid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHeader property. Gets a value indicating whether this instance is valid type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/isvalid/ @@ -20,8 +20,8 @@ public bool IsValid { get; } ### See Also -* class [EmfPlusHeader](../../emfplusheader) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader) +* class [EmfPlusHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpix/_index.md index e64c962ed221..7c8f468c3878 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpix/_index.md @@ -1,7 +1,7 @@ --- -title: LogicalDpiX +title: EmfPlusHeader.LogicalDpiX second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHeader property. Gets or sets the logical dpi x. A 32bit unsigned integer that specifies the horizontal resolution for which the metafile was recorded in units of pixels per inch type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpix/ @@ -20,8 +20,8 @@ The logical dpi x. ### See Also -* class [EmfPlusHeader](../../emfplusheader) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader) +* class [EmfPlusHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpiy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpiy/_index.md index 54f9797dee72..52663a059d13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpiy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpiy/_index.md @@ -1,7 +1,7 @@ --- -title: LogicalDpiY +title: EmfPlusHeader.LogicalDpiY second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHeader property. Gets or sets the logical dpi y. A 32bit unsigned integer that specifies the vertical resolution for which the metafile was recorded in units of lines per inch type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/logicaldpiy/ @@ -20,8 +20,8 @@ The logical dpi y. ### See Also -* class [EmfPlusHeader](../../emfplusheader) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader) +* class [EmfPlusHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/version/_index.md index 9a07800ab1d6..42ffca35b1a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: EmfPlusHeader.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHeader property. Gets or sets the version. An EmfPlusGraphicsVersion object section 2.2.2.19 that specifies the version of operating system graphics that was used to create this metafile type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/version/ @@ -20,9 +20,9 @@ The version. ### See Also -* class [EmfPlusGraphicsVersion](../../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion) -* class [EmfPlusHeader](../../emfplusheader) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader) +* class [EmfPlusGraphicsVersion](../../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsversion/) +* class [EmfPlusHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/videodisplay/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/videodisplay/_index.md index bee0fb895490..02d0c8fa84ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/videodisplay/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/videodisplay/_index.md @@ -1,7 +1,7 @@ --- -title: VideoDisplay +title: EmfPlusHeader.VideoDisplay second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusHeader property. Gets or sets a value indicating whether video display. if set this flag indicates that the metafile was recorded with a reference device context for a video display. If clear the metafile was recorded with a reference device context for a printer type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusheader/videodisplay/ @@ -20,8 +20,8 @@ public bool VideoDisplay { get; set; } ### See Also -* class [EmfPlusHeader](../../emfplusheader) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader) +* class [EmfPlusHeader](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/_index.md index caff3a50369d..3e36555d5785 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusMultiplyWorldTransform +title: Class EmfPlusMultiplyWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusMultiplyWorldTransform class. The EmfPlusMultiplyWorldTransform record multiplies the current world space transform by a specified transform matrix type: docs weight: 6160 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/ @@ -18,23 +18,23 @@ public sealed class EmfPlusMultiplyWorldTransform : EmfPlusTerminalServerRecordT | Name | Description | | --- | --- | -| [EmfPlusMultiplyWorldTransform](emfplusmultiplyworldtransform)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusMultiplyWorldTransform`](../emfplusmultiplyworldtransform) class. | +| [EmfPlusMultiplyWorldTransform](emfplusmultiplyworldtransform/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusMultiplyWorldTransform` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [MatrixData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/matrixdata) { get; set; } | Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix. | -| [PostMultipliedMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/postmultipliedmatrix) { get; } | Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multipled. If clear, it should be premultiplied. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [MatrixData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/matrixdata/) { get; set; } | Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix. | +| [PostMultipliedMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/postmultipliedmatrix/) { get; } | Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multipled. If clear, it should be premultiplied. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/emfplusmultiplyworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/emfplusmultiplyworldtransform/_index.md index 4446e737b419..fadd0e2f0da8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/emfplusmultiplyworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/emfplusmultiplyworldtransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusMultiplyWorldTransform +title: EmfPlusMultiplyWorldTransform.EmfPlusMultiplyWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusMultiplyWorldTransform constructor. Initializes a new instance of the EmfPlusMultiplyWorldTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/emfplusmultiplyworldtransform/ --- ## EmfPlusMultiplyWorldTransform constructor -Initializes a new instance of the [`EmfPlusMultiplyWorldTransform`](../../emfplusmultiplyworldtransform) class. +Initializes a new instance of the [`EmfPlusMultiplyWorldTransform`](../) class. ```csharp public EmfPlusMultiplyWorldTransform(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusMultiplyWorldTransform(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusMultiplyWorldTransform](../../emfplusmultiplyworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusmultiplyworldtransform) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusMultiplyWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusmultiplyworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/matrixdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/matrixdata/_index.md index 8774edd752ef..f17538dd3a61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/matrixdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/matrixdata/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixData +title: EmfPlusMultiplyWorldTransform.MatrixData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusMultiplyWorldTransform property. Gets or sets an EmfPlusTransformMatrix object section 2.2.2.47 that defines the multiplication matrix type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/matrixdata/ @@ -20,9 +20,9 @@ The matrix data. ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlusMultiplyWorldTransform](../../emfplusmultiplyworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusmultiplyworldtransform) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlusMultiplyWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusmultiplyworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/postmultipliedmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/postmultipliedmatrix/_index.md index a77008d268d7..bea8000a6900 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/postmultipliedmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/postmultipliedmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: PostMultipliedMatrix +title: EmfPlusMultiplyWorldTransform.PostMultipliedMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusMultiplyWorldTransform property. Gets a value indicating whether post multiplied matrix. If set the transform matrix should be postmultipled. If clear it should be premultiplied type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusmultiplyworldtransform/postmultipliedmatrix/ @@ -20,8 +20,8 @@ public bool PostMultipliedMatrix { get; } ### See Also -* class [EmfPlusMultiplyWorldTransform](../../emfplusmultiplyworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusmultiplyworldtransform) +* class [EmfPlusMultiplyWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusmultiplyworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/_index.md index eb3879e0d9e5..76fe6210ea4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusObject +title: Class EmfPlusObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusObject class. The EmfPlusObject record specifies an object for use in graphics operations. The object definition can span multiple records which is indicated by the value of the Flags field type: docs weight: 6170 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/ @@ -18,30 +18,30 @@ public sealed class EmfPlusObject : EmfPlusObjectRecordType | Name | Description | | --- | --- | -| [EmfPlusObject](emfplusobject)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusObject`](../emfplusobject) class. | +| [EmfPlusObject](emfplusobject/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusObject` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [IsContinuable](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/iscontinuable) { get; set; } | Gets or sets a value indicating whether this instance is continuable. Indicates that the object definition continues on in the next EmfPlusObject record. This flag is never set in the final record that defines the object. | -| [ObjectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectdata) { get; set; } | Gets or sets an array of bytes that contains data for the type of object specified in the Flags field. The content and format of the data can be different for each object type. See the individual object definitions in section 2.2.1 for additional information. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectid) { get; set; } | Gets or sets the object identifier. The index in the EMF+ Object Table to associate with the object created by this record. The value MUST be zero to 63, inclusive. | -| [ObjectType](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objecttype) { get; set; } | Gets or sets the type of the object. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [TotalObjectSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/totalobjectsize) { get; set; } | Gets or sets the total size of the object. If the record is continuable, when the continue bit is set, this field will be present. Continuing objects have multiple EMF+ records starting with EmfPlusContineudObjectRecord. Each EmfPlusContinuedObjectRecord will contain a TotalObjectSize. Once TotalObjectSize number of bytes has been read, the next EMF+ record will not be treated as part of the continuing object. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | - -### Remarks +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [IsContinuable](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/iscontinuable/) { get; set; } | Gets or sets a value indicating whether this instance is continuable. Indicates that the object definition continues on in the next EmfPlusObject record. This flag is never set in the final record that defines the object. | +| [ObjectData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectdata/) { get; set; } | Gets or sets an array of bytes that contains data for the type of object specified in the Flags field. The content and format of the data can be different for each object type. See the individual object definitions in section 2.2.1 for additional information. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectid/) { get; set; } | Gets or sets the object identifier. The index in the EMF+ Object Table to associate with the object created by this record. The value MUST be zero to 63, inclusive. | +| [ObjectType](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objecttype/) { get; set; } | Gets or sets the type of the object. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [TotalObjectSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/totalobjectsize/) { get; set; } | Gets or sets the total size of the object. If the record is continuable, when the continue bit is set, this field will be present. Continuing objects have multiple EMF+ records starting with EmfPlusContineudObjectRecord. Each EmfPlusContinuedObjectRecord will contain a TotalObjectSize. Once TotalObjectSize number of bytes has been read, the next EMF+ record will not be treated as part of the continuing object. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | + +## Remarks The EmfPlusObject record is generic; it is used for all types of objects. Values that are specific to particular object types are contained in the ObjectData field. A conceptual model for managing graphics objects is described in Managing Graphics Objects (section 3.1.2). ### See Also -* class [EmfPlusObjectRecordType](../emfplusobjectrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusObjectRecordType](../emfplusobjectrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/emfplusobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/emfplusobject/_index.md index 8d938475d7d3..d9e568f61460 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/emfplusobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/emfplusobject/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusObject +title: EmfPlusObject.EmfPlusObject second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusObject constructor. Initializes a new instance of the EmfPlusObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/emfplusobject/ --- ## EmfPlusObject constructor -Initializes a new instance of the [`EmfPlusObject`](../../emfplusobject) class. +Initializes a new instance of the [`EmfPlusObject`](../) class. ```csharp public EmfPlusObject(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusObject(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusObject](../../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/iscontinuable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/iscontinuable/_index.md index f254a258a431..b53e9c269b49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/iscontinuable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/iscontinuable/_index.md @@ -1,7 +1,7 @@ --- -title: IsContinuable +title: EmfPlusObject.IsContinuable second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusObject property. Gets or sets a value indicating whether this instance is continuable. Indicates that the object definition continues on in the next EmfPlusObject record. This flag is never set in the final record that defines the object type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/iscontinuable/ @@ -20,8 +20,8 @@ public bool IsContinuable { get; set; } ### See Also -* class [EmfPlusObject](../../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject) +* class [EmfPlusObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectdata/_index.md index db5ffdfedff4..dac34cf118e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectdata/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectData +title: EmfPlusObject.ObjectData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusObject property. Gets or sets an array of bytes that contains data for the type of object specified in the Flags field. The content and format of the data can be different for each object type. See the individual object definitions in section 2.2.1 for additional information type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectdata/ @@ -20,9 +20,9 @@ The object data. ### See Also -* class [EmfPlusGraphicsObjectType](../../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype) -* class [EmfPlusObject](../../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject) +* class [EmfPlusGraphicsObjectType](../../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusgraphicsobjecttype/) +* class [EmfPlusObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectid/_index.md index 52d521b28691..a995c84d059e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusObject.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusObject property. Gets or sets the object identifier. The index in the EMF Object Table to associate with the object created by this record. The value MUST be zero to 63 inclusive type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusObject](../../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject) +* class [EmfPlusObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objecttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objecttype/_index.md index e4b8512ee960..b163c993561d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objecttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objecttype/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectType +title: EmfPlusObject.ObjectType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusObject property. Gets or sets the type of the object type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/objecttype/ @@ -20,9 +20,9 @@ The type of the object. ### See Also -* enum [EmfPlusObjectType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjecttype) -* class [EmfPlusObject](../../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject) +* enum [EmfPlusObjectType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusobjecttype/) +* class [EmfPlusObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/totalobjectsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/totalobjectsize/_index.md index a2085f25a6a4..aa63837ea105 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/totalobjectsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/totalobjectsize/_index.md @@ -1,7 +1,7 @@ --- -title: TotalObjectSize +title: EmfPlusObject.TotalObjectSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusObject property. Gets or sets the total size of the object. If the record is continuable when the continue bit is set this field will be present. Continuing objects have multiple EMF records starting with EmfPlusContineudObjectRecord. Each EmfPlusContinuedObjectRecord will contain a TotalObjectSize. Once TotalObjectSize number of bytes has been read the next EMF record will not be treated as part of the continuing object type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobject/totalobjectsize/ @@ -20,8 +20,8 @@ The total size of the object. ### See Also -* class [EmfPlusObject](../../emfplusobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject) +* class [EmfPlusObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobjectrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobjectrecordtype/_index.md index ed11145649ae..a8985146e012 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobjectrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobjectrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusObjectRecordType +title: Class EmfPlusObjectRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusObjectRecordType class. The Object Record Types define reusable graphics objects type: docs weight: 6180 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusobjectrecordtype/ @@ -18,15 +18,15 @@ public abstract class EmfPlusObjectRecordType : EmfPlusRecord | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/_index.md index 3faaa653562d..112de7fac3dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusOffsetClip +title: Class EmfPlusOffsetClip second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusOffsetClip class. The EmfPlusOffsetClip record applies a translation transform on the current clipping region for the world space. The new current clipping region is set to the result of the translation transform type: docs weight: 6190 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/ @@ -18,23 +18,23 @@ public sealed class EmfPlusOffsetClip : EmfPlusClippingRecordType | Name | Description | | --- | --- | -| [EmfPlusOffsetClip](emfplusoffsetclip)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusOffsetClip`](../emfplusoffsetclip) class. | +| [EmfPlusOffsetClip](emfplusoffsetclip/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusOffsetClip` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| [Dx](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dx) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation. | -| [Dy](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dy) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| [Dx](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dx/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation. | +| [Dy](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dy/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dx/_index.md index b879dbb0c06c..e2897b8c86cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dx/_index.md @@ -1,7 +1,7 @@ --- -title: Dx +title: EmfPlusOffsetClip.Dx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusOffsetClip property. Gets or sets a 32bit floatingpoint value that specifies the horizontal offset for the translation type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dx/ @@ -16,8 +16,8 @@ public float Dx { get; set; } ### See Also -* class [EmfPlusOffsetClip](../../emfplusoffsetclip) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusoffsetclip) +* class [EmfPlusOffsetClip](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusoffsetclip/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dy/_index.md index 7ff62bc04049..0fa83be4bf6d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dy/_index.md @@ -1,7 +1,7 @@ --- -title: Dy +title: EmfPlusOffsetClip.Dy second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusOffsetClip property. Gets or sets a 32bit floatingpoint value that specifies the vertical offset for the translation type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/dy/ @@ -16,8 +16,8 @@ public float Dy { get; set; } ### See Also -* class [EmfPlusOffsetClip](../../emfplusoffsetclip) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusoffsetclip) +* class [EmfPlusOffsetClip](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusoffsetclip/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/emfplusoffsetclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/emfplusoffsetclip/_index.md index 89de0150c06e..4b0ffb42dc0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/emfplusoffsetclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/emfplusoffsetclip/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusOffsetClip +title: EmfPlusOffsetClip.EmfPlusOffsetClip second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusOffsetClip constructor. Initializes a new instance of the EmfPlusOffsetClip class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusoffsetclip/emfplusoffsetclip/ --- ## EmfPlusOffsetClip constructor -Initializes a new instance of the [`EmfPlusOffsetClip`](../../emfplusoffsetclip) class. +Initializes a new instance of the [`EmfPlusOffsetClip`](../) class. ```csharp public EmfPlusOffsetClip(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusOffsetClip(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusOffsetClip](../../emfplusoffsetclip) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusoffsetclip) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusOffsetClip](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusoffsetclip/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluspropertyrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluspropertyrecordtype/_index.md index 5e4064b0b414..0e368637f050 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluspropertyrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfpluspropertyrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusPropertyRecordType +title: Class EmfPlusPropertyRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusPropertyRecordType class. The Property Record Types specify properties of the playback device context type: docs weight: 6200 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfpluspropertyrecordtype/ @@ -18,15 +18,15 @@ public abstract class EmfPlusPropertyRecordType : EmfPlusRecord | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/_index.md index 14264abef7d1..605fea51de9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRecord +title: Class EmfPlusRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusRecord class. The Emf base record type type: docs weight: 6210 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/ @@ -18,22 +18,22 @@ public class EmfPlusRecord : MetaObject | Name | Description | | --- | --- | -| [EmfPlusRecord](emfplusrecord)() | Initializes a new instance of the [`EmfPlusRecord`](../emfplusrecord) class. | -| [EmfPlusRecord](emfplusrecord)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusRecord`](../emfplusrecord) class. | +| [EmfPlusRecord](emfplusrecord/#constructor)() | Initializes a new instance of the `EmfPlusRecord` class. | +| [EmfPlusRecord](emfplusrecord/#constructor_1)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusRecord` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/_index.md index eaeec1b54bd4..341d5bd8da4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/_index.md @@ -1,7 +1,7 @@ --- -title: DataSize +title: EmfPlusRecord.DataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRecord property. Gets or sets a 32bit unsigned integer that MUST define the 32bitaligned number of bytes of data in the RecordData field that follows. This number does not include the 12byte record header type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/ @@ -20,8 +20,8 @@ The size of the data. ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord) +* class [EmfPlusRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/emfplusrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/emfplusrecord/_index.md index 07ba92c6be3d..51c5aa6855c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/emfplusrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/emfplusrecord/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusRecord +title: EmfPlusRecord.EmfPlusRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRecord constructor. Initializes a new instance of the EmfPlusRecord class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/emfplusrecord/ --- -## EmfPlusRecord constructor (1 of 2) +## EmfPlusRecord() {#constructor} -Initializes a new instance of the [`EmfPlusRecord`](../../emfplusrecord) class. +Initializes a new instance of the [`EmfPlusRecord`](../) class. ```csharp public EmfPlusRecord() @@ -16,15 +16,15 @@ public EmfPlusRecord() ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord) +* class [EmfPlusRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord/) * assembly [Aspose.Imaging](../../../) --- -## EmfPlusRecord constructor (2 of 2) +## EmfPlusRecord(EmfPlusRecord) {#constructor_1} -Initializes a new instance of the [`EmfPlusRecord`](../../emfplusrecord) class. +Initializes a new instance of the [`EmfPlusRecord`](../) class. ```csharp public EmfPlusRecord(EmfPlusRecord source) @@ -36,8 +36,8 @@ public EmfPlusRecord(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord) +* class [EmfPlusRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/_index.md index 13f4998f025d..a7829a1b99b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: EmfPlusRecord.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRecord property. Gets or sets a 16bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/ @@ -20,8 +20,8 @@ The flags. ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord) +* class [EmfPlusRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/_index.md index 53d558749990..7ae79286c98c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: EmfPlusRecord.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRecord property. Gets or sets a 32bit unsigned integer that specifies the 32bitaligned number of bytes in the entire record including the 12byte record header and recordspecific data type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/ @@ -20,8 +20,8 @@ The size. ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord) +* class [EmfPlusRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/_index.md index b834616a646d..16158df928eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: EmfPlusRecord.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRecord property. Gets a 16bit unsigned integer that identifies the record type type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/ @@ -16,9 +16,9 @@ public EmfPlusRecordType Type { get; } ### See Also -* enum [EmfPlusRecordType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusrecordtype) -* class [EmfPlusRecord](../../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord) +* enum [EmfPlusRecordType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusrecordtype/) +* class [EmfPlusRecord](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/_index.md index c2367f132089..6369db66e917 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusResetClip +title: Class EmfPlusResetClip second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusResetClip class. The EmfPlusResetClip record resets the current clipping region for the world space to infinity type: docs weight: 6220 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/ @@ -18,21 +18,21 @@ public sealed class EmfPlusResetClip : EmfPlusClippingRecordType | Name | Description | | --- | --- | -| [EmfPlusResetClip](emfplusresetclip)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusResetClip`](../emfplusresetclip) class. | +| [EmfPlusResetClip](emfplusresetclip/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusResetClip` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/emfplusresetclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/emfplusresetclip/_index.md index 8a1645ff5659..f5ff9009046b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/emfplusresetclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/emfplusresetclip/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusResetClip +title: EmfPlusResetClip.EmfPlusResetClip second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusResetClip constructor. Initializes a new instance of the EmfPlusResetClip class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetclip/emfplusresetclip/ --- ## EmfPlusResetClip constructor -Initializes a new instance of the [`EmfPlusResetClip`](../../emfplusresetclip) class. +Initializes a new instance of the [`EmfPlusResetClip`](../) class. ```csharp public EmfPlusResetClip(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusResetClip(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusResetClip](../../emfplusresetclip) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusresetclip) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusResetClip](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusresetclip/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/_index.md index 41bc599c9348..afd280a5f260 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusResetWorldTransform +title: Class EmfPlusResetWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusResetWorldTransform class. The EmfPlusResetWorldTransform record resets the current world space transform to the identify matrix type: docs weight: 6230 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/ @@ -18,21 +18,21 @@ public sealed class EmfPlusResetWorldTransform : EmfPlusTerminalServerRecordType | Name | Description | | --- | --- | -| [EmfPlusResetWorldTransform](emfplusresetworldtransform)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusResetWorldTransform`](../emfplusresetworldtransform) class. | +| [EmfPlusResetWorldTransform](emfplusresetworldtransform/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusResetWorldTransform` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/emfplusresetworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/emfplusresetworldtransform/_index.md index 33d69942ae16..044ab70c20f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/emfplusresetworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/emfplusresetworldtransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusResetWorldTransform +title: EmfPlusResetWorldTransform.EmfPlusResetWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusResetWorldTransform constructor. Initializes a new instance of the EmfPlusResetWorldTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusresetworldtransform/emfplusresetworldtransform/ --- ## EmfPlusResetWorldTransform constructor -Initializes a new instance of the [`EmfPlusResetWorldTransform`](../../emfplusresetworldtransform) class. +Initializes a new instance of the [`EmfPlusResetWorldTransform`](../) class. ```csharp public EmfPlusResetWorldTransform(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusResetWorldTransform(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusResetWorldTransform](../../emfplusresetworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusresetworldtransform) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusResetWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusresetworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/_index.md index 33ee5df419dc..d1f12353914c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRestore +title: Class EmfPlusRestore second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusRestore class. The EmfPlusRestore record restores the graphics state identified by a specified index from a stack of saved graphics states type: docs weight: 6240 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/ @@ -18,22 +18,22 @@ public sealed class EmfPlusRestore : EmfPlusStateRecordType | Name | Description | | --- | --- | -| [EmfPlusRestore](emfplusrestore)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusRestore`](../emfplusrestore) class. | +| [EmfPlusRestore](emfplusrestore/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusRestore` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/stackindex) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the level associated with a graphics state. The level value was assigned to the graphics state by a previous EmfPlusSave record (section 2.3.7.5). | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/stackindex/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the level associated with a graphics state. The level value was assigned to the graphics state by a previous EmfPlusSave record (section 2.3.7.5). | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusStateRecordType](../emfplusstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusStateRecordType](../emfplusstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/emfplusrestore/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/emfplusrestore/_index.md index 3b8c05c7b4d8..cc0331017b63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/emfplusrestore/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/emfplusrestore/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusRestore +title: EmfPlusRestore.EmfPlusRestore second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRestore constructor. Initializes a new instance of the EmfPlusRestore class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/emfplusrestore/ --- ## EmfPlusRestore constructor -Initializes a new instance of the [`EmfPlusRestore`](../../emfplusrestore) class. +Initializes a new instance of the [`EmfPlusRestore`](../) class. ```csharp public EmfPlusRestore(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusRestore(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusRestore](../../emfplusrestore) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrestore) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusRestore](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrestore/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/stackindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/stackindex/_index.md index 18ed875555a1..5f51cd92dd51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/stackindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/stackindex/_index.md @@ -1,7 +1,7 @@ --- -title: StackIndex +title: EmfPlusRestore.StackIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRestore property. Gets or sets a 32bit unsigned integer that specifies the level associated with a graphics state. The level value was assigned to the graphics state by a previous EmfPlusSave record section 2.3.7.5 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrestore/stackindex/ @@ -20,8 +20,8 @@ The index of the stack. ### See Also -* class [EmfPlusRestore](../../emfplusrestore) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrestore) +* class [EmfPlusRestore](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrestore/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/_index.md index 6a6121ea2cad..4fc0d73391f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusRotateWorldTransform +title: Class EmfPlusRotateWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusRotateWorldTransform class. The EmfPlusRotateWorldTransform record performs a rotation on the current world space transform type: docs weight: 6250 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/ @@ -18,23 +18,23 @@ public sealed class EmfPlusRotateWorldTransform : EmfPlusTerminalServerRecordTyp | Name | Description | | --- | --- | -| [EmfPlusRotateWorldTransform](emfplusrotateworldtransform)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusRotateWorldTransform`](../emfplusrotateworldtransform) class. | +| [EmfPlusRotateWorldTransform](emfplusrotateworldtransform/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusRotateWorldTransform` class. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/angle) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the angle of rotation in degrees. The operation is performed by constructing a new transform matrix from the following diagram: --------------------------------- | sin(Angle) | cos(Angle) | 0 | | cos(Angle) | sin(Angle) | 0 | --------------------------------- Figure 2: Rotation Transform Matrix The current world space transform is multiplied by this matrix, and the result becomes the new current world space transform. The Flags field determines the order of multiplication. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [PostMultipliedMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/postmultipliedmatrix) { get; } | Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multiplied. If clear, it should be premultiplied. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Angle](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/angle/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the angle of rotation in degrees. The operation is performed by constructing a new transform matrix from the following diagram: --------------------------------- | sin(Angle) | cos(Angle) | 0 | | cos(Angle) | sin(Angle) | 0 | --------------------------------- Figure 2: Rotation Transform Matrix The current world space transform is multiplied by this matrix, and the result becomes the new current world space transform. The Flags field determines the order of multiplication. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [PostMultipliedMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/postmultipliedmatrix/) { get; } | Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multiplied. If clear, it should be premultiplied. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/angle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/angle/_index.md index 4d93d7f728e7..576ef5128fbe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/angle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/angle/_index.md @@ -1,7 +1,7 @@ --- -title: Angle +title: EmfPlusRotateWorldTransform.Angle second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRotateWorldTransform property. Gets or sets a 32bit floatingpoint value that specifies the angle of rotation in degrees. The operation is performed by constructing a new transform matrix from the following diagram sinAngle cosAngle 0 cosAngle sinAngle 0 Figure 2 Rotation Transform Matrix The current world space transform is multiplied by this matrix and the result becomes the new current world space transform. The Flags field determines the order of multiplication type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/angle/ @@ -20,8 +20,8 @@ The angle. ### See Also -* class [EmfPlusRotateWorldTransform](../../emfplusrotateworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrotateworldtransform) +* class [EmfPlusRotateWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrotateworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/emfplusrotateworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/emfplusrotateworldtransform/_index.md index 9522ad23af9e..39146c1280ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/emfplusrotateworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/emfplusrotateworldtransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusRotateWorldTransform +title: EmfPlusRotateWorldTransform.EmfPlusRotateWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRotateWorldTransform constructor. Initializes a new instance of the EmfPlusRotateWorldTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/emfplusrotateworldtransform/ --- ## EmfPlusRotateWorldTransform constructor -Initializes a new instance of the [`EmfPlusRotateWorldTransform`](../../emfplusrotateworldtransform) class. +Initializes a new instance of the [`EmfPlusRotateWorldTransform`](../) class. ```csharp public EmfPlusRotateWorldTransform(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusRotateWorldTransform(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusRotateWorldTransform](../../emfplusrotateworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrotateworldtransform) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusRotateWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrotateworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/postmultipliedmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/postmultipliedmatrix/_index.md index 224739d31efa..c920c703cc7c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/postmultipliedmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/postmultipliedmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: PostMultipliedMatrix +title: EmfPlusRotateWorldTransform.PostMultipliedMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusRotateWorldTransform property. Gets a value indicating whether post multiplied matrix. If set the transform matrix should be postmultiplied. If clear it should be premultiplied type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusrotateworldtransform/postmultipliedmatrix/ @@ -20,8 +20,8 @@ public bool PostMultipliedMatrix { get; } ### See Also -* class [EmfPlusRotateWorldTransform](../../emfplusrotateworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrotateworldtransform) +* class [EmfPlusRotateWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusrotateworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/_index.md index 696ae4a39857..6ef51bea9a7d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSave +title: Class EmfPlusSave second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSave class. The EmfPlusSave record saves the graphics state identified by a specified index on a stack of saved graphics states type: docs weight: 6260 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/ @@ -18,22 +18,22 @@ public sealed class EmfPlusSave : EmfPlusStateRecordType | Name | Description | | --- | --- | -| [EmfPlusSave](emfplussave)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSave`](../emfplussave) class. | +| [EmfPlusSave](emfplussave/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSave` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussave/stackindex) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a level to associate with the graphics state. The level value can be used by a subsequent EmfPlusRestore record (section 2.3.7.4) operation to retrieve the graphics state. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [StackIndex](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussave/stackindex/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies a level to associate with the graphics state. The level value can be used by a subsequent EmfPlusRestore record (section 2.3.7.4) operation to retrieve the graphics state. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusStateRecordType](../emfplusstaterecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusStateRecordType](../emfplusstaterecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/emfplussave/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/emfplussave/_index.md index fe02755cc177..6b74d690c18f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/emfplussave/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/emfplussave/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSave +title: EmfPlusSave.EmfPlusSave second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSave constructor. Initializes a new instance of the EmfPlusSave class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/emfplussave/ --- ## EmfPlusSave constructor -Initializes a new instance of the [`EmfPlusSave`](../../emfplussave) class. +Initializes a new instance of the [`EmfPlusSave`](../) class. ```csharp public EmfPlusSave(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSave(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSave](../../emfplussave) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussave) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSave](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussave/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/stackindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/stackindex/_index.md index 5d346b337c92..804eae371bfa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/stackindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/stackindex/_index.md @@ -1,7 +1,7 @@ --- -title: StackIndex +title: EmfPlusSave.StackIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSave property. Gets or sets a 32bit unsigned integer that specifies a level to associate with the graphics state. The level value can be used by a subsequent EmfPlusRestore record section 2.3.7.4 operation to retrieve the graphics state type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussave/stackindex/ @@ -20,8 +20,8 @@ The index of the stack. ### See Also -* class [EmfPlusSave](../../emfplussave) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussave) +* class [EmfPlusSave](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussave/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/_index.md index 9107a3e704dc..db57a2b7f436 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusScaleWorldTransform +title: Class EmfPlusScaleWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusScaleWorldTransform class. The EmfPlusScaleWorldTransform record performs a scaling on the current world space transform type: docs weight: 6270 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/ @@ -18,24 +18,24 @@ public sealed class EmfPlusScaleWorldTransform : EmfPlusTerminalServerRecordType | Name | Description | | --- | --- | -| [EmfPlusScaleWorldTransform](emfplusscaleworldtransform)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusScaleWorldTransform`](../emfplusscaleworldtransform) class. | +| [EmfPlusScaleWorldTransform](emfplusscaleworldtransform/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusScaleWorldTransform` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [PostMultipliedMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/postmultipliedmatrix) { get; } | Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multipled. If clear, it should be premultiplied. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Sx](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sx) { get; set; } | Gets or sets a 32-bit floating-point value that defines the horizontal scale factor. The scaling is performed by constructing a new transform matrix from the Sx and Sy field values, as shown in the following table. ----------------- | Sx | 0 | 0 | | 0 | Sx | 0 | ----------------- Figure 3: Scale Transform Matrix | -| [Sy](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sy) { get; set; } | Gets or sets a 32-bit floating-point value that defines the vertical scale factor. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [PostMultipliedMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/postmultipliedmatrix/) { get; } | Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multipled. If clear, it should be premultiplied. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Sx](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sx/) { get; set; } | Gets or sets a 32-bit floating-point value that defines the horizontal scale factor. The scaling is performed by constructing a new transform matrix from the Sx and Sy field values, as shown in the following table. ----------------- | Sx | 0 | 0 | | 0 | Sx | 0 | ----------------- Figure 3: Scale Transform Matrix | +| [Sy](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sy/) { get; set; } | Gets or sets a 32-bit floating-point value that defines the vertical scale factor. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/emfplusscaleworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/emfplusscaleworldtransform/_index.md index ff26e72401b4..ea96c6913c9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/emfplusscaleworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/emfplusscaleworldtransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusScaleWorldTransform +title: EmfPlusScaleWorldTransform.EmfPlusScaleWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusScaleWorldTransform constructor. Initializes a new instance of the EmfPlusScaleWorldTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/emfplusscaleworldtransform/ --- ## EmfPlusScaleWorldTransform constructor -Initializes a new instance of the [`EmfPlusScaleWorldTransform`](../../emfplusscaleworldtransform) class. +Initializes a new instance of the [`EmfPlusScaleWorldTransform`](../) class. ```csharp public EmfPlusScaleWorldTransform(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusScaleWorldTransform(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusScaleWorldTransform](../../emfplusscaleworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusscaleworldtransform) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusScaleWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusscaleworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/postmultipliedmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/postmultipliedmatrix/_index.md index ba6992758942..fb17d41d803c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/postmultipliedmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/postmultipliedmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: PostMultipliedMatrix +title: EmfPlusScaleWorldTransform.PostMultipliedMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusScaleWorldTransform property. Gets a value indicating whether post multiplied matrix. If set the transform matrix should be postmultipled. If clear it should be premultiplied type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/postmultipliedmatrix/ @@ -20,8 +20,8 @@ public bool PostMultipliedMatrix { get; } ### See Also -* class [EmfPlusScaleWorldTransform](../../emfplusscaleworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusscaleworldtransform) +* class [EmfPlusScaleWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusscaleworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sx/_index.md index 127c31d0dd48..54b6ddd5153e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sx/_index.md @@ -1,7 +1,7 @@ --- -title: Sx +title: EmfPlusScaleWorldTransform.Sx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusScaleWorldTransform property. Gets or sets a 32bit floatingpoint value that defines the horizontal scale factor. The scaling is performed by constructing a new transform matrix from the Sx and Sy field values as shown in the following table. Sx 0 0 0 Sx 0 Figure 3 Scale Transform Matrix type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sx/ @@ -16,8 +16,8 @@ public float Sx { get; set; } ### See Also -* class [EmfPlusScaleWorldTransform](../../emfplusscaleworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusscaleworldtransform) +* class [EmfPlusScaleWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusscaleworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sy/_index.md index 0ff4ce10cd87..db459ef12bd8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sy/_index.md @@ -1,7 +1,7 @@ --- -title: Sy +title: EmfPlusScaleWorldTransform.Sy second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusScaleWorldTransform property. Gets or sets a 32bit floatingpoint value that defines the vertical scale factor type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusscaleworldtransform/sy/ @@ -16,8 +16,8 @@ public float Sy { get; set; } ### See Also -* class [EmfPlusScaleWorldTransform](../../emfplusscaleworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusscaleworldtransform) +* class [EmfPlusScaleWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusscaleworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/_index.md index da2f7f4dbc5a..c02896f30caf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSerializableObject +title: Class EmfPlusSerializableObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSerializableObject class. The EmfPlusSerializableObject record defines an image effects parameter block that has been serialized into a data buffer type: docs weight: 6280 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/ @@ -18,25 +18,25 @@ public sealed class EmfPlusSerializableObject : EmfPlusObjectRecordType | Name | Description | | --- | --- | -| [EmfPlusSerializableObject](emfplusserializableobject)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSerializableObject`](../emfplusserializableobject) class. | +| [EmfPlusSerializableObject](emfplusserializableobject/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSerializableObject` class. | ## Properties | Name | Description | | --- | --- | -| [Buffer](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffer) { get; set; } | Gets or sets an array of BufferSize bytes that contain the serialized image effects parameter block that corresponds to the GUID in the ObjectGUID field. This MUST be one of the Image Effects objects (section 2.2.3). | -| [BufferSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffersize) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size in bytes of the 32-bitaligned Buffer field. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| override [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt. | -| [ImageEffect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/imageeffect) { get; set; } | Gets or sets the image effect. | -| [ObjectGuid](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/objectguid) { get; set; } | Gets or sets the GUID packet representation value ([MS-DTYP] section 2.3.4.2) for the image effect. This MUST correspond to one of the ImageEffects identifiers (section 2.1.3.1). | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Buffer](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffer/) { get; set; } | Gets or sets an array of BufferSize bytes that contain the serialized image effects parameter block that corresponds to the GUID in the ObjectGUID field. This MUST be one of the Image Effects objects (section 2.2.3). | +| [BufferSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffersize/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size in bytes of the 32-bitaligned Buffer field. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| override [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt. | +| [ImageEffect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/imageeffect/) { get; set; } | Gets or sets the image effect. | +| [ObjectGuid](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/objectguid/) { get; set; } | Gets or sets the GUID packet representation value ([MS-DTYP] section 2.3.4.2) for the image effect. This MUST correspond to one of the ImageEffects identifiers (section 2.1.3.1). | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusObjectRecordType](../emfplusobjectrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusObjectRecordType](../emfplusobjectrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffer/_index.md index b15aec00fe79..62bc61fdcc3f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffer/_index.md @@ -1,7 +1,7 @@ --- -title: Buffer +title: EmfPlusSerializableObject.Buffer second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSerializableObject property. Gets or sets an array of BufferSize bytes that contain the serialized image effects parameter block that corresponds to the GUID in the ObjectGUID field. This MUST be one of the Image Effects objects section 2.2.3 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffer/ @@ -16,8 +16,8 @@ public byte[] Buffer { get; set; } ### See Also -* class [EmfPlusSerializableObject](../../emfplusserializableobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject) +* class [EmfPlusSerializableObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffersize/_index.md index 7408a32138a5..0466df04800d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffersize/_index.md @@ -1,7 +1,7 @@ --- -title: BufferSize +title: EmfPlusSerializableObject.BufferSize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSerializableObject property. Gets or sets a 32bit unsigned integer that specifies the size in bytes of the 32bitaligned Buffer field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/buffersize/ @@ -16,8 +16,8 @@ public int BufferSize { get; set; } ### See Also -* class [EmfPlusSerializableObject](../../emfplusserializableobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject) +* class [EmfPlusSerializableObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/emfplusserializableobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/emfplusserializableobject/_index.md index 70c889f8149d..70376790f684 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/emfplusserializableobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/emfplusserializableobject/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSerializableObject +title: EmfPlusSerializableObject.EmfPlusSerializableObject second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSerializableObject constructor. Initializes a new instance of the EmfPlusSerializableObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/emfplusserializableobject/ --- ## EmfPlusSerializableObject constructor -Initializes a new instance of the [`EmfPlusSerializableObject`](../../emfplusserializableobject) class. +Initializes a new instance of the [`EmfPlusSerializableObject`](../) class. ```csharp public EmfPlusSerializableObject(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSerializableObject(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSerializableObject](../../emfplusserializableobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSerializableObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/flags/_index.md index 88fa341db1f5..12a1bbf74c40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: EmfPlusSerializableObject.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSerializableObject property. Gets or sets a 16bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/flags/ @@ -20,8 +20,8 @@ The flags. ### See Also -* class [EmfPlusSerializableObject](../../emfplusserializableobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject) +* class [EmfPlusSerializableObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/imageeffect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/imageeffect/_index.md index 80edad533422..38cc1eb8bc16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/imageeffect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/imageeffect/_index.md @@ -1,7 +1,7 @@ --- -title: ImageEffect +title: EmfPlusSerializableObject.ImageEffect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSerializableObject property. Gets or sets the image effect type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/imageeffect/ @@ -20,9 +20,9 @@ The image effect. ### See Also -* class [EmfPlusImageEffectsObjectType](../../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageeffectsobjecttype) -* class [EmfPlusSerializableObject](../../emfplusserializableobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject) +* class [EmfPlusImageEffectsObjectType](../../../aspose.imaging.fileformats.emf.emfplus.objects/emfplusimageeffectsobjecttype/) +* class [EmfPlusSerializableObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/objectguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/objectguid/_index.md index dee0a23d7fdc..dca7ab2c7b92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/objectguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/objectguid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectGuid +title: EmfPlusSerializableObject.ObjectGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSerializableObject property. Gets or sets the GUID packet representation value MSDTYP section 2.3.4.2 for the image effect. This MUST correspond to one of the ImageEffects identifiers section 2.1.3.1 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusserializableobject/objectguid/ @@ -16,9 +16,9 @@ public GuidPacketRepresentation ObjectGuid { get; set; } ### See Also -* struct [GuidPacketRepresentation](../../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation) -* class [EmfPlusSerializableObject](../../emfplusserializableobject) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject) +* struct [GuidPacketRepresentation](../../../aspose.imaging.fileformats.emf.dtyp.commondatastructures/guidpacketrepresentation/) +* class [EmfPlusSerializableObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplusserializableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/_index.md index 03f6ce3045b9..780aa393192a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetAntiAliasMode +title: Class EmfPlusSetAntiAliasMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetAntiAliasMode class. The EmfPlusSetAntiAliasMode record specifies the antialiasing mode for text output type: docs weight: 6290 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/ @@ -18,23 +18,23 @@ public sealed class EmfPlusSetAntiAliasMode : EmfPlusPropertyRecordType | Name | Description | | --- | --- | -| [EmfPlusSetAntiAliasMode](emfplussetantialiasmode)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetAntiAliasMode`](../emfplussetantialiasmode) class. | +| [EmfPlusSetAntiAliasMode](emfplussetantialiasmode/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetAntiAliasMode` class. | ## Properties | Name | Description | | --- | --- | -| [AntiAliasing](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/antialiasing) { get; set; } | Gets or sets a value indicating whether [anti aliasing]. If set, anti-aliasing SHOULD be performed. If clear, anti-aliasing SHOULD NOT be performed. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [SmoothingMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/smoothingmode) { get; set; } | Gets or sets the smoothing mode. (7 bits): The smoothing mode value, from the SmoothingMode enumeration (section 2.1.1.28) | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [AntiAliasing](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/antialiasing/) { get; set; } | Gets or sets a value indicating whether [anti aliasing]. If set, anti-aliasing SHOULD be performed. If clear, anti-aliasing SHOULD NOT be performed. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [SmoothingMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. (7 bits): The smoothing mode value, from the SmoothingMode enumeration (section 2.1.1.28) | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/antialiasing/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/antialiasing/_index.md index bc2baf127301..29db5cf4fba2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/antialiasing/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/antialiasing/_index.md @@ -1,7 +1,7 @@ --- -title: AntiAliasing +title: EmfPlusSetAntiAliasMode.AntiAliasing second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetAntiAliasMode property. Gets or sets a value indicating whether anti aliasing. If set antialiasing SHOULD be performed. If clear antialiasing SHOULD NOT be performed type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/antialiasing/ @@ -20,8 +20,8 @@ public bool AntiAliasing { get; set; } ### See Also -* class [EmfPlusSetAntiAliasMode](../../emfplussetantialiasmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetantialiasmode) +* class [EmfPlusSetAntiAliasMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetantialiasmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/emfplussetantialiasmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/emfplussetantialiasmode/_index.md index 69e324676ed1..82d74b72b6ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/emfplussetantialiasmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/emfplussetantialiasmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetAntiAliasMode +title: EmfPlusSetAntiAliasMode.EmfPlusSetAntiAliasMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetAntiAliasMode constructor. Initializes a new instance of the EmfPlusSetAntiAliasMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/emfplussetantialiasmode/ --- ## EmfPlusSetAntiAliasMode constructor -Initializes a new instance of the [`EmfPlusSetAntiAliasMode`](../../emfplussetantialiasmode) class. +Initializes a new instance of the [`EmfPlusSetAntiAliasMode`](../) class. ```csharp public EmfPlusSetAntiAliasMode(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetAntiAliasMode(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetAntiAliasMode](../../emfplussetantialiasmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetantialiasmode) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetAntiAliasMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetantialiasmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/smoothingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/smoothingmode/_index.md index c75201badfbc..9f65f94c42de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/smoothingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/smoothingmode/_index.md @@ -1,7 +1,7 @@ --- -title: SmoothingMode +title: EmfPlusSetAntiAliasMode.SmoothingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetAntiAliasMode property. Gets or sets the smoothing mode. 7 bits The smoothing mode value from the SmoothingMode enumeration section 2.1.1.28 type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetantialiasmode/smoothingmode/ @@ -20,9 +20,9 @@ The smoothing mode. ### See Also -* enum [EmfPlusSmoothingMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode) -* class [EmfPlusSetAntiAliasMode](../../emfplussetantialiasmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetantialiasmode) +* enum [EmfPlusSmoothingMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode/) +* class [EmfPlusSetAntiAliasMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetantialiasmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/_index.md index 708f2b1e68d9..faf03288a5ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetClipPath +title: Class EmfPlusSetClipPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetClipPath class. The EmfPlusSetClipPath record combines the current clipping region with a graphics path. The new current clipping region is set to the result of the CombineMode operation type: docs weight: 6300 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/ @@ -18,23 +18,23 @@ public sealed class EmfPlusSetClipPath : EmfPlusClippingRecordType | Name | Description | | --- | --- | -| [EmfPlusSetClipPath](emfplussetclippath)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetClipPath`](../emfplussetclippath) class. | +| [EmfPlusSetClipPath](emfplussetclippath/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetClipPath` class. | ## Properties | Name | Description | | --- | --- | -| [Cm](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/cm) { get; set; } | Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/objectid) { get; set; } | Gets or sets the index of an EmfPlusPath object (section 2.2.1.6) in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Cm](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/cm/) { get; set; } | Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/objectid/) { get; set; } | Gets or sets the index of an EmfPlusPath object (section 2.2.1.6) in the EMF+ Object Table. The value MUST be zero to 63, inclusive. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/cm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/cm/_index.md index 3291948960b4..017bf86c2e17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/cm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/cm/_index.md @@ -1,7 +1,7 @@ --- -title: Cm +title: EmfPlusSetClipPath.Cm second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipPath property. Gets or sets the CM 4 bits Specifies the logical operation for combining two regions. See the CombineMode enumeration section 2.1.1.4 for the meanings of the values type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/cm/ @@ -20,9 +20,9 @@ The cm. ### See Also -* enum [EmfPlusCombineMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode) -* class [EmfPlusSetClipPath](../../emfplussetclippath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclippath) +* enum [EmfPlusCombineMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode/) +* class [EmfPlusSetClipPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclippath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/emfplussetclippath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/emfplussetclippath/_index.md index d694cd5777c5..7b9eb1d7879a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/emfplussetclippath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/emfplussetclippath/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetClipPath +title: EmfPlusSetClipPath.EmfPlusSetClipPath second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipPath constructor. Initializes a new instance of the EmfPlusSetClipPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/emfplussetclippath/ --- ## EmfPlusSetClipPath constructor -Initializes a new instance of the [`EmfPlusSetClipPath`](../../emfplussetclippath) class. +Initializes a new instance of the [`EmfPlusSetClipPath`](../) class. ```csharp public EmfPlusSetClipPath(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetClipPath(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetClipPath](../../emfplussetclippath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclippath) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetClipPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclippath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/objectid/_index.md index 088febff2c73..f3a87078a3e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusSetClipPath.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipPath property. Gets or sets the index of an EmfPlusPath object section 2.2.1.6 in the EMF Object Table. The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclippath/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusSetClipPath](../../emfplussetclippath) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclippath) +* class [EmfPlusSetClipPath](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclippath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/_index.md index 46425259787b..ef0dae27d494 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetClipRect +title: Class EmfPlusSetClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetClipRect class. The EmfPlusSetClipRect record combines the current clipping region with a rectangle type: docs weight: 6310 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/ @@ -18,23 +18,23 @@ public sealed class EmfPlusSetClipRect : EmfPlusClippingRecordType | Name | Description | | --- | --- | -| [EmfPlusSetClipRect](emfplussetcliprect)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetClipRect`](../emfplussetcliprect) class. | +| [EmfPlusSetClipRect](emfplussetcliprect/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetClipRect` class. | ## Properties | Name | Description | | --- | --- | -| [ClipRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cliprect) { get; set; } | Gets or sets an EmfPlusRectF object (section 2.2.2.39) that defines the rectangle to use in the CombineMode operation. | -| [Cm](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cm) { get; set; } | Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [ClipRect](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cliprect/) { get; set; } | Gets or sets an EmfPlusRectF object (section 2.2.2.39) that defines the rectangle to use in the CombineMode operation. | +| [Cm](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cm/) { get; set; } | Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cliprect/_index.md index 0414e18b8baf..476b70cc8e8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cliprect/_index.md @@ -1,7 +1,7 @@ --- -title: ClipRect +title: EmfPlusSetClipRect.ClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipRect property. Gets or sets an EmfPlusRectF object section 2.2.2.39 that defines the rectangle to use in the CombineMode operation type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cliprect/ @@ -16,9 +16,9 @@ public RectangleF ClipRect { get; set; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EmfPlusSetClipRect](../../emfplussetcliprect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcliprect) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EmfPlusSetClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cm/_index.md index d9ccb1012164..aee3d7a6d4e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cm/_index.md @@ -1,7 +1,7 @@ --- -title: Cm +title: EmfPlusSetClipRect.Cm second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipRect property. Gets or sets the CM 4 bits Specifies the logical operation for combining two regions. See the CombineMode enumeration section 2.1.1.4 for the meanings of the values type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/cm/ @@ -20,9 +20,9 @@ The cm. ### See Also -* enum [EmfPlusCombineMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode) -* class [EmfPlusSetClipRect](../../emfplussetcliprect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcliprect) +* enum [EmfPlusCombineMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode/) +* class [EmfPlusSetClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/emfplussetcliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/emfplussetcliprect/_index.md index 7dcded6fbcd9..b31bf9830e24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/emfplussetcliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/emfplussetcliprect/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetClipRect +title: EmfPlusSetClipRect.EmfPlusSetClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipRect constructor. Initializes a new instance of the EmfPlusSetClipRect class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcliprect/emfplussetcliprect/ --- ## EmfPlusSetClipRect constructor -Initializes a new instance of the [`EmfPlusSetClipRect`](../../emfplussetcliprect) class. +Initializes a new instance of the [`EmfPlusSetClipRect`](../) class. ```csharp public EmfPlusSetClipRect(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetClipRect(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetClipRect](../../emfplussetcliprect) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcliprect) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/_index.md index e60af322d22a..7eac631f2d10 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetClipRegion +title: Class EmfPlusSetClipRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetClipRegion class. The EmfPlusSetClipRegion record combines the current clipping region with another graphics region. The new current clipping region is set to the result of performing the CombineMode operation on the previous current clipping region and the specified EmfPlusRegion object type: docs weight: 6320 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/ @@ -18,23 +18,23 @@ public sealed class EmfPlusSetClipRegion : EmfPlusClippingRecordType | Name | Description | | --- | --- | -| [EmfPlusSetClipRegion](emfplussetclipregion)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetClipRegion`](../emfplussetclipregion) class. | +| [EmfPlusSetClipRegion](emfplussetclipregion/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetClipRegion` class. | ## Properties | Name | Description | | --- | --- | -| [Cm](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/cm) { get; set; } | Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/objectid) { get; set; } | Gets or sets the index of an EmfPlusRegion object (section 2.2.1.8) in the EMF+ Object Table.The value MUST be zero to 63, inclusive. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Cm](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/cm/) { get; set; } | Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [ObjectId](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/objectid/) { get; set; } | Gets or sets the index of an EmfPlusRegion object (section 2.2.1.8) in the EMF+ Object Table.The value MUST be zero to 63, inclusive. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusClippingRecordType](../emfplusclippingrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/cm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/cm/_index.md index b9eb4844d2ad..81b7cf21d22a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/cm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/cm/_index.md @@ -1,7 +1,7 @@ --- -title: Cm +title: EmfPlusSetClipRegion.Cm second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipRegion property. Gets or sets the CM 4 bits Specifies the logical operation for combining two regions. See the CombineMode enumeration section 2.1.1.4 for the meanings of the values type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/cm/ @@ -20,9 +20,9 @@ The cm. ### See Also -* enum [EmfPlusCombineMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode) -* class [EmfPlusSetClipRegion](../../emfplussetclipregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclipregion) +* enum [EmfPlusCombineMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscombinemode/) +* class [EmfPlusSetClipRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclipregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/emfplussetclipregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/emfplussetclipregion/_index.md index 27ab1931eeb1..1f4c2f049049 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/emfplussetclipregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/emfplussetclipregion/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetClipRegion +title: EmfPlusSetClipRegion.EmfPlusSetClipRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipRegion constructor. Initializes a new instance of the EmfPlusSetClipRegion class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/emfplussetclipregion/ --- ## EmfPlusSetClipRegion constructor -Initializes a new instance of the [`EmfPlusSetClipRegion`](../../emfplussetclipregion) class. +Initializes a new instance of the [`EmfPlusSetClipRegion`](../) class. ```csharp public EmfPlusSetClipRegion(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetClipRegion(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetClipRegion](../../emfplussetclipregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclipregion) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetClipRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclipregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/objectid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/objectid/_index.md index df960309e084..715a46172a65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/objectid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/objectid/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectId +title: EmfPlusSetClipRegion.ObjectId second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetClipRegion property. Gets or sets the index of an EmfPlusRegion object section 2.2.1.8 in the EMF Object Table.The value MUST be zero to 63 inclusive type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetclipregion/objectid/ @@ -20,8 +20,8 @@ The object identifier. ### See Also -* class [EmfPlusSetClipRegion](../../emfplussetclipregion) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclipregion) +* class [EmfPlusSetClipRegion](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetclipregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/_index.md index c24d6c4962e5..3490816a55f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetCompositingMode +title: Class EmfPlusSetCompositingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetCompositingMode class. The EmfPlusSetCompositingMode record specifies how source colors are combined with background colors type: docs weight: 6330 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/ @@ -18,22 +18,22 @@ public sealed class EmfPlusSetCompositingMode : EmfPlusPropertyRecordType | Name | Description | | --- | --- | -| [EmfPlusSetCompositingMode](emfplussetcompositingmode)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetCompositingMode`](../emfplussetcompositingmode) class. | +| [EmfPlusSetCompositingMode](emfplussetcompositingmode/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetCompositingMode` class. | ## Properties | Name | Description | | --- | --- | -| [CompositingMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/compositingmode) { get; set; } | Gets or sets the compositing mode value, from the CompositingMode enumeration (section 2.1.1.5). Compositing can be expressed as the state of alpha blending, which can either be on or off. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [CompositingMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/compositingmode/) { get; set; } | Gets or sets the compositing mode value, from the CompositingMode enumeration (section 2.1.1.5). Compositing can be expressed as the state of alpha blending, which can either be on or off. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/compositingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/compositingmode/_index.md index 9231cb1d09c0..38ea9d78596a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/compositingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/compositingmode/_index.md @@ -1,7 +1,7 @@ --- -title: CompositingMode +title: EmfPlusSetCompositingMode.CompositingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetCompositingMode property. Gets or sets the compositing mode value from the CompositingMode enumeration section 2.1.1.5. Compositing can be expressed as the state of alpha blending which can either be on or off type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/compositingmode/ @@ -20,9 +20,9 @@ The compositing mode. ### See Also -* enum [EmfPlusCompositingMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode) -* class [EmfPlusSetCompositingMode](../../emfplussetcompositingmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcompositingmode) +* enum [EmfPlusCompositingMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode/) +* class [EmfPlusSetCompositingMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcompositingmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/emfplussetcompositingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/emfplussetcompositingmode/_index.md index 7b99cc86dd98..be3d1afe2a4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/emfplussetcompositingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/emfplussetcompositingmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetCompositingMode +title: EmfPlusSetCompositingMode.EmfPlusSetCompositingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetCompositingMode constructor. Initializes a new instance of the EmfPlusSetCompositingMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingmode/emfplussetcompositingmode/ --- ## EmfPlusSetCompositingMode constructor -Initializes a new instance of the [`EmfPlusSetCompositingMode`](../../emfplussetcompositingmode) class. +Initializes a new instance of the [`EmfPlusSetCompositingMode`](../) class. ```csharp public EmfPlusSetCompositingMode(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetCompositingMode(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetCompositingMode](../../emfplussetcompositingmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcompositingmode) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetCompositingMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcompositingmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/_index.md index 8fa912618cd4..2544061ee564 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetCompositingQuality +title: Class EmfPlusSetCompositingQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetCompositingQuality class. The EmfPlusSetCompositingQuality record specifies the desired level of quality for creating composite images from multiple objects type: docs weight: 6340 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/ @@ -18,22 +18,22 @@ public sealed class EmfPlusSetCompositingQuality : EmfPlusPropertyRecordType | Name | Description | | --- | --- | -| [EmfPlusSetCompositingQuality](emfplussetcompositingquality)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetCompositingQuality`](../emfplussetcompositingquality) class. | +| [EmfPlusSetCompositingQuality](emfplussetcompositingquality/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetCompositingQuality` class. | ## Properties | Name | Description | | --- | --- | -| [CompositingQuality](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/compositingquality) { get; set; } | Gets or sets the compositing quality. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [CompositingQuality](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/compositingquality/) { get; set; } | Gets or sets the compositing quality. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/compositingquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/compositingquality/_index.md index 8b20df4e52da..0a226cc19328 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/compositingquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/compositingquality/_index.md @@ -1,7 +1,7 @@ --- -title: CompositingQuality +title: EmfPlusSetCompositingQuality.CompositingQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetCompositingQuality property. Gets or sets the compositing quality type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/compositingquality/ @@ -20,9 +20,9 @@ The compositing quality. ### See Also -* enum [EmfPlusCompositingQuality](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality) -* class [EmfPlusSetCompositingQuality](../../emfplussetcompositingquality) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcompositingquality) +* enum [EmfPlusCompositingQuality](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality/) +* class [EmfPlusSetCompositingQuality](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcompositingquality/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/emfplussetcompositingquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/emfplussetcompositingquality/_index.md index 8324b804c8d1..2af3c6052dd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/emfplussetcompositingquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/emfplussetcompositingquality/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetCompositingQuality +title: EmfPlusSetCompositingQuality.EmfPlusSetCompositingQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetCompositingQuality constructor. Initializes a new instance of the EmfPlusSetCompositingQuality class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetcompositingquality/emfplussetcompositingquality/ --- ## EmfPlusSetCompositingQuality constructor -Initializes a new instance of the [`EmfPlusSetCompositingQuality`](../../emfplussetcompositingquality) class. +Initializes a new instance of the [`EmfPlusSetCompositingQuality`](../) class. ```csharp public EmfPlusSetCompositingQuality(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetCompositingQuality(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetCompositingQuality](../../emfplussetcompositingquality) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcompositingquality) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetCompositingQuality](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetcompositingquality/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/_index.md index c70dce812360..96d8829c23f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetInterpolationMode +title: Class EmfPlusSetInterpolationMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetInterpolationMode class. The EmfPlusSetInterpolationMode record specifies how image scaling including stretching and shrinking is performed type: docs weight: 6350 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/ @@ -18,22 +18,22 @@ public sealed class EmfPlusSetInterpolationMode : EmfPlusPropertyRecordType | Name | Description | | --- | --- | -| [EmfPlusSetInterpolationMode](emfplussetinterpolationmode)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetInterpolationMode`](../emfplussetinterpolationmode) class. | +| [EmfPlusSetInterpolationMode](emfplussetinterpolationmode/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetInterpolationMode` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [InterpolationMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/interpolationmode) { get; set; } | Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16). | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [InterpolationMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/interpolationmode/) { get; set; } | Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16). | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/emfplussetinterpolationmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/emfplussetinterpolationmode/_index.md index 3799ad36c30b..9e9d37bf0589 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/emfplussetinterpolationmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/emfplussetinterpolationmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetInterpolationMode +title: EmfPlusSetInterpolationMode.EmfPlusSetInterpolationMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetInterpolationMode constructor. Initializes a new instance of the EmfPlusSetInterpolationMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/emfplussetinterpolationmode/ --- ## EmfPlusSetInterpolationMode constructor -Initializes a new instance of the [`EmfPlusSetInterpolationMode`](../../emfplussetinterpolationmode) class. +Initializes a new instance of the [`EmfPlusSetInterpolationMode`](../) class. ```csharp public EmfPlusSetInterpolationMode(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetInterpolationMode(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetInterpolationMode](../../emfplussetinterpolationmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetinterpolationmode) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetInterpolationMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetinterpolationmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/interpolationmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/interpolationmode/_index.md index 5d343f741a8f..96159cdfd30b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/interpolationmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/interpolationmode/_index.md @@ -1,7 +1,7 @@ --- -title: InterpolationMode +title: EmfPlusSetInterpolationMode.InterpolationMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetInterpolationMode property. Gets or sets the interpolation mode value from the InterpolationMode enumeration section 2.1.1.16 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetinterpolationmode/interpolationmode/ @@ -20,9 +20,9 @@ The interpolation mode. ### See Also -* enum [EmfPlusInterpolationMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusinterpolationmode) -* class [EmfPlusSetInterpolationMode](../../emfplussetinterpolationmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetinterpolationmode) +* enum [EmfPlusInterpolationMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusinterpolationmode/) +* class [EmfPlusSetInterpolationMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetinterpolationmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/_index.md index 65b8a1edf290..9e52d29e751b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetPageTransform +title: Class EmfPlusSetPageTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetPageTransform class. The EmfPlusSetPageTransform record specifies scaling factors and units for converting page space coordinates to device space coordinates type: docs weight: 6360 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/ @@ -18,23 +18,23 @@ public sealed class EmfPlusSetPageTransform : EmfPlusTerminalServerRecordType | Name | Description | | --- | --- | -| [EmfPlusSetPageTransform](emfplussetpagetransform)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetPageTransform`](../emfplussetpagetransform) class. | +| [EmfPlusSetPageTransform](emfplussetpagetransform/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetPageTransform` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [PageScale](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pagescale) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor for converting page space coordinates to device space coordinates. | -| [PageUnit](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pageunit) { get; } | Gets the unit of measure for page space coordinates, from the UnitType enumeration (section 2.1.1.33). This value SHOULD NOT be UnitTypeDisplay or UnitTypeWorld. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [PageScale](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pagescale/) { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor for converting page space coordinates to device space coordinates. | +| [PageUnit](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pageunit/) { get; } | Gets the unit of measure for page space coordinates, from the UnitType enumeration (section 2.1.1.33). This value SHOULD NOT be UnitTypeDisplay or UnitTypeWorld. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/emfplussetpagetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/emfplussetpagetransform/_index.md index 4781e6a7debc..ac935f2aafa9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/emfplussetpagetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/emfplussetpagetransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetPageTransform +title: EmfPlusSetPageTransform.EmfPlusSetPageTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetPageTransform constructor. Initializes a new instance of the EmfPlusSetPageTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/emfplussetpagetransform/ --- ## EmfPlusSetPageTransform constructor -Initializes a new instance of the [`EmfPlusSetPageTransform`](../../emfplussetpagetransform) class. +Initializes a new instance of the [`EmfPlusSetPageTransform`](../) class. ```csharp public EmfPlusSetPageTransform(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetPageTransform(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetPageTransform](../../emfplussetpagetransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpagetransform) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetPageTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpagetransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pagescale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pagescale/_index.md index f2b4327d12db..08580b0408ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pagescale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pagescale/_index.md @@ -1,7 +1,7 @@ --- -title: PageScale +title: EmfPlusSetPageTransform.PageScale second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetPageTransform property. Gets or sets a 32bit floatingpoint value that specifies the scale factor for converting page space coordinates to device space coordinates type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pagescale/ @@ -20,8 +20,8 @@ The page scale. ### See Also -* class [EmfPlusSetPageTransform](../../emfplussetpagetransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpagetransform) +* class [EmfPlusSetPageTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpagetransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pageunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pageunit/_index.md index 37931a5fdea0..1f27c35dde93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pageunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pageunit/_index.md @@ -1,7 +1,7 @@ --- -title: PageUnit +title: EmfPlusSetPageTransform.PageUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetPageTransform property. Gets the unit of measure for page space coordinates from the UnitType enumeration section 2.1.1.33. This value SHOULD NOT be UnitTypeDisplay or UnitTypeWorld type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpagetransform/pageunit/ @@ -20,9 +20,9 @@ The page unit. ### See Also -* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype) -* class [EmfPlusSetPageTransform](../../emfplussetpagetransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpagetransform) +* enum [EmfPlusUnitType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusunittype/) +* class [EmfPlusSetPageTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpagetransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/_index.md index 343d55959f17..ad53a95e992d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetPixelOffsetMode +title: Class EmfPlusSetPixelOffsetMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetPixelOffsetMode class. The EmfPlusSetPixelOffsetMode record specifies how pixels are centered with respect to the coordinates of the drawing surface type: docs weight: 6370 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/ @@ -18,22 +18,22 @@ public sealed class EmfPlusSetPixelOffsetMode : EmfPlusPropertyRecordType | Name | Description | | --- | --- | -| [EmfPlusSetPixelOffsetMode](emfplussetpixeloffsetmode)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetPixelOffsetMode`](../emfplussetpixeloffsetmode) class. | +| [EmfPlusSetPixelOffsetMode](emfplussetpixeloffsetmode/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetPixelOffsetMode` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [PixelOffsetMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/pixeloffsetmode) { get; set; } | Gets or sets the pixel offset mode value, from the PixelOffsetMode enumeration (section 2.1.1.26). | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [PixelOffsetMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/pixeloffsetmode/) { get; set; } | Gets or sets the pixel offset mode value, from the PixelOffsetMode enumeration (section 2.1.1.26). | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/emfplussetpixeloffsetmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/emfplussetpixeloffsetmode/_index.md index 6b858f69c19f..17482fc2e312 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/emfplussetpixeloffsetmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/emfplussetpixeloffsetmode/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetPixelOffsetMode +title: EmfPlusSetPixelOffsetMode.EmfPlusSetPixelOffsetMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetPixelOffsetMode constructor. Initializes a new instance of the EmfPlusSetPixelOffsetMode class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/emfplussetpixeloffsetmode/ --- ## EmfPlusSetPixelOffsetMode constructor -Initializes a new instance of the [`EmfPlusSetPixelOffsetMode`](../../emfplussetpixeloffsetmode) class. +Initializes a new instance of the [`EmfPlusSetPixelOffsetMode`](../) class. ```csharp public EmfPlusSetPixelOffsetMode(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetPixelOffsetMode(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetPixelOffsetMode](../../emfplussetpixeloffsetmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpixeloffsetmode) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetPixelOffsetMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpixeloffsetmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/pixeloffsetmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/pixeloffsetmode/_index.md index 1251c462f662..97d518b15b8a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/pixeloffsetmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/pixeloffsetmode/_index.md @@ -1,7 +1,7 @@ --- -title: PixelOffsetMode +title: EmfPlusSetPixelOffsetMode.PixelOffsetMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetPixelOffsetMode property. Gets or sets the pixel offset mode value from the PixelOffsetMode enumeration section 2.1.1.26 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetpixeloffsetmode/pixeloffsetmode/ @@ -20,9 +20,9 @@ The pixel offset mode. ### See Also -* enum [EmfPlusPixelOffsetMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode) -* class [EmfPlusSetPixelOffsetMode](../../emfplussetpixeloffsetmode) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpixeloffsetmode) +* enum [EmfPlusPixelOffsetMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode/) +* class [EmfPlusSetPixelOffsetMode](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetpixeloffsetmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/_index.md index 5768807bd5da..bd25ddd3e4f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetRenderingOrigin +title: Class EmfPlusSetRenderingOrigin second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetRenderingOrigin class. The EmfPlusSetRenderingOrigin record specifies the rendering origin for graphics output type: docs weight: 6380 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/ @@ -18,23 +18,23 @@ public sealed class EmfPlusSetRenderingOrigin : EmfPlusPropertyRecordType | Name | Description | | --- | --- | -| [EmfPlusSetRenderingOrigin](emfplussetrenderingorigin)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetRenderingOrigin`](../emfplussetrenderingorigin) class. | +| [EmfPlusSetRenderingOrigin](emfplussetrenderingorigin/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetRenderingOrigin` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | -| [X](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/x) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin. | -| [Y](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/y) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [X](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/x/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin. | +| [Y](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/y/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin. | ### See Also -* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/emfplussetrenderingorigin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/emfplussetrenderingorigin/_index.md index 4b1931823092..217b8c0e705c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/emfplussetrenderingorigin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/emfplussetrenderingorigin/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetRenderingOrigin +title: EmfPlusSetRenderingOrigin.EmfPlusSetRenderingOrigin second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetRenderingOrigin constructor. Initializes a new instance of the EmfPlusSetRenderingOrigin class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/emfplussetrenderingorigin/ --- ## EmfPlusSetRenderingOrigin constructor -Initializes a new instance of the [`EmfPlusSetRenderingOrigin`](../../emfplussetrenderingorigin) class. +Initializes a new instance of the [`EmfPlusSetRenderingOrigin`](../) class. ```csharp public EmfPlusSetRenderingOrigin(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetRenderingOrigin(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetRenderingOrigin](../../emfplussetrenderingorigin) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetrenderingorigin) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetRenderingOrigin](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetrenderingorigin/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/x/_index.md index 477d953d89b2..2dc665ab61ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/x/_index.md @@ -1,7 +1,7 @@ --- -title: X +title: EmfPlusSetRenderingOrigin.X second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetRenderingOrigin property. Gets or sets a 32bit unsigned integer that defines the horizontal coordinate value of the rendering origin type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/x/ @@ -20,8 +20,8 @@ The x. ### See Also -* class [EmfPlusSetRenderingOrigin](../../emfplussetrenderingorigin) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetrenderingorigin) +* class [EmfPlusSetRenderingOrigin](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetrenderingorigin/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/y/_index.md index 5794f6799678..140fb2433b8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/y/_index.md @@ -1,7 +1,7 @@ --- -title: Y +title: EmfPlusSetRenderingOrigin.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetRenderingOrigin property. Gets or sets a 32bit unsigned integer that defines the vertical coordinate value of the rendering origin type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetrenderingorigin/y/ @@ -20,8 +20,8 @@ The y. ### See Also -* class [EmfPlusSetRenderingOrigin](../../emfplussetrenderingorigin) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetrenderingorigin) +* class [EmfPlusSetRenderingOrigin](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetrenderingorigin/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/_index.md index 2b96e7a1e605..b250c8c667f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetTextContrast +title: Class EmfPlusSetTextContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetTextContrast class. The EmfPlusSetTextContrast record specifies text contrast according to the gamma correction value type: docs weight: 6390 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/ @@ -18,22 +18,22 @@ public sealed class EmfPlusSetTextContrast : EmfPlusPropertyRecordType | Name | Description | | --- | --- | -| [EmfPlusSetTextContrast](emfplussettextcontrast)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetTextContrast`](../emfplussettextcontrast) class. | +| [EmfPlusSetTextContrast](emfplussettextcontrast/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetTextContrast` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [TextContrast](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/textcontrast) { get; set; } | Gets or sets the gamma correction value X 1000, which will be applied to subsequent text rendering operations. The allowable range is 1000 to 2200, representing text gamma values of 1.0 to 2.2. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [TextContrast](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/textcontrast/) { get; set; } | Gets or sets the gamma correction value X 1000, which will be applied to subsequent text rendering operations. The allowable range is 1000 to 2200, representing text gamma values of 1.0 to 2.2. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/emfplussettextcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/emfplussettextcontrast/_index.md index 448df2f2f247..200994e0e256 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/emfplussettextcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/emfplussettextcontrast/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetTextContrast +title: EmfPlusSetTextContrast.EmfPlusSetTextContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTextContrast constructor. Initializes a new instance of the EmfPlusSetTextContrast class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/emfplussettextcontrast/ --- ## EmfPlusSetTextContrast constructor -Initializes a new instance of the [`EmfPlusSetTextContrast`](../../emfplussettextcontrast) class. +Initializes a new instance of the [`EmfPlusSetTextContrast`](../) class. ```csharp public EmfPlusSetTextContrast(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetTextContrast(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetTextContrast](../../emfplussettextcontrast) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettextcontrast) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetTextContrast](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettextcontrast/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/textcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/textcontrast/_index.md index b0bda68bef25..db3c853f3fd8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/textcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/textcontrast/_index.md @@ -1,7 +1,7 @@ --- -title: TextContrast +title: EmfPlusSetTextContrast.TextContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTextContrast property. Gets or sets the gamma correction value X 1000 which will be applied to subsequent text rendering operations. The allowable range is 1000 to 2200 representing text gamma values of 1.0 to 2.2 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextcontrast/textcontrast/ @@ -26,8 +26,8 @@ The text contrast value. ### See Also -* class [EmfPlusSetTextContrast](../../emfplussettextcontrast) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettextcontrast) +* class [EmfPlusSetTextContrast](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettextcontrast/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/_index.md index 8b977fb1b7e1..8eec5fba822b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetTextRenderingHint +title: Class EmfPlusSetTextRenderingHint second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetTextRenderingHint class. The EmfPlusSetTextRenderingHint record specifies the quality of text rendering including the type of antialiasing type: docs weight: 6400 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/ @@ -18,22 +18,22 @@ public sealed class EmfPlusSetTextRenderingHint : EmfPlusPropertyRecordType | Name | Description | | --- | --- | -| [EmfPlusSetTextRenderingHint](emfplussettextrenderinghint)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetTextRenderingHint`](../emfplussettextrenderinghint) class. | +| [EmfPlusSetTextRenderingHint](emfplussettextrenderinghint/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetTextRenderingHint` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [TextRenderingHint](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/textrenderinghint) { get; set; } | Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [TextRenderingHint](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusPropertyRecordType](../emfpluspropertyrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/emfplussettextrenderinghint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/emfplussettextrenderinghint/_index.md index c56830ee0a74..4cba335858ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/emfplussettextrenderinghint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/emfplussettextrenderinghint/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetTextRenderingHint +title: EmfPlusSetTextRenderingHint.EmfPlusSetTextRenderingHint second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTextRenderingHint constructor. Initializes a new instance of the EmfPlusSetTextRenderingHint class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/emfplussettextrenderinghint/ --- ## EmfPlusSetTextRenderingHint constructor -Initializes a new instance of the [`EmfPlusSetTextRenderingHint`](../../emfplussettextrenderinghint) class. +Initializes a new instance of the [`EmfPlusSetTextRenderingHint`](../) class. ```csharp public EmfPlusSetTextRenderingHint(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetTextRenderingHint(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetTextRenderingHint](../../emfplussettextrenderinghint) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettextrenderinghint) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetTextRenderingHint](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettextrenderinghint/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/textrenderinghint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/textrenderinghint/_index.md index 698f1c07f8b1..98a308110d01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/textrenderinghint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/textrenderinghint/_index.md @@ -1,7 +1,7 @@ --- -title: TextRenderingHint +title: EmfPlusSetTextRenderingHint.TextRenderingHint second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTextRenderingHint property. Gets or sets the text rendering hint value from the TextRenderingHint enumeration section 2.1.1.32 which specifies the quality to use in subsequent text rendering type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettextrenderinghint/textrenderinghint/ @@ -20,9 +20,9 @@ The text rendering hint. ### See Also -* enum [EmfPlusTextRenderingHint](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint) -* class [EmfPlusSetTextRenderingHint](../../emfplussettextrenderinghint) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettextrenderinghint) +* enum [EmfPlusTextRenderingHint](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint/) +* class [EmfPlusSetTextRenderingHint](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettextrenderinghint/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/_index.md index 822d6b5a21b4..65520450e02d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetTsClip +title: Class EmfPlusSetTsClip second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetTsClip class. The EmfPlusSetTSClip record specifies clipping areas in the graphics device context for a terminal server type: docs weight: 6410 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/ @@ -18,28 +18,28 @@ public sealed class EmfPlusSetTsClip : EmfPlusTerminalServerRecordType | Name | Description | | --- | --- | -| [EmfPlusSetTsClip](emfplussettsclip)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetTsClip`](../emfplussettsclip) class. | +| [EmfPlusSetTsClip](emfplussettsclip/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetTsClip` class. | ## Properties | Name | Description | | --- | --- | -| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/compressed) { get; } | Gets a value indicating whether this [`EmfPlusSetTsClip`](../emfplussettsclip) is compressed. This bit specifies the format of the rectangle data in the rects field. If set, each rectangle is defined in 4 bytes. If clear, each rectangle is defined in 8 bytes. | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [NumRects](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/numrects) { get; } | Gets the number rects. This field specifies the number of rectangles that are defined in the rect field. | -| [Rects](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/rects) { get; set; } | Gets or sets an array of NumRects rectangles that define clipping areas. The format of this data is determined by the C bit in the Flags field. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [Compressed](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/compressed/) { get; } | Gets a value indicating whether this `EmfPlusSetTsClip` is compressed. This bit specifies the format of the rectangle data in the rects field. If set, each rectangle is defined in 4 bytes. If clear, each rectangle is defined in 8 bytes. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [NumRects](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/numrects/) { get; } | Gets the number rects. This field specifies the number of rectangles that are defined in the rect field. | +| [Rects](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/rects/) { get; set; } | Gets or sets an array of NumRects rectangles that define clipping areas. The format of this data is determined by the C bit in the Flags field. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | -### Remarks +## Remarks The compression scheme for data in this record uses the following algorithm. Each point of each rectangle is encoded in either a single byte or 2 bytes. If the point is encoded in a single byte, the high bit (0x80) of the byte MUST be set, and the value is a signed number represented by the lower 7 bits. If the high bit is not set, then the value is encoded in 2 bytes, with the high-order byte encoded in the 7 lower bits of the first byte, and the low-order byte value encoded in the second byte. Each point is encoded as the difference between the point in the current rect and the point in the previous rect. The bottom point of the rect is encoded as the difference between the bottom coordinate and the top coordinate on the current rect. ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/compressed/_index.md index 9bbd88f7d8ec..da47268f6e7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/compressed/_index.md @@ -1,14 +1,14 @@ --- -title: Compressed +title: EmfPlusSetTsClip.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsClip property. Gets a value indicating whether this EmfPlusSetTsClip is compressed. This bit specifies the format of the rectangle data in the rects field. If set each rectangle is defined in 4 bytes. If clear each rectangle is defined in 8 bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/compressed/ --- ## EmfPlusSetTsClip.Compressed property -Gets a value indicating whether this [`EmfPlusSetTsClip`](../../emfplussettsclip) is compressed. This bit specifies the format of the rectangle data in the rects field. If set, each rectangle is defined in 4 bytes. If clear, each rectangle is defined in 8 bytes. +Gets a value indicating whether this [`EmfPlusSetTsClip`](../) is compressed. This bit specifies the format of the rectangle data in the rects field. If set, each rectangle is defined in 4 bytes. If clear, each rectangle is defined in 8 bytes. ```csharp public bool Compressed { get; } @@ -20,8 +20,8 @@ public bool Compressed { get; } ### See Also -* class [EmfPlusSetTsClip](../../emfplussettsclip) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsclip) +* class [EmfPlusSetTsClip](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsclip/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/emfplussettsclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/emfplussettsclip/_index.md index af7c9e0daef6..971005d37e4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/emfplussettsclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/emfplussettsclip/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetTsClip +title: EmfPlusSetTsClip.EmfPlusSetTsClip second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsClip constructor. Initializes a new instance of the EmfPlusSetTsClip class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/emfplussettsclip/ --- ## EmfPlusSetTsClip constructor -Initializes a new instance of the [`EmfPlusSetTsClip`](../../emfplussettsclip) class. +Initializes a new instance of the [`EmfPlusSetTsClip`](../) class. ```csharp public EmfPlusSetTsClip(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetTsClip(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetTsClip](../../emfplussettsclip) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsclip) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetTsClip](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsclip/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/numrects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/numrects/_index.md index ae160eb6ed83..346cb2b2cc98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/numrects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/numrects/_index.md @@ -1,7 +1,7 @@ --- -title: NumRects +title: EmfPlusSetTsClip.NumRects second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsClip property. Gets the number rects. This field specifies the number of rectangles that are defined in the rect field type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/numrects/ @@ -20,8 +20,8 @@ The number rects. ### See Also -* class [EmfPlusSetTsClip](../../emfplussettsclip) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsclip) +* class [EmfPlusSetTsClip](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsclip/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/rects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/rects/_index.md index aa26ebc3eee5..2c7a323d607b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/rects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/rects/_index.md @@ -1,7 +1,7 @@ --- -title: Rects +title: EmfPlusSetTsClip.Rects second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsClip property. Gets or sets an array of NumRects rectangles that define clipping areas. The format of this data is determined by the C bit in the Flags field type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsclip/rects/ @@ -20,9 +20,9 @@ The rects. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfPlusSetTsClip](../../emfplussettsclip) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsclip) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfPlusSetTsClip](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsclip/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/_index.md index c5b29cdc32ed..bfbcf739ac8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetTsGraphics +title: Class EmfPlusSetTsGraphics second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetTsGraphics class. The EmfPlusSetTSGraphics record specifies the state of a graphics device context for a terminal server type: docs weight: 6420 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/ @@ -18,34 +18,34 @@ public sealed class EmfPlusSetTsGraphics : EmfPlusTerminalServerRecordType | Name | Description | | --- | --- | -| [EmfPlusSetTsGraphics](emfplussettsgraphics)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetTsGraphics`](../emfplussettsgraphics) class. | +| [EmfPlusSetTsGraphics](emfplussettsgraphics/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetTsGraphics` class. | ## Properties | Name | Description | | --- | --- | -| [AntiAliasMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/antialiasmode) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the quality of line rendering, including the type of line anti-aliasing. It MUST be defined in the SmoothingMode enumeration (section 2.1.1.28). | -| [BasicVgaColors](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/basicvgacolors) { get; } | Gets a value indicating whether [basic vga colors]. If set, the palette contains only the basic VGA colors. | -| [CompositingMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingmode) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies how source colors are combined with background colors. It MUST be a value in the CompositingMode enumeration (section 2.1.1.5). | -| [CompositingQuality](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingquality) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the degree of smoothing to apply to lines, curves and the edges of filled areas to make them appear more continuous or sharply defined. It MUST be a value in the CompositingQuality enumeration (section 2.1.1.6). | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| [FilterType](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/filtertype) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies how scaling, including stretching and shrinking, is performed. It MUST be a value in the FilterType enumeration (section 2.1.1.11). | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [HavePalette](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/havepalette) { get; } | Gets a value indicating whether [have palette]. If set, this record contains an EmfPlusPalette object (section 2.2.2.28) in the Palette field following the graphics state data. | -| [Palette](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/palette) { get; set; } | Gets or sets an optional EmfPlusPalette object. | -| [PixelOffset](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/pixeloffset) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the overall quality of the image and text-rendering process. It MUST be a value in the PixelOffsetMode enumeration (section 2.1.1.26). | -| [RenderOriginX](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginx) { get; set; } | Gets or sets a 16-bit signed integer, which is the horizontal coordinate of the origin for rendering halftoning and dithering matrixes. | -| [RenderOriginY](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginy) { get; set; } | Gets or sets a 16-bit signed integer, which is the vertical coordinate of the origin for rendering halftoning and dithering matrixes. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [TextContrast](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textcontrast) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the gamma correction value used for rendering anti-aliased and ClearType text. This value MUST be in the range 0 to 12, inclusive. | -| [TextRenderHint](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textrenderhint) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the quality of text rendering, including the type of text anti-aliasing. It MUST be defined in the TextRenderingHint enumeration (section 2.1.1.32). | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | -| [WorldToDevice](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/worldtodevice) { get; set; } | Gets or sets an 192-bit EmfPlusTransformMatrix object (section 2.2.2.47) that specifies the world space to device space transforms. | +| [AntiAliasMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/antialiasmode/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the quality of line rendering, including the type of line anti-aliasing. It MUST be defined in the SmoothingMode enumeration (section 2.1.1.28). | +| [BasicVgaColors](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/basicvgacolors/) { get; } | Gets a value indicating whether [basic vga colors]. If set, the palette contains only the basic VGA colors. | +| [CompositingMode](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingmode/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies how source colors are combined with background colors. It MUST be a value in the CompositingMode enumeration (section 2.1.1.5). | +| [CompositingQuality](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingquality/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the degree of smoothing to apply to lines, curves and the edges of filled areas to make them appear more continuous or sharply defined. It MUST be a value in the CompositingQuality enumeration (section 2.1.1.6). | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| [FilterType](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/filtertype/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies how scaling, including stretching and shrinking, is performed. It MUST be a value in the FilterType enumeration (section 2.1.1.11). | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [HavePalette](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/havepalette/) { get; } | Gets a value indicating whether [have palette]. If set, this record contains an EmfPlusPalette object (section 2.2.2.28) in the Palette field following the graphics state data. | +| [Palette](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/palette/) { get; set; } | Gets or sets an optional EmfPlusPalette object. | +| [PixelOffset](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/pixeloffset/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the overall quality of the image and text-rendering process. It MUST be a value in the PixelOffsetMode enumeration (section 2.1.1.26). | +| [RenderOriginX](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginx/) { get; set; } | Gets or sets a 16-bit signed integer, which is the horizontal coordinate of the origin for rendering halftoning and dithering matrixes. | +| [RenderOriginY](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginy/) { get; set; } | Gets or sets a 16-bit signed integer, which is the vertical coordinate of the origin for rendering halftoning and dithering matrixes. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [TextContrast](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textcontrast/) { get; set; } | Gets or sets a 16-bit unsigned integer that specifies the gamma correction value used for rendering anti-aliased and ClearType text. This value MUST be in the range 0 to 12, inclusive. | +| [TextRenderHint](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textrenderhint/) { get; set; } | Gets or sets an 8-bit unsigned integer that specifies the quality of text rendering, including the type of text anti-aliasing. It MUST be defined in the TextRenderingHint enumeration (section 2.1.1.32). | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| [WorldToDevice](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/worldtodevice/) { get; set; } | Gets or sets an 192-bit EmfPlusTransformMatrix object (section 2.2.2.47) that specifies the world space to device space transforms. | ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/antialiasmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/antialiasmode/_index.md index 1fdbc64b93a9..114a8ea66e46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/antialiasmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/antialiasmode/_index.md @@ -1,7 +1,7 @@ --- -title: AntiAliasMode +title: EmfPlusSetTsGraphics.AntiAliasMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets an 8bit unsigned integer that specifies the quality of line rendering including the type of line antialiasing. It MUST be defined in the SmoothingMode enumeration section 2.1.1.28 type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/antialiasmode/ @@ -20,9 +20,9 @@ The anti alias mode. ### See Also -* enum [EmfPlusSmoothingMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* enum [EmfPlusSmoothingMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplussmoothingmode/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/basicvgacolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/basicvgacolors/_index.md index 0b4e5c151802..d32796a630cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/basicvgacolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/basicvgacolors/_index.md @@ -1,7 +1,7 @@ --- -title: BasicVgaColors +title: EmfPlusSetTsGraphics.BasicVgaColors second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets a value indicating whether basic vga colors. If set the palette contains only the basic VGA colors type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/basicvgacolors/ @@ -20,8 +20,8 @@ public bool BasicVgaColors { get; } ### See Also -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingmode/_index.md index 4c1d043d4f02..ca87409b192f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingmode/_index.md @@ -1,7 +1,7 @@ --- -title: CompositingMode +title: EmfPlusSetTsGraphics.CompositingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets an 8bit unsigned integer that specifies how source colors are combined with background colors. It MUST be a value in the CompositingMode enumeration section 2.1.1.5 type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingmode/ @@ -20,9 +20,9 @@ The compositing mode. ### See Also -* enum [EmfPlusCompositingMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* enum [EmfPlusCompositingMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingmode/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingquality/_index.md index 408fe84ae78c..c84c4c928d5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingquality/_index.md @@ -1,7 +1,7 @@ --- -title: CompositingQuality +title: EmfPlusSetTsGraphics.CompositingQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets an 8bit unsigned integer that specifies the degree of smoothing to apply to lines curves and the edges of filled areas to make them appear more continuous or sharply defined. It MUST be a value in the CompositingQuality enumeration section 2.1.1.6 type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/compositingquality/ @@ -20,9 +20,9 @@ The compositing quality. ### See Also -* enum [EmfPlusCompositingQuality](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* enum [EmfPlusCompositingQuality](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluscompositingquality/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/emfplussettsgraphics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/emfplussettsgraphics/_index.md index 5dea70b3604c..4d24a3de19b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/emfplussettsgraphics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/emfplussettsgraphics/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetTsGraphics +title: EmfPlusSetTsGraphics.EmfPlusSetTsGraphics second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics constructor. Initializes a new instance of the EmfPlusSetTsGraphics class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/emfplussettsgraphics/ --- ## EmfPlusSetTsGraphics constructor -Initializes a new instance of the [`EmfPlusSetTsGraphics`](../../emfplussettsgraphics) class. +Initializes a new instance of the [`EmfPlusSetTsGraphics`](../) class. ```csharp public EmfPlusSetTsGraphics(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetTsGraphics(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/filtertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/filtertype/_index.md index a735a3535aed..b17b45b86ae5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/filtertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/filtertype/_index.md @@ -1,7 +1,7 @@ --- -title: FilterType +title: EmfPlusSetTsGraphics.FilterType second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets an 8bit unsigned integer that specifies how scaling including stretching and shrinking is performed. It MUST be a value in the FilterType enumeration section 2.1.1.11 type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/filtertype/ @@ -20,9 +20,9 @@ The type of the filter. ### See Also -* enum [EmfPlusFilterType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusfiltertype) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* enum [EmfPlusFilterType](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplusfiltertype/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/havepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/havepalette/_index.md index bd2a43c72396..eca7428e9797 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/havepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/havepalette/_index.md @@ -1,7 +1,7 @@ --- -title: HavePalette +title: EmfPlusSetTsGraphics.HavePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets a value indicating whether have palette. If set this record contains an EmfPlusPalette object section 2.2.2.28 in the Palette field following the graphics state data type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/havepalette/ @@ -20,8 +20,8 @@ public bool HavePalette { get; } ### See Also -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/palette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/palette/_index.md index e2a13cdd7b08..2717b5f4dcc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/palette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/palette/_index.md @@ -1,7 +1,7 @@ --- -title: Palette +title: EmfPlusSetTsGraphics.Palette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets an optional EmfPlusPalette object type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/palette/ @@ -20,9 +20,9 @@ The palette. ### See Also -* class [EmfPlusPalette](../../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* class [EmfPlusPalette](../../../aspose.imaging.fileformats.emf.emfplus.objects/emfpluspalette/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/pixeloffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/pixeloffset/_index.md index af987431975b..02150a1a7434 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/pixeloffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/pixeloffset/_index.md @@ -1,7 +1,7 @@ --- -title: PixelOffset +title: EmfPlusSetTsGraphics.PixelOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets an 8bit unsigned integer that specifies the overall quality of the image and textrendering process. It MUST be a value in the PixelOffsetMode enumeration section 2.1.1.26 type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/pixeloffset/ @@ -20,9 +20,9 @@ The pixel offset. ### See Also -* enum [EmfPlusPixelOffsetMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* enum [EmfPlusPixelOffsetMode](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfpluspixeloffsetmode/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginx/_index.md index c8ae373d321c..06eac4dd067c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginx/_index.md @@ -1,7 +1,7 @@ --- -title: RenderOriginX +title: EmfPlusSetTsGraphics.RenderOriginX second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets a 16bit signed integer which is the horizontal coordinate of the origin for rendering halftoning and dithering matrixes type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginx/ @@ -20,8 +20,8 @@ The render origin x. ### See Also -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginy/_index.md index 12f2d537d717..89f5206151f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginy/_index.md @@ -1,7 +1,7 @@ --- -title: RenderOriginY +title: EmfPlusSetTsGraphics.RenderOriginY second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets a 16bit signed integer which is the vertical coordinate of the origin for rendering halftoning and dithering matrixes type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/renderoriginy/ @@ -20,8 +20,8 @@ The render origin y. ### See Also -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textcontrast/_index.md index b85a787e6c0c..b83a43b865f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textcontrast/_index.md @@ -1,7 +1,7 @@ --- -title: TextContrast +title: EmfPlusSetTsGraphics.TextContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets a 16bit unsigned integer that specifies the gamma correction value used for rendering antialiased and ClearType text. This value MUST be in the range 0 to 12 inclusive type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textcontrast/ @@ -20,8 +20,8 @@ The text contrast. ### See Also -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textrenderhint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textrenderhint/_index.md index e9e39b629bf2..7bce382d4183 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textrenderhint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textrenderhint/_index.md @@ -1,7 +1,7 @@ --- -title: TextRenderHint +title: EmfPlusSetTsGraphics.TextRenderHint second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets an 8bit unsigned integer that specifies the quality of text rendering including the type of text antialiasing. It MUST be defined in the TextRenderingHint enumeration section 2.1.1.32 type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/textrenderhint/ @@ -20,9 +20,9 @@ The text render hint. ### See Also -* enum [EmfPlusTextRenderingHint](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* enum [EmfPlusTextRenderingHint](../../../aspose.imaging.fileformats.emf.emfplus.consts/emfplustextrenderinghint/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/worldtodevice/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/worldtodevice/_index.md index 11178337b12a..5395cf6ba9c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/worldtodevice/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/worldtodevice/_index.md @@ -1,7 +1,7 @@ --- -title: WorldToDevice +title: EmfPlusSetTsGraphics.WorldToDevice second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetTsGraphics property. Gets or sets an 192bit EmfPlusTransformMatrix object section 2.2.2.47 that specifies the world space to device space transforms type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussettsgraphics/worldtodevice/ @@ -20,9 +20,9 @@ The world to device. ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlusSetTsGraphics](../../emfplussettsgraphics) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlusSetTsGraphics](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussettsgraphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/_index.md index 8dd166d13be3..cb44f1b5d05a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusSetWorldTransform +title: Class EmfPlusSetWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetWorldTransform class. The EmfPlusSetWorldTransform record sets the world transform according to the values in a specified transform matrix type: docs weight: 6430 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/ @@ -18,22 +18,22 @@ public sealed class EmfPlusSetWorldTransform : EmfPlusTerminalServerRecordType | Name | Description | | --- | --- | -| [EmfPlusSetWorldTransform](emfplussetworldtransform)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusSetWorldTransform`](../emfplussetworldtransform) class. | +| [EmfPlusSetWorldTransform](emfplussetworldtransform/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusSetWorldTransform` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [MatrixData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/matrixdata) { get; set; } | Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the new current world transform. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [MatrixData](../../aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/matrixdata/) { get; set; } | Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the new current world transform. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/emfplussetworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/emfplussetworldtransform/_index.md index fb13c62e5b58..96a287cc7a4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/emfplussetworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/emfplussetworldtransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusSetWorldTransform +title: EmfPlusSetWorldTransform.EmfPlusSetWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetWorldTransform constructor. Initializes a new instance of the EmfPlusSetWorldTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/emfplussetworldtransform/ --- ## EmfPlusSetWorldTransform constructor -Initializes a new instance of the [`EmfPlusSetWorldTransform`](../../emfplussetworldtransform) class. +Initializes a new instance of the [`EmfPlusSetWorldTransform`](../) class. ```csharp public EmfPlusSetWorldTransform(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusSetWorldTransform(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusSetWorldTransform](../../emfplussetworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetworldtransform) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusSetWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/matrixdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/matrixdata/_index.md index f4b30e745dea..9816f41c35c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/matrixdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/matrixdata/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixData +title: EmfPlusSetWorldTransform.MatrixData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusSetWorldTransform property. Gets or sets an EmfPlusTransformMatrix object section 2.2.2.47 that defines the new current world transform type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplussetworldtransform/matrixdata/ @@ -20,9 +20,9 @@ The matrix data. ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [EmfPlusSetWorldTransform](../../emfplussetworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetworldtransform) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [EmfPlusSetWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplussetworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusstaterecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusstaterecordtype/_index.md index 050a50c89454..80c2bc1d5945 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusstaterecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusstaterecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusStateRecordType +title: Class EmfPlusStateRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusStateRecordType class. The State Record Types specify operations on the state of the playback device context type: docs weight: 6440 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusstaterecordtype/ @@ -18,19 +18,19 @@ public abstract class EmfPlusStateRecordType : EmfPlusRecord | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | -### Remarks +## Remarks Each graphics state container MUST be added to an array of saved graphics containers. The graphics state container is not written to the EMF+ metafile, so its format can be determined by the implementation. ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusterminalserverrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusterminalserverrecordtype/_index.md index 2cf8e2671365..8d5a382d5415 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusterminalserverrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplusterminalserverrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTerminalServerRecordType +title: Class EmfPlusTerminalServerRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusTerminalServerRecordType class. The Terminal Server Record Types specify graphics processing on a terminal server. The following are EMF terminal server record types type: docs weight: 6450 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplusterminalserverrecordtype/ @@ -18,15 +18,15 @@ public abstract class EmfPlusTerminalServerRecordType : EmfPlusRecord | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustransformrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustransformrecordtype/_index.md index b88ca6faf72b..0041776fc976 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustransformrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustransformrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTransformRecordType +title: Class EmfPlusTransformRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusTransformRecordType class. The Transform Record Types specify properties and transforms on coordinate spaces type: docs weight: 6460 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplustransformrecordtype/ @@ -18,15 +18,15 @@ public abstract class EmfPlusTransformRecordType : EmfPlusRecord | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusRecord](../emfplusrecord) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusRecord](../emfplusrecord/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/_index.md index 39ce5994018f..e394d3668527 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/_index.md @@ -1,7 +1,7 @@ --- -title: EmfPlusTranslateWorldTransform +title: Class EmfPlusTranslateWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusTranslateWorldTransform class. The EmfPlusTranslateWorldTransform record performs a translation on the current world space transform type: docs weight: 6470 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/ @@ -18,24 +18,24 @@ public sealed class EmfPlusTranslateWorldTransform : EmfPlusTerminalServerRecord | Name | Description | | --- | --- | -| [EmfPlusTranslateWorldTransform](emfplustranslateworldtransform)(EmfPlusRecord) | Initializes a new instance of the [`EmfPlusTranslateWorldTransform`](../emfplustranslateworldtransform) class. | +| [EmfPlusTranslateWorldTransform](emfplustranslateworldtransform/)(EmfPlusRecord) | Initializes a new instance of the `EmfPlusTranslateWorldTransform` class. | ## Properties | Name | Description | | --- | --- | -| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | -| [Dx](../../aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dx) { get; set; } | Gets or sets a 32-bit floating-point value that defines the horizontal distance. The translation is performed by constructing a new world transform matrix from the dx and dy fields | -| [Dy](../../aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dy) { get; set; } | Gets or sets a 32-bit floating-point value that defines the vertical distance value. | -| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | -| [PostMultipliedMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/postmultipliedmatrix) { get; } | Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multiplied. If clear, it should be premultiplied. | -| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | -| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | +| virtual [DataSize](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/datasize/) { get; set; } | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. | +| [Dx](../../aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dx/) { get; set; } | Gets or sets a 32-bit floating-point value that defines the horizontal distance. The translation is performed by constructing a new world transform matrix from the dx and dy fields | +| [Dy](../../aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dy/) { get; set; } | Gets or sets a 32-bit floating-point value that defines the vertical distance value. | +| virtual [Flags](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/flags/) { get; set; } | Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record. | +| [PostMultipliedMatrix](../../aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/postmultipliedmatrix/) { get; } | Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multiplied. If clear, it should be premultiplied. | +| virtual [Size](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. | +| [Type](../../aspose.imaging.fileformats.emf.emfplus.records/emfplusrecord/type/) { get; } | Gets a 16-bit unsigned integer that identifies the record type. | ### See Also -* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records) +* class [EmfPlusTerminalServerRecordType](../emfplusterminalserverrecordtype/) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../aspose.imaging.fileformats.emf.emfplus.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dx/_index.md index 111d556d0935..8be97ce8c0a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dx/_index.md @@ -1,7 +1,7 @@ --- -title: Dx +title: EmfPlusTranslateWorldTransform.Dx second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTranslateWorldTransform property. Gets or sets a 32bit floatingpoint value that defines the horizontal distance. The translation is performed by constructing a new world transform matrix from the dx and dy fields type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dx/ @@ -20,8 +20,8 @@ The dx. ### See Also -* class [EmfPlusTranslateWorldTransform](../../emfplustranslateworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplustranslateworldtransform) +* class [EmfPlusTranslateWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplustranslateworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dy/_index.md index e9e87fd3ff56..e7f7309234d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dy/_index.md @@ -1,7 +1,7 @@ --- -title: Dy +title: EmfPlusTranslateWorldTransform.Dy second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTranslateWorldTransform property. Gets or sets a 32bit floatingpoint value that defines the vertical distance value type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/dy/ @@ -20,8 +20,8 @@ The dy. ### See Also -* class [EmfPlusTranslateWorldTransform](../../emfplustranslateworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplustranslateworldtransform) +* class [EmfPlusTranslateWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplustranslateworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/emfplustranslateworldtransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/emfplustranslateworldtransform/_index.md index 7c539b5d2b9a..e2e29fd202a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/emfplustranslateworldtransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/emfplustranslateworldtransform/_index.md @@ -1,14 +1,14 @@ --- -title: EmfPlusTranslateWorldTransform +title: EmfPlusTranslateWorldTransform.EmfPlusTranslateWorldTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTranslateWorldTransform constructor. Initializes a new instance of the EmfPlusTranslateWorldTransform class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/emfplustranslateworldtransform/ --- ## EmfPlusTranslateWorldTransform constructor -Initializes a new instance of the [`EmfPlusTranslateWorldTransform`](../../emfplustranslateworldtransform) class. +Initializes a new instance of the [`EmfPlusTranslateWorldTransform`](../) class. ```csharp public EmfPlusTranslateWorldTransform(EmfPlusRecord source) @@ -20,9 +20,9 @@ public EmfPlusTranslateWorldTransform(EmfPlusRecord source) ### See Also -* class [EmfPlusRecord](../../emfplusrecord) -* class [EmfPlusTranslateWorldTransform](../../emfplustranslateworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplustranslateworldtransform) +* class [EmfPlusRecord](../../emfplusrecord/) +* class [EmfPlusTranslateWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplustranslateworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/postmultipliedmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/postmultipliedmatrix/_index.md index d102c959c890..68e2b2e81aaa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/postmultipliedmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/postmultipliedmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: PostMultipliedMatrix +title: EmfPlusTranslateWorldTransform.PostMultipliedMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfPlusTranslateWorldTransform property. Gets a value indicating whether post multiplied matrix. If set the transform matrix should be postmultiplied. If clear it should be premultiplied type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.emfplus.records/emfplustranslateworldtransform/postmultipliedmatrix/ @@ -20,8 +20,8 @@ public bool PostMultipliedMatrix { get; } ### See Also -* class [EmfPlusTranslateWorldTransform](../../emfplustranslateworldtransform) -* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplustranslateworldtransform) +* class [EmfPlusTranslateWorldTransform](../) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfPlus.Records](../../emfplustranslateworldtransform/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfspool.records/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfspool.records/_index.md index aea0899263ac..f5735a0fa5f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfspool.records/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfspool.records/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf.EmfSpool.Records second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-EMFSPOOL Enhanced Metafile Spool Format 2.2 EMFSPOOL Records +description: The namespace contains types MSEMFSPOOL Enhanced Metafile Spool Format 2.2 EMFSPOOL Records type: docs weight: 410 url: /net/aspose.imaging.fileformats.emf.emfspool.records/ @@ -12,6 +12,6 @@ The namespace contains types [MS-EMFSPOOL]: Enhanced Metafile Spool Format 2.2 E | Class | Description | | --- | --- | -| [EmfSpoolFontDefinitionRecordType](./emfspoolfontdefinitionrecordtype) | The Font Definition records include five record types, listed in the following table. Font definition records specify partial fonts, complete fonts, and font properties. | +| [EmfSpoolFontDefinitionRecordType](./emfspoolfontdefinitionrecordtype/) | The Font Definition records include five record types, listed in the following table. Font definition records specify partial fonts, complete fonts, and font properties. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfspool.records/emfspoolfontdefinitionrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfspool.records/emfspoolfontdefinitionrecordtype/_index.md index 34888a33f68e..542c0302a028 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfspool.records/emfspoolfontdefinitionrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.emfspool.records/emfspoolfontdefinitionrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: EmfSpoolFontDefinitionRecordType +title: Class EmfSpoolFontDefinitionRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfSpool.Records.EmfSpoolFontDefinitionRecordType class. The Font Definition records include five record types listed in the following table. Font definition records specify partial fonts complete fonts and font properties type: docs weight: 6490 url: /net/aspose.imaging.fileformats.emf.emfspool.records/emfspoolfontdefinitionrecordtype/ @@ -16,7 +16,7 @@ public abstract class EmfSpoolFontDefinitionRecordType ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.EmfSpool.Records](../../aspose.imaging.fileformats.emf.emfspool.records) +* namespace [Aspose.Imaging.FileFormats.Emf.EmfSpool.Records](../../aspose.imaging.fileformats.emf.emfspool.records/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/_index.md index 2c05552a5bf8..76e364a82603 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf.Graphics second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Emf/Emf graphics. +description: The namespace contains Emf/Emf graphics type: docs weight: 420 url: /net/aspose.imaging.fileformats.emf.graphics/ @@ -12,7 +12,7 @@ The namespace contains Emf/Emf+ graphics. | Class | Description | | --- | --- | -| [EmfRecorderGraphics2D](./emfrecordergraphics2d) | The Emf recorder graphics | -| [MetafileRecorderGraphics2D](./metafilerecordergraphics2d) | The metafiles recorder graphics | +| [EmfRecorderGraphics2D](./emfrecordergraphics2d/) | The Emf recorder graphics | +| [MetafileRecorderGraphics2D](./metafilerecordergraphics2d/) | The metafiles recorder graphics | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/_index.md index e931b4f06332..11db223e4c03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRecorderGraphics2D +title: Class EmfRecorderGraphics2D second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Graphics.EmfRecorderGraphics2D class. The Emf recorder graphics type: docs weight: 6500 url: /net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/ @@ -18,68 +18,68 @@ public sealed class EmfRecorderGraphics2D : MetafileRecorderGraphics2D | Name | Description | | --- | --- | -| [EmfRecorderGraphics2D](emfrecordergraphics2d)(Rectangle, Size, Size) | Initializes a new instance of the [`EmfRecorderGraphics2D`](../emfrecordergraphics2d) class. | +| [EmfRecorderGraphics2D](emfrecordergraphics2d/)(Rectangle, Size, Size) | Initializes a new instance of the `EmfRecorderGraphics2D` class. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor) { get; set; } | Gets or sets the color of the background. | -| [BackgroundMode](../../aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/backgroundmode) { get; set; } | Gets or sets the background mode. | -| [Clip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip) { get; set; } | Gets or sets a Region that limits the drawing region of this Graphics | -| [ClipBounds](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds) { get; } | Gets the clip bounds. | +| [BackgroundColor](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor/) { get; set; } | Gets or sets the color of the background. | +| [BackgroundMode](../../aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/backgroundmode/) { get; set; } | Gets or sets the background mode. | +| [Clip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip/) { get; set; } | Gets or sets a Region that limits the drawing region of this Graphics | +| [ClipBounds](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds/) { get; } | Gets the clip bounds. | ## Methods | Name | Description | | --- | --- | -| static [FromEmfImage](../../aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/fromemfimage)(EmfImage) | Gets an instance of the [`EmfRecorderGraphics2D`](../emfrecordergraphics2d) containing all records from the Emf image. | -| [Clear](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear)() | Clears the state of the graphics object | -| [DrawArc](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. | -| [DrawCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier)(Pen, Point, Point, Point, Point) | Draws the cubic bezier. | -| [DrawEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse)(Pen, Rectangle) | Draws the ellipse. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(RasterImage, Point) | Draws the specified Image, using its original physical size, at the specified location. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(byte[], Rectangle, GraphicsUnit) | Draws the image. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(Stream, Rectangle, GraphicsUnit) | Draws the image. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(RasterImage, Rectangle, Rectangle, GraphicsUnit) | Draws the specified portion of the specified Image at the specified location and with the specified size. | -| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline)(Pen, Point, Point) | Draws the line. | -| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline)(Pen, int, int, int, int) | Draws the line. | -| [DrawPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath)(Pen, GraphicsPath) | Draws the path. | -| [DrawPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie)(Pen, Rectangle, float, float) | Draws the pie. | -| [DrawPolyCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier)(Pen, Point[]) | Draws the poly cubic bezier. | -| [DrawPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon)(Pen, Point[]) | Draws the polygon. | -| [DrawPolyline](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline)(Pen, Point[]) | Draws the polyline. | -| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle)(Pen, Rectangle) | Draws the rectangle. | -| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle)(Pen, int, int, int, int) | Draws the rectangle. | -| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring)(string, Font, Color, int, int) | Draws the string. | -| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring)(string, Font, Color, int, int, float) | Draws the string. | -| [EndRecording](../../aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/endrecording)() | Ends the recording. | -| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip)(Rectangle) | Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure. | -| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip)(Region) | Updates the clip region of this Graphics to exclude the area specified by a Region. | -| [FillEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse)(Brush, Rectangle) | Fills the ellipse. | -| [FillPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath)(Pen, Brush, GraphicsPath) | Fills the path. | -| [FillPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie)(Brush, Rectangle, float, float) | Fills the pie. | -| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon)(Brush, Point[]) | Fills the polygon. | -| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon)(Brush, Point[], FillMode) | Fills the polygon. | -| [FillRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle)(Brush, Rectangle) | Fills the rectangle. | -| [GetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform)() | Gets the world transform. | -| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip)(RectangleF) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure. | -| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip)(Region) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region. | -| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform)(Matrix) | Multiplies the world transformation of this Graphics and specified the Matrix. | -| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform)(Matrix, MatrixOrder) | Multiplies the world transformation of this Graphics and specified the Matrix in the specified order. | -| [ResetClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip)() | Resets the clip. | -| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform)(float) | Applies the specified rotation to the transformation matrix of this Graphics. | -| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform)(float, PointF, MatrixOrder) | Applies the specified rotation to the transformation matrix of this Graphics in the specified order. | -| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform)(float, float) | Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. | -| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform)(float, float, MatrixOrder) | Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order. | -| [SetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform)(Matrix) | Sets the transform. | -| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform)(float, float) | Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. | -| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform)(float, float, MatrixOrder) | Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order. | +| static [FromEmfImage](../../aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/fromemfimage/)(EmfImage) | Gets an instance of the `EmfRecorderGraphics2D` containing all records from the Emf image. | +| [Clear](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear/)() | Clears the state of the graphics object | +| [DrawArc](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc/)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. | +| [DrawCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier/)(Pen, Point, Point, Point, Point) | Draws the cubic bezier. | +| [DrawEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse/)(Pen, Rectangle) | Draws the ellipse. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/)(RasterImage, Point) | Draws the specified Image, using its original physical size, at the specified location. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/)(byte[], Rectangle, GraphicsUnit) | Draws the image. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/)(Stream, Rectangle, GraphicsUnit) | Draws the image. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/)(RasterImage, Rectangle, Rectangle, GraphicsUnit) | Draws the specified portion of the specified Image at the specified location and with the specified size. | +| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/)(Pen, Point, Point) | Draws the line. | +| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/)(Pen, int, int, int, int) | Draws the line. | +| [DrawPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath/)(Pen, GraphicsPath) | Draws the path. | +| [DrawPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie/)(Pen, Rectangle, float, float) | Draws the pie. | +| [DrawPolyCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier/)(Pen, Point[]) | Draws the poly cubic bezier. | +| [DrawPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon/)(Pen, Point[]) | Draws the polygon. | +| [DrawPolyline](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline/)(Pen, Point[]) | Draws the polyline. | +| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/)(Pen, Rectangle) | Draws the rectangle. | +| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/)(Pen, int, int, int, int) | Draws the rectangle. | +| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/)(string, Font, Color, int, int) | Draws the string. | +| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/)(string, Font, Color, int, int, float) | Draws the string. | +| [EndRecording](../../aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/endrecording/)() | Ends the recording. | +| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/)(Rectangle) | Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure. | +| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/)(Region) | Updates the clip region of this Graphics to exclude the area specified by a Region. | +| [FillEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse/)(Brush, Rectangle) | Fills the ellipse. | +| [FillPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath/)(Pen, Brush, GraphicsPath) | Fills the path. | +| [FillPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie/)(Brush, Rectangle, float, float) | Fills the pie. | +| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/)(Brush, Point[]) | Fills the polygon. | +| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/)(Brush, Point[], FillMode) | Fills the polygon. | +| [FillRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle/)(Brush, Rectangle) | Fills the rectangle. | +| [GetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform/)() | Gets the world transform. | +| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/)(RectangleF) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure. | +| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/)(Region) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region. | +| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/)(Matrix) | Multiplies the world transformation of this Graphics and specified the Matrix. | +| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the world transformation of this Graphics and specified the Matrix in the specified order. | +| [ResetClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip/)() | Resets the clip. | +| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/)(float) | Applies the specified rotation to the transformation matrix of this Graphics. | +| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/)(float, PointF, MatrixOrder) | Applies the specified rotation to the transformation matrix of this Graphics in the specified order. | +| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/)(float, float) | Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. | +| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/)(float, float, MatrixOrder) | Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order. | +| [SetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform/)(Matrix) | Sets the transform. | +| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/)(float, float) | Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. | +| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/)(float, float, MatrixOrder) | Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order. | ### See Also -* class [MetafileRecorderGraphics2D](../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../aspose.imaging.fileformats.emf.graphics) +* class [MetafileRecorderGraphics2D](../metafilerecordergraphics2d/) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../aspose.imaging.fileformats.emf.graphics/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/backgroundmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/backgroundmode/_index.md index b4bd310a03b5..cea54ec81d74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/backgroundmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/backgroundmode/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundMode +title: EmfRecorderGraphics2D.BackgroundMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRecorderGraphics2D property. Gets or sets the background mode type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/backgroundmode/ @@ -20,9 +20,9 @@ The background mode. ### See Also -* enum [EmfBackgroundMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode) -* class [EmfRecorderGraphics2D](../../emfrecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../emfrecordergraphics2d) +* enum [EmfBackgroundMode](../../../aspose.imaging.fileformats.emf.emf.consts/emfbackgroundmode/) +* class [EmfRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../emfrecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/emfrecordergraphics2d/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/emfrecordergraphics2d/_index.md index 036531744589..935c9c4888d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/emfrecordergraphics2d/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/emfrecordergraphics2d/_index.md @@ -1,14 +1,14 @@ --- -title: EmfRecorderGraphics2D +title: EmfRecorderGraphics2D.EmfRecorderGraphics2D second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRecorderGraphics2D constructor. Initializes a new instance of the EmfRecorderGraphics2D class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/emfrecordergraphics2d/ --- ## EmfRecorderGraphics2D constructor -Initializes a new instance of the [`EmfRecorderGraphics2D`](../../emfrecordergraphics2d) class. +Initializes a new instance of the [`EmfRecorderGraphics2D`](../) class. ```csharp public EmfRecorderGraphics2D(Rectangle frame, Size deviceSize, Size deviceSizeMm) @@ -20,7 +20,7 @@ public EmfRecorderGraphics2D(Rectangle frame, Size deviceSize, Size deviceSizeMm | deviceSize | Size | Size of the device. | | deviceSizeMm | Size | The device size mm. | -### Examples +## Examples This example shows how to create a EMF image and draw some geometric shapes on it using EmfRecorderGraphics2D. @@ -138,10 +138,10 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* struct [Size](../../../aspose.imaging/size) -* class [EmfRecorderGraphics2D](../../emfrecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../emfrecordergraphics2d) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* struct [Size](../../../aspose.imaging/size/) +* class [EmfRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../emfrecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/endrecording/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/endrecording/_index.md index 6e61df96024f..491087d432b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/endrecording/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/endrecording/_index.md @@ -1,7 +1,7 @@ --- -title: EndRecording +title: EmfRecorderGraphics2D.EndRecording second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRecorderGraphics2D method. Ends the recording type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/endrecording/ @@ -18,7 +18,7 @@ public EmfImage EndRecording() The result image. -### Examples +## Examples This example shows how to create a EMF image and draw some geometric shapes on it using EmfRecorderGraphics2D. @@ -136,9 +136,9 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [EmfImage](../../../aspose.imaging.fileformats.emf/emfimage) -* class [EmfRecorderGraphics2D](../../emfrecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../emfrecordergraphics2d) +* class [EmfImage](../../../aspose.imaging.fileformats.emf/emfimage/) +* class [EmfRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../emfrecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/fromemfimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/fromemfimage/_index.md index cbc7e5cc358c..946b2ccabb0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/fromemfimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/fromemfimage/_index.md @@ -1,14 +1,14 @@ --- -title: FromEmfImage +title: EmfRecorderGraphics2D.FromEmfImage second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRecorderGraphics2D method. Gets an instance of the EmfRecorderGraphics2D containing all records from the Emf image type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.graphics/emfrecordergraphics2d/fromemfimage/ --- ## EmfRecorderGraphics2D.FromEmfImage method -Gets an instance of the [`EmfRecorderGraphics2D`](../../emfrecordergraphics2d) containing all records from the Emf image. +Gets an instance of the [`EmfRecorderGraphics2D`](../) containing all records from the Emf image. ```csharp public static EmfRecorderGraphics2D FromEmfImage(EmfImage emfImage) @@ -20,9 +20,9 @@ public static EmfRecorderGraphics2D FromEmfImage(EmfImage emfImage) ### Return Value -An instance of the [`EmfRecorderGraphics2D`](../../emfrecordergraphics2d) +An instance of the [`EmfRecorderGraphics2D`](../) -### Examples +## Examples This example shows how to load a EMF image from a file and draw a text string over it. @@ -70,9 +70,9 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = (Aspose.Imaging.FileFo ### See Also -* class [EmfImage](../../../aspose.imaging.fileformats.emf/emfimage) -* class [EmfRecorderGraphics2D](../../emfrecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../emfrecordergraphics2d) +* class [EmfImage](../../../aspose.imaging.fileformats.emf/emfimage/) +* class [EmfRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../emfrecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/_index.md index ba31aa117568..311541567fb5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/_index.md @@ -1,7 +1,7 @@ --- -title: MetafileRecorderGraphics2D +title: Class MetafileRecorderGraphics2D second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.Graphics.MetafileRecorderGraphics2D class. The metafiles recorder graphics type: docs weight: 6510 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/ @@ -18,58 +18,58 @@ public abstract class MetafileRecorderGraphics2D | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor) { get; set; } | Gets or sets the color of the background. | -| [Clip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip) { get; set; } | Gets or sets a Region that limits the drawing region of this Graphics | -| [ClipBounds](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds) { get; } | Gets the clip bounds. | +| [BackgroundColor](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor/) { get; set; } | Gets or sets the color of the background. | +| [Clip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip/) { get; set; } | Gets or sets a Region that limits the drawing region of this Graphics | +| [ClipBounds](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds/) { get; } | Gets the clip bounds. | ## Methods | Name | Description | | --- | --- | -| [Clear](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear)() | Clears the state of the graphics object | -| [DrawArc](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. | -| [DrawCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier)(Pen, Point, Point, Point, Point) | Draws the cubic bezier. | -| [DrawEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse)(Pen, Rectangle) | Draws the ellipse. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(RasterImage, Point) | Draws the specified Image, using its original physical size, at the specified location. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(byte[], Rectangle, GraphicsUnit) | Draws the image. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(Stream, Rectangle, GraphicsUnit) | Draws the image. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(RasterImage, Rectangle, Rectangle, GraphicsUnit) | Draws the specified portion of the specified Image at the specified location and with the specified size. | -| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline)(Pen, Point, Point) | Draws the line. | -| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline)(Pen, int, int, int, int) | Draws the line. | -| [DrawPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath)(Pen, GraphicsPath) | Draws the path. | -| [DrawPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie)(Pen, Rectangle, float, float) | Draws the pie. | -| [DrawPolyCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier)(Pen, Point[]) | Draws the poly cubic bezier. | -| [DrawPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon)(Pen, Point[]) | Draws the polygon. | -| [DrawPolyline](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline)(Pen, Point[]) | Draws the polyline. | -| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle)(Pen, Rectangle) | Draws the rectangle. | -| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle)(Pen, int, int, int, int) | Draws the rectangle. | -| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring)(string, Font, Color, int, int) | Draws the string. | -| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring)(string, Font, Color, int, int, float) | Draws the string. | -| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip)(Rectangle) | Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure. | -| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip)(Region) | Updates the clip region of this Graphics to exclude the area specified by a Region. | -| [FillEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse)(Brush, Rectangle) | Fills the ellipse. | -| [FillPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath)(Pen, Brush, GraphicsPath) | Fills the path. | -| [FillPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie)(Brush, Rectangle, float, float) | Fills the pie. | -| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon)(Brush, Point[]) | Fills the polygon. | -| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon)(Brush, Point[], FillMode) | Fills the polygon. | -| [FillRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle)(Brush, Rectangle) | Fills the rectangle. | -| [GetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform)() | Gets the world transform. | -| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip)(RectangleF) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure. | -| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip)(Region) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region. | -| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform)(Matrix) | Multiplies the world transformation of this Graphics and specified the Matrix. | -| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform)(Matrix, MatrixOrder) | Multiplies the world transformation of this Graphics and specified the Matrix in the specified order. | -| [ResetClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip)() | Resets the clip. | -| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform)(float) | Applies the specified rotation to the transformation matrix of this Graphics. | -| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform)(float, PointF, MatrixOrder) | Applies the specified rotation to the transformation matrix of this Graphics in the specified order. | -| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform)(float, float) | Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. | -| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform)(float, float, MatrixOrder) | Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order. | -| [SetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform)(Matrix) | Sets the transform. | -| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform)(float, float) | Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. | -| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform)(float, float, MatrixOrder) | Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order. | +| [Clear](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear/)() | Clears the state of the graphics object | +| [DrawArc](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc/)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. | +| [DrawCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier/)(Pen, Point, Point, Point, Point) | Draws the cubic bezier. | +| [DrawEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse/)(Pen, Rectangle) | Draws the ellipse. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/#drawimage)(RasterImage, Point) | Draws the specified Image, using its original physical size, at the specified location. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/#drawimage_2)(byte[], Rectangle, GraphicsUnit) | Draws the image. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/#drawimage_3)(Stream, Rectangle, GraphicsUnit) | Draws the image. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/#drawimage_1)(RasterImage, Rectangle, Rectangle, GraphicsUnit) | Draws the specified portion of the specified Image at the specified location and with the specified size. | +| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/#drawline)(Pen, Point, Point) | Draws the line. | +| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/#drawline_1)(Pen, int, int, int, int) | Draws the line. | +| [DrawPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath/)(Pen, GraphicsPath) | Draws the path. | +| [DrawPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie/)(Pen, Rectangle, float, float) | Draws the pie. | +| [DrawPolyCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier/)(Pen, Point[]) | Draws the poly cubic bezier. | +| [DrawPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon/)(Pen, Point[]) | Draws the polygon. | +| [DrawPolyline](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline/)(Pen, Point[]) | Draws the polyline. | +| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/#drawrectangle)(Pen, Rectangle) | Draws the rectangle. | +| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/#drawrectangle_1)(Pen, int, int, int, int) | Draws the rectangle. | +| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/#drawstring)(string, Font, Color, int, int) | Draws the string. | +| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/#drawstring_1)(string, Font, Color, int, int, float) | Draws the string. | +| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/#excludeclip)(Rectangle) | Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure. | +| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/#excludeclip_1)(Region) | Updates the clip region of this Graphics to exclude the area specified by a Region. | +| [FillEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse/)(Brush, Rectangle) | Fills the ellipse. | +| [FillPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath/)(Pen, Brush, GraphicsPath) | Fills the path. | +| [FillPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie/)(Brush, Rectangle, float, float) | Fills the pie. | +| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/#fillpolygon)(Brush, Point[]) | Fills the polygon. | +| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/#fillpolygon_1)(Brush, Point[], FillMode) | Fills the polygon. | +| [FillRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle/)(Brush, Rectangle) | Fills the rectangle. | +| [GetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform/)() | Gets the world transform. | +| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/#intersectclip)(RectangleF) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure. | +| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/#intersectclip_1)(Region) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region. | +| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/#multiplytransform)(Matrix) | Multiplies the world transformation of this Graphics and specified the Matrix. | +| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/#multiplytransform_1)(Matrix, MatrixOrder) | Multiplies the world transformation of this Graphics and specified the Matrix in the specified order. | +| [ResetClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip/)() | Resets the clip. | +| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/#rotatetransform)(float) | Applies the specified rotation to the transformation matrix of this Graphics. | +| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/#rotatetransform_1)(float, PointF, MatrixOrder) | Applies the specified rotation to the transformation matrix of this Graphics in the specified order. | +| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/#scaletransform)(float, float) | Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. | +| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/#scaletransform_1)(float, float, MatrixOrder) | Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order. | +| [SetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform/)(Matrix) | Sets the transform. | +| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/#translatetransform)(float, float) | Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. | +| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/#translatetransform_1)(float, float, MatrixOrder) | Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../aspose.imaging.fileformats.emf.graphics) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../aspose.imaging.fileformats.emf.graphics/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor/_index.md index 338a4e8597b4..552b2ef98258 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: MetafileRecorderGraphics2D.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D property. Gets or sets the color of the background type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor/ @@ -20,9 +20,9 @@ The color of the background. ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* struct [Color](../../../aspose.imaging/color/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear/_index.md index 900f069cc875..fdece7fe541f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear/_index.md @@ -1,7 +1,7 @@ --- -title: Clear +title: MetafileRecorderGraphics2D.Clear second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Clears the state of the graphics object type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear/ @@ -16,8 +16,8 @@ public void Clear() ### See Also -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip/_index.md index 5a59aad9f4e0..740273c67da9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip/_index.md @@ -1,7 +1,7 @@ --- -title: Clip +title: MetafileRecorderGraphics2D.Clip second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D property. Gets or sets a Region that limits the drawing region of this Graphics type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip/ @@ -16,9 +16,9 @@ public Region Clip { get; set; } ### See Also -* class [Region](../../../aspose.imaging/region) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Region](../../../aspose.imaging/region/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds/_index.md index 7820b1b71757..2002427cb11e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds/_index.md @@ -1,7 +1,7 @@ --- -title: ClipBounds +title: MetafileRecorderGraphics2D.ClipBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D property. Gets the clip bounds type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds/ @@ -20,9 +20,9 @@ The clip bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc/_index.md index d248e452444e..95209704673c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc/_index.md @@ -1,7 +1,7 @@ --- -title: DrawArc +title: MetafileRecorderGraphics2D.DrawArc second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws an arc representing a portion of an ellipse specified by a Rectangle structure type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc/ @@ -21,7 +21,7 @@ public void DrawArc(Pen pen, Rectangle rect, float startAngle, float arcAngle) | startAngle | Single | Angle in degrees measured clockwise from the x-axis to the starting point of the arc. | | arcAngle | Single | Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -248,10 +248,10 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier/_index.md index 59087fda8d99..b99db6497863 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier/_index.md @@ -1,7 +1,7 @@ --- -title: DrawCubicBezier +title: MetafileRecorderGraphics2D.DrawCubicBezier second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the cubic bezier type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier/ @@ -22,7 +22,7 @@ public void DrawCubicBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) | pt3 | Point | The second control point for the curve. | | pt4 | Point | The ending point of the curve. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -249,10 +249,10 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Point](../../../aspose.imaging/point) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Point](../../../aspose.imaging/point/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse/_index.md index 283e1b14fd94..831d1b37736d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse/_index.md @@ -1,7 +1,7 @@ --- -title: DrawEllipse +title: MetafileRecorderGraphics2D.DrawEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the ellipse type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse/ @@ -21,10 +21,10 @@ public void DrawEllipse(Pen pen, Rectangle rect) ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/_index.md index 678cd6c5ffb8..8362b1d8cb65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/_index.md @@ -1,12 +1,12 @@ --- -title: DrawImage +title: MetafileRecorderGraphics2D.DrawImage second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the specified Image using its original physical size at the specified location type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/ --- -## MetafileRecorderGraphics2D.DrawImage method (1 of 4) +## DrawImage(RasterImage, Point) {#drawimage} Draws the specified Image, using its original physical size, at the specified location. @@ -21,15 +21,15 @@ public void DrawImage(RasterImage image, Point location) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* struct [Point](../../../aspose.imaging/point) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* struct [Point](../../../aspose.imaging/point/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.DrawImage method (2 of 4) +## DrawImage(RasterImage, Rectangle, Rectangle, GraphicsUnit) {#drawimage_1} Draws the specified portion of the specified Image at the specified location and with the specified size. @@ -51,7 +51,7 @@ public void DrawImage(RasterImage image, Rectangle destRect, Rectangle srcRect, | --- | --- | | ArgumentOutOfRangeException | srcUnit;Support only Pixel unit | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -278,16 +278,16 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* enum [GraphicsUnit](../../../aspose.imaging/graphicsunit) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* enum [GraphicsUnit](../../../aspose.imaging/graphicsunit/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.DrawImage method (3 of 4) +## DrawImage(byte[], Rectangle, GraphicsUnit) {#drawimage_2} Draws the image. @@ -303,15 +303,15 @@ public void DrawImage(byte[] imageBytes, Rectangle destRect, GraphicsUnit srcUni ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* enum [GraphicsUnit](../../../aspose.imaging/graphicsunit) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* enum [GraphicsUnit](../../../aspose.imaging/graphicsunit/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.DrawImage method (4 of 4) +## DrawImage(Stream, Rectangle, GraphicsUnit) {#drawimage_3} Draws the image. @@ -327,10 +327,10 @@ public void DrawImage(Stream stream, Rectangle destRect, GraphicsUnit srcUnit) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* enum [GraphicsUnit](../../../aspose.imaging/graphicsunit) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* enum [GraphicsUnit](../../../aspose.imaging/graphicsunit/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/_index.md index 84a8cb3e85e7..64f5332d5d23 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/_index.md @@ -1,12 +1,12 @@ --- -title: DrawLine +title: MetafileRecorderGraphics2D.DrawLine second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the line type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/ --- -## MetafileRecorderGraphics2D.DrawLine method (1 of 2) +## DrawLine(Pen, int, int, int, int) {#drawline_1} Draws the line. @@ -22,7 +22,7 @@ public void DrawLine(Pen pen, int x1, int y1, int x2, int y2) | x2 | Int32 | The x-coordinate of the second point. | | y2 | Int32 | The y-coordinate of the second point. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -249,14 +249,14 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.DrawLine method (2 of 2) +## DrawLine(Pen, Point, Point) {#drawline} Draws the line. @@ -272,10 +272,10 @@ public void DrawLine(Pen pen, Point pt1, Point pt2) ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Point](../../../aspose.imaging/point) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Point](../../../aspose.imaging/point/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath/_index.md index 713a35ea6865..1fefb0e4c3c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath/_index.md @@ -1,7 +1,7 @@ --- -title: DrawPath +title: MetafileRecorderGraphics2D.DrawPath second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the path type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath/ @@ -19,7 +19,7 @@ public void DrawPath(Pen pen, GraphicsPath path) | pen | Pen | Pen that determines the color, width, and style of the figure. | | path | GraphicsPath | The path to draw. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -246,10 +246,10 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie/_index.md index b2db083c329b..c927550877bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie/_index.md @@ -1,7 +1,7 @@ --- -title: DrawPie +title: MetafileRecorderGraphics2D.DrawPie second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the pie type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie/ @@ -23,10 +23,10 @@ public void DrawPie(Pen pen, Rectangle rect, float startAngle, float sweepAngle) ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier/_index.md index a78fd78f7e36..922a0bd9590d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier/_index.md @@ -1,7 +1,7 @@ --- -title: DrawPolyCubicBezier +title: MetafileRecorderGraphics2D.DrawPolyCubicBezier second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the poly cubic bezier type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier/ @@ -27,10 +27,10 @@ public void DrawPolyCubicBezier(Pen pen, Point[] points) ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Point](../../../aspose.imaging/point) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Point](../../../aspose.imaging/point/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon/_index.md index 6f1ed19df20e..aee2dc2b3986 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: DrawPolygon +title: MetafileRecorderGraphics2D.DrawPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the polygon type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon/ @@ -21,10 +21,10 @@ public void DrawPolygon(Pen pen, Point[] points) ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Point](../../../aspose.imaging/point) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Point](../../../aspose.imaging/point/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline/_index.md index a12c3fdad61f..7ac7b8b5749f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline/_index.md @@ -1,7 +1,7 @@ --- -title: DrawPolyline +title: MetafileRecorderGraphics2D.DrawPolyline second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the polyline type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline/ @@ -21,10 +21,10 @@ public void DrawPolyline(Pen pen, Point[] points) ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Point](../../../aspose.imaging/point) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Point](../../../aspose.imaging/point/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/_index.md index 322607d89f69..bc1912bb2716 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/_index.md @@ -1,12 +1,12 @@ --- -title: DrawRectangle +title: MetafileRecorderGraphics2D.DrawRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the rectangle type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/ --- -## MetafileRecorderGraphics2D.DrawRectangle method (1 of 2) +## DrawRectangle(Pen, int, int, int, int) {#drawrectangle_1} Draws the rectangle. @@ -22,7 +22,7 @@ public void DrawRectangle(Pen pen, int x, int y, int width, int height) | width | Int32 | The width of the rectangle to draw. | | height | Int32 | The height of the rectangle to draw. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -249,14 +249,14 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.DrawRectangle method (2 of 2) +## DrawRectangle(Pen, Rectangle) {#drawrectangle} Draws the rectangle. @@ -271,10 +271,10 @@ public void DrawRectangle(Pen pen, Rectangle rectangle) ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/_index.md index 17cc5fcfaa27..ddc5090f06fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/_index.md @@ -1,12 +1,12 @@ --- -title: DrawString +title: MetafileRecorderGraphics2D.DrawString second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Draws the string type: docs weight: 160 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/ --- -## MetafileRecorderGraphics2D.DrawString method (1 of 2) +## DrawString(string, Font, Color, int, int) {#drawstring} Draws the string. @@ -22,7 +22,7 @@ public void DrawString(string @string, Font font, Color color, int x, int y) | x | Int32 | The x-coordinate of the upper-left corner of the drawn text. | | y | Int32 | The y-coordinate of the upper-left corner of the drawn text. | -### Examples +## Examples This example shows how to load a EMF image from a file and draw a text string over it. @@ -293,15 +293,15 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Font](../../../aspose.imaging/font) -* struct [Color](../../../aspose.imaging/color) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Font](../../../aspose.imaging/font/) +* struct [Color](../../../aspose.imaging/color/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.DrawString method (2 of 2) +## DrawString(string, Font, Color, int, int, float) {#drawstring_1} Draws the string. @@ -320,10 +320,10 @@ public void DrawString(string @string, Font font, Color color, int x, int y, flo ### See Also -* class [Font](../../../aspose.imaging/font) -* struct [Color](../../../aspose.imaging/color) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Font](../../../aspose.imaging/font/) +* struct [Color](../../../aspose.imaging/color/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/_index.md index 0b596ab5ece8..e787c95c512c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/_index.md @@ -1,12 +1,12 @@ --- -title: ExcludeClip +title: MetafileRecorderGraphics2D.ExcludeClip second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure type: docs weight: 170 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/ --- -## MetafileRecorderGraphics2D.ExcludeClip method (1 of 2) +## ExcludeClip(Rectangle) {#excludeclip} Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure. @@ -20,14 +20,14 @@ public void ExcludeClip(Rectangle rect) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.ExcludeClip method (2 of 2) +## ExcludeClip(Region) {#excludeclip_1} Updates the clip region of this Graphics to exclude the area specified by a Region. @@ -41,9 +41,9 @@ public void ExcludeClip(Region region) ### See Also -* class [Region](../../../aspose.imaging/region) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Region](../../../aspose.imaging/region/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse/_index.md index ce87ac0f2581..311221cbf2f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse/_index.md @@ -1,7 +1,7 @@ --- -title: FillEllipse +title: MetafileRecorderGraphics2D.FillEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Fills the ellipse type: docs weight: 180 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse/ @@ -21,10 +21,10 @@ public void FillEllipse(Brush brush, Rectangle rect) ### See Also -* class [Brush](../../../aspose.imaging/brush) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Brush](../../../aspose.imaging/brush/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath/_index.md index 42901bb0399f..114721a4494a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath/_index.md @@ -1,7 +1,7 @@ --- -title: FillPath +title: MetafileRecorderGraphics2D.FillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Fills the path type: docs weight: 190 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath/ @@ -20,7 +20,7 @@ public void FillPath(Pen pen, Brush brush, GraphicsPath path) | brush | Brush | Brush that determines the characteristics of the fill. | | path | GraphicsPath | The path to fill. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -247,11 +247,11 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [Brush](../../../aspose.imaging/brush) -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [Brush](../../../aspose.imaging/brush/) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie/_index.md index 49972496f9c0..836ce7f951c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie/_index.md @@ -1,7 +1,7 @@ --- -title: FillPie +title: MetafileRecorderGraphics2D.FillPie second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Fills the pie type: docs weight: 200 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie/ @@ -21,7 +21,7 @@ public void FillPie(Brush brush, Rectangle rect, float startAngle, float sweepAn | startAngle | Single | Angle in degrees measured clockwise from the x-axis to the starting point of the arc. | | sweepAngle | Single | Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -248,10 +248,10 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Brush](../../../aspose.imaging/brush) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Brush](../../../aspose.imaging/brush/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/_index.md index 84782821c1d7..0b6c5cf157a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/_index.md @@ -1,12 +1,12 @@ --- -title: FillPolygon +title: MetafileRecorderGraphics2D.FillPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Fills the polygon type: docs weight: 210 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/ --- -## MetafileRecorderGraphics2D.FillPolygon method (1 of 2) +## FillPolygon(Brush, Point[]) {#fillpolygon} Fills the polygon. @@ -21,15 +21,15 @@ public void FillPolygon(Brush brush, Point[] points) ### See Also -* class [Brush](../../../aspose.imaging/brush) -* struct [Point](../../../aspose.imaging/point) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Brush](../../../aspose.imaging/brush/) +* struct [Point](../../../aspose.imaging/point/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.FillPolygon method (2 of 2) +## FillPolygon(Brush, Point[], FillMode) {#fillpolygon_1} Fills the polygon. @@ -45,11 +45,11 @@ public void FillPolygon(Brush brush, Point[] points, FillMode fillMode) ### See Also -* class [Brush](../../../aspose.imaging/brush) -* struct [Point](../../../aspose.imaging/point) -* enum [FillMode](../../../aspose.imaging/fillmode) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Brush](../../../aspose.imaging/brush/) +* struct [Point](../../../aspose.imaging/point/) +* enum [FillMode](../../../aspose.imaging/fillmode/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle/_index.md index aeca5d2b39d1..6d9938ca5395 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: FillRectangle +title: MetafileRecorderGraphics2D.FillRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Fills the rectangle type: docs weight: 220 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle/ @@ -19,7 +19,7 @@ public void FillRectangle(Brush brush, Rectangle rectangle) | brush | Brush | Brush that determines the characteristics of the fill. | | rectangle | Rectangle | The rectangle to fill. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -246,10 +246,10 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = graphics.EndRecording( ### See Also -* class [Brush](../../../aspose.imaging/brush) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Brush](../../../aspose.imaging/brush/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform/_index.md index 1219c645160c..6a1e730fe75e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform/_index.md @@ -1,7 +1,7 @@ --- -title: GetTransform +title: MetafileRecorderGraphics2D.GetTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Gets the world transform type: docs weight: 230 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform/ @@ -20,9 +20,9 @@ The transform matrix. ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/_index.md index f26ac6272d97..3404cb2ee4b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/_index.md @@ -1,12 +1,12 @@ --- -title: IntersectClip +title: MetafileRecorderGraphics2D.IntersectClip second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure type: docs weight: 240 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/ --- -## MetafileRecorderGraphics2D.IntersectClip method (1 of 2) +## IntersectClip(RectangleF) {#intersectclip} Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure. @@ -20,14 +20,14 @@ public void IntersectClip(RectangleF rect) ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.IntersectClip method (2 of 2) +## IntersectClip(Region) {#intersectclip_1} Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region. @@ -41,9 +41,9 @@ public void IntersectClip(Region region) ### See Also -* class [Region](../../../aspose.imaging/region) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Region](../../../aspose.imaging/region/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/_index.md index 1507b46fdb24..b1da82601a5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/_index.md @@ -1,12 +1,12 @@ --- -title: MultiplyTransform +title: MetafileRecorderGraphics2D.MultiplyTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Multiplies the world transformation of this Graphics and specified the Matrix type: docs weight: 250 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/ --- -## MetafileRecorderGraphics2D.MultiplyTransform method (1 of 2) +## MultiplyTransform(Matrix) {#multiplytransform} Multiplies the world transformation of this Graphics and specified the Matrix. @@ -20,14 +20,14 @@ public void MultiplyTransform(Matrix matrix) ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.MultiplyTransform method (2 of 2) +## MultiplyTransform(Matrix, MatrixOrder) {#multiplytransform_1} Multiplies the world transformation of this Graphics and specified the Matrix in the specified order. @@ -42,10 +42,10 @@ public void MultiplyTransform(Matrix matrix, MatrixOrder order) ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* enum [MatrixOrder](../../../aspose.imaging/matrixorder) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Matrix](../../../aspose.imaging/matrix/) +* enum [MatrixOrder](../../../aspose.imaging/matrixorder/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip/_index.md index 5411582d071d..b55b01c34e16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip/_index.md @@ -1,7 +1,7 @@ --- -title: ResetClip +title: MetafileRecorderGraphics2D.ResetClip second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Resets the clip type: docs weight: 260 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip/ @@ -16,8 +16,8 @@ public void ResetClip() ### See Also -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/_index.md index 6c3fbd60141a..7edebaea41ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/_index.md @@ -1,12 +1,12 @@ --- -title: RotateTransform +title: MetafileRecorderGraphics2D.RotateTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Applies the specified rotation to the transformation matrix of this Graphics type: docs weight: 270 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/ --- -## MetafileRecorderGraphics2D.RotateTransform method (1 of 2) +## RotateTransform(float) {#rotatetransform} Applies the specified rotation to the transformation matrix of this Graphics. @@ -20,13 +20,13 @@ public void RotateTransform(float angle) ### See Also -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.RotateTransform method (2 of 2) +## RotateTransform(float, PointF, MatrixOrder) {#rotatetransform_1} Applies the specified rotation to the transformation matrix of this Graphics in the specified order. @@ -42,10 +42,10 @@ public void RotateTransform(float angle, PointF center, MatrixOrder order) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* enum [MatrixOrder](../../../aspose.imaging/matrixorder) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* struct [PointF](../../../aspose.imaging/pointf/) +* enum [MatrixOrder](../../../aspose.imaging/matrixorder/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/_index.md index 7813739c35d9..6b9311543c1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/_index.md @@ -1,12 +1,12 @@ --- -title: ScaleTransform +title: MetafileRecorderGraphics2D.ScaleTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the objects transformation matrix type: docs weight: 280 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/ --- -## MetafileRecorderGraphics2D.ScaleTransform method (1 of 2) +## ScaleTransform(float, float) {#scaletransform} Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. @@ -21,13 +21,13 @@ public void ScaleTransform(float sx, float sy) ### See Also -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.ScaleTransform method (2 of 2) +## ScaleTransform(float, float, MatrixOrder) {#scaletransform_1} Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order. @@ -43,9 +43,9 @@ public void ScaleTransform(float sx, float sy, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../../aspose.imaging/matrixorder) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* enum [MatrixOrder](../../../aspose.imaging/matrixorder/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform/_index.md index 1383dd6c5865..78f8c1100eb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform/_index.md @@ -1,7 +1,7 @@ --- -title: SetTransform +title: MetafileRecorderGraphics2D.SetTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Sets the transform type: docs weight: 290 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform/ @@ -18,7 +18,7 @@ public void SetTransform(Matrix transform) | --- | --- | --- | | transform | Matrix | The new transform matrix. | -### Examples +## Examples This example shows how to load a EMF image from a file and draw a text string over it. @@ -66,9 +66,9 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = (Aspose.Imaging.FileFo ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/_index.md index 3ba49e249c84..f41ba070f508 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/_index.md @@ -1,12 +1,12 @@ --- -title: TranslateTransform +title: MetafileRecorderGraphics2D.TranslateTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRecorderGraphics2D method. Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics type: docs weight: 300 url: /net/aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/ --- -## MetafileRecorderGraphics2D.TranslateTransform method (1 of 2) +## TranslateTransform(float, float) {#translatetransform} Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. @@ -21,13 +21,13 @@ public void TranslateTransform(float x, float y) ### See Also -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## MetafileRecorderGraphics2D.TranslateTransform method (2 of 2) +## TranslateTransform(float, float, MatrixOrder) {#translatetransform_1} Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order. @@ -43,9 +43,9 @@ public void TranslateTransform(float x, float y, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../../aspose.imaging/matrixorder) -* class [MetafileRecorderGraphics2D](../../metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d) +* enum [MatrixOrder](../../../aspose.imaging/matrixorder/) +* class [MetafileRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Emf.Graphics](../../metafilerecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/_index.md index e3805a1355ff..e9cfbbef9b14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Emf second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-EMF MS-EMFPLUS +description: The namespace contains types MSEMF MSEMFPLUS type: docs weight: 330 url: /net/aspose.imaging.fileformats.emf/ @@ -12,14 +12,14 @@ The namespace contains types [MS-EMF], [MS-EMFPLUS] | Class | Description | | --- | --- | -| [EmfImage](./emfimage) | The API for Enhanced Metafile Format (EMF) vector image format support is a comprehensive tool for processing graphical images in a device-independent manner while preserving their original properties. Developed to maintain proportions, dimensions, colors, and other graphic attributes, it includes EMF Plus format support and features for cropping regions, resizing canvas and images, rotating, flipping, setting image palettes, exporting and importing to APS device context, compressing and converting EMF to other formats, ensuring versatile manipulation and seamless integration of EMF images across applications. | -| [MetaImage](./metaimage) | Base class for Meta object classes | -| [MetaObject](./metaobject) | Base class for EMF, WMF, EMF+ objects | -| [MetaObjectList](./metaobjectlist) | The list of meta objects for EMF, EMF+ and WMF classes | +| [EmfImage](./emfimage/) | The API for Enhanced Metafile Format (EMF) vector image format support is a comprehensive tool for processing graphical images in a device-independent manner while preserving their original properties. Developed to maintain proportions, dimensions, colors, and other graphic attributes, it includes EMF Plus format support and features for cropping regions, resizing canvas and images, rotating, flipping, setting image palettes, exporting and importing to APS device context, compressing and converting EMF to other formats, ensuring versatile manipulation and seamless integration of EMF images across applications. | +| [MetaImage](./metaimage/) | Base class for Meta object classes | +| [MetaObject](./metaobject/) | Base class for EMF, WMF, EMF+ objects | +| [MetaObjectList](./metaobjectlist/) | The list of meta objects for EMF, EMF+ and WMF classes | ## Enumeration | Enumeration | Description | | --- | --- | -| [EmfRenderMode](./emfrendermode) | The emf render mode | +| [EmfRenderMode](./emfrendermode/) | The emf render mode | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/_index.md index 2b1f20b4fb8b..78a9b4ffc542 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/_index.md @@ -1,7 +1,7 @@ --- -title: EmfImage +title: Class EmfImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfImage class. The API for Enhanced Metafile Format EMF vector image format support is a comprehensive tool for processing graphical images in a deviceindependent manner while preserving their original properties. Developed to maintain proportions dimensions colors and other graphic attributes it includes EMF Plus format support and features for cropping regions resizing canvas and images rotating flipping setting image palettes exporting and importing to APS device context compressing and converting EMF to other formats ensuring versatile manipulation and seamless integration of EMF images across applications type: docs weight: 4680 url: /net/aspose.imaging.fileformats.emf/emfimage/ @@ -18,75 +18,75 @@ public sealed class EmfImage : MetaImage | Name | Description | | --- | --- | -| [EmfImage](emfimage)() | Start working with EMF images by initializing a new instance of the [`EmfImage`](../emfimage) class. Ideal for quickly incorporating EMF images into your projects with ease and efficiency. | -| [EmfImage](emfimage)(int, int) | Create a new instance of the [`EmfImage`](../emfimage) class by specifying the width and height parameters. This constructor simplifies the process of initializing EMF images with specific dimensions, enhancing the efficiency of your development workflow. | +| [EmfImage](emfimage/#constructor)() | Start working with EMF images by initializing a new instance of the `EmfImage` class. Ideal for quickly incorporating EMF images into your projects with ease and efficiency. | +| [EmfImage](emfimage/#constructor_1)(int, int) | Create a new instance of the `EmfImage` class by specifying the width and height parameters. This constructor simplifies the process of initializing EMF images with specific dimensions, enhancing the efficiency of your development workflow. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.emf/emfimage/bitsperpixel) { get; } | Retrieve the bit-per-pixel count specific to raster images, as this parameter doesn't apply to vector images. Quickly ascertain the pixel depth of raster images for precise analysis and manipulation, ensuring accurate handling of image data. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.emf/emfimage/fileformat) { get; } | Access the file format value associated with the object. Easily determine the format of the file associated with the object for streamlined processing and compatibility checks. Simplify your workflow by retrieving the file format information with ease. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| [Header](../../aspose.imaging.fileformats.emf/emfimage/header) { get; set; } | Retrieve or modify the EMF metafile header record with this property. Ideal for managing metafile data efficiently within your application. Improve your workflow with streamlined access to metafile header information. | -| override [Height](../../aspose.imaging.fileformats.emf/emfimage/height) { get; } | Retrieve the image's height, facilitating accurate rendering and layout adjustments. Accessing the height property ensures compatibility and seamless integration across different platforms and applications. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.emf/emfimage/iscached) { get; } | Access a value indicating whether the object's data is currently cached, eliminating the need for additional data reading. Enhance efficiency by quickly determining if cached data is available for immediate access. Optimize your workflow with streamlined data retrieval processes. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| override [Records](../../aspose.imaging.fileformats.emf/emfimage/records) { get; set; } | Retrieve or modify the records associated with the object. Efficiently access and manage the collection of records for enhanced data manipulation and processing. Optimize your workflow by seamlessly interacting with the object's records. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.emf/emfimage/width) { get; } | Access to the width of the image, providing essential information for precise rendering and processing. Quickly retrieve the image's width to ensure compatibility and proper layout within various applications and platforms. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.emf/emfimage/bitsperpixel/) { get; } | Retrieve the bit-per-pixel count specific to raster images, as this parameter doesn't apply to vector images. Quickly ascertain the pixel depth of raster images for precise analysis and manipulation, ensuring accurate handling of image data. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.emf/emfimage/fileformat/) { get; } | Access the file format value associated with the object. Easily determine the format of the file associated with the object for streamlined processing and compatibility checks. Simplify your workflow by retrieving the file format information with ease. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| [Header](../../aspose.imaging.fileformats.emf/emfimage/header/) { get; set; } | Retrieve or modify the EMF metafile header record with this property. Ideal for managing metafile data efficiently within your application. Improve your workflow with streamlined access to metafile header information. | +| override [Height](../../aspose.imaging.fileformats.emf/emfimage/height/) { get; } | Retrieve the image's height, facilitating accurate rendering and layout adjustments. Accessing the height property ensures compatibility and seamless integration across different platforms and applications. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.emf/emfimage/iscached/) { get; } | Access a value indicating whether the object's data is currently cached, eliminating the need for additional data reading. Enhance efficiency by quickly determining if cached data is available for immediate access. Optimize your workflow with streamlined data retrieval processes. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| override [Records](../../aspose.imaging.fileformats.emf/emfimage/records/) { get; set; } | Retrieve or modify the records associated with the object. Efficiently access and manage the collection of records for enhanced data manipulation and processing. Optimize your workflow by seamlessly interacting with the object's records. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.emf/emfimage/width/) { get; } | Access to the width of the image, providing essential information for precise rendering and processing. Quickly retrieve the image's width to ensure compatibility and proper layout within various applications and platforms. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging.fileformats.emf/emfimage/cachedata)() | Efficiently cache data and prevent redundant loading from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer) with this method. Enhance performance and streamline data access in your application, optimizing resource utilization for improved responsiveness. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging.fileformats.emf/emfimage/crop)(Rectangle) | Crop the specified rectangle using this function. Ideal for refining image composition and focusing on specific areas of interest within the image. Improve visual clarity and highlight key details with precise cropping functionality. | -| virtual [Crop](../../aspose.imaging.fileformats.emf/metaimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.emf/emfimage/getdefaultoptions)(object[]) | Retrieve the default options for your image effortlessly. With this feature, you can quickly access the preset configurations, ensuring seamless integration and optimal performance for your projects. Ideal for streamlining your workflow and achieving consistent results across your images. | -| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages)() | Gets the embedded images. | -| [GetMissedFonts](../../aspose.imaging.fileformats.emf/metaimage/getmissedfonts)() | Returns the list of fonts which used inside metafile but not found. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| override [GetUsedFonts](../../aspose.imaging.fileformats.emf/emfimage/getusedfonts)() | Retrieve the list of fonts utilized within the metafile with this method. Gain insights into font usage, facilitating efficient management and optimization of font resources for enhanced rendering and display fidelity. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.emf/emfimage/resize)(int, int, ImageResizeSettings) | Adjust your image size with customizable settings, ensuring optimal dimensions and clarity. Perfect for tailoring images to specific requirements while maintaining quality. | -| override [Resize](../../aspose.imaging.fileformats.emf/emfimage/resize)(int, int, ResizeType) | Resize your image effortlessly with this function, specifying the desired width, height, and type. Perfect for adjusting images to fit specific dimensions while maintaining clarity and quality. Ideal for optimizing images for various platforms and applications. | -| override [ResizeCanvas](../../aspose.imaging.fileformats.emf/emfimage/resizecanvas)(Rectangle) | Resize the canvas with ease using this function. Perfect for adjusting the overall dimensions of the image without altering its content. Enhance presentation and prepare images for various display sizes effortlessly. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.emf/emfimage/rotateflip)(RotateFlipType) | Easily rotate, flip, or perform both operations simultaneously on your image using this simple `RotateFlip()` method. Perfect for adjusting orientation and enhancing visual appeal without hassle. Ideal for achieving the desired presentation of your images in any project or application. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging.fileformats.emf/emfimage/setpalette)(IColorPalette, bool) | Enhance your image's color palette by setting it with the specified `IColorPalette`. Achieve vivid, vibrant visuals with ease, ensuring your images stand out and captivate viewers. Ideal for optimizing color schemes and achieving the perfect look for your projects. | - -### Examples +| override [CacheData](../../aspose.imaging.fileformats.emf/emfimage/cachedata/)() | Efficiently cache data and prevent redundant loading from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) with this method. Enhance performance and streamline data access in your application, optimizing resource utilization for improved responsiveness. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging.fileformats.emf/emfimage/crop/#crop)(Rectangle) | Crop the specified rectangle using this function. Ideal for refining image composition and focusing on specific areas of interest within the image. Improve visual clarity and highlight key details with precise cropping functionality. | +| virtual [Crop](../../aspose.imaging.fileformats.emf/metaimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.emf/emfimage/getdefaultoptions/)(object[]) | Retrieve the default options for your image effortlessly. With this feature, you can quickly access the preset configurations, ensuring seamless integration and optimal performance for your projects. Ideal for streamlining your workflow and achieving consistent results across your images. | +| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages/)() | Gets the embedded images. | +| [GetMissedFonts](../../aspose.imaging.fileformats.emf/metaimage/getmissedfonts/)() | Returns the list of fonts which used inside metafile but not found. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| override [GetUsedFonts](../../aspose.imaging.fileformats.emf/emfimage/getusedfonts/)() | Retrieve the list of fonts utilized within the metafile with this method. Gain insights into font usage, facilitating efficient management and optimization of font resources for enhanced rendering and display fidelity. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.emf/emfimage/resize/#resize_1)(int, int, ImageResizeSettings) | Adjust your image size with customizable settings, ensuring optimal dimensions and clarity. Perfect for tailoring images to specific requirements while maintaining quality. | +| override [Resize](../../aspose.imaging.fileformats.emf/emfimage/resize/#resize_2)(int, int, ResizeType) | Resize your image effortlessly with this function, specifying the desired width, height, and type. Perfect for adjusting images to fit specific dimensions while maintaining clarity and quality. Ideal for optimizing images for various platforms and applications. | +| override [ResizeCanvas](../../aspose.imaging.fileformats.emf/emfimage/resizecanvas/)(Rectangle) | Resize the canvas with ease using this function. Perfect for adjusting the overall dimensions of the image without altering its content. Enhance presentation and prepare images for various display sizes effortlessly. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.emf/emfimage/rotateflip/)(RotateFlipType) | Easily rotate, flip, or perform both operations simultaneously on your image using this simple `RotateFlip()` method. Perfect for adjusting orientation and enhancing visual appeal without hassle. Ideal for achieving the desired presentation of your images in any project or application. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging.fileformats.emf/emfimage/setpalette/)(IColorPalette, bool) | Enhance your image's color palette by setting it with the specified `IColorPalette`. Achieve vivid, vibrant visuals with ease, ensuring your images stand out and captivate viewers. Ideal for optimizing color schemes and achieving the perfect look for your projects. | + +## Examples The following example shows how to convert a emz images to emf fromat @@ -179,8 +179,8 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = (Aspose.Imaging.FileFo ### See Also -* class [MetaImage](../metaimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf) +* class [MetaImage](../metaimage/) +* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/bitsperpixel/_index.md index 2046024a51a7..ff42a7385e51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: EmfImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage property. Retrieve the bitperpixel count specific to raster images as this parameter doesnt apply to vector images. Quickly ascertain the pixel depth of raster images for precise analysis and manipulation ensuring accurate handling of image data type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf/emfimage/bitsperpixel/ @@ -26,8 +26,8 @@ The image bits per pixel count. ### See Also -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/cachedata/_index.md index 7e8bfa2f3c75..740ee1f24d0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/cachedata/_index.md @@ -1,20 +1,20 @@ --- -title: CacheData +title: EmfImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage method. Efficiently cache data and prevent redundant loading from the underlying DataStreamContainer with this method. Enhance performance and streamline data access in your application optimizing resource utilization for improved responsiveness type: docs weight: 90 url: /net/aspose.imaging.fileformats.emf/emfimage/cachedata/ --- ## EmfImage.CacheData method -Efficiently cache data and prevent redundant loading from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer) with this method. Enhance performance and streamline data access in your application, optimizing resource utilization for improved responsiveness. +Efficiently cache data and prevent redundant loading from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer/) with this method. Enhance performance and streamline data access in your application, optimizing resource utilization for improved responsiveness. ```csharp public override void CacheData() ``` -### Examples +## Examples This example shows how to load a EMF image from a file and list all of its records. @@ -90,8 +90,8 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = (Aspose.Imaging.FileFo ### See Also -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/crop/_index.md index be9e511c7b8a..f0e3b0811af2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: EmfImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage method. Crop the specified rectangle using this function. Ideal for refining image composition and focusing on specific areas of interest within the image. Improve visual clarity and highlight key details with precise cropping functionality type: docs weight: 100 url: /net/aspose.imaging.fileformats.emf/emfimage/crop/ @@ -20,9 +20,9 @@ public override void Crop(Rectangle rectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/emfimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/emfimage/_index.md index c1f8510e2d43..965337b8296d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/emfimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/emfimage/_index.md @@ -1,14 +1,14 @@ --- -title: EmfImage +title: EmfImage.EmfImage second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage constructor. Start working with EMF images by initializing a new instance of the EmfImage class. Ideal for quickly incorporating EMF images into your projects with ease and efficiency type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf/emfimage/emfimage/ --- -## EmfImage constructor (1 of 2) +## EmfImage() {#constructor} -Start working with EMF images by initializing a new instance of the [`EmfImage`](../../emfimage) class. Ideal for quickly incorporating EMF images into your projects with ease and efficiency. +Start working with EMF images by initializing a new instance of the [`EmfImage`](../) class. Ideal for quickly incorporating EMF images into your projects with ease and efficiency. ```csharp public EmfImage() @@ -16,15 +16,15 @@ public EmfImage() ### See Also -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) --- -## EmfImage constructor (2 of 2) +## EmfImage(int, int) {#constructor_1} -Create a new instance of the [`EmfImage`](../../emfimage) class by specifying the width and height parameters. This constructor simplifies the process of initializing EMF images with specific dimensions, enhancing the efficiency of your development workflow. +Create a new instance of the [`EmfImage`](../) class by specifying the width and height parameters. This constructor simplifies the process of initializing EMF images with specific dimensions, enhancing the efficiency of your development workflow. ```csharp public EmfImage(int width, int height) @@ -37,8 +37,8 @@ public EmfImage(int width, int height) ### See Also -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/fileformat/_index.md index 5688ebfc649a..4e04f05163c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: EmfImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage property. Access the file format value associated with the object. Easily determine the format of the file associated with the object for streamlined processing and compatibility checks. Simplify your workflow by retrieving the file format information with ease type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf/emfimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/getdefaultoptions/_index.md index 2871d4ee34c8..cf455316ea64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: EmfImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage method. Retrieve the default options for your image effortlessly. With this feature you can quickly access the preset configurations ensuring seamless integration and optimal performance for your projects. Ideal for streamlining your workflow and achieving consistent results across your images type: docs weight: 110 url: /net/aspose.imaging.fileformats.emf/emfimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/getusedfonts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/getusedfonts/_index.md index 53d34ef0e229..12a1a98dd457 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/getusedfonts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/getusedfonts/_index.md @@ -1,7 +1,7 @@ --- -title: GetUsedFonts +title: EmfImage.GetUsedFonts second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage method. Retrieve the list of fonts utilized within the metafile with this method. Gain insights into font usage facilitating efficient management and optimization of font resources for enhanced rendering and display fidelity type: docs weight: 120 url: /net/aspose.imaging.fileformats.emf/emfimage/getusedfonts/ @@ -20,8 +20,8 @@ The font list ### See Also -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/header/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/header/_index.md index 68f41c9fd2eb..bd118d3e97ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/header/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/header/_index.md @@ -1,7 +1,7 @@ --- -title: Header +title: EmfImage.Header second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage property. Retrieve or modify the EMF metafile header record with this property. Ideal for managing metafile data efficiently within your application. Improve your workflow with streamlined access to metafile header information type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf/emfimage/header/ @@ -16,9 +16,9 @@ public EmfMetafileHeader Header { get; set; } ### See Also -* class [EmfMetafileHeader](../../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfMetafileHeader](../../../aspose.imaging.fileformats.emf.emf.records/emfmetafileheader/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/height/_index.md index bbe73788936c..731a63f27ad1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: EmfImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage property. Retrieve the images height facilitating accurate rendering and layout adjustments. Accessing the height property ensures compatibility and seamless integration across different platforms and applications type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf/emfimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/iscached/_index.md index dd1b202aa022..c4a254f6d275 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: EmfImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage property. Access a value indicating whether the objects data is currently cached eliminating the need for additional data reading. Enhance efficiency by quickly determining if cached data is available for immediate access. Optimize your workflow with streamlined data retrieval processes type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf/emfimage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/records/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/records/_index.md index 270ac6f64b5e..ab899f3775ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/records/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/records/_index.md @@ -1,7 +1,7 @@ --- -title: Records +title: EmfImage.Records second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage property. Retrieve or modify the records associated with the object. Efficiently access and manage the collection of records for enhanced data manipulation and processing. Optimize your workflow by seamlessly interacting with the objects records type: docs weight: 70 url: /net/aspose.imaging.fileformats.emf/emfimage/records/ @@ -20,9 +20,9 @@ The records. ### See Also -* class [MetaObjectList](../../metaobjectlist) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [MetaObjectList](../../metaobjectlist/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/resize/_index.md index c46507700de5..401ad7247eb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: EmfImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage method. Resize your image effortlessly with this function specifying the desired width height and type. Perfect for adjusting images to fit specific dimensions while maintaining clarity and quality. Ideal for optimizing images for various platforms and applications type: docs weight: 130 url: /net/aspose.imaging.fileformats.emf/emfimage/resize/ --- -## EmfImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resize your image effortlessly with this function, specifying the desired width, height, and type. Perfect for adjusting images to fit specific dimensions while maintaining clarity and quality. Ideal for optimizing images for various platforms and applications. @@ -29,14 +29,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) --- -## EmfImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Adjust your image size with customizable settings, ensuring optimal dimensions and clarity. Perfect for tailoring images to specific requirements while maintaining quality. @@ -58,9 +58,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/resizecanvas/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/resizecanvas/_index.md index b87c86ced35d..0996cee89911 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/resizecanvas/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/resizecanvas/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeCanvas +title: EmfImage.ResizeCanvas second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage method. Resize the canvas with ease using this function. Perfect for adjusting the overall dimensions of the image without altering its content. Enhance presentation and prepare images for various display sizes effortlessly type: docs weight: 140 url: /net/aspose.imaging.fileformats.emf/emfimage/resizecanvas/ @@ -20,9 +20,9 @@ public override void ResizeCanvas(Rectangle newRectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/rotateflip/_index.md index 25002a573064..a41ad0a821a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: EmfImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage method. Easily rotate flip or perform both operations simultaneously on your image using this simple RotateFlip method. Perfect for adjusting orientation and enhancing visual appeal without hassle. Ideal for achieving the desired presentation of your images in any project or application type: docs weight: 150 url: /net/aspose.imaging.fileformats.emf/emfimage/rotateflip/ @@ -26,9 +26,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/setpalette/_index.md index d02267e21c7c..e0b04ebdfd6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: EmfImage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage method. Enhance your images color palette by setting it with the specified IColorPalette. Achieve vivid vibrant visuals with ease ensuring your images stand out and captivate viewers. Ideal for optimizing color schemes and achieving the perfect look for your projects type: docs weight: 160 url: /net/aspose.imaging.fileformats.emf/emfimage/setpalette/ @@ -27,9 +27,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/width/_index.md index bf0717caf9e6..09004acc17a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: EmfImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfImage property. Access to the width of the image providing essential information for precise rendering and processing. Quickly retrieve the images width to ensure compatibility and proper layout within various applications and platforms type: docs weight: 80 url: /net/aspose.imaging.fileformats.emf/emfimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [EmfImage](../../emfimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage) +* class [EmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../emfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfrendermode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfrendermode/_index.md index b23978526851..06086fbdfcfa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfrendermode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/emfrendermode/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRenderMode +title: Enum EmfRenderMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.EmfRenderMode enum. The emf render mode type: docs weight: 6480 url: /net/aspose.imaging.fileformats.emf/emfrendermode/ @@ -25,7 +25,7 @@ public enum EmfRenderMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf) +* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/_index.md index 9995dc02281d..01e501823bfd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/_index.md @@ -1,7 +1,7 @@ --- -title: MetaImage +title: Class MetaImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.MetaImage class. Base class for Meta object classes type: docs weight: 6520 url: /net/aspose.imaging.fileformats.emf/metaimage/ @@ -18,76 +18,76 @@ public abstract class MetaImage : VectorImage | Name | Description | | --- | --- | -| [MetaImage](metaimage)() | Initializes a new instance of the [`MetaImage`](../metaimage). | +| [MetaImage](metaimage/)() | Initializes a new instance of the `MetaImage`. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging/vectorimage/height) { get; } | Gets the image height. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [Records](../../aspose.imaging.fileformats.emf/metaimage/records) { get; set; } | Gets or sets the records. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging/vectorimage/width) { get; } | Gets the image width. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging/vectorimage/height/) { get; } | Gets the image height. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached/) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [Records](../../aspose.imaging.fileformats.emf/metaimage/records/) { get; set; } | Gets or sets the records. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging/vectorimage/width/) { get; } | Gets the image width. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| virtual [Crop](../../aspose.imaging.fileformats.emf/metaimage/crop)(Rectangle) | Crops the specified rectangle. | -| virtual [Crop](../../aspose.imaging.fileformats.emf/metaimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages)() | Gets the embedded images. | -| [GetMissedFonts](../../aspose.imaging.fileformats.emf/metaimage/getmissedfonts)() | Returns the list of fonts which used inside metafile but not found. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| abstract [GetUsedFonts](../../aspose.imaging.fileformats.emf/metaimage/getusedfonts)() | Returns the list of font which used inside metafile. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| abstract [Resize](../../aspose.imaging/image/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| abstract [Resize](../../aspose.imaging/image/resize)(int, int, ResizeType) | Resizes the image. | -| abstract [ResizeCanvas](../../aspose.imaging.fileformats.emf/metaimage/resizecanvas)(Rectangle) | Resizes the canvas. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| abstract [RotateFlip](../../aspose.imaging/image/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| abstract [SetPalette](../../aspose.imaging/image/setpalette)(IColorPalette, bool) | Sets the image palette. | +| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| virtual [Crop](../../aspose.imaging.fileformats.emf/metaimage/crop/#crop)(Rectangle) | Crops the specified rectangle. | +| virtual [Crop](../../aspose.imaging.fileformats.emf/metaimage/crop/#crop_1)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages/)() | Gets the embedded images. | +| [GetMissedFonts](../../aspose.imaging.fileformats.emf/metaimage/getmissedfonts/)() | Returns the list of fonts which used inside metafile but not found. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| abstract [GetUsedFonts](../../aspose.imaging.fileformats.emf/metaimage/getusedfonts/)() | Returns the list of font which used inside metafile. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| abstract [Resize](../../aspose.imaging/image/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| abstract [Resize](../../aspose.imaging/image/resize/)(int, int, ResizeType) | Resizes the image. | +| abstract [ResizeCanvas](../../aspose.imaging.fileformats.emf/metaimage/resizecanvas/)(Rectangle) | Resizes the canvas. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| abstract [RotateFlip](../../aspose.imaging/image/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| abstract [SetPalette](../../aspose.imaging/image/setpalette/)(IColorPalette, bool) | Sets the image palette. | ### See Also -* class [VectorImage](../../aspose.imaging/vectorimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf) +* class [VectorImage](../../aspose.imaging/vectorimage/) +* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/crop/_index.md index 9b3a0ff8c87c..1c2924c1c24c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: MetaImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: MetaImage method. Crop image with shifts type: docs weight: 30 url: /net/aspose.imaging.fileformats.emf/metaimage/crop/ --- -## MetaImage.Crop method (1 of 2) +## Crop(int, int, int, int) {#crop_1} Crop image with shifts. @@ -23,13 +23,13 @@ public virtual void Crop(int leftShift, int rightShift, int topShift, int bottom ### See Also -* class [MetaImage](../../metaimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage) +* class [MetaImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage/) * assembly [Aspose.Imaging](../../../) --- -## MetaImage.Crop method (2 of 2) +## Crop(Rectangle) {#crop} Crops the specified rectangle. @@ -43,9 +43,9 @@ public virtual void Crop(Rectangle rectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetaImage](../../metaimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetaImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/getmissedfonts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/getmissedfonts/_index.md index 5ac7eba7bda5..6ad3b7e8501d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/getmissedfonts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/getmissedfonts/_index.md @@ -1,7 +1,7 @@ --- -title: GetMissedFonts +title: MetaImage.GetMissedFonts second_title: Aspose.Imaging for .NET API Reference -description: +description: MetaImage method. Returns the list of fonts which used inside metafile but not found type: docs weight: 40 url: /net/aspose.imaging.fileformats.emf/metaimage/getmissedfonts/ @@ -18,7 +18,7 @@ public string[] GetMissedFonts() The font list -### Examples +## Examples The following example shows how to print information about used and missed fonts in WMF/EMF images. @@ -128,8 +128,8 @@ finally ### See Also -* class [MetaImage](../../metaimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage) +* class [MetaImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/getusedfonts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/getusedfonts/_index.md index cdf5f44e6167..1241700a0b62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/getusedfonts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/getusedfonts/_index.md @@ -1,7 +1,7 @@ --- -title: GetUsedFonts +title: MetaImage.GetUsedFonts second_title: Aspose.Imaging for .NET API Reference -description: +description: MetaImage method. Returns the list of font which used inside metafile type: docs weight: 50 url: /net/aspose.imaging.fileformats.emf/metaimage/getusedfonts/ @@ -18,7 +18,7 @@ public abstract string[] GetUsedFonts() The font list -### Examples +## Examples The following example shows how to print information about used and missed fonts in WMF/EMF images. @@ -128,8 +128,8 @@ finally ### See Also -* class [MetaImage](../../metaimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage) +* class [MetaImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/metaimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/metaimage/_index.md index 430aa143cf0d..176a5913fce9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/metaimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/metaimage/_index.md @@ -1,14 +1,14 @@ --- -title: MetaImage +title: MetaImage.MetaImage second_title: Aspose.Imaging for .NET API Reference -description: +description: MetaImage constructor. Initializes a new instance of the MetaImage type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf/metaimage/metaimage/ --- ## MetaImage constructor -Initializes a new instance of the [`MetaImage`](../../metaimage). +Initializes a new instance of the [`MetaImage`](../). ```csharp public MetaImage() @@ -16,8 +16,8 @@ public MetaImage() ### See Also -* class [MetaImage](../../metaimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage) +* class [MetaImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/records/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/records/_index.md index 95e5c5fc6230..e90b1ece6290 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/records/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/records/_index.md @@ -1,7 +1,7 @@ --- -title: Records +title: MetaImage.Records second_title: Aspose.Imaging for .NET API Reference -description: +description: MetaImage property. Gets or sets the records type: docs weight: 20 url: /net/aspose.imaging.fileformats.emf/metaimage/records/ @@ -18,7 +18,7 @@ public virtual MetaObjectList Records { get; set; } The records. -### Examples +## Examples This example shows how to load a WMF image from a file and list all of its records. @@ -159,9 +159,9 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = (Aspose.Imaging.FileFo ### See Also -* class [MetaObjectList](../../metaobjectlist) -* class [MetaImage](../../metaimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage) +* class [MetaObjectList](../../metaobjectlist/) +* class [MetaImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/resizecanvas/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/resizecanvas/_index.md index 8aecb4a070b1..b10d41a74d08 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/resizecanvas/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaimage/resizecanvas/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeCanvas +title: MetaImage.ResizeCanvas second_title: Aspose.Imaging for .NET API Reference -description: +description: MetaImage method. Resizes the canvas type: docs weight: 60 url: /net/aspose.imaging.fileformats.emf/metaimage/resizecanvas/ @@ -18,7 +18,7 @@ public abstract void ResizeCanvas(Rectangle newRectangle) | --- | --- | --- | | newRectangle | Rectangle | The new rectangle. | -### Examples +## Examples The following example shows how to add a border with the specified margins around a metafile (WMF and EMF). @@ -46,9 +46,9 @@ foreach (string fileName in fileNames) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MetaImage](../../metaimage) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MetaImage](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobject/_index.md index 080e58dbf276..95e56a9c22ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobject/_index.md @@ -1,7 +1,7 @@ --- -title: MetaObject +title: Class MetaObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.MetaObject class. Base class for EMF WMF EMF objects type: docs weight: 6530 url: /net/aspose.imaging.fileformats.emf/metaobject/ @@ -18,11 +18,11 @@ public class MetaObject | Name | Description | | --- | --- | -| [MetaObject](metaobject)() | The default constructor. | +| [MetaObject](metaobject/)() | The default constructor. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf) +* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobject/metaobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobject/metaobject/_index.md index 5d1323b7a35e..5f1979f9540c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobject/metaobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobject/metaobject/_index.md @@ -1,7 +1,7 @@ --- -title: MetaObject +title: MetaObject.MetaObject second_title: Aspose.Imaging for .NET API Reference -description: +description: MetaObject constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf/metaobject/metaobject/ @@ -16,8 +16,8 @@ public MetaObject() ### See Also -* class [MetaObject](../../metaobject) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaobject) +* class [MetaObject](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobjectlist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobjectlist/_index.md index d88b25ddf03b..5a20ab25620d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobjectlist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobjectlist/_index.md @@ -1,7 +1,7 @@ --- -title: MetaObjectList +title: Class MetaObjectList second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Emf.MetaObjectList class. The list of meta objects for EMF EMF and WMF classes type: docs weight: 6540 url: /net/aspose.imaging.fileformats.emf/metaobjectlist/ @@ -18,38 +18,38 @@ public class MetaObjectList : NonGenericList | Name | Description | | --- | --- | -| [MetaObjectList](metaobjectlist)() | Initializes a new instance of the [`MetaObjectList`](../metaobjectlist) class. | -| [MetaObjectList](metaobjectlist)(IList) | Initializes a new instance of the [`MetaObjectList`](../metaobjectlist) class. | +| [MetaObjectList](metaobjectlist/#constructor)() | Initializes a new instance of the `MetaObjectList` class. | +| [MetaObjectList](metaobjectlist/#constructor_1)(IList) | Initializes a new instance of the `MetaObjectList` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging/nongenericlist/count) { get; } | Gets the number of elements contained in the ICollection. | -| [IsFixedSize](../../aspose.imaging/nongenericlist/isfixedsize) { get; } | Gets a value indicating whether the IList has a fixed size. | -| [IsReadOnly](../../aspose.imaging/nongenericlist/isreadonly) { get; } | Gets a value indicating whether the IList is read-only. | -| [IsSynchronized](../../aspose.imaging/nongenericlist/issynchronized) { get; } | Gets a value indicating whether access to the ICollection is synchronized (thread safe). | -| [Item](../../aspose.imaging/nongenericlist/item) { get; set; } | Gets or sets the element at the specified index. | -| [SyncRoot](../../aspose.imaging/nongenericlist/syncroot) { get; } | Gets an object that can be used to synchronize access to the ICollection. | +| [Count](../../aspose.imaging/nongenericlist/count/) { get; } | Gets the number of elements contained in the ICollection. | +| [IsFixedSize](../../aspose.imaging/nongenericlist/isfixedsize/) { get; } | Gets a value indicating whether the IList has a fixed size. | +| [IsReadOnly](../../aspose.imaging/nongenericlist/isreadonly/) { get; } | Gets a value indicating whether the IList is read-only. | +| [IsSynchronized](../../aspose.imaging/nongenericlist/issynchronized/) { get; } | Gets a value indicating whether access to the ICollection is synchronized (thread safe). | +| [Item](../../aspose.imaging/nongenericlist/item/) { get; set; } | Gets or sets the element at the specified index. | +| [SyncRoot](../../aspose.imaging/nongenericlist/syncroot/) { get; } | Gets an object that can be used to synchronize access to the ICollection. | ## Methods | Name | Description | | --- | --- | -| [Add](../../aspose.imaging/nongenericlist/add)(object) | Adds an item to the IList. | -| [Clear](../../aspose.imaging/nongenericlist/clear)() | Removes all items from the IList. | -| [Contains](../../aspose.imaging/nongenericlist/contains)(object) | Determines whether the IList contains a specific value. | -| [CopyTo](../../aspose.imaging/nongenericlist/copyto)(Array, int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. | -| [GetEnumerator](../../aspose.imaging/nongenericlist/getenumerator)() | Returns an enumerator that iterates through a collection. | -| [IndexOf](../../aspose.imaging/nongenericlist/indexof)(object) | Determines the index of a specific item in the IList. | -| [Insert](../../aspose.imaging/nongenericlist/insert)(int, object) | Inserts an item to the IList at the specified index. | -| [Remove](../../aspose.imaging/nongenericlist/remove)(object) | Removes the first occurrence of a specific object from the IList. | -| [RemoveAt](../../aspose.imaging/nongenericlist/removeat)(int) | Removes the IList item at the specified index. | +| [Add](../../aspose.imaging/nongenericlist/add/)(object) | Adds an item to the IList. | +| [Clear](../../aspose.imaging/nongenericlist/clear/)() | Removes all items from the IList. | +| [Contains](../../aspose.imaging/nongenericlist/contains/)(object) | Determines whether the IList contains a specific value. | +| [CopyTo](../../aspose.imaging/nongenericlist/copyto/)(Array, int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. | +| [GetEnumerator](../../aspose.imaging/nongenericlist/getenumerator/)() | Returns an enumerator that iterates through a collection. | +| [IndexOf](../../aspose.imaging/nongenericlist/indexof/)(object) | Determines the index of a specific item in the IList. | +| [Insert](../../aspose.imaging/nongenericlist/insert/)(int, object) | Inserts an item to the IList at the specified index. | +| [Remove](../../aspose.imaging/nongenericlist/remove/)(object) | Removes the first occurrence of a specific object from the IList. | +| [RemoveAt](../../aspose.imaging/nongenericlist/removeat/)(int) | Removes the IList item at the specified index. | ### See Also -* class [NonGenericList](../../aspose.imaging/nongenericlist) -* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf) +* class [NonGenericList](../../aspose.imaging/nongenericlist/) +* namespace [Aspose.Imaging.FileFormats.Emf](../../aspose.imaging.fileformats.emf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobjectlist/metaobjectlist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobjectlist/metaobjectlist/_index.md index d796f9c7155e..20743c847d95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobjectlist/metaobjectlist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.emf/metaobjectlist/metaobjectlist/_index.md @@ -1,14 +1,14 @@ --- -title: MetaObjectList +title: MetaObjectList.MetaObjectList second_title: Aspose.Imaging for .NET API Reference -description: +description: MetaObjectList constructor. Initializes a new instance of the MetaObjectList class type: docs weight: 10 url: /net/aspose.imaging.fileformats.emf/metaobjectlist/metaobjectlist/ --- -## MetaObjectList constructor (1 of 2) +## MetaObjectList(IList) {#constructor_1} -Initializes a new instance of the [`MetaObjectList`](../../metaobjectlist) class. +Initializes a new instance of the [`MetaObjectList`](../) class. ```csharp public MetaObjectList(IList list) @@ -20,15 +20,15 @@ public MetaObjectList(IList list) ### See Also -* class [MetaObjectList](../../metaobjectlist) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaobjectlist) +* class [MetaObjectList](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaobjectlist/) * assembly [Aspose.Imaging](../../../) --- -## MetaObjectList constructor (2 of 2) +## MetaObjectList() {#constructor} -Initializes a new instance of the [`MetaObjectList`](../../metaobjectlist) class. +Initializes a new instance of the [`MetaObjectList`](../) class. ```csharp public MetaObjectList() @@ -36,8 +36,8 @@ public MetaObjectList() ### See Also -* class [MetaObjectList](../../metaobjectlist) -* namespace [Aspose.Imaging.FileFormats.Emf](../../metaobjectlist) +* class [MetaObjectList](../) +* namespace [Aspose.Imaging.FileFormats.Emf](../../metaobjectlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps.consts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps.consts/_index.md index eae113e9312a..3bbd0f4cbb15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps.consts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps.consts/_index.md @@ -12,6 +12,6 @@ The namespace contains EPS format constants | Enumeration | Description | | --- | --- | -| [EpsType](./epstype) | Subtypes of Encapsulated PostScript format | +| [EpsType](./epstype/) | Subtypes of Encapsulated PostScript format | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps.consts/epstype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps.consts/epstype/_index.md index 41d6696cf2ad..435ada6dfff7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps.consts/epstype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps.consts/epstype/_index.md @@ -1,7 +1,7 @@ --- -title: EpsType +title: Enum EpsType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Eps.Consts.EpsType enum. Subtypes of Encapsulated PostScript format type: docs weight: 6550 url: /net/aspose.imaging.fileformats.eps.consts/epstype/ @@ -23,7 +23,7 @@ public enum EpsType : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Eps.Consts](../../aspose.imaging.fileformats.eps.consts) +* namespace [Aspose.Imaging.FileFormats.Eps.Consts](../../aspose.imaging.fileformats.eps.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/_index.md index e4c46f873f38..8f4188e02b27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/_index.md @@ -12,13 +12,13 @@ The namespace contains EPS format type | Class | Description | | --- | --- | -| [EpsImage](./epsimage) | The API for Encapsulated PostScript (EPS) image file format support offers robust capabilities for manipulating compositions comprising text, graphics, and images. With features such as bitmap preview image handling, orientation flipping, bounding box retrieval for illustration bounds, resizing, rotating images, and adding preview images, this API ensures seamless processing and integration of EPS files into various applications with precision and versatility. | -| [EpsLoadOptions](./epsloadoptions) | The [`EpsImage`](../aspose.imaging.fileformats.eps/epsimage) load options. | -| [EpsOptions](./epsoptions) | EPS options (currently not used) | +| [EpsImage](./epsimage/) | The API for Encapsulated PostScript (EPS) image file format support offers robust capabilities for manipulating compositions comprising text, graphics, and images. With features such as bitmap preview image handling, orientation flipping, bounding box retrieval for illustration bounds, resizing, rotating images, and adding preview images, this API ensures seamless processing and integration of EPS files into various applications with precision and versatility. | +| [EpsLoadOptions](./epsloadoptions/) | The [`EpsImage`](../aspose.imaging.fileformats.eps/epsimage/) load options. | +| [EpsOptions](./epsoptions/) | EPS options (currently not used) | ## Enumeration | Enumeration | Description | | --- | --- | -| [EpsPreviewFormat](./epspreviewformat) | The [`EpsImage`](../aspose.imaging.fileformats.eps/epsimage) preview image formats. | +| [EpsPreviewFormat](./epspreviewformat/) | The [`EpsImage`](../aspose.imaging.fileformats.eps/epsimage/) preview image formats. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/_index.md index fa783d11b04a..07458d58aabb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/_index.md @@ -1,7 +1,7 @@ --- -title: EpsImage +title: Class EpsImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Eps.EpsImage class. The API for Encapsulated PostScript EPS image file format support offers robust capabilities for manipulating compositions comprising text graphics and images. With features such as bitmap preview image handling orientation flipping bounding box retrieval for illustration bounds resizing rotating images and adding preview images this API ensures seamless processing and integration of EPS files into various applications with precision and versatility type: docs weight: 6560 url: /net/aspose.imaging.fileformats.eps/epsimage/ @@ -18,73 +18,73 @@ public sealed class EpsImage : VectorImage | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.eps/epsimage/bitsperpixel) { get; } | Access the precise bit depth of the image effortlessly with this property. Retrieve the bits per pixel count, providing crucial insights into the image's color depth and aiding in optimizing processing tasks. Ideal for applications requiring fine-grained control over image manipulation and analysis. | -| [BoundingBox](../../aspose.imaging.fileformats.eps/epsimage/boundingbox) { get; } | Accessing the original bounding box in device-independent points, this property provides crucial geometric information about the [`EpsImage`](../epsimage) dimensions. By retrieving this data, users can accurately assess the image's size and aspect ratio, facilitating precise layout and positioning in various applications. | -| [BoundingBoxPx](../../aspose.imaging.fileformats.eps/epsimage/boundingboxpx) { get; } | This property returns the original bounding box of the [`EpsImage`](../epsimage) instance in pixels, providing essential geometric data for accurate rendering and manipulation. With this information, users can ensure precise placement and sizing /// of EPS images in their projects, enhancing overall visual presentation and quality. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [CreationDate](../../aspose.imaging.fileformats.eps/epsimage/creationdate) { get; } | Retrieving the creation date from EPS Document Structuring Conventions (DSC) comments, this property provides essential metadata indicating the EPS file's inception. By accessing this information, users gain insights into the file's origin and chronology, enhancing file management and organization. | -| [Creator](../../aspose.imaging.fileformats.eps/epsimage/creator) { get; } | This property offers access to the creator information sourced from EPS Document Structuring Conventions (DSC) comments found within the EPS file. Understanding the creator details provides insights into the software or tool used to generate the EPS file, facilitating compatibility assessment across various platforms and applications. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [EpsType](../../aspose.imaging.fileformats.eps/epsimage/epstype) { get; } | Access and interpret the subtype value of your EPS image, streamlining your workflow and enhancing compatibility across platforms. Ideal for optimizing EPS subtype retrieval in your projects with precision and efficiency. | -| override [FileFormat](../../aspose.imaging.fileformats.eps/epsimage/fileformat) { get; } | Access the file format of your image with this property. Retrieve essential information about the format of your image file, facilitating compatibility and efficient processing. Ideal for identifying the format of your image files for seamless integration into your projects. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| [HasRasterPreview](../../aspose.imaging.fileformats.eps/epsimage/hasrasterpreview) { get; } | Discover the presence of a raster preview effortlessly with this property. Access the boolean value indicating whether the [`EpsImage`](../epsimage) instance includes a raster preview, empowering your image processing tasks with clarity and efficiency. Ideal for streamlining workflow decisions based on the presence or absence of raster previews in EPS images. | -| override [Height](../../aspose.imaging.fileformats.eps/epsimage/height) { get; } | Access the height of the image using this property. Obtain the image's height with ease, enabling seamless layout adjustments, aspect ratio calculations, and precise rendering across different screen resolutions and display environments. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.eps/epsimage/iscached) { get; } | This property provides a convenient way to check if the object's data is currently cached, eliminating the need for additional data reading. It offers a quick and efficient method to determine if the required information is readily available, optimizing performance and reducing resource overhead in data-intensive operations. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [PostScriptVersion](../../aspose.imaging.fileformats.eps/epsimage/postscriptversion) { get; } | This property retrieves the PostScript version associated with the [`EpsImage`](../epsimage) instance. It offers insight into the specific PostScript language version utilized within the EPS file, aiding in compatibility assessment and facilitating seamless integration with PostScript-compatible environments. | -| [PreviewImageCount](../../aspose.imaging.fileformats.eps/epsimage/previewimagecount) { get; } | Access the number of preview images available with ease. This property allows you to effortlessly retrieve the count of preview images associated with your file, enabling efficient management and navigation of your image previews. Ideal for optimizing your workflow and organizing your image assets effectively. | -| [PreviewImages](../../aspose.imaging.fileformats.eps/epsimage/previewimages) { get; } | Retrieve the preview images associated with your file. This property provides seamless access to the collection of preview images, allowing you to efficiently browse and manage them as needed. Ideal for quickly previewing and selecting the right image for your project. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| [Title](../../aspose.imaging.fileformats.eps/epsimage/title) { get; } | This property retrieves the title extracted from the EPS Document Structuring Conventions (DSC) comments embedded within the EPS file. It provides valuable metadata about the content of the EPS file, aiding in document organization and identification within compatible software applications. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.eps/epsimage/width) { get; } | Retrieve the width of the image with this convenient property. Obtain the image's width effortlessly, facilitating precise layout calculations, scaling operations, and dimension-related tasks within your application. Ideal for ensuring accurate rendering and display of images across various platforms and devices. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.eps/epsimage/bitsperpixel/) { get; } | Access the precise bit depth of the image effortlessly with this property. Retrieve the bits per pixel count, providing crucial insights into the image's color depth and aiding in optimizing processing tasks. Ideal for applications requiring fine-grained control over image manipulation and analysis. | +| [BoundingBox](../../aspose.imaging.fileformats.eps/epsimage/boundingbox/) { get; } | Accessing the original bounding box in device-independent points, this property provides crucial geometric information about the `EpsImage` dimensions. By retrieving this data, users can accurately assess the image's size and aspect ratio, facilitating precise layout and positioning in various applications. | +| [BoundingBoxPx](../../aspose.imaging.fileformats.eps/epsimage/boundingboxpx/) { get; } | This property returns the original bounding box of the `EpsImage` instance in pixels, providing essential geometric data for accurate rendering and manipulation. With this information, users can ensure precise placement and sizing /// of EPS images in their projects, enhancing overall visual presentation and quality. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [CreationDate](../../aspose.imaging.fileformats.eps/epsimage/creationdate/) { get; } | Retrieving the creation date from EPS Document Structuring Conventions (DSC) comments, this property provides essential metadata indicating the EPS file's inception. By accessing this information, users gain insights into the file's origin and chronology, enhancing file management and organization. | +| [Creator](../../aspose.imaging.fileformats.eps/epsimage/creator/) { get; } | This property offers access to the creator information sourced from EPS Document Structuring Conventions (DSC) comments found within the EPS file. Understanding the creator details provides insights into the software or tool used to generate the EPS file, facilitating compatibility assessment across various platforms and applications. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [EpsType](../../aspose.imaging.fileformats.eps/epsimage/epstype/) { get; } | Access and interpret the subtype value of your EPS image, streamlining your workflow and enhancing compatibility across platforms. Ideal for optimizing EPS subtype retrieval in your projects with precision and efficiency. | +| override [FileFormat](../../aspose.imaging.fileformats.eps/epsimage/fileformat/) { get; } | Access the file format of your image with this property. Retrieve essential information about the format of your image file, facilitating compatibility and efficient processing. Ideal for identifying the format of your image files for seamless integration into your projects. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| [HasRasterPreview](../../aspose.imaging.fileformats.eps/epsimage/hasrasterpreview/) { get; } | Discover the presence of a raster preview effortlessly with this property. Access the boolean value indicating whether the `EpsImage` instance includes a raster preview, empowering your image processing tasks with clarity and efficiency. Ideal for streamlining workflow decisions based on the presence or absence of raster previews in EPS images. | +| override [Height](../../aspose.imaging.fileformats.eps/epsimage/height/) { get; } | Access the height of the image using this property. Obtain the image's height with ease, enabling seamless layout adjustments, aspect ratio calculations, and precise rendering across different screen resolutions and display environments. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.eps/epsimage/iscached/) { get; } | This property provides a convenient way to check if the object's data is currently cached, eliminating the need for additional data reading. It offers a quick and efficient method to determine if the required information is readily available, optimizing performance and reducing resource overhead in data-intensive operations. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [PostScriptVersion](../../aspose.imaging.fileformats.eps/epsimage/postscriptversion/) { get; } | This property retrieves the PostScript version associated with the `EpsImage` instance. It offers insight into the specific PostScript language version utilized within the EPS file, aiding in compatibility assessment and facilitating seamless integration with PostScript-compatible environments. | +| [PreviewImageCount](../../aspose.imaging.fileformats.eps/epsimage/previewimagecount/) { get; } | Access the number of preview images available with ease. This property allows you to effortlessly retrieve the count of preview images associated with your file, enabling efficient management and navigation of your image previews. Ideal for optimizing your workflow and organizing your image assets effectively. | +| [PreviewImages](../../aspose.imaging.fileformats.eps/epsimage/previewimages/) { get; } | Retrieve the preview images associated with your file. This property provides seamless access to the collection of preview images, allowing you to efficiently browse and manage them as needed. Ideal for quickly previewing and selecting the right image for your project. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| [Title](../../aspose.imaging.fileformats.eps/epsimage/title/) { get; } | This property retrieves the title extracted from the EPS Document Structuring Conventions (DSC) comments embedded within the EPS file. It provides valuable metadata about the content of the EPS file, aiding in document organization and identification within compatible software applications. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.eps/epsimage/width/) { get; } | Retrieve the width of the image with this convenient property. Obtain the image's width effortlessly, facilitating precise layout calculations, scaling operations, and dimension-related tasks within your application. Ideal for ensuring accurate rendering and display of images across various platforms and devices. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging.fileformats.eps/epsimage/cachedata)() | This method does nothing as the current implementation of the [`EpsImage`](../epsimage) class does not involve caching data. While it may not perform any action, understanding this behavior is crucial for developers working with EPS images, ensuring efficient resource management and optimal performance within their applications. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.eps/epsimage/getdefaultoptions)(object[]) | Retrieve default options effortlessly to streamline image processing tasks. Access preconfigured settings to expedite workflow and ensure consistent output quality without manual configuration. | -| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPreviewImage](../../aspose.imaging.fileformats.eps/epsimage/getpreviewimage)(EpsPreviewFormat) | Retrieves the existing preview image in the specified *format* or returns `null` if none is found. This method offers flexibility in accessing preview images tailored to specific formats, optimizing compatibility and resource management within applications. | -| [GetPreviewImages](../../aspose.imaging.fileformats.eps/epsimage/getpreviewimages)() | Accesses the preview images linked to the [`EpsImage`](../epsimage) instance, allowing seamless retrieval for inspection or utilization in applications. This method provides convenient access to preview images, enhancing user interaction with the image data. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.eps/epsimage/resize)(int, int, ImageResizeSettings) | This method resizes the image using predefined settings, allowing for efficient adjustment of dimensions. It provides a convenient way to modify the image size while maintaining control over various parameters, ensuring optimal results for different use cases. | -| override [Resize](../../aspose.imaging.fileformats.eps/epsimage/resize)(int, int, ResizeType) | This method resizes the image, adjusting its dimensions according to specified parameters. It offers a straightforward way to modify the size of the image, ensuring flexibility and ease of use for developers. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.eps/epsimage/rotateflip)(RotateFlipType) | This method facilitates versatile manipulation of the image by enabling rotation, flipping, or both rotation and flipping simultaneously. It offers flexibility in adjusting the orientation of the image to suit specific requirements, enhancing its usability and visual appeal. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging.fileformats.eps/epsimage/setpalette)(IColorPalette, bool) | Customize image palettes to achieve unique color schemes and enhance visual appeal. Tailor colors for specific effects and optimize image quality across different platforms and devices with ease. | - -### Examples +| override [CacheData](../../aspose.imaging.fileformats.eps/epsimage/cachedata/)() | This method does nothing as the current implementation of the `EpsImage` class does not involve caching data. While it may not perform any action, understanding this behavior is crucial for developers working with EPS images, ensuring efficient resource management and optimal performance within their applications. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.eps/epsimage/getdefaultoptions/)(object[]) | Retrieve default options effortlessly to streamline image processing tasks. Access preconfigured settings to expedite workflow and ensure consistent output quality without manual configuration. | +| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPreviewImage](../../aspose.imaging.fileformats.eps/epsimage/getpreviewimage/)(EpsPreviewFormat) | Retrieves the existing preview image in the specified *format* or returns `null` if none is found. This method offers flexibility in accessing preview images tailored to specific formats, optimizing compatibility and resource management within applications. | +| [GetPreviewImages](../../aspose.imaging.fileformats.eps/epsimage/getpreviewimages/)() | Accesses the preview images linked to the `EpsImage` instance, allowing seamless retrieval for inspection or utilization in applications. This method provides convenient access to preview images, enhancing user interaction with the image data. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.eps/epsimage/resize/#resize_1)(int, int, ImageResizeSettings) | This method resizes the image using predefined settings, allowing for efficient adjustment of dimensions. It provides a convenient way to modify the image size while maintaining control over various parameters, ensuring optimal results for different use cases. | +| override [Resize](../../aspose.imaging.fileformats.eps/epsimage/resize/#resize_2)(int, int, ResizeType) | This method resizes the image, adjusting its dimensions according to specified parameters. It offers a straightforward way to modify the size of the image, ensuring flexibility and ease of use for developers. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.eps/epsimage/rotateflip/)(RotateFlipType) | This method facilitates versatile manipulation of the image by enabling rotation, flipping, or both rotation and flipping simultaneously. It offers flexibility in adjusting the orientation of the image to suit specific requirements, enhancing its usability and visual appeal. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging.fileformats.eps/epsimage/setpalette/)(IColorPalette, bool) | Customize image palettes to achieve unique color schemes and enhance visual appeal. Tailor colors for specific effects and optimize image quality across different platforms and devices with ease. | + +## Examples Resize EPS image and export it to PNG format. @@ -173,8 +173,8 @@ using (var image = Image.Load("AstrixObelix.eps")) ### See Also -* class [VectorImage](../../aspose.imaging/vectorimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../aspose.imaging.fileformats.eps) +* class [VectorImage](../../aspose.imaging/vectorimage/) +* namespace [Aspose.Imaging.FileFormats.Eps](../../aspose.imaging.fileformats.eps/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/bitsperpixel/_index.md index 379701ac025c..3c7dbc1f9a14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: EpsImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Access the precise bit depth of the image effortlessly with this property. Retrieve the bits per pixel count providing crucial insights into the images color depth and aiding in optimizing processing tasks. Ideal for applications requiring finegrained control over image manipulation and analysis type: docs weight: 10 url: /net/aspose.imaging.fileformats.eps/epsimage/bitsperpixel/ @@ -22,8 +22,8 @@ public override int BitsPerPixel { get; } ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/boundingbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/boundingbox/_index.md index ab690b6aa7ea..fe7e69cd2f9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/boundingbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/boundingbox/_index.md @@ -1,14 +1,14 @@ --- -title: BoundingBox +title: EpsImage.BoundingBox second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Accessing the original bounding box in deviceindependent points this property provides crucial geometric information about the EpsImage dimensions. By retrieving this data users can accurately assess the images size and aspect ratio facilitating precise layout and positioning in various applications type: docs weight: 20 url: /net/aspose.imaging.fileformats.eps/epsimage/boundingbox/ --- ## EpsImage.BoundingBox property -Accessing the original bounding box in device-independent points, this property provides crucial geometric information about the [`EpsImage`](../../epsimage) dimensions. By retrieving this data, users can accurately assess the image's size and aspect ratio, facilitating precise layout and positioning in various applications. +Accessing the original bounding box in device-independent points, this property provides crucial geometric information about the [`EpsImage`](../) dimensions. By retrieving this data, users can accurately assess the image's size and aspect ratio, facilitating precise layout and positioning in various applications. ```csharp public RectangleF BoundingBox { get; } @@ -16,9 +16,9 @@ public RectangleF BoundingBox { get; } ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/boundingboxpx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/boundingboxpx/_index.md index 50f9338abad6..d21b5136ebb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/boundingboxpx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/boundingboxpx/_index.md @@ -1,14 +1,14 @@ --- -title: BoundingBoxPx +title: EpsImage.BoundingBoxPx second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. This property returns the original bounding box of the EpsImage instance in pixels providing essential geometric data for accurate rendering and manipulation. With this information users can ensure precise placement and sizing /// of EPS images in their projects enhancing overall visual presentation and quality type: docs weight: 30 url: /net/aspose.imaging.fileformats.eps/epsimage/boundingboxpx/ --- ## EpsImage.BoundingBoxPx property -This property returns the original bounding box of the [`EpsImage`](../../epsimage) instance in pixels, providing essential geometric data for accurate rendering and manipulation. With this information, users can ensure precise placement and sizing /// of EPS images in their projects, enhancing overall visual presentation and quality. +This property returns the original bounding box of the [`EpsImage`](../) instance in pixels, providing essential geometric data for accurate rendering and manipulation. With this information, users can ensure precise placement and sizing /// of EPS images in their projects, enhancing overall visual presentation and quality. ```csharp public Rectangle BoundingBoxPx { get; } @@ -16,9 +16,9 @@ public Rectangle BoundingBoxPx { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/cachedata/_index.md index f43a94073dca..c316e931d99d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/cachedata/_index.md @@ -1,14 +1,14 @@ --- -title: CacheData +title: EpsImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage method. This method does nothing as the current implementation of the EpsImage class does not involve caching data. While it may not perform any action understanding this behavior is crucial for developers working with EPS images ensuring efficient resource management and optimal performance within their applications type: docs weight: 160 url: /net/aspose.imaging.fileformats.eps/epsimage/cachedata/ --- ## EpsImage.CacheData method -This method does nothing as the current implementation of the [`EpsImage`](../../epsimage) class does not involve caching data. While it may not perform any action, understanding this behavior is crucial for developers working with EPS images, ensuring efficient resource management and optimal performance within their applications. +This method does nothing as the current implementation of the [`EpsImage`](../) class does not involve caching data. While it may not perform any action, understanding this behavior is crucial for developers working with EPS images, ensuring efficient resource management and optimal performance within their applications. ```csharp public override void CacheData() @@ -16,8 +16,8 @@ public override void CacheData() ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/creationdate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/creationdate/_index.md index 6c4c75be2f10..8d3407ae5935 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/creationdate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/creationdate/_index.md @@ -1,7 +1,7 @@ --- -title: CreationDate +title: EpsImage.CreationDate second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Retrieving the creation date from EPS Document Structuring Conventions DSC comments this property provides essential metadata indicating the EPS files inception. By accessing this information users gain insights into the files origin and chronology enhancing file management and organization type: docs weight: 40 url: /net/aspose.imaging.fileformats.eps/epsimage/creationdate/ @@ -16,8 +16,8 @@ public DateTime CreationDate { get; } ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/creator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/creator/_index.md index e9ef728a2e1a..3117c1f8ab64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/creator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/creator/_index.md @@ -1,7 +1,7 @@ --- -title: Creator +title: EpsImage.Creator second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. This property offers access to the creator information sourced from EPS Document Structuring Conventions DSC comments found within the EPS file. Understanding the creator details provides insights into the software or tool used to generate the EPS file facilitating compatibility assessment across various platforms and applications type: docs weight: 50 url: /net/aspose.imaging.fileformats.eps/epsimage/creator/ @@ -16,8 +16,8 @@ public string Creator { get; } ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/epstype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/epstype/_index.md index cd96fb2283f0..b482d60d3d76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/epstype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/epstype/_index.md @@ -1,7 +1,7 @@ --- -title: EpsType +title: EpsImage.EpsType second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Access and interpret the subtype value of your EPS image streamlining your workflow and enhancing compatibility across platforms. Ideal for optimizing EPS subtype retrieval in your projects with precision and efficiency type: docs weight: 60 url: /net/aspose.imaging.fileformats.eps/epsimage/epstype/ @@ -16,9 +16,9 @@ public EpsType EpsType { get; } ### See Also -* enum [EpsType](../../../aspose.imaging.fileformats.eps.consts/epstype) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* enum [EpsType](../../../aspose.imaging.fileformats.eps.consts/epstype/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/fileformat/_index.md index 98ced18800fd..6f899d6075c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: EpsImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Access the file format of your image with this property. Retrieve essential information about the format of your image file facilitating compatibility and efficient processing. Ideal for identifying the format of your image files for seamless integration into your projects type: docs weight: 70 url: /net/aspose.imaging.fileformats.eps/epsimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getdefaultoptions/_index.md index 01c58aaf3cf3..78498b99c23e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: EpsImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage method. Retrieve default options effortlessly to streamline image processing tasks. Access preconfigured settings to expedite workflow and ensure consistent output quality without manual configuration type: docs weight: 170 url: /net/aspose.imaging.fileformats.eps/epsimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getpreviewimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getpreviewimage/_index.md index 0b63b4387aaf..a729925066bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getpreviewimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getpreviewimage/_index.md @@ -1,7 +1,7 @@ --- -title: GetPreviewImage +title: EpsImage.GetPreviewImage second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage method. Retrieves the existing preview image in the specified format or returns null if none is found. This method offers flexibility in accessing preview images tailored to specific formats optimizing compatibility and resource management within applications type: docs weight: 180 url: /net/aspose.imaging.fileformats.eps/epsimage/getpreviewimage/ @@ -30,10 +30,10 @@ The exisiting preview image or `null`. ### See Also -* class [Image](../../../aspose.imaging/image) -* enum [EpsPreviewFormat](../../epspreviewformat) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [Image](../../../aspose.imaging/image/) +* enum [EpsPreviewFormat](../../epspreviewformat/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getpreviewimages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getpreviewimages/_index.md index 4683929ada42..4ced698e926f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getpreviewimages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/getpreviewimages/_index.md @@ -1,14 +1,14 @@ --- -title: GetPreviewImages +title: EpsImage.GetPreviewImages second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage method. Accesses the preview images linked to the EpsImage instance allowing seamless retrieval for inspection or utilization in applications. This method provides convenient access to preview images enhancing user interaction with the image data type: docs weight: 190 url: /net/aspose.imaging.fileformats.eps/epsimage/getpreviewimages/ --- ## EpsImage.GetPreviewImages method -Accesses the preview images linked to the [`EpsImage`](../../epsimage) instance, allowing seamless retrieval for inspection or utilization in applications. This method provides convenient access to preview images, enhancing user interaction with the image data. +Accesses the preview images linked to the [`EpsImage`](../) instance, allowing seamless retrieval for inspection or utilization in applications. This method provides convenient access to preview images, enhancing user interaction with the image data. ```csharp public IEnumerable GetPreviewImages() @@ -20,9 +20,9 @@ The preview images. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [Image](../../../aspose.imaging/image/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/hasrasterpreview/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/hasrasterpreview/_index.md index 1e46a94f2987..e3dbf37a226e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/hasrasterpreview/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/hasrasterpreview/_index.md @@ -1,14 +1,14 @@ --- -title: HasRasterPreview +title: EpsImage.HasRasterPreview second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Discover the presence of a raster preview effortlessly with this property. Access the boolean value indicating whether the EpsImage instance includes a raster preview empowering your image processing tasks with clarity and efficiency. Ideal for streamlining workflow decisions based on the presence or absence of raster previews in EPS images type: docs weight: 80 url: /net/aspose.imaging.fileformats.eps/epsimage/hasrasterpreview/ --- ## EpsImage.HasRasterPreview property -Discover the presence of a raster preview effortlessly with this property. Access the boolean value indicating whether the [`EpsImage`](../../epsimage) instance includes a raster preview, empowering your image processing tasks with clarity and efficiency. Ideal for streamlining workflow decisions based on the presence or absence of raster previews in EPS images. +Discover the presence of a raster preview effortlessly with this property. Access the boolean value indicating whether the [`EpsImage`](../) instance includes a raster preview, empowering your image processing tasks with clarity and efficiency. Ideal for streamlining workflow decisions based on the presence or absence of raster previews in EPS images. ```csharp public bool HasRasterPreview { get; } @@ -16,8 +16,8 @@ public bool HasRasterPreview { get; } ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/height/_index.md index 596a010a67a8..2fc2b530096a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: EpsImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Access the height of the image using this property. Obtain the images height with ease enabling seamless layout adjustments aspect ratio calculations and precise rendering across different screen resolutions and display environments type: docs weight: 90 url: /net/aspose.imaging.fileformats.eps/epsimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/iscached/_index.md index 065b21393b32..86c21ea145de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: EpsImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. This property provides a convenient way to check if the objects data is currently cached eliminating the need for additional data reading. It offers a quick and efficient method to determine if the required information is readily available optimizing performance and reducing resource overhead in dataintensive operations type: docs weight: 100 url: /net/aspose.imaging.fileformats.eps/epsimage/iscached/ @@ -16,8 +16,8 @@ public override bool IsCached { get; } ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/postscriptversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/postscriptversion/_index.md index 387e5ed9eb25..10bdb403a7b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/postscriptversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/postscriptversion/_index.md @@ -1,14 +1,14 @@ --- -title: PostScriptVersion +title: EpsImage.PostScriptVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. This property retrieves the PostScript version associated with the EpsImage instance. It offers insight into the specific PostScript language version utilized within the EPS file aiding in compatibility assessment and facilitating seamless integration with PostScriptcompatible environments type: docs weight: 110 url: /net/aspose.imaging.fileformats.eps/epsimage/postscriptversion/ --- ## EpsImage.PostScriptVersion property -This property retrieves the PostScript version associated with the [`EpsImage`](../../epsimage) instance. It offers insight into the specific PostScript language version utilized within the EPS file, aiding in compatibility assessment and facilitating seamless integration with PostScript-compatible environments. +This property retrieves the PostScript version associated with the [`EpsImage`](../) instance. It offers insight into the specific PostScript language version utilized within the EPS file, aiding in compatibility assessment and facilitating seamless integration with PostScript-compatible environments. ```csharp public string PostScriptVersion { get; } @@ -16,8 +16,8 @@ public string PostScriptVersion { get; } ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/previewimagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/previewimagecount/_index.md index 72d7417862e3..313f94921b17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/previewimagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/previewimagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PreviewImageCount +title: EpsImage.PreviewImageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Access the number of preview images available with ease. This property allows you to effortlessly retrieve the count of preview images associated with your file enabling efficient management and navigation of your image previews. Ideal for optimizing your workflow and organizing your image assets effectively type: docs weight: 120 url: /net/aspose.imaging.fileformats.eps/epsimage/previewimagecount/ @@ -16,8 +16,8 @@ public int PreviewImageCount { get; } ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/previewimages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/previewimages/_index.md index 6ac9dea30c5b..be6ea0cd5227 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/previewimages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/previewimages/_index.md @@ -1,7 +1,7 @@ --- -title: PreviewImages +title: EpsImage.PreviewImages second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Retrieve the preview images associated with your file. This property provides seamless access to the collection of preview images allowing you to efficiently browse and manage them as needed. Ideal for quickly previewing and selecting the right image for your project type: docs weight: 130 url: /net/aspose.imaging.fileformats.eps/epsimage/previewimages/ @@ -16,9 +16,9 @@ public Image[] PreviewImages { get; } ### See Also -* class [Image](../../../aspose.imaging/image) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [Image](../../../aspose.imaging/image/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/resize/_index.md index 9300054e1cfd..e2792adfa159 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: EpsImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage method. This method resizes the image adjusting its dimensions according to specified parameters. It offers a straightforward way to modify the size of the image ensuring flexibility and ease of use for developers type: docs weight: 200 url: /net/aspose.imaging.fileformats.eps/epsimage/resize/ --- -## EpsImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} This method resizes the image, adjusting its dimensions according to specified parameters. It offers a straightforward way to modify the size of the image, ensuring flexibility and ease of use for developers. @@ -20,7 +20,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples Resize EPS image and export it to PNG format. @@ -40,14 +40,14 @@ using (var image = Image.Load("AstrixObelix.eps")) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) --- -## EpsImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} This method resizes the image using predefined settings, allowing for efficient adjustment of dimensions. It provides a convenient way to modify the image size while maintaining control over various parameters, ensuring optimal results for different use cases. @@ -61,7 +61,7 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set | newHeight | Int32 | The new height. | | settings | ImageResizeSettings | The resize settings. | -### Examples +## Examples Resize EPS image using advanced settings. @@ -94,9 +94,9 @@ using (var image = Image.Load("AstrixObelix.eps")) ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/rotateflip/_index.md index 7f196d188f78..0b09a8ff445d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: EpsImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage method. This method facilitates versatile manipulation of the image by enabling rotation flipping or both rotation and flipping simultaneously. It offers flexibility in adjusting the orientation of the image to suit specific requirements enhancing its usability and visual appeal type: docs weight: 210 url: /net/aspose.imaging.fileformats.eps/epsimage/rotateflip/ @@ -26,9 +26,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/setpalette/_index.md index 17fa6682f474..ff461b2adbb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: EpsImage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage method. Customize image palettes to achieve unique color schemes and enhance visual appeal. Tailor colors for specific effects and optimize image quality across different platforms and devices with ease type: docs weight: 220 url: /net/aspose.imaging.fileformats.eps/epsimage/setpalette/ @@ -27,9 +27,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/title/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/title/_index.md index 77b47d4e407a..55953db95455 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/title/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/title/_index.md @@ -1,7 +1,7 @@ --- -title: Title +title: EpsImage.Title second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. This property retrieves the title extracted from the EPS Document Structuring Conventions DSC comments embedded within the EPS file. It provides valuable metadata about the content of the EPS file aiding in document organization and identification within compatible software applications type: docs weight: 140 url: /net/aspose.imaging.fileformats.eps/epsimage/title/ @@ -16,8 +16,8 @@ public string Title { get; } ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/width/_index.md index b105cd13631e..5c9a4005e011 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: EpsImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsImage property. Retrieve the width of the image with this convenient property. Obtain the images width effortlessly facilitating precise layout calculations scaling operations and dimensionrelated tasks within your application. Ideal for ensuring accurate rendering and display of images across various platforms and devices type: docs weight: 150 url: /net/aspose.imaging.fileformats.eps/epsimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [EpsImage](../../epsimage) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage) +* class [EpsImage](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsloadoptions/_index.md index 122e9bd9d6df..2e91868dd897 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsloadoptions/_index.md @@ -1,14 +1,14 @@ --- -title: EpsLoadOptions +title: Class EpsLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Eps.EpsLoadOptions class. The EpsImage load options type: docs weight: 6570 url: /net/aspose.imaging.fileformats.eps/epsloadoptions/ --- ## EpsLoadOptions class -The [`EpsImage`](../epsimage) load options. +The [`EpsImage`](../epsimage/) load options. ```csharp public class EpsLoadOptions : LoadOptions @@ -18,27 +18,28 @@ public class EpsLoadOptions : LoadOptions | Name | Description | | --- | --- | -| [EpsLoadOptions](epsloadoptions)() | The default constructor. | +| [EpsLoadOptions](epsloadoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image) background [`Color`](../../aspose.imaging/color). | -| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode) { get; set; } | Gets or sets the data recovery mode. | -| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | +| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConcurrentImageProcessing](../../aspose.imaging/loadoptions/concurrentimageprocessing/) { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. | +| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor/) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image/) background [`Color`](../../aspose.imaging/color/). | +| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode/) { get; set; } | Gets or sets the data recovery mode. | +| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | ## Methods | Name | Description | | --- | --- | -| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | +| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource/)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | ### See Also -* class [LoadOptions](../../aspose.imaging/loadoptions) -* namespace [Aspose.Imaging.FileFormats.Eps](../../aspose.imaging.fileformats.eps) +* class [LoadOptions](../../aspose.imaging/loadoptions/) +* namespace [Aspose.Imaging.FileFormats.Eps](../../aspose.imaging.fileformats.eps/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsloadoptions/epsloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsloadoptions/epsloadoptions/_index.md index dcc446dce7c0..8fef50772fce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsloadoptions/epsloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsloadoptions/epsloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EpsLoadOptions +title: EpsLoadOptions.EpsLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsLoadOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.eps/epsloadoptions/epsloadoptions/ @@ -16,8 +16,8 @@ public EpsLoadOptions() ### See Also -* class [EpsLoadOptions](../../epsloadoptions) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsloadoptions) +* class [EpsLoadOptions](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/_index.md index 69606cc066fa..f416a94e9458 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EpsOptions +title: Class EpsOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Eps.EpsOptions class. EPS options currently not used type: docs weight: 6580 url: /net/aspose.imaging.fileformats.eps/epsoptions/ @@ -18,35 +18,35 @@ public class EpsOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [EpsOptions](epsoptions)() | The default constructor. | +| [EpsOptions](epsoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [SubType](../../aspose.imaging.fileformats.eps/epsoptions/subtype) { get; set; } | Gets or sets the subtype of EPS format. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [SubType](../../aspose.imaging.fileformats.eps/epsoptions/subtype/) { get; set; } | Gets or sets the subtype of EPS format. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.FileFormats.Eps](../../aspose.imaging.fileformats.eps) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.FileFormats.Eps](../../aspose.imaging.fileformats.eps/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/epsoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/epsoptions/_index.md index 158159ed454e..ef207f4d37dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/epsoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/epsoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EpsOptions +title: EpsOptions.EpsOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.eps/epsoptions/epsoptions/ @@ -16,8 +16,8 @@ public EpsOptions() ### See Also -* class [EpsOptions](../../epsoptions) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsoptions) +* class [EpsOptions](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/subtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/subtype/_index.md index ed8232dcab11..65c5863f9619 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/subtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epsoptions/subtype/_index.md @@ -1,7 +1,7 @@ --- -title: SubType +title: EpsOptions.SubType second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsOptions property. Gets or sets the subtype of EPS format type: docs weight: 20 url: /net/aspose.imaging.fileformats.eps/epsoptions/subtype/ @@ -20,9 +20,9 @@ The subtype of EPS format. ### See Also -* enum [EpsType](../../../aspose.imaging.fileformats.eps.consts/epstype) -* class [EpsOptions](../../epsoptions) -* namespace [Aspose.Imaging.FileFormats.Eps](../../epsoptions) +* enum [EpsType](../../../aspose.imaging.fileformats.eps.consts/epstype/) +* class [EpsOptions](../) +* namespace [Aspose.Imaging.FileFormats.Eps](../../epsoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epspreviewformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epspreviewformat/_index.md index 7340cab6906d..d2eea948a893 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epspreviewformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.eps/epspreviewformat/_index.md @@ -1,14 +1,14 @@ --- -title: EpsPreviewFormat +title: Enum EpsPreviewFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Eps.EpsPreviewFormat enum. The EpsImage preview image formats type: docs weight: 6590 url: /net/aspose.imaging.fileformats.eps/epspreviewformat/ --- ## EpsPreviewFormat enumeration -The [`EpsImage`](../epsimage) preview image formats. +The [`EpsImage`](../epsimage/) preview image formats. ```csharp public enum EpsPreviewFormat : ulong @@ -18,14 +18,14 @@ public enum EpsPreviewFormat : ulong | Name | Value | Description | | --- | --- | --- | -| Default | `0` | The best quality preview an [`EpsImage`](../epsimage) instance contains. | +| Default | `0` | The best quality preview an [`EpsImage`](../epsimage/) instance contains. | | TIFF | `32` | The Tiff preview. | | WMF | `32768` | The Wmf preview. | | PhotoshopThumbnail | `8` | The Jpeg preview from Photoshop comment. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Eps](../../aspose.imaging.fileformats.eps) +* namespace [Aspose.Imaging.FileFormats.Eps](../../aspose.imaging.fileformats.eps/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/_index.md index c4e9b64034c1..f4058de41ca1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Gif.Blocks second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Gif file format entities. +description: The namespace contains Gif file format entities type: docs weight: 460 url: /net/aspose.imaging.fileformats.gif.blocks/ @@ -12,11 +12,11 @@ The namespace contains Gif file format entities. | Class | Description | | --- | --- | -| [GifApplicationExtensionBlock](./gifapplicationextensionblock) | Gif application extension block. | -| [GifCommentBlock](./gifcommentblock) | Gif comment block. | -| [GifFrameBlock](./gifframeblock) | Gif frame block. | -| [GifGraphicsControlBlock](./gifgraphicscontrolblock) | Gif graphics control block. | -| [GifPlainTextRenderingBlock](./gifplaintextrenderingblock) | Gif plain text extension block. The plain text extension contains textual data and the parameters necessary to render that data as a graphic, in a simple form. | -| [GifUnknownExtensionBlock](./gifunknownextensionblock) | Gif Unknown Extension Block. | +| [GifApplicationExtensionBlock](./gifapplicationextensionblock/) | Gif application extension block. | +| [GifCommentBlock](./gifcommentblock/) | Gif comment block. | +| [GifFrameBlock](./gifframeblock/) | Gif frame block. | +| [GifGraphicsControlBlock](./gifgraphicscontrolblock/) | Gif graphics control block. | +| [GifPlainTextRenderingBlock](./gifplaintextrenderingblock/) | Gif plain text extension block. The plain text extension contains textual data and the parameters necessary to render that data as a graphic, in a simple form. | +| [GifUnknownExtensionBlock](./gifunknownextensionblock/) | Gif Unknown Extension Block. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/_index.md index 9f206987c48e..df4710079428 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/_index.md @@ -1,7 +1,7 @@ --- -title: GifApplicationExtensionBlock +title: Class GifApplicationExtensionBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.Blocks.GifApplicationExtensionBlock class. Gif application extension block type: docs weight: 6600 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/ @@ -18,38 +18,38 @@ public class GifApplicationExtensionBlock : GifBlock | Name | Description | | --- | --- | -| [GifApplicationExtensionBlock](gifapplicationextensionblock)() | Initializes a new instance of the [`GifApplicationExtensionBlock`](../gifapplicationextensionblock) class. | -| [GifApplicationExtensionBlock](gifapplicationextensionblock)(string, byte[], byte[]) | Initializes a new instance of the [`GifApplicationExtensionBlock`](../gifapplicationextensionblock) class. | +| [GifApplicationExtensionBlock](gifapplicationextensionblock/#constructor)() | Initializes a new instance of the `GifApplicationExtensionBlock` class. | +| [GifApplicationExtensionBlock](gifapplicationextensionblock/#constructor_1)(string, byte[], byte[]) | Initializes a new instance of the `GifApplicationExtensionBlock` class. | ## Properties | Name | Description | | --- | --- | -| [ApplicationAuthenticationCode](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcode) { get; set; } | Gets or sets the application authentication code. | -| [ApplicationData](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationdata) { get; set; } | Gets or sets the application data. | -| [ApplicationIdentifier](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifier) { get; set; } | Gets or sets the application identifier. | -| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | +| [ApplicationAuthenticationCode](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcode/) { get; set; } | Gets or sets the application authentication code. | +| [ApplicationData](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationdata/) { get; set; } | Gets or sets the application data. | +| [ApplicationIdentifier](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifier/) { get; set; } | Gets or sets the application identifier. | +| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged/) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | ## Methods | Name | Description | | --- | --- | -| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/save)(Stream) | Saves the block to the specified stream. | +| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/save/)(Stream) | Saves the block to the specified stream. | ## Fields | Name | Description | | --- | --- | -| const [ApplicationAuthenticationCodeSize](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcodesize) | Specifies the application authentication code size. | -| const [ApplicationIdentifierSize](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifiersize) | Specifies the application identifier size. | -| const [BlockHeaderSize](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blockheadersize) | Specifies the block header size. | -| const [BlockSize](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blocksize) | Extension name + version block size | -| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/extensionlabel) | Extension label. | +| const [ApplicationAuthenticationCodeSize](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcodesize/) | Specifies the application authentication code size. | +| const [ApplicationIdentifierSize](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifiersize/) | Specifies the application identifier size. | +| const [BlockHeaderSize](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blockheadersize/) | Specifies the block header size. | +| const [BlockSize](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blocksize/) | Extension name + version block size | +| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/extensionlabel/) | Extension label. | ### See Also -* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks) +* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock/) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcode/_index.md index 613414b173ef..ad1705bdd4a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcode/_index.md @@ -1,7 +1,7 @@ --- -title: ApplicationAuthenticationCode +title: GifApplicationExtensionBlock.ApplicationAuthenticationCode second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock property. Gets or sets the application authentication code type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcode/ @@ -20,8 +20,8 @@ The application authentication code. ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcodesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcodesize/_index.md index e8cfc985b28c..1aa1b05f2417 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcodesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcodesize/_index.md @@ -1,7 +1,7 @@ --- -title: ApplicationAuthenticationCodeSize +title: GifApplicationExtensionBlock.ApplicationAuthenticationCodeSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock field. Specifies the application authentication code size type: docs weight: 60 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationauthenticationcodesize/ @@ -16,8 +16,8 @@ public const int ApplicationAuthenticationCodeSize; ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationdata/_index.md index 894a855e9ee4..ab318317c42c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationdata/_index.md @@ -1,7 +1,7 @@ --- -title: ApplicationData +title: GifApplicationExtensionBlock.ApplicationData second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock property. Gets or sets the application data type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationdata/ @@ -20,8 +20,8 @@ The application data. ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifier/_index.md index f25097d5c401..afc79e78f262 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: ApplicationIdentifier +title: GifApplicationExtensionBlock.ApplicationIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock property. Gets or sets the application identifier type: docs weight: 40 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifier/ @@ -20,8 +20,8 @@ The application identifier. ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifiersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifiersize/_index.md index 430a49fd0135..915cbaac0e58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifiersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifiersize/_index.md @@ -1,7 +1,7 @@ --- -title: ApplicationIdentifierSize +title: GifApplicationExtensionBlock.ApplicationIdentifierSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock field. Specifies the application identifier size type: docs weight: 70 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/applicationidentifiersize/ @@ -16,8 +16,8 @@ public const int ApplicationIdentifierSize; ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blockheadersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blockheadersize/_index.md index d73d1c65c7a1..6a2729fb2fd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blockheadersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blockheadersize/_index.md @@ -1,7 +1,7 @@ --- -title: BlockHeaderSize +title: GifApplicationExtensionBlock.BlockHeaderSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock field. Specifies the block header size type: docs weight: 80 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blockheadersize/ @@ -16,8 +16,8 @@ public const int BlockHeaderSize; ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blocksize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blocksize/_index.md index 565ddec9bdb5..958f739d5413 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blocksize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blocksize/_index.md @@ -1,7 +1,7 @@ --- -title: BlockSize +title: GifApplicationExtensionBlock.BlockSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock field. Extension name version block size type: docs weight: 90 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/blocksize/ @@ -16,8 +16,8 @@ public const byte BlockSize; ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/extensionlabel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/extensionlabel/_index.md index 8a11b2498d0f..1dbcf539dfd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/extensionlabel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/extensionlabel/_index.md @@ -1,7 +1,7 @@ --- -title: ExtensionLabel +title: GifApplicationExtensionBlock.ExtensionLabel second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock field. Extension label type: docs weight: 100 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/extensionlabel/ @@ -16,8 +16,8 @@ public const byte ExtensionLabel; ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/gifapplicationextensionblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/gifapplicationextensionblock/_index.md index 79b237f2e1c1..29339a8b5623 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/gifapplicationextensionblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/gifapplicationextensionblock/_index.md @@ -1,14 +1,14 @@ --- -title: GifApplicationExtensionBlock +title: GifApplicationExtensionBlock.GifApplicationExtensionBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock constructor. Initializes a new instance of the GifApplicationExtensionBlock class type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/gifapplicationextensionblock/ --- -## GifApplicationExtensionBlock constructor (1 of 2) +## GifApplicationExtensionBlock() {#constructor} -Initializes a new instance of the [`GifApplicationExtensionBlock`](../../gifapplicationextensionblock) class. +Initializes a new instance of the [`GifApplicationExtensionBlock`](../) class. ```csharp public GifApplicationExtensionBlock() @@ -16,15 +16,15 @@ public GifApplicationExtensionBlock() ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) --- -## GifApplicationExtensionBlock constructor (2 of 2) +## GifApplicationExtensionBlock(string, byte[], byte[]) {#constructor_1} -Initializes a new instance of the [`GifApplicationExtensionBlock`](../../gifapplicationextensionblock) class. +Initializes a new instance of the [`GifApplicationExtensionBlock`](../) class. ```csharp public GifApplicationExtensionBlock(string applicationIdentifier, @@ -39,8 +39,8 @@ public GifApplicationExtensionBlock(string applicationIdentifier, ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/save/_index.md index 71d1cc32223b..00b6a7333377 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: GifApplicationExtensionBlock.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: GifApplicationExtensionBlock method. Saves the block to the specified stream type: docs weight: 50 url: /net/aspose.imaging.fileformats.gif.blocks/gifapplicationextensionblock/save/ @@ -20,8 +20,8 @@ public override void Save(Stream stream) ### See Also -* class [GifApplicationExtensionBlock](../../gifapplicationextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock) +* class [GifApplicationExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifapplicationextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/_index.md index f478b720329f..240bcd557cb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/_index.md @@ -1,7 +1,7 @@ --- -title: GifCommentBlock +title: Class GifCommentBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.Blocks.GifCommentBlock class. Gif comment block type: docs weight: 6610 url: /net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/ @@ -18,33 +18,33 @@ public class GifCommentBlock : GifBlock | Name | Description | | --- | --- | -| [GifCommentBlock](gifcommentblock)() | Initializes a new instance of the [`GifCommentBlock`](../gifcommentblock) class. | -| [GifCommentBlock](gifcommentblock)(string) | Initializes a new instance of the [`GifCommentBlock`](../gifcommentblock) class. | +| [GifCommentBlock](gifcommentblock/#constructor)() | Initializes a new instance of the `GifCommentBlock` class. | +| [GifCommentBlock](gifcommentblock/#constructor_1)(string) | Initializes a new instance of the `GifCommentBlock` class. | ## Properties | Name | Description | | --- | --- | -| [Comment](../../aspose.imaging.fileformats.gif.blocks/gifcommentblock/comment) { get; set; } | Gets or sets the comment. Note that comment must use ASCII encoding and will be stored accordingly. | -| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | +| [Comment](../../aspose.imaging.fileformats.gif.blocks/gifcommentblock/comment/) { get; set; } | Gets or sets the comment. Note that comment must use ASCII encoding and will be stored accordingly. | +| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged/) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | ## Methods | Name | Description | | --- | --- | -| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifcommentblock/save)(Stream) | Saves the block to the specified stream. | +| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifcommentblock/save/)(Stream) | Saves the block to the specified stream. | ## Fields | Name | Description | | --- | --- | -| const [BlockHeaderSize](../../aspose.imaging.fileformats.gif.blocks/gifcommentblock/blockheadersize) | Defines the block header size. | -| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifcommentblock/extensionlabel) | Gif comment block extension label. | +| const [BlockHeaderSize](../../aspose.imaging.fileformats.gif.blocks/gifcommentblock/blockheadersize/) | Defines the block header size. | +| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifcommentblock/extensionlabel/) | Gif comment block extension label. | ### See Also -* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks) +* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock/) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/blockheadersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/blockheadersize/_index.md index 48c4f11691f8..34d01799f279 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/blockheadersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/blockheadersize/_index.md @@ -1,7 +1,7 @@ --- -title: BlockHeaderSize +title: GifCommentBlock.BlockHeaderSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifCommentBlock field. Defines the block header size type: docs weight: 40 url: /net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/blockheadersize/ @@ -16,8 +16,8 @@ public const int BlockHeaderSize; ### See Also -* class [GifCommentBlock](../../gifcommentblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock) +* class [GifCommentBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/comment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/comment/_index.md index 7178b1fe19c6..3455056f687b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/comment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/comment/_index.md @@ -1,7 +1,7 @@ --- -title: Comment +title: GifCommentBlock.Comment second_title: Aspose.Imaging for .NET API Reference -description: +description: GifCommentBlock property. Gets or sets the comment. Note that comment must use ASCII encoding and will be stored accordingly type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/comment/ @@ -20,8 +20,8 @@ The comment. ### See Also -* class [GifCommentBlock](../../gifcommentblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock) +* class [GifCommentBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/extensionlabel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/extensionlabel/_index.md index ed09b95b5eed..62972fbd37ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/extensionlabel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/extensionlabel/_index.md @@ -1,7 +1,7 @@ --- -title: ExtensionLabel +title: GifCommentBlock.ExtensionLabel second_title: Aspose.Imaging for .NET API Reference -description: +description: GifCommentBlock field. Gif comment block extension label type: docs weight: 50 url: /net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/extensionlabel/ @@ -16,8 +16,8 @@ public const byte ExtensionLabel; ### See Also -* class [GifCommentBlock](../../gifcommentblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock) +* class [GifCommentBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/gifcommentblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/gifcommentblock/_index.md index 68ff6ca5a988..9fb66182b627 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/gifcommentblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/gifcommentblock/_index.md @@ -1,14 +1,14 @@ --- -title: GifCommentBlock +title: GifCommentBlock.GifCommentBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifCommentBlock constructor. Initializes a new instance of the GifCommentBlock class type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/gifcommentblock/ --- -## GifCommentBlock constructor (1 of 2) +## GifCommentBlock() {#constructor} -Initializes a new instance of the [`GifCommentBlock`](../../gifcommentblock) class. +Initializes a new instance of the [`GifCommentBlock`](../) class. ```csharp public GifCommentBlock() @@ -16,15 +16,15 @@ public GifCommentBlock() ### See Also -* class [GifCommentBlock](../../gifcommentblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock) +* class [GifCommentBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock/) * assembly [Aspose.Imaging](../../../) --- -## GifCommentBlock constructor (2 of 2) +## GifCommentBlock(string) {#constructor_1} -Initializes a new instance of the [`GifCommentBlock`](../../gifcommentblock) class. +Initializes a new instance of the [`GifCommentBlock`](../) class. ```csharp public GifCommentBlock(string comment) @@ -36,8 +36,8 @@ public GifCommentBlock(string comment) ### See Also -* class [GifCommentBlock](../../gifcommentblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock) +* class [GifCommentBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/save/_index.md index 0420a4243c85..b25ca67c90e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: GifCommentBlock.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: GifCommentBlock method. Saves the block to the specified stream type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif.blocks/gifcommentblock/save/ @@ -20,8 +20,8 @@ public override void Save(Stream stream) ### See Also -* class [GifCommentBlock](../../gifcommentblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock) +* class [GifCommentBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifcommentblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/_index.md index e04829d36662..0aad4163ff03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/_index.md @@ -1,7 +1,7 @@ --- -title: GifFrameBlock +title: Class GifFrameBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.Blocks.GifFrameBlock class. Gif frame block type: docs weight: 6620 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/ @@ -18,170 +18,170 @@ public sealed class GifFrameBlock : RasterCachedImage, IAnimationFrame, IGifBloc | Name | Description | | --- | --- | -| [GifFrameBlock](gifframeblock)(RasterImage) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(Stream) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(string) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(ushort, ushort) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(RasterImage, ushort, ushort) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(Stream, ushort, ushort) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(string, ushort, ushort) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(ushort, ushort, ushort, ushort) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(RasterImage, ushort, ushort, bool, bool, byte) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(Stream, ushort, ushort, bool, bool, byte) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(string, ushort, ushort, bool, bool, byte) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | -| [GifFrameBlock](gifframeblock)(ushort, ushort, ushort, ushort, IColorPalette, bool, bool, byte) | Initializes a new instance of the [`GifFrameBlock`](../gifframeblock) class. | +| [GifFrameBlock](gifframeblock/#constructor)(RasterImage) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_3)(Stream) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_6)(string) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_9)(ushort, ushort) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_1)(RasterImage, ushort, ushort) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_4)(Stream, ushort, ushort) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_7)(string, ushort, ushort) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_10)(ushort, ushort, ushort, ushort) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_2)(RasterImage, ushort, ushort, bool, bool, byte) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_5)(Stream, ushort, ushort, bool, bool, byte) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_8)(string, ushort, ushort, bool, bool, byte) | Initializes a new instance of the `GifFrameBlock` class. | +| [GifFrameBlock](gifframeblock/#constructor_11)(ushort, ushort, ushort, ushort, IColorPalette, bool, bool, byte) | Initializes a new instance of the `GifFrameBlock` class. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [ControlBlock](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/controlblock) { get; } | Gets the graphics control block associated with this block. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [DisposalMethod](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/disposalmethod) { get; } | Gets the disposal method. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/fileformat) { get; } | Gets a value of file format | -| [Flags](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/flags) { get; set; } | Gets or sets the flags. | -| [FrameLeft](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/frameleft) { get; } | Gets the left. | -| [FrameTime](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/frametime) { get; set; } | Gets or sets the duration. | -| [FrameTop](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/frametop) { get; } | Converts to p. | -| [GifFrameBitsPerPixel](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframebitsperpixel) { get; set; } | Gets or sets the GIF frame bits per pixel. | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/hastransparentcolor) { get; set; } | Gets a value indicating whether frame block has transparent color. | -| override [Height](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [Interlaced](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/interlaced) { get; set; } | Gets or sets a value indicating whether this [`GifFrameBlock`](../gifframeblock) is interlaced. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsInterlaced](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/isinterlaced) { get; } | Gets a value indicating whether this image instance is interlaced. | -| [IsPaletteSorted](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/ispalettesorted) { get; set; } | Gets or sets a value indicating whether color palette is sorted. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Left](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/left) { get; set; } | Gets or sets the left image location. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [Top](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/top) { get; set; } | Gets or sets the top image location. | -| override [TransparentColor](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/transparentcolor) { get; set; } | Gets the transparent color of frame block. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| [UseAlphaBlending](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/usealphablending) { get; } | Gets a value indicating whether [use alpha blending]. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/width) { get; } | Gets the image width. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [ControlBlock](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/controlblock/) { get; } | Gets the graphics control block associated with this block. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [DisposalMethod](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/disposalmethod/) { get; } | Gets the disposal method. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/fileformat/) { get; } | Gets a value of file format | +| [Flags](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/flags/) { get; set; } | Gets or sets the flags. | +| [FrameLeft](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/frameleft/) { get; } | Gets the left. | +| [FrameTime](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/frametime/) { get; set; } | Gets or sets the duration. | +| [FrameTop](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/frametop/) { get; } | Converts to p. | +| [GifFrameBitsPerPixel](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframebitsperpixel/) { get; set; } | Gets or sets the GIF frame bits per pixel. | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/hastransparentcolor/) { get; set; } | Gets a value indicating whether frame block has transparent color. | +| override [Height](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [Interlaced](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/interlaced/) { get; set; } | Gets or sets a value indicating whether this `GifFrameBlock` is interlaced. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsInterlaced](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/isinterlaced/) { get; } | Gets a value indicating whether this image instance is interlaced. | +| [IsPaletteSorted](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/ispalettesorted/) { get; set; } | Gets or sets a value indicating whether color palette is sorted. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Left](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/left/) { get; set; } | Gets or sets the left image location. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [Top](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/top/) { get; set; } | Gets or sets the top image location. | +| override [TransparentColor](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/transparentcolor/) { get; set; } | Gets the transparent color of frame block. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| [UseAlphaBlending](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/usealphablending/) { get; } | Gets a value indicating whether [use alpha blending]. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/width/) { get; } | Gets the image width. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| [GetFullFrame](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/getfullframe)() | Gets the full frame. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| override [GetOriginalOptions](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | -| static [CreateFlags](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/createflags)(IColorPalette, bool, bool) | Creates the flags. | -| static [GetColorPalette](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/getcolorpalette)(IColorPalette, IColorPalette) | Gets the associated color palette. | +| override [AdjustBrightness](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| [GetFullFrame](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/getfullframe/)() | Gets the full frame. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| override [GetOriginalOptions](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/replacecolor/#replacecolor_1)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/replacenontransparentcolors/#replacenontransparentcolors_1)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | +| static [CreateFlags](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/createflags/)(IColorPalette, bool, bool) | Creates the flags. | +| static [GetColorPalette](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/getcolorpalette/)(IColorPalette, IColorPalette) | Gets the associated color palette. | ## Fields | Name | Description | | --- | --- | -| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/extensionlabel) | Block extension label. | -| const [ImageDescriptorSize](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/imagedescriptorsize) | The image descriptor size. | +| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/extensionlabel/) | Block extension label. | +| const [ImageDescriptorSize](../../aspose.imaging.fileformats.gif.blocks/gifframeblock/imagedescriptorsize/) | The image descriptor size. | ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* interface [IAnimationFrame](../../aspose.imaging/ianimationframe) -* interface [IGifBlock](../../aspose.imaging.fileformats.gif/igifblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* interface [IAnimationFrame](../../aspose.imaging/ianimationframe/) +* interface [IGifBlock](../../aspose.imaging.fileformats.gif/igifblock/) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/adjustbrightness/_index.md index 3385c2780c45..4fb988dc931d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: GifFrameBlock.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock method. Adjust of a brightness for image type: docs weight: 220 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/adjustbrightness/ @@ -20,8 +20,8 @@ public override void AdjustBrightness(int brightness) ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/backgroundcolor/_index.md index 4c7d560ce02c..6f374583421b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: GifFrameBlock.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets or sets a value for the background color type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/backgroundcolor/ @@ -16,9 +16,9 @@ public override Color BackgroundColor { get; set; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* struct [Color](../../../aspose.imaging/color/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/bitsperpixel/_index.md index 6f63f6964cdd..7807397ab5e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: GifFrameBlock.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets the image bits per pixel count type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/controlblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/controlblock/_index.md index 0cb34bd94457..a17d1c3ba591 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/controlblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/controlblock/_index.md @@ -1,7 +1,7 @@ --- -title: ControlBlock +title: GifFrameBlock.ControlBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets the graphics control block associated with this block type: docs weight: 40 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/controlblock/ @@ -20,9 +20,9 @@ The control block. ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/createflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/createflags/_index.md index aa8dbcf00d9f..9976026d4458 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/createflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/createflags/_index.md @@ -1,7 +1,7 @@ --- -title: CreateFlags +title: GifFrameBlock.CreateFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock method. Creates the flags type: docs weight: 290 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/createflags/ @@ -27,9 +27,9 @@ The created flags. ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/disposalmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/disposalmethod/_index.md index 07aa0bccdef8..8fe0212f3b97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/disposalmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/disposalmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DisposalMethod +title: GifFrameBlock.DisposalMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets the disposal method type: docs weight: 50 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/disposalmethod/ @@ -20,9 +20,9 @@ The disposal method. ### See Also -* enum [AnimationDisposalMethods](../../../aspose.imaging/animationdisposalmethods) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* enum [AnimationDisposalMethods](../../../aspose.imaging/animationdisposalmethods/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/extensionlabel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/extensionlabel/_index.md index 5c2c8319c8a4..f578c7c26e93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/extensionlabel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/extensionlabel/_index.md @@ -1,7 +1,7 @@ --- -title: ExtensionLabel +title: GifFrameBlock.ExtensionLabel second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock field. Block extension label type: docs weight: 270 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/extensionlabel/ @@ -16,8 +16,8 @@ public const int ExtensionLabel; ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/fileformat/_index.md index 59824232f65d..00504373f9b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: GifFrameBlock.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets a value of file format type: docs weight: 60 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/flags/_index.md index dfd94088204e..0dd82230d83b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: GifFrameBlock.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets or sets the flags type: docs weight: 70 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/flags/ @@ -20,8 +20,8 @@ The flags. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frameleft/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frameleft/_index.md index 21b40c23a3d0..e2f69227de60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frameleft/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frameleft/_index.md @@ -1,7 +1,7 @@ --- -title: FrameLeft +title: GifFrameBlock.FrameLeft second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets the left type: docs weight: 80 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frameleft/ @@ -20,8 +20,8 @@ The left. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametime/_index.md index 8c608b38a82a..e7c120a33ade 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametime/_index.md @@ -1,7 +1,7 @@ --- -title: FrameTime +title: GifFrameBlock.FrameTime second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets or sets the duration type: docs weight: 90 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametime/ @@ -20,8 +20,8 @@ The duration, in milliseconds. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametop/_index.md index 64138b298bc7..a33a7bb236a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametop/_index.md @@ -1,7 +1,7 @@ --- -title: FrameTop +title: GifFrameBlock.FrameTop second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Converts to p type: docs weight: 100 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/frametop/ @@ -20,8 +20,8 @@ The top. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getcolorpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getcolorpalette/_index.md index 4b65dcbeb803..8e96f43f336e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getcolorpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getcolorpalette/_index.md @@ -1,7 +1,7 @@ --- -title: GetColorPalette +title: GifFrameBlock.GetColorPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock method. Gets the associated color palette type: docs weight: 300 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getcolorpalette/ @@ -26,9 +26,9 @@ The color palette. ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getfullframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getfullframe/_index.md index 8e309548a812..2f3b93903198 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getfullframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getfullframe/_index.md @@ -1,7 +1,7 @@ --- -title: GetFullFrame +title: GifFrameBlock.GetFullFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock method. Gets the full frame type: docs weight: 230 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getfullframe/ @@ -26,9 +26,9 @@ he RasterImage with full frame ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getoriginaloptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getoriginaloptions/_index.md index eb65d9603d7f..66b85d0781bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getoriginaloptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getoriginaloptions/_index.md @@ -1,14 +1,14 @@ --- -title: GetOriginalOptions +title: GifFrameBlock.GetOriginalOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock method. Gets the options based on the original file settings. This can be helpful to keep bitdepth and other parameters of the original image unchanged. For example if we load a blackwhite PNG image with 1 bit per pixel and then save it using the Save method the output PNG image with 8bit per pixel will be produced. To avoid it and save PNG image with 1bit per pixel use this method to get corresponding saving options and pass them to the Save method as the second parameter type: docs weight: 240 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/getoriginaloptions/ --- ## GifFrameBlock.GetOriginalOptions method -Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save) method as the second parameter. +Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save/) method as the second parameter. ```csharp public override ImageOptionsBase GetOriginalOptions() @@ -20,9 +20,9 @@ The options based on the original file settings. ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframebitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframebitsperpixel/_index.md index 33bc84340af6..ccbf202eeded 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframebitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframebitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: GifFrameBitsPerPixel +title: GifFrameBlock.GifFrameBitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets or sets the GIF frame bits per pixel type: docs weight: 110 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframebitsperpixel/ @@ -20,8 +20,8 @@ The GIF frame bits per pixel. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframeblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframeblock/_index.md index fa6193872aab..083859ae14ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframeblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframeblock/_index.md @@ -1,14 +1,14 @@ --- -title: GifFrameBlock +title: GifFrameBlock.GifFrameBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock constructor. Initializes a new instance of the GifFrameBlock class type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/gifframeblock/ --- -## GifFrameBlock constructor (1 of 12) +## GifFrameBlock(ushort, ushort) {#constructor_9} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(ushort width, ushort height) @@ -19,7 +19,7 @@ public GifFrameBlock(ushort width, ushort height) | width | UInt16 | The image width. | | height | UInt16 | The image height. | -### Examples +## Examples This example shows how to create a GIF image and save it to a file. @@ -115,15 +115,15 @@ using (Aspose.Imaging.FileFormats.Gif.GifImage gifImage = new Aspose.Imaging.Fil ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (2 of 12) +## GifFrameBlock(ushort, ushort, ushort, ushort) {#constructor_10} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(ushort left, ushort top, ushort width, ushort height) @@ -138,15 +138,15 @@ public GifFrameBlock(ushort left, ushort top, ushort width, ushort height) ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (3 of 12) +## GifFrameBlock(ushort, ushort, ushort, ushort, IColorPalette, bool, bool, byte) {#constructor_11} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(ushort left, ushort top, ushort width, ushort height, @@ -166,16 +166,16 @@ public GifFrameBlock(ushort left, ushort top, ushort width, ushort height, ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (4 of 12) +## GifFrameBlock(RasterImage) {#constructor} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(RasterImage image) @@ -187,16 +187,16 @@ public GifFrameBlock(RasterImage image) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (5 of 12) +## GifFrameBlock(RasterImage, ushort, ushort) {#constructor_1} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(RasterImage image, ushort left, ushort top) @@ -210,16 +210,16 @@ public GifFrameBlock(RasterImage image, ushort left, ushort top) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (6 of 12) +## GifFrameBlock(RasterImage, ushort, ushort, bool, bool, byte) {#constructor_2} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(RasterImage image, ushort left, ushort top, bool isPaletteSorted, @@ -237,16 +237,16 @@ public GifFrameBlock(RasterImage image, ushort left, ushort top, bool isPaletteS ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (7 of 12) +## GifFrameBlock(Stream) {#constructor_3} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(Stream stream) @@ -258,15 +258,15 @@ public GifFrameBlock(Stream stream) ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (8 of 12) +## GifFrameBlock(Stream, ushort, ushort) {#constructor_4} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(Stream stream, ushort left, ushort top) @@ -280,15 +280,15 @@ public GifFrameBlock(Stream stream, ushort left, ushort top) ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (9 of 12) +## GifFrameBlock(Stream, ushort, ushort, bool, bool, byte) {#constructor_5} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(Stream stream, ushort left, ushort top, bool isPaletteSorted, @@ -306,15 +306,15 @@ public GifFrameBlock(Stream stream, ushort left, ushort top, bool isPaletteSorte ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (10 of 12) +## GifFrameBlock(string) {#constructor_6} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(string path) @@ -326,15 +326,15 @@ public GifFrameBlock(string path) ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (11 of 12) +## GifFrameBlock(string, ushort, ushort) {#constructor_7} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(string path, ushort left, ushort top) @@ -348,15 +348,15 @@ public GifFrameBlock(string path, ushort left, ushort top) ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) --- -## GifFrameBlock constructor (12 of 12) +## GifFrameBlock(string, ushort, ushort, bool, bool, byte) {#constructor_8} -Initializes a new instance of the [`GifFrameBlock`](../../gifframeblock) class. +Initializes a new instance of the [`GifFrameBlock`](../) class. ```csharp public GifFrameBlock(string path, ushort left, ushort top, bool isPaletteSorted, @@ -374,8 +374,8 @@ public GifFrameBlock(string path, ushort left, ushort top, bool isPaletteSorted, ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/hastransparentcolor/_index.md index 6a03fd09fa9c..99e422fbe14e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: GifFrameBlock.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets a value indicating whether frame block has transparent color type: docs weight: 120 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/hastransparentcolor/ @@ -16,8 +16,8 @@ public override bool HasTransparentColor { get; set; } ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/height/_index.md index 16e12aeb9679..82ee146f6345 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: GifFrameBlock.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets the image height type: docs weight: 130 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/imagedescriptorsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/imagedescriptorsize/_index.md index ea9eb67a7569..21e547ccf9d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/imagedescriptorsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/imagedescriptorsize/_index.md @@ -1,7 +1,7 @@ --- -title: ImageDescriptorSize +title: GifFrameBlock.ImageDescriptorSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock field. The image descriptor size type: docs weight: 280 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/imagedescriptorsize/ @@ -16,8 +16,8 @@ public const int ImageDescriptorSize; ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/interlaced/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/interlaced/_index.md index ea511b8eabaf..9602a486d297 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/interlaced/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/interlaced/_index.md @@ -1,14 +1,14 @@ --- -title: Interlaced +title: GifFrameBlock.Interlaced second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets or sets a value indicating whether this GifFrameBlock is interlaced type: docs weight: 140 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/interlaced/ --- ## GifFrameBlock.Interlaced property -Gets or sets a value indicating whether this [`GifFrameBlock`](../../gifframeblock) is interlaced. +Gets or sets a value indicating whether this [`GifFrameBlock`](../) is interlaced. ```csharp public bool Interlaced { get; set; } @@ -20,8 +20,8 @@ public bool Interlaced { get; set; } ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/isinterlaced/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/isinterlaced/_index.md index dc6038d51f4d..577e85b736c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/isinterlaced/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/isinterlaced/_index.md @@ -1,7 +1,7 @@ --- -title: IsInterlaced +title: GifFrameBlock.IsInterlaced second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets a value indicating whether this image instance is interlaced type: docs weight: 150 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/isinterlaced/ @@ -20,8 +20,8 @@ public bool IsInterlaced { get; } ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/ispalettesorted/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/ispalettesorted/_index.md index d66f91661b7b..09f05ce3ea88 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/ispalettesorted/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/ispalettesorted/_index.md @@ -1,7 +1,7 @@ --- -title: IsPaletteSorted +title: GifFrameBlock.IsPaletteSorted second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets or sets a value indicating whether color palette is sorted type: docs weight: 160 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/ispalettesorted/ @@ -20,8 +20,8 @@ public bool IsPaletteSorted { get; set; } ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/left/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/left/_index.md index 60ad718fb782..4e9799b99e18 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/left/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/left/_index.md @@ -1,7 +1,7 @@ --- -title: Left +title: GifFrameBlock.Left second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets or sets the left image location type: docs weight: 170 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/left/ @@ -20,8 +20,8 @@ The left image location. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacecolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacecolor/_index.md index 2b89fae6e906..98467e8e3769 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacecolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacecolor/_index.md @@ -1,7 +1,7 @@ --- -title: ReplaceColor +title: GifFrameBlock.ReplaceColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock method. Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges type: docs weight: 250 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacecolor/ @@ -22,8 +22,8 @@ public override void ReplaceColor(int oldColorArgb, byte oldColorDiff, int newCo ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacenontransparentcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacenontransparentcolors/_index.md index 2992085544e6..275a06fb29a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacenontransparentcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacenontransparentcolors/_index.md @@ -1,7 +1,7 @@ --- -title: ReplaceNonTransparentColors +title: GifFrameBlock.ReplaceNonTransparentColors second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock method. Replaces all nontransparent colors with new color and preserves original alpha value to save smooth edges. Note if you use it on images without transparency all colors will be replaced with a single one type: docs weight: 260 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/replacenontransparentcolors/ @@ -20,8 +20,8 @@ public override void ReplaceNonTransparentColors(int newColorArgb) ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/top/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/top/_index.md index 189261f770ff..4ad7a2d576d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/top/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/top/_index.md @@ -1,7 +1,7 @@ --- -title: Top +title: GifFrameBlock.Top second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets or sets the top image location type: docs weight: 180 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/top/ @@ -20,8 +20,8 @@ The top image location. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/transparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/transparentcolor/_index.md index 485b806aa728..468b630adbf0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/transparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/transparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: TransparentColor +title: GifFrameBlock.TransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets the transparent color of frame block type: docs weight: 190 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/transparentcolor/ @@ -16,9 +16,9 @@ public override Color TransparentColor { get; set; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* struct [Color](../../../aspose.imaging/color/) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/usealphablending/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/usealphablending/_index.md index 599d8fc6b21b..03f8e4019e2d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/usealphablending/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/usealphablending/_index.md @@ -1,7 +1,7 @@ --- -title: UseAlphaBlending +title: GifFrameBlock.UseAlphaBlending second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets a value indicating whether use alpha blending type: docs weight: 200 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/usealphablending/ @@ -20,8 +20,8 @@ public bool UseAlphaBlending { get; } ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/width/_index.md index 24ac95d3c8d1..c7c551dee63e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifframeblock/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: GifFrameBlock.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: GifFrameBlock property. Gets the image width type: docs weight: 210 url: /net/aspose.imaging.fileformats.gif.blocks/gifframeblock/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [GifFrameBlock](../../gifframeblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock) +* class [GifFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/_index.md index eea935e6eb61..ac3702b4a297 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/_index.md @@ -1,7 +1,7 @@ --- -title: GifGraphicsControlBlock +title: Class GifGraphicsControlBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.Blocks.GifGraphicsControlBlock class. Gif graphics control block type: docs weight: 6630 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/ @@ -18,41 +18,41 @@ public class GifGraphicsControlBlock : GifBlock | Name | Description | | --- | --- | -| [GifGraphicsControlBlock](gifgraphicscontrolblock)() | Initializes a new instance of the [`GifGraphicsControlBlock`](../gifgraphicscontrolblock) class. | -| [GifGraphicsControlBlock](gifgraphicscontrolblock)(byte, ushort, byte) | Initializes a new instance of the [`GifGraphicsControlBlock`](../gifgraphicscontrolblock) class. | -| [GifGraphicsControlBlock](gifgraphicscontrolblock)(ushort, bool, byte, bool, DisposalMethod) | Initializes a new instance of the [`GifGraphicsControlBlock`](../gifgraphicscontrolblock) class. | +| [GifGraphicsControlBlock](gifgraphicscontrolblock/#constructor)() | Initializes a new instance of the `GifGraphicsControlBlock` class. | +| [GifGraphicsControlBlock](gifgraphicscontrolblock/#constructor_1)(byte, ushort, byte) | Initializes a new instance of the `GifGraphicsControlBlock` class. | +| [GifGraphicsControlBlock](gifgraphicscontrolblock/#constructor_2)(ushort, bool, byte, bool, DisposalMethod) | Initializes a new instance of the `GifGraphicsControlBlock` class. | ## Properties | Name | Description | | --- | --- | -| [DelayTime](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/delaytime) { get; set; } | Gets or sets the frame delay time expressed in 1/100 seconds. | -| [DisposalMethod](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/disposalmethod) { get; set; } | Gets or sets the disposal method. | -| [Flags](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/flags) { get; set; } | Gets or sets the flags. | -| [HasTransparentColor](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/hastransparentcolor) { get; set; } | Gets or sets a value indicating whether graphics control block has transparent color. | -| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | -| [TransparentColorIndex](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/transparentcolorindex) { get; set; } | Gets or sets the transparent color index. | -| [UserInputExpected](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/userinputexpected) { get; set; } | Gets or sets a value indicating whether user input is expected. | +| [DelayTime](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/delaytime/) { get; set; } | Gets or sets the frame delay time expressed in 1/100 seconds. | +| [DisposalMethod](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/disposalmethod/) { get; set; } | Gets or sets the disposal method. | +| [Flags](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/flags/) { get; set; } | Gets or sets the flags. | +| [HasTransparentColor](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/hastransparentcolor/) { get; set; } | Gets or sets a value indicating whether graphics control block has transparent color. | +| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged/) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | +| [TransparentColorIndex](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/transparentcolorindex/) { get; set; } | Gets or sets the transparent color index. | +| [UserInputExpected](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/userinputexpected/) { get; set; } | Gets or sets a value indicating whether user input is expected. | ## Methods | Name | Description | | --- | --- | -| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/save)(Stream) | Saves the block to the specified stream. | -| static [CreateFlags](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/createflags)(bool, bool, DisposalMethod) | Creates the flags. | +| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/save/)(Stream) | Saves the block to the specified stream. | +| static [CreateFlags](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/createflags/)(bool, bool, DisposalMethod) | Creates the flags. | ## Fields | Name | Description | | --- | --- | -| const [BlockHeaderSize](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/blockheadersize) | Specifies the block header size. | -| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/extensionlabel) | Extension label. | -| const [SubBlockSize](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/subblocksize) | Gets the sub-block size. | +| const [BlockHeaderSize](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/blockheadersize/) | Specifies the block header size. | +| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/extensionlabel/) | Extension label. | +| const [SubBlockSize](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/subblocksize/) | Gets the sub-block size. | ### See Also -* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks) +* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock/) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/blockheadersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/blockheadersize/_index.md index f8e016b889e9..9625bc436acd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/blockheadersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/blockheadersize/_index.md @@ -1,7 +1,7 @@ --- -title: BlockHeaderSize +title: GifGraphicsControlBlock.BlockHeaderSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock field. Specifies the block header size type: docs weight: 90 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/blockheadersize/ @@ -16,8 +16,8 @@ public const int BlockHeaderSize; ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/createflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/createflags/_index.md index 6b83c153dcbb..487d17d7e2c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/createflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/createflags/_index.md @@ -1,7 +1,7 @@ --- -title: CreateFlags +title: GifGraphicsControlBlock.CreateFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock method. Creates the flags type: docs weight: 120 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/createflags/ @@ -17,7 +17,7 @@ public static byte CreateFlags(bool hasTransparentColor, bool requiresUserInput, | Parameter | Type | Description | | --- | --- | --- | -| hasTransparentColor | Boolean | if set to `true` the [`GifGraphicsControlBlock`](../../gifgraphicscontrolblock) has valid transparent color index. | +| hasTransparentColor | Boolean | if set to `true` the [`GifGraphicsControlBlock`](../) has valid transparent color index. | | requiresUserInput | Boolean | if set to `true` the user input is expected. | | disposalMethod | DisposalMethod | The disposal method. | @@ -27,9 +27,9 @@ The generated flags. ### See Also -* enum [DisposalMethod](../../../aspose.imaging.fileformats.gif/disposalmethod) -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* enum [DisposalMethod](../../../aspose.imaging.fileformats.gif/disposalmethod/) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/delaytime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/delaytime/_index.md index fb9d705e8498..7315c72909bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/delaytime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/delaytime/_index.md @@ -1,7 +1,7 @@ --- -title: DelayTime +title: GifGraphicsControlBlock.DelayTime second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock property. Gets or sets the frame delay time expressed in 1/100 seconds type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/delaytime/ @@ -16,8 +16,8 @@ public ushort DelayTime { get; set; } ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/disposalmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/disposalmethod/_index.md index c62fb6ef65a8..63113aa64bf1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/disposalmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/disposalmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DisposalMethod +title: GifGraphicsControlBlock.DisposalMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock property. Gets or sets the disposal method type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/disposalmethod/ @@ -20,9 +20,9 @@ The disposal method. ### See Also -* enum [DisposalMethod](../../../aspose.imaging.fileformats.gif/disposalmethod) -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* enum [DisposalMethod](../../../aspose.imaging.fileformats.gif/disposalmethod/) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/extensionlabel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/extensionlabel/_index.md index 398b49a2fa4a..1c8f9febc89f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/extensionlabel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/extensionlabel/_index.md @@ -1,7 +1,7 @@ --- -title: ExtensionLabel +title: GifGraphicsControlBlock.ExtensionLabel second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock field. Extension label type: docs weight: 100 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/extensionlabel/ @@ -16,8 +16,8 @@ public const byte ExtensionLabel; ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/flags/_index.md index 8a363b54a7ed..37f4205b50eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: GifGraphicsControlBlock.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock property. Gets or sets the flags type: docs weight: 40 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/flags/ @@ -20,8 +20,8 @@ The flags. ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/gifgraphicscontrolblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/gifgraphicscontrolblock/_index.md index 69c062a53a22..bfbd89285e16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/gifgraphicscontrolblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/gifgraphicscontrolblock/_index.md @@ -1,14 +1,14 @@ --- -title: GifGraphicsControlBlock +title: GifGraphicsControlBlock.GifGraphicsControlBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock constructor. Initializes a new instance of the GifGraphicsControlBlock class type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/gifgraphicscontrolblock/ --- -## GifGraphicsControlBlock constructor (1 of 3) +## GifGraphicsControlBlock() {#constructor} -Initializes a new instance of the [`GifGraphicsControlBlock`](../../gifgraphicscontrolblock) class. +Initializes a new instance of the [`GifGraphicsControlBlock`](../) class. ```csharp public GifGraphicsControlBlock() @@ -16,15 +16,15 @@ public GifGraphicsControlBlock() ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) --- -## GifGraphicsControlBlock constructor (2 of 3) +## GifGraphicsControlBlock(byte, ushort, byte) {#constructor_1} -Initializes a new instance of the [`GifGraphicsControlBlock`](../../gifgraphicscontrolblock) class. +Initializes a new instance of the [`GifGraphicsControlBlock`](../) class. ```csharp public GifGraphicsControlBlock(byte flags, ushort delayTime, byte transparentColorIndex) @@ -38,15 +38,15 @@ public GifGraphicsControlBlock(byte flags, ushort delayTime, byte transparentCol ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) --- -## GifGraphicsControlBlock constructor (3 of 3) +## GifGraphicsControlBlock(ushort, bool, byte, bool, DisposalMethod) {#constructor_2} -Initializes a new instance of the [`GifGraphicsControlBlock`](../../gifgraphicscontrolblock) class. +Initializes a new instance of the [`GifGraphicsControlBlock`](../) class. ```csharp public GifGraphicsControlBlock(ushort delayTime, bool hasTransparentColor, @@ -63,9 +63,9 @@ public GifGraphicsControlBlock(ushort delayTime, bool hasTransparentColor, ### See Also -* enum [DisposalMethod](../../../aspose.imaging.fileformats.gif/disposalmethod) -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* enum [DisposalMethod](../../../aspose.imaging.fileformats.gif/disposalmethod/) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/hastransparentcolor/_index.md index 8a4f72b7eb72..61b22e2d846c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: GifGraphicsControlBlock.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock property. Gets or sets a value indicating whether graphics control block has transparent color type: docs weight: 50 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/hastransparentcolor/ @@ -20,8 +20,8 @@ public bool HasTransparentColor { get; set; } ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/save/_index.md index a5c2cda8a038..2a0302b1332c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: GifGraphicsControlBlock.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock method. Saves the block to the specified stream type: docs weight: 80 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/save/ @@ -20,8 +20,8 @@ public override void Save(Stream stream) ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/subblocksize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/subblocksize/_index.md index e1f684a200d0..98463f0aaf98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/subblocksize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/subblocksize/_index.md @@ -1,7 +1,7 @@ --- -title: SubBlockSize +title: GifGraphicsControlBlock.SubBlockSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock field. Gets the subblock size type: docs weight: 110 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/subblocksize/ @@ -16,8 +16,8 @@ public const byte SubBlockSize; ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/transparentcolorindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/transparentcolorindex/_index.md index 4b98dca9f544..5ae5f17fb5cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/transparentcolorindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/transparentcolorindex/_index.md @@ -1,7 +1,7 @@ --- -title: TransparentColorIndex +title: GifGraphicsControlBlock.TransparentColorIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock property. Gets or sets the transparent color index type: docs weight: 60 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/transparentcolorindex/ @@ -20,8 +20,8 @@ The transparent color index. ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/userinputexpected/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/userinputexpected/_index.md index 6d5011db4086..d96386747c47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/userinputexpected/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/userinputexpected/_index.md @@ -1,7 +1,7 @@ --- -title: UserInputExpected +title: GifGraphicsControlBlock.UserInputExpected second_title: Aspose.Imaging for .NET API Reference -description: +description: GifGraphicsControlBlock property. Gets or sets a value indicating whether user input is expected type: docs weight: 70 url: /net/aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/userinputexpected/ @@ -20,8 +20,8 @@ public bool UserInputExpected { get; set; } ### See Also -* class [GifGraphicsControlBlock](../../gifgraphicscontrolblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock) +* class [GifGraphicsControlBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifgraphicscontrolblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/_index.md index 815a82c99651..7734d348774f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/_index.md @@ -1,7 +1,7 @@ --- -title: GifPlainTextRenderingBlock +title: Class GifPlainTextRenderingBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.Blocks.GifPlainTextRenderingBlock class. Gif plain text extension block. The plain text extension contains textual data and the parameters necessary to render that data as a graphic in a simple form type: docs weight: 6640 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/ @@ -18,42 +18,42 @@ public class GifPlainTextRenderingBlock : GifBlock | Name | Description | | --- | --- | -| [GifPlainTextRenderingBlock](gifplaintextrenderingblock)() | Initializes a new instance of the [`GifPlainTextRenderingBlock`](../gifplaintextrenderingblock) class. | -| [GifPlainTextRenderingBlock](gifplaintextrenderingblock)(ushort, ushort, ushort, ushort, byte, byte, byte, byte, byte[]) | Initializes a new instance of the [`GifPlainTextRenderingBlock`](../gifplaintextrenderingblock) class. | +| [GifPlainTextRenderingBlock](gifplaintextrenderingblock/#constructor)() | Initializes a new instance of the `GifPlainTextRenderingBlock` class. | +| [GifPlainTextRenderingBlock](gifplaintextrenderingblock/#constructor_1)(ushort, ushort, ushort, ushort, byte, byte, byte, byte, byte[]) | Initializes a new instance of the `GifPlainTextRenderingBlock` class. | ## Properties | Name | Description | | --- | --- | -| [CharacterCellHeight](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellheight) { get; set; } | Gets or sets the character cell height, in pixels, of each cell in the grid. | -| [CharacterCellWidth](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellwidth) { get; set; } | Gets or sets the character cell width, in pixels, of each cell in the grid. | -| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | -| [PlainTextData](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/plaintextdata) { get; set; } | Gets or sets the plain text data. | -| [TextBackgroundColorIndex](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textbackgroundcolorindex) { get; set; } | Gets or sets the index of the color in the global color palette used to draw the text background. | -| [TextForegroundColorIndex](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textforegroundcolorindex) { get; set; } | Gets or sets the index of the color in the global color palette used to draw the text foreground. | -| [TextGridHeight](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridheight) { get; set; } | Gets or sets the text grid height in pixels | -| [TextGridLeftPosition](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridleftposition) { get; set; } | Gets or sets the text grid left position. | -| [TextGridTopPosition](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridtopposition) { get; set; } | Gets or sets the text grid top position. | -| [TextGridWidth](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridwidth) { get; set; } | Gets or sets the text grid with in pixels | +| [CharacterCellHeight](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellheight/) { get; set; } | Gets or sets the character cell height, in pixels, of each cell in the grid. | +| [CharacterCellWidth](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellwidth/) { get; set; } | Gets or sets the character cell width, in pixels, of each cell in the grid. | +| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged/) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | +| [PlainTextData](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/plaintextdata/) { get; set; } | Gets or sets the plain text data. | +| [TextBackgroundColorIndex](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textbackgroundcolorindex/) { get; set; } | Gets or sets the index of the color in the global color palette used to draw the text background. | +| [TextForegroundColorIndex](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textforegroundcolorindex/) { get; set; } | Gets or sets the index of the color in the global color palette used to draw the text foreground. | +| [TextGridHeight](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridheight/) { get; set; } | Gets or sets the text grid height in pixels | +| [TextGridLeftPosition](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridleftposition/) { get; set; } | Gets or sets the text grid left position. | +| [TextGridTopPosition](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridtopposition/) { get; set; } | Gets or sets the text grid top position. | +| [TextGridWidth](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridwidth/) { get; set; } | Gets or sets the text grid with in pixels | ## Methods | Name | Description | | --- | --- | -| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/save)(Stream) | Saves the block to the specified stream. | +| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/save/)(Stream) | Saves the block to the specified stream. | ## Fields | Name | Description | | --- | --- | -| const [BlockSize](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/blocksize) | The overall block size. | -| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/extensionlabel) | The plain text extension label. | -| const [SubBlockSize](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/subblocksize) | The size of the sub block. | +| const [BlockSize](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/blocksize/) | The overall block size. | +| const [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/extensionlabel/) | The plain text extension label. | +| const [SubBlockSize](../../aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/subblocksize/) | The size of the sub block. | ### See Also -* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks) +* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock/) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/blocksize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/blocksize/_index.md index 66cb96eae503..d22883a45d09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/blocksize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/blocksize/_index.md @@ -1,7 +1,7 @@ --- -title: BlockSize +title: GifPlainTextRenderingBlock.BlockSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock field. The overall block size type: docs weight: 120 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/blocksize/ @@ -16,8 +16,8 @@ public const byte BlockSize; ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellheight/_index.md index de6e0402a47f..8e7fcbd76553 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellheight/_index.md @@ -1,7 +1,7 @@ --- -title: CharacterCellHeight +title: GifPlainTextRenderingBlock.CharacterCellHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the character cell height in pixels of each cell in the grid type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellheight/ @@ -20,8 +20,8 @@ The character cell height. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellwidth/_index.md index dcef2a2a571b..2ae74cc3a61e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellwidth/_index.md @@ -1,7 +1,7 @@ --- -title: CharacterCellWidth +title: GifPlainTextRenderingBlock.CharacterCellWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the character cell width in pixels of each cell in the grid type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/charactercellwidth/ @@ -20,8 +20,8 @@ The character cell width. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/extensionlabel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/extensionlabel/_index.md index 5ad4ac70bfb8..5b918d8b081c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/extensionlabel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/extensionlabel/_index.md @@ -1,7 +1,7 @@ --- -title: ExtensionLabel +title: GifPlainTextRenderingBlock.ExtensionLabel second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock field. The plain text extension label type: docs weight: 130 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/extensionlabel/ @@ -16,8 +16,8 @@ public const byte ExtensionLabel; ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/gifplaintextrenderingblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/gifplaintextrenderingblock/_index.md index 26ae75e56264..537b13396cd4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/gifplaintextrenderingblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/gifplaintextrenderingblock/_index.md @@ -1,14 +1,14 @@ --- -title: GifPlainTextRenderingBlock +title: GifPlainTextRenderingBlock.GifPlainTextRenderingBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock constructor. Initializes a new instance of the GifPlainTextRenderingBlock class type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/gifplaintextrenderingblock/ --- -## GifPlainTextRenderingBlock constructor (1 of 2) +## GifPlainTextRenderingBlock() {#constructor} -Initializes a new instance of the [`GifPlainTextRenderingBlock`](../../gifplaintextrenderingblock) class. +Initializes a new instance of the [`GifPlainTextRenderingBlock`](../) class. ```csharp public GifPlainTextRenderingBlock() @@ -16,15 +16,15 @@ public GifPlainTextRenderingBlock() ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) --- -## GifPlainTextRenderingBlock constructor (2 of 2) +## GifPlainTextRenderingBlock(ushort, ushort, ushort, ushort, byte, byte, byte, byte, byte[]) {#constructor_1} -Initializes a new instance of the [`GifPlainTextRenderingBlock`](../../gifplaintextrenderingblock) class. +Initializes a new instance of the [`GifPlainTextRenderingBlock`](../) class. ```csharp public GifPlainTextRenderingBlock(ushort textGridLeftPosition, ushort textGridTopPosition, @@ -46,8 +46,8 @@ public GifPlainTextRenderingBlock(ushort textGridLeftPosition, ushort textGridTo ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/plaintextdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/plaintextdata/_index.md index 41b48976dbea..a88ce0eed82c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/plaintextdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/plaintextdata/_index.md @@ -1,7 +1,7 @@ --- -title: PlainTextData +title: GifPlainTextRenderingBlock.PlainTextData second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the plain text data type: docs weight: 40 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/plaintextdata/ @@ -20,8 +20,8 @@ The plain text data. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/save/_index.md index 6b6526e5d178..f51dca041a27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: GifPlainTextRenderingBlock.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock method. Saves the block to the specified stream type: docs weight: 110 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/save/ @@ -20,8 +20,8 @@ public override void Save(Stream stream) ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/subblocksize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/subblocksize/_index.md index 1d3d9da4a8c9..f64af6b3aebf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/subblocksize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/subblocksize/_index.md @@ -1,7 +1,7 @@ --- -title: SubBlockSize +title: GifPlainTextRenderingBlock.SubBlockSize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock field. The size of the sub block type: docs weight: 140 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/subblocksize/ @@ -16,8 +16,8 @@ public const byte SubBlockSize; ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textbackgroundcolorindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textbackgroundcolorindex/_index.md index 77b8114f507b..3cad09c664a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textbackgroundcolorindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textbackgroundcolorindex/_index.md @@ -1,7 +1,7 @@ --- -title: TextBackgroundColorIndex +title: GifPlainTextRenderingBlock.TextBackgroundColorIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the index of the color in the global color palette used to draw the text background type: docs weight: 50 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textbackgroundcolorindex/ @@ -20,8 +20,8 @@ The background color index. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textforegroundcolorindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textforegroundcolorindex/_index.md index c69917c366f3..0b4d436ac922 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textforegroundcolorindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textforegroundcolorindex/_index.md @@ -1,7 +1,7 @@ --- -title: TextForegroundColorIndex +title: GifPlainTextRenderingBlock.TextForegroundColorIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the index of the color in the global color palette used to draw the text foreground type: docs weight: 60 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textforegroundcolorindex/ @@ -20,8 +20,8 @@ The foreground color index. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridheight/_index.md index b02bebd617a8..796481e2b657 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridheight/_index.md @@ -1,7 +1,7 @@ --- -title: TextGridHeight +title: GifPlainTextRenderingBlock.TextGridHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the text grid height in pixels type: docs weight: 70 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridheight/ @@ -20,8 +20,8 @@ The text grid height in pixels. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridleftposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridleftposition/_index.md index b712daa1f6ae..e9a214485544 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridleftposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridleftposition/_index.md @@ -1,7 +1,7 @@ --- -title: TextGridLeftPosition +title: GifPlainTextRenderingBlock.TextGridLeftPosition second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the text grid left position type: docs weight: 80 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridleftposition/ @@ -18,14 +18,14 @@ public ushort TextGridLeftPosition { get; set; } The text grid left position. -### Remarks +## Remarks This is a column number, in pixels, of the left edge of the text grid, with respect to the left edge of the logical screen. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridtopposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridtopposition/_index.md index fe17f65cd4ec..8ef6d7828a51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridtopposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridtopposition/_index.md @@ -1,7 +1,7 @@ --- -title: TextGridTopPosition +title: GifPlainTextRenderingBlock.TextGridTopPosition second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the text grid top position type: docs weight: 90 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridtopposition/ @@ -18,14 +18,14 @@ public ushort TextGridTopPosition { get; set; } The text grid top position. -### Remarks +## Remarks This is a row number, in pixels, of the top edge of the text grid, with respect to the top edge of the logical screen. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridwidth/_index.md index bba466e8b070..7cdf9d4c97e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridwidth/_index.md @@ -1,7 +1,7 @@ --- -title: TextGridWidth +title: GifPlainTextRenderingBlock.TextGridWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: GifPlainTextRenderingBlock property. Gets or sets the text grid with in pixels type: docs weight: 100 url: /net/aspose.imaging.fileformats.gif.blocks/gifplaintextrenderingblock/textgridwidth/ @@ -20,8 +20,8 @@ The text grid width in pixels. ### See Also -* class [GifPlainTextRenderingBlock](../../gifplaintextrenderingblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock) +* class [GifPlainTextRenderingBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifplaintextrenderingblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/_index.md index 0fe06da4f298..a2cb7be6eaf2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/_index.md @@ -1,7 +1,7 @@ --- -title: GifUnknownExtensionBlock +title: Class GifUnknownExtensionBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.Blocks.GifUnknownExtensionBlock class. Gif Unknown Extension Block type: docs weight: 6650 url: /net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/ @@ -18,27 +18,27 @@ public class GifUnknownExtensionBlock : GifBlock | Name | Description | | --- | --- | -| [GifUnknownExtensionBlock](gifunknownextensionblock)() | Initializes a new instance of the [`GifUnknownExtensionBlock`](../gifunknownextensionblock) class. | -| [GifUnknownExtensionBlock](gifunknownextensionblock)(byte, byte[]) | Initializes a new instance of the [`GifUnknownExtensionBlock`](../gifunknownextensionblock) class. | +| [GifUnknownExtensionBlock](gifunknownextensionblock/#constructor)() | Initializes a new instance of the `GifUnknownExtensionBlock` class. | +| [GifUnknownExtensionBlock](gifunknownextensionblock/#constructor_1)(byte, byte[]) | Initializes a new instance of the `GifUnknownExtensionBlock` class. | ## Properties | Name | Description | | --- | --- | -| [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/extensionlabel) { get; set; } | Gets or sets the block's extension label. | -| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | -| [UnknownData](../../aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/unknowndata) { get; set; } | Gets or sets the unknown data. | +| [ExtensionLabel](../../aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/extensionlabel/) { get; set; } | Gets or sets the block's extension label. | +| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged/) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | +| [UnknownData](../../aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/unknowndata/) { get; set; } | Gets or sets the unknown data. | ## Methods | Name | Description | | --- | --- | -| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/save)(Stream) | Saves the block to the specified stream. | +| override [Save](../../aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/save/)(Stream) | Saves the block to the specified stream. | ### See Also -* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks) +* class [GifBlock](../../aspose.imaging.fileformats.gif/gifblock/) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../aspose.imaging.fileformats.gif.blocks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/extensionlabel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/extensionlabel/_index.md index f11f1e73e761..cb59d54fd69c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/extensionlabel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/extensionlabel/_index.md @@ -1,7 +1,7 @@ --- -title: ExtensionLabel +title: GifUnknownExtensionBlock.ExtensionLabel second_title: Aspose.Imaging for .NET API Reference -description: +description: GifUnknownExtensionBlock property. Gets or sets the blocks extension label type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/extensionlabel/ @@ -20,8 +20,8 @@ The block's extension label. ### See Also -* class [GifUnknownExtensionBlock](../../gifunknownextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock) +* class [GifUnknownExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/gifunknownextensionblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/gifunknownextensionblock/_index.md index b2fad281e49c..1cd2926ca715 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/gifunknownextensionblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/gifunknownextensionblock/_index.md @@ -1,14 +1,14 @@ --- -title: GifUnknownExtensionBlock +title: GifUnknownExtensionBlock.GifUnknownExtensionBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifUnknownExtensionBlock constructor. Initializes a new instance of the GifUnknownExtensionBlock class type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/gifunknownextensionblock/ --- -## GifUnknownExtensionBlock constructor (1 of 2) +## GifUnknownExtensionBlock() {#constructor} -Initializes a new instance of the [`GifUnknownExtensionBlock`](../../gifunknownextensionblock) class. +Initializes a new instance of the [`GifUnknownExtensionBlock`](../) class. ```csharp public GifUnknownExtensionBlock() @@ -16,15 +16,15 @@ public GifUnknownExtensionBlock() ### See Also -* class [GifUnknownExtensionBlock](../../gifunknownextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock) +* class [GifUnknownExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock/) * assembly [Aspose.Imaging](../../../) --- -## GifUnknownExtensionBlock constructor (2 of 2) +## GifUnknownExtensionBlock(byte, byte[]) {#constructor_1} -Initializes a new instance of the [`GifUnknownExtensionBlock`](../../gifunknownextensionblock) class. +Initializes a new instance of the [`GifUnknownExtensionBlock`](../) class. ```csharp public GifUnknownExtensionBlock(byte extensionLabel, byte[] data) @@ -37,8 +37,8 @@ public GifUnknownExtensionBlock(byte extensionLabel, byte[] data) ### See Also -* class [GifUnknownExtensionBlock](../../gifunknownextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock) +* class [GifUnknownExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/save/_index.md index 24a2fbcc971b..2d50e3745b86 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: GifUnknownExtensionBlock.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: GifUnknownExtensionBlock method. Saves the block to the specified stream type: docs weight: 40 url: /net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/save/ @@ -20,8 +20,8 @@ public override void Save(Stream stream) ### See Also -* class [GifUnknownExtensionBlock](../../gifunknownextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock) +* class [GifUnknownExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/unknowndata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/unknowndata/_index.md index 9259f0ff4dc2..97d2720fd6b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/unknowndata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/unknowndata/_index.md @@ -1,7 +1,7 @@ --- -title: UnknownData +title: GifUnknownExtensionBlock.UnknownData second_title: Aspose.Imaging for .NET API Reference -description: +description: GifUnknownExtensionBlock property. Gets or sets the unknown data type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif.blocks/gifunknownextensionblock/unknowndata/ @@ -20,8 +20,8 @@ The unknown data. ### See Also -* class [GifUnknownExtensionBlock](../../gifunknownextensionblock) -* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock) +* class [GifUnknownExtensionBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif.Blocks](../../gifunknownextensionblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/_index.md index 48204455aa30..aa53a539f393 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Gif second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Gif file format processing. +description: The namespace handles Gif file format processing type: docs weight: 450 url: /net/aspose.imaging.fileformats.gif/ @@ -12,19 +12,19 @@ The namespace handles Gif file format processing. | Class | Description | | --- | --- | -| [GifBlock](./gifblock) | The default gif block implementation. | -| [GifBlocksRegistry](./gifblocksregistry) | Represents the gif blocks openers registry. | -| [GifImage](./gifimage) | The API for Graphical Interchange Format (GIF) image file provides developers with versatile tools for processing compressed raster images and animated GIFs. Offering features like XMP metadata handling, color palette settings, background and transparent color control, opacity settings, resize, crop, filter application, gamma corrections, contrast adjustment, grayscale transformation, and conversion to other formats. This API empowers seamless manipulation and enhancement of GIF images for a wide range of applications. | +| [GifBlock](./gifblock/) | The default gif block implementation. | +| [GifBlocksRegistry](./gifblocksregistry/) | Represents the gif blocks openers registry. | +| [GifImage](./gifimage/) | The API for Graphical Interchange Format (GIF) image file provides developers with versatile tools for processing compressed raster images and animated GIFs. Offering features like XMP metadata handling, color palette settings, background and transparent color control, opacity settings, resize, crop, filter application, gamma corrections, contrast adjustment, grayscale transformation, and conversion to other formats. This API empowers seamless manipulation and enhancement of GIF images for a wide range of applications. | ## Interfaces | Interface | Description | | --- | --- | -| [IGifBlock](./igifblock) | Represents GIF block interface. | -| [IGifBlockLoaderDescriptor](./igifblockloaderdescriptor) | Gif block Loader descriptor. | +| [IGifBlock](./igifblock/) | Represents GIF block interface. | +| [IGifBlockLoaderDescriptor](./igifblockloaderdescriptor/) | Gif block Loader descriptor. | ## Enumeration | Enumeration | Description | | --- | --- | -| [DisposalMethod](./disposalmethod) | Indicates the way in which the graphic is to be treated after being displayed. | +| [DisposalMethod](./disposalmethod/) | Indicates the way in which the graphic is to be treated after being displayed. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/disposalmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/disposalmethod/_index.md index 7a9d79bc4e17..8bfa12465633 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/disposalmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/disposalmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DisposalMethod +title: Enum DisposalMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.DisposalMethod enum. Indicates the way in which the graphic is to be treated after being displayed type: docs weight: 6660 url: /net/aspose.imaging.fileformats.gif/disposalmethod/ @@ -26,7 +26,7 @@ public enum DisposalMethod ### See Also -* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif) +* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/_index.md index b4a399975b03..aad3c80b265f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/_index.md @@ -1,7 +1,7 @@ --- -title: GifBlock +title: Class GifBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.GifBlock class. The default gif block implementation type: docs weight: 6670 url: /net/aspose.imaging.fileformats.gif/gifblock/ @@ -18,24 +18,24 @@ public abstract class GifBlock : IGifBlock | Name | Description | | --- | --- | -| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | +| [IsChanged](../../aspose.imaging.fileformats.gif/gifblock/ischanged/) { get; set; } | Gets or sets a value indicating whether block has changed and requires save. | ## Methods | Name | Description | | --- | --- | -| abstract [Save](../../aspose.imaging.fileformats.gif/gifblock/save)(Stream) | Saves the block to the specified stream. | +| abstract [Save](../../aspose.imaging.fileformats.gif/gifblock/save/)(Stream) | Saves the block to the specified stream. | ## Fields | Name | Description | | --- | --- | -| const [ExtensionIntroducer](../../aspose.imaging.fileformats.gif/gifblock/extensionintroducer) | Extension introducer. | +| const [ExtensionIntroducer](../../aspose.imaging.fileformats.gif/gifblock/extensionintroducer/) | Extension introducer. | ### See Also -* interface [IGifBlock](../igifblock) -* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif) +* interface [IGifBlock](../igifblock/) +* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/extensionintroducer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/extensionintroducer/_index.md index 65e6b6332a7a..81f659471a70 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/extensionintroducer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/extensionintroducer/_index.md @@ -1,7 +1,7 @@ --- -title: ExtensionIntroducer +title: GifBlock.ExtensionIntroducer second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlock field. Extension introducer type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif/gifblock/extensionintroducer/ @@ -16,8 +16,8 @@ public const byte ExtensionIntroducer; ### See Also -* class [GifBlock](../../gifblock) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblock) +* class [GifBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/ischanged/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/ischanged/_index.md index e2bd7c5ff288..f2e29676dcd4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/ischanged/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/ischanged/_index.md @@ -1,7 +1,7 @@ --- -title: IsChanged +title: GifBlock.IsChanged second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlock property. Gets or sets a value indicating whether block has changed and requires save type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif/gifblock/ischanged/ @@ -20,8 +20,8 @@ public bool IsChanged { get; set; } ### See Also -* class [GifBlock](../../gifblock) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblock) +* class [GifBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/save/_index.md index 07261010b07a..576125e9edda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblock/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: GifBlock.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlock method. Saves the block to the specified stream type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif/gifblock/save/ @@ -20,8 +20,8 @@ public abstract void Save(Stream stream) ### See Also -* class [GifBlock](../../gifblock) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblock) +* class [GifBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/_index.md index fd39806ad4c8..d23208dfd8e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/_index.md @@ -1,7 +1,7 @@ --- -title: GifBlocksRegistry +title: Class GifBlocksRegistry second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.GifBlocksRegistry class. Represents the gif blocks openers registry type: docs weight: 6680 url: /net/aspose.imaging.fileformats.gif/gifblocksregistry/ @@ -18,21 +18,21 @@ public static class GifBlocksRegistry | Name | Description | | --- | --- | -| static [RegisteredDescriptors](../../aspose.imaging.fileformats.gif/gifblocksregistry/registereddescriptors) { get; } | Gets the registered descriptors. | +| static [RegisteredDescriptors](../../aspose.imaging.fileformats.gif/gifblocksregistry/registereddescriptors/) { get; } | Gets the registered descriptors. | ## Methods | Name | Description | | --- | --- | -| static [GetFirstSupportedDescriptor](../../aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptor)(Stream) | Gets the first supported opener descriptor. | -| static [GetFirstSupportedDescriptorByTypeName](../../aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptorbytypename)(string) | Gets the first supported descriptor by its type name. | -| static [LoadBlockByFirstSupportedDescriptor](../../aspose.imaging.fileformats.gif/gifblocksregistry/loadblockbyfirstsupporteddescriptor)(Stream, IColorPalette) | Loads gif block using first found opener suitable for the specified *stream*. | -| static [RegisterOpener](../../aspose.imaging.fileformats.gif/gifblocksregistry/registeropener)(IGifBlockLoaderDescriptor) | Registers the opener. | -| static [UnregisterOpener](../../aspose.imaging.fileformats.gif/gifblocksregistry/unregisteropener)(IGifBlockLoaderDescriptor) | Unregisters the opener. | +| static [GetFirstSupportedDescriptor](../../aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptor/)(Stream) | Gets the first supported opener descriptor. | +| static [GetFirstSupportedDescriptorByTypeName](../../aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptorbytypename/)(string) | Gets the first supported descriptor by its type name. | +| static [LoadBlockByFirstSupportedDescriptor](../../aspose.imaging.fileformats.gif/gifblocksregistry/loadblockbyfirstsupporteddescriptor/)(Stream, IColorPalette) | Loads gif block using first found opener suitable for the specified *stream*. | +| static [RegisterOpener](../../aspose.imaging.fileformats.gif/gifblocksregistry/registeropener/)(IGifBlockLoaderDescriptor) | Registers the opener. | +| static [UnregisterOpener](../../aspose.imaging.fileformats.gif/gifblocksregistry/unregisteropener/)(IGifBlockLoaderDescriptor) | Unregisters the opener. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif) +* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptor/_index.md index 768f94104fdc..d23159627322 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: GetFirstSupportedDescriptor +title: GifBlocksRegistry.GetFirstSupportedDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlocksRegistry method. Gets the first supported opener descriptor type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptor/ @@ -22,15 +22,15 @@ public static IGifBlockLoaderDescriptor GetFirstSupportedDescriptor(Stream strea The gif block opener descriptor or null if no opener descriptor supported for such stream. -### Remarks +## Remarks The first opener will be actually the last registered. ### See Also -* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor) -* class [GifBlocksRegistry](../../gifblocksregistry) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry) +* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor/) +* class [GifBlocksRegistry](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptorbytypename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptorbytypename/_index.md index 9db95cac5547..37466db748cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptorbytypename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptorbytypename/_index.md @@ -1,7 +1,7 @@ --- -title: GetFirstSupportedDescriptorByTypeName +title: GifBlocksRegistry.GetFirstSupportedDescriptorByTypeName second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlocksRegistry method. Gets the first supported descriptor by its type name type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif/gifblocksregistry/getfirstsupporteddescriptorbytypename/ @@ -23,15 +23,15 @@ public static IGifBlockLoaderDescriptor GetFirstSupportedDescriptorByTypeName( The first found opener descriptor or null if not such descriptor is found. -### Remarks +## Remarks The first opener descriptor will be actually the last registered. ### See Also -* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor) -* class [GifBlocksRegistry](../../gifblocksregistry) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry) +* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor/) +* class [GifBlocksRegistry](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/loadblockbyfirstsupporteddescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/loadblockbyfirstsupporteddescriptor/_index.md index 2dc9e46990fd..cd716e69fea6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/loadblockbyfirstsupporteddescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/loadblockbyfirstsupporteddescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: LoadBlockByFirstSupportedDescriptor +title: GifBlocksRegistry.LoadBlockByFirstSupportedDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlocksRegistry method. Loads gif block using first found opener suitable for the specified stream type: docs weight: 40 url: /net/aspose.imaging.fileformats.gif/gifblocksregistry/loadblockbyfirstsupporteddescriptor/ @@ -24,16 +24,16 @@ public static IGifBlock LoadBlockByFirstSupportedDescriptor(Stream stream, The loaded gif block or null if no opener is found. -### Remarks +## Remarks The first opener will be actually the last registered. ### See Also -* interface [IGifBlock](../../igifblock) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [GifBlocksRegistry](../../gifblocksregistry) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry) +* interface [IGifBlock](../../igifblock/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [GifBlocksRegistry](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/registereddescriptors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/registereddescriptors/_index.md index c007a41d63bc..b270642a68e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/registereddescriptors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/registereddescriptors/_index.md @@ -1,7 +1,7 @@ --- -title: RegisteredDescriptors +title: GifBlocksRegistry.RegisteredDescriptors second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlocksRegistry property. Gets the registered descriptors type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif/gifblocksregistry/registereddescriptors/ @@ -20,9 +20,9 @@ The registered descriptors. ### See Also -* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor) -* class [GifBlocksRegistry](../../gifblocksregistry) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry) +* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor/) +* class [GifBlocksRegistry](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/registeropener/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/registeropener/_index.md index 247ba377e260..bba34fae9e2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/registeropener/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/registeropener/_index.md @@ -1,7 +1,7 @@ --- -title: RegisterOpener +title: GifBlocksRegistry.RegisterOpener second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlocksRegistry method. Registers the opener type: docs weight: 50 url: /net/aspose.imaging.fileformats.gif/gifblocksregistry/registeropener/ @@ -20,9 +20,9 @@ public static void RegisterOpener(IGifBlockLoaderDescriptor openerDescriptor) ### See Also -* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor) -* class [GifBlocksRegistry](../../gifblocksregistry) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry) +* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor/) +* class [GifBlocksRegistry](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/unregisteropener/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/unregisteropener/_index.md index a84d3a0a949f..2ec4c22c0e03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/unregisteropener/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifblocksregistry/unregisteropener/_index.md @@ -1,7 +1,7 @@ --- -title: UnregisterOpener +title: GifBlocksRegistry.UnregisterOpener second_title: Aspose.Imaging for .NET API Reference -description: +description: GifBlocksRegistry method. Unregisters the opener type: docs weight: 60 url: /net/aspose.imaging.fileformats.gif/gifblocksregistry/unregisteropener/ @@ -20,9 +20,9 @@ public static void UnregisterOpener(IGifBlockLoaderDescriptor openerDescriptor) ### See Also -* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor) -* class [GifBlocksRegistry](../../gifblocksregistry) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry) +* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor/) +* class [GifBlocksRegistry](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifblocksregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/_index.md index cde961f337a6..6d8c53b14812 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/_index.md @@ -1,7 +1,7 @@ --- -title: GifImage +title: Class GifImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.GifImage class. The API for Graphical Interchange Format GIF image file provides developers with versatile tools for processing compressed raster images and animated GIFs. Offering features like XMP metadata handling color palette settings background and transparent color control opacity settings resize crop filter application gamma corrections contrast adjustment grayscale transformation and conversion to other formats. This API empowers seamless manipulation and enhancement of GIF images for a wide range of applications type: docs weight: 6690 url: /net/aspose.imaging.fileformats.gif/gifimage/ @@ -18,154 +18,154 @@ public sealed class GifImage : RasterCachedMultipageImage, IMultipageImageExt | Name | Description | | --- | --- | -| [GifImage](gifimage)(GifFrameBlock) | Crafting GIF images becomes effortless with the [`GifImage`](../gifimage) constructor. With just the firstFrame parameter, it enters in a world of dynamic visual communication. | -| [GifImage](gifimage)(GifFrameBlock, IColorPalette) | Initiate a new [`GifImage`](../gifimage) object with specified parameters for the first frame and global palette. Start managing GIF images swiftly, ensuring accurate representation with customizable settings for optimal results. | -| [GifImage](gifimage)(GifFrameBlock, IColorPalette, bool, byte, byte, byte, bool) | Get started effortlessly with the [`GifImage`](../gifimage) constructor. With this simple method, you can dive into creating animated GIFs with ease. Just supply the firstFrame, globalPalette, paletteColorResolution, aspectRatio, and other parameters, and you're ready to bring your visuals to life. | +| [GifImage](gifimage/#constructor)(GifFrameBlock) | Crafting GIF images becomes effortless with the `GifImage` constructor. With just the firstFrame parameter, it enters in a world of dynamic visual communication. | +| [GifImage](gifimage/#constructor_1)(GifFrameBlock, IColorPalette) | Initiate a new `GifImage` object with specified parameters for the first frame and global palette. Start managing GIF images swiftly, ensuring accurate representation with customizable settings for optimal results. | +| [GifImage](gifimage/#constructor_2)(GifFrameBlock, IColorPalette, bool, byte, byte, byte, bool) | Get started effortlessly with the `GifImage` constructor. With this simple method, you can dive into creating animated GIFs with ease. Just supply the firstFrame, globalPalette, paletteColorResolution, aspectRatio, and other parameters, and you're ready to bring your visuals to life. | ## Properties | Name | Description | | --- | --- | -| [ActiveFrame](../../aspose.imaging.fileformats.gif/gifimage/activeframe) { get; set; } | Manage and manipulate frames with this property, enabling smooth navigation and modification of the active frame within the GIF image. | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging.fileformats.gif/gifimage/backgroundcolor) { get; set; } | Manage the background color of the GIF image with this property. You can set or retrieve the background color to ensure consistency and enhance visual appeal. | -| [BackgroundColorIndex](../../aspose.imaging.fileformats.gif/gifimage/backgroundcolorindex) { get; set; } | Control the background color index of the GIF image using this property. Set or retrieve the index to maintain consistency or achieve desired visual effects. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Blocks](../../aspose.imaging.fileformats.gif/gifimage/blocks) { get; } | Gain access to the GIF blocks seamlessly with this property, facilitating easy retrieval and manipulation of the image's underlying data structures. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.gif/gifimage/fileformat) { get; } | Retrieve the file format effortlessly with this property. It's your go-to source for identifying the format of your files. Seamlessly integrated into your workflow, it provides vital information without any hassle. | -| override [HasAlpha](../../aspose.imaging/rastercachedmultipageimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| override [HasBackgroundColor](../../aspose.imaging.fileformats.gif/gifimage/hasbackgroundcolor) { get; } | This property determines whether the GIF image contains a background color. If true, it indicates that the image includes a background color. | -| [HasTrailer](../../aspose.imaging.fileformats.gif/gifimage/hastrailer) { get; set; } | Manage the presence of a trailer in your GIF files with this property. Whether you need to check if a trailer exists or set its presence, this property simplifies the process. Keep your GIF files structured and compliant with this intuitive feature. | -| override [HasTransparentColor](../../aspose.imaging.fileformats.gif/gifimage/hastransparentcolor) { get; set; } | Determine whether the active frame of the GIF image includes a transparent color. This property provides a convenient way to check for transparency within the image. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [ImageOpacity](../../aspose.imaging.fileformats.gif/gifimage/imageopacity) { get; } | Retrieve the opacity of the active frame within the image, offering insight into its transparency level. This property is particularly useful for understanding the degree of transparency or opaqueness of the active frame in the image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsInterlaced](../../aspose.imaging.fileformats.gif/gifimage/isinterlaced) { get; } | Determine if the image is interlaced, impacting its display during loading. This property offers insight into the image's rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience. | -| [IsPaletteSorted](../../aspose.imaging.fileformats.gif/gifimage/ispalettesorted) { get; set; } | Control the sorting of the palette in your GIF images using this property. Whether you need to check if the palette is sorted or set the sorting behavior, this property provides a straightforward way to manage the palette organization in your GIF files. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [LoopsCount](../../aspose.imaging.fileformats.gif/gifimage/loopscount) { get; set; } | Retrieve the loop count effortlessly with this property. If your GIF image includes loop information, this property gives you quick access to the loop count, enabling you to seamlessly manage looping behavior in your GIF files. | -| override [PageCount](../../aspose.imaging.fileformats.gif/gifimage/pagecount) { get; } | Retrieve the total number of pages contained within the image with this straightforward property. Ideal for quickly assessing the extent of the image content. | -| override [PageExportingAction](../../aspose.imaging.fileformats.gif/gifimage/pageexportingaction) { get; set; } | This property enables the manipulation of the export action for the page, allowing to specify the desired action when exporting the page data. It provides flexibility in choosing export actions tailored to the needs of the application or workflow, enhancing customization and adaptability. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.gif/gifimage/pages) { get; } | Gain access to the pages within the image through this convenient property, allowing seamless navigation and manipulation of individual pages as needed. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [PaletteColorResolutionBits](../../aspose.imaging.fileformats.gif/gifimage/palettecolorresolutionbits) { get; set; } | Manage the palette color resolution of your GIF images with this property. Adjust the number of bits used to represent colors in the palette, providing fine control over color depth and image quality. | -| [PixelAspectRatio](../../aspose.imaging.fileformats.gif/gifimage/pixelaspectratio) { get; set; } | Manage the pixel aspect ratio of the GIF image with this property. Set or retrieve the aspect ratio to ensure accurate rendering and maintain visual fidelity. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| override [TransparentColor](../../aspose.imaging.fileformats.gif/gifimage/transparentcolor) { get; } | Retrieve the transparent color of the active frame in the GIF image. This property allows you to access the specific color that has been designated as transparent within the currently active frame. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging.fileformats.gif/gifimage/xmpdata) { get; set; } | Manage XMP metadata with this property. Whether you're retrieving existing metadata or updating it with new information, this property streamlines the process. Keep your metadata organized and accessible, ensuring that your files contain the relevant information they need. | +| [ActiveFrame](../../aspose.imaging.fileformats.gif/gifimage/activeframe/) { get; set; } | Manage and manipulate frames with this property, enabling smooth navigation and modification of the active frame within the GIF image. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging.fileformats.gif/gifimage/backgroundcolor/) { get; set; } | Manage the background color of the GIF image with this property. You can set or retrieve the background color to ensure consistency and enhance visual appeal. | +| [BackgroundColorIndex](../../aspose.imaging.fileformats.gif/gifimage/backgroundcolorindex/) { get; set; } | Control the background color index of the GIF image using this property. Set or retrieve the index to maintain consistency or achieve desired visual effects. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Blocks](../../aspose.imaging.fileformats.gif/gifimage/blocks/) { get; } | Gain access to the GIF blocks seamlessly with this property, facilitating easy retrieval and manipulation of the image's underlying data structures. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.gif/gifimage/fileformat/) { get; } | Retrieve the file format effortlessly with this property. It's your go-to source for identifying the format of your files. Seamlessly integrated into your workflow, it provides vital information without any hassle. | +| override [HasAlpha](../../aspose.imaging/rastercachedmultipageimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| override [HasBackgroundColor](../../aspose.imaging.fileformats.gif/gifimage/hasbackgroundcolor/) { get; } | This property determines whether the GIF image contains a background color. If true, it indicates that the image includes a background color. | +| [HasTrailer](../../aspose.imaging.fileformats.gif/gifimage/hastrailer/) { get; set; } | Manage the presence of a trailer in your GIF files with this property. Whether you need to check if a trailer exists or set its presence, this property simplifies the process. Keep your GIF files structured and compliant with this intuitive feature. | +| override [HasTransparentColor](../../aspose.imaging.fileformats.gif/gifimage/hastransparentcolor/) { get; set; } | Determine whether the active frame of the GIF image includes a transparent color. This property provides a convenient way to check for transparency within the image. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [ImageOpacity](../../aspose.imaging.fileformats.gif/gifimage/imageopacity/) { get; } | Retrieve the opacity of the active frame within the image, offering insight into its transparency level. This property is particularly useful for understanding the degree of transparency or opaqueness of the active frame in the image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsInterlaced](../../aspose.imaging.fileformats.gif/gifimage/isinterlaced/) { get; } | Determines if the image is interlaced, impacting its display during loading. This property offers insight into the image's rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience. | +| [IsPaletteSorted](../../aspose.imaging.fileformats.gif/gifimage/ispalettesorted/) { get; set; } | Control the sorting of the palette in your GIF images using this property. Whether you need to check if the palette is sorted or set the sorting behavior, this property provides a straightforward way to manage the palette organization in your GIF files. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [LoopsCount](../../aspose.imaging.fileformats.gif/gifimage/loopscount/) { get; set; } | Retrieve the loop count effortlessly with this property. If your GIF image includes loop information, this property gives you quick access to the loop count, enabling you to seamlessly manage looping behavior in your GIF files. | +| override [PageCount](../../aspose.imaging.fileformats.gif/gifimage/pagecount/) { get; } | Retrieve the total number of pages contained within the image with this straightforward property. Ideal for quickly assessing the extent of the image content. | +| override [PageExportingAction](../../aspose.imaging.fileformats.gif/gifimage/pageexportingaction/) { get; set; } | This property enables the manipulation of the export action for the page, allowing to specify the desired action when exporting the page data. It provides flexibility in choosing export actions tailored to the needs of the application or workflow, enhancing customization and adaptability. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.gif/gifimage/pages/) { get; } | Gain access to the pages within the image through this convenient property, allowing seamless navigation and manipulation of individual pages as needed. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [PaletteColorResolutionBits](../../aspose.imaging.fileformats.gif/gifimage/palettecolorresolutionbits/) { get; set; } | Manage the palette color resolution of your GIF images with this property. Adjust the number of bits used to represent colors in the palette, providing fine control over color depth and image quality. | +| [PixelAspectRatio](../../aspose.imaging.fileformats.gif/gifimage/pixelaspectratio/) { get; set; } | Manage the pixel aspect ratio of the GIF image with this property. Set or retrieve the aspect ratio to ensure accurate rendering and maintain visual fidelity. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| override [TransparentColor](../../aspose.imaging.fileformats.gif/gifimage/transparentcolor/) { get; } | Retrieve the transparent color of the active frame in the GIF image. This property allows you to access the specific color that has been designated as transparent within the currently active frame. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging.fileformats.gif/gifimage/xmpdata/) { get; set; } | Manage XMP metadata with this property. Whether you're retrieving existing metadata or updating it with new information, this property streamlines the process. Keep your metadata organized and accessible, ensuring that your files contain the relevant information they need. | ## Methods | Name | Description | | --- | --- | -| [AddBlock](../../aspose.imaging.fileformats.gif/gifimage/addblock)(IGifBlock) | Adding a new GIF block allows you to include additional data within the image. This method enables you to append custom blocks to the GIF image, which can contain various types of information. | -| [AddPage](../../aspose.imaging.fileformats.gif/gifimage/addpage)(RasterImage) | Incorporate a new page seamlessly into the existing image, enhancing its content and expanding its scope. This method augment image collections with additional content, fostering creativity and flexibility in image management and composition. | -| override [AdjustBrightness](../../aspose.imaging.fileformats.gif/gifimage/adjustbrightness)(int) | Adjusts the brightness of the image according to the specified *brightness* parameter. This method modifies the brightness of the entire image uniformly, enhancing or reducing the overall luminance to achieve the desired effect. | -| override [AdjustContrast](../../aspose.imaging.fileformats.gif/gifimage/adjustcontrast)(float) | Adjusts the contrast of the image, enhancing or reducing the difference in brightness between pixels. This method modifies the image's overall tonal range, making darker areas darker and brighter areas brighter to improve visual clarity and detail. | -| override [AdjustGamma](../../aspose.imaging.fileformats.gif/gifimage/adjustgamma)(float) | Enhance image quality by applying gamma correction. This method adjusts the color gamma of the image to achieve optimal visual clarity. It modifies the gamma value of each pixel, resulting in improved color rendition and overall image appearance. | -| override [AdjustGamma](../../aspose.imaging.fileformats.gif/gifimage/adjustgamma)(float, float, float) | Gamma-correction of an image applies a nonlinear adjustment to the pixel values, enhancing or reducing brightness based on the specified coefficients for the red, green, and blue channels. This method helps to fine-tune the color balance and luminance of the image, improving its overall appearance and visual quality. | -| override [BinarizeBradley](../../aspose.imaging.fileformats.gif/gifimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm with integral image thresholding is a method for converting a grayscale image into a binary image. This algorithm calculates a local threshold for each pixel based on the average intensity of the surrounding pixels within a specified window. By adaptively adjusting the threshold based on local pixel intensities, Bradley's method is effective at handling variations in lighting and contrast across the image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging.fileformats.gif/gifimage/binarizefixed)(byte) | Binarization of an image with a predefined threshold converts a grayscale or color image into a binary image, where each pixel is classified as either black or white based on whether its intensity value exceeds a specified threshold. | -| override [BinarizeOtsu](../../aspose.imaging.fileformats.gif/gifimage/binarizeotsu)() | Binarization of an image with Otsu thresholding is a method used to automatically determine the optimal threshold value for converting a grayscale image into a binary image. The Otsu thresholding algorithm calculates the threshold that minimizes the intra-class variance of the pixel intensities in the two resulting classes (foreground and background). This technique is particularly useful when the optimal threshold value is unknown and needs to be determined adaptively based on the image's histogram. | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata)() | Caches the data private. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [ClearBlocks](../../aspose.imaging.fileformats.gif/gifimage/clearblocks)() | Clearing all the GIF blocks removes any existing data stored within the image. This operation effectively resets the image to an empty state, removing any previously added blocks. Use this method when you need to start fresh with a clean slate for creating or modifying a GIF image. | -| override [Crop](../../aspose.imaging.fileformats.gif/gifimage/crop)(Rectangle) | Crop the image using a specified rectangle area. This operation removes the outer portion of the image, leaving only the selected region defined by the rectangle. | -| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging.fileformats.gif/gifimage/dither)(DitheringMethod, int, IColorPalette) | Apply dithering to the current image. This process enhances image quality by reducing color banding and improving color transitions, resulting in a smoother appearance. | -| override [Filter](../../aspose.imaging.fileformats.gif/gifimage/filter)(Rectangle, FilterOptionsBase) | Apply a specific filter to the designated area of the image, enhancing its visual quality or altering its appearance as desired. This method selectively processes pixels within the defined rectangle, allowing for targeted adjustments to be made while preserving the integrity of the surrounding image data. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| override [GetOriginalOptions](../../aspose.imaging.fileformats.gif/gifimage/getoriginaloptions)() | Retrieve the original file settings-based options, crucial for maintaining fidelity and consistency in image processing and manipulation. This method allows seamless integration of file-specific parameters into subsequent operations, ensuring accurate rendition and adherence to the image's inherent characteristics. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging.fileformats.gif/gifimage/grayscale)() | The transformation of an image to its grayscale representation converts the color image into a grayscale version by removing color information while preserving luminance. This process simplifies the image to shades of gray, making it suitable for various applications such as printing, document processing, and grayscale analysis. | -| [InsertBlock](../../aspose.imaging.fileformats.gif/gifimage/insertblock)(int, IGifBlock) | Inserting a new GIF block allows you to add custom data at a specific position within the image. This method enables you to place custom blocks at a desired location in the GIF image, providing flexibility in organizing and structuring the image data. | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate) methods. | -| [OrderBlocks](../../aspose.imaging.fileformats.gif/gifimage/orderblocks)() | Ordering the GIF blocks according to the GIF specification ensures proper GIF layout and compliance with the standard. This process involves arranging the blocks in the correct sequence as defined by the specification. Additionally, it may involve removing certain [`GifGraphicsControlBlock`](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock) instances that are not necessary for the final layout. By adhering to the GIF specification, the resulting image will be correctly structured and compatible with GIF viewing applications. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [RemoveBlock](../../aspose.imaging.fileformats.gif/gifimage/removeblock)(IGifBlock) | Removing a GIF block removes specific data from the image, offering the ability to clean up or modify the image structure. This method enables you to remove unwanted or unnecessary blocks, optimizing the GIF image for efficient storage. Use this functionality to eliminate outdated information from the image while preserving its integrity and quality. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.gif/gifimage/resize)(int, int, ImageResizeSettings) | Resize the width and height of the image while maintaining its aspect ratio and applying additional settings as specified. This method ensures that the image dimensions are adjusted proportionally, preserving the overall visual quality and appearance according to the provided settings. | -| override [Resize](../../aspose.imaging.fileformats.gif/gifimage/resize)(int, int, ResizeType) | Modify the size of the image while maintaining its aspect ratio and visual quality. This function allows for easy adjustment of the image dimensions to suit specific display or storage needs, ensuring optimal presentation without distortion or loss of detail. | -| [ResizeFullFrame](../../aspose.imaging.fileformats.gif/gifimage/resizefullframe)(int, int, ResizeType) | Resizing of the image while taking into account the full frames for each page in a GIF, thus preventing potential artifacts from appearing. This method is essential to maintain the integrity and quality of the image, especially when dealing with animated GIFs or sequences of frames. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging/rastercachedmultipageimage/resizeheightproportionally)(int, ResizeType) | Resizes the width proportionally. | -| [ResizeProportional](../../aspose.imaging.fileformats.gif/gifimage/resizeproportional)(int, int, ResizeType) | Proportional resizing maintains the aspect ratio of the image while adjusting its size, ensuring that the image does not appear stretched or distorted. This method resizes the image proportionally, scaling both the width and height by the same factor. The proportional resize will resize each frame according to the ratio of *newWidth*/width and *newHeight*/height. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging/rastercachedmultipageimage/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.gif/gifimage/rotate)(float, bool, Color) | This method rotates the image around its center point. By specifying the rotation angle, you can rotate the image clockwise or counterclockwise to achieve the desired orientation. This rotation helps adjust the image's presentation or alignment without distorting its content. | -| override [RotateFlip](../../aspose.imaging.fileformats.gif/gifimage/rotateflip)(RotateFlipType) | Perform rotation, flipping, or both on the active frame exclusively. This operation applies transformations solely to the currently active frame of the image, preserving the integrity of other frames in the sequence. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| [SetFrameTime](../../aspose.imaging.fileformats.gif/gifimage/setframetime)(ushort) | Adjusts the duration of each frame in milliseconds, ensuring consistent timing throughout the image sequence. This method uniformly sets the display time for every frame, allowing for precise control over animation speed. Changing this value will reset delay for all frames. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| [AddBlock](../../aspose.imaging.fileformats.gif/gifimage/addblock/)(IGifBlock) | Adding a new GIF block allows you to include additional data within the image. This method enables you to append custom blocks to the GIF image, which can contain various types of information. | +| [AddPage](../../aspose.imaging.fileformats.gif/gifimage/addpage/)(RasterImage) | Incorporate a new page seamlessly into the existing image, enhancing its content and expanding its scope. This method augment image collections with additional content, fostering creativity and flexibility in image management and composition. | +| override [AdjustBrightness](../../aspose.imaging.fileformats.gif/gifimage/adjustbrightness/)(int) | Adjusts the brightness of the image according to the specified *brightness* parameter. This method modifies the brightness of the entire image uniformly, enhancing or reducing the overall luminance to achieve the desired effect. | +| override [AdjustContrast](../../aspose.imaging.fileformats.gif/gifimage/adjustcontrast/)(float) | Adjusts the contrast of the image, enhancing or reducing the difference in brightness between pixels. This method modifies the image's overall tonal range, making darker areas darker and brighter areas brighter to improve visual clarity and detail. | +| override [AdjustGamma](../../aspose.imaging.fileformats.gif/gifimage/adjustgamma/#adjustgamma)(float) | Enhance image quality by applying gamma correction. This method adjusts the color gamma of the image to achieve optimal visual clarity. It modifies the gamma value of each pixel, resulting in improved color rendition and overall image appearance. | +| override [AdjustGamma](../../aspose.imaging.fileformats.gif/gifimage/adjustgamma/#adjustgamma_1)(float, float, float) | Gamma-correction of an image applies a nonlinear adjustment to the pixel values, enhancing or reducing brightness based on the specified coefficients for the red, green, and blue channels. This method helps to fine-tune the color balance and luminance of the image, improving its overall appearance and visual quality. | +| override [BinarizeBradley](../../aspose.imaging.fileformats.gif/gifimage/binarizebradley/#binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm with integral image thresholding is a method for converting a grayscale image into a binary image. This algorithm calculates a local threshold for each pixel based on the average intensity of the surrounding pixels within a specified window. By adaptively adjusting the threshold based on local pixel intensities, Bradley's method is effective at handling variations in lighting and contrast across the image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging.fileformats.gif/gifimage/binarizefixed/)(byte) | Binarization of an image with a predefined threshold converts a grayscale or color image into a binary image, where each pixel is classified as either black or white based on whether its intensity value exceeds a specified threshold. | +| override [BinarizeOtsu](../../aspose.imaging.fileformats.gif/gifimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding is a method used to automatically determine the optimal threshold value for converting a grayscale image into a binary image. The Otsu thresholding algorithm calculates the threshold that minimizes the intra-class variance of the pixel intensities in the two resulting classes (foreground and background). This technique is particularly useful when the optimal threshold value is unknown and needs to be determined adaptively based on the image's histogram. | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata/)() | Caches the data private. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [ClearBlocks](../../aspose.imaging.fileformats.gif/gifimage/clearblocks/)() | Clearing all the GIF blocks removes any existing data stored within the image. This operation effectively resets the image to an empty state, removing any previously added blocks. Use this method when you need to start fresh with a clean slate for creating or modifying a GIF image. | +| override [Crop](../../aspose.imaging.fileformats.gif/gifimage/crop/#crop)(Rectangle) | Crop the image using a specified rectangle area. This operation removes the outer portion of the image, leaving only the selected region defined by the rectangle. | +| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging.fileformats.gif/gifimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | Apply dithering to the current image. This process enhances image quality by reducing color banding and improving color transitions, resulting in a smoother appearance. | +| override [Filter](../../aspose.imaging.fileformats.gif/gifimage/filter/)(Rectangle, FilterOptionsBase) | Apply a specific filter to the designated area of the image, enhancing its visual quality or altering its appearance as desired. This method selectively processes pixels within the defined rectangle, allowing for targeted adjustments to be made while preserving the integrity of the surrounding image data. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| override [GetOriginalOptions](../../aspose.imaging.fileformats.gif/gifimage/getoriginaloptions/)() | Retrieve the original file settings-based options, crucial for maintaining fidelity and consistency in image processing and manipulation. This method allows seamless integration of file-specific parameters into subsequent operations, ensuring accurate rendition and adherence to the image's inherent characteristics. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging.fileformats.gif/gifimage/grayscale/)() | The transformation of an image to its grayscale representation converts the color image into a grayscale version by removing color information while preserving luminance. This process simplifies the image to shades of gray, making it suitable for various applications such as printing, document processing, and grayscale analysis. | +| [InsertBlock](../../aspose.imaging.fileformats.gif/gifimage/insertblock/)(int, IGifBlock) | Inserting a new GIF block allows you to add custom data at a specific position within the image. This method enables you to place custom blocks at a desired location in the GIF image, providing flexibility in organizing and structuring the image data. | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate/) methods. | +| [OrderBlocks](../../aspose.imaging.fileformats.gif/gifimage/orderblocks/)() | Ordering the GIF blocks according to the GIF specification ensures proper GIF layout and compliance with the standard. This process involves arranging the blocks in the correct sequence as defined by the specification. Additionally, it may involve removing certain [`GifGraphicsControlBlock`](../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/) instances that are not necessary for the final layout. By adhering to the GIF specification, the resulting image will be correctly structured and compatible with GIF viewing applications. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [RemoveBlock](../../aspose.imaging.fileformats.gif/gifimage/removeblock/)(IGifBlock) | Removing a GIF block removes specific data from the image, offering the ability to clean up or modify the image structure. This method enables you to remove unwanted or unnecessary blocks, optimizing the GIF image for efficient storage. Use this functionality to eliminate outdated information from the image while preserving its integrity and quality. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.gif/gifimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resize the width and height of the image while maintaining its aspect ratio and applying additional settings as specified. This method ensures that the image dimensions are adjusted proportionally, preserving the overall visual quality and appearance according to the provided settings. | +| override [Resize](../../aspose.imaging.fileformats.gif/gifimage/resize/#resize_2)(int, int, ResizeType) | Modify the size of the image while maintaining its aspect ratio and visual quality. This function allows for easy adjustment of the image dimensions to suit specific display or storage needs, ensuring optimal presentation without distortion or loss of detail. | +| [ResizeFullFrame](../../aspose.imaging.fileformats.gif/gifimage/resizefullframe/)(int, int, ResizeType) | Resizing of the image while taking into account the full frames for each page in a GIF, thus preventing potential artifacts from appearing. This method is essential to maintain the integrity and quality of the image, especially when dealing with animated GIFs or sequences of frames. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging/rastercachedmultipageimage/resizeheightproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| [ResizeProportional](../../aspose.imaging.fileformats.gif/gifimage/resizeproportional/)(int, int, ResizeType) | Proportional resizing maintains the aspect ratio of the image while adjusting its size, ensuring that the image does not appear stretched or distorted. This method resizes the image proportionally, scaling both the width and height by the same factor. The proportional resize will resize each frame according to the ratio of *newWidth*/width and *newHeight*/height. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging/rastercachedmultipageimage/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.gif/gifimage/rotate/#rotate_1)(float, bool, Color) | This method rotates the image around its center point. By specifying the rotation angle, you can rotate the image clockwise or counterclockwise to achieve the desired orientation. This rotation helps adjust the image's presentation or alignment without distorting its content. | +| override [RotateFlip](../../aspose.imaging.fileformats.gif/gifimage/rotateflip/)(RotateFlipType) | Perform rotation, flipping, or both on the active frame exclusively. This operation applies transformations solely to the currently active frame of the image, preserving the integrity of other frames in the sequence. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| [SetFrameTime](../../aspose.imaging.fileformats.gif/gifimage/setframetime/)(ushort) | Adjusts the duration of each frame in milliseconds, ensuring consistent timing throughout the image sequence. This method uniformly sets the display time for every frame, allowing for precise control over animation speed. Changing this value will reset delay for all frames. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples Export of part of animation from GIF image based on time interval. @@ -245,9 +245,9 @@ private static IEnumerable LoadFrames(string directory) ### See Also -* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage) -* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext) -* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif) +* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage/) +* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext/) +* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/activeframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/activeframe/_index.md index f7752fadeb09..82ff3169250c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/activeframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/activeframe/_index.md @@ -1,7 +1,7 @@ --- -title: ActiveFrame +title: GifImage.ActiveFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Manage and manipulate frames with this property enabling smooth navigation and modification of the active frame within the GIF image type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif/gifimage/activeframe/ @@ -18,7 +18,7 @@ public GifFrameBlock ActiveFrame { get; set; } The active frame. -### Examples +## Examples The following example shows how to remove all blocks from a GIF image. @@ -58,9 +58,9 @@ using (Aspose.Imaging.FileFormats.Gif.GifImage gifImage = new Aspose.Imaging.Fil ### See Also -* class [GifFrameBlock](../../../aspose.imaging.fileformats.gif.blocks/gifframeblock) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifFrameBlock](../../../aspose.imaging.fileformats.gif.blocks/gifframeblock/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/addblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/addblock/_index.md index 7d868388eda9..25bd2c18710f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/addblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/addblock/_index.md @@ -1,7 +1,7 @@ --- -title: AddBlock +title: GifImage.AddBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Adding a new GIF block allows you to include additional data within the image. This method enables you to append custom blocks to the GIF image which can contain various types of information type: docs weight: 210 url: /net/aspose.imaging.fileformats.gif/gifimage/addblock/ @@ -18,7 +18,7 @@ public void AddBlock(IGifBlock block) | --- | --- | --- | | block | IGifBlock | The GIF block to add. | -### Examples +## Examples The following example shows how to compose an animated GIF image from individual GIF blocks. @@ -67,9 +67,9 @@ using (Aspose.Imaging.FileFormats.Gif.GifImage gifImage = new Aspose.Imaging.Fil ### See Also -* interface [IGifBlock](../../igifblock) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* interface [IGifBlock](../../igifblock/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/addpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/addpage/_index.md index 3d900ae935f3..f9dbdd1f4fa4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/addpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/addpage/_index.md @@ -1,7 +1,7 @@ --- -title: AddPage +title: GifImage.AddPage second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Incorporate a new page seamlessly into the existing image enhancing its content and expanding its scope. This method augment image collections with additional content fostering creativity and flexibility in image management and composition type: docs weight: 220 url: /net/aspose.imaging.fileformats.gif/gifimage/addpage/ @@ -24,7 +24,7 @@ public void AddPage(RasterImage page) | --- | --- | | ArgumentNullException | *page* is null. | -### Examples +## Examples Create multipage GIF image using single page raster images. @@ -61,9 +61,9 @@ private static IEnumerable LoadFrames(string directory) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustbrightness/_index.md index 56cc075c0094..1cbc8004bdee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: GifImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Adjusts the brightness of the image according to the specified brightness parameter. This method modifies the brightness of the entire image uniformly enhancing or reducing the overall luminance to achieve the desired effect type: docs weight: 230 url: /net/aspose.imaging.fileformats.gif/gifimage/adjustbrightness/ @@ -18,7 +18,7 @@ public override void AdjustBrightness(int brightness) | --- | --- | --- | | brightness | Int32 | Brightness value. | -### Examples +## Examples The following example performs brightness correction of a GIF image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustcontrast/_index.md index 6e47a1772a6a..65cfc8c0e25b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustcontrast/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustContrast +title: GifImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Adjusts the contrast of the image enhancing or reducing the difference in brightness between pixels. This method modifies the images overall tonal range making darker areas darker and brighter areas brighter to improve visual clarity and detail type: docs weight: 240 url: /net/aspose.imaging.fileformats.gif/gifimage/adjustcontrast/ @@ -22,9 +22,9 @@ public override void AdjustContrast(float contrast) | exception | condition | | --- | --- | -| [ImageException](../../../aspose.imaging.coreexceptions/imageexception) | Can't change contrast. Frame index: " + frameIndex | +| [ImageException](../../../aspose.imaging.coreexceptions/imageexception/) | Can't change contrast. Frame index: " + frameIndex | -### Examples +## Examples The following example performs contrast correction of a GIF image. @@ -45,8 +45,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustgamma/_index.md index bdfc04e2acbf..7f4d7b856172 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: GifImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Enhance image quality by applying gamma correction. This method adjusts the color gamma of the image to achieve optimal visual clarity. It modifies the gamma value of each pixel resulting in improved color rendition and overall image appearance type: docs weight: 250 url: /net/aspose.imaging.fileformats.gif/gifimage/adjustgamma/ --- -## GifImage.AdjustGamma method (1 of 2) +## AdjustGamma(float) {#adjustgamma} Enhance image quality by applying gamma correction. This method adjusts the color gamma of the image to achieve optimal visual clarity. It modifies the gamma value of each pixel, resulting in improved color rendition and overall image appearance. @@ -18,7 +18,7 @@ public override void AdjustGamma(float gamma) | --- | --- | --- | | gamma | Single | Gamma for red, green and blue channels coefficient | -### Examples +## Examples The following example performs gamma-correction of a GIF image. @@ -39,13 +39,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) --- -## GifImage.AdjustGamma method (2 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Gamma-correction of an image applies a nonlinear adjustment to the pixel values, enhancing or reducing brightness based on the specified coefficients for the red, green, and blue channels. This method helps to fine-tune the color balance and luminance of the image, improving its overall appearance and visual quality. @@ -59,7 +59,7 @@ public override void AdjustGamma(float gammaRed, float gammaGreen, float gammaBl | gammaGreen | Single | Gamma for green channel coefficient | | gammaBlue | Single | Gamma for blue channel coefficient | -### Examples +## Examples The following example performs gamma-correction of a GIF image applying different coefficients for color components. @@ -80,8 +80,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/backgroundcolor/_index.md index 0a532d37b780..377d87f7b80c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: GifImage.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Manage the background color of the GIF image with this property. You can set or retrieve the background color to ensure consistency and enhance visual appeal type: docs weight: 30 url: /net/aspose.imaging.fileformats.gif/gifimage/backgroundcolor/ @@ -20,9 +20,9 @@ The background color. ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* struct [Color](../../../aspose.imaging/color/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/backgroundcolorindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/backgroundcolorindex/_index.md index 5745d7e3e499..7967e2e383cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/backgroundcolorindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/backgroundcolorindex/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColorIndex +title: GifImage.BackgroundColorIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Control the background color index of the GIF image using this property. Set or retrieve the index to maintain consistency or achieve desired visual effects type: docs weight: 40 url: /net/aspose.imaging.fileformats.gif/gifimage/backgroundcolorindex/ @@ -20,8 +20,8 @@ The background color index. ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizebradley/_index.md index 403e4f70766f..1173b1404b1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizebradley/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeBradley +title: GifImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Binarization of an image using Bradleys adaptive thresholding algorithm with integral image thresholding is a method for converting a grayscale image into a binary image. This algorithm calculates a local threshold for each pixel based on the average intensity of the surrounding pixels within a specified window. By adaptively adjusting the threshold based on local pixel intensities Bradleys method is effective at handling variations in lighting and contrast across the image type: docs weight: 260 url: /net/aspose.imaging.fileformats.gif/gifimage/binarizebradley/ @@ -20,8 +20,8 @@ public override void BinarizeBradley(double brightnessDifference) ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizefixed/_index.md index 3480162278ba..bcda3c92146b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: GifImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Binarization of an image with a predefined threshold converts a grayscale or color image into a binary image where each pixel is classified as either black or white based on whether its intensity value exceeds a specified threshold type: docs weight: 270 url: /net/aspose.imaging.fileformats.gif/gifimage/binarizefixed/ @@ -18,7 +18,7 @@ public override void BinarizeFixed(byte threshold) | --- | --- | --- | | threshold | Byte | Threshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise. | -### Examples +## Examples The following example binarizes a GIF image with the predefined threshold. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizeotsu/_index.md index d318eeaa9710..c82f9dc900ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: GifImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Binarization of an image with Otsu thresholding is a method used to automatically determine the optimal threshold value for converting a grayscale image into a binary image. The Otsu thresholding algorithm calculates the threshold that minimizes the intraclass variance of the pixel intensities in the two resulting classes foreground and background. This technique is particularly useful when the optimal threshold value is unknown and needs to be determined adaptively based on the images histogram type: docs weight: 280 url: /net/aspose.imaging.fileformats.gif/gifimage/binarizeotsu/ @@ -14,7 +14,7 @@ Binarization of an image with Otsu thresholding is a method used to automaticall public override void BinarizeOtsu() ``` -### Examples +## Examples The following example binarizes a GIF image with Otsu thresholding. Binarized images contain only 2 colors - black and white. @@ -35,8 +35,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/blocks/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/blocks/_index.md index f03c49129c21..630f2ed06c59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/blocks/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/blocks/_index.md @@ -1,7 +1,7 @@ --- -title: Blocks +title: GifImage.Blocks second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Gain access to the GIF blocks seamlessly with this property facilitating easy retrieval and manipulation of the images underlying data structures type: docs weight: 50 url: /net/aspose.imaging.fileformats.gif/gifimage/blocks/ @@ -16,9 +16,9 @@ public IGifBlock[] Blocks { get; } ### See Also -* interface [IGifBlock](../../igifblock) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* interface [IGifBlock](../../igifblock/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/clearblocks/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/clearblocks/_index.md index 624a895bc944..5530bd172669 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/clearblocks/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/clearblocks/_index.md @@ -1,7 +1,7 @@ --- -title: ClearBlocks +title: GifImage.ClearBlocks second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Clearing all the GIF blocks removes any existing data stored within the image. This operation effectively resets the image to an empty state removing any previously added blocks. Use this method when you need to start fresh with a clean slate for creating or modifying a GIF image type: docs weight: 290 url: /net/aspose.imaging.fileformats.gif/gifimage/clearblocks/ @@ -14,7 +14,7 @@ Clearing all the GIF blocks removes any existing data stored within the image. T public void ClearBlocks() ``` -### Examples +## Examples The following example shows how to remove all blocks from a GIF image. @@ -54,8 +54,8 @@ using (Aspose.Imaging.FileFormats.Gif.GifImage gifImage = new Aspose.Imaging.Fil ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/crop/_index.md index e786fbcc2c29..21c7522ea736 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: GifImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Crop the image using a specified rectangle area. This operation removes the outer portion of the image leaving only the selected region defined by the rectangle type: docs weight: 300 url: /net/aspose.imaging.fileformats.gif/gifimage/crop/ @@ -18,7 +18,7 @@ public override void Crop(Rectangle rectangle) | --- | --- | --- | | rectangle | Rectangle | The rectangle. | -### Examples +## Examples The following example crops a GIF image. The cropping area is be specified via Aspose.Imaging.Rectangle. @@ -42,9 +42,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/dither/_index.md index 3f6f80bdeb21..4e1e4a866d6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/dither/_index.md @@ -1,7 +1,7 @@ --- -title: Dither +title: GifImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Apply dithering to the current image. This process enhances image quality by reducing color banding and improving color transitions resulting in a smoother appearance type: docs weight: 310 url: /net/aspose.imaging.fileformats.gif/gifimage/dither/ @@ -21,7 +21,7 @@ public override void Dither(DitheringMethod ditheringMethod, int bitsCount, | bitsCount | Int32 | The final bits count for dithering. | | customPalette | IColorPalette | The custom palette for dithering. | -### Examples +## Examples The following example loads a GIF image and performs threshold and floyd dithering using different palette depth. @@ -57,10 +57,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/fileformat/_index.md index ac6de59165b1..f8815c6fd4f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: GifImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Retrieve the file format effortlessly with this property. Its your goto source for identifying the format of your files. Seamlessly integrated into your workflow it provides vital information without any hassle type: docs weight: 60 url: /net/aspose.imaging.fileformats.gif/gifimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/filter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/filter/_index.md index 1b6b5fea33f4..0ddb668920c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/filter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/filter/_index.md @@ -1,7 +1,7 @@ --- -title: Filter +title: GifImage.Filter second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Apply a specific filter to the designated area of the image enhancing its visual quality or altering its appearance as desired. This method selectively processes pixels within the defined rectangle allowing for targeted adjustments to be made while preserving the integrity of the surrounding image data type: docs weight: 320 url: /net/aspose.imaging.fileformats.gif/gifimage/filter/ @@ -19,7 +19,7 @@ public override void Filter(Rectangle rectangle, FilterOptionsBase options) | rectangle | Rectangle | The rectangle. | | options | FilterOptionsBase | The options. | -### Examples +## Examples The following example applies various types of filters to a GIF image. @@ -85,10 +85,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/getoriginaloptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/getoriginaloptions/_index.md index cc02c34221f0..4f60a9fa0094 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/getoriginaloptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/getoriginaloptions/_index.md @@ -1,14 +1,14 @@ --- -title: GetOriginalOptions +title: GifImage.GetOriginalOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Retrieve the original file settingsbased options crucial for maintaining fidelity and consistency in image processing and manipulation. This method allows seamless integration of filespecific parameters into subsequent operations ensuring accurate rendition and adherence to the images inherent characteristics. This can be helpful to keep bitdepth and other parameters of the original image unchanged. For example if we load a blackwhite PNG image with 1 bit per pixel and then save it using the Save method the output PNG image with 8bit per pixel will be produced. To avoid it and save PNG image with 1bit per pixel use this method to get corresponding saving options and pass them to the Save method as the second parameter type: docs weight: 330 url: /net/aspose.imaging.fileformats.gif/gifimage/getoriginaloptions/ --- ## GifImage.GetOriginalOptions method -Retrieve the original file settings-based options, crucial for maintaining fidelity and consistency in image processing and manipulation. This method allows seamless integration of file-specific parameters into subsequent operations, ensuring accurate rendition and adherence to the image's inherent characteristics. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save) method as the second parameter. +Retrieve the original file settings-based options, crucial for maintaining fidelity and consistency in image processing and manipulation. This method allows seamless integration of file-specific parameters into subsequent operations, ensuring accurate rendition and adherence to the image's inherent characteristics. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save/) method as the second parameter. ```csharp public override ImageOptionsBase GetOriginalOptions() @@ -20,9 +20,9 @@ The options based on the original file settings. ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/gifimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/gifimage/_index.md index ca526c954905..715028ca84d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/gifimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/gifimage/_index.md @@ -1,14 +1,14 @@ --- -title: GifImage +title: GifImage.GifImage second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage constructor. Initiate a new GifImage object with specified parameters for the first frame and global palette. Start managing GIF images swiftly ensuring accurate representation with customizable settings for optimal results type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif/gifimage/gifimage/ --- -## GifImage constructor (1 of 3) +## GifImage(GifFrameBlock, IColorPalette) {#constructor_1} -Initiate a new [`GifImage`](../../gifimage) object with specified parameters for the first frame and global palette. Start managing GIF images swiftly, ensuring accurate representation with customizable settings for optimal results. +Initiate a new [`GifImage`](../) object with specified parameters for the first frame and global palette. Start managing GIF images swiftly, ensuring accurate representation with customizable settings for optimal results. ```csharp public GifImage(GifFrameBlock firstFrame, IColorPalette globalPalette) @@ -25,9 +25,9 @@ public GifImage(GifFrameBlock firstFrame, IColorPalette globalPalette) | --- | --- | | ArgumentNullException | The *firstFrame* cannot be null | | ArgumentException | The *firstFrame* already belongs to some other image. Check the Container property. | -| [GifImageException](../../../aspose.imaging.coreexceptions.imageformats/gifimageexception) | The *globalPalette* specified should contain entries count equal to power of 2. Minimal palette size is 2, maximal is 256. | +| [GifImageException](../../../aspose.imaging.coreexceptions.imageformats/gifimageexception/) | The *globalPalette* specified should contain entries count equal to power of 2. Minimal palette size is 2, maximal is 256. | -### Examples +## Examples This example shows how to create a GIF image with a custom palette and save it to a file. @@ -56,17 +56,17 @@ using (Aspose.Imaging.FileFormats.Gif.Blocks.GifFrameBlock firstBlock = new Aspo ### See Also -* class [GifFrameBlock](../../../aspose.imaging.fileformats.gif.blocks/gifframeblock) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifFrameBlock](../../../aspose.imaging.fileformats.gif.blocks/gifframeblock/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) --- -## GifImage constructor (2 of 3) +## GifImage(GifFrameBlock) {#constructor} -Crafting GIF images becomes effortless with the [`GifImage`](../../gifimage) constructor. With just the firstFrame parameter, it enters in a world of dynamic visual communication. +Crafting GIF images becomes effortless with the [`GifImage`](../) constructor. With just the firstFrame parameter, it enters in a world of dynamic visual communication. ```csharp public GifImage(GifFrameBlock firstFrame) @@ -82,9 +82,9 @@ public GifImage(GifFrameBlock firstFrame) | --- | --- | | ArgumentNullException | The *firstFrame* cannot be null | | ArgumentException | The *firstFrame* already belongs to some other image. Check the Container property. | -| [GifImageException](../../../aspose.imaging.coreexceptions.imageformats/gifimageexception) | The palette specified must contain entries count equal to power of 2. Minimal palette size is 2, maximal is 256. | +| [GifImageException](../../../aspose.imaging.coreexceptions.imageformats/gifimageexception/) | The palette specified must contain entries count equal to power of 2. Minimal palette size is 2, maximal is 256. | -### Examples +## Examples This example shows how to create a GIF image and save it to a file. @@ -155,16 +155,16 @@ using (Aspose.Imaging.FileFormats.Gif.GifImage gifImage = new Aspose.Imaging.Fil ### See Also -* class [GifFrameBlock](../../../aspose.imaging.fileformats.gif.blocks/gifframeblock) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifFrameBlock](../../../aspose.imaging.fileformats.gif.blocks/gifframeblock/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) --- -## GifImage constructor (3 of 3) +## GifImage(GifFrameBlock, IColorPalette, bool, byte, byte, byte, bool) {#constructor_2} -Get started effortlessly with the [`GifImage`](../../gifimage) constructor. With this simple method, you can dive into creating animated GIFs with ease. Just supply the firstFrame, globalPalette, paletteColorResolution, aspectRatio, and other parameters, and you're ready to bring your visuals to life. +Get started effortlessly with the [`GifImage`](../) constructor. With this simple method, you can dive into creating animated GIFs with ease. Just supply the firstFrame, globalPalette, paletteColorResolution, aspectRatio, and other parameters, and you're ready to bring your visuals to life. ```csharp public GifImage(GifFrameBlock firstFrame, IColorPalette globalPalette, bool isPaletteSorted, @@ -188,14 +188,14 @@ public GifImage(GifFrameBlock firstFrame, IColorPalette globalPalette, bool isPa | --- | --- | | ArgumentNullException | The *firstFrame* cannot be null | | ArgumentException | The *firstFrame* already belongs to some other image. Check the Container property. | -| [GifImageException](../../../aspose.imaging.coreexceptions.imageformats/gifimageexception) | The *globalPalette* specified should contain entries count equal to power of 2. Minimal palette size is 2, maximal is 256. | +| [GifImageException](../../../aspose.imaging.coreexceptions.imageformats/gifimageexception/) | The *globalPalette* specified should contain entries count equal to power of 2. Minimal palette size is 2, maximal is 256. | ### See Also -* class [GifFrameBlock](../../../aspose.imaging.fileformats.gif.blocks/gifframeblock) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifFrameBlock](../../../aspose.imaging.fileformats.gif.blocks/gifframeblock/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/grayscale/_index.md index 1e9dce343e43..fe466ee1e7e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: GifImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. The transformation of an image to its grayscale representation converts the color image into a grayscale version by removing color information while preserving luminance. This process simplifies the image to shades of gray making it suitable for various applications such as printing document processing and grayscale analysis type: docs weight: 340 url: /net/aspose.imaging.fileformats.gif/gifimage/grayscale/ @@ -14,7 +14,7 @@ The transformation of an image to its grayscale representation converts the colo public override void Grayscale() ``` -### Examples +## Examples The following example transforms a colored GIF image to its grayscale representation. Grayscale images are composed exclusively of shades of gray and carry only intensity information. @@ -34,8 +34,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hasbackgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hasbackgroundcolor/_index.md index 478e30d3e897..98ffb168c2ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hasbackgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hasbackgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasBackgroundColor +title: GifImage.HasBackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. This property determines whether the GIF image contains a background color. If true it indicates that the image includes a background color type: docs weight: 70 url: /net/aspose.imaging.fileformats.gif/gifimage/hasbackgroundcolor/ @@ -16,8 +16,8 @@ public override bool HasBackgroundColor { get; } ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hastrailer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hastrailer/_index.md index 329cf31f39f0..cc6b01cc1102 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hastrailer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hastrailer/_index.md @@ -1,7 +1,7 @@ --- -title: HasTrailer +title: GifImage.HasTrailer second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Manage the presence of a trailer in your GIF files with this property. Whether you need to check if a trailer exists or set its presence this property simplifies the process. Keep your GIF files structured and compliant with this intuitive feature type: docs weight: 80 url: /net/aspose.imaging.fileformats.gif/gifimage/hastrailer/ @@ -20,8 +20,8 @@ public bool HasTrailer { get; set; } ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hastransparentcolor/_index.md index 07567bacd2ca..2b7db8bd9eeb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: GifImage.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Determine whether the active frame of the GIF image includes a transparent color. This property provides a convenient way to check for transparency within the image type: docs weight: 90 url: /net/aspose.imaging.fileformats.gif/gifimage/hastransparentcolor/ @@ -16,8 +16,8 @@ public override bool HasTransparentColor { get; set; } ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/imageopacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/imageopacity/_index.md index 0b91b235bbdd..dca8ad3d5fb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/imageopacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/imageopacity/_index.md @@ -1,7 +1,7 @@ --- -title: ImageOpacity +title: GifImage.ImageOpacity second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Retrieve the opacity of the active frame within the image offering insight into its transparency level. This property is particularly useful for understanding the degree of transparency or opaqueness of the active frame in the image type: docs weight: 100 url: /net/aspose.imaging.fileformats.gif/gifimage/imageopacity/ @@ -20,8 +20,8 @@ The opacity value between 0.0 (fully transparent) and 1.0 (fully opaque). ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/insertblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/insertblock/_index.md index 4ced986ede4a..25d7f06b3cfe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/insertblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/insertblock/_index.md @@ -1,7 +1,7 @@ --- -title: InsertBlock +title: GifImage.InsertBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Inserting a new GIF block allows you to add custom data at a specific position within the image. This method enables you to place custom blocks at a desired location in the GIF image providing flexibility in organizing and structuring the image data type: docs weight: 350 url: /net/aspose.imaging.fileformats.gif/gifimage/insertblock/ @@ -21,9 +21,9 @@ public void InsertBlock(int index, IGifBlock block) ### See Also -* interface [IGifBlock](../../igifblock) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* interface [IGifBlock](../../igifblock/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/isinterlaced/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/isinterlaced/_index.md index ccc944b10e4f..32bbf1961059 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/isinterlaced/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/isinterlaced/_index.md @@ -1,14 +1,14 @@ --- -title: IsInterlaced +title: GifImage.IsInterlaced second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Determines if the image is interlaced impacting its display during loading. This property offers insight into the images rendering behavior essential for optimizing loading strategies and enhancing overall viewing experience type: docs weight: 110 url: /net/aspose.imaging.fileformats.gif/gifimage/isinterlaced/ --- ## GifImage.IsInterlaced property -Determine if the image is interlaced, impacting its display during loading. This property offers insight into the image's rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience. +Determines if the image is interlaced, impacting its display during loading. This property offers insight into the image's rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience. ```csharp public bool IsInterlaced { get; } @@ -20,8 +20,8 @@ public bool IsInterlaced { get; } ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/ispalettesorted/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/ispalettesorted/_index.md index 7a3273fb40fb..c2a9716adb16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/ispalettesorted/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/ispalettesorted/_index.md @@ -1,7 +1,7 @@ --- -title: IsPaletteSorted +title: GifImage.IsPaletteSorted second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Control the sorting of the palette in your GIF images using this property. Whether you need to check if the palette is sorted or set the sorting behavior this property provides a straightforward way to manage the palette organization in your GIF files type: docs weight: 120 url: /net/aspose.imaging.fileformats.gif/gifimage/ispalettesorted/ @@ -20,8 +20,8 @@ public bool IsPaletteSorted { get; set; } ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/loopscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/loopscount/_index.md index 3d79db7e8bf9..84cf706f147f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/loopscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/loopscount/_index.md @@ -1,7 +1,7 @@ --- -title: LoopsCount +title: GifImage.LoopsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Retrieve the loop count effortlessly with this property. If your GIF image includes loop information this property gives you quick access to the loop count enabling you to seamlessly manage looping behavior in your GIF files type: docs weight: 130 url: /net/aspose.imaging.fileformats.gif/gifimage/loopscount/ @@ -20,8 +20,8 @@ The loops count or 1 (default value) ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/orderblocks/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/orderblocks/_index.md index aed2dd66d713..1e851404de4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/orderblocks/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/orderblocks/_index.md @@ -1,14 +1,14 @@ --- -title: OrderBlocks +title: GifImage.OrderBlocks second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Ordering the GIF blocks according to the GIF specification ensures proper GIF layout and compliance with the standard. This process involves arranging the blocks in the correct sequence as defined by the specification. Additionally it may involve removing certain GifGraphicsControlBlock instances that are not necessary for the final layout. By adhering to the GIF specification the resulting image will be correctly structured and compatible with GIF viewing applications type: docs weight: 360 url: /net/aspose.imaging.fileformats.gif/gifimage/orderblocks/ --- ## GifImage.OrderBlocks method -Ordering the GIF blocks according to the GIF specification ensures proper GIF layout and compliance with the standard. This process involves arranging the blocks in the correct sequence as defined by the specification. Additionally, it may involve removing certain [`GifGraphicsControlBlock`](../../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock) instances that are not necessary for the final layout. By adhering to the GIF specification, the resulting image will be correctly structured and compatible with GIF viewing applications. +Ordering the GIF blocks according to the GIF specification ensures proper GIF layout and compliance with the standard. This process involves arranging the blocks in the correct sequence as defined by the specification. Additionally, it may involve removing certain [`GifGraphicsControlBlock`](../../../aspose.imaging.fileformats.gif.blocks/gifgraphicscontrolblock/) instances that are not necessary for the final layout. By adhering to the GIF specification, the resulting image will be correctly structured and compatible with GIF viewing applications. ```csharp public void OrderBlocks() @@ -16,8 +16,8 @@ public void OrderBlocks() ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pagecount/_index.md index e89fd11fb78f..9f1a0d951ea2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: GifImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Retrieve the total number of pages contained within the image with this straightforward property. Ideal for quickly assessing the extent of the image content type: docs weight: 140 url: /net/aspose.imaging.fileformats.gif/gifimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pageexportingaction/_index.md index 1623727d1131..ffe151d8417a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: GifImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. This property enables the manipulation of the export action for the page allowing to specify the desired action when exporting the page data. It provides flexibility in choosing export actions tailored to the needs of the application or workflow enhancing customization and adaptability. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 150 url: /net/aspose.imaging.fileformats.gif/gifimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pages/_index.md index cb770fa57f1f..c335a2c05de0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: GifImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Gain access to the pages within the image through this convenient property allowing seamless navigation and manipulation of individual pages as needed type: docs weight: 160 url: /net/aspose.imaging.fileformats.gif/gifimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [Image](../../../aspose.imaging/image/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/palettecolorresolutionbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/palettecolorresolutionbits/_index.md index 2afc6917eadd..fd40b6fbafb4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/palettecolorresolutionbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/palettecolorresolutionbits/_index.md @@ -1,7 +1,7 @@ --- -title: PaletteColorResolutionBits +title: GifImage.PaletteColorResolutionBits second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Manage the palette color resolution of your GIF images with this property. Adjust the number of bits used to represent colors in the palette providing fine control over color depth and image quality type: docs weight: 170 url: /net/aspose.imaging.fileformats.gif/gifimage/palettecolorresolutionbits/ @@ -20,8 +20,8 @@ The palette color resolution bits. ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pixelaspectratio/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pixelaspectratio/_index.md index 280ac69e0fa6..e97521a7b664 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pixelaspectratio/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/pixelaspectratio/_index.md @@ -1,7 +1,7 @@ --- -title: PixelAspectRatio +title: GifImage.PixelAspectRatio second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Manage the pixel aspect ratio of the GIF image with this property. Set or retrieve the aspect ratio to ensure accurate rendering and maintain visual fidelity type: docs weight: 180 url: /net/aspose.imaging.fileformats.gif/gifimage/pixelaspectratio/ @@ -20,8 +20,8 @@ The pixel aspect ratio. ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/removeblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/removeblock/_index.md index 831427c2a804..b43934535d90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/removeblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/removeblock/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveBlock +title: GifImage.RemoveBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Removing a GIF block removes specific data from the image offering the ability to clean up or modify the image structure. This method enables you to remove unwanted or unnecessary blocks optimizing the GIF image for efficient storage. Use this functionality to eliminate outdated information from the image while preserving its integrity and quality type: docs weight: 370 url: /net/aspose.imaging.fileformats.gif/gifimage/removeblock/ @@ -18,15 +18,15 @@ public void RemoveBlock(IGifBlock block) | --- | --- | --- | | block | IGifBlock | The block to remove. | -### Remarks +## Remarks Note: do not forget to Dispose the block if you will not add it to some other GifImage. ### See Also -* interface [IGifBlock](../../igifblock) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* interface [IGifBlock](../../igifblock/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resize/_index.md index 5be3514b762b..63e1e999673c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: GifImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Modify the size of the image while maintaining its aspect ratio and visual quality. This function allows for easy adjustment of the image dimensions to suit specific display or storage needs ensuring optimal presentation without distortion or loss of detail type: docs weight: 380 url: /net/aspose.imaging.fileformats.gif/gifimage/resize/ --- -## GifImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Modify the size of the image while maintaining its aspect ratio and visual quality. This function allows for easy adjustment of the image dimensions to suit specific display or storage needs, ensuring optimal presentation without distortion or loss of detail. @@ -20,7 +20,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples This example loads a GIF image and resizes it using various resizing methods. @@ -60,14 +60,14 @@ using (Aspose.Imaging.FileFormats.Gif.GifImage image = (Aspose.Imaging.FileForma ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) --- -## GifImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resize the width and height of the image while maintaining its aspect ratio and applying additional settings as specified. This method ensures that the image dimensions are adjusted proportionally, preserving the overall visual quality and appearance according to the provided settings. @@ -81,7 +81,7 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set | newHeight | Int32 | The new height. | | settings | ImageResizeSettings | The resize settings. | -### Examples +## Examples This example loads a GIF image and resizes it using various resizing settings. @@ -121,9 +121,9 @@ using (Aspose.Imaging.Image image = (Aspose.Imaging.Image)Aspose.Imaging.Image.L ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resizefullframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resizefullframe/_index.md index 8c44562addd9..0df09a392a18 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resizefullframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resizefullframe/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeFullFrame +title: GifImage.ResizeFullFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Resizing of the image while taking into account the full frames for each page in a GIF thus preventing potential artifacts from appearing. This method is essential to maintain the integrity and quality of the image especially when dealing with animated GIFs or sequences of frames type: docs weight: 390 url: /net/aspose.imaging.fileformats.gif/gifimage/resizefullframe/ @@ -22,9 +22,9 @@ public void ResizeFullFrame(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resizeproportional/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resizeproportional/_index.md index fe40a954a4fa..cf038ae3bb33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resizeproportional/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/resizeproportional/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeProportional +title: GifImage.ResizeProportional second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Proportional resizing maintains the aspect ratio of the image while adjusting its size ensuring that the image does not appear stretched or distorted. This method resizes the image proportionally scaling both the width and height by the same factor. The proportional resize will resize each frame according to the ratio of newWidth/width and newHeight/height type: docs weight: 400 url: /net/aspose.imaging.fileformats.gif/gifimage/resizeproportional/ @@ -22,9 +22,9 @@ public void ResizeProportional(int newWidth, int newHeight, ResizeType resizeTyp ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/rotate/_index.md index 139719e69afe..fa8574ecd47f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: GifImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. This method rotates the image around its center point. By specifying the rotation angle you can rotate the image clockwise or counterclockwise to achieve the desired orientation. This rotation helps adjust the images presentation or alignment without distorting its content type: docs weight: 410 url: /net/aspose.imaging.fileformats.gif/gifimage/rotate/ @@ -22,9 +22,9 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* struct [Color](../../../aspose.imaging/color/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/rotateflip/_index.md index d555f2cb93b0..0416a4e7f4dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: GifImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Perform rotation flipping or both on the active frame exclusively. This operation applies transformations solely to the currently active frame of the image preserving the integrity of other frames in the sequence type: docs weight: 420 url: /net/aspose.imaging.fileformats.gif/gifimage/rotateflip/ @@ -18,7 +18,7 @@ public override void RotateFlip(RotateFlipType rotateFlipType) | --- | --- | --- | | rotateFlipType | RotateFlipType | The rotate flip type. | -### Examples +## Examples This example loads a GIF image, rotates it by 90 degrees clockwise and optionally flips the image horizontally and(or) vertically. @@ -48,9 +48,9 @@ foreach (Aspose.Imaging.RotateFlipType rotateFlipType in rotateFlipTypes) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/setframetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/setframetime/_index.md index adbb926f3585..1020c68e357d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/setframetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/setframetime/_index.md @@ -1,7 +1,7 @@ --- -title: SetFrameTime +title: GifImage.SetFrameTime second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage method. Adjusts the duration of each frame in milliseconds ensuring consistent timing throughout the image sequence. This method uniformly sets the display time for every frame allowing for precise control over animation speed. Changing this value will reset delay for all frames type: docs weight: 430 url: /net/aspose.imaging.fileformats.gif/gifimage/setframetime/ @@ -20,8 +20,8 @@ public void SetFrameTime(ushort time) ### See Also -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/transparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/transparentcolor/_index.md index 486f3aba1594..2009cc41af9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/transparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/transparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: TransparentColor +title: GifImage.TransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Retrieve the transparent color of the active frame in the GIF image. This property allows you to access the specific color that has been designated as transparent within the currently active frame type: docs weight: 190 url: /net/aspose.imaging.fileformats.gif/gifimage/transparentcolor/ @@ -16,9 +16,9 @@ public override Color TransparentColor { get; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* struct [Color](../../../aspose.imaging/color/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/xmpdata/_index.md index dcac4059948b..4025dc3435b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/gifimage/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: GifImage.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: GifImage property. Manage XMP metadata with this property. Whether youre retrieving existing metadata or updating it with new information this property streamlines the process. Keep your metadata organized and accessible ensuring that your files contain the relevant information they need type: docs weight: 200 url: /net/aspose.imaging.fileformats.gif/gifimage/xmpdata/ @@ -20,9 +20,9 @@ The XMP metadata. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [GifImage](../../gifimage) -* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [GifImage](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../gifimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblock/_index.md index 1116203abafb..49d048f91268 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblock/_index.md @@ -1,7 +1,7 @@ --- -title: IGifBlock +title: Interface IGifBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.IGifBlock interface. Represents GIF block interface type: docs weight: 6700 url: /net/aspose.imaging.fileformats.gif/igifblock/ @@ -18,11 +18,11 @@ public interface IGifBlock | Name | Description | | --- | --- | -| [Save](../../aspose.imaging.fileformats.gif/igifblock/save)(Stream) | Saves the block to the specified stream. | +| [Save](../../aspose.imaging.fileformats.gif/igifblock/save/)(Stream) | Saves the block to the specified stream. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif) +* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblock/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblock/save/_index.md index b4a3f8ff9fa9..04a2964925ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblock/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblock/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: IGifBlock.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: IGifBlock method. Saves the block to the specified stream type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif/igifblock/save/ @@ -20,8 +20,8 @@ public void Save(Stream stream) ### See Also -* interface [IGifBlock](../../igifblock) -* namespace [Aspose.Imaging.FileFormats.Gif](../../igifblock) +* interface [IGifBlock](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../igifblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/_index.md index 5bd67dd87043..f32e30d3c6aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: IGifBlockLoaderDescriptor +title: Interface IGifBlockLoaderDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Gif.IGifBlockLoaderDescriptor interface. Gif block Loader descriptor type: docs weight: 6710 url: /net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/ @@ -18,12 +18,12 @@ public interface IGifBlockLoaderDescriptor | Name | Description | | --- | --- | -| [CanLoad](../../aspose.imaging.fileformats.gif/igifblockloaderdescriptor/canload)(StreamContainer) | Determines whether loader can load the specified data. | -| [Load](../../aspose.imaging.fileformats.gif/igifblockloaderdescriptor/load)(StreamContainer, IColorPalette) | Loads the gif block. | +| [CanLoad](../../aspose.imaging.fileformats.gif/igifblockloaderdescriptor/canload/)(StreamContainer) | Determines whether loader can load the specified data. | +| [Load](../../aspose.imaging.fileformats.gif/igifblockloaderdescriptor/load/)(StreamContainer, IColorPalette) | Loads the gif block. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif) +* namespace [Aspose.Imaging.FileFormats.Gif](../../aspose.imaging.fileformats.gif/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/canload/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/canload/_index.md index b615275f13ad..89445b43ab69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/canload/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/canload/_index.md @@ -1,7 +1,7 @@ --- -title: CanLoad +title: IGifBlockLoaderDescriptor.CanLoad second_title: Aspose.Imaging for .NET API Reference -description: +description: IGifBlockLoaderDescriptor method. Determines whether loader can load the specified data type: docs weight: 10 url: /net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/canload/ @@ -24,9 +24,9 @@ public bool CanLoad(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor) -* namespace [Aspose.Imaging.FileFormats.Gif](../../igifblockloaderdescriptor) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* interface [IGifBlockLoaderDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../igifblockloaderdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/load/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/load/_index.md index 0f4d9dbdbd10..ce99655fa1fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/load/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/load/_index.md @@ -1,7 +1,7 @@ --- -title: Load +title: IGifBlockLoaderDescriptor.Load second_title: Aspose.Imaging for .NET API Reference -description: +description: IGifBlockLoaderDescriptor method. Loads the gif block type: docs weight: 20 url: /net/aspose.imaging.fileformats.gif/igifblockloaderdescriptor/load/ @@ -25,11 +25,11 @@ A new gif block. ### See Also -* interface [IGifBlock](../../igifblock) -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* interface [IGifBlockLoaderDescriptor](../../igifblockloaderdescriptor) -* namespace [Aspose.Imaging.FileFormats.Gif](../../igifblockloaderdescriptor) +* interface [IGifBlock](../../igifblock/) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* interface [IGifBlockLoaderDescriptor](../) +* namespace [Aspose.Imaging.FileFormats.Gif](../../igifblockloaderdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/_index.md index e949c25068a0..5bdfa1c8c7ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Ico second_title: Aspose.Imaging for .NET API Reference -description: The namespace handling ICO file format processing. +description: The namespace handling ICO file format processing type: docs weight: 470 url: /net/aspose.imaging.fileformats.ico/ @@ -12,6 +12,6 @@ The namespace handling ICO file format processing. | Class | Description | | --- | --- | -| [IcoImage](./icoimage) | Effortlessly manipulate ICO image files with our API, supporting various file formats and frame types including PNG and BMP. Customize bits per pixel settings and update image dimensions seamlessly, ensuring optimal representation and compatibility for your icons across different platforms. | +| [IcoImage](./icoimage/) | Effortlessly manipulate ICO image files with our API, supporting various file formats and frame types including PNG and BMP. Customize bits per pixel settings and update image dimensions seamlessly, ensuring optimal representation and compatibility for your icons across different platforms. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/_index.md index 86dbbb9325d9..6aa1ff359e0b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/_index.md @@ -1,7 +1,7 @@ --- -title: IcoImage +title: Class IcoImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Ico.IcoImage class. Effortlessly manipulate ICO image files with our API supporting various file formats and frame types including PNG and BMP. Customize bits per pixel settings and update image dimensions seamlessly ensuring optimal representation and compatibility for your icons across different platforms type: docs weight: 6720 url: /net/aspose.imaging.fileformats.ico/icoimage/ @@ -18,143 +18,143 @@ public class IcoImage : RasterCachedMultipageImage, IMultipageImageExt | Name | Description | | --- | --- | -| [IcoImage](icoimage)(Image, IcoOptions) | Crafted for simplicity and efficiency, the [`IcoImage`](../icoimage) class empowers you to create ICO images with ease. This constructor initializes a new instance of the class, providing a solid foundation for your image manipulation needs. Whether you're developing applications or enhancing user interfaces, the [`IcoImage`](../icoimage) class simplifies ICO image management, allowing you to focus on delivering exceptional experiences. | -| [IcoImage](icoimage)(int, int, IcoOptions) | Start ICO image creation effortlessly using the [`IcoImage`](../icoimage) class. This constructor allows you to initialize new instances of ICO images by specifying the width, height, and creation options parameters. With this straightforward constructor, you can tailor ICO images to your exact specifications, ensuring seamless compatibility and visual appeal across different platforms and devices. | +| [IcoImage](icoimage/#constructor)(Image, IcoOptions) | Crafted for simplicity and efficiency, the `IcoImage` class empowers you to create ICO images with ease. This constructor initializes a new instance of the class, providing a solid foundation for your image manipulation needs. Whether you're developing applications or enhancing user interfaces, the `IcoImage` class simplifies ICO image management, allowing you to focus on delivering exceptional experiences. | +| [IcoImage](icoimage/#constructor_1)(int, int, IcoOptions) | Start ICO image creation effortlessly using the `IcoImage` class. This constructor allows you to initialize new instances of ICO images by specifying the width, height, and creation options parameters. With this straightforward constructor, you can tailor ICO images to your exact specifications, ensuring seamless compatibility and visual appeal across different platforms and devices. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.ico/icoimage/fileformat) { get; } | Retrieve the file format effortlessly with this property, enabling seamless integration into your workflow. By using this property, you gain access to critical information about the format of your file, ensuring compatibility and efficient processing. | -| override [HasAlpha](../../aspose.imaging.fileformats.ico/icoimage/hasalpha) { get; } | Determine whether alpha channel is present in this instance with this property. It offers a quick way to check if the image or document contains an alpha channel, which is crucial for various image processing and rendering tasks. Ideal for ensuring compatibility and handling transparency effects in images or documents. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor) { get; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| override [PageCount](../../aspose.imaging.fileformats.ico/icoimage/pagecount) { get; } | Gain immediate insight into the document structure with this straightforward property. By invoking this property, you effortlessly retrieve the total number of pages contained within the file. | -| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.ico/icoimage/pages) { get; } | Retrieve comprehensive information about the document's pages effortlessly through this property. By accessing this property, you gain access to a collection or array containing all the pages present within the document. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata) { get; set; } | Gets or sets XMP data from frame. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.ico/icoimage/fileformat/) { get; } | Retrieve the file format effortlessly with this property, enabling seamless integration into your workflow. By using this property, you gain access to critical information about the format of your file, ensuring compatibility and efficient processing. | +| override [HasAlpha](../../aspose.imaging.fileformats.ico/icoimage/hasalpha/) { get; } | Determine whether alpha channel is present in this instance with this property. It offers a quick way to check if the image or document contains an alpha channel, which is crucial for various image processing and rendering tasks. Ideal for ensuring compatibility and handling transparency effects in images or documents. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor/) { get; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| override [PageCount](../../aspose.imaging.fileformats.ico/icoimage/pagecount/) { get; } | Gain immediate insight into the document structure with this straightforward property. By invoking this property, you effortlessly retrieve the total number of pages contained within the file. | +| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction/) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.ico/icoimage/pages/) { get; } | Retrieve comprehensive information about the document's pages effortlessly through this property. By accessing this property, you gain access to a collection or array containing all the pages present within the document. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata/) { get; set; } | Gets or sets XMP data from frame. | ## Methods | Name | Description | | --- | --- | -| [AddPage](../../aspose.imaging.fileformats.ico/icoimage/addpage)(Image) | Enrich your ICO image effortlessly by inserting an image page entry using the default settings from [`IcoOptions`](../../aspose.imaging.imageoptions/icooptions). This method conveniently converts the inserted image to a 32-bit PNG format, ensuring compatibility and high-quality rendering within the ICO image. Perfect for seamlessly integrating PNG images into your ICO files with ease and efficiency. | -| [AddPage](../../aspose.imaging.fileformats.ico/icoimage/addpage)(RasterImage) | Expand your ICO image by adding an image page entry, leveraging the [`IcoOptions`](../../aspose.imaging.imageoptions/icooptions). This method seamlessly incorporates raster images into your ICO file, converting them to a high-quality 32-bit PNG format. Perfect for enhancing your ICO files with raster images while ensuring optimal compatibility and rendering quality. | -| [AddPage](../../aspose.imaging.fileformats.ico/icoimage/addpage)(Image, IcoOptions) | Diversify your ICO image effortlessly by integrating an image entry tailored to your needs with the specified [`IcoOptions`](../../aspose.imaging.imageoptions/icooptions). This method seamlessly incorporates the image according to your customized options, ensuring flexibility and precision in your ICO file. | -| override [AdjustBrightness](../../aspose.imaging/rastercachedmultipageimage/adjustbrightness)(int) | Adjust of a *brightness* for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedmultipageimage/adjustcontrast)(float) | [`Image`](../../aspose.imaging/image) contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedmultipageimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedmultipageimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedmultipageimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedmultipageimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata)() | Caches the data private. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop)(Rectangle) | Cropping the image. | -| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedmultipageimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| override [Filter](../../aspose.imaging/rastercachedmultipageimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedmultipageimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [RemovePage](../../aspose.imaging.fileformats.ico/icoimage/removepage)(int) | Fine-tune your ICO image by removing a specific image entry located at the designated [index](index) within the file. This method provides precise control over your image composition, allowing you to refine your ICO file with ease. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedmultipageimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedmultipageimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging/rastercachedmultipageimage/resizeheightproportionally)(int, ResizeType) | Resizes the width proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging/rastercachedmultipageimage/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedmultipageimage/rotate)(float, bool, Color) | [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate) image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedmultipageimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips all pages. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | +| [AddPage](../../aspose.imaging.fileformats.ico/icoimage/addpage/#addpage)(Image) | Enrich your ICO image effortlessly by inserting an image page entry using the default settings from [`IcoOptions`](../../aspose.imaging.imageoptions/icooptions/). This method conveniently converts the inserted image to a 32-bit PNG format, ensuring compatibility and high-quality rendering within the ICO image. Perfect for seamlessly integrating PNG images into your ICO files with ease and efficiency. | +| [AddPage](../../aspose.imaging.fileformats.ico/icoimage/addpage/#addpage_2)(RasterImage) | Expand your ICO image by adding an image page entry, leveraging the [`IcoOptions`](../../aspose.imaging.imageoptions/icooptions/). This method seamlessly incorporates raster images into your ICO file, converting them to a high-quality 32-bit PNG format. Perfect for enhancing your ICO files with raster images while ensuring optimal compatibility and rendering quality. | +| [AddPage](../../aspose.imaging.fileformats.ico/icoimage/addpage/#addpage_1)(Image, IcoOptions) | Diversify your ICO image effortlessly by integrating an image entry tailored to your needs with the specified [`IcoOptions`](../../aspose.imaging.imageoptions/icooptions/). This method seamlessly incorporates the image according to your customized options, ensuring flexibility and precision in your ICO file. | +| override [AdjustBrightness](../../aspose.imaging/rastercachedmultipageimage/adjustbrightness/)(int) | Adjust of a *brightness* for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedmultipageimage/adjustcontrast/)(float) | [`Image`](../../aspose.imaging/image/) contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedmultipageimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedmultipageimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedmultipageimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedmultipageimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata/)() | Caches the data private. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop/)(Rectangle) | Cropping the image. | +| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedmultipageimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| override [Filter](../../aspose.imaging/rastercachedmultipageimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedmultipageimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [RemovePage](../../aspose.imaging.fileformats.ico/icoimage/removepage/)(int) | Fine-tune your ICO image by removing a specific image entry located at the designated [index](index) within the file. This method provides precise control over your image composition, allowing you to refine your ICO file with ease. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedmultipageimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedmultipageimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging/rastercachedmultipageimage/resizeheightproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging/rastercachedmultipageimage/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedmultipageimage/rotate/)(float, bool, Color) | [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate/) image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedmultipageimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips all pages. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | ### See Also -* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage) -* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext) -* namespace [Aspose.Imaging.FileFormats.Ico](../../aspose.imaging.fileformats.ico) +* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage/) +* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext/) +* namespace [Aspose.Imaging.FileFormats.Ico](../../aspose.imaging.fileformats.ico/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/addpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/addpage/_index.md index f14993b31e11..ea8360663d16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/addpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/addpage/_index.md @@ -1,14 +1,14 @@ --- -title: AddPage +title: IcoImage.AddPage second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoImage method. Expand your ICO image by adding an image page entry leveraging the IcoOptions. This method seamlessly incorporates raster images into your ICO file converting them to a highquality 32bit PNG format. Perfect for enhancing your ICO files with raster images while ensuring optimal compatibility and rendering quality type: docs weight: 60 url: /net/aspose.imaging.fileformats.ico/icoimage/addpage/ --- -## IcoImage.AddPage method (1 of 3) +## AddPage(RasterImage) {#addpage_2} -Expand your ICO image by adding an image page entry, leveraging the [`IcoOptions`](../../../aspose.imaging.imageoptions/icooptions). This method seamlessly incorporates raster images into your ICO file, converting them to a high-quality 32-bit PNG format. Perfect for enhancing your ICO files with raster images while ensuring optimal compatibility and rendering quality. +Expand your ICO image by adding an image page entry, leveraging the [`IcoOptions`](../../../aspose.imaging.imageoptions/icooptions/). This method seamlessly incorporates raster images into your ICO file, converting them to a high-quality 32-bit PNG format. Perfect for enhancing your ICO files with raster images while ensuring optimal compatibility and rendering quality. ```csharp public void AddPage(RasterImage page) @@ -20,16 +20,16 @@ public void AddPage(RasterImage page) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) --- -## IcoImage.AddPage method (2 of 3) +## AddPage(Image) {#addpage} -Enrich your ICO image effortlessly by inserting an image page entry using the default settings from [`IcoOptions`](../../../aspose.imaging.imageoptions/icooptions). This method conveniently converts the inserted image to a 32-bit PNG format, ensuring compatibility and high-quality rendering within the ICO image. Perfect for seamlessly integrating PNG images into your ICO files with ease and efficiency. +Enrich your ICO image effortlessly by inserting an image page entry using the default settings from [`IcoOptions`](../../../aspose.imaging.imageoptions/icooptions/). This method conveniently converts the inserted image to a 32-bit PNG format, ensuring compatibility and high-quality rendering within the ICO image. Perfect for seamlessly integrating PNG images into your ICO files with ease and efficiency. ```csharp public void AddPage(Image page) @@ -41,16 +41,16 @@ public void AddPage(Image page) ### See Also -* class [Image](../../../aspose.imaging/image) -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [Image](../../../aspose.imaging/image/) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) --- -## IcoImage.AddPage method (3 of 3) +## AddPage(Image, IcoOptions) {#addpage_1} -Diversify your ICO image effortlessly by integrating an image entry tailored to your needs with the specified [`IcoOptions`](../../../aspose.imaging.imageoptions/icooptions). This method seamlessly incorporates the image according to your customized options, ensuring flexibility and precision in your ICO file. +Diversify your ICO image effortlessly by integrating an image entry tailored to your needs with the specified [`IcoOptions`](../../../aspose.imaging.imageoptions/icooptions/). This method seamlessly incorporates the image according to your customized options, ensuring flexibility and precision in your ICO file. ```csharp public void AddPage(Image page, IcoOptions icoOptions) @@ -63,10 +63,10 @@ public void AddPage(Image page, IcoOptions icoOptions) ### See Also -* class [Image](../../../aspose.imaging/image) -* class [IcoOptions](../../../aspose.imaging.imageoptions/icooptions) -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [Image](../../../aspose.imaging/image/) +* class [IcoOptions](../../../aspose.imaging.imageoptions/icooptions/) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/fileformat/_index.md index edc86aa86c5b..8ddfa73a2617 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: IcoImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoImage property. Retrieve the file format effortlessly with this property enabling seamless integration into your workflow. By using this property you gain access to critical information about the format of your file ensuring compatibility and efficient processing type: docs weight: 20 url: /net/aspose.imaging.fileformats.ico/icoimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/hasalpha/_index.md index 624aab42b071..201ca1ecfa8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: IcoImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoImage property. Determine whether alpha channel is present in this instance with this property. It offers a quick way to check if the image or document contains an alpha channel which is crucial for various image processing and rendering tasks. Ideal for ensuring compatibility and handling transparency effects in images or documents type: docs weight: 30 url: /net/aspose.imaging.fileformats.ico/icoimage/hasalpha/ @@ -20,8 +20,8 @@ public override bool HasAlpha { get; } ### See Also -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/icoimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/icoimage/_index.md index cab59c0f1f6f..f5acbe3cdbf5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/icoimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/icoimage/_index.md @@ -1,14 +1,14 @@ --- -title: IcoImage +title: IcoImage.IcoImage second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoImage constructor. Start ICO image creation effortlessly using the IcoImage class. This constructor allows you to initialize new instances of ICO images by specifying the width height and creation options parameters. With this straightforward constructor you can tailor ICO images to your exact specifications ensuring seamless compatibility and visual appeal across different platforms and devices type: docs weight: 10 url: /net/aspose.imaging.fileformats.ico/icoimage/icoimage/ --- -## IcoImage constructor (1 of 2) +## IcoImage(int, int, IcoOptions) {#constructor_1} -Start ICO image creation effortlessly using the [`IcoImage`](../../icoimage) class. This constructor allows you to initialize new instances of ICO images by specifying the width, height, and creation options parameters. With this straightforward constructor, you can tailor ICO images to your exact specifications, ensuring seamless compatibility and visual appeal across different platforms and devices. +Start ICO image creation effortlessly using the [`IcoImage`](../) class. This constructor allows you to initialize new instances of ICO images by specifying the width, height, and creation options parameters. With this straightforward constructor, you can tailor ICO images to your exact specifications, ensuring seamless compatibility and visual appeal across different platforms and devices. ```csharp public IcoImage(int width, int height, IcoOptions options) @@ -22,16 +22,16 @@ public IcoImage(int width, int height, IcoOptions options) ### See Also -* class [IcoOptions](../../../aspose.imaging.imageoptions/icooptions) -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [IcoOptions](../../../aspose.imaging.imageoptions/icooptions/) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) --- -## IcoImage constructor (2 of 2) +## IcoImage(Image, IcoOptions) {#constructor} -Crafted for simplicity and efficiency, the [`IcoImage`](../../icoimage) class empowers you to create ICO images with ease. This constructor initializes a new instance of the class, providing a solid foundation for your image manipulation needs. Whether you're developing applications or enhancing user interfaces, the [`IcoImage`](../../icoimage) class simplifies ICO image management, allowing you to focus on delivering exceptional experiences. +Crafted for simplicity and efficiency, the [`IcoImage`](../) class empowers you to create ICO images with ease. This constructor initializes a new instance of the class, providing a solid foundation for your image manipulation needs. Whether you're developing applications or enhancing user interfaces, the [`IcoImage`](../) class simplifies ICO image management, allowing you to focus on delivering exceptional experiences. ```csharp public IcoImage(Image image, IcoOptions icoOptions) @@ -44,10 +44,10 @@ public IcoImage(Image image, IcoOptions icoOptions) ### See Also -* class [Image](../../../aspose.imaging/image) -* class [IcoOptions](../../../aspose.imaging.imageoptions/icooptions) -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [Image](../../../aspose.imaging/image/) +* class [IcoOptions](../../../aspose.imaging.imageoptions/icooptions/) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/pagecount/_index.md index 912529935a56..0243321f27be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: IcoImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoImage property. Gain immediate insight into the document structure with this straightforward property. By invoking this property you effortlessly retrieve the total number of pages contained within the file type: docs weight: 40 url: /net/aspose.imaging.fileformats.ico/icoimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/pages/_index.md index b474381282a2..18114591a26e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: IcoImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoImage property. Retrieve comprehensive information about the documents pages effortlessly through this property. By accessing this property you gain access to a collection or array containing all the pages present within the document type: docs weight: 50 url: /net/aspose.imaging.fileformats.ico/icoimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [Image](../../../aspose.imaging/image/) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/removepage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/removepage/_index.md index ff57ab449cce..53f36ce7fdfa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/removepage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.ico/icoimage/removepage/_index.md @@ -1,7 +1,7 @@ --- -title: RemovePage +title: IcoImage.RemovePage second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoImage method. Finetune your ICO image by removing a specific image entry located at the designated index within the file. This method provides precise control over your image composition allowing you to refine your ICO file with ease type: docs weight: 70 url: /net/aspose.imaging.fileformats.ico/icoimage/removepage/ @@ -20,8 +20,8 @@ public void RemovePage(int index) ### See Also -* class [IcoImage](../../icoimage) -* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage) +* class [IcoImage](../) +* namespace [Aspose.Imaging.FileFormats.Ico](../../icoimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/_index.md index 257766ef06ba..00db306e63d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Jpeg second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Jpeg file format processing. +description: The namespace handles Jpeg file format processing type: docs weight: 480 url: /net/aspose.imaging.fileformats.jpeg/ @@ -12,17 +12,17 @@ The namespace handles Jpeg file format processing. | Class | Description | | --- | --- | -| [JFIFData](./jfifdata) | The jfif segment. | -| [JpegImage](./jpegimage) | Efficiently manipulate JPEG raster images with our API, offering support for various color profiles such as RGB and CMYK, customizable bits per pixel resolution, and processing of EXIF, JFIF, and XMP metadata containers. Enjoy automated rotation based on orientation data and choose from different compression levels, including lossless JPEG, to achieve optimal image quality and file size balance for your projects. | -| [JpegLsPresetCodingParameters](./jpeglspresetcodingparameters) | Defines the JPEG-LS preset coding parameters as defined in ISO/IEC 14495-1, C.2.4.1.1. JPEG-LS defines a default set of parameters, but custom parameters can be used. When used these parameters are written into the encoded bit stream as they are needed for the decoding process. | +| [JFIFData](./jfifdata/) | The jfif segment. | +| [JpegImage](./jpegimage/) | Efficiently manipulate JPEG raster images with our API, offering support for various color profiles such as RGB and CMYK, customizable bits per pixel resolution, and processing of EXIF, JFIF, and XMP metadata containers. Enjoy automated rotation based on orientation data and choose from different compression levels, including lossless JPEG, to achieve optimal image quality and file size balance for your projects. | +| [JpegLsPresetCodingParameters](./jpeglspresetcodingparameters/) | Defines the JPEG-LS preset coding parameters as defined in ISO/IEC 14495-1, C.2.4.1.1. JPEG-LS defines a default set of parameters, but custom parameters can be used. When used these parameters are written into the encoded bit stream as they are needed for the decoding process. | ## Enumeration | Enumeration | Description | | --- | --- | -| [JfifDensityUnits](./jfifdensityunits) | The jfif density units. | -| [JpegCompressionColorMode](./jpegcompressioncolormode) | Сolor mode for jpeg images. | -| [JpegCompressionMode](./jpegcompressionmode) | Compression mode for jpeg images. | -| [JpegLsInterleaveMode](./jpeglsinterleavemode) | Defines the interleave mode for multi-component (color) pixel data. | -| [SampleRoundingMode](./sampleroundingmode) | Defines a way in which an n-bit value is converted to an 8-bit value. | +| [JfifDensityUnits](./jfifdensityunits/) | The jfif density units. | +| [JpegCompressionColorMode](./jpegcompressioncolormode/) | Сolor mode for jpeg images. | +| [JpegCompressionMode](./jpegcompressionmode/) | Compression mode for jpeg images. | +| [JpegLsInterleaveMode](./jpeglsinterleavemode/) | Defines the interleave mode for multi-component (color) pixel data. | +| [SampleRoundingMode](./sampleroundingmode/) | Defines a way in which an n-bit value is converted to an 8-bit value. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/_index.md index 4e9803e29582..5a91aa30490c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/_index.md @@ -1,7 +1,7 @@ --- -title: JFIFData +title: Class JFIFData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg.JFIFData class. The jfif segment type: docs weight: 6730 url: /net/aspose.imaging.fileformats.jpeg/jfifdata/ @@ -18,21 +18,21 @@ public sealed class JFIFData | Name | Description | | --- | --- | -| [JFIFData](jfifdata)() | Initializes a new instance of the [`JFIFData`](../jfifdata) class. | +| [JFIFData](jfifdata/)() | Initializes a new instance of the `JFIFData` class. | ## Properties | Name | Description | | --- | --- | -| [DensityUnits](../../aspose.imaging.fileformats.jpeg/jfifdata/densityunits) { get; set; } | Gets or sets the density units. | -| [Thumbnail](../../aspose.imaging.fileformats.jpeg/jfifdata/thumbnail) { get; set; } | Gets or sets the thumbnail. | -| [Version](../../aspose.imaging.fileformats.jpeg/jfifdata/version) { get; set; } | Gets or sets the version. | -| [XDensity](../../aspose.imaging.fileformats.jpeg/jfifdata/xdensity) { get; set; } | Gets or sets the x density. | -| [YDensity](../../aspose.imaging.fileformats.jpeg/jfifdata/ydensity) { get; set; } | Gets or sets the y density. | +| [DensityUnits](../../aspose.imaging.fileformats.jpeg/jfifdata/densityunits/) { get; set; } | Gets or sets the density units. | +| [Thumbnail](../../aspose.imaging.fileformats.jpeg/jfifdata/thumbnail/) { get; set; } | Gets or sets the thumbnail. | +| [Version](../../aspose.imaging.fileformats.jpeg/jfifdata/version/) { get; set; } | Gets or sets the version. | +| [XDensity](../../aspose.imaging.fileformats.jpeg/jfifdata/xdensity/) { get; set; } | Gets or sets the x density. | +| [YDensity](../../aspose.imaging.fileformats.jpeg/jfifdata/ydensity/) { get; set; } | Gets or sets the y density. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/densityunits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/densityunits/_index.md index e45dd542a27c..6d8bc31a56e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/densityunits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/densityunits/_index.md @@ -1,7 +1,7 @@ --- -title: DensityUnits +title: JFIFData.DensityUnits second_title: Aspose.Imaging for .NET API Reference -description: +description: JFIFData property. Gets or sets the density units type: docs weight: 20 url: /net/aspose.imaging.fileformats.jpeg/jfifdata/densityunits/ @@ -16,9 +16,9 @@ public JfifDensityUnits DensityUnits { get; set; } ### See Also -* enum [JfifDensityUnits](../../jfifdensityunits) -* class [JFIFData](../../jfifdata) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata) +* enum [JfifDensityUnits](../../jfifdensityunits/) +* class [JFIFData](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/jfifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/jfifdata/_index.md index eebd6270d447..c69a914a652b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/jfifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/jfifdata/_index.md @@ -1,14 +1,14 @@ --- -title: JFIFData +title: JFIFData.JFIFData second_title: Aspose.Imaging for .NET API Reference -description: +description: JFIFData constructor. Initializes a new instance of the JFIFData class type: docs weight: 10 url: /net/aspose.imaging.fileformats.jpeg/jfifdata/jfifdata/ --- ## JFIFData constructor -Initializes a new instance of the [`JFIFData`](../../jfifdata) class. +Initializes a new instance of the [`JFIFData`](../) class. ```csharp public JFIFData() @@ -16,8 +16,8 @@ public JFIFData() ### See Also -* class [JFIFData](../../jfifdata) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata) +* class [JFIFData](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/thumbnail/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/thumbnail/_index.md index 228c7d245ff4..813b4e1d5427 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/thumbnail/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/thumbnail/_index.md @@ -1,7 +1,7 @@ --- -title: Thumbnail +title: JFIFData.Thumbnail second_title: Aspose.Imaging for .NET API Reference -description: +description: JFIFData property. Gets or sets the thumbnail type: docs weight: 30 url: /net/aspose.imaging.fileformats.jpeg/jfifdata/thumbnail/ @@ -16,9 +16,9 @@ public RasterImage Thumbnail { get; set; } ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [JFIFData](../../jfifdata) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [JFIFData](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/version/_index.md index 08ff2a488d29..18cc3ebe7cfc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: JFIFData.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: JFIFData property. Gets or sets the version type: docs weight: 40 url: /net/aspose.imaging.fileformats.jpeg/jfifdata/version/ @@ -16,8 +16,8 @@ public short Version { get; set; } ### See Also -* class [JFIFData](../../jfifdata) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata) +* class [JFIFData](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/xdensity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/xdensity/_index.md index 4d2c7a127750..939c7b299dd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/xdensity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/xdensity/_index.md @@ -1,7 +1,7 @@ --- -title: XDensity +title: JFIFData.XDensity second_title: Aspose.Imaging for .NET API Reference -description: +description: JFIFData property. Gets or sets the x density type: docs weight: 50 url: /net/aspose.imaging.fileformats.jpeg/jfifdata/xdensity/ @@ -16,8 +16,8 @@ public short XDensity { get; set; } ### See Also -* class [JFIFData](../../jfifdata) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata) +* class [JFIFData](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/ydensity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/ydensity/_index.md index fd099cc50e6e..7d04456884f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/ydensity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdata/ydensity/_index.md @@ -1,7 +1,7 @@ --- -title: YDensity +title: JFIFData.YDensity second_title: Aspose.Imaging for .NET API Reference -description: +description: JFIFData property. Gets or sets the y density type: docs weight: 60 url: /net/aspose.imaging.fileformats.jpeg/jfifdata/ydensity/ @@ -16,8 +16,8 @@ public short YDensity { get; set; } ### See Also -* class [JFIFData](../../jfifdata) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata) +* class [JFIFData](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jfifdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdensityunits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdensityunits/_index.md index 52663778ac0f..ef474b638119 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdensityunits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jfifdensityunits/_index.md @@ -1,7 +1,7 @@ --- -title: JfifDensityUnits +title: Enum JfifDensityUnits second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg.JfifDensityUnits enum. The jfif density units type: docs weight: 6740 url: /net/aspose.imaging.fileformats.jpeg/jfifdensityunits/ @@ -24,7 +24,7 @@ public enum JfifDensityUnits : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegcompressioncolormode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegcompressioncolormode/_index.md index 2b906caf52bf..efeccfb6c93b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegcompressioncolormode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegcompressioncolormode/_index.md @@ -1,7 +1,7 @@ --- -title: JpegCompressionColorMode +title: Enum JpegCompressionColorMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg.JpegCompressionColorMode enum. Сolor mode for jpeg images type: docs weight: 6750 url: /net/aspose.imaging.fileformats.jpeg/jpegcompressioncolormode/ @@ -26,7 +26,7 @@ public enum JpegCompressionColorMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegcompressionmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegcompressionmode/_index.md index e3d5006f41c2..8d0194d266a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegcompressionmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegcompressionmode/_index.md @@ -1,7 +1,7 @@ --- -title: JpegCompressionMode +title: Enum JpegCompressionMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg.JpegCompressionMode enum. Compression mode for jpeg images type: docs weight: 6760 url: /net/aspose.imaging.fileformats.jpeg/jpegcompressionmode/ @@ -25,7 +25,7 @@ public enum JpegCompressionMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/_index.md index 43a584d867c4..65dca3f6a55e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/_index.md @@ -1,7 +1,7 @@ --- -title: JpegImage +title: Class JpegImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg.JpegImage class. Efficiently manipulate JPEG raster images with our API offering support for various color profiles such as RGB and CMYK customizable bits per pixel resolution and processing of EXIF JFIF and XMP metadata containers. Enjoy automated rotation based on orientation data and choose from different compression levels including lossless JPEG to achieve optimal image quality and file size balance for your projects type: docs weight: 6770 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/ @@ -18,145 +18,145 @@ public sealed class JpegImage : RasterCachedImage | Name | Description | | --- | --- | -| [JpegImage](jpegimage)(RasterImage) | Initialize a new instance of the [`JpegImage`](../jpegimage) class with a raster image parameter. This constructor provides a convenient way to create JPEG images directly from raster images, streamlining the workflow for working with JPEG images in your applications. | -| [JpegImage](jpegimage)(Stream) | Initialize a JPEG image object with the [`JpegImage`](../jpegimage) class using a stream parameter. This constructor simplifies the process of working with JPEG images, offering a straightforward approach for integrating them into your projects effortlessly. | -| [JpegImage](jpegimage)(string) | The [`JpegImage`](../jpegimage) class initiates effortlessly by invoking its constructor with the specified path parameter. This constructor enables seamless creation of JPEG images, ensuring swift integration into your projects with ease. | -| [JpegImage](jpegimage)(int, int) | Create a new instance of the [`JpegImage`](../jpegimage) class with the specified width and height parameters. This constructor allows you to create JPEG images with custom dimensions, giving you flexibility in managing image sizes in your application. | -| [JpegImage](jpegimage)(JpegOptions, int, int) | Initialize a new [`JpegImage`](../jpegimage) object with the provided JPEG options. This constructor empowers you to tailor various settings for the JPEG image, such as compression level, quality, and additional parameters, granting precise control over the resulting image format. | +| [JpegImage](jpegimage/#constructor_1)(RasterImage) | Initialize a new instance of the `JpegImage` class with a raster image parameter. This constructor provides a convenient way to create JPEG images directly from raster images, streamlining the workflow for working with JPEG images in your applications. | +| [JpegImage](jpegimage/#constructor_3)(Stream) | Initialize a JPEG image object with the `JpegImage` class using a stream parameter. This constructor simplifies the process of working with JPEG images, offering a straightforward approach for integrating them into your projects effortlessly. | +| [JpegImage](jpegimage/#constructor_4)(string) | The `JpegImage` class initiates effortlessly by invoking its constructor with the specified path parameter. This constructor enables seamless creation of JPEG images, ensuring swift integration into your projects with ease. | +| [JpegImage](jpegimage/#constructor_2)(int, int) | Create a new instance of the `JpegImage` class with the specified width and height parameters. This constructor allows you to create JPEG images with custom dimensions, giving you flexibility in managing image sizes in your application. | +| [JpegImage](jpegimage/#constructor)(JpegOptions, int, int) | Initialize a new `JpegImage` object with the provided JPEG options. This constructor empowers you to tailor various settings for the JPEG image, such as compression level, quality, and additional parameters, granting precise control over the resulting image format. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.jpeg/jpegimage/bitsperpixel) { get; } | Retrieve the pixel depth of the image effortlessly with this property, offering insights into the richness of color or grayscale representation. Whether it's a vibrant photograph or a monochrome illustration, this property provides crucial information about the image's visual complexity. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CmykColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/cmykcolorprofile) { get; set; } | The CMYK color profile associated with CMYK and YCCK JPEG images ensures precise color conversion and fidelity. It works in conjunction with the RGBColorProfile to guarantee accurate color representation across various devices and applications. This pairing is crucial for maintaining consistency in color rendering and achieving optimal image quality. | -| [Comment](../../aspose.imaging.fileformats.jpeg/jpegimage/comment) { get; set; } | Manage JPEG file comments with this property, allowing you to add or retrieve descriptive annotations associated with the image. Whether it's tagging images with metadata or appending additional context, this property offers flexibility in organizing and categorizing your JPEG files. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [DestinationCmykColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/destinationcmykcolorprofile) { get; set; } | The CMYK color profile is vital for the accurate color conversion of CMYK and YCCK JPEG images during the saving process. It works in tandem with the RGBColorProfile to ensure correct color representation, maintaining consistency and quality across different devices and software. This synchronization is crucial for achieving accurate and reliable color rendering in the final saved images. | -| [DestinationRgbColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/destinationrgbcolorprofile) { get; set; } | The RGBColorProfile is essential for the accurate color conversion of CMYK and YCCK JPEG images during the saving process. When paired with the CMYKColorProfile, it ensures that the colors are rendered correctly and maintains consistency across different devices and applications. This combination is crucial for preserving the intended color representation and achieving high-quality image output. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [ExifData](../../aspose.imaging.fileformats.jpeg/jpegimage/exifdata) { get; set; } | Manage EXIF data with this property, allowing you to add or retrieve metadata associated with the image. Whether it's extracting information about the camera settings or modifying existing metadata, this property offers flexibility in managing the EXIF data container. | -| override [FileFormat](../../aspose.imaging.fileformats.jpeg/jpegimage/fileformat) { get; } | Retrieve the format of the image effortlessly with this property. It provides valuable insight into the file format, aiding in seamless integration and compatibility checks across various platforms and applications. | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.jpeg/jpegimage/height) { get; } | Retrieve the height of the image effortlessly with this property. It provides quick access to the vertical dimension of the image, allowing you to efficiently determine its size and aspect ratio without the need for complex calculations or additional methods. | -| override [HorizontalResolution](../../aspose.imaging.fileformats.jpeg/jpegimage/horizontalresolution) { get; set; } | This property grants you access to the horizontal resolution of the [`RasterImage`](../../aspose.imaging/rasterimage), measured in pixels per inch. By setting or retrieving this value, you can precisely control the resolution of the image, ensuring it meets your specific requirements for quality and clarity. | -| [IgnoreEmbeddedColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/ignoreembeddedcolorprofile) { get; set; } | Retrieves or modifies the flag denoting whether the embedded color profile is disregarded. By setting this flag, users can specify whether the default color profile should be used instead of the embedded one. This option ensures greater control over color management, facilitating adjustments for consistency and compatibility across various platforms and applications. | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Jfif](../../aspose.imaging.fileformats.jpeg/jpegimage/jfif) { get; set; } | This property allows you to access or modify the JFIF (JPEG File Interchange Format) data associated with the JPEG image. JFIF is a standard format for exchanging JPEG-compressed images between computers and other devices. By getting or setting this property, you can interact with the JFIF data, which may include information such as the image's resolution, aspect ratio, and thumbnail. | -| [JpegOptions](../../aspose.imaging.fileformats.jpeg/jpegimage/jpegoptions) { get; } | Gain access to the JPEG options employed during the creation or loading of this [`JpegImage`](../jpegimage) instance with ease. This property offers valuable details about the specific settings utilized, empowering users to understand and replicate image processing workflows effectively. Whether it's compression levels, quality settings, or other parameters, this property provides essential insights for seamless image manipulation. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| override [RawDataFormat](../../aspose.imaging.fileformats.jpeg/jpegimage/rawdataformat) { get; } | This property retrieves the raw data format of the image, which indicates how the image data is structured and encoded. Understanding the raw data format is essential for processing or manipulating the image data effectively. It provides insights into the underlying representation of the image, such as whether it's compressed, encoded in a specific color space, or stored in a particular file format. Accessing this property allows you to gain valuable information about the image's data structure, enabling you to perform various operations or optimizations tailored to its specific format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [RgbColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/rgbcolorprofile) { get; set; } | The RGB color profile for CMYK and YCCK JPEG images ensures accurate color conversion and representation. It must be paired with the CMYKColorProfile to maintain consistency and fidelity in color rendering. This pairing is essential for applications that require precise color management and reproduction of images, ensuring that the RGB data is properly interpreted and displayed. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| override [VerticalResolution](../../aspose.imaging.fileformats.jpeg/jpegimage/verticalresolution) { get; set; } | This property manages the vertical resolution, expressed in pixels per inch, for the associated [`RasterImage`](../../aspose.imaging/rasterimage). Adjusting this resolution impacts the size and quality of the image when printed or displayed at a fixed physical size. By setting this property, you control how densely the image's pixels are packed vertically, affecting its overall sharpness and clarity. | -| override [Width](../../aspose.imaging.fileformats.jpeg/jpegimage/width) { get; } | This property retrieves the width of the image, expressed in pixels. It provides essential information about the image's dimensions, enabling accurate rendering, manipulation, or display of the image data. | -| override [XmpData](../../aspose.imaging.fileformats.jpeg/jpegimage/xmpdata) { get; set; } | Handle XMP metadata with this property, enabling seamless integration of descriptive information into the image file. Whether you're extracting existing XMP metadata or updating it with new information, this property simplifies the management of extended metadata, ensuring compatibility with various applications and workflows. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.jpeg/jpegimage/bitsperpixel/) { get; } | Retrieve the pixel depth of the image effortlessly with this property, offering insights into the richness of color or grayscale representation. Whether it's a vibrant photograph or a monochrome illustration, this property provides crucial information about the image's visual complexity. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CmykColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/cmykcolorprofile/) { get; set; } | The CMYK color profile associated with CMYK and YCCK JPEG images ensures precise color conversion and fidelity. It works in conjunction with the RGBColorProfile to guarantee accurate color representation across various devices and applications. This pairing is crucial for maintaining consistency in color rendering and achieving optimal image quality. | +| [Comment](../../aspose.imaging.fileformats.jpeg/jpegimage/comment/) { get; set; } | Manage JPEG file comments with this property, allowing you to add or retrieve descriptive annotations associated with the image. Whether it's tagging images with metadata or appending additional context, this property offers flexibility in organizing and categorizing your JPEG files. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [DestinationCmykColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/destinationcmykcolorprofile/) { get; set; } | The CMYK color profile is vital for the accurate color conversion of CMYK and YCCK JPEG images during the saving process. It works in tandem with the RGBColorProfile to ensure correct color representation, maintaining consistency and quality across different devices and software. This synchronization is crucial for achieving accurate and reliable color rendering in the final saved images. | +| [DestinationRgbColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/destinationrgbcolorprofile/) { get; set; } | The RGBColorProfile is essential for the accurate color conversion of CMYK and YCCK JPEG images during the saving process. When paired with the CMYKColorProfile, it ensures that the colors are rendered correctly and maintains consistency across different devices and applications. This combination is crucial for preserving the intended color representation and achieving high-quality image output. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [ExifData](../../aspose.imaging.fileformats.jpeg/jpegimage/exifdata/) { get; set; } | Manage EXIF data with this property, allowing you to add or retrieve metadata associated with the image. Whether it's extracting information about the camera settings or modifying existing metadata, this property offers flexibility in managing the EXIF data container. | +| override [FileFormat](../../aspose.imaging.fileformats.jpeg/jpegimage/fileformat/) { get; } | Retrieve the format of the image effortlessly with this property. It provides valuable insight into the file format, aiding in seamless integration and compatibility checks across various platforms and applications. | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.jpeg/jpegimage/height/) { get; } | Retrieve the height of the image effortlessly with this property. It provides quick access to the vertical dimension of the image, allowing you to efficiently determine its size and aspect ratio without the need for complex calculations or additional methods. | +| override [HorizontalResolution](../../aspose.imaging.fileformats.jpeg/jpegimage/horizontalresolution/) { get; set; } | This property grants you access to the horizontal resolution of the [`RasterImage`](../../aspose.imaging/rasterimage/), measured in pixels per inch. By setting or retrieving this value, you can precisely control the resolution of the image, ensuring it meets your specific requirements for quality and clarity. | +| [IgnoreEmbeddedColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/ignoreembeddedcolorprofile/) { get; set; } | Retrieves or modifies the flag denoting whether the embedded color profile is disregarded. By setting this flag, users can specify whether the default color profile should be used instead of the embedded one. This option ensures greater control over color management, facilitating adjustments for consistency and compatibility across various platforms and applications. | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Jfif](../../aspose.imaging.fileformats.jpeg/jpegimage/jfif/) { get; set; } | This property allows you to access or modify the JFIF (JPEG File Interchange Format) data associated with the JPEG image. JFIF is a standard format for exchanging JPEG-compressed images between computers and other devices. By getting or setting this property, you can interact with the JFIF data, which may include information such as the image's resolution, aspect ratio, and thumbnail. | +| [JpegOptions](../../aspose.imaging.fileformats.jpeg/jpegimage/jpegoptions/) { get; } | Gain access to the JPEG options employed during the creation or loading of this `JpegImage` instance with ease. This property offers valuable details about the specific settings utilized, empowering users to understand and replicate image processing workflows effectively. Whether it's compression levels, quality settings, or other parameters, this property provides essential insights for seamless image manipulation. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| override [RawDataFormat](../../aspose.imaging.fileformats.jpeg/jpegimage/rawdataformat/) { get; } | This property retrieves the raw data format of the image, which indicates how the image data is structured and encoded. Understanding the raw data format is essential for processing or manipulating the image data effectively. It provides insights into the underlying representation of the image, such as whether it's compressed, encoded in a specific color space, or stored in a particular file format. Accessing this property allows you to gain valuable information about the image's data structure, enabling you to perform various operations or optimizations tailored to its specific format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [RgbColorProfile](../../aspose.imaging.fileformats.jpeg/jpegimage/rgbcolorprofile/) { get; set; } | The RGB color profile for CMYK and YCCK JPEG images ensures accurate color conversion and representation. It must be paired with the CMYKColorProfile to maintain consistency and fidelity in color rendering. This pairing is essential for applications that require precise color management and reproduction of images, ensuring that the RGB data is properly interpreted and displayed. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| override [VerticalResolution](../../aspose.imaging.fileformats.jpeg/jpegimage/verticalresolution/) { get; set; } | This property manages the vertical resolution, expressed in pixels per inch, for the associated [`RasterImage`](../../aspose.imaging/rasterimage/). Adjusting this resolution impacts the size and quality of the image when printed or displayed at a fixed physical size. By setting this property, you control how densely the image's pixels are packed vertically, affecting its overall sharpness and clarity. | +| override [Width](../../aspose.imaging.fileformats.jpeg/jpegimage/width/) { get; } | This property retrieves the width of the image, expressed in pixels. It provides essential information about the image's dimensions, enabling accurate rendering, manipulation, or display of the image data. | +| override [XmpData](../../aspose.imaging.fileformats.jpeg/jpegimage/xmpdata/) { get; set; } | Handle XMP metadata with this property, enabling seamless integration of descriptive information into the image file. Whether you're extracting existing XMP metadata or updating it with new information, this property simplifies the management of extended metadata, ensuring compatibility with various applications and workflows. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| [AutoRotate](../../aspose.imaging.fileformats.jpeg/jpegimage/autorotate)() | Automatically rotates the image based on orientation data extracted from Exif metadata. This method ensures that images are displayed in the correct orientation, enhancing user experience and eliminating the need for manual adjustments. By analyzing Exif information, the image is rotated accordingly, providing a seamless viewing experience across different platforms and devices. This automated rotation process simplifies image handling and improves overall usability, especially when dealing with large batches of images with varying orientations. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| override [GetModifyDate](../../aspose.imaging.fileformats.jpeg/jpegimage/getmodifydate)(bool) | Retrieves the date and time when the resource image underwent its latest modification. This method provides valuable metadata, enabling users to track and manage updates to the image file effectively. By accessing this information, users can ensure the integrity and currency of their image assets, facilitating informed decision-making regarding image usage and maintenance. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| override [SetResolution](../../aspose.imaging.fileformats.jpeg/jpegimage/setresolution)(double, double) | Establishes the resolution for the specified [`RasterImage`](../../aspose.imaging/rasterimage), ensuring accurate scaling and printing capabilities. This method empowers users to tailor the image resolution to suit their specific requirements, whether for digital display or physical reproduction. By setting the resolution, users can optimize image quality and ensure compatibility with various output devices and mediums, enhancing the overall visual experience and usability of the image. | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| [AutoRotate](../../aspose.imaging.fileformats.jpeg/jpegimage/autorotate/)() | Automatically rotates the image based on orientation data extracted from Exif metadata. This method ensures that images are displayed in the correct orientation, enhancing user experience and eliminating the need for manual adjustments. By analyzing Exif information, the image is rotated accordingly, providing a seamless viewing experience across different platforms and devices. This automated rotation process simplifies image handling and improves overall usability, especially when dealing with large batches of images with varying orientations. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| override [GetModifyDate](../../aspose.imaging.fileformats.jpeg/jpegimage/getmodifydate/)(bool) | Retrieves the date and time when the resource image underwent its latest modification. This method provides valuable metadata, enabling users to track and manage updates to the image file effectively. By accessing this information, users can ensure the integrity and currency of their image assets, facilitating informed decision-making regarding image usage and maintenance. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| override [SetResolution](../../aspose.imaging.fileformats.jpeg/jpegimage/setresolution/)(double, double) | Establishes the resolution for the specified [`RasterImage`](../../aspose.imaging/rasterimage/), ensuring accurate scaling and printing capabilities. This method empowers users to tailor the image resolution to suit their specific requirements, whether for digital display or physical reproduction. By setting the resolution, users can optimize image quality and ensure compatibility with various output devices and mediums, enhancing the overall visual experience and usability of the image. | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples Access camera manufacturer maker notes in Jpeg image. @@ -190,8 +190,8 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/autorotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/autorotate/_index.md index b9895a9f69a3..672b21aa851d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/autorotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/autorotate/_index.md @@ -1,7 +1,7 @@ --- -title: AutoRotate +title: JpegImage.AutoRotate second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage method. Automatically rotates the image based on orientation data extracted from Exif metadata. This method ensures that images are displayed in the correct orientation enhancing user experience and eliminating the need for manual adjustments. By analyzing Exif information the image is rotated accordingly providing a seamless viewing experience across different platforms and devices. This automated rotation process simplifies image handling and improves overall usability especially when dealing with large batches of images with varying orientations type: docs weight: 190 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/autorotate/ @@ -22,8 +22,8 @@ public void AutoRotate() ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/bitsperpixel/_index.md index 7ad42408e931..73f766ca2275 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: JpegImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. Retrieve the pixel depth of the image effortlessly with this property offering insights into the richness of color or grayscale representation. Whether its a vibrant photograph or a monochrome illustration this property provides crucial information about the images visual complexity type: docs weight: 20 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/cmykcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/cmykcolorprofile/_index.md index 8d0989f0555b..3d933fc60331 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/cmykcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/cmykcolorprofile/_index.md @@ -1,7 +1,7 @@ --- -title: CmykColorProfile +title: JpegImage.CmykColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. The CMYK color profile associated with CMYK and YCCK JPEG images ensures precise color conversion and fidelity. It works in conjunction with the RGBColorProfile to guarantee accurate color representation across various devices and applications. This pairing is crucial for maintaining consistency in color rendering and achieving optimal image quality type: docs weight: 30 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/cmykcolorprofile/ @@ -14,7 +14,7 @@ The CMYK color profile associated with CMYK and YCCK JPEG images ensures precise public StreamSource CmykColorProfile { get; set; } ``` -### Examples +## Examples The following example loads PNG and saves it to CMYK JPEG using custom ICC profile. Then loads CMYK JPEG and saves it back to PNG. The color conversion from RGB to CMYK and from CMYK to RGB is performed using custom ICC profiles. @@ -58,9 +58,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage image = (Aspose.Imaging.FileFor ### See Also -* class [StreamSource](../../../aspose.imaging.sources/streamsource) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [StreamSource](../../../aspose.imaging.sources/streamsource/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/comment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/comment/_index.md index ebfc05260fc1..d9cb285abbcf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/comment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/comment/_index.md @@ -1,7 +1,7 @@ --- -title: Comment +title: JpegImage.Comment second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. Manage JPEG file comments with this property allowing you to add or retrieve descriptive annotations associated with the image. Whether its tagging images with metadata or appending additional context this property offers flexibility in organizing and categorizing your JPEG files type: docs weight: 40 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/comment/ @@ -16,8 +16,8 @@ public string Comment { get; set; } ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/destinationcmykcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/destinationcmykcolorprofile/_index.md index 413106a992aa..12a11ff139a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/destinationcmykcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/destinationcmykcolorprofile/_index.md @@ -1,7 +1,7 @@ --- -title: DestinationCmykColorProfile +title: JpegImage.DestinationCmykColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. The CMYK color profile is vital for the accurate color conversion of CMYK and YCCK JPEG images during the saving process. It works in tandem with the RGBColorProfile to ensure correct color representation maintaining consistency and quality across different devices and software. This synchronization is crucial for achieving accurate and reliable color rendering in the final saved images type: docs weight: 50 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/destinationcmykcolorprofile/ @@ -16,9 +16,9 @@ public StreamSource DestinationCmykColorProfile { get; set; } ### See Also -* class [StreamSource](../../../aspose.imaging.sources/streamsource) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [StreamSource](../../../aspose.imaging.sources/streamsource/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/destinationrgbcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/destinationrgbcolorprofile/_index.md index 558558f2c944..f086fa5f75ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/destinationrgbcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/destinationrgbcolorprofile/_index.md @@ -1,7 +1,7 @@ --- -title: DestinationRgbColorProfile +title: JpegImage.DestinationRgbColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. The RGBColorProfile is essential for the accurate color conversion of CMYK and YCCK JPEG images during the saving process. When paired with the CMYKColorProfile it ensures that the colors are rendered correctly and maintains consistency across different devices and applications. This combination is crucial for preserving the intended color representation and achieving highquality image output type: docs weight: 60 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/destinationrgbcolorprofile/ @@ -16,9 +16,9 @@ public StreamSource DestinationRgbColorProfile { get; set; } ### See Also -* class [StreamSource](../../../aspose.imaging.sources/streamsource) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [StreamSource](../../../aspose.imaging.sources/streamsource/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/exifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/exifdata/_index.md index 5374f1e8858e..b710ea6cee42 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/exifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/exifdata/_index.md @@ -1,7 +1,7 @@ --- -title: ExifData +title: JpegImage.ExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. Manage EXIF data with this property allowing you to add or retrieve metadata associated with the image. Whether its extracting information about the camera settings or modifying existing metadata this property offers flexibility in managing the EXIF data container type: docs weight: 70 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/exifdata/ @@ -14,7 +14,7 @@ Manage EXIF data with this property, allowing you to add or retrieve metadata as public JpegExifData ExifData { get; set; } ``` -### Examples +## Examples The following example shows how to extract EXIF tags from a JPEG image. @@ -96,9 +96,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage image = (Aspose.Imaging.FileFor ### See Also -* class [JpegExifData](../../../aspose.imaging.exif/jpegexifdata) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegExifData](../../../aspose.imaging.exif/jpegexifdata/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/fileformat/_index.md index 796d90113dc3..21402880136e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: JpegImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. Retrieve the format of the image effortlessly with this property. It provides valuable insight into the file format aiding in seamless integration and compatibility checks across various platforms and applications type: docs weight: 80 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/getmodifydate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/getmodifydate/_index.md index 7f465e8e6d71..8c3c983bd5a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/getmodifydate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/getmodifydate/_index.md @@ -1,7 +1,7 @@ --- -title: GetModifyDate +title: JpegImage.GetModifyDate second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage method. Retrieves the date and time when the resource image underwent its latest modification. This method provides valuable metadata enabling users to track and manage updates to the image file effectively. By accessing this information users can ensure the integrity and currency of their image assets facilitating informed decisionmaking regarding image usage and maintenance type: docs weight: 200 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/getmodifydate/ @@ -24,8 +24,8 @@ The date and time the resource image was last modified. ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/height/_index.md index 3622aab83bfb..5aa93362dcd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: JpegImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. Retrieve the height of the image effortlessly with this property. It provides quick access to the vertical dimension of the image allowing you to efficiently determine its size and aspect ratio without the need for complex calculations or additional methods type: docs weight: 90 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/horizontalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/horizontalresolution/_index.md index e96cba138d96..75ede66ba515 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/horizontalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/horizontalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: HorizontalResolution +title: JpegImage.HorizontalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. This property grants you access to the horizontal resolution of the RasterImage measured in pixels per inch. By setting or retrieving this value you can precisely control the resolution of the image ensuring it meets your specific requirements for quality and clarity type: docs weight: 100 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/horizontalresolution/ --- ## JpegImage.HorizontalResolution property -This property grants you access to the horizontal resolution of the [`RasterImage`](../../../aspose.imaging/rasterimage), measured in pixels per inch. By setting or retrieving this value, you can precisely control the resolution of the image, ensuring it meets your specific requirements for quality and clarity. +This property grants you access to the horizontal resolution of the [`RasterImage`](../../../aspose.imaging/rasterimage/), measured in pixels per inch. By setting or retrieving this value, you can precisely control the resolution of the image, ensuring it meets your specific requirements for quality and clarity. ```csharp public override double HorizontalResolution { get; set; } @@ -18,11 +18,11 @@ public override double HorizontalResolution { get; set; } The horizontal resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a JPEG image. @@ -62,8 +62,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.jpg" ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/ignoreembeddedcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/ignoreembeddedcolorprofile/_index.md index df4c41b03a5c..cba4d798d2f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/ignoreembeddedcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/ignoreembeddedcolorprofile/_index.md @@ -1,7 +1,7 @@ --- -title: IgnoreEmbeddedColorProfile +title: JpegImage.IgnoreEmbeddedColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. Retrieves or modifies the flag denoting whether the embedded color profile is disregarded. By setting this flag users can specify whether the default color profile should be used instead of the embedded one. This option ensures greater control over color management facilitating adjustments for consistency and compatibility across various platforms and applications type: docs weight: 110 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/ignoreembeddedcolorprofile/ @@ -16,8 +16,8 @@ public bool IgnoreEmbeddedColorProfile { get; set; } ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jfif/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jfif/_index.md index af8f91b150c1..4956aab597ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jfif/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jfif/_index.md @@ -1,7 +1,7 @@ --- -title: Jfif +title: JpegImage.Jfif second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. This property allows you to access or modify the JFIF JPEG File Interchange Format data associated with the JPEG image. JFIF is a standard format for exchanging JPEGcompressed images between computers and other devices. By getting or setting this property you can interact with the JFIF data which may include information such as the images resolution aspect ratio and thumbnail type: docs weight: 120 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/jfif/ @@ -16,9 +16,9 @@ public JFIFData Jfif { get; set; } ### See Also -* class [JFIFData](../../jfifdata) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JFIFData](../../jfifdata/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jpegimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jpegimage/_index.md index 8ab6de86745a..71f0ec49b436 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jpegimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jpegimage/_index.md @@ -1,14 +1,14 @@ --- -title: JpegImage +title: JpegImage.JpegImage second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage constructor. The JpegImage class initiates effortlessly by invoking its constructor with the specified path parameter. This constructor enables seamless creation of JPEG images ensuring swift integration into your projects with ease type: docs weight: 10 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/jpegimage/ --- -## JpegImage constructor (1 of 5) +## JpegImage(string) {#constructor_4} -The [`JpegImage`](../../jpegimage) class initiates effortlessly by invoking its constructor with the specified path parameter. This constructor enables seamless creation of JPEG images, ensuring swift integration into your projects with ease. +The [`JpegImage`](../) class initiates effortlessly by invoking its constructor with the specified path parameter. This constructor enables seamless creation of JPEG images, ensuring swift integration into your projects with ease. ```csharp public JpegImage(string path) @@ -18,7 +18,7 @@ public JpegImage(string path) | --- | --- | --- | | path | String | The path to load image from and initialize pixel and palette data with. | -### Examples +## Examples The example shows how to load a JpegImage from a file. @@ -38,15 +38,15 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) --- -## JpegImage constructor (2 of 5) +## JpegImage(Stream) {#constructor_3} -Initialize a JPEG image object with the [`JpegImage`](../../jpegimage) class using a stream parameter. This constructor simplifies the process of working with JPEG images, offering a straightforward approach for integrating them into your projects effortlessly. +Initialize a JPEG image object with the [`JpegImage`](../) class using a stream parameter. This constructor simplifies the process of working with JPEG images, offering a straightforward approach for integrating them into your projects effortlessly. ```csharp public JpegImage(Stream stream) @@ -56,7 +56,7 @@ public JpegImage(Stream stream) | --- | --- | --- | | stream | Stream | The stream to load image from and initialize pixel and palette data with. | -### Examples +## Examples The example shows how to load a JpegImage from a file stream. @@ -79,15 +79,15 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.jpg")) ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) --- -## JpegImage constructor (3 of 5) +## JpegImage(RasterImage) {#constructor_1} -Initialize a new instance of the [`JpegImage`](../../jpegimage) class with a raster image parameter. This constructor provides a convenient way to create JPEG images directly from raster images, streamlining the workflow for working with JPEG images in your applications. +Initialize a new instance of the [`JpegImage`](../) class with a raster image parameter. This constructor provides a convenient way to create JPEG images directly from raster images, streamlining the workflow for working with JPEG images in your applications. ```csharp public JpegImage(RasterImage rasterImage) @@ -97,7 +97,7 @@ public JpegImage(RasterImage rasterImage) | --- | --- | --- | | rasterImage | RasterImage | The image to initialize pixel and palette data with. | -### Examples +## Examples The example shows how to load a JpegImage from another RasterImage. @@ -129,16 +129,16 @@ using (Aspose.Imaging.RasterImage rasterImage = (Aspose.Imaging.RasterImage)Aspo ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) --- -## JpegImage constructor (4 of 5) +## JpegImage(int, int) {#constructor_2} -Create a new instance of the [`JpegImage`](../../jpegimage) class with the specified width and height parameters. This constructor allows you to create JPEG images with custom dimensions, giving you flexibility in managing image sizes in your application. +Create a new instance of the [`JpegImage`](../) class with the specified width and height parameters. This constructor allows you to create JPEG images with custom dimensions, giving you flexibility in managing image sizes in your application. ```csharp public JpegImage(int width, int height) @@ -149,7 +149,7 @@ public JpegImage(int width, int height) | width | Int32 | The image width. | | height | Int32 | The image height. | -### Examples +## Examples The following example shows how to create JPEG image of the specified size. @@ -208,15 +208,15 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.bmp" ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) --- -## JpegImage constructor (5 of 5) +## JpegImage(JpegOptions, int, int) {#constructor} -Initialize a new [`JpegImage`](../../jpegimage) object with the provided JPEG options. This constructor empowers you to tailor various settings for the JPEG image, such as compression level, quality, and additional parameters, granting precise control over the resulting image format. +Initialize a new [`JpegImage`](../) object with the provided JPEG options. This constructor empowers you to tailor various settings for the JPEG image, such as compression level, quality, and additional parameters, granting precise control over the resulting image format. ```csharp public JpegImage(JpegOptions jpegOptions, int width, int height) @@ -228,7 +228,7 @@ public JpegImage(JpegOptions jpegOptions, int width, int height) | width | Int32 | Image width. | | height | Int32 | Image height. | -### Examples +## Examples The following example loads a BMP image and saves it to JPEG using various save options. @@ -317,9 +317,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* class [JpegOptions](../../../aspose.imaging.imageoptions/jpegoptions) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegOptions](../../../aspose.imaging.imageoptions/jpegoptions/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jpegoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jpegoptions/_index.md index c3e19a16cfbb..9d5b7c9d743e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jpegoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/jpegoptions/_index.md @@ -1,14 +1,14 @@ --- -title: JpegOptions +title: JpegImage.JpegOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. Gain access to the JPEG options employed during the creation or loading of this JpegImage instance with ease. This property offers valuable details about the specific settings utilized empowering users to understand and replicate image processing workflows effectively. Whether its compression levels quality settings or other parameters this property provides essential insights for seamless image manipulation type: docs weight: 130 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/jpegoptions/ --- ## JpegImage.JpegOptions property -Gain access to the JPEG options employed during the creation or loading of this [`JpegImage`](../../jpegimage) instance with ease. This property offers valuable details about the specific settings utilized, empowering users to understand and replicate image processing workflows effectively. Whether it's compression levels, quality settings, or other parameters, this property provides essential insights for seamless image manipulation. +Gain access to the JPEG options employed during the creation or loading of this [`JpegImage`](../) instance with ease. This property offers valuable details about the specific settings utilized, empowering users to understand and replicate image processing workflows effectively. Whether it's compression levels, quality settings, or other parameters, this property provides essential insights for seamless image manipulation. ```csharp public JpegOptions JpegOptions { get; } @@ -18,7 +18,7 @@ public JpegOptions JpegOptions { get; } The JPEG options. -### Examples +## Examples The following example shows how to extract the header information from a JPEG image. @@ -62,9 +62,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage image = (Aspose.Imaging.FileFor ### See Also -* class [JpegOptions](../../../aspose.imaging.imageoptions/jpegoptions) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegOptions](../../../aspose.imaging.imageoptions/jpegoptions/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/rawdataformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/rawdataformat/_index.md index 9d688265cb80..9b7bb99d42da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/rawdataformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/rawdataformat/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataFormat +title: JpegImage.RawDataFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. This property retrieves the raw data format of the image which indicates how the image data is structured and encoded. Understanding the raw data format is essential for processing or manipulating the image data effectively. It provides insights into the underlying representation of the image such as whether its compressed encoded in a specific color space or stored in a particular file format. Accessing this property allows you to gain valuable information about the images data structure enabling you to perform various operations or optimizations tailored to its specific format type: docs weight: 140 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/rawdataformat/ @@ -16,9 +16,9 @@ public override PixelDataFormat RawDataFormat { get; } ### See Also -* class [PixelDataFormat](../../../aspose.imaging/pixeldataformat) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [PixelDataFormat](../../../aspose.imaging/pixeldataformat/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/rgbcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/rgbcolorprofile/_index.md index 5897bd5962d2..7c16dbec80aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/rgbcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/rgbcolorprofile/_index.md @@ -1,7 +1,7 @@ --- -title: RgbColorProfile +title: JpegImage.RgbColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. The RGB color profile for CMYK and YCCK JPEG images ensures accurate color conversion and representation. It must be paired with the CMYKColorProfile to maintain consistency and fidelity in color rendering. This pairing is essential for applications that require precise color management and reproduction of images ensuring that the RGB data is properly interpreted and displayed type: docs weight: 150 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/rgbcolorprofile/ @@ -14,7 +14,7 @@ The RGB color profile for CMYK and YCCK JPEG images ensures accurate color conve public StreamSource RgbColorProfile { get; set; } ``` -### Examples +## Examples The following example loads PNG and saves it to CMYK JPEG using custom ICC profile. Then loads CMYK JPEG and saves it back to PNG. The color conversion from RGB to CMYK and from CMYK to RGB is performed using custom ICC profiles. @@ -58,9 +58,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage image = (Aspose.Imaging.FileFor ### See Also -* class [StreamSource](../../../aspose.imaging.sources/streamsource) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [StreamSource](../../../aspose.imaging.sources/streamsource/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/setresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/setresolution/_index.md index cb882a4cd0e9..e842840ec0d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/setresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/setresolution/_index.md @@ -1,14 +1,14 @@ --- -title: SetResolution +title: JpegImage.SetResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage method. Establishes the resolution for the specified RasterImage ensuring accurate scaling and printing capabilities. This method empowers users to tailor the image resolution to suit their specific requirements whether for digital display or physical reproduction. By setting the resolution users can optimize image quality and ensure compatibility with various output devices and mediums enhancing the overall visual experience and usability of the image type: docs weight: 210 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/setresolution/ --- ## JpegImage.SetResolution method -Establishes the resolution for the specified [`RasterImage`](../../../aspose.imaging/rasterimage), ensuring accurate scaling and printing capabilities. This method empowers users to tailor the image resolution to suit their specific requirements, whether for digital display or physical reproduction. By setting the resolution, users can optimize image quality and ensure compatibility with various output devices and mediums, enhancing the overall visual experience and usability of the image. +Establishes the resolution for the specified [`RasterImage`](../../../aspose.imaging/rasterimage/), ensuring accurate scaling and printing capabilities. This method empowers users to tailor the image resolution to suit their specific requirements, whether for digital display or physical reproduction. By setting the resolution, users can optimize image quality and ensure compatibility with various output devices and mediums, enhancing the overall visual experience and usability of the image. ```csharp public override void SetResolution(double dpiX, double dpiY) @@ -16,10 +16,10 @@ public override void SetResolution(double dpiX, double dpiY) | Parameter | Type | Description | | --- | --- | --- | -| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage). | -| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage). | +| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/). | +| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/). | -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a JPEG image. @@ -59,8 +59,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.jpg" ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/verticalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/verticalresolution/_index.md index fdfe927feece..940585e152e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/verticalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/verticalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: VerticalResolution +title: JpegImage.VerticalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. This property manages the vertical resolution expressed in pixels per inch for the associated RasterImage. Adjusting this resolution impacts the size and quality of the image when printed or displayed at a fixed physical size. By setting this property you control how densely the images pixels are packed vertically affecting its overall sharpness and clarity type: docs weight: 160 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/verticalresolution/ --- ## JpegImage.VerticalResolution property -This property manages the vertical resolution, expressed in pixels per inch, for the associated [`RasterImage`](../../../aspose.imaging/rasterimage). Adjusting this resolution impacts the size and quality of the image when printed or displayed at a fixed physical size. By setting this property, you control how densely the image's pixels are packed vertically, affecting its overall sharpness and clarity. +This property manages the vertical resolution, expressed in pixels per inch, for the associated [`RasterImage`](../../../aspose.imaging/rasterimage/). Adjusting this resolution impacts the size and quality of the image when printed or displayed at a fixed physical size. By setting this property, you control how densely the image's pixels are packed vertically, affecting its overall sharpness and clarity. ```csharp public override double VerticalResolution { get; set; } @@ -18,11 +18,11 @@ public override double VerticalResolution { get; set; } The vertical resolution. -### Remarks +## Remarks Note by default this value is always 72 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a JPEG image. @@ -62,8 +62,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.jpg" ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/width/_index.md index 05ee6b688e1e..db1abfc4d3c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: JpegImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. This property retrieves the width of the image expressed in pixels. It provides essential information about the images dimensions enabling accurate rendering manipulation or display of the image data type: docs weight: 170 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/xmpdata/_index.md index 44dbcc757a56..8fb581915d67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpegimage/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: JpegImage.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegImage property. Handle XMP metadata with this property enabling seamless integration of descriptive information into the image file. Whether youre extracting existing XMP metadata or updating it with new information this property simplifies the management of extended metadata ensuring compatibility with various applications and workflows type: docs weight: 180 url: /net/aspose.imaging.fileformats.jpeg/jpegimage/xmpdata/ @@ -20,9 +20,9 @@ The XMP metadata. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [JpegImage](../../jpegimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [JpegImage](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglsinterleavemode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglsinterleavemode/_index.md index e6e0d464cb69..35838bbd2a85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglsinterleavemode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglsinterleavemode/_index.md @@ -1,7 +1,7 @@ --- -title: JpegLsInterleaveMode +title: Enum JpegLsInterleaveMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg.JpegLsInterleaveMode enum. Defines the interleave mode for multicomponent color pixel data type: docs weight: 6780 url: /net/aspose.imaging.fileformats.jpeg/jpeglsinterleavemode/ @@ -24,7 +24,7 @@ public enum JpegLsInterleaveMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/_index.md index 0a44a77f1dd9..3a3d16546ec3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/_index.md @@ -1,7 +1,7 @@ --- -title: JpegLsPresetCodingParameters +title: Class JpegLsPresetCodingParameters second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg.JpegLsPresetCodingParameters class. Defines the JPEGLS preset coding parameters as defined in ISO/IEC 144951 C.2.4.1.1. JPEGLS defines a default set of parameters but custom parameters can be used. When used these parameters are written into the encoded bit stream as they are needed for the decoding process type: docs weight: 6790 url: /net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/ @@ -18,21 +18,21 @@ public class JpegLsPresetCodingParameters | Name | Description | | --- | --- | -| [JpegLsPresetCodingParameters](jpeglspresetcodingparameters)() | The default constructor. | +| [JpegLsPresetCodingParameters](jpeglspresetcodingparameters/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [MaximumSampleValue](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/maximumsamplevalue) { get; set; } | Gets or sets the maximum possible value for any image sample in a scan. This must be greater than or equal to the actual maximum value for the components in a scan. | -| [ResetValue](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/resetvalue) { get; set; } | Gets or sets the value at which the counters A, B, and N are halved. | -| [Threshold1](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold1) { get; set; } | Gets or sets the first quantization threshold value for the local gradients. | -| [Threshold2](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold2) { get; set; } | Gets or sets the second quantization threshold value for the local gradients. | -| [Threshold3](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold3) { get; set; } | Gets or sets the third quantization threshold value for the local gradients. | +| [MaximumSampleValue](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/maximumsamplevalue/) { get; set; } | Gets or sets the maximum possible value for any image sample in a scan. This must be greater than or equal to the actual maximum value for the components in a scan. | +| [ResetValue](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/resetvalue/) { get; set; } | Gets or sets the value at which the counters A, B, and N are halved. | +| [Threshold1](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold1/) { get; set; } | Gets or sets the first quantization threshold value for the local gradients. | +| [Threshold2](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold2/) { get; set; } | Gets or sets the second quantization threshold value for the local gradients. | +| [Threshold3](../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold3/) { get; set; } | Gets or sets the third quantization threshold value for the local gradients. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/jpeglspresetcodingparameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/jpeglspresetcodingparameters/_index.md index 31c82ccf778c..b114187bed49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/jpeglspresetcodingparameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/jpeglspresetcodingparameters/_index.md @@ -1,7 +1,7 @@ --- -title: JpegLsPresetCodingParameters +title: JpegLsPresetCodingParameters.JpegLsPresetCodingParameters second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegLsPresetCodingParameters constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/jpeglspresetcodingparameters/ @@ -16,8 +16,8 @@ public JpegLsPresetCodingParameters() ### See Also -* class [JpegLsPresetCodingParameters](../../jpeglspresetcodingparameters) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters) +* class [JpegLsPresetCodingParameters](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/maximumsamplevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/maximumsamplevalue/_index.md index e04753c07043..3e5b8e22f2a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/maximumsamplevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/maximumsamplevalue/_index.md @@ -1,7 +1,7 @@ --- -title: MaximumSampleValue +title: JpegLsPresetCodingParameters.MaximumSampleValue second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegLsPresetCodingParameters property. Gets or sets the maximum possible value for any image sample in a scan. This must be greater than or equal to the actual maximum value for the components in a scan type: docs weight: 20 url: /net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/maximumsamplevalue/ @@ -16,8 +16,8 @@ public int MaximumSampleValue { get; set; } ### See Also -* class [JpegLsPresetCodingParameters](../../jpeglspresetcodingparameters) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters) +* class [JpegLsPresetCodingParameters](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/resetvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/resetvalue/_index.md index 943801326d57..22aab98686dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/resetvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/resetvalue/_index.md @@ -1,7 +1,7 @@ --- -title: ResetValue +title: JpegLsPresetCodingParameters.ResetValue second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegLsPresetCodingParameters property. Gets or sets the value at which the counters A B and N are halved type: docs weight: 30 url: /net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/resetvalue/ @@ -16,8 +16,8 @@ public int ResetValue { get; set; } ### See Also -* class [JpegLsPresetCodingParameters](../../jpeglspresetcodingparameters) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters) +* class [JpegLsPresetCodingParameters](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold1/_index.md index d25461d3d0ee..663ba550a3ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold1/_index.md @@ -1,7 +1,7 @@ --- -title: Threshold1 +title: JpegLsPresetCodingParameters.Threshold1 second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegLsPresetCodingParameters property. Gets or sets the first quantization threshold value for the local gradients type: docs weight: 40 url: /net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold1/ @@ -16,8 +16,8 @@ public int Threshold1 { get; set; } ### See Also -* class [JpegLsPresetCodingParameters](../../jpeglspresetcodingparameters) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters) +* class [JpegLsPresetCodingParameters](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold2/_index.md index 3064e5db69c2..a8f3ccde6383 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold2/_index.md @@ -1,7 +1,7 @@ --- -title: Threshold2 +title: JpegLsPresetCodingParameters.Threshold2 second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegLsPresetCodingParameters property. Gets or sets the second quantization threshold value for the local gradients type: docs weight: 50 url: /net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold2/ @@ -16,8 +16,8 @@ public int Threshold2 { get; set; } ### See Also -* class [JpegLsPresetCodingParameters](../../jpeglspresetcodingparameters) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters) +* class [JpegLsPresetCodingParameters](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold3/_index.md index ad79970a5481..5ddd2257cdd3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold3/_index.md @@ -1,7 +1,7 @@ --- -title: Threshold3 +title: JpegLsPresetCodingParameters.Threshold3 second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegLsPresetCodingParameters property. Gets or sets the third quantization threshold value for the local gradients type: docs weight: 60 url: /net/aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/threshold3/ @@ -16,8 +16,8 @@ public int Threshold3 { get; set; } ### See Also -* class [JpegLsPresetCodingParameters](../../jpeglspresetcodingparameters) -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters) +* class [JpegLsPresetCodingParameters](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpeglspresetcodingparameters/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/sampleroundingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/sampleroundingmode/_index.md index ccdcf1efa198..d3768b77a065 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/sampleroundingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg/sampleroundingmode/_index.md @@ -1,7 +1,7 @@ --- -title: SampleRoundingMode +title: Enum SampleRoundingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg.SampleRoundingMode enum. Defines a way in which an nbit value is converted to an 8bit value type: docs weight: 6800 url: /net/aspose.imaging.fileformats.jpeg/sampleroundingmode/ @@ -23,7 +23,7 @@ public enum SampleRoundingMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg) +* namespace [Aspose.Imaging.FileFormats.Jpeg](../../aspose.imaging.fileformats.jpeg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/_index.md index 550bbef7c7ca..95c24fbf4900 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Jpeg2000 second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Jpeg2000 file format processing. +description: The namespace handles Jpeg2000 file format processing type: docs weight: 490 url: /net/aspose.imaging.fileformats.jpeg2000/ @@ -12,12 +12,12 @@ The namespace handles Jpeg2000 file format processing. | Class | Description | | --- | --- | -| [Jpeg2000CustomException](./jpeg2000customexception) | Jpeg2000 OpenJpeg code generated exception | -| [Jpeg2000Image](./jpeg2000image) | Efficiently manipulate JPEG2000 (JP2) image files with our API, supporting a range of bits per pixel depths and seamless processing of XMP metadata containing essential image information. With capabilities for lossless compression, ensure optimal image quality while maintaining file integrity, empowering you to tailor JP2 images to your exact specifications with ease. | +| [Jpeg2000CustomException](./jpeg2000customexception/) | Jpeg2000 OpenJpeg code generated exception | +| [Jpeg2000Image](./jpeg2000image/) | Efficiently manipulate JPEG2000 (JP2) image files with our API, supporting a range of bits per pixel depths and seamless processing of XMP metadata containing essential image information. With capabilities for lossless compression, ensure optimal image quality while maintaining file integrity, empowering you to tailor JP2 images to your exact specifications with ease. | ## Enumeration | Enumeration | Description | | --- | --- | -| [Jpeg2000Codec](./jpeg2000codec) | Represents JPEG2000 image type | +| [Jpeg2000Codec](./jpeg2000codec/) | Represents JPEG2000 image type | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000codec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000codec/_index.md index 656b0dadd74e..cda9d4fd040e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000codec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000codec/_index.md @@ -1,7 +1,7 @@ --- -title: Jpeg2000Codec +title: Enum Jpeg2000Codec second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Codec enum. Represents JPEG2000 image type type: docs weight: 6810 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000codec/ @@ -24,7 +24,7 @@ public enum Jpeg2000Codec ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../aspose.imaging.fileformats.jpeg2000) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../aspose.imaging.fileformats.jpeg2000/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000customexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000customexception/_index.md index 0bac69359fc7..f3c7e57be6d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000customexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000customexception/_index.md @@ -1,7 +1,7 @@ --- -title: Jpeg2000CustomException +title: Class Jpeg2000CustomException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000CustomException class. Jpeg2000 OpenJpeg code generated exception type: docs weight: 6820 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000customexception/ @@ -16,7 +16,7 @@ public class Jpeg2000CustomException : Exception ### See Also -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../aspose.imaging.fileformats.jpeg2000) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../aspose.imaging.fileformats.jpeg2000/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/_index.md index ba59be1d652f..510ce87624c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/_index.md @@ -1,7 +1,7 @@ --- -title: Jpeg2000Image +title: Class Jpeg2000Image second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Image class. Efficiently manipulate JPEG2000 JP2 image files with our API supporting a range of bits per pixel depths and seamless processing of XMP metadata containing essential image information. With capabilities for lossless compression ensure optimal image quality while maintaining file integrity empowering you to tailor JP2 images to your exact specifications with ease type: docs weight: 6830 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/ @@ -18,141 +18,141 @@ public sealed class Jpeg2000Image : RasterCachedImage | Name | Description | | --- | --- | -| [Jpeg2000Image](jpeg2000image)(RasterImage) | Instantiate a new [`Jpeg2000Image`](../jpeg2000image) class with a raster image. This constructor facilitates the creation of a JPEG2000 image from an existing raster image, offering seamless integration and conversion between different image formats. | -| [Jpeg2000Image](jpeg2000image)(Stream) | Easily initialize a new instance of the [`Jpeg2000Image`](../jpeg2000image) class by providing a stream object. This constructor simplifies the process of loading JPEG2000 images directly from streams, offering flexibility and convenience for handling image data from various sources. | -| [Jpeg2000Image](jpeg2000image)(string) | Start working with the [`Jpeg2000Image`](../jpeg2000image) class by initializing a new instance with the path to the image you want to load. This constructor enables easy access to JPEG2000 images, simplifying the process of loading and handling image files. By providing the file path, you can quickly begin processing and manipulating JPEG2000 images in your application. | -| [Jpeg2000Image](jpeg2000image)(int, int) | Create a new instance of the [`Jpeg2000Image`](../jpeg2000image) class, specifying the width and height parameters. This constructor allows you to initialize a JPEG2000 image with specific dimensions, which is useful for scenarios where you need to create an image of a certain size programmatically. | -| [Jpeg2000Image](jpeg2000image)(RasterImage, int) | Initialize a fresh [`Jpeg2000Image`](../jpeg2000image) instance with a raster image and bits per pixel parameters. This constructor enables precise control over the quality and size of the resulting JPEG2000 image, making it ideal for scenarios where customization is crucial. | -| [Jpeg2000Image](jpeg2000image)(Stream, int) | Initialize a new instance of the [`Jpeg2000Image`](../jpeg2000image) class with a stream to load the image, along with bits per pixel parameters. This constructor offers flexibility by allowing you to specify both the image data source and the desired bits per pixel, providing finer control over the image loading process. | -| [Jpeg2000Image](jpeg2000image)(string, int) | Get started easily with the [`Jpeg2000Image`](../jpeg2000image) class by creating a new instance with both the file path and the desired bits per pixel parameter. This constructor allows for fine-tuning the image loading process, ensuring compatibility with various image formats and quality settings. With this flexibility, you can efficiently manage and manipulate JPEG2000 images according to your specific requirements. | -| [Jpeg2000Image](jpeg2000image)(int, int, int) | Create a new instance of the [`Jpeg2000Image`](../jpeg2000image) class with parameters for width, height, and bits count. This constructor allows for the creation of JPEG2000 images with specific dimensions and bit depths, providing flexibility for various imaging needs. | -| [Jpeg2000Image](jpeg2000image)(int, int, Jpeg2000Options) | Instantiate a new [`Jpeg2000Image`](../jpeg2000image) object, providing the width, height, and image options parameters. This constructor allows for the creation of JPEG2000 images with specific dimensions and additional options, offering flexibility in image generation. | +| [Jpeg2000Image](jpeg2000image/#constructor)(RasterImage) | Instantiate a new `Jpeg2000Image` class with a raster image. This constructor facilitates the creation of a JPEG2000 image from an existing raster image, offering seamless integration and conversion between different image formats. | +| [Jpeg2000Image](jpeg2000image/#constructor_5)(Stream) | Easily initialize a new instance of the `Jpeg2000Image` class by providing a stream object. This constructor simplifies the process of loading JPEG2000 images directly from streams, offering flexibility and convenience for handling image data from various sources. | +| [Jpeg2000Image](jpeg2000image/#constructor_7)(string) | Start working with the `Jpeg2000Image` class by initializing a new instance with the path to the image you want to load. This constructor enables easy access to JPEG2000 images, simplifying the process of loading and handling image files. By providing the file path, you can quickly begin processing and manipulating JPEG2000 images in your application. | +| [Jpeg2000Image](jpeg2000image/#constructor_2)(int, int) | Create a new instance of the `Jpeg2000Image` class, specifying the width and height parameters. This constructor allows you to initialize a JPEG2000 image with specific dimensions, which is useful for scenarios where you need to create an image of a certain size programmatically. | +| [Jpeg2000Image](jpeg2000image/#constructor_1)(RasterImage, int) | Initialize a fresh `Jpeg2000Image` instance with a raster image and bits per pixel parameters. This constructor enables precise control over the quality and size of the resulting JPEG2000 image, making it ideal for scenarios where customization is crucial. | +| [Jpeg2000Image](jpeg2000image/#constructor_6)(Stream, int) | Initialize a new instance of the `Jpeg2000Image` class with a stream to load the image, along with bits per pixel parameters. This constructor offers flexibility by allowing you to specify both the image data source and the desired bits per pixel, providing finer control over the image loading process. | +| [Jpeg2000Image](jpeg2000image/#constructor_8)(string, int) | Get started easily with the `Jpeg2000Image` class by creating a new instance with both the file path and the desired bits per pixel parameter. This constructor allows for fine-tuning the image loading process, ensuring compatibility with various image formats and quality settings. With this flexibility, you can efficiently manage and manipulate JPEG2000 images according to your specific requirements. | +| [Jpeg2000Image](jpeg2000image/#constructor_4)(int, int, int) | Create a new instance of the `Jpeg2000Image` class with parameters for width, height, and bits count. This constructor allows for the creation of JPEG2000 images with specific dimensions and bit depths, providing flexibility for various imaging needs. | +| [Jpeg2000Image](jpeg2000image/#constructor_3)(int, int, Jpeg2000Options) | Instantiate a new `Jpeg2000Image` object, providing the width, height, and image options parameters. This constructor allows for the creation of JPEG2000 images with specific dimensions and additional options, offering flexibility in image generation. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/bitsperpixel) { get; } | This property returns the depth of the image, measured in bits per pixel (bpp). It indicates the amount of color information stored in each pixel of the image. Understanding the image depth is crucial for determining the color fidelity and quality of the image. With this information, users can gauge the level of detail and richness of colors present in the image. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Codec](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/codec) { get; } | This property retrieves the JPEG2000 codec associated with the image. The JPEG2000 codec is responsible for encoding and decoding the image data in the JPEG2000 format, providing efficient compression while maintaining high image quality. Accessing this codec can be useful for performing advanced image processing operations or optimizing image compression settings tailored to specific requirements. | -| [Comments](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/comments) { get; set; } | This property allows for retrieving or updating the comments associated with the image. Comments provide additional information about the image content, such as annotations, descriptions, or metadata. Modifying these comments can be useful for organizing and categorizing images, as well as conveying important details to viewers or users. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/fileformat) { get; } | Retrieve the format of the image file. This property provides information about the file format of the image. Utilize this property to determine the format of the image file programmatically, facilitating appropriate handling and processing based on the file's format. | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/height) { get; } | This property retrieves the height of the image in pixels. It serves as essential information for understanding the image's vertical dimensions, aiding in various image manipulation tasks like resizing, cropping, and rendering. Accessing this property allows users to ascertain the image's vertical size, enabling precise layout and display in applications. | -| override [HorizontalResolution](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/horizontalresolution) { get; set; } | This property allows you to retrieve or modify the horizontal resolution of the [`RasterImage`](../../aspose.imaging/rasterimage), measured in pixels per inch (PPI). Adjusting this resolution can impact the size and quality of the image when printed or displayed. By setting the horizontal resolution, users can optimize the image for specific output devices or applications, ensuring the best possible visual results. | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| override [RawDataFormat](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawdataformat) { get; } | This property retrieves the raw data format of the image. It provides information about how the pixel data is stored in memory. Use this property to understand the underlying data format of the image, which can be crucial for various image processing operations like color conversion, compression, or decompression. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| override [RawLineSize](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawlinesize) { get; } | This property retrieves the size of a single line of raw image data in bytes. It indicates the amount of memory occupied by a single row of pixels in the image's raw data format. Understanding the raw line size is essential for tasks such as memory allocation, data manipulation, and image processing algorithms that operate on individual image lines. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| override [VerticalResolution](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/verticalresolution) { get; set; } | This property provides access to the vertical resolution of the [`RasterImage`](../../aspose.imaging/rasterimage), measured in pixels per inch (PPI). Modifying this resolution can affect the quality and size of the image when printed or displayed. By adjusting the vertical resolution, users can optimize the image for different output devices or applications, ensuring optimal visual rendering. | -| override [Width](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/width) { get; } | This property returns the width of the image in pixels. It provides a fundamental piece of information about the image's dimensions, crucial for various image processing tasks, including resizing, cropping, and rendering. | -| override [XmpData](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/xmpdata) { get; set; } | Retrieve or modify the XMP metadata associated with the image. This property grants access to the Extensible Metadata Platform (XMP) information embedded within the image file, allowing for manipulation or extraction of metadata attributes such as author details, copyright information, and descriptive tags. Utilizing this property empowers you to manage and leverage metadata embedded within the image, enhancing interoperability and metadata-driven workflows in your image processing tasks. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/bitsperpixel/) { get; } | This property returns the depth of the image, measured in bits per pixel (bpp). It indicates the amount of color information stored in each pixel of the image. Understanding the image depth is crucial for determining the color fidelity and quality of the image. With this information, users can gauge the level of detail and richness of colors present in the image. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Codec](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/codec/) { get; } | This property retrieves the JPEG2000 codec associated with the image. The JPEG2000 codec is responsible for encoding and decoding the image data in the JPEG2000 format, providing efficient compression while maintaining high image quality. Accessing this codec can be useful for performing advanced image processing operations or optimizing image compression settings tailored to specific requirements. | +| [Comments](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/comments/) { get; set; } | This property allows for retrieving or updating the comments associated with the image. Comments provide additional information about the image content, such as annotations, descriptions, or metadata. Modifying these comments can be useful for organizing and categorizing images, as well as conveying important details to viewers or users. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/fileformat/) { get; } | Retrieve the format of the image file. This property provides information about the file format of the image. Utilize this property to determine the format of the image file programmatically, facilitating appropriate handling and processing based on the file's format. | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/height/) { get; } | This property retrieves the height of the image in pixels. It serves as essential information for understanding the image's vertical dimensions, aiding in various image manipulation tasks like resizing, cropping, and rendering. Accessing this property allows users to ascertain the image's vertical size, enabling precise layout and display in applications. | +| override [HorizontalResolution](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/horizontalresolution/) { get; set; } | This property allows you to retrieve or modify the horizontal resolution of the [`RasterImage`](../../aspose.imaging/rasterimage/), measured in pixels per inch (PPI). Adjusting this resolution can impact the size and quality of the image when printed or displayed. By setting the horizontal resolution, users can optimize the image for specific output devices or applications, ensuring the best possible visual results. | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| override [RawDataFormat](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawdataformat/) { get; } | This property retrieves the raw data format of the image. It provides information about how the pixel data is stored in memory. Use this property to understand the underlying data format of the image, which can be crucial for various image processing operations like color conversion, compression, or decompression. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| override [RawLineSize](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawlinesize/) { get; } | This property retrieves the size of a single line of raw image data in bytes. It indicates the amount of memory occupied by a single row of pixels in the image's raw data format. Understanding the raw line size is essential for tasks such as memory allocation, data manipulation, and image processing algorithms that operate on individual image lines. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| override [VerticalResolution](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/verticalresolution/) { get; set; } | This property provides access to the vertical resolution of the [`RasterImage`](../../aspose.imaging/rasterimage/), measured in pixels per inch (PPI). Modifying this resolution can affect the quality and size of the image when printed or displayed. By adjusting the vertical resolution, users can optimize the image for different output devices or applications, ensuring optimal visual rendering. | +| override [Width](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/width/) { get; } | This property returns the width of the image in pixels. It provides a fundamental piece of information about the image's dimensions, crucial for various image processing tasks, including resizing, cropping, and rendering. | +| override [XmpData](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/xmpdata/) { get; set; } | Retrieve or modify the XMP metadata associated with the image. This property grants access to the Extensible Metadata Platform (XMP) information embedded within the image file, allowing for manipulation or extraction of metadata attributes such as author details, copyright information, and descriptive tags. Utilizing this property empowers you to manage and leverage metadata embedded within the image, enhancing interoperability and metadata-driven workflows in your image processing tasks. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| override [GetOriginalOptions](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/getoriginaloptions)() | Retrieve the image options based on the original file settings. This method is beneficial for maintaining the bit-depth and other parameters of the original image, ensuring consistency and preserving the integrity of the image data. Accessing these options facilitates seamless handling and processing of the image while retaining its original characteristics. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| override [GetOriginalOptions](../../aspose.imaging.fileformats.jpeg2000/jpeg2000image/getoriginaloptions/)() | Retrieve the image options based on the original file settings. This method is beneficial for maintaining the bit-depth and other parameters of the original image, ensuring consistency and preserving the integrity of the image data. Accessing these options facilitates seamless handling and processing of the image while retaining its original characteristics. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples This example shows how to load a JPEG2000 image from a file and save it to PNG. @@ -171,8 +171,8 @@ using (Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Image jpeg2000Image = new Asp ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../aspose.imaging.fileformats.jpeg2000) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../aspose.imaging.fileformats.jpeg2000/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/bitsperpixel/_index.md index f891316a7024..563fded31103 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: Jpeg2000Image.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property returns the depth of the image measured in bits per pixel bpp. It indicates the amount of color information stored in each pixel of the image. Understanding the image depth is crucial for determining the color fidelity and quality of the image. With this information users can gauge the level of detail and richness of colors present in the image type: docs weight: 20 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/bitsperpixel/ @@ -16,8 +16,8 @@ public override int BitsPerPixel { get; } ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/codec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/codec/_index.md index c9da49291e34..5b8abbc68482 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/codec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/codec/_index.md @@ -1,7 +1,7 @@ --- -title: Codec +title: Jpeg2000Image.Codec second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property retrieves the JPEG2000 codec associated with the image. The JPEG2000 codec is responsible for encoding and decoding the image data in the JPEG2000 format providing efficient compression while maintaining high image quality. Accessing this codec can be useful for performing advanced image processing operations or optimizing image compression settings tailored to specific requirements type: docs weight: 30 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/codec/ @@ -20,9 +20,9 @@ The codec. ### See Also -* enum [Jpeg2000Codec](../../jpeg2000codec) -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* enum [Jpeg2000Codec](../../jpeg2000codec/) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/comments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/comments/_index.md index d01825d4b949..e4779343765e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/comments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/comments/_index.md @@ -1,7 +1,7 @@ --- -title: Comments +title: Jpeg2000Image.Comments second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property allows for retrieving or updating the comments associated with the image. Comments provide additional information about the image content such as annotations descriptions or metadata. Modifying these comments can be useful for organizing and categorizing images as well as conveying important details to viewers or users type: docs weight: 40 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/comments/ @@ -20,8 +20,8 @@ The comments. ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/fileformat/_index.md index 375cb49028a7..ce6200e381a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: Jpeg2000Image.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. Retrieve the format of the image file. This property provides information about the file format of the image. Utilize this property to determine the format of the image file programmatically facilitating appropriate handling and processing based on the files format type: docs weight: 50 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/getoriginaloptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/getoriginaloptions/_index.md index 2b94c00c1131..1e2f6d879bb3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/getoriginaloptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/getoriginaloptions/_index.md @@ -1,14 +1,14 @@ --- -title: GetOriginalOptions +title: Jpeg2000Image.GetOriginalOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image method. Retrieve the image options based on the original file settings. This method is beneficial for maintaining the bitdepth and other parameters of the original image ensuring consistency and preserving the integrity of the image data. Accessing these options facilitates seamless handling and processing of the image while retaining its original characteristics. For example if we load a blackwhite PNG image with 1 bit per pixel and then save it using the Save method the output PNG image with 8bit per pixel will be produced. To avoid it and save PNG image with 1bit per pixel use this method to get corresponding saving options and pass them to the Save method as the second parameter type: docs weight: 130 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/getoriginaloptions/ --- ## Jpeg2000Image.GetOriginalOptions method -Retrieve the image options based on the original file settings. This method is beneficial for maintaining the bit-depth and other parameters of the original image, ensuring consistency and preserving the integrity of the image data. Accessing these options facilitates seamless handling and processing of the image while retaining its original characteristics. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save) method as the second parameter. +Retrieve the image options based on the original file settings. This method is beneficial for maintaining the bit-depth and other parameters of the original image, ensuring consistency and preserving the integrity of the image data. Accessing these options facilitates seamless handling and processing of the image while retaining its original characteristics. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save/) method as the second parameter. ```csharp public override ImageOptionsBase GetOriginalOptions() @@ -20,9 +20,9 @@ The options based on the original file settings. ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/height/_index.md index 7b7a20eeb0bb..9cbc12b7b7fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: Jpeg2000Image.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property retrieves the height of the image in pixels. It serves as essential information for understanding the images vertical dimensions aiding in various image manipulation tasks like resizing cropping and rendering. Accessing this property allows users to ascertain the images vertical size enabling precise layout and display in applications type: docs weight: 60 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/height/ @@ -16,8 +16,8 @@ public override int Height { get; } ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/horizontalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/horizontalresolution/_index.md index c80c00c30719..71a6f0d61603 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/horizontalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/horizontalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: HorizontalResolution +title: Jpeg2000Image.HorizontalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property allows you to retrieve or modify the horizontal resolution of the RasterImage measured in pixels per inch PPI. Adjusting this resolution can impact the size and quality of the image when printed or displayed. By setting the horizontal resolution users can optimize the image for specific output devices or applications ensuring the best possible visual results type: docs weight: 70 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/horizontalresolution/ --- ## Jpeg2000Image.HorizontalResolution property -This property allows you to retrieve or modify the horizontal resolution of the [`RasterImage`](../../../aspose.imaging/rasterimage), measured in pixels per inch (PPI). Adjusting this resolution can impact the size and quality of the image when printed or displayed. By setting the horizontal resolution, users can optimize the image for specific output devices or applications, ensuring the best possible visual results. +This property allows you to retrieve or modify the horizontal resolution of the [`RasterImage`](../../../aspose.imaging/rasterimage/), measured in pixels per inch (PPI). Adjusting this resolution can impact the size and quality of the image when printed or displayed. By setting the horizontal resolution, users can optimize the image for specific output devices or applications, ensuring the best possible visual results. ```csharp public override double HorizontalResolution { get; set; } @@ -18,11 +18,11 @@ public override double HorizontalResolution { get; set; } The horizontal resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a JPEG2000 image. @@ -55,8 +55,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.jp2" ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/jpeg2000image/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/jpeg2000image/_index.md index 3cf96a8e5002..aa23fa318e32 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/jpeg2000image/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/jpeg2000image/_index.md @@ -1,14 +1,14 @@ --- -title: Jpeg2000Image +title: Jpeg2000Image.Jpeg2000Image second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image constructor. Start working with the Jpeg2000Image class by initializing a new instance with the path to the image you want to load. This constructor enables easy access to JPEG2000 images simplifying the process of loading and handling image files. By providing the file path you can quickly begin processing and manipulating JPEG2000 images in your application type: docs weight: 10 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/jpeg2000image/ --- -## Jpeg2000Image constructor (1 of 9) +## Jpeg2000Image(string) {#constructor_7} -Start working with the [`Jpeg2000Image`](../../jpeg2000image) class by initializing a new instance with the path to the image you want to load. This constructor enables easy access to JPEG2000 images, simplifying the process of loading and handling image files. By providing the file path, you can quickly begin processing and manipulating JPEG2000 images in your application. +Start working with the [`Jpeg2000Image`](../) class by initializing a new instance with the path to the image you want to load. This constructor enables easy access to JPEG2000 images, simplifying the process of loading and handling image files. By providing the file path, you can quickly begin processing and manipulating JPEG2000 images in your application. ```csharp public Jpeg2000Image(string path) @@ -18,7 +18,7 @@ public Jpeg2000Image(string path) | --- | --- | --- | | path | String | The path to load image from and initialize pixel and palette data with. | -### Examples +## Examples This example shows how to load a JPEG2000 image from a file and save it to PNG. @@ -37,15 +37,15 @@ using (Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Image jpeg2000Image = new Asp ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Image constructor (2 of 9) +## Jpeg2000Image(string, int) {#constructor_8} -Get started easily with the [`Jpeg2000Image`](../../jpeg2000image) class by creating a new instance with both the file path and the desired bits per pixel parameter. This constructor allows for fine-tuning the image loading process, ensuring compatibility with various image formats and quality settings. With this flexibility, you can efficiently manage and manipulate JPEG2000 images according to your specific requirements. +Get started easily with the [`Jpeg2000Image`](../) class by creating a new instance with both the file path and the desired bits per pixel parameter. This constructor allows for fine-tuning the image loading process, ensuring compatibility with various image formats and quality settings. With this flexibility, you can efficiently manage and manipulate JPEG2000 images according to your specific requirements. ```csharp public Jpeg2000Image(string path, int bitsPerPixel) @@ -58,15 +58,15 @@ public Jpeg2000Image(string path, int bitsPerPixel) ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Image constructor (3 of 9) +## Jpeg2000Image(Stream) {#constructor_5} -Easily initialize a new instance of the [`Jpeg2000Image`](../../jpeg2000image) class by providing a stream object. This constructor simplifies the process of loading JPEG2000 images directly from streams, offering flexibility and convenience for handling image data from various sources. +Easily initialize a new instance of the [`Jpeg2000Image`](../) class by providing a stream object. This constructor simplifies the process of loading JPEG2000 images directly from streams, offering flexibility and convenience for handling image data from various sources. ```csharp public Jpeg2000Image(Stream stream) @@ -76,7 +76,7 @@ public Jpeg2000Image(Stream stream) | --- | --- | --- | | stream | Stream | The stream to load image from and initialize pixel and palette data with. | -### Examples +## Examples This example shows how to load a JPEG2000 image from a file stream and save it to PNG. @@ -96,15 +96,15 @@ using (Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Image jpeg2000Image = new Asp ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Image constructor (4 of 9) +## Jpeg2000Image(Stream, int) {#constructor_6} -Initialize a new instance of the [`Jpeg2000Image`](../../jpeg2000image) class with a stream to load the image, along with bits per pixel parameters. This constructor offers flexibility by allowing you to specify both the image data source and the desired bits per pixel, providing finer control over the image loading process. +Initialize a new instance of the [`Jpeg2000Image`](../) class with a stream to load the image, along with bits per pixel parameters. This constructor offers flexibility by allowing you to specify both the image data source and the desired bits per pixel, providing finer control over the image loading process. ```csharp public Jpeg2000Image(Stream stream, int bitsPerPixel) @@ -117,15 +117,15 @@ public Jpeg2000Image(Stream stream, int bitsPerPixel) ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Image constructor (5 of 9) +## Jpeg2000Image(int, int) {#constructor_2} -Create a new instance of the [`Jpeg2000Image`](../../jpeg2000image) class, specifying the width and height parameters. This constructor allows you to initialize a JPEG2000 image with specific dimensions, which is useful for scenarios where you need to create an image of a certain size programmatically. +Create a new instance of the [`Jpeg2000Image`](../) class, specifying the width and height parameters. This constructor allows you to initialize a JPEG2000 image with specific dimensions, which is useful for scenarios where you need to create an image of a certain size programmatically. ```csharp public Jpeg2000Image(int width, int height) @@ -136,7 +136,7 @@ public Jpeg2000Image(int width, int height) | width | Int32 | The image width | | height | Int32 | The image height | -### Examples +## Examples This example shows how to create a JPEG2000 image and save it to a file. @@ -161,15 +161,15 @@ using (Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Image jpeg2000Image = new Asp ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Image constructor (6 of 9) +## Jpeg2000Image(int, int, Jpeg2000Options) {#constructor_3} -Instantiate a new [`Jpeg2000Image`](../../jpeg2000image) object, providing the width, height, and image options parameters. This constructor allows for the creation of JPEG2000 images with specific dimensions and additional options, offering flexibility in image generation. +Instantiate a new [`Jpeg2000Image`](../) object, providing the width, height, and image options parameters. This constructor allows for the creation of JPEG2000 images with specific dimensions and additional options, offering flexibility in image generation. ```csharp public Jpeg2000Image(int width, int height, Jpeg2000Options options) @@ -181,7 +181,7 @@ public Jpeg2000Image(int width, int height, Jpeg2000Options options) | height | Int32 | The image height | | options | Jpeg2000Options | The options. | -### Examples +## Examples This example shows how to create a PNG image and save it to JPEG2000 with the desired options. @@ -245,16 +245,16 @@ using (Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Image jpeg2000Image = new Asp ### See Also -* class [Jpeg2000Options](../../../aspose.imaging.imageoptions/jpeg2000options) -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Options](../../../aspose.imaging.imageoptions/jpeg2000options/) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Image constructor (7 of 9) +## Jpeg2000Image(int, int, int) {#constructor_4} -Create a new instance of the [`Jpeg2000Image`](../../jpeg2000image) class with parameters for width, height, and bits count. This constructor allows for the creation of JPEG2000 images with specific dimensions and bit depths, providing flexibility for various imaging needs. +Create a new instance of the [`Jpeg2000Image`](../) class with parameters for width, height, and bits count. This constructor allows for the creation of JPEG2000 images with specific dimensions and bit depths, providing flexibility for various imaging needs. ```csharp public Jpeg2000Image(int width, int height, int bitsCount) @@ -268,15 +268,15 @@ public Jpeg2000Image(int width, int height, int bitsCount) ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Image constructor (8 of 9) +## Jpeg2000Image(RasterImage) {#constructor} -Instantiate a new [`Jpeg2000Image`](../../jpeg2000image) class with a raster image. This constructor facilitates the creation of a JPEG2000 image from an existing raster image, offering seamless integration and conversion between different image formats. +Instantiate a new [`Jpeg2000Image`](../) class with a raster image. This constructor facilitates the creation of a JPEG2000 image from an existing raster image, offering seamless integration and conversion between different image formats. ```csharp public Jpeg2000Image(RasterImage image) @@ -286,7 +286,7 @@ public Jpeg2000Image(RasterImage image) | --- | --- | --- | | image | RasterImage | The image. | -### Examples +## Examples This example shows how to create a JPEG2000 image with from another raster image. @@ -315,16 +315,16 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Image constructor (9 of 9) +## Jpeg2000Image(RasterImage, int) {#constructor_1} -Initialize a fresh [`Jpeg2000Image`](../../jpeg2000image) instance with a raster image and bits per pixel parameters. This constructor enables precise control over the quality and size of the resulting JPEG2000 image, making it ideal for scenarios where customization is crucial. +Initialize a fresh [`Jpeg2000Image`](../) instance with a raster image and bits per pixel parameters. This constructor enables precise control over the quality and size of the resulting JPEG2000 image, making it ideal for scenarios where customization is crucial. ```csharp public Jpeg2000Image(RasterImage rasterImage, int bitsPerPixel) @@ -337,9 +337,9 @@ public Jpeg2000Image(RasterImage rasterImage, int bitsPerPixel) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawdataformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawdataformat/_index.md index 0ad6335df7c1..fd0c403fd82f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawdataformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawdataformat/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataFormat +title: Jpeg2000Image.RawDataFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property retrieves the raw data format of the image. It provides information about how the pixel data is stored in memory. Use this property to understand the underlying data format of the image which can be crucial for various image processing operations like color conversion compression or decompression type: docs weight: 80 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawdataformat/ @@ -20,9 +20,9 @@ The raw data format. ### See Also -* class [PixelDataFormat](../../../aspose.imaging/pixeldataformat) -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [PixelDataFormat](../../../aspose.imaging/pixeldataformat/) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawlinesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawlinesize/_index.md index ac7db3dd9420..0dd26e7a27f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawlinesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawlinesize/_index.md @@ -1,7 +1,7 @@ --- -title: RawLineSize +title: Jpeg2000Image.RawLineSize second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property retrieves the size of a single line of raw image data in bytes. It indicates the amount of memory occupied by a single row of pixels in the images raw data format. Understanding the raw line size is essential for tasks such as memory allocation data manipulation and image processing algorithms that operate on individual image lines type: docs weight: 90 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/rawlinesize/ @@ -20,8 +20,8 @@ The raw line size in bytes. ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/verticalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/verticalresolution/_index.md index b0991d8528dd..c77d9d74c1e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/verticalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/verticalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: VerticalResolution +title: Jpeg2000Image.VerticalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property provides access to the vertical resolution of the RasterImage measured in pixels per inch PPI. Modifying this resolution can affect the quality and size of the image when printed or displayed. By adjusting the vertical resolution users can optimize the image for different output devices or applications ensuring optimal visual rendering type: docs weight: 100 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/verticalresolution/ --- ## Jpeg2000Image.VerticalResolution property -This property provides access to the vertical resolution of the [`RasterImage`](../../../aspose.imaging/rasterimage), measured in pixels per inch (PPI). Modifying this resolution can affect the quality and size of the image when printed or displayed. By adjusting the vertical resolution, users can optimize the image for different output devices or applications, ensuring optimal visual rendering. +This property provides access to the vertical resolution of the [`RasterImage`](../../../aspose.imaging/rasterimage/), measured in pixels per inch (PPI). Modifying this resolution can affect the quality and size of the image when printed or displayed. By adjusting the vertical resolution, users can optimize the image for different output devices or applications, ensuring optimal visual rendering. ```csharp public override double VerticalResolution { get; set; } @@ -18,11 +18,11 @@ public override double VerticalResolution { get; set; } The vertical resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a JPEG2000 image. @@ -55,8 +55,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.jp2" ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/width/_index.md index ee39208661f6..f637fddf9a71 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: Jpeg2000Image.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. This property returns the width of the image in pixels. It provides a fundamental piece of information about the images dimensions crucial for various image processing tasks including resizing cropping and rendering type: docs weight: 110 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/width/ @@ -16,8 +16,8 @@ public override int Width { get; } ### See Also -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/xmpdata/_index.md index fed9651473ae..293c379fc9f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: Jpeg2000Image.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Image property. Retrieve or modify the XMP metadata associated with the image. This property grants access to the Extensible Metadata Platform XMP information embedded within the image file allowing for manipulation or extraction of metadata attributes such as author details copyright information and descriptive tags. Utilizing this property empowers you to manage and leverage metadata embedded within the image enhancing interoperability and metadatadriven workflows in your image processing tasks type: docs weight: 120 url: /net/aspose.imaging.fileformats.jpeg2000/jpeg2000image/xmpdata/ @@ -20,9 +20,9 @@ The XMP metadata. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [Jpeg2000Image](../../jpeg2000image) -* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [Jpeg2000Image](../) +* namespace [Aspose.Imaging.FileFormats.Jpeg2000](../../jpeg2000image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/_index.md index e25c6be0f313..5df991657fd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/_index.md @@ -12,10 +12,10 @@ The Enumerations of open document | Enumeration | Description | | --- | --- | -| [OdGradientStyle](./odgradientstyle) | The gradient style | -| [OdMarkerType](./odmarkertype) | The od marker types for connectors | -| [OdMeasureTextKind](./odmeasuretextkind) | The measure text kind | -| [OdObjectKind](./odobjectkind) | The object kind | -| [OdTextAlignModeFlags](./odtextalignmodeflags) | The open document text align mode flags | +| [OdGradientStyle](./odgradientstyle/) | The gradient style | +| [OdMarkerType](./odmarkertype/) | The od marker types for connectors | +| [OdMeasureTextKind](./odmeasuretextkind/) | The measure text kind | +| [OdObjectKind](./odobjectkind/) | The object kind | +| [OdTextAlignModeFlags](./odtextalignmodeflags/) | The open document text align mode flags | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odgradientstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odgradientstyle/_index.md index 50b69082c069..44899336ebb5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odgradientstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odgradientstyle/_index.md @@ -1,7 +1,7 @@ --- -title: OdGradientStyle +title: Enum OdGradientStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Enums.OdGradientStyle enum. The gradient style type: docs weight: 6840 url: /net/aspose.imaging.fileformats.opendocument.enums/odgradientstyle/ @@ -28,7 +28,7 @@ public enum OdGradientStyle ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odmarkertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odmarkertype/_index.md index 06ec7318c015..9f60960a02b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odmarkertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odmarkertype/_index.md @@ -1,7 +1,7 @@ --- -title: OdMarkerType +title: Enum OdMarkerType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Enums.OdMarkerType enum. The od marker types for connectors type: docs weight: 6850 url: /net/aspose.imaging.fileformats.opendocument.enums/odmarkertype/ @@ -25,7 +25,7 @@ public enum OdMarkerType ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odmeasuretextkind/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odmeasuretextkind/_index.md index 6409821fcd9b..da5efbb2ccde 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odmeasuretextkind/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odmeasuretextkind/_index.md @@ -1,7 +1,7 @@ --- -title: OdMeasureTextKind +title: Enum OdMeasureTextKind second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Enums.OdMeasureTextKind enum. The measure text kind type: docs weight: 6860 url: /net/aspose.imaging.fileformats.opendocument.enums/odmeasuretextkind/ @@ -25,7 +25,7 @@ public enum OdMeasureTextKind ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odobjectkind/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odobjectkind/_index.md index a192681978bf..8fd41ad55487 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odobjectkind/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odobjectkind/_index.md @@ -1,7 +1,7 @@ --- -title: OdObjectKind +title: Enum OdObjectKind second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Enums.OdObjectKind enum. The object kind type: docs weight: 6870 url: /net/aspose.imaging.fileformats.opendocument.enums/odobjectkind/ @@ -25,7 +25,7 @@ public enum OdObjectKind ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odtextalignmodeflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odtextalignmodeflags/_index.md index 7df8e02eeec6..a60b13f46f1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odtextalignmodeflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.enums/odtextalignmodeflags/_index.md @@ -1,7 +1,7 @@ --- -title: OdTextAlignModeFlags +title: Enum OdTextAlignModeFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Enums.OdTextAlignModeFlags enum. The open document text align mode flags type: docs weight: 6880 url: /net/aspose.imaging.fileformats.opendocument.enums/odtextalignmodeflags/ @@ -34,7 +34,7 @@ public enum OdTextAlignModeFlags ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Enums](../../aspose.imaging.fileformats.opendocument.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/_index.md index 3c60b1c5893b..36c1d837f2e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/_index.md @@ -12,15 +12,15 @@ The Open document objects | Class | Description | | --- | --- | -| [OdBrush](./odbrush) | The open document brush | -| [OdGradientBrush](./odgradientbrush) | The gradient fill | -| [OdHatchedBrush](./odhatchedbrush) | The Hatched brush | -| [OdPatternBrush](./odpatternbrush) | The open document pattern brush | -| [OdSolidBrush](./odsolidbrush) | The open document solid brush | +| [OdBrush](./odbrush/) | The open document brush | +| [OdGradientBrush](./odgradientbrush/) | The gradient fill | +| [OdHatchedBrush](./odhatchedbrush/) | The Hatched brush | +| [OdPatternBrush](./odpatternbrush/) | The open document pattern brush | +| [OdSolidBrush](./odsolidbrush/) | The open document solid brush | ## Enumeration | Enumeration | Description | | --- | --- | -| [OdBrushStyle](./odbrushstyle) | The brush styles | +| [OdBrushStyle](./odbrushstyle/) | The brush styles | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/_index.md index 220a95653ad6..92cc89a2e65a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdBrush +title: Class OdBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush.OdBrush class. The open document brush type: docs weight: 6890 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/ @@ -18,17 +18,17 @@ public abstract class OdBrush : ICloneable | Name | Description | | --- | --- | -| abstract [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odbrush/brushstyle) { get; } | Gets the style. | +| abstract [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odbrush/brushstyle/) { get; } | Gets the style. | ## Methods | Name | Description | | --- | --- | -| abstract [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odbrush/clone)() | Clone this instance. | +| abstract [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odbrush/clone/)() | Clone this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/brushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/brushstyle/_index.md index ec28180d827b..9b7e94466fc5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/brushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/brushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: BrushStyle +title: OdBrush.BrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdBrush property. Gets the style type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/brushstyle/ @@ -20,9 +20,9 @@ The style. ### See Also -* enum [OdBrushStyle](../../odbrushstyle) -* class [OdBrush](../../odbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odbrush) +* enum [OdBrushStyle](../../odbrushstyle/) +* class [OdBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/clone/_index.md index 36e6459f6c98..44e29f95efd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: OdBrush.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: OdBrush method. Clone this instance type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odbrush/clone/ @@ -20,8 +20,8 @@ The return new instance of source brush ### See Also -* class [OdBrush](../../odbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odbrush) +* class [OdBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrushstyle/_index.md index 257af921a1b7..e9d7c6138f29 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odbrushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: OdBrushStyle +title: Enum OdBrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush.OdBrushStyle enum. The brush styles type: docs weight: 6900 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odbrushstyle/ @@ -26,7 +26,7 @@ public enum OdBrushStyle ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/_index.md index cb5c1ac3f11e..53a44ebcbaa8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdGradientBrush +title: Class OdGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush.OdGradientBrush class. The gradient fill type: docs weight: 6910 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/ @@ -18,28 +18,28 @@ public class OdGradientBrush : OdBrush | Name | Description | | --- | --- | -| [OdGradientBrush](odgradientbrush)() | The default constructor. | +| [OdGradientBrush](odgradientbrush/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/angle) { get; set; } | Gets or sets the angle. | -| override [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/brushstyle) { get; } | Gets the style. | -| [EndColor](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/endcolor) { get; set; } | Gets or sets the end color. | -| [GradientStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/gradientstyle) { get; set; } | Gets or sets the gradient style. | -| [StartColor](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/startcolor) { get; set; } | Gets or sets the start color. | +| [Angle](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/angle/) { get; set; } | Gets or sets the angle. | +| override [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/brushstyle/) { get; } | Gets the style. | +| [EndColor](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/endcolor/) { get; set; } | Gets or sets the end color. | +| [GradientStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/gradientstyle/) { get; set; } | Gets or sets the gradient style. | +| [StartColor](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/startcolor/) { get; set; } | Gets or sets the start color. | ## Methods | Name | Description | | --- | --- | -| override [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/clone)() | Clone this instance. | +| override [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/clone/)() | Clone this instance. | ### See Also -* class [OdBrush](../odbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush) +* class [OdBrush](../odbrush/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/angle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/angle/_index.md index e92a63c1ded4..5271c09c78c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/angle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/angle/_index.md @@ -1,7 +1,7 @@ --- -title: Angle +title: OdGradientBrush.Angle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGradientBrush property. Gets or sets the angle type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/angle/ @@ -20,8 +20,8 @@ The angle. ### See Also -* class [OdGradientBrush](../../odgradientbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush) +* class [OdGradientBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/brushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/brushstyle/_index.md index 969a1eb93cf7..0716afe23d52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/brushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/brushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: BrushStyle +title: OdGradientBrush.BrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGradientBrush property. Gets the style type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/brushstyle/ @@ -20,9 +20,9 @@ The style. ### See Also -* enum [OdBrushStyle](../../odbrushstyle) -* class [OdGradientBrush](../../odgradientbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush) +* enum [OdBrushStyle](../../odbrushstyle/) +* class [OdGradientBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/clone/_index.md index 8271d57caf56..7d797e3f6d58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: OdGradientBrush.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGradientBrush method. Clone this instance type: docs weight: 70 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/clone/ @@ -20,8 +20,8 @@ The return new instance of source brush ### See Also -* class [OdGradientBrush](../../odgradientbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush) +* class [OdGradientBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/endcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/endcolor/_index.md index 0c5528c837b1..51f227ce47f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/endcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/endcolor/_index.md @@ -1,7 +1,7 @@ --- -title: EndColor +title: OdGradientBrush.EndColor second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGradientBrush property. Gets or sets the end color type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/endcolor/ @@ -20,8 +20,8 @@ The end color. ### See Also -* class [OdGradientBrush](../../odgradientbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush) +* class [OdGradientBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/gradientstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/gradientstyle/_index.md index ce5a2bb38871..5032879fcd31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/gradientstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/gradientstyle/_index.md @@ -1,7 +1,7 @@ --- -title: GradientStyle +title: OdGradientBrush.GradientStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGradientBrush property. Gets or sets the gradient style type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/gradientstyle/ @@ -20,9 +20,9 @@ The gradient style. ### See Also -* enum [OdGradientStyle](../../../aspose.imaging.fileformats.opendocument.enums/odgradientstyle) -* class [OdGradientBrush](../../odgradientbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush) +* enum [OdGradientStyle](../../../aspose.imaging.fileformats.opendocument.enums/odgradientstyle/) +* class [OdGradientBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/odgradientbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/odgradientbrush/_index.md index 51f184d5c627..bcb541dea199 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/odgradientbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/odgradientbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdGradientBrush +title: OdGradientBrush.OdGradientBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGradientBrush constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/odgradientbrush/ @@ -16,8 +16,8 @@ public OdGradientBrush() ### See Also -* class [OdGradientBrush](../../odgradientbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush) +* class [OdGradientBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/startcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/startcolor/_index.md index 66ed3cdfeb33..7799b180f041 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/startcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/startcolor/_index.md @@ -1,7 +1,7 @@ --- -title: StartColor +title: OdGradientBrush.StartColor second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGradientBrush property. Gets or sets the start color type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odgradientbrush/startcolor/ @@ -20,8 +20,8 @@ The start color. ### See Also -* class [OdGradientBrush](../../odgradientbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush) +* class [OdGradientBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odgradientbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/_index.md index 190ba29a6de0..ce74ca2a399a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdHatchedBrush +title: Class OdHatchedBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush.OdHatchedBrush class. The Hatched brush type: docs weight: 6920 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/ @@ -18,25 +18,25 @@ public class OdHatchedBrush : OdBrush | Name | Description | | --- | --- | -| [OdHatchedBrush](odhatchedbrush)() | The default constructor. | +| [OdHatchedBrush](odhatchedbrush/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Argb32Color](../../aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/argb32color) { get; set; } | Gets or sets the color of the argb32. | -| override [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/brushstyle) { get; } | Gets the style. | +| [Argb32Color](../../aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/argb32color/) { get; set; } | Gets or sets the color of the argb32. | +| override [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/brushstyle/) { get; } | Gets the style. | ## Methods | Name | Description | | --- | --- | -| override [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/clone)() | Clone this instance. | +| override [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/clone/)() | Clone this instance. | ### See Also -* class [OdBrush](../odbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush) +* class [OdBrush](../odbrush/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/argb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/argb32color/_index.md index fc6c831fc45c..d75316796a0f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/argb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/argb32color/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Color +title: OdHatchedBrush.Argb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: OdHatchedBrush property. Gets or sets the color of the argb32 type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/argb32color/ @@ -20,8 +20,8 @@ The color of the argb32. ### See Also -* class [OdHatchedBrush](../../odhatchedbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odhatchedbrush) +* class [OdHatchedBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odhatchedbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/brushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/brushstyle/_index.md index 9cd87222cfb2..1965aaf17d24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/brushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/brushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: BrushStyle +title: OdHatchedBrush.BrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdHatchedBrush property. Gets the style type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/brushstyle/ @@ -20,9 +20,9 @@ The style. ### See Also -* enum [OdBrushStyle](../../odbrushstyle) -* class [OdHatchedBrush](../../odhatchedbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odhatchedbrush) +* enum [OdBrushStyle](../../odbrushstyle/) +* class [OdHatchedBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odhatchedbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/clone/_index.md index bd3adbadcf3d..07857ec028da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: OdHatchedBrush.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: OdHatchedBrush method. Clone this instance type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/clone/ @@ -20,8 +20,8 @@ The return new instance of source brush ### See Also -* class [OdHatchedBrush](../../odhatchedbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odhatchedbrush) +* class [OdHatchedBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odhatchedbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/odhatchedbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/odhatchedbrush/_index.md index c6df29612df1..7f136c650df3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/odhatchedbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/odhatchedbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdHatchedBrush +title: OdHatchedBrush.OdHatchedBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: OdHatchedBrush constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odhatchedbrush/odhatchedbrush/ @@ -16,8 +16,8 @@ public OdHatchedBrush() ### See Also -* class [OdHatchedBrush](../../odhatchedbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odhatchedbrush) +* class [OdHatchedBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odhatchedbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/_index.md index 138f15f9d0c2..2af025b16562 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdPatternBrush +title: Class OdPatternBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush.OdPatternBrush class. The open document pattern brush type: docs weight: 6930 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/ @@ -18,25 +18,25 @@ public class OdPatternBrush : OdBrush | Name | Description | | --- | --- | -| [OdPatternBrush](odpatternbrush)() | The default constructor. | +| [OdPatternBrush](odpatternbrush/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| override [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/brushstyle) { get; } | Gets the style. | -| [Pattern](../../aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/pattern) { get; set; } | Gets or sets the pattern. | +| override [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/brushstyle/) { get; } | Gets the style. | +| [Pattern](../../aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/pattern/) { get; set; } | Gets or sets the pattern. | ## Methods | Name | Description | | --- | --- | -| override [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/clone)() | Clone this instance. | +| override [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/clone/)() | Clone this instance. | ### See Also -* class [OdBrush](../odbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush) +* class [OdBrush](../odbrush/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/brushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/brushstyle/_index.md index 8fdc3534f674..7f81590b7d9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/brushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/brushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: BrushStyle +title: OdPatternBrush.BrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPatternBrush property. Gets the style type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/brushstyle/ @@ -20,9 +20,9 @@ The style. ### See Also -* enum [OdBrushStyle](../../odbrushstyle) -* class [OdPatternBrush](../../odpatternbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odpatternbrush) +* enum [OdBrushStyle](../../odbrushstyle/) +* class [OdPatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odpatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/clone/_index.md index 2058baba1052..1c75bcb9ffd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: OdPatternBrush.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPatternBrush method. Clone this instance type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/clone/ @@ -20,8 +20,8 @@ The return new instance of source brush ### See Also -* class [OdPatternBrush](../../odpatternbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odpatternbrush) +* class [OdPatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odpatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/odpatternbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/odpatternbrush/_index.md index 4895bb0d8321..3e8844a42449 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/odpatternbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/odpatternbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdPatternBrush +title: OdPatternBrush.OdPatternBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPatternBrush constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/odpatternbrush/ @@ -16,8 +16,8 @@ public OdPatternBrush() ### See Also -* class [OdPatternBrush](../../odpatternbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odpatternbrush) +* class [OdPatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odpatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/pattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/pattern/_index.md index 3a056c3c5d32..2e2aff45906d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/pattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/pattern/_index.md @@ -1,7 +1,7 @@ --- -title: Pattern +title: OdPatternBrush.Pattern second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPatternBrush property. Gets or sets the pattern type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odpatternbrush/pattern/ @@ -20,8 +20,8 @@ The pattern. ### See Also -* class [OdPatternBrush](../../odpatternbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odpatternbrush) +* class [OdPatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odpatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/_index.md index da580fa6c983..3067083f8986 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdSolidBrush +title: Class OdSolidBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush.OdSolidBrush class. The open document solid brush type: docs weight: 6940 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/ @@ -18,25 +18,25 @@ public class OdSolidBrush : OdBrush | Name | Description | | --- | --- | -| [OdSolidBrush](odsolidbrush)() | The default constructor. | +| [OdSolidBrush](odsolidbrush/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Argb32Color](../../aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/argb32color) { get; set; } | Gets or sets the color of the argb32. | -| override [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/brushstyle) { get; } | Gets the style. | +| [Argb32Color](../../aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/argb32color/) { get; set; } | Gets or sets the color of the argb32. | +| override [BrushStyle](../../aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/brushstyle/) { get; } | Gets the style. | ## Methods | Name | Description | | --- | --- | -| override [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/clone)() | Clone this instance. | +| override [Clone](../../aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/clone/)() | Clone this instance. | ### See Also -* class [OdBrush](../odbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush) +* class [OdBrush](../odbrush/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../aspose.imaging.fileformats.opendocument.objects.brush/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/argb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/argb32color/_index.md index 8f749b10016f..d4ec42216d61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/argb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/argb32color/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Color +title: OdSolidBrush.Argb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: OdSolidBrush property. Gets or sets the color of the argb32 type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/argb32color/ @@ -20,8 +20,8 @@ The color of the argb32. ### See Also -* class [OdSolidBrush](../../odsolidbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odsolidbrush) +* class [OdSolidBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odsolidbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/brushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/brushstyle/_index.md index ccbe207b30b4..614bda891518 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/brushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/brushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: BrushStyle +title: OdSolidBrush.BrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdSolidBrush property. Gets the style type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/brushstyle/ @@ -20,9 +20,9 @@ The style. ### See Also -* enum [OdBrushStyle](../../odbrushstyle) -* class [OdSolidBrush](../../odsolidbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odsolidbrush) +* enum [OdBrushStyle](../../odbrushstyle/) +* class [OdSolidBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odsolidbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/clone/_index.md index f00a5755a623..37b3a8e8002b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: OdSolidBrush.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: OdSolidBrush method. Clone this instance type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/clone/ @@ -20,8 +20,8 @@ The return new instance of source brush ### See Also -* class [OdSolidBrush](../../odsolidbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odsolidbrush) +* class [OdSolidBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odsolidbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/odsolidbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/odsolidbrush/_index.md index e4072ddd55c0..c3ef01de4d49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/odsolidbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/odsolidbrush/_index.md @@ -1,7 +1,7 @@ --- -title: OdSolidBrush +title: OdSolidBrush.OdSolidBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: OdSolidBrush constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.brush/odsolidbrush/odsolidbrush/ @@ -16,8 +16,8 @@ public OdSolidBrush() ### See Also -* class [OdSolidBrush](../../odsolidbrush) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odsolidbrush) +* class [OdSolidBrush](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush](../../odsolidbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/_index.md index cd65ec3c5605..775ceb14a3ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/_index.md @@ -12,6 +12,6 @@ The Open document objects | Class | Description | | --- | --- | -| [OdFont](./odfont) | The open document font | +| [OdFont](./odfont/) | The open document font | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/_index.md index ab14ad0f1c08..5b1536205258 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/_index.md @@ -1,7 +1,7 @@ --- -title: OdFont +title: Class OdFont second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Font.OdFont class. The open document font type: docs weight: 6950 url: /net/aspose.imaging.fileformats.opendocument.objects.font/odfont/ @@ -18,21 +18,21 @@ public class OdFont | Name | Description | | --- | --- | -| [OdFont](odfont)() | The default constructor. | +| [OdFont](odfont/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bold](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/bold) { get; set; } | Gets or sets a value indicating whether this [`OdFont`](../odfont) is weight. | -| [Facename](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/facename) { get; set; } | Gets or sets the facename. | -| [Height](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/height) { get; set; } | Gets or sets the height. | -| [Italic](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/italic) { get; set; } | Gets or sets a value indicating whether this [`OdFont`](../odfont) is italic. | -| [Strikeout](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/strikeout) { get; set; } | Gets or sets a value indicating whether this [`OdFont`](../odfont) is strikeout. | +| [Bold](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/bold/) { get; set; } | Gets or sets a value indicating whether this `OdFont` is weight. | +| [Facename](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/facename/) { get; set; } | Gets or sets the facename. | +| [Height](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/height/) { get; set; } | Gets or sets the height. | +| [Italic](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/italic/) { get; set; } | Gets or sets a value indicating whether this `OdFont` is italic. | +| [Strikeout](../../aspose.imaging.fileformats.opendocument.objects.font/odfont/strikeout/) { get; set; } | Gets or sets a value indicating whether this `OdFont` is strikeout. | ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../aspose.imaging.fileformats.opendocument.objects.font) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../aspose.imaging.fileformats.opendocument.objects.font/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/bold/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/bold/_index.md index e8ffc383c9c0..bbda7612c969 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/bold/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/bold/_index.md @@ -1,14 +1,14 @@ --- -title: Bold +title: OdFont.Bold second_title: Aspose.Imaging for .NET API Reference -description: +description: OdFont property. Gets or sets a value indicating whether this OdFont is weight type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.font/odfont/bold/ --- ## OdFont.Bold property -Gets or sets a value indicating whether this [`OdFont`](../../odfont) is weight. +Gets or sets a value indicating whether this [`OdFont`](../) is weight. ```csharp public bool Bold { get; set; } @@ -20,8 +20,8 @@ public bool Bold { get; set; } ### See Also -* class [OdFont](../../odfont) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont) +* class [OdFont](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/facename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/facename/_index.md index f8db3853335d..028f955f17a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/facename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/facename/_index.md @@ -1,7 +1,7 @@ --- -title: Facename +title: OdFont.Facename second_title: Aspose.Imaging for .NET API Reference -description: +description: OdFont property. Gets or sets the facename type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.font/odfont/facename/ @@ -20,8 +20,8 @@ The facename. ### See Also -* class [OdFont](../../odfont) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont) +* class [OdFont](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/height/_index.md index 638f0ae96363..3f4015843a8a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: OdFont.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: OdFont property. Gets or sets the height type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.font/odfont/height/ @@ -20,8 +20,8 @@ The height. ### See Also -* class [OdFont](../../odfont) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont) +* class [OdFont](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/italic/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/italic/_index.md index 4dbb8fd26623..4703f4d39814 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/italic/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/italic/_index.md @@ -1,14 +1,14 @@ --- -title: Italic +title: OdFont.Italic second_title: Aspose.Imaging for .NET API Reference -description: +description: OdFont property. Gets or sets a value indicating whether this OdFont is italic type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects.font/odfont/italic/ --- ## OdFont.Italic property -Gets or sets a value indicating whether this [`OdFont`](../../odfont) is italic. +Gets or sets a value indicating whether this [`OdFont`](../) is italic. ```csharp public bool Italic { get; set; } @@ -20,8 +20,8 @@ public bool Italic { get; set; } ### See Also -* class [OdFont](../../odfont) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont) +* class [OdFont](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/odfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/odfont/_index.md index c7465e93f57d..2b574404b917 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/odfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/odfont/_index.md @@ -1,7 +1,7 @@ --- -title: OdFont +title: OdFont.OdFont second_title: Aspose.Imaging for .NET API Reference -description: +description: OdFont constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.font/odfont/odfont/ @@ -16,8 +16,8 @@ public OdFont() ### See Also -* class [OdFont](../../odfont) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont) +* class [OdFont](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/strikeout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/strikeout/_index.md index a313977f1fda..4c77989c587f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/strikeout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.font/odfont/strikeout/_index.md @@ -1,14 +1,14 @@ --- -title: Strikeout +title: OdFont.Strikeout second_title: Aspose.Imaging for .NET API Reference -description: +description: OdFont property. Gets or sets a value indicating whether this OdFont is strikeout type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument.objects.font/odfont/strikeout/ --- ## OdFont.Strikeout property -Gets or sets a value indicating whether this [`OdFont`](../../odfont) is strikeout. +Gets or sets a value indicating whether this [`OdFont`](../) is strikeout. ```csharp public bool Strikeout { get; set; } @@ -20,8 +20,8 @@ public bool Strikeout { get; set; } ### See Also -* class [OdFont](../../odfont) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont) +* class [OdFont](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Font](../../odfont/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/_index.md index c7050494f7f3..f04ed8c1ea7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/_index.md @@ -12,41 +12,41 @@ The Open document graphic objects | Class | Description | | --- | --- | -| [OdAngleEllipse](./odangleellipse) | The Enhanced angle ellipse | -| [OdArc](./odarc) | The Enhanced Arc | -| [OdCircle](./odcircle) | The circle object | -| [OdClosePath](./odclosepath) | The close path | -| [OdConnector](./odconnector) | The connector | -| [OdContainer](./odcontainer) | The Container | -| [OdCurveTo](./odcurveto) | The Enhanced CurveTo | -| [OdCustomShape](./odcustomshape) | The open document custom-shape. | -| [OdEllipticalQundrant](./odellipticalqundrant) | The elliptical quadrant | -| [OdEndPath](./odendpath) | The enhanced end path | -| [OdEnhancedGeometry](./odenhancedgeometry) | The Enhanced geometry object. | -| [OdEquation](./odequation) | The open document equation | -| [OdFrame](./odframe) | The open document object frame | -| [OdGraphicObject](./odgraphicobject) | The open document graphic object. | -| [OdImageObject](./odimageobject) | The open document image | -| [OdLine](./odline) | The line object | -| [OdLineTo](./odlineto) | The enhanced lineTo | -| [OdList](./odlist) | The List object | -| [OdListItem](./odlistitem) | The list item | -| [OdMarker](./odmarker) | The Marker | -| [OdMeasure](./odmeasure) | The Measure | -| [OdMoveTo](./odmoveto) | The Enhanced moveTo | -| [OdNoFillPath](./odnofillpath) | The no fill path marker | -| [OdNoStrokePath](./odnostrokepath) | Specifies that the current set of sub-paths will not be stroked. | -| [OdPage](./odpage) | The Open document page. | -| [OdPath](./odpath) | The open document object path | -| [OdPolygon](./odpolygon) | The polygon | -| [OdPolyLine](./odpolyline) | The polyline | -| [OdRectangle](./odrectangle) | The rectangle object | -| [OdShortCurveTo](./odshortcurveto) | The short CurveTo | -| [OdStyledObject](./odstyledobject) | The open document styled graphic object. | -| [OdText](./odtext) | The text object | -| [OdTextBox](./odtextbox) | The text box | -| [OdTextMeasure](./odtextmeasure) | The text measure | -| [OdTextParagraph](./odtextparagraph) | The text paragraph | -| [OdTextSpan](./odtextspan) | The text span | +| [OdAngleEllipse](./odangleellipse/) | The Enhanced angle ellipse | +| [OdArc](./odarc/) | The Enhanced Arc | +| [OdCircle](./odcircle/) | The circle object | +| [OdClosePath](./odclosepath/) | The close path | +| [OdConnector](./odconnector/) | The connector | +| [OdContainer](./odcontainer/) | The Container | +| [OdCurveTo](./odcurveto/) | The Enhanced CurveTo | +| [OdCustomShape](./odcustomshape/) | The open document custom-shape. | +| [OdEllipticalQundrant](./odellipticalqundrant/) | The elliptical quadrant | +| [OdEndPath](./odendpath/) | The enhanced end path | +| [OdEnhancedGeometry](./odenhancedgeometry/) | The Enhanced geometry object. | +| [OdEquation](./odequation/) | The open document equation | +| [OdFrame](./odframe/) | The open document object frame | +| [OdGraphicObject](./odgraphicobject/) | The open document graphic object. | +| [OdImageObject](./odimageobject/) | The open document image | +| [OdLine](./odline/) | The line object | +| [OdLineTo](./odlineto/) | The enhanced lineTo | +| [OdList](./odlist/) | The List object | +| [OdListItem](./odlistitem/) | The list item | +| [OdMarker](./odmarker/) | The Marker | +| [OdMeasure](./odmeasure/) | The Measure | +| [OdMoveTo](./odmoveto/) | The Enhanced moveTo | +| [OdNoFillPath](./odnofillpath/) | The no fill path marker | +| [OdNoStrokePath](./odnostrokepath/) | Specifies that the current set of sub-paths will not be stroked. | +| [OdPage](./odpage/) | The Open document page. | +| [OdPath](./odpath/) | The open document object path | +| [OdPolygon](./odpolygon/) | The polygon | +| [OdPolyLine](./odpolyline/) | The polyline | +| [OdRectangle](./odrectangle/) | The rectangle object | +| [OdShortCurveTo](./odshortcurveto/) | The short CurveTo | +| [OdStyledObject](./odstyledobject/) | The open document styled graphic object. | +| [OdText](./odtext/) | The text object | +| [OdTextBox](./odtextbox/) | The text box | +| [OdTextMeasure](./odtextmeasure/) | The text measure | +| [OdTextParagraph](./odtextparagraph/) | The text paragraph | +| [OdTextSpan](./odtextspan/) | The text span | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/_index.md index 2f4e33da97a7..80772555a8d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/_index.md @@ -1,7 +1,7 @@ --- -title: OdAngleEllipse +title: Class OdAngleEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdAngleEllipse class. The Enhanced angle ellipse type: docs weight: 6960 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/ @@ -18,26 +18,26 @@ public class OdAngleEllipse : OdStyledObject | Name | Description | | --- | --- | -| [OdAngleEllipse](odangleellipse)(OdObject) | Initializes a new instance of the [`OdAngleEllipse`](../odangleellipse) class. | +| [OdAngleEllipse](odangleellipse/)(OdObject) | Initializes a new instance of the `OdAngleEllipse` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Closed](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed) { get; set; } | Gets or sets a value indicating whether this [`OdAngleEllipse`](../odangleellipse) is closed. | -| [EndAngle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle) { get; set; } | Gets or sets the end angle. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Kind](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind) { get; set; } | Gets or sets the kind. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [StartAngle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle) { get; set; } | Gets or sets the start angle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Closed](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed/) { get; set; } | Gets or sets a value indicating whether this `OdAngleEllipse` is closed. | +| [EndAngle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle/) { get; set; } | Gets or sets the end angle. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Kind](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind/) { get; set; } | Gets or sets the kind. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [StartAngle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle/) { get; set; } | Gets or sets the start angle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed/_index.md index c7921078cfb8..34877f2e800c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed/_index.md @@ -1,14 +1,14 @@ --- -title: Closed +title: OdAngleEllipse.Closed second_title: Aspose.Imaging for .NET API Reference -description: +description: OdAngleEllipse property. Gets or sets a value indicating whether this OdAngleEllipse is closed type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed/ --- ## OdAngleEllipse.Closed property -Gets or sets a value indicating whether this [`OdAngleEllipse`](../../odangleellipse) is closed. +Gets or sets a value indicating whether this [`OdAngleEllipse`](../) is closed. ```csharp public bool Closed { get; set; } @@ -20,8 +20,8 @@ public bool Closed { get; set; } ### See Also -* class [OdAngleEllipse](../../odangleellipse) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse) +* class [OdAngleEllipse](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle/_index.md index 47ecfb9c2190..293e9f9c5702 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle/_index.md @@ -1,7 +1,7 @@ --- -title: EndAngle +title: OdAngleEllipse.EndAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdAngleEllipse property. Gets or sets the end angle type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle/ @@ -20,8 +20,8 @@ The end angle. ### See Also -* class [OdAngleEllipse](../../odangleellipse) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse) +* class [OdAngleEllipse](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind/_index.md index c88c9eb319b8..c7b29c81d2d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind/_index.md @@ -1,7 +1,7 @@ --- -title: Kind +title: OdAngleEllipse.Kind second_title: Aspose.Imaging for .NET API Reference -description: +description: OdAngleEllipse property. Gets or sets the kind type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind/ @@ -20,9 +20,9 @@ The kind. ### See Also -* enum [OdObjectKind](../../../aspose.imaging.fileformats.opendocument.enums/odobjectkind) -* class [OdAngleEllipse](../../odangleellipse) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse) +* enum [OdObjectKind](../../../aspose.imaging.fileformats.opendocument.enums/odobjectkind/) +* class [OdAngleEllipse](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/odangleellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/odangleellipse/_index.md index 60c775e9b686..46f5c4dd4493 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/odangleellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/odangleellipse/_index.md @@ -1,14 +1,14 @@ --- -title: OdAngleEllipse +title: OdAngleEllipse.OdAngleEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: OdAngleEllipse constructor. Initializes a new instance of the OdAngleEllipse class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/odangleellipse/ --- ## OdAngleEllipse constructor -Initializes a new instance of the [`OdAngleEllipse`](../../odangleellipse) class. +Initializes a new instance of the [`OdAngleEllipse`](../) class. ```csharp public OdAngleEllipse(OdObject parent) @@ -20,9 +20,9 @@ public OdAngleEllipse(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdAngleEllipse](../../odangleellipse) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdAngleEllipse](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle/_index.md index 9fb5b3d3111d..d8a3f87ee231 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle/_index.md @@ -1,7 +1,7 @@ --- -title: StartAngle +title: OdAngleEllipse.StartAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdAngleEllipse property. Gets or sets the start angle type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle/ @@ -20,8 +20,8 @@ The start angle. ### See Also -* class [OdAngleEllipse](../../odangleellipse) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse) +* class [OdAngleEllipse](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odangleellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/_index.md index 5e6b2cb8b5a6..52d78fe03779 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/_index.md @@ -1,7 +1,7 @@ --- -title: OdArc +title: Class OdArc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdArc class. The Enhanced Arc type: docs weight: 6970 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/ @@ -18,28 +18,28 @@ public class OdArc : OdGraphicObject | Name | Description | | --- | --- | -| [OdArc](odarc)(OdObject) | Initializes a new instance of the [`OdArc`](../odarc) class. | +| [OdArc](odarc/)(OdObject) | Initializes a new instance of the `OdArc` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [ClockWise](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/clockwise) { get; set; } | Gets or sets a value indicating whether [clock wise]. | -| [IsArcTo](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isarcto) { get; set; } | Gets or sets a value indicating whether this instance is arc to. | -| [IsEllipticalQundrantX](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundrantx) { get; set; } | Gets or sets a value indicating whether this instance is elliptical quadrant x. | -| [IsEllipticalQundrantY](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundranty) { get; set; } | Gets or sets a value indicating whether this instance is elliptical quadrant y. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Point1](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point1) { get; set; } | Gets or sets the point1. | -| [Point2](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point2) { get; set; } | Gets or sets the point2. | -| [Point3](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point3) { get; set; } | Gets or sets the point3. | -| [Point4](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point4) { get; set; } | Gets or sets the point4. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [ClockWise](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/clockwise/) { get; set; } | Gets or sets a value indicating whether [clock wise]. | +| [IsArcTo](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isarcto/) { get; set; } | Gets or sets a value indicating whether this instance is arc to. | +| [IsEllipticalQundrantX](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundrantx/) { get; set; } | Gets or sets a value indicating whether this instance is elliptical quadrant x. | +| [IsEllipticalQundrantY](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundranty/) { get; set; } | Gets or sets a value indicating whether this instance is elliptical quadrant y. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Point1](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point1/) { get; set; } | Gets or sets the point1. | +| [Point2](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point2/) { get; set; } | Gets or sets the point2. | +| [Point3](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point3/) { get; set; } | Gets or sets the point3. | +| [Point4](../../aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point4/) { get; set; } | Gets or sets the point4. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/clockwise/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/clockwise/_index.md index c02dab2b6052..2661b278b245 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/clockwise/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/clockwise/_index.md @@ -1,7 +1,7 @@ --- -title: ClockWise +title: OdArc.ClockWise second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc property. Gets or sets a value indicating whether clock wise type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/clockwise/ @@ -20,8 +20,8 @@ public bool ClockWise { get; set; } ### See Also -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isarcto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isarcto/_index.md index 88c43de8f143..4bce2b6bcfda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isarcto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isarcto/_index.md @@ -1,7 +1,7 @@ --- -title: IsArcTo +title: OdArc.IsArcTo second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc property. Gets or sets a value indicating whether this instance is arc to type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isarcto/ @@ -20,8 +20,8 @@ public bool IsArcTo { get; set; } ### See Also -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundrantx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundrantx/_index.md index 66c8b904365b..49e60b7e3951 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundrantx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundrantx/_index.md @@ -1,7 +1,7 @@ --- -title: IsEllipticalQundrantX +title: OdArc.IsEllipticalQundrantX second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc property. Gets or sets a value indicating whether this instance is elliptical quadrant x type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundrantx/ @@ -20,8 +20,8 @@ public bool IsEllipticalQundrantX { get; set; } ### See Also -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundranty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundranty/_index.md index c574b781d2cb..18d74709ef07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundranty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundranty/_index.md @@ -1,7 +1,7 @@ --- -title: IsEllipticalQundrantY +title: OdArc.IsEllipticalQundrantY second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc property. Gets or sets a value indicating whether this instance is elliptical quadrant y type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/isellipticalqundranty/ @@ -20,8 +20,8 @@ public bool IsEllipticalQundrantY { get; set; } ### See Also -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/odarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/odarc/_index.md index 041d42caeffe..ec19defff1bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/odarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/odarc/_index.md @@ -1,14 +1,14 @@ --- -title: OdArc +title: OdArc.OdArc second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc constructor. Initializes a new instance of the OdArc class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/odarc/ --- ## OdArc constructor -Initializes a new instance of the [`OdArc`](../../odarc) class. +Initializes a new instance of the [`OdArc`](../) class. ```csharp public OdArc(OdObject parent) @@ -20,9 +20,9 @@ public OdArc(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point1/_index.md index 5b265aab95d5..c55832c68b56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point1/_index.md @@ -1,7 +1,7 @@ --- -title: Point1 +title: OdArc.Point1 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc property. Gets or sets the point1 type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point1/ @@ -20,9 +20,9 @@ The point1. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point2/_index.md index 287470c65267..8ed4a5a1bc80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point2/_index.md @@ -1,7 +1,7 @@ --- -title: Point2 +title: OdArc.Point2 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc property. Gets or sets the point2 type: docs weight: 70 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point2/ @@ -20,9 +20,9 @@ The point2. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point3/_index.md index f97dd38a68a3..091e0a46e974 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point3/_index.md @@ -1,7 +1,7 @@ --- -title: Point3 +title: OdArc.Point3 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc property. Gets or sets the point3 type: docs weight: 80 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point3/ @@ -20,9 +20,9 @@ The point3. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point4/_index.md index c77ace626fe5..91504961441d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point4/_index.md @@ -1,7 +1,7 @@ --- -title: Point4 +title: OdArc.Point4 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdArc property. Gets or sets the point4 type: docs weight: 90 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odarc/point4/ @@ -20,9 +20,9 @@ The point4. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdArc](../../odarc) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdArc](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/_index.md index fcb1893d495d..6fbeea90c8bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/_index.md @@ -1,7 +1,7 @@ --- -title: OdCircle +title: Class OdCircle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCircle class. The circle object type: docs weight: 6980 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/ @@ -18,26 +18,26 @@ public class OdCircle : OdAngleEllipse | Name | Description | | --- | --- | -| [OdCircle](odcircle)(OdObject) | Initializes a new instance of the [`OdCircle`](../odcircle) class. | +| [OdCircle](odcircle/)(OdObject) | Initializes a new instance of the `OdCircle` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Closed](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed) { get; set; } | Gets or sets a value indicating whether this [`OdAngleEllipse`](../odangleellipse) is closed. | -| [EndAngle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle) { get; set; } | Gets or sets the end angle. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Kind](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind) { get; set; } | Gets or sets the kind. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [StartAngle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle) { get; set; } | Gets or sets the start angle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Closed](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/closed/) { get; set; } | Gets or sets a value indicating whether this [`OdAngleEllipse`](../odangleellipse/) is closed. | +| [EndAngle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/endangle/) { get; set; } | Gets or sets the end angle. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Kind](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/kind/) { get; set; } | Gets or sets the kind. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [StartAngle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odangleellipse/startangle/) { get; set; } | Gets or sets the start angle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdAngleEllipse](../odangleellipse) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdAngleEllipse](../odangleellipse/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/odcircle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/odcircle/_index.md index 9f3725169409..db7dc0034c68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/odcircle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/odcircle/_index.md @@ -1,14 +1,14 @@ --- -title: OdCircle +title: OdCircle.OdCircle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdCircle constructor. Initializes a new instance of the OdCircle class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcircle/odcircle/ --- ## OdCircle constructor -Initializes a new instance of the [`OdCircle`](../../odcircle) class. +Initializes a new instance of the [`OdCircle`](../) class. ```csharp public OdCircle(OdObject parent) @@ -20,9 +20,9 @@ public OdCircle(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdCircle](../../odcircle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcircle) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdCircle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcircle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/_index.md index 0c77c0d13a0d..571eee668888 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/_index.md @@ -1,7 +1,7 @@ --- -title: OdClosePath +title: Class OdClosePath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdClosePath class. The close path type: docs weight: 6990 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/ @@ -18,20 +18,20 @@ public class OdClosePath : OdGraphicObject | Name | Description | | --- | --- | -| [OdClosePath](odclosepath)(OdObject) | Initializes a new instance of the [`OdClosePath`](../odclosepath) class. | +| [OdClosePath](odclosepath/)(OdObject) | Initializes a new instance of the `OdClosePath` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/odclosepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/odclosepath/_index.md index a1c8af8440ba..f9314d18a9d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/odclosepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/odclosepath/_index.md @@ -1,14 +1,14 @@ --- -title: OdClosePath +title: OdClosePath.OdClosePath second_title: Aspose.Imaging for .NET API Reference -description: +description: OdClosePath constructor. Initializes a new instance of the OdClosePath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odclosepath/odclosepath/ --- ## OdClosePath constructor -Initializes a new instance of the [`OdClosePath`](../../odclosepath) class. +Initializes a new instance of the [`OdClosePath`](../) class. ```csharp public OdClosePath(OdObject parent) @@ -20,9 +20,9 @@ public OdClosePath(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdClosePath](../../odclosepath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odclosepath) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdClosePath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odclosepath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/_index.md index 8bbd11874a03..54db4128415f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/_index.md @@ -1,7 +1,7 @@ --- -title: OdConnector +title: Class OdConnector second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdConnector class. The connector type: docs weight: 7000 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/ @@ -18,25 +18,25 @@ public class OdConnector : OdStyledObject | Name | Description | | --- | --- | -| [OdConnector](odconnector)(OdObject) | Initializes a new instance of the [`OdConnector`](../odconnector) class. | +| [OdConnector](odconnector/)(OdObject) | Initializes a new instance of the `OdConnector` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [PathCommands](../../aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/pathcommands) { get; set; } | Gets or sets the path commands. | -| [Point1](../../aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point1) { get; set; } | Gets or sets the point1. | -| [Point2](../../aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point2) { get; set; } | Gets or sets the point2. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [PathCommands](../../aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/pathcommands/) { get; set; } | Gets or sets the path commands. | +| [Point1](../../aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point1/) { get; set; } | Gets or sets the point1. | +| [Point2](../../aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point2/) { get; set; } | Gets or sets the point2. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/odconnector/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/odconnector/_index.md index 891d84d5e169..5523be2761ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/odconnector/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/odconnector/_index.md @@ -1,14 +1,14 @@ --- -title: OdConnector +title: OdConnector.OdConnector second_title: Aspose.Imaging for .NET API Reference -description: +description: OdConnector constructor. Initializes a new instance of the OdConnector class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/odconnector/ --- ## OdConnector constructor -Initializes a new instance of the [`OdConnector`](../../odconnector) class. +Initializes a new instance of the [`OdConnector`](../) class. ```csharp public OdConnector(OdObject parent) @@ -20,9 +20,9 @@ public OdConnector(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdConnector](../../odconnector) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odconnector) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdConnector](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odconnector/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/pathcommands/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/pathcommands/_index.md index b613d35bcf54..6a0dc82c24d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/pathcommands/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/pathcommands/_index.md @@ -1,7 +1,7 @@ --- -title: PathCommands +title: OdConnector.PathCommands second_title: Aspose.Imaging for .NET API Reference -description: +description: OdConnector property. Gets or sets the path commands type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/pathcommands/ @@ -20,9 +20,9 @@ The path commands. ### See Also -* class [OdGraphicObject](../../odgraphicobject) -* class [OdConnector](../../odconnector) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odconnector) +* class [OdGraphicObject](../../odgraphicobject/) +* class [OdConnector](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odconnector/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point1/_index.md index eb89f08b8f1b..93e6f319884b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point1/_index.md @@ -1,7 +1,7 @@ --- -title: Point1 +title: OdConnector.Point1 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdConnector property. Gets or sets the point1 type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point1/ @@ -20,9 +20,9 @@ The point1. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdConnector](../../odconnector) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odconnector) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdConnector](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odconnector/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point2/_index.md index c02ccd2df027..5364af2a916c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point2/_index.md @@ -1,7 +1,7 @@ --- -title: Point2 +title: OdConnector.Point2 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdConnector property. Gets or sets the point2 type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odconnector/point2/ @@ -20,9 +20,9 @@ The point2. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdConnector](../../odconnector) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odconnector) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdConnector](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odconnector/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/_index.md index edaf13ca7e82..d4ced9d828a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: OdContainer +title: Class OdContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdContainer class. The Container type: docs weight: 7010 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/ @@ -18,22 +18,22 @@ public class OdContainer : OdStyledObject | Name | Description | | --- | --- | -| [OdContainer](odcontainer)(OdObject) | Initializes a new instance of the [`OdContainer`](../odcontainer) class. | +| [OdContainer](odcontainer/)(OdObject) | Initializes a new instance of the `OdContainer` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/odcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/odcontainer/_index.md index 6daf67e5573e..f1933f044d59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/odcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/odcontainer/_index.md @@ -1,14 +1,14 @@ --- -title: OdContainer +title: OdContainer.OdContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: OdContainer constructor. Initializes a new instance of the OdContainer class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcontainer/odcontainer/ --- ## OdContainer constructor -Initializes a new instance of the [`OdContainer`](../../odcontainer) class. +Initializes a new instance of the [`OdContainer`](../) class. ```csharp public OdContainer(OdObject parent) @@ -20,9 +20,9 @@ public OdContainer(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdContainer](../../odcontainer) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcontainer) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdContainer](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/_index.md index 8d44cd5f654c..e2768d5a90fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/_index.md @@ -1,7 +1,7 @@ --- -title: OdCurveTo +title: Class OdCurveTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCurveTo class. The Enhanced CurveTo type: docs weight: 7020 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/ @@ -18,21 +18,21 @@ public class OdCurveTo : OdGraphicObject | Name | Description | | --- | --- | -| [OdCurveTo](odcurveto)(OdObject) | Initializes a new instance of the [`OdCurveTo`](../odcurveto) class. | +| [OdCurveTo](odcurveto/)(OdObject) | Initializes a new instance of the `OdCurveTo` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Points](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points) { get; set; } | Gets or sets the points. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Points](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points/) { get; set; } | Gets or sets the points. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/odcurveto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/odcurveto/_index.md index fa049b172150..4646fbd65708 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/odcurveto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/odcurveto/_index.md @@ -1,14 +1,14 @@ --- -title: OdCurveTo +title: OdCurveTo.OdCurveTo second_title: Aspose.Imaging for .NET API Reference -description: +description: OdCurveTo constructor. Initializes a new instance of the OdCurveTo class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/odcurveto/ --- ## OdCurveTo constructor -Initializes a new instance of the [`OdCurveTo`](../../odcurveto) class. +Initializes a new instance of the [`OdCurveTo`](../) class. ```csharp public OdCurveTo(OdObject parent) @@ -20,9 +20,9 @@ public OdCurveTo(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdCurveTo](../../odcurveto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcurveto) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdCurveTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcurveto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points/_index.md index 1d0b462d8722..5ced7f0339aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: OdCurveTo.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: OdCurveTo property. Gets or sets the points type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdCurveTo](../../odcurveto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcurveto) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdCurveTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcurveto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/_index.md index 2e9dfba8f7d8..fe406dd67b4e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/_index.md @@ -1,7 +1,7 @@ --- -title: OdCustomShape +title: Class OdCustomShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCustomShape class. The open document customshape type: docs weight: 7030 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/ @@ -18,25 +18,25 @@ public class OdCustomShape : OdStyledObject | Name | Description | | --- | --- | -| [OdCustomShape](odcustomshape)(OdObject) | Initializes a new instance of the [`OdCustomShape`](../odcustomshape) class. | +| [OdCustomShape](odcustomshape/)(OdObject) | Initializes a new instance of the `OdCustomShape` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Layer](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/layer) { get; set; } | Gets or sets the layer. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | -| [StyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/stylename) { get; set; } | Gets or sets the name of the style. | -| [TextStyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/textstylename) { get; set; } | Gets or sets the name of the text style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Layer](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/layer/) { get; set; } | Gets or sets the layer. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | +| [StyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/stylename/) { get; set; } | Gets or sets the name of the style. | +| [TextStyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/textstylename/) { get; set; } | Gets or sets the name of the text style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/layer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/layer/_index.md index 27232a05faf1..303e4ea5a518 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/layer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/layer/_index.md @@ -1,7 +1,7 @@ --- -title: Layer +title: OdCustomShape.Layer second_title: Aspose.Imaging for .NET API Reference -description: +description: OdCustomShape property. Gets or sets the layer type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/layer/ @@ -20,8 +20,8 @@ The layer. ### See Also -* class [OdCustomShape](../../odcustomshape) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcustomshape) +* class [OdCustomShape](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcustomshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/odcustomshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/odcustomshape/_index.md index 4f09f3d074d5..2127c0a53f38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/odcustomshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/odcustomshape/_index.md @@ -1,14 +1,14 @@ --- -title: OdCustomShape +title: OdCustomShape.OdCustomShape second_title: Aspose.Imaging for .NET API Reference -description: +description: OdCustomShape constructor. Initializes a new instance of the OdCustomShape class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/odcustomshape/ --- ## OdCustomShape constructor -Initializes a new instance of the [`OdCustomShape`](../../odcustomshape) class. +Initializes a new instance of the [`OdCustomShape`](../) class. ```csharp public OdCustomShape(OdObject parent) @@ -20,9 +20,9 @@ public OdCustomShape(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdCustomShape](../../odcustomshape) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcustomshape) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdCustomShape](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcustomshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/stylename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/stylename/_index.md index 12ea9eb4f37e..d83b8650cc16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/stylename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/stylename/_index.md @@ -1,7 +1,7 @@ --- -title: StyleName +title: OdCustomShape.StyleName second_title: Aspose.Imaging for .NET API Reference -description: +description: OdCustomShape property. Gets or sets the name of the style type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/stylename/ @@ -20,8 +20,8 @@ The name of the style. ### See Also -* class [OdCustomShape](../../odcustomshape) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcustomshape) +* class [OdCustomShape](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcustomshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/textstylename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/textstylename/_index.md index db4c8d2ae069..43b9b576cac8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/textstylename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/textstylename/_index.md @@ -1,7 +1,7 @@ --- -title: TextStyleName +title: OdCustomShape.TextStyleName second_title: Aspose.Imaging for .NET API Reference -description: +description: OdCustomShape property. Gets or sets the name of the text style type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odcustomshape/textstylename/ @@ -20,8 +20,8 @@ The name of the text style. ### See Also -* class [OdCustomShape](../../odcustomshape) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcustomshape) +* class [OdCustomShape](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odcustomshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/_index.md index ede3dbef25dd..f804a1f3bf74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/_index.md @@ -1,7 +1,7 @@ --- -title: OdEllipticalQundrant +title: Class OdEllipticalQundrant second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEllipticalQundrant class. The elliptical quadrant type: docs weight: 7040 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/ @@ -18,22 +18,22 @@ public class OdEllipticalQundrant : OdGraphicObject | Name | Description | | --- | --- | -| [OdEllipticalQundrant](odellipticalqundrant)(OdObject) | Initializes a new instance of the [`OdEllipticalQundrant`](../odellipticalqundrant) class. | +| [OdEllipticalQundrant](odellipticalqundrant/)(OdObject) | Initializes a new instance of the `OdEllipticalQundrant` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [AxisX](../../aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/axisx) { get; set; } | Gets or sets a value indicating whether [axis x]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Point](../../aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/point) { get; set; } | Gets or sets the point. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [AxisX](../../aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/axisx/) { get; set; } | Gets or sets a value indicating whether [axis x]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Point](../../aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/axisx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/axisx/_index.md index 2e3e38265c86..5617c136f9a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/axisx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/axisx/_index.md @@ -1,7 +1,7 @@ --- -title: AxisX +title: OdEllipticalQundrant.AxisX second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEllipticalQundrant property. Gets or sets a value indicating whether axis x type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/axisx/ @@ -20,8 +20,8 @@ public bool AxisX { get; set; } ### See Also -* class [OdEllipticalQundrant](../../odellipticalqundrant) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odellipticalqundrant) +* class [OdEllipticalQundrant](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odellipticalqundrant/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/odellipticalqundrant/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/odellipticalqundrant/_index.md index eafac93d14b1..e8d344eebef0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/odellipticalqundrant/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/odellipticalqundrant/_index.md @@ -1,14 +1,14 @@ --- -title: OdEllipticalQundrant +title: OdEllipticalQundrant.OdEllipticalQundrant second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEllipticalQundrant constructor. Initializes a new instance of the OdEllipticalQundrant class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/odellipticalqundrant/ --- ## OdEllipticalQundrant constructor -Initializes a new instance of the [`OdEllipticalQundrant`](../../odellipticalqundrant) class. +Initializes a new instance of the [`OdEllipticalQundrant`](../) class. ```csharp public OdEllipticalQundrant(OdObject parent) @@ -20,9 +20,9 @@ public OdEllipticalQundrant(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdEllipticalQundrant](../../odellipticalqundrant) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odellipticalqundrant) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdEllipticalQundrant](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odellipticalqundrant/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/point/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/point/_index.md index 08f38dbcfcb3..93d1f9820635 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/point/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/point/_index.md @@ -1,7 +1,7 @@ --- -title: Point +title: OdEllipticalQundrant.Point second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEllipticalQundrant property. Gets or sets the point type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odellipticalqundrant/point/ @@ -20,9 +20,9 @@ The point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdEllipticalQundrant](../../odellipticalqundrant) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odellipticalqundrant) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdEllipticalQundrant](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odellipticalqundrant/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/_index.md index 1a06520318a2..dba4dcd3826d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/_index.md @@ -1,7 +1,7 @@ --- -title: OdEndPath +title: Class OdEndPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEndPath class. The enhanced end path type: docs weight: 7050 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/ @@ -18,21 +18,21 @@ public class OdEndPath : OdGraphicObject | Name | Description | | --- | --- | -| [OdEndPath](odendpath)(OdObject) | Initializes a new instance of the [`OdEndPath`](../odendpath) class. | +| [OdEndPath](odendpath/)(OdObject) | Initializes a new instance of the `OdEndPath` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Fill](../../aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/fill) { get; set; } | Gets or sets a value indicating whether this [`OdEndPath`](../odendpath) is fill. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Fill](../../aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/fill/) { get; set; } | Gets or sets a value indicating whether this `OdEndPath` is fill. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/fill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/fill/_index.md index 672d64bab191..5c54570b7629 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/fill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/fill/_index.md @@ -1,14 +1,14 @@ --- -title: Fill +title: OdEndPath.Fill second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEndPath property. Gets or sets a value indicating whether this OdEndPath is fill type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/fill/ --- ## OdEndPath.Fill property -Gets or sets a value indicating whether this [`OdEndPath`](../../odendpath) is fill. +Gets or sets a value indicating whether this [`OdEndPath`](../) is fill. ```csharp public bool Fill { get; set; } @@ -20,8 +20,8 @@ public bool Fill { get; set; } ### See Also -* class [OdEndPath](../../odendpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odendpath) +* class [OdEndPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odendpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/odendpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/odendpath/_index.md index 45bc8837a4e3..1b65d268bda6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/odendpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/odendpath/_index.md @@ -1,14 +1,14 @@ --- -title: OdEndPath +title: OdEndPath.OdEndPath second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEndPath constructor. Initializes a new instance of the OdEndPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odendpath/odendpath/ --- ## OdEndPath constructor -Initializes a new instance of the [`OdEndPath`](../../odendpath) class. +Initializes a new instance of the [`OdEndPath`](../) class. ```csharp public OdEndPath(OdObject parent) @@ -20,9 +20,9 @@ public OdEndPath(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdEndPath](../../odendpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odendpath) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdEndPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odendpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/_index.md index 8fca8e5d25c9..2fa12f258b67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/_index.md @@ -1,7 +1,7 @@ --- -title: OdEnhancedGeometry +title: Class OdEnhancedGeometry second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEnhancedGeometry class. The Enhanced geometry object type: docs weight: 7060 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/ @@ -18,23 +18,23 @@ public class OdEnhancedGeometry : OdGraphicObject | Name | Description | | --- | --- | -| [OdEnhancedGeometry](odenhancedgeometry)(OdObject) | Initializes a new instance of the [`OdEnhancedGeometry`](../odenhancedgeometry) class. | +| [OdEnhancedGeometry](odenhancedgeometry/)(OdObject) | Initializes a new instance of the `OdEnhancedGeometry` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [EnhancedPath](../../aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/enhancedpath) { get; set; } | Gets or sets the enhanced path. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Type](../../aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/type) { get; set; } | Gets or sets the type. | -| [ViewBox](../../aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/viewbox) { get; set; } | Gets or sets the view box. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [EnhancedPath](../../aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/enhancedpath/) { get; set; } | Gets or sets the enhanced path. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Type](../../aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/type/) { get; set; } | Gets or sets the type. | +| [ViewBox](../../aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/viewbox/) { get; set; } | Gets or sets the view box. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/enhancedpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/enhancedpath/_index.md index 73c85d942075..7103cc1a04b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/enhancedpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/enhancedpath/_index.md @@ -1,7 +1,7 @@ --- -title: EnhancedPath +title: OdEnhancedGeometry.EnhancedPath second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEnhancedGeometry property. Gets or sets the enhanced path type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/enhancedpath/ @@ -20,9 +20,9 @@ The enhanced path. ### See Also -* class [OdGraphicObject](../../odgraphicobject) -* class [OdEnhancedGeometry](../../odenhancedgeometry) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odenhancedgeometry) +* class [OdGraphicObject](../../odgraphicobject/) +* class [OdEnhancedGeometry](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odenhancedgeometry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/odenhancedgeometry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/odenhancedgeometry/_index.md index 325a02231992..b5f7536e45b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/odenhancedgeometry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/odenhancedgeometry/_index.md @@ -1,14 +1,14 @@ --- -title: OdEnhancedGeometry +title: OdEnhancedGeometry.OdEnhancedGeometry second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEnhancedGeometry constructor. Initializes a new instance of the OdEnhancedGeometry class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/odenhancedgeometry/ --- ## OdEnhancedGeometry constructor -Initializes a new instance of the [`OdEnhancedGeometry`](../../odenhancedgeometry) class. +Initializes a new instance of the [`OdEnhancedGeometry`](../) class. ```csharp public OdEnhancedGeometry(OdObject parent) @@ -20,9 +20,9 @@ public OdEnhancedGeometry(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdEnhancedGeometry](../../odenhancedgeometry) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odenhancedgeometry) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdEnhancedGeometry](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odenhancedgeometry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/type/_index.md index 642558241fbc..a5e0597e74a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: OdEnhancedGeometry.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEnhancedGeometry property. Gets or sets the type type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/type/ @@ -20,8 +20,8 @@ The type. ### See Also -* class [OdEnhancedGeometry](../../odenhancedgeometry) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odenhancedgeometry) +* class [OdEnhancedGeometry](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odenhancedgeometry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/viewbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/viewbox/_index.md index c652fab4f227..bff735b02dee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/viewbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/viewbox/_index.md @@ -1,7 +1,7 @@ --- -title: ViewBox +title: OdEnhancedGeometry.ViewBox second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEnhancedGeometry property. Gets or sets the view box type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odenhancedgeometry/viewbox/ @@ -20,9 +20,9 @@ The view box. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [OdEnhancedGeometry](../../odenhancedgeometry) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odenhancedgeometry) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [OdEnhancedGeometry](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odenhancedgeometry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/_index.md index 1f56b96059cd..0d5849cc43d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/_index.md @@ -1,7 +1,7 @@ --- -title: OdEquation +title: Class OdEquation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation class. The open document equation type: docs weight: 7070 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/ @@ -18,23 +18,23 @@ public class OdEquation : OdGraphicObject | Name | Description | | --- | --- | -| [OdEquation](odequation)(OdObject) | Initializes a new instance of the [`OdEquation`](../odequation) class. | +| [OdEquation](odequation/)(OdObject) | Initializes a new instance of the `OdEquation` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Formula](../../aspose.imaging.fileformats.opendocument.objects.graphic/odequation/formula) { get; set; } | Gets or sets the formula. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Name](../../aspose.imaging.fileformats.opendocument.objects.graphic/odequation/name) { get; set; } | Gets or sets the name. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Value](../../aspose.imaging.fileformats.opendocument.objects.graphic/odequation/value) { get; set; } | Gets or sets the value. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Formula](../../aspose.imaging.fileformats.opendocument.objects.graphic/odequation/formula/) { get; set; } | Gets or sets the formula. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Name](../../aspose.imaging.fileformats.opendocument.objects.graphic/odequation/name/) { get; set; } | Gets or sets the name. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Value](../../aspose.imaging.fileformats.opendocument.objects.graphic/odequation/value/) { get; set; } | Gets or sets the value. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/formula/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/formula/_index.md index e6f93f1814f7..33457c5faf15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/formula/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/formula/_index.md @@ -1,7 +1,7 @@ --- -title: Formula +title: OdEquation.Formula second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEquation property. Gets or sets the formula type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/formula/ @@ -20,8 +20,8 @@ The formula. ### See Also -* class [OdEquation](../../odequation) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odequation) +* class [OdEquation](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odequation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/name/_index.md index 9e6a71370852..60a32f772be1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: OdEquation.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEquation property. Gets or sets the name type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/name/ @@ -20,8 +20,8 @@ The name. ### See Also -* class [OdEquation](../../odequation) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odequation) +* class [OdEquation](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odequation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/odequation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/odequation/_index.md index 204ab8ca7b6a..35c3b53788b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/odequation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/odequation/_index.md @@ -1,14 +1,14 @@ --- -title: OdEquation +title: OdEquation.OdEquation second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEquation constructor. Initializes a new instance of the OdEquation class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/odequation/ --- ## OdEquation constructor -Initializes a new instance of the [`OdEquation`](../../odequation) class. +Initializes a new instance of the [`OdEquation`](../) class. ```csharp public OdEquation(OdObject parent) @@ -20,9 +20,9 @@ public OdEquation(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdEquation](../../odequation) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odequation) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdEquation](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odequation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/value/_index.md index fa1a2ddb9f1d..809b4cdeb79a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: OdEquation.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: OdEquation property. Gets or sets the value type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odequation/value/ @@ -20,8 +20,8 @@ The value. ### See Also -* class [OdEquation](../../odequation) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odequation) +* class [OdEquation](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odequation/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/_index.md index e5f01e752710..7b9919fe7a3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/_index.md @@ -1,7 +1,7 @@ --- -title: OdFrame +title: Class OdFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdFrame class. The open document object frame type: docs weight: 7080 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/ @@ -18,22 +18,22 @@ public class OdFrame : OdStyledObject | Name | Description | | --- | --- | -| [OdFrame](odframe)(OdObject) | Initializes a new instance of the [`OdFrame`](../odframe) class. | +| [OdFrame](odframe/)(OdObject) | Initializes a new instance of the `OdFrame` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/odframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/odframe/_index.md index 15e164d440a1..44331c5e3410 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/odframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/odframe/_index.md @@ -1,14 +1,14 @@ --- -title: OdFrame +title: OdFrame.OdFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: OdFrame constructor. Initializes a new instance of the OdFrame class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odframe/odframe/ --- ## OdFrame constructor -Initializes a new instance of the [`OdFrame`](../../odframe) class. +Initializes a new instance of the [`OdFrame`](../) class. ```csharp public OdFrame(OdObject parent) @@ -20,9 +20,9 @@ public OdFrame(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdFrame](../../odframe) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odframe) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdFrame](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/_index.md index 2863401bf0be..2ac74f89603c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/_index.md @@ -1,7 +1,7 @@ --- -title: OdGraphicObject +title: Class OdGraphicObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdGraphicObject class. The open document graphic object type: docs weight: 7090 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/ @@ -18,20 +18,20 @@ public class OdGraphicObject : OdObject | Name | Description | | --- | --- | -| [OdGraphicObject](odgraphicobject)(OdObject) | Initializes a new instance of the [`OdGraphicObject`](../odgraphicobject) class. | +| [OdGraphicObject](odgraphicobject/)(OdObject) | Initializes a new instance of the `OdGraphicObject` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | ### See Also -* class [OdObject](../../aspose.imaging.fileformats.opendocument/odobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdObject](../../aspose.imaging.fileformats.opendocument/odobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/_index.md index ec0f5f79297b..34b025ef5e98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/_index.md @@ -1,7 +1,7 @@ --- -title: AbsoluteCoordinates +title: OdGraphicObject.AbsoluteCoordinates second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicObject property. Gets or sets a value indicating whether absolute coordinates type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/ @@ -20,8 +20,8 @@ public bool AbsoluteCoordinates { get; set; } ### See Also -* class [OdGraphicObject](../../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odgraphicobject) +* class [OdGraphicObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odgraphicobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/odgraphicobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/odgraphicobject/_index.md index dd1309d6ea6b..3398e6435131 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/odgraphicobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/odgraphicobject/_index.md @@ -1,14 +1,14 @@ --- -title: OdGraphicObject +title: OdGraphicObject.OdGraphicObject second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicObject constructor. Initializes a new instance of the OdGraphicObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/odgraphicobject/ --- ## OdGraphicObject constructor -Initializes a new instance of the [`OdGraphicObject`](../../odgraphicobject) class. +Initializes a new instance of the [`OdGraphicObject`](../) class. ```csharp public OdGraphicObject(OdObject parent) @@ -20,9 +20,9 @@ public OdGraphicObject(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdGraphicObject](../../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odgraphicobject) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdGraphicObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odgraphicobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/_index.md index 3a0da81bb51e..de355a3569ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/_index.md @@ -1,7 +1,7 @@ --- -title: OdImageObject +title: Class OdImageObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject class. The open document image type: docs weight: 7100 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/ @@ -18,23 +18,23 @@ public class OdImageObject : OdGraphicObject | Name | Description | | --- | --- | -| [OdImageObject](odimageobject)(OdObject) | Initializes a new instance of the [`OdImageObject`](../odimageobject) class. | +| [OdImageObject](odimageobject/)(OdObject) | Initializes a new instance of the `OdImageObject` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Bitmap](../../aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/bitmap) { get; set; } | Gets or sets the bitmap. | -| [ImageLink](../../aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/imagelink) { get; set; } | Gets or sets the image link. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/rectangle) { get; set; } | Gets or sets the rectangle. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Bitmap](../../aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/bitmap/) { get; set; } | Gets or sets the bitmap. | +| [ImageLink](../../aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/imagelink/) { get; set; } | Gets or sets the image link. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/rectangle/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/bitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/bitmap/_index.md index d068dcd6ef3f..766b13d62435 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/bitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/bitmap/_index.md @@ -1,7 +1,7 @@ --- -title: Bitmap +title: OdImageObject.Bitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImageObject property. Gets or sets the bitmap type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/bitmap/ @@ -20,8 +20,8 @@ The bitmap. ### See Also -* class [OdImageObject](../../odimageobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odimageobject) +* class [OdImageObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odimageobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/imagelink/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/imagelink/_index.md index f90fa1538937..d26d6fe87759 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/imagelink/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/imagelink/_index.md @@ -1,7 +1,7 @@ --- -title: ImageLink +title: OdImageObject.ImageLink second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImageObject property. Gets or sets the image link type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/imagelink/ @@ -20,8 +20,8 @@ The image link. ### See Also -* class [OdImageObject](../../odimageobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odimageobject) +* class [OdImageObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odimageobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/odimageobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/odimageobject/_index.md index 0e98cb97d2b6..e00042b1cef7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/odimageobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/odimageobject/_index.md @@ -1,14 +1,14 @@ --- -title: OdImageObject +title: OdImageObject.OdImageObject second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImageObject constructor. Initializes a new instance of the OdImageObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/odimageobject/ --- ## OdImageObject constructor -Initializes a new instance of the [`OdImageObject`](../../odimageobject) class. +Initializes a new instance of the [`OdImageObject`](../) class. ```csharp public OdImageObject(OdObject parent) @@ -20,9 +20,9 @@ public OdImageObject(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdImageObject](../../odimageobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odimageobject) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdImageObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odimageobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/rectangle/_index.md index 318315781ca6..6ecdc168e31c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: OdImageObject.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImageObject property. Gets or sets the rectangle type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odimageobject/rectangle/ @@ -20,9 +20,9 @@ The rectangle. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [OdImageObject](../../odimageobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odimageobject) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [OdImageObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odimageobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/_index.md index b1cebe7d8e32..dc3ba8d66b92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/_index.md @@ -1,7 +1,7 @@ --- -title: OdLine +title: Class OdLine second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLine class. The line object type: docs weight: 7110 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/ @@ -18,24 +18,24 @@ public class OdLine : OdStyledObject | Name | Description | | --- | --- | -| [OdLine](odline)(OdObject) | Initializes a new instance of the [`OdPage`](../odpage) class. | +| [OdLine](odline/)(OdObject) | Initializes a new instance of the [`OdPage`](../odpage/) class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Point1](../../aspose.imaging.fileformats.opendocument.objects.graphic/odline/point1) { get; set; } | Gets or sets the point1. | -| [Point2](../../aspose.imaging.fileformats.opendocument.objects.graphic/odline/point2) { get; set; } | Gets or sets the point2. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Point1](../../aspose.imaging.fileformats.opendocument.objects.graphic/odline/point1/) { get; set; } | Gets or sets the point1. | +| [Point2](../../aspose.imaging.fileformats.opendocument.objects.graphic/odline/point2/) { get; set; } | Gets or sets the point2. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/odline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/odline/_index.md index 7cbcd414c736..8980ccadfe03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/odline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/odline/_index.md @@ -1,14 +1,14 @@ --- -title: OdLine +title: OdLine.OdLine second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLine constructor. Initializes a new instance of the OdPage class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/odline/ --- ## OdLine constructor -Initializes a new instance of the [`OdPage`](../../odpage) class. +Initializes a new instance of the [`OdPage`](../../odpage/) class. ```csharp public OdLine(OdObject parent) @@ -20,9 +20,9 @@ public OdLine(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdLine](../../odline) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odline) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdLine](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point1/_index.md index 4bbbc7008fc4..dca683901a07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point1/_index.md @@ -1,7 +1,7 @@ --- -title: Point1 +title: OdLine.Point1 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLine property. Gets or sets the point1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point1/ @@ -20,9 +20,9 @@ The point1. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdLine](../../odline) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odline) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdLine](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point2/_index.md index 51a1637c04b1..6e554342ad84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point2/_index.md @@ -1,7 +1,7 @@ --- -title: Point2 +title: OdLine.Point2 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLine property. Gets or sets the point2 type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odline/point2/ @@ -20,9 +20,9 @@ The point2. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdLine](../../odline) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odline) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdLine](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/_index.md index a8d32ed00649..19b2f66956f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/_index.md @@ -1,7 +1,7 @@ --- -title: OdLineTo +title: Class OdLineTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo class. The enhanced lineTo type: docs weight: 7120 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/ @@ -18,23 +18,23 @@ public class OdLineTo : OdGraphicObject | Name | Description | | --- | --- | -| [OdLineTo](odlineto)(OdObject) | Initializes a new instance of the [`OdLineTo`](../odlineto) class. | +| [OdLineTo](odlineto/)(OdObject) | Initializes a new instance of the `OdLineTo` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Coordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/coordinates) { get; set; } | Gets or sets the coordinates. | -| [Horizontal](../../aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/horizontal) { get; set; } | Gets or sets a value indicating whether this [`OdLineTo`](../odlineto) is vertical. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Vertical](../../aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/vertical) { get; set; } | Gets or sets a value indicating whether this [`OdLineTo`](../odlineto) is vertical. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Coordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/coordinates/) { get; set; } | Gets or sets the coordinates. | +| [Horizontal](../../aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/horizontal/) { get; set; } | Gets or sets a value indicating whether this `OdLineTo` is vertical. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Vertical](../../aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/vertical/) { get; set; } | Gets or sets a value indicating whether this `OdLineTo` is vertical. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/coordinates/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/coordinates/_index.md index a4c811e5d8fd..05f04ceaf7d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/coordinates/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/coordinates/_index.md @@ -1,7 +1,7 @@ --- -title: Coordinates +title: OdLineTo.Coordinates second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLineTo property. Gets or sets the coordinates type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/coordinates/ @@ -20,9 +20,9 @@ The coordinates. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdLineTo](../../odlineto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlineto) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdLineTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/horizontal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/horizontal/_index.md index f28f99fafeee..f16c46d435e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/horizontal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/horizontal/_index.md @@ -1,14 +1,14 @@ --- -title: Horizontal +title: OdLineTo.Horizontal second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLineTo property. Gets or sets a value indicating whether this OdLineTo is vertical type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/horizontal/ --- ## OdLineTo.Horizontal property -Gets or sets a value indicating whether this [`OdLineTo`](../../odlineto) is vertical. +Gets or sets a value indicating whether this [`OdLineTo`](../) is vertical. ```csharp public bool Horizontal { get; set; } @@ -20,8 +20,8 @@ public bool Horizontal { get; set; } ### See Also -* class [OdLineTo](../../odlineto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlineto) +* class [OdLineTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/odlineto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/odlineto/_index.md index 21c4fff62628..47efe1246d16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/odlineto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/odlineto/_index.md @@ -1,14 +1,14 @@ --- -title: OdLineTo +title: OdLineTo.OdLineTo second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLineTo constructor. Initializes a new instance of the OdLineTo class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/odlineto/ --- ## OdLineTo constructor -Initializes a new instance of the [`OdLineTo`](../../odlineto) class. +Initializes a new instance of the [`OdLineTo`](../) class. ```csharp public OdLineTo(OdObject parent) @@ -20,9 +20,9 @@ public OdLineTo(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdLineTo](../../odlineto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlineto) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdLineTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/vertical/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/vertical/_index.md index 079176894792..6de061050ad9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/vertical/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/vertical/_index.md @@ -1,14 +1,14 @@ --- -title: Vertical +title: OdLineTo.Vertical second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLineTo property. Gets or sets a value indicating whether this OdLineTo is vertical type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlineto/vertical/ --- ## OdLineTo.Vertical property -Gets or sets a value indicating whether this [`OdLineTo`](../../odlineto) is vertical. +Gets or sets a value indicating whether this [`OdLineTo`](../) is vertical. ```csharp public bool Vertical { get; set; } @@ -20,8 +20,8 @@ public bool Vertical { get; set; } ### See Also -* class [OdLineTo](../../odlineto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlineto) +* class [OdLineTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/_index.md index fa9d23977755..05bf24d5ce47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/_index.md @@ -1,7 +1,7 @@ --- -title: OdList +title: Class OdList second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdList class. The List object type: docs weight: 7130 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/ @@ -18,22 +18,22 @@ public class OdList : OdStyledObject | Name | Description | | --- | --- | -| [OdList](odlist)(OdObject) | Initializes a new instance of the [`OdList`](../odlist) class. | +| [OdList](odlist/)(OdObject) | Initializes a new instance of the `OdList` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/odlist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/odlist/_index.md index 273fc20165e8..e8ea81c8dad0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/odlist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/odlist/_index.md @@ -1,14 +1,14 @@ --- -title: OdList +title: OdList.OdList second_title: Aspose.Imaging for .NET API Reference -description: +description: OdList constructor. Initializes a new instance of the OdList class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlist/odlist/ --- ## OdList constructor -Initializes a new instance of the [`OdList`](../../odlist) class. +Initializes a new instance of the [`OdList`](../) class. ```csharp public OdList(OdObject parent) @@ -20,9 +20,9 @@ public OdList(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdList](../../odlist) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlist) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdList](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/_index.md index d624d39446b4..438804ad2545 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/_index.md @@ -1,7 +1,7 @@ --- -title: OdListItem +title: Class OdListItem second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdListItem class. The list item type: docs weight: 7140 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/ @@ -18,20 +18,20 @@ public class OdListItem : OdGraphicObject | Name | Description | | --- | --- | -| [OdListItem](odlistitem)(OdObject) | Initializes a new instance of the [`OdListItem`](../odlistitem) class. | +| [OdListItem](odlistitem/)(OdObject) | Initializes a new instance of the `OdListItem` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/odlistitem/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/odlistitem/_index.md index dff97ee2b49d..c11ea47a341a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/odlistitem/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/odlistitem/_index.md @@ -1,14 +1,14 @@ --- -title: OdListItem +title: OdListItem.OdListItem second_title: Aspose.Imaging for .NET API Reference -description: +description: OdListItem constructor. Initializes a new instance of the OdListItem class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odlistitem/odlistitem/ --- ## OdListItem constructor -Initializes a new instance of the [`OdListItem`](../../odlistitem) class. +Initializes a new instance of the [`OdListItem`](../) class. ```csharp public OdListItem(OdObject parent) @@ -20,9 +20,9 @@ public OdListItem(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdListItem](../../odlistitem) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlistitem) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdListItem](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odlistitem/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/_index.md index 7db127b897c2..936d62187e63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/_index.md @@ -1,7 +1,7 @@ --- -title: OdMarker +title: Class OdMarker second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdMarker class. The Marker type: docs weight: 7150 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/ @@ -18,23 +18,23 @@ public class OdMarker : OdGraphicObject | Name | Description | | --- | --- | -| [OdMarker](odmarker)(OdObject) | Initializes a new instance of the [`OdMarker`](../odmarker) class. | +| [OdMarker](odmarker/)(OdObject) | Initializes a new instance of the `OdMarker` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Name](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/name) { get; set; } | Gets or sets the name. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [PathCommands](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/pathcommands) { get; set; } | Gets or sets the path commands. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/rectangle) { get; set; } | Gets or sets the rectangle. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Name](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/name/) { get; set; } | Gets or sets the name. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [PathCommands](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/pathcommands/) { get; set; } | Gets or sets the path commands. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/rectangle/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/name/_index.md index 0b6e8412e0a0..5e06062bc080 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: OdMarker.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMarker property. Gets or sets the name type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/name/ @@ -20,8 +20,8 @@ The name. ### See Also -* class [OdMarker](../../odmarker) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmarker) +* class [OdMarker](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmarker/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/odmarker/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/odmarker/_index.md index c677898cbdca..e718a529b37c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/odmarker/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/odmarker/_index.md @@ -1,14 +1,14 @@ --- -title: OdMarker +title: OdMarker.OdMarker second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMarker constructor. Initializes a new instance of the OdMarker class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/odmarker/ --- ## OdMarker constructor -Initializes a new instance of the [`OdMarker`](../../odmarker) class. +Initializes a new instance of the [`OdMarker`](../) class. ```csharp public OdMarker(OdObject parent) @@ -20,9 +20,9 @@ public OdMarker(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdMarker](../../odmarker) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmarker) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdMarker](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmarker/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/pathcommands/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/pathcommands/_index.md index 1471e0432bc7..87108d911d81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/pathcommands/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/pathcommands/_index.md @@ -1,7 +1,7 @@ --- -title: PathCommands +title: OdMarker.PathCommands second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMarker property. Gets or sets the path commands type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/pathcommands/ @@ -20,9 +20,9 @@ The path commands. ### See Also -* class [OdGraphicObject](../../odgraphicobject) -* class [OdMarker](../../odmarker) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmarker) +* class [OdGraphicObject](../../odgraphicobject/) +* class [OdMarker](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmarker/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/rectangle/_index.md index 733ad460cc30..8be21018d6de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: OdMarker.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMarker property. Gets or sets the rectangle type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/rectangle/ @@ -20,9 +20,9 @@ The rectangle. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [OdMarker](../../odmarker) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmarker) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [OdMarker](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmarker/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/_index.md index 864d9174e84b..eea50ae3a80f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/_index.md @@ -1,7 +1,7 @@ --- -title: OdMeasure +title: Class OdMeasure second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdMeasure class. The Measure type: docs weight: 7160 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/ @@ -18,26 +18,26 @@ public class OdMeasure : OdStyledObject | Name | Description | | --- | --- | -| [OdMeasure](odmeasure)(OdObject) | Initializes a new instance of the [`OdMeasure`](../odmeasure) class. | +| [OdMeasure](odmeasure/)(OdObject) | Initializes a new instance of the `OdMeasure` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Point1](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point1) { get; set; } | Gets or sets the point1. | -| [Point2](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point2) { get; set; } | Gets or sets the point2. | -| [Point3](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point3) { get; set; } | Gets or sets the point3. | -| [Point4](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point4) { get; set; } | Gets or sets the point4. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Point1](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point1/) { get; set; } | Gets or sets the point1. | +| [Point2](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point2/) { get; set; } | Gets or sets the point2. | +| [Point3](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point3/) { get; set; } | Gets or sets the point3. | +| [Point4](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point4/) { get; set; } | Gets or sets the point4. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/odmeasure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/odmeasure/_index.md index 0c870bd79a29..7b76c2965437 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/odmeasure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/odmeasure/_index.md @@ -1,14 +1,14 @@ --- -title: OdMeasure +title: OdMeasure.OdMeasure second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMeasure constructor. Initializes a new instance of the OdMeasure class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/odmeasure/ --- ## OdMeasure constructor -Initializes a new instance of the [`OdMeasure`](../../odmeasure) class. +Initializes a new instance of the [`OdMeasure`](../) class. ```csharp public OdMeasure(OdObject parent) @@ -20,9 +20,9 @@ public OdMeasure(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdMeasure](../../odmeasure) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdMeasure](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point1/_index.md index 9e5495ec6c89..e0af916a415e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point1/_index.md @@ -1,7 +1,7 @@ --- -title: Point1 +title: OdMeasure.Point1 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMeasure property. Gets or sets the point1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point1/ @@ -20,9 +20,9 @@ The point1. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdMeasure](../../odmeasure) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdMeasure](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point2/_index.md index 3176962c384b..90ea1c4e23bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point2/_index.md @@ -1,7 +1,7 @@ --- -title: Point2 +title: OdMeasure.Point2 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMeasure property. Gets or sets the point2 type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point2/ @@ -20,9 +20,9 @@ The point2. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdMeasure](../../odmeasure) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdMeasure](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point3/_index.md index 1e42a68bbc25..eb0a33cd6037 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point3/_index.md @@ -1,7 +1,7 @@ --- -title: Point3 +title: OdMeasure.Point3 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMeasure property. Gets or sets the point3 type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point3/ @@ -20,9 +20,9 @@ The point3. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdMeasure](../../odmeasure) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdMeasure](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point4/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point4/_index.md index b4e294dda5dc..a7739dfbff05 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point4/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point4/_index.md @@ -1,7 +1,7 @@ --- -title: Point4 +title: OdMeasure.Point4 second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMeasure property. Gets or sets the point4 type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmeasure/point4/ @@ -20,9 +20,9 @@ The point4. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdMeasure](../../odmeasure) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdMeasure](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmeasure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/_index.md index 0f7c68396661..419847e20893 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/_index.md @@ -1,7 +1,7 @@ --- -title: OdMoveTo +title: Class OdMoveTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdMoveTo class. The Enhanced moveTo type: docs weight: 7170 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/ @@ -18,21 +18,21 @@ public class OdMoveTo : OdGraphicObject | Name | Description | | --- | --- | -| [OdMoveTo](odmoveto)(OdObject) | Initializes a new instance of the [`OdMoveTo`](../odmoveto) class. | +| [OdMoveTo](odmoveto/)(OdObject) | Initializes a new instance of the `OdMoveTo` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Coordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/coordinates) { get; set; } | Gets or sets the coordinates. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Coordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/coordinates/) { get; set; } | Gets or sets the coordinates. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/coordinates/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/coordinates/_index.md index 2fa5a8ff8a84..41252aa48b5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/coordinates/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/coordinates/_index.md @@ -1,7 +1,7 @@ --- -title: Coordinates +title: OdMoveTo.Coordinates second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMoveTo property. Gets or sets the coordinates type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/coordinates/ @@ -20,9 +20,9 @@ The coordinates. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdMoveTo](../../odmoveto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmoveto) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdMoveTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmoveto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/odmoveto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/odmoveto/_index.md index 8121834bfe6c..d3e622190c4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/odmoveto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/odmoveto/_index.md @@ -1,14 +1,14 @@ --- -title: OdMoveTo +title: OdMoveTo.OdMoveTo second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMoveTo constructor. Initializes a new instance of the OdMoveTo class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odmoveto/odmoveto/ --- ## OdMoveTo constructor -Initializes a new instance of the [`OdMoveTo`](../../odmoveto) class. +Initializes a new instance of the [`OdMoveTo`](../) class. ```csharp public OdMoveTo(OdObject parent) @@ -20,9 +20,9 @@ public OdMoveTo(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdMoveTo](../../odmoveto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmoveto) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdMoveTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odmoveto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/_index.md index 331d818f068a..389a2673ae22 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/_index.md @@ -1,7 +1,7 @@ --- -title: OdNoFillPath +title: Class OdNoFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdNoFillPath class. The no fill path marker type: docs weight: 7180 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/ @@ -18,20 +18,20 @@ public class OdNoFillPath : OdGraphicObject | Name | Description | | --- | --- | -| [OdNoFillPath](odnofillpath)(OdObject) | Initializes a new instance of the [`OdNoFillPath`](../odnofillpath) class. | +| [OdNoFillPath](odnofillpath/)(OdObject) | Initializes a new instance of the `OdNoFillPath` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/odnofillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/odnofillpath/_index.md index ba75681f2a76..3074687bea3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/odnofillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/odnofillpath/_index.md @@ -1,14 +1,14 @@ --- -title: OdNoFillPath +title: OdNoFillPath.OdNoFillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: OdNoFillPath constructor. Initializes a new instance of the OdNoFillPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odnofillpath/odnofillpath/ --- ## OdNoFillPath constructor -Initializes a new instance of the [`OdNoFillPath`](../../odnofillpath) class. +Initializes a new instance of the [`OdNoFillPath`](../) class. ```csharp public OdNoFillPath(OdObject parent) @@ -20,9 +20,9 @@ public OdNoFillPath(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdNoFillPath](../../odnofillpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odnofillpath) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdNoFillPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odnofillpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/_index.md index 76b9b2f82f47..630ad0cdc140 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/_index.md @@ -1,7 +1,7 @@ --- -title: OdNoStrokePath +title: Class OdNoStrokePath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdNoStrokePath class. Specifies that the current set of subpaths will not be stroked type: docs weight: 7190 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/ @@ -18,20 +18,20 @@ public class OdNoStrokePath : OdGraphicObject | Name | Description | | --- | --- | -| [OdNoStrokePath](odnostrokepath)(OdObject) | Initializes a new instance of the [`OdNoStrokePath`](../odnostrokepath) class. | +| [OdNoStrokePath](odnostrokepath/)(OdObject) | Initializes a new instance of the `OdNoStrokePath` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/odnostrokepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/odnostrokepath/_index.md index 14bab706ce9d..5c6a1f7dd338 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/odnostrokepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/odnostrokepath/_index.md @@ -1,14 +1,14 @@ --- -title: OdNoStrokePath +title: OdNoStrokePath.OdNoStrokePath second_title: Aspose.Imaging for .NET API Reference -description: +description: OdNoStrokePath constructor. Initializes a new instance of the OdNoStrokePath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odnostrokepath/odnostrokepath/ --- ## OdNoStrokePath constructor -Initializes a new instance of the [`OdNoStrokePath`](../../odnostrokepath) class. +Initializes a new instance of the [`OdNoStrokePath`](../) class. ```csharp public OdNoStrokePath(OdObject parent) @@ -20,9 +20,9 @@ public OdNoStrokePath(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdNoStrokePath](../../odnostrokepath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odnostrokepath) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdNoStrokePath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odnostrokepath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/_index.md index df3465166b17..c0bb0920e338 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/_index.md @@ -1,7 +1,7 @@ --- -title: OdPage +title: Class OdPage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPage class. The Open document page type: docs weight: 7200 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/ @@ -18,23 +18,23 @@ public class OdPage : OdGraphicObject | Name | Description | | --- | --- | -| [OdPage](odpage)(OdObject) | Initializes a new instance of the [`OdPage`](../odpage) class. | +| [OdPage](odpage/)(OdObject) | Initializes a new instance of the `OdPage` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [MasterPageName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpage/masterpagename) { get; set; } | Gets or sets the name of the master page. | -| [Name](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpage/name) { get; set; } | Gets or sets the name. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [StyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpage/stylename) { get; set; } | Gets or sets the name of the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [MasterPageName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpage/masterpagename/) { get; set; } | Gets or sets the name of the master page. | +| [Name](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpage/name/) { get; set; } | Gets or sets the name. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [StyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpage/stylename/) { get; set; } | Gets or sets the name of the style. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/masterpagename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/masterpagename/_index.md index 6b87b3884703..67ddb28d1ee6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/masterpagename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/masterpagename/_index.md @@ -1,7 +1,7 @@ --- -title: MasterPageName +title: OdPage.MasterPageName second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPage property. Gets or sets the name of the master page type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/masterpagename/ @@ -20,8 +20,8 @@ The name of the master page. ### See Also -* class [OdPage](../../odpage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpage) +* class [OdPage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/name/_index.md index a7476ae46082..6e6148aff11f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: OdPage.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPage property. Gets or sets the name type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/name/ @@ -20,8 +20,8 @@ The name. ### See Also -* class [OdPage](../../odpage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpage) +* class [OdPage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/odpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/odpage/_index.md index 68dd10d424a3..22938e50119f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/odpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/odpage/_index.md @@ -1,14 +1,14 @@ --- -title: OdPage +title: OdPage.OdPage second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPage constructor. Initializes a new instance of the OdPage class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/odpage/ --- ## OdPage constructor -Initializes a new instance of the [`OdPage`](../../odpage) class. +Initializes a new instance of the [`OdPage`](../) class. ```csharp public OdPage(OdObject parent) @@ -20,9 +20,9 @@ public OdPage(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdPage](../../odpage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpage) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdPage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/stylename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/stylename/_index.md index 2cc7be2f92b3..1446ed81c0cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/stylename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/stylename/_index.md @@ -1,7 +1,7 @@ --- -title: StyleName +title: OdPage.StyleName second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPage property. Gets or sets the name of the style type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpage/stylename/ @@ -20,8 +20,8 @@ The name of the style. ### See Also -* class [OdPage](../../odpage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpage) +* class [OdPage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/_index.md index 1a7f77fb048e..9640802ced9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/_index.md @@ -1,7 +1,7 @@ --- -title: OdPath +title: Class OdPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPath class. The open document object path type: docs weight: 7210 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/ @@ -18,27 +18,27 @@ public class OdPath : OdStyledObject | Name | Description | | --- | --- | -| [OdPath](odpath)(OdObject) | Initializes a new instance of the [`OdPath`](../odpath) class. | +| [OdPath](odpath/)(OdObject) | Initializes a new instance of the `OdPath` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Data](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/data) { get; set; } | Gets or sets the data. | -| [EnhancedPath](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/enhancedpath) { get; set; } | Gets or sets the enhanced path. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Layer](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/layer) { get; set; } | Gets or sets the layer. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | -| [StyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/stylename) { get; set; } | Gets or sets the name of the style. | -| [TextStyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/textstylename) { get; set; } | Gets or sets the name of the text style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Data](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/data/) { get; set; } | Gets or sets the data. | +| [EnhancedPath](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/enhancedpath/) { get; set; } | Gets or sets the enhanced path. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Layer](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/layer/) { get; set; } | Gets or sets the layer. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | +| [StyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/stylename/) { get; set; } | Gets or sets the name of the style. | +| [TextStyleName](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpath/textstylename/) { get; set; } | Gets or sets the name of the text style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/data/_index.md index 5538dcd47591..43a24004cc0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: OdPath.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPath property. Gets or sets the data type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/data/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [OdPath](../../odpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath) +* class [OdPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/enhancedpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/enhancedpath/_index.md index 318cc0237a4e..458a18bb56cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/enhancedpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/enhancedpath/_index.md @@ -1,7 +1,7 @@ --- -title: EnhancedPath +title: OdPath.EnhancedPath second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPath property. Gets or sets the enhanced path type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/enhancedpath/ @@ -20,9 +20,9 @@ The enhanced path. ### See Also -* class [OdGraphicObject](../../odgraphicobject) -* class [OdPath](../../odpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath) +* class [OdGraphicObject](../../odgraphicobject/) +* class [OdPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/layer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/layer/_index.md index e5b70415d843..a294c5eef7ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/layer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/layer/_index.md @@ -1,7 +1,7 @@ --- -title: Layer +title: OdPath.Layer second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPath property. Gets or sets the layer type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/layer/ @@ -20,8 +20,8 @@ The layer. ### See Also -* class [OdPath](../../odpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath) +* class [OdPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/odpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/odpath/_index.md index e549930c765f..7a9e86a703a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/odpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/odpath/_index.md @@ -1,14 +1,14 @@ --- -title: OdPath +title: OdPath.OdPath second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPath constructor. Initializes a new instance of the OdPath class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/odpath/ --- ## OdPath constructor -Initializes a new instance of the [`OdPath`](../../odpath) class. +Initializes a new instance of the [`OdPath`](../) class. ```csharp public OdPath(OdObject parent) @@ -20,9 +20,9 @@ public OdPath(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdPath](../../odpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/stylename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/stylename/_index.md index cd1c1ddf2c94..b175954f8317 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/stylename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/stylename/_index.md @@ -1,7 +1,7 @@ --- -title: StyleName +title: OdPath.StyleName second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPath property. Gets or sets the name of the style type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/stylename/ @@ -20,8 +20,8 @@ The name of the style. ### See Also -* class [OdPath](../../odpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath) +* class [OdPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/textstylename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/textstylename/_index.md index 89694b5254e9..754cf041873d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/textstylename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/textstylename/_index.md @@ -1,7 +1,7 @@ --- -title: TextStyleName +title: OdPath.TextStyleName second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPath property. Gets or sets the name of the text style type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpath/textstylename/ @@ -20,8 +20,8 @@ The name of the text style. ### See Also -* class [OdPath](../../odpath) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath) +* class [OdPath](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/_index.md index 0d16de3fa9f7..613a2fd49bea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: OdPolygon +title: Class OdPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPolygon class. The polygon type: docs weight: 7230 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/ @@ -18,23 +18,23 @@ public class OdPolygon : OdStyledObject | Name | Description | | --- | --- | -| [OdPolygon](odpolygon)(OdObject) | Initializes a new instance of the [`OdPolygon`](../odpolygon) class. | +| [OdPolygon](odpolygon/)(OdObject) | Initializes a new instance of the `OdPolygon` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Points](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points) { get; set; } | Gets or sets the points. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Points](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points/) { get; set; } | Gets or sets the points. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/odpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/odpolygon/_index.md index 4a9a35a056a2..ccb6e5be4446 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/odpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/odpolygon/_index.md @@ -1,14 +1,14 @@ --- -title: OdPolygon +title: OdPolygon.OdPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPolygon constructor. Initializes a new instance of the OdPolygon class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/odpolygon/ --- ## OdPolygon constructor -Initializes a new instance of the [`OdPolygon`](../../odpolygon) class. +Initializes a new instance of the [`OdPolygon`](../) class. ```csharp public OdPolygon(OdObject parent) @@ -20,9 +20,9 @@ public OdPolygon(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdPolygon](../../odpolygon) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpolygon) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdPolygon](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points/_index.md index 68fc5b223bf9..3863853551bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: OdPolygon.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPolygon property. Gets or sets the points type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [OdPolygon](../../odpolygon) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpolygon) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [OdPolygon](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/_index.md index 043dffac65ce..1f673f989a17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/_index.md @@ -1,7 +1,7 @@ --- -title: OdPolyLine +title: Class OdPolyLine second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPolyLine class. The polyline type: docs weight: 7220 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/ @@ -18,23 +18,23 @@ public class OdPolyLine : OdPolygon | Name | Description | | --- | --- | -| [OdPolyLine](odpolyline)(OdObject) | Initializes a new instance of the [`OdPolyLine`](../odpolyline) class. | +| [OdPolyLine](odpolyline/)(OdObject) | Initializes a new instance of the `OdPolyLine` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Points](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points) { get; set; } | Gets or sets the points. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Points](../../aspose.imaging.fileformats.opendocument.objects.graphic/odpolygon/points/) { get; set; } | Gets or sets the points. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdPolygon](../odpolygon) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdPolygon](../odpolygon/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/odpolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/odpolyline/_index.md index 01bbaff8c598..2f68ad4a7200 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/odpolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/odpolyline/_index.md @@ -1,14 +1,14 @@ --- -title: OdPolyLine +title: OdPolyLine.OdPolyLine second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPolyLine constructor. Initializes a new instance of the OdPolyLine class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odpolyline/odpolyline/ --- ## OdPolyLine constructor -Initializes a new instance of the [`OdPolyLine`](../../odpolyline) class. +Initializes a new instance of the [`OdPolyLine`](../) class. ```csharp public OdPolyLine(OdObject parent) @@ -20,9 +20,9 @@ public OdPolyLine(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdPolyLine](../../odpolyline) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpolyline) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdPolyLine](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odpolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/_index.md index da715c310a6b..725edb8472f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: OdRectangle +title: Class OdRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdRectangle class. The rectangle object type: docs weight: 7240 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/ @@ -18,23 +18,23 @@ public class OdRectangle : OdStyledObject | Name | Description | | --- | --- | -| [OdRectangle](odrectangle)(OdObject) | Initializes a new instance of the [`OdRectangle`](../odrectangle) class. | +| [OdRectangle](odrectangle/)(OdObject) | Initializes a new instance of the `OdRectangle` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [CornerRadius](../../aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/cornerradius) { get; set; } | Gets or sets the corner radius. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [CornerRadius](../../aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/cornerradius/) { get; set; } | Gets or sets the corner radius. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/cornerradius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/cornerradius/_index.md index b5fe2c47ea24..08bd9a3bef83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/cornerradius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/cornerradius/_index.md @@ -1,7 +1,7 @@ --- -title: CornerRadius +title: OdRectangle.CornerRadius second_title: Aspose.Imaging for .NET API Reference -description: +description: OdRectangle property. Gets or sets the corner radius type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/cornerradius/ @@ -20,8 +20,8 @@ The corner radius. ### See Also -* class [OdRectangle](../../odrectangle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odrectangle) +* class [OdRectangle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/odrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/odrectangle/_index.md index 18facb39c11c..d1231cedf06b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/odrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/odrectangle/_index.md @@ -1,14 +1,14 @@ --- -title: OdRectangle +title: OdRectangle.OdRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdRectangle constructor. Initializes a new instance of the OdRectangle class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odrectangle/odrectangle/ --- ## OdRectangle constructor -Initializes a new instance of the [`OdRectangle`](../../odrectangle) class. +Initializes a new instance of the [`OdRectangle`](../) class. ```csharp public OdRectangle(OdObject parent) @@ -20,9 +20,9 @@ public OdRectangle(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdRectangle](../../odrectangle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odrectangle) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdRectangle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/_index.md index 01a86f9f1982..bed0bfd1647a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/_index.md @@ -1,7 +1,7 @@ --- -title: OdShortCurveTo +title: Class OdShortCurveTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdShortCurveTo class. The short CurveTo type: docs weight: 7250 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/ @@ -18,21 +18,21 @@ public class OdShortCurveTo : OdCurveTo | Name | Description | | --- | --- | -| [OdShortCurveTo](odshortcurveto)(OdObject) | Initializes a new instance of the [`OdShortCurveTo`](../odshortcurveto) class. | +| [OdShortCurveTo](odshortcurveto/)(OdObject) | Initializes a new instance of the `OdShortCurveTo` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Points](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points) { get; set; } | Gets or sets the points. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Points](../../aspose.imaging.fileformats.opendocument.objects.graphic/odcurveto/points/) { get; set; } | Gets or sets the points. | ### See Also -* class [OdCurveTo](../odcurveto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdCurveTo](../odcurveto/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/odshortcurveto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/odshortcurveto/_index.md index a8abfe94f3ea..d55fd0d19754 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/odshortcurveto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/odshortcurveto/_index.md @@ -1,14 +1,14 @@ --- -title: OdShortCurveTo +title: OdShortCurveTo.OdShortCurveTo second_title: Aspose.Imaging for .NET API Reference -description: +description: OdShortCurveTo constructor. Initializes a new instance of the OdShortCurveTo class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odshortcurveto/odshortcurveto/ --- ## OdShortCurveTo constructor -Initializes a new instance of the [`OdShortCurveTo`](../../odshortcurveto) class. +Initializes a new instance of the [`OdShortCurveTo`](../) class. ```csharp public OdShortCurveTo(OdObject parent) @@ -20,9 +20,9 @@ public OdShortCurveTo(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdShortCurveTo](../../odshortcurveto) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odshortcurveto) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdShortCurveTo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odshortcurveto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/_index.md index 7b8542859f1e..717dcc0c81d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/_index.md @@ -1,7 +1,7 @@ --- -title: OdStyledObject +title: Class OdStyledObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject class. The open document styled graphic object type: docs weight: 7260 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/ @@ -18,22 +18,22 @@ public class OdStyledObject : OdGraphicObject | Name | Description | | --- | --- | -| [OdStyledObject](odstyledobject)(OdObject) | Initializes a new instance of the [`OdStyledObject`](../odstyledobject) class. | +| [OdStyledObject](odstyledobject/)(OdObject) | Initializes a new instance of the `OdStyledObject` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/odstyledobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/odstyledobject/_index.md index c28388b758e7..4ab9dedcecab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/odstyledobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/odstyledobject/_index.md @@ -1,14 +1,14 @@ --- -title: OdStyledObject +title: OdStyledObject.OdStyledObject second_title: Aspose.Imaging for .NET API Reference -description: +description: OdStyledObject constructor. Initializes a new instance of the OdStyledObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/odstyledobject/ --- ## OdStyledObject constructor -Initializes a new instance of the [`OdStyledObject`](../../odstyledobject) class. +Initializes a new instance of the [`OdStyledObject`](../) class. ```csharp public OdStyledObject(OdObject parent) @@ -20,9 +20,9 @@ public OdStyledObject(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdStyledObject](../../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odstyledobject) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdStyledObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odstyledobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/_index.md index 5026a7667ff9..ea779c6e2106 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: OdStyledObject.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdStyledObject property. Gets or sets the rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/ @@ -20,9 +20,9 @@ The rectangle. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [OdStyledObject](../../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odstyledobject) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [OdStyledObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odstyledobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/_index.md index 8d265121ccd7..e77707bdccfe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/_index.md @@ -1,7 +1,7 @@ --- -title: Style +title: OdStyledObject.Style second_title: Aspose.Imaging for .NET API Reference -description: +description: OdStyledObject property. Gets or sets the style type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/ @@ -20,9 +20,9 @@ The style. ### See Also -* class [OdGraphicStyle](../../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle) -* class [OdStyledObject](../../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odstyledobject) +* class [OdGraphicStyle](../../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/) +* class [OdStyledObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odstyledobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/_index.md index 0d8bd3a4afdc..6de2a2dd1c75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/_index.md @@ -1,7 +1,7 @@ --- -title: OdText +title: Class OdText second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdText class. The text object type: docs weight: 7270 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/ @@ -18,20 +18,20 @@ public class OdText : OdObject | Name | Description | | --- | --- | -| [OdText](odtext)() | The default constructor. | +| [OdText](odtext/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Text](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtext/text) { get; set; } | Gets or sets the text. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Text](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtext/text/) { get; set; } | Gets or sets the text. | ### See Also -* class [OdObject](../../aspose.imaging.fileformats.opendocument/odobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdObject](../../aspose.imaging.fileformats.opendocument/odobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/odtext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/odtext/_index.md index 3a1a82c43356..eace6c45fc25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/odtext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/odtext/_index.md @@ -1,7 +1,7 @@ --- -title: OdText +title: OdText.OdText second_title: Aspose.Imaging for .NET API Reference -description: +description: OdText constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/odtext/ @@ -16,8 +16,8 @@ public OdText() ### See Also -* class [OdText](../../odtext) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtext) +* class [OdText](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/text/_index.md index fcd2e011d7ef..98b5f4d97913 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: OdText.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: OdText property. Gets or sets the text type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtext/text/ @@ -20,8 +20,8 @@ The text. ### See Also -* class [OdText](../../odtext) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtext) +* class [OdText](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/_index.md index a2656af98ba0..d21ec06718e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/_index.md @@ -1,7 +1,7 @@ --- -title: OdTextBox +title: Class OdTextBox second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextBox class. The text box type: docs weight: 7280 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/ @@ -18,21 +18,21 @@ public class OdTextBox : OdGraphicObject | Name | Description | | --- | --- | -| [OdTextBox](odtextbox)(OdObject) | Initializes a new instance of the [`OdTextBox`](../odtextbox) class. | +| [OdTextBox](odtextbox/)(OdObject) | Initializes a new instance of the `OdTextBox` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/rectangle) { get; set; } | Gets or sets the rectangle. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/rectangle/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [OdGraphicObject](../odgraphicobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdGraphicObject](../odgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/odtextbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/odtextbox/_index.md index 6673c94156c0..01e698c833f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/odtextbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/odtextbox/_index.md @@ -1,14 +1,14 @@ --- -title: OdTextBox +title: OdTextBox.OdTextBox second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextBox constructor. Initializes a new instance of the OdTextBox class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/odtextbox/ --- ## OdTextBox constructor -Initializes a new instance of the [`OdTextBox`](../../odtextbox) class. +Initializes a new instance of the [`OdTextBox`](../) class. ```csharp public OdTextBox(OdObject parent) @@ -20,9 +20,9 @@ public OdTextBox(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdTextBox](../../odtextbox) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextbox) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdTextBox](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/rectangle/_index.md index 2f1e6b4161dd..1abd6eddc1d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: OdTextBox.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextBox property. Gets or sets the rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextbox/rectangle/ @@ -20,9 +20,9 @@ The rectangle. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [OdTextBox](../../odtextbox) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextbox) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [OdTextBox](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextbox/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/_index.md index 98d33408a3c8..06eb3965d0d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/_index.md @@ -1,7 +1,7 @@ --- -title: OdTextMeasure +title: Class OdTextMeasure second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextMeasure class. The text measure type: docs weight: 7290 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/ @@ -18,24 +18,24 @@ public class OdTextMeasure : OdStyledObject | Name | Description | | --- | --- | -| [OdTextMeasure](odtextmeasure)(OdObject) | Initializes a new instance of the [`OdTextMeasure`](../odtextmeasure) class. | +| [OdTextMeasure](odtextmeasure/)(OdObject) | Initializes a new instance of the `OdTextMeasure` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Kind](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/kind) { get; set; } | Gets or sets the kind. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | -| [Text](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/text) { get; set; } | Gets or sets the value. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Kind](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/kind/) { get; set; } | Gets or sets the kind. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | +| [Text](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/text/) { get; set; } | Gets or sets the value. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/kind/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/kind/_index.md index 8274c9401281..46edb09eb0ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/kind/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/kind/_index.md @@ -1,7 +1,7 @@ --- -title: Kind +title: OdTextMeasure.Kind second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextMeasure property. Gets or sets the kind type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/kind/ @@ -20,9 +20,9 @@ The kind. ### See Also -* enum [OdMeasureTextKind](../../../aspose.imaging.fileformats.opendocument.enums/odmeasuretextkind) -* class [OdTextMeasure](../../odtextmeasure) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextmeasure) +* enum [OdMeasureTextKind](../../../aspose.imaging.fileformats.opendocument.enums/odmeasuretextkind/) +* class [OdTextMeasure](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextmeasure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/odtextmeasure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/odtextmeasure/_index.md index 6015dca2e7a0..c8a7f410429a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/odtextmeasure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/odtextmeasure/_index.md @@ -1,14 +1,14 @@ --- -title: OdTextMeasure +title: OdTextMeasure.OdTextMeasure second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextMeasure constructor. Initializes a new instance of the OdTextMeasure class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/odtextmeasure/ --- ## OdTextMeasure constructor -Initializes a new instance of the [`OdTextMeasure`](../../odtextmeasure) class. +Initializes a new instance of the [`OdTextMeasure`](../) class. ```csharp public OdTextMeasure(OdObject parent) @@ -20,9 +20,9 @@ public OdTextMeasure(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdTextMeasure](../../odtextmeasure) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextmeasure) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdTextMeasure](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextmeasure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/text/_index.md index 0db93c71e09a..6b76cdad10af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: OdTextMeasure.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextMeasure property. Gets or sets the value type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextmeasure/text/ @@ -20,8 +20,8 @@ The value. ### See Also -* class [OdTextMeasure](../../odtextmeasure) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextmeasure) +* class [OdTextMeasure](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextmeasure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/_index.md index de9a7e1cee90..27b1cf3ceb8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/_index.md @@ -1,7 +1,7 @@ --- -title: OdTextParagraph +title: Class OdTextParagraph second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextParagraph class. The text paragraph type: docs weight: 7300 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/ @@ -18,23 +18,23 @@ public class OdTextParagraph : OdStyledObject | Name | Description | | --- | --- | -| [OdTextParagraph](odtextparagraph)(OdObject) | Initializes a new instance of the [`OdTextParagraph`](../odtextparagraph) class. | +| [OdTextParagraph](odtextparagraph/)(OdObject) | Initializes a new instance of the `OdTextParagraph` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | -| [Text](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/text) { get; set; } | Gets or sets the text. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | +| [Text](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/text/) { get; set; } | Gets or sets the text. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/odtextparagraph/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/odtextparagraph/_index.md index 5df76261866d..9b56306b77af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/odtextparagraph/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/odtextparagraph/_index.md @@ -1,14 +1,14 @@ --- -title: OdTextParagraph +title: OdTextParagraph.OdTextParagraph second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextParagraph constructor. Initializes a new instance of the OdTextParagraph class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/odtextparagraph/ --- ## OdTextParagraph constructor -Initializes a new instance of the [`OdTextParagraph`](../../odtextparagraph) class. +Initializes a new instance of the [`OdTextParagraph`](../) class. ```csharp public OdTextParagraph(OdObject parent) @@ -20,9 +20,9 @@ public OdTextParagraph(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdTextParagraph](../../odtextparagraph) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextparagraph) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdTextParagraph](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextparagraph/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/text/_index.md index 6da57cb42fa5..bec888526fa3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: OdTextParagraph.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextParagraph property. Gets or sets the text type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextparagraph/text/ @@ -20,8 +20,8 @@ The text. ### See Also -* class [OdTextParagraph](../../odtextparagraph) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextparagraph) +* class [OdTextParagraph](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextparagraph/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/_index.md index b60cef871b8d..ca63380311ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/_index.md @@ -1,7 +1,7 @@ --- -title: OdTextSpan +title: Class OdTextSpan second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextSpan class. The text span type: docs weight: 7310 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/ @@ -18,23 +18,23 @@ public class OdTextSpan : OdStyledObject | Name | Description | | --- | --- | -| [OdTextSpan](odtextspan)(OdObject) | Initializes a new instance of the [`OdTextSpan`](../odtextspan) class. | +| [OdTextSpan](odtextspan/)(OdObject) | Initializes a new instance of the `OdTextSpan` class. | ## Properties | Name | Description | | --- | --- | -| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style) { get; set; } | Gets or sets the style. | -| [Text](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/text) { get; set; } | Gets or sets the text. | +| [AbsoluteCoordinates](../../aspose.imaging.fileformats.opendocument.objects.graphic/odgraphicobject/absolutecoordinates/) { get; set; } | Gets or sets a value indicating whether [absolute coordinates]. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [Rectangle](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Style](../../aspose.imaging.fileformats.opendocument.objects.graphic/odstyledobject/style/) { get; set; } | Gets or sets the style. | +| [Text](../../aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/text/) { get; set; } | Gets or sets the text. | ### See Also -* class [OdStyledObject](../odstyledobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic) +* class [OdStyledObject](../odstyledobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../aspose.imaging.fileformats.opendocument.objects.graphic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/odtextspan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/odtextspan/_index.md index c8ecc3be10f7..65360b6f203f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/odtextspan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/odtextspan/_index.md @@ -1,14 +1,14 @@ --- -title: OdTextSpan +title: OdTextSpan.OdTextSpan second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextSpan constructor. Initializes a new instance of the OdTextSpan class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/odtextspan/ --- ## OdTextSpan constructor -Initializes a new instance of the [`OdTextSpan`](../../odtextspan) class. +Initializes a new instance of the [`OdTextSpan`](../) class. ```csharp public OdTextSpan(OdObject parent) @@ -20,9 +20,9 @@ public OdTextSpan(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdTextSpan](../../odtextspan) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextspan) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdTextSpan](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextspan/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/text/_index.md index 0ab95f721587..70828a5cbce1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: OdTextSpan.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTextSpan property. Gets or sets the text type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.graphic/odtextspan/text/ @@ -20,8 +20,8 @@ The text. ### See Also -* class [OdTextSpan](../../odtextspan) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextspan) +* class [OdTextSpan](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic](../../odtextspan/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/_index.md index e862891156b1..e510d887c95c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/_index.md @@ -12,11 +12,11 @@ The Open document objects | Class | Description | | --- | --- | -| [OdPen](./odpen) | The open document pen | +| [OdPen](./odpen/) | The open document pen | ## Enumeration | Enumeration | Description | | --- | --- | -| [OdPenStyle](./odpenstyle) | The open document pen style | +| [OdPenStyle](./odpenstyle/) | The open document pen style | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/_index.md index f2cce44ce119..3bc2c80523ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/_index.md @@ -1,7 +1,7 @@ --- -title: OdPen +title: Class OdPen second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen.OdPen class. The open document pen type: docs weight: 7350 url: /net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/ @@ -18,19 +18,19 @@ public class OdPen | Name | Description | | --- | --- | -| [OdPen](odpen)() | The default constructor. | +| [OdPen](odpen/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Brush](../../aspose.imaging.fileformats.opendocument.objects.pen/odpen/brush) { get; set; } | Gets or sets the brush. | -| [PenStyle](../../aspose.imaging.fileformats.opendocument.objects.pen/odpen/penstyle) { get; set; } | Gets or sets the pen style. | -| [Width](../../aspose.imaging.fileformats.opendocument.objects.pen/odpen/width) { get; set; } | Gets or sets the width. | +| [Brush](../../aspose.imaging.fileformats.opendocument.objects.pen/odpen/brush/) { get; set; } | Gets or sets the brush. | +| [PenStyle](../../aspose.imaging.fileformats.opendocument.objects.pen/odpen/penstyle/) { get; set; } | Gets or sets the pen style. | +| [Width](../../aspose.imaging.fileformats.opendocument.objects.pen/odpen/width/) { get; set; } | Gets or sets the width. | ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../aspose.imaging.fileformats.opendocument.objects.pen) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../aspose.imaging.fileformats.opendocument.objects.pen/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/brush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/brush/_index.md index 49c3ee6cdf1f..79462d8e0e55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/brush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/brush/_index.md @@ -1,7 +1,7 @@ --- -title: Brush +title: OdPen.Brush second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPen property. Gets or sets the brush type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/brush/ @@ -20,9 +20,9 @@ The brush. ### See Also -* class [OdBrush](../../../aspose.imaging.fileformats.opendocument.objects.brush/odbrush) -* class [OdPen](../../odpen) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../odpen) +* class [OdBrush](../../../aspose.imaging.fileformats.opendocument.objects.brush/odbrush/) +* class [OdPen](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../odpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/odpen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/odpen/_index.md index 7f41e641f110..8e3eb1af954a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/odpen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/odpen/_index.md @@ -1,7 +1,7 @@ --- -title: OdPen +title: OdPen.OdPen second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPen constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/odpen/ @@ -16,8 +16,8 @@ public OdPen() ### See Also -* class [OdPen](../../odpen) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../odpen) +* class [OdPen](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../odpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/penstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/penstyle/_index.md index 32ac374278bf..0cbcd1d2b69a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/penstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/penstyle/_index.md @@ -1,7 +1,7 @@ --- -title: PenStyle +title: OdPen.PenStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPen property. Gets or sets the pen style type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/penstyle/ @@ -20,9 +20,9 @@ The pen style. ### See Also -* enum [OdPenStyle](../../odpenstyle) -* class [OdPen](../../odpen) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../odpen) +* enum [OdPenStyle](../../odpenstyle/) +* class [OdPen](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../odpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/width/_index.md index 470dcc8ac82d..85c7ecef1384 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: OdPen.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: OdPen property. Gets or sets the width type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects.pen/odpen/width/ @@ -20,8 +20,8 @@ The width. ### See Also -* class [OdPen](../../odpen) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../odpen) +* class [OdPen](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../odpen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpenstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpenstyle/_index.md index d1a12df8b3be..d25d50e55204 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpenstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects.pen/odpenstyle/_index.md @@ -1,7 +1,7 @@ --- -title: OdPenStyle +title: Enum OdPenStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen.OdPenStyle enum. The open document pen style type: docs weight: 7360 url: /net/aspose.imaging.fileformats.opendocument.objects.pen/odpenstyle/ @@ -24,7 +24,7 @@ public enum OdPenStyle ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../aspose.imaging.fileformats.opendocument.objects.pen) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen](../../aspose.imaging.fileformats.opendocument.objects.pen/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/_index.md index bd1cf3ea566c..a555248b66e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/_index.md @@ -12,8 +12,8 @@ The Open document objects | Class | Description | | --- | --- | -| [OdGraphicStyle](./odgraphicstyle) | The open document graphic style. | -| [OdMetadata](./odmetadata) | The Metadata of open document | -| [OdTransformInfo](./odtransforminfo) | The open document translate info | +| [OdGraphicStyle](./odgraphicstyle/) | The open document graphic style. | +| [OdMetadata](./odmetadata/) | The Metadata of open document | +| [OdTransformInfo](./odtransforminfo/) | The open document translate info | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/_index.md index e51df7e6b981..53fbc1acdeb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/_index.md @@ -1,7 +1,7 @@ --- -title: OdGraphicStyle +title: Class OdGraphicStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.OdGraphicStyle class. The open document graphic style type: docs weight: 7320 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/ @@ -18,45 +18,45 @@ public class OdGraphicStyle | Name | Description | | --- | --- | -| [OdGraphicStyle](odgraphicstyle)() | The default constructor. | +| [OdGraphicStyle](odgraphicstyle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Brush](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/brush) { get; set; } | Gets the brush. | -| [EndGuide](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endguide) { get; set; } | Gets or sets the end guide. | -| [EndMarker](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarker) { get; set; } | Gets or sets the end marker. | -| [EndMarkerWidth](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarkerwidth) { get; set; } | Gets or sets the end width of the marker. | -| [Font](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/font) { get; } | Gets the font. | -| [LineHeight](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/lineheight) { get; set; } | Gets or sets the height of the line. | -| [MarginBottom](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/marginbottom) { get; set; } | Gets or sets the margin bottom. | -| [MarginTop](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/margintop) { get; set; } | Gets or sets the margin top. | -| [MeasureLineDistance](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/measurelinedistance) { get; set; } | Gets or sets the measure line distance. | -| [Opacity](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/opacity) { get; set; } | Gets or sets the opacity. | -| [PaddingBottom](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingbottom) { get; set; } | Gets or sets the padding bottom. | -| [PaddingLeft](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingleft) { get; set; } | Gets or sets the padding left. | -| [PaddingRight](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingright) { get; set; } | Gets or sets the padding right. | -| [PaddingTop](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingtop) { get; set; } | Gets or sets the padding top. | -| [Pen](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/pen) { get; } | Gets the pen. | -| [SpaceBefore](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/spacebefore) { get; set; } | Gets or sets the space before. | -| [StartGuide](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startguide) { get; set; } | Gets or sets the start guide. | -| [StartMarker](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarker) { get; set; } | Gets or sets the start marker. | -| [StartMarkerWidth](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarkerwidth) { get; set; } | Gets or sets the start width of the marker. | -| [StylePosition](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/styleposition) { get; set; } | Gets or sets the style position. | -| [TextAlign](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textalign) { get; set; } | Gets or sets the text align. | -| [TextColor](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textcolor) { get; set; } | Gets or sets the color of the text. | -| [TransformInfo](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/transforminfo) { get; } | Gets the transform information. | +| [Brush](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/brush/) { get; set; } | Gets the brush. | +| [EndGuide](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endguide/) { get; set; } | Gets or sets the end guide. | +| [EndMarker](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarker/) { get; set; } | Gets or sets the end marker. | +| [EndMarkerWidth](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarkerwidth/) { get; set; } | Gets or sets the end width of the marker. | +| [Font](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/font/) { get; } | Gets the font. | +| [LineHeight](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/lineheight/) { get; set; } | Gets or sets the height of the line. | +| [MarginBottom](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/marginbottom/) { get; set; } | Gets or sets the margin bottom. | +| [MarginTop](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/margintop/) { get; set; } | Gets or sets the margin top. | +| [MeasureLineDistance](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/measurelinedistance/) { get; set; } | Gets or sets the measure line distance. | +| [Opacity](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/opacity/) { get; set; } | Gets or sets the opacity. | +| [PaddingBottom](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingbottom/) { get; set; } | Gets or sets the padding bottom. | +| [PaddingLeft](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingleft/) { get; set; } | Gets or sets the padding left. | +| [PaddingRight](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingright/) { get; set; } | Gets or sets the padding right. | +| [PaddingTop](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingtop/) { get; set; } | Gets or sets the padding top. | +| [Pen](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/pen/) { get; } | Gets the pen. | +| [SpaceBefore](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/spacebefore/) { get; set; } | Gets or sets the space before. | +| [StartGuide](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startguide/) { get; set; } | Gets or sets the start guide. | +| [StartMarker](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarker/) { get; set; } | Gets or sets the start marker. | +| [StartMarkerWidth](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarkerwidth/) { get; set; } | Gets or sets the start width of the marker. | +| [StylePosition](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/styleposition/) { get; set; } | Gets or sets the style position. | +| [TextAlign](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textalign/) { get; set; } | Gets or sets the text align. | +| [TextColor](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textcolor/) { get; set; } | Gets or sets the color of the text. | +| [TransformInfo](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/transforminfo/) { get; } | Gets the transform information. | ## Methods | Name | Description | | --- | --- | -| [Copy](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/copy)() | Copies this instance. | +| [Copy](../../aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/copy/)() | Copies this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../aspose.imaging.fileformats.opendocument.objects) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../aspose.imaging.fileformats.opendocument.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/brush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/brush/_index.md index 1ae8fa8fb9a5..2d3257664929 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/brush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/brush/_index.md @@ -1,7 +1,7 @@ --- -title: Brush +title: OdGraphicStyle.Brush second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets the brush type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/brush/ @@ -20,9 +20,9 @@ The brush. ### See Also -* class [OdBrush](../../../aspose.imaging.fileformats.opendocument.objects.brush/odbrush) -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdBrush](../../../aspose.imaging.fileformats.opendocument.objects.brush/odbrush/) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/copy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/copy/_index.md index 2bc40a8032ea..515d4a88d31b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/copy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/copy/_index.md @@ -1,7 +1,7 @@ --- -title: Copy +title: OdGraphicStyle.Copy second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle method. Copies this instance type: docs weight: 250 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/copy/ @@ -20,8 +20,8 @@ Gets the copy of this instance. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endguide/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endguide/_index.md index b2f94099ab97..13f6f4943389 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endguide/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endguide/_index.md @@ -1,7 +1,7 @@ --- -title: EndGuide +title: OdGraphicStyle.EndGuide second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the end guide type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endguide/ @@ -20,8 +20,8 @@ The end guide. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarker/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarker/_index.md index 9827f1779937..f82a61a86c97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarker/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarker/_index.md @@ -1,7 +1,7 @@ --- -title: EndMarker +title: OdGraphicStyle.EndMarker second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the end marker type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarker/ @@ -20,9 +20,9 @@ The end marker. ### See Also -* class [OdMarker](../../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker) -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdMarker](../../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarkerwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarkerwidth/_index.md index 15c028b9de8c..52611987e9fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarkerwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarkerwidth/_index.md @@ -1,7 +1,7 @@ --- -title: EndMarkerWidth +title: OdGraphicStyle.EndMarkerWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the end width of the marker type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/endmarkerwidth/ @@ -20,8 +20,8 @@ The end width of the marker. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/font/_index.md index 8b60b0e076fe..858ab0597aa4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/font/_index.md @@ -1,7 +1,7 @@ --- -title: Font +title: OdGraphicStyle.Font second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets the font type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/font/ @@ -20,9 +20,9 @@ The font. ### See Also -* class [OdFont](../../../aspose.imaging.fileformats.opendocument.objects.font/odfont) -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdFont](../../../aspose.imaging.fileformats.opendocument.objects.font/odfont/) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/lineheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/lineheight/_index.md index 8b9c59a013ca..070210e840ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/lineheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/lineheight/_index.md @@ -1,7 +1,7 @@ --- -title: LineHeight +title: OdGraphicStyle.LineHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the height of the line type: docs weight: 70 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/lineheight/ @@ -20,8 +20,8 @@ The height of the line. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/marginbottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/marginbottom/_index.md index 8c537af51252..acc04d2fbdc6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/marginbottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/marginbottom/_index.md @@ -1,7 +1,7 @@ --- -title: MarginBottom +title: OdGraphicStyle.MarginBottom second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the margin bottom type: docs weight: 80 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/marginbottom/ @@ -20,8 +20,8 @@ The margin bottom. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/margintop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/margintop/_index.md index 04040e167ec2..50e432f385d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/margintop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/margintop/_index.md @@ -1,7 +1,7 @@ --- -title: MarginTop +title: OdGraphicStyle.MarginTop second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the margin top type: docs weight: 90 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/margintop/ @@ -20,8 +20,8 @@ The margin top. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/measurelinedistance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/measurelinedistance/_index.md index 6fe1a72563cd..3f436d7b5bcf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/measurelinedistance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/measurelinedistance/_index.md @@ -1,7 +1,7 @@ --- -title: MeasureLineDistance +title: OdGraphicStyle.MeasureLineDistance second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the measure line distance type: docs weight: 100 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/measurelinedistance/ @@ -20,8 +20,8 @@ The measure line distance. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/odgraphicstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/odgraphicstyle/_index.md index 03f25c9e1b0a..b4fd1fe6274b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/odgraphicstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/odgraphicstyle/_index.md @@ -1,7 +1,7 @@ --- -title: OdGraphicStyle +title: OdGraphicStyle.OdGraphicStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/odgraphicstyle/ @@ -16,8 +16,8 @@ public OdGraphicStyle() ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/opacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/opacity/_index.md index 6202dcaf5063..48090c9c1708 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/opacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/opacity/_index.md @@ -1,7 +1,7 @@ --- -title: Opacity +title: OdGraphicStyle.Opacity second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the opacity type: docs weight: 110 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/opacity/ @@ -20,8 +20,8 @@ The opacity. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingbottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingbottom/_index.md index e900e14f7d68..1eab32790e25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingbottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingbottom/_index.md @@ -1,7 +1,7 @@ --- -title: PaddingBottom +title: OdGraphicStyle.PaddingBottom second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the padding bottom type: docs weight: 120 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingbottom/ @@ -20,8 +20,8 @@ The padding bottom. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingleft/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingleft/_index.md index 1a8e0993d2a8..aade41ee97e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingleft/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingleft/_index.md @@ -1,7 +1,7 @@ --- -title: PaddingLeft +title: OdGraphicStyle.PaddingLeft second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the padding left type: docs weight: 130 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingleft/ @@ -20,8 +20,8 @@ The padding left. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingright/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingright/_index.md index 49f950c550ce..86bb3d93258d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingright/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingright/_index.md @@ -1,7 +1,7 @@ --- -title: PaddingRight +title: OdGraphicStyle.PaddingRight second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the padding right type: docs weight: 140 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingright/ @@ -20,8 +20,8 @@ The padding right. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingtop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingtop/_index.md index 7b1b6cb33324..0f68c358ff74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingtop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingtop/_index.md @@ -1,7 +1,7 @@ --- -title: PaddingTop +title: OdGraphicStyle.PaddingTop second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the padding top type: docs weight: 150 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/paddingtop/ @@ -20,8 +20,8 @@ The padding top. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/pen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/pen/_index.md index 5f79b4dc24c9..f63e90938bbb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/pen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/pen/_index.md @@ -1,7 +1,7 @@ --- -title: Pen +title: OdGraphicStyle.Pen second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets the pen type: docs weight: 160 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/pen/ @@ -20,9 +20,9 @@ The pen. ### See Also -* class [OdPen](../../../aspose.imaging.fileformats.opendocument.objects.pen/odpen) -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdPen](../../../aspose.imaging.fileformats.opendocument.objects.pen/odpen/) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/spacebefore/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/spacebefore/_index.md index 03c06ab20ad1..3459742a084d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/spacebefore/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/spacebefore/_index.md @@ -1,7 +1,7 @@ --- -title: SpaceBefore +title: OdGraphicStyle.SpaceBefore second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the space before type: docs weight: 170 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/spacebefore/ @@ -20,8 +20,8 @@ The space before. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startguide/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startguide/_index.md index fc72e7551020..082524eaeaa0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startguide/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startguide/_index.md @@ -1,7 +1,7 @@ --- -title: StartGuide +title: OdGraphicStyle.StartGuide second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the start guide type: docs weight: 180 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startguide/ @@ -20,8 +20,8 @@ The start guide. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarker/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarker/_index.md index 1126610d44e4..9cc066dc29ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarker/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarker/_index.md @@ -1,7 +1,7 @@ --- -title: StartMarker +title: OdGraphicStyle.StartMarker second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the start marker type: docs weight: 190 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarker/ @@ -20,9 +20,9 @@ The start marker. ### See Also -* class [OdMarker](../../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker) -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdMarker](../../../aspose.imaging.fileformats.opendocument.objects.graphic/odmarker/) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarkerwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarkerwidth/_index.md index 00c9b1761265..c1a54f0364b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarkerwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarkerwidth/_index.md @@ -1,7 +1,7 @@ --- -title: StartMarkerWidth +title: OdGraphicStyle.StartMarkerWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the start width of the marker type: docs weight: 200 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/startmarkerwidth/ @@ -20,8 +20,8 @@ The start width of the marker. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/styleposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/styleposition/_index.md index 63354c6dcdcd..12bd75885c8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/styleposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/styleposition/_index.md @@ -1,7 +1,7 @@ --- -title: StylePosition +title: OdGraphicStyle.StylePosition second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the style position type: docs weight: 210 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/styleposition/ @@ -20,8 +20,8 @@ The style position. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textalign/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textalign/_index.md index 1bc037b8f117..c7b84fdbedbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textalign/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textalign/_index.md @@ -1,7 +1,7 @@ --- -title: TextAlign +title: OdGraphicStyle.TextAlign second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the text align type: docs weight: 220 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textalign/ @@ -20,9 +20,9 @@ The text align. ### See Also -* enum [OdTextAlignModeFlags](../../../aspose.imaging.fileformats.opendocument.enums/odtextalignmodeflags) -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* enum [OdTextAlignModeFlags](../../../aspose.imaging.fileformats.opendocument.enums/odtextalignmodeflags/) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textcolor/_index.md index 7d2ea865ac30..52278f15acea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textcolor/_index.md @@ -1,7 +1,7 @@ --- -title: TextColor +title: OdGraphicStyle.TextColor second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets or sets the color of the text type: docs weight: 230 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/textcolor/ @@ -20,8 +20,8 @@ The color of the text. ### See Also -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/transforminfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/transforminfo/_index.md index f72c48e1c0db..7c00ca0eb823 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/transforminfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/transforminfo/_index.md @@ -1,7 +1,7 @@ --- -title: TransformInfo +title: OdGraphicStyle.TransformInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: OdGraphicStyle property. Gets the transform information type: docs weight: 240 url: /net/aspose.imaging.fileformats.opendocument.objects/odgraphicstyle/transforminfo/ @@ -20,9 +20,9 @@ The transform information. ### See Also -* class [OdTransformInfo](../../odtransforminfo) -* class [OdGraphicStyle](../../odgraphicstyle) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle) +* class [OdTransformInfo](../../odtransforminfo/) +* class [OdGraphicStyle](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odgraphicstyle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/_index.md index 020eab09a01b..caed9e206fda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/_index.md @@ -1,7 +1,7 @@ --- -title: OdMetadata +title: Class OdMetadata second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.OdMetadata class. The Metadata of open document type: docs weight: 7330 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/ @@ -18,37 +18,37 @@ public class OdMetadata : OdObject | Name | Description | | --- | --- | -| [OdMetadata](odmetadata)(OdObject) | Initializes a new instance of the [`OdMetadata`](../odmetadata) class. | +| [OdMetadata](odmetadata/)(OdObject) | Initializes a new instance of the `OdMetadata` class. | ## Properties | Name | Description | | --- | --- | -| [AutomaticReload](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/automaticreload) { get; set; } | Gets or sets the automatic reload. | -| [CreationDateTime](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/creationdatetime) { get; set; } | Gets or sets the creation date time. | -| [Creator](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/creator) { get; set; } | Gets or sets the creator. | -| [Description](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/description) { get; set; } | Gets or sets the description. | -| [DocumentStatistics](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/documentstatistics) { get; set; } | Gets or sets the document statistics. | -| [DocumentTemplate](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/documenttemplate) { get; set; } | Gets or sets the document template. | -| [EditingCycles](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/editingcycles) { get; set; } | Gets or sets the editing cycles. | -| [EditingDuration](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/editingduration) { get; set; } | Gets or sets the duration of the editing. | -| [Generator](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/generator) { get; set; } | Gets or sets the generator. | -| [HyperlinkBehavior](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/hyperlinkbehavior) { get; set; } | Gets or sets the hyperlink behavior. | -| [InitialCreator](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/initialcreator) { get; set; } | Gets or sets the initial creator. | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Keywords](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/keywords) { get; set; } | Gets or sets the keywords. | -| [Language](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/language) { get; set; } | Gets or sets the language. | -| [ModificationDateTime](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/modificationdatetime) { get; set; } | Gets or sets the modification date time. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | -| [PrintDateTime](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/printdatetime) { get; set; } | Gets or sets the print date time. | -| [PrintedBy](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/printedby) { get; set; } | Gets or sets the printed by. | -| [Subject](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/subject) { get; set; } | Gets or sets the subject. | -| [Title](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/title) { get; set; } | Gets or sets the title. | +| [AutomaticReload](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/automaticreload/) { get; set; } | Gets or sets the automatic reload. | +| [CreationDateTime](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/creationdatetime/) { get; set; } | Gets or sets the creation date time. | +| [Creator](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/creator/) { get; set; } | Gets or sets the creator. | +| [Description](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/description/) { get; set; } | Gets or sets the description. | +| [DocumentStatistics](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/documentstatistics/) { get; set; } | Gets or sets the document statistics. | +| [DocumentTemplate](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/documenttemplate/) { get; set; } | Gets or sets the document template. | +| [EditingCycles](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/editingcycles/) { get; set; } | Gets or sets the editing cycles. | +| [EditingDuration](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/editingduration/) { get; set; } | Gets or sets the duration of the editing. | +| [Generator](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/generator/) { get; set; } | Gets or sets the generator. | +| [HyperlinkBehavior](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/hyperlinkbehavior/) { get; set; } | Gets or sets the hyperlink behavior. | +| [InitialCreator](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/initialcreator/) { get; set; } | Gets or sets the initial creator. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Keywords](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/keywords/) { get; set; } | Gets or sets the keywords. | +| [Language](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/language/) { get; set; } | Gets or sets the language. | +| [ModificationDateTime](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/modificationdatetime/) { get; set; } | Gets or sets the modification date time. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | +| [PrintDateTime](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/printdatetime/) { get; set; } | Gets or sets the print date time. | +| [PrintedBy](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/printedby/) { get; set; } | Gets or sets the printed by. | +| [Subject](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/subject/) { get; set; } | Gets or sets the subject. | +| [Title](../../aspose.imaging.fileformats.opendocument.objects/odmetadata/title/) { get; set; } | Gets or sets the title. | ### See Also -* class [OdObject](../../aspose.imaging.fileformats.opendocument/odobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../aspose.imaging.fileformats.opendocument.objects) +* class [OdObject](../../aspose.imaging.fileformats.opendocument/odobject/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../aspose.imaging.fileformats.opendocument.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/automaticreload/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/automaticreload/_index.md index e0fda2cf7cd0..3c34b3e121f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/automaticreload/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/automaticreload/_index.md @@ -1,7 +1,7 @@ --- -title: AutomaticReload +title: OdMetadata.AutomaticReload second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the automatic reload type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/automaticreload/ @@ -20,8 +20,8 @@ The automatic reload. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creationdatetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creationdatetime/_index.md index f08f968caf3d..32b40c4304d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creationdatetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creationdatetime/_index.md @@ -1,7 +1,7 @@ --- -title: CreationDateTime +title: OdMetadata.CreationDateTime second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the creation date time type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creationdatetime/ @@ -20,8 +20,8 @@ The creation date time. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creator/_index.md index 8b4647fa8155..06aa4b8ee912 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creator/_index.md @@ -1,7 +1,7 @@ --- -title: Creator +title: OdMetadata.Creator second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the creator type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/creator/ @@ -20,8 +20,8 @@ The creator. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/description/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/description/_index.md index af48e2f35b83..d8315b20792d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/description/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/description/_index.md @@ -1,7 +1,7 @@ --- -title: Description +title: OdMetadata.Description second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the description type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/description/ @@ -20,8 +20,8 @@ The description. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documentstatistics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documentstatistics/_index.md index 579346d09919..0e469ea13243 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documentstatistics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documentstatistics/_index.md @@ -1,7 +1,7 @@ --- -title: DocumentStatistics +title: OdMetadata.DocumentStatistics second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the document statistics type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documentstatistics/ @@ -20,8 +20,8 @@ The document statistics. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documenttemplate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documenttemplate/_index.md index 2b6623f2f031..506f23c86405 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documenttemplate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documenttemplate/_index.md @@ -1,7 +1,7 @@ --- -title: DocumentTemplate +title: OdMetadata.DocumentTemplate second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the document template type: docs weight: 70 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/documenttemplate/ @@ -20,8 +20,8 @@ The document template. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingcycles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingcycles/_index.md index 7591085a6220..76b1132ea511 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingcycles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingcycles/_index.md @@ -1,7 +1,7 @@ --- -title: EditingCycles +title: OdMetadata.EditingCycles second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the editing cycles type: docs weight: 80 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingcycles/ @@ -20,8 +20,8 @@ The editing cycles. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingduration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingduration/_index.md index 4f2cfdfaba80..a5c6168d41ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingduration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingduration/_index.md @@ -1,7 +1,7 @@ --- -title: EditingDuration +title: OdMetadata.EditingDuration second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the duration of the editing type: docs weight: 90 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/editingduration/ @@ -20,8 +20,8 @@ The duration of the editing. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/generator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/generator/_index.md index 42ca1961252c..dd0584cdff9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/generator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/generator/_index.md @@ -1,7 +1,7 @@ --- -title: Generator +title: OdMetadata.Generator second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the generator type: docs weight: 100 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/generator/ @@ -20,8 +20,8 @@ The generator. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/hyperlinkbehavior/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/hyperlinkbehavior/_index.md index 5705e3b667f6..97dbe1558c28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/hyperlinkbehavior/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/hyperlinkbehavior/_index.md @@ -1,7 +1,7 @@ --- -title: HyperlinkBehavior +title: OdMetadata.HyperlinkBehavior second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the hyperlink behavior type: docs weight: 110 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/hyperlinkbehavior/ @@ -20,8 +20,8 @@ The hyperlink behavior. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/initialcreator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/initialcreator/_index.md index fec2abb92374..775d02db42b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/initialcreator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/initialcreator/_index.md @@ -1,7 +1,7 @@ --- -title: InitialCreator +title: OdMetadata.InitialCreator second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the initial creator type: docs weight: 120 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/initialcreator/ @@ -20,8 +20,8 @@ The initial creator. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/keywords/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/keywords/_index.md index ed9835b19397..7e5e6d98cebb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/keywords/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/keywords/_index.md @@ -1,7 +1,7 @@ --- -title: Keywords +title: OdMetadata.Keywords second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the keywords type: docs weight: 130 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/keywords/ @@ -20,8 +20,8 @@ The keywords. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/language/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/language/_index.md index ad0780f95f98..f8ea9f5eb088 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/language/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/language/_index.md @@ -1,7 +1,7 @@ --- -title: Language +title: OdMetadata.Language second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the language type: docs weight: 140 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/language/ @@ -20,8 +20,8 @@ The language. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/modificationdatetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/modificationdatetime/_index.md index c0148d6e8ae6..af94108e390f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/modificationdatetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/modificationdatetime/_index.md @@ -1,7 +1,7 @@ --- -title: ModificationDateTime +title: OdMetadata.ModificationDateTime second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the modification date time type: docs weight: 150 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/modificationdatetime/ @@ -20,8 +20,8 @@ The modification date time. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/odmetadata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/odmetadata/_index.md index b5979bae44ee..a83a657d5083 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/odmetadata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/odmetadata/_index.md @@ -1,14 +1,14 @@ --- -title: OdMetadata +title: OdMetadata.OdMetadata second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata constructor. Initializes a new instance of the OdMetadata class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/odmetadata/ --- ## OdMetadata constructor -Initializes a new instance of the [`OdMetadata`](../../odmetadata) class. +Initializes a new instance of the [`OdMetadata`](../) class. ```csharp public OdMetadata(OdObject parent) @@ -20,9 +20,9 @@ public OdMetadata(OdObject parent) ### See Also -* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject) -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdObject](../../../aspose.imaging.fileformats.opendocument/odobject/) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printdatetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printdatetime/_index.md index 4de085b809b3..40c847f25149 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printdatetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printdatetime/_index.md @@ -1,7 +1,7 @@ --- -title: PrintDateTime +title: OdMetadata.PrintDateTime second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the print date time type: docs weight: 160 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printdatetime/ @@ -20,8 +20,8 @@ The print date time. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printedby/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printedby/_index.md index 7a41a17e6f23..de00f89ab358 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printedby/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printedby/_index.md @@ -1,7 +1,7 @@ --- -title: PrintedBy +title: OdMetadata.PrintedBy second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the printed by type: docs weight: 170 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/printedby/ @@ -20,8 +20,8 @@ The printed by. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/subject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/subject/_index.md index 357d06bd9623..28f780c65aae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/subject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/subject/_index.md @@ -1,7 +1,7 @@ --- -title: Subject +title: OdMetadata.Subject second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the subject type: docs weight: 180 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/subject/ @@ -20,8 +20,8 @@ The subject. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/title/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/title/_index.md index afc771a68c77..ccf67adca8f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/title/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odmetadata/title/_index.md @@ -1,7 +1,7 @@ --- -title: Title +title: OdMetadata.Title second_title: Aspose.Imaging for .NET API Reference -description: +description: OdMetadata property. Gets or sets the title type: docs weight: 190 url: /net/aspose.imaging.fileformats.opendocument.objects/odmetadata/title/ @@ -20,8 +20,8 @@ The title. ### See Also -* class [OdMetadata](../../odmetadata) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata) +* class [OdMetadata](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odmetadata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/_index.md index f2360e37e588..aa262459d03d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/_index.md @@ -1,7 +1,7 @@ --- -title: OdTransformInfo +title: Class OdTransformInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.Objects.OdTransformInfo class. The open document translate info type: docs weight: 7340 url: /net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/ @@ -18,27 +18,27 @@ public class OdTransformInfo | Name | Description | | --- | --- | -| [OdTransformInfo](odtransforminfo)() | The default constructor. | +| [OdTransformInfo](odtransforminfo/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [RotateAngle](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/rotateangle) { get; set; } | Gets or sets the rotate angle. | -| [SkewX](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewx) { get; set; } | Gets or sets the skew x. | -| [SkewY](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewy) { get; set; } | Gets or sets the skew y. | -| [TranslateX](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatex) { get; set; } | Gets or sets the translate x. | -| [TranslateY](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatey) { get; set; } | Gets or sets the translate y. | +| [RotateAngle](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/rotateangle/) { get; set; } | Gets or sets the rotate angle. | +| [SkewX](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewx/) { get; set; } | Gets or sets the skew x. | +| [SkewY](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewy/) { get; set; } | Gets or sets the skew y. | +| [TranslateX](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatex/) { get; set; } | Gets or sets the translate x. | +| [TranslateY](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatey/) { get; set; } | Gets or sets the translate y. | ## Methods | Name | Description | | --- | --- | -| [Copy](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/copy)() | Copies this instance. | +| [Copy](../../aspose.imaging.fileformats.opendocument.objects/odtransforminfo/copy/)() | Copies this instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../aspose.imaging.fileformats.opendocument.objects) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../aspose.imaging.fileformats.opendocument.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/copy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/copy/_index.md index 8a8019cdb53b..0ee706a275d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/copy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/copy/_index.md @@ -1,7 +1,7 @@ --- -title: Copy +title: OdTransformInfo.Copy second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTransformInfo method. Copies this instance type: docs weight: 70 url: /net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/copy/ @@ -20,8 +20,8 @@ Get the instance of OdTransformInfo ### See Also -* class [OdTransformInfo](../../odtransforminfo) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo) +* class [OdTransformInfo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/odtransforminfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/odtransforminfo/_index.md index 3dc7319bb982..dc88b475e147 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/odtransforminfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/odtransforminfo/_index.md @@ -1,7 +1,7 @@ --- -title: OdTransformInfo +title: OdTransformInfo.OdTransformInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTransformInfo constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/odtransforminfo/ @@ -16,8 +16,8 @@ public OdTransformInfo() ### See Also -* class [OdTransformInfo](../../odtransforminfo) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo) +* class [OdTransformInfo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/rotateangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/rotateangle/_index.md index 3b878c776985..078313217c84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/rotateangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/rotateangle/_index.md @@ -1,7 +1,7 @@ --- -title: RotateAngle +title: OdTransformInfo.RotateAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTransformInfo property. Gets or sets the rotate angle type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/rotateangle/ @@ -20,8 +20,8 @@ The rotate angle. ### See Also -* class [OdTransformInfo](../../odtransforminfo) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo) +* class [OdTransformInfo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewx/_index.md index 134989cf9dbf..c03bb1068a27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewx/_index.md @@ -1,7 +1,7 @@ --- -title: SkewX +title: OdTransformInfo.SkewX second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTransformInfo property. Gets or sets the skew x type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewx/ @@ -20,8 +20,8 @@ The skew x. ### See Also -* class [OdTransformInfo](../../odtransforminfo) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo) +* class [OdTransformInfo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewy/_index.md index baa27ad79a89..e8c1acdf875e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewy/_index.md @@ -1,7 +1,7 @@ --- -title: SkewY +title: OdTransformInfo.SkewY second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTransformInfo property. Gets or sets the skew y type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/skewy/ @@ -20,8 +20,8 @@ The skew y. ### See Also -* class [OdTransformInfo](../../odtransforminfo) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo) +* class [OdTransformInfo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatex/_index.md index d141e44ca379..712cd7c6b786 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatex/_index.md @@ -1,7 +1,7 @@ --- -title: TranslateX +title: OdTransformInfo.TranslateX second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTransformInfo property. Gets or sets the translate x type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatex/ @@ -20,8 +20,8 @@ The translate x. ### See Also -* class [OdTransformInfo](../../odtransforminfo) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo) +* class [OdTransformInfo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatey/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatey/_index.md index 037fee0bd5cf..b1c1369ae24d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatey/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatey/_index.md @@ -1,7 +1,7 @@ --- -title: TranslateY +title: OdTransformInfo.TranslateY second_title: Aspose.Imaging for .NET API Reference -description: +description: OdTransformInfo property. Gets or sets the translate y type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument.objects/odtransforminfo/translatey/ @@ -20,8 +20,8 @@ The translate y. ### See Also -* class [OdTransformInfo](../../odtransforminfo) -* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo) +* class [OdTransformInfo](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument.Objects](../../odtransforminfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/_index.md index 2e4aae0777dd..9fa21d1f0260 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/_index.md @@ -12,9 +12,9 @@ The Open document graphic objects | Class | Description | | --- | --- | -| [OdgImage](./odgimage) | Manipulate OpenDocument Graphic (ODG) vector image file format with our API, widely used by OpenOffice and LibreOffice Draw applications for storing drawing elements in a vector format. Seamlessly parse documents, access pages, resize and rotate images, ensuring efficient processing and customization of ODG files to meet your specific requirements. | -| [OdImage](./odimage) | The open document | -| [OdObject](./odobject) | The open document object. | -| [OtgImage](./otgimage) | Process OpenDocument Template (OTG) drawing image files with our API, leveraging the OpenDocument XML format with Graphics Content for seamless manipulation. Easily parse documents, customize background colors, and adjust page dimensions, ensuring optimal control and flexibility for your OTG vector graphics projects. | +| [OdgImage](./odgimage/) | Manipulate OpenDocument Graphic (ODG) vector image file format with our API, widely used by OpenOffice and LibreOffice Draw applications for storing drawing elements in a vector format. Seamlessly parse documents, access pages, resize and rotate images, ensuring efficient processing and customization of ODG files to meet your specific requirements. | +| [OdImage](./odimage/) | The open document | +| [OdObject](./odobject/) | The open document object. | +| [OtgImage](./otgimage/) | Process OpenDocument Template (OTG) drawing image files with our API, leveraging the OpenDocument XML format with Graphics Content for seamless manipulation. Easily parse documents, customize background colors, and adjust page dimensions, ensuring optimal control and flexibility for your OTG vector graphics projects. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/_index.md index da07558af6c5..764ada962c62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/_index.md @@ -1,7 +1,7 @@ --- -title: OdgImage +title: Class OdgImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.OdgImage class. Manipulate OpenDocument Graphic ODG vector image file format with our API widely used by OpenOffice and LibreOffice Draw applications for storing drawing elements in a vector format. Seamlessly parse documents access pages resize and rotate images ensuring efficient processing and customization of ODG files to meet your specific requirements type: docs weight: 7390 url: /net/aspose.imaging.fileformats.opendocument/odgimage/ @@ -18,73 +18,73 @@ public class OdgImage : OdImage | Name | Description | | --- | --- | -| [OdgImage](odgimage)(StreamContainer) | Crafted for seamless integration into software solutions, the [`OdgImage`](../odgimage) constructor initializes a new instance by leveraging a stream container. This method ensures efficient handling of ODG image data within software environments, optimizing resource utilization and facilitating streamlined image processing workflows. | -| [OdgImage](odgimage)(StreamContainer, LoadOptions) | Start a new creation of the [`OdgImage`](../odgimage) class object with the initiation of a fresh instance. Harness the potential of a stream container coupled with load options parameters, maintain a versatile constructor to seamlessly load images. This constructor empowers efficient image handling, offering customizable loading configurations for enhanced adaptability and performance across diverse scenarios. | +| [OdgImage](odgimage/#constructor)(StreamContainer) | Crafted for seamless integration into software solutions, the `OdgImage` constructor initializes a new instance by leveraging a stream container. This method ensures efficient handling of ODG image data within software environments, optimizing resource utilization and facilitating streamlined image processing workflows. | +| [OdgImage](odgimage/#constructor_1)(StreamContainer, LoadOptions) | Start a new creation of the `OdgImage` class object with the initiation of a fresh instance. Harness the potential of a stream container coupled with load options parameters, maintain a versatile constructor to seamlessly load images. This constructor empowers efficient image handling, offering customizable loading configurations for enhanced adaptability and performance across diverse scenarios. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.opendocument/odimage/bitsperpixel) { get; } | Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image, aiding in various image processing tasks and optimizations. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.opendocument/odgimage/fileformat) { get; } | Gets a value of file format | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging.fileformats.opendocument/odimage/height) { get; } | Returns the height of the image, denoting the vertical dimension in pixels. This property is crucial for understanding the image's overall size and proportions, facilitating accurate display and processing of image content. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.opendocument/odimage/iscached) { get; } | Obtains a boolean value indicating whether the data of the object is currently cached, thus eliminating the need for data reading. This property serves as an optimization indicator, enhancing performance by minimizing redundant data access operation. | -| [Metadata](../../aspose.imaging.fileformats.opendocument/odimage/metadata) { get; } | Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files, facilitating various operations such as extraction, modification, or analysis of metadata. | -| override [PageCount](../../aspose.imaging.fileformats.opendocument/odimage/pagecount) { get; } | Retrieves the total count of pages within the image. This property is essential for applications managing multi-page images, enabling them to accurately determine the number of pages available for processing or display. | -| override [PageExportingAction](../../aspose.imaging.fileformats.opendocument/odgimage/pageexportingaction) { get; set; } | This property allows to effortlessly retrieve or modify the action associated with exporting pages. Through precise manipulation of this property, software solutions gain the flexibility to tailor page exporting behavior according to specific application requirements, ensuring optimal performance and enhanced user experience. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.opendocument/odgimage/pages) { get; } | Retrieving the collection of pages, this property empowers to access the entirety of pages associated with an image. By accessing this property, developers can iterate through individual pages, retrieve specific pages based on their index, or perform batch operations on the entire collection. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Records](../../aspose.imaging.fileformats.opendocument/odimage/records) { get; } | Retrieves the OpenDocument records stored within the image. This property grants access to specific structured data elements embedded within OpenDocument files, facilitating retrieval or manipulation of relevant information for further processing or analysis. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.opendocument/odimage/width) { get; } | Retrieves the width of the image, indicating the horizontal dimension in pixels. This property provides essential information about the image's size, enabling precise rendering, manipulation, and analysis of image data. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.opendocument/odimage/bitsperpixel/) { get; } | Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image, aiding in various image processing tasks and optimizations. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.opendocument/odgimage/fileformat/) { get; } | Gets a value of file format | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging.fileformats.opendocument/odimage/height/) { get; } | Returns the height of the image, denoting the vertical dimension in pixels. This property is crucial for understanding the image's overall size and proportions, facilitating accurate display and processing of image content. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.opendocument/odimage/iscached/) { get; } | Obtains a boolean value indicating whether the data of the object is currently cached, thus eliminating the need for data reading. This property serves as an optimization indicator, enhancing performance by minimizing redundant data access operation. | +| [Metadata](../../aspose.imaging.fileformats.opendocument/odimage/metadata/) { get; } | Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files, facilitating various operations such as extraction, modification, or analysis of metadata. | +| override [PageCount](../../aspose.imaging.fileformats.opendocument/odimage/pagecount/) { get; } | Retrieves the total count of pages within the image. This property is essential for applications managing multi-page images, enabling them to accurately determine the number of pages available for processing or display. | +| override [PageExportingAction](../../aspose.imaging.fileformats.opendocument/odgimage/pageexportingaction/) { get; set; } | This property allows to effortlessly retrieve or modify the action associated with exporting pages. Through precise manipulation of this property, software solutions gain the flexibility to tailor page exporting behavior according to specific application requirements, ensuring optimal performance and enhanced user experience. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.opendocument/odgimage/pages/) { get; } | Retrieving the collection of pages, this property empowers to access the entirety of pages associated with an image. By accessing this property, developers can iterate through individual pages, retrieve specific pages based on their index, or perform batch operations on the entire collection. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Records](../../aspose.imaging.fileformats.opendocument/odimage/records/) { get; } | Retrieves the OpenDocument records stored within the image. This property grants access to specific structured data elements embedded within OpenDocument files, facilitating retrieval or manipulation of relevant information for further processing or analysis. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.opendocument/odimage/width/) { get; } | Retrieves the width of the image, indicating the horizontal dimension in pixels. This property provides essential information about the image's size, enabling precise rendering, manipulation, and analysis of image data. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging/vectormultipageimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.opendocument/odgimage/getdefaultoptions)(object[]) | This property provides access to the default options associated with an image. By retrieving these options, developers can quickly ascertain the default settings applied to the image, facilitating the creation of new instances or the modification of existing ones based on these presets. | -| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.opendocument/odgimage/resize)(int, int, ImageResizeSettings) | This method helps developers to resize images programmatically. By invoking this function, you can dynamically adjust the dimensions of images, catering to specific requirements or constraints within their applications. | -| override [Resize](../../aspose.imaging.fileformats.opendocument/odgimage/resize)(int, int, ResizeType) | This method facilitates image resizing with precise control over width, height, and resize type parameters. You can specify the desired dimensions and choose from different resizing algorithms or types to achieve optimal results based on application's requirements. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.opendocument/odgimage/rotateflip)(RotateFlipType) | This versatile method apply various transformations to images, including rotation and flipping, to achieve desired orientations and visual effects. With intuitive parameters, you can specify the degree of rotation and the type of flipping (horizontal, vertical, or both) to precisely manipulate the image as needed. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging/vectormultipageimage/setpalette)(IColorPalette, bool) | Sets the image palette. | - -### Examples +| override [CacheData](../../aspose.imaging/vectormultipageimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.opendocument/odgimage/getdefaultoptions/)(object[]) | This property provides access to the default options associated with an image. By retrieving these options, developers can quickly ascertain the default settings applied to the image, facilitating the creation of new instances or the modification of existing ones based on these presets. | +| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.opendocument/odgimage/resize/#resize_1)(int, int, ImageResizeSettings) | This method helps developers to resize images programmatically. By invoking this function, you can dynamically adjust the dimensions of images, catering to specific requirements or constraints within their applications. | +| override [Resize](../../aspose.imaging.fileformats.opendocument/odgimage/resize/#resize_2)(int, int, ResizeType) | This method facilitates image resizing with precise control over width, height, and resize type parameters. You can specify the desired dimensions and choose from different resizing algorithms or types to achieve optimal results based on application's requirements. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.opendocument/odgimage/rotateflip/)(RotateFlipType) | This versatile method apply various transformations to images, including rotation and flipping, to achieve desired orientations and visual effects. With intuitive parameters, you can specify the degree of rotation and the type of flipping (horizontal, vertical, or both) to precisely manipulate the image as needed. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging/vectormultipageimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | + +## Examples This example loads a multi-page ODG image. @@ -131,8 +131,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFileName)) ### See Also -* class [OdImage](../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../aspose.imaging.fileformats.opendocument) +* class [OdImage](../odimage/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../aspose.imaging.fileformats.opendocument/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/fileformat/_index.md index e7a96d408b31..31aee07e8210 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: OdgImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: OdgImage property. Gets a value of file format type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument/odgimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/getdefaultoptions/_index.md index 223aa58f727d..c7eda48dda9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: OdgImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: OdgImage method. This property provides access to the default options associated with an image. By retrieving these options developers can quickly ascertain the default settings applied to the image facilitating the creation of new instances or the modification of existing ones based on these presets type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument/odgimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/odgimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/odgimage/_index.md index 8c2178d480ac..e7463da4dc75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/odgimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/odgimage/_index.md @@ -1,14 +1,14 @@ --- -title: OdgImage +title: OdgImage.OdgImage second_title: Aspose.Imaging for .NET API Reference -description: +description: OdgImage constructor. Start a new creation of the OdgImage class object with the initiation of a fresh instance. Harness the potential of a stream container coupled with load options parameters maintain a versatile constructor to seamlessly load images. This constructor empowers efficient image handling offering customizable loading configurations for enhanced adaptability and performance across diverse scenarios type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument/odgimage/odgimage/ --- -## OdgImage constructor (1 of 2) +## OdgImage(StreamContainer, LoadOptions) {#constructor_1} -Start a new creation of the [`OdgImage`](../../odgimage) class object with the initiation of a fresh instance. Harness the potential of a stream container coupled with load options parameters, maintain a versatile constructor to seamlessly load images. This constructor empowers efficient image handling, offering customizable loading configurations for enhanced adaptability and performance across diverse scenarios. +Start a new creation of the [`OdgImage`](../) class object with the initiation of a fresh instance. Harness the potential of a stream container coupled with load options parameters, maintain a versatile constructor to seamlessly load images. This constructor empowers efficient image handling, offering customizable loading configurations for enhanced adaptability and performance across diverse scenarios. ```csharp public OdgImage(StreamContainer streamContainer, LoadOptions options) @@ -21,17 +21,17 @@ public OdgImage(StreamContainer streamContainer, LoadOptions options) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) --- -## OdgImage constructor (2 of 2) +## OdgImage(StreamContainer) {#constructor} -Crafted for seamless integration into software solutions, the [`OdgImage`](../../odgimage) constructor initializes a new instance by leveraging a stream container. This method ensures efficient handling of ODG image data within software environments, optimizing resource utilization and facilitating streamlined image processing workflows. +Crafted for seamless integration into software solutions, the [`OdgImage`](../) constructor initializes a new instance by leveraging a stream container. This method ensures efficient handling of ODG image data within software environments, optimizing resource utilization and facilitating streamlined image processing workflows. ```csharp public OdgImage(StreamContainer streamContainer) @@ -43,9 +43,9 @@ public OdgImage(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/pageexportingaction/_index.md index e7f7cd40c2ff..8356a3f54949 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: OdgImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: OdgImage property. This property allows to effortlessly retrieve or modify the action associated with exporting pages. Through precise manipulation of this property software solutions gain the flexibility to tailor page exporting behavior according to specific application requirements ensuring optimal performance and enhanced user experience. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument/odgimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/pages/_index.md index 2d98ccd1e92f..da5d96595be0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: OdgImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: OdgImage property. Retrieving the collection of pages this property empowers to access the entirety of pages associated with an image. By accessing this property developers can iterate through individual pages retrieve specific pages based on their index or perform batch operations on the entire collection type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument/odgimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* class [Image](../../../aspose.imaging/image/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/resize/_index.md index 217eacd1807b..8d921ac7dd26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: OdgImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: OdgImage method. This method helps developers to resize images programmatically. By invoking this function you can dynamically adjust the dimensions of images catering to specific requirements or constraints within their applications type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument/odgimage/resize/ --- -## OdgImage.Resize method (1 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} This method helps developers to resize images programmatically. By invoking this function, you can dynamically adjust the dimensions of images, catering to specific requirements or constraints within their applications. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) --- -## OdgImage.Resize method (2 of 2) +## Resize(int, int, ResizeType) {#resize_2} This method facilitates image resizing with precise control over width, height, and resize type parameters. You can specify the desired dimensions and choose from different resizing algorithms or types to achieve optimal results based on application's requirements. @@ -43,7 +43,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples This example loads a multi-page ODG image and resizes it using various resizing methods. @@ -91,9 +91,9 @@ using (Aspose.Imaging.FileFormats.OpenDocument.OdgImage image = (Aspose.Imaging. ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/rotateflip/_index.md index 1221647bd222..c8732bbbaeea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odgimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: OdgImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: OdgImage method. This versatile method apply various transformations to images including rotation and flipping to achieve desired orientations and visual effects. With intuitive parameters you can specify the degree of rotation and the type of flipping horizontal vertical or both to precisely manipulate the image as needed type: docs weight: 70 url: /net/aspose.imaging.fileformats.opendocument/odgimage/rotateflip/ @@ -18,7 +18,7 @@ public override void RotateFlip(RotateFlipType rotateFlipType) | --- | --- | --- | | rotateFlipType | RotateFlipType | Type of the rotate flip. | -### Examples +## Examples This example loads a ODG image, rotates it by 90 degrees clockwise and optionally flips the image horizontally and(or) vertically. @@ -48,9 +48,9 @@ foreach (Aspose.Imaging.RotateFlipType rotateFlipType in rotateFlipTypes) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [OdgImage](../../odgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [OdgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/_index.md index 1d0f1ad7b73e..c60c4119484a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/_index.md @@ -1,7 +1,7 @@ --- -title: OdImage +title: Class OdImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.OdImage class. The open document type: docs weight: 7370 url: /net/aspose.imaging.fileformats.opendocument/odimage/ @@ -18,76 +18,76 @@ public abstract class OdImage : VectorMultipageImage | Name | Description | | --- | --- | -| [OdImage](odimage)(StreamContainer) | Creates a new instance of the [`OdImage`](../odimage) class, designed specifically for initialization with a stream container. This constructor enables seamless integration with stream-based data sources, facilitating efficient handling of OdImage instances within software systems. | -| [OdImage](odimage)(StreamContainer, LoadOptions) | Initialize a new [`OdImage`](../odimage) object by providing a stream container along with load options, facilitating seamless integration into software applications. This constructor efficiently handle image data, offering flexibility and control over the loading process. | +| [OdImage](odimage/#constructor)(StreamContainer) | Creates a new instance of the `OdImage` class, designed specifically for initialization with a stream container. This constructor enables seamless integration with stream-based data sources, facilitating efficient handling of OdImage instances within software systems. | +| [OdImage](odimage/#constructor_1)(StreamContainer, LoadOptions) | Initialize a new `OdImage` object by providing a stream container along with load options, facilitating seamless integration into software applications. This constructor efficiently handle image data, offering flexibility and control over the loading process. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.opendocument/odimage/bitsperpixel) { get; } | Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image, aiding in various image processing tasks and optimizations. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging.fileformats.opendocument/odimage/height) { get; } | Returns the height of the image, denoting the vertical dimension in pixels. This property is crucial for understanding the image's overall size and proportions, facilitating accurate display and processing of image content. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.opendocument/odimage/iscached) { get; } | Obtains a boolean value indicating whether the data of the object is currently cached, thus eliminating the need for data reading. This property serves as an optimization indicator, enhancing performance by minimizing redundant data access operation. | -| [Metadata](../../aspose.imaging.fileformats.opendocument/odimage/metadata) { get; } | Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files, facilitating various operations such as extraction, modification, or analysis of metadata. | -| override [PageCount](../../aspose.imaging.fileformats.opendocument/odimage/pagecount) { get; } | Retrieves the total count of pages within the image. This property is essential for applications managing multi-page images, enabling them to accurately determine the number of pages available for processing or display. | -| virtual [PageExportingAction](../../aspose.imaging/vectormultipageimage/pageexportingaction) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| abstract [Pages](../../aspose.imaging/vectormultipageimage/pages) { get; } | Gets the pages. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Records](../../aspose.imaging.fileformats.opendocument/odimage/records) { get; } | Retrieves the OpenDocument records stored within the image. This property grants access to specific structured data elements embedded within OpenDocument files, facilitating retrieval or manipulation of relevant information for further processing or analysis. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.opendocument/odimage/width) { get; } | Retrieves the width of the image, indicating the horizontal dimension in pixels. This property provides essential information about the image's size, enabling precise rendering, manipulation, and analysis of image data. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.opendocument/odimage/bitsperpixel/) { get; } | Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image, aiding in various image processing tasks and optimizations. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging.fileformats.opendocument/odimage/height/) { get; } | Returns the height of the image, denoting the vertical dimension in pixels. This property is crucial for understanding the image's overall size and proportions, facilitating accurate display and processing of image content. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.opendocument/odimage/iscached/) { get; } | Obtains a boolean value indicating whether the data of the object is currently cached, thus eliminating the need for data reading. This property serves as an optimization indicator, enhancing performance by minimizing redundant data access operation. | +| [Metadata](../../aspose.imaging.fileformats.opendocument/odimage/metadata/) { get; } | Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files, facilitating various operations such as extraction, modification, or analysis of metadata. | +| override [PageCount](../../aspose.imaging.fileformats.opendocument/odimage/pagecount/) { get; } | Retrieves the total count of pages within the image. This property is essential for applications managing multi-page images, enabling them to accurately determine the number of pages available for processing or display. | +| virtual [PageExportingAction](../../aspose.imaging/vectormultipageimage/pageexportingaction/) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| abstract [Pages](../../aspose.imaging/vectormultipageimage/pages/) { get; } | Gets the pages. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Records](../../aspose.imaging.fileformats.opendocument/odimage/records/) { get; } | Retrieves the OpenDocument records stored within the image. This property grants access to specific structured data elements embedded within OpenDocument files, facilitating retrieval or manipulation of relevant information for further processing or analysis. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.opendocument/odimage/width/) { get; } | Retrieves the width of the image, indicating the horizontal dimension in pixels. This property provides essential information about the image's size, enabling precise rendering, manipulation, and analysis of image data. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging/vectormultipageimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.opendocument/odimage/resize)(int, int, ImageResizeSettings) | Adjusts the dimensions of the image according to specified width, height, and resize settings. This method provides flexibility in resizing images while maintaining desired proportions and adhering to defined resize configurations, ensuring accurate adjustment of image dimensions to meet specific requirements or display criteria. | -| override [Resize](../../aspose.imaging.fileformats.opendocument/odimage/resize)(int, int, ResizeType) | This method resizes the image, adjusting both width and height based on the specified dimensions and resize type. It offers a comprehensive approach to resizing, allowing for precise adjustments while maintaining image quality and integrity. By incorporating the resize type parameter, users can choose from various resizing algorithms or methods to achieve optimal results for different use cases or preferences. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.opendocument/odimage/rotateflip)(RotateFlipType) | This method provides functionality to rotate, flip, or perform both operations simultaneously on the image. It allows users to manipulate the orientation of the image according to their specific requirements. With support for rotation angles and flip directions, it offers flexibility in transforming the image to desired orientations or orientations. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging/vectormultipageimage/setpalette)(IColorPalette, bool) | Sets the image palette. | +| override [CacheData](../../aspose.imaging/vectormultipageimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.opendocument/odimage/resize/#resize_1)(int, int, ImageResizeSettings) | Adjusts the dimensions of the image according to specified width, height, and resize settings. This method provides flexibility in resizing images while maintaining desired proportions and adhering to defined resize configurations, ensuring accurate adjustment of image dimensions to meet specific requirements or display criteria. | +| override [Resize](../../aspose.imaging.fileformats.opendocument/odimage/resize/#resize_2)(int, int, ResizeType) | This method resizes the image, adjusting both width and height based on the specified dimensions and resize type. It offers a comprehensive approach to resizing, allowing for precise adjustments while maintaining image quality and integrity. By incorporating the resize type parameter, users can choose from various resizing algorithms or methods to achieve optimal results for different use cases or preferences. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.opendocument/odimage/rotateflip/)(RotateFlipType) | This method provides functionality to rotate, flip, or perform both operations simultaneously on the image. It allows users to manipulate the orientation of the image according to their specific requirements. With support for rotation angles and flip directions, it offers flexibility in transforming the image to desired orientations or orientations. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging/vectormultipageimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | ### See Also -* class [VectorMultipageImage](../../aspose.imaging/vectormultipageimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../aspose.imaging.fileformats.opendocument) +* class [VectorMultipageImage](../../aspose.imaging/vectormultipageimage/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../aspose.imaging.fileformats.opendocument/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/bitsperpixel/_index.md index 9617ce7cbc7d..a8c7b0ed38be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: OdImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage property. Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image aiding in various image processing tasks and optimizations type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument/odimage/bitsperpixel/ @@ -26,8 +26,8 @@ The image bits per pixel count. ### See Also -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/height/_index.md index 37041c7493ee..d767390c12bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: OdImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage property. Returns the height of the image denoting the vertical dimension in pixels. This property is crucial for understanding the images overall size and proportions facilitating accurate display and processing of image content type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument/odimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/iscached/_index.md index a994d2e29a91..56ee44475b60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: OdImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage property. Obtains a boolean value indicating whether the data of the object is currently cached thus eliminating the need for data reading. This property serves as an optimization indicator enhancing performance by minimizing redundant data access operation type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument/odimage/iscached/ @@ -26,8 +26,8 @@ public override bool IsCached { get; } ### See Also -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/metadata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/metadata/_index.md index 6455f9576a8f..48ee98f902bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/metadata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/metadata/_index.md @@ -1,7 +1,7 @@ --- -title: Metadata +title: OdImage.Metadata second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage property. Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files facilitating various operations such as extraction modification or analysis of metadata type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument/odimage/metadata/ @@ -20,9 +20,9 @@ The metadata. ### See Also -* class [OdMetadata](../../../aspose.imaging.fileformats.opendocument.objects/odmetadata) -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [OdMetadata](../../../aspose.imaging.fileformats.opendocument.objects/odmetadata/) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/odimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/odimage/_index.md index 9694bfa075a5..12ecb2d00ee1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/odimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/odimage/_index.md @@ -1,14 +1,14 @@ --- -title: OdImage +title: OdImage.OdImage second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage constructor. Initialize a new OdImage object by providing a stream container along with load options facilitating seamless integration into software applications. This constructor efficiently handle image data offering flexibility and control over the loading process type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument/odimage/odimage/ --- -## OdImage constructor (1 of 2) +## OdImage(StreamContainer, LoadOptions) {#constructor_1} -Initialize a new [`OdImage`](../../odimage) object by providing a stream container along with load options, facilitating seamless integration into software applications. This constructor efficiently handle image data, offering flexibility and control over the loading process. +Initialize a new [`OdImage`](../) object by providing a stream container along with load options, facilitating seamless integration into software applications. This constructor efficiently handle image data, offering flexibility and control over the loading process. ```csharp public OdImage(StreamContainer streamContainer, LoadOptions options) @@ -21,17 +21,17 @@ public OdImage(StreamContainer streamContainer, LoadOptions options) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) --- -## OdImage constructor (2 of 2) +## OdImage(StreamContainer) {#constructor} -Creates a new instance of the [`OdImage`](../../odimage) class, designed specifically for initialization with a stream container. This constructor enables seamless integration with stream-based data sources, facilitating efficient handling of OdImage instances within software systems. +Creates a new instance of the [`OdImage`](../) class, designed specifically for initialization with a stream container. This constructor enables seamless integration with stream-based data sources, facilitating efficient handling of OdImage instances within software systems. ```csharp public OdImage(StreamContainer streamContainer) @@ -43,9 +43,9 @@ public OdImage(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/pagecount/_index.md index 3d40df13f24a..fc14c0f9e8cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: OdImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage property. Retrieves the total count of pages within the image. This property is essential for applications managing multipage images enabling them to accurately determine the number of pages available for processing or display type: docs weight: 60 url: /net/aspose.imaging.fileformats.opendocument/odimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/records/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/records/_index.md index 36cbbde9d12e..4e7d42c1721f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/records/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/records/_index.md @@ -1,7 +1,7 @@ --- -title: Records +title: OdImage.Records second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage property. Retrieves the OpenDocument records stored within the image. This property grants access to specific structured data elements embedded within OpenDocument files facilitating retrieval or manipulation of relevant information for further processing or analysis type: docs weight: 70 url: /net/aspose.imaging.fileformats.opendocument/odimage/records/ @@ -20,9 +20,9 @@ The records. ### See Also -* class [OdObject](../../odobject) -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [OdObject](../../odobject/) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/resize/_index.md index bdb43348635d..121952275eeb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: OdImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage method. Adjusts the dimensions of the image according to specified width height and resize settings. This method provides flexibility in resizing images while maintaining desired proportions and adhering to defined resize configurations ensuring accurate adjustment of image dimensions to meet specific requirements or display criteria type: docs weight: 90 url: /net/aspose.imaging.fileformats.opendocument/odimage/resize/ --- -## OdImage.Resize method (1 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Adjusts the dimensions of the image according to specified width, height, and resize settings. This method provides flexibility in resizing images while maintaining desired proportions and adhering to defined resize configurations, ensuring accurate adjustment of image dimensions to meet specific requirements or display criteria. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) --- -## OdImage.Resize method (2 of 2) +## Resize(int, int, ResizeType) {#resize_2} This method resizes the image, adjusting both width and height based on the specified dimensions and resize type. It offers a comprehensive approach to resizing, allowing for precise adjustments while maintaining image quality and integrity. By incorporating the resize type parameter, users can choose from various resizing algorithms or methods to achieve optimal results for different use cases or preferences. @@ -45,9 +45,9 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/rotateflip/_index.md index f668cf27aaaa..2d1cfe04c959 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: OdImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage method. This method provides functionality to rotate flip or perform both operations simultaneously on the image. It allows users to manipulate the orientation of the image according to their specific requirements. With support for rotation angles and flip directions it offers flexibility in transforming the image to desired orientations or orientations type: docs weight: 100 url: /net/aspose.imaging.fileformats.opendocument/odimage/rotateflip/ @@ -20,9 +20,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/width/_index.md index e0045a0a227b..cacca58304c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: OdImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: OdImage property. Retrieves the width of the image indicating the horizontal dimension in pixels. This property provides essential information about the images size enabling precise rendering manipulation and analysis of image data type: docs weight: 80 url: /net/aspose.imaging.fileformats.opendocument/odimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [OdImage](../../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage) +* class [OdImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/_index.md index 33be54d137ad..653fe479f359 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/_index.md @@ -1,7 +1,7 @@ --- -title: OdObject +title: Class OdObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.OdObject class. The open document object type: docs weight: 7380 url: /net/aspose.imaging.fileformats.opendocument/odobject/ @@ -18,19 +18,19 @@ public class OdObject | Name | Description | | --- | --- | -| [OdObject](odobject)() | Initializes a new instance of the [`OdObject`](../odobject) class. | -| [OdObject](odobject)(OdObject) | Initializes a new instance of the [`OdObject`](../odobject) class. | +| [OdObject](odobject/#constructor)() | Initializes a new instance of the `OdObject` class. | +| [OdObject](odobject/#constructor_1)(OdObject) | Initializes a new instance of the `OdObject` class. | ## Properties | Name | Description | | --- | --- | -| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items) { get; } | Gets the items. | -| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent) { get; } | Gets the parent object. | +| [Items](../../aspose.imaging.fileformats.opendocument/odobject/items/) { get; } | Gets the items. | +| [Parent](../../aspose.imaging.fileformats.opendocument/odobject/parent/) { get; } | Gets the parent object. | ### See Also -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../aspose.imaging.fileformats.opendocument) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../aspose.imaging.fileformats.opendocument/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/items/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/items/_index.md index 910c21bb9627..c138d5620fb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/items/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/items/_index.md @@ -1,7 +1,7 @@ --- -title: Items +title: OdObject.Items second_title: Aspose.Imaging for .NET API Reference -description: +description: OdObject property. Gets the items type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument/odobject/items/ @@ -20,8 +20,8 @@ The items. ### See Also -* class [OdObject](../../odobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odobject) +* class [OdObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/odobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/odobject/_index.md index 16c2af40205e..2bf9ae146e71 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/odobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/odobject/_index.md @@ -1,14 +1,14 @@ --- -title: OdObject +title: OdObject.OdObject second_title: Aspose.Imaging for .NET API Reference -description: +description: OdObject constructor. Initializes a new instance of the OdObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument/odobject/odobject/ --- -## OdObject constructor (1 of 2) +## OdObject(OdObject) {#constructor_1} -Initializes a new instance of the [`OdObject`](../../odobject) class. +Initializes a new instance of the [`OdObject`](../) class. ```csharp public OdObject(OdObject parent) @@ -20,15 +20,15 @@ public OdObject(OdObject parent) ### See Also -* class [OdObject](../../odobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odobject) +* class [OdObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odobject/) * assembly [Aspose.Imaging](../../../) --- -## OdObject constructor (2 of 2) +## OdObject() {#constructor} -Initializes a new instance of the [`OdObject`](../../odobject) class. +Initializes a new instance of the [`OdObject`](../) class. ```csharp public OdObject() @@ -36,8 +36,8 @@ public OdObject() ### See Also -* class [OdObject](../../odobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odobject) +* class [OdObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/parent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/parent/_index.md index b30028304da1..27c72d79608c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/parent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/odobject/parent/_index.md @@ -1,7 +1,7 @@ --- -title: Parent +title: OdObject.Parent second_title: Aspose.Imaging for .NET API Reference -description: +description: OdObject property. Gets the parent object type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument/odobject/parent/ @@ -20,8 +20,8 @@ The parent. ### See Also -* class [OdObject](../../odobject) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odobject) +* class [OdObject](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../odobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/_index.md index e819f7f5846f..620e87751913 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/_index.md @@ -1,7 +1,7 @@ --- -title: OtgImage +title: Class OtgImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.OpenDocument.OtgImage class. Process OpenDocument Template OTG drawing image files with our API leveraging the OpenDocument XML format with Graphics Content for seamless manipulation. Easily parse documents customize background colors and adjust page dimensions ensuring optimal control and flexibility for your OTG vector graphics projects type: docs weight: 7400 url: /net/aspose.imaging.fileformats.opendocument/otgimage/ @@ -18,73 +18,73 @@ public class OtgImage : OdImage | Name | Description | | --- | --- | -| [OtgImage](otgimage)(StreamContainer) | Create a new object of the [`OtgImage`](../otgimage) class by supplying a stream container. This constructor enables developers to create OTG images directly from stream containers, streamlining the process of working with OTG image data. | -| [OtgImage](otgimage)(StreamContainer, LoadOptions) | Initialize a new [`OtgImage`](../otgimage) object by providing a stream container and loading options. This constructor empowers developers to efficiently load OTG images from streams while specifying custom loading configurations. | +| [OtgImage](otgimage/#constructor)(StreamContainer) | Create a new object of the `OtgImage` class by supplying a stream container. This constructor enables developers to create OTG images directly from stream containers, streamlining the process of working with OTG image data. | +| [OtgImage](otgimage/#constructor_1)(StreamContainer, LoadOptions) | Initialize a new `OtgImage` object by providing a stream container and loading options. This constructor empowers developers to efficiently load OTG images from streams while specifying custom loading configurations. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.opendocument/odimage/bitsperpixel) { get; } | Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image, aiding in various image processing tasks and optimizations. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.opendocument/otgimage/fileformat) { get; } | This property provides access to the OTG file format, offering crucial insights into the type of data encapsulated within the image file. It serves as a pivotal reference point for software developers, enabling them to effectively handle OTG files within their applications. By utilizing this property, you can ascertain the specific format of the image file, facilitating seamless integration and manipulation of OTG files in their software systems. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging.fileformats.opendocument/odimage/height) { get; } | Returns the height of the image, denoting the vertical dimension in pixels. This property is crucial for understanding the image's overall size and proportions, facilitating accurate display and processing of image content. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.opendocument/odimage/iscached) { get; } | Obtains a boolean value indicating whether the data of the object is currently cached, thus eliminating the need for data reading. This property serves as an optimization indicator, enhancing performance by minimizing redundant data access operation. | -| [Metadata](../../aspose.imaging.fileformats.opendocument/odimage/metadata) { get; } | Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files, facilitating various operations such as extraction, modification, or analysis of metadata. | -| override [PageCount](../../aspose.imaging.fileformats.opendocument/odimage/pagecount) { get; } | Retrieves the total count of pages within the image. This property is essential for applications managing multi-page images, enabling them to accurately determine the number of pages available for processing or display. | -| override [PageExportingAction](../../aspose.imaging.fileformats.opendocument/otgimage/pageexportingaction) { get; set; } | This property allows for the retrieval or modification of the page exporting action associated with the image. It serves as a crucial parameter, dictating the behavior of the image when exported or processed further. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.opendocument/otgimage/pages) { get; } | Retrieves the collection of pages associated with the image, enabling software developers to access and manipulate each individual page efficiently. This property facilitates seamless iteration through the pages for various operations, enhancing the functionality and versatility of image processing applications. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Records](../../aspose.imaging.fileformats.opendocument/odimage/records) { get; } | Retrieves the OpenDocument records stored within the image. This property grants access to specific structured data elements embedded within OpenDocument files, facilitating retrieval or manipulation of relevant information for further processing or analysis. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.opendocument/odimage/width) { get; } | Retrieves the width of the image, indicating the horizontal dimension in pixels. This property provides essential information about the image's size, enabling precise rendering, manipulation, and analysis of image data. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.opendocument/odimage/bitsperpixel/) { get; } | Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image, aiding in various image processing tasks and optimizations. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.opendocument/otgimage/fileformat/) { get; } | This property provides access to the OTG file format, offering crucial insights into the type of data encapsulated within the image file. It serves as a pivotal reference point for software developers, enabling them to effectively handle OTG files within their applications. By utilizing this property, you can ascertain the specific format of the image file, facilitating seamless integration and manipulation of OTG files in their software systems. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging.fileformats.opendocument/odimage/height/) { get; } | Returns the height of the image, denoting the vertical dimension in pixels. This property is crucial for understanding the image's overall size and proportions, facilitating accurate display and processing of image content. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.opendocument/odimage/iscached/) { get; } | Obtains a boolean value indicating whether the data of the object is currently cached, thus eliminating the need for data reading. This property serves as an optimization indicator, enhancing performance by minimizing redundant data access operation. | +| [Metadata](../../aspose.imaging.fileformats.opendocument/odimage/metadata/) { get; } | Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files, facilitating various operations such as extraction, modification, or analysis of metadata. | +| override [PageCount](../../aspose.imaging.fileformats.opendocument/odimage/pagecount/) { get; } | Retrieves the total count of pages within the image. This property is essential for applications managing multi-page images, enabling them to accurately determine the number of pages available for processing or display. | +| override [PageExportingAction](../../aspose.imaging.fileformats.opendocument/otgimage/pageexportingaction/) { get; set; } | This property allows for the retrieval or modification of the page exporting action associated with the image. It serves as a crucial parameter, dictating the behavior of the image when exported or processed further. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.opendocument/otgimage/pages/) { get; } | Retrieves the collection of pages associated with the image, enabling software developers to access and manipulate each individual page efficiently. This property facilitates seamless iteration through the pages for various operations, enhancing the functionality and versatility of image processing applications. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Records](../../aspose.imaging.fileformats.opendocument/odimage/records/) { get; } | Retrieves the OpenDocument records stored within the image. This property grants access to specific structured data elements embedded within OpenDocument files, facilitating retrieval or manipulation of relevant information for further processing or analysis. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.opendocument/odimage/width/) { get; } | Retrieves the width of the image, indicating the horizontal dimension in pixels. This property provides essential information about the image's size, enabling precise rendering, manipulation, and analysis of image data. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging/vectormultipageimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.opendocument/otgimage/getdefaultoptions)(object[]) | Retrieves the default options configured for the image, providing a convenient way to access and modify the default settings. This property ensures consistency in operations by offering predefined settings that align with common use cases, simplifying the development process. | -| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.opendocument/odimage/resize)(int, int, ImageResizeSettings) | Adjusts the dimensions of the image according to specified width, height, and resize settings. This method provides flexibility in resizing images while maintaining desired proportions and adhering to defined resize configurations, ensuring accurate adjustment of image dimensions to meet specific requirements or display criteria. | -| override [Resize](../../aspose.imaging.fileformats.opendocument/odimage/resize)(int, int, ResizeType) | This method resizes the image, adjusting both width and height based on the specified dimensions and resize type. It offers a comprehensive approach to resizing, allowing for precise adjustments while maintaining image quality and integrity. By incorporating the resize type parameter, users can choose from various resizing algorithms or methods to achieve optimal results for different use cases or preferences. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.opendocument/odimage/rotateflip)(RotateFlipType) | This method provides functionality to rotate, flip, or perform both operations simultaneously on the image. It allows users to manipulate the orientation of the image according to their specific requirements. With support for rotation angles and flip directions, it offers flexibility in transforming the image to desired orientations or orientations. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging/vectormultipageimage/setpalette)(IColorPalette, bool) | Sets the image palette. | - -### Examples +| override [CacheData](../../aspose.imaging/vectormultipageimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.opendocument/otgimage/getdefaultoptions/)(object[]) | Retrieves the default options configured for the image, providing a convenient way to access and modify the default settings. This property ensures consistency in operations by offering predefined settings that align with common use cases, simplifying the development process. | +| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.opendocument/odimage/resize/)(int, int, ImageResizeSettings) | Adjusts the dimensions of the image according to specified width, height, and resize settings. This method provides flexibility in resizing images while maintaining desired proportions and adhering to defined resize configurations, ensuring accurate adjustment of image dimensions to meet specific requirements or display criteria. | +| override [Resize](../../aspose.imaging.fileformats.opendocument/odimage/resize/)(int, int, ResizeType) | This method resizes the image, adjusting both width and height based on the specified dimensions and resize type. It offers a comprehensive approach to resizing, allowing for precise adjustments while maintaining image quality and integrity. By incorporating the resize type parameter, users can choose from various resizing algorithms or methods to achieve optimal results for different use cases or preferences. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.opendocument/odimage/rotateflip/)(RotateFlipType) | This method provides functionality to rotate, flip, or perform both operations simultaneously on the image. It allows users to manipulate the orientation of the image according to their specific requirements. With support for rotation angles and flip directions, it offers flexibility in transforming the image to desired orientations or orientations. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging/vectormultipageimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | + +## Examples The following code snippet demonstrates how to convert an OTG image to PDF and other image formats. @@ -110,8 +110,8 @@ foreach (Aspose.Imaging.ImageOptionsBase saveOptions in options) ### See Also -* class [OdImage](../odimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../aspose.imaging.fileformats.opendocument) +* class [OdImage](../odimage/) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../aspose.imaging.fileformats.opendocument/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/fileformat/_index.md index 3cd4d43e2d0b..700326537230 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: OtgImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: OtgImage property. This property provides access to the OTG file format offering crucial insights into the type of data encapsulated within the image file. It serves as a pivotal reference point for software developers enabling them to effectively handle OTG files within their applications. By utilizing this property you can ascertain the specific format of the image file facilitating seamless integration and manipulation of OTG files in their software systems type: docs weight: 20 url: /net/aspose.imaging.fileformats.opendocument/otgimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [OtgImage](../../otgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [OtgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/getdefaultoptions/_index.md index d266014dd9f3..e18f284a95ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: OtgImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: OtgImage method. Retrieves the default options configured for the image providing a convenient way to access and modify the default settings. This property ensures consistency in operations by offering predefined settings that align with common use cases simplifying the development process type: docs weight: 50 url: /net/aspose.imaging.fileformats.opendocument/otgimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [OtgImage](../../otgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [OtgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/otgimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/otgimage/_index.md index b34f9ae08ecb..b31b042817f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/otgimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/otgimage/_index.md @@ -1,14 +1,14 @@ --- -title: OtgImage +title: OtgImage.OtgImage second_title: Aspose.Imaging for .NET API Reference -description: +description: OtgImage constructor. Initialize a new OtgImage object by providing a stream container and loading options. This constructor empowers developers to efficiently load OTG images from streams while specifying custom loading configurations type: docs weight: 10 url: /net/aspose.imaging.fileformats.opendocument/otgimage/otgimage/ --- -## OtgImage constructor (1 of 2) +## OtgImage(StreamContainer, LoadOptions) {#constructor_1} -Initialize a new [`OtgImage`](../../otgimage) object by providing a stream container and loading options. This constructor empowers developers to efficiently load OTG images from streams while specifying custom loading configurations. +Initialize a new [`OtgImage`](../) object by providing a stream container and loading options. This constructor empowers developers to efficiently load OTG images from streams while specifying custom loading configurations. ```csharp public OtgImage(StreamContainer streamContainer, LoadOptions loadOptions) @@ -21,17 +21,17 @@ public OtgImage(StreamContainer streamContainer, LoadOptions loadOptions) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [OtgImage](../../otgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [OtgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage/) * assembly [Aspose.Imaging](../../../) --- -## OtgImage constructor (2 of 2) +## OtgImage(StreamContainer) {#constructor} -Create a new object of the [`OtgImage`](../../otgimage) class by supplying a stream container. This constructor enables developers to create OTG images directly from stream containers, streamlining the process of working with OTG image data. +Create a new object of the [`OtgImage`](../) class by supplying a stream container. This constructor enables developers to create OTG images directly from stream containers, streamlining the process of working with OTG image data. ```csharp public OtgImage(StreamContainer streamContainer) @@ -43,9 +43,9 @@ public OtgImage(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [OtgImage](../../otgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [OtgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/pageexportingaction/_index.md index 8c33d6955912..ed4a567e43af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: OtgImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: OtgImage property. This property allows for the retrieval or modification of the page exporting action associated with the image. It serves as a crucial parameter dictating the behavior of the image when exported or processed further. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 30 url: /net/aspose.imaging.fileformats.opendocument/otgimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction) -* class [OtgImage](../../otgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage) +* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction/) +* class [OtgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/pages/_index.md index 832f453f04f3..2dd5b34be2d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.opendocument/otgimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: OtgImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: OtgImage property. Retrieves the collection of pages associated with the image enabling software developers to access and manipulate each individual page efficiently. This property facilitates seamless iteration through the pages for various operations enhancing the functionality and versatility of image processing applications type: docs weight: 40 url: /net/aspose.imaging.fileformats.opendocument/otgimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [OtgImage](../../otgimage) -* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage) +* class [Image](../../../aspose.imaging/image/) +* class [OtgImage](../) +* namespace [Aspose.Imaging.FileFormats.OpenDocument](../../otgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/_index.md index 8d789241a699..9c5be74ae138 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Pdf second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes for PDF file format integration. +description: The namespace contains classes for PDF file format integration type: docs weight: 570 url: /net/aspose.imaging.fileformats.pdf/ @@ -12,7 +12,7 @@ The namespace contains classes for PDF file format integration. | Class | Description | | --- | --- | -| [PdfCoreOptions](./pdfcoreoptions) | The common options for convertion to PDF | -| [PdfDocumentInfo](./pdfdocumentinfo) | This class represents set of metadata for document description. | +| [PdfCoreOptions](./pdfcoreoptions/) | The common options for convertion to PDF | +| [PdfDocumentInfo](./pdfdocumentinfo/) | This class represents set of metadata for document description. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/_index.md index cc47c9199986..fc245e410b95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PdfCoreOptions +title: Class PdfCoreOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Pdf.PdfCoreOptions class. The common options for convertion to PDF type: docs weight: 7410 url: /net/aspose.imaging.fileformats.pdf/pdfcoreoptions/ @@ -18,22 +18,22 @@ public class PdfCoreOptions | Name | Description | | --- | --- | -| [PdfCoreOptions](pdfcoreoptions)() | The default constructor. | +| [PdfCoreOptions](pdfcoreoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BookmarksOutlineLevel](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/bookmarksoutlinelevel) { get; set; } | Specifies at which level in the document outline to display bookmark objects. 0 - not displayed. 1 at first level and so on. Default is 0. | -| [Compression](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/compression) { get; set; } | Gets or sets the compression. | -| [ExpandedOutlineLevels](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/expandedoutlinelevels) { get; set; } | Specifies how many levels in the document outline to show expanded when the PDF file is viewed. 0 - the document outline is not expanded. 1 - first level items in the document are expanded and so on. Default is 0. | -| [HeadingsOutlineLevels](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/headingsoutlinelevels) { get; set; } | Specifies how many levels of outline items to include in the document outline. 0 - no outline, 1 - one outline level and so on. Default is 0. | -| [JpegQuality](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/jpegquality) { get; set; } | Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95. | -| [PdfCompliance](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcompliance) { get; set; } | Gets or sets the PDF compliance. | +| [BookmarksOutlineLevel](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/bookmarksoutlinelevel/) { get; set; } | Specifies at which level in the document outline to display bookmark objects. 0 - not displayed. 1 at first level and so on. Default is 0. | +| [Compression](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/compression/) { get; set; } | Gets or sets the compression. | +| [ExpandedOutlineLevels](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/expandedoutlinelevels/) { get; set; } | Specifies how many levels in the document outline to show expanded when the PDF file is viewed. 0 - the document outline is not expanded. 1 - first level items in the document are expanded and so on. Default is 0. | +| [HeadingsOutlineLevels](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/headingsoutlinelevels/) { get; set; } | Specifies how many levels of outline items to include in the document outline. 0 - no outline, 1 - one outline level and so on. Default is 0. | +| [JpegQuality](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/jpegquality/) { get; set; } | Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95. | +| [PdfCompliance](../../aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcompliance/) { get; set; } | Gets or sets the PDF compliance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Pdf](../../aspose.imaging.fileformats.pdf) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../aspose.imaging.fileformats.pdf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/bookmarksoutlinelevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/bookmarksoutlinelevel/_index.md index 0c63aaea09a5..1a8f629da82f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/bookmarksoutlinelevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/bookmarksoutlinelevel/_index.md @@ -1,7 +1,7 @@ --- -title: BookmarksOutlineLevel +title: PdfCoreOptions.BookmarksOutlineLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfCoreOptions property. Specifies at which level in the document outline to display bookmark objects. 0 not displayed. 1 at first level and so on. Default is 0 type: docs weight: 20 url: /net/aspose.imaging.fileformats.pdf/pdfcoreoptions/bookmarksoutlinelevel/ @@ -16,8 +16,8 @@ public int BookmarksOutlineLevel { get; set; } ### See Also -* class [PdfCoreOptions](../../pdfcoreoptions) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions) +* class [PdfCoreOptions](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/compression/_index.md index e32b7a88acac..73afbd0e2bcf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: PdfCoreOptions.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfCoreOptions property. Gets or sets the compression type: docs weight: 30 url: /net/aspose.imaging.fileformats.pdf/pdfcoreoptions/compression/ @@ -20,9 +20,9 @@ The compression. ### See Also -* enum [PdfImageCompressionOptions](../../../aspose.imaging.imageoptions/pdfimagecompressionoptions) -* class [PdfCoreOptions](../../pdfcoreoptions) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions) +* enum [PdfImageCompressionOptions](../../../aspose.imaging.imageoptions/pdfimagecompressionoptions/) +* class [PdfCoreOptions](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/expandedoutlinelevels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/expandedoutlinelevels/_index.md index 16701b694403..f9f798c4d4c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/expandedoutlinelevels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/expandedoutlinelevels/_index.md @@ -1,7 +1,7 @@ --- -title: ExpandedOutlineLevels +title: PdfCoreOptions.ExpandedOutlineLevels second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfCoreOptions property. Specifies how many levels in the document outline to show expanded when the PDF file is viewed. 0 the document outline is not expanded. 1 first level items in the document are expanded and so on. Default is 0 type: docs weight: 40 url: /net/aspose.imaging.fileformats.pdf/pdfcoreoptions/expandedoutlinelevels/ @@ -16,8 +16,8 @@ public int ExpandedOutlineLevels { get; set; } ### See Also -* class [PdfCoreOptions](../../pdfcoreoptions) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions) +* class [PdfCoreOptions](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/headingsoutlinelevels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/headingsoutlinelevels/_index.md index d9a9bea66024..68cb90efbe00 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/headingsoutlinelevels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/headingsoutlinelevels/_index.md @@ -1,7 +1,7 @@ --- -title: HeadingsOutlineLevels +title: PdfCoreOptions.HeadingsOutlineLevels second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfCoreOptions property. Specifies how many levels of outline items to include in the document outline. 0 no outline 1 one outline level and so on. Default is 0 type: docs weight: 50 url: /net/aspose.imaging.fileformats.pdf/pdfcoreoptions/headingsoutlinelevels/ @@ -16,8 +16,8 @@ public int HeadingsOutlineLevels { get; set; } ### See Also -* class [PdfCoreOptions](../../pdfcoreoptions) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions) +* class [PdfCoreOptions](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/jpegquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/jpegquality/_index.md index c28cfa2d8a32..061967d67c65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/jpegquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/jpegquality/_index.md @@ -1,7 +1,7 @@ --- -title: JpegQuality +title: PdfCoreOptions.JpegQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfCoreOptions property. Specifies the quality of JPEG compression for images if JPEG compression is used. Default is 95 type: docs weight: 60 url: /net/aspose.imaging.fileformats.pdf/pdfcoreoptions/jpegquality/ @@ -16,8 +16,8 @@ public int JpegQuality { get; set; } ### See Also -* class [PdfCoreOptions](../../pdfcoreoptions) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions) +* class [PdfCoreOptions](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcompliance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcompliance/_index.md index b5c5936a1a21..35d6ca4c7e9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcompliance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcompliance/_index.md @@ -1,7 +1,7 @@ --- -title: PdfCompliance +title: PdfCoreOptions.PdfCompliance second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfCoreOptions property. Gets or sets the PDF compliance type: docs weight: 70 url: /net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcompliance/ @@ -18,7 +18,7 @@ public PdfComplianceVersion PdfCompliance { get; set; } The PDF compliance. -### Examples +## Examples Convert EPS image to PDF using PostScript rendering. @@ -41,9 +41,9 @@ using (var image = (EpsImage)Image.Load("Sample.eps")) ### See Also -* enum [PdfComplianceVersion](../../../aspose.imaging/pdfcomplianceversion) -* class [PdfCoreOptions](../../pdfcoreoptions) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions) +* enum [PdfComplianceVersion](../../../aspose.imaging/pdfcomplianceversion/) +* class [PdfCoreOptions](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcoreoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcoreoptions/_index.md index 7541e3723a38..2deeaae299c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcoreoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcoreoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PdfCoreOptions +title: PdfCoreOptions.PdfCoreOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfCoreOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.pdf/pdfcoreoptions/pdfcoreoptions/ @@ -16,8 +16,8 @@ public PdfCoreOptions() ### See Also -* class [PdfCoreOptions](../../pdfcoreoptions) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions) +* class [PdfCoreOptions](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfcoreoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/_index.md index 65d03d96a610..75bdf43d1476 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/_index.md @@ -1,7 +1,7 @@ --- -title: PdfDocumentInfo +title: Class PdfDocumentInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Pdf.PdfDocumentInfo class. This class represents set of metadata for document description type: docs weight: 7420 url: /net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/ @@ -18,20 +18,20 @@ public class PdfDocumentInfo | Name | Description | | --- | --- | -| [PdfDocumentInfo](pdfdocumentinfo)() | The default constructor. | +| [PdfDocumentInfo](pdfdocumentinfo/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Author](../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/author) { get; set; } | Gets or sets author of the document. | -| [Keywords](../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/keywords) { get; set; } | Gets or sets keywords of the document. | -| [Subject](../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/subject) { get; set; } | Gets or sets subject of the document. | -| [Title](../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/title) { get; set; } | Gets or sets title of the document. | +| [Author](../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/author/) { get; set; } | Gets or sets author of the document. | +| [Keywords](../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/keywords/) { get; set; } | Gets or sets keywords of the document. | +| [Subject](../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/subject/) { get; set; } | Gets or sets subject of the document. | +| [Title](../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/title/) { get; set; } | Gets or sets title of the document. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Pdf](../../aspose.imaging.fileformats.pdf) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../aspose.imaging.fileformats.pdf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/author/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/author/_index.md index de2750f9b6d0..e1f2903c163f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/author/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/author/_index.md @@ -1,7 +1,7 @@ --- -title: Author +title: PdfDocumentInfo.Author second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfDocumentInfo property. Gets or sets author of the document type: docs weight: 20 url: /net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/author/ @@ -16,8 +16,8 @@ public string Author { get; set; } ### See Also -* class [PdfDocumentInfo](../../pdfdocumentinfo) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo) +* class [PdfDocumentInfo](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/keywords/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/keywords/_index.md index 038d668394f5..809246dc8e3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/keywords/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/keywords/_index.md @@ -1,7 +1,7 @@ --- -title: Keywords +title: PdfDocumentInfo.Keywords second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfDocumentInfo property. Gets or sets keywords of the document type: docs weight: 30 url: /net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/keywords/ @@ -16,8 +16,8 @@ public string Keywords { get; set; } ### See Also -* class [PdfDocumentInfo](../../pdfdocumentinfo) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo) +* class [PdfDocumentInfo](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/pdfdocumentinfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/pdfdocumentinfo/_index.md index 7f20e9f468e3..7a0a4dbce412 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/pdfdocumentinfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/pdfdocumentinfo/_index.md @@ -1,7 +1,7 @@ --- -title: PdfDocumentInfo +title: PdfDocumentInfo.PdfDocumentInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfDocumentInfo constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/pdfdocumentinfo/ @@ -16,8 +16,8 @@ public PdfDocumentInfo() ### See Also -* class [PdfDocumentInfo](../../pdfdocumentinfo) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo) +* class [PdfDocumentInfo](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/subject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/subject/_index.md index 8eed370990b1..b4e25737ecd9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/subject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/subject/_index.md @@ -1,7 +1,7 @@ --- -title: Subject +title: PdfDocumentInfo.Subject second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfDocumentInfo property. Gets or sets subject of the document type: docs weight: 40 url: /net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/subject/ @@ -16,8 +16,8 @@ public string Subject { get; set; } ### See Also -* class [PdfDocumentInfo](../../pdfdocumentinfo) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo) +* class [PdfDocumentInfo](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/title/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/title/_index.md index 9b947ce19b57..6474db63aac2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/title/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/title/_index.md @@ -1,7 +1,7 @@ --- -title: Title +title: PdfDocumentInfo.Title second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfDocumentInfo property. Gets or sets title of the document type: docs weight: 50 url: /net/aspose.imaging.fileformats.pdf/pdfdocumentinfo/title/ @@ -16,8 +16,8 @@ public string Title { get; set; } ### See Also -* class [PdfDocumentInfo](../../pdfdocumentinfo) -* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo) +* class [PdfDocumentInfo](../) +* namespace [Aspose.Imaging.FileFormats.Pdf](../../pdfdocumentinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/_index.md index f44c1ff86c06..08995d4d28db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Png second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Png file format processing. +description: The namespace handles Png file format processing type: docs weight: 580 url: /net/aspose.imaging.fileformats.png/ @@ -12,12 +12,12 @@ The namespace handles Png file format processing. | Class | Description | | --- | --- | -| [PngImage](./pngimage) | Manipulate Portable Network Graphics (PNG) raster images with our versatile API, featuring support for compression levels and various color depths including Grayscale, Indexed Color, TrueColor, and alpha channels. Seamlessly process XMP metadata, enabling comprehensive image metadata management, while easily loading PNG images, performing diverse manipulations, applying filters, and converting images to other file formats for optimal versatility and customization. | +| [PngImage](./pngimage/) | Manipulate Portable Network Graphics (PNG) raster images with our versatile API, featuring support for compression levels and various color depths including Grayscale, Indexed Color, TrueColor, and alpha channels. Seamlessly process XMP metadata, enabling comprehensive image metadata management, while easily loading PNG images, performing diverse manipulations, applying filters, and converting images to other file formats for optimal versatility and customization. | ## Enumeration | Enumeration | Description | | --- | --- | -| [PngColorType](./pngcolortype) | Represents the PNG image color type. | -| [PngFilterType](./pngfiltertype) | The png filter type. | +| [PngColorType](./pngcolortype/) | Represents the PNG image color type. | +| [PngFilterType](./pngfiltertype/) | The png filter type. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngcolortype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngcolortype/_index.md index 717e47d2fb7e..34d8c674f223 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngcolortype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngcolortype/_index.md @@ -1,7 +1,7 @@ --- -title: PngColorType +title: Enum PngColorType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Png.PngColorType enum. Represents the PNG image color type type: docs weight: 7430 url: /net/aspose.imaging.fileformats.png/pngcolortype/ @@ -24,7 +24,7 @@ public enum PngColorType | GrayscaleWithAlpha | `4` | Represents the color type where each pixel is a greyscale sample followed by an alpha sample. | | TruecolorWithAlpha | `6` | Represents the color type where each pixel is an R,G,B triple followed by an alpha sample. | -### Examples +## Examples The following example shows how to compress a PNG image, using indexed color with best fit palette @@ -53,7 +53,7 @@ The following example shows how to compress a PNG image, using indexed color wit ### See Also -* namespace [Aspose.Imaging.FileFormats.Png](../../aspose.imaging.fileformats.png) +* namespace [Aspose.Imaging.FileFormats.Png](../../aspose.imaging.fileformats.png/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngfiltertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngfiltertype/_index.md index 14724eda9bb9..1810b96cc00d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngfiltertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngfiltertype/_index.md @@ -1,7 +1,7 @@ --- -title: PngFilterType +title: Enum PngFilterType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Png.PngFilterType enum. The png filter type type: docs weight: 7440 url: /net/aspose.imaging.fileformats.png/pngfiltertype/ @@ -27,7 +27,7 @@ public enum PngFilterType ### See Also -* namespace [Aspose.Imaging.FileFormats.Png](../../aspose.imaging.fileformats.png) +* namespace [Aspose.Imaging.FileFormats.Png](../../aspose.imaging.fileformats.png/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/_index.md index a6788ded39a3..467276712675 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/_index.md @@ -1,7 +1,7 @@ --- -title: PngImage +title: Class PngImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Png.PngImage class. Manipulate Portable Network Graphics PNG raster images with our versatile API featuring support for compression levels and various color depths including Grayscale Indexed Color TrueColor and alpha channels. Seamlessly process XMP metadata enabling comprehensive image metadata management while easily loading PNG images performing diverse manipulations applying filters and converting images to other file formats for optimal versatility and customization type: docs weight: 7450 url: /net/aspose.imaging.fileformats.png/pngimage/ @@ -18,140 +18,140 @@ public class PngImage : RasterCachedImage | Name | Description | | --- | --- | -| [PngImage](pngimage)(RasterImage) | Creates a new instance of the [`PngImage`](../pngimage) class by providing a raster image as a parameter. This constructor allows developers to directly initialize a PNG image object using an existing raster image, streamlining the process of working with PNG images in their applications. | -| [PngImage](pngimage)(Stream) | Creates a new instance of the [`PngImage`](../pngimage) class by initializing it with a stream. This constructor allows developers to load PNG images directly from a stream, providing flexibility in image retrieval from different sources. | -| [PngImage](pngimage)(string) | Constructs a new instance of the [`PngImage`](../pngimage) class using the path parameter to specify the location of the image file to load. This constructor enables developers to conveniently create PNG images by loading them from a file, simplifying the process of working with PNG images in their applications. | -| [PngImage](pngimage)(int, int) | Initialize a new object of the [`PngImage`](../pngimage) class by providing the width and height parameters. This constructor simplifies the creation of PNG images by allowing developers to specify the dimensions directly, facilitating efficient management of PNG image data within their applications. | -| [PngImage](pngimage)(RasterImage, PngColorType) | Creates a new instance of the [`PngImage`](../pngimage) class by specifying a raster image and a color type. This constructor enables developers to directly convert raster images into PNG format while specifying the desired color type, offering flexibility in color representation. | -| [PngImage](pngimage)(string, PngColorType) | Initializes a new instance of the [`PngImage`](../pngimage) class by specifying the path to the image file and the color type. This constructor allows for convenient creation of PNG images from files with different color types, providing flexibility in handling various image formats. | -| [PngImage](pngimage)(int, int, PngColorType) | Instantiate a fresh instance of the [`PngImage`](../pngimage) class, specifying the desired width, height, and color type parameters. This constructor enables swift creation of PNG images with tailored dimensions and color configurations, facilitating streamlined image generation for various applications and workflows. | -| [PngImage](pngimage)(PngOptions, int, int) | Initialize a new instance of the [`PngImage`](../pngimage) class, incorporating PNG options alongside width and height parameters. This constructor empowers developers to create PNG images with customizable settings and dimensions, offering flexibility in image generation for diverse use cases. | +| [PngImage](pngimage/#constructor_1)(RasterImage) | Creates a new instance of the `PngImage` class by providing a raster image as a parameter. This constructor allows developers to directly initialize a PNG image object using an existing raster image, streamlining the process of working with PNG images in their applications. | +| [PngImage](pngimage/#constructor_5)(Stream) | Creates a new instance of the `PngImage` class by initializing it with a stream. This constructor allows developers to load PNG images directly from a stream, providing flexibility in image retrieval from different sources. | +| [PngImage](pngimage/#constructor_6)(string) | Constructs a new instance of the `PngImage` class using the path parameter to specify the location of the image file to load. This constructor enables developers to conveniently create PNG images by loading them from a file, simplifying the process of working with PNG images in their applications. | +| [PngImage](pngimage/#constructor_3)(int, int) | Initialize a new object of the `PngImage` class by providing the width and height parameters. This constructor simplifies the creation of PNG images by allowing developers to specify the dimensions directly, facilitating efficient management of PNG image data within their applications. | +| [PngImage](pngimage/#constructor_2)(RasterImage, PngColorType) | Creates a new instance of the `PngImage` class by specifying a raster image and a color type. This constructor enables developers to directly convert raster images into PNG format while specifying the desired color type, offering flexibility in color representation. | +| [PngImage](pngimage/#constructor_7)(string, PngColorType) | Initializes a new instance of the `PngImage` class by specifying the path to the image file and the color type. This constructor allows for convenient creation of PNG images from files with different color types, providing flexibility in handling various image formats. | +| [PngImage](pngimage/#constructor_4)(int, int, PngColorType) | Instantiate a fresh instance of the `PngImage` class, specifying the desired width, height, and color type parameters. This constructor enables swift creation of PNG images with tailored dimensions and color configurations, facilitating streamlined image generation for various applications and workflows. | +| [PngImage](pngimage/#constructor)(PngOptions, int, int) | Initialize a new instance of the `PngImage` class, incorporating PNG options alongside width and height parameters. This constructor empowers developers to create PNG images with customizable settings and dimensions, offering flexibility in image generation for diverse use cases. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging.fileformats.png/pngimage/backgroundcolor) { get; set; } | Retrieves the background color of the image, if one is specified. This property is helpful for applications that need to identify and potentially manipulate the background color of an image. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.png/pngimage/bitsperpixel) { get; } | Retrieve the bits per pixel value for the image. This property provides crucial information regarding the color depth of the image, enabling developers to understand the level of detail and color accuracy present in the image data. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.png/pngimage/fileformat) { get; } | Retrieves the format of the file associated with the image instance. This property provides essential information regarding the file type, enabling efficient handling and processing based on the specific format requirements. | -| override [HasAlpha](../../aspose.imaging.fileformats.png/pngimage/hasalpha) { get; } | Returns a boolean value indicating whether the image has an alpha channel, which determines its transparency. This property is useful for applications that need to handle transparency, allowing developers to determine whether additional processing is required to handle transparent areas in the image. | -| override [HasBackgroundColor](../../aspose.imaging.fileformats.png/pngimage/hasbackgroundcolor) { get; set; } | Retrieves a boolean value indicating whether the image has a background color. This property is useful for applications needing to determine if an image includes a background color, which can be important for various processing tasks such as compositing, rendering, or exporting. | -| override [HasTransparentColor](../../aspose.imaging.fileformats.png/pngimage/hastransparentcolor) { get; set; } | Provides a boolean value indicating whether the image contains a transparent color. This property is crucial for applications that need to handle transparency, allowing developers to determine whether additional processing is required to handle transparent regions in the image. | -| override [Height](../../aspose.imaging.fileformats.png/pngimage/height) { get; } | Obtain the height of the image. This property returns the vertical dimension of the image, allowing developers to determine its size in pixels along the vertical axis. | -| override [HorizontalResolution](../../aspose.imaging.fileformats.png/pngimage/horizontalresolution) { get; set; } | Retrieve or modify the horizontal resolution of the image. This property represents the number of pixels per inch along the horizontal axis of the image. Adjusting this resolution can affect the physical size of the image when printed or displayed. | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [Interlaced](../../aspose.imaging.fileformats.png/pngimage/interlaced) { get; } | Retrieves a boolean value indicating whether the [`PngImage`](../pngimage) is interlaced, which determines if the image data is stored in a progressive manner for faster loading or transmission. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsInterlaced](../../aspose.imaging.fileformats.png/pngimage/isinterlaced) { get; } | Returns a boolean value indicating if the image instance is interlaced. This property is crucial for optimizing loading strategies and ensuring efficient performance during image processing or display tasks. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| override [RawDataFormat](../../aspose.imaging.fileformats.png/pngimage/rawdataformat) { get; } | Accesses the raw data format of the image. This property provides insight into how the image data is structured internally, which can be useful for advanced image processing tasks or format conversion. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| override [TransparentColor](../../aspose.imaging.fileformats.png/pngimage/transparentcolor) { get; set; } | Retrieves the transparent color of the image, if it exists. This property is valuable for applications requiring precise handling of transparent areas within images, allowing developers to access and manipulate the specific transparent color used. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| override [VerticalResolution](../../aspose.imaging.fileformats.png/pngimage/verticalresolution) { get; set; } | Provides access to the vertical resolution of the image. Developers can use this property to retrieve or modify the resolution setting, which indicates the number of pixels per inch (PPI) along the vertical axis of the image. | -| override [Width](../../aspose.imaging.fileformats.png/pngimage/width) { get; } | Allows retrieval of the width of the image, providing essential information about its dimensions. This property is frequently used by developers to determine the image's width, enabling them to perform various operations based on its size | -| override [XmpData](../../aspose.imaging.fileformats.png/pngimage/xmpdata) { get; set; } | Accesses or modifies the Extensible Metadata Platform (XMP) metadata associated with the image. This property facilitates the extraction, modification, or addition of metadata, enabling comprehensive management of image-related information. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging.fileformats.png/pngimage/backgroundcolor/) { get; set; } | Retrieves the background color of the image, if one is specified. This property is helpful for applications that need to identify and potentially manipulate the background color of an image. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.png/pngimage/bitsperpixel/) { get; } | Retrieve the bits per pixel value for the image. This property provides crucial information regarding the color depth of the image, enabling developers to understand the level of detail and color accuracy present in the image data. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.png/pngimage/fileformat/) { get; } | Retrieves the format of the file associated with the image instance. This property provides essential information regarding the file type, enabling efficient handling and processing based on the specific format requirements. | +| override [HasAlpha](../../aspose.imaging.fileformats.png/pngimage/hasalpha/) { get; } | Returns a boolean value indicating whether the image has an alpha channel, which determines its transparency. This property is useful for applications that need to handle transparency, allowing developers to determine whether additional processing is required to handle transparent areas in the image. | +| override [HasBackgroundColor](../../aspose.imaging.fileformats.png/pngimage/hasbackgroundcolor/) { get; set; } | Retrieves a boolean value indicating whether the image has a background color. This property is useful for applications needing to determine if an image includes a background color, which can be important for various processing tasks such as compositing, rendering, or exporting. | +| override [HasTransparentColor](../../aspose.imaging.fileformats.png/pngimage/hastransparentcolor/) { get; set; } | Provides a boolean value indicating whether the image contains a transparent color. This property is crucial for applications that need to handle transparency, allowing developers to determine whether additional processing is required to handle transparent regions in the image. | +| override [Height](../../aspose.imaging.fileformats.png/pngimage/height/) { get; } | Obtain the height of the image. This property returns the vertical dimension of the image, allowing developers to determine its size in pixels along the vertical axis. | +| override [HorizontalResolution](../../aspose.imaging.fileformats.png/pngimage/horizontalresolution/) { get; set; } | Retrieve or modify the horizontal resolution of the image. This property represents the number of pixels per inch along the horizontal axis of the image. Adjusting this resolution can affect the physical size of the image when printed or displayed. | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [Interlaced](../../aspose.imaging.fileformats.png/pngimage/interlaced/) { get; } | Retrieves a boolean value indicating whether the `PngImage` is interlaced, which determines if the image data is stored in a progressive manner for faster loading or transmission. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsInterlaced](../../aspose.imaging.fileformats.png/pngimage/isinterlaced/) { get; } | Returns a boolean value indicating if the image instance is interlaced. This property is crucial for optimizing loading strategies and ensuring efficient performance during image processing or display tasks. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| override [RawDataFormat](../../aspose.imaging.fileformats.png/pngimage/rawdataformat/) { get; } | Accesses the raw data format of the image. This property provides insight into how the image data is structured internally, which can be useful for advanced image processing tasks or format conversion. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| override [TransparentColor](../../aspose.imaging.fileformats.png/pngimage/transparentcolor/) { get; set; } | Retrieves the transparent color of the image, if it exists. This property is valuable for applications requiring precise handling of transparent areas within images, allowing developers to access and manipulate the specific transparent color used. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| override [VerticalResolution](../../aspose.imaging.fileformats.png/pngimage/verticalresolution/) { get; set; } | Provides access to the vertical resolution of the image. Developers can use this property to retrieve or modify the resolution setting, which indicates the number of pixels per inch (PPI) along the vertical axis of the image. | +| override [Width](../../aspose.imaging.fileformats.png/pngimage/width/) { get; } | Allows retrieval of the width of the image, providing essential information about its dimensions. This property is frequently used by developers to determine the image's width, enabling them to perform various operations based on its size | +| override [XmpData](../../aspose.imaging.fileformats.png/pngimage/xmpdata/) { get; set; } | Accesses or modifies the Extensible Metadata Platform (XMP) metadata associated with the image. This property facilitates the extraction, modification, or addition of metadata, enabling comprehensive management of image-related information. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.png/pngimage/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| override [GetModifyDate](../../aspose.imaging.fileformats.png/pngimage/getmodifydate)(bool) | Retrieves the timestamp indicating the most recent modification of the resource image. This method provides access to vital metadata, enabling applications to ascertain when the image was last altered, facilitating version tracking and content management. | -| override [GetOriginalOptions](../../aspose.imaging.fileformats.png/pngimage/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.png/pngimage/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| override [GetModifyDate](../../aspose.imaging.fileformats.png/pngimage/getmodifydate/)(bool) | Retrieves the timestamp indicating the most recent modification of the resource image. This method provides access to vital metadata, enabling applications to ascertain when the image was last altered, facilitating version tracking and content management. | +| override [GetOriginalOptions](../../aspose.imaging.fileformats.png/pngimage/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples This example shows how to load a PNG image from a file. @@ -173,8 +173,8 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../aspose.imaging.fileformats.png) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Png](../../aspose.imaging.fileformats.png/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/backgroundcolor/_index.md index 1800f54b2fb9..68399fd75f6d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: PngImage.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Retrieves the background color of the image if one is specified. This property is helpful for applications that need to identify and potentially manipulate the background color of an image type: docs weight: 20 url: /net/aspose.imaging.fileformats.png/pngimage/backgroundcolor/ @@ -14,7 +14,7 @@ Retrieves the background color of the image, if one is specified. This property public override Color BackgroundColor { get; set; } ``` -### Examples +## Examples The following example shows how to set fully transparent colors for a part of a TrueColor PNG image which doesn't support alpha channel. @@ -53,9 +53,9 @@ using (Aspose.Imaging.Image image = Image.Create(createOptions, 100, 100)) ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* struct [Color](../../../aspose.imaging/color/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/bitsperpixel/_index.md index f851f3a9176a..9b9a47c70340 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: PngImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Retrieve the bits per pixel value for the image. This property provides crucial information regarding the color depth of the image enabling developers to understand the level of detail and color accuracy present in the image data type: docs weight: 30 url: /net/aspose.imaging.fileformats.png/pngimage/bitsperpixel/ @@ -16,8 +16,8 @@ public override int BitsPerPixel { get; } ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/fileformat/_index.md index 43086c5593b8..f01640e538e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: PngImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Retrieves the format of the file associated with the image instance. This property provides essential information regarding the file type enabling efficient handling and processing based on the specific format requirements type: docs weight: 40 url: /net/aspose.imaging.fileformats.png/pngimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getdefaultoptions/_index.md index 48b26f40f556..3af72918fbcc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: PngImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage method. Gets the default options type: docs weight: 170 url: /net/aspose.imaging.fileformats.png/pngimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getmodifydate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getmodifydate/_index.md index dee106785686..bf26a23472fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getmodifydate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getmodifydate/_index.md @@ -1,7 +1,7 @@ --- -title: GetModifyDate +title: PngImage.GetModifyDate second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage method. Retrieves the timestamp indicating the most recent modification of the resource image. This method provides access to vital metadata enabling applications to ascertain when the image was last altered facilitating version tracking and content management type: docs weight: 180 url: /net/aspose.imaging.fileformats.png/pngimage/getmodifydate/ @@ -24,8 +24,8 @@ The date and time the resource image was last modified. ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getoriginaloptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getoriginaloptions/_index.md index 9bf659e0601a..83caff3e0fed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getoriginaloptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/getoriginaloptions/_index.md @@ -1,14 +1,14 @@ --- -title: GetOriginalOptions +title: PngImage.GetOriginalOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage method. Gets the options based on the original file settings. This can be helpful to keep bitdepth and other parameters of the original image unchanged. For example if we load a blackwhite PNG image with 1 bit per pixel and then save it using the Save method the output PNG image with 8bit per pixel will be produced. To avoid it and save PNG image with 1bit per pixel use this method to get corresponding saving options and pass them to the Save method as the second parameter type: docs weight: 190 url: /net/aspose.imaging.fileformats.png/pngimage/getoriginaloptions/ --- ## PngImage.GetOriginalOptions method -Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save) method as the second parameter. +Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save/) method as the second parameter. ```csharp public override ImageOptionsBase GetOriginalOptions() @@ -20,9 +20,9 @@ The options based on the original file settings. ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hasalpha/_index.md index fb6cf4f6dfc8..362f7fdf450e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: PngImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Returns a boolean value indicating whether the image has an alpha channel which determines its transparency. This property is useful for applications that need to handle transparency allowing developers to determine whether additional processing is required to handle transparent areas in the image type: docs weight: 50 url: /net/aspose.imaging.fileformats.png/pngimage/hasalpha/ @@ -18,7 +18,7 @@ public override bool HasAlpha { get; } `true` if this instance has alpha; otherwise, `false`. -### Examples +## Examples The following example shows how to check if a PNG image supports alpha-channel. @@ -59,8 +59,8 @@ foreach (Aspose.Imaging.FileFormats.Png.PngColorType colorType in colorTypes) ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hasbackgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hasbackgroundcolor/_index.md index aafdbcfcd857..1a3c5df4639f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hasbackgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hasbackgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasBackgroundColor +title: PngImage.HasBackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Retrieves a boolean value indicating whether the image has a background color. This property is useful for applications needing to determine if an image includes a background color which can be important for various processing tasks such as compositing rendering or exporting type: docs weight: 60 url: /net/aspose.imaging.fileformats.png/pngimage/hasbackgroundcolor/ @@ -14,7 +14,7 @@ Retrieves a boolean value indicating whether the image has a background color. T public override bool HasBackgroundColor { get; set; } ``` -### Examples +## Examples The following example shows how to set fully transparent colors for a part of a TrueColor PNG image which doesn't support alpha channel. @@ -53,8 +53,8 @@ using (Aspose.Imaging.Image image = Image.Create(createOptions, 100, 100)) ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hastransparentcolor/_index.md index 9f16f75b8bc6..84f400b03040 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: PngImage.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Provides a boolean value indicating whether the image contains a transparent color. This property is crucial for applications that need to handle transparency allowing developers to determine whether additional processing is required to handle transparent regions in the image type: docs weight: 70 url: /net/aspose.imaging.fileformats.png/pngimage/hastransparentcolor/ @@ -14,7 +14,7 @@ Provides a boolean value indicating whether the image contains a transparent col public override bool HasTransparentColor { get; set; } ``` -### Examples +## Examples The following example shows how to set fully transparent colors for a part of a TrueColor PNG image which doesn't support alpha channel. @@ -53,8 +53,8 @@ using (Aspose.Imaging.Image image = Image.Create(createOptions, 100, 100)) ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/height/_index.md index 0468794c5fa3..85cdbd43bb5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: PngImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Obtain the height of the image. This property returns the vertical dimension of the image allowing developers to determine its size in pixels along the vertical axis type: docs weight: 80 url: /net/aspose.imaging.fileformats.png/pngimage/height/ @@ -16,8 +16,8 @@ public override int Height { get; } ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/horizontalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/horizontalresolution/_index.md index 0938082e0dc9..8ce3357cf53c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/horizontalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/horizontalresolution/_index.md @@ -1,7 +1,7 @@ --- -title: HorizontalResolution +title: PngImage.HorizontalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Retrieve or modify the horizontal resolution of the image. This property represents the number of pixels per inch along the horizontal axis of the image. Adjusting this resolution can affect the physical size of the image when printed or displayed type: docs weight: 90 url: /net/aspose.imaging.fileformats.png/pngimage/horizontalresolution/ @@ -14,7 +14,7 @@ Retrieve or modify the horizontal resolution of the image. This property represe public override double HorizontalResolution { get; set; } ``` -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a PNG image. @@ -47,8 +47,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/interlaced/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/interlaced/_index.md index aad9ecce111b..8d721ef265ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/interlaced/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/interlaced/_index.md @@ -1,14 +1,14 @@ --- -title: Interlaced +title: PngImage.Interlaced second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Retrieves a boolean value indicating whether the PngImage is interlaced which determines if the image data is stored in a progressive manner for faster loading or transmission type: docs weight: 100 url: /net/aspose.imaging.fileformats.png/pngimage/interlaced/ --- ## PngImage.Interlaced property -Retrieves a boolean value indicating whether the [`PngImage`](../../pngimage) is interlaced, which determines if the image data is stored in a progressive manner for faster loading or transmission. +Retrieves a boolean value indicating whether the [`PngImage`](../) is interlaced, which determines if the image data is stored in a progressive manner for faster loading or transmission. ```csharp public bool Interlaced { get; } @@ -20,8 +20,8 @@ public bool Interlaced { get; } ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/isinterlaced/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/isinterlaced/_index.md index 92cca0d0fefd..50294b98b076 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/isinterlaced/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/isinterlaced/_index.md @@ -1,7 +1,7 @@ --- -title: IsInterlaced +title: PngImage.IsInterlaced second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Returns a boolean value indicating if the image instance is interlaced. This property is crucial for optimizing loading strategies and ensuring efficient performance during image processing or display tasks type: docs weight: 110 url: /net/aspose.imaging.fileformats.png/pngimage/isinterlaced/ @@ -20,8 +20,8 @@ public bool IsInterlaced { get; } ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/pngimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/pngimage/_index.md index bb6c42a647f7..10cf64ee9594 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/pngimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/pngimage/_index.md @@ -1,14 +1,14 @@ --- -title: PngImage +title: PngImage.PngImage second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage constructor. Initialize a new object of the PngImage class by providing the width and height parameters. This constructor simplifies the creation of PNG images by allowing developers to specify the dimensions directly facilitating efficient management of PNG image data within their applications type: docs weight: 10 url: /net/aspose.imaging.fileformats.png/pngimage/pngimage/ --- -## PngImage constructor (1 of 8) +## PngImage(int, int) {#constructor_3} -Initialize a new object of the [`PngImage`](../../pngimage) class by providing the width and height parameters. This constructor simplifies the creation of PNG images by allowing developers to specify the dimensions directly, facilitating efficient management of PNG image data within their applications. +Initialize a new object of the [`PngImage`](../) class by providing the width and height parameters. This constructor simplifies the creation of PNG images by allowing developers to specify the dimensions directly, facilitating efficient management of PNG image data within their applications. ```csharp public PngImage(int width, int height) @@ -19,7 +19,7 @@ public PngImage(int width, int height) | width | Int32 | The width. | | height | Int32 | The height. | -### Examples +## Examples This example shows how to create a PNG image of the specified size, fill it with a solid color and save it to a file. @@ -43,15 +43,15 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) --- -## PngImage constructor (2 of 8) +## PngImage(string) {#constructor_6} -Constructs a new instance of the [`PngImage`](../../pngimage) class using the path parameter to specify the location of the image file to load. This constructor enables developers to conveniently create PNG images by loading them from a file, simplifying the process of working with PNG images in their applications. +Constructs a new instance of the [`PngImage`](../) class using the path parameter to specify the location of the image file to load. This constructor enables developers to conveniently create PNG images by loading them from a file, simplifying the process of working with PNG images in their applications. ```csharp public PngImage(string path) @@ -61,7 +61,7 @@ public PngImage(string path) | --- | --- | --- | | path | String | The path to load an image. | -### Examples +## Examples This example shows how to load a PNG image from a file. @@ -83,15 +83,15 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) --- -## PngImage constructor (3 of 8) +## PngImage(RasterImage) {#constructor_1} -Creates a new instance of the [`PngImage`](../../pngimage) class by providing a raster image as a parameter. This constructor allows developers to directly initialize a PNG image object using an existing raster image, streamlining the process of working with PNG images in their applications. +Creates a new instance of the [`PngImage`](../) class by providing a raster image as a parameter. This constructor allows developers to directly initialize a PNG image object using an existing raster image, streamlining the process of working with PNG images in their applications. ```csharp public PngImage(RasterImage rasterImage) @@ -101,7 +101,7 @@ public PngImage(RasterImage rasterImage) | --- | --- | --- | | rasterImage | RasterImage | The raster image. | -### Examples +## Examples This example shows how to load PNG image from a BMP image. @@ -130,16 +130,16 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) --- -## PngImage constructor (4 of 8) +## PngImage(string, PngColorType) {#constructor_7} -Initializes a new instance of the [`PngImage`](../../pngimage) class by specifying the path to the image file and the color type. This constructor allows for convenient creation of PNG images from files with different color types, providing flexibility in handling various image formats. +Initializes a new instance of the [`PngImage`](../) class by specifying the path to the image file and the color type. This constructor allows for convenient creation of PNG images from files with different color types, providing flexibility in handling various image formats. ```csharp public PngImage(string path, PngColorType colorType) @@ -156,7 +156,7 @@ public PngImage(string path, PngColorType colorType) | --- | --- | | ArgumentNullException | | -### Examples +## Examples This example shows how to load a PNG image from a file with the specified color type. @@ -176,16 +176,16 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* enum [PngColorType](../../pngcolortype) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* enum [PngColorType](../../pngcolortype/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) --- -## PngImage constructor (5 of 8) +## PngImage(RasterImage, PngColorType) {#constructor_2} -Creates a new instance of the [`PngImage`](../../pngimage) class by specifying a raster image and a color type. This constructor enables developers to directly convert raster images into PNG format while specifying the desired color type, offering flexibility in color representation. +Creates a new instance of the [`PngImage`](../) class by specifying a raster image and a color type. This constructor enables developers to directly convert raster images into PNG format while specifying the desired color type, offering flexibility in color representation. ```csharp public PngImage(RasterImage rasterImage, PngColorType colorType) @@ -196,7 +196,7 @@ public PngImage(RasterImage rasterImage, PngColorType colorType) | rasterImage | RasterImage | The raster image. | | colorType | PngColorType | The color type. | -### Examples +## Examples This example shows how to load PNG image from a BMP image with the specified color type. @@ -225,17 +225,17 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* enum [PngColorType](../../pngcolortype) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* enum [PngColorType](../../pngcolortype/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) --- -## PngImage constructor (6 of 8) +## PngImage(Stream) {#constructor_5} -Creates a new instance of the [`PngImage`](../../pngimage) class by initializing it with a stream. This constructor allows developers to load PNG images directly from a stream, providing flexibility in image retrieval from different sources. +Creates a new instance of the [`PngImage`](../) class by initializing it with a stream. This constructor allows developers to load PNG images directly from a stream, providing flexibility in image retrieval from different sources. ```csharp public PngImage(Stream stream) @@ -245,7 +245,7 @@ public PngImage(Stream stream) | --- | --- | --- | | stream | Stream | The stream to load an image. | -### Examples +## Examples This example shows how to load a PNG image from a file or a file stream. @@ -270,15 +270,15 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.png")) ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) --- -## PngImage constructor (7 of 8) +## PngImage(int, int, PngColorType) {#constructor_4} -Instantiate a fresh instance of the [`PngImage`](../../pngimage) class, specifying the desired width, height, and color type parameters. This constructor enables swift creation of PNG images with tailored dimensions and color configurations, facilitating streamlined image generation for various applications and workflows. +Instantiate a fresh instance of the [`PngImage`](../) class, specifying the desired width, height, and color type parameters. This constructor enables swift creation of PNG images with tailored dimensions and color configurations, facilitating streamlined image generation for various applications and workflows. ```csharp public PngImage(int width, int height, PngColorType colorType) @@ -290,7 +290,7 @@ public PngImage(int width, int height, PngColorType colorType) | height | Int32 | The height. | | colorType | PngColorType | The color type. | -### Examples +## Examples This example shows how to create a PNG image of the specified size with the specified color type, fill it with a solid color and save it to a file. @@ -315,16 +315,16 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* enum [PngColorType](../../pngcolortype) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* enum [PngColorType](../../pngcolortype/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) --- -## PngImage constructor (8 of 8) +## PngImage(PngOptions, int, int) {#constructor} -Initialize a new instance of the [`PngImage`](../../pngimage) class, incorporating PNG options alongside width and height parameters. This constructor empowers developers to create PNG images with customizable settings and dimensions, offering flexibility in image generation for diverse use cases. +Initialize a new instance of the [`PngImage`](../) class, incorporating PNG options alongside width and height parameters. This constructor empowers developers to create PNG images with customizable settings and dimensions, offering flexibility in image generation for diverse use cases. ```csharp public PngImage(PngOptions pngOptions, int width, int height) @@ -336,7 +336,7 @@ public PngImage(PngOptions pngOptions, int width, int height) | width | Int32 | The width. | | height | Int32 | The height. | -### Examples +## Examples This example shows how to create a PNG image with the specified options, fill it with a linear gradient colors and save it to a file. @@ -383,9 +383,9 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PngOptions](../../../aspose.imaging.imageoptions/pngoptions) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngOptions](../../../aspose.imaging.imageoptions/pngoptions/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/rawdataformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/rawdataformat/_index.md index ac1cd66e8bda..0cf5e3df691c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/rawdataformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/rawdataformat/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataFormat +title: PngImage.RawDataFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Accesses the raw data format of the image. This property provides insight into how the image data is structured internally which can be useful for advanced image processing tasks or format conversion type: docs weight: 120 url: /net/aspose.imaging.fileformats.png/pngimage/rawdataformat/ @@ -14,7 +14,7 @@ Accesses the raw data format of the image. This property provides insight into h public override PixelDataFormat RawDataFormat { get; } ``` -### Examples +## Examples The following example loads PNG images and prints information about raw data format and alpha channel. @@ -44,9 +44,9 @@ foreach (string fileName in fileNames) ### See Also -* class [PixelDataFormat](../../../aspose.imaging/pixeldataformat) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PixelDataFormat](../../../aspose.imaging/pixeldataformat/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/transparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/transparentcolor/_index.md index 551da6f95476..6c4886df99c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/transparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/transparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: TransparentColor +title: PngImage.TransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Retrieves the transparent color of the image if it exists. This property is valuable for applications requiring precise handling of transparent areas within images allowing developers to access and manipulate the specific transparent color used type: docs weight: 130 url: /net/aspose.imaging.fileformats.png/pngimage/transparentcolor/ @@ -14,7 +14,7 @@ Retrieves the transparent color of the image, if it exists. This property is val public override Color TransparentColor { get; set; } ``` -### Examples +## Examples The following example shows how to set fully transparent colors for a part of a TrueColor PNG image which doesn't support alpha channel. @@ -53,9 +53,9 @@ using (Aspose.Imaging.Image image = Image.Create(createOptions, 100, 100)) ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* struct [Color](../../../aspose.imaging/color/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/verticalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/verticalresolution/_index.md index d7ddde6576a4..4febb03672ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/verticalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/verticalresolution/_index.md @@ -1,7 +1,7 @@ --- -title: VerticalResolution +title: PngImage.VerticalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Provides access to the vertical resolution of the image. Developers can use this property to retrieve or modify the resolution setting which indicates the number of pixels per inch PPI along the vertical axis of the image type: docs weight: 140 url: /net/aspose.imaging.fileformats.png/pngimage/verticalresolution/ @@ -14,7 +14,7 @@ Provides access to the vertical resolution of the image. Developers can use this public override double VerticalResolution { get; set; } ``` -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a PNG image. @@ -47,8 +47,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/width/_index.md index 8c81feef5e6b..b84bcecc5f04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: PngImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Allows retrieval of the width of the image providing essential information about its dimensions. This property is frequently used by developers to determine the images width enabling them to perform various operations based on its size type: docs weight: 150 url: /net/aspose.imaging.fileformats.png/pngimage/width/ @@ -16,8 +16,8 @@ public override int Width { get; } ### See Also -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/xmpdata/_index.md index 59aa0fbfe623..d792f3088384 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.png/pngimage/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: PngImage.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: PngImage property. Accesses or modifies the Extensible Metadata Platform XMP metadata associated with the image. This property facilitates the extraction modification or addition of metadata enabling comprehensive management of imagerelated information type: docs weight: 160 url: /net/aspose.imaging.fileformats.png/pngimage/xmpdata/ @@ -20,9 +20,9 @@ The XMP metadata. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [PngImage](../../pngimage) -* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [PngImage](../) +* namespace [Aspose.Imaging.FileFormats.Png](../../pngimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/_index.md index 11e99b3b849f..66a5c834ec7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Psd second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Psd file format processing. +description: The namespace handles Psd file format processing type: docs weight: 590 url: /net/aspose.imaging.fileformats.psd/ @@ -12,9 +12,9 @@ The namespace handles Psd file format processing. | Enumeration | Description | | --- | --- | -| [ColorModes](./colormodes) | Represents the PSD file format color modes. | -| [CompressionMethod](./compressionmethod) | Defines the compression method used for image data. | -| [PsdVersion](./psdversion) | File format version | -| [VectorDataCompositionMode](./vectordatacompositionmode) | Defines the vector data composition mode that is used on export from vector formats to PSD. | +| [ColorModes](./colormodes/) | Represents the PSD file format color modes. | +| [CompressionMethod](./compressionmethod/) | Defines the compression method used for image data. | +| [PsdVersion](./psdversion/) | File format version | +| [VectorDataCompositionMode](./vectordatacompositionmode/) | Defines the vector data composition mode that is used on export from vector formats to PSD. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/colormodes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/colormodes/_index.md index 3a9cee3d5cf7..63ec03a995e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/colormodes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/colormodes/_index.md @@ -1,7 +1,7 @@ --- -title: ColorModes +title: Enum ColorModes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Psd.ColorModes enum. Represents the PSD file format color modes type: docs weight: 7460 url: /net/aspose.imaging.fileformats.psd/colormodes/ @@ -29,7 +29,7 @@ public enum ColorModes : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Psd](../../aspose.imaging.fileformats.psd) +* namespace [Aspose.Imaging.FileFormats.Psd](../../aspose.imaging.fileformats.psd/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/compressionmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/compressionmethod/_index.md index d195f35baf2b..206c15ac677b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/compressionmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/compressionmethod/_index.md @@ -1,7 +1,7 @@ --- -title: CompressionMethod +title: Enum CompressionMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Psd.CompressionMethod enum. Defines the compression method used for image data type: docs weight: 7470 url: /net/aspose.imaging.fileformats.psd/compressionmethod/ @@ -25,7 +25,7 @@ public enum CompressionMethod : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Psd](../../aspose.imaging.fileformats.psd) +* namespace [Aspose.Imaging.FileFormats.Psd](../../aspose.imaging.fileformats.psd/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/psdversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/psdversion/_index.md index 9785b8f1293e..0e0af104f982 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/psdversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/psdversion/_index.md @@ -1,7 +1,7 @@ --- -title: PsdVersion +title: Enum PsdVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Psd.PsdVersion enum. File format version type: docs weight: 7480 url: /net/aspose.imaging.fileformats.psd/psdversion/ @@ -23,7 +23,7 @@ public enum PsdVersion : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Psd](../../aspose.imaging.fileformats.psd) +* namespace [Aspose.Imaging.FileFormats.Psd](../../aspose.imaging.fileformats.psd/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/vectordatacompositionmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/vectordatacompositionmode/_index.md index 79e13a30d721..327708bfcf36 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/vectordatacompositionmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.psd/vectordatacompositionmode/_index.md @@ -1,7 +1,7 @@ --- -title: VectorDataCompositionMode +title: Enum VectorDataCompositionMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Psd.VectorDataCompositionMode enum. Defines the vector data composition mode that is used on export from vector formats to PSD type: docs weight: 7490 url: /net/aspose.imaging.fileformats.psd/vectordatacompositionmode/ @@ -23,7 +23,7 @@ public enum VectorDataCompositionMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Psd](../../aspose.imaging.fileformats.psd) +* namespace [Aspose.Imaging.FileFormats.Psd](../../aspose.imaging.fileformats.psd/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/_index.md index c6572fadb50d..4f2b88706dca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Svg.Graphics second_title: Aspose.Imaging for .NET API Reference -description: The namespace for drawing on Svg. +description: The namespace for drawing on Svg type: docs weight: 610 url: /net/aspose.imaging.fileformats.svg.graphics/ @@ -12,6 +12,6 @@ The namespace for drawing on Svg. | Class | Description | | --- | --- | -| [SvgGraphics2D](./svggraphics2d) | Provides drawing commmands to compose an Svg image. | +| [SvgGraphics2D](./svggraphics2d/) | Provides drawing commmands to compose an Svg image. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/_index.md index ff5085159f83..8276e8a715a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/_index.md @@ -1,7 +1,7 @@ --- -title: SvgGraphics2D +title: Class SvgGraphics2D second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Svg.Graphics.SvgGraphics2D class. Provides drawing commmands to compose an Svg image type: docs weight: 7520 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/ @@ -18,30 +18,30 @@ public class SvgGraphics2D | Name | Description | | --- | --- | -| [SvgGraphics2D](svggraphics2d)(SvgImage) | Initializes a new instance of the [`SvgGraphics2D`](../svggraphics2d) class. | -| [SvgGraphics2D](svggraphics2d)(int, int, int) | Initializes a new instance of the [`SvgGraphics2D`](../svggraphics2d) class. | +| [SvgGraphics2D](svggraphics2d/#constructor)(SvgImage) | Initializes a new instance of the `SvgGraphics2D` class. | +| [SvgGraphics2D](svggraphics2d/#constructor_1)(int, int, int) | Initializes a new instance of the `SvgGraphics2D` class. | ## Methods | Name | Description | | --- | --- | -| [DrawArc](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawarc)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. | -| [DrawCubicBezier](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawcubicbezier)(Pen, PointF, PointF, PointF, PointF) | Draws the cubic bezier. | -| [DrawImage](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage)(RasterImage, Point) | Draws the specified image at the specified location. | -| [DrawImage](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage)(RasterImage, Point, Size) | Draws the specified image of the specified size at the specified location. | -| [DrawImage](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage)(Rectangle, Rectangle, RasterImage) | Draws the specified portion of the specified image at the specified location and with the specified size. | -| [DrawLine](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawline)(Pen, int, int, int, int) | Draws the line. | -| [DrawPath](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawpath)(Pen, GraphicsPath) | Draws the path. | -| [DrawRectangle](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawrectangle)(Pen, int, int, int, int) | Draws the rectangle. | -| [DrawString](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawstring)(Font, string, Point, Color) | Draws the text string. | -| [EndRecording](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/endrecording)() | Gets the final Svg image which includes all drawing commands performed via [`SvgGraphics2D`](../svggraphics2d) object. | -| [FillArc](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillarc)(Pen, Brush, Rectangle, float, float) | Fills an arc representing a portion of an ellipse specified by a Rectangle structure. | -| [FillPath](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillpath)(Pen, Brush, GraphicsPath) | Fills the path. | -| [FillRectangle](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillrectangle)(Pen, Brush, int, int, int, int) | Fills the rectangle. | +| [DrawArc](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawarc/)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. | +| [DrawCubicBezier](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawcubicbezier/)(Pen, PointF, PointF, PointF, PointF) | Draws the cubic bezier. | +| [DrawImage](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage/#drawimage)(RasterImage, Point) | Draws the specified image at the specified location. | +| [DrawImage](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage/#drawimage_1)(RasterImage, Point, Size) | Draws the specified image of the specified size at the specified location. | +| [DrawImage](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage/#drawimage_2)(Rectangle, Rectangle, RasterImage) | Draws the specified portion of the specified image at the specified location and with the specified size. | +| [DrawLine](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawline/)(Pen, int, int, int, int) | Draws the line. | +| [DrawPath](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawpath/)(Pen, GraphicsPath) | Draws the path. | +| [DrawRectangle](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawrectangle/)(Pen, int, int, int, int) | Draws the rectangle. | +| [DrawString](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawstring/)(Font, string, Point, Color) | Draws the text string. | +| [EndRecording](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/endrecording/)() | Gets the final Svg image which includes all drawing commands performed via `SvgGraphics2D` object. | +| [FillArc](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillarc/)(Pen, Brush, Rectangle, float, float) | Fills an arc representing a portion of an ellipse specified by a Rectangle structure. | +| [FillPath](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillpath/)(Pen, Brush, GraphicsPath) | Fills the path. | +| [FillRectangle](../../aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillrectangle/)(Pen, Brush, int, int, int, int) | Fills the rectangle. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../aspose.imaging.fileformats.svg.graphics) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../aspose.imaging.fileformats.svg.graphics/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawarc/_index.md index af7bf5644e8f..50b881cd8821 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawarc/_index.md @@ -1,7 +1,7 @@ --- -title: DrawArc +title: SvgGraphics2D.DrawArc second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Draws an arc representing a portion of an ellipse specified by a Rectangle structure type: docs weight: 20 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawarc/ @@ -21,7 +21,7 @@ public void DrawArc(Pen pen, Rectangle rect, float startAngle, float arcAngle) | startAngle | Single | The angle in degrees measured clockwise from the x-axis to the starting point of the arc. | | arcAngle | Single | The angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -120,10 +120,10 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawcubicbezier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawcubicbezier/_index.md index 21febb2be059..2a4ad1549dc1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawcubicbezier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawcubicbezier/_index.md @@ -1,7 +1,7 @@ --- -title: DrawCubicBezier +title: SvgGraphics2D.DrawCubicBezier second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Draws the cubic bezier type: docs weight: 30 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawcubicbezier/ @@ -22,7 +22,7 @@ public void DrawCubicBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF | pt3 | PointF | The second control point for the curve. | | pt4 | PointF | The ending point of the curve. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -121,10 +121,10 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* struct [PointF](../../../aspose.imaging/pointf) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage/_index.md index d1d504ab5076..597b1ba09a7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage/_index.md @@ -1,12 +1,12 @@ --- -title: DrawImage +title: SvgGraphics2D.DrawImage second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Draws the specified image at the specified location type: docs weight: 40 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawimage/ --- -## SvgGraphics2D.DrawImage method (1 of 3) +## DrawImage(RasterImage, Point) {#drawimage} Draws the specified image at the specified location. @@ -21,15 +21,15 @@ public void DrawImage(RasterImage image, Point origin) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* struct [Point](../../../aspose.imaging/point) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* struct [Point](../../../aspose.imaging/point/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## SvgGraphics2D.DrawImage method (2 of 3) +## DrawImage(RasterImage, Point, Size) {#drawimage_1} Draws the specified image of the specified size at the specified location. @@ -43,7 +43,7 @@ public void DrawImage(RasterImage image, Point origin, Size size) | origin | Point | The location of the drawn image. | | size | Size | The desired size of the drawn image. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -142,16 +142,16 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* struct [Point](../../../aspose.imaging/point) -* struct [Size](../../../aspose.imaging/size) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* struct [Point](../../../aspose.imaging/point/) +* struct [Size](../../../aspose.imaging/size/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## SvgGraphics2D.DrawImage method (3 of 3) +## DrawImage(Rectangle, Rectangle, RasterImage) {#drawimage_2} Draws the specified portion of the specified image at the specified location and with the specified size. @@ -167,10 +167,10 @@ public void DrawImage(Rectangle srcRect, Rectangle destRect, RasterImage image) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawline/_index.md index ead04bf8ab3b..c3bc64d65a99 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawline/_index.md @@ -1,7 +1,7 @@ --- -title: DrawLine +title: SvgGraphics2D.DrawLine second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Draws the line type: docs weight: 50 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawline/ @@ -22,7 +22,7 @@ public void DrawLine(Pen pen, int x1, int y1, int x2, int y2) | x2 | Int32 | The x-coordinate of the second point. | | y2 | Int32 | The y-coordinate of the second point. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -121,9 +121,9 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawpath/_index.md index 88d0f4400676..e8b61c98f241 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawpath/_index.md @@ -1,7 +1,7 @@ --- -title: DrawPath +title: SvgGraphics2D.DrawPath second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Draws the path type: docs weight: 60 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawpath/ @@ -19,7 +19,7 @@ public void DrawPath(Pen pen, GraphicsPath path) | pen | Pen | The pen to draw the outline of the figure. | | path | GraphicsPath | The path to draw. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -118,10 +118,10 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawrectangle/_index.md index 3841cfbba8ca..6190a2929c9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: DrawRectangle +title: SvgGraphics2D.DrawRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Draws the rectangle type: docs weight: 70 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawrectangle/ @@ -22,7 +22,7 @@ public void DrawRectangle(Pen pen, int x, int y, int width, int height) | width | Int32 | The width of the rectangle to draw. | | height | Int32 | The height of the rectangle to draw. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -121,9 +121,9 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawstring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawstring/_index.md index 51bb734f35f2..7941f5ba228a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawstring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawstring/_index.md @@ -1,7 +1,7 @@ --- -title: DrawString +title: SvgGraphics2D.DrawString second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Draws the text string type: docs weight: 80 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/drawstring/ @@ -21,7 +21,7 @@ public void DrawString(Font font, string text, Point origin, Color textColor) | origin | Point | The top-left corner of the text run. | | textColor | Color | The text color. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -120,11 +120,11 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Font](../../../aspose.imaging/font) -* struct [Point](../../../aspose.imaging/point) -* struct [Color](../../../aspose.imaging/color) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Font](../../../aspose.imaging/font/) +* struct [Point](../../../aspose.imaging/point/) +* struct [Color](../../../aspose.imaging/color/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/endrecording/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/endrecording/_index.md index 2b6dcab20cb6..194b0889f257 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/endrecording/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/endrecording/_index.md @@ -1,14 +1,14 @@ --- -title: EndRecording +title: SvgGraphics2D.EndRecording second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Gets the final Svg image which includes all drawing commands performed via SvgGraphics2D object type: docs weight: 90 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/endrecording/ --- ## SvgGraphics2D.EndRecording method -Gets the final Svg image which includes all drawing commands performed via [`SvgGraphics2D`](../../svggraphics2d) object. +Gets the final Svg image which includes all drawing commands performed via [`SvgGraphics2D`](../) object. ```csharp public SvgImage EndRecording() @@ -18,7 +18,7 @@ public SvgImage EndRecording() The final Svg image. -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -117,9 +117,9 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [SvgImage](../../../aspose.imaging.fileformats.svg/svgimage) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [SvgImage](../../../aspose.imaging.fileformats.svg/svgimage/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillarc/_index.md index f63b09ee026b..b78a0cb6ff85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillarc/_index.md @@ -1,7 +1,7 @@ --- -title: FillArc +title: SvgGraphics2D.FillArc second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Fills an arc representing a portion of an ellipse specified by a Rectangle structure type: docs weight: 100 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillarc/ @@ -22,7 +22,7 @@ public void FillArc(Pen pen, Brush brush, Rectangle rect, float startAngle, floa | startAngle | Single | The angle in degrees measured clockwise from the x-axis to the starting point of the arc. | | arcAngle | Single | The angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -121,11 +121,11 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [Brush](../../../aspose.imaging/brush) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [Brush](../../../aspose.imaging/brush/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillpath/_index.md index 4d69857ad85e..501356dc244e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillpath/_index.md @@ -1,7 +1,7 @@ --- -title: FillPath +title: SvgGraphics2D.FillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Fills the path type: docs weight: 110 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillpath/ @@ -20,7 +20,7 @@ public void FillPath(Pen pen, Brush brush, GraphicsPath path) | brush | Brush | The brush to fill the interior of the figure. | | path | GraphicsPath | The path to draw. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -119,11 +119,11 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [Brush](../../../aspose.imaging/brush) -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [Brush](../../../aspose.imaging/brush/) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillrectangle/_index.md index 42e4ee408935..a0bc4a13e581 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: FillRectangle +title: SvgGraphics2D.FillRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D method. Fills the rectangle type: docs weight: 120 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/fillrectangle/ @@ -23,7 +23,7 @@ public void FillRectangle(Pen pen, Brush brush, int x, int y, int width, int hei | width | Int32 | The width of the rectangle to draw. | | height | Int32 | The height of the rectangle to draw. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and draw different shapes on it using SvgGraphics2D. @@ -122,10 +122,10 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [Pen](../../../aspose.imaging/pen) -* class [Brush](../../../aspose.imaging/brush) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [Pen](../../../aspose.imaging/pen/) +* class [Brush](../../../aspose.imaging/brush/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/svggraphics2d/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/svggraphics2d/_index.md index 0e02c4caae98..0cc01c42f938 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/svggraphics2d/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/svggraphics2d/_index.md @@ -1,14 +1,14 @@ --- -title: SvgGraphics2D +title: SvgGraphics2D.SvgGraphics2D second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgGraphics2D constructor. Initializes a new instance of the SvgGraphics2D class type: docs weight: 10 url: /net/aspose.imaging.fileformats.svg.graphics/svggraphics2d/svggraphics2d/ --- -## SvgGraphics2D constructor (1 of 2) +## SvgGraphics2D(int, int, int) {#constructor_1} -Initializes a new instance of the [`SvgGraphics2D`](../../svggraphics2d) class. +Initializes a new instance of the [`SvgGraphics2D`](../) class. ```csharp public SvgGraphics2D(int width, int height, int dpi) @@ -20,7 +20,7 @@ public SvgGraphics2D(int width, int height, int dpi) | height | Int32 | The width of the output Svg image. | | dpi | Int32 | The device resolution, e.g. 96 dots per inch. | -### Examples +## Examples This example shows how to create an SVG image of the specified size and rasterize it to PNG. @@ -147,15 +147,15 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = graphics.EndRecording( ### See Also -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) --- -## SvgGraphics2D constructor (2 of 2) +## SvgGraphics2D(SvgImage) {#constructor} -Initializes a new instance of the [`SvgGraphics2D`](../../svggraphics2d) class. +Initializes a new instance of the [`SvgGraphics2D`](../) class. ```csharp public SvgGraphics2D(SvgImage image) @@ -167,9 +167,9 @@ public SvgGraphics2D(SvgImage image) ### See Also -* class [SvgImage](../../../aspose.imaging.fileformats.svg/svgimage) -* class [SvgGraphics2D](../../svggraphics2d) -* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d) +* class [SvgImage](../../../aspose.imaging.fileformats.svg/svgimage/) +* class [SvgGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Svg.Graphics](../../svggraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/_index.md index 2d6c4b3d4d66..6a37dde3c2f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Svg second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles SVG file format processing. +description: The namespace handles SVG file format processing type: docs weight: 600 url: /net/aspose.imaging.fileformats.svg/ @@ -12,20 +12,20 @@ The namespace handles SVG file format processing. | Class | Description | | --- | --- | -| [FontStoringArgs](./fontstoringargs) | The font storing arguments | -| [SvgImage](./svgimage) | Manipulate Scalar Vector Graphics (SVG) image files with our API, utilizing the power of XML-based text format for seamless customization and scalability. Easily load SVG images, rasterize vector elements, and convert to other formats, while controlling compression levels to optimize file size and quality for your projects. | -| [SvgResourceKeeperCallback](./svgresourcekeepercallback) | The resource keeper callback. | +| [FontStoringArgs](./fontstoringargs/) | The font storing arguments | +| [SvgImage](./svgimage/) | Manipulate Scalar Vector Graphics (SVG) image files with our API, utilizing the power of XML-based text format for seamless customization and scalability. Easily load SVG images, rasterize vector elements, and convert to other formats, while controlling compression levels to optimize file size and quality for your projects. | +| [SvgResourceKeeperCallback](./svgresourcekeepercallback/) | The resource keeper callback. | ## Interfaces | Interface | Description | | --- | --- | -| [ISvgResourceKeeperCallback](./isvgresourcekeepercallback) | The svg callback interface | +| [ISvgResourceKeeperCallback](./isvgresourcekeepercallback/) | The svg callback interface | ## Enumeration | Enumeration | Description | | --- | --- | -| [FontStoreType](./fontstoretype) | The font store type | -| [SvgColorMode](./svgcolormode) | Сolor mode for SVG images. | -| [SvgImageType](./svgimagetype) | Represents SVG image type. | +| [FontStoreType](./fontstoretype/) | The font store type | +| [SvgColorMode](./svgcolormode/) | Сolor mode for SVG images. | +| [SvgImageType](./svgimagetype/) | Represents SVG image type. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoretype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoretype/_index.md index ffe9c62f4863..acb037d0edd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoretype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoretype/_index.md @@ -1,7 +1,7 @@ --- -title: FontStoreType +title: Enum FontStoreType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Svg.FontStoreType enum. The font store type type: docs weight: 7500 url: /net/aspose.imaging.fileformats.svg/fontstoretype/ @@ -24,7 +24,7 @@ public enum FontStoreType ### See Also -* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg) +* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/_index.md index 6233a968e1e1..f3c74cf1a25a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/_index.md @@ -1,7 +1,7 @@ --- -title: FontStoringArgs +title: Class FontStoringArgs second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Svg.FontStoringArgs class. The font storing arguments type: docs weight: 7510 url: /net/aspose.imaging.fileformats.svg/fontstoringargs/ @@ -18,22 +18,22 @@ public class FontStoringArgs | Name | Description | | --- | --- | -| [FontStoringArgs](fontstoringargs)() | The default constructor. | +| [FontStoringArgs](fontstoringargs/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [DestFontStream](../../aspose.imaging.fileformats.svg/fontstoringargs/destfontstream) { get; set; } | Gets or sets the dest font stream. | -| [DisposeStream](../../aspose.imaging.fileformats.svg/fontstoringargs/disposestream) { get; set; } | Gets or sets a value indicating whether [dispose stream]. | -| [FontFileUri](../../aspose.imaging.fileformats.svg/fontstoringargs/fontfileuri) { get; set; } | Gets or sets the font file URI. | -| [FontStoreType](../../aspose.imaging.fileformats.svg/fontstoringargs/fontstoretype) { get; set; } | Gets or sets a value indicating whether [use embedded font]. | -| [SourceFontFileName](../../aspose.imaging.fileformats.svg/fontstoringargs/sourcefontfilename) { get; } | Gets the source font file. | -| [SourceFontStream](../../aspose.imaging.fileformats.svg/fontstoringargs/sourcefontstream) { get; } | Gets the source font stream. | +| [DestFontStream](../../aspose.imaging.fileformats.svg/fontstoringargs/destfontstream/) { get; set; } | Gets or sets the dest font stream. | +| [DisposeStream](../../aspose.imaging.fileformats.svg/fontstoringargs/disposestream/) { get; set; } | Gets or sets a value indicating whether [dispose stream]. | +| [FontFileUri](../../aspose.imaging.fileformats.svg/fontstoringargs/fontfileuri/) { get; set; } | Gets or sets the font file URI. | +| [FontStoreType](../../aspose.imaging.fileformats.svg/fontstoringargs/fontstoretype/) { get; set; } | Gets or sets a value indicating whether [use embedded font]. | +| [SourceFontFileName](../../aspose.imaging.fileformats.svg/fontstoringargs/sourcefontfilename/) { get; } | Gets the source font file. | +| [SourceFontStream](../../aspose.imaging.fileformats.svg/fontstoringargs/sourcefontstream/) { get; } | Gets the source font stream. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg) +* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/destfontstream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/destfontstream/_index.md index c315b4e7d530..28255d45a8cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/destfontstream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/destfontstream/_index.md @@ -1,7 +1,7 @@ --- -title: DestFontStream +title: FontStoringArgs.DestFontStream second_title: Aspose.Imaging for .NET API Reference -description: +description: FontStoringArgs property. Gets or sets the dest font stream type: docs weight: 20 url: /net/aspose.imaging.fileformats.svg/fontstoringargs/destfontstream/ @@ -20,8 +20,8 @@ The dest font stream. ### See Also -* class [FontStoringArgs](../../fontstoringargs) -* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs) +* class [FontStoringArgs](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/disposestream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/disposestream/_index.md index 7594b78bf6c1..957cb665fb3f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/disposestream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/disposestream/_index.md @@ -1,7 +1,7 @@ --- -title: DisposeStream +title: FontStoringArgs.DisposeStream second_title: Aspose.Imaging for .NET API Reference -description: +description: FontStoringArgs property. Gets or sets a value indicating whether dispose stream type: docs weight: 30 url: /net/aspose.imaging.fileformats.svg/fontstoringargs/disposestream/ @@ -20,8 +20,8 @@ public bool DisposeStream { get; set; } ### See Also -* class [FontStoringArgs](../../fontstoringargs) -* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs) +* class [FontStoringArgs](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontfileuri/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontfileuri/_index.md index 477af20133b3..5018410026d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontfileuri/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontfileuri/_index.md @@ -1,7 +1,7 @@ --- -title: FontFileUri +title: FontStoringArgs.FontFileUri second_title: Aspose.Imaging for .NET API Reference -description: +description: FontStoringArgs property. Gets or sets the font file URI type: docs weight: 40 url: /net/aspose.imaging.fileformats.svg/fontstoringargs/fontfileuri/ @@ -20,8 +20,8 @@ The font file URI. ### See Also -* class [FontStoringArgs](../../fontstoringargs) -* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs) +* class [FontStoringArgs](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoretype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoretype/_index.md index 2bf90026c0b4..f74076d00a9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoretype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoretype/_index.md @@ -1,7 +1,7 @@ --- -title: FontStoreType +title: FontStoringArgs.FontStoreType second_title: Aspose.Imaging for .NET API Reference -description: +description: FontStoringArgs property. Gets or sets a value indicating whether use embedded font type: docs weight: 50 url: /net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoretype/ @@ -20,9 +20,9 @@ public FontStoreType FontStoreType { get; set; } ### See Also -* enum [FontStoreType](../../fontstoretype) -* class [FontStoringArgs](../../fontstoringargs) -* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs) +* enum [FontStoreType](../../fontstoretype/) +* class [FontStoringArgs](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoringargs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoringargs/_index.md index 70d91a449ef2..e693a22f1280 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoringargs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoringargs/_index.md @@ -1,7 +1,7 @@ --- -title: FontStoringArgs +title: FontStoringArgs.FontStoringArgs second_title: Aspose.Imaging for .NET API Reference -description: +description: FontStoringArgs constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.svg/fontstoringargs/fontstoringargs/ @@ -16,8 +16,8 @@ public FontStoringArgs() ### See Also -* class [FontStoringArgs](../../fontstoringargs) -* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs) +* class [FontStoringArgs](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontfilename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontfilename/_index.md index 2776a1fc9a37..0e7c4c33d94d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontfilename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontfilename/_index.md @@ -1,7 +1,7 @@ --- -title: SourceFontFileName +title: FontStoringArgs.SourceFontFileName second_title: Aspose.Imaging for .NET API Reference -description: +description: FontStoringArgs property. Gets the source font file type: docs weight: 60 url: /net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontfilename/ @@ -20,8 +20,8 @@ The source font file. ### See Also -* class [FontStoringArgs](../../fontstoringargs) -* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs) +* class [FontStoringArgs](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontstream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontstream/_index.md index 69d9dc26a630..ba20701b91fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontstream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontstream/_index.md @@ -1,7 +1,7 @@ --- -title: SourceFontStream +title: FontStoringArgs.SourceFontStream second_title: Aspose.Imaging for .NET API Reference -description: +description: FontStoringArgs property. Gets the source font stream type: docs weight: 70 url: /net/aspose.imaging.fileformats.svg/fontstoringargs/sourcefontstream/ @@ -20,8 +20,8 @@ The source font stream. ### See Also -* class [FontStoringArgs](../../fontstoringargs) -* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs) +* class [FontStoringArgs](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../fontstoringargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/_index.md index 2b2455828e5d..3dc349cf175c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/_index.md @@ -1,7 +1,7 @@ --- -title: ISvgResourceKeeperCallback +title: Interface ISvgResourceKeeperCallback second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Svg.ISvgResourceKeeperCallback interface. The svg callback interface type: docs weight: 7530 url: /net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/ @@ -18,13 +18,13 @@ public interface ISvgResourceKeeperCallback | Name | Description | | --- | --- | -| [OnFontResourceReady](../../aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onfontresourceready)(FontStoringArgs) | Called when the font resource is ready for export. | -| [OnImageResourceReady](../../aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onimageresourceready)(byte[], SvgImageType, string, ref bool) | Called when the image resource is ready for export. | -| [OnSvgDocumentReady](../../aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onsvgdocumentready)(byte[], string) | Called when the SVG document is ready for export. | +| [OnFontResourceReady](../../aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onfontresourceready/)(FontStoringArgs) | Called when the font resource is ready for export. | +| [OnImageResourceReady](../../aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onimageresourceready/)(byte[], SvgImageType, string, ref bool) | Called when the image resource is ready for export. | +| [OnSvgDocumentReady](../../aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onsvgdocumentready/)(byte[], string) | Called when the SVG document is ready for export. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg) +* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onfontresourceready/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onfontresourceready/_index.md index 49ca778899af..ac387120c2ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onfontresourceready/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onfontresourceready/_index.md @@ -1,7 +1,7 @@ --- -title: OnFontResourceReady +title: ISvgResourceKeeperCallback.OnFontResourceReady second_title: Aspose.Imaging for .NET API Reference -description: +description: ISvgResourceKeeperCallback method. Called when the font resource is ready for export type: docs weight: 10 url: /net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onfontresourceready/ @@ -20,9 +20,9 @@ public void OnFontResourceReady(FontStoringArgs args) ### See Also -* class [FontStoringArgs](../../fontstoringargs) -* interface [ISvgResourceKeeperCallback](../../isvgresourcekeepercallback) -* namespace [Aspose.Imaging.FileFormats.Svg](../../isvgresourcekeepercallback) +* class [FontStoringArgs](../../fontstoringargs/) +* interface [ISvgResourceKeeperCallback](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../isvgresourcekeepercallback/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onimageresourceready/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onimageresourceready/_index.md index 8d45353ba605..5950bddac6ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onimageresourceready/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onimageresourceready/_index.md @@ -1,7 +1,7 @@ --- -title: OnImageResourceReady +title: ISvgResourceKeeperCallback.OnImageResourceReady second_title: Aspose.Imaging for .NET API Reference -description: +description: ISvgResourceKeeperCallback method. Called when the image resource is ready for export type: docs weight: 20 url: /net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onimageresourceready/ @@ -28,9 +28,9 @@ Returns the path to the saved resource. Path should be relative to target SVG do ### See Also -* enum [SvgImageType](../../svgimagetype) -* interface [ISvgResourceKeeperCallback](../../isvgresourcekeepercallback) -* namespace [Aspose.Imaging.FileFormats.Svg](../../isvgresourcekeepercallback) +* enum [SvgImageType](../../svgimagetype/) +* interface [ISvgResourceKeeperCallback](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../isvgresourcekeepercallback/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onsvgdocumentready/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onsvgdocumentready/_index.md index a3b7d8ab5e9f..295cda79dcac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onsvgdocumentready/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onsvgdocumentready/_index.md @@ -1,7 +1,7 @@ --- -title: OnSvgDocumentReady +title: ISvgResourceKeeperCallback.OnSvgDocumentReady second_title: Aspose.Imaging for .NET API Reference -description: +description: ISvgResourceKeeperCallback method. Called when the SVG document is ready for export type: docs weight: 30 url: /net/aspose.imaging.fileformats.svg/isvgresourcekeepercallback/onsvgdocumentready/ @@ -25,8 +25,8 @@ Returns the path to the saved SVG document. ### See Also -* interface [ISvgResourceKeeperCallback](../../isvgresourcekeepercallback) -* namespace [Aspose.Imaging.FileFormats.Svg](../../isvgresourcekeepercallback) +* interface [ISvgResourceKeeperCallback](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../isvgresourcekeepercallback/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgcolormode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgcolormode/_index.md index d47e69fcb334..069cb1243bbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgcolormode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgcolormode/_index.md @@ -1,7 +1,7 @@ --- -title: SvgColorMode +title: Enum SvgColorMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Svg.SvgColorMode enum. Сolor mode for SVG images type: docs weight: 7540 url: /net/aspose.imaging.fileformats.svg/svgcolormode/ @@ -26,7 +26,7 @@ public enum SvgColorMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg) +* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/_index.md index d5d397c7e1f4..0632419ff462 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/_index.md @@ -1,7 +1,7 @@ --- -title: SvgImage +title: Class SvgImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Svg.SvgImage class. Manipulate Scalar Vector Graphics SVG image files with our API utilizing the power of XMLbased text format for seamless customization and scalability. Easily load SVG images rasterize vector elements and convert to other formats while controlling compression levels to optimize file size and quality for your projects type: docs weight: 7550 url: /net/aspose.imaging.fileformats.svg/svgimage/ @@ -18,70 +18,70 @@ public sealed class SvgImage : VectorImage | Name | Description | | --- | --- | -| [SvgImage](svgimage)(Stream) | Creates a new instance of the [`SvgImage`](../svgimage) class, loading the image from the provided stream. This constructor enables the direct loading of SVG images from streams, enhancing flexibility and efficiency in handling image resources within software applications. | -| [SvgImage](svgimage)(string) | Instantiates a new object of the [`SvgImage`](../svgimage) class, utilizing the specified path to locate and load the image. This constructor facilitates the creation of SVG image instances from external files, enabling seamless integration into software systems and workflows. | -| [SvgImage](svgimage)(int, int) | Instantiates a new [`SvgImage`](../svgimage) object with the specified width and height. This constructor allows developers to create SVG images with predefined dimensions, facilitating precise control over the image's size during initialization. | -| [SvgImage](svgimage)(SvgOptions, int, int) | Creates a new instance of the [`SvgImage`](../svgimage) class with specified SVG options, image width, and height parameters. This constructor enables developers to initialize SVG images with custom options and dimensions, providing flexibility in managing SVG content and layout. | +| [SvgImage](svgimage/#constructor_2)(Stream) | Creates a new instance of the `SvgImage` class, loading the image from the provided stream. This constructor enables the direct loading of SVG images from streams, enhancing flexibility and efficiency in handling image resources within software applications. | +| [SvgImage](svgimage/#constructor_3)(string) | Instantiates a new object of the `SvgImage` class, utilizing the specified path to locate and load the image. This constructor facilitates the creation of SVG image instances from external files, enabling seamless integration into software systems and workflows. | +| [SvgImage](svgimage/#constructor_1)(int, int) | Instantiates a new `SvgImage` object with the specified width and height. This constructor allows developers to create SVG images with predefined dimensions, facilitating precise control over the image's size during initialization. | +| [SvgImage](svgimage/#constructor)(SvgOptions, int, int) | Creates a new instance of the `SvgImage` class with specified SVG options, image width, and height parameters. This constructor enables developers to initialize SVG images with custom options and dimensions, providing flexibility in managing SVG content and layout. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.svg/svgimage/bitsperpixel) { get; } | Retrieves the bits per pixel count of the image. It's important to note that this parameter is not applicable to vector images, as they are not measured in pixels. This property provides crucial information about the image's color depth, aiding in processing and manipulation tasks. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.svg/svgimage/fileformat) { get; } | Retrieves the file format of the image, providing essential metadata for processing and compatibility checks. This property is instrumental in determining the appropriate decoding and encoding strategies for handling the image data effectively across different systems and applications. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging.fileformats.svg/svgimage/height) { get; } | Retrieves the height of the image, indicating its vertical size in pixels. This property provides essential information for layout calculations and rendering processes, ensuring accurate display and manipulation of the image. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.svg/svgimage/iscached) { get; } | Retrieves a boolean value indicating whether the object's data is presently cached, eliminating the need for additional data reading operations. This property provides insight into the current caching status, optimizing data retrieval and processing workflows for enhanced performance and efficiency. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.svg/svgimage/width) { get; } | Returns the width of the image, denoting its horizontal size in pixels. This property is crucial for layout computations and display rendering, ensuring precise positioning and visualization of the image content. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.svg/svgimage/bitsperpixel/) { get; } | Retrieves the bits per pixel count of the image. It's important to note that this parameter is not applicable to vector images, as they are not measured in pixels. This property provides crucial information about the image's color depth, aiding in processing and manipulation tasks. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.svg/svgimage/fileformat/) { get; } | Retrieves the file format of the image, providing essential metadata for processing and compatibility checks. This property is instrumental in determining the appropriate decoding and encoding strategies for handling the image data effectively across different systems and applications. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging.fileformats.svg/svgimage/height/) { get; } | Retrieves the height of the image, indicating its vertical size in pixels. This property provides essential information for layout calculations and rendering processes, ensuring accurate display and manipulation of the image. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.svg/svgimage/iscached/) { get; } | Retrieves a boolean value indicating whether the object's data is presently cached, eliminating the need for additional data reading operations. This property provides insight into the current caching status, optimizing data retrieval and processing workflows for enhanced performance and efficiency. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.svg/svgimage/width/) { get; } | Returns the width of the image, denoting its horizontal size in pixels. This property is crucial for layout computations and display rendering, ensuring precise positioning and visualization of the image content. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging.fileformats.svg/svgimage/cachedata)() | Cache the data and guarantee that there will be no further loading of data from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). This optimization enhances performance by eliminating redundant data retrieval operations, especially beneficial in scenarios requiring frequent access to the image data. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.svg/svgimage/getdefaultoptions)(object[]) | Retrieve the default options configured for the image, providing a baseline setting for various operations such as resizing, compression, or encoding. This method is pivotal in ensuring consistent behavior and quality standards across image processing tasks without the need for explicit parameterization. | -| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.svg/svgimage/resize)(int, int, ImageResizeSettings) | Adjusts the image size according to the specified settings, enabling customization of the resizing process to meet specific requirements. This method offers flexibility in resizing operations, allowing for precise control over aspects such as interpolation methods, aspect ratio preservation, and output quality. | -| override [Resize](../../aspose.imaging.fileformats.svg/svgimage/resize)(int, int, ResizeType) | Resize the image to fit the specified dimensions while preserving its aspect ratio. This method provides a convenient way to adjust the size of the image without distorting its proportions, ensuring optimal display or storage according to the desired dimensions. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.svg/svgimage/rotateflip)(RotateFlipType) | Applies rotation, flipping, or both to the image as per the specified parameters. This method offers versatility in image manipulation, allowing for seamless adjustment of orientation to achieve desired visual effects or correct orientation errors. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging.fileformats.svg/svgimage/setpalette)(IColorPalette, bool) | Applies a specified palette to the image, enabling customization of color schemes for aesthetic or functional purposes. This method provides flexibility in managing color palettes to suit various design or application requirements. | - -### Examples +| override [CacheData](../../aspose.imaging.fileformats.svg/svgimage/cachedata/)() | Cache the data and guarantee that there will be no further loading of data from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). This optimization enhances performance by eliminating redundant data retrieval operations, especially beneficial in scenarios requiring frequent access to the image data. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.svg/svgimage/getdefaultoptions/)(object[]) | Retrieve the default options configured for the image, providing a baseline setting for various operations such as resizing, compression, or encoding. This method is pivotal in ensuring consistent behavior and quality standards across image processing tasks without the need for explicit parameterization. | +| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.svg/svgimage/resize/#resize_1)(int, int, ImageResizeSettings) | Adjusts the image size according to the specified settings, enabling customization of the resizing process to meet specific requirements. This method offers flexibility in resizing operations, allowing for precise control over aspects such as interpolation methods, aspect ratio preservation, and output quality. | +| override [Resize](../../aspose.imaging.fileformats.svg/svgimage/resize/#resize_2)(int, int, ResizeType) | Resize the image to fit the specified dimensions while preserving its aspect ratio. This method provides a convenient way to adjust the size of the image without distorting its proportions, ensuring optimal display or storage according to the desired dimensions. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.svg/svgimage/rotateflip/)(RotateFlipType) | Applies rotation, flipping, or both to the image as per the specified parameters. This method offers versatility in image manipulation, allowing for seamless adjustment of orientation to achieve desired visual effects or correct orientation errors. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging.fileformats.svg/svgimage/setpalette/)(IColorPalette, bool) | Applies a specified palette to the image, enabling customization of color schemes for aesthetic or functional purposes. This method provides flexibility in managing color palettes to suit various design or application requirements. | + +## Examples The following example shows how to convert a svgz images to svg fromat @@ -156,8 +156,8 @@ foreach (var file in files) ### See Also -* class [VectorImage](../../aspose.imaging/vectorimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg) +* class [VectorImage](../../aspose.imaging/vectorimage/) +* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/bitsperpixel/_index.md index d23522ec2950..4ff65494f06e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: SvgImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage property. Retrieves the bits per pixel count of the image. Its important to note that this parameter is not applicable to vector images as they are not measured in pixels. This property provides crucial information about the images color depth aiding in processing and manipulation tasks type: docs weight: 20 url: /net/aspose.imaging.fileformats.svg/svgimage/bitsperpixel/ @@ -26,8 +26,8 @@ The image bits per pixel count. ### See Also -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/cachedata/_index.md index 51534f2aaec4..abfaba7fdbed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/cachedata/_index.md @@ -1,14 +1,14 @@ --- -title: CacheData +title: SvgImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage method. Cache the data and guarantee that there will be no further loading of data from the underlying DataStreamContainer. This optimization enhances performance by eliminating redundant data retrieval operations especially beneficial in scenarios requiring frequent access to the image data type: docs weight: 70 url: /net/aspose.imaging.fileformats.svg/svgimage/cachedata/ --- ## SvgImage.CacheData method -Cache the data and guarantee that there will be no further loading of data from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer). This optimization enhances performance by eliminating redundant data retrieval operations, especially beneficial in scenarios requiring frequent access to the image data. +Cache the data and guarantee that there will be no further loading of data from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer/). This optimization enhances performance by eliminating redundant data retrieval operations, especially beneficial in scenarios requiring frequent access to the image data. ```csharp public override void CacheData() @@ -16,8 +16,8 @@ public override void CacheData() ### See Also -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/fileformat/_index.md index 7f339b2c3164..05b0a46ba618 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: SvgImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage property. Retrieves the file format of the image providing essential metadata for processing and compatibility checks. This property is instrumental in determining the appropriate decoding and encoding strategies for handling the image data effectively across different systems and applications type: docs weight: 30 url: /net/aspose.imaging.fileformats.svg/svgimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/getdefaultoptions/_index.md index 2b1b9535e07c..47e5e2883e8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: SvgImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage method. Retrieve the default options configured for the image providing a baseline setting for various operations such as resizing compression or encoding. This method is pivotal in ensuring consistent behavior and quality standards across image processing tasks without the need for explicit parameterization type: docs weight: 80 url: /net/aspose.imaging.fileformats.svg/svgimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/height/_index.md index 520b06ddcbed..3ee83f7b2566 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: SvgImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage property. Retrieves the height of the image indicating its vertical size in pixels. This property provides essential information for layout calculations and rendering processes ensuring accurate display and manipulation of the image type: docs weight: 40 url: /net/aspose.imaging.fileformats.svg/svgimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/iscached/_index.md index 37ec0b5e978c..86b480049334 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: SvgImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage property. Retrieves a boolean value indicating whether the objects data is presently cached eliminating the need for additional data reading operations. This property provides insight into the current caching status optimizing data retrieval and processing workflows for enhanced performance and efficiency type: docs weight: 50 url: /net/aspose.imaging.fileformats.svg/svgimage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/resize/_index.md index 8ecf5141e477..f7f3386b68a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: SvgImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage method. Resize the image to fit the specified dimensions while preserving its aspect ratio. This method provides a convenient way to adjust the size of the image without distorting its proportions ensuring optimal display or storage according to the desired dimensions type: docs weight: 90 url: /net/aspose.imaging.fileformats.svg/svgimage/resize/ --- -## SvgImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resize the image to fit the specified dimensions while preserving its aspect ratio. This method provides a convenient way to adjust the size of the image without distorting its proportions, ensuring optimal display or storage according to the desired dimensions. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) --- -## SvgImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Adjusts the image size according to the specified settings, enabling customization of the resizing process to meet specific requirements. This method offers flexibility in resizing operations, allowing for precise control over aspects such as interpolation methods, aspect ratio preservation, and output quality. @@ -45,9 +45,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/rotateflip/_index.md index 4e93eb3447de..9ae0a0098287 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: SvgImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage method. Applies rotation flipping or both to the image as per the specified parameters. This method offers versatility in image manipulation allowing for seamless adjustment of orientation to achieve desired visual effects or correct orientation errors type: docs weight: 100 url: /net/aspose.imaging.fileformats.svg/svgimage/rotateflip/ @@ -26,9 +26,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/setpalette/_index.md index 0f2373f7d310..22c72e67fcdb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: SvgImage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage method. Applies a specified palette to the image enabling customization of color schemes for aesthetic or functional purposes. This method provides flexibility in managing color palettes to suit various design or application requirements type: docs weight: 110 url: /net/aspose.imaging.fileformats.svg/svgimage/setpalette/ @@ -27,9 +27,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/svgimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/svgimage/_index.md index 8be7c8954aa2..0a38c839f3d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/svgimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/svgimage/_index.md @@ -1,14 +1,14 @@ --- -title: SvgImage +title: SvgImage.SvgImage second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage constructor. Instantiates a new object of the SvgImage class utilizing the specified path to locate and load the image. This constructor facilitates the creation of SVG image instances from external files enabling seamless integration into software systems and workflows type: docs weight: 10 url: /net/aspose.imaging.fileformats.svg/svgimage/svgimage/ --- -## SvgImage constructor (1 of 4) +## SvgImage(string) {#constructor_3} -Instantiates a new object of the [`SvgImage`](../../svgimage) class, utilizing the specified path to locate and load the image. This constructor facilitates the creation of SVG image instances from external files, enabling seamless integration into software systems and workflows. +Instantiates a new object of the [`SvgImage`](../) class, utilizing the specified path to locate and load the image. This constructor facilitates the creation of SVG image instances from external files, enabling seamless integration into software systems and workflows. ```csharp public SvgImage(string path) @@ -26,15 +26,15 @@ public SvgImage(string path) ### See Also -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) --- -## SvgImage constructor (2 of 4) +## SvgImage(Stream) {#constructor_2} -Creates a new instance of the [`SvgImage`](../../svgimage) class, loading the image from the provided stream. This constructor enables the direct loading of SVG images from streams, enhancing flexibility and efficiency in handling image resources within software applications. +Creates a new instance of the [`SvgImage`](../) class, loading the image from the provided stream. This constructor enables the direct loading of SVG images from streams, enhancing flexibility and efficiency in handling image resources within software applications. ```csharp public SvgImage(Stream stream) @@ -50,7 +50,7 @@ public SvgImage(Stream stream) | --- | --- | | ArgumentNullException | stream is null. | -### Examples +## Examples This example shows how to load an SVG image from a file stream and rasterize it to PNG. @@ -74,15 +74,15 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = new Aspose.Imaging.Fil ### See Also -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) --- -## SvgImage constructor (3 of 4) +## SvgImage(int, int) {#constructor_1} -Instantiates a new [`SvgImage`](../../svgimage) object with the specified width and height. This constructor allows developers to create SVG images with predefined dimensions, facilitating precise control over the image's size during initialization. +Instantiates a new [`SvgImage`](../) object with the specified width and height. This constructor allows developers to create SVG images with predefined dimensions, facilitating precise control over the image's size during initialization. ```csharp public SvgImage(int width, int height) @@ -95,15 +95,15 @@ public SvgImage(int width, int height) ### See Also -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) --- -## SvgImage constructor (4 of 4) +## SvgImage(SvgOptions, int, int) {#constructor} -Creates a new instance of the [`SvgImage`](../../svgimage) class with specified SVG options, image width, and height parameters. This constructor enables developers to initialize SVG images with custom options and dimensions, providing flexibility in managing SVG content and layout. +Creates a new instance of the [`SvgImage`](../) class with specified SVG options, image width, and height parameters. This constructor enables developers to initialize SVG images with custom options and dimensions, providing flexibility in managing SVG content and layout. ```csharp public SvgImage(SvgOptions svgOptions, int width, int height) @@ -117,9 +117,9 @@ public SvgImage(SvgOptions svgOptions, int width, int height) ### See Also -* class [SvgOptions](../../../aspose.imaging.imageoptions/svgoptions) -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgOptions](../../../aspose.imaging.imageoptions/svgoptions/) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/width/_index.md index ed3dee1dc46e..4472a546fb19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: SvgImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgImage property. Returns the width of the image denoting its horizontal size in pixels. This property is crucial for layout computations and display rendering ensuring precise positioning and visualization of the image content type: docs weight: 60 url: /net/aspose.imaging.fileformats.svg/svgimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [SvgImage](../../svgimage) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage) +* class [SvgImage](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimagetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimagetype/_index.md index 1aee105cbf6a..cea5daa8c811 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimagetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgimagetype/_index.md @@ -1,7 +1,7 @@ --- -title: SvgImageType +title: Enum SvgImageType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Svg.SvgImageType enum. Represents SVG image type type: docs weight: 7560 url: /net/aspose.imaging.fileformats.svg/svgimagetype/ @@ -27,7 +27,7 @@ public enum SvgImageType ### See Also -* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg) +* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/_index.md index 4d5863b22c3f..66f26839dd26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/_index.md @@ -1,7 +1,7 @@ --- -title: SvgResourceKeeperCallback +title: Class SvgResourceKeeperCallback second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Svg.SvgResourceKeeperCallback class. The resource keeper callback type: docs weight: 7570 url: /net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/ @@ -18,20 +18,20 @@ public class SvgResourceKeeperCallback : ISvgResourceKeeperCallback | Name | Description | | --- | --- | -| [SvgResourceKeeperCallback](svgresourcekeepercallback)() | The default constructor. | +| [SvgResourceKeeperCallback](svgresourcekeepercallback/)() | The default constructor. | ## Methods | Name | Description | | --- | --- | -| virtual [OnFontResourceReady](../../aspose.imaging.fileformats.svg/svgresourcekeepercallback/onfontresourceready)(FontStoringArgs) | Called when the font resource is ready for export. | -| virtual [OnImageResourceReady](../../aspose.imaging.fileformats.svg/svgresourcekeepercallback/onimageresourceready)(byte[], SvgImageType, string, ref bool) | Called when the image resource is ready for export. | -| virtual [OnSvgDocumentReady](../../aspose.imaging.fileformats.svg/svgresourcekeepercallback/onsvgdocumentready)(byte[], string) | Called when the SVG document is ready for export. | +| virtual [OnFontResourceReady](../../aspose.imaging.fileformats.svg/svgresourcekeepercallback/onfontresourceready/)(FontStoringArgs) | Called when the font resource is ready for export. | +| virtual [OnImageResourceReady](../../aspose.imaging.fileformats.svg/svgresourcekeepercallback/onimageresourceready/)(byte[], SvgImageType, string, ref bool) | Called when the image resource is ready for export. | +| virtual [OnSvgDocumentReady](../../aspose.imaging.fileformats.svg/svgresourcekeepercallback/onsvgdocumentready/)(byte[], string) | Called when the SVG document is ready for export. | ### See Also -* interface [ISvgResourceKeeperCallback](../isvgresourcekeepercallback) -* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg) +* interface [ISvgResourceKeeperCallback](../isvgresourcekeepercallback/) +* namespace [Aspose.Imaging.FileFormats.Svg](../../aspose.imaging.fileformats.svg/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onfontresourceready/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onfontresourceready/_index.md index bd2dfa3cd7fe..43f22234b1fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onfontresourceready/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onfontresourceready/_index.md @@ -1,7 +1,7 @@ --- -title: OnFontResourceReady +title: SvgResourceKeeperCallback.OnFontResourceReady second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgResourceKeeperCallback method. Called when the font resource is ready for export type: docs weight: 20 url: /net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onfontresourceready/ @@ -20,9 +20,9 @@ public virtual void OnFontResourceReady(FontStoringArgs args) ### See Also -* class [FontStoringArgs](../../fontstoringargs) -* class [SvgResourceKeeperCallback](../../svgresourcekeepercallback) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgresourcekeepercallback) +* class [FontStoringArgs](../../fontstoringargs/) +* class [SvgResourceKeeperCallback](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgresourcekeepercallback/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onimageresourceready/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onimageresourceready/_index.md index f29db3b0a69d..3b2932a5e799 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onimageresourceready/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onimageresourceready/_index.md @@ -1,7 +1,7 @@ --- -title: OnImageResourceReady +title: SvgResourceKeeperCallback.OnImageResourceReady second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgResourceKeeperCallback method. Called when the image resource is ready for export type: docs weight: 30 url: /net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onimageresourceready/ @@ -28,9 +28,9 @@ Returns the path to the saved resource. Path should be relative to target SVG do ### See Also -* enum [SvgImageType](../../svgimagetype) -* class [SvgResourceKeeperCallback](../../svgresourcekeepercallback) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgresourcekeepercallback) +* enum [SvgImageType](../../svgimagetype/) +* class [SvgResourceKeeperCallback](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgresourcekeepercallback/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onsvgdocumentready/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onsvgdocumentready/_index.md index 66743d7b3eeb..cdca4f229a83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onsvgdocumentready/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onsvgdocumentready/_index.md @@ -1,7 +1,7 @@ --- -title: OnSvgDocumentReady +title: SvgResourceKeeperCallback.OnSvgDocumentReady second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgResourceKeeperCallback method. Called when the SVG document is ready for export type: docs weight: 40 url: /net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/onsvgdocumentready/ @@ -25,8 +25,8 @@ Returns the path to the saved SVG document. ### See Also -* class [SvgResourceKeeperCallback](../../svgresourcekeepercallback) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgresourcekeepercallback) +* class [SvgResourceKeeperCallback](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgresourcekeepercallback/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/svgresourcekeepercallback/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/svgresourcekeepercallback/_index.md index 2428b04b4438..f6fefd7f68a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/svgresourcekeepercallback/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/svgresourcekeepercallback/_index.md @@ -1,7 +1,7 @@ --- -title: SvgResourceKeeperCallback +title: SvgResourceKeeperCallback.SvgResourceKeeperCallback second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgResourceKeeperCallback constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.svg/svgresourcekeepercallback/svgresourcekeepercallback/ @@ -16,8 +16,8 @@ public SvgResourceKeeperCallback() ### See Also -* class [SvgResourceKeeperCallback](../../svgresourcekeepercallback) -* namespace [Aspose.Imaging.FileFormats.Svg](../../svgresourcekeepercallback) +* class [SvgResourceKeeperCallback](../) +* namespace [Aspose.Imaging.FileFormats.Svg](../../svgresourcekeepercallback/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/_index.md index 8a6652e138a1..ef49cbbf9e63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Tga second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tga file format processing. +description: The namespace handles Tga file format processing type: docs weight: 620 url: /net/aspose.imaging.fileformats.tga/ @@ -12,6 +12,6 @@ The namespace handles Tga file format processing. | Class | Description | | --- | --- | -| [TgaImage](./tgaimage) | Manipulate TGA raster image files with our API, tailored for the TARGA (Truevision Advanced Raster Adapter) format, enabling seamless loading and customization. Easily update public properties such as author, timestamp, image ID, and software version, while using various bits per pixel settings, alpha channel and color transparency. Additionally, you can export TGA images to other popular raster formats, ensuring compatibility for your projects. | +| [TgaImage](./tgaimage/) | Manipulate TGA raster image files with our API, tailored for the TARGA (Truevision Advanced Raster Adapter) format, enabling seamless loading and customization. Easily update public properties such as author, timestamp, image ID, and software version, while using various bits per pixel settings, alpha channel and color transparency. Additionally, you can export TGA images to other popular raster formats, ensuring compatibility for your projects. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/_index.md index 02e6c4deb5c5..83f0ff46b6f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/_index.md @@ -1,7 +1,7 @@ --- -title: TgaImage +title: Class TgaImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tga.TgaImage class. Manipulate TGA raster image files with our API tailored for the TARGA Truevision Advanced Raster Adapter format enabling seamless loading and customization. Easily update public properties such as author timestamp image ID and software version while using various bits per pixel settings alpha channel and color transparency. Additionally you can export TGA images to other popular raster formats ensuring compatibility for your projects type: docs weight: 7580 url: /net/aspose.imaging.fileformats.tga/tgaimage/ @@ -18,159 +18,159 @@ public class TgaImage : RasterCachedImage | Name | Description | | --- | --- | -| [TgaImage](tgaimage)(RasterImage) | Create a new instance of the [`TgaImage`](../tgaimage) class by providing a raster image object. This constructor facilitates the direct integration of existing raster images into the TGA image format, streamlining the conversion process for enhanced compatibility within your software systems. | -| [TgaImage](tgaimage)(Stream) | Initialize a new instance of the [`TgaImage`](../tgaimage) class using a stream to load the image. This constructor allows for seamless integration of image data from streams, facilitating efficient handling and processing of TGA images within your software applications. | -| [TgaImage](tgaimage)(string) | Initializes a new [`TgaImage`](../tgaimage) object using the provided file path for loading the image content. This constructor efficiently initializes the image instance, allowing seamless access to TGA image files, simplifying integration into your application workflow. | +| [TgaImage](tgaimage/#constructor)(RasterImage) | Create a new instance of the `TgaImage` class by providing a raster image object. This constructor facilitates the direct integration of existing raster images into the TGA image format, streamlining the conversion process for enhanced compatibility within your software systems. | +| [TgaImage](tgaimage/#constructor_1)(Stream) | Initialize a new instance of the `TgaImage` class using a stream to load the image. This constructor allows for seamless integration of image data from streams, facilitating efficient handling and processing of TGA images within your software applications. | +| [TgaImage](tgaimage/#constructor_2)(string) | Initializes a new `TgaImage` object using the provided file path for loading the image content. This constructor efficiently initializes the image instance, allowing seamless access to TGA image files, simplifying integration into your application workflow. | ## Properties | Name | Description | | --- | --- | -| [AuthorComments](../../aspose.imaging.fileformats.tga/tgaimage/authorcomments) { get; set; } | Retrieves or sets the comments provided by the author of the image. These comments often contain valuable information, such as descriptions, annotations, or additional context about the image. By accessing or modifying the Author Comments property, developers can enhance the metadata associated with the image, providing users with valuable insights and context regarding its content or creation. This is an ASCII field consisting of 324 bytes which are organized as four lines of 80 characters, each followed by a null terminator. | -| [AuthorName](../../aspose.imaging.fileformats.tga/tgaimage/authorname) { get; set; } | Retrieves or sets the name of the author associated with the image. This property allows developers to access or modify the author's name metadata, providing valuable information about the creator of the image. By utilizing the Author Name property, users can easily identify the individual responsible for creating or contributing to the image, enhancing its overall metadata and providing valuable context for viewers. This field is a total of 40 ASCII characters for the name. If the field is used, it should contain the name of the person who created the image (author). | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging.fileformats.tga/tgaimage/backgroundcolor) { get; set; } | Retrieves or sets the background color of the image. This property allows you to specify the color used for the image background, ensuring consistency and enhancing visual presentation. It is particularly useful for scenarios where the image is displayed on a background with a different color or when rendering the image onto another canvas. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.tga/tgaimage/bitsperpixel) { get; } | Retrieve the bits per pixel value, providing essential information about the image's color depth. This property serves as a crucial metric for understanding the level of detail and color richness present in the image, aiding developers in optimizing processing algorithms and resource allocation for efficient image manipulation and rendering tasks. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [BytesPerPixel](../../aspose.imaging.fileformats.tga/tgaimage/bytesperpixel) { get; } | Obtain the bytes per pixel value, which denotes the amount of memory occupied by each pixel in the image. This property serves as a crucial metric for memory management and optimization, aiding developers in efficiently allocating resources and processing image data | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [DateTimeStamp](../../aspose.imaging.fileformats.tga/tgaimage/datetimestamp) { get; set; } | Gets or sets Date/Time Stamp. This field defines the value for the date and time that the image was saved. Even though operating systems typically time- and date-stamp files, this feature is provided because the operating system may change the time and date stamp if the file is copied. By using this area, you are guaranteed an unmodified region for date and time recording. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.tga/tgaimage/fileformat) { get; } | Get crucial information about the file format of the image represented by this instance of [`TgaImage`](../tgaimage). Understanding the file format is essential for compatibility checks and ensuring seamless integration within software systems, enabling efficient processing and manipulation of images. | -| [GammaValueDenominator](../../aspose.imaging.fileformats.tga/tgaimage/gammavaluedenominator) { get; } | Retrieves the denominator part of the gamma value, an integral factor in determining color representation within images. For images lacking gamma correction, this value should be 1.0, ensuring accurate color rendering. Appreciating and leveraging this parameter is fundamental for upholding color fidelity and achieving precise image visualization. | -| [GammaValueNumerator](../../aspose.imaging.fileformats.tga/tgaimage/gammavaluenumerator) { get; } | Gets the numerator part of the gamma value, which is essential for accurate color representation in images. In images without gamma correction, this value should be 1.0. Understanding and utilizing this value is crucial for maintaining color fidelity and ensuring accurate image rendering. | -| override [HasAlpha](../../aspose.imaging.fileformats.tga/tgaimage/hasalpha) { get; } | Retrieve a boolean value indicating whether the [`TgaImage`](../tgaimage) includes an alpha channel, facilitating transparency effects. This property provides essential information for handling image composition and rendering, assisting developers in implementing diverse visual effects and compositing operations. | -| override [HasBackgroundColor](../../aspose.imaging.fileformats.tga/tgaimage/hasbackgroundcolor) { get; set; } | Retrieves or sets a value indicating whether the image contains a background color. This property is useful for determining whether the image includes a distinct background color separate from the foreground content. It enables you to customize image processing or rendering based on the presence or absence of a background color. | -| [HasColorMap](../../aspose.imaging.fileformats.tga/tgaimage/hascolormap) { get; } | Retrieve whether this [`TgaImage`](../tgaimage) instance contains a color map. Understanding the presence of a color map is crucial for accurate interpretation and manipulation of the image's color data. | -| override [HasTransparentColor](../../aspose.imaging.fileformats.tga/tgaimage/hastransparentcolor) { get; set; } | Retrieves or sets a boolean value indicating whether the image contains a transparent color. This property is essential for identifying whether the image supports transparency, helping you to implement appropriate handling of transparency-related operations such as blending, compositing, or masking. | -| override [Height](../../aspose.imaging.fileformats.tga/tgaimage/height) { get; } | Obtain the height of the image encapsulated by this [`TgaImage`](../tgaimage) instance. This property furnishes developers with critical details concerning the image's vertical dimensions, enabling seamless integration and manipulation of images within their software solutions. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| [ImageId](../../aspose.imaging.fileformats.tga/tgaimage/imageid) { get; set; } | Gets or sets the unique identifier associated with the image. This ID serves as a reference point for identifying and distinguishing the image from others within a system or application. By setting or retrieving the Image ID, you can manage and track images effectively, facilitating organized image management and retrieval processes. | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsGrayScale](../../aspose.imaging.fileformats.tga/tgaimage/isgrayscale) { get; } | Obtain a boolean value indicating whether the [`TgaImage`](../tgaimage) represents a gray-scale image. This property is crucial for distinguishing between color and gray-scale images, aiding developers in applying appropriate processing and rendering techniques based on the image's color characteristics. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [JobNameOrId](../../aspose.imaging.fileformats.tga/tgaimage/jobnameorid) { get; set; } | Retrieves or sets the job name or ID associated with the image. This property enables you to access or modify metadata related to the specific job or project associated with the image. By utilizing the Job Name/ID property, users can easily identify the project or task to which the image pertains, facilitating organization and management of image assets within larger workflows or projects. | -| [JobTime](../../aspose.imaging.fileformats.tga/tgaimage/jobtime) { get; set; } | Retrieves or sets the timestamp indicating the job time associated with the image. This property allows developers to access or modify the time metadata related to the specific job or project associated with the image. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [PixelAspectRatioDenominator](../../aspose.imaging.fileformats.tga/tgaimage/pixelaspectratiodenominator) { get; } | Retrieves the denominator part of the Pixel Aspect Ratio, a crucial factor in determining the visual aspect of pixels within the image. This value is essential for preserving accurate pixel representation and aspect ratios throughout various image rendering and processing operations, ensuring high-quality visual output. | -| [PixelAspectRatioNumerator](../../aspose.imaging.fileformats.tga/tgaimage/pixelaspectrationumerator) { get; } | Retrieves the numerator component of the Pixel Aspect Ratio, which influences the visual aspect of pixels within the image. Understanding and manipulating this value is essential for achieving accurate pixel representation and aspect ratios in image rendering and processing. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SoftwareId](../../aspose.imaging.fileformats.tga/tgaimage/softwareid) { get; set; } | Manages the software identification (ID) associated with the image, allowing for up to 40 ASCII characters. This property serves as a means to uniquely identify the software utilized in creating or processing the image, providing valuable metadata for organizational and informational purposes. | -| [SoftwareVersion](../../aspose.imaging.fileformats.tga/tgaimage/softwareversion) { get; set; } | Retrieves or sets the software version associated with the image. The accepted length for the version string is typically 3 to 4 characters. This property is useful for tracking the software used to create or manipulate the image and can provide valuable context for image processing and compatibility checks. | -| [SoftwareVersionLetter](../../aspose.imaging.fileformats.tga/tgaimage/softwareversionletter) { get; set; } | Retrieves or sets the letter component of the software version associated with the image. This property represents an additional detail within the software version string and can be useful for finer version differentiation. | -| [SoftwareVersionNumber](../../aspose.imaging.fileformats.tga/tgaimage/softwareversionnumber) { get; set; } | Retrieves or sets the numeric component of the software version associated with the image. This property represents the numerical part of the software version string, providing important information about the version of the software used to create or modify the image. | -| override [TransparentColor](../../aspose.imaging.fileformats.tga/tgaimage/transparentcolor) { get; set; } | Retrieves or sets the key color associated with the image. This property allows you to access or modify the color designated as the key color for specific image processing tasks or effects. Utilizing the Key Color property enables users to apply color-based operations such as chroma keying or color replacement, enhancing image manipulation capabilities and creative possibilities. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.tga/tgaimage/width) { get; } | Retrieve the width of the image represented by this [`TgaImage`](../tgaimage) instance. This property provides developers with essential information about the image dimensions, facilitating various image manipulation and processing tasks within their software applications. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | -| [XOrigin](../../aspose.imaging.fileformats.tga/tgaimage/xorigin) { get; set; } | Gets or sets absolute horizontal coordinate for the lower left corner of the image as it is positioned on a display device having an origin at the lower left of the screen(e.g., the TARGA series). | -| [YOrigin](../../aspose.imaging.fileformats.tga/tgaimage/yorigin) { get; set; } | Gets or sets absolute vertical coordinate for the lower left corner of the image as it is positioned on a display device having an origin at the lower left of the screen(e.g., the TARGA series). | +| [AuthorComments](../../aspose.imaging.fileformats.tga/tgaimage/authorcomments/) { get; set; } | Retrieves or sets the comments provided by the author of the image. These comments often contain valuable information, such as descriptions, annotations, or additional context about the image. By accessing or modifying the Author Comments property, developers can enhance the metadata associated with the image, providing users with valuable insights and context regarding its content or creation. This is an ASCII field consisting of 324 bytes which are organized as four lines of 80 characters, each followed by a null terminator. | +| [AuthorName](../../aspose.imaging.fileformats.tga/tgaimage/authorname/) { get; set; } | Retrieves or sets the name of the author associated with the image. This property allows developers to access or modify the author's name metadata, providing valuable information about the creator of the image. By utilizing the Author Name property, users can easily identify the individual responsible for creating or contributing to the image, enhancing its overall metadata and providing valuable context for viewers. This field is a total of 40 ASCII characters for the name. If the field is used, it should contain the name of the person who created the image (author). | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging.fileformats.tga/tgaimage/backgroundcolor/) { get; set; } | Retrieves or sets the background color of the image. This property allows you to specify the color used for the image background, ensuring consistency and enhancing visual presentation. It is particularly useful for scenarios where the image is displayed on a background with a different color or when rendering the image onto another canvas. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.tga/tgaimage/bitsperpixel/) { get; } | Retrieve the bits per pixel value, providing essential information about the image's color depth. This property serves as a crucial metric for understanding the level of detail and color richness present in the image, aiding developers in optimizing processing algorithms and resource allocation for efficient image manipulation and rendering tasks. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [BytesPerPixel](../../aspose.imaging.fileformats.tga/tgaimage/bytesperpixel/) { get; } | Obtain the bytes per pixel value, which denotes the amount of memory occupied by each pixel in the image. This property serves as a crucial metric for memory management and optimization, aiding developers in efficiently allocating resources and processing image data | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [DateTimeStamp](../../aspose.imaging.fileformats.tga/tgaimage/datetimestamp/) { get; set; } | Gets or sets Date/Time Stamp. This field defines the value for the date and time that the image was saved. Even though operating systems typically time- and date-stamp files, this feature is provided because the operating system may change the time and date stamp if the file is copied. By using this area, you are guaranteed an unmodified region for date and time recording. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.tga/tgaimage/fileformat/) { get; } | Get crucial information about the file format of the image represented by this instance of `TgaImage`. Understanding the file format is essential for compatibility checks and ensuring seamless integration within software systems, enabling efficient processing and manipulation of images. | +| [GammaValueDenominator](../../aspose.imaging.fileformats.tga/tgaimage/gammavaluedenominator/) { get; } | Retrieves the denominator part of the gamma value, an integral factor in determining color representation within images. For images lacking gamma correction, this value should be 1.0, ensuring accurate color rendering. Appreciating and leveraging this parameter is fundamental for upholding color fidelity and achieving precise image visualization. | +| [GammaValueNumerator](../../aspose.imaging.fileformats.tga/tgaimage/gammavaluenumerator/) { get; } | Gets the numerator part of the gamma value, which is essential for accurate color representation in images. In images without gamma correction, this value should be 1.0. Understanding and utilizing this value is crucial for maintaining color fidelity and ensuring accurate image rendering. | +| override [HasAlpha](../../aspose.imaging.fileformats.tga/tgaimage/hasalpha/) { get; } | Retrieve a boolean value indicating whether the `TgaImage` includes an alpha channel, facilitating transparency effects. This property provides essential information for handling image composition and rendering, assisting developers in implementing diverse visual effects and compositing operations. | +| override [HasBackgroundColor](../../aspose.imaging.fileformats.tga/tgaimage/hasbackgroundcolor/) { get; set; } | Retrieves or sets a value indicating whether the image contains a background color. This property is useful for determining whether the image includes a distinct background color separate from the foreground content. It enables you to customize image processing or rendering based on the presence or absence of a background color. | +| [HasColorMap](../../aspose.imaging.fileformats.tga/tgaimage/hascolormap/) { get; } | Retrieve whether this `TgaImage` instance contains a color map. Understanding the presence of a color map is crucial for accurate interpretation and manipulation of the image's color data. | +| override [HasTransparentColor](../../aspose.imaging.fileformats.tga/tgaimage/hastransparentcolor/) { get; set; } | Retrieves or sets a boolean value indicating whether the image contains a transparent color. This property is essential for identifying whether the image supports transparency, helping you to implement appropriate handling of transparency-related operations such as blending, compositing, or masking. | +| override [Height](../../aspose.imaging.fileformats.tga/tgaimage/height/) { get; } | Obtain the height of the image encapsulated by this `TgaImage` instance. This property furnishes developers with critical details concerning the image's vertical dimensions, enabling seamless integration and manipulation of images within their software solutions. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| [ImageId](../../aspose.imaging.fileformats.tga/tgaimage/imageid/) { get; set; } | Gets or sets the unique identifier associated with the image. This ID serves as a reference point for identifying and distinguishing the image from others within a system or application. By setting or retrieving the Image ID, you can manage and track images effectively, facilitating organized image management and retrieval processes. | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsGrayScale](../../aspose.imaging.fileformats.tga/tgaimage/isgrayscale/) { get; } | Obtain a boolean value indicating whether the `TgaImage` represents a gray-scale image. This property is crucial for distinguishing between color and gray-scale images, aiding developers in applying appropriate processing and rendering techniques based on the image's color characteristics. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [JobNameOrId](../../aspose.imaging.fileformats.tga/tgaimage/jobnameorid/) { get; set; } | Retrieves or sets the job name or ID associated with the image. This property enables you to access or modify metadata related to the specific job or project associated with the image. By utilizing the Job Name/ID property, users can easily identify the project or task to which the image pertains, facilitating organization and management of image assets within larger workflows or projects. | +| [JobTime](../../aspose.imaging.fileformats.tga/tgaimage/jobtime/) { get; set; } | Retrieves or sets the timestamp indicating the job time associated with the image. This property allows developers to access or modify the time metadata related to the specific job or project associated with the image. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [PixelAspectRatioDenominator](../../aspose.imaging.fileformats.tga/tgaimage/pixelaspectratiodenominator/) { get; } | Retrieves the denominator part of the Pixel Aspect Ratio, a crucial factor in determining the visual aspect of pixels within the image. This value is essential for preserving accurate pixel representation and aspect ratios throughout various image rendering and processing operations, ensuring high-quality visual output. | +| [PixelAspectRatioNumerator](../../aspose.imaging.fileformats.tga/tgaimage/pixelaspectrationumerator/) { get; } | Retrieves the numerator component of the Pixel Aspect Ratio, which influences the visual aspect of pixels within the image. Understanding and manipulating this value is essential for achieving accurate pixel representation and aspect ratios in image rendering and processing. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SoftwareId](../../aspose.imaging.fileformats.tga/tgaimage/softwareid/) { get; set; } | Manages the software identification (ID) associated with the image, allowing for up to 40 ASCII characters. This property serves as a means to uniquely identify the software utilized in creating or processing the image, providing valuable metadata for organizational and informational purposes. | +| [SoftwareVersion](../../aspose.imaging.fileformats.tga/tgaimage/softwareversion/) { get; set; } | Retrieves or sets the software version associated with the image. The accepted length for the version string is typically 3 to 4 characters. This property is useful for tracking the software used to create or manipulate the image and can provide valuable context for image processing and compatibility checks. | +| [SoftwareVersionLetter](../../aspose.imaging.fileformats.tga/tgaimage/softwareversionletter/) { get; set; } | Retrieves or sets the letter component of the software version associated with the image. This property represents an additional detail within the software version string and can be useful for finer version differentiation. | +| [SoftwareVersionNumber](../../aspose.imaging.fileformats.tga/tgaimage/softwareversionnumber/) { get; set; } | Retrieves or sets the numeric component of the software version associated with the image. This property represents the numerical part of the software version string, providing important information about the version of the software used to create or modify the image. | +| override [TransparentColor](../../aspose.imaging.fileformats.tga/tgaimage/transparentcolor/) { get; set; } | Retrieves or sets the key color associated with the image. This property allows you to access or modify the color designated as the key color for specific image processing tasks or effects. Utilizing the Key Color property enables users to apply color-based operations such as chroma keying or color replacement, enhancing image manipulation capabilities and creative possibilities. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.tga/tgaimage/width/) { get; } | Retrieve the width of the image represented by this `TgaImage` instance. This property provides developers with essential information about the image dimensions, facilitating various image manipulation and processing tasks within their software applications. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | +| [XOrigin](../../aspose.imaging.fileformats.tga/tgaimage/xorigin/) { get; set; } | Gets or sets absolute horizontal coordinate for the lower left corner of the image as it is positioned on a display device having an origin at the lower left of the screen(e.g., the TARGA series). | +| [YOrigin](../../aspose.imaging.fileformats.tga/tgaimage/yorigin/) { get; set; } | Gets or sets absolute vertical coordinate for the lower left corner of the image as it is positioned on a display device having an origin at the lower left of the screen(e.g., the TARGA series). | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Clone](../../aspose.imaging.fileformats.tga/tgaimage/clone)() | Produces a duplicate of the current instance, generating a new object that clones all attributes and properties of the original. This method facilitates the creation of identical copies, ensuring data integrity and preserving the state of the current instance without affecting the original object. | -| [Clone](../../aspose.imaging.fileformats.tga/tgaimage/clone)(TgaImage) | Replicate the properties of another [`TgaImage`](../tgaimage) object, creating a new instance with identical attributes. This operation ensures the preservation of data integrity and facilitates the duplication of image properties without altering the source object. | -| override [Crop](../../aspose.imaging.fileformats.tga/tgaimage/crop)(Rectangle) | Crop the image to a specified region. This method allows you to define a rectangular area within the image to retain, discarding the rest. This operation is useful for focusing on specific content within the image or removing unwanted portions. | -| override [Crop](../../aspose.imaging.fileformats.tga/tgaimage/crop)(int, int, int, int) | Crop the image by specifying shifts for the left, right, top, and bottom boundaries. This method allows you to trim the image by moving its boundaries independently along the horizontal and vertical axes. By adjusting these shifts, you can precisely control which portions of the image to retain, effectively cropping it to the desired dimensions. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| override [Equals](../../aspose.imaging.fileformats.tga/tgaimage/equals)(object) | The method performs an equality comparison between the current [`TgaImage`](../tgaimage) instance and another object provided as a parameter. Specifically, it evaluates whether the properties of the current image match those of the second object, assisting in determining their equivalence for comparison purposes within image processing workflows. | -| [Equals](../../aspose.imaging.fileformats.tga/tgaimage/equals)(TgaImage) | In an equality comparison, the method evaluates whether the current [`TgaImage`](../tgaimage) instance is equal to the second image provided as a parameter. This operation facilitates determining if two TGA images are identical, aiding in image processing and comparison tasks. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| override [GetHashCode](../../aspose.imaging.fileformats.tga/tgaimage/gethashcode)() | Retrieve the hash code of the current instance. However, it's important to note that this hash code may not be suitable for use as a key, particularly because instances of the TgaImage class are not immutable. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.tga/tgaimage/resize)(int, int, ImageResizeSettings) | Resize the image while applying specific settings to maintain the desired dimensions and aspect ratio. By customizing image settings, you can effectively resize the image while ensuring optimal visual quality and compatibility with different display devices or applications. | -| override [Resize](../../aspose.imaging.fileformats.tga/tgaimage/resize)(int, int, ResizeType) | Adjusts the size of the image using a specified resize type, which determines how the resizing operation is performed. This method provides flexibility in resizing images according to different algorithms or techniques. By choosing the appropriate resize type, you can achieve the desired balance between image quality and computational efficiency based on specific requirements or preferences. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.tga/tgaimage/rotate)(float, bool, Color) | Rotates the image around its center by a specified angle while maintaining resize proportionality and preserving the background color. This method allows for precise image manipulation, ensuring that the rotation maintains visual balance and consistency with the specified background color. It's ideal for tasks where accurate rotation around the center is necessary, such as orientation correction or artistic adjustments. | -| override [RotateFlip](../../aspose.imaging.fileformats.tga/tgaimage/rotateflip)(RotateFlipType) | The "RotateFlip" method enables rotating and flipping operations on the image. It offers versatile functionality for manipulating image orientation, allowing users to perform rotations and flips according to their requirements, facilitating efficient image processing tasks within software applications. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | -| [operator ==](../../aspose.imaging.fileformats.tga/tgaimage/op_equality) | Performs an equality comparison between two TGA images, considering both the first and second images involved in the comparison process. This method facilitates straightforward assessment of image equality, ensuring accurate analysis and decision-making within image processing workflows. | -| [operator !=](../../aspose.imaging.fileformats.tga/tgaimage/op_inequality) | Conducts a non-equality comparison between two TGA images, evaluating both the first and second images involved in the comparison. This method aids in identifying discrepancies or differences between images, enabling precise analysis and decision-making in image processing tasks. | +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Clone](../../aspose.imaging.fileformats.tga/tgaimage/clone/#clone)() | Produces a duplicate of the current instance, generating a new object that clones all attributes and properties of the original. This method facilitates the creation of identical copies, ensuring data integrity and preserving the state of the current instance without affecting the original object. | +| [Clone](../../aspose.imaging.fileformats.tga/tgaimage/clone/#clone_1)(TgaImage) | Replicate the properties of another `TgaImage` object, creating a new instance with identical attributes. This operation ensures the preservation of data integrity and facilitates the duplication of image properties without altering the source object. | +| override [Crop](../../aspose.imaging.fileformats.tga/tgaimage/crop/#crop)(Rectangle) | Crop the image to a specified region. This method allows you to define a rectangular area within the image to retain, discarding the rest. This operation is useful for focusing on specific content within the image or removing unwanted portions. | +| override [Crop](../../aspose.imaging.fileformats.tga/tgaimage/crop/#crop_1)(int, int, int, int) | Crop the image by specifying shifts for the left, right, top, and bottom boundaries. This method allows you to trim the image by moving its boundaries independently along the horizontal and vertical axes. By adjusting these shifts, you can precisely control which portions of the image to retain, effectively cropping it to the desired dimensions. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| override [Equals](../../aspose.imaging.fileformats.tga/tgaimage/equals/#equals_1)(object) | The method performs an equality comparison between the current `TgaImage` instance and another object provided as a parameter. Specifically, it evaluates whether the properties of the current image match those of the second object, assisting in determining their equivalence for comparison purposes within image processing workflows. | +| [Equals](../../aspose.imaging.fileformats.tga/tgaimage/equals/#equals)(TgaImage) | In an equality comparison, the method evaluates whether the current `TgaImage` instance is equal to the second image provided as a parameter. This operation facilitates determining if two TGA images are identical, aiding in image processing and comparison tasks. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| override [GetHashCode](../../aspose.imaging.fileformats.tga/tgaimage/gethashcode/)() | Retrieve the hash code of the current instance. However, it's important to note that this hash code may not be suitable for use as a key, particularly because instances of the TgaImage class are not immutable. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.tga/tgaimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resize the image while applying specific settings to maintain the desired dimensions and aspect ratio. By customizing image settings, you can effectively resize the image while ensuring optimal visual quality and compatibility with different display devices or applications. | +| override [Resize](../../aspose.imaging.fileformats.tga/tgaimage/resize/#resize_2)(int, int, ResizeType) | Adjusts the size of the image using a specified resize type, which determines how the resizing operation is performed. This method provides flexibility in resizing images according to different algorithms or techniques. By choosing the appropriate resize type, you can achieve the desired balance between image quality and computational efficiency based on specific requirements or preferences. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.tga/tgaimage/rotate/#rotate_1)(float, bool, Color) | Rotates the image around its center by a specified angle while maintaining resize proportionality and preserving the background color. This method allows for precise image manipulation, ensuring that the rotation maintains visual balance and consistency with the specified background color. It's ideal for tasks where accurate rotation around the center is necessary, such as orientation correction or artistic adjustments. | +| override [RotateFlip](../../aspose.imaging.fileformats.tga/tgaimage/rotateflip/)(RotateFlipType) | The "RotateFlip" method enables rotating and flipping operations on the image. It offers versatile functionality for manipulating image orientation, allowing users to perform rotations and flips according to their requirements, facilitating efficient image processing tasks within software applications. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | +| [operator ==](../../aspose.imaging.fileformats.tga/tgaimage/op_equality/) | Performs an equality comparison between two TGA images, considering both the first and second images involved in the comparison process. This method facilitates straightforward assessment of image equality, ensuring accurate analysis and decision-making within image processing workflows. | +| [operator !=](../../aspose.imaging.fileformats.tga/tgaimage/op_inequality/) | Conducts a non-equality comparison between two TGA images, evaluating both the first and second images involved in the comparison. This method aids in identifying discrepancies or differences between images, enabling precise analysis and decision-making in image processing tasks. | -### Examples +## Examples Saving of the JPG image as a TGA image. @@ -257,8 +257,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../aspose.imaging.fileformats.tga) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Tga](../../aspose.imaging.fileformats.tga/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/authorcomments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/authorcomments/_index.md index f61015869403..864dd5a63d46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/authorcomments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/authorcomments/_index.md @@ -1,7 +1,7 @@ --- -title: AuthorComments +title: TgaImage.AuthorComments second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the comments provided by the author of the image. These comments often contain valuable information such as descriptions annotations or additional context about the image. By accessing or modifying the Author Comments property developers can enhance the metadata associated with the image providing users with valuable insights and context regarding its content or creation. This is an ASCII field consisting of 324 bytes which are organized as four lines of 80 characters each followed by a null terminator type: docs weight: 20 url: /net/aspose.imaging.fileformats.tga/tgaimage/authorcomments/ @@ -14,7 +14,7 @@ Retrieves or sets the comments provided by the author of the image. These commen public string AuthorComments { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/authorname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/authorname/_index.md index 3a3424eacfa5..ada938a57382 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/authorname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/authorname/_index.md @@ -1,7 +1,7 @@ --- -title: AuthorName +title: TgaImage.AuthorName second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the name of the author associated with the image. This property allows developers to access or modify the authors name metadata providing valuable information about the creator of the image. By utilizing the Author Name property users can easily identify the individual responsible for creating or contributing to the image enhancing its overall metadata and providing valuable context for viewers. This field is a total of 40 ASCII characters for the name. If the field is used it should contain the name of the person who created the image author type: docs weight: 30 url: /net/aspose.imaging.fileformats.tga/tgaimage/authorname/ @@ -14,7 +14,7 @@ Retrieves or sets the name of the author associated with the image. This propert public string AuthorName { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/backgroundcolor/_index.md index 74ebf396fa84..7136546abc72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: TgaImage.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the background color of the image. This property allows you to specify the color used for the image background ensuring consistency and enhancing visual presentation. It is particularly useful for scenarios where the image is displayed on a background with a different color or when rendering the image onto another canvas type: docs weight: 40 url: /net/aspose.imaging.fileformats.tga/tgaimage/backgroundcolor/ @@ -16,9 +16,9 @@ public override Color BackgroundColor { get; set; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* struct [Color](../../../aspose.imaging/color/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/bitsperpixel/_index.md index e9c899d71dc7..cccdfb76ca04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: TgaImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieve the bits per pixel value providing essential information about the images color depth. This property serves as a crucial metric for understanding the level of detail and color richness present in the image aiding developers in optimizing processing algorithms and resource allocation for efficient image manipulation and rendering tasks type: docs weight: 50 url: /net/aspose.imaging.fileformats.tga/tgaimage/bitsperpixel/ @@ -16,8 +16,8 @@ public override int BitsPerPixel { get; } ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/bytesperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/bytesperpixel/_index.md index eedd6b486b4b..ca1ea9e4fdf7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/bytesperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/bytesperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BytesPerPixel +title: TgaImage.BytesPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Obtain the bytes per pixel value which denotes the amount of memory occupied by each pixel in the image. This property serves as a crucial metric for memory management and optimization aiding developers in efficiently allocating resources and processing image data type: docs weight: 60 url: /net/aspose.imaging.fileformats.tga/tgaimage/bytesperpixel/ @@ -16,8 +16,8 @@ public int BytesPerPixel { get; } ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/clone/_index.md index c7378b0a898e..1918fa572d3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/clone/_index.md @@ -1,12 +1,12 @@ --- -title: Clone +title: TgaImage.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. Produces a duplicate of the current instance generating a new object that clones all attributes and properties of the original. This method facilitates the creation of identical copies ensuring data integrity and preserving the state of the current instance without affecting the original object type: docs weight: 300 url: /net/aspose.imaging.fileformats.tga/tgaimage/clone/ --- -## TgaImage.Clone method (1 of 2) +## Clone() {#clone} Produces a duplicate of the current instance, generating a new object that clones all attributes and properties of the original. This method facilitates the creation of identical copies, ensuring data integrity and preserving the state of the current instance without affecting the original object. @@ -20,15 +20,15 @@ Returns a new object that is a copy of the current instance. ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) --- -## TgaImage.Clone method (2 of 2) +## Clone(TgaImage) {#clone_1} -Replicate the properties of another [`TgaImage`](../../tgaimage) object, creating a new instance with identical attributes. This operation ensures the preservation of data integrity and facilitates the duplication of image properties without altering the source object. +Replicate the properties of another [`TgaImage`](../) object, creating a new instance with identical attributes. This operation ensures the preservation of data integrity and facilitates the duplication of image properties without altering the source object. ```csharp public void Clone(TgaImage tgaImage) @@ -36,12 +36,12 @@ public void Clone(TgaImage tgaImage) | Parameter | Type | Description | | --- | --- | --- | -| tgaImage | TgaImage | Other [`TgaImage`](../../tgaimage) | +| tgaImage | TgaImage | Other [`TgaImage`](../) | ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/crop/_index.md index 2995c24a1a4e..7ba6ad1f4990 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: TgaImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. Crop the image to a specified region. This method allows you to define a rectangular area within the image to retain discarding the rest. This operation is useful for focusing on specific content within the image or removing unwanted portions type: docs weight: 310 url: /net/aspose.imaging.fileformats.tga/tgaimage/crop/ --- -## TgaImage.Crop method (1 of 2) +## Crop(Rectangle) {#crop} Crop the image to a specified region. This method allows you to define a rectangular area within the image to retain, discarding the rest. This operation is useful for focusing on specific content within the image or removing unwanted portions. @@ -20,14 +20,14 @@ public override void Crop(Rectangle rectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) --- -## TgaImage.Crop method (2 of 2) +## Crop(int, int, int, int) {#crop_1} Crop the image by specifying shifts for the left, right, top, and bottom boundaries. This method allows you to trim the image by moving its boundaries independently along the horizontal and vertical axes. By adjusting these shifts, you can precisely control which portions of the image to retain, effectively cropping it to the desired dimensions. @@ -44,8 +44,8 @@ public override void Crop(int leftShift, int rightShift, int topShift, int botto ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/datetimestamp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/datetimestamp/_index.md index d20c1319afa1..7d29b27135a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/datetimestamp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/datetimestamp/_index.md @@ -1,7 +1,7 @@ --- -title: DateTimeStamp +title: TgaImage.DateTimeStamp second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Gets or sets Date/Time Stamp. This field defines the value for the date and time that the image was saved. Even though operating systems typically time and datestamp files this feature is provided because the operating system may change the time and date stamp if the file is copied. By using this area you are guaranteed an unmodified region for date and time recording type: docs weight: 70 url: /net/aspose.imaging.fileformats.tga/tgaimage/datetimestamp/ @@ -14,7 +14,7 @@ Gets or sets Date/Time Stamp. This field defines the value for the date and time public DateTime? DateTimeStamp { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/equals/_index.md index 442cfc4d47d3..ce8f9d01cded 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: TgaImage.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. In an equality comparison the method evaluates whether the current TgaImage instance is equal to the second image provided as a parameter. This operation facilitates determining if two TGA images are identical aiding in image processing and comparison tasks type: docs weight: 320 url: /net/aspose.imaging.fileformats.tga/tgaimage/equals/ --- -## TgaImage.Equals method (1 of 2) +## Equals(TgaImage) {#equals} -In an equality comparison, the method evaluates whether the current [`TgaImage`](../../tgaimage) instance is equal to the second image provided as a parameter. This operation facilitates determining if two TGA images are identical, aiding in image processing and comparison tasks. +In an equality comparison, the method evaluates whether the current [`TgaImage`](../) instance is equal to the second image provided as a parameter. This operation facilitates determining if two TGA images are identical, aiding in image processing and comparison tasks. ```csharp public bool Equals(TgaImage other) @@ -16,7 +16,7 @@ public bool Equals(TgaImage other) | Parameter | Type | Description | | --- | --- | --- | -| other | TgaImage | Second [`TgaImage`](../../tgaimage) that takes part in comparison. | +| other | TgaImage | Second [`TgaImage`](../) that takes part in comparison. | ### Return Value @@ -24,15 +24,15 @@ Comparison results. ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) --- -## TgaImage.Equals method (2 of 2) +## Equals(object) {#equals_1} -The method performs an equality comparison between the current [`TgaImage`](../../tgaimage) instance and another object provided as a parameter. Specifically, it evaluates whether the properties of the current image match those of the second object, assisting in determining their equivalence for comparison purposes within image processing workflows. +The method performs an equality comparison between the current [`TgaImage`](../) instance and another object provided as a parameter. Specifically, it evaluates whether the properties of the current image match those of the second object, assisting in determining their equivalence for comparison purposes within image processing workflows. ```csharp public override bool Equals(object other) @@ -40,7 +40,7 @@ public override bool Equals(object other) | Parameter | Type | Description | | --- | --- | --- | -| other | Object | Second [`TgaImage`](../../tgaimage) that takes part in comparison. | +| other | Object | Second [`TgaImage`](../) that takes part in comparison. | ### Return Value @@ -48,8 +48,8 @@ Comparison results. ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/fileformat/_index.md index d5c03de3ea96..ff86101d7035 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/fileformat/_index.md @@ -1,14 +1,14 @@ --- -title: FileFormat +title: TgaImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Get crucial information about the file format of the image represented by this instance of TgaImage. Understanding the file format is essential for compatibility checks and ensuring seamless integration within software systems enabling efficient processing and manipulation of images type: docs weight: 80 url: /net/aspose.imaging.fileformats.tga/tgaimage/fileformat/ --- ## TgaImage.FileFormat property -Get crucial information about the file format of the image represented by this instance of [`TgaImage`](../../tgaimage). Understanding the file format is essential for compatibility checks and ensuring seamless integration within software systems, enabling efficient processing and manipulation of images. +Get crucial information about the file format of the image represented by this instance of [`TgaImage`](../). Understanding the file format is essential for compatibility checks and ensuring seamless integration within software systems, enabling efficient processing and manipulation of images. ```csharp public override FileFormat FileFormat { get; } @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gammavaluedenominator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gammavaluedenominator/_index.md index ce8a6c75ff60..422a89106303 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gammavaluedenominator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gammavaluedenominator/_index.md @@ -1,7 +1,7 @@ --- -title: GammaValueDenominator +title: TgaImage.GammaValueDenominator second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves the denominator part of the gamma value an integral factor in determining color representation within images. For images lacking gamma correction this value should be 1.0 ensuring accurate color rendering. Appreciating and leveraging this parameter is fundamental for upholding color fidelity and achieving precise image visualization type: docs weight: 90 url: /net/aspose.imaging.fileformats.tga/tgaimage/gammavaluedenominator/ @@ -14,7 +14,7 @@ Retrieves the denominator part of the gamma value, an integral factor in determi public ushort GammaValueDenominator { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gammavaluenumerator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gammavaluenumerator/_index.md index fa42d09c4d72..b6353f3fd122 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gammavaluenumerator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gammavaluenumerator/_index.md @@ -1,7 +1,7 @@ --- -title: GammaValueNumerator +title: TgaImage.GammaValueNumerator second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Gets the numerator part of the gamma value which is essential for accurate color representation in images. In images without gamma correction this value should be 1.0. Understanding and utilizing this value is crucial for maintaining color fidelity and ensuring accurate image rendering type: docs weight: 100 url: /net/aspose.imaging.fileformats.tga/tgaimage/gammavaluenumerator/ @@ -14,7 +14,7 @@ Gets the numerator part of the gamma value, which is essential for accurate colo public ushort GammaValueNumerator { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gethashcode/_index.md index 0870956fd455..94428c7202ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: TgaImage.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. Retrieve the hash code of the current instance. However its important to note that this hash code may not be suitable for use as a key particularly because instances of the TgaImage class are not immutable type: docs weight: 330 url: /net/aspose.imaging.fileformats.tga/tgaimage/gethashcode/ @@ -20,8 +20,8 @@ Hash code of this instance. ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hasalpha/_index.md index f6f1524fbec7..c9356f314447 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hasalpha/_index.md @@ -1,20 +1,20 @@ --- -title: HasAlpha +title: TgaImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieve a boolean value indicating whether the TgaImage includes an alpha channel facilitating transparency effects. This property provides essential information for handling image composition and rendering assisting developers in implementing diverse visual effects and compositing operations type: docs weight: 110 url: /net/aspose.imaging.fileformats.tga/tgaimage/hasalpha/ --- ## TgaImage.HasAlpha property -Retrieve a boolean value indicating whether the [`TgaImage`](../../tgaimage) includes an alpha channel, facilitating transparency effects. This property provides essential information for handling image composition and rendering, assisting developers in implementing diverse visual effects and compositing operations. +Retrieve a boolean value indicating whether the [`TgaImage`](../) includes an alpha channel, facilitating transparency effects. This property provides essential information for handling image composition and rendering, assisting developers in implementing diverse visual effects and compositing operations. ```csharp public override bool HasAlpha { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hasbackgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hasbackgroundcolor/_index.md index c974f8f9d230..8d2f9d7a4069 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hasbackgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hasbackgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasBackgroundColor +title: TgaImage.HasBackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets a value indicating whether the image contains a background color. This property is useful for determining whether the image includes a distinct background color separate from the foreground content. It enables you to customize image processing or rendering based on the presence or absence of a background color type: docs weight: 120 url: /net/aspose.imaging.fileformats.tga/tgaimage/hasbackgroundcolor/ @@ -16,8 +16,8 @@ public override bool HasBackgroundColor { get; set; } ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hascolormap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hascolormap/_index.md index fdfbef08bc62..4da386027c42 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hascolormap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hascolormap/_index.md @@ -1,20 +1,20 @@ --- -title: HasColorMap +title: TgaImage.HasColorMap second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieve whether this TgaImage instance contains a color map. Understanding the presence of a color map is crucial for accurate interpretation and manipulation of the images color data type: docs weight: 130 url: /net/aspose.imaging.fileformats.tga/tgaimage/hascolormap/ --- ## TgaImage.HasColorMap property -Retrieve whether this [`TgaImage`](../../tgaimage) instance contains a color map. Understanding the presence of a color map is crucial for accurate interpretation and manipulation of the image's color data. +Retrieve whether this [`TgaImage`](../) instance contains a color map. Understanding the presence of a color map is crucial for accurate interpretation and manipulation of the image's color data. ```csharp public bool HasColorMap { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hastransparentcolor/_index.md index 093c61e4f61b..c30afca61607 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: TgaImage.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets a boolean value indicating whether the image contains a transparent color. This property is essential for identifying whether the image supports transparency helping you to implement appropriate handling of transparencyrelated operations such as blending compositing or masking type: docs weight: 140 url: /net/aspose.imaging.fileformats.tga/tgaimage/hastransparentcolor/ @@ -16,8 +16,8 @@ public override bool HasTransparentColor { get; set; } ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/height/_index.md index 6d6ad144f7f9..74d5f8ef369a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/height/_index.md @@ -1,20 +1,20 @@ --- -title: Height +title: TgaImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Obtain the height of the image encapsulated by this TgaImage instance. This property furnishes developers with critical details concerning the images vertical dimensions enabling seamless integration and manipulation of images within their software solutions type: docs weight: 150 url: /net/aspose.imaging.fileformats.tga/tgaimage/height/ --- ## TgaImage.Height property -Obtain the height of the image encapsulated by this [`TgaImage`](../../tgaimage) instance. This property furnishes developers with critical details concerning the image's vertical dimensions, enabling seamless integration and manipulation of images within their software solutions. +Obtain the height of the image encapsulated by this [`TgaImage`](../) instance. This property furnishes developers with critical details concerning the image's vertical dimensions, enabling seamless integration and manipulation of images within their software solutions. ```csharp public override int Height { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/imageid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/imageid/_index.md index 179432c4493e..3e3c7d0fad3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/imageid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/imageid/_index.md @@ -1,7 +1,7 @@ --- -title: ImageId +title: TgaImage.ImageId second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Gets or sets the unique identifier associated with the image. This ID serves as a reference point for identifying and distinguishing the image from others within a system or application. By setting or retrieving the Image ID you can manage and track images effectively facilitating organized image management and retrieval processes type: docs weight: 160 url: /net/aspose.imaging.fileformats.tga/tgaimage/imageid/ @@ -16,7 +16,7 @@ This optional field contains identifying information about the image. The maximu public string ImageId { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -78,8 +78,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/isgrayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/isgrayscale/_index.md index 7a97e5da6629..874e3a7b06c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/isgrayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/isgrayscale/_index.md @@ -1,20 +1,20 @@ --- -title: IsGrayScale +title: TgaImage.IsGrayScale second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Obtain a boolean value indicating whether the TgaImage represents a grayscale image. This property is crucial for distinguishing between color and grayscale images aiding developers in applying appropriate processing and rendering techniques based on the images color characteristics type: docs weight: 170 url: /net/aspose.imaging.fileformats.tga/tgaimage/isgrayscale/ --- ## TgaImage.IsGrayScale property -Obtain a boolean value indicating whether the [`TgaImage`](../../tgaimage) represents a gray-scale image. This property is crucial for distinguishing between color and gray-scale images, aiding developers in applying appropriate processing and rendering techniques based on the image's color characteristics. +Obtain a boolean value indicating whether the [`TgaImage`](../) represents a gray-scale image. This property is crucial for distinguishing between color and gray-scale images, aiding developers in applying appropriate processing and rendering techniques based on the image's color characteristics. ```csharp public bool IsGrayScale { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/jobnameorid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/jobnameorid/_index.md index f72b83fc61ac..801f35807765 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/jobnameorid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/jobnameorid/_index.md @@ -1,7 +1,7 @@ --- -title: JobNameOrId +title: TgaImage.JobNameOrId second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the job name or ID associated with the image. This property enables you to access or modify metadata related to the specific job or project associated with the image. By utilizing the Job Name/ID property users can easily identify the project or task to which the image pertains facilitating organization and management of image assets within larger workflows or projects type: docs weight: 180 url: /net/aspose.imaging.fileformats.tga/tgaimage/jobnameorid/ @@ -14,7 +14,7 @@ Retrieves or sets the job name or ID associated with the image. This property en public string JobNameOrId { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/jobtime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/jobtime/_index.md index 150b19f3f49a..9be954cb7c9e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/jobtime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/jobtime/_index.md @@ -1,7 +1,7 @@ --- -title: JobTime +title: TgaImage.JobTime second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the timestamp indicating the job time associated with the image. This property allows developers to access or modify the time metadata related to the specific job or project associated with the image type: docs weight: 190 url: /net/aspose.imaging.fileformats.tga/tgaimage/jobtime/ @@ -14,7 +14,7 @@ Retrieves or sets the timestamp indicating the job time associated with the imag public TimeSpan? JobTime { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/op_equality/_index.md index 407f36d39e52..c3d6ff22b5c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/op_equality/_index.md @@ -1,7 +1,7 @@ --- -title: op_Equality +title: TgaImage.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. Performs an equality comparison between two TGA images considering both the first and second images involved in the comparison process. This method facilitates straightforward assessment of image equality ensuring accurate analysis and decisionmaking within image processing workflows type: docs weight: 370 url: /net/aspose.imaging.fileformats.tga/tgaimage/op_equality/ @@ -16,8 +16,8 @@ public static bool operator ==(TgaImage first, TgaImage second) | Parameter | Type | Description | | --- | --- | --- | -| first | TgaImage | First [`TgaImage`](../../tgaimage) that takes part in comparison. | -| second | TgaImage | Second [`TgaImage`](../../tgaimage) that takes part in comparison. | +| first | TgaImage | First [`TgaImage`](../) that takes part in comparison. | +| second | TgaImage | Second [`TgaImage`](../) that takes part in comparison. | ### Return Value @@ -25,8 +25,8 @@ Comparison results. ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/op_inequality/_index.md index ddff0b189b92..8f8f0b526e78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/op_inequality/_index.md @@ -1,7 +1,7 @@ --- -title: op_Inequality +title: TgaImage.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. Conducts a nonequality comparison between two TGA images evaluating both the first and second images involved in the comparison. This method aids in identifying discrepancies or differences between images enabling precise analysis and decisionmaking in image processing tasks type: docs weight: 380 url: /net/aspose.imaging.fileformats.tga/tgaimage/op_inequality/ @@ -16,8 +16,8 @@ public static bool operator !=(TgaImage first, TgaImage second) | Parameter | Type | Description | | --- | --- | --- | -| first | TgaImage | First [`TgaImage`](../../tgaimage) that takes part in comparison. | -| second | TgaImage | Second [`TgaImage`](../../tgaimage) that takes part in comparison. | +| first | TgaImage | First [`TgaImage`](../) that takes part in comparison. | +| second | TgaImage | Second [`TgaImage`](../) that takes part in comparison. | ### Return Value @@ -25,8 +25,8 @@ Comparison results. ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectratiodenominator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectratiodenominator/_index.md index 56beec2e2eaa..11865c674168 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectratiodenominator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectratiodenominator/_index.md @@ -1,7 +1,7 @@ --- -title: PixelAspectRatioDenominator +title: TgaImage.PixelAspectRatioDenominator second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves the denominator part of the Pixel Aspect Ratio a crucial factor in determining the visual aspect of pixels within the image. This value is essential for preserving accurate pixel representation and aspect ratios throughout various image rendering and processing operations ensuring highquality visual output type: docs weight: 200 url: /net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectratiodenominator/ @@ -14,7 +14,7 @@ Retrieves the denominator part of the Pixel Aspect Ratio, a crucial factor in de public ushort PixelAspectRatioDenominator { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectrationumerator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectrationumerator/_index.md index 9a30bb51c121..dcb896591485 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectrationumerator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectrationumerator/_index.md @@ -1,7 +1,7 @@ --- -title: PixelAspectRatioNumerator +title: TgaImage.PixelAspectRatioNumerator second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves the numerator component of the Pixel Aspect Ratio which influences the visual aspect of pixels within the image. Understanding and manipulating this value is essential for achieving accurate pixel representation and aspect ratios in image rendering and processing type: docs weight: 210 url: /net/aspose.imaging.fileformats.tga/tgaimage/pixelaspectrationumerator/ @@ -14,7 +14,7 @@ Retrieves the numerator component of the Pixel Aspect Ratio, which influences th public ushort PixelAspectRatioNumerator { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/resize/_index.md index 9b97d75571a8..20cad9b54d9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: TgaImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. Resize the image while applying specific settings to maintain the desired dimensions and aspect ratio. By customizing image settings you can effectively resize the image while ensuring optimal visual quality and compatibility with different display devices or applications type: docs weight: 340 url: /net/aspose.imaging.fileformats.tga/tgaimage/resize/ --- -## TgaImage.Resize method (1 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resize the image while applying specific settings to maintain the desired dimensions and aspect ratio. By customizing image settings, you can effectively resize the image while ensuring optimal visual quality and compatibility with different display devices or applications. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) --- -## TgaImage.Resize method (2 of 2) +## Resize(int, int, ResizeType) {#resize_2} Adjusts the size of the image using a specified resize type, which determines how the resizing operation is performed. This method provides flexibility in resizing images according to different algorithms or techniques. By choosing the appropriate resize type, you can achieve the desired balance between image quality and computational efficiency based on specific requirements or preferences. @@ -45,9 +45,9 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/rotate/_index.md index b37814d5ed4f..296f77851d83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: TgaImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. Rotates the image around its center by a specified angle while maintaining resize proportionality and preserving the background color. This method allows for precise image manipulation ensuring that the rotation maintains visual balance and consistency with the specified background color. Its ideal for tasks where accurate rotation around the center is necessary such as orientation correction or artistic adjustments type: docs weight: 350 url: /net/aspose.imaging.fileformats.tga/tgaimage/rotate/ @@ -22,9 +22,9 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* struct [Color](../../../aspose.imaging/color/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/rotateflip/_index.md index f03f26e53532..76f0738a0162 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: TgaImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage method. The RotateFlip method enables rotating and flipping operations on the image. It offers versatile functionality for manipulating image orientation allowing users to perform rotations and flips according to their requirements facilitating efficient image processing tasks within software applications type: docs weight: 360 url: /net/aspose.imaging.fileformats.tga/tgaimage/rotateflip/ @@ -20,9 +20,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareid/_index.md index 4237b4c01938..44e0d54cb554 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareid/_index.md @@ -1,7 +1,7 @@ --- -title: SoftwareId +title: TgaImage.SoftwareId second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Manages the software identification ID associated with the image allowing for up to 40 ASCII characters. This property serves as a means to uniquely identify the software utilized in creating or processing the image providing valuable metadata for organizational and informational purposes type: docs weight: 220 url: /net/aspose.imaging.fileformats.tga/tgaimage/softwareid/ @@ -14,7 +14,7 @@ Manages the software identification (ID) associated with the image, allowing for public string SoftwareId { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversion/_index.md index 40f6ccf16aec..78c8086809d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversion/_index.md @@ -1,7 +1,7 @@ --- -title: SoftwareVersion +title: TgaImage.SoftwareVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the software version associated with the image. The accepted length for the version string is typically 3 to 4 characters. This property is useful for tracking the software used to create or manipulate the image and can provide valuable context for image processing and compatibility checks type: docs weight: 230 url: /net/aspose.imaging.fileformats.tga/tgaimage/softwareversion/ @@ -14,7 +14,7 @@ Retrieves or sets the software version associated with the image. The accepted l public string SoftwareVersion { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversionletter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversionletter/_index.md index a258f790c8bf..c217c930ae0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversionletter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversionletter/_index.md @@ -1,7 +1,7 @@ --- -title: SoftwareVersionLetter +title: TgaImage.SoftwareVersionLetter second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the letter component of the software version associated with the image. This property represents an additional detail within the software version string and can be useful for finer version differentiation type: docs weight: 240 url: /net/aspose.imaging.fileformats.tga/tgaimage/softwareversionletter/ @@ -14,7 +14,7 @@ Retrieves or sets the letter component of the software version associated with t public char SoftwareVersionLetter { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversionnumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversionnumber/_index.md index 0ff2d2d36324..18eea7e51505 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversionnumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/softwareversionnumber/_index.md @@ -1,7 +1,7 @@ --- -title: SoftwareVersionNumber +title: TgaImage.SoftwareVersionNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the numeric component of the software version associated with the image. This property represents the numerical part of the software version string providing important information about the version of the software used to create or modify the image type: docs weight: 250 url: /net/aspose.imaging.fileformats.tga/tgaimage/softwareversionnumber/ @@ -14,7 +14,7 @@ Retrieves or sets the numeric component of the software version associated with public ushort SoftwareVersionNumber { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/tgaimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/tgaimage/_index.md index 94e0d8429b99..0409a9a14879 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/tgaimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/tgaimage/_index.md @@ -1,14 +1,14 @@ --- -title: TgaImage +title: TgaImage.TgaImage second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage constructor. Initializes a new TgaImage object using the provided file path for loading the image content. This constructor efficiently initializes the image instance allowing seamless access to TGA image files simplifying integration into your application workflow type: docs weight: 10 url: /net/aspose.imaging.fileformats.tga/tgaimage/tgaimage/ --- -## TgaImage constructor (1 of 3) +## TgaImage(string) {#constructor_2} -Initializes a new [`TgaImage`](../../tgaimage) object using the provided file path for loading the image content. This constructor efficiently initializes the image instance, allowing seamless access to TGA image files, simplifying integration into your application workflow. +Initializes a new [`TgaImage`](../) object using the provided file path for loading the image content. This constructor efficiently initializes the image instance, allowing seamless access to TGA image files, simplifying integration into your application workflow. ```csharp public TgaImage(string path) @@ -26,15 +26,15 @@ public TgaImage(string path) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) --- -## TgaImage constructor (2 of 3) +## TgaImage(RasterImage) {#constructor} -Create a new instance of the [`TgaImage`](../../tgaimage) class by providing a raster image object. This constructor facilitates the direct integration of existing raster images into the TGA image format, streamlining the conversion process for enhanced compatibility within your software systems. +Create a new instance of the [`TgaImage`](../) class by providing a raster image object. This constructor facilitates the direct integration of existing raster images into the TGA image format, streamlining the conversion process for enhanced compatibility within your software systems. ```csharp public TgaImage(RasterImage rasterImage) @@ -44,7 +44,7 @@ public TgaImage(RasterImage rasterImage) | --- | --- | --- | | rasterImage | RasterImage | The raster image. | -### Examples +## Examples Loading of the PNG image, conversion of it to the TgaImage and saving as a TGA image. @@ -62,16 +62,16 @@ using (RasterImage image = (RasterImage)Image.Load("test.png")) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) --- -## TgaImage constructor (3 of 3) +## TgaImage(Stream) {#constructor_1} -Initialize a new instance of the [`TgaImage`](../../tgaimage) class using a stream to load the image. This constructor allows for seamless integration of image data from streams, facilitating efficient handling and processing of TGA images within your software applications. +Initialize a new instance of the [`TgaImage`](../) class using a stream to load the image. This constructor allows for seamless integration of image data from streams, facilitating efficient handling and processing of TGA images within your software applications. ```csharp public TgaImage(Stream stream) @@ -83,8 +83,8 @@ public TgaImage(Stream stream) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/transparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/transparentcolor/_index.md index 2e308df40fc7..43afadf4b010 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/transparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/transparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: TransparentColor +title: TgaImage.TransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieves or sets the key color associated with the image. This property allows you to access or modify the color designated as the key color for specific image processing tasks or effects. Utilizing the Key Color property enables users to apply colorbased operations such as chroma keying or color replacement enhancing image manipulation capabilities and creative possibilities type: docs weight: 260 url: /net/aspose.imaging.fileformats.tga/tgaimage/transparentcolor/ @@ -16,7 +16,7 @@ The Key Color can be thought of as the ‘background color’ or ‘transparent public override Color TransparentColor { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -78,9 +78,9 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* struct [Color](../../../aspose.imaging/color/) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/width/_index.md index 3d37fb3c21ad..a03ac4a9227b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/width/_index.md @@ -1,20 +1,20 @@ --- -title: Width +title: TgaImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Retrieve the width of the image represented by this TgaImage instance. This property provides developers with essential information about the image dimensions facilitating various image manipulation and processing tasks within their software applications type: docs weight: 270 url: /net/aspose.imaging.fileformats.tga/tgaimage/width/ --- ## TgaImage.Width property -Retrieve the width of the image represented by this [`TgaImage`](../../tgaimage) instance. This property provides developers with essential information about the image dimensions, facilitating various image manipulation and processing tasks within their software applications. +Retrieve the width of the image represented by this [`TgaImage`](../) instance. This property provides developers with essential information about the image dimensions, facilitating various image manipulation and processing tasks within their software applications. ```csharp public override int Width { get; } ``` -### Examples +## Examples Getting values of the public properties of the loaded TGA image. @@ -51,8 +51,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/xorigin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/xorigin/_index.md index cc53ee49028d..896d6b00dae0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/xorigin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/xorigin/_index.md @@ -1,7 +1,7 @@ --- -title: XOrigin +title: TgaImage.XOrigin second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Gets or sets absolute horizontal coordinate for the lower left corner of the image as it is positioned on a display device having an origin at the lower left of the screene.g. the TARGA series type: docs weight: 280 url: /net/aspose.imaging.fileformats.tga/tgaimage/xorigin/ @@ -14,7 +14,7 @@ Gets or sets absolute horizontal coordinate for the lower left corner of the ima public ushort XOrigin { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/yorigin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/yorigin/_index.md index dba91c69c12e..07c47fa87360 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/yorigin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tga/tgaimage/yorigin/_index.md @@ -1,7 +1,7 @@ --- -title: YOrigin +title: TgaImage.YOrigin second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaImage property. Gets or sets absolute vertical coordinate for the lower left corner of the image as it is positioned on a display device having an origin at the lower left of the screene.g. the TARGA series type: docs weight: 290 url: /net/aspose.imaging.fileformats.tga/tgaimage/yorigin/ @@ -14,7 +14,7 @@ Gets or sets absolute vertical coordinate for the lower left corner of the image public ushort YOrigin { get; set; } ``` -### Examples +## Examples Updating public properties of the loaded TGA image. @@ -76,8 +76,8 @@ using (TgaImage image = (TgaImage)Image.Load("test.tga")) ### See Also -* class [TgaImage](../../tgaimage) -* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage) +* class [TgaImage](../) +* namespace [Aspose.Imaging.FileFormats.Tga](../../tgaimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/_index.md index bb2060e2cb2b..ab75ca9e3e5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Tiff.Enums second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Tiff file format enumerations. +description: The namespace contains Tiff file format enumerations type: docs weight: 640 url: /net/aspose.imaging.fileformats.tiff.enums/ @@ -12,22 +12,22 @@ The namespace contains Tiff file format enumerations. | Enumeration | Description | | --- | --- | -| [Group3Options](./group3options) | Options for CCITT Group 3/4 fax encoding. Possible values for GROUP3OPTIONS / TiffTag.T4OPTIONS and TiffTag.GROUP4OPTIONS / TiffTag.T6OPTIONS tags. | -| [TiffAlphaStorage](./tiffalphastorage) | Specifies the alpha storage for tiff documents. | -| [TiffByteOrder](./tiffbyteorder) | The byte order for the tiff image | -| [TiffCompressions](./tiffcompressions) | Holds compression types | -| [TiffDataTypes](./tiffdatatypes) | The tiff data type enum. | -| [TiffExpectedFormat](./tiffexpectedformat) | The expected Tiff file format. | -| [TiffFileStandards](./tifffilestandards) | Specifies the TIFF file format standards. | -| [TiffFillOrders](./tifffillorders) | Data order within a byte. Possible values for FILLORDER tag. | -| [TiffNewSubFileTypes](./tiffnewsubfiletypes) | The tiff new sub file type enum. | -| [TiffOrientations](./tifforientations) | Image orientation. Possible values for ORIENTATION tag. | -| [TiffPhotometrics](./tiffphotometrics) | Photometric interpolation enum | -| [TiffPlanarConfigs](./tiffplanarconfigs) | Storage organization. Possible values for PLANARCONFIG tag. | -| [TiffPredictor](./tiffpredictor) | Prediction scheme for LZW | -| [TiffResolutionUnits](./tiffresolutionunits) | Tiff Resolution Unit Enum | -| [TiffSampleFormats](./tiffsampleformats) | Sample format enum | -| [TiffTags](./tifftags) | The tiff tag enum. | -| [TiffThresholds](./tiffthresholds) | Thresholding used on data. | +| [Group3Options](./group3options/) | Options for CCITT Group 3/4 fax encoding. Possible values for GROUP3OPTIONS / TiffTag.T4OPTIONS and TiffTag.GROUP4OPTIONS / TiffTag.T6OPTIONS tags. | +| [TiffAlphaStorage](./tiffalphastorage/) | Specifies the alpha storage for tiff documents. | +| [TiffByteOrder](./tiffbyteorder/) | The byte order for the tiff image | +| [TiffCompressions](./tiffcompressions/) | Holds compression types | +| [TiffDataTypes](./tiffdatatypes/) | The tiff data type enum. | +| [TiffExpectedFormat](./tiffexpectedformat/) | The expected Tiff file format. | +| [TiffFileStandards](./tifffilestandards/) | Specifies the TIFF file format standards. | +| [TiffFillOrders](./tifffillorders/) | Data order within a byte. Possible values for FILLORDER tag. | +| [TiffNewSubFileTypes](./tiffnewsubfiletypes/) | The tiff new sub file type enum. | +| [TiffOrientations](./tifforientations/) | Image orientation. Possible values for ORIENTATION tag. | +| [TiffPhotometrics](./tiffphotometrics/) | Photometric interpolation enum | +| [TiffPlanarConfigs](./tiffplanarconfigs/) | Storage organization. Possible values for PLANARCONFIG tag. | +| [TiffPredictor](./tiffpredictor/) | Prediction scheme for LZW | +| [TiffResolutionUnits](./tiffresolutionunits/) | Tiff Resolution Unit Enum | +| [TiffSampleFormats](./tiffsampleformats/) | Sample format enum | +| [TiffTags](./tifftags/) | The tiff tag enum. | +| [TiffThresholds](./tiffthresholds/) | Thresholding used on data. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/group3options/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/group3options/_index.md index 157d8110aa49..6fe22d76eb65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/group3options/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/group3options/_index.md @@ -1,7 +1,7 @@ --- -title: Group3Options +title: Enum Group3Options second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.Group3Options enum. Options for CCITT Group 3/4 fax encoding. Possible values for GROUP3OPTIONS / TiffTag.T4OPTIONS and TiffTag.GROUP4OPTIONS / TiffTag.T6OPTIONS tags type: docs weight: 7590 url: /net/aspose.imaging.fileformats.tiff.enums/group3options/ @@ -26,7 +26,7 @@ public enum Group3Options : uint ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffalphastorage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffalphastorage/_index.md index 4b9985e9dcaf..59be5f6eabf0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffalphastorage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffalphastorage/_index.md @@ -1,7 +1,7 @@ --- -title: TiffAlphaStorage +title: Enum TiffAlphaStorage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffAlphaStorage enum. Specifies the alpha storage for tiff documents type: docs weight: 7600 url: /net/aspose.imaging.fileformats.tiff.enums/tiffalphastorage/ @@ -24,7 +24,7 @@ public enum TiffAlphaStorage : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffbyteorder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffbyteorder/_index.md index c10d85e6f6c7..247e7bd037d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffbyteorder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffbyteorder/_index.md @@ -1,7 +1,7 @@ --- -title: TiffByteOrder +title: Enum TiffByteOrder second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffByteOrder enum. The byte order for the tiff image type: docs weight: 7610 url: /net/aspose.imaging.fileformats.tiff.enums/tiffbyteorder/ @@ -23,7 +23,7 @@ public enum TiffByteOrder : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffcompressions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffcompressions/_index.md index 05756b3937cb..1988836bd989 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffcompressions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffcompressions/_index.md @@ -1,7 +1,7 @@ --- -title: TiffCompressions +title: Enum TiffCompressions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffCompressions enum. Holds compression types type: docs weight: 7620 url: /net/aspose.imaging.fileformats.tiff.enums/tiffcompressions/ @@ -45,7 +45,7 @@ public enum TiffCompressions : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffdatatypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffdatatypes/_index.md index 17a6ff52121f..8c7ddeeab7b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffdatatypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffdatatypes/_index.md @@ -1,7 +1,7 @@ --- -title: TiffDataTypes +title: Enum TiffDataTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffDataTypes enum. The tiff data type enum type: docs weight: 7630 url: /net/aspose.imaging.fileformats.tiff.enums/tiffdatatypes/ @@ -37,7 +37,7 @@ public enum TiffDataTypes : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/_index.md index 96bfe7fd5217..61f82b879722 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/_index.md @@ -1,7 +1,7 @@ --- -title: TiffExpectedFormat +title: Enum TiffExpectedFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffExpectedFormat enum. The expected Tiff file format type: docs weight: 7640 url: /net/aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/ @@ -42,7 +42,7 @@ public enum TiffExpectedFormat ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifffilestandards/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifffilestandards/_index.md index ebd80f771d88..c3127902d7fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifffilestandards/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifffilestandards/_index.md @@ -1,7 +1,7 @@ --- -title: TiffFileStandards +title: Enum TiffFileStandards second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffFileStandards enum. Specifies the TIFF file format standards type: docs weight: 7650 url: /net/aspose.imaging.fileformats.tiff.enums/tifffilestandards/ @@ -23,7 +23,7 @@ public enum TiffFileStandards : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifffillorders/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifffillorders/_index.md index 9e319a08e48f..59d2046cea39 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifffillorders/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifffillorders/_index.md @@ -1,7 +1,7 @@ --- -title: TiffFillOrders +title: Enum TiffFillOrders second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffFillOrders enum. Data order within a byte. Possible values for FILLORDER tag type: docs weight: 7660 url: /net/aspose.imaging.fileformats.tiff.enums/tifffillorders/ @@ -23,7 +23,7 @@ public enum TiffFillOrders : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffnewsubfiletypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffnewsubfiletypes/_index.md index e7943dc0de71..105d3dd28890 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffnewsubfiletypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffnewsubfiletypes/_index.md @@ -1,7 +1,7 @@ --- -title: TiffNewSubFileTypes +title: Enum TiffNewSubFileTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffNewSubFileTypes enum. The tiff new sub file type enum type: docs weight: 7670 url: /net/aspose.imaging.fileformats.tiff.enums/tiffnewsubfiletypes/ @@ -26,7 +26,7 @@ public enum TiffNewSubFileTypes : uint ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifforientations/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifforientations/_index.md index efa4654750b3..35b35b18b1b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifforientations/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifforientations/_index.md @@ -1,7 +1,7 @@ --- -title: TiffOrientations +title: Enum TiffOrientations second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffOrientations enum. Image orientation. Possible values for ORIENTATION tag type: docs weight: 7680 url: /net/aspose.imaging.fileformats.tiff.enums/tifforientations/ @@ -29,7 +29,7 @@ public enum TiffOrientations : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffphotometrics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffphotometrics/_index.md index 4d9d82e913ea..134967d3a7bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffphotometrics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffphotometrics/_index.md @@ -1,7 +1,7 @@ --- -title: TiffPhotometrics +title: Enum TiffPhotometrics second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffPhotometrics enum. Photometric interpolation enum type: docs weight: 7690 url: /net/aspose.imaging.fileformats.tiff.enums/tiffphotometrics/ @@ -33,7 +33,7 @@ public enum TiffPhotometrics : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffplanarconfigs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffplanarconfigs/_index.md index 0a684a17c9cb..bc8062586664 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffplanarconfigs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffplanarconfigs/_index.md @@ -1,7 +1,7 @@ --- -title: TiffPlanarConfigs +title: Enum TiffPlanarConfigs second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffPlanarConfigs enum. Storage organization. Possible values for PLANARCONFIG tag type: docs weight: 7700 url: /net/aspose.imaging.fileformats.tiff.enums/tiffplanarconfigs/ @@ -23,7 +23,7 @@ public enum TiffPlanarConfigs : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffpredictor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffpredictor/_index.md index f50676ce61af..7bbef5e46efa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffpredictor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffpredictor/_index.md @@ -1,7 +1,7 @@ --- -title: TiffPredictor +title: Enum TiffPredictor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffPredictor enum. Prediction scheme for LZW type: docs weight: 7710 url: /net/aspose.imaging.fileformats.tiff.enums/tiffpredictor/ @@ -23,7 +23,7 @@ public enum TiffPredictor : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffresolutionunits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffresolutionunits/_index.md index b4a03b21908b..9e158e4bd04e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffresolutionunits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffresolutionunits/_index.md @@ -1,7 +1,7 @@ --- -title: TiffResolutionUnits +title: Enum TiffResolutionUnits second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffResolutionUnits enum. Tiff Resolution Unit Enum type: docs weight: 7720 url: /net/aspose.imaging.fileformats.tiff.enums/tiffresolutionunits/ @@ -24,7 +24,7 @@ public enum TiffResolutionUnits : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffsampleformats/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffsampleformats/_index.md index d3ac2b72a6ee..f1f2a8b1618b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffsampleformats/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffsampleformats/_index.md @@ -1,7 +1,7 @@ --- -title: TiffSampleFormats +title: Enum TiffSampleFormats second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffSampleFormats enum. Sample format enum type: docs weight: 7730 url: /net/aspose.imaging.fileformats.tiff.enums/tiffsampleformats/ @@ -27,7 +27,7 @@ public enum TiffSampleFormats ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifftags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifftags/_index.md index d09ea910442c..c19c829933e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifftags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tifftags/_index.md @@ -1,7 +1,7 @@ --- -title: TiffTags +title: Enum TiffTags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffTags enum. The tiff tag enum type: docs weight: 7740 url: /net/aspose.imaging.fileformats.tiff.enums/tifftags/ @@ -117,7 +117,7 @@ public enum TiffTags ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffthresholds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffthresholds/_index.md index 19673b567344..336dddd2b1de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffthresholds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.enums/tiffthresholds/_index.md @@ -1,7 +1,7 @@ --- -title: TiffThresholds +title: Enum TiffThresholds second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.Enums.TiffThresholds enum. Thresholding used on data type: docs weight: 7750 url: /net/aspose.imaging.fileformats.tiff.enums/tiffthresholds/ @@ -24,7 +24,7 @@ public enum TiffThresholds : ushort ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums) +* namespace [Aspose.Imaging.FileFormats.Tiff.Enums](../../aspose.imaging.fileformats.tiff.enums/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/_index.md index ce72ad4664c3..a9d2c9aa3eb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff second_title: Aspose.Imaging for .NET API Reference -description: The namespace handling BigTiff file format processing. +description: The namespace handling BigTiff file format processing type: docs weight: 660 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/ @@ -12,9 +12,9 @@ The namespace handling BigTiff file format processing. | Class | Description | | --- | --- | -| [BigTiffReader](./bigtiffreader) | The little endian BigTiff reader. | -| [BigTiffReaderBE](./bigtiffreaderbe) | The big endian BigTiff stream writer. | -| [BigTiffWriter](./bigtiffwriter) | The BigTiff stream writer. | -| [BigTiffWriterBE](./bigtiffwriterbe) | The big endian BigTiff stream writer. | +| [BigTiffReader](./bigtiffreader/) | The little endian BigTiff reader. | +| [BigTiffReaderBE](./bigtiffreaderbe/) | The big endian BigTiff stream writer. | +| [BigTiffWriter](./bigtiffwriter/) | The BigTiff stream writer. | +| [BigTiffWriterBE](./bigtiffwriterbe/) | The big endian BigTiff stream writer. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/_index.md index 1c4dc73d3314..a1119856c201 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/_index.md @@ -1,7 +1,7 @@ --- -title: BigTiffReader +title: Class BigTiffReader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff.BigTiffReader class. The little endian BigTiff reader type: docs weight: 7760 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/ @@ -18,52 +18,52 @@ public class BigTiffReader : TiffStreamReader | Name | Description | | --- | --- | -| [BigTiffReader](bigtiffreader)(byte[]) | Initializes a new instance of the [`BigTiffReader`](../bigtiffreader) class. | -| [BigTiffReader](bigtiffreader)(StreamContainer) | Initializes a new instance of the [`BigTiffReader`](../bigtiffreader) class. | -| [BigTiffReader](bigtiffreader)(byte[], int) | Initializes a new instance of the [`BigTiffReader`](../bigtiffreader) class. | -| [BigTiffReader](bigtiffreader)(byte[], int, int) | Initializes a new instance of the [`BigTiffReader`](../bigtiffreader) class. | +| [BigTiffReader](bigtiffreader/#constructor_1)(byte[]) | Initializes a new instance of the `BigTiffReader` class. | +| [BigTiffReader](bigtiffreader/#constructor)(StreamContainer) | Initializes a new instance of the `BigTiffReader` class. | +| [BigTiffReader](bigtiffreader/#constructor_2)(byte[], int) | Initializes a new instance of the `BigTiffReader` class. | +| [BigTiffReader](bigtiffreader/#constructor_3)(byte[], int, int) | Initializes a new instance of the `BigTiffReader` class. | ## Properties | Name | Description | | --- | --- | -| [Length](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length) { get; } | Gets the reader length. | -| [ThrowExceptions](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions) { get; set; } | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). | +| [Length](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/) { get; } | Gets the reader length. | +| [ThrowExceptions](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/) { get; set; } | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). | ## Methods | Name | Description | | --- | --- | -| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes)(long, long) | Reads an array of unsigned byte values from the stream. | -| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes)(byte[], int, long, long) | Reads an array of byte values from the stream. | -| [ReadDouble](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble)(long) | Read a single double value from the stream. | -| [ReadDoubleArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray)(long, long) | Reads an array of double values from the stream. | -| [ReadFloat](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat)(long) | Read a single float value from the stream. | -| [ReadFloatArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray)(long, long) | Reads an array of float values from the stream. | -| [ReadLong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong)(long) | Read unsigned long value from the stream. | -| [ReadLongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray)(long, long) | Reads an array of ulong values from the stream. | -| [ReadRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational)(long) | Read a single rational number value from the stream. | -| [ReadRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray)(long, long) | Reads an array of rational values from the stream. | -| [ReadSByte](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte)(long) | Reads signed byte data from the stream. | -| [ReadSByteArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray)(long, long) | Reads an array of signed byte values from the stream. | -| [ReadSInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint)(long) | Read signed integer value from the stream. | -| [ReadSIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray)(long, long) | Reads an array of signed integer values from the stream. | -| [ReadSRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational)(long) | Read a single signed rational number value from the stream. | -| [ReadSRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray)(long, long) | Reads an array of signed rational values from the stream. | -| [ReadSShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort)(long) | Read signed short value from the stream. | -| [ReadSShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray)(long, long) | Reads an array of signed short values from the stream. | -| [ReadUInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint)(long) | Read unsigned integer value from the stream. | -| [ReadUIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray)(long, long) | Reads an array of unsigned integer values from the stream. | -| [ReadULong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong)(long) | Read unsigned long value from the stream. | -| [ReadULongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray)(long, long) | Reads an array of ulong values from the stream. | -| [ReadUShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort)(long) | Read unsigned short value from the stream. | -| [ReadUShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray)(long, long) | Reads an array of unsigned integer values from the stream. | -| [ToStreamContainer](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer)(long) | Converts the underlying data to the stream container. | +| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/)(long, long) | Reads an array of unsigned byte values from the stream. | +| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/)(byte[], int, long, long) | Reads an array of byte values from the stream. | +| [ReadDouble](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/)(long) | Read a single double value from the stream. | +| [ReadDoubleArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/)(long, long) | Reads an array of double values from the stream. | +| [ReadFloat](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/)(long) | Read a single float value from the stream. | +| [ReadFloatArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/)(long, long) | Reads an array of float values from the stream. | +| [ReadLong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/)(long) | Read unsigned long value from the stream. | +| [ReadLongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/)(long, long) | Reads an array of ulong values from the stream. | +| [ReadRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/)(long) | Read a single rational number value from the stream. | +| [ReadRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/)(long, long) | Reads an array of rational values from the stream. | +| [ReadSByte](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/)(long) | Reads signed byte data from the stream. | +| [ReadSByteArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/)(long, long) | Reads an array of signed byte values from the stream. | +| [ReadSInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/)(long) | Read signed integer value from the stream. | +| [ReadSIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/)(long, long) | Reads an array of signed integer values from the stream. | +| [ReadSRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/)(long) | Read a single signed rational number value from the stream. | +| [ReadSRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/)(long, long) | Reads an array of signed rational values from the stream. | +| [ReadSShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/)(long) | Read signed short value from the stream. | +| [ReadSShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/)(long, long) | Reads an array of signed short values from the stream. | +| [ReadUInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/)(long) | Read unsigned integer value from the stream. | +| [ReadUIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/)(long, long) | Reads an array of unsigned integer values from the stream. | +| [ReadULong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/)(long) | Read unsigned long value from the stream. | +| [ReadULongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/)(long, long) | Reads an array of ulong values from the stream. | +| [ReadUShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/)(long) | Read unsigned short value from the stream. | +| [ReadUShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/)(long, long) | Reads an array of unsigned integer values from the stream. | +| [ToStreamContainer](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/)(long) | Converts the underlying data to the stream container. | ### See Also -* class [TiffStreamReader](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../aspose.imaging.fileformats.tiff.filemanagement.bigtiff) +* class [TiffStreamReader](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../aspose.imaging.fileformats.tiff.filemanagement.bigtiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/bigtiffreader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/bigtiffreader/_index.md index 4e4b852d5e3d..7ffa45008899 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/bigtiffreader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/bigtiffreader/_index.md @@ -1,14 +1,14 @@ --- -title: BigTiffReader +title: BigTiffReader.BigTiffReader second_title: Aspose.Imaging for .NET API Reference -description: +description: BigTiffReader constructor. Initializes a new instance of the BigTiffReader class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreader/bigtiffreader/ --- -## BigTiffReader constructor (1 of 4) +## BigTiffReader(byte[]) {#constructor_1} -Initializes a new instance of the [`BigTiffReader`](../../bigtiffreader) class. +Initializes a new instance of the [`BigTiffReader`](../) class. ```csharp public BigTiffReader(byte[] data) @@ -20,15 +20,15 @@ public BigTiffReader(byte[] data) ### See Also -* class [BigTiffReader](../../bigtiffreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreader) +* class [BigTiffReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreader/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffReader constructor (2 of 4) +## BigTiffReader(StreamContainer) {#constructor} -Initializes a new instance of the [`BigTiffReader`](../../bigtiffreader) class. +Initializes a new instance of the [`BigTiffReader`](../) class. ```csharp public BigTiffReader(StreamContainer streamContainer) @@ -40,16 +40,16 @@ public BigTiffReader(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [BigTiffReader](../../bigtiffreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreader) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [BigTiffReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreader/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffReader constructor (3 of 4) +## BigTiffReader(byte[], int) {#constructor_2} -Initializes a new instance of the [`BigTiffReader`](../../bigtiffreader) class. +Initializes a new instance of the [`BigTiffReader`](../) class. ```csharp public BigTiffReader(byte[] data, int startIndex) @@ -62,15 +62,15 @@ public BigTiffReader(byte[] data, int startIndex) ### See Also -* class [BigTiffReader](../../bigtiffreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreader) +* class [BigTiffReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreader/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffReader constructor (4 of 4) +## BigTiffReader(byte[], int, int) {#constructor_3} -Initializes a new instance of the [`BigTiffReader`](../../bigtiffreader) class. +Initializes a new instance of the [`BigTiffReader`](../) class. ```csharp public BigTiffReader(byte[] data, int startIndex, int dataLength) @@ -84,8 +84,8 @@ public BigTiffReader(byte[] data, int startIndex, int dataLength) ### See Also -* class [BigTiffReader](../../bigtiffreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreader) +* class [BigTiffReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/_index.md index 1530f63e5170..5549e7042e0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/_index.md @@ -1,7 +1,7 @@ --- -title: BigTiffReaderBE +title: Class BigTiffReaderBE second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff.BigTiffReaderBE class. The big endian BigTiff stream writer type: docs weight: 7770 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/ @@ -18,52 +18,52 @@ public class BigTiffReaderBE : TiffBigEndianStreamReader | Name | Description | | --- | --- | -| [BigTiffReaderBE](bigtiffreaderbe)(byte[]) | Initializes a new instance of the [`BigTiffReaderBE`](../bigtiffreaderbe) class. | -| [BigTiffReaderBE](bigtiffreaderbe)(StreamContainer) | Initializes a new instance of the [`BigTiffReaderBE`](../bigtiffreaderbe) class. | -| [BigTiffReaderBE](bigtiffreaderbe)(byte[], int) | Initializes a new instance of the [`BigTiffReaderBE`](../bigtiffreaderbe) class. | -| [BigTiffReaderBE](bigtiffreaderbe)(byte[], int, int) | Initializes a new instance of the [`BigTiffReaderBE`](../bigtiffreaderbe) class. | +| [BigTiffReaderBE](bigtiffreaderbe/#constructor_1)(byte[]) | Initializes a new instance of the `BigTiffReaderBE` class. | +| [BigTiffReaderBE](bigtiffreaderbe/#constructor)(StreamContainer) | Initializes a new instance of the `BigTiffReaderBE` class. | +| [BigTiffReaderBE](bigtiffreaderbe/#constructor_2)(byte[], int) | Initializes a new instance of the `BigTiffReaderBE` class. | +| [BigTiffReaderBE](bigtiffreaderbe/#constructor_3)(byte[], int, int) | Initializes a new instance of the `BigTiffReaderBE` class. | ## Properties | Name | Description | | --- | --- | -| [Length](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length) { get; } | Gets the reader length. | -| [ThrowExceptions](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions) { get; set; } | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). | +| [Length](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/) { get; } | Gets the reader length. | +| [ThrowExceptions](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/) { get; set; } | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). | ## Methods | Name | Description | | --- | --- | -| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes)(long, long) | Reads an array of unsigned byte values from the stream. | -| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes)(byte[], int, long, long) | Reads an array of byte values from the stream. | -| [ReadDouble](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble)(long) | Read a single double value from the stream. | -| [ReadDoubleArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray)(long, long) | Reads an array of double values from the stream. | -| [ReadFloat](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat)(long) | Read a single float value from the stream. | -| [ReadFloatArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray)(long, long) | Reads an array of float values from the stream. | -| [ReadLong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong)(long) | Read unsigned long value from the stream. | -| [ReadLongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray)(long, long) | Reads an array of ulong values from the stream. | -| [ReadRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational)(long) | Read a single rational number value from the stream. | -| [ReadRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray)(long, long) | Reads an array of rational values from the stream. | -| [ReadSByte](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte)(long) | Reads signed byte data from the stream. | -| [ReadSByteArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray)(long, long) | Reads an array of signed byte values from the stream. | -| [ReadSInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint)(long) | Read signed integer value from the stream. | -| [ReadSIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray)(long, long) | Reads an array of signed integer values from the stream. | -| [ReadSRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational)(long) | Read a single signed rational number value from the stream. | -| [ReadSRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray)(long, long) | Reads an array of signed rational values from the stream. | -| [ReadSShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort)(long) | Read signed short value from the stream. | -| [ReadSShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray)(long, long) | Reads an array of signed short values from the stream. | -| [ReadUInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint)(long) | Read unsigned integer value from the stream. | -| [ReadUIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray)(long, long) | Reads an array of unsigned integer values from the stream. | -| [ReadULong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong)(long) | Read unsigned long value from the stream. | -| [ReadULongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray)(long, long) | Reads an array of ulong values from the stream. | -| [ReadUShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort)(long) | Read unsigned short value from the stream. | -| [ReadUShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray)(long, long) | Reads an array of unsigned integer values from the stream. | -| [ToStreamContainer](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer)(long) | Converts the underlying data to the stream container. | +| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/)(long, long) | Reads an array of unsigned byte values from the stream. | +| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/)(byte[], int, long, long) | Reads an array of byte values from the stream. | +| [ReadDouble](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/)(long) | Read a single double value from the stream. | +| [ReadDoubleArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/)(long, long) | Reads an array of double values from the stream. | +| [ReadFloat](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/)(long) | Read a single float value from the stream. | +| [ReadFloatArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/)(long, long) | Reads an array of float values from the stream. | +| [ReadLong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/)(long) | Read unsigned long value from the stream. | +| [ReadLongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/)(long, long) | Reads an array of ulong values from the stream. | +| [ReadRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/)(long) | Read a single rational number value from the stream. | +| [ReadRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/)(long, long) | Reads an array of rational values from the stream. | +| [ReadSByte](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/)(long) | Reads signed byte data from the stream. | +| [ReadSByteArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/)(long, long) | Reads an array of signed byte values from the stream. | +| [ReadSInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/)(long) | Read signed integer value from the stream. | +| [ReadSIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/)(long, long) | Reads an array of signed integer values from the stream. | +| [ReadSRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/)(long) | Read a single signed rational number value from the stream. | +| [ReadSRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/)(long, long) | Reads an array of signed rational values from the stream. | +| [ReadSShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/)(long) | Read signed short value from the stream. | +| [ReadSShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/)(long, long) | Reads an array of signed short values from the stream. | +| [ReadUInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/)(long) | Read unsigned integer value from the stream. | +| [ReadUIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/)(long, long) | Reads an array of unsigned integer values from the stream. | +| [ReadULong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/)(long) | Read unsigned long value from the stream. | +| [ReadULongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/)(long, long) | Reads an array of ulong values from the stream. | +| [ReadUShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/)(long) | Read unsigned short value from the stream. | +| [ReadUShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/)(long, long) | Reads an array of unsigned integer values from the stream. | +| [ToStreamContainer](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/)(long) | Converts the underlying data to the stream container. | ### See Also -* class [TiffBigEndianStreamReader](../../aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../aspose.imaging.fileformats.tiff.filemanagement.bigtiff) +* class [TiffBigEndianStreamReader](../../aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../aspose.imaging.fileformats.tiff.filemanagement.bigtiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/bigtiffreaderbe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/bigtiffreaderbe/_index.md index 17779ca9ae14..1c17b009a830 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/bigtiffreaderbe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/bigtiffreaderbe/_index.md @@ -1,14 +1,14 @@ --- -title: BigTiffReaderBE +title: BigTiffReaderBE.BigTiffReaderBE second_title: Aspose.Imaging for .NET API Reference -description: +description: BigTiffReaderBE constructor. Initializes a new instance of the BigTiffReaderBE class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffreaderbe/bigtiffreaderbe/ --- -## BigTiffReaderBE constructor (1 of 4) +## BigTiffReaderBE(byte[]) {#constructor_1} -Initializes a new instance of the [`BigTiffReaderBE`](../../bigtiffreaderbe) class. +Initializes a new instance of the [`BigTiffReaderBE`](../) class. ```csharp public BigTiffReaderBE(byte[] data) @@ -20,15 +20,15 @@ public BigTiffReaderBE(byte[] data) ### See Also -* class [BigTiffReaderBE](../../bigtiffreaderbe) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreaderbe) +* class [BigTiffReaderBE](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreaderbe/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffReaderBE constructor (2 of 4) +## BigTiffReaderBE(StreamContainer) {#constructor} -Initializes a new instance of the [`BigTiffReaderBE`](../../bigtiffreaderbe) class. +Initializes a new instance of the [`BigTiffReaderBE`](../) class. ```csharp public BigTiffReaderBE(StreamContainer streamContainer) @@ -40,16 +40,16 @@ public BigTiffReaderBE(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [BigTiffReaderBE](../../bigtiffreaderbe) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreaderbe) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [BigTiffReaderBE](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreaderbe/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffReaderBE constructor (3 of 4) +## BigTiffReaderBE(byte[], int) {#constructor_2} -Initializes a new instance of the [`BigTiffReaderBE`](../../bigtiffreaderbe) class. +Initializes a new instance of the [`BigTiffReaderBE`](../) class. ```csharp public BigTiffReaderBE(byte[] data, int startIndex) @@ -62,15 +62,15 @@ public BigTiffReaderBE(byte[] data, int startIndex) ### See Also -* class [BigTiffReaderBE](../../bigtiffreaderbe) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreaderbe) +* class [BigTiffReaderBE](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreaderbe/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffReaderBE constructor (4 of 4) +## BigTiffReaderBE(byte[], int, int) {#constructor_3} -Initializes a new instance of the [`BigTiffReaderBE`](../../bigtiffreaderbe) class. +Initializes a new instance of the [`BigTiffReaderBE`](../) class. ```csharp public BigTiffReaderBE(byte[] data, int startIndex, int dataLength) @@ -84,8 +84,8 @@ public BigTiffReaderBE(byte[] data, int startIndex, int dataLength) ### See Also -* class [BigTiffReaderBE](../../bigtiffreaderbe) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreaderbe) +* class [BigTiffReaderBE](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffreaderbe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/_index.md index 43d25c0b19f0..704c9bb0b756 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/_index.md @@ -1,7 +1,7 @@ --- -title: BigTiffWriter +title: Class BigTiffWriter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff.BigTiffWriter class. The BigTiff stream writer type: docs weight: 7780 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/ @@ -18,50 +18,50 @@ public class BigTiffWriter : TiffStreamWriter | Name | Description | | --- | --- | -| [BigTiffWriter](bigtiffwriter)(StreamContainer) | Initializes a new instance of the [`TiffStreamWriter`](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) class. | +| [BigTiffWriter](bigtiffwriter/)(StreamContainer) | Initializes a new instance of the [`TiffStreamWriter`](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) class. | ## Properties | Name | Description | | --- | --- | -| [Position](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position) { get; set; } | Gets or sets the stream position. | -| [SyncRoot](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | +| [Position](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/) { get; set; } | Gets or sets the stream position. | +| [SyncRoot](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | ## Methods | Name | Description | | --- | --- | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte) | Writes a single byte value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte[]) | Writes the specified data. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(double) | Writes a single double value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(double[]) | Writes an array of double values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(float) | Writes a single float value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(float[]) | Writes an array of float values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(int) | Writes a single integer value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(int[]) | Writes an array of integer values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(long) | Writes an array of signed long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(long[]) | Writes an array of signed long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(MemoryStream) | Writes the specified data. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(sbyte) | Writes a single signed byte value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(sbyte[]) | Writes an array of signed byte values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(short) | Writes a single short value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(short[]) | Writes an array of short values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffRational) | Writes a single rational number value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffRational[]) | Writes an array of unsigned rational values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffSRational) | Writes a single signed rational number value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffSRational[]) | Writes an array of signed rational values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(uint) | Writes a single unsigned integer value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(uint[]) | Writes an array of unsigned integer values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ulong) | Writes an array of unsigned long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ulong[]) | Writes an array of unsigned long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ushort) | Writes a single unsigned short value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ushort[]) | Writes an array of unsigned short values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte[], int, int) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte) | Writes a single byte value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte[]) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(double) | Writes a single double value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(double[]) | Writes an array of double values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(float) | Writes a single float value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(float[]) | Writes an array of float values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(int) | Writes a single integer value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(int[]) | Writes an array of integer values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(long) | Writes an array of signed long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(long[]) | Writes an array of signed long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(MemoryStream) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(sbyte) | Writes a single signed byte value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(sbyte[]) | Writes an array of signed byte values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(short) | Writes a single short value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(short[]) | Writes an array of short values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffRational) | Writes a single rational number value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffRational[]) | Writes an array of unsigned rational values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffSRational) | Writes a single signed rational number value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffSRational[]) | Writes an array of signed rational values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(uint) | Writes a single unsigned integer value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(uint[]) | Writes an array of unsigned integer values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ulong) | Writes an array of unsigned long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ulong[]) | Writes an array of unsigned long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ushort) | Writes a single unsigned short value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ushort[]) | Writes an array of unsigned short values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte[], int, int) | Writes the specified data. | ### See Also -* class [TiffStreamWriter](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../aspose.imaging.fileformats.tiff.filemanagement.bigtiff) +* class [TiffStreamWriter](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../aspose.imaging.fileformats.tiff.filemanagement.bigtiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/bigtiffwriter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/bigtiffwriter/_index.md index 367b36e08419..0f90362fb716 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/bigtiffwriter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/bigtiffwriter/_index.md @@ -1,14 +1,14 @@ --- -title: BigTiffWriter +title: BigTiffWriter.BigTiffWriter second_title: Aspose.Imaging for .NET API Reference -description: +description: BigTiffWriter constructor. Initializes a new instance of the TiffStreamWriter class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriter/bigtiffwriter/ --- ## BigTiffWriter constructor -Initializes a new instance of the [`TiffStreamWriter`](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) class. +Initializes a new instance of the [`TiffStreamWriter`](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) class. ```csharp public BigTiffWriter(StreamContainer writer) @@ -20,9 +20,9 @@ public BigTiffWriter(StreamContainer writer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [BigTiffWriter](../../bigtiffwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffwriter) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [BigTiffWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffwriter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/_index.md index e220f93cc8da..932dcefcc21f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/_index.md @@ -1,7 +1,7 @@ --- -title: BigTiffWriterBE +title: Class BigTiffWriterBE second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff.BigTiffWriterBE class. The big endian BigTiff stream writer type: docs weight: 7790 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/ @@ -18,50 +18,50 @@ public class BigTiffWriterBE : TiffBigEndianStreamWriter | Name | Description | | --- | --- | -| [BigTiffWriterBE](bigtiffwriterbe)(StreamContainer) | Initializes a new instance of the [`BigTiffWriterBE`](../bigtiffwriterbe) class. | +| [BigTiffWriterBE](bigtiffwriterbe/)(StreamContainer) | Initializes a new instance of the `BigTiffWriterBE` class. | ## Properties | Name | Description | | --- | --- | -| [Position](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position) { get; set; } | Gets or sets the stream position. | -| [SyncRoot](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | +| [Position](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/) { get; set; } | Gets or sets the stream position. | +| [SyncRoot](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | ## Methods | Name | Description | | --- | --- | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte) | Writes a single byte value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte[]) | Writes the specified data. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(double) | Writes a single double value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(double[]) | Writes an array of double values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(float) | Writes a single float value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(float[]) | Writes an array of float values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(int) | Writes a single integer value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(int[]) | Writes an array of integer values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(long) | Writes an array of signed long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(long[]) | Writes an array of signed long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(MemoryStream) | Writes the specified data. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(sbyte) | Writes a single signed byte value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(sbyte[]) | Writes an array of signed byte values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(short) | Writes a single short value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(short[]) | Writes an array of short values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffRational) | Writes a single rational number value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffRational[]) | Writes an array of unsigned rational values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffSRational) | Writes a single signed rational number value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffSRational[]) | Writes an array of signed rational values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(uint) | Writes a single unsigned integer value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(uint[]) | Writes an array of unsigned integer values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ulong) | Writes an array of unsigned long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ulong[]) | Writes an array of unsigned long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ushort) | Writes a single unsigned short value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ushort[]) | Writes an array of unsigned short values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte[], int, int) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte) | Writes a single byte value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte[]) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(double) | Writes a single double value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(double[]) | Writes an array of double values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(float) | Writes a single float value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(float[]) | Writes an array of float values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(int) | Writes a single integer value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(int[]) | Writes an array of integer values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(long) | Writes an array of signed long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(long[]) | Writes an array of signed long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(MemoryStream) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(sbyte) | Writes a single signed byte value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(sbyte[]) | Writes an array of signed byte values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(short) | Writes a single short value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(short[]) | Writes an array of short values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffRational) | Writes a single rational number value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffRational[]) | Writes an array of unsigned rational values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffSRational) | Writes a single signed rational number value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffSRational[]) | Writes an array of signed rational values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(uint) | Writes a single unsigned integer value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(uint[]) | Writes an array of unsigned integer values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ulong) | Writes an array of unsigned long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ulong[]) | Writes an array of unsigned long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ushort) | Writes a single unsigned short value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ushort[]) | Writes an array of unsigned short values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte[], int, int) | Writes the specified data. | ### See Also -* class [TiffBigEndianStreamWriter](../../aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../aspose.imaging.fileformats.tiff.filemanagement.bigtiff) +* class [TiffBigEndianStreamWriter](../../aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../aspose.imaging.fileformats.tiff.filemanagement.bigtiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/bigtiffwriterbe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/bigtiffwriterbe/_index.md index e1fb0a900f8b..23a46cf645e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/bigtiffwriterbe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/bigtiffwriterbe/_index.md @@ -1,14 +1,14 @@ --- -title: BigTiffWriterBE +title: BigTiffWriterBE.BigTiffWriterBE second_title: Aspose.Imaging for .NET API Reference -description: +description: BigTiffWriterBE constructor. Initializes a new instance of the BigTiffWriterBE class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement.bigtiff/bigtiffwriterbe/bigtiffwriterbe/ --- ## BigTiffWriterBE constructor -Initializes a new instance of the [`BigTiffWriterBE`](../../bigtiffwriterbe) class. +Initializes a new instance of the [`BigTiffWriterBE`](../) class. ```csharp public BigTiffWriterBE(StreamContainer writer) @@ -20,9 +20,9 @@ public BigTiffWriterBE(StreamContainer writer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [BigTiffWriterBE](../../bigtiffwriterbe) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffwriterbe) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [BigTiffWriterBE](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff](../../bigtiffwriterbe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/_index.md index 38c8c2ffe30e..5422c9b77f07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Tiff.FileManagement second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Tiff file format stream handling classes. +description: The namespace contains Tiff file format stream handling classes type: docs weight: 650 url: /net/aspose.imaging.fileformats.tiff.filemanagement/ @@ -12,10 +12,10 @@ The namespace contains Tiff file format stream handling classes. | Class | Description | | --- | --- | -| [TiffBigEndianStreamReader](./tiffbigendianstreamreader) | The tiff stream for handling big endian tiff file format. | -| [TiffBigEndianStreamWriter](./tiffbigendianstreamwriter) | Tiff stream writer for big-endian streams. | -| [TiffStreamFactory](./tiffstreamfactory) | The Tiff stream factory based on byte endianness. | -| [TiffStreamReader](./tiffstreamreader) | The tiff stream for handling little endian tiff file format. | -| [TiffStreamWriter](./tiffstreamwriter) | The Tiff stream writer. | +| [TiffBigEndianStreamReader](./tiffbigendianstreamreader/) | The tiff stream for handling big endian tiff file format. | +| [TiffBigEndianStreamWriter](./tiffbigendianstreamwriter/) | Tiff stream writer for big-endian streams. | +| [TiffStreamFactory](./tiffstreamfactory/) | The Tiff stream factory based on byte endianness. | +| [TiffStreamReader](./tiffstreamreader/) | The tiff stream for handling little endian tiff file format. | +| [TiffStreamWriter](./tiffstreamwriter/) | The Tiff stream writer. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/_index.md index 6968aba49595..4c354148895b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/_index.md @@ -1,7 +1,7 @@ --- -title: TiffBigEndianStreamReader +title: Class TiffBigEndianStreamReader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.TiffBigEndianStreamReader class. The tiff stream for handling big endian tiff file format type: docs weight: 7800 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/ @@ -18,52 +18,52 @@ public class TiffBigEndianStreamReader : TiffStreamReader | Name | Description | | --- | --- | -| [TiffBigEndianStreamReader](tiffbigendianstreamreader)(byte[]) | Initializes a new instance of the [`TiffBigEndianStreamReader`](../tiffbigendianstreamreader) class. | -| [TiffBigEndianStreamReader](tiffbigendianstreamreader)(StreamContainer) | Initializes a new instance of the [`TiffBigEndianStreamReader`](../tiffbigendianstreamreader) class. | -| [TiffBigEndianStreamReader](tiffbigendianstreamreader)(byte[], int) | Initializes a new instance of the [`TiffBigEndianStreamReader`](../tiffbigendianstreamreader) class. | -| [TiffBigEndianStreamReader](tiffbigendianstreamreader)(byte[], int, int) | Initializes a new instance of the [`TiffBigEndianStreamReader`](../tiffbigendianstreamreader) class. | +| [TiffBigEndianStreamReader](tiffbigendianstreamreader/#constructor_1)(byte[]) | Initializes a new instance of the `TiffBigEndianStreamReader` class. | +| [TiffBigEndianStreamReader](tiffbigendianstreamreader/#constructor)(StreamContainer) | Initializes a new instance of the `TiffBigEndianStreamReader` class. | +| [TiffBigEndianStreamReader](tiffbigendianstreamreader/#constructor_2)(byte[], int) | Initializes a new instance of the `TiffBigEndianStreamReader` class. | +| [TiffBigEndianStreamReader](tiffbigendianstreamreader/#constructor_3)(byte[], int, int) | Initializes a new instance of the `TiffBigEndianStreamReader` class. | ## Properties | Name | Description | | --- | --- | -| [Length](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length) { get; } | Gets the reader length. | -| [ThrowExceptions](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions) { get; set; } | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). | +| [Length](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/) { get; } | Gets the reader length. | +| [ThrowExceptions](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/) { get; set; } | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). | ## Methods | Name | Description | | --- | --- | -| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes)(long, long) | Reads an array of unsigned byte values from the stream. | -| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes)(byte[], int, long, long) | Reads an array of byte values from the stream. | -| [ReadDouble](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble)(long) | Read a single double value from the stream. | -| [ReadDoubleArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray)(long, long) | Reads an array of double values from the stream. | -| [ReadFloat](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat)(long) | Read a single float value from the stream. | -| [ReadFloatArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray)(long, long) | Reads an array of float values from the stream. | -| [ReadLong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong)(long) | Read unsigned long value from the stream. | -| [ReadLongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray)(long, long) | Reads an array of ulong values from the stream. | -| [ReadRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational)(long) | Read a single rational number value from the stream. | -| [ReadRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray)(long, long) | Reads an array of rational values from the stream. | -| [ReadSByte](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte)(long) | Reads signed byte data from the stream. | -| [ReadSByteArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray)(long, long) | Reads an array of signed byte values from the stream. | -| [ReadSInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint)(long) | Read signed integer value from the stream. | -| [ReadSIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray)(long, long) | Reads an array of signed integer values from the stream. | -| [ReadSRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational)(long) | Read a single signed rational number value from the stream. | -| [ReadSRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray)(long, long) | Reads an array of signed rational values from the stream. | -| [ReadSShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort)(long) | Read signed short value from the stream. | -| [ReadSShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray)(long, long) | Reads an array of signed short values from the stream. | -| [ReadUInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint)(long) | Read unsigned integer value from the stream. | -| [ReadUIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray)(long, long) | Reads an array of unsigned integer values from the stream. | -| [ReadULong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong)(long) | Read unsigned long value from the stream. | -| [ReadULongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray)(long, long) | Reads an array of ulong values from the stream. | -| [ReadUShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort)(long) | Read unsigned short value from the stream. | -| [ReadUShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray)(long, long) | Reads an array of unsigned integer values from the stream. | -| [ToStreamContainer](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer)(long) | Converts the underlying data to the stream container. | +| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/)(long, long) | Reads an array of unsigned byte values from the stream. | +| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/)(byte[], int, long, long) | Reads an array of byte values from the stream. | +| [ReadDouble](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/)(long) | Read a single double value from the stream. | +| [ReadDoubleArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/)(long, long) | Reads an array of double values from the stream. | +| [ReadFloat](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/)(long) | Read a single float value from the stream. | +| [ReadFloatArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/)(long, long) | Reads an array of float values from the stream. | +| [ReadLong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/)(long) | Read unsigned long value from the stream. | +| [ReadLongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/)(long, long) | Reads an array of ulong values from the stream. | +| [ReadRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/)(long) | Read a single rational number value from the stream. | +| [ReadRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/)(long, long) | Reads an array of rational values from the stream. | +| [ReadSByte](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/)(long) | Reads signed byte data from the stream. | +| [ReadSByteArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/)(long, long) | Reads an array of signed byte values from the stream. | +| [ReadSInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/)(long) | Read signed integer value from the stream. | +| [ReadSIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/)(long, long) | Reads an array of signed integer values from the stream. | +| [ReadSRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/)(long) | Read a single signed rational number value from the stream. | +| [ReadSRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/)(long, long) | Reads an array of signed rational values from the stream. | +| [ReadSShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/)(long) | Read signed short value from the stream. | +| [ReadSShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/)(long, long) | Reads an array of signed short values from the stream. | +| [ReadUInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/)(long) | Read unsigned integer value from the stream. | +| [ReadUIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/)(long, long) | Reads an array of unsigned integer values from the stream. | +| [ReadULong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/)(long) | Read unsigned long value from the stream. | +| [ReadULongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/)(long, long) | Reads an array of ulong values from the stream. | +| [ReadUShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/)(long) | Read unsigned short value from the stream. | +| [ReadUShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/)(long, long) | Reads an array of unsigned integer values from the stream. | +| [ToStreamContainer](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/)(long) | Converts the underlying data to the stream container. | ### See Also -* class [TiffStreamReader](../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement) +* class [TiffStreamReader](../tiffstreamreader/) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/tiffbigendianstreamreader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/tiffbigendianstreamreader/_index.md index c4b8a92144b0..73f09eae2afa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/tiffbigendianstreamreader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/tiffbigendianstreamreader/_index.md @@ -1,14 +1,14 @@ --- -title: TiffBigEndianStreamReader +title: TiffBigEndianStreamReader.TiffBigEndianStreamReader second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffBigEndianStreamReader constructor. Initializes a new instance of the TiffBigEndianStreamReader class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamreader/tiffbigendianstreamreader/ --- -## TiffBigEndianStreamReader constructor (1 of 4) +## TiffBigEndianStreamReader(byte[]) {#constructor_1} -Initializes a new instance of the [`TiffBigEndianStreamReader`](../../tiffbigendianstreamreader) class. +Initializes a new instance of the [`TiffBigEndianStreamReader`](../) class. ```csharp public TiffBigEndianStreamReader(byte[] data) @@ -20,15 +20,15 @@ public TiffBigEndianStreamReader(byte[] data) ### See Also -* class [TiffBigEndianStreamReader](../../tiffbigendianstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamreader) +* class [TiffBigEndianStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamreader/) * assembly [Aspose.Imaging](../../../) --- -## TiffBigEndianStreamReader constructor (2 of 4) +## TiffBigEndianStreamReader(byte[], int) {#constructor_2} -Initializes a new instance of the [`TiffBigEndianStreamReader`](../../tiffbigendianstreamreader) class. +Initializes a new instance of the [`TiffBigEndianStreamReader`](../) class. ```csharp public TiffBigEndianStreamReader(byte[] data, int startIndex) @@ -41,15 +41,15 @@ public TiffBigEndianStreamReader(byte[] data, int startIndex) ### See Also -* class [TiffBigEndianStreamReader](../../tiffbigendianstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamreader) +* class [TiffBigEndianStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamreader/) * assembly [Aspose.Imaging](../../../) --- -## TiffBigEndianStreamReader constructor (3 of 4) +## TiffBigEndianStreamReader(byte[], int, int) {#constructor_3} -Initializes a new instance of the [`TiffBigEndianStreamReader`](../../tiffbigendianstreamreader) class. +Initializes a new instance of the [`TiffBigEndianStreamReader`](../) class. ```csharp public TiffBigEndianStreamReader(byte[] data, int startIndex, int dataLength) @@ -63,15 +63,15 @@ public TiffBigEndianStreamReader(byte[] data, int startIndex, int dataLength) ### See Also -* class [TiffBigEndianStreamReader](../../tiffbigendianstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamreader) +* class [TiffBigEndianStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamreader/) * assembly [Aspose.Imaging](../../../) --- -## TiffBigEndianStreamReader constructor (4 of 4) +## TiffBigEndianStreamReader(StreamContainer) {#constructor} -Initializes a new instance of the [`TiffBigEndianStreamReader`](../../tiffbigendianstreamreader) class. +Initializes a new instance of the [`TiffBigEndianStreamReader`](../) class. ```csharp public TiffBigEndianStreamReader(StreamContainer streamContainer) @@ -83,9 +83,9 @@ public TiffBigEndianStreamReader(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [TiffBigEndianStreamReader](../../tiffbigendianstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamreader) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [TiffBigEndianStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/_index.md index 6ab6f8fa0903..96a1c3f9ebde 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/_index.md @@ -1,7 +1,7 @@ --- -title: TiffBigEndianStreamWriter +title: Class TiffBigEndianStreamWriter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.TiffBigEndianStreamWriter class. Tiff stream writer for bigendian streams type: docs weight: 7810 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/ @@ -18,50 +18,50 @@ public class TiffBigEndianStreamWriter : TiffStreamWriter | Name | Description | | --- | --- | -| [TiffBigEndianStreamWriter](tiffbigendianstreamwriter)(StreamContainer) | Initializes a new instance of the [`TiffBigEndianStreamWriter`](../tiffbigendianstreamwriter) class. | +| [TiffBigEndianStreamWriter](tiffbigendianstreamwriter/)(StreamContainer) | Initializes a new instance of the `TiffBigEndianStreamWriter` class. | ## Properties | Name | Description | | --- | --- | -| [Position](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position) { get; set; } | Gets or sets the stream position. | -| [SyncRoot](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | +| [Position](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/) { get; set; } | Gets or sets the stream position. | +| [SyncRoot](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | ## Methods | Name | Description | | --- | --- | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte) | Writes a single byte value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte[]) | Writes the specified data. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(double) | Writes a single double value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(double[]) | Writes an array of double values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(float) | Writes a single float value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(float[]) | Writes an array of float values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(int) | Writes a single integer value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(int[]) | Writes an array of integer values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(long) | Writes an array of signed long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(long[]) | Writes an array of signed long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(MemoryStream) | Writes the specified data. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(sbyte) | Writes a single signed byte value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(sbyte[]) | Writes an array of signed byte values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(short) | Writes a single short value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(short[]) | Writes an array of short values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffRational) | Writes a single rational number value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffRational[]) | Writes an array of unsigned rational values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffSRational) | Writes a single signed rational number value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffSRational[]) | Writes an array of signed rational values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(uint) | Writes a single unsigned integer value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(uint[]) | Writes an array of unsigned integer values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ulong) | Writes an array of unsigned long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ulong[]) | Writes an array of unsigned long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ushort) | Writes a single unsigned short value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ushort[]) | Writes an array of unsigned short values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte[], int, int) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte) | Writes a single byte value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte[]) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(double) | Writes a single double value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(double[]) | Writes an array of double values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(float) | Writes a single float value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(float[]) | Writes an array of float values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(int) | Writes a single integer value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(int[]) | Writes an array of integer values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(long) | Writes an array of signed long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(long[]) | Writes an array of signed long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(MemoryStream) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(sbyte) | Writes a single signed byte value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(sbyte[]) | Writes an array of signed byte values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(short) | Writes a single short value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(short[]) | Writes an array of short values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffRational) | Writes a single rational number value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffRational[]) | Writes an array of unsigned rational values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffSRational) | Writes a single signed rational number value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(TiffSRational[]) | Writes an array of signed rational values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(uint) | Writes a single unsigned integer value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(uint[]) | Writes an array of unsigned integer values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ulong) | Writes an array of unsigned long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ulong[]) | Writes an array of unsigned long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ushort) | Writes a single unsigned short value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(ushort[]) | Writes an array of unsigned short values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/)(byte[], int, int) | Writes the specified data. | ### See Also -* class [TiffStreamWriter](../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement) +* class [TiffStreamWriter](../tiffstreamwriter/) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/tiffbigendianstreamwriter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/tiffbigendianstreamwriter/_index.md index cf3ac4f872c5..6e9c6573213b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/tiffbigendianstreamwriter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/tiffbigendianstreamwriter/_index.md @@ -1,14 +1,14 @@ --- -title: TiffBigEndianStreamWriter +title: TiffBigEndianStreamWriter.TiffBigEndianStreamWriter second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffBigEndianStreamWriter constructor. Initializes a new instance of the TiffBigEndianStreamWriter class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffbigendianstreamwriter/tiffbigendianstreamwriter/ --- ## TiffBigEndianStreamWriter constructor -Initializes a new instance of the [`TiffBigEndianStreamWriter`](../../tiffbigendianstreamwriter) class. +Initializes a new instance of the [`TiffBigEndianStreamWriter`](../) class. ```csharp public TiffBigEndianStreamWriter(StreamContainer writer) @@ -20,9 +20,9 @@ public TiffBigEndianStreamWriter(StreamContainer writer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [TiffBigEndianStreamWriter](../../tiffbigendianstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamwriter) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [TiffBigEndianStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffbigendianstreamwriter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/_index.md index 177d04b5dd43..d7bba12865d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/_index.md @@ -1,7 +1,7 @@ --- -title: TiffStreamFactory +title: Class TiffStreamFactory second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.TiffStreamFactory class. The Tiff stream factory based on byte endianness type: docs weight: 7820 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/ @@ -18,13 +18,13 @@ public static class TiffStreamFactory | Name | Description | | --- | --- | -| static [GetTiffReader](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader)(StreamContainer, TiffByteOrder, bool) | Gets the tiff stream reader. | -| static [GetTiffReader](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader)(byte[], int, int, TiffByteOrder, bool) | Gets the tiff stream reader. | -| static [GetTiffWriter](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffwriter)(StreamContainer, TiffByteOrder, bool) | Gets the tiff stream writer. | +| static [GetTiffReader](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader/#gettiffreader)(StreamContainer, TiffByteOrder, bool) | Gets the tiff stream reader. | +| static [GetTiffReader](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader/#gettiffreader_1)(byte[], int, int, TiffByteOrder, bool) | Gets the tiff stream reader. | +| static [GetTiffWriter](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffwriter/)(StreamContainer, TiffByteOrder, bool) | Gets the tiff stream writer. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader/_index.md index 2f443676240c..b226a9e19cd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader/_index.md @@ -1,12 +1,12 @@ --- -title: GetTiffReader +title: TiffStreamFactory.GetTiffReader second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamFactory method. Gets the tiff stream reader type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffreader/ --- -## TiffStreamFactory.GetTiffReader method (1 of 2) +## GetTiffReader(StreamContainer, TiffByteOrder, bool) {#gettiffreader} Gets the tiff stream reader. @@ -27,16 +27,16 @@ Tiff stream suitable for reading. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder) -* class [TiffStreamFactory](../../tiffstreamfactory) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamfactory) +* class [TiffStreamReader](../../tiffstreamreader/) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder/) +* class [TiffStreamFactory](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamfactory/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamFactory.GetTiffReader method (2 of 2) +## GetTiffReader(byte[], int, int, TiffByteOrder, bool) {#gettiffreader_1} Gets the tiff stream reader. @@ -59,10 +59,10 @@ Tiff stream suitable for reading. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder) -* class [TiffStreamFactory](../../tiffstreamfactory) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamfactory) +* class [TiffStreamReader](../../tiffstreamreader/) +* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder/) +* class [TiffStreamFactory](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamfactory/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffwriter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffwriter/_index.md index 93e0d3096b19..f23ee2d4ead8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffwriter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffwriter/_index.md @@ -1,7 +1,7 @@ --- -title: GetTiffWriter +title: TiffStreamFactory.GetTiffWriter second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamFactory method. Gets the tiff stream writer type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamfactory/gettiffwriter/ @@ -27,11 +27,11 @@ Tiff stream suitable for writing. ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder) -* class [TiffStreamFactory](../../tiffstreamfactory) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamfactory) +* class [TiffStreamWriter](../../tiffstreamwriter/) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder/) +* class [TiffStreamFactory](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamfactory/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/_index.md index 303bb22aa44d..68e67421e29d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/_index.md @@ -1,7 +1,7 @@ --- -title: TiffStreamReader +title: Class TiffStreamReader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.TiffStreamReader class. The tiff stream for handling little endian tiff file format type: docs weight: 7830 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/ @@ -11,58 +11,58 @@ url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/ The tiff stream for handling little endian tiff file format. ```csharp -public class TiffStreamReader : #=zxpfJjpHLJ9ycc1KHmabdyi3$_z4mkmW$0T420jkJlmVjk78cFTh3S70= +public class TiffStreamReader : #=zZEruSBWfSf_2BB9NrjFKuUlEzlDdmNABDmr$YIT1H4JmQrv3P8w9PXs= ``` ## Constructors | Name | Description | | --- | --- | -| [TiffStreamReader](tiffstreamreader)(byte[]) | Initializes a new instance of the [`TiffStreamReader`](../tiffstreamreader) class. | -| [TiffStreamReader](tiffstreamreader)(StreamContainer) | Initializes a new instance of the [`TiffStreamReader`](../tiffstreamreader) class. | -| [TiffStreamReader](tiffstreamreader)(byte[], int) | Initializes a new instance of the [`TiffStreamReader`](../tiffstreamreader) class. | -| [TiffStreamReader](tiffstreamreader)(byte[], int, int) | Initializes a new instance of the [`TiffStreamReader`](../tiffstreamreader) class. | +| [TiffStreamReader](tiffstreamreader/#constructor_1)(byte[]) | Initializes a new instance of the `TiffStreamReader` class. | +| [TiffStreamReader](tiffstreamreader/#constructor)(StreamContainer) | Initializes a new instance of the `TiffStreamReader` class. | +| [TiffStreamReader](tiffstreamreader/#constructor_2)(byte[], int) | Initializes a new instance of the `TiffStreamReader` class. | +| [TiffStreamReader](tiffstreamreader/#constructor_3)(byte[], int, int) | Initializes a new instance of the `TiffStreamReader` class. | ## Properties | Name | Description | | --- | --- | -| [Length](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length) { get; } | Gets the reader length. | -| [ThrowExceptions](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions) { get; set; } | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). | +| [Length](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/) { get; } | Gets the reader length. | +| [ThrowExceptions](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/) { get; set; } | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). | ## Methods | Name | Description | | --- | --- | -| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes)(long, long) | Reads an array of unsigned byte values from the stream. | -| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes)(byte[], int, long, long) | Reads an array of byte values from the stream. | -| [ReadDouble](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble)(long) | Read a single double value from the stream. | -| [ReadDoubleArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray)(long, long) | Reads an array of double values from the stream. | -| [ReadFloat](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat)(long) | Read a single float value from the stream. | -| [ReadFloatArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray)(long, long) | Reads an array of float values from the stream. | -| [ReadLong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong)(long) | Read unsigned long value from the stream. | -| [ReadLongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray)(long, long) | Reads an array of ulong values from the stream. | -| [ReadRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational)(long) | Read a single rational number value from the stream. | -| [ReadRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray)(long, long) | Reads an array of rational values from the stream. | -| [ReadSByte](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte)(long) | Reads signed byte data from the stream. | -| [ReadSByteArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray)(long, long) | Reads an array of signed byte values from the stream. | -| [ReadSInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint)(long) | Read signed integer value from the stream. | -| [ReadSIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray)(long, long) | Reads an array of signed integer values from the stream. | -| [ReadSRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational)(long) | Read a single signed rational number value from the stream. | -| [ReadSRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray)(long, long) | Reads an array of signed rational values from the stream. | -| [ReadSShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort)(long) | Read signed short value from the stream. | -| [ReadSShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray)(long, long) | Reads an array of signed short values from the stream. | -| [ReadUInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint)(long) | Read unsigned integer value from the stream. | -| [ReadUIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray)(long, long) | Reads an array of unsigned integer values from the stream. | -| [ReadULong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong)(long) | Read unsigned long value from the stream. | -| [ReadULongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray)(long, long) | Reads an array of ulong values from the stream. | -| [ReadUShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort)(long) | Read unsigned short value from the stream. | -| [ReadUShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray)(long, long) | Reads an array of unsigned integer values from the stream. | -| [ToStreamContainer](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer)(long) | Converts the underlying data to the stream container. | +| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/#readbytes)(long, long) | Reads an array of unsigned byte values from the stream. | +| [ReadBytes](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/#readbytes_1)(byte[], int, long, long) | Reads an array of byte values from the stream. | +| [ReadDouble](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/)(long) | Read a single double value from the stream. | +| [ReadDoubleArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/)(long, long) | Reads an array of double values from the stream. | +| [ReadFloat](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/)(long) | Read a single float value from the stream. | +| [ReadFloatArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/)(long, long) | Reads an array of float values from the stream. | +| [ReadLong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/)(long) | Read unsigned long value from the stream. | +| [ReadLongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/)(long, long) | Reads an array of ulong values from the stream. | +| [ReadRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/)(long) | Read a single rational number value from the stream. | +| [ReadRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/)(long, long) | Reads an array of rational values from the stream. | +| [ReadSByte](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/)(long) | Reads signed byte data from the stream. | +| [ReadSByteArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/)(long, long) | Reads an array of signed byte values from the stream. | +| [ReadSInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/)(long) | Read signed integer value from the stream. | +| [ReadSIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/)(long, long) | Reads an array of signed integer values from the stream. | +| [ReadSRational](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/)(long) | Read a single signed rational number value from the stream. | +| [ReadSRationalArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/)(long, long) | Reads an array of signed rational values from the stream. | +| [ReadSShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/)(long) | Read signed short value from the stream. | +| [ReadSShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/)(long, long) | Reads an array of signed short values from the stream. | +| [ReadUInt](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/)(long) | Read unsigned integer value from the stream. | +| [ReadUIntArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/)(long, long) | Reads an array of unsigned integer values from the stream. | +| [ReadULong](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/)(long) | Read unsigned long value from the stream. | +| [ReadULongArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/)(long, long) | Reads an array of ulong values from the stream. | +| [ReadUShort](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/)(long) | Read unsigned short value from the stream. | +| [ReadUShortArray](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/)(long, long) | Reads an array of unsigned integer values from the stream. | +| [ToStreamContainer](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/)(long) | Converts the underlying data to the stream container. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/_index.md index ab98525d98f1..cb707d270d54 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/_index.md @@ -1,7 +1,7 @@ --- -title: Length +title: TiffStreamReader.Length second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader property. Gets the reader length type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/length/ @@ -20,8 +20,8 @@ The reader length. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/_index.md index b8dcf11fbd27..6cbe36a43c5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/_index.md @@ -1,12 +1,12 @@ --- -title: ReadBytes +title: TiffStreamReader.ReadBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of byte values from the stream type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readbytes/ --- -## TiffStreamReader.ReadBytes method (1 of 2) +## ReadBytes(byte[], int, long, long) {#readbytes_1} Reads an array of byte values from the stream. @@ -27,13 +27,13 @@ The array of byte values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamReader.ReadBytes method (2 of 2) +## ReadBytes(long, long) {#readbytes} Reads an array of unsigned byte values from the stream. @@ -52,8 +52,8 @@ The array of unsigned byte values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/_index.md index 0f8904fd2e10..22d49870d262 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/_index.md @@ -1,7 +1,7 @@ --- -title: ReadDouble +title: TiffStreamReader.ReadDouble second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read a single double value from the stream type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdouble/ @@ -24,8 +24,8 @@ The single double value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/_index.md index 00cb2be535ed..90ee58d05ec1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadDoubleArray +title: TiffStreamReader.ReadDoubleArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of double values from the stream type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readdoublearray/ @@ -25,8 +25,8 @@ The array of double values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/_index.md index 0515b5ced41e..6d236f5cbdf0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/_index.md @@ -1,7 +1,7 @@ --- -title: ReadFloat +title: TiffStreamReader.ReadFloat second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read a single float value from the stream type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloat/ @@ -24,8 +24,8 @@ The single float value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/_index.md index fd28dc1ef97c..509a1813422c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadFloatArray +title: TiffStreamReader.ReadFloatArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of float values from the stream type: docs weight: 80 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readfloatarray/ @@ -31,8 +31,8 @@ The array of float values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/_index.md index 0d907e7865fc..eb4bced0141e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/_index.md @@ -1,7 +1,7 @@ --- -title: ReadLong +title: TiffStreamReader.ReadLong second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read unsigned long value from the stream type: docs weight: 90 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlong/ @@ -24,8 +24,8 @@ An unsigned short value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/_index.md index 1016bc951229..93b091b0f4f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadLongArray +title: TiffStreamReader.ReadLongArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of ulong values from the stream type: docs weight: 100 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readlongarray/ @@ -31,8 +31,8 @@ The ulong array. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/_index.md index 09f713a0a9d9..2e0b80d50cb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/_index.md @@ -1,7 +1,7 @@ --- -title: ReadRational +title: TiffStreamReader.ReadRational second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read a single rational number value from the stream type: docs weight: 110 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrational/ @@ -24,9 +24,9 @@ The rational number. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/_index.md index 22d23b0740f8..2904810a75c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadRationalArray +title: TiffStreamReader.ReadRationalArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of rational values from the stream type: docs weight: 120 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readrationalarray/ @@ -31,9 +31,9 @@ The array of rational values. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/_index.md index 4b3049fbbe4b..41348329cb0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/_index.md @@ -1,7 +1,7 @@ --- -title: ReadSByte +title: TiffStreamReader.ReadSByte second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads signed byte data from the stream type: docs weight: 130 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbyte/ @@ -24,8 +24,8 @@ The signed byte value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/_index.md index b8a4f01ef884..a299970a4cf7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadSByteArray +title: TiffStreamReader.ReadSByteArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of signed byte values from the stream type: docs weight: 140 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsbytearray/ @@ -25,8 +25,8 @@ The array of signed byte values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/_index.md index 8d1040889b21..88893f025d4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/_index.md @@ -1,7 +1,7 @@ --- -title: ReadSInt +title: TiffStreamReader.ReadSInt second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read signed integer value from the stream type: docs weight: 150 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsint/ @@ -24,8 +24,8 @@ A signed integer value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/_index.md index bf8805b2198f..7d07d4c40092 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadSIntArray +title: TiffStreamReader.ReadSIntArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of signed integer values from the stream type: docs weight: 160 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsintarray/ @@ -31,8 +31,8 @@ The array of signed integer values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/_index.md index 781ec5c5440b..36010621af5d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/_index.md @@ -1,7 +1,7 @@ --- -title: ReadSRational +title: TiffStreamReader.ReadSRational second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read a single signed rational number value from the stream type: docs weight: 170 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrational/ @@ -24,9 +24,9 @@ The signed rational number. ### See Also -* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational) -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational/) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/_index.md index be7ed2928f1c..e210c49368fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadSRationalArray +title: TiffStreamReader.ReadSRationalArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of signed rational values from the stream type: docs weight: 180 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsrationalarray/ @@ -31,9 +31,9 @@ The array of signed rational values. ### See Also -* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational) -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational/) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/_index.md index 3075062aee03..f3af50e7fa00 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/_index.md @@ -1,7 +1,7 @@ --- -title: ReadSShort +title: TiffStreamReader.ReadSShort second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read signed short value from the stream type: docs weight: 190 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshort/ @@ -24,8 +24,8 @@ A signed short value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/_index.md index a23a08659139..4c1381bea0fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadSShortArray +title: TiffStreamReader.ReadSShortArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of signed short values from the stream type: docs weight: 200 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readsshortarray/ @@ -31,8 +31,8 @@ The array of signed short values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/_index.md index 9e631ad84d9c..92e4c535b643 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/_index.md @@ -1,7 +1,7 @@ --- -title: ReadUInt +title: TiffStreamReader.ReadUInt second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read unsigned integer value from the stream type: docs weight: 210 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuint/ @@ -24,8 +24,8 @@ An unsigned integer value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/_index.md index 1e9ad4172c84..00020308a163 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadUIntArray +title: TiffStreamReader.ReadUIntArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of unsigned integer values from the stream type: docs weight: 220 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readuintarray/ @@ -31,8 +31,8 @@ The array of unsigned integer values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/_index.md index dad72df61344..a1d6c98327d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/_index.md @@ -1,7 +1,7 @@ --- -title: ReadULong +title: TiffStreamReader.ReadULong second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read unsigned long value from the stream type: docs weight: 230 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulong/ @@ -24,8 +24,8 @@ An unsigned short value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/_index.md index 8da823be819a..e28e0822a82b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadULongArray +title: TiffStreamReader.ReadULongArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of ulong values from the stream type: docs weight: 240 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readulongarray/ @@ -31,8 +31,8 @@ The ulong array. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/_index.md index 9038792cae6d..283b4210b187 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/_index.md @@ -1,7 +1,7 @@ --- -title: ReadUShort +title: TiffStreamReader.ReadUShort second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Read unsigned short value from the stream type: docs weight: 250 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushort/ @@ -24,8 +24,8 @@ An unsigned short value. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/_index.md index 8797122d7697..bbd9d927da9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/_index.md @@ -1,7 +1,7 @@ --- -title: ReadUShortArray +title: TiffStreamReader.ReadUShortArray second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Reads an array of unsigned integer values from the stream type: docs weight: 260 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/readushortarray/ @@ -31,8 +31,8 @@ The array of unsigned integer values. ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/_index.md index 2ccc24fb7497..61adf48d5163 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/_index.md @@ -1,7 +1,7 @@ --- -title: ThrowExceptions +title: TiffStreamReader.ThrowExceptions second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader property. Gets or sets a value indicating whether exceptions are thrown on incorrect data processing reading or writing to stream type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/throwexceptions/ @@ -20,8 +20,8 @@ public bool ThrowExceptions { get; set; } ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tiffstreamreader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tiffstreamreader/_index.md index fd9ea4cd315a..d78532f7e7a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tiffstreamreader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tiffstreamreader/_index.md @@ -1,14 +1,14 @@ --- -title: TiffStreamReader +title: TiffStreamReader.TiffStreamReader second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader constructor. Initializes a new instance of the TiffStreamReader class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tiffstreamreader/ --- -## TiffStreamReader constructor (1 of 4) +## TiffStreamReader(byte[]) {#constructor_1} -Initializes a new instance of the [`TiffStreamReader`](../../tiffstreamreader) class. +Initializes a new instance of the [`TiffStreamReader`](../) class. ```csharp public TiffStreamReader(byte[] data) @@ -20,15 +20,15 @@ public TiffStreamReader(byte[] data) ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamReader constructor (2 of 4) +## TiffStreamReader(byte[], int) {#constructor_2} -Initializes a new instance of the [`TiffStreamReader`](../../tiffstreamreader) class. +Initializes a new instance of the [`TiffStreamReader`](../) class. ```csharp public TiffStreamReader(byte[] data, int startIndex) @@ -41,15 +41,15 @@ public TiffStreamReader(byte[] data, int startIndex) ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamReader constructor (3 of 4) +## TiffStreamReader(byte[], int, int) {#constructor_3} -Initializes a new instance of the [`TiffStreamReader`](../../tiffstreamreader) class. +Initializes a new instance of the [`TiffStreamReader`](../) class. ```csharp public TiffStreamReader(byte[] data, int startIndex, int dataLength) @@ -63,15 +63,15 @@ public TiffStreamReader(byte[] data, int startIndex, int dataLength) ### See Also -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamReader constructor (4 of 4) +## TiffStreamReader(StreamContainer) {#constructor} -Initializes a new instance of the [`TiffStreamReader`](../../tiffstreamreader) class. +Initializes a new instance of the [`TiffStreamReader`](../) class. ```csharp public TiffStreamReader(StreamContainer streamContainer) @@ -83,9 +83,9 @@ public TiffStreamReader(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/_index.md index 9fcf74fb8e98..ab643cc7c482 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ToStreamContainer +title: TiffStreamReader.ToStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamReader method. Converts the underlying data to the stream container type: docs weight: 270 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/tostreamcontainer/ @@ -20,13 +20,13 @@ public StreamContainer ToStreamContainer(long startPosition) ### Return Value -The [`StreamContainer`](../../../aspose.imaging/streamcontainer) with converted data. +The [`StreamContainer`](../../../aspose.imaging/streamcontainer/) with converted data. ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [TiffStreamReader](../../tiffstreamreader) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [TiffStreamReader](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamreader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md index bb4d10c0bb8a..adc3d523f1db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md @@ -1,7 +1,7 @@ --- -title: TiffStreamWriter +title: Class TiffStreamWriter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.FileManagement.TiffStreamWriter class. The Tiff stream writer type: docs weight: 7840 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/ @@ -11,56 +11,56 @@ url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/ The Tiff stream writer. ```csharp -public class TiffStreamWriter : #=zxpfJjpHLJ9ycc1KHmabdyi3$_z4mkmW$0T420jkJlmVjk78cFTh3S70= +public class TiffStreamWriter : #=zZEruSBWfSf_2BB9NrjFKuUlEzlDdmNABDmr$YIT1H4JmQrv3P8w9PXs= ``` ## Constructors | Name | Description | | --- | --- | -| [TiffStreamWriter](tiffstreamwriter)(StreamContainer) | Initializes a new instance of the [`TiffStreamWriter`](../tiffstreamwriter) class. | +| [TiffStreamWriter](tiffstreamwriter/)(StreamContainer) | Initializes a new instance of the `TiffStreamWriter` class. | ## Properties | Name | Description | | --- | --- | -| [Position](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position) { get; set; } | Gets or sets the stream position. | -| [SyncRoot](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | +| [Position](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/) { get; set; } | Gets or sets the stream position. | +| [SyncRoot](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | ## Methods | Name | Description | | --- | --- | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte) | Writes a single byte value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte[]) | Writes the specified data. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(double) | Writes a single double value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(double[]) | Writes an array of double values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(float) | Writes a single float value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(float[]) | Writes an array of float values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(int) | Writes a single integer value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(int[]) | Writes an array of integer values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(long) | Writes an array of signed long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(long[]) | Writes an array of signed long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(MemoryStream) | Writes the specified data. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(sbyte) | Writes a single signed byte value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(sbyte[]) | Writes an array of signed byte values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(short) | Writes a single short value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(short[]) | Writes an array of short values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffRational) | Writes a single rational number value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffRational[]) | Writes an array of unsigned rational values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffSRational) | Writes a single signed rational number value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(TiffSRational[]) | Writes an array of signed rational values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(uint) | Writes a single unsigned integer value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(uint[]) | Writes an array of unsigned integer values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ulong) | Writes an array of unsigned long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ulong[]) | Writes an array of unsigned long values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ushort) | Writes a single unsigned short value to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(ushort[]) | Writes an array of unsigned short values to the stream. | -| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write)(byte[], int, int) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_4)(byte) | Writes a single byte value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_5)(byte[]) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_7)(double) | Writes a single double value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_8)(double[]) | Writes an array of double values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_17)(float) | Writes a single float value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_18)(float[]) | Writes an array of float values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_11)(int) | Writes a single integer value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_12)(int[]) | Writes an array of integer values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_13)(long) | Writes an array of signed long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_14)(long[]) | Writes an array of signed long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_19)(MemoryStream) | Writes the specified data. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_15)(sbyte) | Writes a single signed byte value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_16)(sbyte[]) | Writes an array of signed byte values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_9)(short) | Writes a single short value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_10)(short[]) | Writes an array of short values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write)(TiffRational) | Writes a single rational number value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_1)(TiffRational[]) | Writes an array of unsigned rational values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_2)(TiffSRational) | Writes a single signed rational number value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_3)(TiffSRational[]) | Writes an array of signed rational values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_22)(uint) | Writes a single unsigned integer value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_23)(uint[]) | Writes an array of unsigned integer values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_24)(ulong) | Writes an array of unsigned long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_25)(ulong[]) | Writes an array of unsigned long values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_20)(ushort) | Writes a single unsigned short value to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_21)(ushort[]) | Writes an array of unsigned short values to the stream. | +| [Write](../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/#write_6)(byte[], int, int) | Writes the specified data. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../aspose.imaging.fileformats.tiff.filemanagement/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/_index.md index 1c6a5de08446..e84a036b7412 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/_index.md @@ -1,7 +1,7 @@ --- -title: Position +title: TiffStreamWriter.Position second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamWriter property. Gets or sets the stream position type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/position/ @@ -20,8 +20,8 @@ The stream position. ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/_index.md index 11d88f90b1aa..6936fe4bc62f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/_index.md @@ -1,7 +1,7 @@ --- -title: SyncRoot +title: TiffStreamWriter.SyncRoot second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamWriter property. Gets an object that can be used to synchronize access to the synchronized resource type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/syncroot/ @@ -20,8 +20,8 @@ The object that can be used to synchronize access to the synchronized resource. ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/tiffstreamwriter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/tiffstreamwriter/_index.md index bd060ad46bb9..69ce663918b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/tiffstreamwriter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/tiffstreamwriter/_index.md @@ -1,14 +1,14 @@ --- -title: TiffStreamWriter +title: TiffStreamWriter.TiffStreamWriter second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamWriter constructor. Initializes a new instance of the TiffStreamWriter class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/tiffstreamwriter/ --- ## TiffStreamWriter constructor -Initializes a new instance of the [`TiffStreamWriter`](../../tiffstreamwriter) class. +Initializes a new instance of the [`TiffStreamWriter`](../) class. ```csharp public TiffStreamWriter(StreamContainer writer) @@ -20,9 +20,9 @@ public TiffStreamWriter(StreamContainer writer) ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/_index.md index 2a97b08d17c5..fe4518a31e40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/_index.md @@ -1,12 +1,12 @@ --- -title: Write +title: TiffStreamWriter.Write second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffStreamWriter method. Writes the specified data type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/write/ --- -## TiffStreamWriter.Write method (1 of 26) +## Write(MemoryStream) {#write_19} Writes the specified data. @@ -20,13 +20,13 @@ public void Write(MemoryStream stream) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (2 of 26) +## Write(byte[], int, int) {#write_6} Writes the specified data. @@ -42,13 +42,13 @@ public void Write(byte[] data, int offset, int dataLength) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (3 of 26) +## Write(byte[]) {#write_5} Writes the specified data. @@ -62,13 +62,13 @@ public void Write(byte[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (4 of 26) +## Write(double) {#write_7} Writes a single double value to the stream. @@ -82,13 +82,13 @@ public void Write(double data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (5 of 26) +## Write(double[]) {#write_8} Writes an array of double values to the stream. @@ -102,13 +102,13 @@ public void Write(double[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (6 of 26) +## Write(float) {#write_17} Writes a single float value to the stream. @@ -122,13 +122,13 @@ public void Write(float data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (7 of 26) +## Write(float[]) {#write_18} Writes an array of float values to the stream. @@ -142,13 +142,13 @@ public void Write(float[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (8 of 26) +## Write(TiffRational) {#write} Writes a single rational number value to the stream. @@ -162,14 +162,14 @@ public void Write(TiffRational data) ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (9 of 26) +## Write(TiffSRational) {#write_2} Writes a single signed rational number value to the stream. @@ -183,14 +183,14 @@ public void Write(TiffSRational data) ### See Also -* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational) -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational/) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (10 of 26) +## Write(TiffRational[]) {#write_1} Writes an array of unsigned rational values to the stream. @@ -204,14 +204,14 @@ public void Write(TiffRational[] data) ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (11 of 26) +## Write(TiffSRational[]) {#write_3} Writes an array of signed rational values to the stream. @@ -225,14 +225,14 @@ public void Write(TiffSRational[] data) ### See Also -* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational) -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational/) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (12 of 26) +## Write(sbyte) {#write_15} Writes a single signed byte value to the stream. @@ -246,13 +246,13 @@ public void Write(sbyte data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (13 of 26) +## Write(sbyte[]) {#write_16} Writes an array of signed byte values to the stream. @@ -266,13 +266,13 @@ public void Write(sbyte[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (14 of 26) +## Write(int[]) {#write_12} Writes an array of integer values to the stream. @@ -286,13 +286,13 @@ public void Write(int[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (15 of 26) +## Write(short) {#write_9} Writes a single short value to the stream. @@ -306,13 +306,13 @@ public void Write(short data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (16 of 26) +## Write(short[]) {#write_10} Writes an array of short values to the stream. @@ -326,13 +326,13 @@ public void Write(short[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (17 of 26) +## Write(int) {#write_11} Writes a single integer value to the stream. @@ -346,13 +346,13 @@ public void Write(int data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (18 of 26) +## Write(byte) {#write_4} Writes a single byte value to the stream. @@ -366,13 +366,13 @@ public void Write(byte data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (19 of 26) +## Write(uint) {#write_22} Writes a single unsigned integer value to the stream. @@ -386,13 +386,13 @@ public void Write(uint data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (20 of 26) +## Write(uint[]) {#write_23} Writes an array of unsigned integer values to the stream. @@ -406,13 +406,13 @@ public void Write(uint[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (21 of 26) +## Write(ushort) {#write_20} Writes a single unsigned short value to the stream. @@ -426,13 +426,13 @@ public void Write(ushort data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (22 of 26) +## Write(ushort[]) {#write_21} Writes an array of unsigned short values to the stream. @@ -446,13 +446,13 @@ public void Write(ushort[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (23 of 26) +## Write(long) {#write_13} Writes an array of signed long values to the stream. @@ -466,13 +466,13 @@ public void Write(long data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (24 of 26) +## Write(long[]) {#write_14} Writes an array of signed long values to the stream. @@ -486,13 +486,13 @@ public void Write(long[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (25 of 26) +## Write(ulong) {#write_24} Writes an array of unsigned long values to the stream. @@ -506,13 +506,13 @@ public void Write(ulong data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) --- -## TiffStreamWriter.Write method (26 of 26) +## Write(ulong[]) {#write_25} Writes an array of unsigned long values to the stream. @@ -526,8 +526,8 @@ public void Write(ulong[] data) ### See Also -* class [TiffStreamWriter](../../tiffstreamwriter) -* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter) +* class [TiffStreamWriter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.FileManagement](../../tiffstreamwriter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/_index.md index d42da4ea2ea1..6728a484743b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Tiff.InstanceFactory second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Tiff file format tag factory helper classes and interfaces. +description: The namespace contains Tiff file format tag factory helper classes and interfaces type: docs weight: 670 url: /net/aspose.imaging.fileformats.tiff.instancefactory/ @@ -12,11 +12,11 @@ The namespace contains Tiff file format tag factory helper classes and interface | Class | Description | | --- | --- | -| [TiffTagFactory](./tifftagfactory) | Tag factory class | +| [TiffTagFactory](./tifftagfactory/) | Tag factory class | ## Interfaces | Interface | Description | | --- | --- | -| [ITiffTagCreator](./itifftagcreator) | The tiff tag creator. | +| [ITiffTagCreator](./itifftagcreator/) | The tiff tag creator. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/_index.md index 309d31d5c0d5..b398fd7d0f59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/_index.md @@ -1,7 +1,7 @@ --- -title: ITiffTagCreator +title: Interface ITiffTagCreator second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.InstanceFactory.ITiffTagCreator interface. The tiff tag creator type: docs weight: 7850 url: /net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/ @@ -18,11 +18,11 @@ public interface ITiffTagCreator | Name | Description | | --- | --- | -| [CreateInstance](../../aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/createinstance)(ushort) | Creates a new tag instance. | +| [CreateInstance](../../aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/createinstance/)(ushort) | Creates a new tag instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](../../aspose.imaging.fileformats.tiff.instancefactory) +* namespace [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](../../aspose.imaging.fileformats.tiff.instancefactory/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/createinstance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/createinstance/_index.md index b3afc87f44be..46d8ad5d5880 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/createinstance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/createinstance/_index.md @@ -1,7 +1,7 @@ --- -title: CreateInstance +title: ITiffTagCreator.CreateInstance second_title: Aspose.Imaging for .NET API Reference -description: +description: ITiffTagCreator method. Creates a new tag instance type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.instancefactory/itifftagcreator/createinstance/ @@ -24,9 +24,9 @@ The newly created instance. ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* interface [ITiffTagCreator](../../itifftagcreator) -* namespace [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](../../itifftagcreator) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* interface [ITiffTagCreator](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](../../itifftagcreator/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/_index.md index 9558b18b6b5d..7a25acb49351 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/_index.md @@ -1,7 +1,7 @@ --- -title: TiffTagFactory +title: Class TiffTagFactory second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.InstanceFactory.TiffTagFactory class. Tag factory class type: docs weight: 7860 url: /net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/ @@ -18,11 +18,11 @@ public static class TiffTagFactory | Name | Description | | --- | --- | -| static [CreateInstance](../../aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/createinstance)(ushort, ushort) | Creates a new data type instance. | +| static [CreateInstance](../../aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/createinstance/)(ushort, ushort) | Creates a new data type instance. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](../../aspose.imaging.fileformats.tiff.instancefactory) +* namespace [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](../../aspose.imaging.fileformats.tiff.instancefactory/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/createinstance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/createinstance/_index.md index 497927afc4c8..cb27cb726fbd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/createinstance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/createinstance/_index.md @@ -1,7 +1,7 @@ --- -title: CreateInstance +title: TiffTagFactory.CreateInstance second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffTagFactory method. Creates a new data type instance type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.instancefactory/tifftagfactory/createinstance/ @@ -25,9 +25,9 @@ Tiff tag data type ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [TiffTagFactory](../../tifftagfactory) -* namespace [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](../../tifftagfactory) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [TiffTagFactory](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.InstanceFactory](../../tifftagfactory/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/_index.md index 468d5114cc77..3952d21bdfb5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Tiff.PathResources second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tiff file format processing. +description: The namespace handles Tiff file format processing type: docs weight: 680 url: /net/aspose.imaging.fileformats.tiff.pathresources/ @@ -12,7 +12,7 @@ The namespace handles Tiff file format processing. | Class | Description | | --- | --- | -| [PathResource](./pathresource) | Represents Photoshop Path Resource. | -| [PathResourceConverter](./pathresourceconverter) | Converts [`PathResource`](../aspose.imaging.fileformats.tiff.pathresources/pathresource) to [`GraphicsPath`](../aspose.imaging/graphicspath) and vice versa. | +| [PathResource](./pathresource/) | Represents Photoshop Path Resource. | +| [PathResourceConverter](./pathresourceconverter/) | Converts [`PathResource`](../aspose.imaging.fileformats.tiff.pathresources/pathresource/) to [`GraphicsPath`](../aspose.imaging/graphicspath/) and vice versa. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/_index.md index 7b6b72d8328a..5caea041eea1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/_index.md @@ -1,7 +1,7 @@ --- -title: PathResource +title: Class PathResource second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.PathResources.PathResource class. Represents Photoshop Path Resource type: docs weight: 7870 url: /net/aspose.imaging.fileformats.tiff.pathresources/pathresource/ @@ -18,17 +18,17 @@ public class PathResource | Name | Description | | --- | --- | -| [PathResource](pathresource)() | The default constructor. | +| [PathResource](pathresource/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BlockId](../../aspose.imaging.fileformats.tiff.pathresources/pathresource/blockid) { get; set; } | Gets or sets the block identifier. | -| [Name](../../aspose.imaging.fileformats.tiff.pathresources/pathresource/name) { get; set; } | Gets or sets the name. | -| [Records](../../aspose.imaging.fileformats.tiff.pathresources/pathresource/records) { get; set; } | Gets or sets the records. | +| [BlockId](../../aspose.imaging.fileformats.tiff.pathresources/pathresource/blockid/) { get; set; } | Gets or sets the block identifier. | +| [Name](../../aspose.imaging.fileformats.tiff.pathresources/pathresource/name/) { get; set; } | Gets or sets the name. | +| [Records](../../aspose.imaging.fileformats.tiff.pathresources/pathresource/records/) { get; set; } | Gets or sets the records. | -### Examples +## Examples Transfer Clipping Paths during export from TIFF to PSD image. @@ -176,7 +176,7 @@ private static VectorPathRecord CreateBezierRecord(PointF point) ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../aspose.imaging.fileformats.tiff.pathresources) +* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../aspose.imaging.fileformats.tiff.pathresources/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/blockid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/blockid/_index.md index 06fd7b8f28cd..8c857c9b061c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/blockid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/blockid/_index.md @@ -1,7 +1,7 @@ --- -title: BlockId +title: PathResource.BlockId second_title: Aspose.Imaging for .NET API Reference -description: +description: PathResource property. Gets or sets the block identifier type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.pathresources/pathresource/blockid/ @@ -20,8 +20,8 @@ The block identifier. ### See Also -* class [PathResource](../../pathresource) -* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresource) +* class [PathResource](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/name/_index.md index 0b44a95d62b1..5f2120bb9faf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: PathResource.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: PathResource property. Gets or sets the name type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.pathresources/pathresource/name/ @@ -20,8 +20,8 @@ The name. ### See Also -* class [PathResource](../../pathresource) -* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresource) +* class [PathResource](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/pathresource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/pathresource/_index.md index e30618d5725d..06538efe0cd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/pathresource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/pathresource/_index.md @@ -1,7 +1,7 @@ --- -title: PathResource +title: PathResource.PathResource second_title: Aspose.Imaging for .NET API Reference -description: +description: PathResource constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.pathresources/pathresource/pathresource/ @@ -16,8 +16,8 @@ public PathResource() ### See Also -* class [PathResource](../../pathresource) -* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresource) +* class [PathResource](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/records/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/records/_index.md index 26d51a9b9f9b..11ec3d617365 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/records/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresource/records/_index.md @@ -1,7 +1,7 @@ --- -title: Records +title: PathResource.Records second_title: Aspose.Imaging for .NET API Reference -description: +description: PathResource property. Gets or sets the records type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.pathresources/pathresource/records/ @@ -20,9 +20,9 @@ The records. ### See Also -* class [VectorPathRecord](../../../aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord) -* class [PathResource](../../pathresource) -* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresource) +* class [VectorPathRecord](../../../aspose.imaging.fileformats.core.vectorpaths/vectorpathrecord/) +* class [PathResource](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/_index.md index 59c1b3de1dea..76f71c6f7e98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/_index.md @@ -1,14 +1,14 @@ --- -title: PathResourceConverter +title: Class PathResourceConverter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.PathResources.PathResourceConverter class. Converts PathResource to GraphicsPath and vice versa type: docs weight: 7880 url: /net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/ --- ## PathResourceConverter class -Converts [`PathResource`](../pathresource) to [`GraphicsPath`](../../aspose.imaging/graphicspath) and vice versa. +Converts [`PathResource`](../pathresource/) to [`GraphicsPath`](../../aspose.imaging/graphicspath/) and vice versa. ```csharp public static class PathResourceConverter @@ -18,10 +18,10 @@ public static class PathResourceConverter | Name | Description | | --- | --- | -| static [FromGraphicsPath](../../aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/fromgraphicspath)(GraphicsPath, Size) | Converts the [`GraphicsPath`](../../aspose.imaging/graphicspath) instance to path resources. | -| static [ToGraphicsPath](../../aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/tographicspath)(PathResource[], Size) | Converts path resources to the [`GraphicsPath`](../../aspose.imaging/graphicspath) instance. | +| static [FromGraphicsPath](../../aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/fromgraphicspath/)(GraphicsPath, Size) | Converts the [`GraphicsPath`](../../aspose.imaging/graphicspath/) instance to path resources. | +| static [ToGraphicsPath](../../aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/tographicspath/)(PathResource[], Size) | Converts path resources to the [`GraphicsPath`](../../aspose.imaging/graphicspath/) instance. | -### Examples +## Examples Create Graphics Path from Path Resources in TIFF image. @@ -82,7 +82,7 @@ private static IEnumerable CoordinatesToBezierPoints(float[] coordinates ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../aspose.imaging.fileformats.tiff.pathresources) +* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../aspose.imaging.fileformats.tiff.pathresources/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/fromgraphicspath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/fromgraphicspath/_index.md index c8a10ce9632e..280a62b6684e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/fromgraphicspath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/fromgraphicspath/_index.md @@ -1,14 +1,14 @@ --- -title: FromGraphicsPath +title: PathResourceConverter.FromGraphicsPath second_title: Aspose.Imaging for .NET API Reference -description: +description: PathResourceConverter method. Converts the GraphicsPath instance to path resources type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/fromgraphicspath/ --- ## PathResourceConverter.FromGraphicsPath method -Converts the [`GraphicsPath`](../../../aspose.imaging/graphicspath) instance to path resources. +Converts the [`GraphicsPath`](../../../aspose.imaging/graphicspath/) instance to path resources. ```csharp public static PathResource[] FromGraphicsPath(GraphicsPath graphicsPath, Size imageSize) @@ -31,11 +31,11 @@ The path resources. ### See Also -* class [PathResource](../../pathresource) -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* struct [Size](../../../aspose.imaging/size) -* class [PathResourceConverter](../../pathresourceconverter) -* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresourceconverter) +* class [PathResource](../../pathresource/) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* struct [Size](../../../aspose.imaging/size/) +* class [PathResourceConverter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresourceconverter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/tographicspath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/tographicspath/_index.md index 92332a70eba0..cf492e4af52a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/tographicspath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/tographicspath/_index.md @@ -1,14 +1,14 @@ --- -title: ToGraphicsPath +title: PathResourceConverter.ToGraphicsPath second_title: Aspose.Imaging for .NET API Reference -description: +description: PathResourceConverter method. Converts path resources to the GraphicsPath instance type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.pathresources/pathresourceconverter/tographicspath/ --- ## PathResourceConverter.ToGraphicsPath method -Converts path resources to the [`GraphicsPath`](../../../aspose.imaging/graphicspath) instance. +Converts path resources to the [`GraphicsPath`](../../../aspose.imaging/graphicspath/) instance. ```csharp public static GraphicsPath ToGraphicsPath(PathResource[] pathResources, Size imageSize) @@ -21,7 +21,7 @@ public static GraphicsPath ToGraphicsPath(PathResource[] pathResources, Size ima ### Return Value -The [`GraphicsPath`](../../../aspose.imaging/graphicspath) instance. +The [`GraphicsPath`](../../../aspose.imaging/graphicspath/) instance. ### Exceptions @@ -31,11 +31,11 @@ The [`GraphicsPath`](../../../aspose.imaging/graphicspath) instance. ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [PathResource](../../pathresource) -* struct [Size](../../../aspose.imaging/size) -* class [PathResourceConverter](../../pathresourceconverter) -* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresourceconverter) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [PathResource](../../pathresource/) +* struct [Size](../../../aspose.imaging/size/) +* class [PathResourceConverter](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.PathResources](../../pathresourceconverter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/_index.md index 43dfd7511150..9d329aace4f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Tiff file format tag classes. +description: The namespace contains Tiff file format tag classes type: docs weight: 690 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/ @@ -12,23 +12,23 @@ The namespace contains Tiff file format tag classes. | Class | Description | | --- | --- | -| [TiffASCIIType](./tiffasciitype) | The tiff ascii type. | -| [TiffByteType](./tiffbytetype) | The tiff byte type. | -| [TiffCommonArrayType](./tiffcommonarraytype) | The tiff common array type. | -| [TiffDoubleType](./tiffdoubletype) | The tiff double type. | -| [TiffFloatType](./tifffloattype) | The tiff float type. | -| [TiffIfd8Type](./tiffifd8type) | The Tiff unsigned 64-bit Image File Directory type. | -| [TiffIfdType](./tiffifdtype) | Represents the TIFF Exif image file directory type class. | -| [TiffLong8Type](./tifflong8type) | The Tiff unsigned 64-bit type. | -| [TiffLongType](./tifflongtype) | The tiff long type. | -| [TiffRationalType](./tiffrationaltype) | The tiff rational type. | -| [TiffSByteType](./tiffsbytetype) | The tiff signed byte type. | -| [TiffShortType](./tiffshorttype) | The tiff short type. | -| [TiffSLong8Type](./tiffslong8type) | The Tiff unsigned 64-bit type. | -| [TiffSLongType](./tiffslongtype) | The tiff signed long type. | -| [TiffSRationalType](./tiffsrationaltype) | The tiff signed rational type. | -| [TiffSShortType](./tiffsshorttype) | The tiff signed short type. | -| [TiffUndefinedType](./tiffundefinedtype) | The tiff undefined type. | -| [TiffUnknownType](./tiffunknowntype) | The unknown tiff type. In case the tiff tag cannot be recognized this type is instantinated. | +| [TiffASCIIType](./tiffasciitype/) | The tiff ascii type. | +| [TiffByteType](./tiffbytetype/) | The tiff byte type. | +| [TiffCommonArrayType](./tiffcommonarraytype/) | The tiff common array type. | +| [TiffDoubleType](./tiffdoubletype/) | The tiff double type. | +| [TiffFloatType](./tifffloattype/) | The tiff float type. | +| [TiffIfd8Type](./tiffifd8type/) | The Tiff unsigned 64-bit Image File Directory type. | +| [TiffIfdType](./tiffifdtype/) | Represents the TIFF Exif image file directory type class. | +| [TiffLong8Type](./tifflong8type/) | The Tiff unsigned 64-bit type. | +| [TiffLongType](./tifflongtype/) | The tiff long type. | +| [TiffRationalType](./tiffrationaltype/) | The tiff rational type. | +| [TiffSByteType](./tiffsbytetype/) | The tiff signed byte type. | +| [TiffShortType](./tiffshorttype/) | The tiff short type. | +| [TiffSLong8Type](./tiffslong8type/) | The Tiff unsigned 64-bit type. | +| [TiffSLongType](./tiffslongtype/) | The tiff signed long type. | +| [TiffSRationalType](./tiffsrationaltype/) | The tiff signed rational type. | +| [TiffSShortType](./tiffsshorttype/) | The tiff signed short type. | +| [TiffUndefinedType](./tiffundefinedtype/) | The tiff undefined type. | +| [TiffUnknownType](./tiffunknowntype/) | The unknown tiff type. In case the tiff tag cannot be recognized this type is instantinated. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/_index.md index 7fd63f5164f4..70ca621b416e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffASCIIType +title: Class TiffASCIIType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffASCIIType class. The tiff ascii type type: docs weight: 7950 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/ @@ -18,39 +18,39 @@ public sealed class TiffASCIIType : TiffDataType | Name | Description | | --- | --- | -| [TiffASCIIType](tiffasciitype)(TiffTags) | Initializes a new instance of the [`TiffASCIIType`](../tiffasciitype) class. | -| [TiffASCIIType](tiffasciitype)(ushort) | Initializes a new instance of the [`TiffASCIIType`](../tiffasciitype) class. | +| [TiffASCIIType](tiffasciitype/#constructor)(TiffTags) | Initializes a new instance of the `TiffASCIIType` class. | +| [TiffASCIIType](tiffasciitype/#constructor_1)(ushort) | Initializes a new instance of the `TiffASCIIType` class. | ## Properties | Name | Description | | --- | --- | -| override [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tagtype) { get; } | Gets the tag type. | -| [Text](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/text) { get; set; } | Gets or sets the text. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/value) { get; set; } | Gets or sets the value this data type contains. | +| override [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tagtype/) { get; } | Gets the tag type. | +| [Text](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/text/) { get; set; } | Gets or sets the text. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/value/) { get; set; } | Gets or sets the value this data type contains. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffDataType](../../aspose.imaging.fileformats.tiff/tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffDataType](../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/count/_index.md index ce44f8ba69a4..f4a8f38a50ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: TiffASCIIType.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffASCIIType property. Gets the count of elements type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/count/ @@ -20,8 +20,8 @@ The count of elements. ### See Also -* class [TiffASCIIType](../../tiffasciitype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype) +* class [TiffASCIIType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tagtype/_index.md index 40087dbb513e..9c967f30310e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffASCIIType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffASCIIType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffASCIIType](../../tiffasciitype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffASCIIType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/text/_index.md index 3ce45e759be0..f87d87a9daf5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: TiffASCIIType.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffASCIIType property. Gets or sets the text type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/text/ @@ -20,8 +20,8 @@ The text. ### See Also -* class [TiffASCIIType](../../tiffasciitype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype) +* class [TiffASCIIType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tiffasciitype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tiffasciitype/_index.md index 0a34a51ef607..1bddc7943881 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tiffasciitype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tiffasciitype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffASCIIType +title: TiffASCIIType.TiffASCIIType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffASCIIType constructor. Initializes a new instance of the TiffASCIIType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/tiffasciitype/ --- -## TiffASCIIType constructor (1 of 2) +## TiffASCIIType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffASCIIType`](../../tiffasciitype) class. +Initializes a new instance of the [`TiffASCIIType`](../) class. ```csharp public TiffASCIIType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffASCIIType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffASCIIType](../../tiffasciitype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffASCIIType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype/) * assembly [Aspose.Imaging](../../../) --- -## TiffASCIIType constructor (2 of 2) +## TiffASCIIType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffASCIIType`](../../tiffasciitype) class. +Initializes a new instance of the [`TiffASCIIType`](../) class. ```csharp public TiffASCIIType(ushort tagId) @@ -41,8 +41,8 @@ public TiffASCIIType(ushort tagId) ### See Also -* class [TiffASCIIType](../../tiffasciitype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype) +* class [TiffASCIIType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/value/_index.md index 261c4c0417ac..394d466af98a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffASCIIType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffASCIIType property. Gets or sets the value this data type contains type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffASCIIType](../../tiffasciitype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype) +* class [TiffASCIIType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/writeadditionaldata/_index.md index f01036c1e64b..8d6c968e4c11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffASCIIType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffASCIIType method. Writes the additional tag data type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffasciitype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffASCIIType](../../tiffasciitype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffASCIIType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffasciitype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/_index.md index 4bcb129ce70c..609e1d4d611b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffByteType +title: Class TiffByteType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffByteType class. The tiff byte type type: docs weight: 7960 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/ @@ -18,40 +18,40 @@ public sealed class TiffByteType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffByteType](tiffbytetype)(TiffTags) | Initializes a new instance of the [`TiffByteType`](../tiffbytetype) class. | -| [TiffByteType](tiffbytetype)(ushort) | Initializes a new instance of the [`TiffByteType`](../tiffbytetype) class. | +| [TiffByteType](tiffbytetype/#constructor)(TiffTags) | Initializes a new instance of the `TiffByteType` class. | +| [TiffByteType](tiffbytetype/#constructor_1)(ushort) | Initializes a new instance of the `TiffByteType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/elementsize/_index.md index bb2911d8a625..f8e5cbcc82f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffByteType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffByteType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffByteType](../../tiffbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype) +* class [TiffByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tagtype/_index.md index b9ec545b75c4..c7963f0abb12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffByteType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffByteType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffByteType](../../tiffbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tiffbytetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tiffbytetype/_index.md index dcded836df1d..619b7984166e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tiffbytetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tiffbytetype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffByteType +title: TiffByteType.TiffByteType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffByteType constructor. Initializes a new instance of the TiffByteType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/tiffbytetype/ --- -## TiffByteType constructor (1 of 2) +## TiffByteType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffByteType`](../../tiffbytetype) class. +Initializes a new instance of the [`TiffByteType`](../) class. ```csharp public TiffByteType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffByteType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffByteType](../../tiffbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype/) * assembly [Aspose.Imaging](../../../) --- -## TiffByteType constructor (2 of 2) +## TiffByteType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffByteType`](../../tiffbytetype) class. +Initializes a new instance of the [`TiffByteType`](../) class. ```csharp public TiffByteType(ushort tagId) @@ -41,8 +41,8 @@ public TiffByteType(ushort tagId) ### See Also -* class [TiffByteType](../../tiffbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype) +* class [TiffByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/value/_index.md index df1df1bceba2..b758fa9127ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffByteType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffByteType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffByteType](../../tiffbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype) +* class [TiffByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/values/_index.md index c802ce3b5368..fd63083e145a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffByteType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffByteType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/values/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [TiffByteType](../../tiffbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype) +* class [TiffByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/valuescontainer/_index.md index a83acc2c4dd1..8acf6070bc93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffByteType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffByteType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffByteType](../../tiffbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype) +* class [TiffByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/writeadditionaldata/_index.md index f45b5d9e0558..94c058252e0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffByteType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffByteType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffbytetype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffByteType](../../tiffbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/_index.md index 434ea9dab301..3826136fa3e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffCommonArrayType +title: Class TiffCommonArrayType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffCommonArrayType class. The tiff common array type type: docs weight: 7970 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/ @@ -18,32 +18,32 @@ public abstract class TiffCommonArrayType : TiffDataType | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| abstract [TagType](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagtype) { get; } | Gets the tag type. | -| abstract [Value](../../aspose.imaging.fileformats.tiff/tiffdatatype/value) { get; set; } | Gets or sets the value this data type contains. | -| abstract [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| abstract [TagType](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagtype/) { get; } | Gets the tag type. | +| abstract [Value](../../aspose.imaging.fileformats.tiff/tiffdatatype/value/) { get; set; } | Gets or sets the value this data type contains. | +| abstract [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| abstract [WriteAdditionalData](../../aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| abstract [WriteAdditionalData](../../aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffDataType](../../aspose.imaging.fileformats.tiff/tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffDataType](../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/_index.md index e2c812c5b193..e7dbf707353f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: TiffCommonArrayType.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffCommonArrayType property. Gets the count of elements type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/ @@ -20,8 +20,8 @@ The count of elements. ### See Also -* class [TiffCommonArrayType](../../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffcommonarraytype) +* class [TiffCommonArrayType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffcommonarraytype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/valuescontainer/_index.md index bad3b9dca59f..82b4e9da2965 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffCommonArrayType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffCommonArrayType property. Gets the values container type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffCommonArrayType](../../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffcommonarraytype) +* class [TiffCommonArrayType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffcommonarraytype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/_index.md index 04fed3cca52a..fa3dab3b5506 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffDoubleType +title: Class TiffDoubleType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffDoubleType class. The tiff double type type: docs weight: 7980 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/ @@ -18,40 +18,40 @@ public sealed class TiffDoubleType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffDoubleType](tiffdoubletype)(TiffTags) | Initializes a new instance of the [`TiffDoubleType`](../tiffdoubletype) class. | -| [TiffDoubleType](tiffdoubletype)(ushort) | Initializes a new instance of the [`TiffDoubleType`](../tiffdoubletype) class. | +| [TiffDoubleType](tiffdoubletype/#constructor)(TiffTags) | Initializes a new instance of the `TiffDoubleType` class. | +| [TiffDoubleType](tiffdoubletype/#constructor_1)(ushort) | Initializes a new instance of the `TiffDoubleType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/elementsize/_index.md index d4b1d1325708..65f3d893e43b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffDoubleType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDoubleType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffDoubleType](../../tiffdoubletype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype) +* class [TiffDoubleType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tagtype/_index.md index 0fbf0ab9dbf4..6320d1573131 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffDoubleType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDoubleType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffDoubleType](../../tiffdoubletype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffDoubleType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tiffdoubletype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tiffdoubletype/_index.md index 693e21c566f6..a59c816022e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tiffdoubletype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tiffdoubletype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffDoubleType +title: TiffDoubleType.TiffDoubleType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDoubleType constructor. Initializes a new instance of the TiffDoubleType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/tiffdoubletype/ --- -## TiffDoubleType constructor (1 of 2) +## TiffDoubleType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffDoubleType`](../../tiffdoubletype) class. +Initializes a new instance of the [`TiffDoubleType`](../) class. ```csharp public TiffDoubleType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffDoubleType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffDoubleType](../../tiffdoubletype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffDoubleType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype/) * assembly [Aspose.Imaging](../../../) --- -## TiffDoubleType constructor (2 of 2) +## TiffDoubleType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffDoubleType`](../../tiffdoubletype) class. +Initializes a new instance of the [`TiffDoubleType`](../) class. ```csharp public TiffDoubleType(ushort tagId) @@ -41,8 +41,8 @@ public TiffDoubleType(ushort tagId) ### See Also -* class [TiffDoubleType](../../tiffdoubletype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype) +* class [TiffDoubleType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/value/_index.md index af15f143e25c..2b2fdb30f902 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffDoubleType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDoubleType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffDoubleType](../../tiffdoubletype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype) +* class [TiffDoubleType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/values/_index.md index 8d10b1246061..2b7ae82168e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffDoubleType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDoubleType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/values/ @@ -20,8 +20,8 @@ The values. ### See Also -* class [TiffDoubleType](../../tiffdoubletype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype) +* class [TiffDoubleType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/valuescontainer/_index.md index e6a0ac7eca9a..948cb0e0fa1c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffDoubleType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDoubleType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffDoubleType](../../tiffdoubletype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype) +* class [TiffDoubleType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/writeadditionaldata/_index.md index eefc3961619d..a9059b7ebdc3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffDoubleType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDoubleType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffdoubletype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffDoubleType](../../tiffdoubletype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffDoubleType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffdoubletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/_index.md index 426b767fd49c..b1b902068812 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffFloatType +title: Class TiffFloatType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffFloatType class. The tiff float type type: docs weight: 7990 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/ @@ -18,40 +18,40 @@ public sealed class TiffFloatType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffFloatType](tifffloattype)(TiffTags) | Initializes a new instance of the [`TiffFloatType`](../tifffloattype) class. | -| [TiffFloatType](tifffloattype)(ushort) | Initializes a new instance of the [`TiffFloatType`](../tifffloattype) class. | +| [TiffFloatType](tifffloattype/#constructor)(TiffTags) | Initializes a new instance of the `TiffFloatType` class. | +| [TiffFloatType](tifffloattype/#constructor_1)(ushort) | Initializes a new instance of the `TiffFloatType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/elementsize/_index.md index 6725e7c159b4..353c8d26c489 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffFloatType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFloatType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffFloatType](../../tifffloattype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype) +* class [TiffFloatType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tagtype/_index.md index 5e4ac9fbfd88..fa13e9db603b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffFloatType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFloatType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffFloatType](../../tifffloattype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffFloatType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tifffloattype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tifffloattype/_index.md index 4c31c3631d07..cf950535c949 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tifffloattype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tifffloattype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffFloatType +title: TiffFloatType.TiffFloatType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFloatType constructor. Initializes a new instance of the TiffFloatType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/tifffloattype/ --- -## TiffFloatType constructor (1 of 2) +## TiffFloatType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffFloatType`](../../tifffloattype) class. +Initializes a new instance of the [`TiffFloatType`](../) class. ```csharp public TiffFloatType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffFloatType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffFloatType](../../tifffloattype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffFloatType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype/) * assembly [Aspose.Imaging](../../../) --- -## TiffFloatType constructor (2 of 2) +## TiffFloatType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffFloatType`](../../tifffloattype) class. +Initializes a new instance of the [`TiffFloatType`](../) class. ```csharp public TiffFloatType(ushort tagId) @@ -41,8 +41,8 @@ public TiffFloatType(ushort tagId) ### See Also -* class [TiffFloatType](../../tifffloattype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype) +* class [TiffFloatType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/value/_index.md index 76307850c316..20daec8676bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffFloatType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFloatType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffFloatType](../../tifffloattype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype) +* class [TiffFloatType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/values/_index.md index 82c6e5125757..969fb89a86a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffFloatType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFloatType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/values/ @@ -20,8 +20,8 @@ The values. ### See Also -* class [TiffFloatType](../../tifffloattype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype) +* class [TiffFloatType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/valuescontainer/_index.md index 16ccc22a1f82..9217e5d7f7f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffFloatType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFloatType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffFloatType](../../tifffloattype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype) +* class [TiffFloatType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/writeadditionaldata/_index.md index 082326e9c33f..1c0fd5bc3696 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffFloatType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFloatType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifffloattype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffFloatType](../../tifffloattype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffFloatType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifffloattype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/_index.md index 7ba2e4de1dcc..d7409641b8e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/_index.md @@ -1,7 +1,7 @@ --- -title: TiffIfd8Type +title: Class TiffIfd8Type second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffIfd8Type class. The Tiff unsigned 64bit Image File Directory type type: docs weight: 8000 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/ @@ -18,40 +18,40 @@ public class TiffIfd8Type : TiffLong8Type | Name | Description | | --- | --- | -| [TiffIfd8Type](tiffifd8type)(TiffTags) | Initializes a new instance of the [`TiffIfd8Type`](../tiffifd8type) class. | -| [TiffIfd8Type](tiffifd8type)(ushort) | Initializes a new instance of the [`TiffIfd8Type`](../tiffifd8type) class. | +| [TiffIfd8Type](tiffifd8type/#constructor)(TiffTags) | Initializes a new instance of the `TiffIfd8Type` class. | +| [TiffIfd8Type](tiffifd8type/#constructor_1)(ushort) | Initializes a new instance of the `TiffIfd8Type` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize) { get; } | Gets size of element. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize/) { get; } | Gets size of element. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffLong8Type](../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffLong8Type](../tifflong8type/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tagtype/_index.md index 2bf9d12d27b3..52fceadc7097 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffIfd8Type.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfd8Type property. Gets the tag type type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tagtype/ @@ -16,9 +16,9 @@ public override TiffDataTypes TagType { get; } ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffIfd8Type](../../tiffifd8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifd8type) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffIfd8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifd8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tiffifd8type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tiffifd8type/_index.md index db4eb6534457..5ace78f9a512 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tiffifd8type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tiffifd8type/_index.md @@ -1,14 +1,14 @@ --- -title: TiffIfd8Type +title: TiffIfd8Type.TiffIfd8Type second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfd8Type constructor. Initializes a new instance of the TiffIfd8Type class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifd8type/tiffifd8type/ --- -## TiffIfd8Type constructor (1 of 2) +## TiffIfd8Type(ushort) {#constructor_1} -Initializes a new instance of the [`TiffIfd8Type`](../../tiffifd8type) class. +Initializes a new instance of the [`TiffIfd8Type`](../) class. ```csharp public TiffIfd8Type(ushort tagId) @@ -20,15 +20,15 @@ public TiffIfd8Type(ushort tagId) ### See Also -* class [TiffIfd8Type](../../tiffifd8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifd8type) +* class [TiffIfd8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifd8type/) * assembly [Aspose.Imaging](../../../) --- -## TiffIfd8Type constructor (2 of 2) +## TiffIfd8Type(TiffTags) {#constructor} -Initializes a new instance of the [`TiffIfd8Type`](../../tiffifd8type) class. +Initializes a new instance of the [`TiffIfd8Type`](../) class. ```csharp public TiffIfd8Type(TiffTags tagId) @@ -40,9 +40,9 @@ public TiffIfd8Type(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffIfd8Type](../../tiffifd8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifd8type) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffIfd8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifd8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/_index.md index 6329867a820b..09b2e74652b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffIfdType +title: Class TiffIfdType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffIfdType class. Represents the TIFF Exif image file directory type class type: docs weight: 8010 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/ @@ -18,40 +18,40 @@ public sealed class TiffIfdType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffIfdType](tiffifdtype)(TiffTags) | Initializes a new instance of the [`TiffIfdType`](../tiffifdtype) class. | -| [TiffIfdType](tiffifdtype)(ushort) | Initializes a new instance of the [`TiffIfdType`](../tiffifdtype) class. | +| [TiffIfdType](tiffifdtype/#constructor)(TiffTags) | Initializes a new instance of the `TiffIfdType` class. | +| [TiffIfdType](tiffifdtype/#constructor_1)(ushort) | Initializes a new instance of the `TiffIfdType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/elementsize/_index.md index c1b0b98e9703..45bde821c3fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffIfdType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfdType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffIfdType](../../tiffifdtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype) +* class [TiffIfdType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tagtype/_index.md index 45403087bebf..4aa6fe598bd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffIfdType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfdType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffIfdType](../../tiffifdtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffIfdType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tiffifdtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tiffifdtype/_index.md index 4029e5c9e246..1a7eed15410d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tiffifdtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tiffifdtype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffIfdType +title: TiffIfdType.TiffIfdType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfdType constructor. Initializes a new instance of the TiffIfdType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/tiffifdtype/ --- -## TiffIfdType constructor (1 of 2) +## TiffIfdType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffIfdType`](../../tiffifdtype) class. +Initializes a new instance of the [`TiffIfdType`](../) class. ```csharp public TiffIfdType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffIfdType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffIfdType](../../tiffifdtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffIfdType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype/) * assembly [Aspose.Imaging](../../../) --- -## TiffIfdType constructor (2 of 2) +## TiffIfdType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffIfdType`](../../tiffifdtype) class. +Initializes a new instance of the [`TiffIfdType`](../) class. ```csharp public TiffIfdType(ushort tagId) @@ -41,8 +41,8 @@ public TiffIfdType(ushort tagId) ### See Also -* class [TiffIfdType](../../tiffifdtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype) +* class [TiffIfdType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/value/_index.md index c2393a66796a..a5a5a6774419 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffIfdType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfdType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffIfdType](../../tiffifdtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype) +* class [TiffIfdType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/values/_index.md index 4ed959f287da..e223dd147af3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffIfdType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfdType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/values/ @@ -20,8 +20,8 @@ The values. ### See Also -* class [TiffIfdType](../../tiffifdtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype) +* class [TiffIfdType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/valuescontainer/_index.md index d83f4b616629..3b655d2b3b03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffIfdType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfdType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffIfdType](../../tiffifdtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype) +* class [TiffIfdType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/writeadditionaldata/_index.md index 3f803bdb8d51..23c5a4ff0a8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffIfdType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffIfdType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffifdtype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffIfdType](../../tiffifdtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffIfdType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffifdtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/_index.md index 5668b32aa991..2c52bae27ca6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/_index.md @@ -1,7 +1,7 @@ --- -title: TiffLong8Type +title: Class TiffLong8Type second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffLong8Type class. The Tiff unsigned 64bit type type: docs weight: 8020 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/ @@ -18,40 +18,40 @@ public class TiffLong8Type : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffLong8Type](tifflong8type)(TiffTags) | Initializes a new instance of the [`TiffLong8Type`](../tifflong8type) class. | -| [TiffLong8Type](tifflong8type)(ushort) | Initializes a new instance of the [`TiffLong8Type`](../tifflong8type) class. | +| [TiffLong8Type](tifflong8type/#constructor)(TiffTags) | Initializes a new instance of the `TiffLong8Type` class. | +| [TiffLong8Type](tifflong8type/#constructor_1)(ushort) | Initializes a new instance of the `TiffLong8Type` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize) { get; } | Gets size of element. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize/) { get; } | Gets size of element. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize/_index.md index 73691fc0a845..e18bc7c28948 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffLong8Type.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLong8Type property. Gets size of element type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/elementsize/ @@ -16,8 +16,8 @@ public override byte ElementSize { get; } ### See Also -* class [TiffLong8Type](../../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type) +* class [TiffLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tagtype/_index.md index 8b789a3d5123..e3398aebc5b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffLong8Type.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLong8Type property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffLong8Type](../../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tifflong8type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tifflong8type/_index.md index c705e7843f5f..8ff6660dbbd9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tifflong8type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tifflong8type/_index.md @@ -1,14 +1,14 @@ --- -title: TiffLong8Type +title: TiffLong8Type.TiffLong8Type second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLong8Type constructor. Initializes a new instance of the TiffLong8Type class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/tifflong8type/ --- -## TiffLong8Type constructor (1 of 2) +## TiffLong8Type(ushort) {#constructor_1} -Initializes a new instance of the [`TiffLong8Type`](../../tifflong8type) class. +Initializes a new instance of the [`TiffLong8Type`](../) class. ```csharp public TiffLong8Type(ushort tagId) @@ -20,15 +20,15 @@ public TiffLong8Type(ushort tagId) ### See Also -* class [TiffLong8Type](../../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type) +* class [TiffLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type/) * assembly [Aspose.Imaging](../../../) --- -## TiffLong8Type constructor (2 of 2) +## TiffLong8Type(TiffTags) {#constructor} -Initializes a new instance of the [`TiffLong8Type`](../../tifflong8type) class. +Initializes a new instance of the [`TiffLong8Type`](../) class. ```csharp public TiffLong8Type(TiffTags tagId) @@ -40,9 +40,9 @@ public TiffLong8Type(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffLong8Type](../../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value/_index.md index 2eb337b0778b..30be67ec5c86 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffLong8Type.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLong8Type property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/value/ @@ -22,8 +22,8 @@ public override object Value { get; set; } ### See Also -* class [TiffLong8Type](../../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type) +* class [TiffLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values/_index.md index 9fda06d77de4..d356185b49e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffLong8Type.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLong8Type property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/values/ @@ -20,8 +20,8 @@ The tag values. ### See Also -* class [TiffLong8Type](../../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type) +* class [TiffLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer/_index.md index 6df530736a31..c498dbe63033 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffLong8Type.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLong8Type property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/valuescontainer/ @@ -16,8 +16,8 @@ public override Array ValuesContainer { get; } ### See Also -* class [TiffLong8Type](../../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type) +* class [TiffLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata/_index.md index 6f9e9e4a9d04..416fb463553f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffLong8Type.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLong8Type method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflong8type/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffLong8Type](../../tifflong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/_index.md index bc4b8a389155..f7a5f67e4f7b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffLongType +title: Class TiffLongType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffLongType class. The tiff long type type: docs weight: 8030 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/ @@ -18,40 +18,40 @@ public sealed class TiffLongType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffLongType](tifflongtype)(TiffTags) | Initializes a new instance of the [`TiffLongType`](../tifflongtype) class. | -| [TiffLongType](tifflongtype)(ushort) | Initializes a new instance of the [`TiffLongType`](../tifflongtype) class. | +| [TiffLongType](tifflongtype/#constructor)(TiffTags) | Initializes a new instance of the `TiffLongType` class. | +| [TiffLongType](tifflongtype/#constructor_1)(ushort) | Initializes a new instance of the `TiffLongType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/elementsize/_index.md index fdd9f4af6b83..8e1aa9dd3f04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffLongType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLongType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffLongType](../../tifflongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype) +* class [TiffLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tagtype/_index.md index 506973d8fe11..abada4e28648 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffLongType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLongType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffLongType](../../tifflongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tifflongtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tifflongtype/_index.md index 9132e2a4234a..788b65e14db2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tifflongtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tifflongtype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffLongType +title: TiffLongType.TiffLongType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLongType constructor. Initializes a new instance of the TiffLongType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/tifflongtype/ --- -## TiffLongType constructor (1 of 2) +## TiffLongType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffLongType`](../../tifflongtype) class. +Initializes a new instance of the [`TiffLongType`](../) class. ```csharp public TiffLongType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffLongType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffLongType](../../tifflongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype/) * assembly [Aspose.Imaging](../../../) --- -## TiffLongType constructor (2 of 2) +## TiffLongType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffLongType`](../../tifflongtype) class. +Initializes a new instance of the [`TiffLongType`](../) class. ```csharp public TiffLongType(ushort tagId) @@ -41,8 +41,8 @@ public TiffLongType(ushort tagId) ### See Also -* class [TiffLongType](../../tifflongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype) +* class [TiffLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/value/_index.md index 505b7f2246ee..dfbb120608f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffLongType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLongType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffLongType](../../tifflongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype) +* class [TiffLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/values/_index.md index 3c3ee3b76b47..2ab14279c73e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffLongType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLongType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/values/ @@ -20,8 +20,8 @@ The values. ### See Also -* class [TiffLongType](../../tifflongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype) +* class [TiffLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/valuescontainer/_index.md index 620401d7df43..1eaefefd17f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffLongType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLongType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffLongType](../../tifflongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype) +* class [TiffLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/writeadditionaldata/_index.md index 72c0ce7f5fc0..5cc2f549eea8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffLongType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffLongType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tifflongtype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffLongType](../../tifflongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tifflongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/_index.md index 281b44871b67..1f12546358bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffRationalType +title: Class TiffRationalType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffRationalType class. The tiff rational type type: docs weight: 8040 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/ @@ -18,40 +18,40 @@ public sealed class TiffRationalType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffRationalType](tiffrationaltype)(TiffTags) | Initializes a new instance of the [`TiffRationalType`](../tiffrationaltype) class. | -| [TiffRationalType](tiffrationaltype)(ushort) | Initializes a new instance of the [`TiffRationalType`](../tiffrationaltype) class. | +| [TiffRationalType](tiffrationaltype/#constructor)(TiffTags) | Initializes a new instance of the `TiffRationalType` class. | +| [TiffRationalType](tiffrationaltype/#constructor_1)(ushort) | Initializes a new instance of the `TiffRationalType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/elementsize/_index.md index c5017963773c..a5e6207850ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffRationalType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRationalType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffRationalType](../../tiffrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype) +* class [TiffRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tagtype/_index.md index 52bc15a2a8e6..b3dfd72a341c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffRationalType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRationalType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffRationalType](../../tiffrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tiffrationaltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tiffrationaltype/_index.md index 70779da7c7b5..6271a6f7f327 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tiffrationaltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tiffrationaltype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffRationalType +title: TiffRationalType.TiffRationalType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRationalType constructor. Initializes a new instance of the TiffRationalType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/tiffrationaltype/ --- -## TiffRationalType constructor (1 of 2) +## TiffRationalType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffRationalType`](../../tiffrationaltype) class. +Initializes a new instance of the [`TiffRationalType`](../) class. ```csharp public TiffRationalType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffRationalType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffRationalType](../../tiffrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype/) * assembly [Aspose.Imaging](../../../) --- -## TiffRationalType constructor (2 of 2) +## TiffRationalType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffRationalType`](../../tiffrationaltype) class. +Initializes a new instance of the [`TiffRationalType`](../) class. ```csharp public TiffRationalType(ushort tagId) @@ -41,8 +41,8 @@ public TiffRationalType(ushort tagId) ### See Also -* class [TiffRationalType](../../tiffrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype) +* class [TiffRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/value/_index.md index 0ac3b8fb58a3..55292dbc4ec1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffRationalType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRationalType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffRationalType](../../tiffrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype) +* class [TiffRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/values/_index.md index 2b999ad2f838..1f2e0a7570e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffRationalType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRationalType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/values/ @@ -20,9 +20,9 @@ The values. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffRationalType](../../tiffrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/valuescontainer/_index.md index 1dec6e9d32c0..388bf639e355 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffRationalType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRationalType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffRationalType](../../tiffrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype) +* class [TiffRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/writeadditionaldata/_index.md index 85d1aeaa131f..450bbf885ce1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffRationalType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRationalType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffrationaltype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffRationalType](../../tiffrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/_index.md index 5ce256baf72e..0fc322cc65e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffSByteType +title: Class TiffSByteType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffSByteType class. The tiff signed byte type type: docs weight: 8050 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/ @@ -18,40 +18,40 @@ public sealed class TiffSByteType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffSByteType](tiffsbytetype)(TiffTags) | Initializes a new instance of the [`TiffSByteType`](../tiffsbytetype) class. | -| [TiffSByteType](tiffsbytetype)(ushort) | Initializes a new instance of the [`TiffSByteType`](../tiffsbytetype) class. | +| [TiffSByteType](tiffsbytetype/#constructor)(TiffTags) | Initializes a new instance of the `TiffSByteType` class. | +| [TiffSByteType](tiffsbytetype/#constructor_1)(ushort) | Initializes a new instance of the `TiffSByteType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/elementsize/_index.md index 31a9ef7d8d11..e345d13031ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffSByteType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSByteType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffSByteType](../../tiffsbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype) +* class [TiffSByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tagtype/_index.md index 53df70acba08..2361edb06d74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffSByteType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSByteType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffSByteType](../../tiffsbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffSByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tiffsbytetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tiffsbytetype/_index.md index cb624224c577..f4e743366685 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tiffsbytetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tiffsbytetype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffSByteType +title: TiffSByteType.TiffSByteType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSByteType constructor. Initializes a new instance of the TiffSByteType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/tiffsbytetype/ --- -## TiffSByteType constructor (1 of 2) +## TiffSByteType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffSByteType`](../../tiffsbytetype) class. +Initializes a new instance of the [`TiffSByteType`](../) class. ```csharp public TiffSByteType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffSByteType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffSByteType](../../tiffsbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffSByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype/) * assembly [Aspose.Imaging](../../../) --- -## TiffSByteType constructor (2 of 2) +## TiffSByteType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffSByteType`](../../tiffsbytetype) class. +Initializes a new instance of the [`TiffSByteType`](../) class. ```csharp public TiffSByteType(ushort tagId) @@ -41,8 +41,8 @@ public TiffSByteType(ushort tagId) ### See Also -* class [TiffSByteType](../../tiffsbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype) +* class [TiffSByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/value/_index.md index ce32825c727d..01c7799eb769 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffSByteType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSByteType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffSByteType](../../tiffsbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype) +* class [TiffSByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/values/_index.md index e0db8a00c14c..bfe83c684413 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffSByteType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSByteType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/values/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [TiffSByteType](../../tiffsbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype) +* class [TiffSByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/valuescontainer/_index.md index f80265d66b9c..03067df90286 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffSByteType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSByteType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffSByteType](../../tiffsbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype) +* class [TiffSByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/writeadditionaldata/_index.md index 4fa67491c3a4..dfcd5dcb631b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffSByteType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSByteType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsbytetype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffSByteType](../../tiffsbytetype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffSByteType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsbytetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/_index.md index f4656078a223..994e86c0b4f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffShortType +title: Class TiffShortType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffShortType class. The tiff short type type: docs weight: 8100 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/ @@ -18,40 +18,40 @@ public sealed class TiffShortType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffShortType](tiffshorttype)(TiffTags) | Initializes a new instance of the [`TiffShortType`](../tiffshorttype) class. | -| [TiffShortType](tiffshorttype)(ushort) | Initializes a new instance of the [`TiffShortType`](../tiffshorttype) class. | +| [TiffShortType](tiffshorttype/#constructor)(TiffTags) | Initializes a new instance of the `TiffShortType` class. | +| [TiffShortType](tiffshorttype/#constructor_1)(ushort) | Initializes a new instance of the `TiffShortType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/values) { get; set; } | Gets or sets the data. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/values/) { get; set; } | Gets or sets the data. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/elementsize/_index.md index 6be08baba12e..9a5646dd48d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffShortType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffShortType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffShortType](../../tiffshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype) +* class [TiffShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tagtype/_index.md index 242380ea2694..cfeb64e70bb5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffShortType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffShortType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffShortType](../../tiffshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tiffshorttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tiffshorttype/_index.md index 95dd67ec5c6a..a0ff5a00e903 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tiffshorttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tiffshorttype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffShortType +title: TiffShortType.TiffShortType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffShortType constructor. Initializes a new instance of the TiffShortType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/tiffshorttype/ --- -## TiffShortType constructor (1 of 2) +## TiffShortType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffShortType`](../../tiffshorttype) class. +Initializes a new instance of the [`TiffShortType`](../) class. ```csharp public TiffShortType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffShortType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffShortType](../../tiffshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype/) * assembly [Aspose.Imaging](../../../) --- -## TiffShortType constructor (2 of 2) +## TiffShortType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffShortType`](../../tiffshorttype) class. +Initializes a new instance of the [`TiffShortType`](../) class. ```csharp public TiffShortType(ushort tagId) @@ -41,8 +41,8 @@ public TiffShortType(ushort tagId) ### See Also -* class [TiffShortType](../../tiffshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype) +* class [TiffShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/value/_index.md index 668f17b1c734..e2829aedcdba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffShortType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffShortType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffShortType](../../tiffshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype) +* class [TiffShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/values/_index.md index 551483167de1..bb3cd1099fb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffShortType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffShortType property. Gets or sets the data type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/values/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [TiffShortType](../../tiffshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype) +* class [TiffShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/valuescontainer/_index.md index 6f9d06cb432f..3233842dc46f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffShortType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffShortType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffShortType](../../tiffshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype) +* class [TiffShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/writeadditionaldata/_index.md index ada5d24d6a52..a3e316b4131c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffShortType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffShortType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffshorttype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffShortType](../../tiffshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/_index.md index e14778922d42..f7d771d4c482 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/_index.md @@ -1,7 +1,7 @@ --- -title: TiffSLong8Type +title: Class TiffSLong8Type second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffSLong8Type class. The Tiff unsigned 64bit type type: docs weight: 8060 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/ @@ -18,40 +18,40 @@ public class TiffSLong8Type : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffSLong8Type](tiffslong8type)(TiffTags) | Initializes a new instance of the [`TiffSLong8Type`](../tiffslong8type) class. | -| [TiffSLong8Type](tiffslong8type)(ushort) | Initializes a new instance of the [`TiffSLong8Type`](../tiffslong8type) class. | +| [TiffSLong8Type](tiffslong8type/#constructor)(TiffTags) | Initializes a new instance of the `TiffSLong8Type` class. | +| [TiffSLong8Type](tiffslong8type/#constructor_1)(ushort) | Initializes a new instance of the `TiffSLong8Type` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/elementsize) { get; } | Gets size of element. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/elementsize/) { get; } | Gets size of element. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/elementsize/_index.md index 0bda01e0e376..c82f3af593fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffSLong8Type.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLong8Type property. Gets size of element type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/elementsize/ @@ -16,8 +16,8 @@ public override byte ElementSize { get; } ### See Also -* class [TiffSLong8Type](../../tiffslong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type) +* class [TiffSLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tagtype/_index.md index c21849d318bb..f59b5fc0dd76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffSLong8Type.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLong8Type property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffSLong8Type](../../tiffslong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffSLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tiffslong8type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tiffslong8type/_index.md index 557f39067214..a359298989b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tiffslong8type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tiffslong8type/_index.md @@ -1,14 +1,14 @@ --- -title: TiffSLong8Type +title: TiffSLong8Type.TiffSLong8Type second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLong8Type constructor. Initializes a new instance of the TiffSLong8Type class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/tiffslong8type/ --- -## TiffSLong8Type constructor (1 of 2) +## TiffSLong8Type(ushort) {#constructor_1} -Initializes a new instance of the [`TiffSLong8Type`](../../tiffslong8type) class. +Initializes a new instance of the [`TiffSLong8Type`](../) class. ```csharp public TiffSLong8Type(ushort tagId) @@ -20,15 +20,15 @@ public TiffSLong8Type(ushort tagId) ### See Also -* class [TiffSLong8Type](../../tiffslong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type) +* class [TiffSLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type/) * assembly [Aspose.Imaging](../../../) --- -## TiffSLong8Type constructor (2 of 2) +## TiffSLong8Type(TiffTags) {#constructor} -Initializes a new instance of the [`TiffSLong8Type`](../../tiffslong8type) class. +Initializes a new instance of the [`TiffSLong8Type`](../) class. ```csharp public TiffSLong8Type(TiffTags tagId) @@ -40,9 +40,9 @@ public TiffSLong8Type(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffSLong8Type](../../tiffslong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffSLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/value/_index.md index 12088f953fce..06e1f3b8ce40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffSLong8Type.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLong8Type property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/value/ @@ -22,8 +22,8 @@ public override object Value { get; set; } ### See Also -* class [TiffSLong8Type](../../tiffslong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type) +* class [TiffSLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/values/_index.md index 0218a172b6b6..be2c5be6e654 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffSLong8Type.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLong8Type property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/values/ @@ -20,8 +20,8 @@ The tag values. ### See Also -* class [TiffSLong8Type](../../tiffslong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type) +* class [TiffSLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/valuescontainer/_index.md index d0a608d6a725..b73638590423 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffSLong8Type.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLong8Type property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/valuescontainer/ @@ -16,8 +16,8 @@ public override Array ValuesContainer { get; } ### See Also -* class [TiffSLong8Type](../../tiffslong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type) +* class [TiffSLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/writeadditionaldata/_index.md index 4669f1710fcc..b750fb823cae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffSLong8Type.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLong8Type method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslong8type/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffSLong8Type](../../tiffslong8type) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffSLong8Type](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslong8type/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/_index.md index 13584179da4d..b3e44840e7ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffSLongType +title: Class TiffSLongType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffSLongType class. The tiff signed long type type: docs weight: 8070 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/ @@ -18,40 +18,40 @@ public sealed class TiffSLongType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffSLongType](tiffslongtype)(TiffTags) | Initializes a new instance of the [`TiffSLongType`](../tiffslongtype) class. | -| [TiffSLongType](tiffslongtype)(ushort) | Initializes a new instance of the [`TiffSLongType`](../tiffslongtype) class. | +| [TiffSLongType](tiffslongtype/#constructor)(TiffTags) | Initializes a new instance of the `TiffSLongType` class. | +| [TiffSLongType](tiffslongtype/#constructor_1)(ushort) | Initializes a new instance of the `TiffSLongType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/elementsize/_index.md index 69ea9d774413..69d963bfb076 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffSLongType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLongType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffSLongType](../../tiffslongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype) +* class [TiffSLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tagtype/_index.md index 779d08085ca9..20289ce5a317 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffSLongType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLongType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffSLongType](../../tiffslongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffSLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tiffslongtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tiffslongtype/_index.md index 5d1e535595bd..6114a7f82053 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tiffslongtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tiffslongtype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffSLongType +title: TiffSLongType.TiffSLongType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLongType constructor. Initializes a new instance of the TiffSLongType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/tiffslongtype/ --- -## TiffSLongType constructor (1 of 2) +## TiffSLongType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffSLongType`](../../tiffslongtype) class. +Initializes a new instance of the [`TiffSLongType`](../) class. ```csharp public TiffSLongType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffSLongType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffSLongType](../../tiffslongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffSLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype/) * assembly [Aspose.Imaging](../../../) --- -## TiffSLongType constructor (2 of 2) +## TiffSLongType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffSLongType`](../../tiffslongtype) class. +Initializes a new instance of the [`TiffSLongType`](../) class. ```csharp public TiffSLongType(ushort tagId) @@ -41,8 +41,8 @@ public TiffSLongType(ushort tagId) ### See Also -* class [TiffSLongType](../../tiffslongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype) +* class [TiffSLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/value/_index.md index 0e157181c734..0428da183e40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffSLongType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLongType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffSLongType](../../tiffslongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype) +* class [TiffSLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/values/_index.md index 5306d4623d40..071b460b9118 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffSLongType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLongType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/values/ @@ -20,8 +20,8 @@ The values. ### See Also -* class [TiffSLongType](../../tiffslongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype) +* class [TiffSLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/valuescontainer/_index.md index 617b2bceb107..a36bf3ad5625 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffSLongType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLongType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffSLongType](../../tiffslongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype) +* class [TiffSLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/writeadditionaldata/_index.md index 0536b7e7c962..5ab679921d36 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffSLongType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSLongType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffslongtype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffSLongType](../../tiffslongtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffSLongType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffslongtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/_index.md index 4c602591df1c..af1d9efb6fb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffSRationalType +title: Class TiffSRationalType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffSRationalType class. The tiff signed rational type type: docs weight: 8080 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/ @@ -18,40 +18,40 @@ public sealed class TiffSRationalType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffSRationalType](tiffsrationaltype)(TiffTags) | Initializes a new instance of the [`TiffSRationalType`](../tiffsrationaltype) class. | -| [TiffSRationalType](tiffsrationaltype)(ushort) | Initializes a new instance of the [`TiffSRationalType`](../tiffsrationaltype) class. | +| [TiffSRationalType](tiffsrationaltype/#constructor)(TiffTags) | Initializes a new instance of the `TiffSRationalType` class. | +| [TiffSRationalType](tiffsrationaltype/#constructor_1)(ushort) | Initializes a new instance of the `TiffSRationalType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/elementsize/_index.md index 392d58fdcc5e..dddd02a6d066 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffSRationalType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRationalType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffSRationalType](../../tiffsrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype) +* class [TiffSRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tagtype/_index.md index 29137afd62db..a29e9faa374f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffSRationalType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRationalType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffSRationalType](../../tiffsrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffSRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tiffsrationaltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tiffsrationaltype/_index.md index 9eee71593435..d7651a0e0fa3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tiffsrationaltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tiffsrationaltype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffSRationalType +title: TiffSRationalType.TiffSRationalType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRationalType constructor. Initializes a new instance of the TiffSRationalType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/tiffsrationaltype/ --- -## TiffSRationalType constructor (1 of 2) +## TiffSRationalType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffSRationalType`](../../tiffsrationaltype) class. +Initializes a new instance of the [`TiffSRationalType`](../) class. ```csharp public TiffSRationalType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffSRationalType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffSRationalType](../../tiffsrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffSRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype/) * assembly [Aspose.Imaging](../../../) --- -## TiffSRationalType constructor (2 of 2) +## TiffSRationalType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffSRationalType`](../../tiffsrationaltype) class. +Initializes a new instance of the [`TiffSRationalType`](../) class. ```csharp public TiffSRationalType(ushort tagId) @@ -41,8 +41,8 @@ public TiffSRationalType(ushort tagId) ### See Also -* class [TiffSRationalType](../../tiffsrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype) +* class [TiffSRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/value/_index.md index d46af6b36502..807f8e62d22d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffSRationalType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRationalType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffSRationalType](../../tiffsrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype) +* class [TiffSRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/values/_index.md index 88789501e348..d5814b697055 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffSRationalType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRationalType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/values/ @@ -20,9 +20,9 @@ The values. ### See Also -* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational) -* class [TiffSRationalType](../../tiffsrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype) +* class [TiffSRational](../../../aspose.imaging.fileformats.tiff/tiffsrational/) +* class [TiffSRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/valuescontainer/_index.md index ce2467cc1f87..dee8fbb57b7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffSRationalType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRationalType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffSRationalType](../../tiffsrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype) +* class [TiffSRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/writeadditionaldata/_index.md index 15151484f6aa..412cbbc26adf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffSRationalType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRationalType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsrationaltype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffSRationalType](../../tiffsrationaltype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffSRationalType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsrationaltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/_index.md index f415664f819c..d6aa4c822566 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffSShortType +title: Class TiffSShortType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffSShortType class. The tiff signed short type type: docs weight: 8090 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/ @@ -18,40 +18,40 @@ public sealed class TiffSShortType : TiffCommonArrayType | Name | Description | | --- | --- | -| [TiffSShortType](tiffsshorttype)(TiffTags) | Initializes a new instance of the [`TiffSShortType`](../tiffsshorttype) class. | -| [TiffSShortType](tiffsshorttype)(ushort) | Initializes a new instance of the [`TiffSShortType`](../tiffsshorttype) class. | +| [TiffSShortType](tiffsshorttype/#constructor)(TiffTags) | Initializes a new instance of the `TiffSShortType` class. | +| [TiffSShortType](tiffsshorttype/#constructor_1)(ushort) | Initializes a new instance of the `TiffSShortType` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/value) { get; set; } | Gets or sets the value this data type contains. | -| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/values) { get; set; } | Gets or sets the values. | -| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/valuescontainer) { get; } | Gets the values container. | +| [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffcommonarraytype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| override [ElementSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/value/) { get; set; } | Gets or sets the value this data type contains. | +| [Values](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/values/) { get; set; } | Gets or sets the values. | +| override [ValuesContainer](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/valuescontainer/) { get; } | Gets the values container. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffCommonArrayType](../tiffcommonarraytype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffCommonArrayType](../tiffcommonarraytype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/elementsize/_index.md index 1cce4bc6d714..5f9a5da13248 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffSShortType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSShortType property. Gets the element size in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/elementsize/ @@ -20,8 +20,8 @@ The element size in bytes. ### See Also -* class [TiffSShortType](../../tiffsshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype) +* class [TiffSShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tagtype/_index.md index 3efa69e4b1c2..73037c30f593 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffSShortType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSShortType property. Gets the tag type type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffSShortType](../../tiffsshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffSShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tiffsshorttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tiffsshorttype/_index.md index 17b2ff538b20..94aa6f5cc330 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tiffsshorttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tiffsshorttype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffSShortType +title: TiffSShortType.TiffSShortType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSShortType constructor. Initializes a new instance of the TiffSShortType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/tiffsshorttype/ --- -## TiffSShortType constructor (1 of 2) +## TiffSShortType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffSShortType`](../../tiffsshorttype) class. +Initializes a new instance of the [`TiffSShortType`](../) class. ```csharp public TiffSShortType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffSShortType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffSShortType](../../tiffsshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffSShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype/) * assembly [Aspose.Imaging](../../../) --- -## TiffSShortType constructor (2 of 2) +## TiffSShortType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffSShortType`](../../tiffsshorttype) class. +Initializes a new instance of the [`TiffSShortType`](../) class. ```csharp public TiffSShortType(ushort tagId) @@ -41,8 +41,8 @@ public TiffSShortType(ushort tagId) ### See Also -* class [TiffSShortType](../../tiffsshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype) +* class [TiffSShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/value/_index.md index 52b6beacec62..2608e9cfcda3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffSShortType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSShortType property. Gets or sets the value this data type contains type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffSShortType](../../tiffsshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype) +* class [TiffSShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/values/_index.md index f6e97b5d841e..c5ea7f75b8c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: TiffSShortType.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSShortType property. Gets or sets the values type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/values/ @@ -20,8 +20,8 @@ The values. ### See Also -* class [TiffSShortType](../../tiffsshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype) +* class [TiffSShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/valuescontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/valuescontainer/_index.md index 88cec62ddfca..0850923f98a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/valuescontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/valuescontainer/_index.md @@ -1,7 +1,7 @@ --- -title: ValuesContainer +title: TiffSShortType.ValuesContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSShortType property. Gets the values container type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/valuescontainer/ @@ -20,8 +20,8 @@ The values container. ### See Also -* class [TiffSShortType](../../tiffsshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype) +* class [TiffSShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/writeadditionaldata/_index.md index 419dc96f3d80..e040c78f43db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffSShortType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSShortType method. Writes the additional tag data type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffsshorttype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffSShortType](../../tiffsshorttype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffSShortType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffsshorttype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/_index.md index 9113059865a8..cf3ed34ee5b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffUndefinedType +title: Class TiffUndefinedType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffUndefinedType class. The tiff undefined type type: docs weight: 8110 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/ @@ -18,39 +18,39 @@ public class TiffUndefinedType : TiffDataType | Name | Description | | --- | --- | -| [TiffUndefinedType](tiffundefinedtype)(TiffTags) | Initializes a new instance of the [`TiffUndefinedType`](../tiffundefinedtype) class. | -| [TiffUndefinedType](tiffundefinedtype)(ushort) | Initializes a new instance of the [`TiffUndefinedType`](../tiffundefinedtype) class. | +| [TiffUndefinedType](tiffundefinedtype/#constructor)(TiffTags) | Initializes a new instance of the `TiffUndefinedType` class. | +| [TiffUndefinedType](tiffundefinedtype/#constructor_1)(ushort) | Initializes a new instance of the `TiffUndefinedType` class. | ## Properties | Name | Description | | --- | --- | -| override [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/count) { get; } | Gets the count of elements. | -| [Data](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/data) { get; set; } | Gets or sets the data. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/value) { get; set; } | Gets or sets the value this data type contains. | +| override [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/count/) { get; } | Gets the count of elements. | +| [Data](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/data/) { get; set; } | Gets or sets the data. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/value/) { get; set; } | Gets or sets the value this data type contains. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* class [TiffDataType](../../aspose.imaging.fileformats.tiff/tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffDataType](../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/count/_index.md index d3c39ef3d2c5..503e6af50b08 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: TiffUndefinedType.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUndefinedType property. Gets the count of elements type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/count/ @@ -20,8 +20,8 @@ The count of elements. ### See Also -* class [TiffUndefinedType](../../tiffundefinedtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype) +* class [TiffUndefinedType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/data/_index.md index 4e0255e4e0f7..7bce1f53126d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: TiffUndefinedType.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUndefinedType property. Gets or sets the data type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/data/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [TiffUndefinedType](../../tiffundefinedtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype) +* class [TiffUndefinedType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tagtype/_index.md index ac699148f47d..659407984513 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffUndefinedType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUndefinedType property. Gets the tag type type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffUndefinedType](../../tiffundefinedtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffUndefinedType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tiffundefinedtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tiffundefinedtype/_index.md index b22341aa83d8..acfe5ac6bee0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tiffundefinedtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tiffundefinedtype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffUndefinedType +title: TiffUndefinedType.TiffUndefinedType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUndefinedType constructor. Initializes a new instance of the TiffUndefinedType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/tiffundefinedtype/ --- -## TiffUndefinedType constructor (1 of 2) +## TiffUndefinedType(TiffTags) {#constructor} -Initializes a new instance of the [`TiffUndefinedType`](../../tiffundefinedtype) class. +Initializes a new instance of the [`TiffUndefinedType`](../) class. ```csharp public TiffUndefinedType(TiffTags tagId) @@ -20,16 +20,16 @@ public TiffUndefinedType(TiffTags tagId) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffUndefinedType](../../tiffundefinedtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffUndefinedType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype/) * assembly [Aspose.Imaging](../../../) --- -## TiffUndefinedType constructor (2 of 2) +## TiffUndefinedType(ushort) {#constructor_1} -Initializes a new instance of the [`TiffUndefinedType`](../../tiffundefinedtype) class. +Initializes a new instance of the [`TiffUndefinedType`](../) class. ```csharp public TiffUndefinedType(ushort tagId) @@ -41,8 +41,8 @@ public TiffUndefinedType(ushort tagId) ### See Also -* class [TiffUndefinedType](../../tiffundefinedtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype) +* class [TiffUndefinedType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/value/_index.md index 2f690fae898c..eb220c1301ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffUndefinedType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUndefinedType property. Gets or sets the value this data type contains type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffUndefinedType](../../tiffundefinedtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype) +* class [TiffUndefinedType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/writeadditionaldata/_index.md index 305c1c273e62..255d65b52ee6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffUndefinedType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUndefinedType method. Writes the additional tag data type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffundefinedtype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffUndefinedType](../../tiffundefinedtype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffUndefinedType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffundefinedtype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/_index.md index 45ac86a1933c..5b9e6d781152 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffUnknownType +title: Class TiffUnknownType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffTagTypes.TiffUnknownType class. The unknown tiff type. In case the tiff tag cannot be recognized this type is instantinated type: docs weight: 8120 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/ @@ -18,43 +18,43 @@ public sealed class TiffUnknownType : TiffDataType | Name | Description | | --- | --- | -| [TiffUnknownType](tiffunknowntype)(TiffStreamReader, ushort, ushort, ulong, ulong) | Initializes a new instance of the [`TiffUnknownType`](../tiffunknowntype) class. | +| [TiffUnknownType](tiffunknowntype/)(TiffStreamReader, ushort, ushort, ulong, ulong) | Initializes a new instance of the `TiffUnknownType` class. | ## Properties | Name | Description | | --- | --- | -| override [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [OffsetOrValue](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/offsetorvalue) { get; } | Gets the offset value for an additional data or value itself in case count is 1. | -| [Stream](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/stream) { get; } | Gets the stream to read additional data from. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tagtype) { get; } | Gets the tag type. | -| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/value) { get; set; } | Gets or sets the value this data type contains. | +| override [Count](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [OffsetOrValue](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/offsetorvalue/) { get; } | Gets the offset value for an additional data or value itself in case count is 1. | +| [Stream](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/stream/) { get; } | Gets the stream to read additional data from. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| override [TagType](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tagtype/) { get; } | Gets the tag type. | +| override [Value](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/value/) { get; set; } | Gets or sets the value this data type contains. | ## Methods | Name | Description | | --- | --- | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| override [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tostring)() | Returns a String that represents this instance. | -| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| override [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tostring/)() | Returns a String that represents this instance. | +| override [WriteAdditionalData](../../aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | -### Remarks +## Remarks -Note the [`TiffUnknownType`](../tiffunknowntype) is not serialized back to stream. +Note the `TiffUnknownType` is not serialized back to stream. ### See Also -* class [TiffDataType](../../aspose.imaging.fileformats.tiff/tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes) +* class [TiffDataType](../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../aspose.imaging.fileformats.tiff.tifftagtypes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/count/_index.md index 025aec2bbe64..16cf12e3b561 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: TiffUnknownType.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType property. Gets the count of elements type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/count/ @@ -20,8 +20,8 @@ The count of elements. ### See Also -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/getadditionaldatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/getadditionaldatasize/_index.md index b1abb6039527..46c2484df98d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/getadditionaldatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/getadditionaldatasize/_index.md @@ -1,7 +1,7 @@ --- -title: GetAdditionalDataSize +title: TiffUnknownType.GetAdditionalDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType method. Gets the additional tag value size in bytes in case the tag can not fit the whole tag value type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/getadditionaldatasize/ @@ -30,8 +30,8 @@ The additional data size in bytes. ### See Also -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/offsetorvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/offsetorvalue/_index.md index f8fe616885c8..e32b8208adb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/offsetorvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/offsetorvalue/_index.md @@ -1,7 +1,7 @@ --- -title: OffsetOrValue +title: TiffUnknownType.OffsetOrValue second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType property. Gets the offset value for an additional data or value itself in case count is 1 type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/offsetorvalue/ @@ -20,8 +20,8 @@ The offset or value. ### See Also -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/stream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/stream/_index.md index 1375aa17f259..ac5e201be54c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/stream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/stream/_index.md @@ -1,7 +1,7 @@ --- -title: Stream +title: TiffUnknownType.Stream second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType property. Gets the stream to read additional data from type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/stream/ @@ -20,9 +20,9 @@ The stream to read data from. ### See Also -* class [TiffStreamReader](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader) -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* class [TiffStreamReader](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tagtype/_index.md index 952cd87235b6..6b2467cd5fd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffUnknownType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType property. Gets the tag type type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tiffunknowntype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tiffunknowntype/_index.md index 74f177cd65b5..b145708b4a9e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tiffunknowntype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tiffunknowntype/_index.md @@ -1,14 +1,14 @@ --- -title: TiffUnknownType +title: TiffUnknownType.TiffUnknownType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType constructor. Initializes a new instance of the TiffUnknownType class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tiffunknowntype/ --- ## TiffUnknownType constructor -Initializes a new instance of the [`TiffUnknownType`](../../tiffunknowntype) class. +Initializes a new instance of the [`TiffUnknownType`](../) class. ```csharp public TiffUnknownType(TiffStreamReader stream, ushort tagType, ushort tagId, ulong count, @@ -25,9 +25,9 @@ public TiffUnknownType(TiffStreamReader stream, ushort tagType, ushort tagId, ul ### See Also -* class [TiffStreamReader](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader) -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* class [TiffStreamReader](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tostring/_index.md index 581cd8c42e13..794e467136fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: TiffUnknownType.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType method. Returns a String that represents this instance type: docs weight: 80 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/value/_index.md index 2709ab89fb55..08c01ceae5d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffUnknownType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType property. Gets or sets the value this data type contains type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/value/ @@ -26,8 +26,8 @@ The value. ### See Also -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/writeadditionaldata/_index.md index ed27b9be15bd..71de1d1aaacf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffUnknownType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffUnknownType method. Writes the additional tag data type: docs weight: 90 url: /net/aspose.imaging.fileformats.tiff.tifftagtypes/tiffunknowntype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffUnknownType](../../tiffunknowntype) -* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffUnknownType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff.TiffTagTypes](../../tiffunknowntype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/_index.md index 30211f6120fc..967dcd12abf3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Tiff second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tiff file format processing. +description: The namespace handles Tiff file format processing type: docs weight: 630 url: /net/aspose.imaging.fileformats.tiff/ @@ -12,11 +12,11 @@ The namespace handles Tiff file format processing. | Class | Description | | --- | --- | -| [TiffDataType](./tiffdatatype) | The TIFF data type. | -| [TiffExifIfd](./tiffexififd) | The TIFF Exif image file directory class. | -| [TiffFrame](./tiffframe) | The tiff frame. | -| [TiffImage](./tiffimage) | Process Tagged Image File Format (TIFF) raster images with our API, offering comprehensive support for various resolutions and advanced editing capabilities like EXIF data manipulation and alpha channels. Normalize angles for scanned images, resize, transform to grayscale, and apply filters, gamma corrections and image parameters adjustments with ease. Seamlessly handle multi-frame TIFF files, create graphics paths, add shapes, and effortlessly save images to different formats. | -| [TiffRational](./tiffrational) | The tiff rational type. | -| [TiffSRational](./tiffsrational) | The tiff rational type. | +| [TiffDataType](./tiffdatatype/) | The TIFF data type. | +| [TiffExifIfd](./tiffexififd/) | The TIFF Exif image file directory class. | +| [TiffFrame](./tiffframe/) | The tiff frame. | +| [TiffImage](./tiffimage/) | Process Tagged Image File Format (TIFF) raster images with our API, offering comprehensive support for various resolutions and advanced editing capabilities like EXIF data manipulation and alpha channels. Normalize angles for scanned images, resize, transform to grayscale, and apply filters, gamma corrections and image parameters adjustments with ease. Seamlessly handle multi-frame TIFF files, create graphics paths, add shapes, and effortlessly save images to different formats. | +| [TiffRational](./tiffrational/) | The tiff rational type. | +| [TiffSRational](./tiffsrational/) | The tiff rational type. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/_index.md index ba29cdc70e29..4ab6152ff656 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/_index.md @@ -1,7 +1,7 @@ --- -title: TiffDataType +title: Class TiffDataType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffDataType class. The TIFF data type type: docs weight: 7890 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/ @@ -18,31 +18,31 @@ public abstract class TiffDataType : IComparable | Name | Description | | --- | --- | -| abstract [Count](../../aspose.imaging.fileformats.tiff/tiffdatatype/count) { get; } | Gets the count of elements. | -| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize) { get; } | Gets the tag value size. | -| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize) { get; } | Gets the element size in bytes. | -| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id) { get; } | Gets tag id as number. | -| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | -| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid) { get; } | Gets the tag id. | -| abstract [TagType](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagtype) { get; } | Gets the tag type. | -| abstract [Value](../../aspose.imaging.fileformats.tiff/tiffdatatype/value) { get; set; } | Gets or sets the value this data type contains. | +| abstract [Count](../../aspose.imaging.fileformats.tiff/tiffdatatype/count/) { get; } | Gets the count of elements. | +| virtual [DataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/datasize/) { get; } | Gets the tag value size. | +| virtual [ElementSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/) { get; } | Gets the element size in bytes. | +| [Id](../../aspose.imaging.fileformats.tiff/tiffdatatype/id/) { get; } | Gets tag id as number. | +| [IsValid](../../aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/) { get; } | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. | +| [TagId](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagid/) { get; } | Gets the tag id. | +| abstract [TagType](../../aspose.imaging.fileformats.tiff/tiffdatatype/tagtype/) { get; } | Gets the tag type. | +| abstract [Value](../../aspose.imaging.fileformats.tiff/tiffdatatype/value/) { get; set; } | Gets or sets the value this data type contains. | ## Methods | Name | Description | | --- | --- | -| static [ReadTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/readtag)(TiffStreamReader, long) | Reads the tag data. | -| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | -| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone)() | Performs a deep clone of this instance. | -| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | -| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring)() | Returns a String that represents this instance. | -| abstract [WriteAdditionalData](../../aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata)(TiffStreamWriter) | Writes the additional tag data. | -| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag)(TiffStreamWriter, long) | Writes the tag data. | +| static [ReadTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/readtag/)(TiffStreamReader, long) | Reads the tag data. | +| [CompareTo](../../aspose.imaging.fileformats.tiff/tiffdatatype/compareto/)(object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | +| virtual [DeepClone](../../aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/)() | Performs a deep clone of this instance. | +| virtual [GetAdditionalDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/)(byte) | Gets the additional tag value size in bytes (in case the tag can not fit the whole tag value). | +| [GetAlignedDataSize](../../aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/)(byte) | Gets the data size aligned in 4-byte (int) or 8-byte (long) boundary. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffdatatype/tostring/)() | Returns a String that represents this instance. | +| abstract [WriteAdditionalData](../../aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata/)(TiffStreamWriter) | Writes the additional tag data. | +| [WriteTag](../../aspose.imaging.fileformats.tiff/tiffdatatype/writetag/)(TiffStreamWriter, long) | Writes the tag data. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/compareto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/compareto/_index.md index 79696db928a2..4007d80f08ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/compareto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/compareto/_index.md @@ -1,7 +1,7 @@ --- -title: CompareTo +title: TiffDataType.CompareTo second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType method. Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes follows or occurs in the same position in the sort order as the other object type: docs weight: 100 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/compareto/ @@ -26,12 +26,12 @@ A 32-bit signed integer that indicates the relative order of the objects being c | exception | condition | | --- | --- | -| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception) | Expected TiffDataType type. | +| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception/) | Expected TiffDataType type. | ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/count/_index.md index 2bfdd6244128..a31ac1119f44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: TiffDataType.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType property. Gets the count of elements type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/count/ @@ -20,8 +20,8 @@ The count of elements. ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/datasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/datasize/_index.md index a9a168f16118..17374951e648 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/datasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/datasize/_index.md @@ -1,7 +1,7 @@ --- -title: DataSize +title: TiffDataType.DataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType property. Gets the tag value size type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/datasize/ @@ -16,8 +16,8 @@ public virtual ulong DataSize { get; } ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/_index.md index 9a1bf32166bc..47dd2d58b7f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/_index.md @@ -1,7 +1,7 @@ --- -title: DeepClone +title: TiffDataType.DeepClone second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType method. Performs a deep clone of this instance type: docs weight: 110 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/deepclone/ @@ -20,8 +20,8 @@ A deep clone of the current instance. ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/_index.md index d78bed15c79f..857d5f0e6b5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/_index.md @@ -1,7 +1,7 @@ --- -title: ElementSize +title: TiffDataType.ElementSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType property. Gets the element size in bytes type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/elementsize/ @@ -16,8 +16,8 @@ public virtual byte ElementSize { get; } ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/_index.md index 226d8e5f1926..9cec5d17ff45 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/_index.md @@ -1,7 +1,7 @@ --- -title: GetAdditionalDataSize +title: TiffDataType.GetAdditionalDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType method. Gets the additional tag value size in bytes in case the tag can not fit the whole tag value type: docs weight: 120 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/getadditionaldatasize/ @@ -24,8 +24,8 @@ The additional data size in bytes. ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/_index.md index ed1b97cb5fd5..6e97f2bad1cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/_index.md @@ -1,7 +1,7 @@ --- -title: GetAlignedDataSize +title: TiffDataType.GetAlignedDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType method. Gets the data size aligned in 4byte int or 8byte long boundary type: docs weight: 130 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/getaligneddatasize/ @@ -24,8 +24,8 @@ The aligned data size in bytes. ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/id/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/id/_index.md index 9076b57db0e7..a907b8d9f629 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/id/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/id/_index.md @@ -1,7 +1,7 @@ --- -title: Id +title: TiffDataType.Id second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType property. Gets tag id as number type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/id/ @@ -16,8 +16,8 @@ public ushort Id { get; } ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/_index.md index 6c1dcc4645f0..e505cfb54ae7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/_index.md @@ -1,7 +1,7 @@ --- -title: IsValid +title: TiffDataType.IsValid second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType property. Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/isvalid/ @@ -20,8 +20,8 @@ public bool IsValid { get; } ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/readtag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/readtag/_index.md index a966a1a36d5a..2cfb98ede97b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/readtag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/readtag/_index.md @@ -1,7 +1,7 @@ --- -title: ReadTag +title: TiffDataType.ReadTag second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType method. Reads the tag data type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/readtag/ @@ -31,9 +31,9 @@ The read tag. ### See Also -* class [TiffStreamReader](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader) -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffStreamReader](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tagid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tagid/_index.md index 0dd36521957d..d65ef192429b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tagid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tagid/_index.md @@ -1,7 +1,7 @@ --- -title: TagId +title: TiffDataType.TagId second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType property. Gets the tag id type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/tagid/ @@ -20,9 +20,9 @@ The tag id. ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tagtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tagtype/_index.md index 977bd165f591..6e4e1e542a8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tagtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tagtype/_index.md @@ -1,7 +1,7 @@ --- -title: TagType +title: TiffDataType.TagType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType property. Gets the tag type type: docs weight: 80 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/tagtype/ @@ -20,9 +20,9 @@ The tag type. ### See Also -* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes) -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* enum [TiffDataTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffdatatypes/) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tostring/_index.md index 9fd906bbf5b7..40253641bc7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: TiffDataType.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType method. Returns a String that represents this instance type: docs weight: 140 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/value/_index.md index 155fecc63f97..8b6671ed3ad3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffDataType.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType property. Gets or sets the value this data type contains type: docs weight: 90 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/value/ @@ -20,8 +20,8 @@ The value. ### See Also -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata/_index.md index 19cd56b97613..d1658dff6a5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata/_index.md @@ -1,7 +1,7 @@ --- -title: WriteAdditionalData +title: TiffDataType.WriteAdditionalData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType method. Writes the additional tag data type: docs weight: 150 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/writeadditionaldata/ @@ -24,9 +24,9 @@ The actual bytes written. ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/writetag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/writetag/_index.md index ae0eb8a28ec5..3c0c485d57a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/writetag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffdatatype/writetag/_index.md @@ -1,7 +1,7 @@ --- -title: WriteTag +title: TiffDataType.WriteTag second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffDataType method. Writes the tag data type: docs weight: 160 url: /net/aspose.imaging.fileformats.tiff/tiffdatatype/writetag/ @@ -23,13 +23,13 @@ public void WriteTag(TiffStreamWriter dataStream, long additionalDataOffset) | exception | condition | | --- | --- | -| [ImageSaveException](../../../aspose.imaging.coreexceptions/imagesaveexception) | Unable to Write values for + this.TagType + Message : + exception.Message | +| [ImageSaveException](../../../aspose.imaging.coreexceptions/imagesaveexception/) | Unable to Write values for + this.TagType + Message : + exception.Message | ### See Also -* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter) -* class [TiffDataType](../../tiffdatatype) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype) +* class [TiffStreamWriter](../../../aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/) +* class [TiffDataType](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffdatatype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/_index.md index 59f2c87fc826..1c6b64c8d9a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/_index.md @@ -1,7 +1,7 @@ --- -title: TiffExifIfd +title: Class TiffExifIfd second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffExifIfd class. The TIFF Exif image file directory class type: docs weight: 7900 url: /net/aspose.imaging.fileformats.tiff/tiffexififd/ @@ -18,23 +18,23 @@ public class TiffExifIfd | Name | Description | | --- | --- | -| [TiffExifIfd](tiffexififd)() | Initializes a new instance of the [`TiffExifIfd`](../tiffexififd) class. | -| [TiffExifIfd](tiffexififd)(uint) | Initializes a new instance of the [`TiffExifIfd`](../tiffexififd) class. | +| [TiffExifIfd](tiffexififd/#constructor)() | Initializes a new instance of the `TiffExifIfd` class. | +| [TiffExifIfd](tiffexififd/#constructor_1)(uint) | Initializes a new instance of the `TiffExifIfd` class. | ## Properties | Name | Description | | --- | --- | -| [HasValue](../../aspose.imaging.fileformats.tiff/tiffexififd/hasvalue) { get; } | Gets a value indicating whether this instance has value. | -| [Offset](../../aspose.imaging.fileformats.tiff/tiffexififd/offset) { get; set; } | Gets or sets the pointer to EXIF IFD. | +| [HasValue](../../aspose.imaging.fileformats.tiff/tiffexififd/hasvalue/) { get; } | Gets a value indicating whether this instance has value. | +| [Offset](../../aspose.imaging.fileformats.tiff/tiffexififd/offset/) { get; set; } | Gets or sets the pointer to EXIF IFD. | -### Remarks +## Remarks Incapsulates a pointer to the Exif IFD. Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF. See http://www.exiv2.org/tags.html and http://www.awaresystems.be/imaging/tiff/tifftags/exififd.html for more details. ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/hasvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/hasvalue/_index.md index ac47bef05677..c67a681d61d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/hasvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/hasvalue/_index.md @@ -1,7 +1,7 @@ --- -title: HasValue +title: TiffExifIfd.HasValue second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffExifIfd property. Gets a value indicating whether this instance has value type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff/tiffexififd/hasvalue/ @@ -20,8 +20,8 @@ public bool HasValue { get; } ### See Also -* class [TiffExifIfd](../../tiffexififd) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffexififd) +* class [TiffExifIfd](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffexififd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/offset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/offset/_index.md index 76f6dbed9ef9..b92f3d547e36 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/offset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/offset/_index.md @@ -1,7 +1,7 @@ --- -title: Offset +title: TiffExifIfd.Offset second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffExifIfd property. Gets or sets the pointer to EXIF IFD type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff/tiffexififd/offset/ @@ -22,12 +22,12 @@ The pointer to EXIF IFD. | exception | condition | | --- | --- | -| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception) | There is no pointer to EXIF IFD. | +| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception/) | There is no pointer to EXIF IFD. | ### See Also -* class [TiffExifIfd](../../tiffexififd) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffexififd) +* class [TiffExifIfd](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffexififd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/tiffexififd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/tiffexififd/_index.md index e0adf606e964..2b095f9f6e4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/tiffexififd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffexififd/tiffexififd/_index.md @@ -1,14 +1,14 @@ --- -title: TiffExifIfd +title: TiffExifIfd.TiffExifIfd second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffExifIfd constructor. Initializes a new instance of the TiffExifIfd class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff/tiffexififd/tiffexififd/ --- -## TiffExifIfd constructor (1 of 2) +## TiffExifIfd() {#constructor} -Initializes a new instance of the [`TiffExifIfd`](../../tiffexififd) class. +Initializes a new instance of the [`TiffExifIfd`](../) class. ```csharp public TiffExifIfd() @@ -16,15 +16,15 @@ public TiffExifIfd() ### See Also -* class [TiffExifIfd](../../tiffexififd) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffexififd) +* class [TiffExifIfd](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffexififd/) * assembly [Aspose.Imaging](../../../) --- -## TiffExifIfd constructor (2 of 2) +## TiffExifIfd(uint) {#constructor_1} -Initializes a new instance of the [`TiffExifIfd`](../../tiffexififd) class. +Initializes a new instance of the [`TiffExifIfd`](../) class. ```csharp public TiffExifIfd(uint ifdOffset) @@ -34,14 +34,14 @@ public TiffExifIfd(uint ifdOffset) | --- | --- | --- | | ifdOffset | UInt32 | A pointer to the Exif IFD. | -### Remarks +## Remarks Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF. ### See Also -* class [TiffExifIfd](../../tiffexififd) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffexififd) +* class [TiffExifIfd](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffexififd/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/_index.md index 7838175ecbf7..4ac5a35ebb1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/_index.md @@ -1,7 +1,7 @@ --- -title: TiffFrame +title: Class TiffFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffFrame class. The tiff frame type: docs weight: 7910 url: /net/aspose.imaging.fileformats.tiff/tiffframe/ @@ -18,143 +18,143 @@ public sealed class TiffFrame : RasterCachedImage | Name | Description | | --- | --- | -| [TiffFrame](tiffframe)(RasterImage) | Initializes a new instance of the [`TiffFrame`](../tiffframe) class. | -| [TiffFrame](tiffframe)(Stream) | Initializes a new instance of the [`TiffFrame`](../tiffframe) class. | -| [TiffFrame](tiffframe)(string) | Initializes a new instance of the [`TiffFrame`](../tiffframe) class. | -| [TiffFrame](tiffframe)(RasterImage, TiffOptions) | Initializes a new instance of the [`TiffFrame`](../tiffframe) class. | -| [TiffFrame](tiffframe)(Stream, TiffOptions) | Initializes a new instance of the [`TiffFrame`](../tiffframe) class. | -| [TiffFrame](tiffframe)(string, TiffOptions) | Initializes a new instance of the [`TiffFrame`](../tiffframe) class. | -| [TiffFrame](tiffframe)(TiffOptions, int, int) | Initializes a new instance of the [`TiffFrame`](../tiffframe) class. | +| [TiffFrame](tiffframe/#constructor_1)(RasterImage) | Initializes a new instance of the `TiffFrame` class. | +| [TiffFrame](tiffframe/#constructor_3)(Stream) | Initializes a new instance of the `TiffFrame` class. | +| [TiffFrame](tiffframe/#constructor_5)(string) | Initializes a new instance of the `TiffFrame` class. | +| [TiffFrame](tiffframe/#constructor_2)(RasterImage, TiffOptions) | Initializes a new instance of the `TiffFrame` class. | +| [TiffFrame](tiffframe/#constructor_4)(Stream, TiffOptions) | Initializes a new instance of the `TiffFrame` class. | +| [TiffFrame](tiffframe/#constructor_6)(string, TiffOptions) | Initializes a new instance of the `TiffFrame` class. | +| [TiffFrame](tiffframe/#constructor)(TiffOptions, int, int) | Initializes a new instance of the `TiffFrame` class. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging.fileformats.tiff/tiffframe/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.tiff/tiffframe/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [ExifData](../../aspose.imaging.fileformats.tiff/tiffframe/exifdata) { get; set; } | Gets or sets EXIF data from frame. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| [FrameOptions](../../aspose.imaging.fileformats.tiff/tiffframe/frameoptions) { get; } | Gets the frame create options. | -| override [HasAlpha](../../aspose.imaging.fileformats.tiff/tiffframe/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging.fileformats.tiff/tiffframe/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.tiff/tiffframe/height) { get; } | Gets the image height. | -| override [HorizontalResolution](../../aspose.imaging.fileformats.tiff/tiffframe/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [PathResources](../../aspose.imaging.fileformats.tiff/tiffframe/pathresources) { get; set; } | Gets or sets the path resources. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| override [VerticalResolution](../../aspose.imaging.fileformats.tiff/tiffframe/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.tiff/tiffframe/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging.fileformats.tiff/tiffframe/xmpdata) { get; set; } | Gets or sets XMP data from frame. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging.fileformats.tiff/tiffframe/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.tiff/tiffframe/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [ExifData](../../aspose.imaging.fileformats.tiff/tiffframe/exifdata/) { get; set; } | Gets or sets EXIF data from frame. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| [FrameOptions](../../aspose.imaging.fileformats.tiff/tiffframe/frameoptions/) { get; } | Gets the frame create options. | +| override [HasAlpha](../../aspose.imaging.fileformats.tiff/tiffframe/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging.fileformats.tiff/tiffframe/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.tiff/tiffframe/height/) { get; } | Gets the image height. | +| override [HorizontalResolution](../../aspose.imaging.fileformats.tiff/tiffframe/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [PathResources](../../aspose.imaging.fileformats.tiff/tiffframe/pathresources/) { get; set; } | Gets or sets the path resources. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| override [VerticalResolution](../../aspose.imaging.fileformats.tiff/tiffframe/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.tiff/tiffframe/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging.fileformats.tiff/tiffframe/xmpdata/) { get; set; } | Gets or sets XMP data from frame. | ## Methods | Name | Description | | --- | --- | -| static [CopyFrame](../../aspose.imaging.fileformats.tiff/tiffframe/copyframe)(TiffFrame) | Copies the entire frame (duplicates). | -| static [CreateFrameFrom](../../aspose.imaging.fileformats.tiff/tiffframe/createframefrom)(TiffFrame, TiffOptions) | Creates the frame from specified *tiffFrame* using the specified *options*. The pixel data is preserved but converted to the desired format. | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| [AlignResolutions](../../aspose.imaging.fileformats.tiff/tiffframe/alignresolutions)() | Helper method to make horizontal and vertical resolutions equal. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging.fileformats.tiff/tiffframe/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| override [GetOriginalOptions](../../aspose.imaging.fileformats.tiff/tiffframe/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging.fileformats.tiff/tiffframe/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.tiff/tiffframe/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| static [CopyFrame](../../aspose.imaging.fileformats.tiff/tiffframe/copyframe/)(TiffFrame) | Copies the entire frame (duplicates). | +| static [CreateFrameFrom](../../aspose.imaging.fileformats.tiff/tiffframe/createframefrom/)(TiffFrame, TiffOptions) | Creates the frame from specified *tiffFrame* using the specified *options*. The pixel data is preserved but converted to the desired format. | +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| [AlignResolutions](../../aspose.imaging.fileformats.tiff/tiffframe/alignresolutions/)() | Helper method to make horizontal and vertical resolutions equal. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging.fileformats.tiff/tiffframe/crop/#crop)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| override [GetOriginalOptions](../../aspose.imaging.fileformats.tiff/tiffframe/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging.fileformats.tiff/tiffframe/resize/#resize_2)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.tiff/tiffframe/rotate/#rotate_1)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples This example shows how to create a TIFF image from scratch and save it to a file. @@ -204,8 +204,8 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/alignresolutions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/alignresolutions/_index.md index 9147df9c4809..9a1929905cbb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/alignresolutions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/alignresolutions/_index.md @@ -1,7 +1,7 @@ --- -title: AlignResolutions +title: TiffFrame.AlignResolutions second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame method. Helper method to make horizontal and vertical resolutions equal type: docs weight: 160 url: /net/aspose.imaging.fileformats.tiff/tiffframe/alignresolutions/ @@ -16,8 +16,8 @@ public void AlignResolutions() ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/backgroundcolor/_index.md index 39213756382f..c81a22e4fb59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: TiffFrame.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets or sets a value for the background color type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff/tiffframe/backgroundcolor/ @@ -16,9 +16,9 @@ public override Color BackgroundColor { get; set; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* struct [Color](../../../aspose.imaging/color/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/bitsperpixel/_index.md index 16a1d2e85736..9754cb7a1e66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: TiffFrame.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets the image bits per pixel count type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff/tiffframe/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/copyframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/copyframe/_index.md index 2c83ab6bf584..8211611c6c8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/copyframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/copyframe/_index.md @@ -1,7 +1,7 @@ --- -title: CopyFrame +title: TiffFrame.CopyFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame method. Copies the entire frame duplicates type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff/tiffframe/copyframe/ @@ -24,8 +24,8 @@ The newly copied tiff frame. ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/createframefrom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/createframefrom/_index.md index ab8dc0bd08c3..95abeedbb26d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/createframefrom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/createframefrom/_index.md @@ -1,7 +1,7 @@ --- -title: CreateFrameFrom +title: TiffFrame.CreateFrameFrom second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame method. Creates the frame from specified tiffFrame using the specified options. The pixel data is preserved but converted to the desired format type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff/tiffframe/createframefrom/ @@ -23,7 +23,7 @@ public static TiffFrame CreateFrameFrom(TiffFrame tiffFrame, TiffOptions options The newly created frame. -### Examples +## Examples The following example shows how to create a grayscale copy of an existing frame and add it to a TIFF image. @@ -72,9 +72,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/crop/_index.md index 6d6d2d6696b7..d24dc3e8db02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: TiffFrame.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame method. Cropping the image type: docs weight: 170 url: /net/aspose.imaging.fileformats.tiff/tiffframe/crop/ @@ -20,9 +20,9 @@ public override void Crop(Rectangle rectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/exifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/exifdata/_index.md index 5f34f1ddad9e..97410ff7e605 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/exifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/exifdata/_index.md @@ -1,7 +1,7 @@ --- -title: ExifData +title: TiffFrame.ExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets or sets EXIF data from frame type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff/tiffframe/exifdata/ @@ -20,9 +20,9 @@ EXIF data container ### See Also -* class [ExifData](../../../aspose.imaging.exif/exifdata) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [ExifData](../../../aspose.imaging.exif/exifdata/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/frameoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/frameoptions/_index.md index 0e2b31a268c8..ae8c1902d8ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/frameoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/frameoptions/_index.md @@ -1,7 +1,7 @@ --- -title: FrameOptions +title: TiffFrame.FrameOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets the frame create options type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff/tiffframe/frameoptions/ @@ -16,9 +16,9 @@ public TiffOptions FrameOptions { get; } ### See Also -* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/getoriginaloptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/getoriginaloptions/_index.md index 6cda06880904..d5a83657cd1c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/getoriginaloptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/getoriginaloptions/_index.md @@ -1,14 +1,14 @@ --- -title: GetOriginalOptions +title: TiffFrame.GetOriginalOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame method. Gets the options based on the original file settings. This can be helpful to keep bitdepth and other parameters of the original image unchanged. For example if we load a blackwhite PNG image with 1 bit per pixel and then save it using the Save method the output PNG image with 8bit per pixel will be produced. To avoid it and save PNG image with 1bit per pixel use this method to get corresponding saving options and pass them to the Save method as the second parameter type: docs weight: 180 url: /net/aspose.imaging.fileformats.tiff/tiffframe/getoriginaloptions/ --- ## TiffFrame.GetOriginalOptions method -Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save) method as the second parameter. +Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save/) method as the second parameter. ```csharp public override ImageOptionsBase GetOriginalOptions() @@ -20,9 +20,9 @@ The options based on the original file settings. ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/hasalpha/_index.md index be9d06860e44..6ccea4d8e3d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: TiffFrame.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets a value indicating whether this instance has alpha type: docs weight: 80 url: /net/aspose.imaging.fileformats.tiff/tiffframe/hasalpha/ @@ -18,7 +18,7 @@ public override bool HasAlpha { get; } `true` if this instance has alpha; otherwise, `false`. -### Examples +## Examples The following example loads a TIFF image and prints information about raw data format and alpha channel. @@ -50,8 +50,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(fileName)) ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/hastransparentcolor/_index.md index 27f4812bad66..f6c3163dcab1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: TiffFrame.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets a value indicating whether image has transparent color type: docs weight: 90 url: /net/aspose.imaging.fileformats.tiff/tiffframe/hastransparentcolor/ @@ -16,8 +16,8 @@ public override bool HasTransparentColor { get; set; } ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/height/_index.md index b9de3dda8efd..b5661b8c5bf0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: TiffFrame.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets the image height type: docs weight: 100 url: /net/aspose.imaging.fileformats.tiff/tiffframe/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/horizontalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/horizontalresolution/_index.md index 8d9286061e82..04543c538523 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/horizontalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/horizontalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: HorizontalResolution +title: TiffFrame.HorizontalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets or sets the horizontal resolution in pixels per inch of this RasterImage type: docs weight: 110 url: /net/aspose.imaging.fileformats.tiff/tiffframe/horizontalresolution/ --- ## TiffFrame.HorizontalResolution property -Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../../aspose.imaging/rasterimage). +Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../../aspose.imaging/rasterimage/). ```csharp public override double HorizontalResolution { get; set; } @@ -18,7 +18,7 @@ public override double HorizontalResolution { get; set; } The horizontal resolution. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a separate TIFF frame. @@ -58,8 +58,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/pathresources/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/pathresources/_index.md index ae92dadbe249..3598f5cd6dfa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/pathresources/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/pathresources/_index.md @@ -1,7 +1,7 @@ --- -title: PathResources +title: TiffFrame.PathResources second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets or sets the path resources type: docs weight: 120 url: /net/aspose.imaging.fileformats.tiff/tiffframe/pathresources/ @@ -18,7 +18,7 @@ public List PathResources { get; set; } The path resources. -### Examples +## Examples Transfer Clipping Paths during export from TIFF to PSD image. @@ -136,9 +136,9 @@ private static VectorPathRecord CreateBezierRecord(PointF point) ### See Also -* class [PathResource](../../../aspose.imaging.fileformats.tiff.pathresources/pathresource) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [PathResource](../../../aspose.imaging.fileformats.tiff.pathresources/pathresource/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/resize/_index.md index 5a6676ba1d30..1a1877a5c6ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/resize/_index.md @@ -1,7 +1,7 @@ --- -title: Resize +title: TiffFrame.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame method. Resizes the image type: docs weight: 190 url: /net/aspose.imaging.fileformats.tiff/tiffframe/resize/ @@ -22,9 +22,9 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/rotate/_index.md index 3e30d69630a5..2ec7f8c0762b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: TiffFrame.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame method. Rotate image around the center type: docs weight: 200 url: /net/aspose.imaging.fileformats.tiff/tiffframe/rotate/ @@ -22,9 +22,9 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* struct [Color](../../../aspose.imaging/color/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/tiffframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/tiffframe/_index.md index 8c3f69c0938e..5541d6cf8d5b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/tiffframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/tiffframe/_index.md @@ -1,14 +1,14 @@ --- -title: TiffFrame +title: TiffFrame.TiffFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame constructor. Initializes a new instance of the TiffFrame class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff/tiffframe/tiffframe/ --- -## TiffFrame constructor (1 of 7) +## TiffFrame(Stream) {#constructor_3} -Initializes a new instance of the [`TiffFrame`](../../tiffframe) class. +Initializes a new instance of the [`TiffFrame`](../) class. ```csharp public TiffFrame(Stream stream) @@ -20,15 +20,15 @@ public TiffFrame(Stream stream) ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) --- -## TiffFrame constructor (2 of 7) +## TiffFrame(Stream, TiffOptions) {#constructor_4} -Initializes a new instance of the [`TiffFrame`](../../tiffframe) class. +Initializes a new instance of the [`TiffFrame`](../) class. ```csharp public TiffFrame(Stream stream, TiffOptions options) @@ -41,16 +41,16 @@ public TiffFrame(Stream stream, TiffOptions options) ### See Also -* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) --- -## TiffFrame constructor (3 of 7) +## TiffFrame(string) {#constructor_5} -Initializes a new instance of the [`TiffFrame`](../../tiffframe) class. +Initializes a new instance of the [`TiffFrame`](../) class. ```csharp public TiffFrame(string path) @@ -62,15 +62,15 @@ public TiffFrame(string path) ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) --- -## TiffFrame constructor (4 of 7) +## TiffFrame(string, TiffOptions) {#constructor_6} -Initializes a new instance of the [`TiffFrame`](../../tiffframe) class. +Initializes a new instance of the [`TiffFrame`](../) class. ```csharp public TiffFrame(string path, TiffOptions options) @@ -83,16 +83,16 @@ public TiffFrame(string path, TiffOptions options) ### See Also -* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) --- -## TiffFrame constructor (5 of 7) +## TiffFrame(RasterImage) {#constructor_1} -Initializes a new instance of the [`TiffFrame`](../../tiffframe) class. +Initializes a new instance of the [`TiffFrame`](../) class. ```csharp public TiffFrame(RasterImage image) @@ -102,7 +102,7 @@ public TiffFrame(RasterImage image) | --- | --- | --- | | image | RasterImage | The image to initialize frame pixel and palette data with. | -### Examples +## Examples The following example shows how to compose a mutlipage TIFF from individual raster images. @@ -152,16 +152,16 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) --- -## TiffFrame constructor (6 of 7) +## TiffFrame(RasterImage, TiffOptions) {#constructor_2} -Initializes a new instance of the [`TiffFrame`](../../tiffframe) class. +Initializes a new instance of the [`TiffFrame`](../) class. ```csharp public TiffFrame(RasterImage image, TiffOptions options) @@ -174,17 +174,17 @@ public TiffFrame(RasterImage image, TiffOptions options) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) --- -## TiffFrame constructor (7 of 7) +## TiffFrame(TiffOptions, int, int) {#constructor} -Initializes a new instance of the [`TiffFrame`](../../tiffframe) class. +Initializes a new instance of the [`TiffFrame`](../) class. ```csharp public TiffFrame(TiffOptions options, int width, int height) @@ -202,7 +202,7 @@ public TiffFrame(TiffOptions options, int width, int height) | --- | --- | | ArgumentNullException | Options parameter is null. | -### Examples +## Examples This example shows how to create a TIFF image from scratch and save it to a file. @@ -323,9 +323,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffOptions](../../../aspose.imaging.imageoptions/tiffoptions/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/verticalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/verticalresolution/_index.md index 8eea5c84d3aa..8a86cf68438c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/verticalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/verticalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: VerticalResolution +title: TiffFrame.VerticalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets or sets the vertical resolution in pixels per inch of this RasterImage type: docs weight: 130 url: /net/aspose.imaging.fileformats.tiff/tiffframe/verticalresolution/ --- ## TiffFrame.VerticalResolution property -Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../../aspose.imaging/rasterimage). +Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../../aspose.imaging/rasterimage/). ```csharp public override double VerticalResolution { get; set; } @@ -18,7 +18,7 @@ public override double VerticalResolution { get; set; } The vertical resolution. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a separate TIFF frame. @@ -58,8 +58,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/width/_index.md index fb909cde28a9..ef2e75b72824 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: TiffFrame.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets the image width type: docs weight: 140 url: /net/aspose.imaging.fileformats.tiff/tiffframe/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/xmpdata/_index.md index 061467d65ea7..3b36d60c1dda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffframe/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: TiffFrame.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffFrame property. Gets or sets XMP data from frame type: docs weight: 150 url: /net/aspose.imaging.fileformats.tiff/tiffframe/xmpdata/ @@ -20,9 +20,9 @@ XMP packet data wrapper ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [TiffFrame](../../tiffframe) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [TiffFrame](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/_index.md index bb2ca83514a7..59121c8740bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/_index.md @@ -1,7 +1,7 @@ --- -title: TiffImage +title: Class TiffImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffImage class. Process Tagged Image File Format TIFF raster images with our API offering comprehensive support for various resolutions and advanced editing capabilities like EXIF data manipulation and alpha channels. Normalize angles for scanned images resize transform to grayscale and apply filters gamma corrections and image parameters adjustments with ease. Seamlessly handle multiframe TIFF files create graphics paths add shapes and effortlessly save images to different formats type: docs weight: 7920 url: /net/aspose.imaging.fileformats.tiff/tiffimage/ @@ -18,149 +18,149 @@ public class TiffImage : RasterCachedMultipageImage, IMultipageImageExt | Name | Description | | --- | --- | -| [TiffImage](tiffimage)(TiffFrame) | Initialize a new object of the [`TiffImage`](../tiffimage) class, specifying the frame parameter. This constructor facilitates the creation of a TiffImage instance, allowing developers to specify the frame to be loaded or processed, streamlining Tiff image handling tasks within their applications. | -| [TiffImage](tiffimage)(TiffFrame[]) | Create a new instance of the [`TiffImage`](../tiffimage) class, providing a list of frames as a parameter. This constructor enables the initialization of a TiffImage object with multiple frames, facilitating efficient handling and processing of TIFF image sequences within software applications. | +| [TiffImage](tiffimage/#constructor)(TiffFrame) | Initialize a new object of the `TiffImage` class, specifying the frame parameter. This constructor facilitates the creation of a TiffImage instance, allowing developers to specify the frame to be loaded or processed, streamlining Tiff image handling tasks within their applications. | +| [TiffImage](tiffimage/#constructor_1)(TiffFrame[]) | Create a new instance of the `TiffImage` class, providing a list of frames as a parameter. This constructor enables the initialization of a TiffImage object with multiple frames, facilitating efficient handling and processing of TIFF image sequences within software applications. | ## Properties | Name | Description | | --- | --- | -| [ActiveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/activeframe) { get; set; } | Manage the active frame seamlessly, facilitating dynamic navigation and manipulation within the designated context. Empower your application to interact efficiently with multimedia content, enhancing user engagement and productivity. | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ByteOrder](../../aspose.imaging.fileformats.tiff/tiffimage/byteorder) { get; set; } | Toggle the byte order for TIFF files seamlessly, ensuring precise control over data interpretation. Empower your applications with the flexibility to adapt to diverse file specifications, enhancing compatibility and efficiency in data processing. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [ExifData](../../aspose.imaging.fileformats.tiff/tiffimage/exifdata) { get; set; } | Access or modify EXIF data associated with the active frame seamlessly, empowering precise control over image metadata. Enhance your application's capabilities by integrating this feature, ensuring accurate preservation and customization of essential image information. | -| override [FileFormat](../../aspose.imaging.fileformats.tiff/tiffimage/fileformat) { get; } | Retrieve the file format value associated with the image. This property serves as a critical aspect of image metadata retrieval, allowing software applications to identify and interpret the format of the image data efficiently. | -| [Frames](../../aspose.imaging.fileformats.tiff/tiffimage/frames) { get; } | Retrieve an array of [`TiffFrame`](../tiffframe) instances, enabling comprehensive access and manipulation of individual frames within the TIFF image. Harness the power of this array to streamline image processing workflows, ensuring precise control and optimization of visual content. | -| override [HasAlpha](../../aspose.imaging.fileformats.tiff/tiffimage/hasalpha) { get; } | Determine whether the image has an alpha channel, providing crucial information for rendering and compositing operations. Integrate this feature to optimize visual processing workflows, ensuring accurate representation and manipulation of transparent elements. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor) { get; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| override [HorizontalResolution](../../aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution) { get; set; } | Retrieve the horizontal resolution of the specified [`Image`](../../aspose.imaging/image) in pixels per inch, facilitating precise adjustment and rendering capabilities. Access essential image metadata effortlessly, empowering streamlined image processing workflows for enhanced user experiences. | -| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| override [PageCount](../../aspose.imaging.fileformats.tiff/tiffimage/pagecount) { get; } | Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures. | -| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| override [Pages](../../aspose.imaging.fileformats.tiff/tiffimage/pages) { get; } | Access the pages of the document seamlessly, enabling dynamic navigation and manipulation within the content structure. Empower your application with efficient access to individual pages, facilitating streamlined document processing and enhanced user interaction. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| override [PremultiplyComponents](../../aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents) { get; set; } | Indicate if components necessitate premultiplication, ensuring efficient handling of visual elements. Enhance rendering processes by toggling this property, streamlining graphic workflows for optimized performance. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| override [VerticalResolution](../../aspose.imaging.fileformats.tiff/tiffimage/verticalresolution) { get; set; } | Access the vertical resolution of the designated [`Image`](../../aspose.imaging/image) in pixels per inch, enabling precise adjustments and rendering optimizations. Utilize essential image data effortlessly to streamline image processing workflows, ensuring superior quality and performance in your applications. | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata) { get; set; } | Gets or sets XMP data from frame. | +| [ActiveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/activeframe/) { get; set; } | Manage the active frame seamlessly, facilitating dynamic navigation and manipulation within the designated context. Empower your application to interact efficiently with multimedia content, enhancing user engagement and productivity. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ByteOrder](../../aspose.imaging.fileformats.tiff/tiffimage/byteorder/) { get; set; } | Toggle the byte order for TIFF files seamlessly, ensuring precise control over data interpretation. Empower your applications with the flexibility to adapt to diverse file specifications, enhancing compatibility and efficiency in data processing. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [ExifData](../../aspose.imaging.fileformats.tiff/tiffimage/exifdata/) { get; set; } | Access or modify EXIF data associated with the active frame seamlessly, empowering precise control over image metadata. Enhance your application's capabilities by integrating this feature, ensuring accurate preservation and customization of essential image information. | +| override [FileFormat](../../aspose.imaging.fileformats.tiff/tiffimage/fileformat/) { get; } | Retrieve the file format value associated with the image. This property serves as a critical aspect of image metadata retrieval, allowing software applications to identify and interpret the format of the image data efficiently. | +| [Frames](../../aspose.imaging.fileformats.tiff/tiffimage/frames/) { get; } | Retrieve an array of [`TiffFrame`](../tiffframe/) instances, enabling comprehensive access and manipulation of individual frames within the TIFF image. Harness the power of this array to streamline image processing workflows, ensuring precise control and optimization of visual content. | +| override [HasAlpha](../../aspose.imaging.fileformats.tiff/tiffimage/hasalpha/) { get; } | Determine whether the image has an alpha channel, providing crucial information for rendering and compositing operations. Integrate this feature to optimize visual processing workflows, ensuring accurate representation and manipulation of transparent elements. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor/) { get; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| override [HorizontalResolution](../../aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution/) { get; set; } | Retrieve the horizontal resolution of the specified [`Image`](../../aspose.imaging/image/) in pixels per inch, facilitating precise adjustment and rendering capabilities. Access essential image metadata effortlessly, empowering streamlined image processing workflows for enhanced user experiences. | +| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| override [PageCount](../../aspose.imaging.fileformats.tiff/tiffimage/pagecount/) { get; } | Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures. | +| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction/) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| override [Pages](../../aspose.imaging.fileformats.tiff/tiffimage/pages/) { get; } | Access the pages of the document seamlessly, enabling dynamic navigation and manipulation within the content structure. Empower your application with efficient access to individual pages, facilitating streamlined document processing and enhanced user interaction. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| override [PremultiplyComponents](../../aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents/) { get; set; } | Indicate if components necessitate premultiplication, ensuring efficient handling of visual elements. Enhance rendering processes by toggling this property, streamlining graphic workflows for optimized performance. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| override [VerticalResolution](../../aspose.imaging.fileformats.tiff/tiffimage/verticalresolution/) { get; set; } | Access the vertical resolution of the designated [`Image`](../../aspose.imaging/image/) in pixels per inch, enabling precise adjustments and rendering optimizations. Utilize essential image data effortlessly to streamline image processing workflows, ensuring superior quality and performance in your applications. | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata/) { get; set; } | Gets or sets XMP data from frame. | ## Methods | Name | Description | | --- | --- | -| [Add](../../aspose.imaging.fileformats.tiff/tiffimage/add)(TiffImage) | Add the frames from the specified image seamlessly into the current frame, consolidating their content and enhancing compositional flexibility. Integrate this method to streamline frame management and manipulation within your application, facilitating efficient handling of multi-frame images. | -| [AddFrame](../../aspose.imaging.fileformats.tiff/tiffimage/addframe)(TiffFrame) | Incorporate the specified frame seamlessly into the image, expanding its content and versatility. Utilize this method to enhance image composition and management, empowering efficient handling of multi-frame images within your application. | -| [AddFrames](../../aspose.imaging.fileformats.tiff/tiffimage/addframes)(TiffFrame[]) | Integrate the array of frames seamlessly into the image, enriching its content and versatility. Utilize this method to enhance image composition and management, enabling efficient handling of multi-frame images within your application. | -| virtual [AddPage](../../aspose.imaging.fileformats.tiff/tiffimage/addpage)(RasterImage) | Incorporate a new page into the existing image seamlessly, expanding its content and versatility. Utilize this method to enhance document composition and management, empowering efficient handling of multi-page images within your application. | -| override [AdjustBrightness](../../aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness)(int) | Implement *brightness* adjustment for the image, allowing the modification of overall luminance levels. Incorporate this method into your image processing workflow to enhance visibility and improve the visual quality of images within your application. | -| override [AdjustContrast](../../aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast)(float) | Enhance the contrast of the [`Image`](../../aspose.imaging/image) instance, amplifying the differences between its light and dark areas. Integrate this functionality to improve the visual clarity and overall quality of the image within your application. | -| override [AdjustGamma](../../aspose.imaging.fileformats.tiff/tiffimage/adjustgamma)(float) | Apply gamma correction to the image, adjusting pixel intensities to achieve desired color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application. | -| override [AdjustGamma](../../aspose.imaging.fileformats.tiff/tiffimage/adjustgamma)(float, float, float) | Perform gamma correction on the image using individual coefficients for red, green, and blue channels, allowing for fine-tuned adjustments of color balance and contrast. Integrate this method into your image processing pipeline to achieve precise control over color rendering and enhance visual fidelity within your application. | -| [AlignResolutions](../../aspose.imaging.fileformats.tiff/tiffimage/alignresolutions)() | Implement the AlignResolutions helper method to synchronize horizontal and vertical resolutions, ensuring uniformity in image dimensions. This functionality facilitates streamlined image processing workflows by harmonizing resolution parameters, optimizing visual quality and consistency across various platforms and devices. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging.fileformats.tiff/tiffimage/binarizebradley)(double, int) | Implement binarization on the image employing Bradley's adaptive thresholding algorithm with integral image thresholding. This approach dynamically computes local thresholds based on the image's neighborhood, enhancing adaptability to varying lighting conditions and ensuring robust segmentation for subsequent processing tasks within your application. | -| override [BinarizeFixed](../../aspose.imaging.fileformats.tiff/tiffimage/binarizefixed)(byte) | Apply binarization to the image using a predefined threshold, converting it into a binary image with distinct foreground and background regions. Incorporate this method into your image processing workflow to facilitate segmentation and feature extraction tasks, enhancing the accuracy and efficiency of image analysis within your application. | -| override [BinarizeOtsu](../../aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu)() | Utilize Otsu thresholding to perform binarization on the image, automatically determining the optimal threshold value based on the image's histogram. Integrate this method into your image processing workflow to achieve effective segmentation and feature extraction, enhancing the accuracy and reliability of image analysis tasks within your application. | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata)() | Caches the data private. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging.fileformats.tiff/tiffimage/crop)(Rectangle) | Crop the image using a specified rectangular region, allowing precise selection of desired content. Integrate this method into your image processing workflow to efficiently remove unwanted areas and focus on essential details, enhancing the overall clarity and composition of the image. | -| override [Crop](../../aspose.imaging.fileformats.tiff/tiffimage/crop)(int, int, int, int) | Perform cropping on the image by specifying shifts in the left, right, top, and bottom directions. This method enables precise selection of the desired portion of the image, facilitating efficient removal of unwanted areas and focusing on essential content. Integrate this functionality into your image processing pipeline to enhance clarity and composition as needed within your application. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging.fileformats.tiff/tiffimage/dither)(DitheringMethod, int, IColorPalette) | Execute dithering on the current image to enhance its visual quality and reduce color banding artifacts. Integrate this method into your image processing workflow to ensure smoother transitions between colors, resulting in improved overall image appearance and clarity. | -| override [Filter](../../aspose.imaging.fileformats.tiff/tiffimage/filter)(Rectangle, FilterOptionsBase) | Filter the content within the specified rectangle, applying a designated image processing filter to enhance or modify the selected region. Integrate this method into your image manipulation workflow to achieve targeted enhancements or transformations within your application. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| override [GetOriginalOptions](../../aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions)() | Retrieve options derived from the original file settings, facilitating seamless preservation of key parameters such as bit-depth and other essential attributes of the original image. Utilize this method to maintain fidelity and consistency in image processing tasks, ensuring optimal results without unnecessary alterations. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging.fileformats.tiff/tiffimage/grayscale)() | Convert the image to its grayscale representation, transforming it into a single-channel image where each pixel represents intensity. Integrate this method into your image processing pipeline to simplify analysis and enhance compatibility with grayscale-based algorithms, facilitating various computer vision and image analysis tasks within your application. | -| [InsertFrame](../../aspose.imaging.fileformats.tiff/tiffimage/insertframe)(int, TiffFrame) | Insert the new frame at the specified index within the frame sequence, ensuring precise control over frame arrangement. Employ this method to manage frame sequences effectively, facilitating dynamic manipulation and organization of image content within your application. | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging.fileformats.tiff/tiffimage/normalizeangle)(bool, Color) | Utilize the NormalizeAngle method specifically designed for scanned text documents to rectify skewed scans, ensuring accurate alignment. Seamlessly integrate this functionality into your text processing workflows to enhance document readability and quality, improving overall efficiency in text recognition and analysis tasks. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](./rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [RemoveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/removeframe)(int) | Effortlessly eliminate the frame identified by its index from the image sequence, streamlining frame management within your application. Integrate this functionality to enhance efficiency and precision in frame manipulation, facilitating seamless organization and presentation of image content. | -| [RemoveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/removeframe)(TiffFrame) | Efficiently remove the specified frame from the image sequence, facilitating streamlined frame management within your application. Integrate this functionality to enhance precision and flexibility in frame manipulation, ensuring seamless organization and presentation of image content. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceFrame](../../aspose.imaging.fileformats.tiff/tiffimage/replaceframe)(int, TiffFrame) | Substitute the frame at the designated position with another frame seamlessly, facilitating dynamic frame management within the image sequence. Integrate this method to enhance flexibility and precision in frame manipulation, ensuring optimal organization and presentation of image content within your application. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.tiff/tiffimage/resize)(int, int, ImageResizeSettings) | Adjust the size of the image based on specified settings, allowing for precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. | -| override [Resize](../../aspose.imaging.fileformats.tiff/tiffimage/resize)(int, int, ResizeType) | Resize the image according to a specified resizing type, facilitating flexible adjustment of image dimensions while preserving aspect ratio or applying specific scaling algorithms. Incorporate this method into your image processing workflow to achieve precise control over resizing operations within your application. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally)(int, ResizeType) | Conduct a proportional adjustment of the image's height, preserving its aspect ratio for consistent visual integrity. Employ this method to dynamically resize images within your application, ensuring optimal display across diverse platforms and devices without compromising content quality. | -| [ResizeProportional](../../aspose.imaging.fileformats.tiff/tiffimage/resizeproportional)(int, int, ResizeType) | Conduct a proportional resize operation on the image, preserving its aspect ratio while adjusting its dimensions. Employ this method to dynamically scale images within your application, ensuring consistent visual representation of content integrity. The proportional resize will resize each frame according to the ratio of *newWidth*/width and *newHeight*/height. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally)(int, ResizeType) | Adjust the width of the image while maintaining its aspect ratio, ensuring proportional resizing for optimal visual presentation. Utilize this method to dynamically scale images within your application, facilitating consistent and aesthetically pleasing rendering across various display contexts. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.tiff/tiffimage/rotate)(float, bool, Color) | Rotate the image around its center point by a specified angle, enabling precise orientation adjustments. Incorporate this functionality into your image processing pipeline to facilitate accurate transformations, ensuring optimal alignment and presentation of visual content within your application. | -| override [RotateFlip](../../aspose.imaging.fileformats.tiff/tiffimage/rotateflip)(RotateFlipType) | Perform rotation, flipping, or a combination of both operations exclusively on the active frame. This method allows precise manipulation of individual frames within the image sequence, enhancing flexibility in image editing and composition within your application. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| override [SetResolution](../../aspose.imaging.fileformats.tiff/tiffimage/setresolution)(double, double) | Establishes the resolution for the specified [`RasterImage`](../../aspose.imaging/rasterimage), enabling precise control over image rendering and display properties. Integrate this functionality to optimize visual output and ensure compatibility with diverse output devices and platforms, enhancing the overall user experience. | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| [Add](../../aspose.imaging.fileformats.tiff/tiffimage/add/)(TiffImage) | Add the frames from the specified image seamlessly into the current frame, consolidating their content and enhancing compositional flexibility. Integrate this method to streamline frame management and manipulation within your application, facilitating efficient handling of multi-frame images. | +| [AddFrame](../../aspose.imaging.fileformats.tiff/tiffimage/addframe/)(TiffFrame) | Incorporate the specified frame seamlessly into the image, expanding its content and versatility. Utilize this method to enhance image composition and management, empowering efficient handling of multi-frame images within your application. | +| [AddFrames](../../aspose.imaging.fileformats.tiff/tiffimage/addframes/)(TiffFrame[]) | Integrate the array of frames seamlessly into the image, enriching its content and versatility. Utilize this method to enhance image composition and management, enabling efficient handling of multi-frame images within your application. | +| virtual [AddPage](../../aspose.imaging.fileformats.tiff/tiffimage/addpage/)(RasterImage) | Incorporate a new page into the existing image seamlessly, expanding its content and versatility. Utilize this method to enhance document composition and management, empowering efficient handling of multi-page images within your application. | +| override [AdjustBrightness](../../aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness/)(int) | Implement *brightness* adjustment for the image, allowing the modification of overall luminance levels. Incorporate this method into your image processing workflow to enhance visibility and improve the visual quality of images within your application. | +| override [AdjustContrast](../../aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast/)(float) | Enhance the contrast of the [`Image`](../../aspose.imaging/image/) instance, amplifying the differences between its light and dark areas. Integrate this functionality to improve the visual clarity and overall quality of the image within your application. | +| override [AdjustGamma](../../aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/#adjustgamma)(float) | Apply gamma correction to the image, adjusting pixel intensities to achieve desired color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application. | +| override [AdjustGamma](../../aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/#adjustgamma_1)(float, float, float) | Perform gamma correction on the image using individual coefficients for red, green, and blue channels, allowing for fine-tuned adjustments of color balance and contrast. Integrate this method into your image processing pipeline to achieve precise control over color rendering and enhance visual fidelity within your application. | +| [AlignResolutions](../../aspose.imaging.fileformats.tiff/tiffimage/alignresolutions/)() | Implement the AlignResolutions helper method to synchronize horizontal and vertical resolutions, ensuring uniformity in image dimensions. This functionality facilitates streamlined image processing workflows by harmonizing resolution parameters, optimizing visual quality and consistency across various platforms and devices. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging.fileformats.tiff/tiffimage/binarizebradley/#binarizebradley_1)(double, int) | Implement binarization on the image employing Bradley's adaptive thresholding algorithm with integral image thresholding. This approach dynamically computes local thresholds based on the image's neighborhood, enhancing adaptability to varying lighting conditions and ensuring robust segmentation for subsequent processing tasks within your application. | +| override [BinarizeFixed](../../aspose.imaging.fileformats.tiff/tiffimage/binarizefixed/)(byte) | Apply binarization to the image using a predefined threshold, converting it into a binary image with distinct foreground and background regions. Incorporate this method into your image processing workflow to facilitate segmentation and feature extraction tasks, enhancing the accuracy and efficiency of image analysis within your application. | +| override [BinarizeOtsu](../../aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu/)() | Utilize Otsu thresholding to perform binarization on the image, automatically determining the optimal threshold value based on the image's histogram. Integrate this method into your image processing workflow to achieve effective segmentation and feature extraction, enhancing the accuracy and reliability of image analysis tasks within your application. | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata/)() | Caches the data private. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging.fileformats.tiff/tiffimage/crop/#crop)(Rectangle) | Crop the image using a specified rectangular region, allowing precise selection of desired content. Integrate this method into your image processing workflow to efficiently remove unwanted areas and focus on essential details, enhancing the overall clarity and composition of the image. | +| override [Crop](../../aspose.imaging.fileformats.tiff/tiffimage/crop/#crop_1)(int, int, int, int) | Perform cropping on the image by specifying shifts in the left, right, top, and bottom directions. This method enables precise selection of the desired portion of the image, facilitating efficient removal of unwanted areas and focusing on essential content. Integrate this functionality into your image processing pipeline to enhance clarity and composition as needed within your application. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging.fileformats.tiff/tiffimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | Execute dithering on the current image to enhance its visual quality and reduce color banding artifacts. Integrate this method into your image processing workflow to ensure smoother transitions between colors, resulting in improved overall image appearance and clarity. | +| override [Filter](../../aspose.imaging.fileformats.tiff/tiffimage/filter/)(Rectangle, FilterOptionsBase) | Filter the content within the specified rectangle, applying a designated image processing filter to enhance or modify the selected region. Integrate this method into your image manipulation workflow to achieve targeted enhancements or transformations within your application. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| override [GetOriginalOptions](../../aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions/)() | Retrieve options derived from the original file settings, facilitating seamless preservation of key parameters such as bit-depth and other essential attributes of the original image. Utilize this method to maintain fidelity and consistency in image processing tasks, ensuring optimal results without unnecessary alterations. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging.fileformats.tiff/tiffimage/grayscale/)() | Convert the image to its grayscale representation, transforming it into a single-channel image where each pixel represents intensity. Integrate this method into your image processing pipeline to simplify analysis and enhance compatibility with grayscale-based algorithms, facilitating various computer vision and image analysis tasks within your application. | +| [InsertFrame](../../aspose.imaging.fileformats.tiff/tiffimage/insertframe/)(int, TiffFrame) | Insert the new frame at the specified index within the frame sequence, ensuring precise control over frame arrangement. Employ this method to manage frame sequences effectively, facilitating dynamic manipulation and organization of image content within your application. | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging.fileformats.tiff/tiffimage/normalizeangle/#normalizeangle_1)(bool, Color) | Utilize the NormalizeAngle method specifically designed for scanned text documents to rectify skewed scans, ensuring accurate alignment. Seamlessly integrate this functionality into your text processing workflows to enhance document readability and quality, improving overall efficiency in text recognition and analysis tasks. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](./rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [RemoveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/removeframe/#removeframe)(int) | Effortlessly eliminate the frame identified by its index from the image sequence, streamlining frame management within your application. Integrate this functionality to enhance efficiency and precision in frame manipulation, facilitating seamless organization and presentation of image content. | +| [RemoveFrame](../../aspose.imaging.fileformats.tiff/tiffimage/removeframe/#removeframe_1)(TiffFrame) | Efficiently remove the specified frame from the image sequence, facilitating streamlined frame management within your application. Integrate this functionality to enhance precision and flexibility in frame manipulation, ensuring seamless organization and presentation of image content. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceFrame](../../aspose.imaging.fileformats.tiff/tiffimage/replaceframe/)(int, TiffFrame) | Substitute the frame at the designated position with another frame seamlessly, facilitating dynamic frame management within the image sequence. Integrate this method to enhance flexibility and precision in frame manipulation, ensuring optimal organization and presentation of image content within your application. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.tiff/tiffimage/resize/#resize_1)(int, int, ImageResizeSettings) | Adjust the size of the image based on specified settings, allowing for precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. | +| override [Resize](../../aspose.imaging.fileformats.tiff/tiffimage/resize/#resize_2)(int, int, ResizeType) | Resize the image according to a specified resizing type, facilitating flexible adjustment of image dimensions while preserving aspect ratio or applying specific scaling algorithms. Incorporate this method into your image processing workflow to achieve precise control over resizing operations within your application. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally/#resizeheightproportionally_2)(int, ResizeType) | Conduct a proportional adjustment of the image's height, preserving its aspect ratio for consistent visual integrity. Employ this method to dynamically resize images within your application, ensuring optimal display across diverse platforms and devices without compromising content quality. | +| [ResizeProportional](../../aspose.imaging.fileformats.tiff/tiffimage/resizeproportional/)(int, int, ResizeType) | Conduct a proportional resize operation on the image, preserving its aspect ratio while adjusting its dimensions. Employ this method to dynamically scale images within your application, ensuring consistent visual representation of content integrity. The proportional resize will resize each frame according to the ratio of *newWidth*/width and *newHeight*/height. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally/#resizewidthproportionally_2)(int, ResizeType) | Adjust the width of the image while maintaining its aspect ratio, ensuring proportional resizing for optimal visual presentation. Utilize this method to dynamically scale images within your application, facilitating consistent and aesthetically pleasing rendering across various display contexts. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.tiff/tiffimage/rotate/#rotate_1)(float, bool, Color) | Rotate the image around its center point by a specified angle, enabling precise orientation adjustments. Incorporate this functionality into your image processing pipeline to facilitate accurate transformations, ensuring optimal alignment and presentation of visual content within your application. | +| override [RotateFlip](../../aspose.imaging.fileformats.tiff/tiffimage/rotateflip/)(RotateFlipType) | Perform rotation, flipping, or a combination of both operations exclusively on the active frame. This method allows precise manipulation of individual frames within the image sequence, enhancing flexibility in image editing and composition within your application. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| override [SetResolution](../../aspose.imaging.fileformats.tiff/tiffimage/setresolution/)(double, double) | Establishes the resolution for the specified [`RasterImage`](../../aspose.imaging/rasterimage/), enabling precise control over image rendering and display properties. Integrate this functionality to optimize visual output and ensure compatibility with diverse output devices and platforms, enhancing the overall user experience. | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples Create Graphics Path from Path Resources in TIFF image. @@ -221,9 +221,9 @@ private static IEnumerable CoordinatesToBezierPoints(float[] coordinates ### See Also -* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage) -* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff) +* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage/) +* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext/) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/activeframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/activeframe/_index.md index 17f750e1a901..3422e2779778 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/activeframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/activeframe/_index.md @@ -1,7 +1,7 @@ --- -title: ActiveFrame +title: TiffImage.ActiveFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Manage the active frame seamlessly facilitating dynamic navigation and manipulation within the designated context. Empower your application to interact efficiently with multimedia content enhancing user engagement and productivity type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff/tiffimage/activeframe/ @@ -18,7 +18,7 @@ public TiffFrame ActiveFrame { get; set; } Active frame. -### Examples +## Examples The following example shows how to compose a mutlipage TIFF from individual raster images. @@ -68,9 +68,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/add/_index.md index a91330a9bac9..6ceb40606ce5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/add/_index.md @@ -1,7 +1,7 @@ --- -title: Add +title: TiffImage.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Add the frames from the specified image seamlessly into the current frame consolidating their content and enhancing compositional flexibility. Integrate this method to streamline frame management and manipulation within your application facilitating efficient handling of multiframe images type: docs weight: 130 url: /net/aspose.imaging.fileformats.tiff/tiffimage/add/ @@ -20,8 +20,8 @@ public void Add(TiffImage image) ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addframe/_index.md index baac694da914..2b59a63df9c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addframe/_index.md @@ -1,7 +1,7 @@ --- -title: AddFrame +title: TiffImage.AddFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Incorporate the specified frame seamlessly into the image expanding its content and versatility. Utilize this method to enhance image composition and management empowering efficient handling of multiframe images within your application type: docs weight: 140 url: /net/aspose.imaging.fileformats.tiff/tiffimage/addframe/ @@ -18,7 +18,7 @@ public void AddFrame(TiffFrame frame) | --- | --- | --- | | frame | TiffFrame | The frame to add. | -### Examples +## Examples The following example shows how to compose a mutlipage TIFF from individual raster images. @@ -68,9 +68,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addframes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addframes/_index.md index 0d7a1ff2e732..4a51ca9acb24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addframes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addframes/_index.md @@ -1,7 +1,7 @@ --- -title: AddFrames +title: TiffImage.AddFrames second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Integrate the array of frames seamlessly into the image enriching its content and versatility. Utilize this method to enhance image composition and management enabling efficient handling of multiframe images within your application type: docs weight: 150 url: /net/aspose.imaging.fileformats.tiff/tiffimage/addframes/ @@ -20,9 +20,9 @@ public void AddFrames(TiffFrame[] frames) ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addpage/_index.md index 6a094a88b4a0..e1a9423e899f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/addpage/_index.md @@ -1,7 +1,7 @@ --- -title: AddPage +title: TiffImage.AddPage second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Incorporate a new page into the existing image seamlessly expanding its content and versatility. Utilize this method to enhance document composition and management empowering efficient handling of multipage images within your application type: docs weight: 160 url: /net/aspose.imaging.fileformats.tiff/tiffimage/addpage/ @@ -26,9 +26,9 @@ public virtual void AddPage(RasterImage page) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness/_index.md index 38a1b80dd19d..3243b0eea542 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: TiffImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Implement brightness adjustment for the image allowing the modification of overall luminance levels. Incorporate this method into your image processing workflow to enhance visibility and improve the visual quality of images within your application type: docs weight: 170 url: /net/aspose.imaging.fileformats.tiff/tiffimage/adjustbrightness/ @@ -18,7 +18,7 @@ public override void AdjustBrightness(int brightness) | --- | --- | --- | | brightness | Int32 | Brightness value. | -### Examples +## Examples The following example performs brightness correction of a TIFF image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast/_index.md index 32464eb8454b..a28f3848c39a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast/_index.md @@ -1,14 +1,14 @@ --- -title: AdjustContrast +title: TiffImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Enhance the contrast of the Image instance amplifying the differences between its light and dark areas. Integrate this functionality to improve the visual clarity and overall quality of the image within your application type: docs weight: 180 url: /net/aspose.imaging.fileformats.tiff/tiffimage/adjustcontrast/ --- ## TiffImage.AdjustContrast method -Enhance the contrast of the [`Image`](../../../aspose.imaging/image) instance, amplifying the differences between its light and dark areas. Integrate this functionality to improve the visual clarity and overall quality of the image within your application. +Enhance the contrast of the [`Image`](../../../aspose.imaging/image/) instance, amplifying the differences between its light and dark areas. Integrate this functionality to improve the visual clarity and overall quality of the image within your application. ```csharp public override void AdjustContrast(float contrast) @@ -18,7 +18,7 @@ public override void AdjustContrast(float contrast) | --- | --- | --- | | contrast | Single | Contrast value (in range [-100; 100]) | -### Examples +## Examples The following example performs contrast correction of a TIFF image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/_index.md index 077fdab21ea9..a8cfaf6e9fa8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: TiffImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Apply gamma correction to the image adjusting pixel intensities to achieve desired color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application type: docs weight: 190 url: /net/aspose.imaging.fileformats.tiff/tiffimage/adjustgamma/ --- -## TiffImage.AdjustGamma method (1 of 2) +## AdjustGamma(float) {#adjustgamma} Apply gamma correction to the image, adjusting pixel intensities to achieve desired color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application. @@ -18,7 +18,7 @@ public override void AdjustGamma(float gamma) | --- | --- | --- | | gamma | Single | Gamma for red, green and blue channels coefficient | -### Examples +## Examples The following example performs gamma-correction of a TIFF image. @@ -39,13 +39,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) --- -## TiffImage.AdjustGamma method (2 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Perform gamma correction on the image using individual coefficients for red, green, and blue channels, allowing for fine-tuned adjustments of color balance and contrast. Integrate this method into your image processing pipeline to achieve precise control over color rendering and enhance visual fidelity within your application. @@ -59,7 +59,7 @@ public override void AdjustGamma(float gammaRed, float gammaGreen, float gammaBl | gammaGreen | Single | Gamma for green channel coefficient | | gammaBlue | Single | Gamma for blue channel coefficient | -### Examples +## Examples The following example performs gamma-correction of a TIFF image applying different coefficients for color components. @@ -80,8 +80,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/alignresolutions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/alignresolutions/_index.md index 10ab575842af..8c6c23273a63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/alignresolutions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/alignresolutions/_index.md @@ -1,7 +1,7 @@ --- -title: AlignResolutions +title: TiffImage.AlignResolutions second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Implement the AlignResolutions helper method to synchronize horizontal and vertical resolutions ensuring uniformity in image dimensions. This functionality facilitates streamlined image processing workflows by harmonizing resolution parameters optimizing visual quality and consistency across various platforms and devices type: docs weight: 200 url: /net/aspose.imaging.fileformats.tiff/tiffimage/alignresolutions/ @@ -16,8 +16,8 @@ public void AlignResolutions() ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizebradley/_index.md index 99e9f34a2cbc..fade677e768a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizebradley/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeBradley +title: TiffImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Implement binarization on the image employing Bradleys adaptive thresholding algorithm with integral image thresholding. This approach dynamically computes local thresholds based on the images neighborhood enhancing adaptability to varying lighting conditions and ensuring robust segmentation for subsequent processing tasks within your application type: docs weight: 210 url: /net/aspose.imaging.fileformats.tiff/tiffimage/binarizebradley/ @@ -19,7 +19,7 @@ public override void BinarizeBradley(double brightnessDifference, int windowSize | brightnessDifference | Double | The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel. | | windowSize | Int32 | The size of s x s window of pixels centered around this pixel | -### Examples +## Examples The following example binarizes a TIFF image with Bradley's adaptive thresholding algorithm with the specified window size. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizefixed/_index.md index 01610590ba5d..cac3434999a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: TiffImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Apply binarization to the image using a predefined threshold converting it into a binary image with distinct foreground and background regions. Incorporate this method into your image processing workflow to facilitate segmentation and feature extraction tasks enhancing the accuracy and efficiency of image analysis within your application type: docs weight: 220 url: /net/aspose.imaging.fileformats.tiff/tiffimage/binarizefixed/ @@ -18,7 +18,7 @@ public override void BinarizeFixed(byte threshold) | --- | --- | --- | | threshold | Byte | Threshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise. | -### Examples +## Examples The following example binarizes a TIFF image with the predefined threshold. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu/_index.md index f13dd780954e..c251da9befd4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: TiffImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Utilize Otsu thresholding to perform binarization on the image automatically determining the optimal threshold value based on the images histogram. Integrate this method into your image processing workflow to achieve effective segmentation and feature extraction enhancing the accuracy and reliability of image analysis tasks within your application type: docs weight: 230 url: /net/aspose.imaging.fileformats.tiff/tiffimage/binarizeotsu/ @@ -14,7 +14,7 @@ Utilize Otsu thresholding to perform binarization on the image, automatically de public override void BinarizeOtsu() ``` -### Examples +## Examples The following example binarizes a TIFF image with Otsu thresholding. Binarized images contain only 2 colors - black and white. @@ -35,8 +35,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/byteorder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/byteorder/_index.md index 37429638f9b6..b761ccdc2a9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/byteorder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/byteorder/_index.md @@ -1,7 +1,7 @@ --- -title: ByteOrder +title: TiffImage.ByteOrder second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Toggle the byte order for TIFF files seamlessly ensuring precise control over data interpretation. Empower your applications with the flexibility to adapt to diverse file specifications enhancing compatibility and efficiency in data processing type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff/tiffimage/byteorder/ @@ -20,9 +20,9 @@ The tiff byte order. ### See Also -* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/crop/_index.md index cb1230b9f43a..76cb27de52f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: TiffImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Crop the image using a specified rectangular region allowing precise selection of desired content. Integrate this method into your image processing workflow to efficiently remove unwanted areas and focus on essential details enhancing the overall clarity and composition of the image type: docs weight: 240 url: /net/aspose.imaging.fileformats.tiff/tiffimage/crop/ --- -## TiffImage.Crop method (1 of 2) +## Crop(Rectangle) {#crop} Crop the image using a specified rectangular region, allowing precise selection of desired content. Integrate this method into your image processing workflow to efficiently remove unwanted areas and focus on essential details, enhancing the overall clarity and composition of the image. @@ -18,7 +18,7 @@ public override void Crop(Rectangle rectangle) | --- | --- | --- | | rectangle | Rectangle | The rectangle. | -### Examples +## Examples The following example crops a TIFF image. The cropping area is be specified via Aspose.Imaging.Rectangle. @@ -42,14 +42,14 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) --- -## TiffImage.Crop method (2 of 2) +## Crop(int, int, int, int) {#crop_1} Perform cropping on the image by specifying shifts in the left, right, top, and bottom directions. This method enables precise selection of the desired portion of the image, facilitating efficient removal of unwanted areas and focusing on essential content. Integrate this functionality into your image processing pipeline to enhance clarity and composition as needed within your application. @@ -64,7 +64,7 @@ public override void Crop(int leftShift, int rightShift, int topShift, int botto | topShift | Int32 | The top shift. | | bottomShift | Int32 | The bottom shift. | -### Examples +## Examples The following example crops a TIFF image. The cropping area is specified via Left, Top, Right, Bottom margins. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/dither/_index.md index fddcdeda44b6..2653b1411f97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/dither/_index.md @@ -1,7 +1,7 @@ --- -title: Dither +title: TiffImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Execute dithering on the current image to enhance its visual quality and reduce color banding artifacts. Integrate this method into your image processing workflow to ensure smoother transitions between colors resulting in improved overall image appearance and clarity type: docs weight: 250 url: /net/aspose.imaging.fileformats.tiff/tiffimage/dither/ @@ -21,7 +21,7 @@ public override void Dither(DitheringMethod ditheringMethod, int bitsCount, | bitsCount | Int32 | The final bits count for dithering. | | customPalette | IColorPalette | The custom palette for dithering. | -### Examples +## Examples The following example loads a TIFF image and performs threshold and floyd dithering using different palette depth. @@ -57,10 +57,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/exifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/exifdata/_index.md index f66acb825b7f..d405f6207bee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/exifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/exifdata/_index.md @@ -1,7 +1,7 @@ --- -title: ExifData +title: TiffImage.ExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Access or modify EXIF data associated with the active frame seamlessly empowering precise control over image metadata. Enhance your applications capabilities by integrating this feature ensuring accurate preservation and customization of essential image information type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff/tiffimage/exifdata/ @@ -16,9 +16,9 @@ public ExifData ExifData { get; set; } ### See Also -* class [ExifData](../../../aspose.imaging.exif/exifdata) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [ExifData](../../../aspose.imaging.exif/exifdata/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/fileformat/_index.md index a35c12ba702f..28d8699bb878 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: TiffImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Retrieve the file format value associated with the image. This property serves as a critical aspect of image metadata retrieval allowing software applications to identify and interpret the format of the image data efficiently type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff/tiffimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/filter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/filter/_index.md index c76edc8495fe..8c11ee8fa463 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/filter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/filter/_index.md @@ -1,7 +1,7 @@ --- -title: Filter +title: TiffImage.Filter second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Filter the content within the specified rectangle applying a designated image processing filter to enhance or modify the selected region. Integrate this method into your image manipulation workflow to achieve targeted enhancements or transformations within your application type: docs weight: 260 url: /net/aspose.imaging.fileformats.tiff/tiffimage/filter/ @@ -19,7 +19,7 @@ public override void Filter(Rectangle rectangle, FilterOptionsBase options) | rectangle | Rectangle | The rectangle. | | options | FilterOptionsBase | The options. | -### Examples +## Examples The following example applies various types of filters to a TIFF image. @@ -85,10 +85,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/frames/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/frames/_index.md index c0063c84baf8..e355254b3f15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/frames/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/frames/_index.md @@ -1,20 +1,20 @@ --- -title: Frames +title: TiffImage.Frames second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Retrieve an array of TiffFrame instances enabling comprehensive access and manipulation of individual frames within the TIFF image. Harness the power of this array to streamline image processing workflows ensuring precise control and optimization of visual content type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff/tiffimage/frames/ --- ## TiffImage.Frames property -Retrieve an array of [`TiffFrame`](../../tiffframe) instances, enabling comprehensive access and manipulation of individual frames within the TIFF image. Harness the power of this array to streamline image processing workflows, ensuring precise control and optimization of visual content. +Retrieve an array of [`TiffFrame`](../../tiffframe/) instances, enabling comprehensive access and manipulation of individual frames within the TIFF image. Harness the power of this array to streamline image processing workflows, ensuring precise control and optimization of visual content. ```csharp public TiffFrame[] Frames { get; } ``` -### Examples +## Examples The following example shows how to compose a mutlipage TIFF from individual raster images. @@ -64,9 +64,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions/_index.md index 3a814d4487c1..93598b42f0e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions/_index.md @@ -1,14 +1,14 @@ --- -title: GetOriginalOptions +title: TiffImage.GetOriginalOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Retrieve options derived from the original file settings facilitating seamless preservation of key parameters such as bitdepth and other essential attributes of the original image. Utilize this method to maintain fidelity and consistency in image processing tasks ensuring optimal results without unnecessary alterations. For example if we load a blackwhite PNG image with 1 bit per pixel and then save it using the Save method the output PNG image with 8bit per pixel will be produced. To avoid it and save PNG image with 1bit per pixel use this method to get corresponding saving options and pass them to the Save method as the second parameter type: docs weight: 270 url: /net/aspose.imaging.fileformats.tiff/tiffimage/getoriginaloptions/ --- ## TiffImage.GetOriginalOptions method -Retrieve options derived from the original file settings, facilitating seamless preservation of key parameters such as bit-depth and other essential attributes of the original image. Utilize this method to maintain fidelity and consistency in image processing tasks, ensuring optimal results without unnecessary alterations. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save) method as the second parameter. +Retrieve options derived from the original file settings, facilitating seamless preservation of key parameters such as bit-depth and other essential attributes of the original image. Utilize this method to maintain fidelity and consistency in image processing tasks, ensuring optimal results without unnecessary alterations. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../../aspose.imaging/image/save/) method as the second parameter. ```csharp public override ImageOptionsBase GetOriginalOptions() @@ -22,13 +22,13 @@ The options based on the original file settings. | exception | condition | | --- | --- | -| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception) | There is no original options that can be extracted from image | +| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception/) | There is no original options that can be extracted from image | ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/grayscale/_index.md index b179e986297e..cb8c341c95aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: TiffImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Convert the image to its grayscale representation transforming it into a singlechannel image where each pixel represents intensity. Integrate this method into your image processing pipeline to simplify analysis and enhance compatibility with grayscalebased algorithms facilitating various computer vision and image analysis tasks within your application type: docs weight: 280 url: /net/aspose.imaging.fileformats.tiff/tiffimage/grayscale/ @@ -14,7 +14,7 @@ Convert the image to its grayscale representation, transforming it into a single public override void Grayscale() ``` -### Examples +## Examples The following example transforms a colored TIFF image to its grayscale representation. Grayscale images are composed exclusively of shades of gray and carry only intensity information. @@ -34,8 +34,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/hasalpha/_index.md index 89dacaabf83b..1c0fb0d33397 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: TiffImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Determine whether the image has an alpha channel providing crucial information for rendering and compositing operations. Integrate this feature to optimize visual processing workflows ensuring accurate representation and manipulation of transparent elements type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff/tiffimage/hasalpha/ @@ -18,7 +18,7 @@ public override bool HasAlpha { get; } The Has alpha channel. -### Examples +## Examples The following example loads a TIFF image and prints information about raw data format and alpha channel. @@ -50,8 +50,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(fileName)) ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution/_index.md index 8c3cf6caaad0..334a6e37ba65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: HorizontalResolution +title: TiffImage.HorizontalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Retrieve the horizontal resolution of the specified Image in pixels per inch facilitating precise adjustment and rendering capabilities. Access essential image metadata effortlessly empowering streamlined image processing workflows for enhanced user experiences type: docs weight: 80 url: /net/aspose.imaging.fileformats.tiff/tiffimage/horizontalresolution/ --- ## TiffImage.HorizontalResolution property -Retrieve the horizontal resolution of the specified [`Image`](../../../aspose.imaging/image) in pixels per inch, facilitating precise adjustment and rendering capabilities. Access essential image metadata effortlessly, empowering streamlined image processing workflows for enhanced user experiences. +Retrieve the horizontal resolution of the specified [`Image`](../../../aspose.imaging/image/) in pixels per inch, facilitating precise adjustment and rendering capabilities. Access essential image metadata effortlessly, empowering streamlined image processing workflows for enhanced user experiences. ```csharp public override double HorizontalResolution { get; set; } @@ -18,11 +18,11 @@ public override double HorizontalResolution { get; set; } The horizontal resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a TIFF image. @@ -55,8 +55,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/insertframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/insertframe/_index.md index d1390b2abec3..1edb6704352a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/insertframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/insertframe/_index.md @@ -1,7 +1,7 @@ --- -title: InsertFrame +title: TiffImage.InsertFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Insert the new frame at the specified index within the frame sequence ensuring precise control over frame arrangement. Employ this method to manage frame sequences effectively facilitating dynamic manipulation and organization of image content within your application type: docs weight: 290 url: /net/aspose.imaging.fileformats.tiff/tiffimage/insertframe/ @@ -21,9 +21,9 @@ public void InsertFrame(int index, TiffFrame frameToInsert) ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/normalizeangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/normalizeangle/_index.md index 6ac74d71d47a..3249686e136e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/normalizeangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/normalizeangle/_index.md @@ -1,14 +1,14 @@ --- -title: NormalizeAngle +title: TiffImage.NormalizeAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Utilize the NormalizeAngle method specifically designed for scanned text documents to rectify skewed scans ensuring accurate alignment. Seamlessly integrate this functionality into your text processing workflows to enhance document readability and quality improving overall efficiency in text recognition and analysis tasks. This method uses GetSkewAngle and Rotate methods type: docs weight: 300 url: /net/aspose.imaging.fileformats.tiff/tiffimage/normalizeangle/ --- ## TiffImage.NormalizeAngle method -Utilize the NormalizeAngle method specifically designed for scanned text documents to rectify skewed scans, ensuring accurate alignment. Seamlessly integrate this functionality into your text processing workflows to enhance document readability and quality, improving overall efficiency in text recognition and analysis tasks. This method uses [`GetSkewAngle`](../../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../rotate) methods. +Utilize the NormalizeAngle method specifically designed for scanned text documents to rectify skewed scans, ensuring accurate alignment. Seamlessly integrate this functionality into your text processing workflows to enhance document readability and quality, improving overall efficiency in text recognition and analysis tasks. This method uses [`GetSkewAngle`](../../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../rotate/) methods. ```csharp public override void NormalizeAngle(bool resizeProportionally, Color backgroundColor) @@ -21,9 +21,9 @@ public override void NormalizeAngle(bool resizeProportionally, Color backgroundC ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* struct [Color](../../../aspose.imaging/color/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/pagecount/_index.md index 9fcf43fbbf7c..802a3f3387b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: TiffImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Retrieve the total count of pages within the specified document facilitating efficient navigation and management of multipage content. Incorporate this functionality to enhance user experience enabling seamless access to comprehensive document structures type: docs weight: 90 url: /net/aspose.imaging.fileformats.tiff/tiffimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/pages/_index.md index 31cebc6a09b5..0927ebc7f0c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: TiffImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Access the pages of the document seamlessly enabling dynamic navigation and manipulation within the content structure. Empower your application with efficient access to individual pages facilitating streamlined document processing and enhanced user interaction type: docs weight: 100 url: /net/aspose.imaging.fileformats.tiff/tiffimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [Image](../../../aspose.imaging/image/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents/_index.md index d082312c0d5e..b47a014fb19c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents/_index.md @@ -1,7 +1,7 @@ --- -title: PremultiplyComponents +title: TiffImage.PremultiplyComponents second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Indicate if components necessitate premultiplication ensuring efficient handling of visual elements. Enhance rendering processes by toggling this property streamlining graphic workflows for optimized performance type: docs weight: 110 url: /net/aspose.imaging.fileformats.tiff/tiffimage/premultiplycomponents/ @@ -18,7 +18,7 @@ public override bool PremultiplyComponents { get; set; } `true` if components must be premultiplied; otherwise, `false`. -### Examples +## Examples The following example creates a new TIFF image, saves the specified semi-transparent pixels, then loads those pixels and gets final colors in the premultiplied form. @@ -79,8 +79,8 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage image = (Aspose.Imaging.FileFor ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/removeframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/removeframe/_index.md index c90a9347182b..17128d484a38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/removeframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/removeframe/_index.md @@ -1,12 +1,12 @@ --- -title: RemoveFrame +title: TiffImage.RemoveFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Effortlessly eliminate the frame identified by its index from the image sequence streamlining frame management within your application. Integrate this functionality to enhance efficiency and precision in frame manipulation facilitating seamless organization and presentation of image content type: docs weight: 310 url: /net/aspose.imaging.fileformats.tiff/tiffimage/removeframe/ --- -## TiffImage.RemoveFrame method (1 of 2) +## RemoveFrame(int) {#removeframe} Effortlessly eliminate the frame identified by its index from the image sequence, streamlining frame management within your application. Integrate this functionality to enhance efficiency and precision in frame manipulation, facilitating seamless organization and presentation of image content. @@ -22,11 +22,11 @@ public TiffFrame RemoveFrame(int index) The removed frame. -### Remarks +## Remarks Note: do not forget to Dispose the frame if you will not add it to some other TiffImage. -### Examples +## Examples The following example shows how to compose a mutlipage TIFF from individual raster images. @@ -76,14 +76,14 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) --- -## TiffImage.RemoveFrame method (2 of 2) +## RemoveFrame(TiffFrame) {#removeframe_1} Efficiently remove the specified frame from the image sequence, facilitating streamlined frame management within your application. Integrate this functionality to enhance precision and flexibility in frame manipulation, ensuring seamless organization and presentation of image content. @@ -95,15 +95,15 @@ public void RemoveFrame(TiffFrame frame) | --- | --- | --- | | frame | TiffFrame | The frame to remove. | -### Remarks +## Remarks Note: do not forget to Dispose the frame if you will not add it to some other TiffImage. ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/replaceframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/replaceframe/_index.md index 15f6e4d93c04..2500f10f6772 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/replaceframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/replaceframe/_index.md @@ -1,7 +1,7 @@ --- -title: ReplaceFrame +title: TiffImage.ReplaceFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Substitute the frame at the designated position with another frame seamlessly facilitating dynamic frame management within the image sequence. Integrate this method to enhance flexibility and precision in frame manipulation ensuring optimal organization and presentation of image content within your application type: docs weight: 320 url: /net/aspose.imaging.fileformats.tiff/tiffimage/replaceframe/ @@ -23,15 +23,15 @@ public TiffFrame ReplaceFrame(int index, TiffFrame frameToReplace) The removed frame. -### Remarks +## Remarks Note: do not forget to Dispose the frame if you will not add it to some other TiffImage. ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resize/_index.md index e20eebe9ea10..8c99391f678a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: TiffImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Resize the image according to a specified resizing type facilitating flexible adjustment of image dimensions while preserving aspect ratio or applying specific scaling algorithms. Incorporate this method into your image processing workflow to achieve precise control over resizing operations within your application type: docs weight: 330 url: /net/aspose.imaging.fileformats.tiff/tiffimage/resize/ --- -## TiffImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resize the image according to a specified resizing type, facilitating flexible adjustment of image dimensions while preserving aspect ratio or applying specific scaling algorithms. Incorporate this method into your image processing workflow to achieve precise control over resizing operations within your application. @@ -20,7 +20,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples This example loads a TIFF image and resizes it using various resizing methods. @@ -68,14 +68,14 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage image = (Aspose.Imaging.FileFor ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) --- -## TiffImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Adjust the size of the image based on specified settings, allowing for precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. @@ -89,7 +89,7 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set | newHeight | Int32 | The new height. | | settings | ImageResizeSettings | The resize settings. | -### Examples +## Examples This example loads a TIFF image and resizes it using various resizing settings. @@ -129,9 +129,9 @@ using (Aspose.Imaging.Image image = (Aspose.Imaging.Image)Aspose.Imaging.Image.L ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally/_index.md index 079f31b5b935..639554086c4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeHeightProportionally +title: TiffImage.ResizeHeightProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Conduct a proportional adjustment of the images height preserving its aspect ratio for consistent visual integrity. Employ this method to dynamically resize images within your application ensuring optimal display across diverse platforms and devices without compromising content quality type: docs weight: 340 url: /net/aspose.imaging.fileformats.tiff/tiffimage/resizeheightproportionally/ @@ -19,7 +19,7 @@ public override void ResizeHeightProportionally(int newHeight, ResizeType resize | newHeight | Int32 | The new height. | | resizeType | ResizeType | Type of the resize. | -### Examples +## Examples This example loads a TIFF image and resizes it proportionally using various resizing methods. Only the height is specified, the width is calculated automatically. @@ -67,9 +67,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage image = (Aspose.Imaging.FileFor ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizeproportional/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizeproportional/_index.md index aca3ab6c8f93..7b0bfad4eced 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizeproportional/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizeproportional/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeProportional +title: TiffImage.ResizeProportional second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Conduct a proportional resize operation on the image preserving its aspect ratio while adjusting its dimensions. Employ this method to dynamically scale images within your application ensuring consistent visual representation of content integrity. The proportional resize will resize each frame according to the ratio of newWidth/width and newHeight/height type: docs weight: 350 url: /net/aspose.imaging.fileformats.tiff/tiffimage/resizeproportional/ @@ -22,9 +22,9 @@ public void ResizeProportional(int newWidth, int newHeight, ResizeType resizeTyp ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally/_index.md index f3ed6634c6f3..8785d61080c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeWidthProportionally +title: TiffImage.ResizeWidthProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Adjust the width of the image while maintaining its aspect ratio ensuring proportional resizing for optimal visual presentation. Utilize this method to dynamically scale images within your application facilitating consistent and aesthetically pleasing rendering across various display contexts type: docs weight: 360 url: /net/aspose.imaging.fileformats.tiff/tiffimage/resizewidthproportionally/ @@ -19,7 +19,7 @@ public override void ResizeWidthProportionally(int newWidth, ResizeType resizeTy | newWidth | Int32 | The new width. | | resizeType | ResizeType | Type of the resize. | -### Examples +## Examples This example loads a TIFF image and resizes it proportionally using various resizing methods. Only the width is specified, the height is calculated automatically. @@ -67,9 +67,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage image = (Aspose.Imaging.FileFor ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/rotate/_index.md index 7b7971a62974..00f118c5923a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: TiffImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Rotate the image around its center point by a specified angle enabling precise orientation adjustments. Incorporate this functionality into your image processing pipeline to facilitate accurate transformations ensuring optimal alignment and presentation of visual content within your application type: docs weight: 370 url: /net/aspose.imaging.fileformats.tiff/tiffimage/rotate/ @@ -20,7 +20,7 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr | resizeProportionally | Boolean | if set to `true` you will have your image size changed according to rotated rectangle (corner points) projections in other case that leaves dimensions untouched and only internal image contents are rotated. | | backgroundColor | Color | Color of the background. | -### Examples +## Examples The following example shows how to rotate a TIFF image around the center by 45 degrees clockwise. @@ -63,9 +63,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* struct [Color](../../../aspose.imaging/color/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/rotateflip/_index.md index c4030ca81d1e..fa52c469f255 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: TiffImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Perform rotation flipping or a combination of both operations exclusively on the active frame. This method allows precise manipulation of individual frames within the image sequence enhancing flexibility in image editing and composition within your application type: docs weight: 380 url: /net/aspose.imaging.fileformats.tiff/tiffimage/rotateflip/ @@ -18,7 +18,7 @@ public override void RotateFlip(RotateFlipType rotateFlipType) | --- | --- | --- | | rotateFlipType | RotateFlipType | The rotate flip type. | -### Examples +## Examples This example loads a TIFF image, rotates it by 90 degrees clockwise and optionally flips the image horizontally and(or) vertically. @@ -48,9 +48,9 @@ foreach (Aspose.Imaging.RotateFlipType rotateFlipType in rotateFlipTypes) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/setresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/setresolution/_index.md index afda28cf41fb..71b50f64dc42 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/setresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/setresolution/_index.md @@ -1,14 +1,14 @@ --- -title: SetResolution +title: TiffImage.SetResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage method. Establishes the resolution for the specified RasterImage enabling precise control over image rendering and display properties. Integrate this functionality to optimize visual output and ensure compatibility with diverse output devices and platforms enhancing the overall user experience type: docs weight: 390 url: /net/aspose.imaging.fileformats.tiff/tiffimage/setresolution/ --- ## TiffImage.SetResolution method -Establishes the resolution for the specified [`RasterImage`](../../../aspose.imaging/rasterimage), enabling precise control over image rendering and display properties. Integrate this functionality to optimize visual output and ensure compatibility with diverse output devices and platforms, enhancing the overall user experience. +Establishes the resolution for the specified [`RasterImage`](../../../aspose.imaging/rasterimage/), enabling precise control over image rendering and display properties. Integrate this functionality to optimize visual output and ensure compatibility with diverse output devices and platforms, enhancing the overall user experience. ```csharp public override void SetResolution(double dpiX, double dpiY) @@ -16,10 +16,10 @@ public override void SetResolution(double dpiX, double dpiY) | Parameter | Type | Description | | --- | --- | --- | -| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage). | -| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage). | +| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/). | +| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../../aspose.imaging/rasterimage/). | -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a TIFF image. @@ -52,8 +52,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/tiffimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/tiffimage/_index.md index a91b99b33c76..4858b8a5b3a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/tiffimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/tiffimage/_index.md @@ -1,14 +1,14 @@ --- -title: TiffImage +title: TiffImage.TiffImage second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage constructor. Initialize a new object of the TiffImage class specifying the frame parameter. This constructor facilitates the creation of a TiffImage instance allowing developers to specify the frame to be loaded or processed streamlining Tiff image handling tasks within their applications type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff/tiffimage/tiffimage/ --- -## TiffImage constructor (1 of 2) +## TiffImage(TiffFrame) {#constructor} -Initialize a new object of the [`TiffImage`](../../tiffimage) class, specifying the frame parameter. This constructor facilitates the creation of a TiffImage instance, allowing developers to specify the frame to be loaded or processed, streamlining Tiff image handling tasks within their applications. +Initialize a new object of the [`TiffImage`](../) class, specifying the frame parameter. This constructor facilitates the creation of a TiffImage instance, allowing developers to specify the frame to be loaded or processed, streamlining Tiff image handling tasks within their applications. ```csharp public TiffImage(TiffFrame frame) @@ -24,7 +24,7 @@ public TiffImage(TiffFrame frame) | --- | --- | | ArgumentNullException | Tiff *frame* cannot be empty. | -### Examples +## Examples This example shows how to create a TIFF image from scratch and save it to a file. @@ -74,16 +74,16 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) --- -## TiffImage constructor (2 of 2) +## TiffImage(TiffFrame[]) {#constructor_1} -Create a new instance of the [`TiffImage`](../../tiffimage) class, providing a list of frames as a parameter. This constructor enables the initialization of a TiffImage object with multiple frames, facilitating efficient handling and processing of TIFF image sequences within software applications. +Create a new instance of the [`TiffImage`](../) class, providing a list of frames as a parameter. This constructor enables the initialization of a TiffImage object with multiple frames, facilitating efficient handling and processing of TIFF image sequences within software applications. ```csharp public TiffImage(TiffFrame[] frames) @@ -99,7 +99,7 @@ public TiffImage(TiffFrame[] frames) | --- | --- | | ArgumentNullException | frames | -### Examples +## Examples This example shows how to create a TIFF image with 2 frames and save it to a file. @@ -174,9 +174,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* class [TiffFrame](../../tiffframe) -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffFrame](../../tiffframe/) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/verticalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/verticalresolution/_index.md index ba5f8c630a67..e196e8bfc1b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/verticalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffimage/verticalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: VerticalResolution +title: TiffImage.VerticalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffImage property. Access the vertical resolution of the designated Image in pixels per inch enabling precise adjustments and rendering optimizations. Utilize essential image data effortlessly to streamline image processing workflows ensuring superior quality and performance in your applications type: docs weight: 120 url: /net/aspose.imaging.fileformats.tiff/tiffimage/verticalresolution/ --- ## TiffImage.VerticalResolution property -Access the vertical resolution of the designated [`Image`](../../../aspose.imaging/image) in pixels per inch, enabling precise adjustments and rendering optimizations. Utilize essential image data effortlessly to streamline image processing workflows, ensuring superior quality and performance in your applications. +Access the vertical resolution of the designated [`Image`](../../../aspose.imaging/image/) in pixels per inch, enabling precise adjustments and rendering optimizations. Utilize essential image data effortlessly to streamline image processing workflows, ensuring superior quality and performance in your applications. ```csharp public override double VerticalResolution { get; set; } @@ -18,11 +18,11 @@ public override double VerticalResolution { get; set; } The vertical resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a TIFF image. @@ -55,8 +55,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.tif" ### See Also -* class [TiffImage](../../tiffimage) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage) +* class [TiffImage](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/_index.md index 817161187486..1e50e8d198df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/_index.md @@ -1,7 +1,7 @@ --- -title: TiffRational +title: Class TiffRational second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffRational class. The tiff rational type type: docs weight: 7930 url: /net/aspose.imaging.fileformats.tiff/tiffrational/ @@ -18,40 +18,40 @@ public class TiffRational | Name | Description | | --- | --- | -| [TiffRational](tiffrational)() | Initializes a new instance of the [`TiffRational`](../tiffrational) class. | -| [TiffRational](tiffrational)(uint) | Initializes a new instance of the [`TiffRational`](../tiffrational) class. | -| [TiffRational](tiffrational)(uint, uint) | Initializes a new instance of the [`TiffRational`](../tiffrational) class. | +| [TiffRational](tiffrational/#constructor)() | Initializes a new instance of the `TiffRational` class. | +| [TiffRational](tiffrational/#constructor_1)(uint) | Initializes a new instance of the `TiffRational` class. | +| [TiffRational](tiffrational/#constructor_2)(uint, uint) | Initializes a new instance of the `TiffRational` class. | ## Properties | Name | Description | | --- | --- | -| [Denominator](../../aspose.imaging.fileformats.tiff/tiffrational/denominator) { get; } | Gets the denominator. | -| [Nominator](../../aspose.imaging.fileformats.tiff/tiffrational/nominator) { get; } | Gets the nominator. | -| [Value](../../aspose.imaging.fileformats.tiff/tiffrational/value) { get; } | Gets the float value. | -| [ValueD](../../aspose.imaging.fileformats.tiff/tiffrational/valued) { get; } | Gets the double value. | +| [Denominator](../../aspose.imaging.fileformats.tiff/tiffrational/denominator/) { get; } | Gets the denominator. | +| [Nominator](../../aspose.imaging.fileformats.tiff/tiffrational/nominator/) { get; } | Gets the nominator. | +| [Value](../../aspose.imaging.fileformats.tiff/tiffrational/value/) { get; } | Gets the float value. | +| [ValueD](../../aspose.imaging.fileformats.tiff/tiffrational/valued/) { get; } | Gets the double value. | ## Methods | Name | Description | | --- | --- | -| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffrational/approximatefraction)(double) | Approximates the provided value to a fraction. | -| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffrational/approximatefraction)(float) | Approximates the provided value to a fraction. | -| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffrational/approximatefraction)(double, double) | Approximates the provided value to a fraction. | -| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffrational/approximatefraction)(float, double) | Approximates the provided value to a fraction. | -| override [Equals](../../aspose.imaging.fileformats.tiff/tiffrational/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| override [GetHashCode](../../aspose.imaging.fileformats.tiff/tiffrational/gethashcode)() | Returns a hash code for this instance. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffrational/tostring)() | Converts to string. | +| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/#approximatefraction)(double) | Approximates the provided value to a fraction. | +| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/#approximatefraction_2)(float) | Approximates the provided value to a fraction. | +| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/#approximatefraction_1)(double, double) | Approximates the provided value to a fraction. | +| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/#approximatefraction_3)(float, double) | Approximates the provided value to a fraction. | +| override [Equals](../../aspose.imaging.fileformats.tiff/tiffrational/equals/)(object) | Determines whether the specified Object, is equal to this instance. | +| override [GetHashCode](../../aspose.imaging.fileformats.tiff/tiffrational/gethashcode/)() | Returns a hash code for this instance. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffrational/tostring/)() | Converts to string. | ## Fields | Name | Description | | --- | --- | -| const [Epsilon](../../aspose.imaging.fileformats.tiff/tiffrational/epsilon) | The epsilon for fraction calculation | +| const [Epsilon](../../aspose.imaging.fileformats.tiff/tiffrational/epsilon/) | The epsilon for fraction calculation | ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/_index.md index e0ed40ecff13..feff649fc015 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/_index.md @@ -1,12 +1,12 @@ --- -title: ApproximateFraction +title: TiffRational.ApproximateFraction second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational method. Approximates the provided value to a fraction type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff/tiffrational/approximatefraction/ --- -## TiffRational.ApproximateFraction method (1 of 4) +## ApproximateFraction(double, double) {#approximatefraction_1} Approximates the provided value to a fraction. @@ -25,13 +25,13 @@ A rational number having error less than *epsilon*. ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffRational.ApproximateFraction method (2 of 4) +## ApproximateFraction(double) {#approximatefraction} Approximates the provided value to a fraction. @@ -45,17 +45,17 @@ public static TiffRational ApproximateFraction(double value) ### Return Value -A rational number having error less than [`Epsilon`](../epsilon). +A rational number having error less than [`Epsilon`](../epsilon/). ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffRational.ApproximateFraction method (3 of 4) +## ApproximateFraction(float, double) {#approximatefraction_3} Approximates the provided value to a fraction. @@ -74,13 +74,13 @@ A rational number having error less than *epsilon*. ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffRational.ApproximateFraction method (4 of 4) +## ApproximateFraction(float) {#approximatefraction_2} Approximates the provided value to a fraction. @@ -94,12 +94,12 @@ public static TiffRational ApproximateFraction(float value) ### Return Value -A rational number having error less than [`Epsilon`](../epsilon). +A rational number having error less than [`Epsilon`](../epsilon/). ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/denominator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/denominator/_index.md index f1ec01220575..213c9e960cc0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/denominator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/denominator/_index.md @@ -1,7 +1,7 @@ --- -title: Denominator +title: TiffRational.Denominator second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational property. Gets the denominator type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff/tiffrational/denominator/ @@ -20,8 +20,8 @@ The denominator. ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/epsilon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/epsilon/_index.md index 041914cb94d9..fd42144bd35f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/epsilon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/epsilon/_index.md @@ -1,7 +1,7 @@ --- -title: Epsilon +title: TiffRational.Epsilon second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational field. The epsilon for fraction calculation type: docs weight: 100 url: /net/aspose.imaging.fileformats.tiff/tiffrational/epsilon/ @@ -16,8 +16,8 @@ public const double Epsilon; ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/equals/_index.md index 6436c5cc58bd..082d8966993b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: TiffRational.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational method. Determines whether the specified Object is equal to this instance type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff/tiffrational/equals/ @@ -24,8 +24,8 @@ public override bool Equals(object obj) ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/gethashcode/_index.md index ef3a44a95c4f..cd0e34715b8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: TiffRational.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational method. Returns a hash code for this instance type: docs weight: 80 url: /net/aspose.imaging.fileformats.tiff/tiffrational/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/nominator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/nominator/_index.md index c5466188e98d..58b9ea2f254f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/nominator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/nominator/_index.md @@ -1,7 +1,7 @@ --- -title: Nominator +title: TiffRational.Nominator second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational property. Gets the nominator type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff/tiffrational/nominator/ @@ -20,8 +20,8 @@ The nominator. ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/tiffrational/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/tiffrational/_index.md index f88de1f00e8d..651f607989c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/tiffrational/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/tiffrational/_index.md @@ -1,14 +1,14 @@ --- -title: TiffRational +title: TiffRational.TiffRational second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational constructor. Initializes a new instance of the TiffRational class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff/tiffrational/tiffrational/ --- -## TiffRational constructor (1 of 3) +## TiffRational() {#constructor} -Initializes a new instance of the [`TiffRational`](../../tiffrational) class. +Initializes a new instance of the [`TiffRational`](../) class. ```csharp public TiffRational() @@ -16,15 +16,15 @@ public TiffRational() ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffRational constructor (2 of 3) +## TiffRational(uint) {#constructor_1} -Initializes a new instance of the [`TiffRational`](../../tiffrational) class. +Initializes a new instance of the [`TiffRational`](../) class. ```csharp public TiffRational(uint value) @@ -34,21 +34,21 @@ public TiffRational(uint value) | --- | --- | --- | | value | UInt32 | The nominator value. | -### Remarks +## Remarks The nominator will be used as the value specified and denominator will be equal 1. ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffRational constructor (3 of 3) +## TiffRational(uint, uint) {#constructor_2} -Initializes a new instance of the [`TiffRational`](../../tiffrational) class. +Initializes a new instance of the [`TiffRational`](../) class. ```csharp public TiffRational(uint nominator, uint denominator) @@ -61,8 +61,8 @@ public TiffRational(uint nominator, uint denominator) ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/tostring/_index.md index 2d713b3e83bc..bfce161f29e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: TiffRational.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational method. Converts to string type: docs weight: 90 url: /net/aspose.imaging.fileformats.tiff/tiffrational/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/value/_index.md index a9b50430e4c1..8f099f83f6a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffRational.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational property. Gets the float value type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff/tiffrational/value/ @@ -20,8 +20,8 @@ The float value. ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/valued/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/valued/_index.md index e70106aeeb81..a2a9dd85db85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/valued/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffrational/valued/_index.md @@ -1,7 +1,7 @@ --- -title: ValueD +title: TiffRational.ValueD second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffRational property. Gets the double value type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff/tiffrational/valued/ @@ -20,8 +20,8 @@ The double value. ### See Also -* class [TiffRational](../../tiffrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational) +* class [TiffRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/_index.md index 87d721495c4f..35a3dbdca290 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/_index.md @@ -1,7 +1,7 @@ --- -title: TiffSRational +title: Class TiffSRational second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Tiff.TiffSRational class. The tiff rational type type: docs weight: 7940 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/ @@ -18,40 +18,40 @@ public class TiffSRational | Name | Description | | --- | --- | -| [TiffSRational](tiffsrational)() | Initializes a new instance of the [`TiffSRational`](../tiffsrational) class. | -| [TiffSRational](tiffsrational)(int) | Initializes a new instance of the [`TiffSRational`](../tiffsrational) class. | -| [TiffSRational](tiffsrational)(int, int) | Initializes a new instance of the [`TiffSRational`](../tiffsrational) class. | +| [TiffSRational](tiffsrational/#constructor)() | Initializes a new instance of the `TiffSRational` class. | +| [TiffSRational](tiffsrational/#constructor_1)(int) | Initializes a new instance of the `TiffSRational` class. | +| [TiffSRational](tiffsrational/#constructor_2)(int, int) | Initializes a new instance of the `TiffSRational` class. | ## Properties | Name | Description | | --- | --- | -| [Denominator](../../aspose.imaging.fileformats.tiff/tiffsrational/denominator) { get; } | Gets the denominator. | -| [Nominator](../../aspose.imaging.fileformats.tiff/tiffsrational/nominator) { get; } | Gets the nominator. | -| [Value](../../aspose.imaging.fileformats.tiff/tiffsrational/value) { get; } | Gets the float value. | -| [ValueD](../../aspose.imaging.fileformats.tiff/tiffsrational/valued) { get; } | Gets the double value. | +| [Denominator](../../aspose.imaging.fileformats.tiff/tiffsrational/denominator/) { get; } | Gets the denominator. | +| [Nominator](../../aspose.imaging.fileformats.tiff/tiffsrational/nominator/) { get; } | Gets the nominator. | +| [Value](../../aspose.imaging.fileformats.tiff/tiffsrational/value/) { get; } | Gets the float value. | +| [ValueD](../../aspose.imaging.fileformats.tiff/tiffsrational/valued/) { get; } | Gets the double value. | ## Methods | Name | Description | | --- | --- | -| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction)(double) | Approximates the provided value to a fraction. | -| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction)(float) | Approximates the provided value to a fraction. | -| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction)(double, double) | Approximates the provided value to a fraction. | -| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction)(float, double) | Approximates the provided value to a fraction. | -| override [Equals](../../aspose.imaging.fileformats.tiff/tiffsrational/equals)(object) | Determines whether the specified Object is equal to this instance. | -| override [GetHashCode](../../aspose.imaging.fileformats.tiff/tiffsrational/gethashcode)() | Returns a hash code for this instance. | -| override [ToString](../../aspose.imaging.fileformats.tiff/tiffsrational/tostring)() | Returns a String that represents this instance. | +| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/#approximatefraction)(double) | Approximates the provided value to a fraction. | +| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/#approximatefraction_2)(float) | Approximates the provided value to a fraction. | +| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/#approximatefraction_1)(double, double) | Approximates the provided value to a fraction. | +| static [ApproximateFraction](../../aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/#approximatefraction_3)(float, double) | Approximates the provided value to a fraction. | +| override [Equals](../../aspose.imaging.fileformats.tiff/tiffsrational/equals/)(object) | Determines whether the specified Object is equal to this instance. | +| override [GetHashCode](../../aspose.imaging.fileformats.tiff/tiffsrational/gethashcode/)() | Returns a hash code for this instance. | +| override [ToString](../../aspose.imaging.fileformats.tiff/tiffsrational/tostring/)() | Returns a String that represents this instance. | ## Fields | Name | Description | | --- | --- | -| const [Epsilon](../../aspose.imaging.fileformats.tiff/tiffsrational/epsilon) | The epsilon for fraction calculation | +| const [Epsilon](../../aspose.imaging.fileformats.tiff/tiffsrational/epsilon/) | The epsilon for fraction calculation | ### See Also -* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../aspose.imaging.fileformats.tiff/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/_index.md index 166bfba3ae74..4890a6cc9c49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/_index.md @@ -1,12 +1,12 @@ --- -title: ApproximateFraction +title: TiffSRational.ApproximateFraction second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational method. Approximates the provided value to a fraction type: docs weight: 20 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/approximatefraction/ --- -## TiffSRational.ApproximateFraction method (1 of 4) +## ApproximateFraction(double, double) {#approximatefraction_1} Approximates the provided value to a fraction. @@ -25,13 +25,13 @@ A rational number having error less than *epsilon*. ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffSRational.ApproximateFraction method (2 of 4) +## ApproximateFraction(double) {#approximatefraction} Approximates the provided value to a fraction. @@ -45,17 +45,17 @@ public static TiffSRational ApproximateFraction(double value) ### Return Value -A rational number having error less than [`Epsilon`](../epsilon). +A rational number having error less than [`Epsilon`](../epsilon/). ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffSRational.ApproximateFraction method (3 of 4) +## ApproximateFraction(float, double) {#approximatefraction_3} Approximates the provided value to a fraction. @@ -74,13 +74,13 @@ A rational number having error less than *epsilon*. ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffSRational.ApproximateFraction method (4 of 4) +## ApproximateFraction(float) {#approximatefraction_2} Approximates the provided value to a fraction. @@ -94,12 +94,12 @@ public static TiffSRational ApproximateFraction(float value) ### Return Value -A rational number having error less than [`Epsilon`](../epsilon). +A rational number having error less than [`Epsilon`](../epsilon/). ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/denominator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/denominator/_index.md index de5aac939042..819523eff42a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/denominator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/denominator/_index.md @@ -1,7 +1,7 @@ --- -title: Denominator +title: TiffSRational.Denominator second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational property. Gets the denominator type: docs weight: 30 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/denominator/ @@ -20,8 +20,8 @@ The denominator. ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/epsilon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/epsilon/_index.md index 7ca8853e37c6..43027ca59b9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/epsilon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/epsilon/_index.md @@ -1,7 +1,7 @@ --- -title: Epsilon +title: TiffSRational.Epsilon second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational field. The epsilon for fraction calculation type: docs weight: 100 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/epsilon/ @@ -16,8 +16,8 @@ public const double Epsilon; ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/equals/_index.md index fffb1f7b1dcd..2b56de701367 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: TiffSRational.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational method. Determines whether the specified Object is equal to this instance type: docs weight: 70 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/equals/ @@ -24,8 +24,8 @@ public override bool Equals(object obj) ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/gethashcode/_index.md index e17fdc6d4803..79ba5bfb33b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: TiffSRational.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational method. Returns a hash code for this instance type: docs weight: 80 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/nominator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/nominator/_index.md index 5369705247cf..44b260291bd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/nominator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/nominator/_index.md @@ -1,7 +1,7 @@ --- -title: Nominator +title: TiffSRational.Nominator second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational property. Gets the nominator type: docs weight: 40 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/nominator/ @@ -20,8 +20,8 @@ The nominator. ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/tiffsrational/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/tiffsrational/_index.md index 167ff6eb520d..f5bec7d401c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/tiffsrational/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/tiffsrational/_index.md @@ -1,14 +1,14 @@ --- -title: TiffSRational +title: TiffSRational.TiffSRational second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational constructor. Initializes a new instance of the TiffSRational class type: docs weight: 10 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/tiffsrational/ --- -## TiffSRational constructor (1 of 3) +## TiffSRational() {#constructor} -Initializes a new instance of the [`TiffSRational`](../../tiffsrational) class. +Initializes a new instance of the [`TiffSRational`](../) class. ```csharp public TiffSRational() @@ -16,15 +16,15 @@ public TiffSRational() ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffSRational constructor (2 of 3) +## TiffSRational(int) {#constructor_1} -Initializes a new instance of the [`TiffSRational`](../../tiffsrational) class. +Initializes a new instance of the [`TiffSRational`](../) class. ```csharp public TiffSRational(int value) @@ -36,15 +36,15 @@ public TiffSRational(int value) ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) --- -## TiffSRational constructor (3 of 3) +## TiffSRational(int, int) {#constructor_2} -Initializes a new instance of the [`TiffSRational`](../../tiffsrational) class. +Initializes a new instance of the [`TiffSRational`](../) class. ```csharp public TiffSRational(int nominator, int denominator) @@ -57,8 +57,8 @@ public TiffSRational(int nominator, int denominator) ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/tostring/_index.md index eb6607e36f63..0c2188a3d7ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: TiffSRational.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational method. Returns a String that represents this instance type: docs weight: 90 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/value/_index.md index 10954fc69357..9f09675b3a94 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: TiffSRational.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational property. Gets the float value type: docs weight: 50 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/value/ @@ -20,8 +20,8 @@ The float value. ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/valued/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/valued/_index.md index 1b4e83ba77e8..46075457bdae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/valued/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.tiff/tiffsrational/valued/_index.md @@ -1,7 +1,7 @@ --- -title: ValueD +title: TiffSRational.ValueD second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffSRational property. Gets the double value type: docs weight: 60 url: /net/aspose.imaging.fileformats.tiff/tiffsrational/valued/ @@ -20,8 +20,8 @@ The double value. ### See Also -* class [TiffSRational](../../tiffsrational) -* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational) +* class [TiffSRational](../) +* namespace [Aspose.Imaging.FileFormats.Tiff](../../tiffsrational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/_index.md index e6f5f4d19212..cd83e19e8d46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Webp second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles WebP file format processing. +description: The namespace handles WebP file format processing type: docs weight: 700 url: /net/aspose.imaging.fileformats.webp/ @@ -12,12 +12,12 @@ The namespace handles WebP file format processing. | Class | Description | | --- | --- | -| [WebPFrameBlock](./webpframeblock) | Represents the webp blocks openers registry. | -| [WebPImage](./webpimage) | Manipulate WebP raster images with our API, using its modern features for both lossless and lossy compression, ensuring optimal image quality with reduced file sizes. Seamlessly handle extended file formats, animations, and alpha channels, while easily updating dimensions, resizing proportionally, cropping, rotating, applying filters, adjusting image parameters, and converting to other image formats for versatile web image optimization. | +| [WebPFrameBlock](./webpframeblock/) | Represents the webp blocks openers registry. | +| [WebPImage](./webpimage/) | Manipulate WebP raster images with our API, using its modern features for both lossless and lossy compression, ensuring optimal image quality with reduced file sizes. Seamlessly handle extended file formats, animations, and alpha channels, while easily updating dimensions, resizing proportionally, cropping, rotating, applying filters, adjusting image parameters, and converting to other image formats for versatile web image optimization. | ## Interfaces | Interface | Description | | --- | --- | -| [IFrame](./iframe) | Webp frame `interface` | +| [IFrame](./iframe/) | Webp frame `interface` | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/_index.md index 35ded8856af2..f0e4f065f5eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/_index.md @@ -1,7 +1,7 @@ --- -title: IFrame +title: Interface IFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Webp.IFrame interface. Webp frame interface type: docs weight: 8130 url: /net/aspose.imaging.fileformats.webp/iframe/ @@ -18,13 +18,13 @@ public interface IFrame | Name | Description | | --- | --- | -| [Duration](../../aspose.imaging.fileformats.webp/iframe/duration) { get; set; } | Gets or sets the frame duration. | -| [Left](../../aspose.imaging.fileformats.webp/iframe/left) { get; set; } | Gets or sets the frame position left. | -| [Top](../../aspose.imaging.fileformats.webp/iframe/top) { get; set; } | Gets or sets the frame position top. | +| [Duration](../../aspose.imaging.fileformats.webp/iframe/duration/) { get; set; } | Gets or sets the frame duration. | +| [Left](../../aspose.imaging.fileformats.webp/iframe/left/) { get; set; } | Gets or sets the frame position left. | +| [Top](../../aspose.imaging.fileformats.webp/iframe/top/) { get; set; } | Gets or sets the frame position top. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Webp](../../aspose.imaging.fileformats.webp) +* namespace [Aspose.Imaging.FileFormats.Webp](../../aspose.imaging.fileformats.webp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/duration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/duration/_index.md index 0431b1781bfe..4f2de18e5fe4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/duration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/duration/_index.md @@ -1,7 +1,7 @@ --- -title: Duration +title: IFrame.Duration second_title: Aspose.Imaging for .NET API Reference -description: +description: IFrame property. Gets or sets the frame duration type: docs weight: 10 url: /net/aspose.imaging.fileformats.webp/iframe/duration/ @@ -20,8 +20,8 @@ The duration. ### See Also -* interface [IFrame](../../iframe) -* namespace [Aspose.Imaging.FileFormats.Webp](../../iframe) +* interface [IFrame](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../iframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/left/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/left/_index.md index 71b8fd576ac5..2f187ddd1362 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/left/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/left/_index.md @@ -1,7 +1,7 @@ --- -title: Left +title: IFrame.Left second_title: Aspose.Imaging for .NET API Reference -description: +description: IFrame property. Gets or sets the frame position left type: docs weight: 20 url: /net/aspose.imaging.fileformats.webp/iframe/left/ @@ -20,8 +20,8 @@ The left. ### See Also -* interface [IFrame](../../iframe) -* namespace [Aspose.Imaging.FileFormats.Webp](../../iframe) +* interface [IFrame](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../iframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/top/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/top/_index.md index 599dee63865f..a99acbc2c097 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/top/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/iframe/top/_index.md @@ -1,7 +1,7 @@ --- -title: Top +title: IFrame.Top second_title: Aspose.Imaging for .NET API Reference -description: +description: IFrame property. Gets or sets the frame position top type: docs weight: 30 url: /net/aspose.imaging.fileformats.webp/iframe/top/ @@ -20,8 +20,8 @@ The top. ### See Also -* interface [IFrame](../../iframe) -* namespace [Aspose.Imaging.FileFormats.Webp](../../iframe) +* interface [IFrame](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../iframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/_index.md index 268b7b3cca9f..ca7567b83082 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/_index.md @@ -1,7 +1,7 @@ --- -title: WebPFrameBlock +title: Class WebPFrameBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Webp.WebPFrameBlock class. Represents the webp blocks openers registry type: docs weight: 8140 url: /net/aspose.imaging.fileformats.webp/webpframeblock/ @@ -18,146 +18,146 @@ public class WebPFrameBlock : RasterCachedImage, IAnimationFrame, IFrame | Name | Description | | --- | --- | -| [WebPFrameBlock](webpframeblock)(RasterImage) | Initializes a new instance of the [`WebPFrameBlock`](../webpframeblock) | -| [WebPFrameBlock](webpframeblock)(int, int) | Initializes a new instance of the [`WebPFrameBlock`](../webpframeblock) class. | +| [WebPFrameBlock](webpframeblock/#constructor)(RasterImage) | Initializes a new instance of the `WebPFrameBlock` | +| [WebPFrameBlock](webpframeblock/#constructor_1)(int, int) | Initializes a new instance of the `WebPFrameBlock` class. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.webp/webpframeblock/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [DisposalMethod](../../aspose.imaging.fileformats.webp/webpframeblock/disposalmethod) { get; set; } | Gets or sets the disposal method. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Duration](../../aspose.imaging.fileformats.webp/webpframeblock/duration) { get; set; } | Gets or sets the frame duration. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| [FrameLeft](../../aspose.imaging.fileformats.webp/webpframeblock/frameleft) { get; } | Gets the frame left offset. | -| [FrameTime](../../aspose.imaging.fileformats.webp/webpframeblock/frametime) { get; } | Gets the frame duration. | -| [FrameTop](../../aspose.imaging.fileformats.webp/webpframeblock/frametop) { get; } | Gets the frame top offset. | -| override [HasAlpha](../../aspose.imaging.fileformats.webp/webpframeblock/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging.fileformats.webp/webpframeblock/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Left](../../aspose.imaging.fileformats.webp/webpframeblock/left) { get; set; } | Gets or sets the frame position left. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [Top](../../aspose.imaging.fileformats.webp/webpframeblock/top) { get; set; } | Gets or sets the frame position top. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| [UseAlphaBlending](../../aspose.imaging.fileformats.webp/webpframeblock/usealphablending) { get; set; } | Gets or sets the value indicating whether current frame gets blended with the previous frame alpha values. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging.fileformats.webp/webpframeblock/width) { get; } | Gets the image width. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.webp/webpframeblock/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [DisposalMethod](../../aspose.imaging.fileformats.webp/webpframeblock/disposalmethod/) { get; set; } | Gets or sets the disposal method. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Duration](../../aspose.imaging.fileformats.webp/webpframeblock/duration/) { get; set; } | Gets or sets the frame duration. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| [FrameLeft](../../aspose.imaging.fileformats.webp/webpframeblock/frameleft/) { get; } | Gets the frame left offset. | +| [FrameTime](../../aspose.imaging.fileformats.webp/webpframeblock/frametime/) { get; } | Gets the frame duration. | +| [FrameTop](../../aspose.imaging.fileformats.webp/webpframeblock/frametop/) { get; } | Gets the frame top offset. | +| override [HasAlpha](../../aspose.imaging.fileformats.webp/webpframeblock/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging.fileformats.webp/webpframeblock/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Left](../../aspose.imaging.fileformats.webp/webpframeblock/left/) { get; set; } | Gets or sets the frame position left. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [Top](../../aspose.imaging.fileformats.webp/webpframeblock/top/) { get; set; } | Gets or sets the frame position top. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| [UseAlphaBlending](../../aspose.imaging.fileformats.webp/webpframeblock/usealphablending/) { get; set; } | Gets or sets the value indicating whether current frame gets blended with the previous frame alpha values. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging.fileformats.webp/webpframeblock/width/) { get; } | Gets the image width. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| [GetFullFrame](../../aspose.imaging.fileformats.webp/webpframeblock/getfullframe)() | Gets the full frame. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| [GetFullFrame](../../aspose.imaging.fileformats.webp/webpframeblock/getfullframe/)() | Gets the full frame. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | ### See Also -* class [RasterCachedImage](../../aspose.imaging/rastercachedimage) -* interface [IAnimationFrame](../../aspose.imaging/ianimationframe) -* interface [IFrame](../iframe) -* namespace [Aspose.Imaging.FileFormats.Webp](../../aspose.imaging.fileformats.webp) +* class [RasterCachedImage](../../aspose.imaging/rastercachedimage/) +* interface [IAnimationFrame](../../aspose.imaging/ianimationframe/) +* interface [IFrame](../iframe/) +* namespace [Aspose.Imaging.FileFormats.Webp](../../aspose.imaging.fileformats.webp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/bitsperpixel/_index.md index e35fb7966d25..379d91ed80b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: WebPFrameBlock.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets the image bits per pixel count type: docs weight: 20 url: /net/aspose.imaging.fileformats.webp/webpframeblock/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/disposalmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/disposalmethod/_index.md index 1023b879c567..5edda7e897f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/disposalmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/disposalmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DisposalMethod +title: WebPFrameBlock.DisposalMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets or sets the disposal method type: docs weight: 30 url: /net/aspose.imaging.fileformats.webp/webpframeblock/disposalmethod/ @@ -20,9 +20,9 @@ The disposal method. ### See Also -* enum [AnimationDisposalMethods](../../../aspose.imaging/animationdisposalmethods) -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* enum [AnimationDisposalMethods](../../../aspose.imaging/animationdisposalmethods/) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/duration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/duration/_index.md index ee33bb826dd3..11ce32f0f506 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/duration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/duration/_index.md @@ -1,7 +1,7 @@ --- -title: Duration +title: WebPFrameBlock.Duration second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets or sets the frame duration type: docs weight: 40 url: /net/aspose.imaging.fileformats.webp/webpframeblock/duration/ @@ -20,8 +20,8 @@ The duration. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frameleft/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frameleft/_index.md index 87031212aaf1..d8e00ea07eda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frameleft/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frameleft/_index.md @@ -1,7 +1,7 @@ --- -title: FrameLeft +title: WebPFrameBlock.FrameLeft second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets the frame left offset type: docs weight: 50 url: /net/aspose.imaging.fileformats.webp/webpframeblock/frameleft/ @@ -20,8 +20,8 @@ The frame left offset. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frametime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frametime/_index.md index ee69ba5d6b85..0fd6bb3fadde 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frametime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frametime/_index.md @@ -1,7 +1,7 @@ --- -title: FrameTime +title: WebPFrameBlock.FrameTime second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets the frame duration type: docs weight: 60 url: /net/aspose.imaging.fileformats.webp/webpframeblock/frametime/ @@ -20,8 +20,8 @@ The frame duration. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frametop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frametop/_index.md index ce1827a5704d..cd6f4e10f6b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frametop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/frametop/_index.md @@ -1,7 +1,7 @@ --- -title: FrameTop +title: WebPFrameBlock.FrameTop second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets the frame top offset type: docs weight: 70 url: /net/aspose.imaging.fileformats.webp/webpframeblock/frametop/ @@ -20,8 +20,8 @@ The frame top offset. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/getfullframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/getfullframe/_index.md index beda2ac0282e..e4887145b7d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/getfullframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/getfullframe/_index.md @@ -1,7 +1,7 @@ --- -title: GetFullFrame +title: WebPFrameBlock.GetFullFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock method. Gets the full frame type: docs weight: 140 url: /net/aspose.imaging.fileformats.webp/webpframeblock/getfullframe/ @@ -20,9 +20,9 @@ The full frame image. ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/hasalpha/_index.md index c07e4186e41a..ea77a3805300 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: WebPFrameBlock.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets a value indicating whether this instance has alpha type: docs weight: 80 url: /net/aspose.imaging.fileformats.webp/webpframeblock/hasalpha/ @@ -18,7 +18,7 @@ public override bool HasAlpha { get; } `true` if this instance has alpha; otherwise, `false`. -### Examples +## Examples The following example loads a WEBP image and prints information about raw data format and alpha channel. @@ -53,8 +53,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(fileName)) ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/height/_index.md index b704243e723d..7d1a6042d40f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WebPFrameBlock.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets the image height type: docs weight: 90 url: /net/aspose.imaging.fileformats.webp/webpframeblock/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/left/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/left/_index.md index 587bd7f41e90..e08e1636d08b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/left/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/left/_index.md @@ -1,7 +1,7 @@ --- -title: Left +title: WebPFrameBlock.Left second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets or sets the frame position left type: docs weight: 100 url: /net/aspose.imaging.fileformats.webp/webpframeblock/left/ @@ -20,8 +20,8 @@ The left. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/top/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/top/_index.md index 39f093452d03..3068253937a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/top/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/top/_index.md @@ -1,7 +1,7 @@ --- -title: Top +title: WebPFrameBlock.Top second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets or sets the frame position top type: docs weight: 110 url: /net/aspose.imaging.fileformats.webp/webpframeblock/top/ @@ -20,8 +20,8 @@ The top. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/usealphablending/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/usealphablending/_index.md index e071799b51bb..044a299bbdc1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/usealphablending/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/usealphablending/_index.md @@ -1,7 +1,7 @@ --- -title: UseAlphaBlending +title: WebPFrameBlock.UseAlphaBlending second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets or sets the value indicating whether current frame gets blended with the previous frame alpha values type: docs weight: 120 url: /net/aspose.imaging.fileformats.webp/webpframeblock/usealphablending/ @@ -20,8 +20,8 @@ public bool UseAlphaBlending { get; set; } ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/webpframeblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/webpframeblock/_index.md index cced36b55bad..130401036fc3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/webpframeblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/webpframeblock/_index.md @@ -1,14 +1,14 @@ --- -title: WebPFrameBlock +title: WebPFrameBlock.WebPFrameBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock constructor. Initializes a new instance of the WebPFrameBlock type: docs weight: 10 url: /net/aspose.imaging.fileformats.webp/webpframeblock/webpframeblock/ --- -## WebPFrameBlock constructor (1 of 2) +## WebPFrameBlock(RasterImage) {#constructor} -Initializes a new instance of the [`WebPFrameBlock`](../../webpframeblock) +Initializes a new instance of the [`WebPFrameBlock`](../) class. @@ -22,16 +22,16 @@ public WebPFrameBlock(RasterImage rasterImage) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) --- -## WebPFrameBlock constructor (2 of 2) +## WebPFrameBlock(int, int) {#constructor_1} -Initializes a new instance of the [`WebPFrameBlock`](../../webpframeblock) class. +Initializes a new instance of the [`WebPFrameBlock`](../) class. ```csharp public WebPFrameBlock(int width, int height) @@ -42,7 +42,7 @@ public WebPFrameBlock(int width, int height) | width | Int32 | The width. | | height | Int32 | The height. | -### Examples +## Examples This example shows how to create a multi-frame animated WebP image with the specified options. @@ -97,8 +97,8 @@ using (Aspose.Imaging.FileFormats.Webp.WebPImage webPImage = new Aspose.Imaging. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/width/_index.md index b015533480be..4a383db75b52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpframeblock/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WebPFrameBlock.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPFrameBlock property. Gets the image width type: docs weight: 130 url: /net/aspose.imaging.fileformats.webp/webpframeblock/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [WebPFrameBlock](../../webpframeblock) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock) +* class [WebPFrameBlock](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpframeblock/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/_index.md index ba8eda56a7ab..83d230fb2b05 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/_index.md @@ -1,7 +1,7 @@ --- -title: WebPImage +title: Class WebPImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Webp.WebPImage class. Manipulate WebP raster images with our API using its modern features for both lossless and lossy compression ensuring optimal image quality with reduced file sizes. Seamlessly handle extended file formats animations and alpha channels while easily updating dimensions resizing proportionally cropping rotating applying filters adjusting image parameters and converting to other image formats for versatile web image optimization type: docs weight: 8150 url: /net/aspose.imaging.fileformats.webp/webpimage/ @@ -18,147 +18,147 @@ public sealed class WebPImage : RasterCachedMultipageImage, IMultipageImageExt | Name | Description | | --- | --- | -| [WebPImage](webpimage)(RasterImage) | Instantiate a new instance of the [`WebPImage`](../webpimage) class, initialized from a provided rasterImage object. This constructor allows for seamless conversion of raster images to WebP format, enabling efficient handling and manipulation of image data within your application. | -| [WebPImage](webpimage)(Stream) | Instantiate a new instance of the [`WebPImage`](../webpimage) class, initialized from a provided stream source. Utilize this constructor to seamlessly create WebP image objects directly from streams, enabling efficient handling and manipulation of WebP image data within your application. | -| [WebPImage](webpimage)(string) | Instantiate a fresh instance of the [`WebPImage`](../webpimage) class, initialized from a provided file source. Utilize this constructor to seamlessly create WebP image objects directly from files, streamlining the process of loading and manipulating WebP image data within your application. | -| [WebPImage](webpimage)(RasterImage, LoadOptions) | Create a new instance of the [`WebPImage`](../webpimage) class using a rasterImage object and specified load options, enabling flexible handling of image data. Utilize this constructor to seamlessly initialize WebP image objects from raster images while customizing loading parameters according to your application's requirements. | -| [WebPImage](webpimage)(Stream, LoadOptions) | Create a new instance of the [`WebPImage`](../webpimage) class using a stream and specified load options, facilitating versatile handling of WebP image data. Incorporate this constructor to seamlessly initialize WebP image objects from streams while customizing loading parameters as needed within your application. | -| [WebPImage](webpimage)(string, LoadOptions) | Create a new instance of the [`WebPImage`](../webpimage) class using a file and specified load options, facilitating flexible handling of WebP image data. Utilize this constructor to seamlessly initialize WebP image objects from files while customizing loading parameters according to your application's requirements. | -| [WebPImage](webpimage)(int, int, WebPOptions) | Instantiate a new instance of the [`WebPImage`](../webpimage) class with an empty image of specified width and height dimensions. This constructor allows for the creation of blank WebP images, providing a foundation for subsequent image manipulation and content generation within your application. | -| [WebPImage](webpimage)(int, int, WebPOptions, LoadOptions) | Create a new instance of the [`WebPImage`](../webpimage) class with an empty image and specified load options. This constructor allows for the initialization of WebP images with customizable loading parameters, providing flexibility in image creation and manipulation within your application. | +| [WebPImage](webpimage/#constructor)(RasterImage) | Instantiate a new instance of the `WebPImage` class, initialized from a provided rasterImage object. This constructor allows for seamless conversion of raster images to WebP format, enabling efficient handling and manipulation of image data within your application. | +| [WebPImage](webpimage/#constructor_4)(Stream) | Instantiate a new instance of the `WebPImage` class, initialized from a provided stream source. Utilize this constructor to seamlessly create WebP image objects directly from streams, enabling efficient handling and manipulation of WebP image data within your application. | +| [WebPImage](webpimage/#constructor_6)(string) | Instantiate a fresh instance of the `WebPImage` class, initialized from a provided file source. Utilize this constructor to seamlessly create WebP image objects directly from files, streamlining the process of loading and manipulating WebP image data within your application. | +| [WebPImage](webpimage/#constructor_1)(RasterImage, LoadOptions) | Create a new instance of the `WebPImage` class using a rasterImage object and specified load options, enabling flexible handling of image data. Utilize this constructor to seamlessly initialize WebP image objects from raster images while customizing loading parameters according to your application's requirements. | +| [WebPImage](webpimage/#constructor_5)(Stream, LoadOptions) | Create a new instance of the `WebPImage` class using a stream and specified load options, facilitating versatile handling of WebP image data. Incorporate this constructor to seamlessly initialize WebP image objects from streams while customizing loading parameters as needed within your application. | +| [WebPImage](webpimage/#constructor_7)(string, LoadOptions) | Create a new instance of the `WebPImage` class using a file and specified load options, facilitating flexible handling of WebP image data. Utilize this constructor to seamlessly initialize WebP image objects from files while customizing loading parameters according to your application's requirements. | +| [WebPImage](webpimage/#constructor_2)(int, int, WebPOptions) | Instantiate a new instance of the `WebPImage` class with an empty image of specified width and height dimensions. This constructor allows for the creation of blank WebP images, providing a foundation for subsequent image manipulation and content generation within your application. | +| [WebPImage](webpimage/#constructor_3)(int, int, WebPOptions, LoadOptions) | Create a new instance of the `WebPImage` class with an empty image and specified load options. This constructor allows for the initialization of WebP images with customizable loading parameters, providing flexibility in image creation and manipulation within your application. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.webp/webpimage/fileformat) { get; } | Access the file format value associated with the image, providing information about the format in which the image is stored. Utilize this property to determine the file format of the image, facilitating compatibility checks and format-specific processing within your application. | -| override [HasAlpha](../../aspose.imaging.fileformats.webp/webpimage/hasalpha) { get; } | Retrieve whether the image contains an alpha channel, indicating the presence of transparency information. Utilize this property to determine whether the image includes transparency, enabling appropriate handling and processing of alpha-related operations within your application. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor) { get; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Options](../../aspose.imaging.fileformats.webp/webpimage/options) { get; } | Retrieve or modify the options associated with the specified property, enabling fine-tuned customization of behavior and settings. Utilize this property to seamlessly access and manipulate configurable parameters, facilitating versatile control and optimization within your application's functionality. | -| override [PageCount](../../aspose.imaging.fileformats.webp/webpimage/pagecount) { get; } | Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures. | -| override [PageExportingAction](../../aspose.imaging.fileformats.webp/webpimage/pageexportingaction) { get; set; } | Access or modify the page exporting action, which defines the specific action to be executed before each page is saved. Please note that setting this property will automatically release page resources after execution. Utilize this feature to perform custom actions or cleanup tasks before exporting each page, ensuring optimal resource management and desired behavior during image saving operations within your application. | -| override [Pages](../../aspose.imaging.fileformats.webp/webpimage/pages) { get; } | Access the WebP blocks within the image, allowing detailed examination or manipulation of the underlying block structure. Utilize this property to analyze or modify individual blocks within the WebP image data, facilitating advanced image processing techniques within your application. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata) { get; set; } | Gets or sets XMP data from frame. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.webp/webpimage/fileformat/) { get; } | Access the file format value associated with the image, providing information about the format in which the image is stored. Utilize this property to determine the file format of the image, facilitating compatibility checks and format-specific processing within your application. | +| override [HasAlpha](../../aspose.imaging.fileformats.webp/webpimage/hasalpha/) { get; } | Retrieve whether the image contains an alpha channel, indicating the presence of transparency information. Utilize this property to determine whether the image includes transparency, enabling appropriate handling and processing of alpha-related operations within your application. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor/) { get; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Options](../../aspose.imaging.fileformats.webp/webpimage/options/) { get; } | Retrieve or modify the options associated with the specified property, enabling fine-tuned customization of behavior and settings. Utilize this property to seamlessly access and manipulate configurable parameters, facilitating versatile control and optimization within your application's functionality. | +| override [PageCount](../../aspose.imaging.fileformats.webp/webpimage/pagecount/) { get; } | Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures. | +| override [PageExportingAction](../../aspose.imaging.fileformats.webp/webpimage/pageexportingaction/) { get; set; } | Access or modify the page exporting action, which defines the specific action to be executed before each page is saved. Please note that setting this property will automatically release page resources after execution. Utilize this feature to perform custom actions or cleanup tasks before exporting each page, ensuring optimal resource management and desired behavior during image saving operations within your application. | +| override [Pages](../../aspose.imaging.fileformats.webp/webpimage/pages/) { get; } | Access the WebP blocks within the image, allowing detailed examination or manipulation of the underlying block structure. Utilize this property to analyze or modify individual blocks within the WebP image data, facilitating advanced image processing techniques within your application. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata/) { get; set; } | Gets or sets XMP data from frame. | ## Methods | Name | Description | | --- | --- | -| [AddBlock](../../aspose.imaging.fileformats.webp/webpimage/addblock)(IFrame) | Incorporate a new WebP block into the image, enriching its content and facilitating advanced image manipulation. Integrate this method to dynamically enhance the structure and complexity of the WebP image data within your application, enabling precise control and optimization of image rendering. | -| [AddPage](../../aspose.imaging.fileformats.webp/webpimage/addpage)(RasterImage) | Append a new page to the image, expanding its content and accommodating additional visual elements. Integrate this method to facilitate dynamic page management within your application, enabling seamless creation and augmentation of multi-page documents or images. | -| override [AdjustBrightness](../../aspose.imaging.fileformats.webp/webpimage/adjustbrightness)(int) | Implement *brightness* adjustment for the image, allowing the modification of overall luminance levels. Incorporate this method into your image processing workflow to enhance visibility and improve the visual quality of images within your application. | -| override [AdjustContrast](../../aspose.imaging.fileformats.webp/webpimage/adjustcontrast)(float) | Enhance the contrast of the [`Image`](../../aspose.imaging/image), amplifying the differences between light and dark areas. Integrate this method into your image processing workflow to improve visual clarity and overall image quality within your application. | -| override [AdjustGamma](../../aspose.imaging.fileformats.webp/webpimage/adjustgamma)(float) | Apply gamma correction to the image, adjusting pixel intensities to achieve desired brightness and color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application. | -| override [AdjustGamma](../../aspose.imaging.fileformats.webp/webpimage/adjustgamma)(float, float, float) | Perform gamma correction on the image using individual coefficients for the red, green, and blue channels, allowing for fine-tuned adjustments of color balance and contrast. Integrate this method into your image processing pipeline to achieve precise control over color rendering and enhance visual fidelity within your application. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging.fileformats.webp/webpimage/binarizebradley)(double, int) | Apply binarization to the image using Bradley's adaptive thresholding algorithm with integral image thresholding. This method dynamically computes local thresholds based on the image's neighborhood, enhancing adaptability to varying lighting conditions and ensuring robust segmentation for subsequent processing tasks within your application. | -| override [BinarizeFixed](../../aspose.imaging.fileformats.webp/webpimage/binarizefixed)(byte) | Perform binarization on the image using a predefined threshold value, converting it into a binary image where pixels are classified as foreground or background based on their intensity relative to the threshold. Integrate this method into your image processing workflow to facilitate segmentation and feature extraction tasks, enhancing the accuracy and efficiency of subsequent analysis within your application. | -| override [BinarizeOtsu](../../aspose.imaging.fileformats.webp/webpimage/binarizeotsu)() | Perform binarization on the image using Otsu's thresholding method, automatically determining the optimal threshold value based on the image's histogram. Integrate this method into your image processing workflow to achieve effective segmentation and feature extraction, enhancing the accuracy and reliability of image analysis tasks within your application. | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata)() | Caches the data private. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [ClearBlocks](../../aspose.imaging.fileformats.webp/webpimage/clearblocks)() | Clear all existing WebP blocks from the image, facilitating a clean slate for subsequent modifications or additions. Utilize this method to effectively reset the block structure within the WebP image data, ensuring optimal management and organization of image content within your application. | -| override [Crop](../../aspose.imaging.fileformats.webp/webpimage/crop)(Rectangle) | Crop the image using a specified rectangle region, removing unwanted portions while retaining the desired content. Integrate this method into your image processing workflow to precisely extract and focus on specific areas of interest within the image, enhancing clarity and composition for various applications. | -| override [Crop](../../aspose.imaging.fileformats.webp/webpimage/crop)(int, int, int, int) | Crop the image by applying left, right, top, and bottom shifts, effectively selecting a region of interest within the image. Utilize this method to dynamically extract desired portions of the image while adjusting its composition and focus according to your application's requirements. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging.fileformats.webp/webpimage/dither)(DitheringMethod, int, IColorPalette) | Perform dithering on the current image to reduce color banding and enhance visual quality. Integrate this method into your image processing workflow to achieve smoother transitions between colors and improve the overall appearance of the image within your application. | -| override [Filter](../../aspose.imaging.fileformats.webp/webpimage/filter)(Rectangle, FilterOptionsBase) | Filter the content within the specified rectangle, applying a designated image processing filter to enhance or modify the selected region. Integrate this method into your image manipulation workflow to achieve targeted enhancements or transformations within your application. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging.fileformats.webp/webpimage/grayscale)() | Convert the image to its grayscale representation, transforming it into a single-channel image where each pixel represents intensity or luminance. Integrate this method into your image processing pipeline to simplify analysis and enhance compatibility with grayscale-based algorithms, facilitating various computer vision and image analysis tasks within your application. | -| [InsertBlock](../../aspose.imaging.fileformats.webp/webpimage/insertblock)(int, IFrame) | Insert a new WebP block at the specified index within the image, enabling precise control over the block sequence. Integrate this method to seamlessly incorporate additional WebP blocks into the image data structure, facilitating advanced image processing and optimization within your application. | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [RemoveBlock](../../aspose.imaging.fileformats.webp/webpimage/removeblock)(IFrame) | Remove the specified WebP block from the image, facilitating efficient management of image data structure. Utilize this method to streamline image processing workflows by eliminating unnecessary blocks or components within your application. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.webp/webpimage/resize)(int, int, ImageResizeSettings) | Resize the image according to specified settings, enabling precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. | -| override [Resize](../../aspose.imaging.fileformats.webp/webpimage/resize)(int, int, ResizeType) | Resize the image, adjusting its dimensions while preserving the aspect ratio. Integrate this method into your image processing workflow to dynamically scale images to fit various display or storage requirements within your application. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.webp/webpimage/resizeheightproportionally)(int, ResizeType) | Adjust the height of the image proportionally, while preserving its aspect ratio for consistent resizing. Integrate this method into your image processing workflow to dynamically resize images with uniform proportions, ensuring optimal display or storage within your application. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.webp/webpimage/resizewidthproportionally)(int, ResizeType) | Proportionally adjust the width of the image while maintaining its aspect ratio. Integrate this method into your image processing workflow to dynamically resize images with consistent proportions, ensuring optimal display or storage within your application. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging.fileformats.webp/webpimage/rotate)(float, bool, Color) | Rotate the image around its center by a specified angle, while proportionally resizing it and applying specified background color parameters. Incorporate this method into your image processing workflow to achieve precise transformations with customizable background colors, ensuring optimal visual presentation within your application. | -| override [RotateFlip](../../aspose.imaging.fileformats.webp/webpimage/rotateflip)(RotateFlipType) | Apply rotation, flipping, or both operations exclusively to the active frame within the image. Integrate this method into your image processing workflow to achieve precise manipulation of individual frames, enhancing flexibility and control over frame transformations within your application. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| [AddBlock](../../aspose.imaging.fileformats.webp/webpimage/addblock/)(IFrame) | Incorporate a new WebP block into the image, enriching its content and facilitating advanced image manipulation. Integrate this method to dynamically enhance the structure and complexity of the WebP image data within your application, enabling precise control and optimization of image rendering. | +| [AddPage](../../aspose.imaging.fileformats.webp/webpimage/addpage/)(RasterImage) | Append a new page to the image, expanding its content and accommodating additional visual elements. Integrate this method to facilitate dynamic page management within your application, enabling seamless creation and augmentation of multi-page documents or images. | +| override [AdjustBrightness](../../aspose.imaging.fileformats.webp/webpimage/adjustbrightness/)(int) | Implement *brightness* adjustment for the image, allowing the modification of overall luminance levels. Incorporate this method into your image processing workflow to enhance visibility and improve the visual quality of images within your application. | +| override [AdjustContrast](../../aspose.imaging.fileformats.webp/webpimage/adjustcontrast/)(float) | Enhance the contrast of the [`Image`](../../aspose.imaging/image/), amplifying the differences between light and dark areas. Integrate this method into your image processing workflow to improve visual clarity and overall image quality within your application. | +| override [AdjustGamma](../../aspose.imaging.fileformats.webp/webpimage/adjustgamma/#adjustgamma)(float) | Apply gamma correction to the image, adjusting pixel intensities to achieve desired brightness and color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application. | +| override [AdjustGamma](../../aspose.imaging.fileformats.webp/webpimage/adjustgamma/#adjustgamma_1)(float, float, float) | Perform gamma correction on the image using individual coefficients for the red, green, and blue channels, allowing for fine-tuned adjustments of color balance and contrast. Integrate this method into your image processing pipeline to achieve precise control over color rendering and enhance visual fidelity within your application. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging.fileformats.webp/webpimage/binarizebradley/#binarizebradley_1)(double, int) | Apply binarization to the image using Bradley's adaptive thresholding algorithm with integral image thresholding. This method dynamically computes local thresholds based on the image's neighborhood, enhancing adaptability to varying lighting conditions and ensuring robust segmentation for subsequent processing tasks within your application. | +| override [BinarizeFixed](../../aspose.imaging.fileformats.webp/webpimage/binarizefixed/)(byte) | Perform binarization on the image using a predefined threshold value, converting it into a binary image where pixels are classified as foreground or background based on their intensity relative to the threshold. Integrate this method into your image processing workflow to facilitate segmentation and feature extraction tasks, enhancing the accuracy and efficiency of subsequent analysis within your application. | +| override [BinarizeOtsu](../../aspose.imaging.fileformats.webp/webpimage/binarizeotsu/)() | Perform binarization on the image using Otsu's thresholding method, automatically determining the optimal threshold value based on the image's histogram. Integrate this method into your image processing workflow to achieve effective segmentation and feature extraction, enhancing the accuracy and reliability of image analysis tasks within your application. | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata/)() | Caches the data private. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [ClearBlocks](../../aspose.imaging.fileformats.webp/webpimage/clearblocks/)() | Clear all existing WebP blocks from the image, facilitating a clean slate for subsequent modifications or additions. Utilize this method to effectively reset the block structure within the WebP image data, ensuring optimal management and organization of image content within your application. | +| override [Crop](../../aspose.imaging.fileformats.webp/webpimage/crop/#crop)(Rectangle) | Crop the image using a specified rectangle region, removing unwanted portions while retaining the desired content. Integrate this method into your image processing workflow to precisely extract and focus on specific areas of interest within the image, enhancing clarity and composition for various applications. | +| override [Crop](../../aspose.imaging.fileformats.webp/webpimage/crop/#crop_1)(int, int, int, int) | Crop the image by applying left, right, top, and bottom shifts, effectively selecting a region of interest within the image. Utilize this method to dynamically extract desired portions of the image while adjusting its composition and focus according to your application's requirements. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging.fileformats.webp/webpimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | Perform dithering on the current image to reduce color banding and enhance visual quality. Integrate this method into your image processing workflow to achieve smoother transitions between colors and improve the overall appearance of the image within your application. | +| override [Filter](../../aspose.imaging.fileformats.webp/webpimage/filter/)(Rectangle, FilterOptionsBase) | Filter the content within the specified rectangle, applying a designated image processing filter to enhance or modify the selected region. Integrate this method into your image manipulation workflow to achieve targeted enhancements or transformations within your application. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging.fileformats.webp/webpimage/grayscale/)() | Convert the image to its grayscale representation, transforming it into a single-channel image where each pixel represents intensity or luminance. Integrate this method into your image processing pipeline to simplify analysis and enhance compatibility with grayscale-based algorithms, facilitating various computer vision and image analysis tasks within your application. | +| [InsertBlock](../../aspose.imaging.fileformats.webp/webpimage/insertblock/)(int, IFrame) | Insert a new WebP block at the specified index within the image, enabling precise control over the block sequence. Integrate this method to seamlessly incorporate additional WebP blocks into the image data structure, facilitating advanced image processing and optimization within your application. | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../aspose.imaging/rasterimage/getskewangle/) and [`Rotate`](../../aspose.imaging/rastercachedmultipageimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [RemoveBlock](../../aspose.imaging.fileformats.webp/webpimage/removeblock/)(IFrame) | Remove the specified WebP block from the image, facilitating efficient management of image data structure. Utilize this method to streamline image processing workflows by eliminating unnecessary blocks or components within your application. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.webp/webpimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resize the image according to specified settings, enabling precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. | +| override [Resize](../../aspose.imaging.fileformats.webp/webpimage/resize/#resize_2)(int, int, ResizeType) | Resize the image, adjusting its dimensions while preserving the aspect ratio. Integrate this method into your image processing workflow to dynamically scale images to fit various display or storage requirements within your application. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging.fileformats.webp/webpimage/resizeheightproportionally/#resizeheightproportionally_2)(int, ResizeType) | Adjust the height of the image proportionally, while preserving its aspect ratio for consistent resizing. Integrate this method into your image processing workflow to dynamically resize images with uniform proportions, ensuring optimal display or storage within your application. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging.fileformats.webp/webpimage/resizewidthproportionally/#resizewidthproportionally_2)(int, ResizeType) | Proportionally adjust the width of the image while maintaining its aspect ratio. Integrate this method into your image processing workflow to dynamically resize images with consistent proportions, ensuring optimal display or storage within your application. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging.fileformats.webp/webpimage/rotate/#rotate_1)(float, bool, Color) | Rotate the image around its center by a specified angle, while proportionally resizing it and applying specified background color parameters. Incorporate this method into your image processing workflow to achieve precise transformations with customizable background colors, ensuring optimal visual presentation within your application. | +| override [RotateFlip](../../aspose.imaging.fileformats.webp/webpimage/rotateflip/)(RotateFlipType) | Apply rotation, flipping, or both operations exclusively to the active frame within the image. Integrate this method into your image processing workflow to achieve precise manipulation of individual frames, enhancing flexibility and control over frame transformations within your application. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../../aspose.imaging/rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples This example shows how to load a WebP image from a file and save it to PNG. @@ -178,9 +178,9 @@ using (Aspose.Imaging.FileFormats.Webp.WebPImage webPImage = new Aspose.Imaging. ### See Also -* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage) -* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext) -* namespace [Aspose.Imaging.FileFormats.Webp](../../aspose.imaging.fileformats.webp) +* class [RasterCachedMultipageImage](../../aspose.imaging/rastercachedmultipageimage/) +* interface [IMultipageImageExt](../../aspose.imaging/imultipageimageext/) +* namespace [Aspose.Imaging.FileFormats.Webp](../../aspose.imaging.fileformats.webp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/addblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/addblock/_index.md index 4335250e89bb..8376a8c5133e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/addblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/addblock/_index.md @@ -1,7 +1,7 @@ --- -title: AddBlock +title: WebPImage.AddBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Incorporate a new WebP block into the image enriching its content and facilitating advanced image manipulation. Integrate this method to dynamically enhance the structure and complexity of the WebP image data within your application enabling precise control and optimization of image rendering type: docs weight: 80 url: /net/aspose.imaging.fileformats.webp/webpimage/addblock/ @@ -18,7 +18,7 @@ public void AddBlock(IFrame block) | --- | --- | --- | | block | IFrame | The Webp block to add. | -### Examples +## Examples This example shows how to create a multi-frame animated WebP image with the specified options. @@ -73,9 +73,9 @@ using (Aspose.Imaging.FileFormats.Webp.WebPImage webPImage = new Aspose.Imaging. ### See Also -* interface [IFrame](../../iframe) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* interface [IFrame](../../iframe/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/addpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/addpage/_index.md index cf1b48e721b5..e5ffb5d5ddda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/addpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/addpage/_index.md @@ -1,7 +1,7 @@ --- -title: AddPage +title: WebPImage.AddPage second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Append a new page to the image expanding its content and accommodating additional visual elements. Integrate this method to facilitate dynamic page management within your application enabling seamless creation and augmentation of multipage documents or images type: docs weight: 90 url: /net/aspose.imaging.fileformats.webp/webpimage/addpage/ @@ -26,9 +26,9 @@ public void AddPage(RasterImage page) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustbrightness/_index.md index a704e9f47e3d..987e004e6e2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: WebPImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Implement brightness adjustment for the image allowing the modification of overall luminance levels. Incorporate this method into your image processing workflow to enhance visibility and improve the visual quality of images within your application type: docs weight: 100 url: /net/aspose.imaging.fileformats.webp/webpimage/adjustbrightness/ @@ -20,8 +20,8 @@ public override void AdjustBrightness(int brightness) ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustcontrast/_index.md index 9f22224b5e16..56c24dd5513b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustcontrast/_index.md @@ -1,14 +1,14 @@ --- -title: AdjustContrast +title: WebPImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Enhance the contrast of the Image amplifying the differences between light and dark areas. Integrate this method into your image processing workflow to improve visual clarity and overall image quality within your application type: docs weight: 110 url: /net/aspose.imaging.fileformats.webp/webpimage/adjustcontrast/ --- ## WebPImage.AdjustContrast method -Enhance the contrast of the [`Image`](../../../aspose.imaging/image), amplifying the differences between light and dark areas. Integrate this method into your image processing workflow to improve visual clarity and overall image quality within your application. +Enhance the contrast of the [`Image`](../../../aspose.imaging/image/), amplifying the differences between light and dark areas. Integrate this method into your image processing workflow to improve visual clarity and overall image quality within your application. ```csharp public override void AdjustContrast(float contrast) @@ -20,8 +20,8 @@ public override void AdjustContrast(float contrast) ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustgamma/_index.md index c1b2d4982698..bf6826f676c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: WebPImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Apply gamma correction to the image adjusting pixel intensities to achieve desired brightness and color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application type: docs weight: 120 url: /net/aspose.imaging.fileformats.webp/webpimage/adjustgamma/ --- -## WebPImage.AdjustGamma method (1 of 2) +## AdjustGamma(float) {#adjustgamma} Apply gamma correction to the image, adjusting pixel intensities to achieve desired brightness and color balance. Incorporate this method into your image processing workflow to enhance visual quality and improve the accuracy of subsequent analysis or display tasks within your application. @@ -20,13 +20,13 @@ public override void AdjustGamma(float gamma) ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage.AdjustGamma method (2 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Perform gamma correction on the image using individual coefficients for the red, green, and blue channels, allowing for fine-tuned adjustments of color balance and contrast. Integrate this method into your image processing pipeline to achieve precise control over color rendering and enhance visual fidelity within your application. @@ -42,8 +42,8 @@ public override void AdjustGamma(float gammaRed, float gammaGreen, float gammaBl ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizebradley/_index.md index 3eb6da50414a..1341ea767587 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizebradley/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeBradley +title: WebPImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Apply binarization to the image using Bradleys adaptive thresholding algorithm with integral image thresholding. This method dynamically computes local thresholds based on the images neighborhood enhancing adaptability to varying lighting conditions and ensuring robust segmentation for subsequent processing tasks within your application type: docs weight: 130 url: /net/aspose.imaging.fileformats.webp/webpimage/binarizebradley/ @@ -21,8 +21,8 @@ public override void BinarizeBradley(double brightnessDifference, int windowSize ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizefixed/_index.md index 57c818ee7907..101392cec547 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: WebPImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Perform binarization on the image using a predefined threshold value converting it into a binary image where pixels are classified as foreground or background based on their intensity relative to the threshold. Integrate this method into your image processing workflow to facilitate segmentation and feature extraction tasks enhancing the accuracy and efficiency of subsequent analysis within your application type: docs weight: 140 url: /net/aspose.imaging.fileformats.webp/webpimage/binarizefixed/ @@ -20,8 +20,8 @@ public override void BinarizeFixed(byte threshold) ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizeotsu/_index.md index c7628bf17cb1..1cd92c2e7b3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: WebPImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Perform binarization on the image using Otsus thresholding method automatically determining the optimal threshold value based on the images histogram. Integrate this method into your image processing workflow to achieve effective segmentation and feature extraction enhancing the accuracy and reliability of image analysis tasks within your application type: docs weight: 150 url: /net/aspose.imaging.fileformats.webp/webpimage/binarizeotsu/ @@ -16,8 +16,8 @@ public override void BinarizeOtsu() ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/clearblocks/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/clearblocks/_index.md index 8bafced8667b..e3b9231b81e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/clearblocks/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/clearblocks/_index.md @@ -1,7 +1,7 @@ --- -title: ClearBlocks +title: WebPImage.ClearBlocks second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Clear all existing WebP blocks from the image facilitating a clean slate for subsequent modifications or additions. Utilize this method to effectively reset the block structure within the WebP image data ensuring optimal management and organization of image content within your application type: docs weight: 160 url: /net/aspose.imaging.fileformats.webp/webpimage/clearblocks/ @@ -16,8 +16,8 @@ public void ClearBlocks() ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/crop/_index.md index df9b7b04c268..ac1dc4600e2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: WebPImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Crop the image using a specified rectangle region removing unwanted portions while retaining the desired content. Integrate this method into your image processing workflow to precisely extract and focus on specific areas of interest within the image enhancing clarity and composition for various applications type: docs weight: 170 url: /net/aspose.imaging.fileformats.webp/webpimage/crop/ --- -## WebPImage.Crop method (1 of 2) +## Crop(Rectangle) {#crop} Crop the image using a specified rectangle region, removing unwanted portions while retaining the desired content. Integrate this method into your image processing workflow to precisely extract and focus on specific areas of interest within the image, enhancing clarity and composition for various applications. @@ -20,14 +20,14 @@ public override void Crop(Rectangle rectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage.Crop method (2 of 2) +## Crop(int, int, int, int) {#crop_1} Crop the image by applying left, right, top, and bottom shifts, effectively selecting a region of interest within the image. Utilize this method to dynamically extract desired portions of the image while adjusting its composition and focus according to your application's requirements. @@ -44,8 +44,8 @@ public override void Crop(int leftShift, int rightShift, int topShift, int botto ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/dither/_index.md index 5017c51211b7..8bb0b203999a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/dither/_index.md @@ -1,7 +1,7 @@ --- -title: Dither +title: WebPImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Perform dithering on the current image to reduce color banding and enhance visual quality. Integrate this method into your image processing workflow to achieve smoother transitions between colors and improve the overall appearance of the image within your application type: docs weight: 180 url: /net/aspose.imaging.fileformats.webp/webpimage/dither/ @@ -23,10 +23,10 @@ public override void Dither(DitheringMethod ditheringMethod, int bitsCount, ### See Also -* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod) -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* enum [DitheringMethod](../../../aspose.imaging/ditheringmethod/) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/fileformat/_index.md index 2e9e0bc72472..ad3858643837 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: WebPImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage property. Access the file format value associated with the image providing information about the format in which the image is stored. Utilize this property to determine the file format of the image facilitating compatibility checks and formatspecific processing within your application type: docs weight: 20 url: /net/aspose.imaging.fileformats.webp/webpimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/filter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/filter/_index.md index 045ababd489d..b27355729706 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/filter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/filter/_index.md @@ -1,7 +1,7 @@ --- -title: Filter +title: WebPImage.Filter second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Filter the content within the specified rectangle applying a designated image processing filter to enhance or modify the selected region. Integrate this method into your image manipulation workflow to achieve targeted enhancements or transformations within your application type: docs weight: 190 url: /net/aspose.imaging.fileformats.webp/webpimage/filter/ @@ -19,7 +19,7 @@ public override void Filter(Rectangle rectangle, FilterOptionsBase options) | rectangle | Rectangle | The rectangle. | | options | FilterOptionsBase | The options. | -### Examples +## Examples The following example applies various types of filters to a WEBP image. @@ -85,10 +85,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.webp ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/grayscale/_index.md index 9fb9bf393b47..51dfb3a92496 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: WebPImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Convert the image to its grayscale representation transforming it into a singlechannel image where each pixel represents intensity or luminance. Integrate this method into your image processing pipeline to simplify analysis and enhance compatibility with grayscalebased algorithms facilitating various computer vision and image analysis tasks within your application type: docs weight: 200 url: /net/aspose.imaging.fileformats.webp/webpimage/grayscale/ @@ -16,8 +16,8 @@ public override void Grayscale() ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/hasalpha/_index.md index 5d8f3579375f..c507e8e8859b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: WebPImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage property. Retrieve whether the image contains an alpha channel indicating the presence of transparency information. Utilize this property to determine whether the image includes transparency enabling appropriate handling and processing of alpharelated operations within your application type: docs weight: 30 url: /net/aspose.imaging.fileformats.webp/webpimage/hasalpha/ @@ -18,7 +18,7 @@ public override bool HasAlpha { get; } The Has alpha channel. -### Examples +## Examples The following example loads a WEBP image and prints information about raw data format and alpha channel. @@ -53,8 +53,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(fileName)) ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/insertblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/insertblock/_index.md index b0daee236077..546c5a901a0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/insertblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/insertblock/_index.md @@ -1,7 +1,7 @@ --- -title: InsertBlock +title: WebPImage.InsertBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Insert a new WebP block at the specified index within the image enabling precise control over the block sequence. Integrate this method to seamlessly incorporate additional WebP blocks into the image data structure facilitating advanced image processing and optimization within your application type: docs weight: 210 url: /net/aspose.imaging.fileformats.webp/webpimage/insertblock/ @@ -21,9 +21,9 @@ public void InsertBlock(int index, IFrame block) ### See Also -* interface [IFrame](../../iframe) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* interface [IFrame](../../iframe/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/options/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/options/_index.md index 87649fda053a..11de5d857915 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/options/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/options/_index.md @@ -1,7 +1,7 @@ --- -title: Options +title: WebPImage.Options second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage property. Retrieve or modify the options associated with the specified property enabling finetuned customization of behavior and settings. Utilize this property to seamlessly access and manipulate configurable parameters facilitating versatile control and optimization within your applications functionality type: docs weight: 40 url: /net/aspose.imaging.fileformats.webp/webpimage/options/ @@ -20,9 +20,9 @@ The options. ### See Also -* class [WebPOptions](../../../aspose.imaging.imageoptions/webpoptions) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPOptions](../../../aspose.imaging.imageoptions/webpoptions/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pagecount/_index.md index 276647e2f07f..284ae2440c97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: WebPImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage property. Retrieve the total count of pages within the specified document facilitating efficient navigation and management of multipage content. Incorporate this functionality to enhance user experience enabling seamless access to comprehensive document structures type: docs weight: 50 url: /net/aspose.imaging.fileformats.webp/webpimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pageexportingaction/_index.md index 4a09eb012ccf..5e742367e620 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: WebPImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage property. Access or modify the page exporting action which defines the specific action to be executed before each page is saved. Please note that setting this property will automatically release page resources after execution. Utilize this feature to perform custom actions or cleanup tasks before exporting each page ensuring optimal resource management and desired behavior during image saving operations within your application type: docs weight: 60 url: /net/aspose.imaging.fileformats.webp/webpimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* delegate [PageExportingAction](../../../aspose.imaging/pageexportingaction/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pages/_index.md index 8401bc6f8971..348c6b6068a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: WebPImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage property. Access the WebP blocks within the image allowing detailed examination or manipulation of the underlying block structure. Utilize this property to analyze or modify individual blocks within the WebP image data facilitating advanced image processing techniques within your application type: docs weight: 70 url: /net/aspose.imaging.fileformats.webp/webpimage/pages/ @@ -20,9 +20,9 @@ The blocks. ### See Also -* class [Image](../../../aspose.imaging/image) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [Image](../../../aspose.imaging/image/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/removeblock/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/removeblock/_index.md index 88214d44e124..895ce6faa58c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/removeblock/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/removeblock/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveBlock +title: WebPImage.RemoveBlock second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Remove the specified WebP block from the image facilitating efficient management of image data structure. Utilize this method to streamline image processing workflows by eliminating unnecessary blocks or components within your application type: docs weight: 220 url: /net/aspose.imaging.fileformats.webp/webpimage/removeblock/ @@ -18,15 +18,15 @@ public void RemoveBlock(IFrame block) | --- | --- | --- | | block | IFrame | The block to remove. | -### Remarks +## Remarks Note: do not forget to Dispose the *block* if you will not add it to some other WebPImage. ### See Also -* interface [IFrame](../../iframe) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* interface [IFrame](../../iframe/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resize/_index.md index 48364ecd91fe..d9aa51b7b62e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: WebPImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Resize the image adjusting its dimensions while preserving the aspect ratio. Integrate this method into your image processing workflow to dynamically scale images to fit various display or storage requirements within your application type: docs weight: 230 url: /net/aspose.imaging.fileformats.webp/webpimage/resize/ --- -## WebPImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resize the image, adjusting its dimensions while preserving the aspect ratio. Integrate this method into your image processing workflow to dynamically scale images to fit various display or storage requirements within your application. @@ -20,7 +20,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples This example loads a WEBP image and resizes it using various resizing methods. @@ -68,14 +68,14 @@ using (Aspose.Imaging.FileFormats.Webp.WebPImage image = (Aspose.Imaging.FileFor ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resize the image according to specified settings, enabling precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. @@ -91,9 +91,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resizeheightproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resizeheightproportionally/_index.md index b0add4542246..4bd922e1ea5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resizeheightproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resizeheightproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeHeightProportionally +title: WebPImage.ResizeHeightProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Adjust the height of the image proportionally while preserving its aspect ratio for consistent resizing. Integrate this method into your image processing workflow to dynamically resize images with uniform proportions ensuring optimal display or storage within your application type: docs weight: 240 url: /net/aspose.imaging.fileformats.webp/webpimage/resizeheightproportionally/ @@ -21,9 +21,9 @@ public override void ResizeHeightProportionally(int newHeight, ResizeType resize ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resizewidthproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resizewidthproportionally/_index.md index b4b419301c33..bdd6c633610d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resizewidthproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/resizewidthproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeWidthProportionally +title: WebPImage.ResizeWidthProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Proportionally adjust the width of the image while maintaining its aspect ratio. Integrate this method into your image processing workflow to dynamically resize images with consistent proportions ensuring optimal display or storage within your application type: docs weight: 250 url: /net/aspose.imaging.fileformats.webp/webpimage/resizewidthproportionally/ @@ -21,9 +21,9 @@ public override void ResizeWidthProportionally(int newWidth, ResizeType resizeTy ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/rotate/_index.md index 8bd0b42aef0f..ea0d508de251 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: WebPImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Rotate the image around its center by a specified angle while proportionally resizing it and applying specified background color parameters. Incorporate this method into your image processing workflow to achieve precise transformations with customizable background colors ensuring optimal visual presentation within your application type: docs weight: 260 url: /net/aspose.imaging.fileformats.webp/webpimage/rotate/ @@ -22,9 +22,9 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* struct [Color](../../../aspose.imaging/color/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/rotateflip/_index.md index 0b9b8a8f6780..6014841c2b89 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: WebPImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage method. Apply rotation flipping or both operations exclusively to the active frame within the image. Integrate this method into your image processing workflow to achieve precise manipulation of individual frames enhancing flexibility and control over frame transformations within your application type: docs weight: 270 url: /net/aspose.imaging.fileformats.webp/webpimage/rotateflip/ @@ -20,9 +20,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/webpimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/webpimage/_index.md index 7a65db156fbe..c23d4b6fd6d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/webpimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.webp/webpimage/webpimage/_index.md @@ -1,14 +1,14 @@ --- -title: WebPImage +title: WebPImage.WebPImage second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPImage constructor. Instantiate a new instance of the WebPImage class initialized from a provided stream source. Utilize this constructor to seamlessly create WebP image objects directly from streams enabling efficient handling and manipulation of WebP image data within your application type: docs weight: 10 url: /net/aspose.imaging.fileformats.webp/webpimage/webpimage/ --- -## WebPImage constructor (1 of 8) +## WebPImage(Stream) {#constructor_4} -Instantiate a new instance of the [`WebPImage`](../../webpimage) class, initialized from a provided stream source. Utilize this constructor to seamlessly create WebP image objects directly from streams, enabling efficient handling and manipulation of WebP image data within your application. +Instantiate a new instance of the [`WebPImage`](../) class, initialized from a provided stream source. Utilize this constructor to seamlessly create WebP image objects directly from streams, enabling efficient handling and manipulation of WebP image data within your application. ```csharp public WebPImage(Stream stream) @@ -18,7 +18,7 @@ public WebPImage(Stream stream) | --- | --- | --- | | stream | Stream | The stream WebP image. | -### Examples +## Examples This example shows how to load a WebP image from a file stream and save it to PNG. @@ -39,15 +39,15 @@ using (Aspose.Imaging.FileFormats.Webp.WebPImage webPImage = new Aspose.Imaging. ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage constructor (2 of 8) +## WebPImage(Stream, LoadOptions) {#constructor_5} -Create a new instance of the [`WebPImage`](../../webpimage) class using a stream and specified load options, facilitating versatile handling of WebP image data. Incorporate this constructor to seamlessly initialize WebP image objects from streams while customizing loading parameters as needed within your application. +Create a new instance of the [`WebPImage`](../) class using a stream and specified load options, facilitating versatile handling of WebP image data. Incorporate this constructor to seamlessly initialize WebP image objects from streams while customizing loading parameters as needed within your application. ```csharp public WebPImage(Stream stream, LoadOptions loadOptions) @@ -60,16 +60,16 @@ public WebPImage(Stream stream, LoadOptions loadOptions) ### See Also -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage constructor (3 of 8) +## WebPImage(string) {#constructor_6} -Instantiate a fresh instance of the [`WebPImage`](../../webpimage) class, initialized from a provided file source. Utilize this constructor to seamlessly create WebP image objects directly from files, streamlining the process of loading and manipulating WebP image data within your application. +Instantiate a fresh instance of the [`WebPImage`](../) class, initialized from a provided file source. Utilize this constructor to seamlessly create WebP image objects directly from files, streamlining the process of loading and manipulating WebP image data within your application. ```csharp public WebPImage(string path) @@ -79,7 +79,7 @@ public WebPImage(string path) | --- | --- | --- | | path | String | The path to file WebP Image | -### Examples +## Examples This example shows how to load a WebP image from a file and save it to PNG. @@ -99,15 +99,15 @@ using (Aspose.Imaging.FileFormats.Webp.WebPImage webPImage = new Aspose.Imaging. ### See Also -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage constructor (4 of 8) +## WebPImage(string, LoadOptions) {#constructor_7} -Create a new instance of the [`WebPImage`](../../webpimage) class using a file and specified load options, facilitating flexible handling of WebP image data. Utilize this constructor to seamlessly initialize WebP image objects from files while customizing loading parameters according to your application's requirements. +Create a new instance of the [`WebPImage`](../) class using a file and specified load options, facilitating flexible handling of WebP image data. Utilize this constructor to seamlessly initialize WebP image objects from files while customizing loading parameters according to your application's requirements. ```csharp public WebPImage(string path, LoadOptions loadOptions) @@ -120,16 +120,16 @@ public WebPImage(string path, LoadOptions loadOptions) ### See Also -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage constructor (5 of 8) +## WebPImage(RasterImage) {#constructor} -Instantiate a new instance of the [`WebPImage`](../../webpimage) class, initialized from a provided rasterImage object. This constructor allows for seamless conversion of raster images to WebP format, enabling efficient handling and manipulation of image data within your application. +Instantiate a new instance of the [`WebPImage`](../) class, initialized from a provided rasterImage object. This constructor allows for seamless conversion of raster images to WebP format, enabling efficient handling and manipulation of image data within your application. ```csharp public WebPImage(RasterImage rasterImage) @@ -139,7 +139,7 @@ public WebPImage(RasterImage rasterImage) | --- | --- | --- | | rasterImage | RasterImage | The raster image. | -### Examples +## Examples This example shows how to create a WebP image from another raster image. @@ -168,16 +168,16 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage constructor (6 of 8) +## WebPImage(RasterImage, LoadOptions) {#constructor_1} -Create a new instance of the [`WebPImage`](../../webpimage) class using a rasterImage object and specified load options, enabling flexible handling of image data. Utilize this constructor to seamlessly initialize WebP image objects from raster images while customizing loading parameters according to your application's requirements. +Create a new instance of the [`WebPImage`](../) class using a rasterImage object and specified load options, enabling flexible handling of image data. Utilize this constructor to seamlessly initialize WebP image objects from raster images while customizing loading parameters according to your application's requirements. ```csharp public WebPImage(RasterImage rasterImage, LoadOptions loadOptions) @@ -190,17 +190,17 @@ public WebPImage(RasterImage rasterImage, LoadOptions loadOptions) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage constructor (7 of 8) +## WebPImage(int, int, WebPOptions) {#constructor_2} -Instantiate a new instance of the [`WebPImage`](../../webpimage) class with an empty image of specified width and height dimensions. This constructor allows for the creation of blank WebP images, providing a foundation for subsequent image manipulation and content generation within your application. +Instantiate a new instance of the [`WebPImage`](../) class with an empty image of specified width and height dimensions. This constructor allows for the creation of blank WebP images, providing a foundation for subsequent image manipulation and content generation within your application. ```csharp public WebPImage(int width, int height, WebPOptions options) @@ -212,7 +212,7 @@ public WebPImage(int width, int height, WebPOptions options) | height | Int32 | The image height. | | options | WebPOptions | The options. | -### Examples +## Examples This example shows how to create a WebP image with the specified options from scratch. @@ -293,16 +293,16 @@ using (Aspose.Imaging.FileFormats.Webp.WebPImage webPImage = new Aspose.Imaging. ### See Also -* class [WebPOptions](../../../aspose.imaging.imageoptions/webpoptions) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPOptions](../../../aspose.imaging.imageoptions/webpoptions/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) --- -## WebPImage constructor (8 of 8) +## WebPImage(int, int, WebPOptions, LoadOptions) {#constructor_3} -Create a new instance of the [`WebPImage`](../../webpimage) class with an empty image and specified load options. This constructor allows for the initialization of WebP images with customizable loading parameters, providing flexibility in image creation and manipulation within your application. +Create a new instance of the [`WebPImage`](../) class with an empty image and specified load options. This constructor allows for the initialization of WebP images with customizable loading parameters, providing flexibility in image creation and manipulation within your application. ```csharp public WebPImage(int width, int height, WebPOptions options, LoadOptions loadOptions) @@ -317,10 +317,10 @@ public WebPImage(int width, int height, WebPOptions options, LoadOptions loadOpt ### See Also -* class [WebPOptions](../../../aspose.imaging.imageoptions/webpoptions) -* class [LoadOptions](../../../aspose.imaging/loadoptions) -* class [WebPImage](../../webpimage) -* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage) +* class [WebPOptions](../../../aspose.imaging.imageoptions/webpoptions/) +* class [LoadOptions](../../../aspose.imaging/loadoptions/) +* class [WebPImage](../) +* namespace [Aspose.Imaging.FileFormats.Webp](../../webpimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/_index.md index 9d9247b5ca25..8bbd6bf92370 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Wmf.Consts second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-WMF Windows Metafile Format 2.1 WMF Constants +description: The namespace contains types MSWMF Windows Metafile Format 2.1 WMF Constants type: docs weight: 720 url: /net/aspose.imaging.fileformats.wmf.consts/ @@ -12,33 +12,33 @@ The namespace contains types [MS-WMF]: Windows Metafile Format 2.1 WMF Constants | Enumeration | Description | | --- | --- | -| [StretchMode](./stretchmode) | The [`StretchMode`](../aspose.imaging.fileformats.wmf.consts/stretchmode) Enumeration specifies the bitmap stretching mode, which defines how the system combines rows or columns of a bitmap with existing pixels. | -| [WmfBinaryRasterOperation](./wmfbinaryrasteroperation) | The BinaryRasterOperation Enumeration section lists the binary raster-operation codes. Raster operation codes define how metafile processing combines the bits from the selected pen with the bits in the destination bitmap. | -| [WmfBrushStyle](./wmfbrushstyle) | The BrushStyle Enumeration specifies the different possible brush types that can be used in graphics operations. For more information, see the specification of the Brush Object (section 2.2.1.1). | -| [WmfCharacterSet](./wmfcharacterset) | The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output. | -| [WmfClipPrecisionFlags](./wmfclipprecisionflags) | ClipPrecision Flags specify clipping precision, which defines how to clip characters that are partially outside a clipping region. These flags can be combined to specify multiple options. | -| [WmfColorUsageEnum](./wmfcolorusageenum) | The ColorUsage Enumeration specifies whether a color table exists in a device-independent bitmap(DIB) and how to interpret its values. | -| [WmfCompression](./wmfcompression) | The Compression Enumeration specifies the type of compression for a bitmap image | -| [WmfFamilyFont](./wmffamilyfont) | The FamilyFont enumeration specifies the font family. Font families describe the look of a font in a general way. They are intended for specifying fonts when the exact typeface desired is not available. | -| [WmfFloodFillMode](./wmffloodfillmode) | The FloodFill Enumeration specifies the type of fill operation to be performed. | -| [WmfFontQuality](./wmffontquality) | The FontQuality Enumeration specifies how closely the attributes of the logical font should match those of the physical font when rendering text. | -| [WmfGamutMappingIntent](./wmfgamutmappingintent) | The GamutMappingIntent Enumeration specifies the relationship between logical and physical colors. | -| [WmfHatchStyle](./wmfhatchstyle) | The HatchStyle Enumeration specifies the hatch pattern. | -| [WmfLogicalColorSpaceEnum](./wmflogicalcolorspaceenum) | The LogicalColorSpace Enumeration specifies the type of color space. | -| [WmfMapMode](./wmfmapmode) | The map modes | -| [WmfMetafileEscapes](./wmfmetafileescapes) | The MetafileEscapes Enumeration specifies printer driver functionality that might not be directly accessible through WMF records defined in the RecordType Enumeration (section 2.1.1.1). | -| [WmfMetafileVersion](./wmfmetafileversion) | The MetafileVersion Enumeration defines values that specify support for device-independent bitmaps (DIBs) in metafiles. | -| [WmfMixMode](./wmfmixmode) | The MixMode Enumeration specifies the background mix mode for text, hatched brushes, and other nonsolid pen styles. | -| [WmfOutPrecision](./wmfoutprecision) | The OutPrecision enumeration defines values for output precision, which is the requirement for the font mapper to match specific font parameters, including height, width, character orientation, escapement, pitch, and font type. | -| [WmfPenStyle](./wmfpenstyle) | The 16-bit PenStyle Enumeration is used to specify different types of pens that can be used in graphics operations. | -| [WmfPitchFont](./wmfpitchfont) | The PitchFont enumeration defines values that are used for specifying characteristics of a font. The values are used to indicate whether the characters in a font have a fixed or variable width, or pitch. | -| [WmfPolyFillMode](./wmfpolyfillmode) | The PolyFillMode Enumeration specifies the method used for filling a polygon. | -| [WmfPostScriptCap](./wmfpostscriptcap) | The PostScriptCap Enumeration defines line-ending types for use with a PostScript printer driver. | -| [WmfPostScriptClipping](./wmfpostscriptclipping) | The PostScriptClipping Enumeration defines functions that can be applied to the clipping path used for PostScript output. | -| [WmfRecordType](./wmfrecordtype) | wmf Record type | -| [WmfTernaryRasterOperation](./wmfternaryrasteroperation) | Enumeration specifies ternary raster operation codes, which define how to combine the bits in a source bitmap with the bits in a destination bitmap. | -| [WmfTernaryRasterOperationOperand](./wmfternaryrasteroperationoperand) | Each ternary raster operation code represents a Boolean operation in which the values of the pixels in the source, the selected brush, and the destination are combined. Following are the three operands used in these operations. | -| [WmfTextAlignmentModeFlags](./wmftextalignmentmodeflags) | TextAlignmentMode Flags specify the relationship between a reference point and a bounding rectangle, for text alignment. These flags can be combined to specify multiple options, with the restriction that only one flag can be chosen that alters the drawing position in the playback device context. Horizontal text alignment is performed when the font has a horizontal default baseline. | -| [WmfVerticalTextAlignmentModeFlags](./wmfverticaltextalignmentmodeflags) | VerticalTextAlignmentMode Flags specify the relationship between a reference point and a bounding rectangle, for text alignment. These flags can be combined to specify multiple options, with the restriction that only one flag can be chosen that alters the drawing position in the playback device context. Vertical text alignment is performed when the font has a vertical default baseline, such as Kanji. | +| [StretchMode](./stretchmode/) | The [`StretchMode`](../aspose.imaging.fileformats.wmf.consts/stretchmode/) Enumeration specifies the bitmap stretching mode, which defines how the system combines rows or columns of a bitmap with existing pixels. | +| [WmfBinaryRasterOperation](./wmfbinaryrasteroperation/) | The BinaryRasterOperation Enumeration section lists the binary raster-operation codes. Raster operation codes define how metafile processing combines the bits from the selected pen with the bits in the destination bitmap. | +| [WmfBrushStyle](./wmfbrushstyle/) | The BrushStyle Enumeration specifies the different possible brush types that can be used in graphics operations. For more information, see the specification of the Brush Object (section 2.2.1.1). | +| [WmfCharacterSet](./wmfcharacterset/) | The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output. | +| [WmfClipPrecisionFlags](./wmfclipprecisionflags/) | ClipPrecision Flags specify clipping precision, which defines how to clip characters that are partially outside a clipping region. These flags can be combined to specify multiple options. | +| [WmfColorUsageEnum](./wmfcolorusageenum/) | The ColorUsage Enumeration specifies whether a color table exists in a device-independent bitmap(DIB) and how to interpret its values. | +| [WmfCompression](./wmfcompression/) | The Compression Enumeration specifies the type of compression for a bitmap image | +| [WmfFamilyFont](./wmffamilyfont/) | The FamilyFont enumeration specifies the font family. Font families describe the look of a font in a general way. They are intended for specifying fonts when the exact typeface desired is not available. | +| [WmfFloodFillMode](./wmffloodfillmode/) | The FloodFill Enumeration specifies the type of fill operation to be performed. | +| [WmfFontQuality](./wmffontquality/) | The FontQuality Enumeration specifies how closely the attributes of the logical font should match those of the physical font when rendering text. | +| [WmfGamutMappingIntent](./wmfgamutmappingintent/) | The GamutMappingIntent Enumeration specifies the relationship between logical and physical colors. | +| [WmfHatchStyle](./wmfhatchstyle/) | The HatchStyle Enumeration specifies the hatch pattern. | +| [WmfLogicalColorSpaceEnum](./wmflogicalcolorspaceenum/) | The LogicalColorSpace Enumeration specifies the type of color space. | +| [WmfMapMode](./wmfmapmode/) | The map modes | +| [WmfMetafileEscapes](./wmfmetafileescapes/) | The MetafileEscapes Enumeration specifies printer driver functionality that might not be directly accessible through WMF records defined in the RecordType Enumeration (section 2.1.1.1). | +| [WmfMetafileVersion](./wmfmetafileversion/) | The MetafileVersion Enumeration defines values that specify support for device-independent bitmaps (DIBs) in metafiles. | +| [WmfMixMode](./wmfmixmode/) | The MixMode Enumeration specifies the background mix mode for text, hatched brushes, and other nonsolid pen styles. | +| [WmfOutPrecision](./wmfoutprecision/) | The OutPrecision enumeration defines values for output precision, which is the requirement for the font mapper to match specific font parameters, including height, width, character orientation, escapement, pitch, and font type. | +| [WmfPenStyle](./wmfpenstyle/) | The 16-bit PenStyle Enumeration is used to specify different types of pens that can be used in graphics operations. | +| [WmfPitchFont](./wmfpitchfont/) | The PitchFont enumeration defines values that are used for specifying characteristics of a font. The values are used to indicate whether the characters in a font have a fixed or variable width, or pitch. | +| [WmfPolyFillMode](./wmfpolyfillmode/) | The PolyFillMode Enumeration specifies the method used for filling a polygon. | +| [WmfPostScriptCap](./wmfpostscriptcap/) | The PostScriptCap Enumeration defines line-ending types for use with a PostScript printer driver. | +| [WmfPostScriptClipping](./wmfpostscriptclipping/) | The PostScriptClipping Enumeration defines functions that can be applied to the clipping path used for PostScript output. | +| [WmfRecordType](./wmfrecordtype/) | wmf Record type | +| [WmfTernaryRasterOperation](./wmfternaryrasteroperation/) | Enumeration specifies ternary raster operation codes, which define how to combine the bits in a source bitmap with the bits in a destination bitmap. | +| [WmfTernaryRasterOperationOperand](./wmfternaryrasteroperationoperand/) | Each ternary raster operation code represents a Boolean operation in which the values of the pixels in the source, the selected brush, and the destination are combined. Following are the three operands used in these operations. | +| [WmfTextAlignmentModeFlags](./wmftextalignmentmodeflags/) | TextAlignmentMode Flags specify the relationship between a reference point and a bounding rectangle, for text alignment. These flags can be combined to specify multiple options, with the restriction that only one flag can be chosen that alters the drawing position in the playback device context. Horizontal text alignment is performed when the font has a horizontal default baseline. | +| [WmfVerticalTextAlignmentModeFlags](./wmfverticaltextalignmentmodeflags/) | VerticalTextAlignmentMode Flags specify the relationship between a reference point and a bounding rectangle, for text alignment. These flags can be combined to specify multiple options, with the restriction that only one flag can be chosen that alters the drawing position in the playback device context. Vertical text alignment is performed when the font has a vertical default baseline, such as Kanji. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/stretchmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/stretchmode/_index.md index 544dd8f8b285..d8d621f22cc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/stretchmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/stretchmode/_index.md @@ -1,14 +1,14 @@ --- -title: StretchMode +title: Enum StretchMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.StretchMode enum. The StretchMode Enumeration specifies the bitmap stretching mode which defines how the system combines rows or columns of a bitmap with existing pixels type: docs weight: 8160 url: /net/aspose.imaging.fileformats.wmf.consts/stretchmode/ --- ## StretchMode enumeration -The [`StretchMode`](../stretchmode) Enumeration specifies the bitmap stretching mode, which defines how the system combines rows or columns of a bitmap with existing pixels. +The `StretchMode` Enumeration specifies the bitmap stretching mode, which defines how the system combines rows or columns of a bitmap with existing pixels. ```csharp public enum StretchMode @@ -25,7 +25,7 @@ public enum StretchMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation/_index.md index 308c1a96e026..3d017c95b1e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBinaryRasterOperation +title: Enum WmfBinaryRasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfBinaryRasterOperation enum. The BinaryRasterOperation Enumeration section lists the binary rasteroperation codes. Raster operation codes define how metafile processing combines the bits from the selected pen with the bits in the destination bitmap type: docs weight: 8170 url: /net/aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation/ @@ -35,13 +35,13 @@ public enum WmfBinaryRasterOperation | Mergepen | `15` | DPo, Pixel is a combination of the pen color and the screen color. | | White | `16` | 1, Pixel is always 1 | -### Remarks +## Remarks Each raster-operation code represents a Boolean operation in which the values of the pixels in the selected pen and the destination bitmap are combined. Following are the two operands used in these operations. Operand Meaning P Selected pen D Destination bitmap a Bitwise AND n Bitwise NOT (inverse) o Bitwise OR x Bitwise exclusive OR (XOR) ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfbrushstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfbrushstyle/_index.md index 88fbae91dbab..90b5519a7853 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfbrushstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfbrushstyle/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBrushStyle +title: Enum WmfBrushStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfBrushStyle enum. The BrushStyle Enumeration specifies the different possible brush types that can be used in graphics operations. For more information see the specification of the Brush Object section 2.2.1.1 type: docs weight: 8180 url: /net/aspose.imaging.fileformats.wmf.consts/wmfbrushstyle/ @@ -32,7 +32,7 @@ public enum WmfBrushStyle ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcharacterset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcharacterset/_index.md index bb83dca58f63..4a9a46229dac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcharacterset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcharacterset/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCharacterSet +title: Enum WmfCharacterSet second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfCharacterSet enum. The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output type: docs weight: 8190 url: /net/aspose.imaging.fileformats.wmf.consts/wmfcharacterset/ @@ -40,7 +40,7 @@ public enum WmfCharacterSet : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfclipprecisionflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfclipprecisionflags/_index.md index e9fbd6f667ff..d2cb1d237af9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfclipprecisionflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfclipprecisionflags/_index.md @@ -1,7 +1,7 @@ --- -title: WmfClipPrecisionFlags +title: Enum WmfClipPrecisionFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfClipPrecisionFlags enum. ClipPrecision Flags specify clipping precision which defines how to clip characters that are partially outside a clipping region. These flags can be combined to specify multiple options type: docs weight: 8200 url: /net/aspose.imaging.fileformats.wmf.consts/wmfclipprecisionflags/ @@ -29,7 +29,7 @@ public enum WmfClipPrecisionFlags : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum/_index.md index f015b6c6e6e0..b360bcce65ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum/_index.md @@ -1,7 +1,7 @@ --- -title: WmfColorUsageEnum +title: Enum WmfColorUsageEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfColorUsageEnum enum. The ColorUsage Enumeration specifies whether a color table exists in a deviceindependent bitmapDIB and how to interpret its values type: docs weight: 8210 url: /net/aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum/ @@ -24,7 +24,7 @@ public enum WmfColorUsageEnum ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcompression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcompression/_index.md index d35280eff7fb..0fe78917a968 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcompression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfcompression/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCompression +title: Enum WmfCompression second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfCompression enum. The Compression Enumeration specifies the type of compression for a bitmap image type: docs weight: 8220 url: /net/aspose.imaging.fileformats.wmf.consts/wmfcompression/ @@ -30,7 +30,7 @@ public enum WmfCompression ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffamilyfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffamilyfont/_index.md index 36f19bc5c91e..d3b01af0939a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffamilyfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffamilyfont/_index.md @@ -1,7 +1,7 @@ --- -title: WmfFamilyFont +title: Enum WmfFamilyFont second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfFamilyFont enum. The FamilyFont enumeration specifies the font family. Font families describe the look of a font in a general way. They are intended for specifying fonts when the exact typeface desired is not available type: docs weight: 8230 url: /net/aspose.imaging.fileformats.wmf.consts/wmffamilyfont/ @@ -27,7 +27,7 @@ public enum WmfFamilyFont : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffloodfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffloodfillmode/_index.md index 6aabcd19956d..e7c89f678e2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffloodfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffloodfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfFloodFillMode +title: Enum WmfFloodFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfFloodFillMode enum. The FloodFill Enumeration specifies the type of fill operation to be performed type: docs weight: 8240 url: /net/aspose.imaging.fileformats.wmf.consts/wmffloodfillmode/ @@ -23,7 +23,7 @@ public enum WmfFloodFillMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffontquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffontquality/_index.md index bdf7d9f345d2..78bdfaec90e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffontquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmffontquality/_index.md @@ -1,7 +1,7 @@ --- -title: WmfFontQuality +title: Enum WmfFontQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfFontQuality enum. The FontQuality Enumeration specifies how closely the attributes of the logical font should match those of the physical font when rendering text type: docs weight: 8250 url: /net/aspose.imaging.fileformats.wmf.consts/wmffontquality/ @@ -27,7 +27,7 @@ public enum WmfFontQuality : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent/_index.md index 0845f45a1a5a..8e61618ccb86 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent/_index.md @@ -1,7 +1,7 @@ --- -title: WmfGamutMappingIntent +title: Enum WmfGamutMappingIntent second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfGamutMappingIntent enum. The GamutMappingIntent Enumeration specifies the relationship between logical and physical colors type: docs weight: 8260 url: /net/aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent/ @@ -26,7 +26,7 @@ public enum WmfGamutMappingIntent ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfhatchstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfhatchstyle/_index.md index 602bf4eeb31f..b71dcbb020e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfhatchstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfhatchstyle/_index.md @@ -1,7 +1,7 @@ --- -title: WmfHatchStyle +title: Enum WmfHatchStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfHatchStyle enum. The HatchStyle Enumeration specifies the hatch pattern type: docs weight: 8270 url: /net/aspose.imaging.fileformats.wmf.consts/wmfhatchstyle/ @@ -27,7 +27,7 @@ public enum WmfHatchStyle : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum/_index.md index d1db9a008f4d..8a3961d2e395 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum/_index.md @@ -1,7 +1,7 @@ --- -title: WmfLogicalColorSpaceEnum +title: Enum WmfLogicalColorSpaceEnum second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfLogicalColorSpaceEnum enum. The LogicalColorSpace Enumeration specifies the type of color space type: docs weight: 8280 url: /net/aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum/ @@ -24,7 +24,7 @@ public enum WmfLogicalColorSpaceEnum ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmapmode/_index.md index fe68504ef8bf..7589cf8aa363 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmapmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfMapMode +title: Enum WmfMapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfMapMode enum. The map modes type: docs weight: 8290 url: /net/aspose.imaging.fileformats.wmf.consts/wmfmapmode/ @@ -29,7 +29,7 @@ public enum WmfMapMode : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes/_index.md index e63881c10a73..56b79db15c66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes/_index.md @@ -1,7 +1,7 @@ --- -title: WmfMetafileEscapes +title: Enum WmfMetafileEscapes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfMetafileEscapes enum. The MetafileEscapes Enumeration specifies printer driver functionality that might not be directly accessible through WMF records defined in the RecordType Enumeration section 2.1.1.1 type: docs weight: 8300 url: /net/aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes/ @@ -81,7 +81,7 @@ public enum WmfMetafileEscapes ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmetafileversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmetafileversion/_index.md index 53fd666196fe..19f3cb533716 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmetafileversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmetafileversion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfMetafileVersion +title: Enum WmfMetafileVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfMetafileVersion enum. The MetafileVersion Enumeration defines values that specify support for deviceindependent bitmaps DIBs in metafiles type: docs weight: 8310 url: /net/aspose.imaging.fileformats.wmf.consts/wmfmetafileversion/ @@ -23,7 +23,7 @@ public enum WmfMetafileVersion : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmixmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmixmode/_index.md index 761515b103ea..dbd1671f83e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmixmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfmixmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfMixMode +title: Enum WmfMixMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfMixMode enum. The MixMode Enumeration specifies the background mix mode for text hatched brushes and other nonsolid pen styles type: docs weight: 8320 url: /net/aspose.imaging.fileformats.wmf.consts/wmfmixmode/ @@ -23,7 +23,7 @@ public enum WmfMixMode : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfoutprecision/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfoutprecision/_index.md index c0e2c68aaed4..b42d39e4bf71 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfoutprecision/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfoutprecision/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOutPrecision +title: Enum WmfOutPrecision second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfOutPrecision enum. The OutPrecision enumeration defines values for output precision which is the requirement for the font mapper to match specific font parameters including height width character orientation escapement pitch and font type type: docs weight: 8330 url: /net/aspose.imaging.fileformats.wmf.consts/wmfoutprecision/ @@ -31,7 +31,7 @@ public enum WmfOutPrecision : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpenstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpenstyle/_index.md index ba48284eee13..ae170e027f1e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpenstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpenstyle/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPenStyle +title: Enum WmfPenStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfPenStyle enum. The 16bit PenStyle Enumeration is used to specify different types of pens that can be used in graphics operations type: docs weight: 8340 url: /net/aspose.imaging.fileformats.wmf.consts/wmfpenstyle/ @@ -37,7 +37,7 @@ public enum WmfPenStyle : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpitchfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpitchfont/_index.md index d449ad1c4947..d1c3378dfaf8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpitchfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpitchfont/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPitchFont +title: Enum WmfPitchFont second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfPitchFont enum. The PitchFont enumeration defines values that are used for specifying characteristics of a font. The values are used to indicate whether the characters in a font have a fixed or variable width or pitch type: docs weight: 8350 url: /net/aspose.imaging.fileformats.wmf.consts/wmfpitchfont/ @@ -24,7 +24,7 @@ public enum WmfPitchFont : byte ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpolyfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpolyfillmode/_index.md index a35fd9c5b787..55b0bfd4dcad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpolyfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpolyfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPolyFillMode +title: Enum WmfPolyFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfPolyFillMode enum. The PolyFillMode Enumeration specifies the method used for filling a polygon type: docs weight: 8360 url: /net/aspose.imaging.fileformats.wmf.consts/wmfpolyfillmode/ @@ -23,7 +23,7 @@ public enum WmfPolyFillMode : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptcap/_index.md index f65e62fb0c19..66fc230ce5e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptcap/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPostScriptCap +title: Enum WmfPostScriptCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfPostScriptCap enum. The PostScriptCap Enumeration defines lineending types for use with a PostScript printer driver type: docs weight: 8370 url: /net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptcap/ @@ -25,7 +25,7 @@ public enum WmfPostScriptCap ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptclipping/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptclipping/_index.md index a77ba1e75cdb..0d38b9b992d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptclipping/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptclipping/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPostScriptClipping +title: Enum WmfPostScriptClipping second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfPostScriptClipping enum. The PostScriptClipping Enumeration defines functions that can be applied to the clipping path used for PostScript output type: docs weight: 8380 url: /net/aspose.imaging.fileformats.wmf.consts/wmfpostscriptclipping/ @@ -24,7 +24,7 @@ public enum WmfPostScriptClipping ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfrecordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfrecordtype/_index.md index 617a44072fae..f3e7fc67c504 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfrecordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfrecordtype/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRecordType +title: Enum WmfRecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfRecordType enum. wmf Record type type: docs weight: 8390 url: /net/aspose.imaging.fileformats.wmf.consts/wmfrecordtype/ @@ -92,7 +92,7 @@ public enum WmfRecordType : short ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/_index.md index bc49265e1152..b5112a527f3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: WmfTernaryRasterOperation +title: Enum WmfTernaryRasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfTernaryRasterOperation enum. Enumeration specifies ternary raster operation codes which define how to combine the bits in a source bitmap with the bits in a destination bitmap type: docs weight: 8400 url: /net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/ @@ -277,7 +277,7 @@ public enum WmfTernaryRasterOperation ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperationoperand/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperationoperand/_index.md index 6aa79185a868..09be7d124bc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperationoperand/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperationoperand/_index.md @@ -1,7 +1,7 @@ --- -title: WmfTernaryRasterOperationOperand +title: Enum WmfTernaryRasterOperationOperand second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfTernaryRasterOperationOperand enum. Each ternary raster operation code represents a Boolean operation in which the values of the pixels in the source the selected brush and the destination are combined. Following are the three operands used in these operations type: docs weight: 8410 url: /net/aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperationoperand/ @@ -28,7 +28,7 @@ public enum WmfTernaryRasterOperationOperand ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags/_index.md index beed808357ef..d801cd2e39b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags/_index.md @@ -1,7 +1,7 @@ --- -title: WmfTextAlignmentModeFlags +title: Enum WmfTextAlignmentModeFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfTextAlignmentModeFlags enum. TextAlignmentMode Flags specify the relationship between a reference point and a bounding rectangle for text alignment. These flags can be combined to specify multiple options with the restriction that only one flag can be chosen that alters the drawing position in the playback device context. Horizontal text alignment is performed when the font has a horizontal default baseline type: docs weight: 8420 url: /net/aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags/ @@ -31,13 +31,13 @@ public enum WmfTextAlignmentModeFlags | Horizontal | `6` | Represents Horizontal text algin sets (Left | Right | Center) | | Vertical | `18` | Represents Vertical text align sets (Top | Bottom | Baseline) | -### Remarks +## Remarks TextAlignmentMode flags specify three different components of text alignment: - The horizontal position of the reference point is determined by TA_RIGHT and TA_CENTER; if those bits are clear, the alignment MUST be TA_LEFT. - The vertical position of the reference point is determined by TA_BOTTOM and TA_BASELINE; if those bits are clear, the alignment MUST be TA_TOP. - Whether to update the output position in the playback device context after text output is determined by TA_UPDATECP; if that bit is clear, the position MUST NOT be updated. This is the reason for defining three different zero values in the enumeration; they represent the default states of the three components of text alignment. ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags/_index.md index 0ecca39ea5a1..cb7d3ca9019c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags/_index.md @@ -1,7 +1,7 @@ --- -title: WmfVerticalTextAlignmentModeFlags +title: Enum WmfVerticalTextAlignmentModeFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Consts.WmfVerticalTextAlignmentModeFlags enum. VerticalTextAlignmentMode Flags specify the relationship between a reference point and a bounding rectangle for text alignment. These flags can be combined to specify multiple options with the restriction that only one flag can be chosen that alters the drawing position in the playback device context. Vertical text alignment is performed when the font has a vertical default baseline such as Kanji type: docs weight: 8430 url: /net/aspose.imaging.fileformats.wmf.consts/wmfverticaltextalignmentmodeflags/ @@ -27,7 +27,7 @@ public enum WmfVerticalTextAlignmentModeFlags ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts) +* namespace [Aspose.Imaging.FileFormats.Wmf.Consts](../../aspose.imaging.fileformats.wmf.consts/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/_index.md index 5d66b2a550bb..fa03daf451d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Wmf.Graphics second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Wmf graphics. +description: The namespace contains Wmf graphics type: docs weight: 730 url: /net/aspose.imaging.fileformats.wmf.graphics/ @@ -12,6 +12,6 @@ The namespace contains Wmf graphics. | Class | Description | | --- | --- | -| [WmfRecorderGraphics2D](./wmfrecordergraphics2d) | The Wmf recorder. | +| [WmfRecorderGraphics2D](./wmfrecordergraphics2d/) | The Wmf recorder. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/_index.md index 0a2403dc574e..52e985520e56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRecorderGraphics2D +title: Class WmfRecorderGraphics2D second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Graphics.WmfRecorderGraphics2D class. The Wmf recorder type: docs weight: 8440 url: /net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/ @@ -18,68 +18,68 @@ public sealed class WmfRecorderGraphics2D : MetafileRecorderGraphics2D | Name | Description | | --- | --- | -| [WmfRecorderGraphics2D](wmfrecordergraphics2d)(Rectangle, int) | Initializes a new instance of the [`WmfRecorderGraphics2D`](../wmfrecordergraphics2d) class. | +| [WmfRecorderGraphics2D](wmfrecordergraphics2d/)(Rectangle, int) | Initializes a new instance of the `WmfRecorderGraphics2D` class. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor) { get; set; } | Gets or sets the color of the background. | -| [BackgroundMode](../../aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/backgroundmode) { get; set; } | Gets or sets the background mode. | -| [Clip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip) { get; set; } | Gets or sets a Region that limits the drawing region of this Graphics | -| [ClipBounds](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds) { get; } | Gets the clip bounds. | +| [BackgroundColor](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/backgroundcolor/) { get; set; } | Gets or sets the color of the background. | +| [BackgroundMode](../../aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/backgroundmode/) { get; set; } | Gets or sets the background mode. | +| [Clip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clip/) { get; set; } | Gets or sets a Region that limits the drawing region of this Graphics | +| [ClipBounds](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clipbounds/) { get; } | Gets the clip bounds. | ## Methods | Name | Description | | --- | --- | -| static [FromWmfImage](../../aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/fromwmfimage)(WmfImage) | Gets an instance of the Wmf recorder for the existing Wmf image. | -| [Clear](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear)() | Clears the state of the graphics object | -| [DrawArc](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. | -| [DrawCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier)(Pen, Point, Point, Point, Point) | Draws the cubic bezier. | -| [DrawEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse)(Pen, Rectangle) | Draws the ellipse. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(RasterImage, Point) | Draws the specified Image, using its original physical size, at the specified location. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(byte[], Rectangle, GraphicsUnit) | Draws the image. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(Stream, Rectangle, GraphicsUnit) | Draws the image. | -| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage)(RasterImage, Rectangle, Rectangle, GraphicsUnit) | Draws the specified portion of the specified Image at the specified location and with the specified size. | -| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline)(Pen, Point, Point) | Draws the line. | -| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline)(Pen, int, int, int, int) | Draws the line. | -| [DrawPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath)(Pen, GraphicsPath) | Draws the path. | -| [DrawPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie)(Pen, Rectangle, float, float) | Draws the pie. | -| [DrawPolyCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier)(Pen, Point[]) | Draws the poly cubic bezier. | -| [DrawPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon)(Pen, Point[]) | Draws the polygon. | -| [DrawPolyline](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline)(Pen, Point[]) | Draws the polyline. | -| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle)(Pen, Rectangle) | Draws the rectangle. | -| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle)(Pen, int, int, int, int) | Draws the rectangle. | -| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring)(string, Font, Color, int, int) | Draws the string. | -| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring)(string, Font, Color, int, int, float) | Draws the string. | -| [EndRecording](../../aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/endrecording)() | Ends the recording. | -| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip)(Rectangle) | Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure. | -| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip)(Region) | Updates the clip region of this Graphics to exclude the area specified by a Region. | -| [FillEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse)(Brush, Rectangle) | Fills the ellipse. | -| [FillPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath)(Pen, Brush, GraphicsPath) | Fills the path. | -| [FillPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie)(Brush, Rectangle, float, float) | Fills the pie. | -| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon)(Brush, Point[]) | Fills the polygon. | -| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon)(Brush, Point[], FillMode) | Fills the polygon. | -| [FillRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle)(Brush, Rectangle) | Fills the rectangle. | -| [GetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform)() | Gets the world transform. | -| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip)(RectangleF) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure. | -| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip)(Region) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region. | -| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform)(Matrix) | Multiplies the world transformation of this Graphics and specified the Matrix. | -| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform)(Matrix, MatrixOrder) | Multiplies the world transformation of this Graphics and specified the Matrix in the specified order. | -| [ResetClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip)() | Resets the clip. | -| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform)(float) | Applies the specified rotation to the transformation matrix of this Graphics. | -| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform)(float, PointF, MatrixOrder) | Applies the specified rotation to the transformation matrix of this Graphics in the specified order. | -| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform)(float, float) | Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. | -| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform)(float, float, MatrixOrder) | Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order. | -| [SetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform)(Matrix) | Sets the transform. | -| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform)(float, float) | Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. | -| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform)(float, float, MatrixOrder) | Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order. | +| static [FromWmfImage](../../aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/fromwmfimage/)(WmfImage) | Gets an instance of the Wmf recorder for the existing Wmf image. | +| [Clear](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/clear/)() | Clears the state of the graphics object | +| [DrawArc](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawarc/)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. | +| [DrawCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawcubicbezier/)(Pen, Point, Point, Point, Point) | Draws the cubic bezier. | +| [DrawEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawellipse/)(Pen, Rectangle) | Draws the ellipse. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/)(RasterImage, Point) | Draws the specified Image, using its original physical size, at the specified location. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/)(byte[], Rectangle, GraphicsUnit) | Draws the image. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/)(Stream, Rectangle, GraphicsUnit) | Draws the image. | +| [DrawImage](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawimage/)(RasterImage, Rectangle, Rectangle, GraphicsUnit) | Draws the specified portion of the specified Image at the specified location and with the specified size. | +| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/)(Pen, Point, Point) | Draws the line. | +| [DrawLine](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawline/)(Pen, int, int, int, int) | Draws the line. | +| [DrawPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpath/)(Pen, GraphicsPath) | Draws the path. | +| [DrawPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpie/)(Pen, Rectangle, float, float) | Draws the pie. | +| [DrawPolyCubicBezier](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolycubicbezier/)(Pen, Point[]) | Draws the poly cubic bezier. | +| [DrawPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolygon/)(Pen, Point[]) | Draws the polygon. | +| [DrawPolyline](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawpolyline/)(Pen, Point[]) | Draws the polyline. | +| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/)(Pen, Rectangle) | Draws the rectangle. | +| [DrawRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawrectangle/)(Pen, int, int, int, int) | Draws the rectangle. | +| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/)(string, Font, Color, int, int) | Draws the string. | +| [DrawString](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/drawstring/)(string, Font, Color, int, int, float) | Draws the string. | +| [EndRecording](../../aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/endrecording/)() | Ends the recording. | +| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/)(Rectangle) | Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure. | +| [ExcludeClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/excludeclip/)(Region) | Updates the clip region of this Graphics to exclude the area specified by a Region. | +| [FillEllipse](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillellipse/)(Brush, Rectangle) | Fills the ellipse. | +| [FillPath](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpath/)(Pen, Brush, GraphicsPath) | Fills the path. | +| [FillPie](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpie/)(Brush, Rectangle, float, float) | Fills the pie. | +| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/)(Brush, Point[]) | Fills the polygon. | +| [FillPolygon](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillpolygon/)(Brush, Point[], FillMode) | Fills the polygon. | +| [FillRectangle](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/fillrectangle/)(Brush, Rectangle) | Fills the rectangle. | +| [GetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/gettransform/)() | Gets the world transform. | +| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/)(RectangleF) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure. | +| [IntersectClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/intersectclip/)(Region) | Updates the clip region of this Graphics to the intersection of the current clip region and the specified Region. | +| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/)(Matrix) | Multiplies the world transformation of this Graphics and specified the Matrix. | +| [MultiplyTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/multiplytransform/)(Matrix, MatrixOrder) | Multiplies the world transformation of this Graphics and specified the Matrix in the specified order. | +| [ResetClip](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/resetclip/)() | Resets the clip. | +| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/)(float) | Applies the specified rotation to the transformation matrix of this Graphics. | +| [RotateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/rotatetransform/)(float, PointF, MatrixOrder) | Applies the specified rotation to the transformation matrix of this Graphics in the specified order. | +| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/)(float, float) | Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix. | +| [ScaleTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/scaletransform/)(float, float, MatrixOrder) | Applies the specified scaling operation to the transformation matrix of this Graphics in the specified order. | +| [SetTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/settransform/)(Matrix) | Sets the transform. | +| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/)(float, float) | Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics. | +| [TranslateTransform](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/translatetransform/)(float, float, MatrixOrder) | Changes the origin of the coordinate system by applying the specified translation to the transformation matrix of this Graphics in the specified order. | ### See Also -* class [MetafileRecorderGraphics2D](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../aspose.imaging.fileformats.wmf.graphics) +* class [MetafileRecorderGraphics2D](../../aspose.imaging.fileformats.emf.graphics/metafilerecordergraphics2d/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../aspose.imaging.fileformats.wmf.graphics/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/backgroundmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/backgroundmode/_index.md index b543d194c7fd..6be17e1e9388 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/backgroundmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/backgroundmode/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundMode +title: WmfRecorderGraphics2D.BackgroundMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRecorderGraphics2D property. Gets or sets the background mode type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/backgroundmode/ @@ -20,9 +20,9 @@ The background mode. ### See Also -* enum [WmfMixMode](../../../aspose.imaging.fileformats.wmf.consts/wmfmixmode) -* class [WmfRecorderGraphics2D](../../wmfrecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../wmfrecordergraphics2d) +* enum [WmfMixMode](../../../aspose.imaging.fileformats.wmf.consts/wmfmixmode/) +* class [WmfRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../wmfrecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/endrecording/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/endrecording/_index.md index a2509e46807d..c9950c6a3432 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/endrecording/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/endrecording/_index.md @@ -1,7 +1,7 @@ --- -title: EndRecording +title: WmfRecorderGraphics2D.EndRecording second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRecorderGraphics2D method. Ends the recording type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/endrecording/ @@ -18,7 +18,7 @@ public WmfImage EndRecording() The result image. -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -131,9 +131,9 @@ using (Aspose.Imaging.FileFormats.Wmf.WmfImage wmfImage = graphics.EndRecording( ### See Also -* class [WmfImage](../../../aspose.imaging.fileformats.wmf/wmfimage) -* class [WmfRecorderGraphics2D](../../wmfrecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../wmfrecordergraphics2d) +* class [WmfImage](../../../aspose.imaging.fileformats.wmf/wmfimage/) +* class [WmfRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../wmfrecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/fromwmfimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/fromwmfimage/_index.md index d9d0343e2ac7..2e94a4a2bee2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/fromwmfimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/fromwmfimage/_index.md @@ -1,7 +1,7 @@ --- -title: FromWmfImage +title: WmfRecorderGraphics2D.FromWmfImage second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRecorderGraphics2D method. Gets an instance of the Wmf recorder for the existing Wmf image type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/fromwmfimage/ @@ -20,13 +20,13 @@ public static WmfRecorderGraphics2D FromWmfImage(WmfImage wmfImage) ### Return Value -An instance of the [`WmfRecorderGraphics2D`](../../wmfrecordergraphics2d) class. +An instance of the [`WmfRecorderGraphics2D`](../) class. ### See Also -* class [WmfImage](../../../aspose.imaging.fileformats.wmf/wmfimage) -* class [WmfRecorderGraphics2D](../../wmfrecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../wmfrecordergraphics2d) +* class [WmfImage](../../../aspose.imaging.fileformats.wmf/wmfimage/) +* class [WmfRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../wmfrecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/wmfrecordergraphics2d/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/wmfrecordergraphics2d/_index.md index 7a4580ae7a6e..bcbd821fcdd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/wmfrecordergraphics2d/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/wmfrecordergraphics2d/_index.md @@ -1,14 +1,14 @@ --- -title: WmfRecorderGraphics2D +title: WmfRecorderGraphics2D.WmfRecorderGraphics2D second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRecorderGraphics2D constructor. Initializes a new instance of the WmfRecorderGraphics2D class type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.graphics/wmfrecordergraphics2d/wmfrecordergraphics2d/ --- ## WmfRecorderGraphics2D constructor -Initializes a new instance of the [`WmfRecorderGraphics2D`](../../wmfrecordergraphics2d) class. +Initializes a new instance of the [`WmfRecorderGraphics2D`](../) class. ```csharp public WmfRecorderGraphics2D(Rectangle frame, int inch) @@ -19,7 +19,7 @@ public WmfRecorderGraphics2D(Rectangle frame, int inch) | frame | Rectangle | Destination rectangle, measured in twips, for displaying the metafile. | | inch | Int32 | The number of pixel per inch. | -### Examples +## Examples This example shows how to create a WMF image and draw some geometric shapes using WmfRecorderGraphics2D. @@ -132,9 +132,9 @@ using (Aspose.Imaging.FileFormats.Wmf.WmfImage wmfImage = graphics.EndRecording( ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WmfRecorderGraphics2D](../../wmfrecordergraphics2d) -* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../wmfrecordergraphics2d) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WmfRecorderGraphics2D](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Graphics](../../wmfrecordergraphics2d/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/_index.md index 06a20d47e839..3a1d0f035f95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains escape types MS-WMF Windows +description: The namespace contains escape types MSWMF Windows type: docs weight: 750 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/ @@ -12,8 +12,8 @@ The `namespace` contains escape types [MS-WMF]: Windows | Class | Description | | --- | --- | -| [WmfEscapeEnhancedMetafile](./wmfescapeenhancedmetafile) | The Escape Enhanced Meta file record. | -| [WmfEscapePostScript](./wmfescapepostscript) | The Escape PostScript data record. | -| [WmfEscapeRecordBase](./wmfescaperecordbase) | The escape record base. | +| [WmfEscapeEnhancedMetafile](./wmfescapeenhancedmetafile/) | The Escape Enhanced Meta file record. | +| [WmfEscapePostScript](./wmfescapepostscript/) | The Escape PostScript data record. | +| [WmfEscapeRecordBase](./wmfescaperecordbase/) | The escape record base. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/_index.md index c13d5b81ecfd..0707260ad702 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEscapeEnhancedMetafile +title: Class WmfEscapeEnhancedMetafile second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords.WmfEscapeEnhancedMetafile class. The Escape Enhanced Meta file record type: docs weight: 8450 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/ @@ -18,30 +18,30 @@ public class WmfEscapeEnhancedMetafile : WmfEscapeRecordBase | Name | Description | | --- | --- | -| [WmfEscapeEnhancedMetafile](wmfescapeenhancedmetafile)() | The default constructor. | +| [WmfEscapeEnhancedMetafile](wmfescapeenhancedmetafile/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ByteCount](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount) { get; set; } | Gets or sets the byte count. | -| virtual [Checked](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked) { get; set; } | Gets a value indicating whether this [`WmfEscapeRecordBase`](../wmfescaperecordbase) is checked. | -| [Checksum](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/checksum) { get; set; } | Gets or sets the checksum. | -| [CommentIdentifier](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentidentifier) { get; set; } | Gets or sets the comment identifier. | -| [CommentRecordCount](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentrecordcount) { get; set; } | Gets or sets the comment record count. | -| [CommentType](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commenttype) { get; set; } | Gets or sets the type of the comment. | -| [CurrentRecordSize](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/currentrecordsize) { get; set; } | Gets or sets the size of the current record. | -| [Data](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data) { get; set; } | Gets or sets the data. | -| [EnhancedMetafileData](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledata) { get; set; } | Gets or sets the enhanced metafile data. | -| [EnhancedMetafileDataSize](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledatasize) { get; set; } | Gets or sets the size of the enhanced metafile data. | -| [Flags](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/flags) { get; set; } | Gets or sets the flags. | -| [RemainingBytes](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/remainingbytes) { get; set; } | Gets or sets the remaining bytes. | -| [Version](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/version) { get; set; } | Gets or sets the version. | +| [ByteCount](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount/) { get; set; } | Gets or sets the byte count. | +| virtual [Checked](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked/) { get; set; } | Gets a value indicating whether this [`WmfEscapeRecordBase`](../wmfescaperecordbase/) is checked. | +| [Checksum](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/checksum/) { get; set; } | Gets or sets the checksum. | +| [CommentIdentifier](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentidentifier/) { get; set; } | Gets or sets the comment identifier. | +| [CommentRecordCount](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentrecordcount/) { get; set; } | Gets or sets the comment record count. | +| [CommentType](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commenttype/) { get; set; } | Gets or sets the type of the comment. | +| [CurrentRecordSize](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/currentrecordsize/) { get; set; } | Gets or sets the size of the current record. | +| [Data](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data/) { get; set; } | Gets or sets the data. | +| [EnhancedMetafileData](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledata/) { get; set; } | Gets or sets the enhanced metafile data. | +| [EnhancedMetafileDataSize](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledatasize/) { get; set; } | Gets or sets the size of the enhanced metafile data. | +| [Flags](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/flags/) { get; set; } | Gets or sets the flags. | +| [RemainingBytes](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/remainingbytes/) { get; set; } | Gets or sets the remaining bytes. | +| [Version](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/version/) { get; set; } | Gets or sets the version. | ### See Also -* class [WmfEscapeRecordBase](../wmfescaperecordbase) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../aspose.imaging.fileformats.wmf.objects.escaperecords) +* class [WmfEscapeRecordBase](../wmfescaperecordbase/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../aspose.imaging.fileformats.wmf.objects.escaperecords/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/checksum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/checksum/_index.md index c003e1eebaad..251df2fd5d88 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/checksum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/checksum/_index.md @@ -1,7 +1,7 @@ --- -title: Checksum +title: WmfEscapeEnhancedMetafile.Checksum second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the checksum type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/checksum/ @@ -20,8 +20,8 @@ A 16-bit unsigned integer used to validate the correctness of the embedded EMF s ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentidentifier/_index.md index 6228f0e8f16d..42e73e42f808 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: CommentIdentifier +title: WmfEscapeEnhancedMetafile.CommentIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the comment identifier type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentidentifier/ @@ -20,8 +20,8 @@ A 32-bit unsigned integer that defines this record as a WMF Comment record. This ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentrecordcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentrecordcount/_index.md index d15e11241201..a49456b0419c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentrecordcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentrecordcount/_index.md @@ -1,7 +1,7 @@ --- -title: CommentRecordCount +title: WmfEscapeEnhancedMetafile.CommentRecordCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the comment record count type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commentrecordcount/ @@ -20,8 +20,8 @@ A 32-bit unsigned integer that specifies the total number of consecutive META_ES ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commenttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commenttype/_index.md index 2717e4f1916f..765770d67c4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commenttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commenttype/_index.md @@ -1,7 +1,7 @@ --- -title: CommentType +title: WmfEscapeEnhancedMetafile.CommentType second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the type of the comment type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/commenttype/ @@ -20,8 +20,8 @@ A 32-bit unsigned integer that identifies the type of comment in this record. Th ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/currentrecordsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/currentrecordsize/_index.md index 144b159770f0..8a7051c5e1c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/currentrecordsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/currentrecordsize/_index.md @@ -1,7 +1,7 @@ --- -title: CurrentRecordSize +title: WmfEscapeEnhancedMetafile.CurrentRecordSize second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the size of the current record type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/currentrecordsize/ @@ -20,8 +20,8 @@ A 32-bit unsigned integer that specifies the size, in bytes, of the EnhancedMeta ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledata/_index.md index 3ec4b93d6f0e..5d8796d9a6aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledata/_index.md @@ -1,7 +1,7 @@ --- -title: EnhancedMetafileData +title: WmfEscapeEnhancedMetafile.EnhancedMetafileData second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the enhanced metafile data type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledata/ @@ -20,8 +20,8 @@ A segment of an EMF file. The bytes in consecutive META_ESCAPE_ENHANCED_METAFILE ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledatasize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledatasize/_index.md index cb20ec04b5aa..3ae4cfcf2026 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledatasize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledatasize/_index.md @@ -1,7 +1,7 @@ --- -title: EnhancedMetafileDataSize +title: WmfEscapeEnhancedMetafile.EnhancedMetafileDataSize second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the size of the enhanced metafile data type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/enhancedmetafiledatasize/ @@ -20,8 +20,8 @@ A 32-bit unsigned integer that specifies the total size of the EMF stream embedd ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/flags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/flags/_index.md index 3ed31ba11073..0baa23e2ab94 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/flags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/flags/_index.md @@ -1,7 +1,7 @@ --- -title: Flags +title: WmfEscapeEnhancedMetafile.Flags second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the flags type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/flags/ @@ -20,8 +20,8 @@ This 32-bit unsigned integer is unused and MUST be set to zero. ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/remainingbytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/remainingbytes/_index.md index ab9ca0e3aae0..384c21e4eb07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/remainingbytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/remainingbytes/_index.md @@ -1,7 +1,7 @@ --- -title: RemainingBytes +title: WmfEscapeEnhancedMetafile.RemainingBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the remaining bytes type: docs weight: 100 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/remainingbytes/ @@ -20,8 +20,8 @@ A 32-bit unsigned integer that specifies the number of bytes in the EMF stream t ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/version/_index.md index 1b7524d1178b..66aa991ced68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: WmfEscapeEnhancedMetafile.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile property. Gets or sets the version type: docs weight: 110 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/version/ @@ -20,8 +20,8 @@ A 32-bit unsigned integer that specifies EMF metafile interoperability. This SHO ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/wmfescapeenhancedmetafile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/wmfescapeenhancedmetafile/_index.md index 2c850f2bde9f..ebfa445e9167 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/wmfescapeenhancedmetafile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/wmfescapeenhancedmetafile/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEscapeEnhancedMetafile +title: WmfEscapeEnhancedMetafile.WmfEscapeEnhancedMetafile second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeEnhancedMetafile constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapeenhancedmetafile/wmfescapeenhancedmetafile/ @@ -16,8 +16,8 @@ public WmfEscapeEnhancedMetafile() ### See Also -* class [WmfEscapeEnhancedMetafile](../../wmfescapeenhancedmetafile) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile) +* class [WmfEscapeEnhancedMetafile](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapeenhancedmetafile/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/_index.md index 3e338e8d2977..100f8e9d4a79 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEscapePostScript +title: Class WmfEscapePostScript second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords.WmfEscapePostScript class. The Escape PostScript data record type: docs weight: 8460 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/ @@ -18,21 +18,21 @@ public class WmfEscapePostScript : WmfEscapeRecordBase | Name | Description | | --- | --- | -| [WmfEscapePostScript](wmfescapepostscript)() | The default constructor. | +| [WmfEscapePostScript](wmfescapepostscript/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ByteCount](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount) { get; set; } | Gets or sets the byte count. | -| virtual [Checked](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked) { get; set; } | Gets a value indicating whether this [`WmfEscapeRecordBase`](../wmfescaperecordbase) is checked. | -| [Data](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data) { get; set; } | Gets or sets the data. | -| [PostScriptPart](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/postscriptpart) { get; set; } | Gets or sets the post script part. | +| [ByteCount](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount/) { get; set; } | Gets or sets the byte count. | +| virtual [Checked](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked/) { get; set; } | Gets a value indicating whether this [`WmfEscapeRecordBase`](../wmfescaperecordbase/) is checked. | +| [Data](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data/) { get; set; } | Gets or sets the data. | +| [PostScriptPart](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/postscriptpart/) { get; set; } | Gets or sets the post script part. | ### See Also -* class [WmfEscapeRecordBase](../wmfescaperecordbase) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../aspose.imaging.fileformats.wmf.objects.escaperecords) +* class [WmfEscapeRecordBase](../wmfescaperecordbase/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../aspose.imaging.fileformats.wmf.objects.escaperecords/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/postscriptpart/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/postscriptpart/_index.md index 193a53eb28e8..15558e4de7f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/postscriptpart/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/postscriptpart/_index.md @@ -1,7 +1,7 @@ --- -title: PostScriptPart +title: WmfEscapePostScript.PostScriptPart second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapePostScript property. Gets or sets the post script part type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/postscriptpart/ @@ -20,8 +20,8 @@ The post script part. ### See Also -* class [WmfEscapePostScript](../../wmfescapepostscript) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapepostscript) +* class [WmfEscapePostScript](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapepostscript/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/wmfescapepostscript/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/wmfescapepostscript/_index.md index 106e80076c1b..abb4a3adfffe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/wmfescapepostscript/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/wmfescapepostscript/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEscapePostScript +title: WmfEscapePostScript.WmfEscapePostScript second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapePostScript constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescapepostscript/wmfescapepostscript/ @@ -16,8 +16,8 @@ public WmfEscapePostScript() ### See Also -* class [WmfEscapePostScript](../../wmfescapepostscript) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapepostscript) +* class [WmfEscapePostScript](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescapepostscript/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/_index.md index 5554c2f1d8af..3e13a0d96581 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEscapeRecordBase +title: Class WmfEscapeRecordBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords.WmfEscapeRecordBase class. The escape record base type: docs weight: 8470 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/ @@ -18,20 +18,20 @@ public class WmfEscapeRecordBase : WmfObject | Name | Description | | --- | --- | -| [WmfEscapeRecordBase](wmfescaperecordbase)() | The default constructor. | +| [WmfEscapeRecordBase](wmfescaperecordbase/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ByteCount](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount) { get; set; } | Gets or sets the byte count. | -| virtual [Checked](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked) { get; set; } | Gets a value indicating whether this [`WmfEscapeRecordBase`](../wmfescaperecordbase) is checked. | -| [Data](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data) { get; set; } | Gets or sets the data. | +| [ByteCount](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount/) { get; set; } | Gets or sets the byte count. | +| virtual [Checked](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked/) { get; set; } | Gets a value indicating whether this `WmfEscapeRecordBase` is checked. | +| [Data](../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data/) { get; set; } | Gets or sets the data. | ### See Also -* class [WmfObject](../../aspose.imaging.fileformats.wmf.objects/wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../aspose.imaging.fileformats.wmf.objects.escaperecords) +* class [WmfObject](../../aspose.imaging.fileformats.wmf.objects/wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../aspose.imaging.fileformats.wmf.objects.escaperecords/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount/_index.md index 2cfe5fdd3866..75a271c9e420 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount/_index.md @@ -1,7 +1,7 @@ --- -title: ByteCount +title: WmfEscapeRecordBase.ByteCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeRecordBase property. Gets or sets the byte count type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/bytecount/ @@ -20,8 +20,8 @@ A 16-bit unsigned integer that specifies the size, in bytes, of the record data ### See Also -* class [WmfEscapeRecordBase](../../wmfescaperecordbase) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescaperecordbase) +* class [WmfEscapeRecordBase](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescaperecordbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked/_index.md index 9d86768036da..6a70b4f0903a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked/_index.md @@ -1,14 +1,14 @@ --- -title: Checked +title: WmfEscapeRecordBase.Checked second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeRecordBase property. Gets a value indicating whether this WmfEscapeRecordBase is checked type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/checked/ --- ## WmfEscapeRecordBase.Checked property -Gets a value indicating whether this [`WmfEscapeRecordBase`](../../wmfescaperecordbase) is checked. +Gets a value indicating whether this [`WmfEscapeRecordBase`](../) is checked. ```csharp public virtual bool Checked { get; set; } @@ -20,8 +20,8 @@ public virtual bool Checked { get; set; } ### See Also -* class [WmfEscapeRecordBase](../../wmfescaperecordbase) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescaperecordbase) +* class [WmfEscapeRecordBase](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescaperecordbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data/_index.md index b1710b6bc4fd..2352ca37fbe6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data/_index.md @@ -1,7 +1,7 @@ --- -title: Data +title: WmfEscapeRecordBase.Data second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeRecordBase property. Gets or sets the data type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/data/ @@ -20,8 +20,8 @@ The data. ### See Also -* class [WmfEscapeRecordBase](../../wmfescaperecordbase) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescaperecordbase) +* class [WmfEscapeRecordBase](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescaperecordbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/wmfescaperecordbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/wmfescaperecordbase/_index.md index 42dcea220dfa..d07f80161cd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/wmfescaperecordbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/wmfescaperecordbase/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEscapeRecordBase +title: WmfEscapeRecordBase.WmfEscapeRecordBase second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscapeRecordBase constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/wmfescaperecordbase/ @@ -16,8 +16,8 @@ public WmfEscapeRecordBase() ### See Also -* class [WmfEscapeRecordBase](../../wmfescaperecordbase) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescaperecordbase) +* class [WmfEscapeRecordBase](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords](../../wmfescaperecordbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/_index.md index dc89f4196ba1..cca80e4a4292 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Wmf.Objects second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains types MS-WMF Windows Metafile Format 2.2 WMF Objects +description: The namespace contains types MSWMF Windows Metafile Format 2.2 WMF Objects type: docs weight: 740 url: /net/aspose.imaging.fileformats.wmf.objects/ @@ -12,90 +12,96 @@ The `namespace` contains types [MS-WMF]: Windows Metafile Format 2.2 WMF Objects | Class | Description | | --- | --- | -| [WmfAnimatePalette](./wmfanimatepalette) | The META_ANIMATEPALETTE record redefines entries in the logical palette that is defined in the playback device context with the specified Palette object (section 2.2.1.3). | -| [WmfArc](./wmfarc) | The META_ARC record draws an elliptical arc. | -| [WmfBitBlt](./wmfbitblt) | The META_BITBLT record specifies the transfer of a block of pixels according to a raster operation. The destination of the transfer is the current output region in the playback device context. | -| [WmfBitmap16](./wmfbitmap16) | The Bitmap16 Object specifies information about the dimensions and color format of a bitmap. | -| [WmfBitmapBaseHeader](./wmfbitmapbaseheader) | The base bitmap header class. | -| [WmfBitmapCoreHeader](./wmfbitmapcoreheader) | The BitmapCoreHeader Object contains information about the dimensions and color format of a device-independent bitmap(DIB). | -| [WmfBitmapInfoHeader](./wmfbitmapinfoheader) | The BitmapInfoHeader Object contains information about the dimensions and color format of a device-independent bitmap (DIB). | -| [WmfChord](./wmfchord) | The META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment. The chord is outlined using the pen and filled using the brush that are defined in the playback device context. | -| [WmfCieXyzTriple](./wmfciexyztriple) | The CIEXYZTriple Object defines information about the CIEXYZTriple color object. | -| [WmfCreateBrushInDirect](./wmfcreatebrushindirect) | The Create brush in direct | -| [WmfCreateFontInDirect](./wmfcreatefontindirect) | The Create font | -| [WmfCreatePalette](./wmfcreatepalette) | The META_CREATEPALETTE record creates a Palette Object (section 2.2.1.3). | -| [WmfCreatePatternBrush](./wmfcreatepatternbrush) | The META_CREATEPATTERNBRUSH record creates a brush object with a pattern specified by a bitmap. | -| [WmfCreatePenInDirect](./wmfcreatepenindirect) | The create pen in direct | -| [WmfCreateRegion](./wmfcreateregion) | The META_CREATEREGION record creates a Region Object (section 2.2.1.5). | -| [WmfDeleteObject](./wmfdeleteobject) | The Delete object | -| [WmfDeviceIndependentBitmap](./wmfdeviceindependentbitmap) | The DeviceIndependentBitmap Object defines an image in device-independent bitmap (DIB) format | -| [WmfDibBitBlt](./wmfdibbitblt) | The META_DIBBITBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation. | -| [WmfDibCreatePatternBrush](./wmfdibcreatepatternbrush) | The META_DIBCREATEPATTERNBRUSH record creates a Brush Object (section 2.2.1.1) with a pattern specified by a DeviceIndependentBitmap (DIB) Object (section 2.2.2.9). | -| [WmfDibStrechBlt](./wmfdibstrechblt) | The META_DIBSTRETCHBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation, with possible expansion or contraction. | -| [WmfEllipse](./wmfellipse) | The META_ELLIPSE record draws an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the pen and is filled by using the brush; these are defined in the playback device context. | -| [WmfEof](./wmfeof) | The Eof object. | -| [WmfEscape](./wmfescape) | The wmf escape object. | -| [WmfExcludeClipRect](./wmfexcludecliprect) | The META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the existing clipping region minus the specified rectangle. | -| [WmfExtFloodFill](./wmfextfloodfill) | The META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context. | -| [WmfExtTextOut](./wmfexttextout) | Wmf ext text out | -| [WmfFillRegion](./wmffillregion) | The META_FILLREGION record fills a region using a specified brush. | -| [WmfFloodFill](./wmffloodfill) | The META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context. | -| [WmfFrameRegion](./wmfframeregion) | The wmf frame region object. | -| [WmfGraphicObject](./wmfgraphicobject) | The WMF Graphics Objects specify parameters for graphics output. | -| [WmfIntersectClipRect](./wmfintersectcliprect) | The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle. | -| [WmfInvertRegion](./wmfinvertregion) | The META_INVERTREGION record draws a region in which the colors are inverted. | -| [WmfLineTo](./wmflineto) | The META_LINETO record draws a line from the drawing position that is defined in the playback device context up to, but not including, the specified point. | -| [WmfLogColorSpace](./wmflogcolorspace) | The LogColorSpace object specifies a logical color space for the playback device context, which can be the name of a color profile in ASCII characters. | -| [WmfLogColorSpaceW](./wmflogcolorspacew) | The LogColorSpaceW object specifies a logical color space, which can be defined by a color profile file with a name consisting of Unicode 16-bit characters. | -| [WmfMoveTo](./wmfmoveto) | The META_MOVETO record sets the output position in the playback device context to a specified point. | -| [WmfObject](./wmfobject) | The base wmf object. | -| [WmfOffsetClipRgn](./wmfoffsetcliprgn) | The META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the specified offsets. | -| [WmfOffsetViewPortOrg](./wmfoffsetviewportorg) | The META_OFFSETVIEWPORTORG record moves the viewport origin in the playback device context by specified horizontal and vertical offsets. | -| [WmfOffsetWindowOrg](./wmfoffsetwindoworg) | The META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets. | -| [WmfPaintRegion](./wmfpaintregion) | The META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context. | -| [WmfPatBlt](./wmfpatblt) | The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context. The brush color and the surface color or colors are combined using the specified raster operation. | -| [WmfPie](./wmfpie) | The META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the pen and filled by using the brush that are defined in the playback device context. | -| [WmfPointObject](./wmfpointobject) | The Point object. | -| [WmfPolygon](./wmfpolygon) | The polygon object | -| [WmfPolyLine](./wmfpolyline) | The poly line object. | -| [WmfPolyPolygon](./wmfpolypolygon) | The PolyPolygon Object defines a series of closed polygons. | -| [WmfRealizePalette](./wmfrealizepalette) | The META_REALIZEPALETTE record maps entries from the logical palette that is defined in the playback device context to the system palette. | -| [WmfRecord](./wmfrecord) | The Wmf Record | -| [WmfRectangle](./wmfrectangle) | The META_RECTANGLE record paints a rectangle. The rectangle is outlined by using the pen and filled by using the brush that are defined in the playback device context. | -| [WmfRegion](./wmfregion) | The Region Object defines a potentially non-rectilinear shape defined by an array of scanlines. | -| [WmfResizePalette](./wmfresizepalette) | The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the playback device context. | -| [WmfRestoreDc](./wmfrestoredc) | The restore DC object | -| [WmfRoundRect](./wmfroundrect) | The rectangle object. | -| [WmfSaveDc](./wmfsavedc) | The META_SAVEDC record saves the playback device context for later retrieval. | -| [WmfScaleViewportExt](./wmfscaleviewportext) | The META_SCALEVIEWPORTEXT record scales the horizontal and vertical extents of the viewport that is defined in the playback device context by using the ratios formed by the specified multiplicands and divisors. | -| [WmfScaleWindowExt](./wmfscalewindowext) | The META_SCALEWINDOWEXT record scales the horizontal and vertical extents of the output window that is defined in the playback device context by using the ratios formed by specified multiplicands and divisors. | -| [WmfScanObject](./wmfscanobject) | The Scan Object specifies a collection of scanlines. | -| [WmfSelectClipRegion](./wmfselectclipregion) | The META_SELECTCLIPREGION record specifies a Region Object (section 2.2.1.5) to be the current clipping region. | -| [WmfSelectObject](./wmfselectobject) | The select object. | -| [WmfSelectPalette](./wmfselectpalette) | The META_SELECTPALETTE record defines the current logical palette with a specified Palette Object. | -| [WmfSetBkColor](./wmfsetbkcolor) | The META_SETBKCOLOR record sets the background color in the playback device context to a specified color, or to the nearest physical color if the device cannot represent the specified color. | -| [WmfSetBkMode](./wmfsetbkmode) | The set bk mode. | -| [WmfSetDibToDev](./wmfsetdibtodev) | The META_SETDIBTODEV record sets a block of pixels in the playback device context using device-independent color data. The source of the color data is a DIB. | -| [WmfSetLayout](./wmfsetlayout) | The META_SETLAYOUT record defines the layout orientation in the playback device context. The layout orientation determines the direction in which text and graphics are drawn | -| [WmfSetMapMode](./wmfsetmapmode) | The set map mode. | -| [WmfSetMapperFlags](./wmfsetmapperflags) | The META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts. | -| [WmfSetPalentries](./wmfsetpalentries) | The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical palette that is defined in the playback device context. | -| [WmfSetPixel](./wmfsetpixel) | The META_SETPIXEL record sets the pixel at the specified coordinates to the specified color. | -| [WmfSetPolyFillMode](./wmfsetpolyfillmode) | The set poly fill mode. | -| [WmfSetRelabs](./wmfsetrelabs) | The META_SETRELABS record is reserved and not supported. | -| [WmfSetRop2](./wmfsetrop2) | The set rop2 | -| [WmfSetStretchbltMode](./wmfsetstretchbltmode) | The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context. | -| [WmfSetTextAlign](./wmfsettextalign) | The Set text align | -| [WmfSetTextCharExtra](./wmfsettextcharextra) | The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context. Spacing is added to the white space between each character, including `break` characters, when a line of justified text is output. | -| [WmfSetTextColor](./wmfsettextcolor) | The Set text color. | -| [WmfSetTextJustification](./wmfsettextjustification) | The META_SETTEXTJUSTIFICATION record defines the amount of space to add to `break` characters in a string of justified text. | -| [WmfSetViewportExt](./wmfsetviewportext) | The META_SETVIEWPORTEXT record sets the horizontal and vertical extents of the viewport in the playback device context. | -| [WmfSetViewportOrg](./wmfsetviewportorg) | The META_SETVIEWPORTORG record defines the viewport origin in the playback device context. | -| [WmfSetWindowExt](./wmfsetwindowext) | The set window object. | -| [WmfSetWindowOrg](./wmfsetwindoworg) | The set window org object | -| [WmfStretchBlt](./wmfstretchblt) | The META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction. | -| [WmfStretchDib](./wmfstretchdib) | The wmf Stretch DIB objetc. | -| [WmfTextOut](./wmftextout) | The META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context. Optionally, dimensions can be provided for clipping, opaquing, or both. | -| [WmfUntyped](./wmfuntyped) | The wmf untyped object | +| [WmfAnimatePalette](./wmfanimatepalette/) | The META_ANIMATEPALETTE record redefines entries in the logical palette that is defined in the playback device context with the specified Palette object (section 2.2.1.3). | +| [WmfArc](./wmfarc/) | The META_ARC record draws an elliptical arc. | +| [WmfBitBlt](./wmfbitblt/) | The META_BITBLT record specifies the transfer of a block of pixels according to a raster operation. The destination of the transfer is the current output region in the playback device context. | +| [WmfBitmap16](./wmfbitmap16/) | The Bitmap16 Object specifies information about the dimensions and color format of a bitmap. | +| [WmfBitmapBaseHeader](./wmfbitmapbaseheader/) | The base bitmap header class. | +| [WmfBitmapCoreHeader](./wmfbitmapcoreheader/) | The BitmapCoreHeader Object contains information about the dimensions and color format of a device-independent bitmap(DIB). | +| [WmfBitmapInfoHeader](./wmfbitmapinfoheader/) | The BitmapInfoHeader Object contains information about the dimensions and color format of a device-independent bitmap (DIB). | +| [WmfChord](./wmfchord/) | The META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment. The chord is outlined using the pen and filled using the brush that are defined in the playback device context. | +| [WmfCieXyzTriple](./wmfciexyztriple/) | The CIEXYZTriple Object defines information about the CIEXYZTriple color object. | +| [WmfCreateBrushInDirect](./wmfcreatebrushindirect/) | The Create brush in direct | +| [WmfCreateFontInDirect](./wmfcreatefontindirect/) | The Create font | +| [WmfCreatePalette](./wmfcreatepalette/) | The META_CREATEPALETTE record creates a Palette Object (section 2.2.1.3). | +| [WmfCreatePatternBrush](./wmfcreatepatternbrush/) | The META_CREATEPATTERNBRUSH record creates a brush object with a pattern specified by a bitmap. | +| [WmfCreatePenInDirect](./wmfcreatepenindirect/) | The create pen in direct | +| [WmfCreateRegion](./wmfcreateregion/) | The META_CREATEREGION record creates a Region Object (section 2.2.1.5). | +| [WmfDeleteObject](./wmfdeleteobject/) | The Delete object | +| [WmfDeviceIndependentBitmap](./wmfdeviceindependentbitmap/) | The DeviceIndependentBitmap Object defines an image in device-independent bitmap (DIB) format | +| [WmfDibBitBlt](./wmfdibbitblt/) | The META_DIBBITBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation. | +| [WmfDibCreatePatternBrush](./wmfdibcreatepatternbrush/) | The META_DIBCREATEPATTERNBRUSH record creates a Brush Object (section 2.2.1.1) with a pattern specified by a DeviceIndependentBitmap (DIB) Object (section 2.2.2.9). | +| [WmfDibStrechBlt](./wmfdibstrechblt/) | The META_DIBSTRETCHBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation, with possible expansion or contraction. | +| [WmfEllipse](./wmfellipse/) | The META_ELLIPSE record draws an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the pen and is filled by using the brush; these are defined in the playback device context. | +| [WmfEof](./wmfeof/) | The Eof object. | +| [WmfEscape](./wmfescape/) | The wmf escape object. | +| [WmfExcludeClipRect](./wmfexcludecliprect/) | The META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the existing clipping region minus the specified rectangle. | +| [WmfExtFloodFill](./wmfextfloodfill/) | The META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context. | +| [WmfExtTextOut](./wmfexttextout/) | Wmf ext text out | +| [WmfFillRegion](./wmffillregion/) | The META_FILLREGION record fills a region using a specified brush. | +| [WmfFloodFill](./wmffloodfill/) | The META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context. | +| [WmfFrameRegion](./wmfframeregion/) | The wmf frame region object. | +| [WmfGraphicObject](./wmfgraphicobject/) | The WMF Graphics Objects specify parameters for graphics output. | +| [WmfIntersectClipRect](./wmfintersectcliprect/) | The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle. | +| [WmfInvertRegion](./wmfinvertregion/) | The META_INVERTREGION record draws a region in which the colors are inverted. | +| [WmfLineTo](./wmflineto/) | The META_LINETO record draws a line from the drawing position that is defined in the playback device context up to, but not including, the specified point. | +| [WmfLogColorSpace](./wmflogcolorspace/) | The LogColorSpace object specifies a logical color space for the playback device context, which can be the name of a color profile in ASCII characters. | +| [WmfLogColorSpaceW](./wmflogcolorspacew/) | The LogColorSpaceW object specifies a logical color space, which can be defined by a color profile file with a name consisting of Unicode 16-bit characters. | +| [WmfMoveTo](./wmfmoveto/) | The META_MOVETO record sets the output position in the playback device context to a specified point. | +| [WmfObject](./wmfobject/) | The base wmf object. | +| [WmfOffsetClipRgn](./wmfoffsetcliprgn/) | The META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the specified offsets. | +| [WmfOffsetViewPortOrg](./wmfoffsetviewportorg/) | The META_OFFSETVIEWPORTORG record moves the viewport origin in the playback device context by specified horizontal and vertical offsets. | +| [WmfOffsetWindowOrg](./wmfoffsetwindoworg/) | The META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets. | +| [WmfPaintRegion](./wmfpaintregion/) | The META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context. | +| [WmfPatBlt](./wmfpatblt/) | The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context. The brush color and the surface color or colors are combined using the specified raster operation. | +| [WmfPie](./wmfpie/) | The META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the pen and filled by using the brush that are defined in the playback device context. | +| [WmfPointObject](./wmfpointobject/) | The Point object. | +| [WmfPolygon](./wmfpolygon/) | The polygon object | +| [WmfPolyLine](./wmfpolyline/) | The poly line object. | +| [WmfPolyPolygon](./wmfpolypolygon/) | The PolyPolygon Object defines a series of closed polygons. | +| [WmfRealizePalette](./wmfrealizepalette/) | The META_REALIZEPALETTE record maps entries from the logical palette that is defined in the playback device context to the system palette. | +| [WmfRecord](./wmfrecord/) | The Wmf Record | +| [WmfRectangle](./wmfrectangle/) | The META_RECTANGLE record paints a rectangle. The rectangle is outlined by using the pen and filled by using the brush that are defined in the playback device context. | +| [WmfRegion](./wmfregion/) | The Region Object defines a potentially non-rectilinear shape defined by an array of scanlines. | +| [WmfResizePalette](./wmfresizepalette/) | The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the playback device context. | +| [WmfRestoreDc](./wmfrestoredc/) | The restore DC object | +| [WmfRoundRect](./wmfroundrect/) | The rectangle object. | +| [WmfSaveDc](./wmfsavedc/) | The META_SAVEDC record saves the playback device context for later retrieval. | +| [WmfScaleViewportExt](./wmfscaleviewportext/) | The META_SCALEVIEWPORTEXT record scales the horizontal and vertical extents of the viewport that is defined in the playback device context by using the ratios formed by the specified multiplicands and divisors. | +| [WmfScaleWindowExt](./wmfscalewindowext/) | The META_SCALEWINDOWEXT record scales the horizontal and vertical extents of the output window that is defined in the playback device context by using the ratios formed by specified multiplicands and divisors. | +| [WmfScanObject](./wmfscanobject/) | The Scan Object specifies a collection of scanlines. | +| [WmfSelectClipRegion](./wmfselectclipregion/) | The META_SELECTCLIPREGION record specifies a Region Object (section 2.2.1.5) to be the current clipping region. | +| [WmfSelectObject](./wmfselectobject/) | The select object. | +| [WmfSelectPalette](./wmfselectpalette/) | The META_SELECTPALETTE record defines the current logical palette with a specified Palette Object. | +| [WmfSetBkColor](./wmfsetbkcolor/) | The META_SETBKCOLOR record sets the background color in the playback device context to a specified color, or to the nearest physical color if the device cannot represent the specified color. | +| [WmfSetBkMode](./wmfsetbkmode/) | The set bk mode. | +| [WmfSetDibToDev](./wmfsetdibtodev/) | The META_SETDIBTODEV record sets a block of pixels in the playback device context using device-independent color data. The source of the color data is a DIB. | +| [WmfSetLayout](./wmfsetlayout/) | The META_SETLAYOUT record defines the layout orientation in the playback device context. The layout orientation determines the direction in which text and graphics are drawn | +| [WmfSetMapMode](./wmfsetmapmode/) | The set map mode. | +| [WmfSetMapperFlags](./wmfsetmapperflags/) | The META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts. | +| [WmfSetPalentries](./wmfsetpalentries/) | The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical palette that is defined in the playback device context. | +| [WmfSetPixel](./wmfsetpixel/) | The META_SETPIXEL record sets the pixel at the specified coordinates to the specified color. | +| [WmfSetPolyFillMode](./wmfsetpolyfillmode/) | The set poly fill mode. | +| [WmfSetRelabs](./wmfsetrelabs/) | The META_SETRELABS record is reserved and not supported. | +| [WmfSetRop2](./wmfsetrop2/) | The set rop2 | +| [WmfSetStretchbltMode](./wmfsetstretchbltmode/) | The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context. | +| [WmfSetTextAlign](./wmfsettextalign/) | The Set text align | +| [WmfSetTextCharExtra](./wmfsettextcharextra/) | The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context. Spacing is added to the white space between each character, including `break` characters, when a line of justified text is output. | +| [WmfSetTextColor](./wmfsettextcolor/) | The Set text color. | +| [WmfSetTextJustification](./wmfsettextjustification/) | The META_SETTEXTJUSTIFICATION record defines the amount of space to add to `break` characters in a string of justified text. | +| [WmfSetViewportExt](./wmfsetviewportext/) | The META_SETVIEWPORTEXT record sets the horizontal and vertical extents of the viewport in the playback device context. | +| [WmfSetViewportOrg](./wmfsetviewportorg/) | The META_SETVIEWPORTORG record defines the viewport origin in the playback device context. | +| [WmfSetWindowExt](./wmfsetwindowext/) | The set window object. | +| [WmfSetWindowOrg](./wmfsetwindoworg/) | The set window org object | +| [WmfStretchBlt](./wmfstretchblt/) | The META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction. | +| [WmfStretchDib](./wmfstretchdib/) | The wmf Stretch DIB objetc. | +| [WmfTextOut](./wmftextout/) | The META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context. Optionally, dimensions can be provided for clipping, opaquing, or both. | +| [WmfUntyped](./wmfuntyped/) | The wmf untyped object | +## Structures + +| Structure | Description | +| --- | --- | +| [WmfCieXyz](./wmfciexyz/) | The CIEXYZ Object defines information about the CIEXYZ chromaticity object. | +| [WmfPitchAndFamily](./wmfpitchandfamily/) | The PitchAndFamily object specifies the pitch and family properties of a Font object (section 2.2.1.2). Pitch refers to the width of the characters, and family refers to the general appearance of a font. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/_index.md index 87f1502b6da0..47df38e0248e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfAnimatePalette +title: Class WmfAnimatePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfAnimatePalette class. The META_ANIMATEPALETTE record redefines entries in the logical palette that is defined in the playback device context with the specified Palette object section 2.2.1.3 type: docs weight: 8480 url: /net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/ @@ -18,19 +18,19 @@ public class WmfAnimatePalette : WmfObject | Name | Description | | --- | --- | -| [WmfAnimatePalette](wmfanimatepalette)() | The default constructor. | +| [WmfAnimatePalette](wmfanimatepalette/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [LogPalette](../../aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/logpalette) { get; set; } | Gets or sets the log palette. | -| [Start](../../aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/start) { get; set; } | Gets or sets the start. | +| [LogPalette](../../aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/logpalette/) { get; set; } | Gets or sets the log palette. | +| [Start](../../aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/start/) { get; set; } | Gets or sets the start. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/logpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/logpalette/_index.md index 33b2477405ce..6e9f6f26ce6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/logpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/logpalette/_index.md @@ -1,7 +1,7 @@ --- -title: LogPalette +title: WmfAnimatePalette.LogPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfAnimatePalette property. Gets or sets the log palette type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/logpalette/ @@ -20,9 +20,9 @@ The logical palette. ### See Also -* class [EmfLogPalette](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette) -* class [WmfAnimatePalette](../../wmfanimatepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfanimatepalette) +* class [EmfLogPalette](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette/) +* class [WmfAnimatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfanimatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/start/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/start/_index.md index effefebacb43..05f451059a4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/start/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/start/_index.md @@ -1,7 +1,7 @@ --- -title: Start +title: WmfAnimatePalette.Start second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfAnimatePalette property. Gets or sets the start type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/start/ @@ -20,8 +20,8 @@ The start. ### See Also -* class [WmfAnimatePalette](../../wmfanimatepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfanimatepalette) +* class [WmfAnimatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfanimatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/wmfanimatepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/wmfanimatepalette/_index.md index 25243e981800..9227be13bafa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/wmfanimatepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/wmfanimatepalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfAnimatePalette +title: WmfAnimatePalette.WmfAnimatePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfAnimatePalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfanimatepalette/wmfanimatepalette/ @@ -16,8 +16,8 @@ public WmfAnimatePalette() ### See Also -* class [WmfAnimatePalette](../../wmfanimatepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfanimatepalette) +* class [WmfAnimatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfanimatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/_index.md index 708294a88cf3..4dc28d90da52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/_index.md @@ -1,7 +1,7 @@ --- -title: WmfArc +title: Class WmfArc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfArc class. The META_ARC record draws an elliptical arc type: docs weight: 8490 url: /net/aspose.imaging.fileformats.wmf.objects/wmfarc/ @@ -18,20 +18,20 @@ public class WmfArc : WmfRectangle | Name | Description | | --- | --- | -| [WmfArc](wmfarc)() | The default constructor. | +| [WmfArc](wmfarc/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [EndArc](../../aspose.imaging.fileformats.wmf.objects/wmfarc/endarc) { get; set; } | Gets or sets the end arc. | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle) { get; set; } | Gets or sets the rectangle. | -| [StartArc](../../aspose.imaging.fileformats.wmf.objects/wmfarc/startarc) { get; set; } | Gets or sets the start arc. | +| [EndArc](../../aspose.imaging.fileformats.wmf.objects/wmfarc/endarc/) { get; set; } | Gets or sets the end arc. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [StartArc](../../aspose.imaging.fileformats.wmf.objects/wmfarc/startarc/) { get; set; } | Gets or sets the start arc. | ### See Also -* class [WmfRectangle](../wmfrectangle) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfRectangle](../wmfrectangle/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/endarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/endarc/_index.md index a9ab5293b949..b84ee5bca547 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/endarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/endarc/_index.md @@ -1,7 +1,7 @@ --- -title: EndArc +title: WmfArc.EndArc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfArc property. Gets or sets the end arc type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfarc/endarc/ @@ -20,9 +20,9 @@ Coordinates of the ending point of the radial line defining the ending ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfArc](../../wmfarc) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfarc) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfArc](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/startarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/startarc/_index.md index 8deb654eff87..0a0e2d4859b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/startarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/startarc/_index.md @@ -1,7 +1,7 @@ --- -title: StartArc +title: WmfArc.StartArc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfArc property. Gets or sets the start arc type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfarc/startarc/ @@ -20,9 +20,9 @@ Coordinates, in logical units, of the ending point of the radial line defining t ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfArc](../../wmfarc) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfarc) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfArc](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/wmfarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/wmfarc/_index.md index 6ce9b1a24b7b..0f49f4fdf38e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/wmfarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfarc/wmfarc/_index.md @@ -1,7 +1,7 @@ --- -title: WmfArc +title: WmfArc.WmfArc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfArc constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfarc/wmfarc/ @@ -16,8 +16,8 @@ public WmfArc() ### See Also -* class [WmfArc](../../wmfarc) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfarc) +* class [WmfArc](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfarc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/_index.md index 212bb8d11265..315386ae0db9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitBlt +title: Class WmfBitBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitBlt class. The META_BITBLT record specifies the transfer of a block of pixels according to a raster operation. The destination of the transfer is the current output region in the playback device context type: docs weight: 8500 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/ @@ -18,26 +18,26 @@ public class WmfBitBlt : WmfStretchBlt | Name | Description | | --- | --- | -| [WmfBitBlt](wmfbitblt)() | The default constructor. | +| [WmfBitBlt](wmfbitblt/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bitmap](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap) { get; set; } | Gets or sets the bitmap. | -| [DestHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight) { get; set; } | Gets or sets the height of the dest. | -| [DestWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth) { get; set; } | Gets or sets the width of the dest. | -| [DstPosition](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition) { get; set; } | Gets or sets the DST position. | -| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation) { get; set; } | Gets or sets the raster operation. | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved) { get; set; } | Gets or sets the reserved. | -| [SrcHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight) { get; set; } | Gets or sets the height of the source. | -| [SrcPosition](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition) { get; set; } | Gets or sets the source position. | -| [SrcWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth) { get; set; } | Gets or sets the width of the source. | +| [Bitmap](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap/) { get; set; } | Gets or sets the bitmap. | +| [DestHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight/) { get; set; } | Gets or sets the height of the dest. | +| [DestWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth/) { get; set; } | Gets or sets the width of the dest. | +| [DstPosition](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition/) { get; set; } | Gets or sets the DST position. | +| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation/) { get; set; } | Gets or sets the raster operation. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved/) { get; set; } | Gets or sets the reserved. | +| [SrcHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight/) { get; set; } | Gets or sets the height of the source. | +| [SrcPosition](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition/) { get; set; } | Gets or sets the source position. | +| [SrcWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth/) { get; set; } | Gets or sets the width of the source. | ### See Also -* class [WmfStretchBlt](../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfStretchBlt](../wmfstretchblt/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/wmfbitblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/wmfbitblt/_index.md index 5f089f029001..9c4f041a00f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/wmfbitblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/wmfbitblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitBlt +title: WmfBitBlt.WmfBitBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitBlt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitblt/wmfbitblt/ @@ -16,8 +16,8 @@ public WmfBitBlt() ### See Also -* class [WmfBitBlt](../../wmfbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitblt) +* class [WmfBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/_index.md index a008fec8e5e8..0638a23dab79 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitmap16 +title: Class WmfBitmap16 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitmap16 class. The Bitmap16 Object specifies information about the dimensions and color format of a bitmap type: docs weight: 8510 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/ @@ -18,24 +18,24 @@ public class WmfBitmap16 : MetaObject | Name | Description | | --- | --- | -| [WmfBitmap16](wmfbitmap16)() | The default constructor. | +| [WmfBitmap16](wmfbitmap16/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bits](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bits) { get; set; } | Gets or sets the bits. | -| [BitsPixel](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bitspixel) { get; set; } | Gets or sets the bits pixel. | -| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/height) { get; set; } | Gets or sets the height. | -| [Planes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/planes) { get; set; } | Gets or sets the planes. | -| [Type](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/type) { get; set; } | Gets or sets the type. | -| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/width) { get; set; } | Gets or sets the width. | -| [WidthBytes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/widthbytes) { get; set; } | Gets or sets the width bytes. | +| [Bits](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bits/) { get; set; } | Gets or sets the bits. | +| [BitsPixel](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bitspixel/) { get; set; } | Gets or sets the bits pixel. | +| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/height/) { get; set; } | Gets or sets the height. | +| [Planes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/planes/) { get; set; } | Gets or sets the planes. | +| [Type](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/type/) { get; set; } | Gets or sets the type. | +| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/width/) { get; set; } | Gets or sets the width. | +| [WidthBytes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmap16/widthbytes/) { get; set; } | Gets or sets the width bytes. | ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bits/_index.md index 3502e8605d34..1334fe8533da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bits/_index.md @@ -1,7 +1,7 @@ --- -title: Bits +title: WmfBitmap16.Bits second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmap16 property. Gets or sets the bits type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bits/ @@ -20,8 +20,8 @@ The bitmap pixel data. The length of this field in bytes can be computed as foll ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16) +* class [WmfBitmap16](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bitspixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bitspixel/_index.md index 03474ec5e815..ce980b8919c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bitspixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bitspixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPixel +title: WmfBitmap16.BitsPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmap16 property. Gets or sets the bits pixel type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/bitspixel/ @@ -20,8 +20,8 @@ The number of adjacent color bits on each plane. ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16) +* class [WmfBitmap16](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/height/_index.md index 39bf83373284..74ea0836cf05 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfBitmap16.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmap16 property. Gets or sets the height type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/height/ @@ -20,8 +20,8 @@ The height of the bitmap in scan lines. ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16) +* class [WmfBitmap16](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/planes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/planes/_index.md index 28f74e9dba65..119be523cec5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/planes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/planes/_index.md @@ -1,7 +1,7 @@ --- -title: Planes +title: WmfBitmap16.Planes second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmap16 property. Gets or sets the planes type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/planes/ @@ -20,8 +20,8 @@ The value of this field MUST be 0x01. ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16) +* class [WmfBitmap16](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/type/_index.md index 81fc0b749d58..e6f43609dd26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: WmfBitmap16.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmap16 property. Gets or sets the type type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/type/ @@ -20,8 +20,8 @@ The bitmap type. ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16) +* class [WmfBitmap16](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/width/_index.md index 887830854a85..6faf690293ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfBitmap16.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmap16 property. Gets or sets the width type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/width/ @@ -20,8 +20,8 @@ The width of the bitmap in pixels ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16) +* class [WmfBitmap16](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/widthbytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/widthbytes/_index.md index 3cbd6ff02a9a..3caec20ded72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/widthbytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/widthbytes/_index.md @@ -1,7 +1,7 @@ --- -title: WidthBytes +title: WmfBitmap16.WidthBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmap16 property. Gets or sets the width bytes type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/widthbytes/ @@ -20,8 +20,8 @@ The number of bytes per scan line. ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16) +* class [WmfBitmap16](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/wmfbitmap16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/wmfbitmap16/_index.md index 5c34663f2ccb..bd2038eb5ed9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/wmfbitmap16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/wmfbitmap16/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitmap16 +title: WmfBitmap16.WmfBitmap16 second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmap16 constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmap16/wmfbitmap16/ @@ -16,8 +16,8 @@ public WmfBitmap16() ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16) +* class [WmfBitmap16](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmap16/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/_index.md index 9ade4919b0c8..a7b9fbbe359f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitmapBaseHeader +title: Class WmfBitmapBaseHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitmapBaseHeader class. The base bitmap header class type: docs weight: 8520 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/ @@ -18,14 +18,14 @@ public abstract class WmfBitmapBaseHeader : MetaObject | Name | Description | | --- | --- | -| [BitCount](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the [`BitCount`](./bitcount) Enumeration (section 2.1.1.3). | -| [HeaderSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | -| [Planes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001. | +| [BitCount](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount/) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the [`BitCount`](./bitcount/) Enumeration (section 2.1.1.3). | +| [HeaderSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | +| [Planes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes/) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001. | ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount/_index.md index 9d57cc76ee64..24e6172ecfe4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount/_index.md @@ -1,7 +1,7 @@ --- -title: BitCount +title: WmfBitmapBaseHeader.BitCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapBaseHeader property. Gets or sets a 16bit unsigned integer that defines the format of each pixel and the maximum number of colors in the DIB. This value MUST be in the BitCount Enumeration section 2.1.1.3 type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount/ @@ -16,9 +16,9 @@ public DibBitCount BitCount { get; set; } ### See Also -* enum [DibBitCount](../../../aspose.imaging.apsbuilder.dib/dibbitcount) -* class [WmfBitmapBaseHeader](../../wmfbitmapbaseheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapbaseheader) +* enum [DibBitCount](../../../aspose.imaging.apsbuilder.dib/dibbitcount/) +* class [WmfBitmapBaseHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapbaseheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize/_index.md index 0b295db77617..aa19fd4b6fe4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize/_index.md @@ -1,7 +1,7 @@ --- -title: HeaderSize +title: WmfBitmapBaseHeader.HeaderSize second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapBaseHeader property. Gets or sets a 32bit unsigned integer that defines the size of this object in bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize/ @@ -16,8 +16,8 @@ public int HeaderSize { get; set; } ### See Also -* class [WmfBitmapBaseHeader](../../wmfbitmapbaseheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapbaseheader) +* class [WmfBitmapBaseHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapbaseheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes/_index.md index 470cc6672a52..2acc4539cc8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes/_index.md @@ -1,7 +1,7 @@ --- -title: Planes +title: WmfBitmapBaseHeader.Planes second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapBaseHeader property. Gets or sets a 16bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001 type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes/ @@ -16,8 +16,8 @@ public short Planes { get; set; } ### See Also -* class [WmfBitmapBaseHeader](../../wmfbitmapbaseheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapbaseheader) +* class [WmfBitmapBaseHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapbaseheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/_index.md index ccf91e35b3e5..bbe5765e0019 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitmapCoreHeader +title: Class WmfBitmapCoreHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitmapCoreHeader class. The BitmapCoreHeader Object contains information about the dimensions and color format of a deviceindependent bitmapDIB type: docs weight: 8530 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/ @@ -18,22 +18,22 @@ public class WmfBitmapCoreHeader : WmfBitmapBaseHeader | Name | Description | | --- | --- | -| [WmfBitmapCoreHeader](wmfbitmapcoreheader)() | The default constructor. | +| [WmfBitmapCoreHeader](wmfbitmapcoreheader/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BitCount](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the [`BitCount`](../wmfbitmapbaseheader/bitcount) Enumeration (section 2.1.1.3). | -| [HeaderSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | -| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/height) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the height of the DIB, in pixels | -| [Planes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001. | -| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/width) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the width of the DIB, in pixels | +| [BitCount](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount/) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the [`BitCount`](../wmfbitmapbaseheader/bitcount/) Enumeration (section 2.1.1.3). | +| [HeaderSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | +| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/height/) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the height of the DIB, in pixels | +| [Planes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes/) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001. | +| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/width/) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the width of the DIB, in pixels | ### See Also -* class [WmfBitmapBaseHeader](../wmfbitmapbaseheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfBitmapBaseHeader](../wmfbitmapbaseheader/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/height/_index.md index 18a7cf1e2375..6e38340a7f07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfBitmapCoreHeader.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapCoreHeader property. Gets or sets a 16bit unsigned integer that defines the height of the DIB in pixels type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/height/ @@ -16,8 +16,8 @@ public short Height { get; set; } ### See Also -* class [WmfBitmapCoreHeader](../../wmfbitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapcoreheader) +* class [WmfBitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/width/_index.md index 53b31646b42f..2da45a0cc2b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfBitmapCoreHeader.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapCoreHeader property. Gets or sets a 16bit unsigned integer that defines the width of the DIB in pixels type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/width/ @@ -16,8 +16,8 @@ public short Width { get; set; } ### See Also -* class [WmfBitmapCoreHeader](../../wmfbitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapcoreheader) +* class [WmfBitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/wmfbitmapcoreheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/wmfbitmapcoreheader/_index.md index 804a111e8b5f..d872db091450 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/wmfbitmapcoreheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/wmfbitmapcoreheader/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitmapCoreHeader +title: WmfBitmapCoreHeader.WmfBitmapCoreHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapCoreHeader constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapcoreheader/wmfbitmapcoreheader/ @@ -16,8 +16,8 @@ public WmfBitmapCoreHeader() ### See Also -* class [WmfBitmapCoreHeader](../../wmfbitmapcoreheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapcoreheader) +* class [WmfBitmapCoreHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapcoreheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/_index.md index 8948997795f8..bec1b74b1101 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitmapInfoHeader +title: Class WmfBitmapInfoHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitmapInfoHeader class. The BitmapInfoHeader Object contains information about the dimensions and color format of a deviceindependent bitmap DIB type: docs weight: 8540 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/ @@ -18,34 +18,34 @@ public class WmfBitmapInfoHeader : WmfBitmapBaseHeader | Name | Description | | --- | --- | -| [WmfBitmapInfoHeader](wmfbitmapinfoheader)() | The default constructor. | +| [WmfBitmapInfoHeader](wmfbitmapinfoheader/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BitCount](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the [`BitCount`](../wmfbitmapbaseheader/bitcount) Enumeration (section 2.1.1.3). | -| [ColorImportant](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorimportant) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the number of color indexes that are required for displaying the DIB. If this value is zero, all color indexes are required | -| [ColorUsed](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorused) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of indexes in the color table used by the DIB, as follows: If this value is zero, the DIB uses the maximum number of colors that correspond to the BitCount value. If this value is nonzero and the BitCount value is less than 16, this value specifies the number of colors used by the DIB. If this value is nonzero and the BitCount value is 16 or greater, this value specifies the size of the color table used to optimize performance of the system palette. Note If this value is nonzero and greater than the maximum possible size of the color table based on the BitCount value, the maximum color table size SHOULD be assumed. | -| [Compression](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/compression) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the compression mode of the DIB. This value MUST be in the Compression Enumeration (section 2.1.1.7). This value MUST NOT specify a compressed format if the DIB is a top-down bitmap, as indicated by the Height value. | -| [HeaderSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | -| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/height) { get; set; } | Gets or sets 32-bit signed integer that defines the height of the DIB, in pixels. This value MUST NOT be zero. If this value is positive, the DIB is a bottom-up bitmap, and its origin is the lower-left corner. If this value is negative, the DIB is a top-down bitmap, and its origin is the upper-left corner. Top-down bitmaps do not support compression. This field SHOULD specify the height of the decompressed image file, if the Compression value specifies JPEG or PNG format. | -| [ImageSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/imagesize) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size, in bytes, of the image. If the Compression value is BI_RGB, this value SHOULD be zero and MUST be ignored. If the Compression value is BI_JPEG or BI_PNG, this value MUST specify the size of the JPEG or PNG image buffer, respectively. | -| [Planes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001. | -| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/width) { get; set; } | Gets or sets a 32-bit signed integer that defines the width of the DIB, in pixels. This value MUST be positive. This field SHOULD specify the width of the decompressed image file, if the Compression value specifies JPEG or PNG format. | -| [XPelsPerMeter](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/xpelspermeter) { get; set; } | Gets or sets a 32-bit signed integer that defines the horizontal resolution, in pixels-per-meter, of the target device for the DIB | -| [YPelsPerMeter](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/ypelspermeter) { get; set; } | Gets or sets a 32-bit signed integer that defines the vertical resolution, in pixels-per-meter, of the target device for the DIB | +| [BitCount](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/bitcount/) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the [`BitCount`](../wmfbitmapbaseheader/bitcount/) Enumeration (section 2.1.1.3). | +| [ColorImportant](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorimportant/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the number of color indexes that are required for displaying the DIB. If this value is zero, all color indexes are required | +| [ColorUsed](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorused/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of indexes in the color table used by the DIB, as follows: If this value is zero, the DIB uses the maximum number of colors that correspond to the BitCount value. If this value is nonzero and the BitCount value is less than 16, this value specifies the number of colors used by the DIB. If this value is nonzero and the BitCount value is 16 or greater, this value specifies the size of the color table used to optimize performance of the system palette. Note If this value is nonzero and greater than the maximum possible size of the color table based on the BitCount value, the maximum color table size SHOULD be assumed. | +| [Compression](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/compression/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the compression mode of the DIB. This value MUST be in the Compression Enumeration (section 2.1.1.7). This value MUST NOT specify a compressed format if the DIB is a top-down bitmap, as indicated by the Height value. | +| [HeaderSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/headersize/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | +| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/height/) { get; set; } | Gets or sets 32-bit signed integer that defines the height of the DIB, in pixels. This value MUST NOT be zero. If this value is positive, the DIB is a bottom-up bitmap, and its origin is the lower-left corner. If this value is negative, the DIB is a top-down bitmap, and its origin is the upper-left corner. Top-down bitmaps do not support compression. This field SHOULD specify the height of the decompressed image file, if the Compression value specifies JPEG or PNG format. | +| [ImageSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/imagesize/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size, in bytes, of the image. If the Compression value is BI_RGB, this value SHOULD be zero and MUST be ignored. If the Compression value is BI_JPEG or BI_PNG, this value MUST specify the size of the JPEG or PNG image buffer, respectively. | +| [Planes](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapbaseheader/planes/) { get; set; } | Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001. | +| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/width/) { get; set; } | Gets or sets a 32-bit signed integer that defines the width of the DIB, in pixels. This value MUST be positive. This field SHOULD specify the width of the decompressed image file, if the Compression value specifies JPEG or PNG format. | +| [XPelsPerMeter](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/xpelspermeter/) { get; set; } | Gets or sets a 32-bit signed integer that defines the horizontal resolution, in pixels-per-meter, of the target device for the DIB | +| [YPelsPerMeter](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/ypelspermeter/) { get; set; } | Gets or sets a 32-bit signed integer that defines the vertical resolution, in pixels-per-meter, of the target device for the DIB | ## Fields | Name | Description | | --- | --- | -| const [StructureSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/structuresize) | The structure size | +| const [StructureSize](../../aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/structuresize/) | The structure size | ### See Also -* class [WmfBitmapBaseHeader](../wmfbitmapbaseheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfBitmapBaseHeader](../wmfbitmapbaseheader/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorimportant/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorimportant/_index.md index 58363e332d4d..2f653c4673d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorimportant/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorimportant/_index.md @@ -1,7 +1,7 @@ --- -title: ColorImportant +title: WmfBitmapInfoHeader.ColorImportant second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader property. Gets or sets a 32bit unsigned integer that defines the number of color indexes that are required for displaying the DIB. If this value is zero all color indexes are required type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorimportant/ @@ -16,8 +16,8 @@ public int ColorImportant { get; set; } ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorused/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorused/_index.md index 2a802f360c8c..764b1cc9068a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorused/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorused/_index.md @@ -1,7 +1,7 @@ --- -title: ColorUsed +title: WmfBitmapInfoHeader.ColorUsed second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader property. Gets or sets a 32bit unsigned integer that specifies the number of indexes in the color table used by the DIB as follows If this value is zero the DIB uses the maximum number of colors that correspond to the BitCount value. If this value is nonzero and the BitCount value is less than 16 this value specifies the number of colors used by the DIB. If this value is nonzero and the BitCount value is 16 or greater this value specifies the size of the color table used to optimize performance of the system palette. Note If this value is nonzero and greater than the maximum possible size of the color table based on the BitCount value the maximum color table size SHOULD be assumed type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/colorused/ @@ -16,8 +16,8 @@ public int ColorUsed { get; set; } ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/compression/_index.md index 11071805b94f..3aab16f3ae88 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: WmfBitmapInfoHeader.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader property. Gets or sets a 32bit unsigned integer that defines the compression mode of the DIB. This value MUST be in the Compression Enumeration section 2.1.1.7. This value MUST NOT specify a compressed format if the DIB is a topdown bitmap as indicated by the Height value type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/compression/ @@ -16,9 +16,9 @@ public WmfCompression Compression { get; set; } ### See Also -* enum [WmfCompression](../../../aspose.imaging.fileformats.wmf.consts/wmfcompression) -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* enum [WmfCompression](../../../aspose.imaging.fileformats.wmf.consts/wmfcompression/) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/height/_index.md index 6fc231b9548a..9240a3e7b374 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfBitmapInfoHeader.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader property. Gets or sets 32bit signed integer that defines the height of the DIB in pixels. This value MUST NOT be zero. If this value is positive the DIB is a bottomup bitmap and its origin is the lowerleft corner. If this value is negative the DIB is a topdown bitmap and its origin is the upperleft corner. Topdown bitmaps do not support compression. This field SHOULD specify the height of the decompressed image file if the Compression value specifies JPEG or PNG format type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/height/ @@ -16,8 +16,8 @@ public int Height { get; set; } ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/imagesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/imagesize/_index.md index 151ecc299b3e..7c0170efd503 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/imagesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/imagesize/_index.md @@ -1,7 +1,7 @@ --- -title: ImageSize +title: WmfBitmapInfoHeader.ImageSize second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader property. Gets or sets a 32bit unsigned integer that defines the size in bytes of the image. If the Compression value is BI_RGB this value SHOULD be zero and MUST be ignored. If the Compression value is BI_JPEG or BI_PNG this value MUST specify the size of the JPEG or PNG image buffer respectively type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/imagesize/ @@ -16,8 +16,8 @@ public int ImageSize { get; set; } ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/structuresize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/structuresize/_index.md index 8b18a2204da6..dcbedf8526e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/structuresize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/structuresize/_index.md @@ -1,7 +1,7 @@ --- -title: StructureSize +title: WmfBitmapInfoHeader.StructureSize second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader field. The structure size type: docs weight: 100 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/structuresize/ @@ -16,8 +16,8 @@ public const int StructureSize; ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/width/_index.md index c7394bcaf681..827ec174c0e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfBitmapInfoHeader.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader property. Gets or sets a 32bit signed integer that defines the width of the DIB in pixels. This value MUST be positive. This field SHOULD specify the width of the decompressed image file if the Compression value specifies JPEG or PNG format type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/width/ @@ -16,8 +16,8 @@ public int Width { get; set; } ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/wmfbitmapinfoheader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/wmfbitmapinfoheader/_index.md index c49cd55a9774..db3844babc3f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/wmfbitmapinfoheader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/wmfbitmapinfoheader/_index.md @@ -1,7 +1,7 @@ --- -title: WmfBitmapInfoHeader +title: WmfBitmapInfoHeader.WmfBitmapInfoHeader second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/wmfbitmapinfoheader/ @@ -16,8 +16,8 @@ public WmfBitmapInfoHeader() ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/xpelspermeter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/xpelspermeter/_index.md index 417aef9c194e..1a2f93547361 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/xpelspermeter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/xpelspermeter/_index.md @@ -1,7 +1,7 @@ --- -title: XPelsPerMeter +title: WmfBitmapInfoHeader.XPelsPerMeter second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader property. Gets or sets a 32bit signed integer that defines the horizontal resolution in pixelspermeter of the target device for the DIB type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/xpelspermeter/ @@ -16,8 +16,8 @@ public int XPelsPerMeter { get; set; } ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/ypelspermeter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/ypelspermeter/_index.md index c823e8af71d0..619dc28cb70d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/ypelspermeter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/ypelspermeter/_index.md @@ -1,7 +1,7 @@ --- -title: YPelsPerMeter +title: WmfBitmapInfoHeader.YPelsPerMeter second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfBitmapInfoHeader property. Gets or sets a 32bit signed integer that defines the vertical resolution in pixelspermeter of the target device for the DIB type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects/wmfbitmapinfoheader/ypelspermeter/ @@ -16,8 +16,8 @@ public int YPelsPerMeter { get; set; } ### See Also -* class [WmfBitmapInfoHeader](../../wmfbitmapinfoheader) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader) +* class [WmfBitmapInfoHeader](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfbitmapinfoheader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/_index.md index 75b8d6423fd5..b45fc66edc68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/_index.md @@ -1,7 +1,7 @@ --- -title: WmfChord +title: Class WmfChord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfChord class. The META_CHORD record draws a chord which is defined by a region bounded by the intersection of an ellipse with a line segment. The chord is outlined using the pen and filled using the brush that are defined in the playback device context type: docs weight: 8550 url: /net/aspose.imaging.fileformats.wmf.objects/wmfchord/ @@ -18,20 +18,20 @@ public class WmfChord : WmfRectangle | Name | Description | | --- | --- | -| [WmfChord](wmfchord)() | The default constructor. | +| [WmfChord](wmfchord/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Radial1](../../aspose.imaging.fileformats.wmf.objects/wmfchord/radial1) { get; set; } | Gets or sets the radial1. | -| [Radial2](../../aspose.imaging.fileformats.wmf.objects/wmfchord/radial2) { get; set; } | Gets or sets the radial2. | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle) { get; set; } | Gets or sets the rectangle. | +| [Radial1](../../aspose.imaging.fileformats.wmf.objects/wmfchord/radial1/) { get; set; } | Gets or sets the radial1. | +| [Radial2](../../aspose.imaging.fileformats.wmf.objects/wmfchord/radial2/) { get; set; } | Gets or sets the radial2. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [WmfRectangle](../wmfrectangle) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfRectangle](../wmfrectangle/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial1/_index.md index 944bbbaf1386..c3572973468f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial1/_index.md @@ -1,7 +1,7 @@ --- -title: Radial1 +title: WmfChord.Radial1 second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfChord property. Gets or sets the radial1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial1/ @@ -20,9 +20,9 @@ The coordinates, in logical coordinates, of the endpoint of the first radial. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfChord](../../wmfchord) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfchord) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfChord](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfchord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial2/_index.md index 7f6c50d057bf..c680c570682c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial2/_index.md @@ -1,7 +1,7 @@ --- -title: Radial2 +title: WmfChord.Radial2 second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfChord property. Gets or sets the radial2 type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfchord/radial2/ @@ -20,9 +20,9 @@ The coordinates, in logical coordinates, of the endpoint of the second radial. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfChord](../../wmfchord) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfchord) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfChord](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfchord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/wmfchord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/wmfchord/_index.md index bc056272556e..c27f6a4cda19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/wmfchord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfchord/wmfchord/_index.md @@ -1,7 +1,7 @@ --- -title: WmfChord +title: WmfChord.WmfChord second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfChord constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfchord/wmfchord/ @@ -16,8 +16,8 @@ public WmfChord() ### See Also -* class [WmfChord](../../wmfchord) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfchord) +* class [WmfChord](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfchord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/_index.md index 88cd9d95eeaa..f4893c728ccc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCieXyz +title: Struct WmfCieXyz second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfCieXyz struct. The CIEXYZ Object defines information about the CIEXYZ chromaticity object type: docs weight: 8560 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ @@ -18,13 +18,13 @@ public struct WmfCieXyz | Name | Description | | --- | --- | -| [CiexyzX](../../aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzx) { get; set; } | Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value. | -| [CiexyzY](../../aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzy) { get; set; } | Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value. | -| [CiexyzZ](../../aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzz) { get; set; } | Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value. | +| [CiexyzX](../../aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzx/) { get; set; } | Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value. | +| [CiexyzY](../../aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzy/) { get; set; } | Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value. | +| [CiexyzZ](../../aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzz/) { get; set; } | Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzx/_index.md index e24fa30c6d59..4c18b09a914d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzx/_index.md @@ -1,7 +1,7 @@ --- -title: CiexyzX +title: WmfCieXyz.CiexyzX second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCieXyz property. Gets or sets a 32bit 2.30 fixed point type that defines the x chromaticity value type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzx/ @@ -16,8 +16,8 @@ public int CiexyzX { get; set; } ### See Also -* struct [WmfCieXyz](../../wmfciexyz) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyz) +* struct [WmfCieXyz](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyz/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzy/_index.md index 5c5d1b3287bf..99dfd9728143 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzy/_index.md @@ -1,7 +1,7 @@ --- -title: CiexyzY +title: WmfCieXyz.CiexyzY second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCieXyz property. Gets or sets a 32bit 2.30 fixed point type that defines the y chromaticity value type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzy/ @@ -16,8 +16,8 @@ public int CiexyzY { get; set; } ### See Also -* struct [WmfCieXyz](../../wmfciexyz) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyz) +* struct [WmfCieXyz](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyz/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzz/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzz/_index.md index 3f7c0de2c5dc..13431165c1c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzz/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzz/_index.md @@ -1,7 +1,7 @@ --- -title: CiexyzZ +title: WmfCieXyz.CiexyzZ second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCieXyz property. Gets or sets a 32bit 2.30 fixed point type that defines the z chromaticity value type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyz/ciexyzz/ @@ -16,8 +16,8 @@ public int CiexyzZ { get; set; } ### See Also -* struct [WmfCieXyz](../../wmfciexyz) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyz) +* struct [WmfCieXyz](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyz/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/_index.md index 0da920e2d2c6..cf7d7b90409d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCieXyzTriple +title: Class WmfCieXyzTriple second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfCieXyzTriple class. The CIEXYZTriple Object defines information about the CIEXYZTriple color object type: docs weight: 8570 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ @@ -18,19 +18,19 @@ public class WmfCieXyzTriple | Name | Description | | --- | --- | -| [WmfCieXyzTriple](wmfciexyztriple)() | The default constructor. | +| [WmfCieXyzTriple](wmfciexyztriple/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CiexyzBlue](../../aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzblue) { get; set; } | Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values. | -| [CiexyzGreen](../../aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzgreen) { get; set; } | Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values. | -| [CiexyzRed](../../aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzred) { get; set; } | Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values. | +| [CiexyzBlue](../../aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzblue/) { get; set; } | Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values. | +| [CiexyzGreen](../../aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzgreen/) { get; set; } | Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values. | +| [CiexyzRed](../../aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzred/) { get; set; } | Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzblue/_index.md index 4c70a9f12386..8a2601d6c25a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzblue/_index.md @@ -1,7 +1,7 @@ --- -title: CiexyzBlue +title: WmfCieXyzTriple.CiexyzBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCieXyzTriple property. Gets or sets a 96bit CIEXYZ Object that defines the blue chromaticity values type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzblue/ @@ -16,9 +16,9 @@ public WmfCieXyz CiexyzBlue { get; set; } ### See Also -* struct [WmfCieXyz](../../wmfciexyz) -* class [WmfCieXyzTriple](../../wmfciexyztriple) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyztriple) +* struct [WmfCieXyz](../../wmfciexyz/) +* class [WmfCieXyzTriple](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyztriple/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzgreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzgreen/_index.md index 539cad1fff3e..f799845a540b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzgreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzgreen/_index.md @@ -1,7 +1,7 @@ --- -title: CiexyzGreen +title: WmfCieXyzTriple.CiexyzGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCieXyzTriple property. Gets or sets a 96bit CIEXYZ Object that defines the green chromaticity values type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzgreen/ @@ -16,9 +16,9 @@ public WmfCieXyz CiexyzGreen { get; set; } ### See Also -* struct [WmfCieXyz](../../wmfciexyz) -* class [WmfCieXyzTriple](../../wmfciexyztriple) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyztriple) +* struct [WmfCieXyz](../../wmfciexyz/) +* class [WmfCieXyzTriple](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyztriple/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzred/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzred/_index.md index 2dc3cc3ba3d1..c3addde7836b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzred/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzred/_index.md @@ -1,7 +1,7 @@ --- -title: CiexyzRed +title: WmfCieXyzTriple.CiexyzRed second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCieXyzTriple property. Gets or sets a 96bit CIEXYZ Object that defines the red chromaticity values type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/ciexyzred/ @@ -16,9 +16,9 @@ public WmfCieXyz CiexyzRed { get; set; } ### See Also -* struct [WmfCieXyz](../../wmfciexyz) -* class [WmfCieXyzTriple](../../wmfciexyztriple) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyztriple) +* struct [WmfCieXyz](../../wmfciexyz/) +* class [WmfCieXyzTriple](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyztriple/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/wmfciexyztriple/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/wmfciexyztriple/_index.md index 2f1891949f3e..655eb874cb57 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/wmfciexyztriple/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/wmfciexyztriple/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCieXyzTriple +title: WmfCieXyzTriple.WmfCieXyzTriple second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCieXyzTriple constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfciexyztriple/wmfciexyztriple/ @@ -16,8 +16,8 @@ public WmfCieXyzTriple() ### See Also -* class [WmfCieXyzTriple](../../wmfciexyztriple) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyztriple) +* class [WmfCieXyzTriple](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfciexyztriple/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/_index.md index 41956988ddc7..e393fc42a284 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreateBrushInDirect +title: Class WmfCreateBrushInDirect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfCreateBrushInDirect class. The Create brush in direct type: docs weight: 8580 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/ @@ -18,19 +18,19 @@ public class WmfCreateBrushInDirect : WmfGraphicObject | Name | Description | | --- | --- | -| [WmfCreateBrushInDirect](wmfcreatebrushindirect)() | The default constructor. | +| [WmfCreateBrushInDirect](wmfcreatebrushindirect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index) { get; set; } | Gets or sets the index. | -| [LogBrush](../../aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/logbrush) { get; set; } | Gets or sets the log brush. | +| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/) { get; set; } | Gets or sets the index. | +| [LogBrush](../../aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/logbrush/) { get; set; } | Gets or sets the log brush. | ### See Also -* class [WmfGraphicObject](../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfGraphicObject](../wmfgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/logbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/logbrush/_index.md index c77a27a0e465..696a79d803b7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/logbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/logbrush/_index.md @@ -1,7 +1,7 @@ --- -title: LogBrush +title: WmfCreateBrushInDirect.LogBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreateBrushInDirect property. Gets or sets the log brush type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/logbrush/ @@ -20,9 +20,9 @@ The log brush. ### See Also -* class [EmfLogBrushEx](../../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex) -* class [WmfCreateBrushInDirect](../../wmfcreatebrushindirect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatebrushindirect) +* class [EmfLogBrushEx](../../../aspose.imaging.fileformats.emf.emf.objects/emflogbrushex/) +* class [WmfCreateBrushInDirect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatebrushindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/wmfcreatebrushindirect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/wmfcreatebrushindirect/_index.md index de0022ce110d..66e7b72b3729 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/wmfcreatebrushindirect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/wmfcreatebrushindirect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreateBrushInDirect +title: WmfCreateBrushInDirect.WmfCreateBrushInDirect second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreateBrushInDirect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatebrushindirect/wmfcreatebrushindirect/ @@ -16,8 +16,8 @@ public WmfCreateBrushInDirect() ### See Also -* class [WmfCreateBrushInDirect](../../wmfcreatebrushindirect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatebrushindirect) +* class [WmfCreateBrushInDirect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatebrushindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/_index.md index fdfa86768f1f..b3db8c51cfeb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreateFontInDirect +title: Class WmfCreateFontInDirect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfCreateFontInDirect class. The Create font type: docs weight: 8590 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/ @@ -18,20 +18,20 @@ public class WmfCreateFontInDirect : WmfGraphicObject | Name | Description | | --- | --- | -| [WmfCreateFontInDirect](wmfcreatefontindirect)() | The default constructor. | +| [WmfCreateFontInDirect](wmfcreatefontindirect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ExtendedBytes](../../aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/extendedbytes) { get; set; } | Gets or sets the extended bytes. | -| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index) { get; set; } | Gets or sets the index. | -| [LogFont](../../aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/logfont) { get; set; } | Gets or sets the log font. | +| [ExtendedBytes](../../aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/extendedbytes/) { get; set; } | Gets or sets the extended bytes. | +| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/) { get; set; } | Gets or sets the index. | +| [LogFont](../../aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/logfont/) { get; set; } | Gets or sets the log font. | ### See Also -* class [WmfGraphicObject](../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfGraphicObject](../wmfgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/extendedbytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/extendedbytes/_index.md index 0f7bba1ddd3b..34bd7b4a54cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/extendedbytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/extendedbytes/_index.md @@ -1,7 +1,7 @@ --- -title: ExtendedBytes +title: WmfCreateFontInDirect.ExtendedBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreateFontInDirect property. Gets or sets the extended bytes type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/extendedbytes/ @@ -20,8 +20,8 @@ The extended bytes. ### See Also -* class [WmfCreateFontInDirect](../../wmfcreatefontindirect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatefontindirect) +* class [WmfCreateFontInDirect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatefontindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/logfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/logfont/_index.md index 9cac7579f83c..a8ce4e0cee43 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/logfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/logfont/_index.md @@ -1,7 +1,7 @@ --- -title: LogFont +title: WmfCreateFontInDirect.LogFont second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreateFontInDirect property. Gets or sets the log font type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/logfont/ @@ -20,9 +20,9 @@ The log font. ### See Also -* class [EmfLogFont](../../../aspose.imaging.fileformats.emf.emf.objects/emflogfont) -* class [WmfCreateFontInDirect](../../wmfcreatefontindirect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatefontindirect) +* class [EmfLogFont](../../../aspose.imaging.fileformats.emf.emf.objects/emflogfont/) +* class [WmfCreateFontInDirect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatefontindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/wmfcreatefontindirect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/wmfcreatefontindirect/_index.md index 81052bc2ec56..2fa38eb19d1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/wmfcreatefontindirect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/wmfcreatefontindirect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreateFontInDirect +title: WmfCreateFontInDirect.WmfCreateFontInDirect second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreateFontInDirect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatefontindirect/wmfcreatefontindirect/ @@ -16,8 +16,8 @@ public WmfCreateFontInDirect() ### See Also -* class [WmfCreateFontInDirect](../../wmfcreatefontindirect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatefontindirect) +* class [WmfCreateFontInDirect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatefontindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/_index.md index 3d79faef8b68..f2da9c18056d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreatePalette +title: Class WmfCreatePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfCreatePalette class. The META_CREATEPALETTE record creates a Palette Object section 2.2.1.3 type: docs weight: 8600 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/ @@ -18,25 +18,25 @@ public class WmfCreatePalette : WmfGraphicObject | Name | Description | | --- | --- | -| [WmfCreatePalette](wmfcreatepalette)() | The default constructor. | +| [WmfCreatePalette](wmfcreatepalette/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index) { get; set; } | Gets or sets the index. | -| [LogPalette](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/logpalette) { get; set; } | Gets or sets the log palette. | +| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/) { get; set; } | Gets or sets the index. | +| [LogPalette](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/logpalette/) { get; set; } | Gets or sets the log palette. | ## Fields | Name | Description | | --- | --- | -| const [PaletteStart](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/palettestart) | The palette start tag | +| const [PaletteStart](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/palettestart/) | The palette start tag | ### See Also -* class [WmfGraphicObject](../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfGraphicObject](../wmfgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/logpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/logpalette/_index.md index 82a6815d2771..f684b9dad602 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/logpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/logpalette/_index.md @@ -1,7 +1,7 @@ --- -title: LogPalette +title: WmfCreatePalette.LogPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePalette property. Gets or sets the log palette type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/logpalette/ @@ -20,9 +20,9 @@ The logical palette. ### See Also -* class [EmfLogPalette](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette) -* class [WmfCreatePalette](../../wmfcreatepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepalette) +* class [EmfLogPalette](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette/) +* class [WmfCreatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/palettestart/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/palettestart/_index.md index 744d48ac0d58..9b9805df30c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/palettestart/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/palettestart/_index.md @@ -1,7 +1,7 @@ --- -title: PaletteStart +title: WmfCreatePalette.PaletteStart second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePalette field. The palette start tag type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/palettestart/ @@ -16,8 +16,8 @@ public const int PaletteStart; ### See Also -* class [WmfCreatePalette](../../wmfcreatepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepalette) +* class [WmfCreatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/wmfcreatepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/wmfcreatepalette/_index.md index 3ee070bef6de..71e2ab84d7dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/wmfcreatepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/wmfcreatepalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreatePalette +title: WmfCreatePalette.WmfCreatePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepalette/wmfcreatepalette/ @@ -16,8 +16,8 @@ public WmfCreatePalette() ### See Also -* class [WmfCreatePalette](../../wmfcreatepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepalette) +* class [WmfCreatePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/_index.md index 5051ecf8ccb5..21fe02f0f633 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreatePatternBrush +title: Class WmfCreatePatternBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfCreatePatternBrush class. The META_CREATEPATTERNBRUSH record creates a brush object with a pattern specified by a bitmap type: docs weight: 8610 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/ @@ -18,21 +18,21 @@ public class WmfCreatePatternBrush : WmfGraphicObject | Name | Description | | --- | --- | -| [WmfCreatePatternBrush](wmfcreatepatternbrush)() | The default constructor. | +| [WmfCreatePatternBrush](wmfcreatepatternbrush/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bitmap](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/bitmap) { get; set; } | Gets or sets the bitmap. | -| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index) { get; set; } | Gets or sets the index. | -| [Pattern](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/pattern) { get; set; } | Gets or sets the pattern. | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/reserved) { get; set; } | Gets or sets the reserved. | +| [Bitmap](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/bitmap/) { get; set; } | Gets or sets the bitmap. | +| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/) { get; set; } | Gets or sets the index. | +| [Pattern](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/pattern/) { get; set; } | Gets or sets the pattern. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/reserved/) { get; set; } | Gets or sets the reserved. | ### See Also -* class [WmfGraphicObject](../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfGraphicObject](../wmfgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/bitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/bitmap/_index.md index 99a08a11986e..65775bc5d07b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/bitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/bitmap/_index.md @@ -1,7 +1,7 @@ --- -title: Bitmap +title: WmfCreatePatternBrush.Bitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePatternBrush property. Gets or sets the bitmap type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/bitmap/ @@ -20,9 +20,9 @@ The bitmap that specifies the pattern for the brush. ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* class [WmfCreatePatternBrush](../../wmfcreatepatternbrush) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepatternbrush) +* class [WmfBitmap16](../../wmfbitmap16/) +* class [WmfCreatePatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/pattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/pattern/_index.md index 47abf64b7613..e454cf724c47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/pattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/pattern/_index.md @@ -1,7 +1,7 @@ --- -title: Pattern +title: WmfCreatePatternBrush.Pattern second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePatternBrush property. Gets or sets the pattern type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/pattern/ @@ -20,8 +20,8 @@ A variable-length array of bytes that defines the bitmap pixel data that compose ### See Also -* class [WmfCreatePatternBrush](../../wmfcreatepatternbrush) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepatternbrush) +* class [WmfCreatePatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/reserved/_index.md index fb357c0a8390..75abf624a507 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: WmfCreatePatternBrush.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePatternBrush property. Gets or sets the reserved type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/reserved/ @@ -20,8 +20,8 @@ The reserved. This field MUST be ignored. ### See Also -* class [WmfCreatePatternBrush](../../wmfcreatepatternbrush) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepatternbrush) +* class [WmfCreatePatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/wmfcreatepatternbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/wmfcreatepatternbrush/_index.md index 08e64191823c..186f3fffabc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/wmfcreatepatternbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/wmfcreatepatternbrush/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreatePatternBrush +title: WmfCreatePatternBrush.WmfCreatePatternBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePatternBrush constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepatternbrush/wmfcreatepatternbrush/ @@ -16,8 +16,8 @@ public WmfCreatePatternBrush() ### See Also -* class [WmfCreatePatternBrush](../../wmfcreatepatternbrush) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepatternbrush) +* class [WmfCreatePatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/_index.md index 80dd28bde229..0f6c27ab7ca5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreatePenInDirect +title: Class WmfCreatePenInDirect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfCreatePenInDirect class. The create pen in direct type: docs weight: 8620 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/ @@ -18,19 +18,19 @@ public class WmfCreatePenInDirect : WmfGraphicObject | Name | Description | | --- | --- | -| [WmfCreatePenInDirect](wmfcreatepenindirect)() | The default constructor. | +| [WmfCreatePenInDirect](wmfcreatepenindirect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index) { get; set; } | Gets or sets the index. | -| [LogPen](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/logpen) { get; set; } | Gets or sets the log pen. | +| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/) { get; set; } | Gets or sets the index. | +| [LogPen](../../aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/logpen/) { get; set; } | Gets or sets the log pen. | ### See Also -* class [WmfGraphicObject](../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfGraphicObject](../wmfgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/logpen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/logpen/_index.md index f6e868480a15..f4fe53a4cc19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/logpen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/logpen/_index.md @@ -1,7 +1,7 @@ --- -title: LogPen +title: WmfCreatePenInDirect.LogPen second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePenInDirect property. Gets or sets the log pen type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/logpen/ @@ -20,9 +20,9 @@ The log pen. ### See Also -* class [EmfLogPen](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpen) -* class [WmfCreatePenInDirect](../../wmfcreatepenindirect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepenindirect) +* class [EmfLogPen](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpen/) +* class [WmfCreatePenInDirect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepenindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/wmfcreatepenindirect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/wmfcreatepenindirect/_index.md index 3229d984b3de..38eeae76c3b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/wmfcreatepenindirect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/wmfcreatepenindirect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreatePenInDirect +title: WmfCreatePenInDirect.WmfCreatePenInDirect second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreatePenInDirect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreatepenindirect/wmfcreatepenindirect/ @@ -16,8 +16,8 @@ public WmfCreatePenInDirect() ### See Also -* class [WmfCreatePenInDirect](../../wmfcreatepenindirect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepenindirect) +* class [WmfCreatePenInDirect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreatepenindirect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/_index.md index 06a4f2d15e45..1d0b05ac6b4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreateRegion +title: Class WmfCreateRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfCreateRegion class. The META_CREATEREGION record creates a Region Object section 2.2.1.5 type: docs weight: 8630 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/ @@ -18,19 +18,19 @@ public class WmfCreateRegion : WmfGraphicObject | Name | Description | | --- | --- | -| [WmfCreateRegion](wmfcreateregion)() | The default constructor. | +| [WmfCreateRegion](wmfcreateregion/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index) { get; set; } | Gets or sets the index. | -| [Region](../../aspose.imaging.fileformats.wmf.objects/wmfcreateregion/region) { get; set; } | Gets or sets the region. | +| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/) { get; set; } | Gets or sets the index. | +| [Region](../../aspose.imaging.fileformats.wmf.objects/wmfcreateregion/region/) { get; set; } | Gets or sets the region. | ### See Also -* class [WmfGraphicObject](../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfGraphicObject](../wmfgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/region/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/region/_index.md index 9ba3f9ee0301..1c0843511f38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/region/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/region/_index.md @@ -1,7 +1,7 @@ --- -title: Region +title: WmfCreateRegion.Region second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreateRegion property. Gets or sets the region type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/region/ @@ -20,9 +20,9 @@ Region Object data that defines the region to create. ### See Also -* class [WmfRegion](../../wmfregion) -* class [WmfCreateRegion](../../wmfcreateregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreateregion) +* class [WmfRegion](../../wmfregion/) +* class [WmfCreateRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreateregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/wmfcreateregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/wmfcreateregion/_index.md index 24e7536797b5..927d856c8c6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/wmfcreateregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/wmfcreateregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfCreateRegion +title: WmfCreateRegion.WmfCreateRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfCreateRegion constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfcreateregion/wmfcreateregion/ @@ -16,8 +16,8 @@ public WmfCreateRegion() ### See Also -* class [WmfCreateRegion](../../wmfcreateregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreateregion) +* class [WmfCreateRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfcreateregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/_index.md index a9e57f5710b2..66363e44d346 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDeleteObject +title: Class WmfDeleteObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfDeleteObject class. The Delete object type: docs weight: 8640 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/ @@ -18,19 +18,19 @@ public class WmfDeleteObject : WmfObject | Name | Description | | --- | --- | -| [WmfDeleteObject](wmfdeleteobject)() | Initializes a new instance of the [`WmfDeleteObject`](../wmfdeleteobject) class. | -| [WmfDeleteObject](wmfdeleteobject)(WmfGraphicObject) | Initializes a new instance of the [`WmfDeleteObject`](../wmfdeleteobject) class. | +| [WmfDeleteObject](wmfdeleteobject/#constructor)() | Initializes a new instance of the `WmfDeleteObject` class. | +| [WmfDeleteObject](wmfdeleteobject/#constructor_1)(WmfGraphicObject) | Initializes a new instance of the `WmfDeleteObject` class. | ## Properties | Name | Description | | --- | --- | -| [ObjectIndex](../../aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/objectindex) { get; set; } | Gets or sets the index of the object. | +| [ObjectIndex](../../aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/objectindex/) { get; set; } | Gets or sets the index of the object. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/objectindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/objectindex/_index.md index 9e3c5be543fe..a1375030fd49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/objectindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/objectindex/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectIndex +title: WmfDeleteObject.ObjectIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDeleteObject property. Gets or sets the index of the object type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/objectindex/ @@ -20,8 +20,8 @@ The index of the object. ### See Also -* class [WmfDeleteObject](../../wmfdeleteobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeleteobject) +* class [WmfDeleteObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeleteobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/wmfdeleteobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/wmfdeleteobject/_index.md index ba2bc34faff3..8f7332093fed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/wmfdeleteobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/wmfdeleteobject/_index.md @@ -1,14 +1,14 @@ --- -title: WmfDeleteObject +title: WmfDeleteObject.WmfDeleteObject second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDeleteObject constructor. Initializes a new instance of the WmfDeleteObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeleteobject/wmfdeleteobject/ --- -## WmfDeleteObject constructor (1 of 2) +## WmfDeleteObject(WmfGraphicObject) {#constructor_1} -Initializes a new instance of the [`WmfDeleteObject`](../../wmfdeleteobject) class. +Initializes a new instance of the [`WmfDeleteObject`](../) class. ```csharp public WmfDeleteObject(WmfGraphicObject deletedObject) @@ -20,22 +20,22 @@ public WmfDeleteObject(WmfGraphicObject deletedObject) ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* class [WmfDeleteObject](../../wmfdeleteobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeleteobject) +* class [WmfGraphicObject](../../wmfgraphicobject/) +* class [WmfDeleteObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeleteobject/) * assembly [Aspose.Imaging](../../../) --- -## WmfDeleteObject constructor (2 of 2) +## WmfDeleteObject() {#constructor} -Initializes a new instance of the [`WmfDeleteObject`](../../wmfdeleteobject) class. +Initializes a new instance of the [`WmfDeleteObject`](../) class. ```csharp public WmfDeleteObject() ``` -### Examples +## Examples The following example shows how set the background color for WMF. Actually it draws a rectangle of the background color before drawing all other objects. @@ -88,8 +88,8 @@ public static void AddBackgroundRectangleWmf(Aspose.Imaging.FileFormats.Wmf.WmfI ### See Also -* class [WmfDeleteObject](../../wmfdeleteobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeleteobject) +* class [WmfDeleteObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeleteobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/_index.md index 1b08c5055f52..d54915a929cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDeviceIndependentBitmap +title: Class WmfDeviceIndependentBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfDeviceIndependentBitmap class. The DeviceIndependentBitmap Object defines an image in deviceindependent bitmap DIB format type: docs weight: 8650 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/ @@ -18,21 +18,21 @@ public class WmfDeviceIndependentBitmap : MetaObject | Name | Description | | --- | --- | -| [WmfDeviceIndependentBitmap](wmfdeviceindependentbitmap)() | The default constructor. | +| [WmfDeviceIndependentBitmap](wmfdeviceindependentbitmap/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [AData](../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/adata) { get; set; } | Gets or sets an array of bytes that define the image. The size and format of this data is determined by information in the DIBHeaderInfo field. | -| [CachedImage](../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/cachedimage) { get; set; } | Gets or sets the cached raster image. | -| [ColorsData](../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/colorsdata) { get; set; } | Gets or sets an optional array of either RGBQuad Objects (section 2.2.2.20) or 16-bit unsigned integers that define a color table. The size and contents of this field SHOULD be determined from the metafile record or object that contains this DeviceIndependentBitmap and from information in the DIBHeaderInfo field. See ColorUsage Enumeration (section 2.1.1.6) and BitCount Enumeration (section 2.1.1.3) for additional details | -| [Header](../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/header) { get; set; } | Gets or sets either a BitmapCoreHeader Object (section 2.2.2.2) or a BitmapInfoHeader Object (section 2.2.2.3) that specifies information about the image | +| [AData](../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/adata/) { get; set; } | Gets or sets an array of bytes that define the image. The size and format of this data is determined by information in the DIBHeaderInfo field. | +| [CachedImage](../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/cachedimage/) { get; set; } | Gets or sets the cached raster image. | +| [ColorsData](../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/colorsdata/) { get; set; } | Gets or sets an optional array of either RGBQuad Objects (section 2.2.2.20) or 16-bit unsigned integers that define a color table. The size and contents of this field SHOULD be determined from the metafile record or object that contains this DeviceIndependentBitmap and from information in the DIBHeaderInfo field. See ColorUsage Enumeration (section 2.1.1.6) and BitCount Enumeration (section 2.1.1.3) for additional details | +| [Header](../../aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/header/) { get; set; } | Gets or sets either a BitmapCoreHeader Object (section 2.2.2.2) or a BitmapInfoHeader Object (section 2.2.2.3) that specifies information about the image | ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/adata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/adata/_index.md index e9e40d0911be..a00319f5c78d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/adata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/adata/_index.md @@ -1,7 +1,7 @@ --- -title: AData +title: WmfDeviceIndependentBitmap.AData second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDeviceIndependentBitmap property. Gets or sets an array of bytes that define the image. The size and format of this data is determined by information in the DIBHeaderInfo field type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/adata/ @@ -16,8 +16,8 @@ public byte[] AData { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap) +* class [WmfDeviceIndependentBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/cachedimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/cachedimage/_index.md index 8ddff3c2f990..ccdd2b1a6687 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/cachedimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/cachedimage/_index.md @@ -1,7 +1,7 @@ --- -title: CachedImage +title: WmfDeviceIndependentBitmap.CachedImage second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDeviceIndependentBitmap property. Gets or sets the cached raster image type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/cachedimage/ @@ -20,8 +20,8 @@ The cached image. ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap) +* class [WmfDeviceIndependentBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/colorsdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/colorsdata/_index.md index e7ba6fe1b863..878a5835ae9b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/colorsdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/colorsdata/_index.md @@ -1,7 +1,7 @@ --- -title: ColorsData +title: WmfDeviceIndependentBitmap.ColorsData second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDeviceIndependentBitmap property. Gets or sets an optional array of either RGBQuad Objects section 2.2.2.20 or 16bit unsigned integers that define a color table. The size and contents of this field SHOULD be determined from the metafile record or object that contains this DeviceIndependentBitmap and from information in the DIBHeaderInfo field. See ColorUsage Enumeration section 2.1.1.6 and BitCount Enumeration section 2.1.1.3 for additional details type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/colorsdata/ @@ -16,8 +16,8 @@ public byte[] ColorsData { get; set; } ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap) +* class [WmfDeviceIndependentBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/header/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/header/_index.md index 04bdbbac2adb..3715201a1364 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/header/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/header/_index.md @@ -1,7 +1,7 @@ --- -title: Header +title: WmfDeviceIndependentBitmap.Header second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDeviceIndependentBitmap property. Gets or sets either a BitmapCoreHeader Object section 2.2.2.2 or a BitmapInfoHeader Object section 2.2.2.3 that specifies information about the image type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/header/ @@ -16,9 +16,9 @@ public WmfBitmapBaseHeader Header { get; set; } ### See Also -* class [WmfBitmapBaseHeader](../../wmfbitmapbaseheader) -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap) +* class [WmfBitmapBaseHeader](../../wmfbitmapbaseheader/) +* class [WmfDeviceIndependentBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/wmfdeviceindependentbitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/wmfdeviceindependentbitmap/_index.md index 77dfebd66157..ebda48d880c0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/wmfdeviceindependentbitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/wmfdeviceindependentbitmap/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDeviceIndependentBitmap +title: WmfDeviceIndependentBitmap.WmfDeviceIndependentBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDeviceIndependentBitmap constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdeviceindependentbitmap/wmfdeviceindependentbitmap/ @@ -16,8 +16,8 @@ public WmfDeviceIndependentBitmap() ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap) +* class [WmfDeviceIndependentBitmap](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdeviceindependentbitmap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/_index.md index 50a4bcbb169c..489e14df1c6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDibBitBlt +title: Class WmfDibBitBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfDibBitBlt class. The META_DIBBITBLT record specifies the transfer of a block of pixels in deviceindependent format according to a raster operation type: docs weight: 8660 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/ @@ -18,24 +18,24 @@ public class WmfDibBitBlt : WmfObject | Name | Description | | --- | --- | -| [WmfDibBitBlt](wmfdibbitblt)() | The default constructor. | +| [WmfDibBitBlt](wmfdibbitblt/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [DstPos](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/dstpos) { get; set; } | Gets or sets the DST position. | -| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/height) { get; set; } | Gets or sets the height. | -| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/rasteroperation) { get; set; } | Gets or sets the raster operation. | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/reserved) { get; set; } | Gets or sets the reserved. | -| [Source](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/source) { get; set; } | Gets or sets the source. | -| [SrcPos](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/srcpos) { get; set; } | Gets or sets the source position. | -| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/width) { get; set; } | Gets or sets the width. | +| [DstPos](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/dstpos/) { get; set; } | Gets or sets the DST position. | +| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/height/) { get; set; } | Gets or sets the height. | +| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/rasteroperation/) { get; set; } | Gets or sets the raster operation. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/reserved/) { get; set; } | Gets or sets the reserved. | +| [Source](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/source/) { get; set; } | Gets or sets the source. | +| [SrcPos](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/srcpos/) { get; set; } | Gets or sets the source position. | +| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/width/) { get; set; } | Gets or sets the width. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/dstpos/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/dstpos/_index.md index 40d174414217..ce677bdd1e22 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/dstpos/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/dstpos/_index.md @@ -1,7 +1,7 @@ --- -title: DstPos +title: WmfDibBitBlt.DstPos second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibBitBlt property. Gets or sets the DST position type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/dstpos/ @@ -20,9 +20,9 @@ The coordinates, in logical units, of the upper-left corner of the destination r ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfDibBitBlt](../../wmfdibbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfDibBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/height/_index.md index feb1a9d19d85..731aba087e43 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfDibBitBlt.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibBitBlt property. Gets or sets the height type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/height/ @@ -20,8 +20,8 @@ The height, in logical units, of the source and destination rectangles. ### See Also -* class [WmfDibBitBlt](../../wmfdibbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt) +* class [WmfDibBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/rasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/rasteroperation/_index.md index d48ab709cc32..3870f6ea67a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/rasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/rasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: RasterOperation +title: WmfDibBitBlt.RasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibBitBlt property. Gets or sets the raster operation type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/rasteroperation/ @@ -20,9 +20,9 @@ The source pixels, the current brush in the playback device context, and the des ### See Also -* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation) -* class [WmfDibBitBlt](../../wmfdibbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt) +* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/) +* class [WmfDibBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/reserved/_index.md index 70fcbf20f0e7..c14be1292f58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: WmfDibBitBlt.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibBitBlt property. Gets or sets the reserved type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/reserved/ @@ -20,8 +20,8 @@ The reserved. ### See Also -* class [WmfDibBitBlt](../../wmfdibbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt) +* class [WmfDibBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/source/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/source/_index.md index 589a70456265..4bc9e99818cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/source/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/source/_index.md @@ -1,7 +1,7 @@ --- -title: Source +title: WmfDibBitBlt.Source second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibBitBlt property. Gets or sets the source type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/source/ @@ -20,9 +20,9 @@ A variable-sized DeviceIndependentBitmap Object (section 2.2.2.9) that defines i ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* class [WmfDibBitBlt](../../wmfdibbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt) +* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap/) +* class [WmfDibBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/srcpos/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/srcpos/_index.md index f3acf5df486f..d9cef9d4cc74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/srcpos/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/srcpos/_index.md @@ -1,7 +1,7 @@ --- -title: SrcPos +title: WmfDibBitBlt.SrcPos second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibBitBlt property. Gets or sets the source position type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/srcpos/ @@ -20,9 +20,9 @@ The coordinates, in logical units, of the source rectangle. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfDibBitBlt](../../wmfdibbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfDibBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/width/_index.md index 1d3a4b043db7..72f1aeacc6a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfDibBitBlt.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibBitBlt property. Gets or sets the width type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/width/ @@ -20,8 +20,8 @@ The width, in logical units, of the source and destination rectangles. ### See Also -* class [WmfDibBitBlt](../../wmfdibbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt) +* class [WmfDibBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/wmfdibbitblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/wmfdibbitblt/_index.md index a9bae9601f16..f6f9cc351826 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/wmfdibbitblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/wmfdibbitblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDibBitBlt +title: WmfDibBitBlt.WmfDibBitBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibBitBlt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibbitblt/wmfdibbitblt/ @@ -16,8 +16,8 @@ public WmfDibBitBlt() ### See Also -* class [WmfDibBitBlt](../../wmfdibbitblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt) +* class [WmfDibBitBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibbitblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/_index.md index eaf61ba4f46a..770291785b3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDibCreatePatternBrush +title: Class WmfDibCreatePatternBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfDibCreatePatternBrush class. The META_DIBCREATEPATTERNBRUSH record creates a Brush Object section 2.2.1.1 with a pattern specified by a DeviceIndependentBitmap DIB Object section 2.2.2.9 type: docs weight: 8670 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/ @@ -18,21 +18,21 @@ public class WmfDibCreatePatternBrush : WmfGraphicObject | Name | Description | | --- | --- | -| [WmfDibCreatePatternBrush](wmfdibcreatepatternbrush)() | The default constructor. | +| [WmfDibCreatePatternBrush](wmfdibcreatepatternbrush/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorUsage](../../aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/colorusage) { get; set; } | Gets or sets the color usage. | -| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index) { get; set; } | Gets or sets the index. | -| [SourceBitmap](../../aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/sourcebitmap) { get; set; } | Gets or sets the source bitmap. | -| [Style](../../aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/style) { get; set; } | Gets or sets the style. | +| [ColorUsage](../../aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/colorusage/) { get; set; } | Gets or sets the color usage. | +| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/) { get; set; } | Gets or sets the index. | +| [SourceBitmap](../../aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/sourcebitmap/) { get; set; } | Gets or sets the source bitmap. | +| [Style](../../aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/style/) { get; set; } | Gets or sets the style. | ### See Also -* class [WmfGraphicObject](../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfGraphicObject](../wmfgraphicobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/colorusage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/colorusage/_index.md index 6f77986f1c2f..c697dab85718 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/colorusage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/colorusage/_index.md @@ -1,7 +1,7 @@ --- -title: ColorUsage +title: WmfDibCreatePatternBrush.ColorUsage second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibCreatePatternBrush property. Gets or sets the color usage type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/colorusage/ @@ -20,9 +20,9 @@ The Colors field of a DIB Object contains explicit RGB values, or indexes into a ### See Also -* enum [WmfColorUsageEnum](../../../aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum) -* class [WmfDibCreatePatternBrush](../../wmfdibcreatepatternbrush) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibcreatepatternbrush) +* enum [WmfColorUsageEnum](../../../aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum/) +* class [WmfDibCreatePatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibcreatepatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/sourcebitmap/_index.md index c9fee9925ac2..96f1e32f6002 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: WmfDibCreatePatternBrush.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibCreatePatternBrush property. Gets or sets the source bitmap type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/sourcebitmap/ @@ -20,9 +20,9 @@ Variable-bit DIB Object data that defines the pattern to use in the brush. ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* class [WmfDibCreatePatternBrush](../../wmfdibcreatepatternbrush) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibcreatepatternbrush) +* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap/) +* class [WmfDibCreatePatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibcreatepatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/style/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/style/_index.md index b6c59e0feb21..31f359db0d60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/style/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/style/_index.md @@ -1,7 +1,7 @@ --- -title: Style +title: WmfDibCreatePatternBrush.Style second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibCreatePatternBrush property. Gets or sets the style type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/style/ @@ -20,9 +20,9 @@ The legal values for this field are defined as follows: if the value is not BS_P ### See Also -* enum [WmfBrushStyle](../../../aspose.imaging.fileformats.wmf.consts/wmfbrushstyle) -* class [WmfDibCreatePatternBrush](../../wmfdibcreatepatternbrush) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibcreatepatternbrush) +* enum [WmfBrushStyle](../../../aspose.imaging.fileformats.wmf.consts/wmfbrushstyle/) +* class [WmfDibCreatePatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibcreatepatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/wmfdibcreatepatternbrush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/wmfdibcreatepatternbrush/_index.md index 11a78d35da9d..9a3f6cdf8962 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/wmfdibcreatepatternbrush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/wmfdibcreatepatternbrush/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDibCreatePatternBrush +title: WmfDibCreatePatternBrush.WmfDibCreatePatternBrush second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibCreatePatternBrush constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibcreatepatternbrush/wmfdibcreatepatternbrush/ @@ -16,8 +16,8 @@ public WmfDibCreatePatternBrush() ### See Also -* class [WmfDibCreatePatternBrush](../../wmfdibcreatepatternbrush) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibcreatepatternbrush) +* class [WmfDibCreatePatternBrush](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibcreatepatternbrush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/_index.md index b8e9eba37247..13051fc57ba5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDibStrechBlt +title: Class WmfDibStrechBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfDibStrechBlt class. The META_DIBSTRETCHBLT record specifies the transfer of a block of pixels in deviceindependent format according to a raster operation with possible expansion or contraction type: docs weight: 8680 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ @@ -18,27 +18,27 @@ public class WmfDibStrechBlt : WmfObject | Name | Description | | --- | --- | -| [WmfDibStrechBlt](wmfdibstrechblt)() | The default constructor. | +| [WmfDibStrechBlt](wmfdibstrechblt/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [DestHeight](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destheight) { get; set; } | Gets or sets the height of the dest. | -| [DestWidth](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destwidth) { get; set; } | Gets or sets the width of the dest. | -| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/rasteroperation) { get; set; } | Gets or sets the raster operation. | -| [SourceBitmap](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/sourcebitmap) { get; set; } | Gets or sets the source bitmap. | -| [SrcHeight](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcheight) { get; set; } | Gets or sets the height of the source. | -| [SrcWidth](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcwidth) { get; set; } | Gets or sets the width of the source. | -| [XDest](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xdest) { get; set; } | Gets or sets the x dest. | -| [XSrc](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xsrc) { get; set; } | Gets or sets the x source. | -| [YDest](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ydest) { get; set; } | Gets or sets the y dest. | -| [YSrc](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ysrc) { get; set; } | Gets or sets the y source. | +| [DestHeight](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destheight/) { get; set; } | Gets or sets the height of the dest. | +| [DestWidth](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destwidth/) { get; set; } | Gets or sets the width of the dest. | +| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/rasteroperation/) { get; set; } | Gets or sets the raster operation. | +| [SourceBitmap](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/sourcebitmap/) { get; set; } | Gets or sets the source bitmap. | +| [SrcHeight](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcheight/) { get; set; } | Gets or sets the height of the source. | +| [SrcWidth](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcwidth/) { get; set; } | Gets or sets the width of the source. | +| [XDest](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xdest/) { get; set; } | Gets or sets the x dest. | +| [XSrc](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xsrc/) { get; set; } | Gets or sets the x source. | +| [YDest](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ydest/) { get; set; } | Gets or sets the y dest. | +| [YSrc](../../aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ysrc/) { get; set; } | Gets or sets the y source. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destheight/_index.md index 9a1b12174753..9e0974fb25a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destheight/_index.md @@ -1,7 +1,7 @@ --- -title: DestHeight +title: WmfDibStrechBlt.DestHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the height of the dest type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destheight/ @@ -20,8 +20,8 @@ The height, in logical units, of the destination rectangle. ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destwidth/_index.md index 1b450e375791..bbba622c6670 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destwidth/_index.md @@ -1,7 +1,7 @@ --- -title: DestWidth +title: WmfDibStrechBlt.DestWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the width of the dest type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/destwidth/ @@ -20,8 +20,8 @@ The width, in logical units, of the destination rectangle. ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/rasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/rasteroperation/_index.md index b08b19a37f34..8dd0943fa6f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/rasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/rasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: RasterOperation +title: WmfDibStrechBlt.RasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the raster operation type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/rasteroperation/ @@ -20,9 +20,9 @@ The current brush in the playback device context, and the destination pixels are ### See Also -* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation) -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/sourcebitmap/_index.md index e385111020c3..fbc728ba0a40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: WmfDibStrechBlt.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the source bitmap type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/sourcebitmap/ @@ -20,9 +20,9 @@ The source bitmap. ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap/) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcheight/_index.md index b4f315688ebc..524e9cf149c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcheight/_index.md @@ -1,7 +1,7 @@ --- -title: SrcHeight +title: WmfDibStrechBlt.SrcHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the height of the source type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcheight/ @@ -20,8 +20,8 @@ The height, in logical units, of the source rectangle. ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcwidth/_index.md index e6e2c2cf9346..fea6fc1a6ae5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcwidth/_index.md @@ -1,7 +1,7 @@ --- -title: SrcWidth +title: WmfDibStrechBlt.SrcWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the width of the source type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/srcwidth/ @@ -20,8 +20,8 @@ The width, in logical units, of the source rectangle ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/wmfdibstrechblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/wmfdibstrechblt/_index.md index 5c9de885ca12..8abb6d142880 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/wmfdibstrechblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/wmfdibstrechblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfDibStrechBlt +title: WmfDibStrechBlt.WmfDibStrechBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/wmfdibstrechblt/ @@ -16,8 +16,8 @@ public WmfDibStrechBlt() ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xdest/_index.md index b6f0c0094654..10e534a5e81f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: WmfDibStrechBlt.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the x dest type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xdest/ @@ -20,8 +20,8 @@ The x-coordinate, in logical units, of the upper-left corner of the destination ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xsrc/_index.md index 1f4c443df38e..fb5890c13f1a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: WmfDibStrechBlt.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the x source type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/xsrc/ @@ -20,8 +20,8 @@ The x-coordinate, in logical units, of the upper-left corner of the source recta ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ydest/_index.md index bb816cf0848b..7f3ac05fc327 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: WmfDibStrechBlt.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the y dest type: docs weight: 100 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ydest/ @@ -20,8 +20,8 @@ The y-coordinate, in logical units, of the upper-left corner of the destination ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ysrc/_index.md index 8ce2248a65f4..9ec0a785ca82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: WmfDibStrechBlt.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfDibStrechBlt property. Gets or sets the y source type: docs weight: 110 url: /net/aspose.imaging.fileformats.wmf.objects/wmfdibstrechblt/ysrc/ @@ -20,8 +20,8 @@ The y-coordinate, in logical units, of the upper-left corner of the source recta ### See Also -* class [WmfDibStrechBlt](../../wmfdibstrechblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt) +* class [WmfDibStrechBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfdibstrechblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfellipse/_index.md index 80f76615576c..08a7f095bd44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfellipse/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEllipse +title: Class WmfEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfEllipse class. The META_ELLIPSE record draws an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the pen and is filled by using the brush these are defined in the playback device context type: docs weight: 8690 url: /net/aspose.imaging.fileformats.wmf.objects/wmfellipse/ @@ -18,18 +18,18 @@ public class WmfEllipse : WmfRectangle | Name | Description | | --- | --- | -| [WmfEllipse](wmfellipse)() | The default constructor. | +| [WmfEllipse](wmfellipse/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle) { get; set; } | Gets or sets the rectangle. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [WmfRectangle](../wmfrectangle) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfRectangle](../wmfrectangle/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfellipse/wmfellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfellipse/wmfellipse/_index.md index 9d6b363b2965..d67e7bca1eff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfellipse/wmfellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfellipse/wmfellipse/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEllipse +title: WmfEllipse.WmfEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEllipse constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfellipse/wmfellipse/ @@ -16,8 +16,8 @@ public WmfEllipse() ### See Also -* class [WmfEllipse](../../wmfellipse) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfellipse) +* class [WmfEllipse](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfellipse/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfeof/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfeof/_index.md index c96af079d4f1..e49920d7e5ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfeof/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfeof/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEof +title: Class WmfEof second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfEof class. The Eof object type: docs weight: 8700 url: /net/aspose.imaging.fileformats.wmf.objects/wmfeof/ @@ -18,12 +18,12 @@ public class WmfEof : WmfObject | Name | Description | | --- | --- | -| [WmfEof](wmfeof)() | The default constructor. | +| [WmfEof](wmfeof/)() | The default constructor. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfeof/wmfeof/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfeof/wmfeof/_index.md index 566fb08f27e9..641c1bccda17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfeof/wmfeof/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfeof/wmfeof/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEof +title: WmfEof.WmfEof second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEof constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfeof/wmfeof/ @@ -16,8 +16,8 @@ public WmfEof() ### See Also -* class [WmfEof](../../wmfeof) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfeof) +* class [WmfEof](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfeof/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/_index.md index 7452e34aadfe..f934a554077b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEscape +title: Class WmfEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfEscape class. The wmf escape object type: docs weight: 8710 url: /net/aspose.imaging.fileformats.wmf.objects/wmfescape/ @@ -18,19 +18,19 @@ public class WmfEscape : WmfObject | Name | Description | | --- | --- | -| [WmfEscape](wmfescape)() | The default constructor. | +| [WmfEscape](wmfescape/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [EscapeRecord](../../aspose.imaging.fileformats.wmf.objects/wmfescape/escaperecord) { get; set; } | Gets or sets the escape record. | -| [EscapeType](../../aspose.imaging.fileformats.wmf.objects/wmfescape/escapetype) { get; set; } | Gets or sets the type of the escape. | +| [EscapeRecord](../../aspose.imaging.fileformats.wmf.objects/wmfescape/escaperecord/) { get; set; } | Gets or sets the escape record. | +| [EscapeType](../../aspose.imaging.fileformats.wmf.objects/wmfescape/escapetype/) { get; set; } | Gets or sets the type of the escape. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/escaperecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/escaperecord/_index.md index 9c4bb35fd272..a9ba114d5a1e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/escaperecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/escaperecord/_index.md @@ -1,7 +1,7 @@ --- -title: EscapeRecord +title: WmfEscape.EscapeRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscape property. Gets or sets the escape record type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfescape/escaperecord/ @@ -20,9 +20,9 @@ The escape record. ### See Also -* class [WmfEscapeRecordBase](../../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase) -* class [WmfEscape](../../wmfescape) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfescape) +* class [WmfEscapeRecordBase](../../../aspose.imaging.fileformats.wmf.objects.escaperecords/wmfescaperecordbase/) +* class [WmfEscape](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/escapetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/escapetype/_index.md index 91703bd2ec46..e803f475c59b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/escapetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/escapetype/_index.md @@ -1,7 +1,7 @@ --- -title: EscapeType +title: WmfEscape.EscapeType second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscape property. Gets or sets the type of the escape type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfescape/escapetype/ @@ -20,9 +20,9 @@ The type of the escape. ### See Also -* enum [WmfMetafileEscapes](../../../aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes) -* class [WmfEscape](../../wmfescape) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfescape) +* enum [WmfMetafileEscapes](../../../aspose.imaging.fileformats.wmf.consts/wmfmetafileescapes/) +* class [WmfEscape](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/wmfescape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/wmfescape/_index.md index b0150bd8ee53..4d1b7de44be7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/wmfescape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfescape/wmfescape/_index.md @@ -1,7 +1,7 @@ --- -title: WmfEscape +title: WmfEscape.WmfEscape second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfEscape constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfescape/wmfescape/ @@ -16,8 +16,8 @@ public WmfEscape() ### See Also -* class [WmfEscape](../../wmfescape) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfescape) +* class [WmfEscape](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfescape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/_index.md index 6ef71a313cca..24a377f57b6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfExcludeClipRect +title: Class WmfExcludeClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfExcludeClipRect class. The META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the existing clipping region minus the specified rectangle type: docs weight: 8720 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/ @@ -18,18 +18,18 @@ public class WmfExcludeClipRect : WmfRectangle | Name | Description | | --- | --- | -| [WmfExcludeClipRect](wmfexcludecliprect)() | The default constructor. | +| [WmfExcludeClipRect](wmfexcludecliprect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle) { get; set; } | Gets or sets the rectangle. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [WmfRectangle](../wmfrectangle) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfRectangle](../wmfrectangle/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/wmfexcludecliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/wmfexcludecliprect/_index.md index 5028bfaf91ba..99c58954ee3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/wmfexcludecliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/wmfexcludecliprect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfExcludeClipRect +title: WmfExcludeClipRect.WmfExcludeClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExcludeClipRect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexcludecliprect/wmfexcludecliprect/ @@ -16,8 +16,8 @@ public WmfExcludeClipRect() ### See Also -* class [WmfExcludeClipRect](../../wmfexcludecliprect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexcludecliprect) +* class [WmfExcludeClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexcludecliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/_index.md index 4646309a130f..520cb60a3d92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/_index.md @@ -1,7 +1,7 @@ --- -title: WmfExtFloodFill +title: Class WmfExtFloodFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfExtFloodFill class. The META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context type: docs weight: 8730 url: /net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/ @@ -18,21 +18,21 @@ public class WmfExtFloodFill : WmfFloodFill | Name | Description | | --- | --- | -| [WmfExtFloodFill](wmfextfloodfill)() | The default constructor. | +| [WmfExtFloodFill](wmfextfloodfill/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref) { get; set; } | Gets or sets the color reference. | -| [Mode](../../aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/mode) { get; set; } | Gets or sets the mode. | -| [XStart](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart) { get; set; } | Gets or sets the x start. | -| [YStart](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart) { get; set; } | Gets or sets the y start. | +| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref/) { get; set; } | Gets or sets the color reference. | +| [Mode](../../aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/mode/) { get; set; } | Gets or sets the mode. | +| [XStart](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart/) { get; set; } | Gets or sets the x start. | +| [YStart](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart/) { get; set; } | Gets or sets the y start. | ### See Also -* class [WmfFloodFill](../wmffloodfill) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfFloodFill](../wmffloodfill/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/mode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/mode/_index.md index a35b42d247e8..b7a5dd9167af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/mode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/mode/_index.md @@ -1,7 +1,7 @@ --- -title: Mode +title: WmfExtFloodFill.Mode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtFloodFill property. Gets or sets the mode type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/mode/ @@ -20,9 +20,9 @@ The fill operation to be performed. ### See Also -* enum [WmfFloodFillMode](../../../aspose.imaging.fileformats.wmf.consts/wmffloodfillmode) -* class [WmfExtFloodFill](../../wmfextfloodfill) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfextfloodfill) +* enum [WmfFloodFillMode](../../../aspose.imaging.fileformats.wmf.consts/wmffloodfillmode/) +* class [WmfExtFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfextfloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/wmfextfloodfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/wmfextfloodfill/_index.md index 70dafdf91fc8..3ad533d5c89a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/wmfextfloodfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/wmfextfloodfill/_index.md @@ -1,7 +1,7 @@ --- -title: WmfExtFloodFill +title: WmfExtFloodFill.WmfExtFloodFill second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtFloodFill constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfextfloodfill/wmfextfloodfill/ @@ -16,8 +16,8 @@ public WmfExtFloodFill() ### See Also -* class [WmfExtFloodFill](../../wmfextfloodfill) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfextfloodfill) +* class [WmfExtFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfextfloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/_index.md index 9909356edd85..8d0d0be7c54f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/_index.md @@ -1,7 +1,7 @@ --- -title: WmfExtTextOut +title: Class WmfExtTextOut second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfExtTextOut class. Wmf ext text out type: docs weight: 8740 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/ @@ -18,24 +18,24 @@ public class WmfExtTextOut : WmfPointObject | Name | Description | | --- | --- | -| [WmfExtTextOut](wmfexttextout)() | The default constructor. | +| [WmfExtTextOut](wmfexttextout/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Dx](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx) { get; set; } | Gets or sets the dx. | -| [ExtendedByte](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte) { get; set; } | Gets or sets the extended byte. | -| [FwOpts](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts) { get; set; } | Gets or sets the fw opts. | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle) { get; set; } | Gets or sets the rectangle. | -| [StringLength](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength) { get; set; } | Gets or sets the length of the string. | -| [Text](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/text) { get; set; } | Gets or sets the text. | +| [Dx](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx/) { get; set; } | Gets or sets the dx. | +| [ExtendedByte](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte/) { get; set; } | Gets or sets the extended byte. | +| [FwOpts](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts/) { get; set; } | Gets or sets the fw opts. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [StringLength](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength/) { get; set; } | Gets or sets the length of the string. | +| [Text](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/text/) { get; set; } | Gets or sets the text. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx/_index.md index e9f9b5034955..42db0ea3253f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx/_index.md @@ -1,7 +1,7 @@ --- -title: Dx +title: WmfExtTextOut.Dx second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtTextOut property. Gets or sets the dx type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx/ @@ -20,8 +20,8 @@ The dx. Indicate the distance between origins of adjacent character cells. For e ### See Also -* class [WmfExtTextOut](../../wmfexttextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout) +* class [WmfExtTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte/_index.md index 9dc4c38abdf4..11578d3923c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte/_index.md @@ -1,7 +1,7 @@ --- -title: ExtendedByte +title: WmfExtTextOut.ExtendedByte second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtTextOut property. Gets or sets the extended byte type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte/ @@ -20,8 +20,8 @@ The extended byte. ### See Also -* class [WmfExtTextOut](../../wmfexttextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout) +* class [WmfExtTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts/_index.md index 8eb37263d918..7de0f18c8b6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts/_index.md @@ -1,7 +1,7 @@ --- -title: FwOpts +title: WmfExtTextOut.FwOpts second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtTextOut property. Gets or sets the fw opts type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts/ @@ -20,8 +20,8 @@ The options. This member can be a combination of one or more values. ### See Also -* class [WmfExtTextOut](../../wmfexttextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout) +* class [WmfExtTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle/_index.md index 42391a0f6a8e..51481786c432 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: WmfExtTextOut.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtTextOut property. Gets or sets the rectangle type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle/ @@ -20,9 +20,9 @@ The rectangle. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WmfExtTextOut](../../wmfexttextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WmfExtTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength/_index.md index 19a2fe5b4674..d5208c4dd132 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength/_index.md @@ -1,7 +1,7 @@ --- -title: StringLength +title: WmfExtTextOut.StringLength second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtTextOut property. Gets or sets the length of the string type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength/ @@ -20,8 +20,8 @@ The length of the string. ### See Also -* class [WmfExtTextOut](../../wmfexttextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout) +* class [WmfExtTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/text/_index.md index 2e0659225d59..e0322b57fa15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: WmfExtTextOut.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtTextOut property. Gets or sets the text type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/text/ @@ -20,8 +20,8 @@ The text. ### See Also -* class [WmfExtTextOut](../../wmfexttextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout) +* class [WmfExtTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/wmfexttextout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/wmfexttextout/_index.md index 8d33d886ec8c..f43b8903ceae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/wmfexttextout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/wmfexttextout/_index.md @@ -1,7 +1,7 @@ --- -title: WmfExtTextOut +title: WmfExtTextOut.WmfExtTextOut second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfExtTextOut constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfexttextout/wmfexttextout/ @@ -16,8 +16,8 @@ public WmfExtTextOut() ### See Also -* class [WmfExtTextOut](../../wmfexttextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout) +* class [WmfExtTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfexttextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/_index.md index 7554690f1905..7078ea90940b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfFillRegion +title: Class WmfFillRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfFillRegion class. The META_FILLREGION record fills a region using a specified brush type: docs weight: 8750 url: /net/aspose.imaging.fileformats.wmf.objects/wmffillregion/ @@ -18,20 +18,20 @@ public class WmfFillRegion : WmfObject | Name | Description | | --- | --- | -| [WmfFillRegion](wmffillregion)() | Initializes a new instance of the [`WmfFillRegion`](../wmffillregion) class. | -| [WmfFillRegion](wmffillregion)(WmfGraphicObject, WmfGraphicObject) | Initializes a new instance of the [`WmfFillRegion`](../wmffillregion) class. | +| [WmfFillRegion](wmffillregion/#constructor)() | Initializes a new instance of the `WmfFillRegion` class. | +| [WmfFillRegion](wmffillregion/#constructor_1)(WmfGraphicObject, WmfGraphicObject) | Initializes a new instance of the `WmfFillRegion` class. | ## Properties | Name | Description | | --- | --- | -| [BrushIndex](../../aspose.imaging.fileformats.wmf.objects/wmffillregion/brushindex) { get; set; } | Gets or sets the index of the brush. | -| [RegionIndex](../../aspose.imaging.fileformats.wmf.objects/wmffillregion/regionindex) { get; set; } | Gets or sets the index of the region. | +| [BrushIndex](../../aspose.imaging.fileformats.wmf.objects/wmffillregion/brushindex/) { get; set; } | Gets or sets the index of the brush. | +| [RegionIndex](../../aspose.imaging.fileformats.wmf.objects/wmffillregion/regionindex/) { get; set; } | Gets or sets the index of the region. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/brushindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/brushindex/_index.md index 8f5a18f87c2b..86c684e8cc92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/brushindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/brushindex/_index.md @@ -1,7 +1,7 @@ --- -title: BrushIndex +title: WmfFillRegion.BrushIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFillRegion property. Gets or sets the index of the brush type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmffillregion/brushindex/ @@ -20,8 +20,8 @@ Index into the WMF Object Table to get the brush to use for filling the region. ### See Also -* class [WmfFillRegion](../../wmffillregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffillregion) +* class [WmfFillRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffillregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/regionindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/regionindex/_index.md index 5d535446c814..aa54023644e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/regionindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/regionindex/_index.md @@ -1,7 +1,7 @@ --- -title: RegionIndex +title: WmfFillRegion.RegionIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFillRegion property. Gets or sets the index of the region type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmffillregion/regionindex/ @@ -20,8 +20,8 @@ Index into the WMF Object Table to get the region to be filled. ### See Also -* class [WmfFillRegion](../../wmffillregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffillregion) +* class [WmfFillRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffillregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/wmffillregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/wmffillregion/_index.md index 99f80a28372a..8adb5219acd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/wmffillregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffillregion/wmffillregion/_index.md @@ -1,14 +1,14 @@ --- -title: WmfFillRegion +title: WmfFillRegion.WmfFillRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFillRegion constructor. Initializes a new instance of the WmfFillRegion class type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmffillregion/wmffillregion/ --- -## WmfFillRegion constructor (1 of 2) +## WmfFillRegion() {#constructor} -Initializes a new instance of the [`WmfFillRegion`](../../wmffillregion) class. +Initializes a new instance of the [`WmfFillRegion`](../) class. ```csharp public WmfFillRegion() @@ -16,15 +16,15 @@ public WmfFillRegion() ### See Also -* class [WmfFillRegion](../../wmffillregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffillregion) +* class [WmfFillRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffillregion/) * assembly [Aspose.Imaging](../../../) --- -## WmfFillRegion constructor (2 of 2) +## WmfFillRegion(WmfGraphicObject, WmfGraphicObject) {#constructor_1} -Initializes a new instance of the [`WmfFillRegion`](../../wmffillregion) class. +Initializes a new instance of the [`WmfFillRegion`](../) class. ```csharp public WmfFillRegion(WmfGraphicObject region, WmfGraphicObject brush) @@ -37,9 +37,9 @@ public WmfFillRegion(WmfGraphicObject region, WmfGraphicObject brush) ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* class [WmfFillRegion](../../wmffillregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffillregion) +* class [WmfGraphicObject](../../wmfgraphicobject/) +* class [WmfFillRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffillregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/_index.md index fd12beb0c4d6..99c1cff5622c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/_index.md @@ -1,7 +1,7 @@ --- -title: WmfFloodFill +title: Class WmfFloodFill second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfFloodFill class. The META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context type: docs weight: 8760 url: /net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/ @@ -18,20 +18,20 @@ public class WmfFloodFill : WmfObject | Name | Description | | --- | --- | -| [WmfFloodFill](wmffloodfill)() | The default constructor. | +| [WmfFloodFill](wmffloodfill/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref) { get; set; } | Gets or sets the color reference. | -| [XStart](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart) { get; set; } | Gets or sets the x start. | -| [YStart](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart) { get; set; } | Gets or sets the y start. | +| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref/) { get; set; } | Gets or sets the color reference. | +| [XStart](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart/) { get; set; } | Gets or sets the x start. | +| [YStart](../../aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart/) { get; set; } | Gets or sets the y start. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref/_index.md index c6d7e0c668b1..d27d1879b3e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref/_index.md @@ -1,7 +1,7 @@ --- -title: ColorRef +title: WmfFloodFill.ColorRef second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFloodFill property. Gets or sets the color reference type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/colorref/ @@ -20,8 +20,8 @@ The `ColorRef` Object that defines the color value. ### See Also -* class [WmfFloodFill](../../wmffloodfill) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffloodfill) +* class [WmfFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/wmffloodfill/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/wmffloodfill/_index.md index 753ac224dba3..d0f3541d08e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/wmffloodfill/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/wmffloodfill/_index.md @@ -1,7 +1,7 @@ --- -title: WmfFloodFill +title: WmfFloodFill.WmfFloodFill second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFloodFill constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/wmffloodfill/ @@ -16,8 +16,8 @@ public WmfFloodFill() ### See Also -* class [WmfFloodFill](../../wmffloodfill) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffloodfill) +* class [WmfFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart/_index.md index 402f0f645d33..d7339db3e846 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart/_index.md @@ -1,7 +1,7 @@ --- -title: XStart +title: WmfFloodFill.XStart second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFloodFill property. Gets or sets the x start type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/xstart/ @@ -20,8 +20,8 @@ The x-coordinate, in logical units, of the point where filling is to start. ### See Also -* class [WmfFloodFill](../../wmffloodfill) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffloodfill) +* class [WmfFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart/_index.md index 5850357fc3b1..a68f74286f81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart/_index.md @@ -1,7 +1,7 @@ --- -title: YStart +title: WmfFloodFill.YStart second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFloodFill property. Gets or sets the y start type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmffloodfill/ystart/ @@ -20,8 +20,8 @@ The y-coordinate, in logical units, of the point where filling is to start. ### See Also -* class [WmfFloodFill](../../wmffloodfill) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffloodfill) +* class [WmfFloodFill](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmffloodfill/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/_index.md index 14215dac1caa..9821948ae66a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfFrameRegion +title: Class WmfFrameRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfFrameRegion class. The wmf frame region object type: docs weight: 8770 url: /net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/ @@ -18,22 +18,22 @@ public class WmfFrameRegion : WmfObject | Name | Description | | --- | --- | -| [WmfFrameRegion](wmfframeregion)() | Initializes a new instance of the [`WmfFillRegion`](../wmffillregion) class. | -| [WmfFrameRegion](wmfframeregion)(WmfGraphicObject, WmfGraphicObject) | Initializes a new instance of the [`WmfFillRegion`](../wmffillregion) class. | +| [WmfFrameRegion](wmfframeregion/#constructor)() | Initializes a new instance of the [`WmfFillRegion`](../wmffillregion/) class. | +| [WmfFrameRegion](wmfframeregion/#constructor_1)(WmfGraphicObject, WmfGraphicObject) | Initializes a new instance of the [`WmfFillRegion`](../wmffillregion/) class. | ## Properties | Name | Description | | --- | --- | -| [BrushIndex](../../aspose.imaging.fileformats.wmf.objects/wmfframeregion/brushindex) { get; set; } | Gets or sets the index of the brush. | -| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfframeregion/height) { get; set; } | Gets or sets the height. | -| [RegionIndex](../../aspose.imaging.fileformats.wmf.objects/wmfframeregion/regionindex) { get; set; } | Gets or sets the index of the region. | -| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfframeregion/width) { get; set; } | Gets or sets the width. | +| [BrushIndex](../../aspose.imaging.fileformats.wmf.objects/wmfframeregion/brushindex/) { get; set; } | Gets or sets the index of the brush. | +| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfframeregion/height/) { get; set; } | Gets or sets the height. | +| [RegionIndex](../../aspose.imaging.fileformats.wmf.objects/wmfframeregion/regionindex/) { get; set; } | Gets or sets the index of the region. | +| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfframeregion/width/) { get; set; } | Gets or sets the width. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/brushindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/brushindex/_index.md index 87694d574aef..a108db913389 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/brushindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/brushindex/_index.md @@ -1,7 +1,7 @@ --- -title: BrushIndex +title: WmfFrameRegion.BrushIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFrameRegion property. Gets or sets the index of the brush type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/brushindex/ @@ -20,8 +20,8 @@ Index into the WMF Object Table to get the brush to use for filling the region. ### See Also -* class [WmfFrameRegion](../../wmfframeregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion) +* class [WmfFrameRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/height/_index.md index 46e331ed220a..e92d5713df9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfFrameRegion.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFrameRegion property. Gets or sets the height type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/height/ @@ -20,8 +20,8 @@ The height, in logical units, of the region frame. ### See Also -* class [WmfFrameRegion](../../wmfframeregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion) +* class [WmfFrameRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/regionindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/regionindex/_index.md index 9d2e3cbca206..fc312ee6e1bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/regionindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/regionindex/_index.md @@ -1,7 +1,7 @@ --- -title: RegionIndex +title: WmfFrameRegion.RegionIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFrameRegion property. Gets or sets the index of the region type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/regionindex/ @@ -20,8 +20,8 @@ Index into the WMF Object Table to get the region to be filled. ### See Also -* class [WmfFrameRegion](../../wmfframeregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion) +* class [WmfFrameRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/width/_index.md index 1dac81a12253..336e72154b4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfFrameRegion.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFrameRegion property. Gets or sets the width type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/width/ @@ -20,8 +20,8 @@ The width, in logical units, of the region frame. ### See Also -* class [WmfFrameRegion](../../wmfframeregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion) +* class [WmfFrameRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/wmfframeregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/wmfframeregion/_index.md index 5360f5a84559..986006ce0d28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/wmfframeregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/wmfframeregion/_index.md @@ -1,14 +1,14 @@ --- -title: WmfFrameRegion +title: WmfFrameRegion.WmfFrameRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfFrameRegion constructor. Initializes a new instance of the WmfFillRegion class type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfframeregion/wmfframeregion/ --- -## WmfFrameRegion constructor (1 of 2) +## WmfFrameRegion() {#constructor} -Initializes a new instance of the [`WmfFillRegion`](../../wmffillregion) class. +Initializes a new instance of the [`WmfFillRegion`](../../wmffillregion/) class. ```csharp public WmfFrameRegion() @@ -16,15 +16,15 @@ public WmfFrameRegion() ### See Also -* class [WmfFrameRegion](../../wmfframeregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion) +* class [WmfFrameRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion/) * assembly [Aspose.Imaging](../../../) --- -## WmfFrameRegion constructor (2 of 2) +## WmfFrameRegion(WmfGraphicObject, WmfGraphicObject) {#constructor_1} -Initializes a new instance of the [`WmfFillRegion`](../../wmffillregion) class. +Initializes a new instance of the [`WmfFillRegion`](../../wmffillregion/) class. ```csharp public WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush) @@ -37,9 +37,9 @@ public WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush) ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* class [WmfFrameRegion](../../wmfframeregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion) +* class [WmfGraphicObject](../../wmfgraphicobject/) +* class [WmfFrameRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfframeregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/_index.md index 840bffa01adb..834ebf23880d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfGraphicObject +title: Class WmfGraphicObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfGraphicObject class. The WMF Graphics Objects specify parameters for graphics output type: docs weight: 8780 url: /net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/ @@ -18,18 +18,18 @@ public class WmfGraphicObject : WmfObject | Name | Description | | --- | --- | -| [WmfGraphicObject](wmfgraphicobject)() | The default constructor. | +| [WmfGraphicObject](wmfgraphicobject/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index) { get; set; } | Gets or sets the index. | +| [Index](../../aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/) { get; set; } | Gets or sets the index. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/_index.md index 0a8181ce99d8..9a825a4b86e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/_index.md @@ -1,7 +1,7 @@ --- -title: Index +title: WmfGraphicObject.Index second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfGraphicObject property. Gets or sets the index type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/index/ @@ -20,8 +20,8 @@ The index. ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfgraphicobject) +* class [WmfGraphicObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfgraphicobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/wmfgraphicobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/wmfgraphicobject/_index.md index cf19cf76f093..f5571bada804 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/wmfgraphicobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/wmfgraphicobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfGraphicObject +title: WmfGraphicObject.WmfGraphicObject second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfGraphicObject constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfgraphicobject/wmfgraphicobject/ @@ -16,8 +16,8 @@ public WmfGraphicObject() ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfgraphicobject) +* class [WmfGraphicObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfgraphicobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/_index.md index 2bac5e355201..67112435c8dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfIntersectClipRect +title: Class WmfIntersectClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfIntersectClipRect class. The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle type: docs weight: 8790 url: /net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/ @@ -18,18 +18,18 @@ public class WmfIntersectClipRect : WmfObject | Name | Description | | --- | --- | -| [WmfIntersectClipRect](wmfintersectcliprect)() | The default constructor. | +| [WmfIntersectClipRect](wmfintersectcliprect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/rectangle) { get; set; } | Gets or sets the rectangle. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/rectangle/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/rectangle/_index.md index 760f6e98fdc4..97264fc16254 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: WmfIntersectClipRect.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfIntersectClipRect property. Gets or sets the rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/rectangle/ @@ -20,9 +20,9 @@ The rectangle. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WmfIntersectClipRect](../../wmfintersectcliprect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfintersectcliprect) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WmfIntersectClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfintersectcliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/wmfintersectcliprect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/wmfintersectcliprect/_index.md index 8ba9553b7783..849bf787f168 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/wmfintersectcliprect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/wmfintersectcliprect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfIntersectClipRect +title: WmfIntersectClipRect.WmfIntersectClipRect second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfIntersectClipRect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfintersectcliprect/wmfintersectcliprect/ @@ -16,8 +16,8 @@ public WmfIntersectClipRect() ### See Also -* class [WmfIntersectClipRect](../../wmfintersectcliprect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfintersectcliprect) +* class [WmfIntersectClipRect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfintersectcliprect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/_index.md index 5ce51a752a82..420f927b1a7b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfInvertRegion +title: Class WmfInvertRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfInvertRegion class. The META_INVERTREGION record draws a region in which the colors are inverted type: docs weight: 8800 url: /net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/ @@ -18,19 +18,19 @@ public class WmfInvertRegion : WmfObject | Name | Description | | --- | --- | -| [WmfInvertRegion](wmfinvertregion)() | Initializes a new instance of the [`WmfInvertRegion`](../wmfinvertregion) class. | -| [WmfInvertRegion](wmfinvertregion)(WmfGraphicObject) | Initializes a new instance of the [`WmfInvertRegion`](../wmfinvertregion) class. | +| [WmfInvertRegion](wmfinvertregion/#constructor)() | Initializes a new instance of the `WmfInvertRegion` class. | +| [WmfInvertRegion](wmfinvertregion/#constructor_1)(WmfGraphicObject) | Initializes a new instance of the `WmfInvertRegion` class. | ## Properties | Name | Description | | --- | --- | -| [RegionIndex](../../aspose.imaging.fileformats.wmf.objects/wmfinvertregion/regionindex) { get; set; } | Gets or sets the index of the region. | +| [RegionIndex](../../aspose.imaging.fileformats.wmf.objects/wmfinvertregion/regionindex/) { get; set; } | Gets or sets the index of the region. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/regionindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/regionindex/_index.md index 15abb4712de2..1ee71987984e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/regionindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/regionindex/_index.md @@ -1,7 +1,7 @@ --- -title: RegionIndex +title: WmfInvertRegion.RegionIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfInvertRegion property. Gets or sets the index of the region type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/regionindex/ @@ -20,8 +20,8 @@ The index of the region. ### See Also -* class [WmfInvertRegion](../../wmfinvertregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfinvertregion) +* class [WmfInvertRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfinvertregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/wmfinvertregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/wmfinvertregion/_index.md index a0a61a99ecb4..14d4d4a9476f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/wmfinvertregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/wmfinvertregion/_index.md @@ -1,14 +1,14 @@ --- -title: WmfInvertRegion +title: WmfInvertRegion.WmfInvertRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfInvertRegion constructor. Initializes a new instance of the WmfInvertRegion class type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfinvertregion/wmfinvertregion/ --- -## WmfInvertRegion constructor (1 of 2) +## WmfInvertRegion(WmfGraphicObject) {#constructor_1} -Initializes a new instance of the [`WmfInvertRegion`](../../wmfinvertregion) class. +Initializes a new instance of the [`WmfInvertRegion`](../) class. ```csharp public WmfInvertRegion(WmfGraphicObject region) @@ -20,16 +20,16 @@ public WmfInvertRegion(WmfGraphicObject region) ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* class [WmfInvertRegion](../../wmfinvertregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfinvertregion) +* class [WmfGraphicObject](../../wmfgraphicobject/) +* class [WmfInvertRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfinvertregion/) * assembly [Aspose.Imaging](../../../) --- -## WmfInvertRegion constructor (2 of 2) +## WmfInvertRegion() {#constructor} -Initializes a new instance of the [`WmfInvertRegion`](../../wmfinvertregion) class. +Initializes a new instance of the [`WmfInvertRegion`](../) class. ```csharp public WmfInvertRegion() @@ -37,8 +37,8 @@ public WmfInvertRegion() ### See Also -* class [WmfInvertRegion](../../wmfinvertregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfinvertregion) +* class [WmfInvertRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfinvertregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflineto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflineto/_index.md index 1ae35ad2df23..2a44416e05ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflineto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflineto/_index.md @@ -1,7 +1,7 @@ --- -title: WmfLineTo +title: Class WmfLineTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfLineTo class. The META_LINETO record draws a line from the drawing position that is defined in the playback device context up to but not including the specified point type: docs weight: 8810 url: /net/aspose.imaging.fileformats.wmf.objects/wmflineto/ @@ -18,18 +18,18 @@ public class WmfLineTo : WmfPointObject | Name | Description | | --- | --- | -| [WmfLineTo](wmflineto)() | The default constructor. | +| [WmfLineTo](wmflineto/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflineto/wmflineto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflineto/wmflineto/_index.md index aa06c8fa04c6..37b1fe8eacf2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflineto/wmflineto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflineto/wmflineto/_index.md @@ -1,7 +1,7 @@ --- -title: WmfLineTo +title: WmfLineTo.WmfLineTo second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLineTo constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmflineto/wmflineto/ @@ -16,8 +16,8 @@ public WmfLineTo() ### See Also -* class [WmfLineTo](../../wmflineto) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflineto) +* class [WmfLineTo](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflineto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/_index.md index a078cfb7a951..9b5b1ef6eb89 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/_index.md @@ -1,7 +1,7 @@ --- -title: WmfLogColorSpace +title: Class WmfLogColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfLogColorSpace class. The LogColorSpace object specifies a logical color space for the playback device context which can be the name of a color profile in ASCII characters type: docs weight: 8820 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/ @@ -18,31 +18,31 @@ public class WmfLogColorSpace : MetaObject | Name | Description | | --- | --- | -| [WmfLogColorSpace](wmflogcolorspace)() | The default constructor. | +| [WmfLogColorSpace](wmflogcolorspace/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorSpaceType](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/colorspacetype) { get; set; } | Gets or sets a 32-bit signed integer that specifies the color space type. It MUST be defined in the LogicalColorSpace enumeration (section 2.1.1.14). If this value is LCS_sRGB or LCS_WINDOWS_COLOR_SPACE, the sRGB color space MUST be used. | -| [Endpoints](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/endpoints) { get; set; } | Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the [`ColorSpaceType`](./colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | -| [Filename](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/filename) { get; set; } | Gets or sets an optional, ASCII charactger string that specifies the name of a file that contains a color profile. If a file name is specified, and the [`ColorSpaceType`](./colorspacetype) field is set to LCS_CALIBRATED_RGB, the other fields of this structure SHOULD be ignored. | -| [GammaBlue](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammablue) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for blue. If the [`ColorSpaceType`](./colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | -| [GammaGreen](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammagreen) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for green. If the [`ColorSpaceType`](./colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | -| [GammaRed](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammared) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for red. If the [`ColorSpaceType`](./colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | -| [Intent](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/intent) { get; set; } | Gets or sets a 32-bit signed integer that defines the gamut mapping intent. It MUST be defined in the GamutMappingIntent enumeration (section 2.1.1.11). | -| [Signature](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/signature) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the signature of color space objects; it MUST be set to the value 0x50534F43, which is the ASCII encoding of the string "PSOC". | -| [Size](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/size) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | -| [Version](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/version) { get; set; } | Gets or sets a 32-bit unsigned integer that defines a version number; it MUST be0x00000400. | - -### Remarks +| [ColorSpaceType](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/colorspacetype/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the color space type. It MUST be defined in the LogicalColorSpace enumeration (section 2.1.1.14). If this value is LCS_sRGB or LCS_WINDOWS_COLOR_SPACE, the sRGB color space MUST be used. | +| [Endpoints](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/endpoints/) { get; set; } | Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the [`ColorSpaceType`](./colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | +| [Filename](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/filename/) { get; set; } | Gets or sets an optional, ASCII charactger string that specifies the name of a file that contains a color profile. If a file name is specified, and the [`ColorSpaceType`](./colorspacetype/) field is set to LCS_CALIBRATED_RGB, the other fields of this structure SHOULD be ignored. | +| [GammaBlue](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammablue/) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for blue. If the [`ColorSpaceType`](./colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | +| [GammaGreen](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammagreen/) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for green. If the [`ColorSpaceType`](./colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | +| [GammaRed](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammared/) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for red. If the [`ColorSpaceType`](./colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | +| [Intent](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/intent/) { get; set; } | Gets or sets a 32-bit signed integer that defines the gamut mapping intent. It MUST be defined in the GamutMappingIntent enumeration (section 2.1.1.11). | +| [Signature](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/signature/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the signature of color space objects; it MUST be set to the value 0x50534F43, which is the ASCII encoding of the string "PSOC". | +| [Size](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | +| [Version](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/version/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines a version number; it MUST be0x00000400. | + +## Remarks The Endpoints, GammaRed, GammaGreen, and GammaBlue fields are used to specify a logical color space. The Endpoints field is a CIEXYZTriple object that contains the x, y, and z values of the RGB endpoint of the color space. The relation between tri-stimulus values X,Y,Z and chromaticity values x,y,z is expressed as follows. x = X/(X+Y+Z) y = Y/(X+Y+Z) z = Z/(X+Y+Z) The GammaRed, GammaGreen, and GammaBlue fields contain values in "8.8 fixed point" format, which is a technique for representing non-integer numbers. Each value consists of a zeroextended 8-bit magnitude followed by an 8-bit fraction, with the combined 16 bits left-shifted by 8 bits. Thus, in 32-bits, the real value N.F is 00000000nnnnnnnnffffffff00000000, where "nnnnnnnn" and "ffffffff" are binary representations of N and F, respectively. For example, for the real number 10.5, nnnnnnnn would be 00001010 (binary 10) and ffffffff would be 00000101 (binary 5), and the complete 32-bit binary value would be 00000000000010100000010100000000, which is the hexadecimal value 0x0A50. ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/colorspacetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/colorspacetype/_index.md index e869e376c3de..3d865de246a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/colorspacetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/colorspacetype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorSpaceType +title: WmfLogColorSpace.ColorSpaceType second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a 32bit signed integer that specifies the color space type. It MUST be defined in the LogicalColorSpace enumeration section 2.1.1.14. If this value is LCS_sRGB or LCS_WINDOWS_COLOR_SPACE the sRGB color space MUST be used type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/colorspacetype/ @@ -16,9 +16,9 @@ public WmfLogicalColorSpaceEnum ColorSpaceType { get; set; } ### See Also -* enum [WmfLogicalColorSpaceEnum](../../../aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum) -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* enum [WmfLogicalColorSpaceEnum](../../../aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum/) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/endpoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/endpoints/_index.md index 6266aea8685f..6221d5b16af4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/endpoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/endpoints/_index.md @@ -1,14 +1,14 @@ --- -title: Endpoints +title: WmfLogColorSpace.Endpoints second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a CIEXYZTriple object section 2.2.2.7 that defines the CIE chromaticity x y and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB this field MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/endpoints/ --- ## WmfLogColorSpace.Endpoints property -Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the [`ColorSpaceType`](../colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. +Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the [`ColorSpaceType`](../colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. ```csharp public WmfCieXyzTriple Endpoints { get; set; } @@ -16,9 +16,9 @@ public WmfCieXyzTriple Endpoints { get; set; } ### See Also -* class [WmfCieXyzTriple](../../wmfciexyztriple) -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfCieXyzTriple](../../wmfciexyztriple/) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/filename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/filename/_index.md index e084f040145c..f8df19cbc739 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/filename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/filename/_index.md @@ -1,14 +1,14 @@ --- -title: Filename +title: WmfLogColorSpace.Filename second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets an optional ASCII charactger string that specifies the name of a file that contains a color profile. If a file name is specified and the ColorSpaceType field is set to LCS_CALIBRATED_RGB the other fields of this structure SHOULD be ignored type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/filename/ --- ## WmfLogColorSpace.Filename property -Gets or sets an optional, ASCII charactger string that specifies the name of a file that contains a color profile. If a file name is specified, and the [`ColorSpaceType`](../colorspacetype) field is set to LCS_CALIBRATED_RGB, the other fields of this structure SHOULD be ignored. +Gets or sets an optional, ASCII charactger string that specifies the name of a file that contains a color profile. If a file name is specified, and the [`ColorSpaceType`](../colorspacetype/) field is set to LCS_CALIBRATED_RGB, the other fields of this structure SHOULD be ignored. ```csharp public string Filename { get; set; } @@ -16,8 +16,8 @@ public string Filename { get; set; } ### See Also -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammablue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammablue/_index.md index 62b8532dc0aa..4fe7187232f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammablue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammablue/_index.md @@ -1,14 +1,14 @@ --- -title: GammaBlue +title: WmfLogColorSpace.GammaBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a 32bit fixed point value that defines the toned response curve for blue. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB this field MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammablue/ --- ## WmfLogColorSpace.GammaBlue property -Gets or sets a 32-bit fixed point value that defines the toned response curve for blue. If the [`ColorSpaceType`](../colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. +Gets or sets a 32-bit fixed point value that defines the toned response curve for blue. If the [`ColorSpaceType`](../colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. ```csharp public int GammaBlue { get; set; } @@ -16,8 +16,8 @@ public int GammaBlue { get; set; } ### See Also -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammagreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammagreen/_index.md index 930edebe27e8..917a5d9176c0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammagreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammagreen/_index.md @@ -1,14 +1,14 @@ --- -title: GammaGreen +title: WmfLogColorSpace.GammaGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a 32bit fixed point value that defines the toned response curve for green. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB this field MUST be ignored type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammagreen/ --- ## WmfLogColorSpace.GammaGreen property -Gets or sets a 32-bit fixed point value that defines the toned response curve for green. If the [`ColorSpaceType`](../colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. +Gets or sets a 32-bit fixed point value that defines the toned response curve for green. If the [`ColorSpaceType`](../colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. ```csharp public int GammaGreen { get; set; } @@ -16,8 +16,8 @@ public int GammaGreen { get; set; } ### See Also -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammared/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammared/_index.md index 7b8c5f03756e..31b5da7b6c62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammared/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammared/_index.md @@ -1,14 +1,14 @@ --- -title: GammaRed +title: WmfLogColorSpace.GammaRed second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a 32bit fixed point value that defines the toned response curve for red. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB this field MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/gammared/ --- ## WmfLogColorSpace.GammaRed property -Gets or sets a 32-bit fixed point value that defines the toned response curve for red. If the [`ColorSpaceType`](../colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. +Gets or sets a 32-bit fixed point value that defines the toned response curve for red. If the [`ColorSpaceType`](../colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. ```csharp public int GammaRed { get; set; } @@ -16,8 +16,8 @@ public int GammaRed { get; set; } ### See Also -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/intent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/intent/_index.md index 74c5de782703..9ff9ea6d1f7d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/intent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/intent/_index.md @@ -1,7 +1,7 @@ --- -title: Intent +title: WmfLogColorSpace.Intent second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a 32bit signed integer that defines the gamut mapping intent. It MUST be defined in the GamutMappingIntent enumeration section 2.1.1.11 type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/intent/ @@ -16,9 +16,9 @@ public WmfGamutMappingIntent Intent { get; set; } ### See Also -* enum [WmfGamutMappingIntent](../../../aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent) -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* enum [WmfGamutMappingIntent](../../../aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent/) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/signature/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/signature/_index.md index a1ed3fd27e6e..c9ce6a2bbe0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/signature/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/signature/_index.md @@ -1,7 +1,7 @@ --- -title: Signature +title: WmfLogColorSpace.Signature second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a 32bit unsigned integer that specifies the signature of color space objects it MUST be set to the value 0x50534F43 which is the ASCII encoding of the string PSOC type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/signature/ @@ -16,8 +16,8 @@ public int Signature { get; set; } ### See Also -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/size/_index.md index 1e986582d03b..a185b64f8e5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: WmfLogColorSpace.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a 32bit unsigned integer that defines the size of this object in bytes type: docs weight: 100 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/size/ @@ -16,8 +16,8 @@ public int Size { get; set; } ### See Also -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/version/_index.md index f4751eecbca4..10e5b921c106 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: WmfLogColorSpace.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace property. Gets or sets a 32bit unsigned integer that defines a version number it MUST be0x00000400 type: docs weight: 110 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/version/ @@ -16,8 +16,8 @@ public int Version { get; set; } ### See Also -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/wmflogcolorspace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/wmflogcolorspace/_index.md index e8003015c1ba..b98e5afdcba3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/wmflogcolorspace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/wmflogcolorspace/_index.md @@ -1,7 +1,7 @@ --- -title: WmfLogColorSpace +title: WmfLogColorSpace.WmfLogColorSpace second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpace constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspace/wmflogcolorspace/ @@ -16,8 +16,8 @@ public WmfLogColorSpace() ### See Also -* class [WmfLogColorSpace](../../wmflogcolorspace) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace) +* class [WmfLogColorSpace](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspace/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/_index.md index 39968a21351d..bd275c167566 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/_index.md @@ -1,7 +1,7 @@ --- -title: WmfLogColorSpaceW +title: Class WmfLogColorSpaceW second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfLogColorSpaceW class. The LogColorSpaceW object specifies a logical color space which can be defined by a color profile file with a name consisting of Unicode 16bit characters type: docs weight: 8830 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/ @@ -18,31 +18,31 @@ public class WmfLogColorSpaceW : MetaObject | Name | Description | | --- | --- | -| [WmfLogColorSpaceW](wmflogcolorspacew)() | The default constructor. | +| [WmfLogColorSpaceW](wmflogcolorspacew/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorSpaceType](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/colorspacetype) { get; set; } | Gets or sets a 32-bit signed integer that specifies the color space type. It MUST be defined in the LogicalColorSpace enumeration (section 2.1.1.14). If this value is LCS_sRGB or LCS_WINDOWS_COLOR_SPACE, the sRGB color space MUST be used. | -| [Endpoints](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/endpoints) { get; set; } | Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the [`ColorSpaceType`](./colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | -| [Filename](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/filename) { get; set; } | Gets or sets an optional, null-terminated Unicode UTF16-LE character string, which specifies the name of a file that contains a color profile. If a file name is specified, and the [`ColorSpaceType`](./colorspacetype) field is set to LCS_CALIBRATED_RGB, the other fields of this structure SHOULD be ignored. | -| [GammaBlue](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammablue) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for blue. If the [`ColorSpaceType`](./colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | -| [GammaGreen](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammagreen) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for green. If the [`ColorSpaceType`](./colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | -| [GammaRed](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammared) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for red. If the [`ColorSpaceType`](./colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | -| [Intent](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/intent) { get; set; } | Gets or sets a 32-bit signed integer that defines the gamut mapping intent. It MUST be defined in the GamutMappingIntent enumeration (section 2.1.1.11). | -| [Signature](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/signature) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the signature of color space objects; it MUST be set to the value 0x50534F43, which is the ASCII encoding of the string "PSOC". | -| [Size](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/size) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | -| [Version](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/version) { get; set; } | Gets or sets a 32-bit unsigned integer that defines a version number; it MUST be0x00000400. | +| [ColorSpaceType](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/colorspacetype/) { get; set; } | Gets or sets a 32-bit signed integer that specifies the color space type. It MUST be defined in the LogicalColorSpace enumeration (section 2.1.1.14). If this value is LCS_sRGB or LCS_WINDOWS_COLOR_SPACE, the sRGB color space MUST be used. | +| [Endpoints](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/endpoints/) { get; set; } | Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the [`ColorSpaceType`](./colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | +| [Filename](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/filename/) { get; set; } | Gets or sets an optional, null-terminated Unicode UTF16-LE character string, which specifies the name of a file that contains a color profile. If a file name is specified, and the [`ColorSpaceType`](./colorspacetype/) field is set to LCS_CALIBRATED_RGB, the other fields of this structure SHOULD be ignored. | +| [GammaBlue](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammablue/) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for blue. If the [`ColorSpaceType`](./colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | +| [GammaGreen](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammagreen/) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for green. If the [`ColorSpaceType`](./colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | +| [GammaRed](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammared/) { get; set; } | Gets or sets a 32-bit fixed point value that defines the toned response curve for red. If the [`ColorSpaceType`](./colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. | +| [Intent](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/intent/) { get; set; } | Gets or sets a 32-bit signed integer that defines the gamut mapping intent. It MUST be defined in the GamutMappingIntent enumeration (section 2.1.1.11). | +| [Signature](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/signature/) { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the signature of color space objects; it MUST be set to the value 0x50534F43, which is the ASCII encoding of the string "PSOC". | +| [Size](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/size/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. | +| [Version](../../aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/version/) { get; set; } | Gets or sets a 32-bit unsigned integer that defines a version number; it MUST be0x00000400. | -### Remarks +## Remarks -See the [`WmfLogColorSpace`](../wmflogcolorspace) object (section 2.2.2.11) for additional details concerning the interpretation of field values of this object. +See the [`WmfLogColorSpace`](../wmflogcolorspace/) object (section 2.2.2.11) for additional details concerning the interpretation of field values of this object. ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/colorspacetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/colorspacetype/_index.md index f32567d40a6c..ed824e37ffbc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/colorspacetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/colorspacetype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorSpaceType +title: WmfLogColorSpaceW.ColorSpaceType second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a 32bit signed integer that specifies the color space type. It MUST be defined in the LogicalColorSpace enumeration section 2.1.1.14. If this value is LCS_sRGB or LCS_WINDOWS_COLOR_SPACE the sRGB color space MUST be used type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/colorspacetype/ @@ -16,9 +16,9 @@ public WmfLogicalColorSpaceEnum ColorSpaceType { get; set; } ### See Also -* enum [WmfLogicalColorSpaceEnum](../../../aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum) -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* enum [WmfLogicalColorSpaceEnum](../../../aspose.imaging.fileformats.wmf.consts/wmflogicalcolorspaceenum/) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/endpoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/endpoints/_index.md index c11cb0768f43..13dfcb5bb01a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/endpoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/endpoints/_index.md @@ -1,14 +1,14 @@ --- -title: Endpoints +title: WmfLogColorSpaceW.Endpoints second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a CIEXYZTriple object section 2.2.2.7 that defines the CIE chromaticity x y and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB this field MUST be ignored type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/endpoints/ --- ## WmfLogColorSpaceW.Endpoints property -Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the [`ColorSpaceType`](../colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. +Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the [`ColorSpaceType`](../colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. ```csharp public WmfCieXyzTriple Endpoints { get; set; } @@ -16,9 +16,9 @@ public WmfCieXyzTriple Endpoints { get; set; } ### See Also -* class [WmfCieXyzTriple](../../wmfciexyztriple) -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfCieXyzTriple](../../wmfciexyztriple/) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/filename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/filename/_index.md index ea13824dca4b..014e331319a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/filename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/filename/_index.md @@ -1,14 +1,14 @@ --- -title: Filename +title: WmfLogColorSpaceW.Filename second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets an optional nullterminated Unicode UTF16LE character string which specifies the name of a file that contains a color profile. If a file name is specified and the ColorSpaceType field is set to LCS_CALIBRATED_RGB the other fields of this structure SHOULD be ignored type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/filename/ --- ## WmfLogColorSpaceW.Filename property -Gets or sets an optional, null-terminated Unicode UTF16-LE character string, which specifies the name of a file that contains a color profile. If a file name is specified, and the [`ColorSpaceType`](../colorspacetype) field is set to LCS_CALIBRATED_RGB, the other fields of this structure SHOULD be ignored. +Gets or sets an optional, null-terminated Unicode UTF16-LE character string, which specifies the name of a file that contains a color profile. If a file name is specified, and the [`ColorSpaceType`](../colorspacetype/) field is set to LCS_CALIBRATED_RGB, the other fields of this structure SHOULD be ignored. ```csharp public string Filename { get; set; } @@ -16,8 +16,8 @@ public string Filename { get; set; } ### See Also -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammablue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammablue/_index.md index d075588d3318..0e56a8874348 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammablue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammablue/_index.md @@ -1,14 +1,14 @@ --- -title: GammaBlue +title: WmfLogColorSpaceW.GammaBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a 32bit fixed point value that defines the toned response curve for blue. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB this field MUST be ignored type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammablue/ --- ## WmfLogColorSpaceW.GammaBlue property -Gets or sets a 32-bit fixed point value that defines the toned response curve for blue. If the [`ColorSpaceType`](../colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. +Gets or sets a 32-bit fixed point value that defines the toned response curve for blue. If the [`ColorSpaceType`](../colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. ```csharp public int GammaBlue { get; set; } @@ -16,8 +16,8 @@ public int GammaBlue { get; set; } ### See Also -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammagreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammagreen/_index.md index a5f734760ff7..73f5e9f55ab5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammagreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammagreen/_index.md @@ -1,14 +1,14 @@ --- -title: GammaGreen +title: WmfLogColorSpaceW.GammaGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a 32bit fixed point value that defines the toned response curve for green. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB this field MUST be ignored type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammagreen/ --- ## WmfLogColorSpaceW.GammaGreen property -Gets or sets a 32-bit fixed point value that defines the toned response curve for green. If the [`ColorSpaceType`](../colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. +Gets or sets a 32-bit fixed point value that defines the toned response curve for green. If the [`ColorSpaceType`](../colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. ```csharp public int GammaGreen { get; set; } @@ -16,8 +16,8 @@ public int GammaGreen { get; set; } ### See Also -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammared/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammared/_index.md index 454155a8ed09..45e862af5a4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammared/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammared/_index.md @@ -1,14 +1,14 @@ --- -title: GammaRed +title: WmfLogColorSpaceW.GammaRed second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a 32bit fixed point value that defines the toned response curve for red. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB this field MUST be ignored type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/gammared/ --- ## WmfLogColorSpaceW.GammaRed property -Gets or sets a 32-bit fixed point value that defines the toned response curve for red. If the [`ColorSpaceType`](../colorspacetype) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. +Gets or sets a 32-bit fixed point value that defines the toned response curve for red. If the [`ColorSpaceType`](../colorspacetype/) field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored. ```csharp public int GammaRed { get; set; } @@ -16,8 +16,8 @@ public int GammaRed { get; set; } ### See Also -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/intent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/intent/_index.md index b3b05387515a..045fd0cda674 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/intent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/intent/_index.md @@ -1,7 +1,7 @@ --- -title: Intent +title: WmfLogColorSpaceW.Intent second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a 32bit signed integer that defines the gamut mapping intent. It MUST be defined in the GamutMappingIntent enumeration section 2.1.1.11 type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/intent/ @@ -16,9 +16,9 @@ public WmfGamutMappingIntent Intent { get; set; } ### See Also -* enum [WmfGamutMappingIntent](../../../aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent) -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* enum [WmfGamutMappingIntent](../../../aspose.imaging.fileformats.wmf.consts/wmfgamutmappingintent/) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/signature/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/signature/_index.md index 3b0475d97278..797301c279b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/signature/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/signature/_index.md @@ -1,7 +1,7 @@ --- -title: Signature +title: WmfLogColorSpaceW.Signature second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a 32bit unsigned integer that specifies the signature of color space objects it MUST be set to the value 0x50534F43 which is the ASCII encoding of the string PSOC type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/signature/ @@ -16,8 +16,8 @@ public int Signature { get; set; } ### See Also -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/size/_index.md index 9bf2a20fa784..be8269920aaf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: WmfLogColorSpaceW.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a 32bit unsigned integer that defines the size of this object in bytes type: docs weight: 100 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/size/ @@ -16,8 +16,8 @@ public int Size { get; set; } ### See Also -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/version/_index.md index e7bb59fe378a..0f8126bf9df6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: WmfLogColorSpaceW.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW property. Gets or sets a 32bit unsigned integer that defines a version number it MUST be0x00000400 type: docs weight: 110 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/version/ @@ -16,8 +16,8 @@ public int Version { get; set; } ### See Also -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/wmflogcolorspacew/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/wmflogcolorspacew/_index.md index 8334f3ee5a90..e64388b0b05f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/wmflogcolorspacew/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/wmflogcolorspacew/_index.md @@ -1,7 +1,7 @@ --- -title: WmfLogColorSpaceW +title: WmfLogColorSpaceW.WmfLogColorSpaceW second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfLogColorSpaceW constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmflogcolorspacew/wmflogcolorspacew/ @@ -16,8 +16,8 @@ public WmfLogColorSpaceW() ### See Also -* class [WmfLogColorSpaceW](../../wmflogcolorspacew) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew) +* class [WmfLogColorSpaceW](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmflogcolorspacew/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/_index.md index c230710bf8cb..cd554ef9d978 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/_index.md @@ -1,7 +1,7 @@ --- -title: WmfMoveTo +title: Class WmfMoveTo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfMoveTo class. The META_MOVETO record sets the output position in the playback device context to a specified point type: docs weight: 8840 url: /net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/ @@ -18,18 +18,18 @@ public class WmfMoveTo : WmfPointObject | Name | Description | | --- | --- | -| [WmfMoveTo](wmfmoveto)() | The default constructor. | +| [WmfMoveTo](wmfmoveto/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/wmfmoveto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/wmfmoveto/_index.md index 5f9c0f671418..a30a6c87aefc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/wmfmoveto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/wmfmoveto/_index.md @@ -1,7 +1,7 @@ --- -title: WmfMoveTo +title: WmfMoveTo.WmfMoveTo second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfMoveTo constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfmoveto/wmfmoveto/ @@ -16,8 +16,8 @@ public WmfMoveTo() ### See Also -* class [WmfMoveTo](../../wmfmoveto) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfmoveto) +* class [WmfMoveTo](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfmoveto/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfobject/_index.md index 6fa98a21b24d..2471adb85d7b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfObject +title: Class WmfObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfObject class. The base wmf object type: docs weight: 8850 url: /net/aspose.imaging.fileformats.wmf.objects/wmfobject/ @@ -16,8 +16,8 @@ public abstract class WmfObject : MetaObject ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/_index.md index 75319c491ebb..b1289d1879fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOffsetClipRgn +title: Class WmfOffsetClipRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfOffsetClipRgn class. The META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the specified offsets type: docs weight: 8860 url: /net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/ @@ -18,18 +18,18 @@ public class WmfOffsetClipRgn : WmfPointObject | Name | Description | | --- | --- | -| [WmfOffsetClipRgn](wmfoffsetcliprgn)() | The default constructor. | +| [WmfOffsetClipRgn](wmfoffsetcliprgn/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/wmfoffsetcliprgn/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/wmfoffsetcliprgn/_index.md index 1c7c77a7e14e..4bac4ce70f01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/wmfoffsetcliprgn/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/wmfoffsetcliprgn/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOffsetClipRgn +title: WmfOffsetClipRgn.WmfOffsetClipRgn second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfOffsetClipRgn constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfoffsetcliprgn/wmfoffsetcliprgn/ @@ -16,8 +16,8 @@ public WmfOffsetClipRgn() ### See Also -* class [WmfOffsetClipRgn](../../wmfoffsetcliprgn) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfoffsetcliprgn) +* class [WmfOffsetClipRgn](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfoffsetcliprgn/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/_index.md index eb4f8012e1fe..4d1c8d366689 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOffsetViewPortOrg +title: Class WmfOffsetViewPortOrg second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfOffsetViewPortOrg class. The META_OFFSETVIEWPORTORG record moves the viewport origin in the playback device context by specified horizontal and vertical offsets type: docs weight: 8870 url: /net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/ @@ -18,18 +18,18 @@ public class WmfOffsetViewPortOrg : WmfPointObject | Name | Description | | --- | --- | -| [WmfOffsetViewPortOrg](wmfoffsetviewportorg)() | The default constructor. | +| [WmfOffsetViewPortOrg](wmfoffsetviewportorg/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/wmfoffsetviewportorg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/wmfoffsetviewportorg/_index.md index 2657ca32a12b..b7a13065e526 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/wmfoffsetviewportorg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/wmfoffsetviewportorg/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOffsetViewPortOrg +title: WmfOffsetViewPortOrg.WmfOffsetViewPortOrg second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfOffsetViewPortOrg constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfoffsetviewportorg/wmfoffsetviewportorg/ @@ -16,8 +16,8 @@ public WmfOffsetViewPortOrg() ### See Also -* class [WmfOffsetViewPortOrg](../../wmfoffsetviewportorg) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfoffsetviewportorg) +* class [WmfOffsetViewPortOrg](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfoffsetviewportorg/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/_index.md index dafb2e330ae9..fd4bf5144122 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOffsetWindowOrg +title: Class WmfOffsetWindowOrg second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfOffsetWindowOrg class. The META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets type: docs weight: 8880 url: /net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/ @@ -18,18 +18,18 @@ public class WmfOffsetWindowOrg : WmfPointObject | Name | Description | | --- | --- | -| [WmfOffsetWindowOrg](wmfoffsetwindoworg)() | The default constructor. | +| [WmfOffsetWindowOrg](wmfoffsetwindoworg/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/wmfoffsetwindoworg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/wmfoffsetwindoworg/_index.md index 8ab6bd9d4c3f..8852d04e8337 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/wmfoffsetwindoworg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/wmfoffsetwindoworg/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOffsetWindowOrg +title: WmfOffsetWindowOrg.WmfOffsetWindowOrg second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfOffsetWindowOrg constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfoffsetwindoworg/wmfoffsetwindoworg/ @@ -16,8 +16,8 @@ public WmfOffsetWindowOrg() ### See Also -* class [WmfOffsetWindowOrg](../../wmfoffsetwindoworg) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfoffsetwindoworg) +* class [WmfOffsetWindowOrg](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfoffsetwindoworg/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/_index.md index 8108bf453401..f270d9fed8c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPaintRegion +title: Class WmfPaintRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfPaintRegion class. The META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context type: docs weight: 8890 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/ @@ -18,19 +18,19 @@ public class WmfPaintRegion : WmfObject | Name | Description | | --- | --- | -| [WmfPaintRegion](wmfpaintregion)() | Initializes a new instance of the [`WmfSelectClipRegion`](../wmfselectclipregion) class. | -| [WmfPaintRegion](wmfpaintregion)(WmfGraphicObject) | Initializes a new instance of the [`WmfSelectClipRegion`](../wmfselectclipregion) class. | +| [WmfPaintRegion](wmfpaintregion/#constructor)() | Initializes a new instance of the [`WmfSelectClipRegion`](../wmfselectclipregion/) class. | +| [WmfPaintRegion](wmfpaintregion/#constructor_1)(WmfGraphicObject) | Initializes a new instance of the [`WmfSelectClipRegion`](../wmfselectclipregion/) class. | ## Properties | Name | Description | | --- | --- | -| [RegionIndex](../../aspose.imaging.fileformats.wmf.objects/wmfpaintregion/regionindex) { get; set; } | Gets or sets the index of the region. | +| [RegionIndex](../../aspose.imaging.fileformats.wmf.objects/wmfpaintregion/regionindex/) { get; set; } | Gets or sets the index of the region. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/regionindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/regionindex/_index.md index f90d84d6df77..fb53972bed2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/regionindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/regionindex/_index.md @@ -1,7 +1,7 @@ --- -title: RegionIndex +title: WmfPaintRegion.RegionIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPaintRegion property. Gets or sets the index of the region type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/regionindex/ @@ -20,8 +20,8 @@ The index of the region. ### See Also -* class [WmfPaintRegion](../../wmfpaintregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpaintregion) +* class [WmfPaintRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpaintregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/wmfpaintregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/wmfpaintregion/_index.md index 708d9f98db80..3f50a9f9494c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/wmfpaintregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/wmfpaintregion/_index.md @@ -1,14 +1,14 @@ --- -title: WmfPaintRegion +title: WmfPaintRegion.WmfPaintRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPaintRegion constructor. Initializes a new instance of the WmfSelectClipRegion class type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpaintregion/wmfpaintregion/ --- -## WmfPaintRegion constructor (1 of 2) +## WmfPaintRegion() {#constructor} -Initializes a new instance of the [`WmfSelectClipRegion`](../../wmfselectclipregion) class. +Initializes a new instance of the [`WmfSelectClipRegion`](../../wmfselectclipregion/) class. ```csharp public WmfPaintRegion() @@ -16,15 +16,15 @@ public WmfPaintRegion() ### See Also -* class [WmfPaintRegion](../../wmfpaintregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpaintregion) +* class [WmfPaintRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpaintregion/) * assembly [Aspose.Imaging](../../../) --- -## WmfPaintRegion constructor (2 of 2) +## WmfPaintRegion(WmfGraphicObject) {#constructor_1} -Initializes a new instance of the [`WmfSelectClipRegion`](../../wmfselectclipregion) class. +Initializes a new instance of the [`WmfSelectClipRegion`](../../wmfselectclipregion/) class. ```csharp public WmfPaintRegion(WmfGraphicObject region) @@ -36,9 +36,9 @@ public WmfPaintRegion(WmfGraphicObject region) ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* class [WmfPaintRegion](../../wmfpaintregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpaintregion) +* class [WmfGraphicObject](../../wmfgraphicobject/) +* class [WmfPaintRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpaintregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/_index.md index ec6bfc167b21..9093c27ec43f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPatBlt +title: Class WmfPatBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfPatBlt class. The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context. The brush color and the surface color or colors are combined using the specified raster operation type: docs weight: 8900 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/ @@ -18,21 +18,21 @@ public class WmfPatBlt : WmfPointObject | Name | Description | | --- | --- | -| [WmfPatBlt](wmfpatblt)() | The default constructor. | +| [WmfPatBlt](wmfpatblt/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfpatblt/height) { get; set; } | Gets or sets the height. | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | -| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfpatblt/rasteroperation) { get; set; } | Gets or sets the raster operation. | -| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfpatblt/width) { get; set; } | Gets or sets the width. | +| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfpatblt/height/) { get; set; } | Gets or sets the height. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | +| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfpatblt/rasteroperation/) { get; set; } | Gets or sets the raster operation. | +| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfpatblt/width/) { get; set; } | Gets or sets the width. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/height/_index.md index 5c3c65950fe8..bbcad3bd7435 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfPatBlt.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPatBlt property. Gets or sets the height type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/height/ @@ -20,8 +20,8 @@ The height, in logical units, of the rectangle. ### See Also -* class [WmfPatBlt](../../wmfpatblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpatblt) +* class [WmfPatBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpatblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/rasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/rasteroperation/_index.md index 7da486f68f77..f95fe01f5b7c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/rasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/rasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: RasterOperation +title: WmfPatBlt.RasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPatBlt property. Gets or sets the raster operation type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/rasteroperation/ @@ -20,9 +20,9 @@ The raster operation code. This code MUST be one of the values in the Ternary Ra ### See Also -* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation) -* class [WmfPatBlt](../../wmfpatblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpatblt) +* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/) +* class [WmfPatBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpatblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/width/_index.md index c80c25c30881..1a1c316fbb7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfPatBlt.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPatBlt property. Gets or sets the width type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/width/ @@ -20,8 +20,8 @@ The width, in logical units, of the rectangle. ### See Also -* class [WmfPatBlt](../../wmfpatblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpatblt) +* class [WmfPatBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpatblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/wmfpatblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/wmfpatblt/_index.md index 0308c1da1744..6823e8963309 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/wmfpatblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/wmfpatblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPatBlt +title: WmfPatBlt.WmfPatBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPatBlt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpatblt/wmfpatblt/ @@ -16,8 +16,8 @@ public WmfPatBlt() ### See Also -* class [WmfPatBlt](../../wmfpatblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpatblt) +* class [WmfPatBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpatblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/_index.md index cb477adfc403..eb700f70eee8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPie +title: Class WmfPie second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfPie class. The META_PIE record draws a pieshaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the pen and filled by using the brush that are defined in the playback device context type: docs weight: 8910 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpie/ @@ -18,20 +18,20 @@ public class WmfPie : WmfRectangle | Name | Description | | --- | --- | -| [WmfPie](wmfpie)() | The default constructor. | +| [WmfPie](wmfpie/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Radial1](../../aspose.imaging.fileformats.wmf.objects/wmfpie/radial1) { get; set; } | Gets or sets the radial1. | -| [Radial2](../../aspose.imaging.fileformats.wmf.objects/wmfpie/radial2) { get; set; } | Gets or sets the radial2. | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle) { get; set; } | Gets or sets the rectangle. | +| [Radial1](../../aspose.imaging.fileformats.wmf.objects/wmfpie/radial1/) { get; set; } | Gets or sets the radial1. | +| [Radial2](../../aspose.imaging.fileformats.wmf.objects/wmfpie/radial2/) { get; set; } | Gets or sets the radial2. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/) { get; set; } | Gets or sets the rectangle. | ### See Also -* class [WmfRectangle](../wmfrectangle) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfRectangle](../wmfrectangle/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial1/_index.md index f9707183776e..c57f1f7126ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial1/_index.md @@ -1,7 +1,7 @@ --- -title: Radial1 +title: WmfPie.Radial1 second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPie property. Gets or sets the radial1 type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial1/ @@ -20,9 +20,9 @@ The radial1. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfPie](../../wmfpie) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpie) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfPie](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial2/_index.md index ccc799b2b65d..be5743810e4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial2/_index.md @@ -1,7 +1,7 @@ --- -title: Radial2 +title: WmfPie.Radial2 second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPie property. Gets or sets the radial2 type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpie/radial2/ @@ -20,9 +20,9 @@ The radial2. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfPie](../../wmfpie) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpie) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfPie](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/wmfpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/wmfpie/_index.md index 90d4bcc2d41a..01f3cf887063 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/wmfpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpie/wmfpie/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPie +title: WmfPie.WmfPie second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPie constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpie/wmfpie/ @@ -16,8 +16,8 @@ public WmfPie() ### See Also -* class [WmfPie](../../wmfpie) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpie) +* class [WmfPie](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpie/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/_index.md index 0ee3f6d7dc2b..1ed60b2fe382 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPitchAndFamily +title: Struct WmfPitchAndFamily second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfPitchAndFamily struct. The PitchAndFamily object specifies the pitch and family properties of a Font object section 2.2.1.2. Pitch refers to the width of the characters and family refers to the general appearance of a font type: docs weight: 8920 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/ @@ -18,26 +18,26 @@ public struct WmfPitchAndFamily | Name | Description | | --- | --- | -| [WmfPitchAndFamily](wmfpitchandfamily)(byte) | Initializes a new instance of the [`WmfPitchAndFamily`](../wmfpitchandfamily) struct. | -| [WmfPitchAndFamily](wmfpitchandfamily)(WmfPitchFont, WmfFamilyFont) | Initializes a new instance of the [`WmfPitchAndFamily`](../wmfpitchandfamily) struct. | +| [WmfPitchAndFamily](wmfpitchandfamily/#constructor_1)(byte) | Initializes a new instance of the `WmfPitchAndFamily` struct. | +| [WmfPitchAndFamily](wmfpitchandfamily/#constructor)(WmfPitchFont, WmfFamilyFont) | Initializes a new instance of the `WmfPitchAndFamily` struct. | ## Properties | Name | Description | | --- | --- | -| [ByteData](../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/bytedata) { get; set; } | Sets the `byte` data. | -| [Family](../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/family) { get; } | Gets A property of a font that describes its general appearance. This MUST be a value in the FamilyFont enumeration | -| [Pitch](../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/pitch) { get; } | Gets A property of a font that describes the pitch, of the characters. This MUST be a value in the PitchFont enumeration. | +| [ByteData](../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/bytedata/) { get; set; } | Sets the `byte` data. | +| [Family](../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/family/) { get; } | Gets A property of a font that describes its general appearance. This MUST be a value in the FamilyFont enumeration | +| [Pitch](../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/pitch/) { get; } | Gets A property of a font that describes the pitch, of the characters. This MUST be a value in the PitchFont enumeration. | ## Methods | Name | Description | | --- | --- | -| [ToByte](../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/tobyte)() | To the byte. | +| [ToByte](../../aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/tobyte/)() | To the byte. | ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/bytedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/bytedata/_index.md index ba9bd0d1f489..e9ce7ef176db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/bytedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/bytedata/_index.md @@ -1,7 +1,7 @@ --- -title: ByteData +title: WmfPitchAndFamily.ByteData second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPitchAndFamily property. Sets the byte data type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/bytedata/ @@ -20,8 +20,8 @@ The `byte` data. ### See Also -* struct [WmfPitchAndFamily](../../wmfpitchandfamily) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily) +* struct [WmfPitchAndFamily](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/family/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/family/_index.md index 48111f1f66ac..139198076f96 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/family/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/family/_index.md @@ -1,7 +1,7 @@ --- -title: Family +title: WmfPitchAndFamily.Family second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPitchAndFamily property. Gets A property of a font that describes its general appearance. This MUST be a value in the FamilyFont enumeration type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/family/ @@ -20,9 +20,9 @@ The family. ### See Also -* enum [WmfFamilyFont](../../../aspose.imaging.fileformats.wmf.consts/wmffamilyfont) -* struct [WmfPitchAndFamily](../../wmfpitchandfamily) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily) +* enum [WmfFamilyFont](../../../aspose.imaging.fileformats.wmf.consts/wmffamilyfont/) +* struct [WmfPitchAndFamily](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/pitch/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/pitch/_index.md index d211e81acd45..776fedf4907c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/pitch/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/pitch/_index.md @@ -1,7 +1,7 @@ --- -title: Pitch +title: WmfPitchAndFamily.Pitch second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPitchAndFamily property. Gets A property of a font that describes the pitch of the characters. This MUST be a value in the PitchFont enumeration type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/pitch/ @@ -20,9 +20,9 @@ The pitch. ### See Also -* enum [WmfPitchFont](../../../aspose.imaging.fileformats.wmf.consts/wmfpitchfont) -* struct [WmfPitchAndFamily](../../wmfpitchandfamily) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily) +* enum [WmfPitchFont](../../../aspose.imaging.fileformats.wmf.consts/wmfpitchfont/) +* struct [WmfPitchAndFamily](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/tobyte/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/tobyte/_index.md index 32182bdcd3bf..94ec005d0a26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/tobyte/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/tobyte/_index.md @@ -1,7 +1,7 @@ --- -title: ToByte +title: WmfPitchAndFamily.ToByte second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPitchAndFamily method. To the byte type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/tobyte/ @@ -20,8 +20,8 @@ The byte value. ### See Also -* struct [WmfPitchAndFamily](../../wmfpitchandfamily) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily) +* struct [WmfPitchAndFamily](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/wmfpitchandfamily/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/wmfpitchandfamily/_index.md index d548c2762494..0f61ffd9d9a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/wmfpitchandfamily/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/wmfpitchandfamily/_index.md @@ -1,14 +1,14 @@ --- -title: WmfPitchAndFamily +title: WmfPitchAndFamily.WmfPitchAndFamily second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPitchAndFamily constructor. Initializes a new instance of the WmfPitchAndFamily struct type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpitchandfamily/wmfpitchandfamily/ --- -## WmfPitchAndFamily constructor (1 of 2) +## WmfPitchAndFamily(byte) {#constructor_1} -Initializes a new instance of the [`WmfPitchAndFamily`](../../wmfpitchandfamily) struct. +Initializes a new instance of the [`WmfPitchAndFamily`](../) struct. ```csharp public WmfPitchAndFamily(byte byteData) @@ -20,15 +20,15 @@ public WmfPitchAndFamily(byte byteData) ### See Also -* struct [WmfPitchAndFamily](../../wmfpitchandfamily) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily) +* struct [WmfPitchAndFamily](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily/) * assembly [Aspose.Imaging](../../../) --- -## WmfPitchAndFamily constructor (2 of 2) +## WmfPitchAndFamily(WmfPitchFont, WmfFamilyFont) {#constructor} -Initializes a new instance of the [`WmfPitchAndFamily`](../../wmfpitchandfamily) struct. +Initializes a new instance of the [`WmfPitchAndFamily`](../) struct. ```csharp public WmfPitchAndFamily(WmfPitchFont pitch, WmfFamilyFont family) @@ -41,10 +41,10 @@ public WmfPitchAndFamily(WmfPitchFont pitch, WmfFamilyFont family) ### See Also -* enum [WmfPitchFont](../../../aspose.imaging.fileformats.wmf.consts/wmfpitchfont) -* enum [WmfFamilyFont](../../../aspose.imaging.fileformats.wmf.consts/wmffamilyfont) -* struct [WmfPitchAndFamily](../../wmfpitchandfamily) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily) +* enum [WmfPitchFont](../../../aspose.imaging.fileformats.wmf.consts/wmfpitchfont/) +* enum [WmfFamilyFont](../../../aspose.imaging.fileformats.wmf.consts/wmffamilyfont/) +* struct [WmfPitchAndFamily](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpitchandfamily/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/_index.md index 424ff77e5042..f0c9f2f78720 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPointObject +title: Class WmfPointObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfPointObject class. The Point object type: docs weight: 8930 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/ @@ -18,18 +18,18 @@ public class WmfPointObject : WmfObject | Name | Description | | --- | --- | -| [WmfPointObject](wmfpointobject)() | The default constructor. | +| [WmfPointObject](wmfpointobject/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/_index.md index f94dadd3a70e..2f6b78626bc4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/_index.md @@ -1,7 +1,7 @@ --- -title: Point +title: WmfPointObject.Point second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPointObject property. Gets or sets the point type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/ @@ -20,9 +20,9 @@ The point. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfPointObject](../../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpointobject) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfPointObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpointobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/wmfpointobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/wmfpointobject/_index.md index 12fcb835bd52..8de844961740 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/wmfpointobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/wmfpointobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPointObject +title: WmfPointObject.WmfPointObject second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPointObject constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpointobject/wmfpointobject/ @@ -16,8 +16,8 @@ public WmfPointObject() ### See Also -* class [WmfPointObject](../../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpointobject) +* class [WmfPointObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpointobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/_index.md index 3730183c907e..b40059ddf95b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPolygon +title: Class WmfPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfPolygon class. The polygon object type: docs weight: 8960 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/ @@ -18,19 +18,19 @@ public class WmfPolygon : WmfObject | Name | Description | | --- | --- | -| [WmfPolygon](wmfpolygon)() | The default constructor. | +| [WmfPolygon](wmfpolygon/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.wmf.objects/wmfpolygon/apoints) { get; set; } | Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects (section 2.2.2.16), in logical units. | -| [NumberOfPoint](../../aspose.imaging.fileformats.wmf.objects/wmfpolygon/numberofpoint) { get; set; } | Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array. | +| [APoints](../../aspose.imaging.fileformats.wmf.objects/wmfpolygon/apoints/) { get; set; } | Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects (section 2.2.2.16), in logical units. | +| [NumberOfPoint](../../aspose.imaging.fileformats.wmf.objects/wmfpolygon/numberofpoint/) { get; set; } | Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/apoints/_index.md index e47a52a64cec..5bd591f3c2cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: WmfPolygon.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolygon property. Gets or sets the points. A NumberOfPoints array of 32bit PointS Objects section 2.2.2.16 in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/apoints/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfPolygon](../../wmfpolygon) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolygon) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/numberofpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/numberofpoint/_index.md index 078c5b77b9a8..f366214e353b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/numberofpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/numberofpoint/_index.md @@ -1,7 +1,7 @@ --- -title: NumberOfPoint +title: WmfPolygon.NumberOfPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolygon property. Gets or sets the number of point. A 16bit signed integer that defines the number of points in the array type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/numberofpoint/ @@ -20,8 +20,8 @@ The number of point. ### See Also -* class [WmfPolygon](../../wmfpolygon) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolygon) +* class [WmfPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/wmfpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/wmfpolygon/_index.md index 132626decc85..0f9bd5476ccd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/wmfpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/wmfpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPolygon +title: WmfPolygon.WmfPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolygon constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolygon/wmfpolygon/ @@ -16,8 +16,8 @@ public WmfPolygon() ### See Also -* class [WmfPolygon](../../wmfpolygon) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolygon) +* class [WmfPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/_index.md index 8f60024c9726..b6df8471ddbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPolyLine +title: Class WmfPolyLine second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfPolyLine class. The poly line object type: docs weight: 8940 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/ @@ -18,19 +18,19 @@ public class WmfPolyLine : WmfObject | Name | Description | | --- | --- | -| [WmfPolyLine](wmfpolyline)() | The default constructor. | +| [WmfPolyLine](wmfpolyline/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.wmf.objects/wmfpolyline/apoints) { get; set; } | Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects, in logical units. | -| [NumberOfPoint](../../aspose.imaging.fileformats.wmf.objects/wmfpolyline/numberofpoint) { get; set; } | Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array. | +| [APoints](../../aspose.imaging.fileformats.wmf.objects/wmfpolyline/apoints/) { get; set; } | Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects, in logical units. | +| [NumberOfPoint](../../aspose.imaging.fileformats.wmf.objects/wmfpolyline/numberofpoint/) { get; set; } | Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/apoints/_index.md index b991cc5d5be1..b584085ca86d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: WmfPolyLine.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolyLine property. Gets or sets the points. A NumberOfPoints array of 32bit PointS Objects in logical units type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/apoints/ @@ -20,9 +20,9 @@ The points. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfPolyLine](../../wmfpolyline) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolyline) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfPolyLine](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/numberofpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/numberofpoint/_index.md index 66bf3afc5f5b..1dd4d1f2437b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/numberofpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/numberofpoint/_index.md @@ -1,7 +1,7 @@ --- -title: NumberOfPoint +title: WmfPolyLine.NumberOfPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolyLine property. Gets or sets the number of point. A 16bit signed integer that defines the number of points in the array type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/numberofpoint/ @@ -20,8 +20,8 @@ The number of point. ### See Also -* class [WmfPolyLine](../../wmfpolyline) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolyline) +* class [WmfPolyLine](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/wmfpolyline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/wmfpolyline/_index.md index 7f25fac2e935..545b9dd0c6c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/wmfpolyline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/wmfpolyline/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPolyLine +title: WmfPolyLine.WmfPolyLine second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolyLine constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolyline/wmfpolyline/ @@ -16,8 +16,8 @@ public WmfPolyLine() ### See Also -* class [WmfPolyLine](../../wmfpolyline) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolyline) +* class [WmfPolyLine](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolyline/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/_index.md index 8a1a286e0d11..4b490d69b79d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPolyPolygon +title: Class WmfPolyPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfPolyPolygon class. The PolyPolygon Object defines a series of closed polygons type: docs weight: 8950 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/ @@ -18,20 +18,20 @@ public class WmfPolyPolygon : WmfObject | Name | Description | | --- | --- | -| [WmfPolyPolygon](wmfpolypolygon)() | The default constructor. | +| [WmfPolyPolygon](wmfpolypolygon/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [APoints](../../aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apoints) { get; set; } | Gets or sets a points. | -| [APointsPerPolygon](../../aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apointsperpolygon) { get; set; } | Gets or sets a points per polygon. | -| [NumberOfPolygons](../../aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/numberofpolygons) { get; set; } | Gets or sets the number of polygons. The number of polygons in the object. | +| [APoints](../../aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apoints/) { get; set; } | Gets or sets a points. | +| [APointsPerPolygon](../../aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apointsperpolygon/) { get; set; } | Gets or sets a points per polygon. | +| [NumberOfPolygons](../../aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/numberofpolygons/) { get; set; } | Gets or sets the number of polygons. The number of polygons in the object. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apoints/_index.md index 066c5c5627c5..2cda827fe746 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apoints/_index.md @@ -1,7 +1,7 @@ --- -title: APoints +title: WmfPolyPolygon.APoints second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolyPolygon property. Gets or sets a points type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apoints/ @@ -20,9 +20,9 @@ a points. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfPolyPolygon](../../wmfpolypolygon) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolypolygon) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfPolyPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolypolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apointsperpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apointsperpolygon/_index.md index af1b8380613b..2aa57e880c17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apointsperpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apointsperpolygon/_index.md @@ -1,7 +1,7 @@ --- -title: APointsPerPolygon +title: WmfPolyPolygon.APointsPerPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolyPolygon property. Gets or sets a points per polygon type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/apointsperpolygon/ @@ -20,8 +20,8 @@ The number of points for each polygon in the object. ### See Also -* class [WmfPolyPolygon](../../wmfpolypolygon) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolypolygon) +* class [WmfPolyPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolypolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/numberofpolygons/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/numberofpolygons/_index.md index fe20c2b2e6fc..43b16e72d52a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/numberofpolygons/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/numberofpolygons/_index.md @@ -1,7 +1,7 @@ --- -title: NumberOfPolygons +title: WmfPolyPolygon.NumberOfPolygons second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolyPolygon property. Gets or sets the number of polygons. The number of polygons in the object type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/numberofpolygons/ @@ -20,8 +20,8 @@ The number of polygons. ### See Also -* class [WmfPolyPolygon](../../wmfpolypolygon) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolypolygon) +* class [WmfPolyPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolypolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/wmfpolypolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/wmfpolypolygon/_index.md index a1201e304cca..64cdecbed048 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/wmfpolypolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/wmfpolypolygon/_index.md @@ -1,7 +1,7 @@ --- -title: WmfPolyPolygon +title: WmfPolyPolygon.WmfPolyPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfPolyPolygon constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfpolypolygon/wmfpolypolygon/ @@ -16,8 +16,8 @@ public WmfPolyPolygon() ### See Also -* class [WmfPolyPolygon](../../wmfpolypolygon) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolypolygon) +* class [WmfPolyPolygon](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfpolypolygon/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/_index.md index 4d7745a4a7bc..c7253d715cda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRealizePalette +title: Class WmfRealizePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfRealizePalette class. The META_REALIZEPALETTE record maps entries from the logical palette that is defined in the playback device context to the system palette type: docs weight: 8970 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/ @@ -18,12 +18,12 @@ public class WmfRealizePalette : WmfObject | Name | Description | | --- | --- | -| [WmfRealizePalette](wmfrealizepalette)() | The default constructor. | +| [WmfRealizePalette](wmfrealizepalette/)() | The default constructor. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/wmfrealizepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/wmfrealizepalette/_index.md index 59f4191664a1..6bcc68310ad8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/wmfrealizepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/wmfrealizepalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRealizePalette +title: WmfRealizePalette.WmfRealizePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRealizePalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrealizepalette/wmfrealizepalette/ @@ -16,8 +16,8 @@ public WmfRealizePalette() ### See Also -* class [WmfRealizePalette](../../wmfrealizepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrealizepalette) +* class [WmfRealizePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrealizepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/_index.md index b42d34ff7796..01a14763abc3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRecord +title: Class WmfRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfRecord class. The Wmf Record type: docs weight: 8980 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrecord/ @@ -18,19 +18,19 @@ public class WmfRecord : MetaObject | Name | Description | | --- | --- | -| [WmfRecord](wmfrecord)() | The default constructor. | +| [WmfRecord](wmfrecord/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [RecordType](../../aspose.imaging.fileformats.wmf.objects/wmfrecord/recordtype) { get; set; } | [`RecordType`](./recordtype) number (defined in WINDOWS.H) | -| [Size](../../aspose.imaging.fileformats.wmf.objects/wmfrecord/size) { get; set; } | Gets or sets the size. | +| [RecordType](../../aspose.imaging.fileformats.wmf.objects/wmfrecord/recordtype/) { get; set; } | [`RecordType`](./recordtype/) number (defined in WINDOWS.H) | +| [Size](../../aspose.imaging.fileformats.wmf.objects/wmfrecord/size/) { get; set; } | Gets or sets the size. | ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/recordtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/recordtype/_index.md index 88ab1eabe4ab..809dcd04dc11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/recordtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/recordtype/_index.md @@ -1,7 +1,7 @@ --- -title: RecordType +title: WmfRecord.RecordType second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRecord property. RecordType number defined in WINDOWS.H type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrecord/recordtype/ @@ -16,9 +16,9 @@ public WmfRecordType RecordType { get; set; } ### See Also -* enum [WmfRecordType](../../../aspose.imaging.fileformats.wmf.consts/wmfrecordtype) -* class [WmfRecord](../../wmfrecord) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrecord) +* enum [WmfRecordType](../../../aspose.imaging.fileformats.wmf.consts/wmfrecordtype/) +* class [WmfRecord](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/size/_index.md index db49c6c2a1d0..2608f9ebaec2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: WmfRecord.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRecord property. Gets or sets the size type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrecord/size/ @@ -20,8 +20,8 @@ The size. ### See Also -* class [WmfRecord](../../wmfrecord) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrecord) +* class [WmfRecord](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/wmfrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/wmfrecord/_index.md index a54d831fd338..c6b12c4ab51c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/wmfrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrecord/wmfrecord/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRecord +title: WmfRecord.WmfRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRecord constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrecord/wmfrecord/ @@ -16,8 +16,8 @@ public WmfRecord() ### See Also -* class [WmfRecord](../../wmfrecord) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrecord) +* class [WmfRecord](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrecord/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/_index.md index d4a8235d14d8..f914b381746a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRectangle +title: Class WmfRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfRectangle class. The META_RECTANGLE record paints a rectangle. The rectangle is outlined by using the pen and filled by using the brush that are defined in the playback device context type: docs weight: 8990 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/ @@ -18,15 +18,15 @@ public class WmfRectangle : WmfObject | Name | Description | | --- | --- | -| [WmfRectangle](wmfrectangle)() | The default constructor. | +| [WmfRectangle](wmfrectangle/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle) { get; set; } | Gets or sets the rectangle. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/) { get; set; } | Gets or sets the rectangle. | -### Examples +## Examples The following example shows how set the background color for WMF. Actually it draws a rectangle of the background color before drawing all other objects. @@ -79,8 +79,8 @@ public static void AddBackgroundRectangleWmf(Aspose.Imaging.FileFormats.Wmf.WmfI ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/_index.md index 6f5a3fabdd26..7d79aec304a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: WmfRectangle.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRectangle property. Gets or sets the rectangle type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/ @@ -20,9 +20,9 @@ The rectangle. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WmfRectangle](../../wmfrectangle) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrectangle) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WmfRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/wmfrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/wmfrectangle/_index.md index 076b1e7e1b25..d1118e0c5a9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/wmfrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/wmfrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRectangle +title: WmfRectangle.WmfRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRectangle constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrectangle/wmfrectangle/ @@ -16,8 +16,8 @@ public WmfRectangle() ### See Also -* class [WmfRectangle](../../wmfrectangle) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrectangle) +* class [WmfRectangle](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/_index.md index 3f84e3644f43..e2ff722c5ba0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRegion +title: Class WmfRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfRegion class. The Region Object defines a potentially nonrectilinear shape defined by an array of scanlines type: docs weight: 9000 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/ @@ -18,25 +18,25 @@ public class WmfRegion : MetaObject | Name | Description | | --- | --- | -| [WmfRegion](wmfregion)() | The default constructor. | +| [WmfRegion](wmfregion/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [AScans](../../aspose.imaging.fileformats.wmf.objects/wmfregion/ascans) { get; set; } | Gets or sets a scans. | -| [BoundingRectangle](../../aspose.imaging.fileformats.wmf.objects/wmfregion/boundingrectangle) { get; set; } | Gets or sets the bounding rectangle. | -| [MaxScan](../../aspose.imaging.fileformats.wmf.objects/wmfregion/maxscan) { get; set; } | Gets or sets the maximum scan. | -| [NextInChain](../../aspose.imaging.fileformats.wmf.objects/wmfregion/nextinchain) { get; set; } | Gets or sets the next in chain. | -| [ObjectCount](../../aspose.imaging.fileformats.wmf.objects/wmfregion/objectcount) { get; set; } | Gets or sets the object count. | -| [ObjectType](../../aspose.imaging.fileformats.wmf.objects/wmfregion/objecttype) { get; set; } | Gets or sets the type of the object. | -| [RegionSize](../../aspose.imaging.fileformats.wmf.objects/wmfregion/regionsize) { get; set; } | Gets or sets the size of the region. | -| [ScanCount](../../aspose.imaging.fileformats.wmf.objects/wmfregion/scancount) { get; set; } | Gets or sets the scan count. | +| [AScans](../../aspose.imaging.fileformats.wmf.objects/wmfregion/ascans/) { get; set; } | Gets or sets a scans. | +| [BoundingRectangle](../../aspose.imaging.fileformats.wmf.objects/wmfregion/boundingrectangle/) { get; set; } | Gets or sets the bounding rectangle. | +| [MaxScan](../../aspose.imaging.fileformats.wmf.objects/wmfregion/maxscan/) { get; set; } | Gets or sets the maximum scan. | +| [NextInChain](../../aspose.imaging.fileformats.wmf.objects/wmfregion/nextinchain/) { get; set; } | Gets or sets the next in chain. | +| [ObjectCount](../../aspose.imaging.fileformats.wmf.objects/wmfregion/objectcount/) { get; set; } | Gets or sets the object count. | +| [ObjectType](../../aspose.imaging.fileformats.wmf.objects/wmfregion/objecttype/) { get; set; } | Gets or sets the type of the object. | +| [RegionSize](../../aspose.imaging.fileformats.wmf.objects/wmfregion/regionsize/) { get; set; } | Gets or sets the size of the region. | +| [ScanCount](../../aspose.imaging.fileformats.wmf.objects/wmfregion/scancount/) { get; set; } | Gets or sets the scan count. | ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/ascans/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/ascans/_index.md index ed2267d21c44..08c92fec86a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/ascans/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/ascans/_index.md @@ -1,7 +1,7 @@ --- -title: AScans +title: WmfRegion.AScans second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion property. Gets or sets a scans type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/ascans/ @@ -20,9 +20,9 @@ An array of Scan objects (section 2.2.2.21) that define the scanlines in the reg ### See Also -* class [WmfScanObject](../../wmfscanobject) -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* class [WmfScanObject](../../wmfscanobject/) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/boundingrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/boundingrectangle/_index.md index 3995678c6da1..c68fce38dfec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/boundingrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/boundingrectangle/_index.md @@ -1,7 +1,7 @@ --- -title: BoundingRectangle +title: WmfRegion.BoundingRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion property. Gets or sets the bounding rectangle type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/boundingrectangle/ @@ -20,9 +20,9 @@ A Rect object (section 2.2.2.18) that defines the bounding rectangle. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/maxscan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/maxscan/_index.md index 232c3274c945..8433b973ef20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/maxscan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/maxscan/_index.md @@ -1,7 +1,7 @@ --- -title: MaxScan +title: WmfRegion.MaxScan second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion property. Gets or sets the maximum scan type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/maxscan/ @@ -20,8 +20,8 @@ The maximum number of points in any one scan in this region. ### See Also -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/nextinchain/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/nextinchain/_index.md index 0fe6752411ae..533de5d92047 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/nextinchain/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/nextinchain/_index.md @@ -1,7 +1,7 @@ --- -title: NextInChain +title: WmfRegion.NextInChain second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion property. Gets or sets the next in chain type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/nextinchain/ @@ -20,8 +20,8 @@ A value that MUST be ignored. ### See Also -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/objectcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/objectcount/_index.md index 4acd7726f3f4..d71951c40a3f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/objectcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/objectcount/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectCount +title: WmfRegion.ObjectCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion property. Gets or sets the object count type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/objectcount/ @@ -20,8 +20,8 @@ A value that MUST be ignored. ### See Also -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/objecttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/objecttype/_index.md index 3dd1abbaf037..3cf8070b134e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/objecttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/objecttype/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectType +title: WmfRegion.ObjectType second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion property. Gets or sets the type of the object type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/objecttype/ @@ -20,8 +20,8 @@ The region identifier. It MUST be 0x0006. ### See Also -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/regionsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/regionsize/_index.md index cf31af480546..95afbbd7016a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/regionsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/regionsize/_index.md @@ -1,7 +1,7 @@ --- -title: RegionSize +title: WmfRegion.RegionSize second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion property. Gets or sets the size of the region type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/regionsize/ @@ -20,8 +20,8 @@ The size of the region in bytes plus the size of aScans in bytes. ### See Also -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/scancount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/scancount/_index.md index 8efcd791fac2..a81fb3204a11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/scancount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/scancount/_index.md @@ -1,7 +1,7 @@ --- -title: ScanCount +title: WmfRegion.ScanCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion property. Gets or sets the scan count type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/scancount/ @@ -20,8 +20,8 @@ The number of scanlines composing the region. ### See Also -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/wmfregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/wmfregion/_index.md index 715e57f1ba51..4f5b4e8eceb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/wmfregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfregion/wmfregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRegion +title: WmfRegion.WmfRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRegion constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfregion/wmfregion/ @@ -16,8 +16,8 @@ public WmfRegion() ### See Also -* class [WmfRegion](../../wmfregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion) +* class [WmfRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/_index.md index 6bef5793e91c..3d9026e24d1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfResizePalette +title: Class WmfResizePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfResizePalette class. The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the playback device context type: docs weight: 9010 url: /net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/ @@ -18,18 +18,18 @@ public class WmfResizePalette : WmfObject | Name | Description | | --- | --- | -| [WmfResizePalette](wmfresizepalette)() | The default constructor. | +| [WmfResizePalette](wmfresizepalette/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [NumberOfEntries](../../aspose.imaging.fileformats.wmf.objects/wmfresizepalette/numberofentries) { get; set; } | Gets or sets the number of entries. | +| [NumberOfEntries](../../aspose.imaging.fileformats.wmf.objects/wmfresizepalette/numberofentries/) { get; set; } | Gets or sets the number of entries. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/numberofentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/numberofentries/_index.md index 8e7d0bf5fabe..c772982f218a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/numberofentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/numberofentries/_index.md @@ -1,7 +1,7 @@ --- -title: NumberOfEntries +title: WmfResizePalette.NumberOfEntries second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfResizePalette property. Gets or sets the number of entries type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/numberofentries/ @@ -20,8 +20,8 @@ The number of entries in the logical palette. ### See Also -* class [WmfResizePalette](../../wmfresizepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfresizepalette) +* class [WmfResizePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfresizepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/wmfresizepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/wmfresizepalette/_index.md index 73db45ad5106..733cddbaf3bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/wmfresizepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/wmfresizepalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfResizePalette +title: WmfResizePalette.WmfResizePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfResizePalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfresizepalette/wmfresizepalette/ @@ -16,8 +16,8 @@ public WmfResizePalette() ### See Also -* class [WmfResizePalette](../../wmfresizepalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfresizepalette) +* class [WmfResizePalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfresizepalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/_index.md index ff4a5d93730a..05539767de91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRestoreDc +title: Class WmfRestoreDc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfRestoreDc class. The restore DC object type: docs weight: 9020 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/ @@ -18,18 +18,18 @@ public class WmfRestoreDc : WmfObject | Name | Description | | --- | --- | -| [WmfRestoreDc](wmfrestoredc)() | The default constructor. | +| [WmfRestoreDc](wmfrestoredc/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [NSavedDc](../../aspose.imaging.fileformats.wmf.objects/wmfrestoredc/nsaveddc) { get; set; } | Gets or sets the n saved dc. | +| [NSavedDc](../../aspose.imaging.fileformats.wmf.objects/wmfrestoredc/nsaveddc/) { get; set; } | Gets or sets the n saved dc. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/nsaveddc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/nsaveddc/_index.md index ba8af8d15e3a..fc214b116d5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/nsaveddc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/nsaveddc/_index.md @@ -1,7 +1,7 @@ --- -title: NSavedDc +title: WmfRestoreDc.NSavedDc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRestoreDc property. Gets or sets the n saved dc type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/nsaveddc/ @@ -20,8 +20,8 @@ The saved state to be restored. If this member is positive, nSavedDC represents ### See Also -* class [WmfRestoreDc](../../wmfrestoredc) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrestoredc) +* class [WmfRestoreDc](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrestoredc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/wmfrestoredc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/wmfrestoredc/_index.md index 38f127be9a83..cdabbac44545 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/wmfrestoredc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/wmfrestoredc/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRestoreDc +title: WmfRestoreDc.WmfRestoreDc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRestoreDc constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfrestoredc/wmfrestoredc/ @@ -16,8 +16,8 @@ public WmfRestoreDc() ### See Also -* class [WmfRestoreDc](../../wmfrestoredc) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrestoredc) +* class [WmfRestoreDc](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfrestoredc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/_index.md index d07217d74d69..0a67c40ee832 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRoundRect +title: Class WmfRoundRect second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfRoundRect class. The rectangle object type: docs weight: 9030 url: /net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/ @@ -18,20 +18,20 @@ public class WmfRoundRect : WmfRectangle | Name | Description | | --- | --- | -| [WmfRoundRect](wmfroundrect)() | The default constructor. | +| [WmfRoundRect](wmfroundrect/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfroundrect/height) { get; set; } | Gets or sets the height. | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle) { get; set; } | Gets or sets the rectangle. | -| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfroundrect/width) { get; set; } | Gets or sets the width. | +| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfroundrect/height/) { get; set; } | Gets or sets the height. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfrectangle/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfroundrect/width/) { get; set; } | Gets or sets the width. | ### See Also -* class [WmfRectangle](../wmfrectangle) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfRectangle](../wmfrectangle/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/height/_index.md index 75f97802566d..e1213bab5350 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfRoundRect.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRoundRect property. Gets or sets the height type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/height/ @@ -20,8 +20,8 @@ The height, in logical coordinates, of the ellipse used to draw the rounded corn ### See Also -* class [WmfRoundRect](../../wmfroundrect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfroundrect) +* class [WmfRoundRect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfroundrect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/width/_index.md index ed8819031655..59af865539f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfRoundRect.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRoundRect property. Gets or sets the width type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/width/ @@ -20,8 +20,8 @@ The width, in logical coordinates, of the ellipse used to draw the rounded corne ### See Also -* class [WmfRoundRect](../../wmfroundrect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfroundrect) +* class [WmfRoundRect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfroundrect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/wmfroundrect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/wmfroundrect/_index.md index 11091b25af39..0ba10b1a4ee3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/wmfroundrect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/wmfroundrect/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRoundRect +title: WmfRoundRect.WmfRoundRect second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRoundRect constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfroundrect/wmfroundrect/ @@ -16,8 +16,8 @@ public WmfRoundRect() ### See Also -* class [WmfRoundRect](../../wmfroundrect) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfroundrect) +* class [WmfRoundRect](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfroundrect/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/_index.md index 0dbea84beb06..1c2257f5452d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSaveDc +title: Class WmfSaveDc second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSaveDc class. The META_SAVEDC record saves the playback device context for later retrieval type: docs weight: 9040 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/ @@ -18,12 +18,12 @@ public class WmfSaveDc : WmfObject | Name | Description | | --- | --- | -| [WmfSaveDc](wmfsavedc)() | The default constructor. | +| [WmfSaveDc](wmfsavedc/)() | The default constructor. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/wmfsavedc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/wmfsavedc/_index.md index 25f6e0ea511b..22e429806a80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/wmfsavedc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/wmfsavedc/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSaveDc +title: WmfSaveDc.WmfSaveDc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSaveDc constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsavedc/wmfsavedc/ @@ -16,8 +16,8 @@ public WmfSaveDc() ### See Also -* class [WmfSaveDc](../../wmfsavedc) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsavedc) +* class [WmfSaveDc](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsavedc/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/_index.md index 1b6c8a4198ce..820b0205bb9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/_index.md @@ -1,7 +1,7 @@ --- -title: WmfScaleViewportExt +title: Class WmfScaleViewportExt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfScaleViewportExt class. The META_SCALEVIEWPORTEXT record scales the horizontal and vertical extents of the viewport that is defined in the playback device context by using the ratios formed by the specified multiplicands and divisors type: docs weight: 9050 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/ @@ -18,21 +18,21 @@ public class WmfScaleViewportExt : WmfScaleWindowExt | Name | Description | | --- | --- | -| [WmfScaleViewportExt](wmfscaleviewportext)() | The default constructor. | +| [WmfScaleViewportExt](wmfscaleviewportext/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [XDenom](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom) { get; set; } | Gets or sets the x denom. | -| [XNum](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum) { get; set; } | Gets or sets the x number. | -| [YDenom](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom) { get; set; } | Gets or sets the y denom. | -| [YNum](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum) { get; set; } | Gets or sets the y num. | +| [XDenom](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom/) { get; set; } | Gets or sets the x denom. | +| [XNum](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum/) { get; set; } | Gets or sets the x number. | +| [YDenom](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom/) { get; set; } | Gets or sets the y denom. | +| [YNum](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum/) { get; set; } | Gets or sets the y num. | ### See Also -* class [WmfScaleWindowExt](../wmfscalewindowext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfScaleWindowExt](../wmfscalewindowext/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/wmfscaleviewportext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/wmfscaleviewportext/_index.md index 54fe1e76c9cb..41916f1a86ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/wmfscaleviewportext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/wmfscaleviewportext/_index.md @@ -1,7 +1,7 @@ --- -title: WmfScaleViewportExt +title: WmfScaleViewportExt.WmfScaleViewportExt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScaleViewportExt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscaleviewportext/wmfscaleviewportext/ @@ -16,8 +16,8 @@ public WmfScaleViewportExt() ### See Also -* class [WmfScaleViewportExt](../../wmfscaleviewportext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscaleviewportext) +* class [WmfScaleViewportExt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscaleviewportext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/_index.md index 0417fae74c79..b3e551164ffb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/_index.md @@ -1,7 +1,7 @@ --- -title: WmfScaleWindowExt +title: Class WmfScaleWindowExt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfScaleWindowExt class. The META_SCALEWINDOWEXT record scales the horizontal and vertical extents of the output window that is defined in the playback device context by using the ratios formed by specified multiplicands and divisors type: docs weight: 9060 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ @@ -18,21 +18,21 @@ public class WmfScaleWindowExt : WmfObject | Name | Description | | --- | --- | -| [WmfScaleWindowExt](wmfscalewindowext)() | The default constructor. | +| [WmfScaleWindowExt](wmfscalewindowext/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [XDenom](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom) { get; set; } | Gets or sets the x denom. | -| [XNum](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum) { get; set; } | Gets or sets the x number. | -| [YDenom](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom) { get; set; } | Gets or sets the y denom. | -| [YNum](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum) { get; set; } | Gets or sets the y num. | +| [XDenom](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom/) { get; set; } | Gets or sets the x denom. | +| [XNum](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum/) { get; set; } | Gets or sets the x number. | +| [YDenom](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom/) { get; set; } | Gets or sets the y denom. | +| [YNum](../../aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum/) { get; set; } | Gets or sets the y num. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/wmfscalewindowext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/wmfscalewindowext/_index.md index 49e97968ad20..5f2314610e07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/wmfscalewindowext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/wmfscalewindowext/_index.md @@ -1,7 +1,7 @@ --- -title: WmfScaleWindowExt +title: WmfScaleWindowExt.WmfScaleWindowExt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScaleWindowExt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/wmfscalewindowext/ @@ -16,8 +16,8 @@ public WmfScaleWindowExt() ### See Also -* class [WmfScaleWindowExt](../../wmfscalewindowext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext) +* class [WmfScaleWindowExt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom/_index.md index 0b27499c3621..183a083ddc21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom/_index.md @@ -1,7 +1,7 @@ --- -title: XDenom +title: WmfScaleWindowExt.XDenom second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScaleWindowExt property. Gets or sets the x denom type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xdenom/ @@ -20,8 +20,8 @@ The amount by which to divide the result of multiplying the current x-extent by ### See Also -* class [WmfScaleWindowExt](../../wmfscalewindowext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext) +* class [WmfScaleWindowExt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum/_index.md index 0c3955eb89e8..16b2af5ed6b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum/_index.md @@ -1,7 +1,7 @@ --- -title: XNum +title: WmfScaleWindowExt.XNum second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScaleWindowExt property. Gets or sets the x number type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/xnum/ @@ -20,8 +20,8 @@ The amount by which to multiply the current x-extent. ### See Also -* class [WmfScaleWindowExt](../../wmfscalewindowext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext) +* class [WmfScaleWindowExt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom/_index.md index 3cd8a79932a8..b3ccfe39e40a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom/_index.md @@ -1,7 +1,7 @@ --- -title: YDenom +title: WmfScaleWindowExt.YDenom second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScaleWindowExt property. Gets or sets the y denom type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ydenom/ @@ -20,8 +20,8 @@ The amount by which to divide the result of multiplying the current y-extent by ### See Also -* class [WmfScaleWindowExt](../../wmfscalewindowext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext) +* class [WmfScaleWindowExt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum/_index.md index 3494bb0daf7b..0b98d325d95e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum/_index.md @@ -1,7 +1,7 @@ --- -title: YNum +title: WmfScaleWindowExt.YNum second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScaleWindowExt property. Gets or sets the y num type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscalewindowext/ynum/ @@ -20,8 +20,8 @@ The amount by which to multiply the current y-extent. ### See Also -* class [WmfScaleWindowExt](../../wmfscalewindowext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext) +* class [WmfScaleWindowExt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscalewindowext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/_index.md index 66e8a10bfbe2..8412b7665e9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfScanObject +title: Class WmfScanObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfScanObject class. The Scan Object specifies a collection of scanlines type: docs weight: 9070 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/ @@ -18,22 +18,22 @@ public class WmfScanObject : MetaObject | Name | Description | | --- | --- | -| [WmfScanObject](wmfscanobject)() | The default constructor. | +| [WmfScanObject](wmfscanobject/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bottom](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/bottom) { get; set; } | Gets or sets the bottom. | -| [Count](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/count) { get; set; } | Gets or sets the count. | -| [Count2](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/count2) { get; set; } | Gets or sets the count2. | -| [ScanLines](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/scanlines) { get; set; } | Gets or sets the scan lines. | -| [Top](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/top) { get; set; } | Gets or sets the top. | +| [Bottom](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/bottom/) { get; set; } | Gets or sets the bottom. | +| [Count](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/count/) { get; set; } | Gets or sets the count. | +| [Count2](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/count2/) { get; set; } | Gets or sets the count2. | +| [ScanLines](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/scanlines/) { get; set; } | Gets or sets the scan lines. | +| [Top](../../aspose.imaging.fileformats.wmf.objects/wmfscanobject/top/) { get; set; } | Gets or sets the top. | ### See Also -* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [MetaObject](../../aspose.imaging.fileformats.emf/metaobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/bottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/bottom/_index.md index 3589dd04a49f..45d1b6d79f4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/bottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/bottom/_index.md @@ -1,7 +1,7 @@ --- -title: Bottom +title: WmfScanObject.Bottom second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScanObject property. Gets or sets the bottom type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/bottom/ @@ -20,8 +20,8 @@ The vertical (y-axis) coordinate, in logical units, of the bottom scanline. ### See Also -* class [WmfScanObject](../../wmfscanobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject) +* class [WmfScanObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count/_index.md index 59cd50b96e04..eb0bbcda4550 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: WmfScanObject.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScanObject property. Gets or sets the count type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count/ @@ -16,12 +16,12 @@ public int Count { get; set; } ### Property Value -The number of horizontal (x-axis) coordinates in the [`ScanLines`](../scanlines) array. This value MUST be a multiple of 2, since left and right endpoints are required to specify each scanline. +The number of horizontal (x-axis) coordinates in the [`ScanLines`](../scanlines/) array. This value MUST be a multiple of 2, since left and right endpoints are required to specify each scanline. ### See Also -* class [WmfScanObject](../../wmfscanobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject) +* class [WmfScanObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count2/_index.md index 0f8a5e7bd777..c1f147b8fc96 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count2/_index.md @@ -1,7 +1,7 @@ --- -title: Count2 +title: WmfScanObject.Count2 second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScanObject property. Gets or sets the count2 type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/count2/ @@ -16,12 +16,12 @@ public int Count2 { get; set; } ### Property Value -The same as the value of the [`Count`](../count) field; it is present to allow upward travel in the structure. +The same as the value of the [`Count`](../count/) field; it is present to allow upward travel in the structure. ### See Also -* class [WmfScanObject](../../wmfscanobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject) +* class [WmfScanObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/scanlines/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/scanlines/_index.md index 5b31c481a508..c0b189b431e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/scanlines/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/scanlines/_index.md @@ -1,7 +1,7 @@ --- -title: ScanLines +title: WmfScanObject.ScanLines second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScanObject property. Gets or sets the scan lines type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/scanlines/ @@ -20,9 +20,9 @@ An array of scanlines, each specified by left and right horizontal (x-axis) coor ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfScanObject](../../wmfscanobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfScanObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/top/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/top/_index.md index 55cd6d7fcab1..396bf4416634 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/top/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/top/_index.md @@ -1,7 +1,7 @@ --- -title: Top +title: WmfScanObject.Top second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScanObject property. Gets or sets the top type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/top/ @@ -20,8 +20,8 @@ The vertical (y-axis) coordinate, in logical units, of the top scanline. ### See Also -* class [WmfScanObject](../../wmfscanobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject) +* class [WmfScanObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/wmfscanobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/wmfscanobject/_index.md index 2ebaa3197bc4..44023ee2a250 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/wmfscanobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/wmfscanobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfScanObject +title: WmfScanObject.WmfScanObject second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfScanObject constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfscanobject/wmfscanobject/ @@ -16,8 +16,8 @@ public WmfScanObject() ### See Also -* class [WmfScanObject](../../wmfscanobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject) +* class [WmfScanObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfscanobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/_index.md index e24a0d5d7980..5bb6c69cba63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSelectClipRegion +title: Class WmfSelectClipRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSelectClipRegion class. The META_SELECTCLIPREGION record specifies a Region Object section 2.2.1.5 to be the current clipping region type: docs weight: 9080 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/ @@ -18,19 +18,19 @@ public class WmfSelectClipRegion : WmfObject | Name | Description | | --- | --- | -| [WmfSelectClipRegion](wmfselectclipregion)() | Initializes a new instance of the [`WmfSelectClipRegion`](../wmfselectclipregion) class. | -| [WmfSelectClipRegion](wmfselectclipregion)(WmfGraphicObject) | Initializes a new instance of the [`WmfSelectClipRegion`](../wmfselectclipregion) class. | +| [WmfSelectClipRegion](wmfselectclipregion/#constructor)() | Initializes a new instance of the `WmfSelectClipRegion` class. | +| [WmfSelectClipRegion](wmfselectclipregion/#constructor_1)(WmfGraphicObject) | Initializes a new instance of the `WmfSelectClipRegion` class. | ## Properties | Name | Description | | --- | --- | -| [ObjectIndex](../../aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/objectindex) { get; set; } | Gets or sets the index of the object. | +| [ObjectIndex](../../aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/objectindex/) { get; set; } | Gets or sets the index of the object. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/objectindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/objectindex/_index.md index 2a4a01b61f52..4d16b59cdfe5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/objectindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/objectindex/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectIndex +title: WmfSelectClipRegion.ObjectIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSelectClipRegion property. Gets or sets the index of the object type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/objectindex/ @@ -20,8 +20,8 @@ The index of the object. ### See Also -* class [WmfSelectClipRegion](../../wmfselectclipregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectclipregion) +* class [WmfSelectClipRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectclipregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/wmfselectclipregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/wmfselectclipregion/_index.md index 5b2c84d48bca..837966aabccd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/wmfselectclipregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/wmfselectclipregion/_index.md @@ -1,14 +1,14 @@ --- -title: WmfSelectClipRegion +title: WmfSelectClipRegion.WmfSelectClipRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSelectClipRegion constructor. Initializes a new instance of the WmfSelectClipRegion class type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectclipregion/wmfselectclipregion/ --- -## WmfSelectClipRegion constructor (1 of 2) +## WmfSelectClipRegion() {#constructor} -Initializes a new instance of the [`WmfSelectClipRegion`](../../wmfselectclipregion) class. +Initializes a new instance of the [`WmfSelectClipRegion`](../) class. ```csharp public WmfSelectClipRegion() @@ -16,15 +16,15 @@ public WmfSelectClipRegion() ### See Also -* class [WmfSelectClipRegion](../../wmfselectclipregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectclipregion) +* class [WmfSelectClipRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectclipregion/) * assembly [Aspose.Imaging](../../../) --- -## WmfSelectClipRegion constructor (2 of 2) +## WmfSelectClipRegion(WmfGraphicObject) {#constructor_1} -Initializes a new instance of the [`WmfSelectClipRegion`](../../wmfselectclipregion) class. +Initializes a new instance of the [`WmfSelectClipRegion`](../) class. ```csharp public WmfSelectClipRegion(WmfGraphicObject region) @@ -36,9 +36,9 @@ public WmfSelectClipRegion(WmfGraphicObject region) ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* class [WmfSelectClipRegion](../../wmfselectclipregion) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectclipregion) +* class [WmfGraphicObject](../../wmfgraphicobject/) +* class [WmfSelectClipRegion](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectclipregion/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/_index.md index 5d6a813505ae..a7cd66761409 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSelectObject +title: Class WmfSelectObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSelectObject class. The select object type: docs weight: 9090 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/ @@ -18,19 +18,19 @@ public class WmfSelectObject : WmfObject | Name | Description | | --- | --- | -| [WmfSelectObject](wmfselectobject)() | Initializes a new instance of the [`WmfSelectObject`](../wmfselectobject) class. | -| [WmfSelectObject](wmfselectobject)(WmfGraphicObject) | Initializes a new instance of the [`WmfSelectObject`](../wmfselectobject) class. | +| [WmfSelectObject](wmfselectobject/#constructor)() | Initializes a new instance of the `WmfSelectObject` class. | +| [WmfSelectObject](wmfselectobject/#constructor_1)(WmfGraphicObject) | Initializes a new instance of the `WmfSelectObject` class. | ## Properties | Name | Description | | --- | --- | -| [ObjectIndex](../../aspose.imaging.fileformats.wmf.objects/wmfselectobject/objectindex) { get; set; } | Gets or sets the index of the object. | +| [ObjectIndex](../../aspose.imaging.fileformats.wmf.objects/wmfselectobject/objectindex/) { get; set; } | Gets or sets the index of the object. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/objectindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/objectindex/_index.md index fe559cc2c36f..0f94e7cd83cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/objectindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/objectindex/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectIndex +title: WmfSelectObject.ObjectIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSelectObject property. Gets or sets the index of the object type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/objectindex/ @@ -20,8 +20,8 @@ The index of the object. ### See Also -* class [WmfSelectObject](../../wmfselectobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectobject) +* class [WmfSelectObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/wmfselectobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/wmfselectobject/_index.md index 50a8842e77ea..48959c24fcdb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/wmfselectobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/wmfselectobject/_index.md @@ -1,14 +1,14 @@ --- -title: WmfSelectObject +title: WmfSelectObject.WmfSelectObject second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSelectObject constructor. Initializes a new instance of the WmfSelectObject class type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectobject/wmfselectobject/ --- -## WmfSelectObject constructor (1 of 2) +## WmfSelectObject(WmfGraphicObject) {#constructor_1} -Initializes a new instance of the [`WmfSelectObject`](../../wmfselectobject) class. +Initializes a new instance of the [`WmfSelectObject`](../) class. ```csharp public WmfSelectObject(WmfGraphicObject wmfObject) @@ -20,22 +20,22 @@ public WmfSelectObject(WmfGraphicObject wmfObject) ### See Also -* class [WmfGraphicObject](../../wmfgraphicobject) -* class [WmfSelectObject](../../wmfselectobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectobject) +* class [WmfGraphicObject](../../wmfgraphicobject/) +* class [WmfSelectObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectobject/) * assembly [Aspose.Imaging](../../../) --- -## WmfSelectObject constructor (2 of 2) +## WmfSelectObject() {#constructor} -Initializes a new instance of the [`WmfSelectObject`](../../wmfselectobject) class. +Initializes a new instance of the [`WmfSelectObject`](../) class. ```csharp public WmfSelectObject() ``` -### Examples +## Examples The following example shows how set the background color for WMF. Actually it draws a rectangle of the background color before drawing all other objects. @@ -88,8 +88,8 @@ public static void AddBackgroundRectangleWmf(Aspose.Imaging.FileFormats.Wmf.WmfI ### See Also -* class [WmfSelectObject](../../wmfselectobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectobject) +* class [WmfSelectObject](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/_index.md index dab8a48b8b47..53c6aa7316f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSelectPalette +title: Class WmfSelectPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSelectPalette class. The META_SELECTPALETTE record defines the current logical palette with a specified Palette Object type: docs weight: 9100 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/ @@ -18,18 +18,18 @@ public class WmfSelectPalette : WmfObject | Name | Description | | --- | --- | -| [WmfSelectPalette](wmfselectpalette)() | The default constructor. | +| [WmfSelectPalette](wmfselectpalette/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ObjectIndex](../../aspose.imaging.fileformats.wmf.objects/wmfselectpalette/objectindex) { get; set; } | Gets or sets the index of the object. | +| [ObjectIndex](../../aspose.imaging.fileformats.wmf.objects/wmfselectpalette/objectindex/) { get; set; } | Gets or sets the index of the object. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/objectindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/objectindex/_index.md index 9fa8f1f550ab..1c48a22e4e18 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/objectindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/objectindex/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectIndex +title: WmfSelectPalette.ObjectIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSelectPalette property. Gets or sets the index of the object type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/objectindex/ @@ -20,8 +20,8 @@ The index of the object. ### See Also -* class [WmfSelectPalette](../../wmfselectpalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectpalette) +* class [WmfSelectPalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/wmfselectpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/wmfselectpalette/_index.md index 24cffe9b2dda..ce531aedf656 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/wmfselectpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/wmfselectpalette/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSelectPalette +title: WmfSelectPalette.WmfSelectPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSelectPalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfselectpalette/wmfselectpalette/ @@ -16,8 +16,8 @@ public WmfSelectPalette() ### See Also -* class [WmfSelectPalette](../../wmfselectpalette) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectpalette) +* class [WmfSelectPalette](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfselectpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/_index.md index 9b76e0d4514c..28efec6a36ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetBkColor +title: Class WmfSetBkColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetBkColor class. The META_SETBKCOLOR record sets the background color in the playback device context to a specified color or to the nearest physical color if the device cannot represent the specified color type: docs weight: 9110 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/ @@ -18,18 +18,18 @@ public class WmfSetBkColor : WmfObject | Name | Description | | --- | --- | -| [WmfSetBkColor](wmfsetbkcolor)() | The default constructor. | +| [WmfSetBkColor](wmfsetbkcolor/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/colorref) { get; set; } | Gets or sets the color reference. | +| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/colorref/) { get; set; } | Gets or sets the color reference. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/colorref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/colorref/_index.md index d98d10284307..fb3d1463e77e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/colorref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/colorref/_index.md @@ -1,7 +1,7 @@ --- -title: ColorRef +title: WmfSetBkColor.ColorRef second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetBkColor property. Gets or sets the color reference type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/colorref/ @@ -20,8 +20,8 @@ The color reference. ### See Also -* class [WmfSetBkColor](../../wmfsetbkcolor) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkcolor) +* class [WmfSetBkColor](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/wmfsetbkcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/wmfsetbkcolor/_index.md index e85b2da822ac..256c5cb4ea38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/wmfsetbkcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/wmfsetbkcolor/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetBkColor +title: WmfSetBkColor.WmfSetBkColor second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetBkColor constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetbkcolor/wmfsetbkcolor/ @@ -16,8 +16,8 @@ public WmfSetBkColor() ### See Also -* class [WmfSetBkColor](../../wmfsetbkcolor) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkcolor) +* class [WmfSetBkColor](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/_index.md index 7a5e4bf0bf6e..2e143c53e7c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetBkMode +title: Class WmfSetBkMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetBkMode class. The set bk mode type: docs weight: 9120 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/ @@ -18,19 +18,19 @@ public class WmfSetBkMode : WmfObject | Name | Description | | --- | --- | -| [WmfSetBkMode](wmfsetbkmode)() | The default constructor. | +| [WmfSetBkMode](wmfsetbkmode/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BkMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/bkmode) { get; set; } | Gets or sets the bk mode. | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/reserved) { get; set; } | Gets or sets the reserved. | +| [BkMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/bkmode/) { get; set; } | Gets or sets the bk mode. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/reserved/) { get; set; } | Gets or sets the reserved. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/bkmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/bkmode/_index.md index 11c92dadd323..9ebb792e59fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/bkmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/bkmode/_index.md @@ -1,7 +1,7 @@ --- -title: BkMode +title: WmfSetBkMode.BkMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetBkMode property. Gets or sets the bk mode type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/bkmode/ @@ -20,9 +20,9 @@ The bk mode. ### See Also -* enum [WmfMixMode](../../../aspose.imaging.fileformats.wmf.consts/wmfmixmode) -* class [WmfSetBkMode](../../wmfsetbkmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkmode) +* enum [WmfMixMode](../../../aspose.imaging.fileformats.wmf.consts/wmfmixmode/) +* class [WmfSetBkMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/reserved/_index.md index 60d32760ff69..ec87c6bcbbc5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: WmfSetBkMode.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetBkMode property. Gets or sets the reserved type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/reserved/ @@ -20,8 +20,8 @@ The reserved. ### See Also -* class [WmfSetBkMode](../../wmfsetbkmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkmode) +* class [WmfSetBkMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/wmfsetbkmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/wmfsetbkmode/_index.md index b9531f90df67..4524e9156c8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/wmfsetbkmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/wmfsetbkmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetBkMode +title: WmfSetBkMode.WmfSetBkMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetBkMode constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetbkmode/wmfsetbkmode/ @@ -16,8 +16,8 @@ public WmfSetBkMode() ### See Also -* class [WmfSetBkMode](../../wmfsetbkmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkmode) +* class [WmfSetBkMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetbkmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/_index.md index c0c1e97bdb23..59bc6d89d2a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetDibToDev +title: Class WmfSetDibToDev second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetDibToDev class. The META_SETDIBTODEV record sets a block of pixels in the playback device context using deviceindependent color data. The source of the color data is a DIB type: docs weight: 9130 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/ @@ -18,25 +18,25 @@ public class WmfSetDibToDev : WmfObject | Name | Description | | --- | --- | -| [WmfSetDibToDev](wmfsetdibtodev)() | The default constructor. | +| [WmfSetDibToDev](wmfsetdibtodev/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorUsage](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/colorusage) { get; set; } | Gets or sets the color usage. | -| [DestPos](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/destpos) { get; set; } | Gets or sets the dest position. | -| [Dib](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dib) { get; set; } | Gets or sets the dib. | -| [DibPos](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dibpos) { get; set; } | Gets or sets the dib position. | -| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/height) { get; set; } | Gets or sets the height. | -| [ScanCount](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/scancount) { get; set; } | Gets or sets the scan count. | -| [StartScan](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/startscan) { get; set; } | Gets or sets the start scan. | -| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/width) { get; set; } | Gets or sets the width. | +| [ColorUsage](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/colorusage/) { get; set; } | Gets or sets the color usage. | +| [DestPos](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/destpos/) { get; set; } | Gets or sets the dest position. | +| [Dib](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dib/) { get; set; } | Gets or sets the dib. | +| [DibPos](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dibpos/) { get; set; } | Gets or sets the dib position. | +| [Height](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/height/) { get; set; } | Gets or sets the height. | +| [ScanCount](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/scancount/) { get; set; } | Gets or sets the scan count. | +| [StartScan](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/startscan/) { get; set; } | Gets or sets the start scan. | +| [Width](../../aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/width/) { get; set; } | Gets or sets the width. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/colorusage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/colorusage/_index.md index 3a8e5710bff3..77b1f53592cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/colorusage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/colorusage/_index.md @@ -1,7 +1,7 @@ --- -title: ColorUsage +title: WmfSetDibToDev.ColorUsage second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev property. Gets or sets the color usage type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/colorusage/ @@ -20,9 +20,9 @@ The Colors field of the DIB contains explicit RGB values or indexes into a palet ### See Also -* enum [WmfColorUsageEnum](../../../aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum) -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* enum [WmfColorUsageEnum](../../../aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum/) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/destpos/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/destpos/_index.md index 4f2e99d5b0cb..fe433ae9c214 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/destpos/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/destpos/_index.md @@ -1,7 +1,7 @@ --- -title: DestPos +title: WmfSetDibToDev.DestPos second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev property. Gets or sets the dest position type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/destpos/ @@ -20,9 +20,9 @@ The coordinates, in logical units, of the upper-left corner of the destination r ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dib/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dib/_index.md index 5481bb73f032..1345db7cef7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dib/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dib/_index.md @@ -1,7 +1,7 @@ --- -title: Dib +title: WmfSetDibToDev.Dib second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev property. Gets or sets the dib type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dib/ @@ -20,9 +20,9 @@ y-coordinate, in logical units, of the upper-left corner of the destination rect ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap/) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dibpos/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dibpos/_index.md index 8ba224069727..5d0d99cbfda7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dibpos/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dibpos/_index.md @@ -1,7 +1,7 @@ --- -title: DibPos +title: WmfSetDibToDev.DibPos second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev property. Gets or sets the dib position type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/dibpos/ @@ -20,9 +20,9 @@ The coordinates, in logical units, of the source rectangle. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/height/_index.md index 0b81125b57bd..d5ee842006d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfSetDibToDev.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev property. Gets or sets the height type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/height/ @@ -20,8 +20,8 @@ The height, in logical units, of the source and destination rectangles. ### See Also -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/scancount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/scancount/_index.md index 0af7564b2002..d6f8d29b3636 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/scancount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/scancount/_index.md @@ -1,7 +1,7 @@ --- -title: ScanCount +title: WmfSetDibToDev.ScanCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev property. Gets or sets the scan count type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/scancount/ @@ -20,8 +20,8 @@ The the number of scan lines in the source. ### See Also -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/startscan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/startscan/_index.md index 0b278b3f2ee0..e8172c323f2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/startscan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/startscan/_index.md @@ -1,7 +1,7 @@ --- -title: StartScan +title: WmfSetDibToDev.StartScan second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev property. Gets or sets the start scan type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/startscan/ @@ -20,8 +20,8 @@ The starting scan line in the source. ### See Also -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/width/_index.md index 4e5d302c8167..61411054e1e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfSetDibToDev.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev property. Gets or sets the width type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/width/ @@ -20,8 +20,8 @@ The width, in logical units, of the source and destination rectangles. ### See Also -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/wmfsetdibtodev/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/wmfsetdibtodev/_index.md index e1344093cbe9..66732286b326 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/wmfsetdibtodev/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/wmfsetdibtodev/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetDibToDev +title: WmfSetDibToDev.WmfSetDibToDev second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetDibToDev constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetdibtodev/wmfsetdibtodev/ @@ -16,8 +16,8 @@ public WmfSetDibToDev() ### See Also -* class [WmfSetDibToDev](../../wmfsetdibtodev) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev) +* class [WmfSetDibToDev](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetdibtodev/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/_index.md index e19aa82588bc..1d4026e223ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetLayout +title: Class WmfSetLayout second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetLayout class. The META_SETLAYOUT record defines the layout orientation in the playback device context. The layout orientation determines the direction in which text and graphics are drawn type: docs weight: 9140 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/ @@ -18,18 +18,18 @@ public class WmfSetLayout : WmfObject | Name | Description | | --- | --- | -| [WmfSetLayout](wmfsetlayout)() | The default constructor. | +| [WmfSetLayout](wmfsetlayout/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [LayoutMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetlayout/layoutmode) { get; set; } | Gets or sets the LayoutMode. | +| [LayoutMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetlayout/layoutmode/) { get; set; } | Gets or sets the LayoutMode. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/layoutmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/layoutmode/_index.md index 52b508c0fd76..4201f3f05709 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/layoutmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/layoutmode/_index.md @@ -1,7 +1,7 @@ --- -title: LayoutMode +title: WmfSetLayout.LayoutMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetLayout property. Gets or sets the LayoutMode type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/layoutmode/ @@ -20,9 +20,9 @@ The layout of text and graphics. This MUST be one of the values in the Layout En ### See Also -* enum [LayoutModeEnum](../../../aspose.imaging.fileformats.emf.emf.records/emfsetlayout.layoutmodeenum) -* class [WmfSetLayout](../../wmfsetlayout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetlayout) +* enum [LayoutModeEnum](../../../aspose.imaging.fileformats.emf.emf.records/emfsetlayout.layoutmodeenum/) +* class [WmfSetLayout](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetlayout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/wmfsetlayout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/wmfsetlayout/_index.md index 542c40c9c81b..c888a51fe12d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/wmfsetlayout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/wmfsetlayout/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetLayout +title: WmfSetLayout.WmfSetLayout second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetLayout constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetlayout/wmfsetlayout/ @@ -16,8 +16,8 @@ public WmfSetLayout() ### See Also -* class [WmfSetLayout](../../wmfsetlayout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetlayout) +* class [WmfSetLayout](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetlayout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/_index.md index f640cea4aaab..390d330a3482 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetMapMode +title: Class WmfSetMapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetMapMode class. The set map mode type: docs weight: 9150 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/ @@ -18,18 +18,18 @@ public class WmfSetMapMode : WmfObject | Name | Description | | --- | --- | -| [WmfSetMapMode](wmfsetmapmode)() | The default constructor. | +| [WmfSetMapMode](wmfsetmapmode/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [MapMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/mapmode) { get; set; } | Gets or sets the map mode. | +| [MapMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/mapmode/) { get; set; } | Gets or sets the map mode. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/mapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/mapmode/_index.md index f57ae1b8ed22..ec59516232d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/mapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/mapmode/_index.md @@ -1,7 +1,7 @@ --- -title: MapMode +title: WmfSetMapMode.MapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetMapMode property. Gets or sets the map mode type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/mapmode/ @@ -20,9 +20,9 @@ The map mode. ### See Also -* enum [WmfMapMode](../../../aspose.imaging.fileformats.wmf.consts/wmfmapmode) -* class [WmfSetMapMode](../../wmfsetmapmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetmapmode) +* enum [WmfMapMode](../../../aspose.imaging.fileformats.wmf.consts/wmfmapmode/) +* class [WmfSetMapMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetmapmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/wmfsetmapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/wmfsetmapmode/_index.md index 8d5b94efcd4e..b4d989450234 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/wmfsetmapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/wmfsetmapmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetMapMode +title: WmfSetMapMode.WmfSetMapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetMapMode constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetmapmode/wmfsetmapmode/ @@ -16,8 +16,8 @@ public WmfSetMapMode() ### See Also -* class [WmfSetMapMode](../../wmfsetmapmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetmapmode) +* class [WmfSetMapMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetmapmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/_index.md index b992a2a8120b..3074a35ab241 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetMapperFlags +title: Class WmfSetMapperFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetMapperFlags class. The META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts type: docs weight: 9160 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/ @@ -18,18 +18,18 @@ public class WmfSetMapperFlags : WmfObject | Name | Description | | --- | --- | -| [WmfSetMapperFlags](wmfsetmapperflags)() | The default constructor. | +| [WmfSetMapperFlags](wmfsetmapperflags/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [MapperValues](../../aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/mappervalues) { get; set; } | Gets or sets the mapper values. | +| [MapperValues](../../aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/mappervalues/) { get; set; } | Gets or sets the mapper values. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/mappervalues/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/mappervalues/_index.md index deee0a452ad6..872aa24a2c8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/mappervalues/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/mappervalues/_index.md @@ -1,7 +1,7 @@ --- -title: MapperValues +title: WmfSetMapperFlags.MapperValues second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetMapperFlags property. Gets or sets the mapper values type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/mappervalues/ @@ -20,8 +20,8 @@ The font mapper attempts to match a font aspect ratio to the current device aspe ### See Also -* class [WmfSetMapperFlags](../../wmfsetmapperflags) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetmapperflags) +* class [WmfSetMapperFlags](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetmapperflags/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/wmfsetmapperflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/wmfsetmapperflags/_index.md index bd4ca375d4b5..f1f54238121f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/wmfsetmapperflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/wmfsetmapperflags/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetMapperFlags +title: WmfSetMapperFlags.WmfSetMapperFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetMapperFlags constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetmapperflags/wmfsetmapperflags/ @@ -16,8 +16,8 @@ public WmfSetMapperFlags() ### See Also -* class [WmfSetMapperFlags](../../wmfsetmapperflags) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetmapperflags) +* class [WmfSetMapperFlags](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetmapperflags/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/_index.md index ecdac164c89e..660a91136ecd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetPalentries +title: Class WmfSetPalentries second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetPalentries class. The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical palette that is defined in the playback device context type: docs weight: 9170 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/ @@ -18,19 +18,19 @@ public class WmfSetPalentries : WmfObject | Name | Description | | --- | --- | -| [WmfSetPalentries](wmfsetpalentries)() | The default constructor. | +| [WmfSetPalentries](wmfsetpalentries/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [LogPalette](../../aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/logpalette) { get; set; } | Gets or sets the log palette. | -| [Start](../../aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/start) { get; set; } | Gets or sets the start. | +| [LogPalette](../../aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/logpalette/) { get; set; } | Gets or sets the log palette. | +| [Start](../../aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/start/) { get; set; } | Gets or sets the start. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/logpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/logpalette/_index.md index 593032c3ec4f..9566d8f86f11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/logpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/logpalette/_index.md @@ -1,7 +1,7 @@ --- -title: LogPalette +title: WmfSetPalentries.LogPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetPalentries property. Gets or sets the log palette type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/logpalette/ @@ -20,9 +20,9 @@ The logical palette. ### See Also -* class [EmfLogPalette](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette) -* class [WmfSetPalentries](../../wmfsetpalentries) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpalentries) +* class [EmfLogPalette](../../../aspose.imaging.fileformats.emf.emf.objects/emflogpalette/) +* class [WmfSetPalentries](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpalentries/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/start/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/start/_index.md index 45f370d6f852..9e03f5420f37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/start/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/start/_index.md @@ -1,7 +1,7 @@ --- -title: Start +title: WmfSetPalentries.Start second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetPalentries property. Gets or sets the start type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/start/ @@ -20,8 +20,8 @@ The start. ### See Also -* class [WmfSetPalentries](../../wmfsetpalentries) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpalentries) +* class [WmfSetPalentries](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpalentries/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/wmfsetpalentries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/wmfsetpalentries/_index.md index 2fc61782a3b4..6aa8028a7709 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/wmfsetpalentries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/wmfsetpalentries/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetPalentries +title: WmfSetPalentries.WmfSetPalentries second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetPalentries constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpalentries/wmfsetpalentries/ @@ -16,8 +16,8 @@ public WmfSetPalentries() ### See Also -* class [WmfSetPalentries](../../wmfsetpalentries) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpalentries) +* class [WmfSetPalentries](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpalentries/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/_index.md index 4799b56acf33..bcbcd78a1193 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetPixel +title: Class WmfSetPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetPixel class. The META_SETPIXEL record sets the pixel at the specified coordinates to the specified color type: docs weight: 9180 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/ @@ -18,19 +18,19 @@ public class WmfSetPixel : WmfPointObject | Name | Description | | --- | --- | -| [WmfSetPixel](wmfsetpixel)() | The default constructor. | +| [WmfSetPixel](wmfsetpixel/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmfsetpixel/colorref) { get; set; } | Gets or sets the color reference. | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmfsetpixel/colorref/) { get; set; } | Gets or sets the color reference. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/colorref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/colorref/_index.md index 266fddb6c3f7..a507652101ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/colorref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/colorref/_index.md @@ -1,7 +1,7 @@ --- -title: ColorRef +title: WmfSetPixel.ColorRef second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetPixel property. Gets or sets the color reference type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/colorref/ @@ -20,8 +20,8 @@ The color reference. ### See Also -* class [WmfSetPixel](../../wmfsetpixel) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpixel) +* class [WmfSetPixel](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpixel/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/wmfsetpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/wmfsetpixel/_index.md index 357d5d907ff2..17fb175568bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/wmfsetpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/wmfsetpixel/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetPixel +title: WmfSetPixel.WmfSetPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetPixel constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpixel/wmfsetpixel/ @@ -16,8 +16,8 @@ public WmfSetPixel() ### See Also -* class [WmfSetPixel](../../wmfsetpixel) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpixel) +* class [WmfSetPixel](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpixel/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/_index.md index c59c501969e7..c109c262d2e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetPolyFillMode +title: Class WmfSetPolyFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetPolyFillMode class. The set poly fill mode type: docs weight: 9190 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/ @@ -18,19 +18,19 @@ public class WmfSetPolyFillMode : WmfObject | Name | Description | | --- | --- | -| [WmfSetPolyFillMode](wmfsetpolyfillmode)() | The default constructor. | +| [WmfSetPolyFillMode](wmfsetpolyfillmode/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [PolyFillMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/polyfillmode) { get; set; } | Gets or sets the poly fill mode. | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/reserved) { get; set; } | Gets or sets the reserved. | +| [PolyFillMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/polyfillmode/) { get; set; } | Gets or sets the poly fill mode. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/reserved/) { get; set; } | Gets or sets the reserved. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/polyfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/polyfillmode/_index.md index 841e3c4c8d37..4ac2407699ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/polyfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/polyfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: PolyFillMode +title: WmfSetPolyFillMode.PolyFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetPolyFillMode property. Gets or sets the poly fill mode type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/polyfillmode/ @@ -20,9 +20,9 @@ The poly fill mode. ### See Also -* enum [WmfPolyFillMode](../../../aspose.imaging.fileformats.wmf.consts/wmfpolyfillmode) -* class [WmfSetPolyFillMode](../../wmfsetpolyfillmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpolyfillmode) +* enum [WmfPolyFillMode](../../../aspose.imaging.fileformats.wmf.consts/wmfpolyfillmode/) +* class [WmfSetPolyFillMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpolyfillmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/reserved/_index.md index 5de284c7e5d3..04070bfafaba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: WmfSetPolyFillMode.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetPolyFillMode property. Gets or sets the reserved type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/reserved/ @@ -20,8 +20,8 @@ The reserved. ### See Also -* class [WmfSetPolyFillMode](../../wmfsetpolyfillmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpolyfillmode) +* class [WmfSetPolyFillMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpolyfillmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/wmfsetpolyfillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/wmfsetpolyfillmode/_index.md index 8bfc7f09d44b..f42ed4c26194 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/wmfsetpolyfillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/wmfsetpolyfillmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetPolyFillMode +title: WmfSetPolyFillMode.WmfSetPolyFillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetPolyFillMode constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetpolyfillmode/wmfsetpolyfillmode/ @@ -16,8 +16,8 @@ public WmfSetPolyFillMode() ### See Also -* class [WmfSetPolyFillMode](../../wmfsetpolyfillmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpolyfillmode) +* class [WmfSetPolyFillMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetpolyfillmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/_index.md index 72c0f4c15399..e1f835d2df7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetRelabs +title: Class WmfSetRelabs second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetRelabs class. The META_SETRELABS record is reserved and not supported type: docs weight: 9200 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/ @@ -18,18 +18,18 @@ public class WmfSetRelabs : WmfObject | Name | Description | | --- | --- | -| [WmfSetRelabs](wmfsetrelabs)() | The default constructor. | +| [WmfSetRelabs](wmfsetrelabs/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Parameters](../../aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/parameters) { get; set; } | Gets or sets the parameter. | +| [Parameters](../../aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/parameters/) { get; set; } | Gets or sets the parameter. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/parameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/parameters/_index.md index 20ac8ee04225..e83a4c7441f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/parameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/parameters/_index.md @@ -1,7 +1,7 @@ --- -title: Parameters +title: WmfSetRelabs.Parameters second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetRelabs property. Gets or sets the parameter type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/parameters/ @@ -20,8 +20,8 @@ The parameter. ### See Also -* class [WmfSetRelabs](../../wmfsetrelabs) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrelabs) +* class [WmfSetRelabs](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrelabs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/wmfsetrelabs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/wmfsetrelabs/_index.md index 8edc0896152b..ae7db7fd0c2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/wmfsetrelabs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/wmfsetrelabs/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetRelabs +title: WmfSetRelabs.WmfSetRelabs second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetRelabs constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetrelabs/wmfsetrelabs/ @@ -16,8 +16,8 @@ public WmfSetRelabs() ### See Also -* class [WmfSetRelabs](../../wmfsetrelabs) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrelabs) +* class [WmfSetRelabs](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrelabs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/_index.md index 4b80aef0e8c6..c1d63ce5e824 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetRop2 +title: Class WmfSetRop2 second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetRop2 class. The set rop2 type: docs weight: 9210 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/ @@ -18,19 +18,19 @@ public class WmfSetRop2 : WmfObject | Name | Description | | --- | --- | -| [WmfSetRop2](wmfsetrop2)() | The default constructor. | +| [WmfSetRop2](wmfsetrop2/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [DrawMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetrop2/drawmode) { get; set; } | Gets or sets the draw mode. | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsetrop2/reserved) { get; set; } | Gets or sets the reserved. | +| [DrawMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetrop2/drawmode/) { get; set; } | Gets or sets the draw mode. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsetrop2/reserved/) { get; set; } | Gets or sets the reserved. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/drawmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/drawmode/_index.md index 2612c3b196d3..8aafe9129fbe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/drawmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/drawmode/_index.md @@ -1,7 +1,7 @@ --- -title: DrawMode +title: WmfSetRop2.DrawMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetRop2 property. Gets or sets the draw mode type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/drawmode/ @@ -20,9 +20,9 @@ The draw mode. ### See Also -* enum [WmfBinaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation) -* class [WmfSetRop2](../../wmfsetrop2) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrop2) +* enum [WmfBinaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfbinaryrasteroperation/) +* class [WmfSetRop2](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrop2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/reserved/_index.md index a7d6f3ab2a04..6066f3c87295 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: WmfSetRop2.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetRop2 property. Gets or sets the reserved type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/reserved/ @@ -20,8 +20,8 @@ The reserved. ### See Also -* class [WmfSetRop2](../../wmfsetrop2) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrop2) +* class [WmfSetRop2](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrop2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/wmfsetrop2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/wmfsetrop2/_index.md index c0f09aa7d9d1..781ed33af26b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/wmfsetrop2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/wmfsetrop2/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetRop2 +title: WmfSetRop2.WmfSetRop2 second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetRop2 constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetrop2/wmfsetrop2/ @@ -16,8 +16,8 @@ public WmfSetRop2() ### See Also -* class [WmfSetRop2](../../wmfsetrop2) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrop2) +* class [WmfSetRop2](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetrop2/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/_index.md index 6beb4f347840..b9b6ca53b407 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetStretchbltMode +title: Class WmfSetStretchbltMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetStretchbltMode class. The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context type: docs weight: 9220 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/ @@ -18,19 +18,19 @@ public class WmfSetStretchbltMode : WmfObject | Name | Description | | --- | --- | -| [WmfSetStretchbltMode](wmfsetstretchbltmode)() | The default constructor. | +| [WmfSetStretchbltMode](wmfsetstretchbltmode/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/reserved) { get; set; } | Gets or sets the reserved. | -| [StretchMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/stretchmode) { get; set; } | Gets or sets the stretch mode. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/reserved/) { get; set; } | Gets or sets the reserved. | +| [StretchMode](../../aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/stretchmode/) { get; set; } | Gets or sets the stretch mode. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/reserved/_index.md index ab83476879e4..aa13e18ba650 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: WmfSetStretchbltMode.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetStretchbltMode property. Gets or sets the reserved type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/reserved/ @@ -20,8 +20,8 @@ The reserved. ### See Also -* class [WmfSetStretchbltMode](../../wmfsetstretchbltmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetstretchbltmode) +* class [WmfSetStretchbltMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetstretchbltmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/stretchmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/stretchmode/_index.md index f9022695c88a..c6f7cf7b6faf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/stretchmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/stretchmode/_index.md @@ -1,7 +1,7 @@ --- -title: StretchMode +title: WmfSetStretchbltMode.StretchMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetStretchbltMode property. Gets or sets the stretch mode type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/stretchmode/ @@ -20,9 +20,9 @@ The bitmap stretching mode. ### See Also -* enum [StretchMode](../../../aspose.imaging.fileformats.wmf.consts/stretchmode) -* class [WmfSetStretchbltMode](../../wmfsetstretchbltmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetstretchbltmode) +* enum [StretchMode](../../../aspose.imaging.fileformats.wmf.consts/stretchmode/) +* class [WmfSetStretchbltMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetstretchbltmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/wmfsetstretchbltmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/wmfsetstretchbltmode/_index.md index 4d512d45a6f6..60bbe2116849 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/wmfsetstretchbltmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/wmfsetstretchbltmode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetStretchbltMode +title: WmfSetStretchbltMode.WmfSetStretchbltMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetStretchbltMode constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetstretchbltmode/wmfsetstretchbltmode/ @@ -16,8 +16,8 @@ public WmfSetStretchbltMode() ### See Also -* class [WmfSetStretchbltMode](../../wmfsetstretchbltmode) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetstretchbltmode) +* class [WmfSetStretchbltMode](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetstretchbltmode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/_index.md index 4b3f6904604a..66694d9e5148 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetTextAlign +title: Class WmfSetTextAlign second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetTextAlign class. The Set text align type: docs weight: 9230 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/ @@ -18,19 +18,19 @@ public class WmfSetTextAlign : WmfObject | Name | Description | | --- | --- | -| [WmfSetTextAlign](wmfsettextalign)() | The default constructor. | +| [WmfSetTextAlign](wmfsettextalign/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsettextalign/reserved) { get; set; } | Gets or sets the reserved. | -| [TextAlign](../../aspose.imaging.fileformats.wmf.objects/wmfsettextalign/textalign) { get; set; } | Gets or sets the text align. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfsettextalign/reserved/) { get; set; } | Gets or sets the reserved. | +| [TextAlign](../../aspose.imaging.fileformats.wmf.objects/wmfsettextalign/textalign/) { get; set; } | Gets or sets the text align. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/reserved/_index.md index 34da23aebc0c..611b8850e04e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: WmfSetTextAlign.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextAlign property. Gets or sets the reserved type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/reserved/ @@ -20,8 +20,8 @@ The reserved. ### See Also -* class [WmfSetTextAlign](../../wmfsettextalign) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextalign) +* class [WmfSetTextAlign](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextalign/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/textalign/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/textalign/_index.md index 089ea1b11b53..5c9b3724a3fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/textalign/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/textalign/_index.md @@ -1,7 +1,7 @@ --- -title: TextAlign +title: WmfSetTextAlign.TextAlign second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextAlign property. Gets or sets the text align type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/textalign/ @@ -20,9 +20,9 @@ The text align. ### See Also -* enum [WmfTextAlignmentModeFlags](../../../aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags) -* class [WmfSetTextAlign](../../wmfsettextalign) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextalign) +* enum [WmfTextAlignmentModeFlags](../../../aspose.imaging.fileformats.wmf.consts/wmftextalignmentmodeflags/) +* class [WmfSetTextAlign](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextalign/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/wmfsettextalign/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/wmfsettextalign/_index.md index f9610aac3315..931e832ce9b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/wmfsettextalign/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/wmfsettextalign/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetTextAlign +title: WmfSetTextAlign.WmfSetTextAlign second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextAlign constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextalign/wmfsettextalign/ @@ -16,8 +16,8 @@ public WmfSetTextAlign() ### See Also -* class [WmfSetTextAlign](../../wmfsettextalign) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextalign) +* class [WmfSetTextAlign](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextalign/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/_index.md index 02d8a5a10393..42662530d541 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetTextCharExtra +title: Class WmfSetTextCharExtra second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetTextCharExtra class. The META_SETTEXTCHAREXTRA record defines intercharacter spacing for text justification in the playback device context. Spacing is added to the white space between each character including break characters when a line of justified text is output type: docs weight: 9240 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/ @@ -18,18 +18,18 @@ public class WmfSetTextCharExtra : WmfObject | Name | Description | | --- | --- | -| [WmfSetTextCharExtra](wmfsettextcharextra)() | The default constructor. | +| [WmfSetTextCharExtra](wmfsettextcharextra/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [CharExtra](../../aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/charextra) { get; set; } | Gets or sets the character extra. | +| [CharExtra](../../aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/charextra/) { get; set; } | Gets or sets the character extra. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/charextra/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/charextra/_index.md index c7c089f9bfb2..58429b531c98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/charextra/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/charextra/_index.md @@ -1,7 +1,7 @@ --- -title: CharExtra +title: WmfSetTextCharExtra.CharExtra second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextCharExtra property. Gets or sets the character extra type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/charextra/ @@ -20,8 +20,8 @@ The amount of extra space, in logical units, to be added to each character. If t ### See Also -* class [WmfSetTextCharExtra](../../wmfsettextcharextra) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcharextra) +* class [WmfSetTextCharExtra](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcharextra/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/wmfsettextcharextra/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/wmfsettextcharextra/_index.md index e3eebbfb18ef..21eb2efe3c37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/wmfsettextcharextra/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/wmfsettextcharextra/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetTextCharExtra +title: WmfSetTextCharExtra.WmfSetTextCharExtra second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextCharExtra constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextcharextra/wmfsettextcharextra/ @@ -16,8 +16,8 @@ public WmfSetTextCharExtra() ### See Also -* class [WmfSetTextCharExtra](../../wmfsettextcharextra) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcharextra) +* class [WmfSetTextCharExtra](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcharextra/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/_index.md index 17141f53a7ef..05acba599c54 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetTextColor +title: Class WmfSetTextColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetTextColor class. The Set text color type: docs weight: 9250 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/ @@ -18,19 +18,19 @@ public class WmfSetTextColor : WmfObject | Name | Description | | --- | --- | -| [WmfSetTextColor](wmfsettextcolor)() | The default constructor. | +| [WmfSetTextColor](wmfsettextcolor/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/colorref) { get; set; } | Gets or sets the color reference. | -| [ExtendedByte](../../aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/extendedbyte) { get; set; } | Gets or sets the extended byte. | +| [ColorRef](../../aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/colorref/) { get; set; } | Gets or sets the color reference. | +| [ExtendedByte](../../aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/extendedbyte/) { get; set; } | Gets or sets the extended byte. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/colorref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/colorref/_index.md index 6c3faa7ccaee..25fd1f436f43 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/colorref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/colorref/_index.md @@ -1,7 +1,7 @@ --- -title: ColorRef +title: WmfSetTextColor.ColorRef second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextColor property. Gets or sets the color reference type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/colorref/ @@ -20,8 +20,8 @@ The color reference. ### See Also -* class [WmfSetTextColor](../../wmfsettextcolor) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcolor) +* class [WmfSetTextColor](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/extendedbyte/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/extendedbyte/_index.md index c6797d1b9f95..426f2c9dea21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/extendedbyte/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/extendedbyte/_index.md @@ -1,7 +1,7 @@ --- -title: ExtendedByte +title: WmfSetTextColor.ExtendedByte second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextColor property. Gets or sets the extended byte type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/extendedbyte/ @@ -20,8 +20,8 @@ The extended byte. ### See Also -* class [WmfSetTextColor](../../wmfsettextcolor) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcolor) +* class [WmfSetTextColor](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/wmfsettextcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/wmfsettextcolor/_index.md index 78d672012ae1..320c75b70a50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/wmfsettextcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/wmfsettextcolor/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetTextColor +title: WmfSetTextColor.WmfSetTextColor second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextColor constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextcolor/wmfsettextcolor/ @@ -16,8 +16,8 @@ public WmfSetTextColor() ### See Also -* class [WmfSetTextColor](../../wmfsettextcolor) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcolor) +* class [WmfSetTextColor](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/_index.md index 929d392c742e..e1893f7b9d39 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetTextJustification +title: Class WmfSetTextJustification second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetTextJustification class. The META_SETTEXTJUSTIFICATION record defines the amount of space to add to break characters in a string of justified text type: docs weight: 9260 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/ @@ -18,19 +18,19 @@ public class WmfSetTextJustification : WmfObject | Name | Description | | --- | --- | -| [WmfSetTextJustification](wmfsettextjustification)() | The default constructor. | +| [WmfSetTextJustification](wmfsettextjustification/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BreakCount](../../aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakcount) { get; set; } | Gets or sets the `break` count. | -| [BreakExtra](../../aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakextra) { get; set; } | Gets or sets the `break` extra. | +| [BreakCount](../../aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakcount/) { get; set; } | Gets or sets the `break` count. | +| [BreakExtra](../../aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakextra/) { get; set; } | Gets or sets the `break` extra. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakcount/_index.md index 1ebcd9c8c826..ed4f58998c63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakcount/_index.md @@ -1,7 +1,7 @@ --- -title: BreakCount +title: WmfSetTextJustification.BreakCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextJustification property. Gets or sets the break count type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakcount/ @@ -20,8 +20,8 @@ The `break` count. ### See Also -* class [WmfSetTextJustification](../../wmfsettextjustification) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextjustification) +* class [WmfSetTextJustification](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextjustification/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakextra/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakextra/_index.md index ae69a62ded4c..3a3d0a5441c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakextra/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakextra/_index.md @@ -1,7 +1,7 @@ --- -title: BreakExtra +title: WmfSetTextJustification.BreakExtra second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextJustification property. Gets or sets the break extra type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/breakextra/ @@ -20,8 +20,8 @@ The `break` extra. ### See Also -* class [WmfSetTextJustification](../../wmfsettextjustification) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextjustification) +* class [WmfSetTextJustification](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextjustification/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/wmfsettextjustification/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/wmfsettextjustification/_index.md index 598b7264e3b7..38f39ada2e20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/wmfsettextjustification/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/wmfsettextjustification/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetTextJustification +title: WmfSetTextJustification.WmfSetTextJustification second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetTextJustification constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsettextjustification/wmfsettextjustification/ @@ -16,8 +16,8 @@ public WmfSetTextJustification() ### See Also -* class [WmfSetTextJustification](../../wmfsettextjustification) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextjustification) +* class [WmfSetTextJustification](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsettextjustification/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/_index.md index af0d0a8d2ecc..e4f78ec9be2f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetViewportExt +title: Class WmfSetViewportExt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetViewportExt class. The META_SETVIEWPORTEXT record sets the horizontal and vertical extents of the viewport in the playback device context type: docs weight: 9270 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/ @@ -18,18 +18,18 @@ public class WmfSetViewportExt : WmfPointObject | Name | Description | | --- | --- | -| [WmfSetViewportExt](wmfsetviewportext)() | The default constructor. | +| [WmfSetViewportExt](wmfsetviewportext/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/wmfsetviewportext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/wmfsetviewportext/_index.md index 3e20e380c85f..0536b4425b7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/wmfsetviewportext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/wmfsetviewportext/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetViewportExt +title: WmfSetViewportExt.WmfSetViewportExt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetViewportExt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportext/wmfsetviewportext/ @@ -16,8 +16,8 @@ public WmfSetViewportExt() ### See Also -* class [WmfSetViewportExt](../../wmfsetviewportext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetviewportext) +* class [WmfSetViewportExt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetviewportext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/_index.md index a0cd6de02fb4..17f857d5da3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetViewportOrg +title: Class WmfSetViewportOrg second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetViewportOrg class. The META_SETVIEWPORTORG record defines the viewport origin in the playback device context type: docs weight: 9280 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/ @@ -18,18 +18,18 @@ public class WmfSetViewportOrg : WmfPointObject | Name | Description | | --- | --- | -| [WmfSetViewportOrg](wmfsetviewportorg)() | The default constructor. | +| [WmfSetViewportOrg](wmfsetviewportorg/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/wmfsetviewportorg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/wmfsetviewportorg/_index.md index 4f55e97f0948..ef28c298e78c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/wmfsetviewportorg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/wmfsetviewportorg/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetViewportOrg +title: WmfSetViewportOrg.WmfSetViewportOrg second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetViewportOrg constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetviewportorg/wmfsetviewportorg/ @@ -16,8 +16,8 @@ public WmfSetViewportOrg() ### See Also -* class [WmfSetViewportOrg](../../wmfsetviewportorg) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetviewportorg) +* class [WmfSetViewportOrg](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetviewportorg/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/_index.md index 1e7c4b3eef24..0f34c8f7bfdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetWindowExt +title: Class WmfSetWindowExt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetWindowExt class. The set window object type: docs weight: 9290 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/ @@ -18,18 +18,18 @@ public class WmfSetWindowExt : WmfPointObject | Name | Description | | --- | --- | -| [WmfSetWindowExt](wmfsetwindowext)() | The default constructor. | +| [WmfSetWindowExt](wmfsetwindowext/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/wmfsetwindowext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/wmfsetwindowext/_index.md index 5347d69f8ab8..6aa991d1866d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/wmfsetwindowext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/wmfsetwindowext/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetWindowExt +title: WmfSetWindowExt.WmfSetWindowExt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetWindowExt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetwindowext/wmfsetwindowext/ @@ -16,8 +16,8 @@ public WmfSetWindowExt() ### See Also -* class [WmfSetWindowExt](../../wmfsetwindowext) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetwindowext) +* class [WmfSetWindowExt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetwindowext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/_index.md index 418e8ebd5ca7..a7acc457e447 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetWindowOrg +title: Class WmfSetWindowOrg second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfSetWindowOrg class. The set window org object type: docs weight: 9300 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/ @@ -18,18 +18,18 @@ public class WmfSetWindowOrg : WmfPointObject | Name | Description | | --- | --- | -| [WmfSetWindowOrg](wmfsetwindoworg)() | The default constructor. | +| [WmfSetWindowOrg](wmfsetwindoworg/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | ### See Also -* class [WmfPointObject](../wmfpointobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfPointObject](../wmfpointobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/wmfsetwindoworg/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/wmfsetwindoworg/_index.md index 277561468ac8..68a5cd1c4878 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/wmfsetwindoworg/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/wmfsetwindoworg/_index.md @@ -1,7 +1,7 @@ --- -title: WmfSetWindowOrg +title: WmfSetWindowOrg.WmfSetWindowOrg second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfSetWindowOrg constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfsetwindoworg/wmfsetwindoworg/ @@ -16,8 +16,8 @@ public WmfSetWindowOrg() ### See Also -* class [WmfSetWindowOrg](../../wmfsetwindoworg) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetwindoworg) +* class [WmfSetWindowOrg](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfsetwindoworg/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/_index.md index 35aab76e38b7..467f331dc885 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfStretchBlt +title: Class WmfStretchBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfStretchBlt class. The META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation with possible expansion or contraction type: docs weight: 9310 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/ @@ -18,26 +18,26 @@ public class WmfStretchBlt : WmfObject | Name | Description | | --- | --- | -| [WmfStretchBlt](wmfstretchblt)() | The default constructor. | +| [WmfStretchBlt](wmfstretchblt/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bitmap](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap) { get; set; } | Gets or sets the bitmap. | -| [DestHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight) { get; set; } | Gets or sets the height of the dest. | -| [DestWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth) { get; set; } | Gets or sets the width of the dest. | -| [DstPosition](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition) { get; set; } | Gets or sets the DST position. | -| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation) { get; set; } | Gets or sets the raster operation. | -| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved) { get; set; } | Gets or sets the reserved. | -| [SrcHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight) { get; set; } | Gets or sets the height of the source. | -| [SrcPosition](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition) { get; set; } | Gets or sets the source position. | -| [SrcWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth) { get; set; } | Gets or sets the width of the source. | +| [Bitmap](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap/) { get; set; } | Gets or sets the bitmap. | +| [DestHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight/) { get; set; } | Gets or sets the height of the dest. | +| [DestWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth/) { get; set; } | Gets or sets the width of the dest. | +| [DstPosition](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition/) { get; set; } | Gets or sets the DST position. | +| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation/) { get; set; } | Gets or sets the raster operation. | +| [Reserved](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved/) { get; set; } | Gets or sets the reserved. | +| [SrcHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight/) { get; set; } | Gets or sets the height of the source. | +| [SrcPosition](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition/) { get; set; } | Gets or sets the source position. | +| [SrcWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth/) { get; set; } | Gets or sets the width of the source. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap/_index.md index 52c0f2ba5ad8..208a6bec293e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap/_index.md @@ -1,7 +1,7 @@ --- -title: Bitmap +title: WmfStretchBlt.Bitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the bitmap type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/bitmap/ @@ -20,9 +20,9 @@ The bitmap. ### See Also -* class [WmfBitmap16](../../wmfbitmap16) -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* class [WmfBitmap16](../../wmfbitmap16/) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight/_index.md index e34a252fe8f9..22e372c5658f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight/_index.md @@ -1,7 +1,7 @@ --- -title: DestHeight +title: WmfStretchBlt.DestHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the height of the dest type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destheight/ @@ -20,8 +20,8 @@ The height, in logical units, of the destination rectangle. ### See Also -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth/_index.md index 724ccafaa69a..7b57bc1955a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth/_index.md @@ -1,7 +1,7 @@ --- -title: DestWidth +title: WmfStretchBlt.DestWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the width of the dest type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/destwidth/ @@ -20,8 +20,8 @@ The width, in logical units, of the destination rectangle. ### See Also -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition/_index.md index 07915d1690bf..6a96560940a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition/_index.md @@ -1,7 +1,7 @@ --- -title: DstPosition +title: WmfStretchBlt.DstPosition second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the DST position type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/dstposition/ @@ -20,9 +20,9 @@ The DST position. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation/_index.md index ebe7edeebd08..6e5003f96567 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: RasterOperation +title: WmfStretchBlt.RasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the raster operation type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/rasteroperation/ @@ -20,9 +20,9 @@ The source pixels, the current brush in the playback device context, and the des ### See Also -* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation) -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved/_index.md index 1b2ca6bc9353..100b6ceac5b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved/_index.md @@ -1,7 +1,7 @@ --- -title: Reserved +title: WmfStretchBlt.Reserved second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the reserved type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/reserved/ @@ -20,8 +20,8 @@ The reserved.This field MUST be ignored. ### See Also -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight/_index.md index e605fcde80b9..9d439bf55cf3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight/_index.md @@ -1,7 +1,7 @@ --- -title: SrcHeight +title: WmfStretchBlt.SrcHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the height of the source type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcheight/ @@ -20,8 +20,8 @@ The height, in logical units, of the source rectangle. ### See Also -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition/_index.md index cf81a0116760..b3c904667f69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition/_index.md @@ -1,7 +1,7 @@ --- -title: SrcPosition +title: WmfStretchBlt.SrcPosition second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the source position type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcposition/ @@ -20,9 +20,9 @@ The source position. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* struct [Point](../../../aspose.imaging/point/) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth/_index.md index a534f6f0b844..50c7fe4c0446 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth/_index.md @@ -1,7 +1,7 @@ --- -title: SrcWidth +title: WmfStretchBlt.SrcWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt property. Gets or sets the width of the source type: docs weight: 100 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/srcwidth/ @@ -20,8 +20,8 @@ The width, in logical units, of the source rectangle. ### See Also -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/wmfstretchblt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/wmfstretchblt/_index.md index 58120746802d..1f4a7ddd8d90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/wmfstretchblt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/wmfstretchblt/_index.md @@ -1,7 +1,7 @@ --- -title: WmfStretchBlt +title: WmfStretchBlt.WmfStretchBlt second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchBlt constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchblt/wmfstretchblt/ @@ -16,8 +16,8 @@ public WmfStretchBlt() ### See Also -* class [WmfStretchBlt](../../wmfstretchblt) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt) +* class [WmfStretchBlt](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchblt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/_index.md index 015f7ab9c89c..43e9eac9fafc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/_index.md @@ -1,7 +1,7 @@ --- -title: WmfStretchDib +title: Class WmfStretchDib second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfStretchDib class. The wmf Stretch DIB objetc type: docs weight: 9320 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ @@ -18,28 +18,28 @@ public class WmfStretchDib : WmfObject | Name | Description | | --- | --- | -| [WmfStretchDib](wmfstretchdib)() | The default constructor. | +| [WmfStretchDib](wmfstretchdib/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorUsage](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/colorusage) { get; set; } | Gets or sets the color usage. | -| [DestHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destheight) { get; set; } | Gets or sets the height of the dest. | -| [DestWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destwidth) { get; set; } | Gets or sets the width of the dest. | -| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/rasteroperation) { get; set; } | Gets or sets the raster operation. | -| [SourceBitmap](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/sourcebitmap) { get; set; } | Gets or sets the source bitmap. | -| [SrcHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcheight) { get; set; } | Gets or sets the height of the source. | -| [SrcWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcwidth) { get; set; } | Gets or sets the width of the source. | -| [XDest](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xdest) { get; set; } | Gets or sets the x dest. | -| [XSrc](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xsrc) { get; set; } | Gets or sets the x source. | -| [YDest](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ydest) { get; set; } | Gets or sets the y dest. | -| [YSrc](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ysrc) { get; set; } | Gets or sets the y source. | +| [ColorUsage](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/colorusage/) { get; set; } | Gets or sets the color usage. | +| [DestHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destheight/) { get; set; } | Gets or sets the height of the dest. | +| [DestWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destwidth/) { get; set; } | Gets or sets the width of the dest. | +| [RasterOperation](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/rasteroperation/) { get; set; } | Gets or sets the raster operation. | +| [SourceBitmap](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/sourcebitmap/) { get; set; } | Gets or sets the source bitmap. | +| [SrcHeight](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcheight/) { get; set; } | Gets or sets the height of the source. | +| [SrcWidth](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcwidth/) { get; set; } | Gets or sets the width of the source. | +| [XDest](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xdest/) { get; set; } | Gets or sets the x dest. | +| [XSrc](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xsrc/) { get; set; } | Gets or sets the x source. | +| [YDest](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ydest/) { get; set; } | Gets or sets the y dest. | +| [YSrc](../../aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ysrc/) { get; set; } | Gets or sets the y source. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/colorusage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/colorusage/_index.md index 1a660269f88a..f6fdf2dc41e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/colorusage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/colorusage/_index.md @@ -1,7 +1,7 @@ --- -title: ColorUsage +title: WmfStretchDib.ColorUsage second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the color usage type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/colorusage/ @@ -22,9 +22,9 @@ Enumeration (section 2.1.1.6). ### See Also -* enum [WmfColorUsageEnum](../../../aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum) -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* enum [WmfColorUsageEnum](../../../aspose.imaging.fileformats.wmf.consts/wmfcolorusageenum/) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destheight/_index.md index f56552f9e5e3..68efc06c422c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destheight/_index.md @@ -1,7 +1,7 @@ --- -title: DestHeight +title: WmfStretchDib.DestHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the height of the dest type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destheight/ @@ -20,8 +20,8 @@ The height, in logical units, of the destination rectangle. ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destwidth/_index.md index 6f04d17de812..8b50513eff48 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destwidth/_index.md @@ -1,7 +1,7 @@ --- -title: DestWidth +title: WmfStretchDib.DestWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the width of the dest type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/destwidth/ @@ -20,8 +20,8 @@ The width, in logical units, of the destination rectangle. ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/rasteroperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/rasteroperation/_index.md index 806a3cedb671..5c01c9472478 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/rasteroperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/rasteroperation/_index.md @@ -1,7 +1,7 @@ --- -title: RasterOperation +title: WmfStretchDib.RasterOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the raster operation type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/rasteroperation/ @@ -20,9 +20,9 @@ The current brush in the playback device context, and the destination pixels are ### See Also -* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation) -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* enum [WmfTernaryRasterOperation](../../../aspose.imaging.fileformats.wmf.consts/wmfternaryrasteroperation/) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/sourcebitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/sourcebitmap/_index.md index 429e334d6a32..1d8143e23fa0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/sourcebitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/sourcebitmap/_index.md @@ -1,7 +1,7 @@ --- -title: SourceBitmap +title: WmfStretchDib.SourceBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the source bitmap type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/sourcebitmap/ @@ -20,9 +20,9 @@ The source bitmap. ### See Also -* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap) -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfDeviceIndependentBitmap](../../wmfdeviceindependentbitmap/) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcheight/_index.md index 62eef6716cc6..77e834e123b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcheight/_index.md @@ -1,7 +1,7 @@ --- -title: SrcHeight +title: WmfStretchDib.SrcHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the height of the source type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcheight/ @@ -20,8 +20,8 @@ The height, in logical units, of the source rectangle. ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcwidth/_index.md index 4b48b8338fdf..233207eb17c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcwidth/_index.md @@ -1,7 +1,7 @@ --- -title: SrcWidth +title: WmfStretchDib.SrcWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the width of the source type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/srcwidth/ @@ -20,8 +20,8 @@ The width, in logical units, of the source rectangle ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/wmfstretchdib/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/wmfstretchdib/_index.md index a2d6dedfec87..361a4a2a7776 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/wmfstretchdib/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/wmfstretchdib/_index.md @@ -1,7 +1,7 @@ --- -title: WmfStretchDib +title: WmfStretchDib.WmfStretchDib second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/wmfstretchdib/ @@ -16,8 +16,8 @@ public WmfStretchDib() ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xdest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xdest/_index.md index 7941ff691188..a066eeb37554 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xdest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xdest/_index.md @@ -1,7 +1,7 @@ --- -title: XDest +title: WmfStretchDib.XDest second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the x dest type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xdest/ @@ -20,8 +20,8 @@ The x-coordinate, in logical units, of the upper-left corner of the destination ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xsrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xsrc/_index.md index d86ec8b05d13..ae6256fdbb14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xsrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xsrc/_index.md @@ -1,7 +1,7 @@ --- -title: XSrc +title: WmfStretchDib.XSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the x source type: docs weight: 100 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/xsrc/ @@ -20,8 +20,8 @@ The x-coordinate, in logical units, of the upper-left corner of the source recta ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ydest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ydest/_index.md index c362a443f6c0..11cc5a578cac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ydest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ydest/_index.md @@ -1,7 +1,7 @@ --- -title: YDest +title: WmfStretchDib.YDest second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the y dest type: docs weight: 110 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ydest/ @@ -20,8 +20,8 @@ The y-coordinate, in logical units, of the upper-left corner of the destination ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ysrc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ysrc/_index.md index 6739253df9ce..571373b6a3fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ysrc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ysrc/_index.md @@ -1,7 +1,7 @@ --- -title: YSrc +title: WmfStretchDib.YSrc second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfStretchDib property. Gets or sets the y source type: docs weight: 120 url: /net/aspose.imaging.fileformats.wmf.objects/wmfstretchdib/ysrc/ @@ -20,8 +20,8 @@ The y-coordinate, in logical units, of the upper-left corner of the source recta ### See Also -* class [WmfStretchDib](../../wmfstretchdib) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib) +* class [WmfStretchDib](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfstretchdib/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmftextout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmftextout/_index.md index db57533c25ed..0bdcc2af84b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmftextout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmftextout/_index.md @@ -1,7 +1,7 @@ --- -title: WmfTextOut +title: Class WmfTextOut second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfTextOut class. The META_EXTTEXTOUT record outputs text by using the font background color and text color that are defined in the playback device context. Optionally dimensions can be provided for clipping opaquing or both type: docs weight: 9330 url: /net/aspose.imaging.fileformats.wmf.objects/wmftextout/ @@ -18,24 +18,24 @@ public class WmfTextOut : WmfExtTextOut | Name | Description | | --- | --- | -| [WmfTextOut](wmftextout)() | The default constructor. | +| [WmfTextOut](wmftextout/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Dx](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx) { get; set; } | Gets or sets the dx. | -| [ExtendedByte](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte) { get; set; } | Gets or sets the extended byte. | -| [FwOpts](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts) { get; set; } | Gets or sets the fw opts. | -| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point) { get; set; } | Gets or sets the point. | -| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle) { get; set; } | Gets or sets the rectangle. | -| [StringLength](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength) { get; set; } | Gets or sets the length of the string. | -| [Text](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/text) { get; set; } | Gets or sets the text. | +| [Dx](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/dx/) { get; set; } | Gets or sets the dx. | +| [ExtendedByte](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/extendedbyte/) { get; set; } | Gets or sets the extended byte. | +| [FwOpts](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/fwopts/) { get; set; } | Gets or sets the fw opts. | +| [Point](../../aspose.imaging.fileformats.wmf.objects/wmfpointobject/point/) { get; set; } | Gets or sets the point. | +| [Rectangle](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/rectangle/) { get; set; } | Gets or sets the rectangle. | +| [StringLength](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/stringlength/) { get; set; } | Gets or sets the length of the string. | +| [Text](../../aspose.imaging.fileformats.wmf.objects/wmfexttextout/text/) { get; set; } | Gets or sets the text. | ### See Also -* class [WmfExtTextOut](../wmfexttextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfExtTextOut](../wmfexttextout/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmftextout/wmftextout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmftextout/wmftextout/_index.md index b229e0c56e23..375e15790b8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmftextout/wmftextout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmftextout/wmftextout/_index.md @@ -1,7 +1,7 @@ --- -title: WmfTextOut +title: WmfTextOut.WmfTextOut second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfTextOut constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmftextout/wmftextout/ @@ -16,8 +16,8 @@ public WmfTextOut() ### See Also -* class [WmfTextOut](../../wmftextout) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmftextout) +* class [WmfTextOut](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmftextout/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/_index.md index a8470107df99..93e7d222ad0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/_index.md @@ -1,7 +1,7 @@ --- -title: WmfUntyped +title: Class WmfUntyped second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.Objects.WmfUntyped class. The wmf untyped object type: docs weight: 9340 url: /net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/ @@ -18,18 +18,18 @@ public class WmfUntyped : WmfObject | Name | Description | | --- | --- | -| [WmfUntyped](wmfuntyped)() | The default constructor. | +| [WmfUntyped](wmfuntyped/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Parameters](../../aspose.imaging.fileformats.wmf.objects/wmfuntyped/parameters) { get; set; } | Gets or sets the parameters. | +| [Parameters](../../aspose.imaging.fileformats.wmf.objects/wmfuntyped/parameters/) { get; set; } | Gets or sets the parameters. | ### See Also -* class [WmfObject](../wmfobject) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects) +* class [WmfObject](../wmfobject/) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../aspose.imaging.fileformats.wmf.objects/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/parameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/parameters/_index.md index 655808aecbcf..8fcf11551d95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/parameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/parameters/_index.md @@ -1,7 +1,7 @@ --- -title: Parameters +title: WmfUntyped.Parameters second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfUntyped property. Gets or sets the parameters type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/parameters/ @@ -20,8 +20,8 @@ The parameters. ### See Also -* class [WmfUntyped](../../wmfuntyped) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfuntyped) +* class [WmfUntyped](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfuntyped/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/wmfuntyped/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/wmfuntyped/_index.md index 43e94c1ce025..032d01b3d45c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/wmfuntyped/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/wmfuntyped/_index.md @@ -1,7 +1,7 @@ --- -title: WmfUntyped +title: WmfUntyped.WmfUntyped second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfUntyped constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf.objects/wmfuntyped/wmfuntyped/ @@ -16,8 +16,8 @@ public WmfUntyped() ### See Also -* class [WmfUntyped](../../wmfuntyped) -* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfuntyped) +* class [WmfUntyped](../) +* namespace [Aspose.Imaging.FileFormats.Wmf.Objects](../../wmfuntyped/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/_index.md index fa0bb6fb26a0..805503366acb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FileFormats.Wmf second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles WMF file format processing. +description: The namespace handles WMF file format processing type: docs weight: 710 url: /net/aspose.imaging.fileformats.wmf/ @@ -12,11 +12,11 @@ The namespace handles WMF file format processing. | Class | Description | | --- | --- | -| [WmfImage](./wmfimage) | Manipulate Microsoft Windows Metafile (WMF) images with our API, seamlessly handling both vector and bitmap data stored within variable-length records. Resize, rotate, and flip images with ease while setting custom image palettes. Convert WMF files to compressed WMZ formats or save them in raster image formats for versatile usage across platforms and applications. | +| [WmfImage](./wmfimage/) | Manipulate Microsoft Windows Metafile (WMF) images with our API, seamlessly handling both vector and bitmap data stored within variable-length records. Resize, rotate, and flip images with ease while setting custom image palettes. Convert WMF files to compressed WMZ formats or save them in raster image formats for versatile usage across platforms and applications. | ## Enumeration | Enumeration | Description | | --- | --- | -| [WmfRenderMode](./wmfrendermode) | The render mode enumeration. | +| [WmfRenderMode](./wmfrendermode/) | The render mode enumeration. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/_index.md index 8015e8fde3e6..8e5001c212f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/_index.md @@ -1,7 +1,7 @@ --- -title: WmfImage +title: Class WmfImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.WmfImage class. Manipulate Microsoft Windows Metafile WMF images with our API seamlessly handling both vector and bitmap data stored within variablelength records. Resize rotate and flip images with ease while setting custom image palettes. Convert WMF files to compressed WMZ formats or save them in raster image formats for versatile usage across platforms and applications type: docs weight: 9350 url: /net/aspose.imaging.fileformats.wmf/wmfimage/ @@ -18,78 +18,78 @@ public class WmfImage : MetaImage | Name | Description | | --- | --- | -| [WmfImage](wmfimage)() | Create a new instance of the [`WmfImage`](../wmfimage) class, initializing it for further manipulation and processing of Windows Metafile (WMF) image data. This constructor provides a foundational object for working with WMF images, enabling seamless integration of WMF image handling capabilities into your application's functionality. | -| [WmfImage](wmfimage)(int, int) | Instantiate a new instance of the [`WmfImage`](../wmfimage) class with customizable width and height parameters, facilitating the creation of blank WMF images tailored to specific dimensions. Utilize this constructor to dynamically generate WMF images with precise dimensions, enabling flexible image creation and manipulation within your application. | +| [WmfImage](wmfimage/#constructor)() | Create a new instance of the `WmfImage` class, initializing it for further manipulation and processing of Windows Metafile (WMF) image data. This constructor provides a foundational object for working with WMF images, enabling seamless integration of WMF image handling capabilities into your application's functionality. | +| [WmfImage](wmfimage/#constructor_1)(int, int) | Instantiate a new instance of the `WmfImage` class with customizable width and height parameters, facilitating the creation of blank WMF images tailored to specific dimensions. Utilize this constructor to dynamically generate WMF images with precise dimensions, enabling flexible image creation and manipulation within your application. | ## Properties | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging.fileformats.wmf/wmfimage/bitsperpixel) { get; } | Retrieve the count of bits per pixel for the image, indicating the level of color depth or granularity. Utilize this property to determine the image's color representation and precision, facilitating compatibility checks and color-related processing within your application. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../../aspose.imaging/image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| override [FileFormat](../../aspose.imaging.fileformats.wmf/wmfimage/fileformat) { get; } | Access the file format value associated with the image, providing information about the format in which the image is stored. Utilize this property to determine the file format of the image, facilitating compatibility checks and format-specific processing within your application. | -| [FrameBounds](../../aspose.imaging.fileformats.wmf/wmfimage/framebounds) { get; } | Access the bounds of the frame, indicating its position and dimensions within the image. Utilize this property to retrieve detailed information about the frame's spatial location, enabling precise manipulation and rendering within your application. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging.fileformats.wmf/wmfimage/height) { get; } | Access the image's height, representing the number of pixels along its vertical axis. Utilize this property to ascertain the image's spatial dimensions and aspect ratio, enabling accurate layout and rendering adjustments within your application. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [Inch](../../aspose.imaging.fileformats.wmf/wmfimage/inch) { get; set; } | Access or modify the inch property, representing a unit of measurement typically used for specifying physical dimensions in print or display contexts. Utilize this property to establish or retrieve inch values associated with the image, facilitating accurate representation of physical dimensions within your application. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging.fileformats.wmf/wmfimage/iscached) { get; } | Retrieve a boolean value indicating whether the object's data is currently cached, eliminating the need for additional data reading operations. Utilize this property to optimize performance by determining if the object's data is readily available without the need for costly data retrieval processes within your application. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [Records](../../aspose.imaging.fileformats.emf/metaimage/records) { get; set; } | Gets or sets the records. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging.fileformats.wmf/wmfimage/width) { get; } | Access the width of the image, indicating the number of pixels along its horizontal axis. Utilize this property to determine the image's spatial dimensions and aspect ratio, enabling precise layout and rendering adjustments within your application. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging.fileformats.wmf/wmfimage/bitsperpixel/) { get; } | Retrieve the count of bits per pixel for the image, indicating the level of color depth or granularity. Utilize this property to determine the image's color representation and precision, facilitating compatibility checks and color-related processing within your application. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../../aspose.imaging/image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| override [FileFormat](../../aspose.imaging.fileformats.wmf/wmfimage/fileformat/) { get; } | Access the file format value associated with the image, providing information about the format in which the image is stored. Utilize this property to determine the file format of the image, facilitating compatibility checks and format-specific processing within your application. | +| [FrameBounds](../../aspose.imaging.fileformats.wmf/wmfimage/framebounds/) { get; } | Access the bounds of the frame, indicating its position and dimensions within the image. Utilize this property to retrieve detailed information about the frame's spatial location, enabling precise manipulation and rendering within your application. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging.fileformats.wmf/wmfimage/height/) { get; } | Access the image's height, representing the number of pixels along its vertical axis. Utilize this property to ascertain the image's spatial dimensions and aspect ratio, enabling accurate layout and rendering adjustments within your application. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [Inch](../../aspose.imaging.fileformats.wmf/wmfimage/inch/) { get; set; } | Access or modify the inch property, representing a unit of measurement typically used for specifying physical dimensions in print or display contexts. Utilize this property to establish or retrieve inch values associated with the image, facilitating accurate representation of physical dimensions within your application. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging.fileformats.wmf/wmfimage/iscached/) { get; } | Retrieve a boolean value indicating whether the object's data is currently cached, eliminating the need for additional data reading operations. Utilize this property to optimize performance by determining if the object's data is readily available without the need for costly data retrieval processes within your application. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [Records](../../aspose.imaging.fileformats.emf/metaimage/records/) { get; set; } | Gets or sets the records. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging.fileformats.wmf/wmfimage/width/) { get; } | Access the width of the image, indicating the number of pixels along its horizontal axis. Utilize this property to determine the image's spatial dimensions and aspect ratio, enabling precise layout and rendering adjustments within your application. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| [AddRecord](../../aspose.imaging.fileformats.wmf/wmfimage/addrecord)(WmfObject) | Incorporate the specified record object into the image, enriching its content with additional data or metadata. Utilize this method to seamlessly integrate record objects into the image, facilitating comprehensive data storage and organization within your application. | -| override [CacheData](../../aspose.imaging.fileformats.wmf/wmfimage/cachedata)() | Efficiently cache the data, eliminating the need for additional loading from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer). Utilize this method to optimize performance and minimize resource usage within your application by storing and accessing local data cache. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging.fileformats.wmf/wmfimage/crop)(Rectangle) | Crop the image to the specified rectangle, retaining only the selected region while discarding the rest. Integrate this method into your image processing workflow to extract specific areas of interest and customize the composition of the image within your application. | -| virtual [Crop](../../aspose.imaging.fileformats.emf/metaimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [GetDefaultOptions](../../aspose.imaging.fileformats.wmf/wmfimage/getdefaultoptions)(object[]) | Retrieve the default options associated with the image, providing access to predefined settings or configurations. Utilize this method to access default settings for image processing operations, facilitating consistency and convenience within your application's functionality. | -| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages)() | Gets the embedded images. | -| [GetMissedFonts](../../aspose.imaging.fileformats.emf/metaimage/getmissedfonts)() | Returns the list of fonts which used inside metafile but not found. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save) method as the second parameter. | -| [GetPostScript](../../aspose.imaging.fileformats.wmf/wmfimage/getpostscript)() | Access the PostScript data associated with the image, providing detailed information about its structure or content. Utilize this method to retrieve PostScript data for further analysis or processing within your application, enabling advanced functionality related to PostScript rendering or manipulation. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| override [GetUsedFonts](../../aspose.imaging.fileformats.wmf/wmfimage/getusedfonts)() | Retrieve the list of fonts used within the metafile, providing insight into the font resources utilized in the image. Utilize this method to analyze font usage and ensure font availability for rendering or further processing within your application. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging.fileformats.wmf/wmfimage/resize)(int, int, ImageResizeSettings) | Adjust the size of the image based on specified settings, enabling precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. | -| override [Resize](../../aspose.imaging.fileformats.wmf/wmfimage/resize)(int, int, ResizeType) | Resize the image with the specified resizing type, allowing for flexible adjustment of dimensions while preserving aspect ratio or applying specific scaling algorithms. Integrate this method into your image processing workflow to achieve precise resizing operations tailored to your application's requirements. | -| override [ResizeCanvas](../../aspose.imaging.fileformats.wmf/wmfimage/resizecanvas)(Rectangle) | Resize the canvas of the image, adjusting its dimensions while retaining the image content. Utilize this method to modify the size of the canvas without altering the content, facilitating layout adjustments and composition changes within your application. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging.fileformats.wmf/wmfimage/rotateflip)(RotateFlipType) | Perform rotation, flipping, or a combination of both operations on the image. Integrate this method into your image processing workflow to achieve precise manipulation of image orientation and alignment within your application. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging.fileformats.wmf/wmfimage/setpalette)(IColorPalette, bool) | Apply a specified palette to the image, enabling customization of color representation. Utilize this method to enhance visual rendering and achieve specific color effects within your application. | - -### Examples +| [AddRecord](../../aspose.imaging.fileformats.wmf/wmfimage/addrecord/)(WmfObject) | Incorporate the specified record object into the image, enriching its content with additional data or metadata. Utilize this method to seamlessly integrate record objects into the image, facilitating comprehensive data storage and organization within your application. | +| override [CacheData](../../aspose.imaging.fileformats.wmf/wmfimage/cachedata/)() | Efficiently cache the data, eliminating the need for additional loading from the underlying [`DataStreamContainer`](../../aspose.imaging/datastreamsupporter/datastreamcontainer/). Utilize this method to optimize performance and minimize resource usage within your application by storing and accessing local data cache. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging.fileformats.wmf/wmfimage/crop/#crop)(Rectangle) | Crop the image to the specified rectangle, retaining only the selected region while discarding the rest. Integrate this method into your image processing workflow to extract specific areas of interest and customize the composition of the image within your application. | +| virtual [Crop](../../aspose.imaging.fileformats.emf/metaimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [GetDefaultOptions](../../aspose.imaging.fileformats.wmf/wmfimage/getdefaultoptions/)(object[]) | Retrieve the default options associated with the image, providing access to predefined settings or configurations. Utilize this method to access default settings for image processing operations, facilitating consistency and convenience within your application's functionality. | +| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages/)() | Gets the embedded images. | +| [GetMissedFonts](../../aspose.imaging.fileformats.emf/metaimage/getmissedfonts/)() | Returns the list of fonts which used inside metafile but not found. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. | +| [GetPostScript](../../aspose.imaging.fileformats.wmf/wmfimage/getpostscript/)() | Access the PostScript data associated with the image, providing detailed information about its structure or content. Utilize this method to retrieve PostScript data for further analysis or processing within your application, enabling advanced functionality related to PostScript rendering or manipulation. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| override [GetUsedFonts](../../aspose.imaging.fileformats.wmf/wmfimage/getusedfonts/)() | Retrieve the list of fonts used within the metafile, providing insight into the font resources utilized in the image. Utilize this method to analyze font usage and ensure font availability for rendering or further processing within your application. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging.fileformats.wmf/wmfimage/resize/#resize_1)(int, int, ImageResizeSettings) | Adjust the size of the image based on specified settings, enabling precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. | +| override [Resize](../../aspose.imaging.fileformats.wmf/wmfimage/resize/#resize_2)(int, int, ResizeType) | Resize the image with the specified resizing type, allowing for flexible adjustment of dimensions while preserving aspect ratio or applying specific scaling algorithms. Integrate this method into your image processing workflow to achieve precise resizing operations tailored to your application's requirements. | +| override [ResizeCanvas](../../aspose.imaging.fileformats.wmf/wmfimage/resizecanvas/)(Rectangle) | Resize the canvas of the image, adjusting its dimensions while retaining the image content. Utilize this method to modify the size of the canvas without altering the content, facilitating layout adjustments and composition changes within your application. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging.fileformats.wmf/wmfimage/rotateflip/)(RotateFlipType) | Perform rotation, flipping, or a combination of both operations on the image. Integrate this method into your image processing workflow to achieve precise manipulation of image orientation and alignment within your application. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging.fileformats.wmf/wmfimage/setpalette/)(IColorPalette, bool) | Apply a specified palette to the image, enabling customization of color representation. Utilize this method to enhance visual rendering and achieve specific color effects within your application. | + +## Examples The following example shows how to convert a wmz images to wmf fromat @@ -176,8 +176,8 @@ using (Aspose.Imaging.FileFormats.Wmf.WmfImage wmfImage = (Aspose.Imaging.FileFo ### See Also -* class [MetaImage](../../aspose.imaging.fileformats.emf/metaimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../aspose.imaging.fileformats.wmf) +* class [MetaImage](../../aspose.imaging.fileformats.emf/metaimage/) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../aspose.imaging.fileformats.wmf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/addrecord/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/addrecord/_index.md index 71b294841a7f..3b02df4a277f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/addrecord/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/addrecord/_index.md @@ -1,7 +1,7 @@ --- -title: AddRecord +title: WmfImage.AddRecord second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Incorporate the specified record object into the image enriching its content with additional data or metadata. Utilize this method to seamlessly integrate record objects into the image facilitating comprehensive data storage and organization within your application type: docs weight: 90 url: /net/aspose.imaging.fileformats.wmf/wmfimage/addrecord/ @@ -24,9 +24,9 @@ Number of record. ### See Also -* class [WmfObject](../../../aspose.imaging.fileformats.wmf.objects/wmfobject) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfObject](../../../aspose.imaging.fileformats.wmf.objects/wmfobject/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/bitsperpixel/_index.md index 38a97bd6b341..b231ecdfafd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: WmfImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage property. Retrieve the count of bits per pixel for the image indicating the level of color depth or granularity. Utilize this property to determine the images color representation and precision facilitating compatibility checks and colorrelated processing within your application type: docs weight: 20 url: /net/aspose.imaging.fileformats.wmf/wmfimage/bitsperpixel/ @@ -26,8 +26,8 @@ The image bits per pixel count. ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/cachedata/_index.md index 790f205f86bb..5c5bffde37d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/cachedata/_index.md @@ -1,14 +1,14 @@ --- -title: CacheData +title: WmfImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Efficiently cache the data eliminating the need for additional loading from the underlying DataStreamContainer. Utilize this method to optimize performance and minimize resource usage within your application by storing and accessing local data cache type: docs weight: 100 url: /net/aspose.imaging.fileformats.wmf/wmfimage/cachedata/ --- ## WmfImage.CacheData method -Efficiently cache the data, eliminating the need for additional loading from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer). Utilize this method to optimize performance and minimize resource usage within your application by storing and accessing local data cache. +Efficiently cache the data, eliminating the need for additional loading from the underlying [`DataStreamContainer`](../../../aspose.imaging/datastreamsupporter/datastreamcontainer/). Utilize this method to optimize performance and minimize resource usage within your application by storing and accessing local data cache. ```csharp public override void CacheData() @@ -20,7 +20,7 @@ public override void CacheData() | --- | --- | | NotImplementedException | | -### Examples +## Examples This example shows how to load a WMF image from a file and list all of its records. @@ -89,8 +89,8 @@ using (Aspose.Imaging.FileFormats.Wmf.WmfImage wmfImage = (Aspose.Imaging.FileFo ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/crop/_index.md index 1e7ca562852f..9d40acf7f2d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: WmfImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Crop the image to the specified rectangle retaining only the selected region while discarding the rest. Integrate this method into your image processing workflow to extract specific areas of interest and customize the composition of the image within your application type: docs weight: 110 url: /net/aspose.imaging.fileformats.wmf/wmfimage/crop/ @@ -20,9 +20,9 @@ public override void Crop(Rectangle rectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/fileformat/_index.md index e5016cb45532..2fe2382a6ef2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: WmfImage.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage property. Access the file format value associated with the image providing information about the format in which the image is stored. Utilize this property to determine the file format of the image facilitating compatibility checks and formatspecific processing within your application type: docs weight: 30 url: /net/aspose.imaging.fileformats.wmf/wmfimage/fileformat/ @@ -16,9 +16,9 @@ public override FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/framebounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/framebounds/_index.md index 9ee8f40d8f39..b854458ab292 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/framebounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/framebounds/_index.md @@ -1,7 +1,7 @@ --- -title: FrameBounds +title: WmfImage.FrameBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage property. Access the bounds of the frame indicating its position and dimensions within the image. Utilize this property to retrieve detailed information about the frames spatial location enabling precise manipulation and rendering within your application type: docs weight: 40 url: /net/aspose.imaging.fileformats.wmf/wmfimage/framebounds/ @@ -20,9 +20,9 @@ The frame bounds. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getdefaultoptions/_index.md index 0e0bab8cb5ab..ff12c616a03a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: WmfImage.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Retrieve the default options associated with the image providing access to predefined settings or configurations. Utilize this method to access default settings for image processing operations facilitating consistency and convenience within your applications functionality type: docs weight: 120 url: /net/aspose.imaging.fileformats.wmf/wmfimage/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getpostscript/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getpostscript/_index.md index 4e02f045f2be..552b9973f286 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getpostscript/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getpostscript/_index.md @@ -1,7 +1,7 @@ --- -title: GetPostScript +title: WmfImage.GetPostScript second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Access the PostScript data associated with the image providing detailed information about its structure or content. Utilize this method to retrieve PostScript data for further analysis or processing within your application enabling advanced functionality related to PostScript rendering or manipulation type: docs weight: 130 url: /net/aspose.imaging.fileformats.wmf/wmfimage/getpostscript/ @@ -20,8 +20,8 @@ The post script ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getusedfonts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getusedfonts/_index.md index 2f96faae761f..f86101878050 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getusedfonts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/getusedfonts/_index.md @@ -1,7 +1,7 @@ --- -title: GetUsedFonts +title: WmfImage.GetUsedFonts second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Retrieve the list of fonts used within the metafile providing insight into the font resources utilized in the image. Utilize this method to analyze font usage and ensure font availability for rendering or further processing within your application type: docs weight: 140 url: /net/aspose.imaging.fileformats.wmf/wmfimage/getusedfonts/ @@ -20,8 +20,8 @@ The font list ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/height/_index.md index 3c21991372e7..fa5a3aee8ea3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: WmfImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage property. Access the images height representing the number of pixels along its vertical axis. Utilize this property to ascertain the images spatial dimensions and aspect ratio enabling accurate layout and rendering adjustments within your application type: docs weight: 50 url: /net/aspose.imaging.fileformats.wmf/wmfimage/height/ @@ -26,8 +26,8 @@ The image height. ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/inch/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/inch/_index.md index b6e225bc5532..dc67547e2fa0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/inch/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/inch/_index.md @@ -1,7 +1,7 @@ --- -title: Inch +title: WmfImage.Inch second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage property. Access or modify the inch property representing a unit of measurement typically used for specifying physical dimensions in print or display contexts. Utilize this property to establish or retrieve inch values associated with the image facilitating accurate representation of physical dimensions within your application type: docs weight: 60 url: /net/aspose.imaging.fileformats.wmf/wmfimage/inch/ @@ -20,8 +20,8 @@ The inch. ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/iscached/_index.md index 7073306eb49c..6af894f9a77c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: WmfImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage property. Retrieve a boolean value indicating whether the objects data is currently cached eliminating the need for additional data reading operations. Utilize this property to optimize performance by determining if the objects data is readily available without the need for costly data retrieval processes within your application type: docs weight: 70 url: /net/aspose.imaging.fileformats.wmf/wmfimage/iscached/ @@ -26,8 +26,8 @@ public override bool IsCached { get; } ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/resize/_index.md index d894406dc1f2..d63c4ee402f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: WmfImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Resize the image with the specified resizing type allowing for flexible adjustment of dimensions while preserving aspect ratio or applying specific scaling algorithms. Integrate this method into your image processing workflow to achieve precise resizing operations tailored to your applications requirements type: docs weight: 150 url: /net/aspose.imaging.fileformats.wmf/wmfimage/resize/ --- -## WmfImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resize the image with the specified resizing type, allowing for flexible adjustment of dimensions while preserving aspect ratio or applying specific scaling algorithms. Integrate this method into your image processing workflow to achieve precise resizing operations tailored to your application's requirements. @@ -26,7 +26,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | --- | --- | | NotImplementedException | | -### Examples +## Examples This example loads a WMF image and resizes it using various resizing methods. @@ -62,14 +62,14 @@ using (Aspose.Imaging.FileFormats.Wmf.WmfImage image = (Aspose.Imaging.FileForma ### See Also -* enum [ResizeType](../../../aspose.imaging/resizetype) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* enum [ResizeType](../../../aspose.imaging/resizetype/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) --- -## WmfImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Adjust the size of the image based on specified settings, enabling precise control over dimensions, aspect ratio, and scaling behavior. Integrate this method into your image processing workflow to achieve customized resizing operations tailored to the specific requirements of your application. @@ -91,9 +91,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [ImageResizeSettings](../../../aspose.imaging/imageresizesettings/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/resizecanvas/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/resizecanvas/_index.md index 02a17511aafd..cceaeefcaf5d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/resizecanvas/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/resizecanvas/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeCanvas +title: WmfImage.ResizeCanvas second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Resize the canvas of the image adjusting its dimensions while retaining the image content. Utilize this method to modify the size of the canvas without altering the content facilitating layout adjustments and composition changes within your application type: docs weight: 160 url: /net/aspose.imaging.fileformats.wmf/wmfimage/resizecanvas/ @@ -26,9 +26,9 @@ public override void ResizeCanvas(Rectangle newRectangle) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/rotateflip/_index.md index b4236d024c56..5e26b7f60695 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: WmfImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Perform rotation flipping or a combination of both operations on the image. Integrate this method into your image processing workflow to achieve precise manipulation of image orientation and alignment within your application type: docs weight: 170 url: /net/aspose.imaging.fileformats.wmf/wmfimage/rotateflip/ @@ -26,9 +26,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* enum [RotateFlipType](../../../aspose.imaging/rotatefliptype/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/setpalette/_index.md index 0207ea1e2d50..d27c18eb6681 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: WmfImage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage method. Apply a specified palette to the image enabling customization of color representation. Utilize this method to enhance visual rendering and achieve specific color effects within your application type: docs weight: 180 url: /net/aspose.imaging.fileformats.wmf/wmfimage/setpalette/ @@ -27,9 +27,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/width/_index.md index bc87bc8b0510..233486926350 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: WmfImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage property. Access the width of the image indicating the number of pixels along its horizontal axis. Utilize this property to determine the images spatial dimensions and aspect ratio enabling precise layout and rendering adjustments within your application type: docs weight: 80 url: /net/aspose.imaging.fileformats.wmf/wmfimage/width/ @@ -26,8 +26,8 @@ The image width. ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/wmfimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/wmfimage/_index.md index 45cea52865d8..80d3ab164f08 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/wmfimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfimage/wmfimage/_index.md @@ -1,14 +1,14 @@ --- -title: WmfImage +title: WmfImage.WmfImage second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfImage constructor. Create a new instance of the WmfImage class initializing it for further manipulation and processing of Windows Metafile WMF image data. This constructor provides a foundational object for working with WMF images enabling seamless integration of WMF image handling capabilities into your applications functionality type: docs weight: 10 url: /net/aspose.imaging.fileformats.wmf/wmfimage/wmfimage/ --- -## WmfImage constructor (1 of 2) +## WmfImage() {#constructor} -Create a new instance of the [`WmfImage`](../../wmfimage) class, initializing it for further manipulation and processing of Windows Metafile (WMF) image data. This constructor provides a foundational object for working with WMF images, enabling seamless integration of WMF image handling capabilities into your application's functionality. +Create a new instance of the [`WmfImage`](../) class, initializing it for further manipulation and processing of Windows Metafile (WMF) image data. This constructor provides a foundational object for working with WMF images, enabling seamless integration of WMF image handling capabilities into your application's functionality. ```csharp public WmfImage() @@ -16,15 +16,15 @@ public WmfImage() ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) --- -## WmfImage constructor (2 of 2) +## WmfImage(int, int) {#constructor_1} -Instantiate a new instance of the [`WmfImage`](../../wmfimage) class with customizable width and height parameters, facilitating the creation of blank WMF images tailored to specific dimensions. Utilize this constructor to dynamically generate WMF images with precise dimensions, enabling flexible image creation and manipulation within your application. +Instantiate a new instance of the [`WmfImage`](../) class with customizable width and height parameters, facilitating the creation of blank WMF images tailored to specific dimensions. Utilize this constructor to dynamically generate WMF images with precise dimensions, enabling flexible image creation and manipulation within your application. ```csharp public WmfImage(int width, int height) @@ -37,8 +37,8 @@ public WmfImage(int width, int height) ### See Also -* class [WmfImage](../../wmfimage) -* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage) +* class [WmfImage](../) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../wmfimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfrendermode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfrendermode/_index.md index 545e6200da9a..43cd9046d6fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfrendermode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.fileformats.wmf/wmfrendermode/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRenderMode +title: Enum WmfRenderMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormats.Wmf.WmfRenderMode enum. The render mode enumeration type: docs weight: 9360 url: /net/aspose.imaging.fileformats.wmf/wmfrendermode/ @@ -25,7 +25,7 @@ public enum WmfRenderMode ### See Also -* namespace [Aspose.Imaging.FileFormats.Wmf](../../aspose.imaging.fileformats.wmf) +* namespace [Aspose.Imaging.FileFormats.Wmf](../../aspose.imaging.fileformats.wmf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.flatarray.exceptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.flatarray.exceptions/_index.md index 0d3671306789..3d25350277bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.flatarray.exceptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.flatarray.exceptions/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.FlatArray.Exceptions second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Psd file format processing. +description: The namespace handles Psd file format processing type: docs weight: 760 url: /net/aspose.imaging.flatarray.exceptions/ @@ -12,6 +12,6 @@ The namespace handles Psd file format processing. | Class | Description | | --- | --- | -| [FlatArrayException](./flatarrayexception) | Special exception for FlatArray class. | +| [FlatArrayException](./flatarrayexception/) | Special exception for FlatArray class. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.flatarray.exceptions/flatarrayexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.flatarray.exceptions/flatarrayexception/_index.md index c44d4dcdc238..280071817dce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.flatarray.exceptions/flatarrayexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.flatarray.exceptions/flatarrayexception/_index.md @@ -1,7 +1,7 @@ --- -title: FlatArrayException +title: Class FlatArrayException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FlatArray.Exceptions.FlatArrayException class. Special exception for FlatArray class type: docs weight: 9390 url: /net/aspose.imaging.flatarray.exceptions/flatarrayexception/ @@ -16,7 +16,7 @@ public class FlatArrayException : Exception ### See Also -* namespace [Aspose.Imaging.FlatArray.Exceptions](../../aspose.imaging.flatarray.exceptions) +* namespace [Aspose.Imaging.FlatArray.Exceptions](../../aspose.imaging.flatarray.exceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/_index.md index e0ef9bff6331..7215bd21bdc0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/_index.md @@ -1,12 +1,17 @@ --- title: Aspose.Imaging.ImageFilters.ComplexUtils second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains the Complex class. +description: The namespace contains the Complex class type: docs weight: 770 url: /net/aspose.imaging.imagefilters.complexutils/ --- The namespace contains the Complex class. +## Structures + +| Structure | Description | +| --- | --- | +| [Complex](./complex/) | The complex number structure. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/_index.md index e5fc90edc3b6..8978b62694a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/_index.md @@ -1,7 +1,7 @@ --- -title: Complex +title: Struct Complex second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.ComplexUtils.Complex struct. The complex number structure type: docs weight: 9800 url: /net/aspose.imaging.imagefilters.complexutils/complex/ @@ -18,80 +18,80 @@ public struct Complex : IEquatable | Name | Description | | --- | --- | -| [Complex](complex)(Complex) | Initializes a new instance of the [`Complex`](../complex) struct. | -| [Complex](complex)(double, double) | Initializes a new instance of the [`Complex`](../complex) struct. | +| [Complex](complex/#constructor)(Complex) | Initializes a new instance of the `Complex` struct. | +| [Complex](complex/#constructor_1)(double, double) | Initializes a new instance of the `Complex` struct. | ## Properties | Name | Description | | --- | --- | -| [Im](../../aspose.imaging.imagefilters.complexutils/complex/im) { get; set; } | Gets or sets the imaginary part. | -| [Magnitude](../../aspose.imaging.imagefilters.complexutils/complex/magnitude) { get; } | Gets the magnitude. | -| [Phase](../../aspose.imaging.imagefilters.complexutils/complex/phase) { get; } | Gets the phase. | -| [Re](../../aspose.imaging.imagefilters.complexutils/complex/re) { get; set; } | Gets or sets the real part. | -| [SquaredMagnitude](../../aspose.imaging.imagefilters.complexutils/complex/squaredmagnitude) { get; } | Gets the squared magnitude. | +| [Im](../../aspose.imaging.imagefilters.complexutils/complex/im/) { get; set; } | Gets or sets the imaginary part. | +| [Magnitude](../../aspose.imaging.imagefilters.complexutils/complex/magnitude/) { get; } | Gets the magnitude. | +| [Phase](../../aspose.imaging.imagefilters.complexutils/complex/phase/) { get; } | Gets the phase. | +| [Re](../../aspose.imaging.imagefilters.complexutils/complex/re/) { get; set; } | Gets or sets the real part. | +| [SquaredMagnitude](../../aspose.imaging.imagefilters.complexutils/complex/squaredmagnitude/) { get; } | Gets the squared magnitude. | ## Methods | Name | Description | | --- | --- | -| static [Add](../../aspose.imaging.imagefilters.complexutils/complex/add)(Complex, Complex) | Adds *a* and *b*. | -| static [Add](../../aspose.imaging.imagefilters.complexutils/complex/add)(Complex, double) | Adds *a* and *s*. | -| static [Cos](../../aspose.imaging.imagefilters.complexutils/complex/cos)(Complex) | Gets Cos of *a*. | -| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide)(Complex, Complex) | Divides *a* by *b*. | -| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide)(Complex, double) | Divides *a* by *s*. | -| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide)(double, Complex) | Divides *a* by *s*. | -| static [Exp](../../aspose.imaging.imagefilters.complexutils/complex/exp)(Complex) | Raises e by *a*. | -| static [Log](../../aspose.imaging.imagefilters.complexutils/complex/log)(Complex) | Gets log of *a*. | -| static [Multiply](../../aspose.imaging.imagefilters.complexutils/complex/multiply)(Complex, Complex) | Multiplies *a* by *b*. | -| static [Multiply](../../aspose.imaging.imagefilters.complexutils/complex/multiply)(Complex, double) | Multiplies *a* by *s*. | -| static [Negate](../../aspose.imaging.imagefilters.complexutils/complex/negate)(Complex) | Negates *a*. | -| static [Parse](../../aspose.imaging.imagefilters.complexutils/complex/parse)(string) | Parses the specified *s* into a [`Complex`](../complex). | -| static [Sin](../../aspose.imaging.imagefilters.complexutils/complex/sin)(Complex) | Gets Sin of *a*. | -| static [Sqrt](../../aspose.imaging.imagefilters.complexutils/complex/sqrt)(Complex) | Gets square root of *a*. | -| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract)(Complex, Complex) | Subtracts *b* from *a*. | -| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract)(Complex, double) | Subtracts *s* from *a*. | -| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract)(double, Complex) | Subtracts *s* from *a*. | -| static [Tan](../../aspose.imaging.imagefilters.complexutils/complex/tan)(Complex) | Gets Tan of *a*. | -| [Clone](../../aspose.imaging.imagefilters.complexutils/complex/clone)() | Clones this instance. | -| [Equals](../../aspose.imaging.imagefilters.complexutils/complex/equals)(Complex) | Determines whether the specified Object, is equal to this instance. | -| override [Equals](../../aspose.imaging.imagefilters.complexutils/complex/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| override [GetHashCode](../../aspose.imaging.imagefilters.complexutils/complex/gethashcode)() | Returns a hash code for this instance. | -| override [ToString](../../aspose.imaging.imagefilters.complexutils/complex/tostring)() | Returns a String that represents this instance. | -| static [Add](../../aspose.imaging.imagefilters.complexutils/complex/add)(Complex, Complex, ref Complex) | Adds *a* and *b*. | -| static [Add](../../aspose.imaging.imagefilters.complexutils/complex/add)(Complex, double, ref Complex) | Adds *a* and *s*. | -| static [ApproxEqual](../../aspose.imaging.imagefilters.complexutils/complex/approxequal)(Complex, Complex) | Checks approximate equality. | -| static [ApproxEqual](../../aspose.imaging.imagefilters.complexutils/complex/approxequal)(Complex, Complex, double) | Checks approximate equality. | -| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide)(Complex, Complex, ref Complex) | Divides *a* by *b*. | -| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide)(Complex, double, ref Complex) | Divides *a* by *s*. | -| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide)(double, Complex, ref Complex) | Divides *s* by *a*. | -| static [Multiply](../../aspose.imaging.imagefilters.complexutils/complex/multiply)(Complex, Complex, ref Complex) | Multiplies *a* by *b*. | -| static [Multiply](../../aspose.imaging.imagefilters.complexutils/complex/multiply)(Complex, double, ref Complex) | Multiplies *a* by *s*. | -| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract)(Complex, Complex, ref Complex) | Subtracts *b* from *a*. | -| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract)(Complex, double, ref Complex) | Subtracts *s* from *a*. | -| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract)(double, Complex, ref Complex) | Subtracts *a* from *s*. | -| static [TryParse](../../aspose.imaging.imagefilters.complexutils/complex/tryparse)(string, out Complex) | Tries to parse the specified *s* into a [`Complex`](../complex). | -| [operator +](../../aspose.imaging.imagefilters.complexutils/complex/op_addition) | Implements the operator +. (3 operators) | -| [operator /](../../aspose.imaging.imagefilters.complexutils/complex/op_division) | Implements the operator /. (3 operators) | -| [operator ==](../../aspose.imaging.imagefilters.complexutils/complex/op_equality) | Implements the operator ==. | -| [explicit operator](../../aspose.imaging.imagefilters.complexutils/complex/op_explicit) | Performs an explicit conversion from Double to [`Complex`](../complex). (2 operators) | -| [operator !=](../../aspose.imaging.imagefilters.complexutils/complex/op_inequality) | Implements the operator !=. | -| [operator *](../../aspose.imaging.imagefilters.complexutils/complex/op_multiply) | Implements the operator *. (3 operators) | -| [operator -](../../aspose.imaging.imagefilters.complexutils/complex/op_subtraction) | Implements the operator -. (4 operators) | +| static [Add](../../aspose.imaging.imagefilters.complexutils/complex/add/#add)(Complex, Complex) | Adds *a* and *b*. | +| static [Add](../../aspose.imaging.imagefilters.complexutils/complex/add/#add_1)(Complex, double) | Adds *a* and *s*. | +| static [Cos](../../aspose.imaging.imagefilters.complexutils/complex/cos/)(Complex) | Gets Cos of *a*. | +| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide/#divide)(Complex, Complex) | Divides *a* by *b*. | +| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide/#divide_1)(Complex, double) | Divides *a* by *s*. | +| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide/#divide_2)(double, Complex) | Divides *a* by *s*. | +| static [Exp](../../aspose.imaging.imagefilters.complexutils/complex/exp/)(Complex) | Raises e by *a*. | +| static [Log](../../aspose.imaging.imagefilters.complexutils/complex/log/)(Complex) | Gets log of *a*. | +| static [Multiply](../../aspose.imaging.imagefilters.complexutils/complex/multiply/#multiply)(Complex, Complex) | Multiplies *a* by *b*. | +| static [Multiply](../../aspose.imaging.imagefilters.complexutils/complex/multiply/#multiply_1)(Complex, double) | Multiplies *a* by *s*. | +| static [Negate](../../aspose.imaging.imagefilters.complexutils/complex/negate/)(Complex) | Negates *a*. | +| static [Parse](../../aspose.imaging.imagefilters.complexutils/complex/parse/)(string) | Parses the specified *s* into a `Complex`. | +| static [Sin](../../aspose.imaging.imagefilters.complexutils/complex/sin/)(Complex) | Gets Sin of *a*. | +| static [Sqrt](../../aspose.imaging.imagefilters.complexutils/complex/sqrt/)(Complex) | Gets square root of *a*. | +| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract/#subtract)(Complex, Complex) | Subtracts *b* from *a*. | +| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract/#subtract_1)(Complex, double) | Subtracts *s* from *a*. | +| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract/#subtract_2)(double, Complex) | Subtracts *s* from *a*. | +| static [Tan](../../aspose.imaging.imagefilters.complexutils/complex/tan/)(Complex) | Gets Tan of *a*. | +| [Clone](../../aspose.imaging.imagefilters.complexutils/complex/clone/)() | Clones this instance. | +| [Equals](../../aspose.imaging.imagefilters.complexutils/complex/equals/#equals)(Complex) | Determines whether the specified Object, is equal to this instance. | +| override [Equals](../../aspose.imaging.imagefilters.complexutils/complex/equals/#equals_1)(object) | Determines whether the specified Object, is equal to this instance. | +| override [GetHashCode](../../aspose.imaging.imagefilters.complexutils/complex/gethashcode/)() | Returns a hash code for this instance. | +| override [ToString](../../aspose.imaging.imagefilters.complexutils/complex/tostring/)() | Returns a String that represents this instance. | +| static [Add](../../aspose.imaging.imagefilters.complexutils/complex/add/#add_2)(Complex, Complex, ref Complex) | Adds *a* and *b*. | +| static [Add](../../aspose.imaging.imagefilters.complexutils/complex/add/#add_3)(Complex, double, ref Complex) | Adds *a* and *s*. | +| static [ApproxEqual](../../aspose.imaging.imagefilters.complexutils/complex/approxequal/#approxequal)(Complex, Complex) | Checks approximate equality. | +| static [ApproxEqual](../../aspose.imaging.imagefilters.complexutils/complex/approxequal/#approxequal_1)(Complex, Complex, double) | Checks approximate equality. | +| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide/#divide_3)(Complex, Complex, ref Complex) | Divides *a* by *b*. | +| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide/#divide_4)(Complex, double, ref Complex) | Divides *a* by *s*. | +| static [Divide](../../aspose.imaging.imagefilters.complexutils/complex/divide/#divide_5)(double, Complex, ref Complex) | Divides *s* by *a*. | +| static [Multiply](../../aspose.imaging.imagefilters.complexutils/complex/multiply/#multiply_2)(Complex, Complex, ref Complex) | Multiplies *a* by *b*. | +| static [Multiply](../../aspose.imaging.imagefilters.complexutils/complex/multiply/#multiply_3)(Complex, double, ref Complex) | Multiplies *a* by *s*. | +| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract/#subtract_3)(Complex, Complex, ref Complex) | Subtracts *b* from *a*. | +| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract/#subtract_4)(Complex, double, ref Complex) | Subtracts *s* from *a*. | +| static [Subtract](../../aspose.imaging.imagefilters.complexutils/complex/subtract/#subtract_5)(double, Complex, ref Complex) | Subtracts *a* from *s*. | +| static [TryParse](../../aspose.imaging.imagefilters.complexutils/complex/tryparse/)(string, out Complex) | Tries to parse the specified *s* into a `Complex`. | +| [operator +](../../aspose.imaging.imagefilters.complexutils/complex/op_addition/#op_addition) | Implements the operator +. (3 operators) | +| [operator /](../../aspose.imaging.imagefilters.complexutils/complex/op_division/#op_division) | Implements the operator /. (3 operators) | +| [operator ==](../../aspose.imaging.imagefilters.complexutils/complex/op_equality/) | Implements the operator ==. | +| [explicit operator](../../aspose.imaging.imagefilters.complexutils/complex/op_explicit/#op_explicit) | Performs an explicit conversion from Double to `Complex`. (2 operators) | +| [operator !=](../../aspose.imaging.imagefilters.complexutils/complex/op_inequality/) | Implements the operator !=. | +| [operator *](../../aspose.imaging.imagefilters.complexutils/complex/op_multiply/#op_multiply) | Implements the operator *. (3 operators) | +| [operator -](../../aspose.imaging.imagefilters.complexutils/complex/op_subtraction/) | Implements the operator -. (4 operators) | ## Fields | Name | Description | | --- | --- | -| static readonly [I](../../aspose.imaging.imagefilters.complexutils/complex/i) | I complex having [`Im`](./im) equal to 1. | -| static readonly [One](../../aspose.imaging.imagefilters.complexutils/complex/one) | One complex having [`Re`](./re) and [`Im`](./im) equal to 1. | -| static readonly [Zero](../../aspose.imaging.imagefilters.complexutils/complex/zero) | Zero complex. | -| static readonly [SizeOfComplex](../../aspose.imaging.imagefilters.complexutils/complex/sizeofcomplex) | The size of complex. | -| static readonly [SizeOfDouble](../../aspose.imaging.imagefilters.complexutils/complex/sizeofdouble) | The size of Double. | +| static readonly [I](../../aspose.imaging.imagefilters.complexutils/complex/i/) | I complex having [`Im`](./im/) equal to 1. | +| static readonly [One](../../aspose.imaging.imagefilters.complexutils/complex/one/) | One complex having [`Re`](./re/) and [`Im`](./im/) equal to 1. | +| static readonly [Zero](../../aspose.imaging.imagefilters.complexutils/complex/zero/) | Zero complex. | +| static readonly [SizeOfComplex](../../aspose.imaging.imagefilters.complexutils/complex/sizeofcomplex/) | The size of complex. | +| static readonly [SizeOfDouble](../../aspose.imaging.imagefilters.complexutils/complex/sizeofdouble/) | The size of Double. | ### See Also -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../aspose.imaging.imagefilters.complexutils) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../aspose.imaging.imagefilters.complexutils/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/add/_index.md index 7211897ea4f6..3102152b5f69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/add/_index.md @@ -1,12 +1,12 @@ --- -title: Add +title: Complex.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Adds a and b type: docs weight: 50 url: /net/aspose.imaging.imagefilters.complexutils/complex/add/ --- -## Complex.Add method (1 of 4) +## Add(Complex, Complex) {#add} Adds *a* and *b*. @@ -25,13 +25,13 @@ The sum complex. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Add method (2 of 4) +## Add(Complex, double) {#add_1} Adds *a* and *s*. @@ -50,13 +50,13 @@ The complex with its Re increased by *s*. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Add method (3 of 4) +## Add(Complex, Complex, ref Complex) {#add_2} Adds *a* and *b*. @@ -72,13 +72,13 @@ public static void Add(Complex a, Complex b, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Add method (4 of 4) +## Add(Complex, double, ref Complex) {#add_3} Adds *a* and *s*. @@ -94,8 +94,8 @@ public static void Add(Complex a, double s, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/approxequal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/approxequal/_index.md index 85af2504aad0..755858cadfe8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/approxequal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/approxequal/_index.md @@ -1,12 +1,12 @@ --- -title: ApproxEqual +title: Complex.ApproxEqual second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Checks approximate equality type: docs weight: 280 url: /net/aspose.imaging.imagefilters.complexutils/complex/approxequal/ --- -## Complex.ApproxEqual method (1 of 2) +## ApproxEqual(Complex, Complex) {#approxequal} Checks approximate equality. @@ -25,13 +25,13 @@ The approximate equality result. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.ApproxEqual method (2 of 2) +## ApproxEqual(Complex, Complex, double) {#approxequal_1} Checks approximate equality. @@ -51,8 +51,8 @@ The approximate equality result. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/clone/_index.md index d3ec21d0e234..b1c971ffdd74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: Complex.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Clones this instance type: docs weight: 220 url: /net/aspose.imaging.imagefilters.complexutils/complex/clone/ @@ -20,8 +20,8 @@ A clone of this complex. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/complex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/complex/_index.md index 2415ac784e4b..9b1da8bc8067 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/complex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/complex/_index.md @@ -1,14 +1,14 @@ --- -title: Complex +title: Complex.Complex second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex constructor. Initializes a new instance of the Complex struct type: docs weight: 10 url: /net/aspose.imaging.imagefilters.complexutils/complex/complex/ --- -## Complex constructor (1 of 2) +## Complex(double, double) {#constructor_1} -Initializes a new instance of the [`Complex`](../../complex) struct. +Initializes a new instance of the [`Complex`](../) struct. ```csharp public Complex(double real, double imaginary) @@ -21,15 +21,15 @@ public Complex(double real, double imaginary) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex constructor (2 of 2) +## Complex(Complex) {#constructor} -Initializes a new instance of the [`Complex`](../../complex) struct. +Initializes a new instance of the [`Complex`](../) struct. ```csharp public Complex(Complex c) @@ -41,8 +41,8 @@ public Complex(Complex c) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/cos/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/cos/_index.md index 367e15b610be..5d5ade0fe814 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/cos/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/cos/_index.md @@ -1,7 +1,7 @@ --- -title: Cos +title: Complex.Cos second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Gets Cos of a type: docs weight: 60 url: /net/aspose.imaging.imagefilters.complexutils/complex/cos/ @@ -24,8 +24,8 @@ Cos of *a*. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/divide/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/divide/_index.md index 941913f9f4c9..1ba0776024c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/divide/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/divide/_index.md @@ -1,12 +1,12 @@ --- -title: Divide +title: Complex.Divide second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Divides a by b type: docs weight: 70 url: /net/aspose.imaging.imagefilters.complexutils/complex/divide/ --- -## Complex.Divide method (1 of 6) +## Divide(Complex, Complex) {#divide} Divides *a* by *b*. @@ -31,13 +31,13 @@ The result of division. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Divide method (2 of 6) +## Divide(Complex, double) {#divide_1} Divides *a* by *s*. @@ -62,13 +62,13 @@ The result of division. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Divide method (3 of 6) +## Divide(double, Complex) {#divide_2} Divides *a* by *s*. @@ -93,13 +93,13 @@ The result of division. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Divide method (4 of 6) +## Divide(Complex, Complex, ref Complex) {#divide_3} Divides *a* by *b*. @@ -121,13 +121,13 @@ public static void Divide(Complex a, Complex b, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Divide method (5 of 6) +## Divide(Complex, double, ref Complex) {#divide_4} Divides *a* by *s*. @@ -149,13 +149,13 @@ public static void Divide(Complex a, double s, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Divide method (6 of 6) +## Divide(double, Complex, ref Complex) {#divide_5} Divides *s* by *a*. @@ -177,8 +177,8 @@ public static void Divide(double s, Complex a, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/equals/_index.md index e97d1e04a3f9..b019ae89f1c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: Complex.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Determines whether the specified Object is equal to this instance type: docs weight: 230 url: /net/aspose.imaging.imagefilters.complexutils/complex/equals/ --- -## Complex.Equals method (1 of 2) +## Equals(object) {#equals_1} Determines whether the specified Object, is equal to this instance. @@ -24,13 +24,13 @@ public override bool Equals(object obj) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Equals method (2 of 2) +## Equals(Complex) {#equals} Determines whether the specified Object, is equal to this instance. @@ -48,8 +48,8 @@ public bool Equals(Complex other) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/exp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/exp/_index.md index e84a13212df8..d197ade6bb85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/exp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/exp/_index.md @@ -1,7 +1,7 @@ --- -title: Exp +title: Complex.Exp second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Raises e by a type: docs weight: 80 url: /net/aspose.imaging.imagefilters.complexutils/complex/exp/ @@ -24,8 +24,8 @@ e raised by *a*. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/gethashcode/_index.md index f293ff7cea99..afd82ef1b60d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Complex.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Returns a hash code for this instance type: docs weight: 240 url: /net/aspose.imaging.imagefilters.complexutils/complex/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/i/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/i/_index.md index a8e030a8cce0..df485b5a1123 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/i/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/i/_index.md @@ -1,14 +1,14 @@ --- -title: I +title: Complex.I second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex field. I complex having Im equal to 1 type: docs weight: 20 url: /net/aspose.imaging.imagefilters.complexutils/complex/i/ --- ## Complex.I field -I complex having [`Im`](../im) equal to 1. +I complex having [`Im`](../im/) equal to 1. ```csharp public static readonly Complex I; @@ -16,8 +16,8 @@ public static readonly Complex I; ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/im/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/im/_index.md index 32250c0989fe..38ad727ea942 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/im/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/im/_index.md @@ -1,7 +1,7 @@ --- -title: Im +title: Complex.Im second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex property. Gets or sets the imaginary part type: docs weight: 170 url: /net/aspose.imaging.imagefilters.complexutils/complex/im/ @@ -16,8 +16,8 @@ public double Im { get; set; } ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/log/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/log/_index.md index 632240f0e001..d2b4c2975253 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/log/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/log/_index.md @@ -1,7 +1,7 @@ --- -title: Log +title: Complex.Log second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Gets log of a type: docs weight: 90 url: /net/aspose.imaging.imagefilters.complexutils/complex/log/ @@ -24,8 +24,8 @@ The log of *a*. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/magnitude/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/magnitude/_index.md index 8d8ea001425b..dfcf346fbf7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/magnitude/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/magnitude/_index.md @@ -1,7 +1,7 @@ --- -title: Magnitude +title: Complex.Magnitude second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex property. Gets the magnitude type: docs weight: 180 url: /net/aspose.imaging.imagefilters.complexutils/complex/magnitude/ @@ -20,8 +20,8 @@ The magnitude. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/multiply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/multiply/_index.md index 06589ea95338..4a878767d2b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/multiply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/multiply/_index.md @@ -1,12 +1,12 @@ --- -title: Multiply +title: Complex.Multiply second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Multiplies a by b type: docs weight: 100 url: /net/aspose.imaging.imagefilters.complexutils/complex/multiply/ --- -## Complex.Multiply method (1 of 4) +## Multiply(Complex, Complex) {#multiply} Multiplies *a* by *b*. @@ -25,13 +25,13 @@ The result of multiplication. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Multiply method (2 of 4) +## Multiply(Complex, double) {#multiply_1} Multiplies *a* by *s*. @@ -50,13 +50,13 @@ The result of multiplication. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Multiply method (3 of 4) +## Multiply(Complex, Complex, ref Complex) {#multiply_2} Multiplies *a* by *b*. @@ -72,13 +72,13 @@ public static void Multiply(Complex a, Complex b, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Multiply method (4 of 4) +## Multiply(Complex, double, ref Complex) {#multiply_3} Multiplies *a* by *s*. @@ -94,8 +94,8 @@ public static void Multiply(Complex a, double s, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/negate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/negate/_index.md index 2bc2e38def54..e7bf5ebe0f65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/negate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/negate/_index.md @@ -1,7 +1,7 @@ --- -title: Negate +title: Complex.Negate second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Negates a type: docs weight: 110 url: /net/aspose.imaging.imagefilters.complexutils/complex/negate/ @@ -24,8 +24,8 @@ The result of negation. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/one/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/one/_index.md index 277b24bed93d..6b6348d8de7b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/one/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/one/_index.md @@ -1,14 +1,14 @@ --- -title: One +title: Complex.One second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex field. One complex having Re and Im equal to 1 type: docs weight: 30 url: /net/aspose.imaging.imagefilters.complexutils/complex/one/ --- ## Complex.One field -One complex having [`Re`](../re) and [`Im`](../im) equal to 1. +One complex having [`Re`](../re/) and [`Im`](../im/) equal to 1. ```csharp public static readonly Complex One; @@ -16,8 +16,8 @@ public static readonly Complex One; ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_addition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_addition/_index.md index eeef833e33c2..010fa102904b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_addition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_addition/_index.md @@ -1,12 +1,12 @@ --- -title: op_Addition +title: Complex.op_Addition second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Implements the operator type: docs weight: 300 url: /net/aspose.imaging.imagefilters.complexutils/complex/op_addition/ --- -## Complex Addition operator (1 of 3) +## operator + {#op_addition} Implements the operator +. @@ -25,13 +25,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Addition operator (2 of 3) +## operator + {#op_addition_1} Implements the operator +. @@ -50,13 +50,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Addition operator (3 of 3) +## operator + {#op_addition_2} Implements the operator +. @@ -75,8 +75,8 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_division/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_division/_index.md index 499f2bdcfe88..e7a9ecabcde0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_division/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_division/_index.md @@ -1,12 +1,12 @@ --- -title: op_Division +title: Complex.op_Division second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Implements the operator / type: docs weight: 310 url: /net/aspose.imaging.imagefilters.complexutils/complex/op_division/ --- -## Complex Division operator (1 of 3) +## operator / {#op_division} Implements the operator /. @@ -25,13 +25,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Division operator (2 of 3) +## operator / {#op_division_1} Implements the operator /. @@ -50,13 +50,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Division operator (3 of 3) +## operator / {#op_division_2} Implements the operator /. @@ -75,8 +75,8 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_equality/_index.md index c6efe5508663..e1365f30e20b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_equality/_index.md @@ -1,7 +1,7 @@ --- -title: op_Equality +title: Complex.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Implements the operator type: docs weight: 320 url: /net/aspose.imaging.imagefilters.complexutils/complex/op_equality/ @@ -25,8 +25,8 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_explicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_explicit/_index.md index ae1463e8a3b3..4b8f39a90b3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_explicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_explicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Explicit +title: Complex.op_Explicit second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Performs an explicit conversion from Double to Complex type: docs weight: 330 url: /net/aspose.imaging.imagefilters.complexutils/complex/op_explicit/ --- -## Complex Explicit operator (1 of 2) +## explicit operator {#op_explicit} -Performs an explicit conversion from Double to [`Complex`](../../complex). +Performs an explicit conversion from Double to [`Complex`](../). ```csharp public static explicit operator Complex(double value) @@ -24,15 +24,15 @@ The result of the conversion. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Explicit operator (2 of 2) +## explicit operator {#op_explicit_1} -Performs an explicit conversion from Single to [`Complex`](../../complex). +Performs an explicit conversion from Single to [`Complex`](../). ```csharp public static explicit operator Complex(float value) @@ -48,8 +48,8 @@ The result of the conversion. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_inequality/_index.md index 4ce8c9fe7d72..55edbd3e3a03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_inequality/_index.md @@ -1,7 +1,7 @@ --- -title: op_Inequality +title: Complex.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Implements the operator type: docs weight: 340 url: /net/aspose.imaging.imagefilters.complexutils/complex/op_inequality/ @@ -25,8 +25,8 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_multiply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_multiply/_index.md index deff8824526b..3b4c4a6ef53c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_multiply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_multiply/_index.md @@ -1,12 +1,12 @@ --- -title: op_Multiply +title: Complex.op_Multiply second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Implements the operator type: docs weight: 350 url: /net/aspose.imaging.imagefilters.complexutils/complex/op_multiply/ --- -## Complex Multiply operator (1 of 3) +## operator * {#op_multiply} Implements the operator *. @@ -25,13 +25,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Multiply operator (2 of 3) +## operator * {#op_multiply_2} Implements the operator *. @@ -50,13 +50,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Multiply operator (3 of 3) +## operator * {#op_multiply_1} Implements the operator *. @@ -75,8 +75,8 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_subtraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_subtraction/_index.md index e73fcc6c8107..60f7541e20b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_subtraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/op_subtraction/_index.md @@ -1,12 +1,12 @@ --- -title: op_Subtraction +title: Complex.op_Subtraction second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Implements the operator type: docs weight: 360 url: /net/aspose.imaging.imagefilters.complexutils/complex/op_subtraction/ --- -## Complex UnaryNegation operator (1 of 4) +## operator - Implements the operator -. @@ -24,13 +24,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Subtraction operator (2 of 4) +## operator - {#op_subtraction} Implements the operator -. @@ -49,13 +49,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Subtraction operator (3 of 4) +## operator - {#op_subtraction_1} Implements the operator -. @@ -74,13 +74,13 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex Subtraction operator (4 of 4) +## operator - {#op_subtraction_2} Implements the operator -. @@ -99,8 +99,8 @@ The result of the operator. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/parse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/parse/_index.md index 4506bad3a56b..a9ea62b54409 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/parse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/parse/_index.md @@ -1,14 +1,14 @@ --- -title: Parse +title: Complex.Parse second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Parses the specified s into a Complex type: docs weight: 120 url: /net/aspose.imaging.imagefilters.complexutils/complex/parse/ --- ## Complex.Parse method -Parses the specified *s* into a [`Complex`](../../complex). +Parses the specified *s* into a [`Complex`](../). ```csharp public static Complex Parse(string s) @@ -30,8 +30,8 @@ The complex number. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/phase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/phase/_index.md index 529416b2947c..c7cbf7e2565f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/phase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/phase/_index.md @@ -1,7 +1,7 @@ --- -title: Phase +title: Complex.Phase second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex property. Gets the phase type: docs weight: 190 url: /net/aspose.imaging.imagefilters.complexutils/complex/phase/ @@ -20,8 +20,8 @@ The phase. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/re/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/re/_index.md index 3532e4a500b8..9b23da42ab09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/re/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/re/_index.md @@ -1,7 +1,7 @@ --- -title: Re +title: Complex.Re second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex property. Gets or sets the real part type: docs weight: 200 url: /net/aspose.imaging.imagefilters.complexutils/complex/re/ @@ -16,8 +16,8 @@ public double Re { get; set; } ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sin/_index.md index 8f7876128c60..ffa46ea030f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sin/_index.md @@ -1,7 +1,7 @@ --- -title: Sin +title: Complex.Sin second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Gets Sin of a type: docs weight: 130 url: /net/aspose.imaging.imagefilters.complexutils/complex/sin/ @@ -24,8 +24,8 @@ Sin of *a*. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sizeofcomplex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sizeofcomplex/_index.md index eb5ee8323d4d..a7b2b805c8a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sizeofcomplex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sizeofcomplex/_index.md @@ -1,7 +1,7 @@ --- -title: SizeOfComplex +title: Complex.SizeOfComplex second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex field. The size of complex type: docs weight: 260 url: /net/aspose.imaging.imagefilters.complexutils/complex/sizeofcomplex/ @@ -16,8 +16,8 @@ public static readonly int SizeOfComplex; ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sizeofdouble/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sizeofdouble/_index.md index 2f07df6994ed..fbc9b06f13d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sizeofdouble/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sizeofdouble/_index.md @@ -1,7 +1,7 @@ --- -title: SizeOfDouble +title: Complex.SizeOfDouble second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex field. The size of Double type: docs weight: 270 url: /net/aspose.imaging.imagefilters.complexutils/complex/sizeofdouble/ @@ -16,8 +16,8 @@ public static readonly int SizeOfDouble; ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sqrt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sqrt/_index.md index 64a2aca5e557..42a4286c3d99 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sqrt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/sqrt/_index.md @@ -1,7 +1,7 @@ --- -title: Sqrt +title: Complex.Sqrt second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Gets square root of a type: docs weight: 140 url: /net/aspose.imaging.imagefilters.complexutils/complex/sqrt/ @@ -24,8 +24,8 @@ The square root. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/squaredmagnitude/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/squaredmagnitude/_index.md index c11b03fe9d4b..478eea1a3c01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/squaredmagnitude/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/squaredmagnitude/_index.md @@ -1,7 +1,7 @@ --- -title: SquaredMagnitude +title: Complex.SquaredMagnitude second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex property. Gets the squared magnitude type: docs weight: 210 url: /net/aspose.imaging.imagefilters.complexutils/complex/squaredmagnitude/ @@ -20,8 +20,8 @@ The squared magnitude. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/subtract/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/subtract/_index.md index 65ab2b015923..5dc4826bd295 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/subtract/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/subtract/_index.md @@ -1,12 +1,12 @@ --- -title: Subtract +title: Complex.Subtract second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Subtracts b from a type: docs weight: 150 url: /net/aspose.imaging.imagefilters.complexutils/complex/subtract/ --- -## Complex.Subtract method (1 of 6) +## Subtract(Complex, Complex) {#subtract} Subtracts *b* from *a*. @@ -25,13 +25,13 @@ The result of subtraction. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Subtract method (2 of 6) +## Subtract(Complex, double) {#subtract_1} Subtracts *s* from *a*. @@ -50,13 +50,13 @@ The result of subtraction. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Subtract method (3 of 6) +## Subtract(double, Complex) {#subtract_2} Subtracts *s* from *a*. @@ -75,13 +75,13 @@ The result of subtraction. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Subtract method (4 of 6) +## Subtract(Complex, Complex, ref Complex) {#subtract_3} Subtracts *b* from *a*. @@ -97,13 +97,13 @@ public static void Subtract(Complex a, Complex b, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Subtract method (5 of 6) +## Subtract(Complex, double, ref Complex) {#subtract_4} Subtracts *s* from *a*. @@ -119,13 +119,13 @@ public static void Subtract(Complex a, double s, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) --- -## Complex.Subtract method (6 of 6) +## Subtract(double, Complex, ref Complex) {#subtract_5} Subtracts *a* from *s*. @@ -141,8 +141,8 @@ public static void Subtract(double s, Complex a, ref Complex result) ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tan/_index.md index b93d8be64b7c..a5e282fb22b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tan/_index.md @@ -1,7 +1,7 @@ --- -title: Tan +title: Complex.Tan second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Gets Tan of a type: docs weight: 160 url: /net/aspose.imaging.imagefilters.complexutils/complex/tan/ @@ -24,8 +24,8 @@ Tan of *a*. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tostring/_index.md index 78c54db386af..a5e596efe322 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: Complex.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Returns a String that represents this instance type: docs weight: 250 url: /net/aspose.imaging.imagefilters.complexutils/complex/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tryparse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tryparse/_index.md index 6345b16e7bdc..7c1155448c90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tryparse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/tryparse/_index.md @@ -1,14 +1,14 @@ --- -title: TryParse +title: Complex.TryParse second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex method. Tries to parse the specified s into a Complex type: docs weight: 290 url: /net/aspose.imaging.imagefilters.complexutils/complex/tryparse/ --- ## Complex.TryParse method -Tries to parse the specified *s* into a [`Complex`](../../complex). +Tries to parse the specified *s* into a [`Complex`](../). ```csharp public static bool TryParse(string s, out Complex result) @@ -25,8 +25,8 @@ True, if the complex number is parsed. ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/zero/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/zero/_index.md index 2adae6c4df7c..f570de27be12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/zero/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.complexutils/complex/zero/_index.md @@ -1,7 +1,7 @@ --- -title: Zero +title: Complex.Zero second_title: Aspose.Imaging for .NET API Reference -description: +description: Complex field. Zero complex type: docs weight: 40 url: /net/aspose.imaging.imagefilters.complexutils/complex/zero/ @@ -16,8 +16,8 @@ public static readonly Complex Zero; ### See Also -* struct [Complex](../../complex) -* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex) +* struct [Complex](../) +* namespace [Aspose.Imaging.ImageFilters.ComplexUtils](../../complex/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/_index.md index 15325955585b..97107f16a717 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.ImageFilters.Convolution second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains the convolution filters and kernels. +description: The namespace contains the convolution filters and kernels type: docs weight: 780 url: /net/aspose.imaging.imagefilters.convolution/ @@ -12,6 +12,6 @@ The namespace contains the convolution filters and kernels. | Class | Description | | --- | --- | -| [ConvolutionFilter](./convolutionfilter) | The kernel matrix provider class. | +| [ConvolutionFilter](./convolutionfilter/) | The kernel matrix provider class. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/_index.md index 8e41577c0fa8..18de96e3bdc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/_index.md @@ -1,7 +1,7 @@ --- -title: ConvolutionFilter +title: Class ConvolutionFilter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.Convolution.ConvolutionFilter class. The kernel matrix provider class type: docs weight: 9810 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/ @@ -18,23 +18,23 @@ public class ConvolutionFilter | Name | Description | | --- | --- | -| static [Emboss3x3](../../aspose.imaging.imagefilters.convolution/convolutionfilter/emboss3x3) { get; } | Gets the 3x3 Emboss kernel. | -| static [Emboss5x5](../../aspose.imaging.imagefilters.convolution/convolutionfilter/emboss5x5) { get; } | Gets the 5x5 Emboss kernel. | -| static [Sharpen3x3](../../aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen3x3) { get; } | Gets the 3x3 sharpen kernel. | -| static [Sharpen5x5](../../aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen5x5) { get; } | Gets the 5x5 sharpen kernel. | +| static [Emboss3x3](../../aspose.imaging.imagefilters.convolution/convolutionfilter/emboss3x3/) { get; } | Gets the 3x3 Emboss kernel. | +| static [Emboss5x5](../../aspose.imaging.imagefilters.convolution/convolutionfilter/emboss5x5/) { get; } | Gets the 5x5 Emboss kernel. | +| static [Sharpen3x3](../../aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen3x3/) { get; } | Gets the 3x3 sharpen kernel. | +| static [Sharpen5x5](../../aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen5x5/) { get; } | Gets the 5x5 sharpen kernel. | ## Methods | Name | Description | | --- | --- | -| static [GetBlurBox](../../aspose.imaging.imagefilters.convolution/convolutionfilter/getblurbox)(int) | Gets the box blur kernel. | -| static [GetBlurMotion](../../aspose.imaging.imagefilters.convolution/convolutionfilter/getblurmotion)(int, double) | Gets the motion blur kernel. | -| static [GetGaussian](../../aspose.imaging.imagefilters.convolution/convolutionfilter/getgaussian)(int, double) | Gets the Gaussian kernel. | -| static [ToComplex](../../aspose.imaging.imagefilters.convolution/convolutionfilter/tocomplex)(double[]) | | +| static [GetBlurBox](../../aspose.imaging.imagefilters.convolution/convolutionfilter/getblurbox/)(int) | Gets the box blur kernel. | +| static [GetBlurMotion](../../aspose.imaging.imagefilters.convolution/convolutionfilter/getblurmotion/)(int, double) | Gets the motion blur kernel. | +| static [GetGaussian](../../aspose.imaging.imagefilters.convolution/convolutionfilter/getgaussian/)(int, double) | Gets the Gaussian kernel. | +| static [ToComplex](../../aspose.imaging.imagefilters.convolution/convolutionfilter/tocomplex/)(double[]) | | ### See Also -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../aspose.imaging.imagefilters.convolution) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../aspose.imaging.imagefilters.convolution/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss3x3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss3x3/_index.md index 3806b0101552..82b45064cd9b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss3x3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss3x3/_index.md @@ -1,7 +1,7 @@ --- -title: Emboss3x3 +title: ConvolutionFilter.Emboss3x3 second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilter property. Gets the 3x3 Emboss kernel type: docs weight: 10 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss3x3/ @@ -16,8 +16,8 @@ public static double[] Emboss3x3 { get; } ### See Also -* class [ConvolutionFilter](../../convolutionfilter) -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter) +* class [ConvolutionFilter](../) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss5x5/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss5x5/_index.md index b41454dfb829..552e6f005557 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss5x5/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss5x5/_index.md @@ -1,7 +1,7 @@ --- -title: Emboss5x5 +title: ConvolutionFilter.Emboss5x5 second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilter property. Gets the 5x5 Emboss kernel type: docs weight: 20 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/emboss5x5/ @@ -16,8 +16,8 @@ public static double[] Emboss5x5 { get; } ### See Also -* class [ConvolutionFilter](../../convolutionfilter) -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter) +* class [ConvolutionFilter](../) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurbox/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurbox/_index.md index bba91007dbe5..0a7bb6d0b907 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurbox/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurbox/_index.md @@ -1,7 +1,7 @@ --- -title: GetBlurBox +title: ConvolutionFilter.GetBlurBox second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilter method. Gets the box blur kernel type: docs weight: 50 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurbox/ @@ -24,8 +24,8 @@ The box blur kernel. ### See Also -* class [ConvolutionFilter](../../convolutionfilter) -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter) +* class [ConvolutionFilter](../) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurmotion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurmotion/_index.md index 25a10a99e46e..779c416df214 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurmotion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurmotion/_index.md @@ -1,7 +1,7 @@ --- -title: GetBlurMotion +title: ConvolutionFilter.GetBlurMotion second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilter method. Gets the motion blur kernel type: docs weight: 60 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/getblurmotion/ @@ -25,8 +25,8 @@ The motion blur kernel. ### See Also -* class [ConvolutionFilter](../../convolutionfilter) -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter) +* class [ConvolutionFilter](../) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getgaussian/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getgaussian/_index.md index 59025342c38e..b0dd69798921 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getgaussian/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/getgaussian/_index.md @@ -1,7 +1,7 @@ --- -title: GetGaussian +title: ConvolutionFilter.GetGaussian second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilter method. Gets the Gaussian kernel type: docs weight: 70 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/getgaussian/ @@ -25,8 +25,8 @@ The Gaussian kernel. ### See Also -* class [ConvolutionFilter](../../convolutionfilter) -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter) +* class [ConvolutionFilter](../) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen3x3/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen3x3/_index.md index 8bd60bfd3ed2..ee355b19a22c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen3x3/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen3x3/_index.md @@ -1,7 +1,7 @@ --- -title: Sharpen3x3 +title: ConvolutionFilter.Sharpen3x3 second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilter property. Gets the 3x3 sharpen kernel type: docs weight: 30 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen3x3/ @@ -16,8 +16,8 @@ public static double[] Sharpen3x3 { get; } ### See Also -* class [ConvolutionFilter](../../convolutionfilter) -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter) +* class [ConvolutionFilter](../) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen5x5/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen5x5/_index.md index 82ea7bd3bd43..b33ed3c57e2f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen5x5/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen5x5/_index.md @@ -1,7 +1,7 @@ --- -title: Sharpen5x5 +title: ConvolutionFilter.Sharpen5x5 second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilter property. Gets the 5x5 sharpen kernel type: docs weight: 40 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/sharpen5x5/ @@ -16,8 +16,8 @@ public static double[] Sharpen5x5 { get; } ### See Also -* class [ConvolutionFilter](../../convolutionfilter) -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter) +* class [ConvolutionFilter](../) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/tocomplex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/tocomplex/_index.md index fa8a1628af61..6df52c154b05 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/tocomplex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.convolution/convolutionfilter/tocomplex/_index.md @@ -1,7 +1,7 @@ --- -title: ToComplex +title: ConvolutionFilter.ToComplex second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilter method. type: docs weight: 80 url: /net/aspose.imaging.imagefilters.convolution/convolutionfilter/tocomplex/ @@ -14,9 +14,9 @@ public static Complex[] ToComplex(double[] kernel) ### See Also -* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex) -* class [ConvolutionFilter](../../convolutionfilter) -* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter) +* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex/) +* class [ConvolutionFilter](../) +* namespace [Aspose.Imaging.ImageFilters.Convolution](../../convolutionfilter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/_index.md index 2f0470727ae5..7ff58852126d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.ImageFilters.FilterOptions second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Filter options. +description: The namespace handles Filter options type: docs weight: 790 url: /net/aspose.imaging.imagefilters.filteroptions/ @@ -12,17 +12,17 @@ The namespace handles Filter options. | Class | Description | | --- | --- | -| [BigRectangularFilterOptions](./bigrectangularfilteroptions) | Big Rectangular Filter Options | -| [BilateralSmoothingFilterOptions](./bilateralsmoothingfilteroptions) | The Bilateral Smoothing Filter Options. | -| [ConvolutionFilterOptions](./convolutionfilteroptions) | The convolution filter options. | -| [DeconvolutionFilterOptions](./deconvolutionfilteroptions) | Deconvolution Filter Options, abstract class | -| [FilterOptionsBase](./filteroptionsbase) | Base filter options class. | -| [GaussianBlurFilterOptions](./gaussianblurfilteroptions) | The Gaussian blur filter options. | -| [GaussianDeconvolutionFilterOptions](./gaussiandeconvolutionfilteroptions) | The deconvolution filter options using Gaussian bluring. | -| [GaussWienerFilterOptions](./gausswienerfilteroptions) | Gauss Wiener filter options for image debluring. | -| [MedianFilterOptions](./medianfilteroptions) | Median filter | -| [MotionWienerFilterOptions](./motionwienerfilteroptions) | The motion debluring filter options. | -| [SharpenFilterOptions](./sharpenfilteroptions) | The sharpen filter options. | -| [SmallRectangularFilterOptions](./smallrectangularfilteroptions) | Small rectangular filter options | +| [BigRectangularFilterOptions](./bigrectangularfilteroptions/) | Big Rectangular Filter Options | +| [BilateralSmoothingFilterOptions](./bilateralsmoothingfilteroptions/) | The Bilateral Smoothing Filter Options. | +| [ConvolutionFilterOptions](./convolutionfilteroptions/) | The convolution filter options. | +| [DeconvolutionFilterOptions](./deconvolutionfilteroptions/) | Deconvolution Filter Options, abstract class | +| [FilterOptionsBase](./filteroptionsbase/) | Base filter options class. | +| [GaussianBlurFilterOptions](./gaussianblurfilteroptions/) | The Gaussian blur filter options. | +| [GaussianDeconvolutionFilterOptions](./gaussiandeconvolutionfilteroptions/) | The deconvolution filter options using Gaussian bluring. | +| [GaussWienerFilterOptions](./gausswienerfilteroptions/) | Gauss Wiener filter options for image debluring. | +| [MedianFilterOptions](./medianfilteroptions/) | Median filter | +| [MotionWienerFilterOptions](./motionwienerfilteroptions/) | The motion debluring filter options. | +| [SharpenFilterOptions](./sharpenfilteroptions/) | The sharpen filter options. | +| [SmallRectangularFilterOptions](./smallrectangularfilteroptions/) | Small rectangular filter options | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/_index.md index e2e2850ac7db..aaf730a2052f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: BigRectangularFilterOptions +title: Class BigRectangularFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.BigRectangularFilterOptions class. Big Rectangular Filter Options type: docs weight: 9820 url: /net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/ @@ -18,12 +18,12 @@ public class BigRectangularFilterOptions : FilterOptionsBase | Name | Description | | --- | --- | -| [BigRectangularFilterOptions](bigrectangularfilteroptions)() | The default constructor. | +| [BigRectangularFilterOptions](bigrectangularfilteroptions/)() | The default constructor. | ### See Also -* class [FilterOptionsBase](../filteroptionsbase) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [FilterOptionsBase](../filteroptionsbase/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/bigrectangularfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/bigrectangularfilteroptions/_index.md index 1d71ff0d6c53..2544c787ff4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/bigrectangularfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/bigrectangularfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: BigRectangularFilterOptions +title: BigRectangularFilterOptions.BigRectangularFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: BigRectangularFilterOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/bigrectangularfilteroptions/bigrectangularfilteroptions/ @@ -16,8 +16,8 @@ public BigRectangularFilterOptions() ### See Also -* class [BigRectangularFilterOptions](../../bigrectangularfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bigrectangularfilteroptions) +* class [BigRectangularFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bigrectangularfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/_index.md index 99298987d85e..a4ed0efa0a4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: BilateralSmoothingFilterOptions +title: Class BilateralSmoothingFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.BilateralSmoothingFilterOptions class. The Bilateral Smoothing Filter Options type: docs weight: 9830 url: /net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/ @@ -18,20 +18,20 @@ public class BilateralSmoothingFilterOptions : FilterOptionsBase | Name | Description | | --- | --- | -| [BilateralSmoothingFilterOptions](bilateralsmoothingfilteroptions)() | Initializes a new instance of the [`BilateralSmoothingFilterOptions`](../bilateralsmoothingfilteroptions) class. | -| [BilateralSmoothingFilterOptions](bilateralsmoothingfilteroptions)(int) | Initializes a new instance of the [`BilateralSmoothingFilterOptions`](../bilateralsmoothingfilteroptions) class. | +| [BilateralSmoothingFilterOptions](bilateralsmoothingfilteroptions/#constructor)() | Initializes a new instance of the `BilateralSmoothingFilterOptions` class. | +| [BilateralSmoothingFilterOptions](bilateralsmoothingfilteroptions/#constructor_1)(int) | Initializes a new instance of the `BilateralSmoothingFilterOptions` class. | ## Properties | Name | Description | | --- | --- | -| [ColorFactor](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorfactor) { get; set; } | Gets or sets the color factor. | -| [ColorPower](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorpower) { get; set; } | Gets or sets the color power. | -| [Size](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/size) { get; set; } | Gets or sets the size of the kernel. | -| [SpatialFactor](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialfactor) { get; set; } | Gets or sets the spatial factor. | -| [SpatialPower](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialpower) { get; set; } | Gets or sets the spatial power. | +| [ColorFactor](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorfactor/) { get; set; } | Gets or sets the color factor. | +| [ColorPower](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorpower/) { get; set; } | Gets or sets the color power. | +| [Size](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/size/) { get; set; } | Gets or sets the size of the kernel. | +| [SpatialFactor](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialfactor/) { get; set; } | Gets or sets the spatial factor. | +| [SpatialPower](../../aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialpower/) { get; set; } | Gets or sets the spatial power. | -### Examples +## Examples The following example applies various types of filters to a raster image. @@ -97,8 +97,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [FilterOptionsBase](../filteroptionsbase) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [FilterOptionsBase](../filteroptionsbase/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/bilateralsmoothingfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/bilateralsmoothingfilteroptions/_index.md index f6cfeb81981f..556aef384189 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/bilateralsmoothingfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/bilateralsmoothingfilteroptions/_index.md @@ -1,14 +1,14 @@ --- -title: BilateralSmoothingFilterOptions +title: BilateralSmoothingFilterOptions.BilateralSmoothingFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: BilateralSmoothingFilterOptions constructor. Initializes a new instance of the BilateralSmoothingFilterOptions class type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/bilateralsmoothingfilteroptions/ --- -## BilateralSmoothingFilterOptions constructor (1 of 2) +## BilateralSmoothingFilterOptions(int) {#constructor_1} -Initializes a new instance of the [`BilateralSmoothingFilterOptions`](../../bilateralsmoothingfilteroptions) class. +Initializes a new instance of the [`BilateralSmoothingFilterOptions`](../) class. ```csharp public BilateralSmoothingFilterOptions(int size) @@ -20,15 +20,15 @@ public BilateralSmoothingFilterOptions(int size) ### See Also -* class [BilateralSmoothingFilterOptions](../../bilateralsmoothingfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions) +* class [BilateralSmoothingFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions/) * assembly [Aspose.Imaging](../../../) --- -## BilateralSmoothingFilterOptions constructor (2 of 2) +## BilateralSmoothingFilterOptions() {#constructor} -Initializes a new instance of the [`BilateralSmoothingFilterOptions`](../../bilateralsmoothingfilteroptions) class. +Initializes a new instance of the [`BilateralSmoothingFilterOptions`](../) class. ```csharp public BilateralSmoothingFilterOptions() @@ -36,8 +36,8 @@ public BilateralSmoothingFilterOptions() ### See Also -* class [BilateralSmoothingFilterOptions](../../bilateralsmoothingfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions) +* class [BilateralSmoothingFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorfactor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorfactor/_index.md index 6b90da663bbe..224b64f11b1e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorfactor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorfactor/_index.md @@ -1,7 +1,7 @@ --- -title: ColorFactor +title: BilateralSmoothingFilterOptions.ColorFactor second_title: Aspose.Imaging for .NET API Reference -description: +description: BilateralSmoothingFilterOptions property. Gets or sets the color factor type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorfactor/ @@ -20,8 +20,8 @@ The color factor. ### See Also -* class [BilateralSmoothingFilterOptions](../../bilateralsmoothingfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions) +* class [BilateralSmoothingFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorpower/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorpower/_index.md index 260e788c5034..c423ed5537f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorpower/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorpower/_index.md @@ -1,7 +1,7 @@ --- -title: ColorPower +title: BilateralSmoothingFilterOptions.ColorPower second_title: Aspose.Imaging for .NET API Reference -description: +description: BilateralSmoothingFilterOptions property. Gets or sets the color power type: docs weight: 30 url: /net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/colorpower/ @@ -20,8 +20,8 @@ The color power. ### See Also -* class [BilateralSmoothingFilterOptions](../../bilateralsmoothingfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions) +* class [BilateralSmoothingFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/size/_index.md index 5530d7f3d322..b41cd5801751 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: BilateralSmoothingFilterOptions.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: BilateralSmoothingFilterOptions property. Gets or sets the size of the kernel type: docs weight: 40 url: /net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/size/ @@ -20,8 +20,8 @@ The size of the kernel. ### See Also -* class [BilateralSmoothingFilterOptions](../../bilateralsmoothingfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions) +* class [BilateralSmoothingFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialfactor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialfactor/_index.md index b471e09bbeac..58095940c772 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialfactor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialfactor/_index.md @@ -1,7 +1,7 @@ --- -title: SpatialFactor +title: BilateralSmoothingFilterOptions.SpatialFactor second_title: Aspose.Imaging for .NET API Reference -description: +description: BilateralSmoothingFilterOptions property. Gets or sets the spatial factor type: docs weight: 50 url: /net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialfactor/ @@ -20,8 +20,8 @@ The spatial factor. ### See Also -* class [BilateralSmoothingFilterOptions](../../bilateralsmoothingfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions) +* class [BilateralSmoothingFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialpower/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialpower/_index.md index bdb522d3c571..55b9705f4a1c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialpower/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialpower/_index.md @@ -1,7 +1,7 @@ --- -title: SpatialPower +title: BilateralSmoothingFilterOptions.SpatialPower second_title: Aspose.Imaging for .NET API Reference -description: +description: BilateralSmoothingFilterOptions property. Gets or sets the spatial power type: docs weight: 60 url: /net/aspose.imaging.imagefilters.filteroptions/bilateralsmoothingfilteroptions/spatialpower/ @@ -20,8 +20,8 @@ The spatial power. ### See Also -* class [BilateralSmoothingFilterOptions](../../bilateralsmoothingfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions) +* class [BilateralSmoothingFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../bilateralsmoothingfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/_index.md index 1872260b6b88..dbb124476df8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: ConvolutionFilterOptions +title: Class ConvolutionFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.ConvolutionFilterOptions class. The convolution filter options type: docs weight: 9840 url: /net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/ @@ -18,20 +18,20 @@ public class ConvolutionFilterOptions : FilterOptionsBase | Name | Description | | --- | --- | -| [ConvolutionFilterOptions](convolutionfilteroptions)(double[], double, int) | | +| [ConvolutionFilterOptions](convolutionfilteroptions/)(double[], double, int) | | ## Properties | Name | Description | | --- | --- | -| [Bias](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias) { get; set; } | Gets or sets the bias. | -| [Factor](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor) { get; set; } | Gets or sets the factor. | -| virtual [Kernel](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/kernel) { get; } | Gets the kernel. | +| [Bias](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias/) { get; set; } | Gets or sets the bias. | +| [Factor](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor/) { get; set; } | Gets or sets the factor. | +| virtual [Kernel](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/kernel/) { get; } | Gets the kernel. | ### See Also -* class [FilterOptionsBase](../filteroptionsbase) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [FilterOptionsBase](../filteroptionsbase/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias/_index.md index f20abd4287a4..60ac08e889aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias/_index.md @@ -1,7 +1,7 @@ --- -title: Bias +title: ConvolutionFilterOptions.Bias second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilterOptions property. Gets or sets the bias type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias/ @@ -20,8 +20,8 @@ The bias. ### See Also -* class [ConvolutionFilterOptions](../../convolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../convolutionfilteroptions) +* class [ConvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../convolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/convolutionfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/convolutionfilteroptions/_index.md index 3a2989291c02..f324b74bfa0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/convolutionfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/convolutionfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: ConvolutionFilterOptions +title: ConvolutionFilterOptions.ConvolutionFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilterOptions constructor. type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/convolutionfilteroptions/ @@ -14,8 +14,8 @@ public ConvolutionFilterOptions(double[] kernel, double factor = 1m, int bias = ### See Also -* class [ConvolutionFilterOptions](../../convolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../convolutionfilteroptions) +* class [ConvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../convolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor/_index.md index bd8aece033de..9ca45685fbb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor/_index.md @@ -1,7 +1,7 @@ --- -title: Factor +title: ConvolutionFilterOptions.Factor second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilterOptions property. Gets or sets the factor type: docs weight: 30 url: /net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor/ @@ -20,8 +20,8 @@ The factor. ### See Also -* class [ConvolutionFilterOptions](../../convolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../convolutionfilteroptions) +* class [ConvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../convolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/kernel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/kernel/_index.md index 4c55a70ee024..835cc7b3dc14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/kernel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/kernel/_index.md @@ -1,7 +1,7 @@ --- -title: Kernel +title: ConvolutionFilterOptions.Kernel second_title: Aspose.Imaging for .NET API Reference -description: +description: ConvolutionFilterOptions property. Gets the kernel type: docs weight: 40 url: /net/aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/kernel/ @@ -16,8 +16,8 @@ public virtual double[] Kernel { get; } ### See Also -* class [ConvolutionFilterOptions](../../convolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../convolutionfilteroptions) +* class [ConvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../convolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/_index.md index 842bfd78cf72..c5ee1e3a9d6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: DeconvolutionFilterOptions +title: Class DeconvolutionFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.DeconvolutionFilterOptions class. Deconvolution Filter Options abstract class type: docs weight: 9850 url: /net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ @@ -18,23 +18,23 @@ public class DeconvolutionFilterOptions : FilterOptionsBase | Name | Description | | --- | --- | -| [DeconvolutionFilterOptions](deconvolutionfilteroptions)(Complex[]) | | -| [DeconvolutionFilterOptions](deconvolutionfilteroptions)(double[]) | | +| [DeconvolutionFilterOptions](deconvolutionfilteroptions/#constructor)(Complex[]) | | +| [DeconvolutionFilterOptions](deconvolutionfilteroptions/#constructor_1)(double[]) | | ## Properties | Name | Description | | --- | --- | -| [Brightness](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness) { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | -| [Grayscale](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale) { get; set; } | Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../deconvolutionfilteroptions) is grayscale. Return grayscale mode or RGB mode. | -| [IsPartialLoaded](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded) { get; } | Gets a value indicating whether this instance is partial loaded. | -| virtual [Kernel](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel) { get; } | Gets the kernel. | -| [Snr](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr) { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | +| [Brightness](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/) { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | +| [Grayscale](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/) { get; set; } | Gets or sets a value indicating whether this `DeconvolutionFilterOptions` is grayscale. Return grayscale mode or RGB mode. | +| [IsPartialLoaded](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/) { get; } | Gets a value indicating whether this instance is partial loaded. | +| virtual [Kernel](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel/) { get; } | Gets the kernel. | +| [Snr](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/) { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | ### See Also -* class [FilterOptionsBase](../filteroptionsbase) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [FilterOptionsBase](../filteroptionsbase/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/_index.md index aa35432f89c5..0a59aa9d47bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/_index.md @@ -1,7 +1,7 @@ --- -title: Brightness +title: DeconvolutionFilterOptions.Brightness second_title: Aspose.Imaging for .NET API Reference -description: +description: DeconvolutionFilterOptions property. Gets or sets the brightness. recommended range 1 1.5 default value 1.15 type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/ @@ -20,8 +20,8 @@ The brightness. ### See Also -* class [DeconvolutionFilterOptions](../../deconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions) +* class [DeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/deconvolutionfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/deconvolutionfilteroptions/_index.md index bd80427b07a0..379c56fc5c50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/deconvolutionfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/deconvolutionfilteroptions/_index.md @@ -1,12 +1,12 @@ --- -title: DeconvolutionFilterOptions +title: DeconvolutionFilterOptions.DeconvolutionFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: DeconvolutionFilterOptions constructor. type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/deconvolutionfilteroptions/ --- -## DeconvolutionFilterOptions constructor (1 of 2) +## DeconvolutionFilterOptions(double[]) {#constructor_1} ```csharp public DeconvolutionFilterOptions(double[] kernel) @@ -14,13 +14,13 @@ public DeconvolutionFilterOptions(double[] kernel) ### See Also -* class [DeconvolutionFilterOptions](../../deconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions) +* class [DeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) --- -## DeconvolutionFilterOptions constructor (2 of 2) +## DeconvolutionFilterOptions(Complex[]) {#constructor} ```csharp public DeconvolutionFilterOptions(Complex[] kernel) @@ -28,9 +28,9 @@ public DeconvolutionFilterOptions(Complex[] kernel) ### See Also -* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex) -* class [DeconvolutionFilterOptions](../../deconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions) +* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex/) +* class [DeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/_index.md index 42713a7212b7..73caf14ecffe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/_index.md @@ -1,14 +1,14 @@ --- -title: Grayscale +title: DeconvolutionFilterOptions.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: DeconvolutionFilterOptions property. Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode type: docs weight: 30 url: /net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/ --- ## DeconvolutionFilterOptions.Grayscale property -Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../../deconvolutionfilteroptions) is grayscale. Return grayscale mode or RGB mode. +Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../) is grayscale. Return grayscale mode or RGB mode. ```csharp public bool Grayscale { get; set; } @@ -20,8 +20,8 @@ public bool Grayscale { get; set; } ### See Also -* class [DeconvolutionFilterOptions](../../deconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions) +* class [DeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/_index.md index c1e7abf82b86..6e0624388475 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/_index.md @@ -1,7 +1,7 @@ --- -title: IsPartialLoaded +title: DeconvolutionFilterOptions.IsPartialLoaded second_title: Aspose.Imaging for .NET API Reference -description: +description: DeconvolutionFilterOptions property. Gets a value indicating whether this instance is partial loaded type: docs weight: 40 url: /net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/ @@ -20,8 +20,8 @@ public bool IsPartialLoaded { get; } ### See Also -* class [DeconvolutionFilterOptions](../../deconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions) +* class [DeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel/_index.md index ed1234ccb609..eaa3dde263a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel/_index.md @@ -1,7 +1,7 @@ --- -title: Kernel +title: DeconvolutionFilterOptions.Kernel second_title: Aspose.Imaging for .NET API Reference -description: +description: DeconvolutionFilterOptions property. Gets the kernel type: docs weight: 50 url: /net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel/ @@ -16,9 +16,9 @@ public virtual Complex[] Kernel { get; } ### See Also -* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex) -* class [DeconvolutionFilterOptions](../../deconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions) +* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex/) +* class [DeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/_index.md index 3f3a6fc1377f..887f5ab8c8a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/_index.md @@ -1,7 +1,7 @@ --- -title: Snr +title: DeconvolutionFilterOptions.Snr second_title: Aspose.Imaging for .NET API Reference -description: +description: DeconvolutionFilterOptions property. Gets or sets the SNRsignaltonoise ratio recommended range 0.002 0.009 default value 0.007 type: docs weight: 60 url: /net/aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/ @@ -20,8 +20,8 @@ The SNR. ### See Also -* class [DeconvolutionFilterOptions](../../deconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions) +* class [DeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../deconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/filteroptionsbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/filteroptionsbase/_index.md index 355b60bd7252..cdcde26b2c50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/filteroptionsbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/filteroptionsbase/_index.md @@ -1,7 +1,7 @@ --- -title: FilterOptionsBase +title: Class FilterOptionsBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.FilterOptionsBase class. Base filter options class type: docs weight: 9860 url: /net/aspose.imaging.imagefilters.filteroptions/filteroptionsbase/ @@ -16,7 +16,7 @@ public abstract class FilterOptionsBase ### See Also -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/_index.md index d1e9d5c13f4a..3e12d6e88b7d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: GaussianBlurFilterOptions +title: Class GaussianBlurFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.GaussianBlurFilterOptions class. The Gaussian blur filter options type: docs weight: 9880 url: /net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/ @@ -18,21 +18,21 @@ public class GaussianBlurFilterOptions : ConvolutionFilterOptions | Name | Description | | --- | --- | -| [GaussianBlurFilterOptions](gaussianblurfilteroptions)() | Initializes a new instance of the [`GaussianBlurFilterOptions`](../gaussianblurfilteroptions) class. | -| [GaussianBlurFilterOptions](gaussianblurfilteroptions)(int, double) | Initializes a new instance of the [`GaussianBlurFilterOptions`](../gaussianblurfilteroptions) class. | +| [GaussianBlurFilterOptions](gaussianblurfilteroptions/#constructor)() | Initializes a new instance of the `GaussianBlurFilterOptions` class. | +| [GaussianBlurFilterOptions](gaussianblurfilteroptions/#constructor_1)(int, double) | Initializes a new instance of the `GaussianBlurFilterOptions` class. | ## Properties | Name | Description | | --- | --- | -| [Bias](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias) { get; set; } | Gets or sets the bias. | -| [Factor](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor) { get; set; } | Gets or sets the factor. | -| override [Kernel](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/kernel) { get; } | Gets the Gaussian kernel. | -| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | -| virtual [Sigma](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/sigma) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | -| virtual [Size](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/size) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | +| [Bias](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias/) { get; set; } | Gets or sets the bias. | +| [Factor](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor/) { get; set; } | Gets or sets the factor. | +| override [Kernel](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/kernel/) { get; } | Gets the Gaussian kernel. | +| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius/) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | +| virtual [Sigma](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/sigma/) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | +| virtual [Size](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/size/) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | -### Examples +## Examples The following example applies various types of filters to a raster image. @@ -98,8 +98,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [ConvolutionFilterOptions](../convolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [ConvolutionFilterOptions](../convolutionfilteroptions/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/gaussianblurfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/gaussianblurfilteroptions/_index.md index 776c0c23860b..eb0390fa10a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/gaussianblurfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/gaussianblurfilteroptions/_index.md @@ -1,14 +1,14 @@ --- -title: GaussianBlurFilterOptions +title: GaussianBlurFilterOptions.GaussianBlurFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianBlurFilterOptions constructor. Initializes a new instance of the GaussianBlurFilterOptions class type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/gaussianblurfilteroptions/ --- -## GaussianBlurFilterOptions constructor (1 of 2) +## GaussianBlurFilterOptions(int, double) {#constructor_1} -Initializes a new instance of the [`GaussianBlurFilterOptions`](../../gaussianblurfilteroptions) class. +Initializes a new instance of the [`GaussianBlurFilterOptions`](../) class. ```csharp public GaussianBlurFilterOptions(int size, double sigma) @@ -21,15 +21,15 @@ public GaussianBlurFilterOptions(int size, double sigma) ### See Also -* class [GaussianBlurFilterOptions](../../gaussianblurfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions) +* class [GaussianBlurFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions/) * assembly [Aspose.Imaging](../../../) --- -## GaussianBlurFilterOptions constructor (2 of 2) +## GaussianBlurFilterOptions() {#constructor} -Initializes a new instance of the [`GaussianBlurFilterOptions`](../../gaussianblurfilteroptions) class. +Initializes a new instance of the [`GaussianBlurFilterOptions`](../) class. ```csharp public GaussianBlurFilterOptions() @@ -37,8 +37,8 @@ public GaussianBlurFilterOptions() ### See Also -* class [GaussianBlurFilterOptions](../../gaussianblurfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions) +* class [GaussianBlurFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/kernel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/kernel/_index.md index f50fb5faf3ab..ecd93dd4e643 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/kernel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/kernel/_index.md @@ -1,7 +1,7 @@ --- -title: Kernel +title: GaussianBlurFilterOptions.Kernel second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianBlurFilterOptions property. Gets the Gaussian kernel type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/kernel/ @@ -16,8 +16,8 @@ public override double[] Kernel { get; } ### See Also -* class [GaussianBlurFilterOptions](../../gaussianblurfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions) +* class [GaussianBlurFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius/_index.md index d2b716c0e353..1d6dc556802a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius/_index.md @@ -1,7 +1,7 @@ --- -title: Radius +title: GaussianBlurFilterOptions.Radius second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianBlurFilterOptions property. Gets the radius of Gausseian ISquareConvolutionKernel type: docs weight: 30 url: /net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius/ @@ -16,8 +16,8 @@ public int Radius { get; set; } ### See Also -* class [GaussianBlurFilterOptions](../../gaussianblurfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions) +* class [GaussianBlurFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/sigma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/sigma/_index.md index 3c731fdd8490..fdf7efde55f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/sigma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/sigma/_index.md @@ -1,7 +1,7 @@ --- -title: Sigma +title: GaussianBlurFilterOptions.Sigma second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianBlurFilterOptions property. Gets the Gaussian kernel sigma smoothing. Must be a positive nonzero value type: docs weight: 40 url: /net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/sigma/ @@ -16,8 +16,8 @@ public virtual double Sigma { get; set; } ### See Also -* class [GaussianBlurFilterOptions](../../gaussianblurfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions) +* class [GaussianBlurFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/size/_index.md index 475cd20c5b57..e4114c2f8ce4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: GaussianBlurFilterOptions.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianBlurFilterOptions property. Gets the Gaussian kernel size. Must be a positive nonzero odd value type: docs weight: 50 url: /net/aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/size/ @@ -16,8 +16,8 @@ public virtual int Size { get; set; } ### See Also -* class [GaussianBlurFilterOptions](../../gaussianblurfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions) +* class [GaussianBlurFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussianblurfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/_index.md index 0a517d9bb423..0a7aef0ab9d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: GaussianDeconvolutionFilterOptions +title: Class GaussianDeconvolutionFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.GaussianDeconvolutionFilterOptions class. The deconvolution filter options using Gaussian bluring type: docs weight: 9890 url: /net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/ @@ -18,25 +18,25 @@ public abstract class GaussianDeconvolutionFilterOptions : DeconvolutionFilterOp | Name | Description | | --- | --- | -| [GaussianDeconvolutionFilterOptions](gaussiandeconvolutionfilteroptions)(int, double) | Initializes a new instance of the [`GaussianDeconvolutionFilterOptions`](../gaussiandeconvolutionfilteroptions) class. | +| [GaussianDeconvolutionFilterOptions](gaussiandeconvolutionfilteroptions/)(int, double) | Initializes a new instance of the `GaussianDeconvolutionFilterOptions` class. | ## Properties | Name | Description | | --- | --- | -| [Brightness](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness) { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | -| [Grayscale](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale) { get; set; } | Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../deconvolutionfilteroptions) is grayscale. Return grayscale mode or RGB mode. | -| [IsPartialLoaded](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded) { get; } | Gets a value indicating whether this instance is partial loaded. | -| virtual [Kernel](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel) { get; } | Gets the kernel. | -| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | -| [Sigma](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | -| [Size](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | -| [Snr](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr) { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | +| [Brightness](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/) { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | +| [Grayscale](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/) { get; set; } | Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../deconvolutionfilteroptions/) is grayscale. Return grayscale mode or RGB mode. | +| [IsPartialLoaded](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/) { get; } | Gets a value indicating whether this instance is partial loaded. | +| virtual [Kernel](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/kernel/) { get; } | Gets the kernel. | +| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius/) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | +| [Sigma](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma/) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | +| [Size](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size/) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | +| [Snr](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/) { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | ### See Also -* class [DeconvolutionFilterOptions](../deconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [DeconvolutionFilterOptions](../deconvolutionfilteroptions/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/gaussiandeconvolutionfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/gaussiandeconvolutionfilteroptions/_index.md index 118269d54ba8..c9661036a6ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/gaussiandeconvolutionfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/gaussiandeconvolutionfilteroptions/_index.md @@ -1,14 +1,14 @@ --- -title: GaussianDeconvolutionFilterOptions +title: GaussianDeconvolutionFilterOptions.GaussianDeconvolutionFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianDeconvolutionFilterOptions constructor. Initializes a new instance of the GaussianDeconvolutionFilterOptions class type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/gaussiandeconvolutionfilteroptions/ --- ## GaussianDeconvolutionFilterOptions constructor -Initializes a new instance of the [`GaussianDeconvolutionFilterOptions`](../../gaussiandeconvolutionfilteroptions) class. +Initializes a new instance of the [`GaussianDeconvolutionFilterOptions`](../) class. ```csharp public GaussianDeconvolutionFilterOptions(int size, double sigma) @@ -21,8 +21,8 @@ public GaussianDeconvolutionFilterOptions(int size, double sigma) ### See Also -* class [GaussianDeconvolutionFilterOptions](../../gaussiandeconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussiandeconvolutionfilteroptions) +* class [GaussianDeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussiandeconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius/_index.md index 982142cfc109..fa1c6b3470cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius/_index.md @@ -1,7 +1,7 @@ --- -title: Radius +title: GaussianDeconvolutionFilterOptions.Radius second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianDeconvolutionFilterOptions property. Gets the radius of Gausseian ISquareConvolutionKernel type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius/ @@ -16,8 +16,8 @@ public int Radius { get; set; } ### See Also -* class [GaussianDeconvolutionFilterOptions](../../gaussiandeconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussiandeconvolutionfilteroptions) +* class [GaussianDeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussiandeconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma/_index.md index 9925fbf6f7d9..3f38d7d1b8d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma/_index.md @@ -1,7 +1,7 @@ --- -title: Sigma +title: GaussianDeconvolutionFilterOptions.Sigma second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianDeconvolutionFilterOptions property. Gets the Gaussian kernel sigma smoothing. Must be a positive nonzero value type: docs weight: 30 url: /net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma/ @@ -16,8 +16,8 @@ public double Sigma { get; set; } ### See Also -* class [GaussianDeconvolutionFilterOptions](../../gaussiandeconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussiandeconvolutionfilteroptions) +* class [GaussianDeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussiandeconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size/_index.md index 48b81ad143e6..a294146aef60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: GaussianDeconvolutionFilterOptions.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussianDeconvolutionFilterOptions property. Gets the Gaussian kernel size. Must be a positive nonzero odd value type: docs weight: 40 url: /net/aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size/ @@ -16,8 +16,8 @@ public int Size { get; set; } ### See Also -* class [GaussianDeconvolutionFilterOptions](../../gaussiandeconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussiandeconvolutionfilteroptions) +* class [GaussianDeconvolutionFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gaussiandeconvolutionfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/_index.md index e7ad77b23b91..45a0c0ae6828 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: GaussWienerFilterOptions +title: Class GaussWienerFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.GaussWienerFilterOptions class. Gauss Wiener filter options for image debluring type: docs weight: 9870 url: /net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/ @@ -18,23 +18,23 @@ public class GaussWienerFilterOptions : GaussianDeconvolutionFilterOptions | Name | Description | | --- | --- | -| [GaussWienerFilterOptions](gausswienerfilteroptions)() | Initializes a new instance of the [`GaussWienerFilterOptions`](../gausswienerfilteroptions) class. | -| [GaussWienerFilterOptions](gausswienerfilteroptions)(int, double) | Initializes a new instance of the [`GaussWienerFilterOptions`](../gausswienerfilteroptions) class. | +| [GaussWienerFilterOptions](gausswienerfilteroptions/#constructor)() | Initializes a new instance of the `GaussWienerFilterOptions` class. | +| [GaussWienerFilterOptions](gausswienerfilteroptions/#constructor_1)(int, double) | Initializes a new instance of the `GaussWienerFilterOptions` class. | ## Properties | Name | Description | | --- | --- | -| [Brightness](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness) { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | -| [Grayscale](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale) { get; set; } | Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../deconvolutionfilteroptions) is grayscale. Return grayscale mode or RGB mode. | -| [IsPartialLoaded](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded) { get; } | Gets a value indicating whether this instance is partial loaded. | -| override [Kernel](../../aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/kernel) { get; } | Gets the kernel. | -| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | -| [Sigma](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | -| [Size](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | -| [Snr](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr) { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | +| [Brightness](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/) { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | +| [Grayscale](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/) { get; set; } | Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../deconvolutionfilteroptions/) is grayscale. Return grayscale mode or RGB mode. | +| [IsPartialLoaded](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/) { get; } | Gets a value indicating whether this instance is partial loaded. | +| override [Kernel](../../aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/kernel/) { get; } | Gets the kernel. | +| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius/) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | +| [Sigma](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma/) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | +| [Size](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size/) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | +| [Snr](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/) { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | -### Examples +## Examples The following example applies various types of filters to a raster image. @@ -100,8 +100,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [GaussianDeconvolutionFilterOptions](../gaussiandeconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [GaussianDeconvolutionFilterOptions](../gaussiandeconvolutionfilteroptions/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/gausswienerfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/gausswienerfilteroptions/_index.md index df9db11d6b43..91d2fd989f63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/gausswienerfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/gausswienerfilteroptions/_index.md @@ -1,14 +1,14 @@ --- -title: GaussWienerFilterOptions +title: GaussWienerFilterOptions.GaussWienerFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussWienerFilterOptions constructor. Initializes a new instance of the GaussWienerFilterOptions class type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/gausswienerfilteroptions/ --- -## GaussWienerFilterOptions constructor (1 of 2) +## GaussWienerFilterOptions(int, double) {#constructor_1} -Initializes a new instance of the [`GaussWienerFilterOptions`](../../gausswienerfilteroptions) class. +Initializes a new instance of the [`GaussWienerFilterOptions`](../) class. ```csharp public GaussWienerFilterOptions(int size, double sigma) @@ -21,15 +21,15 @@ public GaussWienerFilterOptions(int size, double sigma) ### See Also -* class [GaussWienerFilterOptions](../../gausswienerfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gausswienerfilteroptions) +* class [GaussWienerFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gausswienerfilteroptions/) * assembly [Aspose.Imaging](../../../) --- -## GaussWienerFilterOptions constructor (2 of 2) +## GaussWienerFilterOptions() {#constructor} -Initializes a new instance of the [`GaussWienerFilterOptions`](../../gausswienerfilteroptions) class. +Initializes a new instance of the [`GaussWienerFilterOptions`](../) class. ```csharp public GaussWienerFilterOptions() @@ -37,8 +37,8 @@ public GaussWienerFilterOptions() ### See Also -* class [GaussWienerFilterOptions](../../gausswienerfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gausswienerfilteroptions) +* class [GaussWienerFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gausswienerfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/kernel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/kernel/_index.md index 0fb448aa8da8..ccf1a0939534 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/kernel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/kernel/_index.md @@ -1,7 +1,7 @@ --- -title: Kernel +title: GaussWienerFilterOptions.Kernel second_title: Aspose.Imaging for .NET API Reference -description: +description: GaussWienerFilterOptions property. Gets the kernel type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/gausswienerfilteroptions/kernel/ @@ -16,9 +16,9 @@ public override Complex[] Kernel { get; } ### See Also -* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex) -* class [GaussWienerFilterOptions](../../gausswienerfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gausswienerfilteroptions) +* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex/) +* class [GaussWienerFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../gausswienerfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/_index.md index 364f4298b7bc..71666c930081 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: MedianFilterOptions +title: Class MedianFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.MedianFilterOptions class. Median filter type: docs weight: 9900 url: /net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/ @@ -18,15 +18,15 @@ public class MedianFilterOptions : FilterOptionsBase | Name | Description | | --- | --- | -| [MedianFilterOptions](medianfilteroptions)(int) | Initializes a new instance of the [`MedianFilterOptions`](../medianfilteroptions) class. | +| [MedianFilterOptions](medianfilteroptions/)(int) | Initializes a new instance of the `MedianFilterOptions` class. | ## Properties | Name | Description | | --- | --- | -| [Size](../../aspose.imaging.imagefilters.filteroptions/medianfilteroptions/size) { get; set; } | Gets or sets the size. | +| [Size](../../aspose.imaging.imagefilters.filteroptions/medianfilteroptions/size/) { get; set; } | Gets or sets the size. | -### Examples +## Examples The following example applies various types of filters to a raster image. @@ -92,8 +92,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [FilterOptionsBase](../filteroptionsbase) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [FilterOptionsBase](../filteroptionsbase/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/medianfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/medianfilteroptions/_index.md index 0ad7c230f9bf..955e985d6bf5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/medianfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/medianfilteroptions/_index.md @@ -1,14 +1,14 @@ --- -title: MedianFilterOptions +title: MedianFilterOptions.MedianFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MedianFilterOptions constructor. Initializes a new instance of the MedianFilterOptions class type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/medianfilteroptions/ --- ## MedianFilterOptions constructor -Initializes a new instance of the [`MedianFilterOptions`](../../medianfilteroptions) class. +Initializes a new instance of the [`MedianFilterOptions`](../) class. ```csharp public MedianFilterOptions(int size) @@ -20,8 +20,8 @@ public MedianFilterOptions(int size) ### See Also -* class [MedianFilterOptions](../../medianfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../medianfilteroptions) +* class [MedianFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../medianfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/size/_index.md index 94a05d8fa21e..a1134ecea3b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: MedianFilterOptions.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: MedianFilterOptions property. Gets or sets the size type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/medianfilteroptions/size/ @@ -20,8 +20,8 @@ The size of filter rectangle. ### See Also -* class [MedianFilterOptions](../../medianfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../medianfilteroptions) +* class [MedianFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../medianfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/_index.md index ac496bdad378..7932c4c8ab5b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: MotionWienerFilterOptions +title: Class MotionWienerFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.MotionWienerFilterOptions class. The motion debluring filter options type: docs weight: 9910 url: /net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/ @@ -18,23 +18,23 @@ public class MotionWienerFilterOptions : GaussianDeconvolutionFilterOptions | Name | Description | | --- | --- | -| [MotionWienerFilterOptions](motionwienerfilteroptions)(int, double, double) | Initializes a new instance of the [`MotionWienerFilterOptions`](../motionwienerfilteroptions) class. | +| [MotionWienerFilterOptions](motionwienerfilteroptions/)(int, double, double) | Initializes a new instance of the `MotionWienerFilterOptions` class. | ## Properties | Name | Description | | --- | --- | -| [Angle](../../aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/angle) { get; set; } | Gets or sets the angle in degrees. | -| [Brightness](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness) { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | -| [Grayscale](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale) { get; set; } | Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../deconvolutionfilteroptions) is grayscale. Return grayscale mode or RGB mode. | -| [IsPartialLoaded](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded) { get; } | Gets a value indicating whether this instance is partial loaded. | -| override [Kernel](../../aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/kernel) { get; } | Gets the kernel. | -| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | -| [Sigma](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | -| [Size](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | -| [Snr](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr) { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | - -### Examples +| [Angle](../../aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/angle/) { get; set; } | Gets or sets the angle in degrees. | +| [Brightness](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/brightness/) { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | +| [Grayscale](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/grayscale/) { get; set; } | Gets or sets a value indicating whether this [`DeconvolutionFilterOptions`](../deconvolutionfilteroptions/) is grayscale. Return grayscale mode or RGB mode. | +| [IsPartialLoaded](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/ispartialloaded/) { get; } | Gets a value indicating whether this instance is partial loaded. | +| override [Kernel](../../aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/kernel/) { get; } | Gets the kernel. | +| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/radius/) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | +| [Sigma](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/sigma/) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | +| [Size](../../aspose.imaging.imagefilters.filteroptions/gaussiandeconvolutionfilteroptions/size/) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | +| [Snr](../../aspose.imaging.imagefilters.filteroptions/deconvolutionfilteroptions/snr/) { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | + +## Examples The following example applies various types of filters to a raster image. @@ -100,8 +100,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [GaussianDeconvolutionFilterOptions](../gaussiandeconvolutionfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [GaussianDeconvolutionFilterOptions](../gaussiandeconvolutionfilteroptions/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/angle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/angle/_index.md index 3bad821042dc..f5a8472cc916 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/angle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/angle/_index.md @@ -1,7 +1,7 @@ --- -title: Angle +title: MotionWienerFilterOptions.Angle second_title: Aspose.Imaging for .NET API Reference -description: +description: MotionWienerFilterOptions property. Gets or sets the angle in degrees type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/angle/ @@ -20,8 +20,8 @@ The angle. ### See Also -* class [MotionWienerFilterOptions](../../motionwienerfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../motionwienerfilteroptions) +* class [MotionWienerFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../motionwienerfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/kernel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/kernel/_index.md index e6007af37ce0..31b24544e838 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/kernel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/kernel/_index.md @@ -1,7 +1,7 @@ --- -title: Kernel +title: MotionWienerFilterOptions.Kernel second_title: Aspose.Imaging for .NET API Reference -description: +description: MotionWienerFilterOptions property. Gets the kernel type: docs weight: 30 url: /net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/kernel/ @@ -16,9 +16,9 @@ public override Complex[] Kernel { get; } ### See Also -* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex) -* class [MotionWienerFilterOptions](../../motionwienerfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../motionwienerfilteroptions) +* struct [Complex](../../../aspose.imaging.imagefilters.complexutils/complex/) +* class [MotionWienerFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../motionwienerfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/motionwienerfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/motionwienerfilteroptions/_index.md index 28a46e92162a..60903ebdf56b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/motionwienerfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/motionwienerfilteroptions/_index.md @@ -1,14 +1,14 @@ --- -title: MotionWienerFilterOptions +title: MotionWienerFilterOptions.MotionWienerFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MotionWienerFilterOptions constructor. Initializes a new instance of the MotionWienerFilterOptions class type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/motionwienerfilteroptions/motionwienerfilteroptions/ --- ## MotionWienerFilterOptions constructor -Initializes a new instance of the [`MotionWienerFilterOptions`](../../motionwienerfilteroptions) class. +Initializes a new instance of the [`MotionWienerFilterOptions`](../) class. ```csharp public MotionWienerFilterOptions(int size, double sigma, double angle) @@ -22,8 +22,8 @@ public MotionWienerFilterOptions(int size, double sigma, double angle) ### See Also -* class [MotionWienerFilterOptions](../../motionwienerfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../motionwienerfilteroptions) +* class [MotionWienerFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../motionwienerfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/_index.md index 176e87ceb842..8a6ffd89799b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: SharpenFilterOptions +title: Class SharpenFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.SharpenFilterOptions class. The sharpen filter options type: docs weight: 9920 url: /net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/ @@ -18,21 +18,21 @@ public class SharpenFilterOptions : GaussianBlurFilterOptions | Name | Description | | --- | --- | -| [SharpenFilterOptions](sharpenfilteroptions)() | Initializes a new instance of the [`SharpenFilterOptions`](../sharpenfilteroptions) class. | -| [SharpenFilterOptions](sharpenfilteroptions)(int, double) | Initializes a new instance of the [`SharpenFilterOptions`](../sharpenfilteroptions) class. | +| [SharpenFilterOptions](sharpenfilteroptions/#constructor)() | Initializes a new instance of the `SharpenFilterOptions` class. | +| [SharpenFilterOptions](sharpenfilteroptions/#constructor_1)(int, double) | Initializes a new instance of the `SharpenFilterOptions` class. | ## Properties | Name | Description | | --- | --- | -| [Bias](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias) { get; set; } | Gets or sets the bias. | -| [Factor](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor) { get; set; } | Gets or sets the factor. | -| override [Kernel](../../aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/kernel) { get; } | Gets the kernel. | -| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | -| override [Sigma](../../aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sigma) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | -| override [Size](../../aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/size) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | +| [Bias](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/bias/) { get; set; } | Gets or sets the bias. | +| [Factor](../../aspose.imaging.imagefilters.filteroptions/convolutionfilteroptions/factor/) { get; set; } | Gets or sets the factor. | +| override [Kernel](../../aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/kernel/) { get; } | Gets the kernel. | +| [Radius](../../aspose.imaging.imagefilters.filteroptions/gaussianblurfilteroptions/radius/) { get; set; } | Gets the radius of Gausseian ISquareConvolutionKernel. | +| override [Sigma](../../aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sigma/) { get; set; } | Gets the Gaussian kernel sigma (smoothing). Must be a positive non-zero value. | +| override [Size](../../aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/size/) { get; set; } | Gets the Gaussian kernel size. Must be a positive non-zero odd value. | -### Examples +## Examples The following example applies various types of filters to a raster image. @@ -98,8 +98,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [GaussianBlurFilterOptions](../gaussianblurfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [GaussianBlurFilterOptions](../gaussianblurfilteroptions/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/kernel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/kernel/_index.md index 8e46c0a78b5f..d38c0641efea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/kernel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/kernel/_index.md @@ -1,7 +1,7 @@ --- -title: Kernel +title: SharpenFilterOptions.Kernel second_title: Aspose.Imaging for .NET API Reference -description: +description: SharpenFilterOptions property. Gets the kernel type: docs weight: 20 url: /net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/kernel/ @@ -16,8 +16,8 @@ public override double[] Kernel { get; } ### See Also -* class [SharpenFilterOptions](../../sharpenfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions) +* class [SharpenFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sharpenfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sharpenfilteroptions/_index.md index 462e9ce30bf8..0ecefa020381 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sharpenfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sharpenfilteroptions/_index.md @@ -1,14 +1,14 @@ --- -title: SharpenFilterOptions +title: SharpenFilterOptions.SharpenFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: SharpenFilterOptions constructor. Initializes a new instance of the SharpenFilterOptions class type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sharpenfilteroptions/ --- -## SharpenFilterOptions constructor (1 of 2) +## SharpenFilterOptions(int, double) {#constructor_1} -Initializes a new instance of the [`SharpenFilterOptions`](../../sharpenfilteroptions) class. +Initializes a new instance of the [`SharpenFilterOptions`](../) class. ```csharp public SharpenFilterOptions(int size, double sigma) @@ -21,15 +21,15 @@ public SharpenFilterOptions(int size, double sigma) ### See Also -* class [SharpenFilterOptions](../../sharpenfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions) +* class [SharpenFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions/) * assembly [Aspose.Imaging](../../../) --- -## SharpenFilterOptions constructor (2 of 2) +## SharpenFilterOptions() {#constructor} -Initializes a new instance of the [`SharpenFilterOptions`](../../sharpenfilteroptions) class. +Initializes a new instance of the [`SharpenFilterOptions`](../) class. ```csharp public SharpenFilterOptions() @@ -37,8 +37,8 @@ public SharpenFilterOptions() ### See Also -* class [SharpenFilterOptions](../../sharpenfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions) +* class [SharpenFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sigma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sigma/_index.md index 710f35f9a931..c44befe9d05b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sigma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sigma/_index.md @@ -1,7 +1,7 @@ --- -title: Sigma +title: SharpenFilterOptions.Sigma second_title: Aspose.Imaging for .NET API Reference -description: +description: SharpenFilterOptions property. Gets the Gaussian kernel sigma smoothing. Must be a positive nonzero value type: docs weight: 30 url: /net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/sigma/ @@ -16,8 +16,8 @@ public override double Sigma { get; set; } ### See Also -* class [SharpenFilterOptions](../../sharpenfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions) +* class [SharpenFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/size/_index.md index 41bdc7eb4183..38f01354d69e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: SharpenFilterOptions.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: SharpenFilterOptions property. Gets the Gaussian kernel size. Must be a positive nonzero odd value type: docs weight: 40 url: /net/aspose.imaging.imagefilters.filteroptions/sharpenfilteroptions/size/ @@ -16,8 +16,8 @@ public override int Size { get; set; } ### See Also -* class [SharpenFilterOptions](../../sharpenfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions) +* class [SharpenFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../sharpenfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/_index.md index 2851372eb7e6..9fac2c605884 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: SmallRectangularFilterOptions +title: Class SmallRectangularFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilters.FilterOptions.SmallRectangularFilterOptions class. Small rectangular filter options type: docs weight: 9930 url: /net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/ @@ -18,12 +18,12 @@ public class SmallRectangularFilterOptions : FilterOptionsBase | Name | Description | | --- | --- | -| [SmallRectangularFilterOptions](smallrectangularfilteroptions)() | The default constructor. | +| [SmallRectangularFilterOptions](smallrectangularfilteroptions/)() | The default constructor. | ### See Also -* class [FilterOptionsBase](../filteroptionsbase) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions) +* class [FilterOptionsBase](../filteroptionsbase/) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../aspose.imaging.imagefilters.filteroptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/smallrectangularfilteroptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/smallrectangularfilteroptions/_index.md index a447032260e8..d3b72fbd21f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/smallrectangularfilteroptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/smallrectangularfilteroptions/_index.md @@ -1,7 +1,7 @@ --- -title: SmallRectangularFilterOptions +title: SmallRectangularFilterOptions.SmallRectangularFilterOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: SmallRectangularFilterOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imagefilters.filteroptions/smallrectangularfilteroptions/smallrectangularfilteroptions/ @@ -16,8 +16,8 @@ public SmallRectangularFilterOptions() ### See Also -* class [SmallRectangularFilterOptions](../../smallrectangularfilteroptions) -* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../smallrectangularfilteroptions) +* class [SmallRectangularFilterOptions](../) +* namespace [Aspose.Imaging.ImageFilters.FilterOptions](../../smallrectangularfilteroptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/_index.md index 4030158bc3c2..34e2a086151d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.ImageLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains different file format load options. +description: The namespace contains different file format load options type: docs weight: 800 url: /net/aspose.imaging.imageloadoptions/ @@ -12,16 +12,16 @@ The namespace contains different file format load options. | Class | Description | | --- | --- | -| [CdrLoadOptions](./cdrloadoptions) | The Cdr load options | -| [CmxLoadOptions](./cmxloadoptions) | The CMX load options | -| [DngLoadOptions](./dngloadoptions) | The DNG load options | -| [Jpeg2000LoadOptions](./jpeg2000loadoptions) | JPEG2000 load options | -| [OdLoadOptions](./odloadoptions) | The Open Dcocument Load Options | -| [SvgLoadOptions](./svgloadoptions) | The Svg load options. | +| [CdrLoadOptions](./cdrloadoptions/) | The Cdr load options | +| [CmxLoadOptions](./cmxloadoptions/) | The CMX load options | +| [DngLoadOptions](./dngloadoptions/) | The DNG load options | +| [Jpeg2000LoadOptions](./jpeg2000loadoptions/) | JPEG2000 load options | +| [OdLoadOptions](./odloadoptions/) | The Open Dcocument Load Options | +| [SvgLoadOptions](./svgloadoptions/) | The Svg load options. | ## Enumeration | Enumeration | Description | | --- | --- | -| [NoiseReductionType](./noisereductiontype) | The type of dbdd noise reduction. | +| [NoiseReductionType](./noisereductiontype/) | The type of dbdd noise reduction. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/_index.md index e5e67c62d2b7..98a9c76bee50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: CdrLoadOptions +title: Class CdrLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageLoadOptions.CdrLoadOptions class. The Cdr load options type: docs weight: 9940 url: /net/aspose.imaging.imageloadoptions/cdrloadoptions/ @@ -18,29 +18,30 @@ public class CdrLoadOptions : LoadOptions | Name | Description | | --- | --- | -| [CdrLoadOptions](cdrloadoptions)() | The default constructor. | +| [CdrLoadOptions](cdrloadoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image) background [`Color`](../../aspose.imaging/color). | -| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode) { get; set; } | Gets or sets the data recovery mode. | -| [DefaultFont](../../aspose.imaging.imageloadoptions/cdrloadoptions/defaultfont) { get; set; } | Gets or sets the default font. | -| [OptimalMemoryUsage](../../aspose.imaging.imageloadoptions/cdrloadoptions/optimalmemoryusage) { get; set; } | Gets or sets a value indicating whether [optimal memory usage]. | -| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | +| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConcurrentImageProcessing](../../aspose.imaging/loadoptions/concurrentimageprocessing/) { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. | +| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor/) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image/) background [`Color`](../../aspose.imaging/color/). | +| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode/) { get; set; } | Gets or sets the data recovery mode. | +| [DefaultFont](../../aspose.imaging.imageloadoptions/cdrloadoptions/defaultfont/) { get; set; } | Gets or sets the default font. | +| [OptimalMemoryUsage](../../aspose.imaging.imageloadoptions/cdrloadoptions/optimalmemoryusage/) { get; set; } | Gets or sets a value indicating whether [optimal memory usage]. | +| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | ## Methods | Name | Description | | --- | --- | -| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | +| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource/)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | ### See Also -* class [LoadOptions](../../aspose.imaging/loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions) +* class [LoadOptions](../../aspose.imaging/loadoptions/) +* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/cdrloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/cdrloadoptions/_index.md index d57b6459211c..b5def2e3611c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/cdrloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/cdrloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: CdrLoadOptions +title: CdrLoadOptions.CdrLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrLoadOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageloadoptions/cdrloadoptions/cdrloadoptions/ @@ -16,8 +16,8 @@ public CdrLoadOptions() ### See Also -* class [CdrLoadOptions](../../cdrloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../cdrloadoptions) +* class [CdrLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../cdrloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/defaultfont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/defaultfont/_index.md index 0874894762a3..82e4941fa73d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/defaultfont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/defaultfont/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultFont +title: CdrLoadOptions.DefaultFont second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrLoadOptions property. Gets or sets the default font type: docs weight: 20 url: /net/aspose.imaging.imageloadoptions/cdrloadoptions/defaultfont/ @@ -20,9 +20,9 @@ The default font. ### See Also -* class [Font](../../../aspose.imaging/font) -* class [CdrLoadOptions](../../cdrloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../cdrloadoptions) +* class [Font](../../../aspose.imaging/font/) +* class [CdrLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../cdrloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/optimalmemoryusage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/optimalmemoryusage/_index.md index 86b13810b8e2..1497d4d2e2ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/optimalmemoryusage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cdrloadoptions/optimalmemoryusage/_index.md @@ -1,7 +1,7 @@ --- -title: OptimalMemoryUsage +title: CdrLoadOptions.OptimalMemoryUsage second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrLoadOptions property. Gets or sets a value indicating whether optimal memory usage type: docs weight: 30 url: /net/aspose.imaging.imageloadoptions/cdrloadoptions/optimalmemoryusage/ @@ -20,8 +20,8 @@ public bool OptimalMemoryUsage { get; set; } ### See Also -* class [CdrLoadOptions](../../cdrloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../cdrloadoptions) +* class [CdrLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../cdrloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/_index.md index f59fea12b8da..1c5624fdf19d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: CmxLoadOptions +title: Class CmxLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageLoadOptions.CmxLoadOptions class. The CMX load options type: docs weight: 9950 url: /net/aspose.imaging.imageloadoptions/cmxloadoptions/ @@ -18,28 +18,29 @@ public class CmxLoadOptions : LoadOptions | Name | Description | | --- | --- | -| [CmxLoadOptions](cmxloadoptions)() | The default constructor. | +| [CmxLoadOptions](cmxloadoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image) background [`Color`](../../aspose.imaging/color). | -| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode) { get; set; } | Gets or sets the data recovery mode. | -| [OptimalMemoryUsage](../../aspose.imaging.imageloadoptions/cmxloadoptions/optimalmemoryusage) { get; set; } | Gets or sets a value indicating whether [optimal memory usage]. | -| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | +| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConcurrentImageProcessing](../../aspose.imaging/loadoptions/concurrentimageprocessing/) { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. | +| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor/) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image/) background [`Color`](../../aspose.imaging/color/). | +| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode/) { get; set; } | Gets or sets the data recovery mode. | +| [OptimalMemoryUsage](../../aspose.imaging.imageloadoptions/cmxloadoptions/optimalmemoryusage/) { get; set; } | Gets or sets a value indicating whether [optimal memory usage]. | +| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | ## Methods | Name | Description | | --- | --- | -| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | +| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource/)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | ### See Also -* class [LoadOptions](../../aspose.imaging/loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions) +* class [LoadOptions](../../aspose.imaging/loadoptions/) +* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/cmxloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/cmxloadoptions/_index.md index 10e83ac19235..f25408bc697d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/cmxloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/cmxloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: CmxLoadOptions +title: CmxLoadOptions.CmxLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLoadOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageloadoptions/cmxloadoptions/cmxloadoptions/ @@ -16,8 +16,8 @@ public CmxLoadOptions() ### See Also -* class [CmxLoadOptions](../../cmxloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../cmxloadoptions) +* class [CmxLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../cmxloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/optimalmemoryusage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/optimalmemoryusage/_index.md index d7fce8c308fc..a1cfac91068f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/optimalmemoryusage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/cmxloadoptions/optimalmemoryusage/_index.md @@ -1,7 +1,7 @@ --- -title: OptimalMemoryUsage +title: CmxLoadOptions.OptimalMemoryUsage second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxLoadOptions property. Gets or sets a value indicating whether optimal memory usage type: docs weight: 20 url: /net/aspose.imaging.imageloadoptions/cmxloadoptions/optimalmemoryusage/ @@ -20,8 +20,8 @@ public bool OptimalMemoryUsage { get; set; } ### See Also -* class [CmxLoadOptions](../../cmxloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../cmxloadoptions) +* class [CmxLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../cmxloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/_index.md index af6d719a4200..7cd1130686be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: DngLoadOptions +title: Class DngLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageLoadOptions.DngLoadOptions class. The DNG load options type: docs weight: 9960 url: /net/aspose.imaging.imageloadoptions/dngloadoptions/ @@ -18,29 +18,30 @@ public class DngLoadOptions : LoadOptions | Name | Description | | --- | --- | -| [DngLoadOptions](dngloadoptions)() | The default constructor. | +| [DngLoadOptions](dngloadoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [AdjustWhiteBalance](../../aspose.imaging.imageloadoptions/dngloadoptions/adjustwhitebalance) { get; set; } | Gets or sets the flag indicating that the white balance of the loaded DNG image should be adjusted. | -| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image) background [`Color`](../../aspose.imaging/color). | -| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode) { get; set; } | Gets or sets the data recovery mode. | -| [Fbdd](../../aspose.imaging.imageloadoptions/dngloadoptions/fbdd) { get; set; } | Gets or sets the FBDD. | -| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | +| [AdjustWhiteBalance](../../aspose.imaging.imageloadoptions/dngloadoptions/adjustwhitebalance/) { get; set; } | Gets or sets the flag indicating that the white balance of the loaded DNG image should be adjusted. | +| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConcurrentImageProcessing](../../aspose.imaging/loadoptions/concurrentimageprocessing/) { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. | +| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor/) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image/) background [`Color`](../../aspose.imaging/color/). | +| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode/) { get; set; } | Gets or sets the data recovery mode. | +| [Fbdd](../../aspose.imaging.imageloadoptions/dngloadoptions/fbdd/) { get; set; } | Gets or sets the FBDD. | +| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | ## Methods | Name | Description | | --- | --- | -| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | +| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource/)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | ### See Also -* class [LoadOptions](../../aspose.imaging/loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions) +* class [LoadOptions](../../aspose.imaging/loadoptions/) +* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/adjustwhitebalance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/adjustwhitebalance/_index.md index d15d917dc7a1..f06301a71525 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/adjustwhitebalance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/adjustwhitebalance/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustWhiteBalance +title: DngLoadOptions.AdjustWhiteBalance second_title: Aspose.Imaging for .NET API Reference -description: +description: DngLoadOptions property. Gets or sets the flag indicating that the white balance of the loaded DNG image should be adjusted type: docs weight: 20 url: /net/aspose.imaging.imageloadoptions/dngloadoptions/adjustwhitebalance/ @@ -20,8 +20,8 @@ The white balance adjustment flag. ### See Also -* class [DngLoadOptions](../../dngloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../dngloadoptions) +* class [DngLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../dngloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/dngloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/dngloadoptions/_index.md index 08b330b28a35..7ea212f5ea71 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/dngloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/dngloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: DngLoadOptions +title: DngLoadOptions.DngLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: DngLoadOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageloadoptions/dngloadoptions/dngloadoptions/ @@ -16,8 +16,8 @@ public DngLoadOptions() ### See Also -* class [DngLoadOptions](../../dngloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../dngloadoptions) +* class [DngLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../dngloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/fbdd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/fbdd/_index.md index 898c22517e65..107e7e7b718b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/fbdd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/dngloadoptions/fbdd/_index.md @@ -1,7 +1,7 @@ --- -title: Fbdd +title: DngLoadOptions.Fbdd second_title: Aspose.Imaging for .NET API Reference -description: +description: DngLoadOptions property. Gets or sets the FBDD type: docs weight: 30 url: /net/aspose.imaging.imageloadoptions/dngloadoptions/fbdd/ @@ -20,9 +20,9 @@ The noise reduction before demosaic. ### See Also -* enum [NoiseReductionType](../../noisereductiontype) -* class [DngLoadOptions](../../dngloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../dngloadoptions) +* enum [NoiseReductionType](../../noisereductiontype/) +* class [DngLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../dngloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/_index.md index 46d5980f135b..6fec5ac1b451 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: Jpeg2000LoadOptions +title: Class Jpeg2000LoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageLoadOptions.Jpeg2000LoadOptions class. JPEG2000 load options type: docs weight: 9970 url: /net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/ @@ -18,29 +18,30 @@ public class Jpeg2000LoadOptions : LoadOptions | Name | Description | | --- | --- | -| [Jpeg2000LoadOptions](jpeg2000loadoptions)() | Initializes a new instance of the [`Jpeg2000LoadOptions`](../jpeg2000loadoptions) class. | +| [Jpeg2000LoadOptions](jpeg2000loadoptions/)() | Initializes a new instance of the `Jpeg2000LoadOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image) background [`Color`](../../aspose.imaging/color). | -| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode) { get; set; } | Gets or sets the data recovery mode. | -| [MaximumDecodingTime](../../aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtime) { get; set; } | Gets or sets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels). | -| [MaximumDecodingTimeForTile](../../aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtimefortile) { get; set; } | Gets or sets the maximum decoding time for tile. | -| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | +| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConcurrentImageProcessing](../../aspose.imaging/loadoptions/concurrentimageprocessing/) { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. | +| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor/) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image/) background [`Color`](../../aspose.imaging/color/). | +| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode/) { get; set; } | Gets or sets the data recovery mode. | +| [MaximumDecodingTime](../../aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtime/) { get; set; } | Gets or sets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels). | +| [MaximumDecodingTimeForTile](../../aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtimefortile/) { get; set; } | Gets or sets the maximum decoding time for tile. | +| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | ## Methods | Name | Description | | --- | --- | -| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | +| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource/)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | ### See Also -* class [LoadOptions](../../aspose.imaging/loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions) +* class [LoadOptions](../../aspose.imaging/loadoptions/) +* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/jpeg2000loadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/jpeg2000loadoptions/_index.md index d665fe053b52..f082df1a1983 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/jpeg2000loadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/jpeg2000loadoptions/_index.md @@ -1,14 +1,14 @@ --- -title: Jpeg2000LoadOptions +title: Jpeg2000LoadOptions.Jpeg2000LoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000LoadOptions constructor. Initializes a new instance of the Jpeg2000LoadOptions class type: docs weight: 10 url: /net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/jpeg2000loadoptions/ --- ## Jpeg2000LoadOptions constructor -Initializes a new instance of the [`Jpeg2000LoadOptions`](../../jpeg2000loadoptions) class. +Initializes a new instance of the [`Jpeg2000LoadOptions`](../) class. ```csharp public Jpeg2000LoadOptions() @@ -16,8 +16,8 @@ public Jpeg2000LoadOptions() ### See Also -* class [Jpeg2000LoadOptions](../../jpeg2000loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../jpeg2000loadoptions) +* class [Jpeg2000LoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../jpeg2000loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtime/_index.md index df81018fcc99..d20141902b67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtime/_index.md @@ -1,7 +1,7 @@ --- -title: MaximumDecodingTime +title: Jpeg2000LoadOptions.MaximumDecodingTime second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000LoadOptions property. Gets or sets the maximum decoding time in seconds this option can be used on very slow on memory machines to prevent hanging on process on very big images resolution more than 5500x6500 pixels type: docs weight: 20 url: /net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtime/ @@ -20,8 +20,8 @@ The maximum decoding time. ### See Also -* class [Jpeg2000LoadOptions](../../jpeg2000loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../jpeg2000loadoptions) +* class [Jpeg2000LoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../jpeg2000loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtimefortile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtimefortile/_index.md index 4d249b8fb48d..59078315d8ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtimefortile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtimefortile/_index.md @@ -1,7 +1,7 @@ --- -title: MaximumDecodingTimeForTile +title: Jpeg2000LoadOptions.MaximumDecodingTimeForTile second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000LoadOptions property. Gets or sets the maximum decoding time for tile type: docs weight: 30 url: /net/aspose.imaging.imageloadoptions/jpeg2000loadoptions/maximumdecodingtimefortile/ @@ -20,8 +20,8 @@ The maximum decoding time for tile. ### See Also -* class [Jpeg2000LoadOptions](../../jpeg2000loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../jpeg2000loadoptions) +* class [Jpeg2000LoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../jpeg2000loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/noisereductiontype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/noisereductiontype/_index.md index 25430a337fd8..20fd6202687b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/noisereductiontype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/noisereductiontype/_index.md @@ -1,7 +1,7 @@ --- -title: NoiseReductionType +title: Enum NoiseReductionType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageLoadOptions.NoiseReductionType enum. The type of dbdd noise reduction type: docs weight: 9980 url: /net/aspose.imaging.imageloadoptions/noisereductiontype/ @@ -24,7 +24,7 @@ public enum NoiseReductionType ### See Also -* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions) +* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/_index.md index ccbb97201ae8..25ebbd299e30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: OdLoadOptions +title: Class OdLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageLoadOptions.OdLoadOptions class. The Open Dcocument Load Options type: docs weight: 9990 url: /net/aspose.imaging.imageloadoptions/odloadoptions/ @@ -18,28 +18,29 @@ public class OdLoadOptions : LoadOptions | Name | Description | | --- | --- | -| [OdLoadOptions](odloadoptions)() | The default constructor. | +| [OdLoadOptions](odloadoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image) background [`Color`](../../aspose.imaging/color). | -| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode) { get; set; } | Gets or sets the data recovery mode. | -| [Password](../../aspose.imaging.imageloadoptions/odloadoptions/password) { get; set; } | Gets or sets the password. | -| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | +| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConcurrentImageProcessing](../../aspose.imaging/loadoptions/concurrentimageprocessing/) { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. | +| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor/) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image/) background [`Color`](../../aspose.imaging/color/). | +| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode/) { get; set; } | Gets or sets the data recovery mode. | +| [Password](../../aspose.imaging.imageloadoptions/odloadoptions/password/) { get; set; } | Gets or sets the password. | +| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | ## Methods | Name | Description | | --- | --- | -| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | +| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource/)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | ### See Also -* class [LoadOptions](../../aspose.imaging/loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions) +* class [LoadOptions](../../aspose.imaging/loadoptions/) +* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/odloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/odloadoptions/_index.md index f79803242711..89d22224a89b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/odloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/odloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: OdLoadOptions +title: OdLoadOptions.OdLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLoadOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageloadoptions/odloadoptions/odloadoptions/ @@ -16,8 +16,8 @@ public OdLoadOptions() ### See Also -* class [OdLoadOptions](../../odloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../odloadoptions) +* class [OdLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../odloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/password/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/password/_index.md index 4ede20c154bb..858e1cff695a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/password/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/odloadoptions/password/_index.md @@ -1,7 +1,7 @@ --- -title: Password +title: OdLoadOptions.Password second_title: Aspose.Imaging for .NET API Reference -description: +description: OdLoadOptions property. Gets or sets the password type: docs weight: 20 url: /net/aspose.imaging.imageloadoptions/odloadoptions/password/ @@ -20,8 +20,8 @@ The password. ### See Also -* class [OdLoadOptions](../../odloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../odloadoptions) +* class [OdLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../odloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/_index.md index 69bd756be3f5..0b1459bb8be4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: SvgLoadOptions +title: Class SvgLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageLoadOptions.SvgLoadOptions class. The Svg load options type: docs weight: 10000 url: /net/aspose.imaging.imageloadoptions/svgloadoptions/ @@ -18,29 +18,30 @@ public class SvgLoadOptions : LoadOptions | Name | Description | | --- | --- | -| [SvgLoadOptions](svgloadoptions)() | The default constructor. | +| [SvgLoadOptions](svgloadoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image) background [`Color`](../../aspose.imaging/color). | -| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode) { get; set; } | Gets or sets the data recovery mode. | -| [DefaultHeight](../../aspose.imaging.imageloadoptions/svgloadoptions/defaultheight) { get; set; } | Gets or sets the default height. Property DefaultHeight use with only case, when height not set in file. | -| [DefaultWidth](../../aspose.imaging.imageloadoptions/svgloadoptions/defaultwidth) { get; set; } | Gets or sets the default width. Property DefaultWidth use with only case, when width not set in file. | -| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | +| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConcurrentImageProcessing](../../aspose.imaging/loadoptions/concurrentimageprocessing/) { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. | +| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor/) { get; set; } | Gets or sets the [`Image`](../../aspose.imaging/image/) background [`Color`](../../aspose.imaging/color/). | +| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode/) { get; set; } | Gets or sets the data recovery mode. | +| [DefaultHeight](../../aspose.imaging.imageloadoptions/svgloadoptions/defaultheight/) { get; set; } | Gets or sets the default height. Property DefaultHeight use with only case, when height not set in file. | +| [DefaultWidth](../../aspose.imaging.imageloadoptions/svgloadoptions/defaultwidth/) { get; set; } | Gets or sets the default width. Property DefaultWidth use with only case, when width not set in file. | +| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | ## Methods | Name | Description | | --- | --- | -| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | +| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource/)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | ### See Also -* class [LoadOptions](../../aspose.imaging/loadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions) +* class [LoadOptions](../../aspose.imaging/loadoptions/) +* namespace [Aspose.Imaging.ImageLoadOptions](../../aspose.imaging.imageloadoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/defaultheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/defaultheight/_index.md index 63ce7800052d..0742f72272e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/defaultheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/defaultheight/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultHeight +title: SvgLoadOptions.DefaultHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgLoadOptions property. Gets or sets the default height. Property DefaultHeight use with only case when height not set in file type: docs weight: 20 url: /net/aspose.imaging.imageloadoptions/svgloadoptions/defaultheight/ @@ -20,8 +20,8 @@ The default height. ### See Also -* class [SvgLoadOptions](../../svgloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../svgloadoptions) +* class [SvgLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../svgloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/defaultwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/defaultwidth/_index.md index 189ec6f87cce..719fc25f8ef8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/defaultwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/defaultwidth/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultWidth +title: SvgLoadOptions.DefaultWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgLoadOptions property. Gets or sets the default width. Property DefaultWidth use with only case when width not set in file type: docs weight: 30 url: /net/aspose.imaging.imageloadoptions/svgloadoptions/defaultwidth/ @@ -20,8 +20,8 @@ The default width. ### See Also -* class [SvgLoadOptions](../../svgloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../svgloadoptions) +* class [SvgLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../svgloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/svgloadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/svgloadoptions/_index.md index 7ac17097fda8..26731a0027c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/svgloadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageloadoptions/svgloadoptions/svgloadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: SvgLoadOptions +title: SvgLoadOptions.SvgLoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgLoadOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageloadoptions/svgloadoptions/svgloadoptions/ @@ -16,8 +16,8 @@ public SvgLoadOptions() ### See Also -* class [SvgLoadOptions](../../svgloadoptions) -* namespace [Aspose.Imaging.ImageLoadOptions](../../svgloadoptions) +* class [SvgLoadOptions](../) +* namespace [Aspose.Imaging.ImageLoadOptions](../../svgloadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/_index.md index d9b5296a3e2f..1550be5c139a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.ImageOptions second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes suitable for export save or creation of different file formats. +description: The namespace contains classes suitable for export save or creation of different file formats type: docs weight: 810 url: /net/aspose.imaging.imageoptions/ @@ -12,52 +12,52 @@ The namespace contains classes suitable for export, save or creation of differen | Class | Description | | --- | --- | -| [ApngOptions](./apngoptions) | The API for Animated PNG (Animated Portable Network Graphics) image file format creation is a dynamic tool for developers seeking to generate captivating animated images. With customizable options such as frame duration and the number of times to loop, this API allows for fine-tuning animated content according to specific needs. Whether creating engaging web graphics or interactive visuals, you can leverage this API to seamlessly incorporate APNG images with precise control over animation parameters. | -| [BigTiffOptions](./bigtiffoptions) | The API for BigTIFF raster image format creation is specifically designed to serve to the unique requirements of applications utilizing large-scale imaging data from scanners. This API facilitates the seamless generation of BigTIFF format, which combines multiple TIFF images into a single, comprehensive image. It ensures efficient processing of extensive image data, providing developers with a powerful tool for creating and manipulating high-resolution, multi-image formats. | -| [BmpOptions](./bmpoptions) | The API for BMP and DIB raster image format creation options provides developers with a versatile toolset for generating custom Bitmap (BMP) and Device Independent Bitmap (DIB) images. With this API, you can precisely define image characteristics such as bits per pixel, compression level and compression type, tailoring the output to meet specific requirements. This feature-rich API empowers developers to create high-quality, customized raster images with ease and flexibility for diverse applications. | -| [CdrRasterizationOptions](./cdrrasterizationoptions) | With the ability to perform CDR image rasterization and set scale factors for both X and Y dimensions, this API provides precise control over the transformation process. Whether scaling for specific output requirements or converting vector graphics to raster formats, you can leverage this API for efficient and customizable CDR vector to raster image conversion. | -| [CmxRasterizationOptions](./cmxrasterizationoptions) | the CMX exporter options. | -| [DicomOptions](./dicomoptions) | The API for Digital Imaging and Communications in Medicine (DICOM) raster image format creation is a specialized tool tailored for medical device applications. It enables the seamless generation of DICOM images, crucial for storing medical data and containing vital identification information. With features to and set compression, define color types, and embed XMP metadata, developers can ensure compliance and flexibility in managing DICOM images for medical imaging purposes. | -| [DjvuMultiPageOptions](./djvumultipageoptions) | The API for DjVu graphics file format provides developers with seamless access to DjVu documents, ideal for scanned documents and books. With image loading options, developers can effortlessly integrate DjVu files into their applications, unlocking the potential to work with multi-page content, including text, drawings, and images, for versatile document processing solutions. | -| [DxfOptions](./dxfoptions) | API for Drawing Interchange Format (DXF) vector image creation offers tailored solutions for generating AutoCAD drawing files with precision and flexibility. Designed specifically for working with text lines and Bezier curves, developers can efficiently manipulate these elements, count Bezier points, and convert curves into polylines for seamless exporting, ensuring compatibility and fidelity in DXF vector images. | -| [EmfOptions](./emfoptions) | The Emf options. | -| [EmfRasterizationOptions](./emfrasterizationoptions) | The Emf rasterization options. | -| [EpsRasterizationOptions](./epsrasterizationoptions) | The Eps rasterization options. | -| [GifOptions](./gifoptions) | The API for Graphical Interchange Format (GIF) raster image file creation offers developers comprehensive options for generating GIF images with precise control. With features to set background color, color palette, resolution, interlaced type, transparent color, XMP metadata container, and image compression, this API ensures flexibility and efficiency in creating optimized and visually appealing GIFs tailored to specific application requirements. | -| [Html5CanvasOptions](./html5canvasoptions) | Create HTML5 Canvas files effortlessly with our API, allowing you to seamlessly combine elements like forms, text, images, animations, and links. Benefit from robust features including tag identifier and encoding settings support, ensuring optimal performance and customization for your web projects. | -| [IcoOptions](./icooptions) | Create custom ICO image files for application icons effortlessly with our API, empowering you to represent your software seamlessly. Our API supports PNG and BMP image frames with various bits per pixel values, ensuring versatility and compatibility for your icon creation needs. | -| [Jpeg2000Options](./jpeg2000options) | Create JPEG2000 (JP2) image files with our API, utilizing advanced wavelet technology for coding lossless content. Benefit from support for various codecs, including irreversible and lossless compression, as well as XMP metadata containers, ensuring versatility and high-quality image creation tailored to your needs. | -| [JpegOptions](./jpegoptions) | Create high-quality JPEG images effortlessly with our API, offering adjustable levels of compression to optimize storage size without compromising image quality. Benefit from support for various compression types, near lossless coding, RGB and CMYK color profiles, as well as EXIF, JFIF image data, and XMP containers, ensuring versatile and customizable options for your image creation needs. | -| [MetafileOptions](./metafileoptions) | The Metafiles base options. | -| [MetafileRasterizationOptions](./metafilerasterizationoptions) | The metafile rasterization options | -| [MultiPageOptions](./multipageoptions) | Base class for multiple pages supported formats | -| [OdgRasterizationOptions](./odgrasterizationoptions) | The Odg rasterization options | -| [OdRasterizationOptions](./odrasterizationoptions) | The Od rasterization options | -| [OtgRasterizationOptions](./otgrasterizationoptions) | The Otg rasterization options | -| [PdfOptions](./pdfoptions) | The PDF options. | -| [PngOptions](./pngoptions) | Create high-quality Portable Network Graphics (PNG) raster images effortlessly with our API, offering customizable options for compression levels, bits per pixel depths, and alpha bits. Seamlessly process XMP metadata containers, ensuring comprehensive image metadata management, and empowering you to tailor PNG images to your exact specifications with ease. | -| [PsdOptions](./psdoptions) | Create Photoshop Document (PSD) images with our API, offering versatile options with different format versions, compression methods, color modes, and bits counts per color channel. Seamlessly handle XMP metadata containers, ensuring comprehensive image processing with the power of PSD format features like image layers, layer masks, and file information for customization and creativity in your designs. | -| [PsdVectorizationOptions](./psdvectorizationoptions) | The vectorized PSD rasterization options. | -| [RdOptimizerSettings](./rdoptimizersettings) | RD optimizer settings class | -| [RenderResult](./renderresult) | Represents information with results of rendering | -| [SvgOptions](./svgoptions) | Create Scalar Vector Graphics (SVG) image files with our API, utilizing versatile options for color types and compression levels. Seamlessly customize your SVG images with precision, ensuring optimal quality and compatibility for your design needs. | -| [SvgRasterizationOptions](./svgrasterizationoptions) | The SVG rasterization options. | -| [TgaOptions](./tgaoptions) | The TGA file format create options. | -| [TiffOptions](./tiffoptions) | The tiff file format options. Note that width and height tags will get overwritten on image creation by width and height parameters so there is no need to specify them directly. Note that many options return a default value but that does not mean that this option is set explicitly as a tag value. To verify the tag is present use Tags property or the corresponding IsTagPresent method. | -| [TimeInterval](./timeinterval) | Represents the time interval in milliseconds | -| [VectorRasterizationOptions](./vectorrasterizationoptions) | The vector rasterization options. | -| [WebPOptions](./webpoptions) | Create modern WebP raster web images using our API, featuring robust support for lossless and lossy compression, as well as alpha channels and animation loops. Enhance your web content with dynamic visuals while optimizing file sizes for improved loading speeds and user experience. | -| [WmfOptions](./wmfoptions) | The wmf options. | -| [WmfRasterizationOptions](./wmfrasterizationoptions) | The Wmf rasterization options. | +| [ApngOptions](./apngoptions/) | The API for Animated PNG (Animated Portable Network Graphics) image file format creation is a dynamic tool for developers seeking to generate captivating animated images. With customizable options such as frame duration and the number of times to loop, this API allows for fine-tuning animated content according to specific needs. Whether creating engaging web graphics or interactive visuals, you can leverage this API to seamlessly incorporate APNG images with precise control over animation parameters. | +| [BigTiffOptions](./bigtiffoptions/) | The API for BigTIFF raster image format creation is specifically designed to serve to the unique requirements of applications utilizing large-scale imaging data from scanners. This API facilitates the seamless generation of BigTIFF format, which combines multiple TIFF images into a single, comprehensive image. It ensures efficient processing of extensive image data, providing developers with a powerful tool for creating and manipulating high-resolution, multi-image formats. | +| [BmpOptions](./bmpoptions/) | The API for BMP and DIB raster image format creation options provides developers with a versatile toolset for generating custom Bitmap (BMP) and Device Independent Bitmap (DIB) images. With this API, you can precisely define image characteristics such as bits per pixel, compression level and compression type, tailoring the output to meet specific requirements. This feature-rich API empowers developers to create high-quality, customized raster images with ease and flexibility for diverse applications. | +| [CdrRasterizationOptions](./cdrrasterizationoptions/) | With the ability to perform CDR image rasterization and set scale factors for both X and Y dimensions, this API provides precise control over the transformation process. Whether scaling for specific output requirements or converting vector graphics to raster formats, you can leverage this API for efficient and customizable CDR vector to raster image conversion. | +| [CmxRasterizationOptions](./cmxrasterizationoptions/) | the CMX exporter options. | +| [DicomOptions](./dicomoptions/) | The API for Digital Imaging and Communications in Medicine (DICOM) raster image format creation is a specialized tool tailored for medical device applications. It enables the seamless generation of DICOM images, crucial for storing medical data and containing vital identification information. With features to and set compression, define color types, and embed XMP metadata, developers can ensure compliance and flexibility in managing DICOM images for medical imaging purposes. | +| [DjvuMultiPageOptions](./djvumultipageoptions/) | The API for DjVu graphics file format provides developers with seamless access to DjVu documents, ideal for scanned documents and books. With image loading options, developers can effortlessly integrate DjVu files into their applications, unlocking the potential to work with multi-page content, including text, drawings, and images, for versatile document processing solutions. | +| [DxfOptions](./dxfoptions/) | API for Drawing Interchange Format (DXF) vector image creation offers tailored solutions for generating AutoCAD drawing files with precision and flexibility. Designed specifically for working with text lines and Bezier curves, developers can efficiently manipulate these elements, count Bezier points, and convert curves into polylines for seamless exporting, ensuring compatibility and fidelity in DXF vector images. | +| [EmfOptions](./emfoptions/) | The Emf options. | +| [EmfRasterizationOptions](./emfrasterizationoptions/) | The Emf rasterization options. | +| [EpsRasterizationOptions](./epsrasterizationoptions/) | The Eps rasterization options. | +| [GifOptions](./gifoptions/) | The API for Graphical Interchange Format (GIF) raster image file creation offers developers comprehensive options for generating GIF images with precise control. With features to set background color, color palette, resolution, interlaced type, transparent color, XMP metadata container, and image compression, this API ensures flexibility and efficiency in creating optimized and visually appealing GIFs tailored to specific application requirements. | +| [Html5CanvasOptions](./html5canvasoptions/) | Create HTML5 Canvas files effortlessly with our API, allowing you to seamlessly combine elements like forms, text, images, animations, and links. Benefit from robust features including tag identifier and encoding settings support, ensuring optimal performance and customization for your web projects. | +| [IcoOptions](./icooptions/) | Create custom ICO image files for application icons effortlessly with our API, empowering you to represent your software seamlessly. Our API supports PNG and BMP image frames with various bits per pixel values, ensuring versatility and compatibility for your icon creation needs. | +| [Jpeg2000Options](./jpeg2000options/) | Create JPEG2000 (JP2) image files with our API, utilizing advanced wavelet technology for coding lossless content. Benefit from support for various codecs, including irreversible and lossless compression, as well as XMP metadata containers, ensuring versatility and high-quality image creation tailored to your needs. | +| [JpegOptions](./jpegoptions/) | Create high-quality JPEG images effortlessly with our API, offering adjustable levels of compression to optimize storage size without compromising image quality. Benefit from support for various compression types, near lossless coding, RGB and CMYK color profiles, as well as EXIF, JFIF image data, and XMP containers, ensuring versatile and customizable options for your image creation needs. | +| [MetafileOptions](./metafileoptions/) | The Metafiles base options. | +| [MetafileRasterizationOptions](./metafilerasterizationoptions/) | The metafile rasterization options | +| [MultiPageOptions](./multipageoptions/) | Base class for multiple pages supported formats | +| [OdgRasterizationOptions](./odgrasterizationoptions/) | The Odg rasterization options | +| [OdRasterizationOptions](./odrasterizationoptions/) | The Od rasterization options | +| [OtgRasterizationOptions](./otgrasterizationoptions/) | The Otg rasterization options | +| [PdfOptions](./pdfoptions/) | The PDF options. | +| [PngOptions](./pngoptions/) | Create high-quality Portable Network Graphics (PNG) raster images effortlessly with our API, offering customizable options for compression levels, bits per pixel depths, and alpha bits. Seamlessly process XMP metadata containers, ensuring comprehensive image metadata management, and empowering you to tailor PNG images to your exact specifications with ease. | +| [PsdOptions](./psdoptions/) | Create Photoshop Document (PSD) images with our API, offering versatile options with different format versions, compression methods, color modes, and bits counts per color channel. Seamlessly handle XMP metadata containers, ensuring comprehensive image processing with the power of PSD format features like image layers, layer masks, and file information for customization and creativity in your designs. | +| [PsdVectorizationOptions](./psdvectorizationoptions/) | The vectorized PSD rasterization options. | +| [RdOptimizerSettings](./rdoptimizersettings/) | RD optimizer settings class | +| [RenderResult](./renderresult/) | Represents information with results of rendering | +| [SvgOptions](./svgoptions/) | Create Scalar Vector Graphics (SVG) image files with our API, utilizing versatile options for color types and compression levels. Seamlessly customize your SVG images with precision, ensuring optimal quality and compatibility for your design needs. | +| [SvgRasterizationOptions](./svgrasterizationoptions/) | The SVG rasterization options. | +| [TgaOptions](./tgaoptions/) | The TGA file format create options. | +| [TiffOptions](./tiffoptions/) | The tiff file format options. Note that width and height tags will get overwritten on image creation by width and height parameters so there is no need to specify them directly. Note that many options return a default value but that does not mean that this option is set explicitly as a tag value. To verify the tag is present use Tags property or the corresponding IsTagPresent method. | +| [TimeInterval](./timeinterval/) | Represents the time interval in milliseconds | +| [VectorRasterizationOptions](./vectorrasterizationoptions/) | The vector rasterization options. | +| [WebPOptions](./webpoptions/) | Create modern WebP raster web images using our API, featuring robust support for lossless and lossy compression, as well as alpha channels and animation loops. Enhance your web content with dynamic visuals while optimizing file sizes for improved loading speeds and user experience. | +| [WmfOptions](./wmfoptions/) | The wmf options. | +| [WmfRasterizationOptions](./wmfrasterizationoptions/) | The Wmf rasterization options. | ## Enumeration | Enumeration | Description | | --- | --- | -| [MultiPageMode](./multipagemode) | Represents multipage mode | -| [PdfImageCompressionOptions](./pdfimagecompressionoptions) | Pdf image compression options | -| [PositioningTypes](./positioningtypes) | Positioning and size types for graphics scene. | -| [RenderErrorCode](./rendererrorcode) | Represents possible missing sections in CAD file | -| [TiffOptionsError](./tiffoptionserror) | The tiff options error codes. | -| [TypeOfEntities](./typeofentities) | Represents types of entities to render | +| [MultiPageMode](./multipagemode/) | Represents multipage mode | +| [PdfImageCompressionOptions](./pdfimagecompressionoptions/) | Pdf image compression options | +| [PositioningTypes](./positioningtypes/) | Positioning and size types for graphics scene. | +| [RenderErrorCode](./rendererrorcode/) | Represents possible missing sections in CAD file | +| [TiffOptionsError](./tiffoptionserror/) | The tiff options error codes. | +| [TypeOfEntities](./typeofentities/) | Represents types of entities to render | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/_index.md index 780b3dba8a38..bddbbad3a942 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/_index.md @@ -1,7 +1,7 @@ --- -title: ApngOptions +title: Class ApngOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.ApngOptions class. The API for Animated PNG Animated Portable Network Graphics image file format creation is a dynamic tool for developers seeking to generate captivating animated images. With customizable options such as frame duration and the number of times to loop this API allows for finetuning animated content according to specific needs. Whether creating engaging web graphics or interactive visuals you can leverage this API to seamlessly incorporate APNG images with precise control over animation parameters type: docs weight: 10020 url: /net/aspose.imaging.imageoptions/apngoptions/ @@ -18,38 +18,38 @@ public class ApngOptions : PngOptions | Name | Description | | --- | --- | -| [ApngOptions](apngoptions)() | Initializes a new instance of the [`ApngOptions`](../apngoptions) class. | +| [ApngOptions](apngoptions/)() | Initializes a new instance of the `ApngOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BitDepth](../../aspose.imaging.imageoptions/pngoptions/bitdepth) { get; set; } | Gets or sets the bit depth values in range of 1, 2, 4, 8, 16. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ColorType](../../aspose.imaging.imageoptions/pngoptions/colortype) { get; set; } | Gets or sets the type of the color. | -| [CompressionLevel](../../aspose.imaging.imageoptions/pngoptions/compressionlevel) { get; set; } | Gets or sets the [`PngImage`](../../aspose.imaging.fileformats.png/pngimage) compression level in the range of 0-9. The higher the value - the more efficient the compression. | -| [DefaultFrameTime](../../aspose.imaging.imageoptions/apngoptions/defaultframetime) { get; set; } | Gets or sets the default frame duration. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FilterType](../../aspose.imaging.imageoptions/pngoptions/filtertype) { get; set; } | Gets or sets the filter type used during png file save process. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [NumPlays](../../aspose.imaging.imageoptions/apngoptions/numplays) { get; set; } | Gets or sets the number of times to loop animation. 0 indicates infinite looping. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [Progressive](../../aspose.imaging.imageoptions/pngoptions/progressive) { get; set; } | Gets or sets a value indicating whether a [`PngImage`](../../aspose.imaging.fileformats.png/pngimage) is progressive. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| override [XmpData](../../aspose.imaging.imageoptions/pngoptions/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BitDepth](../../aspose.imaging.imageoptions/pngoptions/bitdepth/) { get; set; } | Gets or sets the bit depth values in range of 1, 2, 4, 8, 16. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ColorType](../../aspose.imaging.imageoptions/pngoptions/colortype/) { get; set; } | Gets or sets the type of the color. | +| [CompressionLevel](../../aspose.imaging.imageoptions/pngoptions/compressionlevel/) { get; set; } | Gets or sets the [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) compression level in the range of 0-9. The higher the value - the more efficient the compression. | +| [DefaultFrameTime](../../aspose.imaging.imageoptions/apngoptions/defaultframetime/) { get; set; } | Gets or sets the default frame duration. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FilterType](../../aspose.imaging.imageoptions/pngoptions/filtertype/) { get; set; } | Gets or sets the filter type used during png file save process. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [NumPlays](../../aspose.imaging.imageoptions/apngoptions/numplays/) { get; set; } | Gets or sets the number of times to loop animation. 0 indicates infinite looping. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [Progressive](../../aspose.imaging.imageoptions/pngoptions/progressive/) { get; set; } | Gets or sets a value indicating whether a [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) is progressive. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| override [XmpData](../../aspose.imaging.imageoptions/pngoptions/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples The following example shows how to export apng APNG file format from other non-animated multi-page format. @@ -137,8 +137,8 @@ using (RasterImage sourceImage = (RasterImage)Image.Load("not_animated.png")) ### See Also -* class [PngOptions](../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [PngOptions](../pngoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/apngoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/apngoptions/_index.md index 2e30aae20c18..745ab828ab0b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/apngoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/apngoptions/_index.md @@ -1,14 +1,14 @@ --- -title: ApngOptions +title: ApngOptions.ApngOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngOptions constructor. Initializes a new instance of the ApngOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/apngoptions/apngoptions/ --- ## ApngOptions constructor -Initializes a new instance of the [`ApngOptions`](../../apngoptions) class. +Initializes a new instance of the [`ApngOptions`](../) class. ```csharp public ApngOptions() @@ -16,8 +16,8 @@ public ApngOptions() ### See Also -* class [ApngOptions](../../apngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../apngoptions) +* class [ApngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../apngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/defaultframetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/defaultframetime/_index.md index e8066f588cf8..d4483a61138b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/defaultframetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/defaultframetime/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultFrameTime +title: ApngOptions.DefaultFrameTime second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngOptions property. Gets or sets the default frame duration type: docs weight: 20 url: /net/aspose.imaging.imageoptions/apngoptions/defaultframetime/ @@ -18,7 +18,7 @@ public uint DefaultFrameTime { get; set; } The default frame duration, in milliseconds. -### Examples +## Examples The following example shows how to export apng APNG file format from other non-animated multi-page format. @@ -90,8 +90,8 @@ using (RasterImage sourceImage = (RasterImage)Image.Load("not_animated.png")) ### See Also -* class [ApngOptions](../../apngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../apngoptions) +* class [ApngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../apngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/numplays/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/numplays/_index.md index 563f4cbf499b..ab7589fcc078 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/numplays/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/apngoptions/numplays/_index.md @@ -1,7 +1,7 @@ --- -title: NumPlays +title: ApngOptions.NumPlays second_title: Aspose.Imaging for .NET API Reference -description: +description: ApngOptions property. Gets or sets the number of times to loop animation. 0 indicates infinite looping type: docs weight: 30 url: /net/aspose.imaging.imageoptions/apngoptions/numplays/ @@ -18,7 +18,7 @@ public int NumPlays { get; set; } The number of times to loop. -### Examples +## Examples The following example shows how to export to APNG file format. @@ -38,8 +38,8 @@ using (Image image = Image.Load("Animation1.webp")) { ### See Also -* class [ApngOptions](../../apngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../apngoptions) +* class [ApngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../apngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/_index.md index 39e7e65730dc..892a11cfe5bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/_index.md @@ -1,7 +1,7 @@ --- -title: BigTiffOptions +title: Class BigTiffOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.BigTiffOptions class. The API for BigTIFF raster image format creation is specifically designed to serve to the unique requirements of applications utilizing largescale imaging data from scanners. This API facilitates the seamless generation of BigTIFF format which combines multiple TIFF images into a single comprehensive image. It ensures efficient processing of extensive image data providing developers with a powerful tool for creating and manipulating highresolution multiimage formats type: docs weight: 10030 url: /net/aspose.imaging.imageoptions/bigtiffoptions/ @@ -18,112 +18,112 @@ public sealed class BigTiffOptions : TiffOptions | Name | Description | | --- | --- | -| [BigTiffOptions](bigtiffoptions)(TiffDataType[]) | Initializes a new instance of the [`BigTiffOptions`](../bigtiffoptions) class. | -| [BigTiffOptions](bigtiffoptions)(TiffExpectedFormat) | Initializes a new instance of the [`BigTiffOptions`](../bigtiffoptions) class. By default little endian convention is used. | -| [BigTiffOptions](bigtiffoptions)(TiffOptions) | Initializes a new instance of the [`BigTiffOptions`](../bigtiffoptions) class. | -| [BigTiffOptions](bigtiffoptions)(TiffExpectedFormat, TiffByteOrder) | Initializes a new instance of the [`BigTiffOptions`](../bigtiffoptions) class. | +| [BigTiffOptions](bigtiffoptions/#constructor_2)(TiffDataType[]) | Initializes a new instance of the `BigTiffOptions` class. | +| [BigTiffOptions](bigtiffoptions/#constructor)(TiffExpectedFormat) | Initializes a new instance of the `BigTiffOptions` class. By default little endian convention is used. | +| [BigTiffOptions](bigtiffoptions/#constructor_3)(TiffOptions) | Initializes a new instance of the `BigTiffOptions` class. | +| [BigTiffOptions](bigtiffoptions/#constructor_1)(TiffExpectedFormat, TiffByteOrder) | Initializes a new instance of the `BigTiffOptions` class. | ## Properties | Name | Description | | --- | --- | -| [AlphaStorage](../../aspose.imaging.imageoptions/tiffoptions/alphastorage) { get; set; } | Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 [`SamplesPerPixel`](../tiffoptions/samplesperpixel) defined. | -| [Artist](../../aspose.imaging.imageoptions/tiffoptions/artist) { get; set; } | Gets or sets the artist. | -| [BitsPerPixel](../../aspose.imaging.imageoptions/tiffoptions/bitsperpixel) { get; } | Gets the bits per pixel. | -| [BitsPerSample](../../aspose.imaging.imageoptions/tiffoptions/bitspersample) { get; set; } | Gets or sets the bits per sample. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ByteOrder](../../aspose.imaging.imageoptions/tiffoptions/byteorder) { get; set; } | Gets or sets a value indicating the tiff byte order. | -| [ColorMap](../../aspose.imaging.imageoptions/tiffoptions/colormap) { get; set; } | Gets or sets the color map. | -| [CompressedQuality](../../aspose.imaging.imageoptions/tiffoptions/compressedquality) { get; set; } | Gets or sets compressed image quality. Used with the Jpeg compression. | -| [Compression](../../aspose.imaging.imageoptions/tiffoptions/compression) { get; set; } | Gets or sets the compression. | -| [Copyright](../../aspose.imaging.imageoptions/tiffoptions/copyright) { get; set; } | Gets or sets the copyright. | -| [DateTime](../../aspose.imaging.imageoptions/tiffoptions/datetime) { get; set; } | Gets or sets the date and time. | -| [DisableIccExport](../../aspose.imaging.imageoptions/tiffoptions/disableiccexport) { get; set; } | Gets or sets a value indicating whether ICC profile export is disabled (ICC profile is applied to the source pixels beforehand). | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DocumentName](../../aspose.imaging.imageoptions/tiffoptions/documentname) { get; set; } | Gets or sets the name of the document. | -| [ExifIfd](../../aspose.imaging.imageoptions/tiffoptions/exififd) { get; } | Gets or sets the pointer to EXIF IFD. | -| [ExtraSamples](../../aspose.imaging.imageoptions/tiffoptions/extrasamples) { get; } | Gets the extra samples values. | -| [FaxT4Options](../../aspose.imaging.imageoptions/tiffoptions/faxt4options) { get; set; } | Gets or sets the fax t4 options. | -| [FileStandard](../../aspose.imaging.imageoptions/tiffoptions/filestandard) { get; set; } | Gets or sets the TIFF file standard. | -| [FillOrder](../../aspose.imaging.imageoptions/tiffoptions/fillorder) { get; set; } | Gets or sets the byte bits fill order. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [HalfToneHints](../../aspose.imaging.imageoptions/tiffoptions/halftonehints) { get; set; } | Gets or sets the halftone hints. | -| [IccProfile](../../aspose.imaging.imageoptions/tiffoptions/iccprofile) { get; set; } | Gets or sets the Icc profile stream. | -| [ImageDescription](../../aspose.imaging.imageoptions/tiffoptions/imagedescription) { get; set; } | Gets or sets the image description. | -| [ImageLength](../../aspose.imaging.imageoptions/tiffoptions/imagelength) { get; set; } | Gets or sets the image length. | -| [ImageWidth](../../aspose.imaging.imageoptions/tiffoptions/imagewidth) { get; set; } | Gets or sets the image width. | -| [InkNames](../../aspose.imaging.imageoptions/tiffoptions/inknames) { get; set; } | Gets or sets the ink names. | -| [IsExtraSamplesPresent](../../aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent) { get; } | Gets a value indicating whether the extra samples is present. | -| [IsTiled](../../aspose.imaging.imageoptions/tiffoptions/istiled) { get; } | Gets a value indicating whether image is tiled. | -| [IsValid](../../aspose.imaging.imageoptions/tiffoptions/isvalid) { get; } | Gets a value indicating whether the [`TiffOptions`](../tiffoptions) have been properly configured. Use Validate method as to find the failure reason. | -| [MaxSampleValue](../../aspose.imaging.imageoptions/tiffoptions/maxsamplevalue) { get; set; } | Gets or sets the max sample value. | -| [MinSampleValue](../../aspose.imaging.imageoptions/tiffoptions/minsamplevalue) { get; set; } | Gets or sets the min sample value. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [Orientation](../../aspose.imaging.imageoptions/tiffoptions/orientation) { get; set; } | Gets or sets the orientation. | -| [PageName](../../aspose.imaging.imageoptions/tiffoptions/pagename) { get; set; } | Gets or sets the page name. | -| [PageNumber](../../aspose.imaging.imageoptions/tiffoptions/pagenumber) { get; set; } | Gets or sets the page number tag. | -| override [Palette](../../aspose.imaging.imageoptions/tiffoptions/palette) { get; set; } | Gets or sets the color palette. | -| [Photometric](../../aspose.imaging.imageoptions/tiffoptions/photometric) { get; set; } | Gets or sets the photometric. | -| [PlanarConfiguration](../../aspose.imaging.imageoptions/tiffoptions/planarconfiguration) { get; set; } | Gets or sets the planar configuration. | -| [Predictor](../../aspose.imaging.imageoptions/tiffoptions/predictor) { get; set; } | Gets or sets the predictor for LZW compression. | -| [PremultiplyComponents](../../aspose.imaging.imageoptions/tiffoptions/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether components must be premultiplied. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| override [ResolutionSettings](../../aspose.imaging.imageoptions/tiffoptions/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [ResolutionUnit](../../aspose.imaging.imageoptions/tiffoptions/resolutionunit) { get; set; } | Gets or sets the resolution unit. | -| [RowsPerStrip](../../aspose.imaging.imageoptions/tiffoptions/rowsperstrip) { get; set; } | Gets or sets the rows per strip. | -| [SampleFormat](../../aspose.imaging.imageoptions/tiffoptions/sampleformat) { get; set; } | Gets or sets the sample format. | -| [SamplesPerPixel](../../aspose.imaging.imageoptions/tiffoptions/samplesperpixel) { get; } | Gets the samples per pixel. To change this property value use the [`BitsPerSample`](../tiffoptions/bitspersample) property setter. | -| [ScannerManufacturer](../../aspose.imaging.imageoptions/tiffoptions/scannermanufacturer) { get; set; } | Gets or sets the scanner manufacturer. | -| [ScannerModel](../../aspose.imaging.imageoptions/tiffoptions/scannermodel) { get; set; } | Gets or sets the scanner model. | -| [SmaxSampleValue](../../aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue) { get; set; } | Gets or sets the max sample value. The value has a field type which best matches the sample data (Byte, Short or Long type). | -| [SminSampleValue](../../aspose.imaging.imageoptions/tiffoptions/sminsamplevalue) { get; set; } | Gets or sets the min sample value. The value has a field type which best matches the sample data (Byte, Short or Long type). | -| [SoftwareType](../../aspose.imaging.imageoptions/tiffoptions/softwaretype) { get; set; } | Gets or sets the software type. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [StripByteCounts](../../aspose.imaging.imageoptions/tiffoptions/stripbytecounts) { get; set; } | Gets or sets the strip byte counts. | -| [StripOffsets](../../aspose.imaging.imageoptions/tiffoptions/stripoffsets) { get; set; } | Gets or sets the strip offsets. | -| [SubFileType](../../aspose.imaging.imageoptions/tiffoptions/subfiletype) { get; set; } | Gets or sets a general indication of the kind of data contained in this subfile. | -| [TagCount](../../aspose.imaging.imageoptions/tiffoptions/tagcount) { get; } | Gets the tag count. | -| [Tags](../../aspose.imaging.imageoptions/tiffoptions/tags) { get; set; } | Gets or sets the tags. | -| [TargetPrinter](../../aspose.imaging.imageoptions/tiffoptions/targetprinter) { get; set; } | Gets or sets the target printer. | -| [Threshholding](../../aspose.imaging.imageoptions/tiffoptions/threshholding) { get; set; } | Gets or sets the threshholding. | -| [TileByteCounts](../../aspose.imaging.imageoptions/tiffoptions/tilebytecounts) { get; set; } | Gets or sets the tile byte counts. | -| [TileLength](../../aspose.imaging.imageoptions/tiffoptions/tilelength) { get; set; } | Gets ot sets tile length. | -| [TileOffsets](../../aspose.imaging.imageoptions/tiffoptions/tileoffsets) { get; set; } | Gets or sets the tile offsets. | -| [TileWidth](../../aspose.imaging.imageoptions/tiffoptions/tilewidth) { get; set; } | Gets ot sets tile width. | -| [TotalPages](../../aspose.imaging.imageoptions/tiffoptions/totalpages) { get; } | Gets the total pages. | -| [ValidTagCount](../../aspose.imaging.imageoptions/tiffoptions/validtagcount) { get; } | Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| override [XmpData](../../aspose.imaging.imageoptions/tiffoptions/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | -| [XPAuthor](../../aspose.imaging.imageoptions/tiffoptions/xpauthor) { get; set; } | Gets or sets image author, which used by Windows Explorer. | -| [XPComment](../../aspose.imaging.imageoptions/tiffoptions/xpcomment) { get; set; } | Gets or sets comment on image, which used by Windows Explorer. | -| [XPKeywords](../../aspose.imaging.imageoptions/tiffoptions/xpkeywords) { get; set; } | Gets or sets subject image, which used by Windows Explorer. | -| [Xposition](../../aspose.imaging.imageoptions/tiffoptions/xposition) { get; set; } | Gets or sets the x position. | -| [XPSubject](../../aspose.imaging.imageoptions/tiffoptions/xpsubject) { get; set; } | Gets or sets information about image, which used by Windows Explorer. | -| [XPTitle](../../aspose.imaging.imageoptions/tiffoptions/xptitle) { get; set; } | Gets or sets information about image, which used by Windows Explorer. | -| [Xresolution](../../aspose.imaging.imageoptions/tiffoptions/xresolution) { get; set; } | Gets or sets the x resolution. | -| [YCbCrCoefficients](../../aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients) { get; set; } | Gets or sets the YCbCrCoefficients. | -| [YCbCrSubsampling](../../aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling) { get; set; } | Gets or sets the subsampling factors for YCbCr photometric. | -| [Yposition](../../aspose.imaging.imageoptions/tiffoptions/yposition) { get; set; } | Gets or sets the y position. | -| [Yresolution](../../aspose.imaging.imageoptions/tiffoptions/yresolution) { get; set; } | Gets or sets the y resolution. | +| [AlphaStorage](../../aspose.imaging.imageoptions/tiffoptions/alphastorage/) { get; set; } | Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 [`SamplesPerPixel`](../tiffoptions/samplesperpixel/) defined. | +| [Artist](../../aspose.imaging.imageoptions/tiffoptions/artist/) { get; set; } | Gets or sets the artist. | +| [BitsPerPixel](../../aspose.imaging.imageoptions/tiffoptions/bitsperpixel/) { get; } | Gets the bits per pixel. | +| [BitsPerSample](../../aspose.imaging.imageoptions/tiffoptions/bitspersample/) { get; set; } | Gets or sets the bits per sample. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ByteOrder](../../aspose.imaging.imageoptions/tiffoptions/byteorder/) { get; set; } | Gets or sets a value indicating the tiff byte order. | +| [ColorMap](../../aspose.imaging.imageoptions/tiffoptions/colormap/) { get; set; } | Gets or sets the color map. | +| [CompressedQuality](../../aspose.imaging.imageoptions/tiffoptions/compressedquality/) { get; set; } | Gets or sets compressed image quality. Used with the Jpeg compression. | +| [Compression](../../aspose.imaging.imageoptions/tiffoptions/compression/) { get; set; } | Gets or sets the compression. | +| [Copyright](../../aspose.imaging.imageoptions/tiffoptions/copyright/) { get; set; } | Gets or sets the copyright. | +| [DateTime](../../aspose.imaging.imageoptions/tiffoptions/datetime/) { get; set; } | Gets or sets the date and time. | +| [DisableIccExport](../../aspose.imaging.imageoptions/tiffoptions/disableiccexport/) { get; set; } | Gets or sets a value indicating whether ICC profile export is disabled (ICC profile is applied to the source pixels beforehand). | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DocumentName](../../aspose.imaging.imageoptions/tiffoptions/documentname/) { get; set; } | Gets or sets the name of the document. | +| [ExifIfd](../../aspose.imaging.imageoptions/tiffoptions/exififd/) { get; } | Gets or sets the pointer to EXIF IFD. | +| [ExtraSamples](../../aspose.imaging.imageoptions/tiffoptions/extrasamples/) { get; } | Gets the extra samples values. | +| [FaxT4Options](../../aspose.imaging.imageoptions/tiffoptions/faxt4options/) { get; set; } | Gets or sets the fax t4 options. | +| [FileStandard](../../aspose.imaging.imageoptions/tiffoptions/filestandard/) { get; set; } | Gets or sets the TIFF file standard. | +| [FillOrder](../../aspose.imaging.imageoptions/tiffoptions/fillorder/) { get; set; } | Gets or sets the byte bits fill order. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [HalfToneHints](../../aspose.imaging.imageoptions/tiffoptions/halftonehints/) { get; set; } | Gets or sets the halftone hints. | +| [IccProfile](../../aspose.imaging.imageoptions/tiffoptions/iccprofile/) { get; set; } | Gets or sets the Icc profile stream. | +| [ImageDescription](../../aspose.imaging.imageoptions/tiffoptions/imagedescription/) { get; set; } | Gets or sets the image description. | +| [ImageLength](../../aspose.imaging.imageoptions/tiffoptions/imagelength/) { get; set; } | Gets or sets the image length. | +| [ImageWidth](../../aspose.imaging.imageoptions/tiffoptions/imagewidth/) { get; set; } | Gets or sets the image width. | +| [InkNames](../../aspose.imaging.imageoptions/tiffoptions/inknames/) { get; set; } | Gets or sets the ink names. | +| [IsExtraSamplesPresent](../../aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent/) { get; } | Gets a value indicating whether the extra samples is present. | +| [IsTiled](../../aspose.imaging.imageoptions/tiffoptions/istiled/) { get; } | Gets a value indicating whether image is tiled. | +| [IsValid](../../aspose.imaging.imageoptions/tiffoptions/isvalid/) { get; } | Gets a value indicating whether the [`TiffOptions`](../tiffoptions/) have been properly configured. Use Validate method as to find the failure reason. | +| [MaxSampleValue](../../aspose.imaging.imageoptions/tiffoptions/maxsamplevalue/) { get; set; } | Gets or sets the max sample value. | +| [MinSampleValue](../../aspose.imaging.imageoptions/tiffoptions/minsamplevalue/) { get; set; } | Gets or sets the min sample value. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [Orientation](../../aspose.imaging.imageoptions/tiffoptions/orientation/) { get; set; } | Gets or sets the orientation. | +| [PageName](../../aspose.imaging.imageoptions/tiffoptions/pagename/) { get; set; } | Gets or sets the page name. | +| [PageNumber](../../aspose.imaging.imageoptions/tiffoptions/pagenumber/) { get; set; } | Gets or sets the page number tag. | +| override [Palette](../../aspose.imaging.imageoptions/tiffoptions/palette/) { get; set; } | Gets or sets the color palette. | +| [Photometric](../../aspose.imaging.imageoptions/tiffoptions/photometric/) { get; set; } | Gets or sets the photometric. | +| [PlanarConfiguration](../../aspose.imaging.imageoptions/tiffoptions/planarconfiguration/) { get; set; } | Gets or sets the planar configuration. | +| [Predictor](../../aspose.imaging.imageoptions/tiffoptions/predictor/) { get; set; } | Gets or sets the predictor for LZW compression. | +| [PremultiplyComponents](../../aspose.imaging.imageoptions/tiffoptions/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether components must be premultiplied. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| override [ResolutionSettings](../../aspose.imaging.imageoptions/tiffoptions/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [ResolutionUnit](../../aspose.imaging.imageoptions/tiffoptions/resolutionunit/) { get; set; } | Gets or sets the resolution unit. | +| [RowsPerStrip](../../aspose.imaging.imageoptions/tiffoptions/rowsperstrip/) { get; set; } | Gets or sets the rows per strip. | +| [SampleFormat](../../aspose.imaging.imageoptions/tiffoptions/sampleformat/) { get; set; } | Gets or sets the sample format. | +| [SamplesPerPixel](../../aspose.imaging.imageoptions/tiffoptions/samplesperpixel/) { get; } | Gets the samples per pixel. To change this property value use the [`BitsPerSample`](../tiffoptions/bitspersample/) property setter. | +| [ScannerManufacturer](../../aspose.imaging.imageoptions/tiffoptions/scannermanufacturer/) { get; set; } | Gets or sets the scanner manufacturer. | +| [ScannerModel](../../aspose.imaging.imageoptions/tiffoptions/scannermodel/) { get; set; } | Gets or sets the scanner model. | +| [SmaxSampleValue](../../aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue/) { get; set; } | Gets or sets the max sample value. The value has a field type which best matches the sample data (Byte, Short or Long type). | +| [SminSampleValue](../../aspose.imaging.imageoptions/tiffoptions/sminsamplevalue/) { get; set; } | Gets or sets the min sample value. The value has a field type which best matches the sample data (Byte, Short or Long type). | +| [SoftwareType](../../aspose.imaging.imageoptions/tiffoptions/softwaretype/) { get; set; } | Gets or sets the software type. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [StripByteCounts](../../aspose.imaging.imageoptions/tiffoptions/stripbytecounts/) { get; set; } | Gets or sets the strip byte counts. | +| [StripOffsets](../../aspose.imaging.imageoptions/tiffoptions/stripoffsets/) { get; set; } | Gets or sets the strip offsets. | +| [SubFileType](../../aspose.imaging.imageoptions/tiffoptions/subfiletype/) { get; set; } | Gets or sets a general indication of the kind of data contained in this subfile. | +| [TagCount](../../aspose.imaging.imageoptions/tiffoptions/tagcount/) { get; } | Gets the tag count. | +| [Tags](../../aspose.imaging.imageoptions/tiffoptions/tags/) { get; set; } | Gets or sets the tags. | +| [TargetPrinter](../../aspose.imaging.imageoptions/tiffoptions/targetprinter/) { get; set; } | Gets or sets the target printer. | +| [Threshholding](../../aspose.imaging.imageoptions/tiffoptions/threshholding/) { get; set; } | Gets or sets the threshholding. | +| [TileByteCounts](../../aspose.imaging.imageoptions/tiffoptions/tilebytecounts/) { get; set; } | Gets or sets the tile byte counts. | +| [TileLength](../../aspose.imaging.imageoptions/tiffoptions/tilelength/) { get; set; } | Gets ot sets tile length. | +| [TileOffsets](../../aspose.imaging.imageoptions/tiffoptions/tileoffsets/) { get; set; } | Gets or sets the tile offsets. | +| [TileWidth](../../aspose.imaging.imageoptions/tiffoptions/tilewidth/) { get; set; } | Gets ot sets tile width. | +| [TotalPages](../../aspose.imaging.imageoptions/tiffoptions/totalpages/) { get; } | Gets the total pages. | +| [ValidTagCount](../../aspose.imaging.imageoptions/tiffoptions/validtagcount/) { get; } | Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| override [XmpData](../../aspose.imaging.imageoptions/tiffoptions/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | +| [XPAuthor](../../aspose.imaging.imageoptions/tiffoptions/xpauthor/) { get; set; } | Gets or sets image author, which used by Windows Explorer. | +| [XPComment](../../aspose.imaging.imageoptions/tiffoptions/xpcomment/) { get; set; } | Gets or sets comment on image, which used by Windows Explorer. | +| [XPKeywords](../../aspose.imaging.imageoptions/tiffoptions/xpkeywords/) { get; set; } | Gets or sets subject image, which used by Windows Explorer. | +| [Xposition](../../aspose.imaging.imageoptions/tiffoptions/xposition/) { get; set; } | Gets or sets the x position. | +| [XPSubject](../../aspose.imaging.imageoptions/tiffoptions/xpsubject/) { get; set; } | Gets or sets information about image, which used by Windows Explorer. | +| [XPTitle](../../aspose.imaging.imageoptions/tiffoptions/xptitle/) { get; set; } | Gets or sets information about image, which used by Windows Explorer. | +| [Xresolution](../../aspose.imaging.imageoptions/tiffoptions/xresolution/) { get; set; } | Gets or sets the x resolution. | +| [YCbCrCoefficients](../../aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients/) { get; set; } | Gets or sets the YCbCrCoefficients. | +| [YCbCrSubsampling](../../aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling/) { get; set; } | Gets or sets the subsampling factors for YCbCr photometric. | +| [Yposition](../../aspose.imaging.imageoptions/tiffoptions/yposition/) { get; set; } | Gets or sets the y position. | +| [Yresolution](../../aspose.imaging.imageoptions/tiffoptions/yresolution/) { get; set; } | Gets or sets the y resolution. | ## Methods | Name | Description | | --- | --- | -| [AddTag](../../aspose.imaging.imageoptions/tiffoptions/addtag)(TiffDataType) | Adds a new tag. | -| [AddTags](../../aspose.imaging.imageoptions/tiffoptions/addtags)(TiffDataType[]) | Adds the tags. | -| override [Clone](../../aspose.imaging.imageoptions/bigtiffoptions/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [GetTagByType](../../aspose.imaging.imageoptions/tiffoptions/gettagbytype)(TiffTags) | Gets the instance of the tag by type. | -| [IsTagPresent](../../aspose.imaging.imageoptions/tiffoptions/istagpresent)(TiffTags) | Determines whether tag is present in the options or not. | -| [RemoveTag](../../aspose.imaging.imageoptions/tiffoptions/removetag)(TiffTags) | Removes the tag. | -| [RemoveTags](../../aspose.imaging.imageoptions/tiffoptions/removetags)(params TiffTags[]) | Removes the tags. | -| [Validate](../../aspose.imaging.imageoptions/tiffoptions/validate)() | Validates if options have valid combination of tags | +| [AddTag](../../aspose.imaging.imageoptions/tiffoptions/addtag/)(TiffDataType) | Adds a new tag. | +| [AddTags](../../aspose.imaging.imageoptions/tiffoptions/addtags/)(TiffDataType[]) | Adds the tags. | +| override [Clone](../../aspose.imaging.imageoptions/bigtiffoptions/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [GetTagByType](../../aspose.imaging.imageoptions/tiffoptions/gettagbytype/)(TiffTags) | Gets the instance of the tag by type. | +| [IsTagPresent](../../aspose.imaging.imageoptions/tiffoptions/istagpresent/)(TiffTags) | Determines whether tag is present in the options or not. | +| [RemoveTag](../../aspose.imaging.imageoptions/tiffoptions/removetag/)(TiffTags) | Removes the tag. | +| [RemoveTags](../../aspose.imaging.imageoptions/tiffoptions/removetags/)(params TiffTags[]) | Removes the tags. | +| [Validate](../../aspose.imaging.imageoptions/tiffoptions/validate/)() | Validates if options have valid combination of tags | ### See Also -* class [TiffOptions](../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [TiffOptions](../tiffoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/bigtiffoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/bigtiffoptions/_index.md index 93a8485c5ece..a62d3db18f98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/bigtiffoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/bigtiffoptions/_index.md @@ -1,14 +1,14 @@ --- -title: BigTiffOptions +title: BigTiffOptions.BigTiffOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: BigTiffOptions constructor. Initializes a new instance of the BigTiffOptions class. By default little endian convention is used type: docs weight: 10 url: /net/aspose.imaging.imageoptions/bigtiffoptions/bigtiffoptions/ --- -## BigTiffOptions constructor (1 of 4) +## BigTiffOptions(TiffExpectedFormat) {#constructor} -Initializes a new instance of the [`BigTiffOptions`](../../bigtiffoptions) class. By default little endian convention is used. +Initializes a new instance of the [`BigTiffOptions`](../) class. By default little endian convention is used. ```csharp public BigTiffOptions(TiffExpectedFormat expectedFormat) @@ -20,16 +20,16 @@ public BigTiffOptions(TiffExpectedFormat expectedFormat) ### See Also -* enum [TiffExpectedFormat](../../../aspose.imaging.fileformats.tiff.enums/tiffexpectedformat) -* class [BigTiffOptions](../../bigtiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions) +* enum [TiffExpectedFormat](../../../aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/) +* class [BigTiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffOptions constructor (2 of 4) +## BigTiffOptions(TiffOptions) {#constructor_3} -Initializes a new instance of the [`BigTiffOptions`](../../bigtiffoptions) class. +Initializes a new instance of the [`BigTiffOptions`](../) class. ```csharp public BigTiffOptions(TiffOptions options) @@ -41,16 +41,16 @@ public BigTiffOptions(TiffOptions options) ### See Also -* class [TiffOptions](../../tiffoptions) -* class [BigTiffOptions](../../bigtiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions) +* class [TiffOptions](../../tiffoptions/) +* class [BigTiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffOptions constructor (3 of 4) +## BigTiffOptions(TiffDataType[]) {#constructor_2} -Initializes a new instance of the [`BigTiffOptions`](../../bigtiffoptions) class. +Initializes a new instance of the [`BigTiffOptions`](../) class. ```csharp public BigTiffOptions(TiffDataType[] tags) @@ -62,16 +62,16 @@ public BigTiffOptions(TiffDataType[] tags) ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [BigTiffOptions](../../bigtiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [BigTiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions/) * assembly [Aspose.Imaging](../../../) --- -## BigTiffOptions constructor (4 of 4) +## BigTiffOptions(TiffExpectedFormat, TiffByteOrder) {#constructor_1} -Initializes a new instance of the [`BigTiffOptions`](../../bigtiffoptions) class. +Initializes a new instance of the [`BigTiffOptions`](../) class. ```csharp public BigTiffOptions(TiffExpectedFormat expectedFormat, TiffByteOrder byteOrder) @@ -84,10 +84,10 @@ public BigTiffOptions(TiffExpectedFormat expectedFormat, TiffByteOrder byteOrder ### See Also -* enum [TiffExpectedFormat](../../../aspose.imaging.fileformats.tiff.enums/tiffexpectedformat) -* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder) -* class [BigTiffOptions](../../bigtiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions) +* enum [TiffExpectedFormat](../../../aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/) +* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder/) +* class [BigTiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/clone/_index.md index 5d9985c104c2..e25237e783bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bigtiffoptions/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: BigTiffOptions.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: BigTiffOptions method. Clones this instance type: docs weight: 20 url: /net/aspose.imaging.imageoptions/bigtiffoptions/clone/ @@ -20,9 +20,9 @@ Returns a deep clone. ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [BigTiffOptions](../../bigtiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [BigTiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bigtiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/_index.md index 6c8475f9be1b..a182cb6041bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/_index.md @@ -1,7 +1,7 @@ --- -title: BmpOptions +title: Class BmpOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.BmpOptions class. The API for BMP and DIB raster image format creation options provides developers with a versatile toolset for generating custom Bitmap BMP and Device Independent Bitmap DIB images. With this API you can precisely define image characteristics such as bits per pixel compression level and compression type tailoring the output to meet specific requirements. This featurerich API empowers developers to create highquality customized raster images with ease and flexibility for diverse applications type: docs weight: 10040 url: /net/aspose.imaging.imageoptions/bmpoptions/ @@ -18,34 +18,34 @@ public class BmpOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [BmpOptions](bmpoptions)() | Initializes a new instance of the [`BmpOptions`](../bmpoptions) class. | -| [BmpOptions](bmpoptions)(BmpOptions) | Initializes a new instance of the [`BmpOptions`](../bmpoptions) class. | +| [BmpOptions](bmpoptions/#constructor)() | Initializes a new instance of the `BmpOptions` class. | +| [BmpOptions](bmpoptions/#constructor_1)(BmpOptions) | Initializes a new instance of the `BmpOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BitsPerPixel](../../aspose.imaging.imageoptions/bmpoptions/bitsperpixel) { get; set; } | Gets or sets the image bits per pixel count. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Compression](../../aspose.imaging.imageoptions/bmpoptions/compression) { get; set; } | Gets or sets the compression type. The default compression type is Bitfields, that allows saving a [`BmpImage`](../../aspose.imaging.fileformats.bmp/bmpimage) with transparency. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BitsPerPixel](../../aspose.imaging.imageoptions/bmpoptions/bitsperpixel/) { get; set; } | Gets or sets the image bits per pixel count. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Compression](../../aspose.imaging.imageoptions/bmpoptions/compression/) { get; set; } | Gets or sets the compression type. The default compression type is Bitfields, that allows saving a [`BmpImage`](../../aspose.imaging.fileformats.bmp/bmpimage/) with transparency. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples This example creates a new Image file at some disk location as specified by Source property of the BmpOptions instance. Several properties for BmpOptions instance are set before creating the actual image. Especially the Source property, that refers to the actual disk location in this case. @@ -129,8 +129,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/bitsperpixel/_index.md index 28521188ebc8..557d9cb45f9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: BmpOptions.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpOptions property. Gets or sets the image bits per pixel count type: docs weight: 20 url: /net/aspose.imaging.imageoptions/bmpoptions/bitsperpixel/ @@ -18,7 +18,7 @@ public int BitsPerPixel { get; set; } The image bits per pixel count. -### Examples +## Examples The following example loads a BMP image and saves it back to BMP using various save options. @@ -146,8 +146,8 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* class [BmpOptions](../../bmpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bmpoptions) +* class [BmpOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bmpoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/bmpoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/bmpoptions/_index.md index 028998a21a23..226f8e40723e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/bmpoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/bmpoptions/_index.md @@ -1,20 +1,20 @@ --- -title: BmpOptions +title: BmpOptions.BmpOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpOptions constructor. Initializes a new instance of the BmpOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/bmpoptions/bmpoptions/ --- -## BmpOptions constructor (1 of 2) +## BmpOptions() {#constructor} -Initializes a new instance of the [`BmpOptions`](../../bmpoptions) class. +Initializes a new instance of the [`BmpOptions`](../) class. ```csharp public BmpOptions() ``` -### Examples +## Examples The following example loads a BMP image and saves it back to BMP using various save options. @@ -95,15 +95,15 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(createOptions, 1 ### See Also -* class [BmpOptions](../../bmpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bmpoptions) +* class [BmpOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bmpoptions/) * assembly [Aspose.Imaging](../../../) --- -## BmpOptions constructor (2 of 2) +## BmpOptions(BmpOptions) {#constructor_1} -Initializes a new instance of the [`BmpOptions`](../../bmpoptions) class. +Initializes a new instance of the [`BmpOptions`](../) class. ```csharp public BmpOptions(BmpOptions bmpOptions) @@ -115,8 +115,8 @@ public BmpOptions(BmpOptions bmpOptions) ### See Also -* class [BmpOptions](../../bmpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bmpoptions) +* class [BmpOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bmpoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/compression/_index.md index 8fa3ae08e759..c1cdd87057ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/bmpoptions/compression/_index.md @@ -1,14 +1,14 @@ --- -title: Compression +title: BmpOptions.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: BmpOptions property. Gets or sets the compression type. The default compression type is Bitfields that allows saving a BmpImage with transparency type: docs weight: 30 url: /net/aspose.imaging.imageoptions/bmpoptions/compression/ --- ## BmpOptions.Compression property -Gets or sets the compression type. The default compression type is Bitfields, that allows saving a [`BmpImage`](../../../aspose.imaging.fileformats.bmp/bmpimage) with transparency. +Gets or sets the compression type. The default compression type is Bitfields, that allows saving a [`BmpImage`](../../../aspose.imaging.fileformats.bmp/bmpimage/) with transparency. ```csharp public BitmapCompression Compression { get; set; } @@ -18,7 +18,7 @@ public BitmapCompression Compression { get; set; } The compression type. -### Examples +## Examples Decompress BMP image which was previously compressed using DXT1 compression algorithm. @@ -158,9 +158,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(createOptions, 1 ### See Also -* enum [BitmapCompression](../../../aspose.imaging.fileformats.bmp/bitmapcompression) -* class [BmpOptions](../../bmpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../bmpoptions) +* enum [BitmapCompression](../../../aspose.imaging.fileformats.bmp/bitmapcompression/) +* class [BmpOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../bmpoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/_index.md index 021a98117113..111387d3d239 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: CdrRasterizationOptions +title: Class CdrRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.CdrRasterizationOptions class. With the ability to perform CDR image rasterization and set scale factors for both X and Y dimensions this API provides precise control over the transformation process. Whether scaling for specific output requirements or converting vector graphics to raster formats you can leverage this API for efficient and customizable CDR vector to raster image conversion type: docs weight: 10050 url: /net/aspose.imaging.imageoptions/cdrrasterizationoptions/ @@ -18,49 +18,49 @@ public class CdrRasterizationOptions : VectorRasterizationOptions | Name | Description | | --- | --- | -| [CdrRasterizationOptions](cdrrasterizationoptions)() | The default constructor. | +| [CdrRasterizationOptions](cdrrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [ScaleX](../../aspose.imaging.imageoptions/cdrrasterizationoptions/scalex) { get; set; } | Gets or sets the scale x. | -| [ScaleY](../../aspose.imaging.imageoptions/cdrrasterizationoptions/scaley) { get; set; } | Gets or sets the scale y. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [ScaleX](../../aspose.imaging.imageoptions/cdrrasterizationoptions/scalex/) { get; set; } | Gets or sets the scale x. | +| [ScaleY](../../aspose.imaging.imageoptions/cdrrasterizationoptions/scaley/) { get; set; } | Gets or sets the scale y. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [VectorRasterizationOptions](../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [VectorRasterizationOptions](../vectorrasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/cdrrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/cdrrasterizationoptions/_index.md index 0eb1b2e21999..d1b76a743935 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/cdrrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/cdrrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: CdrRasterizationOptions +title: CdrRasterizationOptions.CdrRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/cdrrasterizationoptions/cdrrasterizationoptions/ @@ -16,8 +16,8 @@ public CdrRasterizationOptions() ### See Also -* class [CdrRasterizationOptions](../../cdrrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../cdrrasterizationoptions) +* class [CdrRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../cdrrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/scalex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/scalex/_index.md index 66e17ef14882..d7c19151d96c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/scalex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/scalex/_index.md @@ -1,7 +1,7 @@ --- -title: ScaleX +title: CdrRasterizationOptions.ScaleX second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRasterizationOptions property. Gets or sets the scale x type: docs weight: 20 url: /net/aspose.imaging.imageoptions/cdrrasterizationoptions/scalex/ @@ -20,8 +20,8 @@ The scale x. ### See Also -* class [CdrRasterizationOptions](../../cdrrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../cdrrasterizationoptions) +* class [CdrRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../cdrrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/scaley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/scaley/_index.md index dedcb48ab268..688052dfe513 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/scaley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cdrrasterizationoptions/scaley/_index.md @@ -1,7 +1,7 @@ --- -title: ScaleY +title: CdrRasterizationOptions.ScaleY second_title: Aspose.Imaging for .NET API Reference -description: +description: CdrRasterizationOptions property. Gets or sets the scale y type: docs weight: 30 url: /net/aspose.imaging.imageoptions/cdrrasterizationoptions/scaley/ @@ -20,8 +20,8 @@ The scale y. ### See Also -* class [CdrRasterizationOptions](../../cdrrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../cdrrasterizationoptions) +* class [CdrRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../cdrrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cmxrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cmxrasterizationoptions/_index.md index adb58951e169..024893e4f4ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cmxrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cmxrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: CmxRasterizationOptions +title: Class CmxRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.CmxRasterizationOptions class. the CMX exporter options type: docs weight: 10060 url: /net/aspose.imaging.imageoptions/cmxrasterizationoptions/ @@ -18,47 +18,47 @@ public class CmxRasterizationOptions : VectorRasterizationOptions | Name | Description | | --- | --- | -| [CmxRasterizationOptions](cmxrasterizationoptions)() | The default constructor. | +| [CmxRasterizationOptions](cmxrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [VectorRasterizationOptions](../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [VectorRasterizationOptions](../vectorrasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cmxrasterizationoptions/cmxrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cmxrasterizationoptions/cmxrasterizationoptions/_index.md index 152eb78ef599..04546f53c2b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cmxrasterizationoptions/cmxrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/cmxrasterizationoptions/cmxrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: CmxRasterizationOptions +title: CmxRasterizationOptions.CmxRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: CmxRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/cmxrasterizationoptions/cmxrasterizationoptions/ @@ -16,8 +16,8 @@ public CmxRasterizationOptions() ### See Also -* class [CmxRasterizationOptions](../../cmxrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../cmxrasterizationoptions) +* class [CmxRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../cmxrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/_index.md index bf62c44582c3..d14fa5d48aca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/_index.md @@ -1,7 +1,7 @@ --- -title: DicomOptions +title: Class DicomOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.DicomOptions class. The API for Digital Imaging and Communications in Medicine DICOM raster image format creation is a specialized tool tailored for medical device applications. It enables the seamless generation of DICOM images crucial for storing medical data and containing vital identification information. With features to and set compression define color types and embed XMP metadata developers can ensure compliance and flexibility in managing DICOM images for medical imaging purposes type: docs weight: 10070 url: /net/aspose.imaging.imageoptions/dicomoptions/ @@ -18,33 +18,33 @@ public class DicomOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [DicomOptions](dicomoptions)() | The default constructor. | +| [DicomOptions](dicomoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ColorType](../../aspose.imaging.imageoptions/dicomoptions/colortype) { get; set; } | Gets or sets the type of the color. | -| [Compression](../../aspose.imaging.imageoptions/dicomoptions/compression) { get; set; } | Gets or sets the compression. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| override [XmpData](../../aspose.imaging.imageoptions/dicomoptions/xmpdata) { get; set; } | Gets or sets the Xmp data. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ColorType](../../aspose.imaging.imageoptions/dicomoptions/colortype/) { get; set; } | Gets or sets the type of the color. | +| [Compression](../../aspose.imaging.imageoptions/dicomoptions/compression/) { get; set; } | Gets or sets the compression. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| override [XmpData](../../aspose.imaging.imageoptions/dicomoptions/xmpdata/) { get; set; } | Gets or sets the Xmp data. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples Change Color Type in DICOM compression. @@ -193,8 +193,8 @@ using (DicomImage image = (DicomImage)Image.Create( ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/colortype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/colortype/_index.md index 7cc0c59d9c5a..9eb3cea03810 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/colortype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/colortype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorType +title: DicomOptions.ColorType second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomOptions property. Gets or sets the type of the color type: docs weight: 20 url: /net/aspose.imaging.imageoptions/dicomoptions/colortype/ @@ -18,7 +18,7 @@ public ColorType ColorType { get; set; } The type of the color. -### Examples +## Examples Change Color Type in DICOM compression. @@ -103,9 +103,9 @@ using (var inputImage = Image.Load("original.jpg")) ### See Also -* enum [ColorType](../../../aspose.imaging.fileformats.dicom/colortype) -* class [DicomOptions](../../dicomoptions) -* namespace [Aspose.Imaging.ImageOptions](../../dicomoptions) +* enum [ColorType](../../../aspose.imaging.fileformats.dicom/colortype/) +* class [DicomOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../dicomoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/compression/_index.md index 4e63903c4352..f253011cd485 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: DicomOptions.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomOptions property. Gets or sets the compression type: docs weight: 30 url: /net/aspose.imaging.imageoptions/dicomoptions/compression/ @@ -18,7 +18,7 @@ public Compression Compression { get; set; } The compression. -### Examples +## Examples Change Color Type in DICOM compression. @@ -103,9 +103,9 @@ using (var inputImage = Image.Load("original.jpg")) ### See Also -* class [Compression](../../../aspose.imaging.fileformats.dicom/compression) -* class [DicomOptions](../../dicomoptions) -* namespace [Aspose.Imaging.ImageOptions](../../dicomoptions) +* class [Compression](../../../aspose.imaging.fileformats.dicom/compression/) +* class [DicomOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../dicomoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/dicomoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/dicomoptions/_index.md index 6fd58def3b0c..08aaef488703 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/dicomoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/dicomoptions/_index.md @@ -1,7 +1,7 @@ --- -title: DicomOptions +title: DicomOptions.DicomOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/dicomoptions/dicomoptions/ @@ -16,8 +16,8 @@ public DicomOptions() ### See Also -* class [DicomOptions](../../dicomoptions) -* namespace [Aspose.Imaging.ImageOptions](../../dicomoptions) +* class [DicomOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../dicomoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/xmpdata/_index.md index 6b4227b10ba6..2dc3fdcdeb7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dicomoptions/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: DicomOptions.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomOptions property. Gets or sets the Xmp data type: docs weight: 40 url: /net/aspose.imaging.imageoptions/dicomoptions/xmpdata/ @@ -16,9 +16,9 @@ public override XmpPacketWrapper XmpData { get; set; } ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [DicomOptions](../../dicomoptions) -* namespace [Aspose.Imaging.ImageOptions](../../dicomoptions) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [DicomOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../dicomoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/djvumultipageoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/djvumultipageoptions/_index.md index adaffef0e19c..6d4270786ab2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/djvumultipageoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/djvumultipageoptions/_index.md @@ -1,7 +1,7 @@ --- -title: DjvuMultiPageOptions +title: Class DjvuMultiPageOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.DjvuMultiPageOptions class. The API for DjVu graphics file format provides developers with seamless access to DjVu documents ideal for scanned documents and books. With image loading options developers can effortlessly integrate DjVu files into their applications unlocking the potential to work with multipage content including text drawings and images for versatile document processing solutions type: docs weight: 10080 url: /net/aspose.imaging.imageoptions/djvumultipageoptions/ @@ -18,39 +18,39 @@ public class DjvuMultiPageOptions : MultiPageOptions | Name | Description | | --- | --- | -| [DjvuMultiPageOptions](djvumultipageoptions)() | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | -| [DjvuMultiPageOptions](djvumultipageoptions)(int) | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | -| [DjvuMultiPageOptions](djvumultipageoptions)(IntRange) | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | -| [DjvuMultiPageOptions](djvumultipageoptions)(IntRange[]) | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | -| [DjvuMultiPageOptions](djvumultipageoptions)(int[]) | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | -| [DjvuMultiPageOptions](djvumultipageoptions)(int, Rectangle) | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | -| [DjvuMultiPageOptions](djvumultipageoptions)(IntRange, Rectangle) | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | -| [DjvuMultiPageOptions](djvumultipageoptions)(IntRange[], Rectangle) | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | -| [DjvuMultiPageOptions](djvumultipageoptions)(int[], Rectangle) | Initializes a new instance of the [`DjvuMultiPageOptions`](../djvumultipageoptions) class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor)() | Initializes a new instance of the `DjvuMultiPageOptions` class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor_5)(int) | Initializes a new instance of the `DjvuMultiPageOptions` class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor_1)(IntRange) | Initializes a new instance of the `DjvuMultiPageOptions` class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor_3)(IntRange[]) | Initializes a new instance of the `DjvuMultiPageOptions` class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor_7)(int[]) | Initializes a new instance of the `DjvuMultiPageOptions` class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor_6)(int, Rectangle) | Initializes a new instance of the `DjvuMultiPageOptions` class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor_2)(IntRange, Rectangle) | Initializes a new instance of the `DjvuMultiPageOptions` class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor_4)(IntRange[], Rectangle) | Initializes a new instance of the `DjvuMultiPageOptions` class. | +| [DjvuMultiPageOptions](djvumultipageoptions/#constructor_8)(int[], Rectangle) | Initializes a new instance of the `DjvuMultiPageOptions` class. | ## Properties | Name | Description | | --- | --- | -| [ExportArea](../../aspose.imaging.imageoptions/multipageoptions/exportarea) { get; set; } | Gets or sets the export area. | -| [MergeLayers](../../aspose.imaging.imageoptions/multipageoptions/mergelayers) { get; set; } | Gets or sets a value indicating whether [merege layers]. | -| [Mode](../../aspose.imaging.imageoptions/multipageoptions/mode) { get; set; } | Gets or sets the mode. | -| [OutputLayersNames](../../aspose.imaging.imageoptions/multipageoptions/outputlayersnames) { get; set; } | Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd) | -| [PageRasterizationOptions](../../aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions) { get; set; } | Gets or sets the page rasterization options. | -| [Pages](../../aspose.imaging.imageoptions/multipageoptions/pages) { get; set; } | Gets or sets the pages. | -| [PageTitles](../../aspose.imaging.imageoptions/multipageoptions/pagetitles) { get; set; } | Gets or sets the page titles. | -| [TimeInterval](../../aspose.imaging.imageoptions/multipageoptions/timeinterval) { get; set; } | Gets or sets the time interval. | +| [ExportArea](../../aspose.imaging.imageoptions/multipageoptions/exportarea/) { get; set; } | Gets or sets the export area. | +| [MergeLayers](../../aspose.imaging.imageoptions/multipageoptions/mergelayers/) { get; set; } | Gets or sets a value indicating whether [merege layers]. | +| [Mode](../../aspose.imaging.imageoptions/multipageoptions/mode/) { get; set; } | Gets or sets the mode. | +| [OutputLayersNames](../../aspose.imaging.imageoptions/multipageoptions/outputlayersnames/) { get; set; } | Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd) | +| [PageRasterizationOptions](../../aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions/) { get; set; } | Gets or sets the page rasterization options. | +| [Pages](../../aspose.imaging.imageoptions/multipageoptions/pages/) { get; set; } | Gets or sets the pages. | +| [PageTitles](../../aspose.imaging.imageoptions/multipageoptions/pagetitles/) { get; set; } | Gets or sets the page titles. | +| [TimeInterval](../../aspose.imaging.imageoptions/multipageoptions/timeinterval/) { get; set; } | Gets or sets the time interval. | ## Methods | Name | Description | | --- | --- | -| [InitPages](../../aspose.imaging.imageoptions/multipageoptions/initpages)(IntRange[]) | Initializes the pages from ranges array | +| [InitPages](../../aspose.imaging.imageoptions/multipageoptions/initpages/)(IntRange[]) | Initializes the pages from ranges array | ### See Also -* class [MultiPageOptions](../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [MultiPageOptions](../multipageoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/djvumultipageoptions/djvumultipageoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/djvumultipageoptions/djvumultipageoptions/_index.md index 6a65586c3e6e..7b687d1fe195 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/djvumultipageoptions/djvumultipageoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/djvumultipageoptions/djvumultipageoptions/_index.md @@ -1,14 +1,14 @@ --- -title: DjvuMultiPageOptions +title: DjvuMultiPageOptions.DjvuMultiPageOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: DjvuMultiPageOptions constructor. Initializes a new instance of the DjvuMultiPageOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/djvumultipageoptions/djvumultipageoptions/ --- -## DjvuMultiPageOptions constructor (1 of 9) +## DjvuMultiPageOptions() {#constructor} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions() @@ -16,15 +16,15 @@ public DjvuMultiPageOptions() ### See Also -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## DjvuMultiPageOptions constructor (2 of 9) +## DjvuMultiPageOptions(int[]) {#constructor_7} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions(int[] pages) @@ -36,15 +36,15 @@ public DjvuMultiPageOptions(int[] pages) ### See Also -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## DjvuMultiPageOptions constructor (3 of 9) +## DjvuMultiPageOptions(int[], Rectangle) {#constructor_8} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions(int[] pages, Rectangle exportArea) @@ -57,16 +57,16 @@ public DjvuMultiPageOptions(int[] pages, Rectangle exportArea) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## DjvuMultiPageOptions constructor (4 of 9) +## DjvuMultiPageOptions(IntRange) {#constructor_1} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions(IntRange range) @@ -78,16 +78,16 @@ public DjvuMultiPageOptions(IntRange range) ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## DjvuMultiPageOptions constructor (5 of 9) +## DjvuMultiPageOptions(IntRange, Rectangle) {#constructor_2} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions(IntRange range, Rectangle exportArea) @@ -100,17 +100,17 @@ public DjvuMultiPageOptions(IntRange range, Rectangle exportArea) ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## DjvuMultiPageOptions constructor (6 of 9) +## DjvuMultiPageOptions(IntRange[]) {#constructor_3} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions(IntRange[] ranges) @@ -122,16 +122,16 @@ public DjvuMultiPageOptions(IntRange[] ranges) ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## DjvuMultiPageOptions constructor (7 of 9) +## DjvuMultiPageOptions(IntRange[], Rectangle) {#constructor_4} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea) @@ -144,17 +144,17 @@ public DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea) ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## DjvuMultiPageOptions constructor (8 of 9) +## DjvuMultiPageOptions(int) {#constructor_5} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions(int page) @@ -166,15 +166,15 @@ public DjvuMultiPageOptions(int page) ### See Also -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## DjvuMultiPageOptions constructor (9 of 9) +## DjvuMultiPageOptions(int, Rectangle) {#constructor_6} -Initializes a new instance of the [`DjvuMultiPageOptions`](../../djvumultipageoptions) class. +Initializes a new instance of the [`DjvuMultiPageOptions`](../) class. ```csharp public DjvuMultiPageOptions(int page, Rectangle exportArea) @@ -187,9 +187,9 @@ public DjvuMultiPageOptions(int page, Rectangle exportArea) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [DjvuMultiPageOptions](../../djvumultipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [DjvuMultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../djvumultipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/_index.md index 2380843c731c..e89be995ad1c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/_index.md @@ -1,7 +1,7 @@ --- -title: DxfOptions +title: Class DxfOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.DxfOptions class. API for Drawing Interchange Format DXF vector image creation offers tailored solutions for generating AutoCAD drawing files with precision and flexibility. Designed specifically for working with text lines and Bezier curves developers can efficiently manipulate these elements count Bezier points and convert curves into polylines for seamless exporting ensuring compatibility and fidelity in DXF vector images type: docs weight: 10090 url: /net/aspose.imaging.imageoptions/dxfoptions/ @@ -18,34 +18,34 @@ public class DxfOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [DxfOptions](dxfoptions)() | The default constructor. | +| [DxfOptions](dxfoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BezierPointCount](../../aspose.imaging.imageoptions/dxfoptions/bezierpointcount) { get; set; } | How many points to generate when converting Bezier curves to polylines, minimum 4. Used when and are both /// set to `true` | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ConvertTextBeziers](../../aspose.imaging.imageoptions/dxfoptions/converttextbeziers) { get; set; } | Works when is set to `true`. Wether to convert Bezier curves in text contours to multipoint polylines. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextAsLines](../../aspose.imaging.imageoptions/dxfoptions/textaslines) { get; set; } | Whether text should be exported as contours consisting of polylines (default) or as editable Autocad TEXT entities. If this option set | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BezierPointCount](../../aspose.imaging.imageoptions/dxfoptions/bezierpointcount/) { get; set; } | How many points to generate when converting Bezier curves to polylines, minimum 4. Used when and are both /// set to `true` | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConvertTextBeziers](../../aspose.imaging.imageoptions/dxfoptions/converttextbeziers/) { get; set; } | Works when is set to `true`. Wether to convert Bezier curves in text contours to multipoint polylines. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextAsLines](../../aspose.imaging.imageoptions/dxfoptions/textaslines/) { get; set; } | Whether text should be exported as contours consisting of polylines (default) or as editable Autocad TEXT entities. If this option set | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples This example demonstrates export to Dxf format @@ -65,8 +65,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"input.svg")) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/bezierpointcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/bezierpointcount/_index.md index 1349159a4d6b..af602c6ec558 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/bezierpointcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/bezierpointcount/_index.md @@ -1,7 +1,7 @@ --- -title: BezierPointCount +title: DxfOptions.BezierPointCount second_title: Aspose.Imaging for .NET API Reference -description: +description: DxfOptions property. How many points to generate when converting Bezier curves to polylines minimum 4. Used when and are both /// set to true type: docs weight: 20 url: /net/aspose.imaging.imageoptions/dxfoptions/bezierpointcount/ @@ -16,8 +16,8 @@ public byte BezierPointCount { get; set; } ### See Also -* class [DxfOptions](../../dxfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../dxfoptions) +* class [DxfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../dxfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/converttextbeziers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/converttextbeziers/_index.md index 7bac0d2d5fc9..84784ff1acc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/converttextbeziers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/converttextbeziers/_index.md @@ -1,7 +1,7 @@ --- -title: ConvertTextBeziers +title: DxfOptions.ConvertTextBeziers second_title: Aspose.Imaging for .NET API Reference -description: +description: DxfOptions property. Works when is set to true. Wether to convert Bezier curves in text contours to multipoint polylines type: docs weight: 30 url: /net/aspose.imaging.imageoptions/dxfoptions/converttextbeziers/ @@ -20,8 +20,8 @@ public bool ConvertTextBeziers { get; set; } ### See Also -* class [DxfOptions](../../dxfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../dxfoptions) +* class [DxfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../dxfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/dxfoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/dxfoptions/_index.md index b316f1c5d096..63ab7718fe5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/dxfoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/dxfoptions/_index.md @@ -1,7 +1,7 @@ --- -title: DxfOptions +title: DxfOptions.DxfOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: DxfOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/dxfoptions/dxfoptions/ @@ -16,8 +16,8 @@ public DxfOptions() ### See Also -* class [DxfOptions](../../dxfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../dxfoptions) +* class [DxfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../dxfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/textaslines/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/textaslines/_index.md index 8de66e46977d..91c624e50204 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/textaslines/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/dxfoptions/textaslines/_index.md @@ -1,7 +1,7 @@ --- -title: TextAsLines +title: DxfOptions.TextAsLines second_title: Aspose.Imaging for .NET API Reference -description: +description: DxfOptions property. Whether text should be exported as contours consisting of polylines default or as editable Autocad TEXT entities. If this option set type: docs weight: 40 url: /net/aspose.imaging.imageoptions/dxfoptions/textaslines/ @@ -20,8 +20,8 @@ public bool TextAsLines { get; set; } ### See Also -* class [DxfOptions](../../dxfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../dxfoptions) +* class [DxfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../dxfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfoptions/_index.md index ab8431435736..6ff719d48187 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EmfOptions +title: Class EmfOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.EmfOptions class. The Emf options type: docs weight: 10100 url: /net/aspose.imaging.imageoptions/emfoptions/ @@ -18,32 +18,32 @@ public class EmfOptions : MetafileOptions | Name | Description | | --- | --- | -| [EmfOptions](emfoptions)() | The default constructor. | +| [EmfOptions](emfoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Compress](../../aspose.imaging.imageoptions/metafileoptions/compress) { get; set; } | Gets or sets a value indicating whether this ICompressedOptions is compressed. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Compress](../../aspose.imaging.imageoptions/metafileoptions/compress/) { get; set; } | Gets or sets a value indicating whether this ICompressedOptions is compressed. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples The following example shows how to convert a emz images to emf fromat @@ -112,8 +112,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [MetafileOptions](../metafileoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [MetafileOptions](../metafileoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfoptions/emfoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfoptions/emfoptions/_index.md index 4b44ec45552e..51b0d15cc84a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfoptions/emfoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfoptions/emfoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EmfOptions +title: EmfOptions.EmfOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/emfoptions/emfoptions/ @@ -16,8 +16,8 @@ public EmfOptions() ### See Also -* class [EmfOptions](../../emfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../emfoptions) +* class [EmfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../emfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/_index.md index 13c23cb9e45f..ef0e9ff01889 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRasterizationOptions +title: Class EmfRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.EmfRasterizationOptions class. The Emf rasterization options type: docs weight: 10110 url: /net/aspose.imaging.imageoptions/emfrasterizationoptions/ @@ -18,48 +18,48 @@ public class EmfRasterizationOptions : MetafileRasterizationOptions | Name | Description | | --- | --- | -| [EmfRasterizationOptions](emfrasterizationoptions)() | The default constructor. | +| [EmfRasterizationOptions](emfrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [RenderMode](../../aspose.imaging.imageoptions/emfrasterizationoptions/rendermode) { get; set; } | Gets or sets the render mode. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [RenderMode](../../aspose.imaging.imageoptions/emfrasterizationoptions/rendermode/) { get; set; } | Gets or sets the render mode. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [MetafileRasterizationOptions](../metafilerasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [MetafileRasterizationOptions](../metafilerasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/emfrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/emfrasterizationoptions/_index.md index 09e6bf7e9b97..35f6eadb2233 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/emfrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/emfrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EmfRasterizationOptions +title: EmfRasterizationOptions.EmfRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/emfrasterizationoptions/emfrasterizationoptions/ @@ -16,8 +16,8 @@ public EmfRasterizationOptions() ### See Also -* class [EmfRasterizationOptions](../../emfrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../emfrasterizationoptions) +* class [EmfRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../emfrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/rendermode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/rendermode/_index.md index 265906f10de1..95bcadcbf022 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/rendermode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/emfrasterizationoptions/rendermode/_index.md @@ -1,7 +1,7 @@ --- -title: RenderMode +title: EmfRasterizationOptions.RenderMode second_title: Aspose.Imaging for .NET API Reference -description: +description: EmfRasterizationOptions property. Gets or sets the render mode type: docs weight: 20 url: /net/aspose.imaging.imageoptions/emfrasterizationoptions/rendermode/ @@ -18,7 +18,7 @@ public EmfRenderMode RenderMode { get; set; } The render mode. -### Examples +## Examples This example shows how to load a EMF image from a file and convert it to SVG using EmfRasterizationOptions. @@ -60,9 +60,9 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = (Aspose.Imaging.FileFo ### See Also -* enum [EmfRenderMode](../../../aspose.imaging.fileformats.emf/emfrendermode) -* class [EmfRasterizationOptions](../../emfrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../emfrasterizationoptions) +* enum [EmfRenderMode](../../../aspose.imaging.fileformats.emf/emfrendermode/) +* class [EmfRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../emfrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/epsrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/epsrasterizationoptions/_index.md index f456348605e2..e99c975e5191 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/epsrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/epsrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EpsRasterizationOptions +title: Class EpsRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.EpsRasterizationOptions class. The Eps rasterization options type: docs weight: 10120 url: /net/aspose.imaging.imageoptions/epsrasterizationoptions/ @@ -18,47 +18,47 @@ public class EpsRasterizationOptions : VectorRasterizationOptions | Name | Description | | --- | --- | -| [EpsRasterizationOptions](epsrasterizationoptions)() | The default constructor. | +| [EpsRasterizationOptions](epsrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [VectorRasterizationOptions](../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [VectorRasterizationOptions](../vectorrasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/epsrasterizationoptions/epsrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/epsrasterizationoptions/epsrasterizationoptions/_index.md index ad4787d2edcf..3d0d7580c37d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/epsrasterizationoptions/epsrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/epsrasterizationoptions/epsrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: EpsRasterizationOptions +title: EpsRasterizationOptions.EpsRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: EpsRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/epsrasterizationoptions/epsrasterizationoptions/ @@ -16,8 +16,8 @@ public EpsRasterizationOptions() ### See Also -* class [EpsRasterizationOptions](../../epsrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../epsrasterizationoptions) +* class [EpsRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../epsrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/_index.md index d1cce3cf72be..c77733ace7cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GifOptions +title: Class GifOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.GifOptions class. The API for Graphical Interchange Format GIF raster image file creation offers developers comprehensive options for generating GIF images with precise control. With features to set background color color palette resolution interlaced type transparent color XMP metadata container and image compression this API ensures flexibility and efficiency in creating optimized and visually appealing GIFs tailored to specific application requirements type: docs weight: 10130 url: /net/aspose.imaging.imageoptions/gifoptions/ @@ -18,43 +18,43 @@ public class GifOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [GifOptions](gifoptions)() | Initializes a new instance of the [`GifOptions`](../gifoptions) class. | -| [GifOptions](gifoptions)(GifOptions) | Initializes a new instance of the [`GifOptions`](../gifoptions) class. | +| [GifOptions](gifoptions/#constructor)() | Initializes a new instance of the `GifOptions` class. | +| [GifOptions](gifoptions/#constructor_1)(GifOptions) | Initializes a new instance of the `GifOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/gifoptions/backgroundcolor) { get; set; } | Gets or sets the background color. | -| [BackgroundColorIndex](../../aspose.imaging.imageoptions/gifoptions/backgroundcolorindex) { get; set; } | Gets or sets the GIF background color index. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ColorResolution](../../aspose.imaging.imageoptions/gifoptions/colorresolution) { get; set; } | Gets or sets the GIF color resolution. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DoPaletteCorrection](../../aspose.imaging.imageoptions/gifoptions/dopalettecorrection) { get; set; } | Gets or sets a value indicating whether palette correction is applied. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [HasTrailer](../../aspose.imaging.imageoptions/gifoptions/hastrailer) { get; set; } | Gets or sets a value indicating whether GIF has trailer. | -| [HasTransparentColor](../../aspose.imaging.imageoptions/gifoptions/hastransparentcolor) { get; set; } | Gets or sets a value indicating whether GIF image has transparent color. | -| [Interlaced](../../aspose.imaging.imageoptions/gifoptions/interlaced) { get; set; } | True if image should be interlaced. | -| [IsPaletteSorted](../../aspose.imaging.imageoptions/gifoptions/ispalettesorted) { get; set; } | Gets or sets a value indicating whether palette entries are sorted. | -| [LoopsCount](../../aspose.imaging.imageoptions/gifoptions/loopscount) { get; set; } | Gets or sets the loops count (Default 1 loop) | -| [MaxDiff](../../aspose.imaging.imageoptions/gifoptions/maxdiff) { get; set; } | Gets or sets the maximum allowed pixel difference. If greater than zero, lossy compression will be used. Recommended value for optimal lossy compression is 80. 30 is very light compression, 200 is heavy. It works best when only little loss is introduced, and due to limitation of the compression algorithm very high loss levels won't give as much gain. The range of allowed values is [0, 1000]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [PixelAspectRatio](../../aspose.imaging.imageoptions/gifoptions/pixelaspectratio) { get; set; } | Gets or sets the GIF pixel aspect ratio. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| override [XmpData](../../aspose.imaging.imageoptions/gifoptions/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/gifoptions/backgroundcolor/) { get; set; } | Gets or sets the background color. | +| [BackgroundColorIndex](../../aspose.imaging.imageoptions/gifoptions/backgroundcolorindex/) { get; set; } | Gets or sets the GIF background color index. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ColorResolution](../../aspose.imaging.imageoptions/gifoptions/colorresolution/) { get; set; } | Gets or sets the GIF color resolution. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DoPaletteCorrection](../../aspose.imaging.imageoptions/gifoptions/dopalettecorrection/) { get; set; } | Gets or sets a value indicating whether palette correction is applied. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [HasTrailer](../../aspose.imaging.imageoptions/gifoptions/hastrailer/) { get; set; } | Gets or sets a value indicating whether GIF has trailer. | +| [HasTransparentColor](../../aspose.imaging.imageoptions/gifoptions/hastransparentcolor/) { get; set; } | Gets or sets a value indicating whether GIF image has transparent color. | +| [Interlaced](../../aspose.imaging.imageoptions/gifoptions/interlaced/) { get; set; } | True if image should be interlaced. | +| [IsPaletteSorted](../../aspose.imaging.imageoptions/gifoptions/ispalettesorted/) { get; set; } | Gets or sets a value indicating whether palette entries are sorted. | +| [LoopsCount](../../aspose.imaging.imageoptions/gifoptions/loopscount/) { get; set; } | Gets or sets the loops count (Default 1 loop) | +| [MaxDiff](../../aspose.imaging.imageoptions/gifoptions/maxdiff/) { get; set; } | Gets or sets the maximum allowed pixel difference. If greater than zero, lossy compression will be used. Recommended value for optimal lossy compression is 80. 30 is very light compression, 200 is heavy. It works best when only little loss is introduced, and due to limitation of the compression algorithm very high loss levels won't give as much gain. The range of allowed values is [0, 1000]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [PixelAspectRatio](../../aspose.imaging.imageoptions/gifoptions/pixelaspectratio/) { get; set; } | Gets or sets the GIF pixel aspect ratio. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| override [XmpData](../../aspose.imaging.imageoptions/gifoptions/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples This example demonstrates the use of different classes from SaveOptions Namespace for export purposes. An image of type Gif is loaded into an instance of Image and then exported out to several formats. @@ -163,8 +163,8 @@ using (System.IO.MemoryStream stream = new System.IO.MemoryStream()) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/backgroundcolor/_index.md index f87501e1af2f..ecb24f402eb5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: GifOptions.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets the background color type: docs weight: 20 url: /net/aspose.imaging.imageoptions/gifoptions/backgroundcolor/ @@ -16,9 +16,9 @@ public Color BackgroundColor { get; set; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* struct [Color](../../../aspose.imaging/color/) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/backgroundcolorindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/backgroundcolorindex/_index.md index 94b5be002487..ee5bdb4a19cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/backgroundcolorindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/backgroundcolorindex/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColorIndex +title: GifOptions.BackgroundColorIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets the GIF background color index type: docs weight: 30 url: /net/aspose.imaging.imageoptions/gifoptions/backgroundcolorindex/ @@ -20,8 +20,8 @@ The GIF background color index. ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/colorresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/colorresolution/_index.md index be3862fdd7f4..74e55b607f91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/colorresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/colorresolution/_index.md @@ -1,7 +1,7 @@ --- -title: ColorResolution +title: GifOptions.ColorResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets the GIF color resolution type: docs weight: 40 url: /net/aspose.imaging.imageoptions/gifoptions/colorresolution/ @@ -18,11 +18,11 @@ public byte ColorResolution { get; set; } The color resolution. -### Remarks +## Remarks Color Resolution - Number of bits per primary color available to the original image, minus 1. This value represents the size of the entire palette from which the colors in the graphic were selected, not the number of colors actually used in the graphic. For example, if the value in this field is 3, then the palette of the original image had 4 bits per primary color available to create the image. This value should be set to indicate the richness of the original palette, even if not every color from the whole palette is available on the source machine. -### Examples +## Examples This example shows how to save a BMP image to GIF format using various options. @@ -83,8 +83,8 @@ using (Aspose.Imaging.Image bmpImage = new Aspose.Imaging.FileFormats.Bmp.BmpIma ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/dopalettecorrection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/dopalettecorrection/_index.md index aef5758f94ae..7940235c9feb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/dopalettecorrection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/dopalettecorrection/_index.md @@ -1,7 +1,7 @@ --- -title: DoPaletteCorrection +title: GifOptions.DoPaletteCorrection second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets a value indicating whether palette correction is applied type: docs weight: 50 url: /net/aspose.imaging.imageoptions/gifoptions/dopalettecorrection/ @@ -18,11 +18,11 @@ public bool DoPaletteCorrection { get; set; } `true` if palette correction is applied; otherwise, `false`. -### Remarks +## Remarks Palette correction means that whenever image is exported to GIF the source image colors will be analyzed in order to build the best matching palette (in case image Palette does not exist or not specified in the options). The analyze process takes some time however the output image will have the best matching color palette and result is visually better. -### Examples +## Examples This example shows how to save a BMP image to GIF format using various options. @@ -83,8 +83,8 @@ using (Aspose.Imaging.Image bmpImage = new Aspose.Imaging.FileFormats.Bmp.BmpIma ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/gifoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/gifoptions/_index.md index be7f176ab718..b401b53239cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/gifoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/gifoptions/_index.md @@ -1,14 +1,14 @@ --- -title: GifOptions +title: GifOptions.GifOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions constructor. Initializes a new instance of the GifOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/gifoptions/gifoptions/ --- -## GifOptions constructor (1 of 2) +## GifOptions() {#constructor} -Initializes a new instance of the [`GifOptions`](../../gifoptions) class. +Initializes a new instance of the [`GifOptions`](../) class. ```csharp public GifOptions() @@ -16,15 +16,15 @@ public GifOptions() ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) --- -## GifOptions constructor (2 of 2) +## GifOptions(GifOptions) {#constructor_1} -Initializes a new instance of the [`GifOptions`](../../gifoptions) class. +Initializes a new instance of the [`GifOptions`](../) class. ```csharp public GifOptions(GifOptions gifOptions) @@ -36,8 +36,8 @@ public GifOptions(GifOptions gifOptions) ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/hastrailer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/hastrailer/_index.md index 9673ba261635..f15d246ffb56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/hastrailer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/hastrailer/_index.md @@ -1,7 +1,7 @@ --- -title: HasTrailer +title: GifOptions.HasTrailer second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets a value indicating whether GIF has trailer type: docs weight: 60 url: /net/aspose.imaging.imageoptions/gifoptions/hastrailer/ @@ -20,8 +20,8 @@ public bool HasTrailer { get; set; } ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/hastransparentcolor/_index.md index c159b6e70767..6da2fb87b74d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: GifOptions.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets a value indicating whether GIF image has transparent color type: docs weight: 70 url: /net/aspose.imaging.imageoptions/gifoptions/hastransparentcolor/ @@ -16,8 +16,8 @@ public bool HasTransparentColor { get; set; } ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/interlaced/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/interlaced/_index.md index e8228c84c23c..5a0f61962f98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/interlaced/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/interlaced/_index.md @@ -1,7 +1,7 @@ --- -title: Interlaced +title: GifOptions.Interlaced second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. True if image should be interlaced type: docs weight: 80 url: /net/aspose.imaging.imageoptions/gifoptions/interlaced/ @@ -14,7 +14,7 @@ True if image should be interlaced. public bool Interlaced { get; set; } ``` -### Examples +## Examples This example shows how to save a BMP image to GIF format using various options. @@ -75,8 +75,8 @@ using (Aspose.Imaging.Image bmpImage = new Aspose.Imaging.FileFormats.Bmp.BmpIma ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/ispalettesorted/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/ispalettesorted/_index.md index b7d8b424230d..b69b612beca7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/ispalettesorted/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/ispalettesorted/_index.md @@ -1,7 +1,7 @@ --- -title: IsPaletteSorted +title: GifOptions.IsPaletteSorted second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets a value indicating whether palette entries are sorted type: docs weight: 90 url: /net/aspose.imaging.imageoptions/gifoptions/ispalettesorted/ @@ -20,8 +20,8 @@ public bool IsPaletteSorted { get; set; } ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/loopscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/loopscount/_index.md index bd58c045ba62..9191996e2f68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/loopscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/loopscount/_index.md @@ -1,7 +1,7 @@ --- -title: LoopsCount +title: GifOptions.LoopsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets the loops count Default 1 loop type: docs weight: 100 url: /net/aspose.imaging.imageoptions/gifoptions/loopscount/ @@ -20,8 +20,8 @@ The loops count. ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/maxdiff/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/maxdiff/_index.md index 3a8a187923ce..823063fe655a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/maxdiff/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/maxdiff/_index.md @@ -1,7 +1,7 @@ --- -title: MaxDiff +title: GifOptions.MaxDiff second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets the maximum allowed pixel difference. If greater than zero lossy compression will be used. Recommended value for optimal lossy compression is 80. 30 is very light compression 200 is heavy. It works best when only little loss is introduced and due to limitation of the compression algorithm very high loss levels wont give as much gain. The range of allowed values is 0 1000 type: docs weight: 110 url: /net/aspose.imaging.imageoptions/gifoptions/maxdiff/ @@ -14,7 +14,7 @@ Gets or sets the maximum allowed pixel difference. If greater than zero, lossy c public int MaxDiff { get; set; } ``` -### Examples +## Examples This example shows how to save a BMP image to GIF format using various options. @@ -75,8 +75,8 @@ using (Aspose.Imaging.Image bmpImage = new Aspose.Imaging.FileFormats.Bmp.BmpIma ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/pixelaspectratio/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/pixelaspectratio/_index.md index 4b9c9d0fde79..be45547b32fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/pixelaspectratio/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/pixelaspectratio/_index.md @@ -1,7 +1,7 @@ --- -title: PixelAspectRatio +title: GifOptions.PixelAspectRatio second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets the GIF pixel aspect ratio type: docs weight: 120 url: /net/aspose.imaging.imageoptions/gifoptions/pixelaspectratio/ @@ -18,14 +18,14 @@ public byte PixelAspectRatio { get; set; } The GIF pixel aspect ratio. -### Remarks +## Remarks Pixel Aspect Ratio - Factor used to compute an approximation of the aspect ratio of the pixel in the original image. If the value of the field is not 0, this approximation of the aspect ratio is computed based on the formula: Aspect Ratio = (Pixel Aspect Ratio + 15) / 64 The Pixel Aspect Ratio is defined to be the quotient of the pixel's width over its height. The value range in this field allows specification of the widest pixel of 4:1 to the tallest pixel of 1:4 in increments of 1/64th. Values : 0 - No aspect ratio information is given. 1..255 - Value used in the computation. ### See Also -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/xmpdata/_index.md index 2af22fb85dd4..54d83784e2de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/gifoptions/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: GifOptions.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: GifOptions property. Gets or sets the XMP metadata container type: docs weight: 130 url: /net/aspose.imaging.imageoptions/gifoptions/xmpdata/ @@ -20,9 +20,9 @@ The XMP data container. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [GifOptions](../../gifoptions) -* namespace [Aspose.Imaging.ImageOptions](../../gifoptions) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [GifOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../gifoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/_index.md index 585fbf38c606..f0d7a26f8282 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/_index.md @@ -1,7 +1,7 @@ --- -title: Html5CanvasOptions +title: Class Html5CanvasOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.Html5CanvasOptions class. Create HTML5 Canvas files effortlessly with our API allowing you to seamlessly combine elements like forms text images animations and links. Benefit from robust features including tag identifier and encoding settings support ensuring optimal performance and customization for your web projects type: docs weight: 10140 url: /net/aspose.imaging.imageoptions/html5canvasoptions/ @@ -18,34 +18,34 @@ public class Html5CanvasOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [Html5CanvasOptions](html5canvasoptions)() | The default constructor. | +| [Html5CanvasOptions](html5canvasoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CanvasTagId](../../aspose.imaging.imageoptions/html5canvasoptions/canvastagid) { get; set; } | Gets or sets the canvas tag identifier. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Encoding](../../aspose.imaging.imageoptions/html5canvasoptions/encoding) { get; set; } | Gets or sets the encoding. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [FullHtmlPage](../../aspose.imaging.imageoptions/html5canvasoptions/fullhtmlpage) { get; set; } | Gets or sets a value indicating whether the full HTML page should be generated. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CanvasTagId](../../aspose.imaging.imageoptions/html5canvasoptions/canvastagid/) { get; set; } | Gets or sets the canvas tag identifier. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Encoding](../../aspose.imaging.imageoptions/html5canvasoptions/encoding/) { get; set; } | Gets or sets the encoding. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [FullHtmlPage](../../aspose.imaging.imageoptions/html5canvasoptions/fullhtmlpage/) { get; set; } | Gets or sets a value indicating whether the full HTML page should be generated. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples Any vector image (SVG, WMF, CMX, etc.) can be used as a source for your Canvas images. The following code creates a simple Canvas image. @@ -78,8 +78,8 @@ using (var image = Image.Load(@"Sample.svg")) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/canvastagid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/canvastagid/_index.md index da01bfc89d69..4e81d09ad0cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/canvastagid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/canvastagid/_index.md @@ -1,7 +1,7 @@ --- -title: CanvasTagId +title: Html5CanvasOptions.CanvasTagId second_title: Aspose.Imaging for .NET API Reference -description: +description: Html5CanvasOptions property. Gets or sets the canvas tag identifier type: docs weight: 20 url: /net/aspose.imaging.imageoptions/html5canvasoptions/canvastagid/ @@ -20,8 +20,8 @@ The canvas tag identifier. ### See Also -* class [Html5CanvasOptions](../../html5canvasoptions) -* namespace [Aspose.Imaging.ImageOptions](../../html5canvasoptions) +* class [Html5CanvasOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../html5canvasoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/encoding/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/encoding/_index.md index 7228d9073c95..22fef87bf5c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/encoding/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/encoding/_index.md @@ -1,7 +1,7 @@ --- -title: Encoding +title: Html5CanvasOptions.Encoding second_title: Aspose.Imaging for .NET API Reference -description: +description: Html5CanvasOptions property. Gets or sets the encoding type: docs weight: 30 url: /net/aspose.imaging.imageoptions/html5canvasoptions/encoding/ @@ -20,8 +20,8 @@ The encoding. ### See Also -* class [Html5CanvasOptions](../../html5canvasoptions) -* namespace [Aspose.Imaging.ImageOptions](../../html5canvasoptions) +* class [Html5CanvasOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../html5canvasoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/fullhtmlpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/fullhtmlpage/_index.md index d58edf2fbbb8..a413764317f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/fullhtmlpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/fullhtmlpage/_index.md @@ -1,7 +1,7 @@ --- -title: FullHtmlPage +title: Html5CanvasOptions.FullHtmlPage second_title: Aspose.Imaging for .NET API Reference -description: +description: Html5CanvasOptions property. Gets or sets a value indicating whether the full HTML page should be generated type: docs weight: 40 url: /net/aspose.imaging.imageoptions/html5canvasoptions/fullhtmlpage/ @@ -20,8 +20,8 @@ public bool FullHtmlPage { get; set; } ### See Also -* class [Html5CanvasOptions](../../html5canvasoptions) -* namespace [Aspose.Imaging.ImageOptions](../../html5canvasoptions) +* class [Html5CanvasOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../html5canvasoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/html5canvasoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/html5canvasoptions/_index.md index dca4dbb81b70..4a54c2005cb2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/html5canvasoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/html5canvasoptions/html5canvasoptions/_index.md @@ -1,7 +1,7 @@ --- -title: Html5CanvasOptions +title: Html5CanvasOptions.Html5CanvasOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Html5CanvasOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/html5canvasoptions/html5canvasoptions/ @@ -16,8 +16,8 @@ public Html5CanvasOptions() ### See Also -* class [Html5CanvasOptions](../../html5canvasoptions) -* namespace [Aspose.Imaging.ImageOptions](../../html5canvasoptions) +* class [Html5CanvasOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../html5canvasoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/_index.md index e0444f3c1c9a..5e18a3b3e7a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/_index.md @@ -1,7 +1,7 @@ --- -title: IcoOptions +title: Class IcoOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.IcoOptions class. Create custom ICO image files for application icons effortlessly with our API empowering you to represent your software seamlessly. Our API supports PNG and BMP image frames with various bits per pixel values ensuring versatility and compatibility for your icon creation needs type: docs weight: 10150 url: /net/aspose.imaging.imageoptions/icooptions/ @@ -18,37 +18,37 @@ public class IcoOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [IcoOptions](icooptions)() | Initializes a new instance of the [`IcoOptions`](../icooptions) class with the ICO frame format equals to Png and bitsPerPixel equals to 32. | -| [IcoOptions](icooptions)(FileFormat, int) | Initializes a new instance of the [`IcoOptions`](../icooptions) class. | +| [IcoOptions](icooptions/#constructor)() | Initializes a new instance of the `IcoOptions` class with the ICO frame format equals to Png and bitsPerPixel equals to 32. | +| [IcoOptions](icooptions/#constructor_1)(FileFormat, int) | Initializes a new instance of the `IcoOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BitsPerPixel](../../aspose.imaging.imageoptions/icooptions/bitsperpixel) { get; set; } | Gets or sets the bits-per-pixel value. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Format](../../aspose.imaging.imageoptions/icooptions/format) { get; set; } | Gets or sets the ICO frame format. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BitsPerPixel](../../aspose.imaging.imageoptions/icooptions/bitsperpixel/) { get; set; } | Gets or sets the bits-per-pixel value. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Format](../../aspose.imaging.imageoptions/icooptions/format/) { get; set; } | Gets or sets the ICO frame format. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/bitsperpixel/_index.md index 0e54d3462b0e..1129109eea47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: IcoOptions.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoOptions property. Gets or sets the bitsperpixel value type: docs weight: 20 url: /net/aspose.imaging.imageoptions/icooptions/bitsperpixel/ @@ -16,8 +16,8 @@ public int BitsPerPixel { get; set; } ### See Also -* class [IcoOptions](../../icooptions) -* namespace [Aspose.Imaging.ImageOptions](../../icooptions) +* class [IcoOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../icooptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/format/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/format/_index.md index 600bbf015a10..b00de08cdfaa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/format/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/format/_index.md @@ -1,7 +1,7 @@ --- -title: Format +title: IcoOptions.Format second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoOptions property. Gets or sets the ICO frame format type: docs weight: 30 url: /net/aspose.imaging.imageoptions/icooptions/format/ @@ -16,9 +16,9 @@ public FileFormat Format { get; set; } ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [IcoOptions](../../icooptions) -* namespace [Aspose.Imaging.ImageOptions](../../icooptions) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [IcoOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../icooptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/icooptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/icooptions/_index.md index 31f03b473d69..12b917f64100 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/icooptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/icooptions/icooptions/_index.md @@ -1,14 +1,14 @@ --- -title: IcoOptions +title: IcoOptions.IcoOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: IcoOptions constructor. Initializes a new instance of the IcoOptions class with the ICO frame format equals to Png and bitsPerPixel equals to 32 type: docs weight: 10 url: /net/aspose.imaging.imageoptions/icooptions/icooptions/ --- -## IcoOptions constructor (1 of 2) +## IcoOptions() {#constructor} -Initializes a new instance of the [`IcoOptions`](../../icooptions) class with the ICO frame format equals to Png and bitsPerPixel equals to 32. +Initializes a new instance of the [`IcoOptions`](../) class with the ICO frame format equals to Png and bitsPerPixel equals to 32. ```csharp public IcoOptions() @@ -16,15 +16,15 @@ public IcoOptions() ### See Also -* class [IcoOptions](../../icooptions) -* namespace [Aspose.Imaging.ImageOptions](../../icooptions) +* class [IcoOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../icooptions/) * assembly [Aspose.Imaging](../../../) --- -## IcoOptions constructor (2 of 2) +## IcoOptions(FileFormat, int) {#constructor_1} -Initializes a new instance of the [`IcoOptions`](../../icooptions) class. +Initializes a new instance of the [`IcoOptions`](../) class. ```csharp public IcoOptions(FileFormat format, int bitsPerPixel = 32) @@ -37,9 +37,9 @@ public IcoOptions(FileFormat format, int bitsPerPixel = 32) ### See Also -* enum [FileFormat](../../../aspose.imaging/fileformat) -* class [IcoOptions](../../icooptions) -* namespace [Aspose.Imaging.ImageOptions](../../icooptions) +* enum [FileFormat](../../../aspose.imaging/fileformat/) +* class [IcoOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../icooptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/_index.md index a3e08c0fed27..f512bedf4bec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/_index.md @@ -1,7 +1,7 @@ --- -title: Jpeg2000Options +title: Class Jpeg2000Options second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.Jpeg2000Options class. Create JPEG2000 JP2 image files with our API utilizing advanced wavelet technology for coding lossless content. Benefit from support for various codecs including irreversible and lossless compression as well as XMP metadata containers ensuring versatility and highquality image creation tailored to your needs type: docs weight: 10160 url: /net/aspose.imaging.imageoptions/jpeg2000options/ @@ -18,36 +18,36 @@ public class Jpeg2000Options : ImageOptionsBase | Name | Description | | --- | --- | -| [Jpeg2000Options](jpeg2000options)() | Initializes a new instance of the [`Jpeg2000Options`](../jpeg2000options) class. | -| [Jpeg2000Options](jpeg2000options)(Jpeg2000Options) | Initializes a new instance of the [`Jpeg2000Options`](../jpeg2000options) class. | +| [Jpeg2000Options](jpeg2000options/#constructor)() | Initializes a new instance of the `Jpeg2000Options` class. | +| [Jpeg2000Options](jpeg2000options/#constructor_1)(Jpeg2000Options) | Initializes a new instance of the `Jpeg2000Options` class. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Codec](../../aspose.imaging.imageoptions/jpeg2000options/codec) { get; set; } | Gets or sets the JPEG2000 codec | -| [Comments](../../aspose.imaging.imageoptions/jpeg2000options/comments) { get; set; } | Gets or sets the Jpeg comment markers. | -| [CompressionRatios](../../aspose.imaging.imageoptions/jpeg2000options/compressionratios) { get; set; } | Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [Irreversible](../../aspose.imaging.imageoptions/jpeg2000options/irreversible) { get; set; } | Gets or sets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default). | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| override [XmpData](../../aspose.imaging.imageoptions/jpeg2000options/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Codec](../../aspose.imaging.imageoptions/jpeg2000options/codec/) { get; set; } | Gets or sets the JPEG2000 codec | +| [Comments](../../aspose.imaging.imageoptions/jpeg2000options/comments/) { get; set; } | Gets or sets the Jpeg comment markers. | +| [CompressionRatios](../../aspose.imaging.imageoptions/jpeg2000options/compressionratios/) { get; set; } | Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [Irreversible](../../aspose.imaging.imageoptions/jpeg2000options/irreversible/) { get; set; } | Gets or sets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default). | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| override [XmpData](../../aspose.imaging.imageoptions/jpeg2000options/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples The following example shows how to convert a multipage vector image to JPEG 2000 format in general way without referencing to a particular image type. @@ -84,8 +84,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/codec/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/codec/_index.md index 2cca1044991b..ab6ff5aec82c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/codec/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/codec/_index.md @@ -1,7 +1,7 @@ --- -title: Codec +title: Jpeg2000Options.Codec second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Options property. Gets or sets the JPEG2000 codec type: docs weight: 20 url: /net/aspose.imaging.imageoptions/jpeg2000options/codec/ @@ -18,7 +18,7 @@ public Jpeg2000Codec Codec { get; set; } The JPEG2000 codec -### Examples +## Examples This example shows how to create a PNG image and save it to JPEG2000 with the desired options. @@ -82,9 +82,9 @@ using (Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Image jpeg2000Image = new Asp ### See Also -* enum [Jpeg2000Codec](../../../aspose.imaging.fileformats.jpeg2000/jpeg2000codec) -* class [Jpeg2000Options](../../jpeg2000options) -* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options) +* enum [Jpeg2000Codec](../../../aspose.imaging.fileformats.jpeg2000/jpeg2000codec/) +* class [Jpeg2000Options](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/comments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/comments/_index.md index 78ea3c4263da..8faef7ff6569 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/comments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/comments/_index.md @@ -1,7 +1,7 @@ --- -title: Comments +title: Jpeg2000Options.Comments second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Options property. Gets or sets the Jpeg comment markers type: docs weight: 30 url: /net/aspose.imaging.imageoptions/jpeg2000options/comments/ @@ -20,8 +20,8 @@ The Jpeg comment markers. ### See Also -* class [Jpeg2000Options](../../jpeg2000options) -* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options) +* class [Jpeg2000Options](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/compressionratios/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/compressionratios/_index.md index de871dab6719..dbfac3006e8e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/compressionratios/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/compressionratios/_index.md @@ -1,7 +1,7 @@ --- -title: CompressionRatios +title: Jpeg2000Options.CompressionRatios second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Options property. Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required type: docs weight: 40 url: /net/aspose.imaging.imageoptions/jpeg2000options/compressionratios/ @@ -20,8 +20,8 @@ The compression ratios. ### See Also -* class [Jpeg2000Options](../../jpeg2000options) -* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options) +* class [Jpeg2000Options](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/irreversible/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/irreversible/_index.md index c896a8e3be24..ab40d282f905 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/irreversible/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/irreversible/_index.md @@ -1,7 +1,7 @@ --- -title: Irreversible +title: Jpeg2000Options.Irreversible second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Options property. Gets or sets a value indicating whether use the irreversible DWT 97 true or use lossless DWT 53 compression default type: docs weight: 50 url: /net/aspose.imaging.imageoptions/jpeg2000options/irreversible/ @@ -14,7 +14,7 @@ Gets or sets a value indicating whether use the irreversible DWT 9-7 (true) or u public bool Irreversible { get; set; } ``` -### Examples +## Examples This example shows how to create a PNG image and save it to JPEG2000 with the desired options. @@ -78,8 +78,8 @@ using (Aspose.Imaging.FileFormats.Jpeg2000.Jpeg2000Image jpeg2000Image = new Asp ### See Also -* class [Jpeg2000Options](../../jpeg2000options) -* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options) +* class [Jpeg2000Options](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/jpeg2000options/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/jpeg2000options/_index.md index 6f1a9670e5f6..d4fa30ed6389 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/jpeg2000options/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/jpeg2000options/_index.md @@ -1,14 +1,14 @@ --- -title: Jpeg2000Options +title: Jpeg2000Options.Jpeg2000Options second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Options constructor. Initializes a new instance of the Jpeg2000Options class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/jpeg2000options/jpeg2000options/ --- -## Jpeg2000Options constructor (1 of 2) +## Jpeg2000Options() {#constructor} -Initializes a new instance of the [`Jpeg2000Options`](../../jpeg2000options) class. +Initializes a new instance of the [`Jpeg2000Options`](../) class. ```csharp public Jpeg2000Options() @@ -16,15 +16,15 @@ public Jpeg2000Options() ### See Also -* class [Jpeg2000Options](../../jpeg2000options) -* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options) +* class [Jpeg2000Options](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options/) * assembly [Aspose.Imaging](../../../) --- -## Jpeg2000Options constructor (2 of 2) +## Jpeg2000Options(Jpeg2000Options) {#constructor_1} -Initializes a new instance of the [`Jpeg2000Options`](../../jpeg2000options) class. +Initializes a new instance of the [`Jpeg2000Options`](../) class. ```csharp public Jpeg2000Options(Jpeg2000Options jpeg2000Options) @@ -36,8 +36,8 @@ public Jpeg2000Options(Jpeg2000Options jpeg2000Options) ### See Also -* class [Jpeg2000Options](../../jpeg2000options) -* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options) +* class [Jpeg2000Options](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/xmpdata/_index.md index 68b27b75aacc..7e63ddd6f03a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpeg2000options/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: Jpeg2000Options.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: Jpeg2000Options property. Gets or sets the XMP metadata container type: docs weight: 60 url: /net/aspose.imaging.imageoptions/jpeg2000options/xmpdata/ @@ -20,9 +20,9 @@ The XMP data container. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [Jpeg2000Options](../../jpeg2000options) -* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [Jpeg2000Options](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpeg2000options/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/_index.md index 9a0a6be6d319..e314c0547983 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/_index.md @@ -1,7 +1,7 @@ --- -title: JpegOptions +title: Class JpegOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.JpegOptions class. Create highquality JPEG images effortlessly with our API offering adjustable levels of compression to optimize storage size without compromising image quality. Benefit from support for various compression types near lossless coding RGB and CMYK color profiles as well as EXIF JFIF image data and XMP containers ensuring versatile and customizable options for your image creation needs type: docs weight: 10170 url: /net/aspose.imaging.imageoptions/jpegoptions/ @@ -18,51 +18,51 @@ public class JpegOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [JpegOptions](jpegoptions)() | Initializes a new instance of the [`JpegOptions`](../jpegoptions) class. | -| [JpegOptions](jpegoptions)(JpegOptions) | Initializes a new instance of the [`JpegOptions`](../jpegoptions) class. | +| [JpegOptions](jpegoptions/#constructor)() | Initializes a new instance of the `JpegOptions` class. | +| [JpegOptions](jpegoptions/#constructor_1)(JpegOptions) | Initializes a new instance of the `JpegOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BitsPerChannel](../../aspose.imaging.imageoptions/jpegoptions/bitsperchannel) { get; set; } | Gets or sets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CmykColorProfile](../../aspose.imaging.imageoptions/jpegoptions/cmykcolorprofile) { get; set; } | The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion. | -| [ColorType](../../aspose.imaging.imageoptions/jpegoptions/colortype) { get; set; } | Gets or sets the color type for jpeg image. | -| [Comment](../../aspose.imaging.imageoptions/jpegoptions/comment) { get; set; } | Gets or sets the jpeg file comment. | -| [CompressionType](../../aspose.imaging.imageoptions/jpegoptions/compressiontype) { get; set; } | Gets or sets the compression type. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [ExifData](../../aspose.imaging.imageoptions/jpegoptions/exifdata) { get; set; } | Get or set exif data container | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [HorizontalSampling](../../aspose.imaging.imageoptions/jpegoptions/horizontalsampling) { get; set; } | Gets or sets the horizontal subsamplings for each component. | -| [Jfif](../../aspose.imaging.imageoptions/jpegoptions/jfif) { get; set; } | Gets or sets the jfif. | -| [JpegLsAllowedLossyError](../../aspose.imaging.imageoptions/jpegoptions/jpeglsallowedlossyerror) { get; set; } | Gets or sets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification). | -| [JpegLsInterleaveMode](../../aspose.imaging.imageoptions/jpegoptions/jpeglsinterleavemode) { get; set; } | Gets or sets the JPEG-LS interleave mode. | -| [JpegLsPreset](../../aspose.imaging.imageoptions/jpegoptions/jpeglspreset) { get; set; } | Gets or sets the JPEG-LS preset parameters. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [PreblendAlphaIfPresent](../../aspose.imaging.imageoptions/jpegoptions/preblendalphaifpresent) { get; set; } | Gets or sets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [Quality](../../aspose.imaging.imageoptions/jpegoptions/quality) { get; set; } | Gets or sets image quality. | -| [RdOptSettings](../../aspose.imaging.imageoptions/jpegoptions/rdoptsettings) { get; set; } | Gets or sets the RD optimizer settings. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [ResolutionUnit](../../aspose.imaging.imageoptions/jpegoptions/resolutionunit) { get; set; } | Gets or sets the resolution unit. | -| [RgbColorProfile](../../aspose.imaging.imageoptions/jpegoptions/rgbcolorprofile) { get; set; } | The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion. | -| [SampleRoundingMode](../../aspose.imaging.imageoptions/jpegoptions/sampleroundingmode) { get; set; } | Gets or sets the sample rounding mode to fit an 8-bit value to an n-bit value. BitsPerChannel | -| [ScaledQuality](../../aspose.imaging.imageoptions/jpegoptions/scaledquality) { get; } | The scaled quality. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| [VerticalSampling](../../aspose.imaging.imageoptions/jpegoptions/verticalsampling) { get; set; } | Gets or sets the vertical subsamplings for each component. | -| override [XmpData](../../aspose.imaging.imageoptions/jpegoptions/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BitsPerChannel](../../aspose.imaging.imageoptions/jpegoptions/bitsperchannel/) { get; set; } | Gets or sets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CmykColorProfile](../../aspose.imaging.imageoptions/jpegoptions/cmykcolorprofile/) { get; set; } | The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion. | +| [ColorType](../../aspose.imaging.imageoptions/jpegoptions/colortype/) { get; set; } | Gets or sets the color type for jpeg image. | +| [Comment](../../aspose.imaging.imageoptions/jpegoptions/comment/) { get; set; } | Gets or sets the jpeg file comment. | +| [CompressionType](../../aspose.imaging.imageoptions/jpegoptions/compressiontype/) { get; set; } | Gets or sets the compression type. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [ExifData](../../aspose.imaging.imageoptions/jpegoptions/exifdata/) { get; set; } | Get or set exif data container | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [HorizontalSampling](../../aspose.imaging.imageoptions/jpegoptions/horizontalsampling/) { get; set; } | Gets or sets the horizontal subsamplings for each component. | +| [Jfif](../../aspose.imaging.imageoptions/jpegoptions/jfif/) { get; set; } | Gets or sets the jfif. | +| [JpegLsAllowedLossyError](../../aspose.imaging.imageoptions/jpegoptions/jpeglsallowedlossyerror/) { get; set; } | Gets or sets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification). | +| [JpegLsInterleaveMode](../../aspose.imaging.imageoptions/jpegoptions/jpeglsinterleavemode/) { get; set; } | Gets or sets the JPEG-LS interleave mode. | +| [JpegLsPreset](../../aspose.imaging.imageoptions/jpegoptions/jpeglspreset/) { get; set; } | Gets or sets the JPEG-LS preset parameters. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [PreblendAlphaIfPresent](../../aspose.imaging.imageoptions/jpegoptions/preblendalphaifpresent/) { get; set; } | Gets or sets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [Quality](../../aspose.imaging.imageoptions/jpegoptions/quality/) { get; set; } | Gets or sets image quality. | +| [RdOptSettings](../../aspose.imaging.imageoptions/jpegoptions/rdoptsettings/) { get; set; } | Gets or sets the RD optimizer settings. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [ResolutionUnit](../../aspose.imaging.imageoptions/jpegoptions/resolutionunit/) { get; set; } | Gets or sets the resolution unit. | +| [RgbColorProfile](../../aspose.imaging.imageoptions/jpegoptions/rgbcolorprofile/) { get; set; } | The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion. | +| [SampleRoundingMode](../../aspose.imaging.imageoptions/jpegoptions/sampleroundingmode/) { get; set; } | Gets or sets the sample rounding mode to fit an 8-bit value to an n-bit value. BitsPerChannel | +| [ScaledQuality](../../aspose.imaging.imageoptions/jpegoptions/scaledquality/) { get; } | The scaled quality. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| [VerticalSampling](../../aspose.imaging.imageoptions/jpegoptions/verticalsampling/) { get; set; } | Gets or sets the vertical subsamplings for each component. | +| override [XmpData](../../aspose.imaging.imageoptions/jpegoptions/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples This example demonstrates the use of System.IO.Stream to Create a new Image file (a JPEG type) @@ -145,8 +145,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/bitsperchannel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/bitsperchannel/_index.md index 7e31dec518ce..62ccf3c26a61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/bitsperchannel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/bitsperchannel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerChannel +title: JpegOptions.BitsPerChannel second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel type: docs weight: 20 url: /net/aspose.imaging.imageoptions/jpegoptions/bitsperchannel/ @@ -14,7 +14,7 @@ Gets or sets bits per channel for lossless jpeg image. Now we support from 2 to public byte BitsPerChannel { get; set; } ``` -### Examples +## Examples The following example loads a BMP image and saves it to JPEG using various save options. @@ -103,8 +103,8 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/cmykcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/cmykcolorprofile/_index.md index 4f757c2a0511..2b8e8d90ca8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/cmykcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/cmykcolorprofile/_index.md @@ -1,7 +1,7 @@ --- -title: CmykColorProfile +title: JpegOptions.CmykColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion type: docs weight: 30 url: /net/aspose.imaging.imageoptions/jpegoptions/cmykcolorprofile/ @@ -14,7 +14,7 @@ The destination CMYK color profile for CMYK jpeg images. Use for saving images. public StreamSource CmykColorProfile { get; set; } ``` -### Examples +## Examples The following example loads PNG and saves it to CMYK JPEG using custom ICC profile. Then loads CMYK JPEG and saves it back to PNG. The color conversion from RGB to CMYK and from CMYK to RGB is performed using custom ICC profiles. @@ -58,9 +58,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage image = (Aspose.Imaging.FileFor ### See Also -* class [StreamSource](../../../aspose.imaging.sources/streamsource) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [StreamSource](../../../aspose.imaging.sources/streamsource/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/colortype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/colortype/_index.md index dffce08865f1..3ffa97b8a61d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/colortype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/colortype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorType +title: JpegOptions.ColorType second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the color type for jpeg image type: docs weight: 40 url: /net/aspose.imaging.imageoptions/jpegoptions/colortype/ @@ -14,7 +14,7 @@ Gets or sets the color type for jpeg image. public JpegCompressionColorMode ColorType { get; set; } ``` -### Examples +## Examples The following example loads a BMP image and saves it to JPEG using various save options. @@ -143,9 +143,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* enum [JpegCompressionColorMode](../../../aspose.imaging.fileformats.jpeg/jpegcompressioncolormode) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* enum [JpegCompressionColorMode](../../../aspose.imaging.fileformats.jpeg/jpegcompressioncolormode/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/comment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/comment/_index.md index f6e165924445..adc329357bb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/comment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/comment/_index.md @@ -1,7 +1,7 @@ --- -title: Comment +title: JpegOptions.Comment second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the jpeg file comment type: docs weight: 50 url: /net/aspose.imaging.imageoptions/jpegoptions/comment/ @@ -16,8 +16,8 @@ public string Comment { get; set; } ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/compressiontype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/compressiontype/_index.md index 830f9f34eb2b..8f703da5f09a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/compressiontype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/compressiontype/_index.md @@ -1,7 +1,7 @@ --- -title: CompressionType +title: JpegOptions.CompressionType second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the compression type type: docs weight: 60 url: /net/aspose.imaging.imageoptions/jpegoptions/compressiontype/ @@ -14,7 +14,7 @@ Gets or sets the compression type. public JpegCompressionMode CompressionType { get; set; } ``` -### Examples +## Examples The following example loads a BMP image and saves it to JPEG using various save options. @@ -103,9 +103,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* enum [JpegCompressionMode](../../../aspose.imaging.fileformats.jpeg/jpegcompressionmode) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* enum [JpegCompressionMode](../../../aspose.imaging.fileformats.jpeg/jpegcompressionmode/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/exifdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/exifdata/_index.md index 44625603fcc7..e6138c6b273e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/exifdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/exifdata/_index.md @@ -1,7 +1,7 @@ --- -title: ExifData +title: JpegOptions.ExifData second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Get or set exif data container type: docs weight: 70 url: /net/aspose.imaging.imageoptions/jpegoptions/exifdata/ @@ -16,9 +16,9 @@ public JpegExifData ExifData { get; set; } ### See Also -* class [JpegExifData](../../../aspose.imaging.exif/jpegexifdata) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegExifData](../../../aspose.imaging.exif/jpegexifdata/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/horizontalsampling/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/horizontalsampling/_index.md index 70eae771db47..3a2a5c3aea34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/horizontalsampling/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/horizontalsampling/_index.md @@ -1,7 +1,7 @@ --- -title: HorizontalSampling +title: JpegOptions.HorizontalSampling second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the horizontal subsamplings for each component type: docs weight: 80 url: /net/aspose.imaging.imageoptions/jpegoptions/horizontalsampling/ @@ -16,8 +16,8 @@ public byte[] HorizontalSampling { get; set; } ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jfif/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jfif/_index.md index b80ae92407ae..837753448560 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jfif/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jfif/_index.md @@ -1,7 +1,7 @@ --- -title: Jfif +title: JpegOptions.Jfif second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the jfif type: docs weight: 90 url: /net/aspose.imaging.imageoptions/jpegoptions/jfif/ @@ -16,9 +16,9 @@ public JFIFData Jfif { get; set; } ### See Also -* class [JFIFData](../../../aspose.imaging.fileformats.jpeg/jfifdata) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JFIFData](../../../aspose.imaging.fileformats.jpeg/jfifdata/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglsallowedlossyerror/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglsallowedlossyerror/_index.md index 48e77a94507c..aca0dc8d6d82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglsallowedlossyerror/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglsallowedlossyerror/_index.md @@ -1,7 +1,7 @@ --- -title: JpegLsAllowedLossyError +title: JpegOptions.JpegLsAllowedLossyError second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the JPEGLS difference bound for nearlossless coding NEAR parameter from the JPEGLS specification type: docs weight: 100 url: /net/aspose.imaging.imageoptions/jpegoptions/jpeglsallowedlossyerror/ @@ -16,8 +16,8 @@ public int JpegLsAllowedLossyError { get; set; } ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglsinterleavemode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglsinterleavemode/_index.md index f97055a8f594..1325a3df2e14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglsinterleavemode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglsinterleavemode/_index.md @@ -1,7 +1,7 @@ --- -title: JpegLsInterleaveMode +title: JpegOptions.JpegLsInterleaveMode second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the JPEGLS interleave mode type: docs weight: 110 url: /net/aspose.imaging.imageoptions/jpegoptions/jpeglsinterleavemode/ @@ -16,9 +16,9 @@ public JpegLsInterleaveMode JpegLsInterleaveMode { get; set; } ### See Also -* enum [JpegLsInterleaveMode](../../../aspose.imaging.fileformats.jpeg/jpeglsinterleavemode) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* enum [JpegLsInterleaveMode](../../../aspose.imaging.fileformats.jpeg/jpeglsinterleavemode/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglspreset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglspreset/_index.md index 7a0e1776c702..1b8392b4647f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglspreset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpeglspreset/_index.md @@ -1,7 +1,7 @@ --- -title: JpegLsPreset +title: JpegOptions.JpegLsPreset second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the JPEGLS preset parameters type: docs weight: 120 url: /net/aspose.imaging.imageoptions/jpegoptions/jpeglspreset/ @@ -16,9 +16,9 @@ public JpegLsPresetCodingParameters JpegLsPreset { get; set; } ### See Also -* class [JpegLsPresetCodingParameters](../../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegLsPresetCodingParameters](../../../aspose.imaging.fileformats.jpeg/jpeglspresetcodingparameters/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpegoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpegoptions/_index.md index e8acbaff7f41..cb08c47928a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpegoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/jpegoptions/_index.md @@ -1,20 +1,20 @@ --- -title: JpegOptions +title: JpegOptions.JpegOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions constructor. Initializes a new instance of the JpegOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/jpegoptions/jpegoptions/ --- -## JpegOptions constructor (1 of 2) +## JpegOptions() {#constructor} -Initializes a new instance of the [`JpegOptions`](../../jpegoptions) class. +Initializes a new instance of the [`JpegOptions`](../) class. ```csharp public JpegOptions() ``` -### Examples +## Examples The following example loads a BMP image and saves it to JPEG using various save options. @@ -103,15 +103,15 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) --- -## JpegOptions constructor (2 of 2) +## JpegOptions(JpegOptions) {#constructor_1} -Initializes a new instance of the [`JpegOptions`](../../jpegoptions) class. +Initializes a new instance of the [`JpegOptions`](../) class. ```csharp public JpegOptions(JpegOptions jpegOptions) @@ -123,8 +123,8 @@ public JpegOptions(JpegOptions jpegOptions) ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/preblendalphaifpresent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/preblendalphaifpresent/_index.md index 9f0f8105de12..d3e8a51d0a16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/preblendalphaifpresent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/preblendalphaifpresent/_index.md @@ -1,7 +1,7 @@ --- -title: PreblendAlphaIfPresent +title: JpegOptions.PreblendAlphaIfPresent second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets a value indicating whether red green and blue components should be mixed with a background color if alpha channel is present type: docs weight: 130 url: /net/aspose.imaging.imageoptions/jpegoptions/preblendalphaifpresent/ @@ -16,8 +16,8 @@ public bool PreblendAlphaIfPresent { get; set; } ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/quality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/quality/_index.md index c4a50f08774a..9c5db1b0125a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/quality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/quality/_index.md @@ -1,7 +1,7 @@ --- -title: Quality +title: JpegOptions.Quality second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets image quality type: docs weight: 140 url: /net/aspose.imaging.imageoptions/jpegoptions/quality/ @@ -14,7 +14,7 @@ Gets or sets image quality. public int Quality { get; set; } ``` -### Examples +## Examples The following example loads a BMP image and saves it to JPEG using various save options. @@ -103,8 +103,8 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/rdoptsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/rdoptsettings/_index.md index e83cdc17c0c3..ca28d69a9257 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/rdoptsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/rdoptsettings/_index.md @@ -1,7 +1,7 @@ --- -title: RdOptSettings +title: JpegOptions.RdOptSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the RD optimizer settings type: docs weight: 150 url: /net/aspose.imaging.imageoptions/jpegoptions/rdoptsettings/ @@ -20,9 +20,9 @@ The RD optimizer settings. ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [RdOptimizerSettings](../../rdoptimizersettings/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/resolutionunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/resolutionunit/_index.md index 19897ccc22ab..8ff8e7a0ae4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/resolutionunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/resolutionunit/_index.md @@ -1,7 +1,7 @@ --- -title: ResolutionUnit +title: JpegOptions.ResolutionUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the resolution unit type: docs weight: 160 url: /net/aspose.imaging.imageoptions/jpegoptions/resolutionunit/ @@ -14,7 +14,7 @@ Gets or sets the resolution unit. public ResolutionUnit ResolutionUnit { get; set; } ``` -### Examples +## Examples The following example loads a BMP image and saves it to JPEG using various save options. @@ -103,9 +103,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* enum [ResolutionUnit](../../../aspose.imaging/resolutionunit) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* enum [ResolutionUnit](../../../aspose.imaging/resolutionunit/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/rgbcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/rgbcolorprofile/_index.md index fdd4527f7dac..bf4428bf1166 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/rgbcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/rgbcolorprofile/_index.md @@ -1,7 +1,7 @@ --- -title: RgbColorProfile +title: JpegOptions.RgbColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion type: docs weight: 170 url: /net/aspose.imaging.imageoptions/jpegoptions/rgbcolorprofile/ @@ -14,7 +14,7 @@ The destination RGB color profile for CMYK jpeg images. Use for saving images. M public StreamSource RgbColorProfile { get; set; } ``` -### Examples +## Examples The following example loads PNG and saves it to CMYK JPEG using custom ICC profile. Then loads CMYK JPEG and saves it back to PNG. The color conversion from RGB to CMYK and from CMYK to RGB is performed using custom ICC profiles. @@ -58,9 +58,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage image = (Aspose.Imaging.FileFor ### See Also -* class [StreamSource](../../../aspose.imaging.sources/streamsource) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [StreamSource](../../../aspose.imaging.sources/streamsource/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/sampleroundingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/sampleroundingmode/_index.md index d0b5c7420117..328deb5e6cc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/sampleroundingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/sampleroundingmode/_index.md @@ -1,7 +1,7 @@ --- -title: SampleRoundingMode +title: JpegOptions.SampleRoundingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the sample rounding mode to fit an 8bit value to an nbit value. BitsPerChannel type: docs weight: 180 url: /net/aspose.imaging.imageoptions/jpegoptions/sampleroundingmode/ @@ -16,9 +16,9 @@ public SampleRoundingMode SampleRoundingMode { get; set; } ### See Also -* enum [SampleRoundingMode](../../../aspose.imaging.fileformats.jpeg/sampleroundingmode) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* enum [SampleRoundingMode](../../../aspose.imaging.fileformats.jpeg/sampleroundingmode/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/scaledquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/scaledquality/_index.md index 86bada7989a5..0989ac6942ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/scaledquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/scaledquality/_index.md @@ -1,7 +1,7 @@ --- -title: ScaledQuality +title: JpegOptions.ScaledQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. The scaled quality type: docs weight: 190 url: /net/aspose.imaging.imageoptions/jpegoptions/scaledquality/ @@ -16,8 +16,8 @@ public int ScaledQuality { get; } ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/verticalsampling/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/verticalsampling/_index.md index b39a9b896bef..1828acff769d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/verticalsampling/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/verticalsampling/_index.md @@ -1,7 +1,7 @@ --- -title: VerticalSampling +title: JpegOptions.VerticalSampling second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the vertical subsamplings for each component type: docs weight: 200 url: /net/aspose.imaging.imageoptions/jpegoptions/verticalsampling/ @@ -16,8 +16,8 @@ public byte[] VerticalSampling { get; set; } ### See Also -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/xmpdata/_index.md index 999b8182eb72..92bc521561f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/jpegoptions/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: JpegOptions.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: JpegOptions property. Gets or sets the XMP metadata container type: docs weight: 210 url: /net/aspose.imaging.imageoptions/jpegoptions/xmpdata/ @@ -20,9 +20,9 @@ The XMP data container. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [JpegOptions](../../jpegoptions) -* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [JpegOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../jpegoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/_index.md index e36d84899bb0..3c10f6f21de4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/_index.md @@ -1,7 +1,7 @@ --- -title: MetafileOptions +title: Class MetafileOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.MetafileOptions class. The Metafiles base options type: docs weight: 10180 url: /net/aspose.imaging.imageoptions/metafileoptions/ @@ -18,35 +18,35 @@ public class MetafileOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [MetafileOptions](metafileoptions)() | The default constructor. | +| [MetafileOptions](metafileoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Compress](../../aspose.imaging.imageoptions/metafileoptions/compress) { get; set; } | Gets or sets a value indicating whether this ICompressedOptions is compressed. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Compress](../../aspose.imaging.imageoptions/metafileoptions/compress/) { get; set; } | Gets or sets a value indicating whether this ICompressedOptions is compressed. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/compress/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/compress/_index.md index 98d28282af6d..bcfb87115457 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/compress/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/compress/_index.md @@ -1,7 +1,7 @@ --- -title: Compress +title: MetafileOptions.Compress second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileOptions property. Gets or sets a value indicating whether this ICompressedOptions is compressed type: docs weight: 20 url: /net/aspose.imaging.imageoptions/metafileoptions/compress/ @@ -18,7 +18,7 @@ public bool Compress { get; set; } `true` if compressed; otherwise, `false`. -### Examples +## Examples The following example shows how to convert a emf images to emz fromat @@ -54,8 +54,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFile)) ### See Also -* class [MetafileOptions](../../metafileoptions) -* namespace [Aspose.Imaging.ImageOptions](../../metafileoptions) +* class [MetafileOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../metafileoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/metafileoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/metafileoptions/_index.md index 2e99ee7d3990..6f4cb6bcc592 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/metafileoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafileoptions/metafileoptions/_index.md @@ -1,7 +1,7 @@ --- -title: MetafileOptions +title: MetafileOptions.MetafileOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/metafileoptions/metafileoptions/ @@ -16,8 +16,8 @@ public MetafileOptions() ### See Also -* class [MetafileOptions](../../metafileoptions) -* namespace [Aspose.Imaging.ImageOptions](../../metafileoptions) +* class [MetafileOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../metafileoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafilerasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafilerasterizationoptions/_index.md index 650c2f68271e..e4bf9c891c52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafilerasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafilerasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: MetafileRasterizationOptions +title: Class MetafileRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.MetafileRasterizationOptions class. The metafile rasterization options type: docs weight: 10190 url: /net/aspose.imaging.imageoptions/metafilerasterizationoptions/ @@ -18,47 +18,47 @@ public abstract class MetafileRasterizationOptions : VectorRasterizationOptions | Name | Description | | --- | --- | -| [MetafileRasterizationOptions](metafilerasterizationoptions)() | Initializes a new instance of the [`MetafileRasterizationOptions`](../metafilerasterizationoptions) class. | +| [MetafileRasterizationOptions](metafilerasterizationoptions/)() | Initializes a new instance of the `MetafileRasterizationOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [VectorRasterizationOptions](../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [VectorRasterizationOptions](../vectorrasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafilerasterizationoptions/metafilerasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafilerasterizationoptions/metafilerasterizationoptions/_index.md index 87679c91ccb5..3c4745aafe48 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafilerasterizationoptions/metafilerasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/metafilerasterizationoptions/metafilerasterizationoptions/_index.md @@ -1,14 +1,14 @@ --- -title: MetafileRasterizationOptions +title: MetafileRasterizationOptions.MetafileRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MetafileRasterizationOptions constructor. Initializes a new instance of the MetafileRasterizationOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/metafilerasterizationoptions/metafilerasterizationoptions/ --- ## MetafileRasterizationOptions constructor -Initializes a new instance of the [`MetafileRasterizationOptions`](../../metafilerasterizationoptions) class. +Initializes a new instance of the [`MetafileRasterizationOptions`](../) class. ```csharp public MetafileRasterizationOptions() @@ -16,8 +16,8 @@ public MetafileRasterizationOptions() ### See Also -* class [MetafileRasterizationOptions](../../metafilerasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../metafilerasterizationoptions) +* class [MetafileRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../metafilerasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipagemode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipagemode/_index.md index c3bd665f0a38..d046f25c72f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipagemode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipagemode/_index.md @@ -1,7 +1,7 @@ --- -title: MultiPageMode +title: Enum MultiPageMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.MultiPageMode enum. Represents multipage mode type: docs weight: 10200 url: /net/aspose.imaging.imageoptions/multipagemode/ @@ -26,7 +26,7 @@ public enum MultiPageMode ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/_index.md index 1b414c2d4b38..e7c90ad879fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/_index.md @@ -1,7 +1,7 @@ --- -title: MultiPageOptions +title: Class MultiPageOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.MultiPageOptions class. Base class for multiple pages supported formats type: docs weight: 10210 url: /net/aspose.imaging.imageoptions/multipageoptions/ @@ -18,40 +18,40 @@ public class MultiPageOptions | Name | Description | | --- | --- | -| [MultiPageOptions](multipageoptions)() | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(int) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(IntRange) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(IntRange[]) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(int[]) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(string[]) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(int, Rectangle) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(IntRange, Rectangle) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(IntRange[], Rectangle) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(int[], Rectangle) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | -| [MultiPageOptions](multipageoptions)(string[], Rectangle) | Initializes a new instance of the [`MultiPageOptions`](../multipageoptions) class. | +| [MultiPageOptions](multipageoptions/#constructor)() | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_5)(int) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_1)(IntRange) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_3)(IntRange[]) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_7)(int[]) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_9)(string[]) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_6)(int, Rectangle) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_2)(IntRange, Rectangle) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_4)(IntRange[], Rectangle) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_8)(int[], Rectangle) | Initializes a new instance of the `MultiPageOptions` class. | +| [MultiPageOptions](multipageoptions/#constructor_10)(string[], Rectangle) | Initializes a new instance of the `MultiPageOptions` class. | ## Properties | Name | Description | | --- | --- | -| [ExportArea](../../aspose.imaging.imageoptions/multipageoptions/exportarea) { get; set; } | Gets or sets the export area. | -| [MergeLayers](../../aspose.imaging.imageoptions/multipageoptions/mergelayers) { get; set; } | Gets or sets a value indicating whether [merege layers]. | -| [Mode](../../aspose.imaging.imageoptions/multipageoptions/mode) { get; set; } | Gets or sets the mode. | -| [OutputLayersNames](../../aspose.imaging.imageoptions/multipageoptions/outputlayersnames) { get; set; } | Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd) | -| [PageRasterizationOptions](../../aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions) { get; set; } | Gets or sets the page rasterization options. | -| [Pages](../../aspose.imaging.imageoptions/multipageoptions/pages) { get; set; } | Gets or sets the pages. | -| [PageTitles](../../aspose.imaging.imageoptions/multipageoptions/pagetitles) { get; set; } | Gets or sets the page titles. | -| [TimeInterval](../../aspose.imaging.imageoptions/multipageoptions/timeinterval) { get; set; } | Gets or sets the time interval. | +| [ExportArea](../../aspose.imaging.imageoptions/multipageoptions/exportarea/) { get; set; } | Gets or sets the export area. | +| [MergeLayers](../../aspose.imaging.imageoptions/multipageoptions/mergelayers/) { get; set; } | Gets or sets a value indicating whether [merege layers]. | +| [Mode](../../aspose.imaging.imageoptions/multipageoptions/mode/) { get; set; } | Gets or sets the mode. | +| [OutputLayersNames](../../aspose.imaging.imageoptions/multipageoptions/outputlayersnames/) { get; set; } | Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd) | +| [PageRasterizationOptions](../../aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions/) { get; set; } | Gets or sets the page rasterization options. | +| [Pages](../../aspose.imaging.imageoptions/multipageoptions/pages/) { get; set; } | Gets or sets the pages. | +| [PageTitles](../../aspose.imaging.imageoptions/multipageoptions/pagetitles/) { get; set; } | Gets or sets the page titles. | +| [TimeInterval](../../aspose.imaging.imageoptions/multipageoptions/timeinterval/) { get; set; } | Gets or sets the time interval. | ## Methods | Name | Description | | --- | --- | -| [InitPages](../../aspose.imaging.imageoptions/multipageoptions/initpages)(IntRange[]) | Initializes the pages from ranges array | +| [InitPages](../../aspose.imaging.imageoptions/multipageoptions/initpages/)(IntRange[]) | Initializes the pages from ranges array | ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/exportarea/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/exportarea/_index.md index a2e93385e730..6ac03356a8fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/exportarea/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/exportarea/_index.md @@ -1,7 +1,7 @@ --- -title: ExportArea +title: MultiPageOptions.ExportArea second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions property. Gets or sets the export area type: docs weight: 20 url: /net/aspose.imaging.imageoptions/multipageoptions/exportarea/ @@ -20,9 +20,9 @@ The export area. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/initpages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/initpages/_index.md index 80c5d37897c6..8bc7972e6b76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/initpages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/initpages/_index.md @@ -1,7 +1,7 @@ --- -title: InitPages +title: MultiPageOptions.InitPages second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions method. Initializes the pages from ranges array type: docs weight: 100 url: /net/aspose.imaging.imageoptions/multipageoptions/initpages/ @@ -20,9 +20,9 @@ public void InitPages(IntRange[] ranges) ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/mergelayers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/mergelayers/_index.md index 1a10b1733ea7..9e4d2e853951 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/mergelayers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/mergelayers/_index.md @@ -1,7 +1,7 @@ --- -title: MergeLayers +title: MultiPageOptions.MergeLayers second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions property. Gets or sets a value indicating whether merege layers type: docs weight: 30 url: /net/aspose.imaging.imageoptions/multipageoptions/mergelayers/ @@ -20,8 +20,8 @@ public bool MergeLayers { get; set; } ### See Also -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/mode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/mode/_index.md index e995a28e6edc..9084fbd63709 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/mode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/mode/_index.md @@ -1,7 +1,7 @@ --- -title: Mode +title: MultiPageOptions.Mode second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions property. Gets or sets the mode type: docs weight: 40 url: /net/aspose.imaging.imageoptions/multipageoptions/mode/ @@ -20,9 +20,9 @@ The mode. ### See Also -* enum [MultiPageMode](../../multipagemode) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* enum [MultiPageMode](../../multipagemode/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/multipageoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/multipageoptions/_index.md index d908b60065e5..1e30909ce391 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/multipageoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/multipageoptions/_index.md @@ -1,14 +1,14 @@ --- -title: MultiPageOptions +title: MultiPageOptions.MultiPageOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions constructor. Initializes a new instance of the MultiPageOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/multipageoptions/multipageoptions/ --- -## MultiPageOptions constructor (1 of 11) +## MultiPageOptions() {#constructor} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions() @@ -16,15 +16,15 @@ public MultiPageOptions() ### See Also -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (2 of 11) +## MultiPageOptions(int[]) {#constructor_7} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(int[] pages) @@ -36,15 +36,15 @@ public MultiPageOptions(int[] pages) ### See Also -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (3 of 11) +## MultiPageOptions(int[], Rectangle) {#constructor_8} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(int[] pages, Rectangle exportArea) @@ -57,16 +57,16 @@ public MultiPageOptions(int[] pages, Rectangle exportArea) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (4 of 11) +## MultiPageOptions(string[]) {#constructor_9} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(string[] pageTitles) @@ -78,15 +78,15 @@ public MultiPageOptions(string[] pageTitles) ### See Also -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (5 of 11) +## MultiPageOptions(string[], Rectangle) {#constructor_10} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(string[] pageTitles, Rectangle exportArea) @@ -99,16 +99,16 @@ public MultiPageOptions(string[] pageTitles, Rectangle exportArea) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (6 of 11) +## MultiPageOptions(IntRange[]) {#constructor_3} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(IntRange[] ranges) @@ -116,20 +116,20 @@ public MultiPageOptions(IntRange[] ranges) | Parameter | Type | Description | | --- | --- | --- | -| ranges | IntRange[] | The [`IntRange`](../../../aspose.imaging/intrange). | +| ranges | IntRange[] | The [`IntRange`](../../../aspose.imaging/intrange/). | ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (7 of 11) +## MultiPageOptions(IntRange[], Rectangle) {#constructor_4} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(IntRange[] ranges, Rectangle exportArea) @@ -137,22 +137,22 @@ public MultiPageOptions(IntRange[] ranges, Rectangle exportArea) | Parameter | Type | Description | | --- | --- | --- | -| ranges | IntRange[] | The [`IntRange`](../../../aspose.imaging/intrange). | +| ranges | IntRange[] | The [`IntRange`](../../../aspose.imaging/intrange/). | | exportArea | Rectangle | The export area. | ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (8 of 11) +## MultiPageOptions(IntRange) {#constructor_1} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(IntRange range) @@ -160,20 +160,20 @@ public MultiPageOptions(IntRange range) | Parameter | Type | Description | | --- | --- | --- | -| range | IntRange | The [`IntRange`](../../../aspose.imaging/intrange). | +| range | IntRange | The [`IntRange`](../../../aspose.imaging/intrange/). | ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (9 of 11) +## MultiPageOptions(IntRange, Rectangle) {#constructor_2} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(IntRange range, Rectangle exportArea) @@ -181,22 +181,22 @@ public MultiPageOptions(IntRange range, Rectangle exportArea) | Parameter | Type | Description | | --- | --- | --- | -| range | IntRange | The [`IntRange`](../../../aspose.imaging/intrange). | +| range | IntRange | The [`IntRange`](../../../aspose.imaging/intrange/). | | exportArea | Rectangle | The export area. | ### See Also -* class [IntRange](../../../aspose.imaging/intrange) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [IntRange](../../../aspose.imaging/intrange/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (10 of 11) +## MultiPageOptions(int) {#constructor_5} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(int page) @@ -208,15 +208,15 @@ public MultiPageOptions(int page) ### See Also -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) --- -## MultiPageOptions constructor (11 of 11) +## MultiPageOptions(int, Rectangle) {#constructor_6} -Initializes a new instance of the [`MultiPageOptions`](../../multipageoptions) class. +Initializes a new instance of the [`MultiPageOptions`](../) class. ```csharp public MultiPageOptions(int page, Rectangle exportArea) @@ -229,9 +229,9 @@ public MultiPageOptions(int page, Rectangle exportArea) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/outputlayersnames/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/outputlayersnames/_index.md index 9098dec225ed..9b318929efc6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/outputlayersnames/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/outputlayersnames/_index.md @@ -1,7 +1,7 @@ --- -title: OutputLayersNames +title: MultiPageOptions.OutputLayersNames second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions property. Gets or sets the output layers namesWorks if export format supports layers naming for example for Psd type: docs weight: 50 url: /net/aspose.imaging.imageoptions/multipageoptions/outputlayersnames/ @@ -20,8 +20,8 @@ The output layers names. ### See Also -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions/_index.md index dc00db12fb0e..73ca6019db61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PageRasterizationOptions +title: MultiPageOptions.PageRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions property. Gets or sets the page rasterization options type: docs weight: 60 url: /net/aspose.imaging.imageoptions/multipageoptions/pagerasterizationoptions/ @@ -20,9 +20,9 @@ The page rasterization options. ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [VectorRasterizationOptions](../../vectorrasterizationoptions/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pages/_index.md index d8bbe020516d..5b5fc045129c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: MultiPageOptions.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions property. Gets or sets the pages type: docs weight: 70 url: /net/aspose.imaging.imageoptions/multipageoptions/pages/ @@ -18,7 +18,7 @@ public int[] Pages { get; set; } The pages. -### Examples +## Examples This example shows how to convert a multi-page DJVU image to a multi-frame TIFF image. @@ -55,8 +55,8 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pagetitles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pagetitles/_index.md index e94f0703a3d0..354cc5455007 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pagetitles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/pagetitles/_index.md @@ -1,7 +1,7 @@ --- -title: PageTitles +title: MultiPageOptions.PageTitles second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions property. Gets or sets the page titles type: docs weight: 80 url: /net/aspose.imaging.imageoptions/multipageoptions/pagetitles/ @@ -18,7 +18,7 @@ public string[] PageTitles { get; set; } The page titles. -### Examples +## Examples This example shows how to convert a multi-page DJVU image to a multi-frame TIFF image. @@ -55,8 +55,8 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/timeinterval/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/timeinterval/_index.md index bec1a7a2722b..8be41996836f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/timeinterval/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/multipageoptions/timeinterval/_index.md @@ -1,7 +1,7 @@ --- -title: TimeInterval +title: MultiPageOptions.TimeInterval second_title: Aspose.Imaging for .NET API Reference -description: +description: MultiPageOptions property. Gets or sets the time interval type: docs weight: 90 url: /net/aspose.imaging.imageoptions/multipageoptions/timeinterval/ @@ -20,9 +20,9 @@ The time interval. ### See Also -* class [TimeInterval](../../timeinterval) -* class [MultiPageOptions](../../multipageoptions) -* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions) +* class [TimeInterval](../../timeinterval/) +* class [MultiPageOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../multipageoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odgrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odgrasterizationoptions/_index.md index 9722987f34d2..62c933d3d54e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odgrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odgrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: OdgRasterizationOptions +title: Class OdgRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.OdgRasterizationOptions class. The Odg rasterization options type: docs weight: 10230 url: /net/aspose.imaging.imageoptions/odgrasterizationoptions/ @@ -18,44 +18,44 @@ public class OdgRasterizationOptions : OdRasterizationOptions | Name | Description | | --- | --- | -| [OdgRasterizationOptions](odgrasterizationoptions)() | The default constructor. | +| [OdgRasterizationOptions](odgrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples The following example shows how to export a FODG (Flat XML ODF Template) image to PDF format. @@ -82,8 +82,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFileName)) ### See Also -* class [OdRasterizationOptions](../odrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [OdRasterizationOptions](../odrasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odgrasterizationoptions/odgrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odgrasterizationoptions/odgrasterizationoptions/_index.md index 8082b2f5a0dc..0bddc10dc7f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odgrasterizationoptions/odgrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odgrasterizationoptions/odgrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: OdgRasterizationOptions +title: OdgRasterizationOptions.OdgRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: OdgRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/odgrasterizationoptions/odgrasterizationoptions/ @@ -16,8 +16,8 @@ public OdgRasterizationOptions() ### See Also -* class [OdgRasterizationOptions](../../odgrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../odgrasterizationoptions) +* class [OdgRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../odgrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odrasterizationoptions/_index.md index cd0f823c3436..9857b2b308d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: OdRasterizationOptions +title: Class OdRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.OdRasterizationOptions class. The Od rasterization options type: docs weight: 10220 url: /net/aspose.imaging.imageoptions/odrasterizationoptions/ @@ -18,47 +18,47 @@ public class OdRasterizationOptions : VectorRasterizationOptions | Name | Description | | --- | --- | -| [OdRasterizationOptions](odrasterizationoptions)() | The default constructor. | +| [OdRasterizationOptions](odrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [VectorRasterizationOptions](../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [VectorRasterizationOptions](../vectorrasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odrasterizationoptions/odrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odrasterizationoptions/odrasterizationoptions/_index.md index d9e404a62a83..029282552146 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odrasterizationoptions/odrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/odrasterizationoptions/odrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: OdRasterizationOptions +title: OdRasterizationOptions.OdRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: OdRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/odrasterizationoptions/odrasterizationoptions/ @@ -16,8 +16,8 @@ public OdRasterizationOptions() ### See Also -* class [OdRasterizationOptions](../../odrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../odrasterizationoptions) +* class [OdRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../odrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/otgrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/otgrasterizationoptions/_index.md index 7fac54fa0a78..0def57ab7963 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/otgrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/otgrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: OtgRasterizationOptions +title: Class OtgRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.OtgRasterizationOptions class. The Otg rasterization options type: docs weight: 10240 url: /net/aspose.imaging.imageoptions/otgrasterizationoptions/ @@ -18,44 +18,44 @@ public class OtgRasterizationOptions : OdRasterizationOptions | Name | Description | | --- | --- | -| [OtgRasterizationOptions](otgrasterizationoptions)() | The default constructor. | +| [OtgRasterizationOptions](otgrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples The following code snippet demonstrates how to convert an OTG image to PDF and other image formats. @@ -81,8 +81,8 @@ foreach (Aspose.Imaging.ImageOptionsBase saveOptions in options) ### See Also -* class [OdRasterizationOptions](../odrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [OdRasterizationOptions](../odrasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/otgrasterizationoptions/otgrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/otgrasterizationoptions/otgrasterizationoptions/_index.md index 9e4ac718c71a..21a811c10c7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/otgrasterizationoptions/otgrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/otgrasterizationoptions/otgrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: OtgRasterizationOptions +title: OtgRasterizationOptions.OtgRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: OtgRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/otgrasterizationoptions/otgrasterizationoptions/ @@ -16,8 +16,8 @@ public OtgRasterizationOptions() ### See Also -* class [OtgRasterizationOptions](../../otgrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../otgrasterizationoptions) +* class [OtgRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../otgrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfimagecompressionoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfimagecompressionoptions/_index.md index 58647b99e44c..0d0b88ae04b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfimagecompressionoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfimagecompressionoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PdfImageCompressionOptions +title: Enum PdfImageCompressionOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.PdfImageCompressionOptions enum. Pdf image compression options type: docs weight: 10250 url: /net/aspose.imaging.imageoptions/pdfimagecompressionoptions/ @@ -30,7 +30,7 @@ public enum PdfImageCompressionOptions ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/_index.md index 1f2eb223dc06..4ab4dd94f011 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PdfOptions +title: Class PdfOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.PdfOptions class. The PDF options type: docs weight: 10260 url: /net/aspose.imaging.imageoptions/pdfoptions/ @@ -18,35 +18,35 @@ public class PdfOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [PdfOptions](pdfoptions)() | The default constructor. | +| [PdfOptions](pdfoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageSize](../../aspose.imaging.imageoptions/pdfoptions/pagesize) { get; set; } | Gets or sets the size of the page. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [PdfCoreOptions](../../aspose.imaging.imageoptions/pdfoptions/pdfcoreoptions) { get; set; } | The PDF core options | -| [PdfDocumentInfo](../../aspose.imaging.imageoptions/pdfoptions/pdfdocumentinfo) { get; set; } | Gets or sets metadata for document. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [UseOriginalImageResolution](../../aspose.imaging.imageoptions/pdfoptions/useoriginalimageresolution) { get; set; } | Gets or sets a value indicating to use the original image DPI resolution | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageSize](../../aspose.imaging.imageoptions/pdfoptions/pagesize/) { get; set; } | Gets or sets the size of the page. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [PdfCoreOptions](../../aspose.imaging.imageoptions/pdfoptions/pdfcoreoptions/) { get; set; } | The PDF core options | +| [PdfDocumentInfo](../../aspose.imaging.imageoptions/pdfoptions/pdfdocumentinfo/) { get; set; } | Gets or sets metadata for document. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [UseOriginalImageResolution](../../aspose.imaging.imageoptions/pdfoptions/useoriginalimageresolution/) { get; set; } | Gets or sets a value indicating to use the original image DPI resolution | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples The following example shows how to convert a multipage vector image to PDF format in general way without referencing to a particular image type. @@ -83,8 +83,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pagesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pagesize/_index.md index 969f9b4eb1ae..fd45c8eba77e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pagesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pagesize/_index.md @@ -1,7 +1,7 @@ --- -title: PageSize +title: PdfOptions.PageSize second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfOptions property. Gets or sets the size of the page type: docs weight: 20 url: /net/aspose.imaging.imageoptions/pdfoptions/pagesize/ @@ -20,9 +20,9 @@ The size of the page. ### See Also -* struct [SizeF](../../../aspose.imaging/sizef) -* class [PdfOptions](../../pdfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions) +* struct [SizeF](../../../aspose.imaging/sizef/) +* class [PdfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfcoreoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfcoreoptions/_index.md index 135eb3d1abdc..ce72c7026fa5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfcoreoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfcoreoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PdfCoreOptions +title: PdfOptions.PdfCoreOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfOptions property. The PDF core options type: docs weight: 30 url: /net/aspose.imaging.imageoptions/pdfoptions/pdfcoreoptions/ @@ -16,9 +16,9 @@ public PdfCoreOptions PdfCoreOptions { get; set; } ### See Also -* class [PdfCoreOptions](../../../aspose.imaging.fileformats.pdf/pdfcoreoptions) -* class [PdfOptions](../../pdfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions) +* class [PdfCoreOptions](../../../aspose.imaging.fileformats.pdf/pdfcoreoptions/) +* class [PdfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfdocumentinfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfdocumentinfo/_index.md index 1cfeb4602fcf..69dc5b6adaf6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfdocumentinfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfdocumentinfo/_index.md @@ -1,7 +1,7 @@ --- -title: PdfDocumentInfo +title: PdfOptions.PdfDocumentInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfOptions property. Gets or sets metadata for document type: docs weight: 40 url: /net/aspose.imaging.imageoptions/pdfoptions/pdfdocumentinfo/ @@ -16,9 +16,9 @@ public PdfDocumentInfo PdfDocumentInfo { get; set; } ### See Also -* class [PdfDocumentInfo](../../../aspose.imaging.fileformats.pdf/pdfdocumentinfo) -* class [PdfOptions](../../pdfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions) +* class [PdfDocumentInfo](../../../aspose.imaging.fileformats.pdf/pdfdocumentinfo/) +* class [PdfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfoptions/_index.md index ef992d5e4378..2a27b36369a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/pdfoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PdfOptions +title: PdfOptions.PdfOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/pdfoptions/pdfoptions/ @@ -16,8 +16,8 @@ public PdfOptions() ### See Also -* class [PdfOptions](../../pdfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions) +* class [PdfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/useoriginalimageresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/useoriginalimageresolution/_index.md index 9c7357f9c55b..eebb6220983b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/useoriginalimageresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pdfoptions/useoriginalimageresolution/_index.md @@ -1,7 +1,7 @@ --- -title: UseOriginalImageResolution +title: PdfOptions.UseOriginalImageResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfOptions property. Gets or sets a value indicating to use the original image DPI resolution type: docs weight: 50 url: /net/aspose.imaging.imageoptions/pdfoptions/useoriginalimageresolution/ @@ -20,8 +20,8 @@ Indicator to use the original image DPI resolution ### See Also -* class [PdfOptions](../../pdfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions) +* class [PdfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pdfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/_index.md index 5e0685f319af..4153b5854531 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PngOptions +title: Class PngOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.PngOptions class. Create highquality Portable Network Graphics PNG raster images effortlessly with our API offering customizable options for compression levels bits per pixel depths and alpha bits. Seamlessly process XMP metadata containers ensuring comprehensive image metadata management and empowering you to tailor PNG images to your exact specifications with ease type: docs weight: 10270 url: /net/aspose.imaging.imageoptions/pngoptions/ @@ -18,43 +18,43 @@ public class PngOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [PngOptions](pngoptions)() | Initializes a new instance of the [`PngOptions`](../pngoptions) class. | -| [PngOptions](pngoptions)(PngOptions) | Initializes a new instance of the [`PngOptions`](../pngoptions) class. | +| [PngOptions](pngoptions/#constructor)() | Initializes a new instance of the `PngOptions` class. | +| [PngOptions](pngoptions/#constructor_1)(PngOptions) | Initializes a new instance of the `PngOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BitDepth](../../aspose.imaging.imageoptions/pngoptions/bitdepth) { get; set; } | Gets or sets the bit depth values in range of 1, 2, 4, 8, 16. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ColorType](../../aspose.imaging.imageoptions/pngoptions/colortype) { get; set; } | Gets or sets the type of the color. | -| [CompressionLevel](../../aspose.imaging.imageoptions/pngoptions/compressionlevel) { get; set; } | Gets or sets the [`PngImage`](../../aspose.imaging.fileformats.png/pngimage) compression level in the range of 0-9. The higher the value - the more efficient the compression. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FilterType](../../aspose.imaging.imageoptions/pngoptions/filtertype) { get; set; } | Gets or sets the filter type used during png file save process. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [Progressive](../../aspose.imaging.imageoptions/pngoptions/progressive) { get; set; } | Gets or sets a value indicating whether a [`PngImage`](../../aspose.imaging.fileformats.png/pngimage) is progressive. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| override [XmpData](../../aspose.imaging.imageoptions/pngoptions/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BitDepth](../../aspose.imaging.imageoptions/pngoptions/bitdepth/) { get; set; } | Gets or sets the bit depth values in range of 1, 2, 4, 8, 16. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ColorType](../../aspose.imaging.imageoptions/pngoptions/colortype/) { get; set; } | Gets or sets the type of the color. | +| [CompressionLevel](../../aspose.imaging.imageoptions/pngoptions/compressionlevel/) { get; set; } | Gets or sets the [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) compression level in the range of 0-9. The higher the value - the more efficient the compression. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FilterType](../../aspose.imaging.imageoptions/pngoptions/filtertype/) { get; set; } | Gets or sets the filter type used during png file save process. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [Progressive](../../aspose.imaging.imageoptions/pngoptions/progressive/) { get; set; } | Gets or sets a value indicating whether a [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) is progressive. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| override [XmpData](../../aspose.imaging.imageoptions/pngoptions/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ## Fields | Name | Description | | --- | --- | -| const [DefaultCompressionLevel](../../aspose.imaging.imageoptions/pngoptions/defaultcompressionlevel) | The default compression level. | +| const [DefaultCompressionLevel](../../aspose.imaging.imageoptions/pngoptions/defaultcompressionlevel/) | The default compression level. | -### Examples +## Examples This example demonstrates the use of different classes from SaveOptions Namespace for export purposes. An image of type Gif is loaded into an instance of Image and then exported out to several formats. @@ -177,8 +177,8 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/bitdepth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/bitdepth/_index.md index a7d34b8137e0..a54653190c7c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/bitdepth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/bitdepth/_index.md @@ -1,7 +1,7 @@ --- -title: BitDepth +title: PngOptions.BitDepth second_title: Aspose.Imaging for .NET API Reference -description: +description: PngOptions property. Gets or sets the bit depth values in range of 1 2 4 8 16 type: docs weight: 20 url: /net/aspose.imaging.imageoptions/pngoptions/bitdepth/ @@ -22,7 +22,7 @@ Truecolor, TruecolorWithAlpha support bit depth of 8, 16. public byte BitDepth { get; set; } ``` -### Examples +## Examples This example shows how to create a PNG image with the specified options, fill it with a linear gradient colors and save it to a file. @@ -117,8 +117,8 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/colortype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/colortype/_index.md index a488fd3511f4..ac97c62598b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/colortype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/colortype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorType +title: PngOptions.ColorType second_title: Aspose.Imaging for .NET API Reference -description: +description: PngOptions property. Gets or sets the type of the color type: docs weight: 30 url: /net/aspose.imaging.imageoptions/pngoptions/colortype/ @@ -18,7 +18,7 @@ public PngColorType ColorType { get; set; } The type of the color. -### Examples +## Examples The following example shows how to compress a PNG image, using indexed color with best fit palette @@ -138,9 +138,9 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* enum [PngColorType](../../../aspose.imaging.fileformats.png/pngcolortype) -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* enum [PngColorType](../../../aspose.imaging.fileformats.png/pngcolortype/) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/compressionlevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/compressionlevel/_index.md index 964b57d33a98..967fa9ef6b2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/compressionlevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/compressionlevel/_index.md @@ -1,20 +1,20 @@ --- -title: CompressionLevel +title: PngOptions.CompressionLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: PngOptions property. Gets or sets the PngImage compression level in the range of 09. The higher the value the more efficient the compression type: docs weight: 40 url: /net/aspose.imaging.imageoptions/pngoptions/compressionlevel/ --- ## PngOptions.CompressionLevel property -Gets or sets the [`PngImage`](../../../aspose.imaging.fileformats.png/pngimage) compression level in the range of 0-9. The higher the value - the more efficient the compression. +Gets or sets the [`PngImage`](../../../aspose.imaging.fileformats.png/pngimage/) compression level in the range of 0-9. The higher the value - the more efficient the compression. ```csharp public int CompressionLevel { get; set; } ``` -### Examples +## Examples The following example shows how to compress a PNG image, using indexed color with best fit palette @@ -134,8 +134,8 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/defaultcompressionlevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/defaultcompressionlevel/_index.md index 5da997dc91a9..0e7fde3960a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/defaultcompressionlevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/defaultcompressionlevel/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultCompressionLevel +title: PngOptions.DefaultCompressionLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: PngOptions field. The default compression level type: docs weight: 80 url: /net/aspose.imaging.imageoptions/pngoptions/defaultcompressionlevel/ @@ -16,8 +16,8 @@ public const int DefaultCompressionLevel; ### See Also -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/filtertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/filtertype/_index.md index 4fddcc1b407e..c9dd0624cfab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/filtertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/filtertype/_index.md @@ -1,7 +1,7 @@ --- -title: FilterType +title: PngOptions.FilterType second_title: Aspose.Imaging for .NET API Reference -description: +description: PngOptions property. Gets or sets the filter type used during png file save process type: docs weight: 50 url: /net/aspose.imaging.imageoptions/pngoptions/filtertype/ @@ -14,7 +14,7 @@ Gets or sets the filter type used during png file save process. public PngFilterType FilterType { get; set; } ``` -### Examples +## Examples This example shows how to create a PNG image with the specified options, fill it with a linear gradient colors and save it to a file. @@ -150,9 +150,9 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* enum [PngFilterType](../../../aspose.imaging.fileformats.png/pngfiltertype) -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* enum [PngFilterType](../../../aspose.imaging.fileformats.png/pngfiltertype/) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/pngoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/pngoptions/_index.md index 426a7f14bc32..d8c52a24f782 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/pngoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/pngoptions/_index.md @@ -1,14 +1,14 @@ --- -title: PngOptions +title: PngOptions.PngOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PngOptions constructor. Initializes a new instance of the PngOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/pngoptions/pngoptions/ --- -## PngOptions constructor (1 of 2) +## PngOptions() {#constructor} -Initializes a new instance of the [`PngOptions`](../../pngoptions) class. +Initializes a new instance of the [`PngOptions`](../) class. ```csharp public PngOptions() @@ -16,15 +16,15 @@ public PngOptions() ### See Also -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) --- -## PngOptions constructor (2 of 2) +## PngOptions(PngOptions) {#constructor_1} -Initializes a new instance of the [`PngOptions`](../../pngoptions) class. +Initializes a new instance of the [`PngOptions`](../) class. ```csharp public PngOptions(PngOptions pngOptions) @@ -36,8 +36,8 @@ public PngOptions(PngOptions pngOptions) ### See Also -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/progressive/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/progressive/_index.md index d02096dbdcbd..7a9737d4ee37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/progressive/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/progressive/_index.md @@ -1,14 +1,14 @@ --- -title: Progressive +title: PngOptions.Progressive second_title: Aspose.Imaging for .NET API Reference -description: +description: PngOptions property. Gets or sets a value indicating whether a PngImage is progressive type: docs weight: 60 url: /net/aspose.imaging.imageoptions/pngoptions/progressive/ --- ## PngOptions.Progressive property -Gets or sets a value indicating whether a [`PngImage`](../../../aspose.imaging.fileformats.png/pngimage) is progressive. +Gets or sets a value indicating whether a [`PngImage`](../../../aspose.imaging.fileformats.png/pngimage/) is progressive. ```csharp public bool Progressive { get; set; } @@ -18,7 +18,7 @@ public bool Progressive { get; set; } `true` if progressive; otherwise, `false`. -### Examples +## Examples The following example shows how to compress a PNG image, using indexed color with best fit palette @@ -138,8 +138,8 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/xmpdata/_index.md index 5b929ebd7c18..4d35f01a348a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/pngoptions/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: PngOptions.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: PngOptions property. Gets or sets the XMP metadata container type: docs weight: 70 url: /net/aspose.imaging.imageoptions/pngoptions/xmpdata/ @@ -20,9 +20,9 @@ The XMP data container. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [PngOptions](../../pngoptions) -* namespace [Aspose.Imaging.ImageOptions](../../pngoptions) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [PngOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../pngoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/positioningtypes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/positioningtypes/_index.md index 81dab4b7cb56..3fa96262dae9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/positioningtypes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/positioningtypes/_index.md @@ -1,7 +1,7 @@ --- -title: PositioningTypes +title: Enum PositioningTypes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.PositioningTypes enum. Positioning and size types for graphics scene type: docs weight: 10280 url: /net/aspose.imaging.imageoptions/positioningtypes/ @@ -24,7 +24,7 @@ public enum PositioningTypes ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/_index.md index 8c893375262d..0a0dda7cc3ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PsdOptions +title: Class PsdOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.PsdOptions class. Create Photoshop Document PSD images with our API offering versatile options with different format versions compression methods color modes and bits counts per color channel. Seamlessly handle XMP metadata containers ensuring comprehensive image processing with the power of PSD format features like image layers layer masks and file information for customization and creativity in your designs type: docs weight: 10290 url: /net/aspose.imaging.imageoptions/psdoptions/ @@ -18,41 +18,41 @@ public class PsdOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [PsdOptions](psdoptions)() | Initializes a new instance of the [`PsdOptions`](../psdoptions) class. | -| [PsdOptions](psdoptions)(PsdOptions) | Initializes a new instance of the [`PsdOptions`](../psdoptions) class. | +| [PsdOptions](psdoptions/#constructor)() | Initializes a new instance of the `PsdOptions` class. | +| [PsdOptions](psdoptions/#constructor_1)(PsdOptions) | Initializes a new instance of the `PsdOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ChannelBitsCount](../../aspose.imaging.imageoptions/psdoptions/channelbitscount) { get; set; } | Gets or sets the bits count per color channel. | -| [ChannelsCount](../../aspose.imaging.imageoptions/psdoptions/channelscount) { get; set; } | Gets or sets the color channels count. | -| [ColorMode](../../aspose.imaging.imageoptions/psdoptions/colormode) { get; set; } | Gets or sets the psd color mode. | -| [CompressionMethod](../../aspose.imaging.imageoptions/psdoptions/compressionmethod) { get; set; } | Gets or sets the psd compression method. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [PsdVersion](../../aspose.imaging.imageoptions/psdoptions/psdversion) { get; set; } | Gets or sets the file format version. It can be PSD or PSB. | -| [RefreshImagePreviewData](../../aspose.imaging.imageoptions/psdoptions/refreshimagepreviewdata) { get; set; } | Gets or sets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers. Please note, text layers drawing to final layout is not supported for Compact Framework platform | -| [RemoveGlobalTextEngineResource](../../aspose.imaging.imageoptions/psdoptions/removeglobaltextengineresource) { get; set; } | Gets or sets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu "Text" -> "Process absent fonts". After that operation all text will appear again. Please note, that this operation may cause some final layout changes. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorizationOptions](../../aspose.imaging.imageoptions/psdoptions/vectorizationoptions) { get; set; } | Gets or sets the PSD vectorization options. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| [Version](../../aspose.imaging.imageoptions/psdoptions/version) { get; set; } | Gets or sets the psd file version. | -| override [XmpData](../../aspose.imaging.imageoptions/psdoptions/xmpdata) { get; set; } | Get or set XMP data container | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ChannelBitsCount](../../aspose.imaging.imageoptions/psdoptions/channelbitscount/) { get; set; } | Gets or sets the bits count per color channel. | +| [ChannelsCount](../../aspose.imaging.imageoptions/psdoptions/channelscount/) { get; set; } | Gets or sets the color channels count. | +| [ColorMode](../../aspose.imaging.imageoptions/psdoptions/colormode/) { get; set; } | Gets or sets the psd color mode. | +| [CompressionMethod](../../aspose.imaging.imageoptions/psdoptions/compressionmethod/) { get; set; } | Gets or sets the psd compression method. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [PsdVersion](../../aspose.imaging.imageoptions/psdoptions/psdversion/) { get; set; } | Gets or sets the file format version. It can be PSD or PSB. | +| [RefreshImagePreviewData](../../aspose.imaging.imageoptions/psdoptions/refreshimagepreviewdata/) { get; set; } | Gets or sets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers. Please note, text layers drawing to final layout is not supported for Compact Framework platform | +| [RemoveGlobalTextEngineResource](../../aspose.imaging.imageoptions/psdoptions/removeglobaltextengineresource/) { get; set; } | Gets or sets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu "Text" -> "Process absent fonts". After that operation all text will appear again. Please note, that this operation may cause some final layout changes. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorizationOptions](../../aspose.imaging.imageoptions/psdoptions/vectorizationoptions/) { get; set; } | Gets or sets the PSD vectorization options. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| [Version](../../aspose.imaging.imageoptions/psdoptions/version/) { get; set; } | Gets or sets the psd file version. | +| override [XmpData](../../aspose.imaging.imageoptions/psdoptions/xmpdata/) { get; set; } | Get or set XMP data container | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples This example demonstrates the use of Aspsoe.Imaging for .Net API to convert Images to PSD format. To achieve this goal this example loads an existing image and then saves it back to PSD format. @@ -115,8 +115,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/channelbitscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/channelbitscount/_index.md index 5776163d3e52..747489f60829 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/channelbitscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/channelbitscount/_index.md @@ -1,7 +1,7 @@ --- -title: ChannelBitsCount +title: PsdOptions.ChannelBitsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets the bits count per color channel type: docs weight: 20 url: /net/aspose.imaging.imageoptions/psdoptions/channelbitscount/ @@ -18,7 +18,7 @@ public short ChannelBitsCount { get; set; } The bits count per color channel. -### Examples +## Examples This example shows how to save a PNG image to PSD format using various PSD-specific options. @@ -83,8 +83,8 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/channelscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/channelscount/_index.md index 91a9cb50e614..ff6bfad8a3f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/channelscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/channelscount/_index.md @@ -1,7 +1,7 @@ --- -title: ChannelsCount +title: PsdOptions.ChannelsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets the color channels count type: docs weight: 30 url: /net/aspose.imaging.imageoptions/psdoptions/channelscount/ @@ -18,7 +18,7 @@ public short ChannelsCount { get; set; } The color channels count. -### Examples +## Examples This example shows how to save a PNG image to PSD format using various PSD-specific options. @@ -83,8 +83,8 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/colormode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/colormode/_index.md index 920ab615c4dd..353369d19984 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/colormode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/colormode/_index.md @@ -1,7 +1,7 @@ --- -title: ColorMode +title: PsdOptions.ColorMode second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets the psd color mode type: docs weight: 40 url: /net/aspose.imaging.imageoptions/psdoptions/colormode/ @@ -18,7 +18,7 @@ public ColorModes ColorMode { get; set; } The color mode. -### Examples +## Examples This example demonstrates the use of Aspsoe.Imaging for .Net API to convert Images to PSD format. To achieve this goal this example loads an existing image and then saves it back to PSD format. @@ -109,9 +109,9 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* enum [ColorModes](../../../aspose.imaging.fileformats.psd/colormodes) -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* enum [ColorModes](../../../aspose.imaging.fileformats.psd/colormodes/) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/compressionmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/compressionmethod/_index.md index d7b37d1bd61c..8ebc72b21925 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/compressionmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/compressionmethod/_index.md @@ -1,7 +1,7 @@ --- -title: CompressionMethod +title: PsdOptions.CompressionMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets the psd compression method type: docs weight: 50 url: /net/aspose.imaging.imageoptions/psdoptions/compressionmethod/ @@ -18,7 +18,7 @@ public CompressionMethod CompressionMethod { get; set; } The compression method. -### Examples +## Examples This example demonstrates the use of Aspsoe.Imaging for .Net API to convert Images to PSD format. To achieve this goal this example loads an existing image and then saves it back to PSD format. @@ -109,9 +109,9 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* enum [CompressionMethod](../../../aspose.imaging.fileformats.psd/compressionmethod) -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* enum [CompressionMethod](../../../aspose.imaging.fileformats.psd/compressionmethod/) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/psdoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/psdoptions/_index.md index 2736adaec810..318513966c85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/psdoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/psdoptions/_index.md @@ -1,14 +1,14 @@ --- -title: PsdOptions +title: PsdOptions.PsdOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions constructor. Initializes a new instance of the PsdOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/psdoptions/psdoptions/ --- -## PsdOptions constructor (1 of 2) +## PsdOptions() {#constructor} -Initializes a new instance of the [`PsdOptions`](../../psdoptions) class. +Initializes a new instance of the [`PsdOptions`](../) class. ```csharp public PsdOptions() @@ -16,15 +16,15 @@ public PsdOptions() ### See Also -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) --- -## PsdOptions constructor (2 of 2) +## PsdOptions(PsdOptions) {#constructor_1} -Initializes a new instance of the [`PsdOptions`](../../psdoptions) class. +Initializes a new instance of the [`PsdOptions`](../) class. ```csharp public PsdOptions(PsdOptions options) @@ -36,8 +36,8 @@ public PsdOptions(PsdOptions options) ### See Also -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/psdversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/psdversion/_index.md index 6a17c1ff4a1d..a12f5189ee5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/psdversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/psdversion/_index.md @@ -1,7 +1,7 @@ --- -title: PsdVersion +title: PsdOptions.PsdVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets the file format version. It can be PSD or PSB type: docs weight: 60 url: /net/aspose.imaging.imageoptions/psdoptions/psdversion/ @@ -20,9 +20,9 @@ The file format version. ### See Also -* enum [PsdVersion](../../../aspose.imaging.fileformats.psd/psdversion) -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* enum [PsdVersion](../../../aspose.imaging.fileformats.psd/psdversion/) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/refreshimagepreviewdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/refreshimagepreviewdata/_index.md index fae17678caf4..146b7ce98d2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/refreshimagepreviewdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/refreshimagepreviewdata/_index.md @@ -1,7 +1,7 @@ --- -title: RefreshImagePreviewData +title: PsdOptions.RefreshImagePreviewData second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets a value indicating whether refresh image preview data option used to maximize compatibility with another PSD image viewers. Please note text layers drawing to final layout is not supported for Compact Framework platform type: docs weight: 70 url: /net/aspose.imaging.imageoptions/psdoptions/refreshimagepreviewdata/ @@ -20,8 +20,8 @@ public bool RefreshImagePreviewData { get; set; } ### See Also -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/removeglobaltextengineresource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/removeglobaltextengineresource/_index.md index 35633e764186..09bade8c1b4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/removeglobaltextengineresource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/removeglobaltextengineresource/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveGlobalTextEngineResource +title: PsdOptions.RemoveGlobalTextEngineResource second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets a value indicating whether Remove the global text engine resource Used for some textlayered psd files in only case when they can not be opened in Adobe Photoshop after processing mostly for absent fonts text layers related. After using this option user need to Make next in opened in Photoshop file Menu Text Process absent fonts. After that operation all text will appear again. Please note that this operation may cause some final layout changes type: docs weight: 80 url: /net/aspose.imaging.imageoptions/psdoptions/removeglobaltextengineresource/ @@ -20,8 +20,8 @@ public bool RemoveGlobalTextEngineResource { get; set; } ### See Also -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/vectorizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/vectorizationoptions/_index.md index f0f7bda443fa..9df4c6fef751 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/vectorizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/vectorizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: VectorizationOptions +title: PsdOptions.VectorizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets the PSD vectorization options type: docs weight: 90 url: /net/aspose.imaging.imageoptions/psdoptions/vectorizationoptions/ @@ -16,9 +16,9 @@ public PsdVectorizationOptions VectorizationOptions { get; set; } ### See Also -* class [PsdVectorizationOptions](../../psdvectorizationoptions) -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [PsdVectorizationOptions](../../psdvectorizationoptions/) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/version/_index.md index d860231ffd75..b895577d1d0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: PsdOptions.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Gets or sets the psd file version type: docs weight: 100 url: /net/aspose.imaging.imageoptions/psdoptions/version/ @@ -18,7 +18,7 @@ public int Version { get; set; } The psd file version. -### Examples +## Examples This example shows how to save a PNG image to PSD format using various PSD-specific options. @@ -83,8 +83,8 @@ using (Aspose.Imaging.FileFormats.Png.PngImage pngImage = new Aspose.Imaging.Fil ### See Also -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/xmpdata/_index.md index 1580019d3aa1..77a7e748dd2f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdoptions/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: PsdOptions.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdOptions property. Get or set XMP data container type: docs weight: 110 url: /net/aspose.imaging.imageoptions/psdoptions/xmpdata/ @@ -16,9 +16,9 @@ public override XmpPacketWrapper XmpData { get; set; } ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [PsdOptions](../../psdoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdoptions) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [PsdOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/_index.md index 3b179211fba8..bce1a77c6b17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PsdVectorizationOptions +title: Class PsdVectorizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.PsdVectorizationOptions class. The vectorized PSD rasterization options type: docs weight: 10300 url: /net/aspose.imaging.imageoptions/psdvectorizationoptions/ @@ -18,17 +18,17 @@ public class PsdVectorizationOptions | Name | Description | | --- | --- | -| [PsdVectorizationOptions](psdvectorizationoptions)() | The default constructor. | +| [PsdVectorizationOptions](psdvectorizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [VectorDataCompositionMode](../../aspose.imaging.imageoptions/psdvectorizationoptions/vectordatacompositionmode) { get; set; } | Gets or sets the vector data composition mode. Defines the vector data composition mode that is used on export from vector formats to PSD. | +| [VectorDataCompositionMode](../../aspose.imaging.imageoptions/psdvectorizationoptions/vectordatacompositionmode/) { get; set; } | Gets or sets the vector data composition mode. Defines the vector data composition mode that is used on export from vector formats to PSD. | ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/psdvectorizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/psdvectorizationoptions/_index.md index 4dd6ce7f67c6..8b06e3d77805 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/psdvectorizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/psdvectorizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PsdVectorizationOptions +title: PsdVectorizationOptions.PsdVectorizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdVectorizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/psdvectorizationoptions/psdvectorizationoptions/ @@ -16,8 +16,8 @@ public PsdVectorizationOptions() ### See Also -* class [PsdVectorizationOptions](../../psdvectorizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdvectorizationoptions) +* class [PsdVectorizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdvectorizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/vectordatacompositionmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/vectordatacompositionmode/_index.md index 4e39b84aecf0..d951c8021e24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/vectordatacompositionmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/psdvectorizationoptions/vectordatacompositionmode/_index.md @@ -1,7 +1,7 @@ --- -title: VectorDataCompositionMode +title: PsdVectorizationOptions.VectorDataCompositionMode second_title: Aspose.Imaging for .NET API Reference -description: +description: PsdVectorizationOptions property. Gets or sets the vector data composition mode. Defines the vector data composition mode that is used on export from vector formats to PSD type: docs weight: 20 url: /net/aspose.imaging.imageoptions/psdvectorizationoptions/vectordatacompositionmode/ @@ -16,9 +16,9 @@ public VectorDataCompositionMode VectorDataCompositionMode { get; set; } ### See Also -* enum [VectorDataCompositionMode](../../../aspose.imaging.fileformats.psd/vectordatacompositionmode) -* class [PsdVectorizationOptions](../../psdvectorizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../psdvectorizationoptions) +* enum [VectorDataCompositionMode](../../../aspose.imaging.fileformats.psd/vectordatacompositionmode/) +* class [PsdVectorizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../psdvectorizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/_index.md index 1c5430fdd037..1605678a0517 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/_index.md @@ -1,7 +1,7 @@ --- -title: RdOptimizerSettings +title: Class RdOptimizerSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.RdOptimizerSettings class. RD optimizer settings class type: docs weight: 10310 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/ @@ -18,29 +18,29 @@ public class RdOptimizerSettings | Name | Description | | --- | --- | -| [RdOptimizerSettings](rdoptimizersettings)() | The default constructor. | +| [RdOptimizerSettings](rdoptimizersettings/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BppMax](../../aspose.imaging.imageoptions/rdoptimizersettings/bppmax) { get; set; } | Gets or sets the maximum R value for consideration in in bits per pixel | -| [BppScale](../../aspose.imaging.imageoptions/rdoptimizersettings/bppscale) { get; set; } | Gets or sets the BPP (bits per pixel) scale factor. | -| [DiscretizedBppMax](../../aspose.imaging.imageoptions/rdoptimizersettings/discretizedbppmax) { get; } | Gets the maximum R value for consideration. | -| [MaxPixelValue](../../aspose.imaging.imageoptions/rdoptimizersettings/maxpixelvalue) { get; } | Gets the maximum pixel value. | -| [MaxQ](../../aspose.imaging.imageoptions/rdoptimizersettings/maxq) { get; set; } | Gets or sets the maximum quantization value. | -| [MinQ](../../aspose.imaging.imageoptions/rdoptimizersettings/minq) { get; } | Gets the minimum allowed quantization value. | -| [PsnrMax](../../aspose.imaging.imageoptions/rdoptimizersettings/psnrmax) { get; } | Gets the PSNR maximum expected value. | +| [BppMax](../../aspose.imaging.imageoptions/rdoptimizersettings/bppmax/) { get; set; } | Gets or sets the maximum R value for consideration in in bits per pixel | +| [BppScale](../../aspose.imaging.imageoptions/rdoptimizersettings/bppscale/) { get; set; } | Gets or sets the BPP (bits per pixel) scale factor. | +| [DiscretizedBppMax](../../aspose.imaging.imageoptions/rdoptimizersettings/discretizedbppmax/) { get; } | Gets the maximum R value for consideration. | +| [MaxPixelValue](../../aspose.imaging.imageoptions/rdoptimizersettings/maxpixelvalue/) { get; } | Gets the maximum pixel value. | +| [MaxQ](../../aspose.imaging.imageoptions/rdoptimizersettings/maxq/) { get; set; } | Gets or sets the maximum quantization value. | +| [MinQ](../../aspose.imaging.imageoptions/rdoptimizersettings/minq/) { get; } | Gets the minimum allowed quantization value. | +| [PsnrMax](../../aspose.imaging.imageoptions/rdoptimizersettings/psnrmax/) { get; } | Gets the PSNR maximum expected value. | ## Methods | Name | Description | | --- | --- | -| static [Create](../../aspose.imaging.imageoptions/rdoptimizersettings/create)() | Creates this instance. | +| static [Create](../../aspose.imaging.imageoptions/rdoptimizersettings/create/)() | Creates this instance. | ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/bppmax/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/bppmax/_index.md index 71a149451859..7c406d78fdd9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/bppmax/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/bppmax/_index.md @@ -1,7 +1,7 @@ --- -title: BppMax +title: RdOptimizerSettings.BppMax second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings property. Gets or sets the maximum R value for consideration in in bits per pixel type: docs weight: 30 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/bppmax/ @@ -20,8 +20,8 @@ The maximum R value for consideration in bits per pixel. ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/bppscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/bppscale/_index.md index b0b1d6913162..842000c87137 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/bppscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/bppscale/_index.md @@ -1,7 +1,7 @@ --- -title: BppScale +title: RdOptimizerSettings.BppScale second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings property. Gets or sets the BPP bits per pixel scale factor type: docs weight: 40 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/bppscale/ @@ -20,8 +20,8 @@ The BPP scale. ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/create/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/create/_index.md index 42960adef8b7..466848851586 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/create/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/create/_index.md @@ -1,7 +1,7 @@ --- -title: Create +title: RdOptimizerSettings.Create second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings method. Creates this instance type: docs weight: 20 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/create/ @@ -20,8 +20,8 @@ returns RDOptimizerSettings class instance ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/discretizedbppmax/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/discretizedbppmax/_index.md index 84c2c80f4871..7eb65a76d1a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/discretizedbppmax/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/discretizedbppmax/_index.md @@ -1,7 +1,7 @@ --- -title: DiscretizedBppMax +title: RdOptimizerSettings.DiscretizedBppMax second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings property. Gets the maximum R value for consideration type: docs weight: 50 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/discretizedbppmax/ @@ -20,8 +20,8 @@ The maximum R value for consideration. ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/maxpixelvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/maxpixelvalue/_index.md index f690723f4d20..3b8c8e9b9981 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/maxpixelvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/maxpixelvalue/_index.md @@ -1,7 +1,7 @@ --- -title: MaxPixelValue +title: RdOptimizerSettings.MaxPixelValue second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings property. Gets the maximum pixel value type: docs weight: 60 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/maxpixelvalue/ @@ -20,8 +20,8 @@ The maximum maximum pixel value. ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/maxq/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/maxq/_index.md index 3016ec79c0ad..9d78520145b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/maxq/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/maxq/_index.md @@ -1,7 +1,7 @@ --- -title: MaxQ +title: RdOptimizerSettings.MaxQ second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings property. Gets or sets the maximum quantization value type: docs weight: 70 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/maxq/ @@ -20,8 +20,8 @@ The maximum quantization value. ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/minq/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/minq/_index.md index c2b38950870a..3ea0b85db31a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/minq/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/minq/_index.md @@ -1,7 +1,7 @@ --- -title: MinQ +title: RdOptimizerSettings.MinQ second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings property. Gets the minimum allowed quantization value type: docs weight: 80 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/minq/ @@ -20,8 +20,8 @@ The minimum minimum allowed quantization value. ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/psnrmax/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/psnrmax/_index.md index 9110e273f8fc..7b84f2ca37d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/psnrmax/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/psnrmax/_index.md @@ -1,7 +1,7 @@ --- -title: PsnrMax +title: RdOptimizerSettings.PsnrMax second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings property. Gets the PSNR maximum expected value type: docs weight: 90 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/psnrmax/ @@ -20,8 +20,8 @@ The maximum maximum pixel value. ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/rdoptimizersettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/rdoptimizersettings/_index.md index 7ac8183485d6..65d5cb01b645 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/rdoptimizersettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rdoptimizersettings/rdoptimizersettings/_index.md @@ -1,7 +1,7 @@ --- -title: RdOptimizerSettings +title: RdOptimizerSettings.RdOptimizerSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: RdOptimizerSettings constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/rdoptimizersettings/rdoptimizersettings/ @@ -16,8 +16,8 @@ public RdOptimizerSettings() ### See Also -* class [RdOptimizerSettings](../../rdoptimizersettings) -* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings) +* class [RdOptimizerSettings](../) +* namespace [Aspose.Imaging.ImageOptions](../../rdoptimizersettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rendererrorcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rendererrorcode/_index.md index 0d0c41d675c6..a03a80fb9237 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rendererrorcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/rendererrorcode/_index.md @@ -1,7 +1,7 @@ --- -title: RenderErrorCode +title: Enum RenderErrorCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.RenderErrorCode enum. Represents possible missing sections in CAD file type: docs weight: 10320 url: /net/aspose.imaging.imageoptions/rendererrorcode/ @@ -26,7 +26,7 @@ public enum RenderErrorCode ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/_index.md index 2fee6d3b4248..e225a67b276a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/_index.md @@ -1,7 +1,7 @@ --- -title: RenderResult +title: Class RenderResult second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.RenderResult class. Represents information with results of rendering type: docs weight: 10330 url: /net/aspose.imaging.imageoptions/renderresult/ @@ -18,18 +18,18 @@ public class RenderResult | Name | Description | | --- | --- | -| [RenderResult](renderresult)() | The default constructor. | +| [RenderResult](renderresult/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Message](../../aspose.imaging.imageoptions/renderresult/message) { get; set; } | Gets or sets string message | -| [RenderCode](../../aspose.imaging.imageoptions/renderresult/rendercode) { get; set; } | Gets or sets code of error | +| [Message](../../aspose.imaging.imageoptions/renderresult/message/) { get; set; } | Gets or sets string message | +| [RenderCode](../../aspose.imaging.imageoptions/renderresult/rendercode/) { get; set; } | Gets or sets code of error | ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/message/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/message/_index.md index c97b63cd525a..8b2c1acd233b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/message/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/message/_index.md @@ -1,7 +1,7 @@ --- -title: Message +title: RenderResult.Message second_title: Aspose.Imaging for .NET API Reference -description: +description: RenderResult property. Gets or sets string message type: docs weight: 20 url: /net/aspose.imaging.imageoptions/renderresult/message/ @@ -16,8 +16,8 @@ public string Message { get; set; } ### See Also -* class [RenderResult](../../renderresult) -* namespace [Aspose.Imaging.ImageOptions](../../renderresult) +* class [RenderResult](../) +* namespace [Aspose.Imaging.ImageOptions](../../renderresult/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/rendercode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/rendercode/_index.md index 5a010960e856..a5e0df2452b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/rendercode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/rendercode/_index.md @@ -1,7 +1,7 @@ --- -title: RenderCode +title: RenderResult.RenderCode second_title: Aspose.Imaging for .NET API Reference -description: +description: RenderResult property. Gets or sets code of error type: docs weight: 30 url: /net/aspose.imaging.imageoptions/renderresult/rendercode/ @@ -16,9 +16,9 @@ public RenderErrorCode RenderCode { get; set; } ### See Also -* enum [RenderErrorCode](../../rendererrorcode) -* class [RenderResult](../../renderresult) -* namespace [Aspose.Imaging.ImageOptions](../../renderresult) +* enum [RenderErrorCode](../../rendererrorcode/) +* class [RenderResult](../) +* namespace [Aspose.Imaging.ImageOptions](../../renderresult/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/renderresult/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/renderresult/_index.md index 3b1524a4b0ab..df6ca4c0b404 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/renderresult/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/renderresult/renderresult/_index.md @@ -1,7 +1,7 @@ --- -title: RenderResult +title: RenderResult.RenderResult second_title: Aspose.Imaging for .NET API Reference -description: +description: RenderResult constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/renderresult/renderresult/ @@ -16,8 +16,8 @@ public RenderResult() ### See Also -* class [RenderResult](../../renderresult) -* namespace [Aspose.Imaging.ImageOptions](../../renderresult) +* class [RenderResult](../) +* namespace [Aspose.Imaging.ImageOptions](../../renderresult/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/_index.md index 0011fbdf68e7..3b49d1056902 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/_index.md @@ -1,7 +1,7 @@ --- -title: SvgOptions +title: Class SvgOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.SvgOptions class. Create Scalar Vector Graphics SVG image files with our API utilizing versatile options for color types and compression levels. Seamlessly customize your SVG images with precision ensuring optimal quality and compatibility for your design needs type: docs weight: 10340 url: /net/aspose.imaging.imageoptions/svgoptions/ @@ -18,35 +18,35 @@ public class SvgOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [SvgOptions](svgoptions)() | The default constructor. | +| [SvgOptions](svgoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Callback](../../aspose.imaging.imageoptions/svgoptions/callback) { get; set; } | Gets or sets the storing strategy for embedded resousces of [`SvgImage`](../../aspose.imaging.fileformats.svg/svgimage) such as fonts, nested rasters. | -| [ColorType](../../aspose.imaging.imageoptions/svgoptions/colortype) { get; set; } | Gets or sets the color type for SVG image. | -| [Compress](../../aspose.imaging.imageoptions/svgoptions/compress) { get; set; } | Gets or sets a value indicating whether the output image must to be compressed. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextAsShapes](../../aspose.imaging.imageoptions/svgoptions/textasshapes) { get; set; } | Gets or sets a value indicating whether text must be rendered as shapes. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Callback](../../aspose.imaging.imageoptions/svgoptions/callback/) { get; set; } | Gets or sets the storing strategy for embedded resousces of [`SvgImage`](../../aspose.imaging.fileformats.svg/svgimage/) such as fonts, nested rasters. | +| [ColorType](../../aspose.imaging.imageoptions/svgoptions/colortype/) { get; set; } | Gets or sets the color type for SVG image. | +| [Compress](../../aspose.imaging.imageoptions/svgoptions/compress/) { get; set; } | Gets or sets a value indicating whether the output image must to be compressed. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextAsShapes](../../aspose.imaging.imageoptions/svgoptions/textasshapes/) { get; set; } | Gets or sets a value indicating whether text must be rendered as shapes. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples The following example shows how to convert a svgz images to svg fromat @@ -115,8 +115,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/callback/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/callback/_index.md index 62d6151f3dfd..f64cffe88186 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/callback/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/callback/_index.md @@ -1,14 +1,14 @@ --- -title: Callback +title: SvgOptions.Callback second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgOptions property. Gets or sets the storing strategy for embedded resousces of SvgImage such as fonts nested rasters type: docs weight: 20 url: /net/aspose.imaging.imageoptions/svgoptions/callback/ --- ## SvgOptions.Callback property -Gets or sets the storing strategy for embedded resousces of [`SvgImage`](../../../aspose.imaging.fileformats.svg/svgimage) such as fonts, nested rasters. +Gets or sets the storing strategy for embedded resousces of [`SvgImage`](../../../aspose.imaging.fileformats.svg/svgimage/) such as fonts, nested rasters. ```csharp public ISvgResourceKeeperCallback Callback { get; set; } @@ -16,9 +16,9 @@ public ISvgResourceKeeperCallback Callback { get; set; } ### See Also -* interface [ISvgResourceKeeperCallback](../../../aspose.imaging.fileformats.svg/isvgresourcekeepercallback) -* class [SvgOptions](../../svgoptions) -* namespace [Aspose.Imaging.ImageOptions](../../svgoptions) +* interface [ISvgResourceKeeperCallback](../../../aspose.imaging.fileformats.svg/isvgresourcekeepercallback/) +* class [SvgOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../svgoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/colortype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/colortype/_index.md index 3a9d52d79145..399e0b8d7ad3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/colortype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/colortype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorType +title: SvgOptions.ColorType second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgOptions property. Gets or sets the color type for SVG image type: docs weight: 30 url: /net/aspose.imaging.imageoptions/svgoptions/colortype/ @@ -20,9 +20,9 @@ The type of the color of SVG image. ### See Also -* enum [SvgColorMode](../../../aspose.imaging.fileformats.svg/svgcolormode) -* class [SvgOptions](../../svgoptions) -* namespace [Aspose.Imaging.ImageOptions](../../svgoptions) +* enum [SvgColorMode](../../../aspose.imaging.fileformats.svg/svgcolormode/) +* class [SvgOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../svgoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/compress/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/compress/_index.md index 43efca3f2d05..e30684afc274 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/compress/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/compress/_index.md @@ -1,7 +1,7 @@ --- -title: Compress +title: SvgOptions.Compress second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgOptions property. Gets or sets a value indicating whether the output image must to be compressed type: docs weight: 40 url: /net/aspose.imaging.imageoptions/svgoptions/compress/ @@ -18,7 +18,7 @@ public bool Compress { get; set; } `true` if compressed; otherwise, `false`. -### Examples +## Examples The following example shows how to convert a svg images to svgz fromat @@ -38,8 +38,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFile)) ### See Also -* class [SvgOptions](../../svgoptions) -* namespace [Aspose.Imaging.ImageOptions](../../svgoptions) +* class [SvgOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../svgoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/svgoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/svgoptions/_index.md index ca1b43dedda9..47e0c47f5c45 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/svgoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/svgoptions/_index.md @@ -1,7 +1,7 @@ --- -title: SvgOptions +title: SvgOptions.SvgOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/svgoptions/svgoptions/ @@ -16,8 +16,8 @@ public SvgOptions() ### See Also -* class [SvgOptions](../../svgoptions) -* namespace [Aspose.Imaging.ImageOptions](../../svgoptions) +* class [SvgOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../svgoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/textasshapes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/textasshapes/_index.md index bce88b8a720e..4f9bc33a9116 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/textasshapes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgoptions/textasshapes/_index.md @@ -1,7 +1,7 @@ --- -title: TextAsShapes +title: SvgOptions.TextAsShapes second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgOptions property. Gets or sets a value indicating whether text must be rendered as shapes type: docs weight: 50 url: /net/aspose.imaging.imageoptions/svgoptions/textasshapes/ @@ -18,7 +18,7 @@ public bool TextAsShapes { get; set; } `true` if all text is turned into SVG shapes in the convertion; otherwise, `false`. -### Examples +## Examples This example shows how to load a WMF image from a file and convert it to SVG using WmfRasterizationOptions. @@ -92,8 +92,8 @@ using (Aspose.Imaging.FileFormats.Emf.EmfImage emfImage = (Aspose.Imaging.FileFo ### See Also -* class [SvgOptions](../../svgoptions) -* namespace [Aspose.Imaging.ImageOptions](../../svgoptions) +* class [SvgOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../svgoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/_index.md index d133e462de6b..48b3d7dc9204 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: SvgRasterizationOptions +title: Class SvgRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.SvgRasterizationOptions class. The SVG rasterization options type: docs weight: 10350 url: /net/aspose.imaging.imageoptions/svgrasterizationoptions/ @@ -18,49 +18,49 @@ public class SvgRasterizationOptions : VectorRasterizationOptions | Name | Description | | --- | --- | -| [SvgRasterizationOptions](svgrasterizationoptions)() | The default constructor. | +| [SvgRasterizationOptions](svgrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [ScaleX](../../aspose.imaging.imageoptions/svgrasterizationoptions/scalex) { get; set; } | Gets or sets the scale x. | -| [ScaleY](../../aspose.imaging.imageoptions/svgrasterizationoptions/scaley) { get; set; } | Gets or sets the scale y. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [ScaleX](../../aspose.imaging.imageoptions/svgrasterizationoptions/scalex/) { get; set; } | Gets or sets the scale x. | +| [ScaleY](../../aspose.imaging.imageoptions/svgrasterizationoptions/scaley/) { get; set; } | Gets or sets the scale y. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [VectorRasterizationOptions](../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [VectorRasterizationOptions](../vectorrasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/scalex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/scalex/_index.md index 22cb6c8a21e1..52ee1ddbdae7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/scalex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/scalex/_index.md @@ -1,7 +1,7 @@ --- -title: ScaleX +title: SvgRasterizationOptions.ScaleX second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgRasterizationOptions property. Gets or sets the scale x type: docs weight: 20 url: /net/aspose.imaging.imageoptions/svgrasterizationoptions/scalex/ @@ -18,7 +18,7 @@ public float ScaleX { get; set; } The scale x. -### Examples +## Examples This example shows how to load an SVG image from a file and rasterize it to PNG using various options. @@ -59,8 +59,8 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = (Aspose.Imaging.FileFo ### See Also -* class [SvgRasterizationOptions](../../svgrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../svgrasterizationoptions) +* class [SvgRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../svgrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/scaley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/scaley/_index.md index 0c221811f69e..7d6926ba8dc3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/scaley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/scaley/_index.md @@ -1,7 +1,7 @@ --- -title: ScaleY +title: SvgRasterizationOptions.ScaleY second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgRasterizationOptions property. Gets or sets the scale y type: docs weight: 30 url: /net/aspose.imaging.imageoptions/svgrasterizationoptions/scaley/ @@ -18,7 +18,7 @@ public float ScaleY { get; set; } The scale y. -### Examples +## Examples This example shows how to load an SVG image from a file and rasterize it to PNG using various options. @@ -59,8 +59,8 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = (Aspose.Imaging.FileFo ### See Also -* class [SvgRasterizationOptions](../../svgrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../svgrasterizationoptions) +* class [SvgRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../svgrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/svgrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/svgrasterizationoptions/_index.md index efc92e80d6dd..a7a5d5cb4825 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/svgrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/svgrasterizationoptions/svgrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: SvgRasterizationOptions +title: SvgRasterizationOptions.SvgRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: SvgRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/svgrasterizationoptions/svgrasterizationoptions/ @@ -16,8 +16,8 @@ public SvgRasterizationOptions() ### See Also -* class [SvgRasterizationOptions](../../svgrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../svgrasterizationoptions) +* class [SvgRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../svgrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tgaoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tgaoptions/_index.md index d357d58ec876..40643d4574df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tgaoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tgaoptions/_index.md @@ -1,7 +1,7 @@ --- -title: TgaOptions +title: Class TgaOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.TgaOptions class. The TGA file format create options type: docs weight: 10360 url: /net/aspose.imaging.imageoptions/tgaoptions/ @@ -18,32 +18,32 @@ public class TgaOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [TgaOptions](tgaoptions)() | Initializes a new instance of the [`TgaOptions`](../tgaoptions) class. | -| [TgaOptions](tgaoptions)(TgaOptions) | Initializes a new instance of the [`TgaOptions`](../tgaoptions) class. | +| [TgaOptions](tgaoptions/#constructor)() | Initializes a new instance of the `TgaOptions` class. | +| [TgaOptions](tgaoptions/#constructor_1)(TgaOptions) | Initializes a new instance of the `TgaOptions` class. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples Saving of the JPG image as a TGA image. @@ -58,8 +58,8 @@ using (RasterImage image = (JpegImage)Image.Load("test.jpg")) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tgaoptions/tgaoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tgaoptions/tgaoptions/_index.md index 0c4b8e3415d2..079556c59b07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tgaoptions/tgaoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tgaoptions/tgaoptions/_index.md @@ -1,20 +1,20 @@ --- -title: TgaOptions +title: TgaOptions.TgaOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: TgaOptions constructor. Initializes a new instance of the TgaOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/tgaoptions/tgaoptions/ --- -## TgaOptions constructor (1 of 2) +## TgaOptions() {#constructor} -Initializes a new instance of the [`TgaOptions`](../../tgaoptions) class. +Initializes a new instance of the [`TgaOptions`](../) class. ```csharp public TgaOptions() ``` -### Examples +## Examples Saving of the JPG image as a TGA image. @@ -29,15 +29,15 @@ using (RasterImage image = (JpegImage)Image.Load("test.jpg")) ### See Also -* class [TgaOptions](../../tgaoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tgaoptions) +* class [TgaOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tgaoptions/) * assembly [Aspose.Imaging](../../../) --- -## TgaOptions constructor (2 of 2) +## TgaOptions(TgaOptions) {#constructor_1} -Initializes a new instance of the [`TgaOptions`](../../tgaoptions) class. +Initializes a new instance of the [`TgaOptions`](../) class. ```csharp public TgaOptions(TgaOptions tgaOptions) @@ -49,8 +49,8 @@ public TgaOptions(TgaOptions tgaOptions) ### See Also -* class [TgaOptions](../../tgaoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tgaoptions) +* class [TgaOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tgaoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/_index.md index 1326ff186a8c..3c2615073ce7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/_index.md @@ -1,7 +1,7 @@ --- -title: TiffOptions +title: Class TiffOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.TiffOptions class. The tiff file format options. Note that width and height tags will get overwritten on image creation by width and height parameters so there is no need to specify them directly. Note that many options return a default value but that does not mean that this option is set explicitly as a tag value. To verify the tag is present use Tags property or the corresponding IsTagPresent method type: docs weight: 10370 url: /net/aspose.imaging.imageoptions/tiffoptions/ @@ -18,110 +18,110 @@ public class TiffOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [TiffOptions](tiffoptions)(TiffDataType[]) | Initializes a new instance of the [`TiffOptions`](../tiffoptions) class. | -| [TiffOptions](tiffoptions)(TiffExpectedFormat) | Initializes a new instance of the [`TiffOptions`](../tiffoptions) class. By default little endian convention is used. | -| [TiffOptions](tiffoptions)(TiffOptions) | Initializes a new instance of the [`TiffOptions`](../tiffoptions) class. | -| [TiffOptions](tiffoptions)(TiffExpectedFormat, TiffByteOrder) | Initializes a new instance of the [`TiffOptions`](../tiffoptions) class. | +| [TiffOptions](tiffoptions/#constructor_2)(TiffDataType[]) | Initializes a new instance of the `TiffOptions` class. | +| [TiffOptions](tiffoptions/#constructor)(TiffExpectedFormat) | Initializes a new instance of the `TiffOptions` class. By default little endian convention is used. | +| [TiffOptions](tiffoptions/#constructor_3)(TiffOptions) | Initializes a new instance of the `TiffOptions` class. | +| [TiffOptions](tiffoptions/#constructor_1)(TiffExpectedFormat, TiffByteOrder) | Initializes a new instance of the `TiffOptions` class. | ## Properties | Name | Description | | --- | --- | -| [AlphaStorage](../../aspose.imaging.imageoptions/tiffoptions/alphastorage) { get; set; } | Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 [`SamplesPerPixel`](./samplesperpixel) defined. | -| [Artist](../../aspose.imaging.imageoptions/tiffoptions/artist) { get; set; } | Gets or sets the artist. | -| [BitsPerPixel](../../aspose.imaging.imageoptions/tiffoptions/bitsperpixel) { get; } | Gets the bits per pixel. | -| [BitsPerSample](../../aspose.imaging.imageoptions/tiffoptions/bitspersample) { get; set; } | Gets or sets the bits per sample. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [ByteOrder](../../aspose.imaging.imageoptions/tiffoptions/byteorder) { get; set; } | Gets or sets a value indicating the tiff byte order. | -| [ColorMap](../../aspose.imaging.imageoptions/tiffoptions/colormap) { get; set; } | Gets or sets the color map. | -| [CompressedQuality](../../aspose.imaging.imageoptions/tiffoptions/compressedquality) { get; set; } | Gets or sets compressed image quality. Used with the Jpeg compression. | -| [Compression](../../aspose.imaging.imageoptions/tiffoptions/compression) { get; set; } | Gets or sets the compression. | -| [Copyright](../../aspose.imaging.imageoptions/tiffoptions/copyright) { get; set; } | Gets or sets the copyright. | -| [DateTime](../../aspose.imaging.imageoptions/tiffoptions/datetime) { get; set; } | Gets or sets the date and time. | -| [DisableIccExport](../../aspose.imaging.imageoptions/tiffoptions/disableiccexport) { get; set; } | Gets or sets a value indicating whether ICC profile export is disabled (ICC profile is applied to the source pixels beforehand). | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DocumentName](../../aspose.imaging.imageoptions/tiffoptions/documentname) { get; set; } | Gets or sets the name of the document. | -| [ExifIfd](../../aspose.imaging.imageoptions/tiffoptions/exififd) { get; } | Gets or sets the pointer to EXIF IFD. | -| [ExtraSamples](../../aspose.imaging.imageoptions/tiffoptions/extrasamples) { get; } | Gets the extra samples values. | -| [FaxT4Options](../../aspose.imaging.imageoptions/tiffoptions/faxt4options) { get; set; } | Gets or sets the fax t4 options. | -| [FileStandard](../../aspose.imaging.imageoptions/tiffoptions/filestandard) { get; set; } | Gets or sets the TIFF file standard. | -| [FillOrder](../../aspose.imaging.imageoptions/tiffoptions/fillorder) { get; set; } | Gets or sets the byte bits fill order. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [HalfToneHints](../../aspose.imaging.imageoptions/tiffoptions/halftonehints) { get; set; } | Gets or sets the halftone hints. | -| [IccProfile](../../aspose.imaging.imageoptions/tiffoptions/iccprofile) { get; set; } | Gets or sets the Icc profile stream. | -| [ImageDescription](../../aspose.imaging.imageoptions/tiffoptions/imagedescription) { get; set; } | Gets or sets the image description. | -| [ImageLength](../../aspose.imaging.imageoptions/tiffoptions/imagelength) { get; set; } | Gets or sets the image length. | -| [ImageWidth](../../aspose.imaging.imageoptions/tiffoptions/imagewidth) { get; set; } | Gets or sets the image width. | -| [InkNames](../../aspose.imaging.imageoptions/tiffoptions/inknames) { get; set; } | Gets or sets the ink names. | -| [IsExtraSamplesPresent](../../aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent) { get; } | Gets a value indicating whether the extra samples is present. | -| [IsTiled](../../aspose.imaging.imageoptions/tiffoptions/istiled) { get; } | Gets a value indicating whether image is tiled. | -| [IsValid](../../aspose.imaging.imageoptions/tiffoptions/isvalid) { get; } | Gets a value indicating whether the [`TiffOptions`](../tiffoptions) have been properly configured. Use Validate method as to find the failure reason. | -| [MaxSampleValue](../../aspose.imaging.imageoptions/tiffoptions/maxsamplevalue) { get; set; } | Gets or sets the max sample value. | -| [MinSampleValue](../../aspose.imaging.imageoptions/tiffoptions/minsamplevalue) { get; set; } | Gets or sets the min sample value. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [Orientation](../../aspose.imaging.imageoptions/tiffoptions/orientation) { get; set; } | Gets or sets the orientation. | -| [PageName](../../aspose.imaging.imageoptions/tiffoptions/pagename) { get; set; } | Gets or sets the page name. | -| [PageNumber](../../aspose.imaging.imageoptions/tiffoptions/pagenumber) { get; set; } | Gets or sets the page number tag. | -| override [Palette](../../aspose.imaging.imageoptions/tiffoptions/palette) { get; set; } | Gets or sets the color palette. | -| [Photometric](../../aspose.imaging.imageoptions/tiffoptions/photometric) { get; set; } | Gets or sets the photometric. | -| [PlanarConfiguration](../../aspose.imaging.imageoptions/tiffoptions/planarconfiguration) { get; set; } | Gets or sets the planar configuration. | -| [Predictor](../../aspose.imaging.imageoptions/tiffoptions/predictor) { get; set; } | Gets or sets the predictor for LZW compression. | -| [PremultiplyComponents](../../aspose.imaging.imageoptions/tiffoptions/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether components must be premultiplied. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| override [ResolutionSettings](../../aspose.imaging.imageoptions/tiffoptions/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [ResolutionUnit](../../aspose.imaging.imageoptions/tiffoptions/resolutionunit) { get; set; } | Gets or sets the resolution unit. | -| [RowsPerStrip](../../aspose.imaging.imageoptions/tiffoptions/rowsperstrip) { get; set; } | Gets or sets the rows per strip. | -| [SampleFormat](../../aspose.imaging.imageoptions/tiffoptions/sampleformat) { get; set; } | Gets or sets the sample format. | -| [SamplesPerPixel](../../aspose.imaging.imageoptions/tiffoptions/samplesperpixel) { get; } | Gets the samples per pixel. To change this property value use the [`BitsPerSample`](./bitspersample) property setter. | -| [ScannerManufacturer](../../aspose.imaging.imageoptions/tiffoptions/scannermanufacturer) { get; set; } | Gets or sets the scanner manufacturer. | -| [ScannerModel](../../aspose.imaging.imageoptions/tiffoptions/scannermodel) { get; set; } | Gets or sets the scanner model. | -| [SmaxSampleValue](../../aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue) { get; set; } | Gets or sets the max sample value. The value has a field type which best matches the sample data (Byte, Short or Long type). | -| [SminSampleValue](../../aspose.imaging.imageoptions/tiffoptions/sminsamplevalue) { get; set; } | Gets or sets the min sample value. The value has a field type which best matches the sample data (Byte, Short or Long type). | -| [SoftwareType](../../aspose.imaging.imageoptions/tiffoptions/softwaretype) { get; set; } | Gets or sets the software type. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [StripByteCounts](../../aspose.imaging.imageoptions/tiffoptions/stripbytecounts) { get; set; } | Gets or sets the strip byte counts. | -| [StripOffsets](../../aspose.imaging.imageoptions/tiffoptions/stripoffsets) { get; set; } | Gets or sets the strip offsets. | -| [SubFileType](../../aspose.imaging.imageoptions/tiffoptions/subfiletype) { get; set; } | Gets or sets a general indication of the kind of data contained in this subfile. | -| [TagCount](../../aspose.imaging.imageoptions/tiffoptions/tagcount) { get; } | Gets the tag count. | -| [Tags](../../aspose.imaging.imageoptions/tiffoptions/tags) { get; set; } | Gets or sets the tags. | -| [TargetPrinter](../../aspose.imaging.imageoptions/tiffoptions/targetprinter) { get; set; } | Gets or sets the target printer. | -| [Threshholding](../../aspose.imaging.imageoptions/tiffoptions/threshholding) { get; set; } | Gets or sets the threshholding. | -| [TileByteCounts](../../aspose.imaging.imageoptions/tiffoptions/tilebytecounts) { get; set; } | Gets or sets the tile byte counts. | -| [TileLength](../../aspose.imaging.imageoptions/tiffoptions/tilelength) { get; set; } | Gets ot sets tile length. | -| [TileOffsets](../../aspose.imaging.imageoptions/tiffoptions/tileoffsets) { get; set; } | Gets or sets the tile offsets. | -| [TileWidth](../../aspose.imaging.imageoptions/tiffoptions/tilewidth) { get; set; } | Gets ot sets tile width. | -| [TotalPages](../../aspose.imaging.imageoptions/tiffoptions/totalpages) { get; } | Gets the total pages. | -| [ValidTagCount](../../aspose.imaging.imageoptions/tiffoptions/validtagcount) { get; } | Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| override [XmpData](../../aspose.imaging.imageoptions/tiffoptions/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | -| [XPAuthor](../../aspose.imaging.imageoptions/tiffoptions/xpauthor) { get; set; } | Gets or sets image author, which used by Windows Explorer. | -| [XPComment](../../aspose.imaging.imageoptions/tiffoptions/xpcomment) { get; set; } | Gets or sets comment on image, which used by Windows Explorer. | -| [XPKeywords](../../aspose.imaging.imageoptions/tiffoptions/xpkeywords) { get; set; } | Gets or sets subject image, which used by Windows Explorer. | -| [Xposition](../../aspose.imaging.imageoptions/tiffoptions/xposition) { get; set; } | Gets or sets the x position. | -| [XPSubject](../../aspose.imaging.imageoptions/tiffoptions/xpsubject) { get; set; } | Gets or sets information about image, which used by Windows Explorer. | -| [XPTitle](../../aspose.imaging.imageoptions/tiffoptions/xptitle) { get; set; } | Gets or sets information about image, which used by Windows Explorer. | -| [Xresolution](../../aspose.imaging.imageoptions/tiffoptions/xresolution) { get; set; } | Gets or sets the x resolution. | -| [YCbCrCoefficients](../../aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients) { get; set; } | Gets or sets the YCbCrCoefficients. | -| [YCbCrSubsampling](../../aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling) { get; set; } | Gets or sets the subsampling factors for YCbCr photometric. | -| [Yposition](../../aspose.imaging.imageoptions/tiffoptions/yposition) { get; set; } | Gets or sets the y position. | -| [Yresolution](../../aspose.imaging.imageoptions/tiffoptions/yresolution) { get; set; } | Gets or sets the y resolution. | +| [AlphaStorage](../../aspose.imaging.imageoptions/tiffoptions/alphastorage/) { get; set; } | Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 [`SamplesPerPixel`](./samplesperpixel/) defined. | +| [Artist](../../aspose.imaging.imageoptions/tiffoptions/artist/) { get; set; } | Gets or sets the artist. | +| [BitsPerPixel](../../aspose.imaging.imageoptions/tiffoptions/bitsperpixel/) { get; } | Gets the bits per pixel. | +| [BitsPerSample](../../aspose.imaging.imageoptions/tiffoptions/bitspersample/) { get; set; } | Gets or sets the bits per sample. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ByteOrder](../../aspose.imaging.imageoptions/tiffoptions/byteorder/) { get; set; } | Gets or sets a value indicating the tiff byte order. | +| [ColorMap](../../aspose.imaging.imageoptions/tiffoptions/colormap/) { get; set; } | Gets or sets the color map. | +| [CompressedQuality](../../aspose.imaging.imageoptions/tiffoptions/compressedquality/) { get; set; } | Gets or sets compressed image quality. Used with the Jpeg compression. | +| [Compression](../../aspose.imaging.imageoptions/tiffoptions/compression/) { get; set; } | Gets or sets the compression. | +| [Copyright](../../aspose.imaging.imageoptions/tiffoptions/copyright/) { get; set; } | Gets or sets the copyright. | +| [DateTime](../../aspose.imaging.imageoptions/tiffoptions/datetime/) { get; set; } | Gets or sets the date and time. | +| [DisableIccExport](../../aspose.imaging.imageoptions/tiffoptions/disableiccexport/) { get; set; } | Gets or sets a value indicating whether ICC profile export is disabled (ICC profile is applied to the source pixels beforehand). | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DocumentName](../../aspose.imaging.imageoptions/tiffoptions/documentname/) { get; set; } | Gets or sets the name of the document. | +| [ExifIfd](../../aspose.imaging.imageoptions/tiffoptions/exififd/) { get; } | Gets or sets the pointer to EXIF IFD. | +| [ExtraSamples](../../aspose.imaging.imageoptions/tiffoptions/extrasamples/) { get; } | Gets the extra samples values. | +| [FaxT4Options](../../aspose.imaging.imageoptions/tiffoptions/faxt4options/) { get; set; } | Gets or sets the fax t4 options. | +| [FileStandard](../../aspose.imaging.imageoptions/tiffoptions/filestandard/) { get; set; } | Gets or sets the TIFF file standard. | +| [FillOrder](../../aspose.imaging.imageoptions/tiffoptions/fillorder/) { get; set; } | Gets or sets the byte bits fill order. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [HalfToneHints](../../aspose.imaging.imageoptions/tiffoptions/halftonehints/) { get; set; } | Gets or sets the halftone hints. | +| [IccProfile](../../aspose.imaging.imageoptions/tiffoptions/iccprofile/) { get; set; } | Gets or sets the Icc profile stream. | +| [ImageDescription](../../aspose.imaging.imageoptions/tiffoptions/imagedescription/) { get; set; } | Gets or sets the image description. | +| [ImageLength](../../aspose.imaging.imageoptions/tiffoptions/imagelength/) { get; set; } | Gets or sets the image length. | +| [ImageWidth](../../aspose.imaging.imageoptions/tiffoptions/imagewidth/) { get; set; } | Gets or sets the image width. | +| [InkNames](../../aspose.imaging.imageoptions/tiffoptions/inknames/) { get; set; } | Gets or sets the ink names. | +| [IsExtraSamplesPresent](../../aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent/) { get; } | Gets a value indicating whether the extra samples is present. | +| [IsTiled](../../aspose.imaging.imageoptions/tiffoptions/istiled/) { get; } | Gets a value indicating whether image is tiled. | +| [IsValid](../../aspose.imaging.imageoptions/tiffoptions/isvalid/) { get; } | Gets a value indicating whether the `TiffOptions` have been properly configured. Use Validate method as to find the failure reason. | +| [MaxSampleValue](../../aspose.imaging.imageoptions/tiffoptions/maxsamplevalue/) { get; set; } | Gets or sets the max sample value. | +| [MinSampleValue](../../aspose.imaging.imageoptions/tiffoptions/minsamplevalue/) { get; set; } | Gets or sets the min sample value. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [Orientation](../../aspose.imaging.imageoptions/tiffoptions/orientation/) { get; set; } | Gets or sets the orientation. | +| [PageName](../../aspose.imaging.imageoptions/tiffoptions/pagename/) { get; set; } | Gets or sets the page name. | +| [PageNumber](../../aspose.imaging.imageoptions/tiffoptions/pagenumber/) { get; set; } | Gets or sets the page number tag. | +| override [Palette](../../aspose.imaging.imageoptions/tiffoptions/palette/) { get; set; } | Gets or sets the color palette. | +| [Photometric](../../aspose.imaging.imageoptions/tiffoptions/photometric/) { get; set; } | Gets or sets the photometric. | +| [PlanarConfiguration](../../aspose.imaging.imageoptions/tiffoptions/planarconfiguration/) { get; set; } | Gets or sets the planar configuration. | +| [Predictor](../../aspose.imaging.imageoptions/tiffoptions/predictor/) { get; set; } | Gets or sets the predictor for LZW compression. | +| [PremultiplyComponents](../../aspose.imaging.imageoptions/tiffoptions/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether components must be premultiplied. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| override [ResolutionSettings](../../aspose.imaging.imageoptions/tiffoptions/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [ResolutionUnit](../../aspose.imaging.imageoptions/tiffoptions/resolutionunit/) { get; set; } | Gets or sets the resolution unit. | +| [RowsPerStrip](../../aspose.imaging.imageoptions/tiffoptions/rowsperstrip/) { get; set; } | Gets or sets the rows per strip. | +| [SampleFormat](../../aspose.imaging.imageoptions/tiffoptions/sampleformat/) { get; set; } | Gets or sets the sample format. | +| [SamplesPerPixel](../../aspose.imaging.imageoptions/tiffoptions/samplesperpixel/) { get; } | Gets the samples per pixel. To change this property value use the [`BitsPerSample`](./bitspersample/) property setter. | +| [ScannerManufacturer](../../aspose.imaging.imageoptions/tiffoptions/scannermanufacturer/) { get; set; } | Gets or sets the scanner manufacturer. | +| [ScannerModel](../../aspose.imaging.imageoptions/tiffoptions/scannermodel/) { get; set; } | Gets or sets the scanner model. | +| [SmaxSampleValue](../../aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue/) { get; set; } | Gets or sets the max sample value. The value has a field type which best matches the sample data (Byte, Short or Long type). | +| [SminSampleValue](../../aspose.imaging.imageoptions/tiffoptions/sminsamplevalue/) { get; set; } | Gets or sets the min sample value. The value has a field type which best matches the sample data (Byte, Short or Long type). | +| [SoftwareType](../../aspose.imaging.imageoptions/tiffoptions/softwaretype/) { get; set; } | Gets or sets the software type. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [StripByteCounts](../../aspose.imaging.imageoptions/tiffoptions/stripbytecounts/) { get; set; } | Gets or sets the strip byte counts. | +| [StripOffsets](../../aspose.imaging.imageoptions/tiffoptions/stripoffsets/) { get; set; } | Gets or sets the strip offsets. | +| [SubFileType](../../aspose.imaging.imageoptions/tiffoptions/subfiletype/) { get; set; } | Gets or sets a general indication of the kind of data contained in this subfile. | +| [TagCount](../../aspose.imaging.imageoptions/tiffoptions/tagcount/) { get; } | Gets the tag count. | +| [Tags](../../aspose.imaging.imageoptions/tiffoptions/tags/) { get; set; } | Gets or sets the tags. | +| [TargetPrinter](../../aspose.imaging.imageoptions/tiffoptions/targetprinter/) { get; set; } | Gets or sets the target printer. | +| [Threshholding](../../aspose.imaging.imageoptions/tiffoptions/threshholding/) { get; set; } | Gets or sets the threshholding. | +| [TileByteCounts](../../aspose.imaging.imageoptions/tiffoptions/tilebytecounts/) { get; set; } | Gets or sets the tile byte counts. | +| [TileLength](../../aspose.imaging.imageoptions/tiffoptions/tilelength/) { get; set; } | Gets ot sets tile length. | +| [TileOffsets](../../aspose.imaging.imageoptions/tiffoptions/tileoffsets/) { get; set; } | Gets or sets the tile offsets. | +| [TileWidth](../../aspose.imaging.imageoptions/tiffoptions/tilewidth/) { get; set; } | Gets ot sets tile width. | +| [TotalPages](../../aspose.imaging.imageoptions/tiffoptions/totalpages/) { get; } | Gets the total pages. | +| [ValidTagCount](../../aspose.imaging.imageoptions/tiffoptions/validtagcount/) { get; } | Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| override [XmpData](../../aspose.imaging.imageoptions/tiffoptions/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | +| [XPAuthor](../../aspose.imaging.imageoptions/tiffoptions/xpauthor/) { get; set; } | Gets or sets image author, which used by Windows Explorer. | +| [XPComment](../../aspose.imaging.imageoptions/tiffoptions/xpcomment/) { get; set; } | Gets or sets comment on image, which used by Windows Explorer. | +| [XPKeywords](../../aspose.imaging.imageoptions/tiffoptions/xpkeywords/) { get; set; } | Gets or sets subject image, which used by Windows Explorer. | +| [Xposition](../../aspose.imaging.imageoptions/tiffoptions/xposition/) { get; set; } | Gets or sets the x position. | +| [XPSubject](../../aspose.imaging.imageoptions/tiffoptions/xpsubject/) { get; set; } | Gets or sets information about image, which used by Windows Explorer. | +| [XPTitle](../../aspose.imaging.imageoptions/tiffoptions/xptitle/) { get; set; } | Gets or sets information about image, which used by Windows Explorer. | +| [Xresolution](../../aspose.imaging.imageoptions/tiffoptions/xresolution/) { get; set; } | Gets or sets the x resolution. | +| [YCbCrCoefficients](../../aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients/) { get; set; } | Gets or sets the YCbCrCoefficients. | +| [YCbCrSubsampling](../../aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling/) { get; set; } | Gets or sets the subsampling factors for YCbCr photometric. | +| [Yposition](../../aspose.imaging.imageoptions/tiffoptions/yposition/) { get; set; } | Gets or sets the y position. | +| [Yresolution](../../aspose.imaging.imageoptions/tiffoptions/yresolution/) { get; set; } | Gets or sets the y resolution. | ## Methods | Name | Description | | --- | --- | -| [AddTag](../../aspose.imaging.imageoptions/tiffoptions/addtag)(TiffDataType) | Adds a new tag. | -| [AddTags](../../aspose.imaging.imageoptions/tiffoptions/addtags)(TiffDataType[]) | Adds the tags. | -| override [Clone](../../aspose.imaging.imageoptions/tiffoptions/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [GetTagByType](../../aspose.imaging.imageoptions/tiffoptions/gettagbytype)(TiffTags) | Gets the instance of the tag by type. | -| [IsTagPresent](../../aspose.imaging.imageoptions/tiffoptions/istagpresent)(TiffTags) | Determines whether tag is present in the options or not. | -| [RemoveTag](../../aspose.imaging.imageoptions/tiffoptions/removetag)(TiffTags) | Removes the tag. | -| [RemoveTags](../../aspose.imaging.imageoptions/tiffoptions/removetags)(params TiffTags[]) | Removes the tags. | -| [Validate](../../aspose.imaging.imageoptions/tiffoptions/validate)() | Validates if options have valid combination of tags | -| static [GetValidTagsCount](../../aspose.imaging.imageoptions/tiffoptions/getvalidtagscount)(TiffDataType[]) | Gets the valid tags count. | - -### Examples +| [AddTag](../../aspose.imaging.imageoptions/tiffoptions/addtag/)(TiffDataType) | Adds a new tag. | +| [AddTags](../../aspose.imaging.imageoptions/tiffoptions/addtags/)(TiffDataType[]) | Adds the tags. | +| override [Clone](../../aspose.imaging.imageoptions/tiffoptions/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [GetTagByType](../../aspose.imaging.imageoptions/tiffoptions/gettagbytype/)(TiffTags) | Gets the instance of the tag by type. | +| [IsTagPresent](../../aspose.imaging.imageoptions/tiffoptions/istagpresent/)(TiffTags) | Determines whether tag is present in the options or not. | +| [RemoveTag](../../aspose.imaging.imageoptions/tiffoptions/removetag/)(TiffTags) | Removes the tag. | +| [RemoveTags](../../aspose.imaging.imageoptions/tiffoptions/removetags/)(params TiffTags[]) | Removes the tags. | +| [Validate](../../aspose.imaging.imageoptions/tiffoptions/validate/)() | Validates if options have valid combination of tags | +| static [GetValidTagsCount](../../aspose.imaging.imageoptions/tiffoptions/getvalidtagscount/)(TiffDataType[]) | Gets the valid tags count. | + +## Examples This example demonstrates the use of different classes from SaveOptions Namespace for export purposes. An image of type Gif is loaded into an instance of Image and then exported out to several formats. @@ -228,8 +228,8 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.t ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/addtag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/addtag/_index.md index f85b01f9c76c..5a577c825180 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/addtag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/addtag/_index.md @@ -1,7 +1,7 @@ --- -title: AddTag +title: TiffOptions.AddTag second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Adds a new tag type: docs weight: 730 url: /net/aspose.imaging.imageoptions/tiffoptions/addtag/ @@ -20,9 +20,9 @@ public void AddTag(TiffDataType tagToAdd) ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/addtags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/addtags/_index.md index f89d62e28f4e..9d0639ff58f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/addtags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/addtags/_index.md @@ -1,7 +1,7 @@ --- -title: AddTags +title: TiffOptions.AddTags second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Adds the tags type: docs weight: 740 url: /net/aspose.imaging.imageoptions/tiffoptions/addtags/ @@ -20,9 +20,9 @@ public void AddTags(TiffDataType[] tagsToAdd) ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/alphastorage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/alphastorage/_index.md index 36b9d1ed5017..14eddc383dcf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/alphastorage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/alphastorage/_index.md @@ -1,14 +1,14 @@ --- -title: AlphaStorage +title: TiffOptions.AlphaStorage second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 SamplesPerPixel defined type: docs weight: 20 url: /net/aspose.imaging.imageoptions/tiffoptions/alphastorage/ --- ## TiffOptions.AlphaStorage property -Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 [`SamplesPerPixel`](../samplesperpixel) defined. +Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 [`SamplesPerPixel`](../samplesperpixel/) defined. ```csharp public TiffAlphaStorage AlphaStorage { get; set; } @@ -20,9 +20,9 @@ The alpha storage option. ### See Also -* enum [TiffAlphaStorage](../../../aspose.imaging.fileformats.tiff.enums/tiffalphastorage) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffAlphaStorage](../../../aspose.imaging.fileformats.tiff.enums/tiffalphastorage/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/artist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/artist/_index.md index 64132145e330..db304877338e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/artist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/artist/_index.md @@ -1,7 +1,7 @@ --- -title: Artist +title: TiffOptions.Artist second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the artist type: docs weight: 30 url: /net/aspose.imaging.imageoptions/tiffoptions/artist/ @@ -20,8 +20,8 @@ The artist. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/bitsperpixel/_index.md index 18aac6451095..29c8e9261b80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: TiffOptions.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets the bits per pixel type: docs weight: 40 url: /net/aspose.imaging.imageoptions/tiffoptions/bitsperpixel/ @@ -20,8 +20,8 @@ The bits per pixel. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/bitspersample/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/bitspersample/_index.md index 7504143ea458..9ac82c86539b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/bitspersample/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/bitspersample/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerSample +title: TiffOptions.BitsPerSample second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the bits per sample type: docs weight: 50 url: /net/aspose.imaging.imageoptions/tiffoptions/bitspersample/ @@ -18,11 +18,11 @@ public ushort[] BitsPerSample { get; set; } The bits per sample value. -### Remarks +## Remarks When setting this value keep in mind that it will also set SamplesPerPixel value to array length. These 2 properties are very tightly coupled so may be set alltogether only. -### Examples +## Examples This example shows how to create a TIFF image from scratch and save it to a file. @@ -288,8 +288,8 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/byteorder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/byteorder/_index.md index 82a3b3d1c74b..6893e3101a4e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/byteorder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/byteorder/_index.md @@ -1,7 +1,7 @@ --- -title: ByteOrder +title: TiffOptions.ByteOrder second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets a value indicating the tiff byte order type: docs weight: 60 url: /net/aspose.imaging.imageoptions/tiffoptions/byteorder/ @@ -14,7 +14,7 @@ Gets or sets a value indicating the tiff byte order. public TiffByteOrder ByteOrder { get; set; } ``` -### Examples +## Examples This example shows how to create a TIFF image from scratch and save it to a file. @@ -189,9 +189,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/clone/_index.md index 5847a656e450..baa927dfa08e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: TiffOptions.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Clones this instance type: docs weight: 750 url: /net/aspose.imaging.imageoptions/tiffoptions/clone/ @@ -20,9 +20,9 @@ Returns a deep clone. ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/colormap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/colormap/_index.md index 8728f7de752d..03f3f1a2e804 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/colormap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/colormap/_index.md @@ -1,7 +1,7 @@ --- -title: ColorMap +title: TiffOptions.ColorMap second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the color map type: docs weight: 70 url: /net/aspose.imaging.imageoptions/tiffoptions/colormap/ @@ -23,13 +23,13 @@ The color map. | exception | condition | | --- | --- | | ArgumentNullException | value | -| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception) | The color map may be defined for samples per pixel equal to 1 only. or The bits per sample are not defined. | +| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception/) | The color map may be defined for samples per pixel equal to 1 only. or The bits per sample are not defined. | | ArgumentOutOfRangeException | value;The array length must correspond to the followign formula: 3 * (2**BitsPerSample). | ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/compressedquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/compressedquality/_index.md index c127d6acc4fa..c4a85cf3454b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/compressedquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/compressedquality/_index.md @@ -1,7 +1,7 @@ --- -title: CompressedQuality +title: TiffOptions.CompressedQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets compressed image quality. Used with the Jpeg compression type: docs weight: 80 url: /net/aspose.imaging.imageoptions/tiffoptions/compressedquality/ @@ -14,7 +14,7 @@ Gets or sets compressed image quality. Used with the Jpeg compression. public int CompressedQuality { get; set; } ``` -### Examples +## Examples This example shows how to create a TIFF image with the Jpeg compression and the specified compressed image quality. @@ -38,8 +38,8 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage image = (Aspose.Imaging.FileFor ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/compression/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/compression/_index.md index 128191903b9b..1fc1585c9059 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/compression/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/compression/_index.md @@ -1,7 +1,7 @@ --- -title: Compression +title: TiffOptions.Compression second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the compression type: docs weight: 90 url: /net/aspose.imaging.imageoptions/tiffoptions/compression/ @@ -18,7 +18,7 @@ public TiffCompressions Compression { get; set; } The compression. -### Examples +## Examples This example shows how to create a TIFF image from scratch and save it to a file. @@ -193,9 +193,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* enum [TiffCompressions](../../../aspose.imaging.fileformats.tiff.enums/tiffcompressions) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffCompressions](../../../aspose.imaging.fileformats.tiff.enums/tiffcompressions/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/copyright/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/copyright/_index.md index 827d09e49960..1217395388a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/copyright/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/copyright/_index.md @@ -1,7 +1,7 @@ --- -title: Copyright +title: TiffOptions.Copyright second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the copyright type: docs weight: 100 url: /net/aspose.imaging.imageoptions/tiffoptions/copyright/ @@ -20,8 +20,8 @@ The copyright. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/datetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/datetime/_index.md index d3ed1c68259e..1bc3112d0e56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/datetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/datetime/_index.md @@ -1,7 +1,7 @@ --- -title: DateTime +title: TiffOptions.DateTime second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the date and time type: docs weight: 110 url: /net/aspose.imaging.imageoptions/tiffoptions/datetime/ @@ -20,8 +20,8 @@ The date and time. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/disableiccexport/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/disableiccexport/_index.md index ed3c7cfce030..dae0eeedb38b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/disableiccexport/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/disableiccexport/_index.md @@ -1,7 +1,7 @@ --- -title: DisableIccExport +title: TiffOptions.DisableIccExport second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets a value indicating whether ICC profile export is disabled ICC profile is applied to the source pixels beforehand type: docs weight: 120 url: /net/aspose.imaging.imageoptions/tiffoptions/disableiccexport/ @@ -16,8 +16,8 @@ public bool DisableIccExport { get; set; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/documentname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/documentname/_index.md index 69d0675abf6f..0d2adc3f462b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/documentname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/documentname/_index.md @@ -1,7 +1,7 @@ --- -title: DocumentName +title: TiffOptions.DocumentName second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the name of the document type: docs weight: 130 url: /net/aspose.imaging.imageoptions/tiffoptions/documentname/ @@ -20,8 +20,8 @@ The name of the document. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/exififd/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/exififd/_index.md index 1114468443d5..7db3c5b25dd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/exififd/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/exififd/_index.md @@ -1,7 +1,7 @@ --- -title: ExifIfd +title: TiffOptions.ExifIfd second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the pointer to EXIF IFD type: docs weight: 140 url: /net/aspose.imaging.imageoptions/tiffoptions/exififd/ @@ -20,9 +20,9 @@ The pointer to EXIF IFD. ### See Also -* class [TiffExifIfd](../../../aspose.imaging.fileformats.tiff/tiffexififd) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffExifIfd](../../../aspose.imaging.fileformats.tiff/tiffexififd/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/extrasamples/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/extrasamples/_index.md index 2a2f00d6b256..8dd5c9c71379 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/extrasamples/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/extrasamples/_index.md @@ -1,7 +1,7 @@ --- -title: ExtraSamples +title: TiffOptions.ExtraSamples second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets the extra samples values type: docs weight: 150 url: /net/aspose.imaging.imageoptions/tiffoptions/extrasamples/ @@ -20,8 +20,8 @@ The extra samples value. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/faxt4options/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/faxt4options/_index.md index d0b61ad0d6c3..583834dd5dae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/faxt4options/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/faxt4options/_index.md @@ -1,7 +1,7 @@ --- -title: FaxT4Options +title: TiffOptions.FaxT4Options second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the fax t4 options type: docs weight: 160 url: /net/aspose.imaging.imageoptions/tiffoptions/faxt4options/ @@ -20,9 +20,9 @@ The fax t4 options. ### See Also -* enum [Group3Options](../../../aspose.imaging.fileformats.tiff.enums/group3options) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [Group3Options](../../../aspose.imaging.fileformats.tiff.enums/group3options/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/filestandard/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/filestandard/_index.md index 1b143950936c..9c0b5fc1211e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/filestandard/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/filestandard/_index.md @@ -1,7 +1,7 @@ --- -title: FileStandard +title: TiffOptions.FileStandard second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the TIFF file standard type: docs weight: 170 url: /net/aspose.imaging.imageoptions/tiffoptions/filestandard/ @@ -20,9 +20,9 @@ The TIFF file standard. ### See Also -* enum [TiffFileStandards](../../../aspose.imaging.fileformats.tiff.enums/tifffilestandards) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffFileStandards](../../../aspose.imaging.fileformats.tiff.enums/tifffilestandards/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/fillorder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/fillorder/_index.md index 1cae756cfd47..0f90d2e4976e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/fillorder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/fillorder/_index.md @@ -1,7 +1,7 @@ --- -title: FillOrder +title: TiffOptions.FillOrder second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the byte bits fill order type: docs weight: 180 url: /net/aspose.imaging.imageoptions/tiffoptions/fillorder/ @@ -20,9 +20,9 @@ The byte bits fill order. ### See Also -* enum [TiffFillOrders](../../../aspose.imaging.fileformats.tiff.enums/tifffillorders) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffFillOrders](../../../aspose.imaging.fileformats.tiff.enums/tifffillorders/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/gettagbytype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/gettagbytype/_index.md index 058c93373d78..be123060d578 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/gettagbytype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/gettagbytype/_index.md @@ -1,7 +1,7 @@ --- -title: GetTagByType +title: TiffOptions.GetTagByType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Gets the instance of the tag by type type: docs weight: 760 url: /net/aspose.imaging.imageoptions/tiffoptions/gettagbytype/ @@ -24,10 +24,10 @@ Instance of the tag if exists or null otherwise. ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/getvalidtagscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/getvalidtagscount/_index.md index eb42b9433bc4..997978642208 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/getvalidtagscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/getvalidtagscount/_index.md @@ -1,7 +1,7 @@ --- -title: GetValidTagsCount +title: TiffOptions.GetValidTagsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Gets the valid tags count type: docs weight: 810 url: /net/aspose.imaging.imageoptions/tiffoptions/getvalidtagscount/ @@ -24,9 +24,9 @@ The valid tags count. ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/halftonehints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/halftonehints/_index.md index 8c32869fafd4..49617248c758 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/halftonehints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/halftonehints/_index.md @@ -1,7 +1,7 @@ --- -title: HalfToneHints +title: TiffOptions.HalfToneHints second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the halftone hints type: docs weight: 190 url: /net/aspose.imaging.imageoptions/tiffoptions/halftonehints/ @@ -27,8 +27,8 @@ The halftone hints. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/iccprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/iccprofile/_index.md index 3fc7e8041181..7e370990054c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/iccprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/iccprofile/_index.md @@ -1,7 +1,7 @@ --- -title: IccProfile +title: TiffOptions.IccProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the Icc profile stream type: docs weight: 200 url: /net/aspose.imaging.imageoptions/tiffoptions/iccprofile/ @@ -20,8 +20,8 @@ The icc profile. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagedescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagedescription/_index.md index 1e0da4e2e1a8..f390c0f61c68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagedescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagedescription/_index.md @@ -1,7 +1,7 @@ --- -title: ImageDescription +title: TiffOptions.ImageDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the image description type: docs weight: 210 url: /net/aspose.imaging.imageoptions/tiffoptions/imagedescription/ @@ -20,8 +20,8 @@ The image description. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagelength/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagelength/_index.md index 21ccb81a54ed..644b0290df51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagelength/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagelength/_index.md @@ -1,7 +1,7 @@ --- -title: ImageLength +title: TiffOptions.ImageLength second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the image length type: docs weight: 220 url: /net/aspose.imaging.imageoptions/tiffoptions/imagelength/ @@ -20,8 +20,8 @@ The image length. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagewidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagewidth/_index.md index f0e9f54a2aff..21d401746320 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagewidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/imagewidth/_index.md @@ -1,7 +1,7 @@ --- -title: ImageWidth +title: TiffOptions.ImageWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the image width type: docs weight: 230 url: /net/aspose.imaging.imageoptions/tiffoptions/imagewidth/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/inknames/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/inknames/_index.md index 9069cb021104..8c5a8e696a01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/inknames/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/inknames/_index.md @@ -1,7 +1,7 @@ --- -title: InkNames +title: TiffOptions.InkNames second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the ink names type: docs weight: 240 url: /net/aspose.imaging.imageoptions/tiffoptions/inknames/ @@ -20,8 +20,8 @@ The ink names. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent/_index.md index d632ffeee16c..b22190f92857 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent/_index.md @@ -1,7 +1,7 @@ --- -title: IsExtraSamplesPresent +title: TiffOptions.IsExtraSamplesPresent second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets a value indicating whether the extra samples is present type: docs weight: 250 url: /net/aspose.imaging.imageoptions/tiffoptions/isextrasamplespresent/ @@ -20,8 +20,8 @@ public bool IsExtraSamplesPresent { get; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/istagpresent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/istagpresent/_index.md index b275daef2113..eb56ac23d2c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/istagpresent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/istagpresent/_index.md @@ -1,7 +1,7 @@ --- -title: IsTagPresent +title: TiffOptions.IsTagPresent second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Determines whether tag is present in the options or not type: docs weight: 770 url: /net/aspose.imaging.imageoptions/tiffoptions/istagpresent/ @@ -24,9 +24,9 @@ public bool IsTagPresent(TiffTags tag) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/istiled/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/istiled/_index.md index 7037d1db169b..d0a6a3ae4f39 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/istiled/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/istiled/_index.md @@ -1,7 +1,7 @@ --- -title: IsTiled +title: TiffOptions.IsTiled second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets a value indicating whether image is tiled type: docs weight: 260 url: /net/aspose.imaging.imageoptions/tiffoptions/istiled/ @@ -20,8 +20,8 @@ public bool IsTiled { get; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/isvalid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/isvalid/_index.md index 77faa6924760..ab26ee0914c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/isvalid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/isvalid/_index.md @@ -1,14 +1,14 @@ --- -title: IsValid +title: TiffOptions.IsValid second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets a value indicating whether the TiffOptions have been properly configured. Use Validate method as to find the failure reason type: docs weight: 270 url: /net/aspose.imaging.imageoptions/tiffoptions/isvalid/ --- ## TiffOptions.IsValid property -Gets a value indicating whether the [`TiffOptions`](../../tiffoptions) have been properly configured. Use Validate method as to find the failure reason. +Gets a value indicating whether the [`TiffOptions`](../) have been properly configured. Use Validate method as to find the failure reason. ```csharp public bool IsValid { get; } @@ -20,8 +20,8 @@ public bool IsValid { get; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/maxsamplevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/maxsamplevalue/_index.md index 6963fa00d55e..a0eec28c57a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/maxsamplevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/maxsamplevalue/_index.md @@ -1,7 +1,7 @@ --- -title: MaxSampleValue +title: TiffOptions.MaxSampleValue second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the max sample value type: docs weight: 280 url: /net/aspose.imaging.imageoptions/tiffoptions/maxsamplevalue/ @@ -27,8 +27,8 @@ The max sample value. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/minsamplevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/minsamplevalue/_index.md index 32bea66cd201..c1029d0dd3ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/minsamplevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/minsamplevalue/_index.md @@ -1,7 +1,7 @@ --- -title: MinSampleValue +title: TiffOptions.MinSampleValue second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the min sample value type: docs weight: 290 url: /net/aspose.imaging.imageoptions/tiffoptions/minsamplevalue/ @@ -27,8 +27,8 @@ The min sample value. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/orientation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/orientation/_index.md index 348986b01f68..184af1763c95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/orientation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/orientation/_index.md @@ -1,7 +1,7 @@ --- -title: Orientation +title: TiffOptions.Orientation second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the orientation type: docs weight: 300 url: /net/aspose.imaging.imageoptions/tiffoptions/orientation/ @@ -20,9 +20,9 @@ The orientation. ### See Also -* enum [TiffOrientations](../../../aspose.imaging.fileformats.tiff.enums/tifforientations) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffOrientations](../../../aspose.imaging.fileformats.tiff.enums/tifforientations/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/pagename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/pagename/_index.md index 03033d0ebf4d..1d952977ce13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/pagename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/pagename/_index.md @@ -1,7 +1,7 @@ --- -title: PageName +title: TiffOptions.PageName second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the page name type: docs weight: 310 url: /net/aspose.imaging.imageoptions/tiffoptions/pagename/ @@ -20,8 +20,8 @@ The page name. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/pagenumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/pagenumber/_index.md index f97a4b64670c..564fd5b7e692 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/pagenumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/pagenumber/_index.md @@ -1,7 +1,7 @@ --- -title: PageNumber +title: TiffOptions.PageNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the page number tag type: docs weight: 320 url: /net/aspose.imaging.imageoptions/tiffoptions/pagenumber/ @@ -27,8 +27,8 @@ The page number tag. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/palette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/palette/_index.md index 8c264f07d8c1..ea496bc4139a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/palette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/palette/_index.md @@ -1,7 +1,7 @@ --- -title: Palette +title: TiffOptions.Palette second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the color palette type: docs weight: 330 url: /net/aspose.imaging.imageoptions/tiffoptions/palette/ @@ -20,9 +20,9 @@ The color palette. ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/photometric/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/photometric/_index.md index 7c1d965def04..cad91a8b7241 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/photometric/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/photometric/_index.md @@ -1,7 +1,7 @@ --- -title: Photometric +title: TiffOptions.Photometric second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the photometric type: docs weight: 340 url: /net/aspose.imaging.imageoptions/tiffoptions/photometric/ @@ -18,7 +18,7 @@ public TiffPhotometrics Photometric { get; set; } The photometric. -### Examples +## Examples This example shows how to create a TIFF image from scratch and save it to a file. @@ -284,9 +284,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* enum [TiffPhotometrics](../../../aspose.imaging.fileformats.tiff.enums/tiffphotometrics) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffPhotometrics](../../../aspose.imaging.fileformats.tiff.enums/tiffphotometrics/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/planarconfiguration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/planarconfiguration/_index.md index 0af755435b2c..f278dc4e0bf4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/planarconfiguration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/planarconfiguration/_index.md @@ -1,7 +1,7 @@ --- -title: PlanarConfiguration +title: TiffOptions.PlanarConfiguration second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the planar configuration type: docs weight: 350 url: /net/aspose.imaging.imageoptions/tiffoptions/planarconfiguration/ @@ -18,7 +18,7 @@ public TiffPlanarConfigs PlanarConfiguration { get; set; } The planar configuration. -### Examples +## Examples This example shows how to create a TIFF image from scratch and save it to a file. @@ -193,9 +193,9 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = new Aspose.Imaging. ### See Also -* enum [TiffPlanarConfigs](../../../aspose.imaging.fileformats.tiff.enums/tiffplanarconfigs) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffPlanarConfigs](../../../aspose.imaging.fileformats.tiff.enums/tiffplanarconfigs/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/predictor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/predictor/_index.md index fdfc583af6f2..c415e695176b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/predictor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/predictor/_index.md @@ -1,7 +1,7 @@ --- -title: Predictor +title: TiffOptions.Predictor second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the predictor for LZW compression type: docs weight: 360 url: /net/aspose.imaging.imageoptions/tiffoptions/predictor/ @@ -18,7 +18,7 @@ public TiffPredictor Predictor { get; set; } The predictor type. -### Examples +## Examples This example shows how to save a raster image to the TIFF format using various options. @@ -76,9 +76,9 @@ using (Aspose.Imaging.Image image = new Aspose.Imaging.FileFormats.Bmp.BmpImage( ### See Also -* enum [TiffPredictor](../../../aspose.imaging.fileformats.tiff.enums/tiffpredictor) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffPredictor](../../../aspose.imaging.fileformats.tiff.enums/tiffpredictor/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/premultiplycomponents/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/premultiplycomponents/_index.md index c562844edb10..34f6196d8396 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/premultiplycomponents/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/premultiplycomponents/_index.md @@ -1,7 +1,7 @@ --- -title: PremultiplyComponents +title: TiffOptions.PremultiplyComponents second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets a value indicating whether components must be premultiplied type: docs weight: 370 url: /net/aspose.imaging.imageoptions/tiffoptions/premultiplycomponents/ @@ -20,8 +20,8 @@ public bool PremultiplyComponents { get; set; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/removetag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/removetag/_index.md index f6339ca184d2..e93916ba848e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/removetag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/removetag/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveTag +title: TiffOptions.RemoveTag second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Removes the tag type: docs weight: 780 url: /net/aspose.imaging.imageoptions/tiffoptions/removetag/ @@ -24,9 +24,9 @@ true if successfully removed ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/removetags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/removetags/_index.md index 188e8133d576..f88b2187fa39 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/removetags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/removetags/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveTags +title: TiffOptions.RemoveTags second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Removes the tags type: docs weight: 790 url: /net/aspose.imaging.imageoptions/tiffoptions/removetags/ @@ -24,9 +24,9 @@ public bool RemoveTags(params TiffTags[] tags) ### See Also -* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffTags](../../../aspose.imaging.fileformats.tiff.enums/tifftags/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/resolutionsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/resolutionsettings/_index.md index 461e9d35b64f..418bb08457b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/resolutionsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/resolutionsettings/_index.md @@ -1,7 +1,7 @@ --- -title: ResolutionSettings +title: TiffOptions.ResolutionSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the resolution settings type: docs weight: 380 url: /net/aspose.imaging.imageoptions/tiffoptions/resolutionsettings/ @@ -16,9 +16,9 @@ public override ResolutionSetting ResolutionSettings { get; set; } ### See Also -* class [ResolutionSetting](../../../aspose.imaging/resolutionsetting) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [ResolutionSetting](../../../aspose.imaging/resolutionsetting/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/resolutionunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/resolutionunit/_index.md index 8f47b1de7d93..63a515933e65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/resolutionunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/resolutionunit/_index.md @@ -1,7 +1,7 @@ --- -title: ResolutionUnit +title: TiffOptions.ResolutionUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the resolution unit type: docs weight: 390 url: /net/aspose.imaging.imageoptions/tiffoptions/resolutionunit/ @@ -20,9 +20,9 @@ The resolution unit. ### See Also -* enum [TiffResolutionUnits](../../../aspose.imaging.fileformats.tiff.enums/tiffresolutionunits) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffResolutionUnits](../../../aspose.imaging.fileformats.tiff.enums/tiffresolutionunits/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/rowsperstrip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/rowsperstrip/_index.md index a2997c7e24a6..5bc6be27f5a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/rowsperstrip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/rowsperstrip/_index.md @@ -1,7 +1,7 @@ --- -title: RowsPerStrip +title: TiffOptions.RowsPerStrip second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the rows per strip type: docs weight: 400 url: /net/aspose.imaging.imageoptions/tiffoptions/rowsperstrip/ @@ -20,8 +20,8 @@ The rows per strip. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/sampleformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/sampleformat/_index.md index be52434004d8..dc65760a5f0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/sampleformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/sampleformat/_index.md @@ -1,7 +1,7 @@ --- -title: SampleFormat +title: TiffOptions.SampleFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the sample format type: docs weight: 410 url: /net/aspose.imaging.imageoptions/tiffoptions/sampleformat/ @@ -27,9 +27,9 @@ The sample format. ### See Also -* enum [TiffSampleFormats](../../../aspose.imaging.fileformats.tiff.enums/tiffsampleformats) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffSampleFormats](../../../aspose.imaging.fileformats.tiff.enums/tiffsampleformats/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/samplesperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/samplesperpixel/_index.md index 9f6a5da9a03c..880a7d786b62 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/samplesperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/samplesperpixel/_index.md @@ -1,14 +1,14 @@ --- -title: SamplesPerPixel +title: TiffOptions.SamplesPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets the samples per pixel. To change this property value use the BitsPerSample property setter type: docs weight: 420 url: /net/aspose.imaging.imageoptions/tiffoptions/samplesperpixel/ --- ## TiffOptions.SamplesPerPixel property -Gets the samples per pixel. To change this property value use the [`BitsPerSample`](../bitspersample) property setter. +Gets the samples per pixel. To change this property value use the [`BitsPerSample`](../bitspersample/) property setter. ```csharp public ushort SamplesPerPixel { get; } @@ -20,8 +20,8 @@ The samples per pixel. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/scannermanufacturer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/scannermanufacturer/_index.md index ccbec6b7929e..9c19a9c00983 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/scannermanufacturer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/scannermanufacturer/_index.md @@ -1,7 +1,7 @@ --- -title: ScannerManufacturer +title: TiffOptions.ScannerManufacturer second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the scanner manufacturer type: docs weight: 430 url: /net/aspose.imaging.imageoptions/tiffoptions/scannermanufacturer/ @@ -20,8 +20,8 @@ The scanner manufacturer. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/scannermodel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/scannermodel/_index.md index 3e346b371b6f..716fed786ae5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/scannermodel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/scannermodel/_index.md @@ -1,7 +1,7 @@ --- -title: ScannerModel +title: TiffOptions.ScannerModel second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the scanner model type: docs weight: 440 url: /net/aspose.imaging.imageoptions/tiffoptions/scannermodel/ @@ -20,8 +20,8 @@ The scanner model. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue/_index.md index 7e9b2e08edbf..04bdb74cc9b7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue/_index.md @@ -1,7 +1,7 @@ --- -title: SmaxSampleValue +title: TiffOptions.SmaxSampleValue second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the max sample value. The value has a field type which best matches the sample data Byte Short or Long type type: docs weight: 450 url: /net/aspose.imaging.imageoptions/tiffoptions/smaxsamplevalue/ @@ -20,8 +20,8 @@ The max sample value. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/sminsamplevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/sminsamplevalue/_index.md index b7d6f0d37f86..dd41d18f0260 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/sminsamplevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/sminsamplevalue/_index.md @@ -1,7 +1,7 @@ --- -title: SminSampleValue +title: TiffOptions.SminSampleValue second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the min sample value. The value has a field type which best matches the sample data Byte Short or Long type type: docs weight: 460 url: /net/aspose.imaging.imageoptions/tiffoptions/sminsamplevalue/ @@ -20,8 +20,8 @@ The min sample value. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/softwaretype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/softwaretype/_index.md index bdc9a41894ae..1f096b2f3f84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/softwaretype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/softwaretype/_index.md @@ -1,7 +1,7 @@ --- -title: SoftwareType +title: TiffOptions.SoftwareType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the software type type: docs weight: 470 url: /net/aspose.imaging.imageoptions/tiffoptions/softwaretype/ @@ -20,8 +20,8 @@ The software type. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/stripbytecounts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/stripbytecounts/_index.md index 62b2780208a7..92f66011ed17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/stripbytecounts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/stripbytecounts/_index.md @@ -1,7 +1,7 @@ --- -title: StripByteCounts +title: TiffOptions.StripByteCounts second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the strip byte counts type: docs weight: 480 url: /net/aspose.imaging.imageoptions/tiffoptions/stripbytecounts/ @@ -20,8 +20,8 @@ The strip byte counts. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/stripoffsets/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/stripoffsets/_index.md index 774e879360fb..43966aa513c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/stripoffsets/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/stripoffsets/_index.md @@ -1,7 +1,7 @@ --- -title: StripOffsets +title: TiffOptions.StripOffsets second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the strip offsets type: docs weight: 490 url: /net/aspose.imaging.imageoptions/tiffoptions/stripoffsets/ @@ -20,8 +20,8 @@ The strip offsets. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/subfiletype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/subfiletype/_index.md index 6d537e4e42c9..0bd309438e0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/subfiletype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/subfiletype/_index.md @@ -1,7 +1,7 @@ --- -title: SubFileType +title: TiffOptions.SubFileType second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets a general indication of the kind of data contained in this subfile type: docs weight: 500 url: /net/aspose.imaging.imageoptions/tiffoptions/subfiletype/ @@ -20,9 +20,9 @@ The general indication of the kind of data contained in this subfile. ### See Also -* enum [TiffNewSubFileTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffnewsubfiletypes) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffNewSubFileTypes](../../../aspose.imaging.fileformats.tiff.enums/tiffnewsubfiletypes/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tagcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tagcount/_index.md index 512025d3c4e2..bd8c4a6b0656 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tagcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tagcount/_index.md @@ -1,7 +1,7 @@ --- -title: TagCount +title: TiffOptions.TagCount second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets the tag count type: docs weight: 510 url: /net/aspose.imaging.imageoptions/tiffoptions/tagcount/ @@ -16,8 +16,8 @@ public int TagCount { get; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tags/_index.md index d6f605b4bd64..2e49fe110cb3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tags/_index.md @@ -1,7 +1,7 @@ --- -title: Tags +title: TiffOptions.Tags second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the tags type: docs weight: 520 url: /net/aspose.imaging.imageoptions/tiffoptions/tags/ @@ -20,9 +20,9 @@ The tags. ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/targetprinter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/targetprinter/_index.md index 86aea455b356..80fbc360eed5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/targetprinter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/targetprinter/_index.md @@ -1,7 +1,7 @@ --- -title: TargetPrinter +title: TiffOptions.TargetPrinter second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the target printer type: docs weight: 530 url: /net/aspose.imaging.imageoptions/tiffoptions/targetprinter/ @@ -20,8 +20,8 @@ The target printer. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/threshholding/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/threshholding/_index.md index 7870e75d5156..0529fee1d986 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/threshholding/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/threshholding/_index.md @@ -1,7 +1,7 @@ --- -title: Threshholding +title: TiffOptions.Threshholding second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the threshholding type: docs weight: 540 url: /net/aspose.imaging.imageoptions/tiffoptions/threshholding/ @@ -20,9 +20,9 @@ The threshholding. ### See Also -* enum [TiffThresholds](../../../aspose.imaging.fileformats.tiff.enums/tiffthresholds) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffThresholds](../../../aspose.imaging.fileformats.tiff.enums/tiffthresholds/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tiffoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tiffoptions/_index.md index 313c489a436e..9dca8a58ef57 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tiffoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tiffoptions/_index.md @@ -1,14 +1,14 @@ --- -title: TiffOptions +title: TiffOptions.TiffOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions constructor. Initializes a new instance of the TiffOptions class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/tiffoptions/tiffoptions/ --- -## TiffOptions constructor (1 of 4) +## TiffOptions(TiffExpectedFormat, TiffByteOrder) {#constructor_1} -Initializes a new instance of the [`TiffOptions`](../../tiffoptions) class. +Initializes a new instance of the [`TiffOptions`](../) class. ```csharp public TiffOptions(TiffExpectedFormat expectedFormat, TiffByteOrder byteOrder) @@ -21,17 +21,17 @@ public TiffOptions(TiffExpectedFormat expectedFormat, TiffByteOrder byteOrder) ### See Also -* enum [TiffExpectedFormat](../../../aspose.imaging.fileformats.tiff.enums/tiffexpectedformat) -* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffExpectedFormat](../../../aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/) +* enum [TiffByteOrder](../../../aspose.imaging.fileformats.tiff.enums/tiffbyteorder/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) --- -## TiffOptions constructor (2 of 4) +## TiffOptions(TiffExpectedFormat) {#constructor} -Initializes a new instance of the [`TiffOptions`](../../tiffoptions) class. By default little endian convention is used. +Initializes a new instance of the [`TiffOptions`](../) class. By default little endian convention is used. ```csharp public TiffOptions(TiffExpectedFormat expectedFormat) @@ -41,7 +41,7 @@ public TiffOptions(TiffExpectedFormat expectedFormat) | --- | --- | --- | | expectedFormat | TiffExpectedFormat | The expected tiff file format. | -### Examples +## Examples The following example shows how to create a grayscale copy of an existing frame and add it to a TIFF image. @@ -144,16 +144,16 @@ using (Aspose.Imaging.Image image = new Aspose.Imaging.FileFormats.Bmp.BmpImage( ### See Also -* enum [TiffExpectedFormat](../../../aspose.imaging.fileformats.tiff.enums/tiffexpectedformat) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* enum [TiffExpectedFormat](../../../aspose.imaging.fileformats.tiff.enums/tiffexpectedformat/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) --- -## TiffOptions constructor (3 of 4) +## TiffOptions(TiffOptions) {#constructor_3} -Initializes a new instance of the [`TiffOptions`](../../tiffoptions) class. +Initializes a new instance of the [`TiffOptions`](../) class. ```csharp public TiffOptions(TiffOptions options) @@ -165,15 +165,15 @@ public TiffOptions(TiffOptions options) ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) --- -## TiffOptions constructor (4 of 4) +## TiffOptions(TiffDataType[]) {#constructor_2} -Initializes a new instance of the [`TiffOptions`](../../tiffoptions) class. +Initializes a new instance of the [`TiffOptions`](../) class. ```csharp public TiffOptions(TiffDataType[] tags) @@ -185,9 +185,9 @@ public TiffOptions(TiffDataType[] tags) ### See Also -* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffDataType](../../../aspose.imaging.fileformats.tiff/tiffdatatype/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilebytecounts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilebytecounts/_index.md index 43ce174e00b7..a6361e8e6df4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilebytecounts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilebytecounts/_index.md @@ -1,7 +1,7 @@ --- -title: TileByteCounts +title: TiffOptions.TileByteCounts second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the tile byte counts type: docs weight: 550 url: /net/aspose.imaging.imageoptions/tiffoptions/tilebytecounts/ @@ -16,8 +16,8 @@ public ulong[] TileByteCounts { get; set; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilelength/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilelength/_index.md index e471d942a5da..f17ef1350aeb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilelength/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilelength/_index.md @@ -1,7 +1,7 @@ --- -title: TileLength +title: TiffOptions.TileLength second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets ot sets tile length type: docs weight: 560 url: /net/aspose.imaging.imageoptions/tiffoptions/tilelength/ @@ -16,8 +16,8 @@ public uint TileLength { get; set; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tileoffsets/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tileoffsets/_index.md index b8ecdc471f72..fe9b0201f642 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tileoffsets/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tileoffsets/_index.md @@ -1,7 +1,7 @@ --- -title: TileOffsets +title: TiffOptions.TileOffsets second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the tile offsets type: docs weight: 570 url: /net/aspose.imaging.imageoptions/tiffoptions/tileoffsets/ @@ -16,8 +16,8 @@ public ulong[] TileOffsets { get; set; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilewidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilewidth/_index.md index 92821198946e..7cea5de385d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilewidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/tilewidth/_index.md @@ -1,7 +1,7 @@ --- -title: TileWidth +title: TiffOptions.TileWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets ot sets tile width type: docs weight: 580 url: /net/aspose.imaging.imageoptions/tiffoptions/tilewidth/ @@ -16,8 +16,8 @@ public uint TileWidth { get; set; } ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/totalpages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/totalpages/_index.md index d263ba2b65fc..827cc126ad78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/totalpages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/totalpages/_index.md @@ -1,7 +1,7 @@ --- -title: TotalPages +title: TiffOptions.TotalPages second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets the total pages type: docs weight: 590 url: /net/aspose.imaging.imageoptions/tiffoptions/totalpages/ @@ -20,8 +20,8 @@ The total pages. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/validate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/validate/_index.md index 09c472c695a0..a387f499851e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/validate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/validate/_index.md @@ -1,7 +1,7 @@ --- -title: Validate +title: TiffOptions.Validate second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions method. Validates if options have valid combination of tags type: docs weight: 800 url: /net/aspose.imaging.imageoptions/tiffoptions/validate/ @@ -16,8 +16,8 @@ public void Validate() ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/validtagcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/validtagcount/_index.md index 7d8574a3a637..5dfdec5b6688 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/validtagcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/validtagcount/_index.md @@ -1,7 +1,7 @@ --- -title: ValidTagCount +title: TiffOptions.ValidTagCount second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved type: docs weight: 600 url: /net/aspose.imaging.imageoptions/tiffoptions/validtagcount/ @@ -20,8 +20,8 @@ The valid tag count. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xmpdata/_index.md index 461e3e6960f4..14c71c941953 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: TiffOptions.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the XMP metadata container type: docs weight: 610 url: /net/aspose.imaging.imageoptions/tiffoptions/xmpdata/ @@ -20,9 +20,9 @@ The XMP data container. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpauthor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpauthor/_index.md index 5e8d8a22bed9..96e08011425b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpauthor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpauthor/_index.md @@ -1,7 +1,7 @@ --- -title: XPAuthor +title: TiffOptions.XPAuthor second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets image author which used by Windows Explorer type: docs weight: 620 url: /net/aspose.imaging.imageoptions/tiffoptions/xpauthor/ @@ -16,12 +16,12 @@ public string XPAuthor { get; set; } ### Property Value -Image Author, used by Windows Explorer. The `XPAuthor` is ignored by Windows Explorer if the [`Artist`](../artist) tag exists. +Image Author, used by Windows Explorer. The `XPAuthor` is ignored by Windows Explorer if the [`Artist`](../artist/) tag exists. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpcomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpcomment/_index.md index a7f03acaab4b..1603238a31f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpcomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpcomment/_index.md @@ -1,7 +1,7 @@ --- -title: XPComment +title: TiffOptions.XPComment second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets comment on image which used by Windows Explorer type: docs weight: 630 url: /net/aspose.imaging.imageoptions/tiffoptions/xpcomment/ @@ -20,8 +20,8 @@ Comment on image, used by Windows Explorer. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpkeywords/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpkeywords/_index.md index a4b4edee776f..9bdabc80069c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpkeywords/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpkeywords/_index.md @@ -1,7 +1,7 @@ --- -title: XPKeywords +title: TiffOptions.XPKeywords second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets subject image which used by Windows Explorer type: docs weight: 640 url: /net/aspose.imaging.imageoptions/tiffoptions/xpkeywords/ @@ -20,8 +20,8 @@ Subject image, used by Windows Explorer. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xposition/_index.md index 69a0810c4425..6ee65f4a3bd3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xposition/_index.md @@ -1,7 +1,7 @@ --- -title: Xposition +title: TiffOptions.Xposition second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the x position type: docs weight: 650 url: /net/aspose.imaging.imageoptions/tiffoptions/xposition/ @@ -20,9 +20,9 @@ The x position. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpsubject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpsubject/_index.md index 026f920790fd..60d2e324f827 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpsubject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xpsubject/_index.md @@ -1,7 +1,7 @@ --- -title: XPSubject +title: TiffOptions.XPSubject second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets information about image which used by Windows Explorer type: docs weight: 660 url: /net/aspose.imaging.imageoptions/tiffoptions/xpsubject/ @@ -20,8 +20,8 @@ Information about image, used by Windows Explorer. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xptitle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xptitle/_index.md index f668dcc9b30a..9c6513c5069d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xptitle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xptitle/_index.md @@ -1,7 +1,7 @@ --- -title: XPTitle +title: TiffOptions.XPTitle second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets information about image which used by Windows Explorer type: docs weight: 670 url: /net/aspose.imaging.imageoptions/tiffoptions/xptitle/ @@ -16,12 +16,12 @@ public string XPTitle { get; set; } ### Property Value -Information about image, used by Windows Explorer. The `XPTitle` is ignored by Windows Explorer if the [`ImageDescription`](../imagedescription) tag exists. +Information about image, used by Windows Explorer. The `XPTitle` is ignored by Windows Explorer if the [`ImageDescription`](../imagedescription/) tag exists. ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xresolution/_index.md index a943c61ffde8..66bba30804ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/xresolution/_index.md @@ -1,7 +1,7 @@ --- -title: Xresolution +title: TiffOptions.Xresolution second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the x resolution type: docs weight: 680 url: /net/aspose.imaging.imageoptions/tiffoptions/xresolution/ @@ -20,9 +20,9 @@ The x resolution. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients/_index.md index 74c5f8c1ce22..279ef9b0ff1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients/_index.md @@ -1,7 +1,7 @@ --- -title: YCbCrCoefficients +title: TiffOptions.YCbCrCoefficients second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the YCbCrCoefficients type: docs weight: 690 url: /net/aspose.imaging.imageoptions/tiffoptions/ycbcrcoefficients/ @@ -22,14 +22,14 @@ The YCbCrCoefficients. | exception | condition | | --- | --- | -| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception) | Invalid count of rational coefficient values. Must be equal to 3. | +| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception/) | Invalid count of rational coefficient values. Must be equal to 3. | | ArgumentNullException | value | ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling/_index.md index 97cc539ceb9c..300cd01581c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling/_index.md @@ -1,7 +1,7 @@ --- -title: YCbCrSubsampling +title: TiffOptions.YCbCrSubsampling second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the subsampling factors for YCbCr photometric type: docs weight: 700 url: /net/aspose.imaging.imageoptions/tiffoptions/ycbcrsubsampling/ @@ -22,10 +22,10 @@ The subsampling factors for YCbCr photometric. | exception | condition | | --- | --- | -| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception) | Invalid field length. YCbCrSubsampling field must contain two values. | +| [TiffImageException](../../../aspose.imaging.coreexceptions.imageformats/tiffimageexception/) | Invalid field length. YCbCrSubsampling field must contain two values. | | ArgumentNullException | value | -### Examples +## Examples This example shows how to save a raster image to the TIFF format using various options. @@ -83,8 +83,8 @@ using (Aspose.Imaging.Image image = new Aspose.Imaging.FileFormats.Bmp.BmpImage( ### See Also -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/yposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/yposition/_index.md index 4b7567b14453..387a6729174a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/yposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/yposition/_index.md @@ -1,7 +1,7 @@ --- -title: Yposition +title: TiffOptions.Yposition second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the y position type: docs weight: 710 url: /net/aspose.imaging.imageoptions/tiffoptions/yposition/ @@ -20,9 +20,9 @@ The y position. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/yresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/yresolution/_index.md index fbe7575cf1c0..4c08984349fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/yresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptions/yresolution/_index.md @@ -1,7 +1,7 @@ --- -title: Yresolution +title: TiffOptions.Yresolution second_title: Aspose.Imaging for .NET API Reference -description: +description: TiffOptions property. Gets or sets the y resolution type: docs weight: 720 url: /net/aspose.imaging.imageoptions/tiffoptions/yresolution/ @@ -20,9 +20,9 @@ The y resolution. ### See Also -* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational) -* class [TiffOptions](../../tiffoptions) -* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions) +* class [TiffRational](../../../aspose.imaging.fileformats.tiff/tiffrational/) +* class [TiffOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../tiffoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptionserror/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptionserror/_index.md index e6e7cf682e3c..1ba98229c5bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptionserror/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/tiffoptionserror/_index.md @@ -1,7 +1,7 @@ --- -title: TiffOptionsError +title: Enum TiffOptionsError second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.TiffOptionsError enum. The tiff options error codes type: docs weight: 10380 url: /net/aspose.imaging.imageoptions/tiffoptionserror/ @@ -30,7 +30,7 @@ public enum TiffOptionsError ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/_index.md index 83a23a94d327..bf0d11546a1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/_index.md @@ -1,7 +1,7 @@ --- -title: TimeInterval +title: Class TimeInterval second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.TimeInterval class. Represents the time interval in milliseconds type: docs weight: 10390 url: /net/aspose.imaging.imageoptions/timeinterval/ @@ -18,16 +18,16 @@ public class TimeInterval | Name | Description | | --- | --- | -| [TimeInterval](timeinterval)(uint, uint) | Initializes a new instance of the [`TimeInterval`](../timeinterval) class. | +| [TimeInterval](timeinterval/)(uint, uint) | Initializes a new instance of the `TimeInterval` class. | ## Properties | Name | Description | | --- | --- | -| [From](../../aspose.imaging.imageoptions/timeinterval/from) { get; set; } | Gets or sets From milliseconds. | -| [To](../../aspose.imaging.imageoptions/timeinterval/to) { get; set; } | Gets or sets To milliseconds. | +| [From](../../aspose.imaging.imageoptions/timeinterval/from/) { get; set; } | Gets or sets From milliseconds. | +| [To](../../aspose.imaging.imageoptions/timeinterval/to/) { get; set; } | Gets or sets To milliseconds. | -### Examples +## Examples Export of part of animation from GIF image based on time interval. @@ -52,7 +52,7 @@ using (var image = Image.Load("Animation.gif")) ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/from/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/from/_index.md index 54a80f7ca81a..0cc0c256b66b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/from/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/from/_index.md @@ -1,7 +1,7 @@ --- -title: From +title: TimeInterval.From second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeInterval property. Gets or sets From milliseconds type: docs weight: 20 url: /net/aspose.imaging.imageoptions/timeinterval/from/ @@ -20,8 +20,8 @@ From milliseconds. ### See Also -* class [TimeInterval](../../timeinterval) -* namespace [Aspose.Imaging.ImageOptions](../../timeinterval) +* class [TimeInterval](../) +* namespace [Aspose.Imaging.ImageOptions](../../timeinterval/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/timeinterval/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/timeinterval/_index.md index e7b863665987..49e16f807103 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/timeinterval/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/timeinterval/_index.md @@ -1,14 +1,14 @@ --- -title: TimeInterval +title: TimeInterval.TimeInterval second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeInterval constructor. Initializes a new instance of the TimeInterval class type: docs weight: 10 url: /net/aspose.imaging.imageoptions/timeinterval/timeinterval/ --- ## TimeInterval constructor -Initializes a new instance of the [`TimeInterval`](../../timeinterval) class. +Initializes a new instance of the [`TimeInterval`](../) class. ```csharp public TimeInterval(uint from, uint to) @@ -21,8 +21,8 @@ public TimeInterval(uint from, uint to) ### See Also -* class [TimeInterval](../../timeinterval) -* namespace [Aspose.Imaging.ImageOptions](../../timeinterval) +* class [TimeInterval](../) +* namespace [Aspose.Imaging.ImageOptions](../../timeinterval/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/to/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/to/_index.md index 1f1b5b1c31aa..21593252ea26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/to/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/timeinterval/to/_index.md @@ -1,7 +1,7 @@ --- -title: To +title: TimeInterval.To second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeInterval property. Gets or sets To milliseconds type: docs weight: 30 url: /net/aspose.imaging.imageoptions/timeinterval/to/ @@ -20,8 +20,8 @@ To milliseconds. ### See Also -* class [TimeInterval](../../timeinterval) -* namespace [Aspose.Imaging.ImageOptions](../../timeinterval) +* class [TimeInterval](../) +* namespace [Aspose.Imaging.ImageOptions](../../timeinterval/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/typeofentities/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/typeofentities/_index.md index 58db3399ac73..65fe794f5016 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/typeofentities/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/typeofentities/_index.md @@ -1,7 +1,7 @@ --- -title: TypeOfEntities +title: Enum TypeOfEntities second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.TypeOfEntities enum. Represents types of entities to render type: docs weight: 10400 url: /net/aspose.imaging.imageoptions/typeofentities/ @@ -23,7 +23,7 @@ public enum TypeOfEntities ### See Also -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/_index.md index 79e438dd89d3..f692e6c4dee7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: VectorRasterizationOptions +title: Class VectorRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.VectorRasterizationOptions class. The vector rasterization options type: docs weight: 10410 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/ @@ -18,47 +18,47 @@ public class VectorRasterizationOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [VectorRasterizationOptions](vectorrasterizationoptions)() | The default constructor. | +| [VectorRasterizationOptions](vectorrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/_index.md index 992b69eef9b6..e731aea76b9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: VectorRasterizationOptions.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets a background color type: docs weight: 20 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/ @@ -14,7 +14,7 @@ Gets or sets a background color. public Color BackgroundColor { get; set; } ``` -### Examples +## Examples This example shows how to load a WMF image from a file and convert it to SVG using WmfRasterizationOptions. @@ -125,9 +125,9 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = (Aspose.Imaging.FileFo ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* struct [Color](../../../aspose.imaging/color/) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/_index.md index 4aa7a530dcff..485039a48dc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/_index.md @@ -1,7 +1,7 @@ --- -title: BorderX +title: VectorRasterizationOptions.BorderX second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the border X type: docs weight: 30 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/ @@ -20,8 +20,8 @@ The border X. ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/_index.md index b149ef8e6f75..e324efc36e94 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/_index.md @@ -1,7 +1,7 @@ --- -title: BorderY +title: VectorRasterizationOptions.BorderY second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the border Y type: docs weight: 40 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/ @@ -20,8 +20,8 @@ The border Y. ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/_index.md index 3c33e12455d8..b12a486f58ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/_index.md @@ -1,7 +1,7 @@ --- -title: CenterDrawing +title: VectorRasterizationOptions.CenterDrawing second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets a value indicating whether center drawing type: docs weight: 50 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/ @@ -16,8 +16,8 @@ public bool CenterDrawing { get; set; } ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/_index.md index ecb14ae7f7cf..4eec8d2c8c3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/_index.md @@ -1,7 +1,7 @@ --- -title: CopyTo +title: VectorRasterizationOptions.CopyTo second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions method. Copies to type: docs weight: 140 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/ @@ -20,8 +20,8 @@ public void CopyTo(VectorRasterizationOptions vectorRasterizationOptions) ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/_index.md index d44ddb2b59a1..a9f79f86eb6d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/_index.md @@ -1,7 +1,7 @@ --- -title: DrawColor +title: VectorRasterizationOptions.DrawColor second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets a foreground color type: docs weight: 60 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/ @@ -16,9 +16,9 @@ public Color DrawColor { get; set; } ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* struct [Color](../../../aspose.imaging/color/) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/_index.md index 0dd9fc9aa991..f72d2aa351c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/_index.md @@ -1,7 +1,7 @@ --- -title: PageHeight +title: VectorRasterizationOptions.PageHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the page height type: docs weight: 70 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/ @@ -16,8 +16,8 @@ public float PageHeight { get; set; } ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/_index.md index bc3ed2982dc4..c0bbaf6eaf72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/_index.md @@ -1,7 +1,7 @@ --- -title: PageSize +title: VectorRasterizationOptions.PageSize second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the page size type: docs weight: 80 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/ @@ -14,7 +14,7 @@ Gets or sets the page size. public SizeF PageSize { get; set; } ``` -### Examples +## Examples This example shows how to load a WMF image from a file and convert it to SVG using WmfRasterizationOptions. @@ -125,9 +125,9 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = (Aspose.Imaging.FileFo ### See Also -* struct [SizeF](../../../aspose.imaging/sizef) -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* struct [SizeF](../../../aspose.imaging/sizef/) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/_index.md index 83fc0ec8a58e..52deabb1e962 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/_index.md @@ -1,7 +1,7 @@ --- -title: PageWidth +title: VectorRasterizationOptions.PageWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the page width type: docs weight: 90 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/ @@ -16,8 +16,8 @@ public float PageWidth { get; set; } ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/_index.md index b1d5e307b462..8d26b6787e98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/_index.md @@ -1,7 +1,7 @@ --- -title: Positioning +title: VectorRasterizationOptions.Positioning second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the positioning type: docs weight: 100 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/ @@ -18,7 +18,7 @@ public PositioningTypes Positioning { get; set; } The positioning. -### Examples +## Examples The following example shows how to set a memory limit when loading a CMX image. The memory limit is the maximum allowed size (in megabytes) for all internal buffers. @@ -70,9 +70,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputCdrFileName)) ### See Also -* enum [PositioningTypes](../../positioningtypes) -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* enum [PositioningTypes](../../positioningtypes/) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/_index.md index 00e4bc860059..654d00983d13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/_index.md @@ -1,7 +1,7 @@ --- -title: ReplaceTextMapping +title: VectorRasterizationOptions.ReplaceTextMapping second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the text replace mapping type: docs weight: 110 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/ @@ -20,8 +20,8 @@ The text replace mapping. ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/_index.md index b35c7d5e899a..c5c096c2a97d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/_index.md @@ -1,7 +1,7 @@ --- -title: SmoothingMode +title: VectorRasterizationOptions.SmoothingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the smoothing mode type: docs weight: 120 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/ @@ -18,7 +18,7 @@ public SmoothingMode SmoothingMode { get; set; } The smoothing mode. -### Examples +## Examples This example shows how to load an SVG image from a file and rasterize it to PNG using various options. @@ -59,9 +59,9 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = (Aspose.Imaging.FileFo ### See Also -* enum [SmoothingMode](../../../aspose.imaging/smoothingmode) -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* enum [SmoothingMode](../../../aspose.imaging/smoothingmode/) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/_index.md index fc06b72ec12e..11c0318ccfc4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/_index.md @@ -1,7 +1,7 @@ --- -title: TextRenderingHint +title: VectorRasterizationOptions.TextRenderingHint second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions property. Gets or sets the text rendering hint type: docs weight: 130 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/ @@ -18,7 +18,7 @@ public TextRenderingHint TextRenderingHint { get; set; } The text rendering hint. -### Examples +## Examples This example shows how to load an SVG image from a file and rasterize it to PNG using various options. @@ -59,9 +59,9 @@ using (Aspose.Imaging.FileFormats.Svg.SvgImage svgImage = (Aspose.Imaging.FileFo ### See Also -* enum [TextRenderingHint](../../../aspose.imaging/textrenderinghint) -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* enum [TextRenderingHint](../../../aspose.imaging/textrenderinghint/) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/vectorrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/vectorrasterizationoptions/_index.md index 5c85d25c0c14..c70a0945dd04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/vectorrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/vectorrasterizationoptions/vectorrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: VectorRasterizationOptions +title: VectorRasterizationOptions.VectorRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/vectorrasterizationoptions/vectorrasterizationoptions/ @@ -16,8 +16,8 @@ public VectorRasterizationOptions() ### See Also -* class [VectorRasterizationOptions](../../vectorrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions) +* class [VectorRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../vectorrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/_index.md index 928047cad51f..65737bb8033a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/_index.md @@ -1,7 +1,7 @@ --- -title: WebPOptions +title: Class WebPOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.WebPOptions class. Create modern WebP raster web images using our API featuring robust support for lossless and lossy compression as well as alpha channels and animation loops. Enhance your web content with dynamic visuals while optimizing file sizes for improved loading speeds and user experience type: docs weight: 10420 url: /net/aspose.imaging.imageoptions/webpoptions/ @@ -18,35 +18,35 @@ public class WebPOptions : ImageOptionsBase | Name | Description | | --- | --- | -| [WebPOptions](webpoptions)() | The default constructor. | +| [WebPOptions](webpoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [AnimBackgroundColor](../../aspose.imaging.imageoptions/webpoptions/animbackgroundcolor) { get; set; } | Gets or sets the color of the animation background. | -| [AnimLoopCount](../../aspose.imaging.imageoptions/webpoptions/animloopcount) { get; set; } | Gets or sets the animation loop count. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [Lossless](../../aspose.imaging.imageoptions/webpoptions/lossless) { get; set; } | Gets or sets a value indicating whether this [`WebPOptions`](../webpoptions) is lossless. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [Quality](../../aspose.imaging.imageoptions/webpoptions/quality) { get; set; } | Gets or sets the quality. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [AnimBackgroundColor](../../aspose.imaging.imageoptions/webpoptions/animbackgroundcolor/) { get; set; } | Gets or sets the color of the animation background. | +| [AnimLoopCount](../../aspose.imaging.imageoptions/webpoptions/animloopcount/) { get; set; } | Gets or sets the animation loop count. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [Lossless](../../aspose.imaging.imageoptions/webpoptions/lossless/) { get; set; } | Gets or sets a value indicating whether this `WebPOptions` is lossless. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [Quality](../../aspose.imaging.imageoptions/webpoptions/quality/) { get; set; } | Gets or sets the quality. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples This example shows how to create a WebP image from another raster image with different compression quality. @@ -122,8 +122,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [ImageOptionsBase](../../aspose.imaging/imageoptionsbase/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/animbackgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/animbackgroundcolor/_index.md index 07555f078c50..77a090b745ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/animbackgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/animbackgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: AnimBackgroundColor +title: WebPOptions.AnimBackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPOptions property. Gets or sets the color of the animation background type: docs weight: 20 url: /net/aspose.imaging.imageoptions/webpoptions/animbackgroundcolor/ @@ -20,8 +20,8 @@ The color of the animation background. ### See Also -* class [WebPOptions](../../webpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../webpoptions) +* class [WebPOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../webpoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/animloopcount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/animloopcount/_index.md index 4a086443a6bd..3133388e3b02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/animloopcount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/animloopcount/_index.md @@ -1,7 +1,7 @@ --- -title: AnimLoopCount +title: WebPOptions.AnimLoopCount second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPOptions property. Gets or sets the animation loop count type: docs weight: 30 url: /net/aspose.imaging.imageoptions/webpoptions/animloopcount/ @@ -20,8 +20,8 @@ The animation loop count, 0 - infinity. ### See Also -* class [WebPOptions](../../webpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../webpoptions) +* class [WebPOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../webpoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/lossless/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/lossless/_index.md index 58c7d23db1c1..e8544d1e6b28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/lossless/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/lossless/_index.md @@ -1,14 +1,14 @@ --- -title: Lossless +title: WebPOptions.Lossless second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPOptions property. Gets or sets a value indicating whether this WebPOptions is lossless type: docs weight: 40 url: /net/aspose.imaging.imageoptions/webpoptions/lossless/ --- ## WebPOptions.Lossless property -Gets or sets a value indicating whether this [`WebPOptions`](../../webpoptions) is lossless. +Gets or sets a value indicating whether this [`WebPOptions`](../) is lossless. ```csharp public bool Lossless { get; set; } @@ -18,7 +18,7 @@ public bool Lossless { get; set; } `true` if lossless; otherwise, `false`. -### Examples +## Examples This example shows how to create a WebP image from another raster image with different compression quality. @@ -61,8 +61,8 @@ using (Aspose.Imaging.Image image = new Aspose.Imaging.Image.Load(dir + "test.gi ### See Also -* class [WebPOptions](../../webpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../webpoptions) +* class [WebPOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../webpoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/quality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/quality/_index.md index 90c1a63bb018..581e8a11f905 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/quality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/quality/_index.md @@ -1,7 +1,7 @@ --- -title: Quality +title: WebPOptions.Quality second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPOptions property. Gets or sets the quality type: docs weight: 50 url: /net/aspose.imaging.imageoptions/webpoptions/quality/ @@ -18,7 +18,7 @@ public float Quality { get; set; } The quality. -### Examples +## Examples This example shows how to create a WebP image from another raster image with different compression quality. @@ -61,8 +61,8 @@ using (Aspose.Imaging.Image image = new Aspose.Imaging.Image.Load(dir + "test.gi ### See Also -* class [WebPOptions](../../webpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../webpoptions) +* class [WebPOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../webpoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/webpoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/webpoptions/_index.md index 2490bd716787..7ab410818de5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/webpoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/webpoptions/webpoptions/_index.md @@ -1,7 +1,7 @@ --- -title: WebPOptions +title: WebPOptions.WebPOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: WebPOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/webpoptions/webpoptions/ @@ -16,8 +16,8 @@ public WebPOptions() ### See Also -* class [WebPOptions](../../webpoptions) -* namespace [Aspose.Imaging.ImageOptions](../../webpoptions) +* class [WebPOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../webpoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfoptions/_index.md index 5ce605e4e07e..d0f6a0a81aa8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfoptions/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOptions +title: Class WmfOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.WmfOptions class. The wmf options type: docs weight: 10430 url: /net/aspose.imaging.imageoptions/wmfoptions/ @@ -18,32 +18,32 @@ public class WmfOptions : MetafileOptions | Name | Description | | --- | --- | -| [WmfOptions](wmfoptions)() | The default constructor. | +| [WmfOptions](wmfoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Compress](../../aspose.imaging.imageoptions/metafileoptions/compress) { get; set; } | Gets or sets a value indicating whether this ICompressedOptions is compressed. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Compress](../../aspose.imaging.imageoptions/metafileoptions/compress/) { get; set; } | Gets or sets a value indicating whether this ICompressedOptions is compressed. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | -### Examples +## Examples The following example shows how to convert a wmz images to wmf fromat @@ -112,8 +112,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [MetafileOptions](../metafileoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [MetafileOptions](../metafileoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfoptions/wmfoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfoptions/wmfoptions/_index.md index 90dde711f527..c2beba047a8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfoptions/wmfoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfoptions/wmfoptions/_index.md @@ -1,7 +1,7 @@ --- -title: WmfOptions +title: WmfOptions.WmfOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/wmfoptions/wmfoptions/ @@ -16,8 +16,8 @@ public WmfOptions() ### See Also -* class [WmfOptions](../../wmfoptions) -* namespace [Aspose.Imaging.ImageOptions](../../wmfoptions) +* class [WmfOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../wmfoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/_index.md index 43f25adb7832..bcdc21bcc1ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRasterizationOptions +title: Class WmfRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptions.WmfRasterizationOptions class. The Wmf rasterization options type: docs weight: 10440 url: /net/aspose.imaging.imageoptions/wmfrasterizationoptions/ @@ -18,48 +18,48 @@ public class WmfRasterizationOptions : MetafileRasterizationOptions | Name | Description | | --- | --- | -| [WmfRasterizationOptions](wmfrasterizationoptions)() | The default constructor. | +| [WmfRasterizationOptions](wmfrasterizationoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor) { get; set; } | Gets or sets a background color. | -| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx) { get; set; } | Gets or sets the border X. | -| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery) { get; set; } | Gets or sets the border Y. | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing) { get; set; } | Gets or sets a value indicating whether center drawing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor) { get; set; } | Gets or sets a foreground color. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight) { get; set; } | Gets or sets the page height. | -| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize) { get; set; } | Gets or sets the page size. | -| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth) { get; set; } | Gets or sets the page width. | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning) { get; set; } | Gets or sets the positioning. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| [RenderMode](../../aspose.imaging.imageoptions/wmfrasterizationoptions/rendermode) { get; set; } | Gets or sets the WMF render mode. | -| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping) { get; set; } | Gets or sets the text replace mapping. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BackgroundColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/backgroundcolor/) { get; set; } | Gets or sets a background color. | +| [BorderX](../../aspose.imaging.imageoptions/vectorrasterizationoptions/borderx/) { get; set; } | Gets or sets the border X. | +| [BorderY](../../aspose.imaging.imageoptions/vectorrasterizationoptions/bordery/) { get; set; } | Gets or sets the border Y. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [CenterDrawing](../../aspose.imaging.imageoptions/vectorrasterizationoptions/centerdrawing/) { get; set; } | Gets or sets a value indicating whether center drawing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [DrawColor](../../aspose.imaging.imageoptions/vectorrasterizationoptions/drawcolor/) { get; set; } | Gets or sets a foreground color. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| [PageHeight](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pageheight/) { get; set; } | Gets or sets the page height. | +| [PageSize](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagesize/) { get; set; } | Gets or sets the page size. | +| [PageWidth](../../aspose.imaging.imageoptions/vectorrasterizationoptions/pagewidth/) { get; set; } | Gets or sets the page width. | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [Positioning](../../aspose.imaging.imageoptions/vectorrasterizationoptions/positioning/) { get; set; } | Gets or sets the positioning. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| [RenderMode](../../aspose.imaging.imageoptions/wmfrasterizationoptions/rendermode/) { get; set; } | Gets or sets the WMF render mode. | +| [ReplaceTextMapping](../../aspose.imaging.imageoptions/vectorrasterizationoptions/replacetextmapping/) { get; set; } | Gets or sets the text replace mapping. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [SmoothingMode](../../aspose.imaging.imageoptions/vectorrasterizationoptions/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [TextRenderingHint](../../aspose.imaging.imageoptions/vectorrasterizationoptions/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto)(VectorRasterizationOptions) | Copies to. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [CopyTo](../../aspose.imaging.imageoptions/vectorrasterizationoptions/copyto/)(VectorRasterizationOptions) | Copies to. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [MetafileRasterizationOptions](../metafilerasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions) +* class [MetafileRasterizationOptions](../metafilerasterizationoptions/) +* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/rendermode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/rendermode/_index.md index 2800a4162b62..1c0df1876860 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/rendermode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/rendermode/_index.md @@ -1,7 +1,7 @@ --- -title: RenderMode +title: WmfRasterizationOptions.RenderMode second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRasterizationOptions property. Gets or sets the WMF render mode type: docs weight: 20 url: /net/aspose.imaging.imageoptions/wmfrasterizationoptions/rendermode/ @@ -18,7 +18,7 @@ public WmfRenderMode RenderMode { get; set; } The WMF render mode. -### Examples +## Examples This example shows how to load a WMF image from a file and convert it to SVG using WmfRasterizationOptions. @@ -54,9 +54,9 @@ using (Aspose.Imaging.FileFormats.Wmf.WmfImage wmfImage = (Aspose.Imaging.FileFo ### See Also -* enum [WmfRenderMode](../../../aspose.imaging.fileformats.wmf/wmfrendermode) -* class [WmfRasterizationOptions](../../wmfrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../wmfrasterizationoptions) +* enum [WmfRenderMode](../../../aspose.imaging.fileformats.wmf/wmfrendermode/) +* class [WmfRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../wmfrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/wmfrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/wmfrasterizationoptions/_index.md index f48df9a2a7f7..29184610d6b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/wmfrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.imageoptions/wmfrasterizationoptions/wmfrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: WmfRasterizationOptions +title: WmfRasterizationOptions.WmfRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: WmfRasterizationOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.imageoptions/wmfrasterizationoptions/wmfrasterizationoptions/ @@ -16,8 +16,8 @@ public WmfRasterizationOptions() ### See Also -* class [WmfRasterizationOptions](../../wmfrasterizationoptions) -* namespace [Aspose.Imaging.ImageOptions](../../wmfrasterizationoptions) +* class [WmfRasterizationOptions](../) +* namespace [Aspose.Imaging.ImageOptions](../../wmfrasterizationoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/_index.md index 8068b4abeb6f..3e3d43488ad1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Interfaces second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Tiff file format processing. +description: The namespace handles Tiff file format processing type: docs weight: 820 url: /net/aspose.imaging.interfaces/ @@ -12,6 +12,6 @@ The namespace handles Tiff file format processing. | Interface | Description | | --- | --- | -| [IObjectWithSizeF](./iobjectwithsizef) | Represents object with Size which are expressed in real numbers (in inches). | +| [IObjectWithSizeF](./iobjectwithsizef/) | Represents object with Size which are expressed in real numbers (in inches). | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/_index.md index 62ddfe230afc..1bdfb7a368e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/_index.md @@ -1,7 +1,7 @@ --- -title: IObjectWithSizeF +title: Interface IObjectWithSizeF second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Interfaces.IObjectWithSizeF interface. Represents object with Size which are expressed in real numbers in inches type: docs weight: 10480 url: /net/aspose.imaging.interfaces/iobjectwithsizef/ @@ -18,13 +18,13 @@ public interface IObjectWithSizeF | Name | Description | | --- | --- | -| [HeightF](../../aspose.imaging.interfaces/iobjectwithsizef/heightf) { get; } | Gets the object height, in inches. | -| [SizeF](../../aspose.imaging.interfaces/iobjectwithsizef/sizef) { get; } | Gets the object size, in inches. | -| [WidthF](../../aspose.imaging.interfaces/iobjectwithsizef/widthf) { get; } | Gets the object width, in inches. | +| [HeightF](../../aspose.imaging.interfaces/iobjectwithsizef/heightf/) { get; } | Gets the object height, in inches. | +| [SizeF](../../aspose.imaging.interfaces/iobjectwithsizef/sizef/) { get; } | Gets the object size, in inches. | +| [WidthF](../../aspose.imaging.interfaces/iobjectwithsizef/widthf/) { get; } | Gets the object width, in inches. | ### See Also -* namespace [Aspose.Imaging.Interfaces](../../aspose.imaging.interfaces) +* namespace [Aspose.Imaging.Interfaces](../../aspose.imaging.interfaces/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/heightf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/heightf/_index.md index 8250b5dd448f..47d3c8a1c212 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/heightf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/heightf/_index.md @@ -1,7 +1,7 @@ --- -title: HeightF +title: IObjectWithSizeF.HeightF second_title: Aspose.Imaging for .NET API Reference -description: +description: IObjectWithSizeF property. Gets the object height in inches type: docs weight: 10 url: /net/aspose.imaging.interfaces/iobjectwithsizef/heightf/ @@ -20,8 +20,8 @@ The object height, in inches. ### See Also -* interface [IObjectWithSizeF](../../iobjectwithsizef) -* namespace [Aspose.Imaging.Interfaces](../../iobjectwithsizef) +* interface [IObjectWithSizeF](../) +* namespace [Aspose.Imaging.Interfaces](../../iobjectwithsizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/sizef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/sizef/_index.md index 2ba1b82257da..0cf4aef3bcf9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/sizef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/sizef/_index.md @@ -1,7 +1,7 @@ --- -title: SizeF +title: IObjectWithSizeF.SizeF second_title: Aspose.Imaging for .NET API Reference -description: +description: IObjectWithSizeF property. Gets the object size in inches type: docs weight: 20 url: /net/aspose.imaging.interfaces/iobjectwithsizef/sizef/ @@ -20,9 +20,9 @@ The object size, in inches. ### See Also -* struct [SizeF](../../../aspose.imaging/sizef) -* interface [IObjectWithSizeF](../../iobjectwithsizef) -* namespace [Aspose.Imaging.Interfaces](../../iobjectwithsizef) +* struct [SizeF](../../../aspose.imaging/sizef/) +* interface [IObjectWithSizeF](../) +* namespace [Aspose.Imaging.Interfaces](../../iobjectwithsizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/widthf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/widthf/_index.md index 4b8cbe280af1..919fddee1312 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/widthf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.interfaces/iobjectwithsizef/widthf/_index.md @@ -1,7 +1,7 @@ --- -title: WidthF +title: IObjectWithSizeF.WidthF second_title: Aspose.Imaging for .NET API Reference -description: +description: IObjectWithSizeF property. Gets the object width in inches type: docs weight: 30 url: /net/aspose.imaging.interfaces/iobjectwithsizef/widthf/ @@ -20,8 +20,8 @@ The object width, in inches. ### See Also -* interface [IObjectWithSizeF](../../iobjectwithsizef) -* namespace [Aspose.Imaging.Interfaces](../../iobjectwithsizef) +* interface [IObjectWithSizeF](../) +* namespace [Aspose.Imaging.Interfaces](../../iobjectwithsizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/_index.md index 0393fea519ed..e2d69453f715 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.MagicWand.ImageMasks second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles image masks processing. +description: The namespace handles image masks processing type: docs weight: 840 url: /net/aspose.imaging.magicwand.imagemasks/ @@ -12,22 +12,22 @@ The namespace handles image masks processing. | Class | Description | | --- | --- | -| [CircleMask](./circlemask) | Describes a circle mask. | -| [EmptyImageMask](./emptyimagemask) | Describes an empty non-abstract mask. | -| [FeatheringSettings](./featheringsettings) | A feathering settings class. | -| [ImageBitMask](./imagebitmask) | Describes a binary image mask. | -| [ImageGrayscaleMask](./imagegrayscalemask) | Describes a grayscale image mask. | -| [ImageMask](./imagemask) | Describes a binary image mask. | -| [RectangleMask](./rectanglemask) | Describes a rectangle mask. | +| [CircleMask](./circlemask/) | Describes a circle mask. | +| [EmptyImageMask](./emptyimagemask/) | Describes an empty non-abstract mask. | +| [FeatheringSettings](./featheringsettings/) | A feathering settings class. | +| [ImageBitMask](./imagebitmask/) | Describes a binary image mask. | +| [ImageGrayscaleMask](./imagegrayscalemask/) | Describes a grayscale image mask. | +| [ImageMask](./imagemask/) | Describes a binary image mask. | +| [RectangleMask](./rectanglemask/) | Describes a rectangle mask. | ## Interfaces | Interface | Description | | --- | --- | -| [IImageMask](./iimagemask) | Describes a mask. | +| [IImageMask](./iimagemask/) | Describes a mask. | ## Enumeration | Enumeration | Description | | --- | --- | -| [FeatheringMode](./featheringmode) | Specifies how a feathering algorithm works. | +| [FeatheringMode](./featheringmode/) | Specifies how a feathering algorithm works. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/_index.md index 10434f88f6d3..5bcde9afcb3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/_index.md @@ -1,7 +1,7 @@ --- -title: CircleMask +title: Class CircleMask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.CircleMask class. Describes a circle mask type: docs weight: 10580 url: /net/aspose.imaging.magicwand.imagemasks/circlemask/ @@ -18,53 +18,53 @@ public class CircleMask : ImageMask | Name | Description | | --- | --- | -| [CircleMask](circlemask)(Point, int) | Initializes a new instance of the [`CircleMask`](../circlemask) class with the specified center point and radius. | -| [CircleMask](circlemask)(int, int, int) | Initializes a new instance of the [`CircleMask`](../circlemask) class with the specified center point and radius. | +| [CircleMask](circlemask/#constructor)(Point, int) | Initializes a new instance of the `CircleMask` class with the specified center point and radius. | +| [CircleMask](circlemask/#constructor_1)(int, int, int) | Initializes a new instance of the `CircleMask` class with the specified center point and radius. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds) { get; } | Gets the bounds, in pixels, of this mask. | -| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height) { get; } | Gets the height, in pixels, of this mask. | -| override [Item](../../aspose.imaging.magicwand.imagemasks/circlemask/item) { get; } | Gets the opacity of the specified pixel. | -| override [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/circlemask/selectionbounds) { get; } | Gets the bounds, in pixels, of this mask. | -| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source) { get; } | Gets the source image used to create this mask, if exists. | -| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width) { get; } | Gets the width, in pixels, of this mask. | +| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds/) { get; } | Gets the bounds, in pixels, of this mask. | +| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height/) { get; } | Gets the height, in pixels, of this mask. | +| override [Item](../../aspose.imaging.magicwand.imagemasks/circlemask/item/) { get; } | Gets the opacity of the specified pixel. | +| override [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/circlemask/selectionbounds/) { get; } | Gets the bounds, in pixels, of this mask. | +| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source/) { get; } | Gets the source image used to create this mask, if exists. | +| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width/) { get; } | Gets the width, in pixels, of this mask. | ## Methods | Name | Description | | --- | --- | -| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage) source, if exists. | -| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Clone](../../aspose.imaging.magicwand.imagemasks/circlemask/clone)() | Creates a new object that is a copy of the current instance. | -| override [Crop](../../aspose.imaging.magicwand.imagemasks/circlemask/crop)(Rectangle) | Crops mask with the specified rectangle. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(Size) | Crops mask with the specified size. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(int, int) | Crops mask with the specified width and height. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | -| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity)(int, int) | Gets the opacity of the specified pixel with byte precision. | -| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | -| override [Inflate](../../aspose.imaging.magicwand.imagemasks/circlemask/inflate)(int) | Inflates this mask by the specified amount. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(ImageMask) | Gets the intersection of current mask with provided. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | -| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert)() | Gets the inversion of the current mask. | -| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque)(int, int) | Checks if the specified pixel is opaque. | -| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent)(int, int) | Checks if the specified pixel is transparent. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(ImageMask) | Gets the subtraction of the provided mask from current. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(ImageMask) | Gets the union of the current mask with provided. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | +| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply/)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage/) source, if exists. | +| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto/)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Clone](../../aspose.imaging.magicwand.imagemasks/circlemask/clone/)() | Creates a new object that is a copy of the current instance. | +| override [Crop](../../aspose.imaging.magicwand.imagemasks/circlemask/crop/#crop)(Rectangle) | Crops mask with the specified rectangle. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/)(Size) | Crops mask with the specified size. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/)(int, int) | Crops mask with the specified width and height. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | +| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/)(int, int) | Gets the opacity of the specified pixel with byte precision. | +| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | +| override [Inflate](../../aspose.imaging.magicwand.imagemasks/circlemask/inflate/)(int) | Inflates this mask by the specified amount. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(ImageMask) | Gets the intersection of current mask with provided. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | +| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert/)() | Gets the inversion of the current mask. | +| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque/)(int, int) | Checks if the specified pixel is opaque. | +| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent/)(int, int) | Checks if the specified pixel is transparent. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(ImageMask) | Gets the subtraction of the provided mask from current. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(ImageMask) | Gets the union of the current mask with provided. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | ### See Also -* class [ImageMask](../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* class [ImageMask](../imagemask/) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/circlemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/circlemask/_index.md index c13bdfaad298..506ffffd1f51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/circlemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/circlemask/_index.md @@ -1,14 +1,14 @@ --- -title: CircleMask +title: CircleMask.CircleMask second_title: Aspose.Imaging for .NET API Reference -description: +description: CircleMask constructor. Initializes a new instance of the CircleMask class with the specified center point and radius type: docs weight: 10 url: /net/aspose.imaging.magicwand.imagemasks/circlemask/circlemask/ --- -## CircleMask constructor (1 of 2) +## CircleMask(int, int, int) {#constructor_1} -Initializes a new instance of the [`CircleMask`](../../circlemask) class with the specified center point and radius. +Initializes a new instance of the [`CircleMask`](../) class with the specified center point and radius. ```csharp public CircleMask(int x, int y, int radius) @@ -22,15 +22,15 @@ public CircleMask(int x, int y, int radius) ### See Also -* class [CircleMask](../../circlemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask) +* class [CircleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask/) * assembly [Aspose.Imaging](../../../) --- -## CircleMask constructor (2 of 2) +## CircleMask(Point, int) {#constructor} -Initializes a new instance of the [`CircleMask`](../../circlemask) class with the specified center point and radius. +Initializes a new instance of the [`CircleMask`](../) class with the specified center point and radius. ```csharp public CircleMask(Point center, int radius) @@ -43,9 +43,9 @@ public CircleMask(Point center, int radius) ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [CircleMask](../../circlemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask) +* struct [Point](../../../aspose.imaging/point/) +* class [CircleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/clone/_index.md index 1ac021b50a07..39c8ad439517 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: CircleMask.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: CircleMask method. Creates a new object that is a copy of the current instance type: docs weight: 40 url: /net/aspose.imaging.magicwand.imagemasks/circlemask/clone/ @@ -20,8 +20,8 @@ A new object that is a copy of this instance. ### See Also -* class [CircleMask](../../circlemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask) +* class [CircleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/crop/_index.md index 17d676236248..eec421b8748b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: CircleMask.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: CircleMask method. Crops mask with the specified rectangle type: docs weight: 50 url: /net/aspose.imaging.magicwand.imagemasks/circlemask/crop/ @@ -24,10 +24,10 @@ A cropped CircleMask or ImageBitMask as ImageMask. As ImageBitMask may be return ### See Also -* class [ImageMask](../../imagemask) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [CircleMask](../../circlemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask) +* class [ImageMask](../../imagemask/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [CircleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/inflate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/inflate/_index.md index c311ecee5d45..852a09a1cba7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/inflate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/inflate/_index.md @@ -1,7 +1,7 @@ --- -title: Inflate +title: CircleMask.Inflate second_title: Aspose.Imaging for .NET API Reference -description: +description: CircleMask method. Inflates this mask by the specified amount type: docs weight: 60 url: /net/aspose.imaging.magicwand.imagemasks/circlemask/inflate/ @@ -24,9 +24,9 @@ An inflated CircleMask as ImageMask. ### See Also -* class [ImageMask](../../imagemask) -* class [CircleMask](../../circlemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask) +* class [ImageMask](../../imagemask/) +* class [CircleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/item/_index.md index 90ffa57e1f50..a81496541c13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: CircleMask.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: CircleMask property. Gets the opacity of the specified pixel type: docs weight: 20 url: /net/aspose.imaging.magicwand.imagemasks/circlemask/item/ @@ -25,8 +25,8 @@ true if the specified pixel is opaque; otherwise, false. ### See Also -* class [CircleMask](../../circlemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask) +* class [CircleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/selectionbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/selectionbounds/_index.md index bd555ad65bd5..6e4d90cf0ba0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/selectionbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/circlemask/selectionbounds/_index.md @@ -1,7 +1,7 @@ --- -title: SelectionBounds +title: CircleMask.SelectionBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: CircleMask property. Gets the bounds in pixels of this mask type: docs weight: 30 url: /net/aspose.imaging.magicwand.imagemasks/circlemask/selectionbounds/ @@ -16,9 +16,9 @@ public override Rectangle SelectionBounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [CircleMask](../../circlemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [CircleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../circlemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/_index.md index e1b3c76ecbfe..1a7ad131215f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/_index.md @@ -1,7 +1,7 @@ --- -title: EmptyImageMask +title: Class EmptyImageMask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.EmptyImageMask class. Describes an empty nonabstract mask type: docs weight: 10590 url: /net/aspose.imaging.magicwand.imagemasks/emptyimagemask/ @@ -18,52 +18,52 @@ public class EmptyImageMask : ImageMask | Name | Description | | --- | --- | -| [EmptyImageMask](emptyimagemask)(int, int) | Initializes a new instance of the [`EmptyImageMask`](../emptyimagemask) class with the specified width and height. | +| [EmptyImageMask](emptyimagemask/)(int, int) | Initializes a new instance of the `EmptyImageMask` class with the specified width and height. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds) { get; } | Gets the bounds, in pixels, of this mask. | -| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height) { get; } | Gets the height, in pixels, of this mask. | -| override [Item](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/item) { get; } | Gets the opacity of the specified pixel. | -| override [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/selectionbounds) { get; } | Gets the bounds of the selected part of the mask, in pixels. | -| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source) { get; } | Gets the source image used to create this mask, if exists. | -| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width) { get; } | Gets the width, in pixels, of this mask. | +| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds/) { get; } | Gets the bounds, in pixels, of this mask. | +| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height/) { get; } | Gets the height, in pixels, of this mask. | +| override [Item](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/item/) { get; } | Gets the opacity of the specified pixel. | +| override [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/selectionbounds/) { get; } | Gets the bounds of the selected part of the mask, in pixels. | +| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source/) { get; } | Gets the source image used to create this mask, if exists. | +| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width/) { get; } | Gets the width, in pixels, of this mask. | ## Methods | Name | Description | | --- | --- | -| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage) source, if exists. | -| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Clone](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/clone)() | Creates a new object that is a copy of the current instance. | -| override [Crop](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/crop)(Rectangle) | Crops mask with the specified rectangle. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(Size) | Crops mask with the specified size. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(int, int) | Crops mask with the specified width and height. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | -| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity)(int, int) | Gets the opacity of the specified pixel with byte precision. | -| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | -| override [Inflate](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/inflate)(int) | Inflates this mask by the specified amount. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(ImageMask) | Gets the intersection of current mask with provided. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | -| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert)() | Gets the inversion of the current mask. | -| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque)(int, int) | Checks if the specified pixel is opaque. | -| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent)(int, int) | Checks if the specified pixel is transparent. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(ImageMask) | Gets the subtraction of the provided mask from current. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(ImageMask) | Gets the union of the current mask with provided. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | +| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply/)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage/) source, if exists. | +| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto/)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Clone](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/clone/)() | Creates a new object that is a copy of the current instance. | +| override [Crop](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/crop/#crop)(Rectangle) | Crops mask with the specified rectangle. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/)(Size) | Crops mask with the specified size. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/)(int, int) | Crops mask with the specified width and height. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | +| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/)(int, int) | Gets the opacity of the specified pixel with byte precision. | +| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | +| override [Inflate](../../aspose.imaging.magicwand.imagemasks/emptyimagemask/inflate/)(int) | Inflates this mask by the specified amount. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(ImageMask) | Gets the intersection of current mask with provided. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | +| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert/)() | Gets the inversion of the current mask. | +| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque/)(int, int) | Checks if the specified pixel is opaque. | +| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent/)(int, int) | Checks if the specified pixel is transparent. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(ImageMask) | Gets the subtraction of the provided mask from current. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(ImageMask) | Gets the union of the current mask with provided. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | ### See Also -* class [ImageMask](../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* class [ImageMask](../imagemask/) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/clone/_index.md index f0c598170bcc..9eb828c3fceb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: EmptyImageMask.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: EmptyImageMask method. Creates a new object that is a copy of the current instance type: docs weight: 40 url: /net/aspose.imaging.magicwand.imagemasks/emptyimagemask/clone/ @@ -20,8 +20,8 @@ A new object that is a copy of this instance. ### See Also -* class [EmptyImageMask](../../emptyimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask) +* class [EmptyImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/crop/_index.md index 18b3c8032cdf..6e509fbe3144 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: EmptyImageMask.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: EmptyImageMask method. Crops mask with the specified rectangle type: docs weight: 50 url: /net/aspose.imaging.magicwand.imagemasks/emptyimagemask/crop/ @@ -24,10 +24,10 @@ A cropped EmptyImageMask as ImageMask. ### See Also -* class [ImageMask](../../imagemask) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmptyImageMask](../../emptyimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask) +* class [ImageMask](../../imagemask/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmptyImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/emptyimagemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/emptyimagemask/_index.md index c18e25d044cf..9161962d0d2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/emptyimagemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/emptyimagemask/_index.md @@ -1,14 +1,14 @@ --- -title: EmptyImageMask +title: EmptyImageMask.EmptyImageMask second_title: Aspose.Imaging for .NET API Reference -description: +description: EmptyImageMask constructor. Initializes a new instance of the EmptyImageMask class with the specified width and height type: docs weight: 10 url: /net/aspose.imaging.magicwand.imagemasks/emptyimagemask/emptyimagemask/ --- ## EmptyImageMask constructor -Initializes a new instance of the [`EmptyImageMask`](../../emptyimagemask) class with the specified width and height. +Initializes a new instance of the [`EmptyImageMask`](../) class with the specified width and height. ```csharp public EmptyImageMask(int width, int height) @@ -21,8 +21,8 @@ public EmptyImageMask(int width, int height) ### See Also -* class [EmptyImageMask](../../emptyimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask) +* class [EmptyImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/inflate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/inflate/_index.md index 1c66e0f028c8..bc3a645e76b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/inflate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/inflate/_index.md @@ -1,7 +1,7 @@ --- -title: Inflate +title: EmptyImageMask.Inflate second_title: Aspose.Imaging for .NET API Reference -description: +description: EmptyImageMask method. Inflates this mask by the specified amount type: docs weight: 60 url: /net/aspose.imaging.magicwand.imagemasks/emptyimagemask/inflate/ @@ -24,9 +24,9 @@ An inflated EmptyImageMask as ImageMask. ### See Also -* class [ImageMask](../../imagemask) -* class [EmptyImageMask](../../emptyimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask) +* class [ImageMask](../../imagemask/) +* class [EmptyImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/item/_index.md index 41a1a7456bf4..b2b4add4e1d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: EmptyImageMask.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: EmptyImageMask property. Gets the opacity of the specified pixel type: docs weight: 20 url: /net/aspose.imaging.magicwand.imagemasks/emptyimagemask/item/ @@ -25,8 +25,8 @@ true if the specified pixel is opaque; otherwise, false. ### See Also -* class [EmptyImageMask](../../emptyimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask) +* class [EmptyImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/selectionbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/selectionbounds/_index.md index 2090bb9799d3..b4a09820cc13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/selectionbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/emptyimagemask/selectionbounds/_index.md @@ -1,7 +1,7 @@ --- -title: SelectionBounds +title: EmptyImageMask.SelectionBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: EmptyImageMask property. Gets the bounds of the selected part of the mask in pixels type: docs weight: 30 url: /net/aspose.imaging.magicwand.imagemasks/emptyimagemask/selectionbounds/ @@ -16,9 +16,9 @@ public override Rectangle SelectionBounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [EmptyImageMask](../../emptyimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [EmptyImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../emptyimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringmode/_index.md index db6f3ff1e243..aa6cee63ea87 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringmode/_index.md @@ -1,7 +1,7 @@ --- -title: FeatheringMode +title: Enum FeatheringMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.FeatheringMode enum. Specifies how a feathering algorithm works type: docs weight: 10600 url: /net/aspose.imaging.magicwand.imagemasks/featheringmode/ @@ -24,7 +24,7 @@ public enum FeatheringMode ### See Also -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/_index.md index 151e7a020cdf..14bf539d7a6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/_index.md @@ -1,7 +1,7 @@ --- -title: FeatheringSettings +title: Class FeatheringSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.FeatheringSettings class. A feathering settings class type: docs weight: 10610 url: /net/aspose.imaging.magicwand.imagemasks/featheringsettings/ @@ -18,16 +18,16 @@ public class FeatheringSettings | Name | Description | | --- | --- | -| [FeatheringSettings](featheringsettings)() | The default constructor. | +| [FeatheringSettings](featheringsettings/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Mode](../../aspose.imaging.magicwand.imagemasks/featheringsettings/mode) { get; set; } | Gets or sets the feathering algorithm mode. | -| [Size](../../aspose.imaging.magicwand.imagemasks/featheringsettings/size) { get; set; } | Gets or sets the feathering size. | +| [Mode](../../aspose.imaging.magicwand.imagemasks/featheringsettings/mode/) { get; set; } | Gets or sets the feathering algorithm mode. | +| [Size](../../aspose.imaging.magicwand.imagemasks/featheringsettings/size/) { get; set; } | Gets or sets the feathering size. | -### Examples +## Examples The example shows how to select a complicated area of an image using Magic Wand tool and the ability to interact with masks (invert, union, substract). @@ -62,7 +62,7 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/featheringsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/featheringsettings/_index.md index e089848bea01..8765c7f6a825 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/featheringsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/featheringsettings/_index.md @@ -1,7 +1,7 @@ --- -title: FeatheringSettings +title: FeatheringSettings.FeatheringSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: FeatheringSettings constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.magicwand.imagemasks/featheringsettings/featheringsettings/ @@ -16,8 +16,8 @@ public FeatheringSettings() ### See Also -* class [FeatheringSettings](../../featheringsettings) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../featheringsettings) +* class [FeatheringSettings](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../featheringsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/mode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/mode/_index.md index c27e9e7c6760..322ceecf90ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/mode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/mode/_index.md @@ -1,7 +1,7 @@ --- -title: Mode +title: FeatheringSettings.Mode second_title: Aspose.Imaging for .NET API Reference -description: +description: FeatheringSettings property. Gets or sets the feathering algorithm mode type: docs weight: 20 url: /net/aspose.imaging.magicwand.imagemasks/featheringsettings/mode/ @@ -20,9 +20,9 @@ The feathering algorithm mode. ### See Also -* enum [FeatheringMode](../../featheringmode) -* class [FeatheringSettings](../../featheringsettings) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../featheringsettings) +* enum [FeatheringMode](../../featheringmode/) +* class [FeatheringSettings](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../featheringsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/size/_index.md index 20c89870637e..e7411b3d4e11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/featheringsettings/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: FeatheringSettings.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: FeatheringSettings property. Gets or sets the feathering size type: docs weight: 30 url: /net/aspose.imaging.magicwand.imagemasks/featheringsettings/size/ @@ -20,8 +20,8 @@ The size of the feathering brush in pixels. ### See Also -* class [FeatheringSettings](../../featheringsettings) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../featheringsettings) +* class [FeatheringSettings](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../featheringsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/_index.md index 221bfed38c54..a5516c0700af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/_index.md @@ -1,7 +1,7 @@ --- -title: IImageMask +title: Interface IImageMask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.IImageMask interface. Describes a mask type: docs weight: 10620 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/ @@ -18,23 +18,23 @@ public interface IImageMask : ICloneable | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.magicwand.imagemasks/iimagemask/bounds) { get; } | Gets the bounds, in pixels, of this mask. | -| [Height](../../aspose.imaging.magicwand.imagemasks/iimagemask/height) { get; } | Gets the height, in pixels, of this mask. | -| [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/iimagemask/selectionbounds) { get; } | Gets the bounds of the selected part of the mask, in pixels. | -| [Source](../../aspose.imaging.magicwand.imagemasks/iimagemask/source) { get; } | Gets the source image used to create this mask, if exists. | -| [Width](../../aspose.imaging.magicwand.imagemasks/iimagemask/width) { get; } | Gets the width, in pixels, of this mask. | +| [Bounds](../../aspose.imaging.magicwand.imagemasks/iimagemask/bounds/) { get; } | Gets the bounds, in pixels, of this mask. | +| [Height](../../aspose.imaging.magicwand.imagemasks/iimagemask/height/) { get; } | Gets the height, in pixels, of this mask. | +| [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/iimagemask/selectionbounds/) { get; } | Gets the bounds of the selected part of the mask, in pixels. | +| [Source](../../aspose.imaging.magicwand.imagemasks/iimagemask/source/) { get; } | Gets the source image used to create this mask, if exists. | +| [Width](../../aspose.imaging.magicwand.imagemasks/iimagemask/width/) { get; } | Gets the width, in pixels, of this mask. | ## Methods | Name | Description | | --- | --- | -| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/iimagemask/getbyteopacity)(int, int) | Gets the opacity of the specified pixel with byte precision. | -| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/iimagemask/isopaque)(int, int) | Checks if the specified pixel is opaque. | -| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/iimagemask/istransparent)(int, int) | Checks if the specified pixel is transparent. | +| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/iimagemask/getbyteopacity/)(int, int) | Gets the opacity of the specified pixel with byte precision. | +| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/iimagemask/isopaque/)(int, int) | Checks if the specified pixel is opaque. | +| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/iimagemask/istransparent/)(int, int) | Checks if the specified pixel is transparent. | ### See Also -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/bounds/_index.md index c7b8f3400d64..a83b4e7b5376 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: IImageMask.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageMask property. Gets the bounds in pixels of this mask type: docs weight: 10 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* interface [IImageMask](../../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* interface [IImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/getbyteopacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/getbyteopacity/_index.md index 0e61bd911a95..c733a756e08a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/getbyteopacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/getbyteopacity/_index.md @@ -1,7 +1,7 @@ --- -title: GetByteOpacity +title: IImageMask.GetByteOpacity second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageMask method. Gets the opacity of the specified pixel with byte precision type: docs weight: 60 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/getbyteopacity/ @@ -25,8 +25,8 @@ Byte value, representing the opacity of the specified pixel. ### See Also -* interface [IImageMask](../../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask) +* interface [IImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/height/_index.md index 140dc7957856..7776eb06cdf8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: IImageMask.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageMask property. Gets the height in pixels of this mask type: docs weight: 20 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/height/ @@ -16,8 +16,8 @@ public int Height { get; } ### See Also -* interface [IImageMask](../../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask) +* interface [IImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/isopaque/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/isopaque/_index.md index 2ea0b4fd5bf0..15a755d11df2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/isopaque/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/isopaque/_index.md @@ -1,7 +1,7 @@ --- -title: IsOpaque +title: IImageMask.IsOpaque second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageMask method. Checks if the specified pixel is opaque type: docs weight: 70 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/isopaque/ @@ -25,8 +25,8 @@ true if the specified pixel is opaque; otherwise, false. ### See Also -* interface [IImageMask](../../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask) +* interface [IImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/istransparent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/istransparent/_index.md index 0d7aa61067c2..69e389b8ce70 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/istransparent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/istransparent/_index.md @@ -1,7 +1,7 @@ --- -title: IsTransparent +title: IImageMask.IsTransparent second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageMask method. Checks if the specified pixel is transparent type: docs weight: 80 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/istransparent/ @@ -25,8 +25,8 @@ true if the specified pixel is transparent; otherwise, false. ### See Also -* interface [IImageMask](../../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask) +* interface [IImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/selectionbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/selectionbounds/_index.md index e1f2a9481e9c..bd8328bd2012 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/selectionbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/selectionbounds/_index.md @@ -1,7 +1,7 @@ --- -title: SelectionBounds +title: IImageMask.SelectionBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageMask property. Gets the bounds of the selected part of the mask in pixels type: docs weight: 30 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/selectionbounds/ @@ -16,9 +16,9 @@ public Rectangle SelectionBounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* interface [IImageMask](../../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* interface [IImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/source/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/source/_index.md index 18af72308753..e0b633f2588a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/source/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/source/_index.md @@ -1,7 +1,7 @@ --- -title: Source +title: IImageMask.Source second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageMask property. Gets the source image used to create this mask if exists type: docs weight: 40 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/source/ @@ -16,9 +16,9 @@ public RasterImage Source { get; } ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* interface [IImageMask](../../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* interface [IImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/width/_index.md index d36f1a46c99a..afdcd951ff57 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/iimagemask/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: IImageMask.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageMask property. Gets the width in pixels of this mask type: docs weight: 50 url: /net/aspose.imaging.magicwand.imagemasks/iimagemask/width/ @@ -16,8 +16,8 @@ public int Width { get; } ### See Also -* interface [IImageMask](../../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask) +* interface [IImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../iimagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/_index.md index 85e060a2d42d..491cafff87d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/_index.md @@ -1,7 +1,7 @@ --- -title: ImageBitMask +title: Class ImageBitMask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.ImageBitMask class. Describes a binary image mask type: docs weight: 10630 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/ @@ -18,59 +18,59 @@ public class ImageBitMask : ImageMask | Name | Description | | --- | --- | -| [ImageBitMask](imagebitmask)(RasterImage) | Initializes a new instance of the [`ImageBitMask`](../imagebitmask) class with the size of the specified existing [`RasterImage`](../../aspose.imaging/rasterimage). Specified [`RasterImage`](../../aspose.imaging/rasterimage) will be stored as source image. | -| [ImageBitMask](imagebitmask)(int, int) | Initializes a new instance of the [`ImageBitMask`](../imagebitmask) class with the specified width and height. | +| [ImageBitMask](imagebitmask/#constructor)(RasterImage) | Initializes a new instance of the `ImageBitMask` class with the size of the specified existing [`RasterImage`](../../aspose.imaging/rasterimage/). Specified [`RasterImage`](../../aspose.imaging/rasterimage/) will be stored as source image. | +| [ImageBitMask](imagebitmask/#constructor_1)(int, int) | Initializes a new instance of the `ImageBitMask` class with the specified width and height. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds) { get; } | Gets the bounds, in pixels, of this mask. | -| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height) { get; } | Gets the height, in pixels, of this mask. | -| override [Item](../../aspose.imaging.magicwand.imagemasks/imagebitmask/item) { get; } | Gets the opacity of the specified pixel. | -| override [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/imagebitmask/selectionbounds) { get; } | Gets the bounds of the selected part of the mask, in pixels. | -| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source) { get; } | Gets the source image used to create this mask, if exists. | -| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width) { get; } | Gets the width, in pixels, of this mask. | +| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds/) { get; } | Gets the bounds, in pixels, of this mask. | +| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height/) { get; } | Gets the height, in pixels, of this mask. | +| override [Item](../../aspose.imaging.magicwand.imagemasks/imagebitmask/item/) { get; } | Gets the opacity of the specified pixel. | +| override [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/imagebitmask/selectionbounds/) { get; } | Gets the bounds of the selected part of the mask, in pixels. | +| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source/) { get; } | Gets the source image used to create this mask, if exists. | +| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width/) { get; } | Gets the width, in pixels, of this mask. | ## Methods | Name | Description | | --- | --- | -| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage) source, if exists. | -| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Clone](../../aspose.imaging.magicwand.imagemasks/imagebitmask/clone)() | Creates a new object that is a copy of the current instance. | -| override [Crop](../../aspose.imaging.magicwand.imagemasks/imagebitmask/crop)(Rectangle) | Crops mask with the specified rectangle. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(Size) | Crops mask with the specified size. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(int, int) | Crops mask with the specified width and height. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | -| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity)(int, int) | Gets the opacity of the specified pixel with byte precision. | -| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | -| override [Inflate](../../aspose.imaging.magicwand.imagemasks/imagebitmask/inflate)(int) | Inflates this mask by the specified amount. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(ImageMask) | Gets the intersection of current mask with provided. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | -| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert)() | Gets the inversion of the current mask. | -| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque)(int, int) | Checks if the specified pixel is opaque. | -| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent)(int, int) | Checks if the specified pixel is transparent. | -| [SetMaskPixel](../../aspose.imaging.magicwand.imagemasks/imagebitmask/setmaskpixel)(int, int, bool) | Sets the opacity to the specified pixel. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(ImageMask) | Gets the subtraction of the provided mask from current. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(ImageMask) | Gets the union of the current mask with provided. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | -| [operator +](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_addition) | Union of two masks. | -| [operator ^](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_exclusiveor) | Exclusive disjunction of two masks. | -| [operator !](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_logicalnot) | Inverts mask. | -| [operator *](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_multiply) | Intersection of two masks. | -| [operator -](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_subtraction) | Subtract second mask from first. | +| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply/)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage/) source, if exists. | +| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto/)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Clone](../../aspose.imaging.magicwand.imagemasks/imagebitmask/clone/)() | Creates a new object that is a copy of the current instance. | +| override [Crop](../../aspose.imaging.magicwand.imagemasks/imagebitmask/crop/#crop)(Rectangle) | Crops mask with the specified rectangle. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/)(Size) | Crops mask with the specified size. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/)(int, int) | Crops mask with the specified width and height. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | +| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/)(int, int) | Gets the opacity of the specified pixel with byte precision. | +| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | +| override [Inflate](../../aspose.imaging.magicwand.imagemasks/imagebitmask/inflate/)(int) | Inflates this mask by the specified amount. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(ImageMask) | Gets the intersection of current mask with provided. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | +| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert/)() | Gets the inversion of the current mask. | +| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque/)(int, int) | Checks if the specified pixel is opaque. | +| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent/)(int, int) | Checks if the specified pixel is transparent. | +| [SetMaskPixel](../../aspose.imaging.magicwand.imagemasks/imagebitmask/setmaskpixel/)(int, int, bool) | Sets the opacity to the specified pixel. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(ImageMask) | Gets the subtraction of the provided mask from current. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(ImageMask) | Gets the union of the current mask with provided. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | +| [operator +](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_addition/) | Union of two masks. | +| [operator ^](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_exclusiveor/) | Exclusive disjunction of two masks. | +| [operator !](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_logicalnot/) | Inverts mask. | +| [operator *](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_multiply/) | Intersection of two masks. | +| [operator -](../../aspose.imaging.magicwand.imagemasks/imagebitmask/op_subtraction/) | Subtract second mask from first. | ### See Also -* class [ImageMask](../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* class [ImageMask](../imagemask/) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/clone/_index.md index 2b2cf261f3be..87e5f6227c2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: ImageBitMask.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Creates a new object that is a copy of the current instance type: docs weight: 40 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/clone/ @@ -20,8 +20,8 @@ A new object that is a copy of this instance. ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/crop/_index.md index 560fe73e3665..8cd756bfa152 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: ImageBitMask.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Crops mask with the specified rectangle type: docs weight: 50 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/crop/ @@ -20,14 +20,14 @@ public override ImageMask Crop(Rectangle rectangle) ### Return Value -A cropped [`ImageBitMask`](../../imagebitmask) as [`ImageMask`](../../imagemask). +A cropped [`ImageBitMask`](../) as [`ImageMask`](../../imagemask/). ### See Also -* class [ImageMask](../../imagemask) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageMask](../../imagemask/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/imagebitmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/imagebitmask/_index.md index 6dbd8e02ccf4..012da1cc61d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/imagebitmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/imagebitmask/_index.md @@ -1,14 +1,14 @@ --- -title: ImageBitMask +title: ImageBitMask.ImageBitMask second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask constructor. Initializes a new instance of the ImageBitMask class with the specified width and height type: docs weight: 10 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/imagebitmask/ --- -## ImageBitMask constructor (1 of 2) +## ImageBitMask(int, int) {#constructor_1} -Initializes a new instance of the [`ImageBitMask`](../../imagebitmask) class with the specified width and height. +Initializes a new instance of the [`ImageBitMask`](../) class with the specified width and height. ```csharp public ImageBitMask(int width, int height) @@ -21,15 +21,15 @@ public ImageBitMask(int width, int height) ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) --- -## ImageBitMask constructor (2 of 2) +## ImageBitMask(RasterImage) {#constructor} -Initializes a new instance of the [`ImageBitMask`](../../imagebitmask) class with the size of the specified existing [`RasterImage`](../../../aspose.imaging/rasterimage). Specified [`RasterImage`](../../../aspose.imaging/rasterimage) will be stored as source image. +Initializes a new instance of the [`ImageBitMask`](../) class with the size of the specified existing [`RasterImage`](../../../aspose.imaging/rasterimage/). Specified [`RasterImage`](../../../aspose.imaging/rasterimage/) will be stored as source image. ```csharp public ImageBitMask(RasterImage image) @@ -41,9 +41,9 @@ public ImageBitMask(RasterImage image) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/inflate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/inflate/_index.md index 7f850e19ee1a..8c095485f051 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/inflate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/inflate/_index.md @@ -1,7 +1,7 @@ --- -title: Inflate +title: ImageBitMask.Inflate second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Inflates this mask by the specified amount type: docs weight: 60 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/inflate/ @@ -20,13 +20,13 @@ public override ImageMask Inflate(int size) ### Return Value -An inflated [`ImageBitMask`](../../imagebitmask) as [`ImageMask`](../../imagemask). +An inflated [`ImageBitMask`](../) as [`ImageMask`](../../imagemask/). ### See Also -* class [ImageMask](../../imagemask) -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageMask](../../imagemask/) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/item/_index.md index dd11761a52d2..7498f6eeb101 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: ImageBitMask.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask property. Gets the opacity of the specified pixel type: docs weight: 20 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/item/ @@ -25,8 +25,8 @@ true if the specified pixel is opaque; otherwise, false. ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_addition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_addition/_index.md index a694587c060d..6cc19b7d4eac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_addition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_addition/_index.md @@ -1,7 +1,7 @@ --- -title: op_Addition +title: ImageBitMask.op_Addition second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Union of two masks type: docs weight: 80 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_addition/ @@ -21,12 +21,12 @@ public static ImageBitMask operator +(ImageBitMask a, ImageBitMask b) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../). ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_exclusiveor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_exclusiveor/_index.md index 1db7191b9132..24912e6e7367 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_exclusiveor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_exclusiveor/_index.md @@ -1,7 +1,7 @@ --- -title: op_ExclusiveOr +title: ImageBitMask.op_ExclusiveOr second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Exclusive disjunction of two masks type: docs weight: 90 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_exclusiveor/ @@ -21,12 +21,12 @@ public static ImageBitMask operator ^(ImageBitMask a, ImageBitMask b) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../). ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_logicalnot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_logicalnot/_index.md index 2bc29957df86..9975a56d10d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_logicalnot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_logicalnot/_index.md @@ -1,7 +1,7 @@ --- -title: op_LogicalNot +title: ImageBitMask.op_LogicalNot second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Inverts mask type: docs weight: 100 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_logicalnot/ @@ -20,12 +20,12 @@ public static ImageBitMask operator !(ImageBitMask a) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../). ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_multiply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_multiply/_index.md index 8229c9bcb9aa..26a89e70f980 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_multiply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_multiply/_index.md @@ -1,7 +1,7 @@ --- -title: op_Multiply +title: ImageBitMask.op_Multiply second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Intersection of two masks type: docs weight: 110 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_multiply/ @@ -21,12 +21,12 @@ public static ImageBitMask operator *(ImageBitMask a, ImageBitMask b) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../). ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_subtraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_subtraction/_index.md index eee0d7cdf9b0..7108e81c5071 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_subtraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_subtraction/_index.md @@ -1,7 +1,7 @@ --- -title: op_Subtraction +title: ImageBitMask.op_Subtraction second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Subtract second mask from first type: docs weight: 120 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/op_subtraction/ @@ -21,12 +21,12 @@ public static ImageBitMask operator -(ImageBitMask a, ImageBitMask b) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../). ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/selectionbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/selectionbounds/_index.md index effe75880fc4..2f61afbc20b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/selectionbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/selectionbounds/_index.md @@ -1,7 +1,7 @@ --- -title: SelectionBounds +title: ImageBitMask.SelectionBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask property. Gets the bounds of the selected part of the mask in pixels type: docs weight: 30 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/selectionbounds/ @@ -16,9 +16,9 @@ public override Rectangle SelectionBounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/setmaskpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/setmaskpixel/_index.md index 3dad3c26955a..52f87e631dca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/setmaskpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagebitmask/setmaskpixel/_index.md @@ -1,7 +1,7 @@ --- -title: SetMaskPixel +title: ImageBitMask.SetMaskPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageBitMask method. Sets the opacity to the specified pixel type: docs weight: 70 url: /net/aspose.imaging.magicwand.imagemasks/imagebitmask/setmaskpixel/ @@ -22,8 +22,8 @@ public void SetMaskPixel(int x, int y, bool value) ### See Also -* class [ImageBitMask](../../imagebitmask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask) +* class [ImageBitMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagebitmask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/_index.md index 220d5cc99c8f..7c0d4fd6dd2a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/_index.md @@ -1,7 +1,7 @@ --- -title: ImageGrayscaleMask +title: Class ImageGrayscaleMask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.ImageGrayscaleMask class. Describes a grayscale image mask type: docs weight: 10640 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/ @@ -18,45 +18,45 @@ public class ImageGrayscaleMask : IImageMask | Name | Description | | --- | --- | -| [ImageGrayscaleMask](imagegrayscalemask)(RasterImage) | Initializes a new instance of the [`ImageGrayscaleMask`](../imagegrayscalemask) class with the size of the specified existing [`RasterImage`](../../aspose.imaging/rasterimage). Specified [`RasterImage`](../../aspose.imaging/rasterimage) will be stored as source image. | -| [ImageGrayscaleMask](imagegrayscalemask)(int, int) | Initializes a new instance of the [`ImageGrayscaleMask`](../imagegrayscalemask) class with the specified width and height. | +| [ImageGrayscaleMask](imagegrayscalemask/#constructor)(RasterImage) | Initializes a new instance of the `ImageGrayscaleMask` class with the size of the specified existing [`RasterImage`](../../aspose.imaging/rasterimage/). Specified [`RasterImage`](../../aspose.imaging/rasterimage/) will be stored as source image. | +| [ImageGrayscaleMask](imagegrayscalemask/#constructor_1)(int, int) | Initializes a new instance of the `ImageGrayscaleMask` class with the specified width and height. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/bounds) { get; } | Gets the bounds, in pixels, of this mask. | -| [Height](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/height) { get; } | Gets the height, in pixels, of this mask. | -| [Item](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/item) { get; set; } | Gets or sets the opacity of the specified pixel. | -| [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/selectionbounds) { get; } | Gets the bounds of the selected part of the mask, in pixels. | -| [Source](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/source) { get; } | Gets the source image used to create this mask, if exists. | -| [Width](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/width) { get; } | Gets the width, in pixels, of this mask. | +| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/bounds/) { get; } | Gets the bounds, in pixels, of this mask. | +| [Height](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/height/) { get; } | Gets the height, in pixels, of this mask. | +| [Item](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/item/) { get; set; } | Gets or sets the opacity of the specified pixel. | +| [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/selectionbounds/) { get; } | Gets the bounds of the selected part of the mask, in pixels. | +| [Source](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/source/) { get; } | Gets the source image used to create this mask, if exists. | +| [Width](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/width/) { get; } | Gets the width, in pixels, of this mask. | ## Methods | Name | Description | | --- | --- | -| [Apply](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/apply)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage) source, if exists. | -| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/applyto)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage). | -| [Clone](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/clone)() | Creates a new object that is a copy of the current instance. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop)(Rectangle) | Crops mask with the specified rectangle. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop)(Size) | Crops mask with the specified size. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop)(int, int) | Crops mask with the specified width and height. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/exclusivedisjunction)(ImageGrayscaleMask) | Gets the exclusive disjunction of current mask with provided. | -| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/getbyteopacity)(int, int) | Gets the opacity of the specified pixel with byte precision. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/intersect)(ImageGrayscaleMask) | Gets the intersection of current mask with provided. | -| [Invert](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/invert)() | Gets the inversion of the current mask. | -| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/isopaque)(int, int) | Checks if the specified pixel is opaque. | -| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/istransparent)(int, int) | Checks if the specified pixel is transparent. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/subtract)(ImageGrayscaleMask) | Gets the subtraction of the provided mask from current. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/union)(ImageGrayscaleMask) | Union of two masks. | -| [operator +](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_addition) | Union of two masks. | -| [operator ^](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_exclusiveor) | Exclusive disjunction of two masks. | -| [operator !](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_logicalnot) | Inverts mask. | -| [operator *](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_multiply) | Intersection of two masks. | -| [operator -](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_subtraction) | Subtract second mask from first. | - -### Examples +| [Apply](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/apply/)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage/) source, if exists. | +| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/applyto/)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage/). | +| [Clone](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/clone/)() | Creates a new object that is a copy of the current instance. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop/#crop)(Rectangle) | Crops mask with the specified rectangle. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop/#crop_1)(Size) | Crops mask with the specified size. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop/#crop_2)(int, int) | Crops mask with the specified width and height. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/exclusivedisjunction/)(ImageGrayscaleMask) | Gets the exclusive disjunction of current mask with provided. | +| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/getbyteopacity/)(int, int) | Gets the opacity of the specified pixel with byte precision. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/intersect/)(ImageGrayscaleMask) | Gets the intersection of current mask with provided. | +| [Invert](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/invert/)() | Gets the inversion of the current mask. | +| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/isopaque/)(int, int) | Checks if the specified pixel is opaque. | +| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/istransparent/)(int, int) | Checks if the specified pixel is transparent. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/subtract/)(ImageGrayscaleMask) | Gets the subtraction of the provided mask from current. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/union/)(ImageGrayscaleMask) | Union of two masks. | +| [operator +](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_addition/) | Union of two masks. | +| [operator ^](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_exclusiveor/) | Exclusive disjunction of two masks. | +| [operator !](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_logicalnot/) | Inverts mask. | +| [operator *](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_multiply/) | Intersection of two masks. | +| [operator -](../../aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_subtraction/) | Subtract second mask from first. | + +## Examples The example shows how to select a complicated area of an image using Magic Wand tool and the ability to interact with masks (invert, union, substract). @@ -91,8 +91,8 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* interface [IImageMask](../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* interface [IImageMask](../iimagemask/) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/apply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/apply/_index.md index 6bc711156c1a..5d7534238673 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/apply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/apply/_index.md @@ -1,14 +1,14 @@ --- -title: Apply +title: ImageGrayscaleMask.Apply second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Applies current mask to the RasterImage source if exists type: docs weight: 80 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/apply/ --- ## ImageGrayscaleMask.Apply method -Applies current mask to the [`RasterImage`](../../../aspose.imaging/rasterimage) source, if exists. +Applies current mask to the [`RasterImage`](../../../aspose.imaging/rasterimage/) source, if exists. ```csharp public void Apply() @@ -22,8 +22,8 @@ public void Apply() ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/applyto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/applyto/_index.md index 187616ae43ee..0ee75ef5dd0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/applyto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/applyto/_index.md @@ -1,14 +1,14 @@ --- -title: ApplyTo +title: ImageGrayscaleMask.ApplyTo second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Applies current mask to the specified RasterImage type: docs weight: 90 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/applyto/ --- ## ImageGrayscaleMask.ApplyTo method -Applies current mask to the specified [`RasterImage`](../../../aspose.imaging/rasterimage). +Applies current mask to the specified [`RasterImage`](../../../aspose.imaging/rasterimage/). ```csharp public void ApplyTo(RasterImage image) @@ -26,9 +26,9 @@ public void ApplyTo(RasterImage image) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/bounds/_index.md index ecd2dd56601e..e44344131dbe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: ImageGrayscaleMask.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask property. Gets the bounds in pixels of this mask type: docs weight: 20 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/clone/_index.md index dc935bebbe90..1687c1628a8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: ImageGrayscaleMask.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Creates a new object that is a copy of the current instance type: docs weight: 100 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/clone/ @@ -20,8 +20,8 @@ A new object that is a copy of this instance. ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop/_index.md index 4dd14f919add..36001d5e3a45 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: ImageGrayscaleMask.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Crops mask with the specified size type: docs weight: 110 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/crop/ --- -## ImageGrayscaleMask.Crop method (1 of 3) +## Crop(Size) {#crop_1} Crops mask with the specified size. @@ -20,18 +20,18 @@ public ImageGrayscaleMask Crop(Size size) ### Return Value -An cropped [`ImageGrayscaleMask`](../../imagegrayscalemask). +An cropped [`ImageGrayscaleMask`](../). ### See Also -* struct [Size](../../../aspose.imaging/size) -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* struct [Size](../../../aspose.imaging/size/) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageGrayscaleMask.Crop method (2 of 3) +## Crop(int, int) {#crop_2} Crops mask with the specified width and height. @@ -46,17 +46,17 @@ public ImageGrayscaleMask Crop(int width, int height) ### Return Value -An cropped [`ImageGrayscaleMask`](../../imagegrayscalemask). +An cropped [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageGrayscaleMask.Crop method (3 of 3) +## Crop(Rectangle) {#crop} Crops mask with the specified rectangle. @@ -70,13 +70,13 @@ public ImageGrayscaleMask Crop(Rectangle rectangle) ### Return Value -A cropped [`ImageGrayscaleMask`](../../imagegrayscalemask). +A cropped [`ImageGrayscaleMask`](../). ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/exclusivedisjunction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/exclusivedisjunction/_index.md index 3d11e28e84e8..d06e2103af47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/exclusivedisjunction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/exclusivedisjunction/_index.md @@ -1,7 +1,7 @@ --- -title: ExclusiveDisjunction +title: ImageGrayscaleMask.ExclusiveDisjunction second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Gets the exclusive disjunction of current mask with provided type: docs weight: 120 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/exclusivedisjunction/ @@ -20,12 +20,12 @@ public ImageGrayscaleMask ExclusiveDisjunction(ImageGrayscaleMask mask) ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/getbyteopacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/getbyteopacity/_index.md index 23b905ebef67..14e84d848d2f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/getbyteopacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/getbyteopacity/_index.md @@ -1,7 +1,7 @@ --- -title: GetByteOpacity +title: ImageGrayscaleMask.GetByteOpacity second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Gets the opacity of the specified pixel with byte precision type: docs weight: 130 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/getbyteopacity/ @@ -25,8 +25,8 @@ Byte value, representing the opacity of the specified pixel. ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/height/_index.md index 20f790f2ea91..c5acae65d44c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: ImageGrayscaleMask.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask property. Gets the height in pixels of this mask type: docs weight: 30 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/height/ @@ -16,8 +16,8 @@ public int Height { get; } ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/imagegrayscalemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/imagegrayscalemask/_index.md index d9b664cb7ba4..69364bfd0a2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/imagegrayscalemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/imagegrayscalemask/_index.md @@ -1,14 +1,14 @@ --- -title: ImageGrayscaleMask +title: ImageGrayscaleMask.ImageGrayscaleMask second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask constructor. Initializes a new instance of the ImageGrayscaleMask class with the specified width and height type: docs weight: 10 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/imagegrayscalemask/ --- -## ImageGrayscaleMask constructor (1 of 2) +## ImageGrayscaleMask(int, int) {#constructor_1} -Initializes a new instance of the [`ImageGrayscaleMask`](../../imagegrayscalemask) class with the specified width and height. +Initializes a new instance of the [`ImageGrayscaleMask`](../) class with the specified width and height. ```csharp public ImageGrayscaleMask(int width, int height) @@ -21,15 +21,15 @@ public ImageGrayscaleMask(int width, int height) ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageGrayscaleMask constructor (2 of 2) +## ImageGrayscaleMask(RasterImage) {#constructor} -Initializes a new instance of the [`ImageGrayscaleMask`](../../imagegrayscalemask) class with the size of the specified existing [`RasterImage`](../../../aspose.imaging/rasterimage). Specified [`RasterImage`](../../../aspose.imaging/rasterimage) will be stored as source image. +Initializes a new instance of the [`ImageGrayscaleMask`](../) class with the size of the specified existing [`RasterImage`](../../../aspose.imaging/rasterimage/). Specified [`RasterImage`](../../../aspose.imaging/rasterimage/) will be stored as source image. ```csharp public ImageGrayscaleMask(RasterImage image) @@ -41,9 +41,9 @@ public ImageGrayscaleMask(RasterImage image) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/intersect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/intersect/_index.md index 38a9db1eebd0..282e3a0791b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/intersect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/intersect/_index.md @@ -1,7 +1,7 @@ --- -title: Intersect +title: ImageGrayscaleMask.Intersect second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Gets the intersection of current mask with provided type: docs weight: 140 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/intersect/ @@ -20,12 +20,12 @@ public ImageGrayscaleMask Intersect(ImageGrayscaleMask mask) ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/invert/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/invert/_index.md index 8f7d23a084c2..c366ac903577 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/invert/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/invert/_index.md @@ -1,7 +1,7 @@ --- -title: Invert +title: ImageGrayscaleMask.Invert second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Gets the inversion of the current mask type: docs weight: 150 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/invert/ @@ -16,12 +16,12 @@ public ImageGrayscaleMask Invert() ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/isopaque/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/isopaque/_index.md index f3f9c798fbb2..74cfce56fcba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/isopaque/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/isopaque/_index.md @@ -1,7 +1,7 @@ --- -title: IsOpaque +title: ImageGrayscaleMask.IsOpaque second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Checks if the specified pixel is opaque type: docs weight: 160 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/isopaque/ @@ -25,8 +25,8 @@ true if the specified pixel is opaque; otherwise, false. ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/istransparent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/istransparent/_index.md index 028b89321815..dadd31e02e89 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/istransparent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/istransparent/_index.md @@ -1,7 +1,7 @@ --- -title: IsTransparent +title: ImageGrayscaleMask.IsTransparent second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Checks if the specified pixel is transparent type: docs weight: 170 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/istransparent/ @@ -25,8 +25,8 @@ true if the specified pixel is transparent; otherwise, false. ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/item/_index.md index 99185e905baa..afe6e9bcae9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: ImageGrayscaleMask.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask property. Gets or sets the opacity of the specified pixel type: docs weight: 40 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/item/ @@ -25,8 +25,8 @@ Byte value; 0 if transparent; 255 if opaque. ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_addition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_addition/_index.md index e5e205d05914..f2936653e58e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_addition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_addition/_index.md @@ -1,7 +1,7 @@ --- -title: op_Addition +title: ImageGrayscaleMask.op_Addition second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Union of two masks type: docs weight: 200 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_addition/ @@ -21,12 +21,12 @@ public static ImageGrayscaleMask operator +(ImageGrayscaleMask a, ImageGrayscale ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_exclusiveor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_exclusiveor/_index.md index 554c279e98ff..219bbee3712f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_exclusiveor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_exclusiveor/_index.md @@ -1,7 +1,7 @@ --- -title: op_ExclusiveOr +title: ImageGrayscaleMask.op_ExclusiveOr second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Exclusive disjunction of two masks type: docs weight: 210 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_exclusiveor/ @@ -21,12 +21,12 @@ public static ImageGrayscaleMask operator ^(ImageGrayscaleMask a, ImageGrayscale ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_logicalnot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_logicalnot/_index.md index ee83b0636483..c997b52d0c06 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_logicalnot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_logicalnot/_index.md @@ -1,7 +1,7 @@ --- -title: op_LogicalNot +title: ImageGrayscaleMask.op_LogicalNot second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Inverts mask type: docs weight: 220 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_logicalnot/ @@ -20,12 +20,12 @@ public static ImageGrayscaleMask operator !(ImageGrayscaleMask a) ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_multiply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_multiply/_index.md index 65ae76484b48..3cf0c8f5e346 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_multiply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_multiply/_index.md @@ -1,7 +1,7 @@ --- -title: op_Multiply +title: ImageGrayscaleMask.op_Multiply second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Intersection of two masks type: docs weight: 230 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_multiply/ @@ -21,12 +21,12 @@ public static ImageGrayscaleMask operator *(ImageGrayscaleMask a, ImageGrayscale ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_subtraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_subtraction/_index.md index d92746bb18ee..64532b55cde6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_subtraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_subtraction/_index.md @@ -1,7 +1,7 @@ --- -title: op_Subtraction +title: ImageGrayscaleMask.op_Subtraction second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Subtract second mask from first type: docs weight: 240 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/op_subtraction/ @@ -21,12 +21,12 @@ public static ImageGrayscaleMask operator -(ImageGrayscaleMask a, ImageGrayscale ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/selectionbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/selectionbounds/_index.md index 087e1cf81e08..cd234d1e75c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/selectionbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/selectionbounds/_index.md @@ -1,7 +1,7 @@ --- -title: SelectionBounds +title: ImageGrayscaleMask.SelectionBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask property. Gets the bounds of the selected part of the mask in pixels type: docs weight: 50 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/selectionbounds/ @@ -16,9 +16,9 @@ public Rectangle SelectionBounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/source/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/source/_index.md index 00d36fe2e19e..6578a4af988e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/source/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/source/_index.md @@ -1,7 +1,7 @@ --- -title: Source +title: ImageGrayscaleMask.Source second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask property. Gets the source image used to create this mask if exists type: docs weight: 60 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/source/ @@ -16,9 +16,9 @@ public RasterImage Source { get; } ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/subtract/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/subtract/_index.md index 58f4d9a62665..e7fa69bd4cf4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/subtract/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/subtract/_index.md @@ -1,7 +1,7 @@ --- -title: Subtract +title: ImageGrayscaleMask.Subtract second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Gets the subtraction of the provided mask from current type: docs weight: 180 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/subtract/ @@ -20,12 +20,12 @@ public ImageGrayscaleMask Subtract(ImageGrayscaleMask mask) ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/union/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/union/_index.md index 350cf0376a02..faa866cdb7a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/union/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/union/_index.md @@ -1,7 +1,7 @@ --- -title: Union +title: ImageGrayscaleMask.Union second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask method. Union of two masks type: docs weight: 190 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/union/ @@ -20,12 +20,12 @@ public ImageGrayscaleMask Union(ImageGrayscaleMask mask) ### Return Value -New [`ImageGrayscaleMask`](../../imagegrayscalemask). +New [`ImageGrayscaleMask`](../). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/width/_index.md index 68bad3530f8c..c21cca5c5e7d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: ImageGrayscaleMask.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageGrayscaleMask property. Gets the width in pixels of this mask type: docs weight: 70 url: /net/aspose.imaging.magicwand.imagemasks/imagegrayscalemask/width/ @@ -16,8 +16,8 @@ public int Width { get; } ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask) +* class [ImageGrayscaleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagegrayscalemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/_index.md index ef5da64bae28..07c527dec027 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/_index.md @@ -1,7 +1,7 @@ --- -title: ImageMask +title: Class ImageMask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.ImageMask class. Describes a binary image mask type: docs weight: 10650 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/ @@ -18,49 +18,49 @@ public abstract class ImageMask : IImageMask | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds) { get; } | Gets the bounds, in pixels, of this mask. | -| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height) { get; } | Gets the height, in pixels, of this mask. | -| abstract [Item](../../aspose.imaging.magicwand.imagemasks/imagemask/item) { get; } | Gets the opacity of the specified pixel. | -| abstract [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/imagemask/selectionbounds) { get; } | Gets the bounds of the selected part of the mask, in pixels. | -| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source) { get; } | Gets the source image used to create this mask, if exists. | -| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width) { get; } | Gets the width, in pixels, of this mask. | +| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds/) { get; } | Gets the bounds, in pixels, of this mask. | +| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height/) { get; } | Gets the height, in pixels, of this mask. | +| abstract [Item](../../aspose.imaging.magicwand.imagemasks/imagemask/item/) { get; } | Gets the opacity of the specified pixel. | +| abstract [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/imagemask/selectionbounds/) { get; } | Gets the bounds of the selected part of the mask, in pixels. | +| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source/) { get; } | Gets the source image used to create this mask, if exists. | +| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width/) { get; } | Gets the width, in pixels, of this mask. | ## Methods | Name | Description | | --- | --- | -| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage) source, if exists. | -| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage). | -| abstract [Clone](../../aspose.imaging.magicwand.imagemasks/imagemask/clone)() | Creates a new object that is a copy of the current instance. | -| abstract [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(Rectangle) | Crops mask with the specified rectangle. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(Size) | Crops mask with the specified size. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(int, int) | Crops mask with the specified width and height. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | -| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity)(int, int) | Gets the opacity of the specified pixel with byte precision. | -| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | -| abstract [Inflate](../../aspose.imaging.magicwand.imagemasks/imagemask/inflate)(int) | Inflates this mask by the specified amount. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(ImageMask) | Gets the intersection of current mask with provided. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | -| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert)() | Gets the inversion of the current mask. | -| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque)(int, int) | Checks if the specified pixel is opaque. | -| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent)(int, int) | Checks if the specified pixel is transparent. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(ImageMask) | Gets the subtraction of the provided mask from current. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(ImageMask) | Gets the union of the current mask with provided. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | -| [operator +](../../aspose.imaging.magicwand.imagemasks/imagemask/op_addition) | Union of two masks. | -| [operator ^](../../aspose.imaging.magicwand.imagemasks/imagemask/op_exclusiveor) | Exclusive disjunction of two masks. | -| [explicit operator](../../aspose.imaging.magicwand.imagemasks/imagemask/op_explicit) | [`ImageGrayscaleMask`](../imagegrayscalemask) casting operator. | -| [operator !](../../aspose.imaging.magicwand.imagemasks/imagemask/op_logicalnot) | Inverts mask. | -| [operator *](../../aspose.imaging.magicwand.imagemasks/imagemask/op_multiply) | Intersection of two masks. | -| [operator -](../../aspose.imaging.magicwand.imagemasks/imagemask/op_subtraction) | Subtract second mask from first. | +| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply/)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage/) source, if exists. | +| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto/)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage/). | +| abstract [Clone](../../aspose.imaging.magicwand.imagemasks/imagemask/clone/)() | Creates a new object that is a copy of the current instance. | +| abstract [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/#crop)(Rectangle) | Crops mask with the specified rectangle. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/#crop_1)(Size) | Crops mask with the specified size. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/#crop_2)(int, int) | Crops mask with the specified width and height. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/#exclusivedisjunction)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/#exclusivedisjunction_1)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/#exclusivedisjunction_2)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | +| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/)(int, int) | Gets the opacity of the specified pixel with byte precision. | +| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | +| abstract [Inflate](../../aspose.imaging.magicwand.imagemasks/imagemask/inflate/)(int) | Inflates this mask by the specified amount. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/#intersect)(ImageMask) | Gets the intersection of current mask with provided. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/#intersect_1)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/#intersect_2)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | +| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert/)() | Gets the inversion of the current mask. | +| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque/)(int, int) | Checks if the specified pixel is opaque. | +| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent/)(int, int) | Checks if the specified pixel is transparent. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/#subtract)(ImageMask) | Gets the subtraction of the provided mask from current. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/#subtract_1)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/#subtract_2)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/#union)(ImageMask) | Gets the union of the current mask with provided. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/#union_1)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/#union_2)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | +| [operator +](../../aspose.imaging.magicwand.imagemasks/imagemask/op_addition/) | Union of two masks. | +| [operator ^](../../aspose.imaging.magicwand.imagemasks/imagemask/op_exclusiveor/) | Exclusive disjunction of two masks. | +| [explicit operator](../../aspose.imaging.magicwand.imagemasks/imagemask/op_explicit/) | [`ImageGrayscaleMask`](../imagegrayscalemask/) casting operator. | +| [operator !](../../aspose.imaging.magicwand.imagemasks/imagemask/op_logicalnot/) | Inverts mask. | +| [operator *](../../aspose.imaging.magicwand.imagemasks/imagemask/op_multiply/) | Intersection of two masks. | +| [operator -](../../aspose.imaging.magicwand.imagemasks/imagemask/op_subtraction/) | Subtract second mask from first. | -### Examples +## Examples The example shows how to select a complicated area of an image using Magic Wand tool and the ability to interact with masks (invert, union, substract). @@ -95,8 +95,8 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* interface [IImageMask](../iimagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* interface [IImageMask](../iimagemask/) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/apply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/apply/_index.md index f046223072c6..4fb4cd5c5e7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/apply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/apply/_index.md @@ -1,14 +1,14 @@ --- -title: Apply +title: ImageMask.Apply second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Applies current mask to the RasterImage source if exists type: docs weight: 70 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/apply/ --- ## ImageMask.Apply method -Applies current mask to the [`RasterImage`](../../../aspose.imaging/rasterimage) source, if exists. +Applies current mask to the [`RasterImage`](../../../aspose.imaging/rasterimage/) source, if exists. ```csharp public void Apply() @@ -20,7 +20,7 @@ public void Apply() | --- | --- | | NullReferenceException | Thrown when the source image is not defined. | -### Examples +## Examples The example shows how to select a simple area of an image based on tone and color of any pixel using Magic Wand tool. @@ -46,8 +46,8 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/applyto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/applyto/_index.md index c0507a8e5775..1e6384774414 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/applyto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/applyto/_index.md @@ -1,14 +1,14 @@ --- -title: ApplyTo +title: ImageMask.ApplyTo second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Applies current mask to the specified RasterImage type: docs weight: 80 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/applyto/ --- ## ImageMask.ApplyTo method -Applies current mask to the specified [`RasterImage`](../../../aspose.imaging/rasterimage). +Applies current mask to the specified [`RasterImage`](../../../aspose.imaging/rasterimage/). ```csharp public void ApplyTo(RasterImage image) @@ -26,9 +26,9 @@ public void ApplyTo(RasterImage image) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/bounds/_index.md index ea00458dad9f..5f2ec96fe70f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: ImageMask.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask property. Gets the bounds in pixels of this mask type: docs weight: 10 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/clone/_index.md index fe30171783ce..e119982eef51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: ImageMask.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Creates a new object that is a copy of the current instance type: docs weight: 90 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/clone/ @@ -20,8 +20,8 @@ A new object that is a copy of this instance. ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/crop/_index.md index 12a50e17b296..35517f18f662 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: ImageMask.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Crops mask with the specified rectangle type: docs weight: 100 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/crop/ --- -## ImageMask.Crop method (1 of 3) +## Crop(Rectangle) {#crop} Crops mask with the specified rectangle. @@ -24,14 +24,14 @@ An ImageMask. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.Crop method (2 of 3) +## Crop(Size) {#crop_1} Crops mask with the specified size. @@ -49,14 +49,14 @@ An ImageMask. ### See Also -* struct [Size](../../../aspose.imaging/size) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* struct [Size](../../../aspose.imaging/size/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.Crop method (3 of 3) +## Crop(int, int) {#crop_2} Crops mask with the specified width and height. @@ -75,8 +75,8 @@ An ImageMask. ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/_index.md index 89e6a10d51dd..085376e645a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/_index.md @@ -1,12 +1,12 @@ --- -title: ExclusiveDisjunction +title: ImageMask.ExclusiveDisjunction second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Gets the exclusive disjunction of current mask with provided type: docs weight: 110 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/ --- -## ImageMask.ExclusiveDisjunction method (1 of 3) +## ExclusiveDisjunction(ImageMask) {#exclusivedisjunction} Gets the exclusive disjunction of current mask with provided. @@ -20,18 +20,18 @@ public ImageBitMask ExclusiveDisjunction(ImageMask mask) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.ExclusiveDisjunction method (2 of 3) +## ExclusiveDisjunction(MagicWandSettings) {#exclusivedisjunction_1} Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. @@ -45,7 +45,7 @@ public ImageBitMask ExclusiveDisjunction(MagicWandSettings settings) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### Exceptions @@ -55,15 +55,15 @@ New [`ImageBitMask`](../../imagebitmask). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.ExclusiveDisjunction method (3 of 3) +## ExclusiveDisjunction(RasterImage, MagicWandSettings) {#exclusivedisjunction_2} Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. @@ -78,15 +78,15 @@ public ImageBitMask ExclusiveDisjunction(RasterImage image, MagicWandSettings se ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/_index.md index bd02b0d633ea..111c8c2fc4f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/_index.md @@ -1,7 +1,7 @@ --- -title: GetByteOpacity +title: ImageMask.GetByteOpacity second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Gets the opacity of the specified pixel with byte precision type: docs weight: 120 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/ @@ -25,8 +25,8 @@ Byte value, representing the opacity of the specified pixel. ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/_index.md index 650560c3b957..8c20ec8a1267 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/_index.md @@ -1,7 +1,7 @@ --- -title: GetFeathered +title: ImageMask.GetFeathered second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Gets grayscale mask with the border feathered with the specified settings type: docs weight: 130 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/ @@ -20,14 +20,14 @@ public ImageGrayscaleMask GetFeathered(FeatheringSettings settings = null) ### Return Value -[`ImageGrayscaleMask`](../../imagegrayscalemask) with feathered border. +[`ImageGrayscaleMask`](../../imagegrayscalemask/) with feathered border. ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* class [FeatheringSettings](../../featheringsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageGrayscaleMask](../../imagegrayscalemask/) +* class [FeatheringSettings](../../featheringsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/height/_index.md index cb53205ce513..93349954579a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: ImageMask.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask property. Gets the height in pixels of this mask type: docs weight: 20 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/height/ @@ -16,8 +16,8 @@ public int Height { get; } ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/inflate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/inflate/_index.md index 13f37c6e02ce..1a08556df562 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/inflate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/inflate/_index.md @@ -1,7 +1,7 @@ --- -title: Inflate +title: ImageMask.Inflate second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Inflates this mask by the specified amount type: docs weight: 140 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/inflate/ @@ -24,8 +24,8 @@ An ImageMask. ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/intersect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/intersect/_index.md index 38704c51e171..d639e5a2d79a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/intersect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/intersect/_index.md @@ -1,12 +1,12 @@ --- -title: Intersect +title: ImageMask.Intersect second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Gets the intersection of current mask with provided type: docs weight: 150 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/intersect/ --- -## ImageMask.Intersect method (1 of 3) +## Intersect(ImageMask) {#intersect} Gets the intersection of current mask with provided. @@ -20,18 +20,18 @@ public ImageBitMask Intersect(ImageMask mask) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.Intersect method (2 of 3) +## Intersect(MagicWandSettings) {#intersect_1} Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. @@ -45,7 +45,7 @@ public ImageBitMask Intersect(MagicWandSettings settings) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### Exceptions @@ -55,15 +55,15 @@ New [`ImageBitMask`](../../imagebitmask). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.Intersect method (3 of 3) +## Intersect(RasterImage, MagicWandSettings) {#intersect_2} Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. @@ -78,15 +78,15 @@ public ImageBitMask Intersect(RasterImage image, MagicWandSettings settings) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/invert/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/invert/_index.md index 16c486a9d86a..1b247ebccc92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/invert/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/invert/_index.md @@ -1,7 +1,7 @@ --- -title: Invert +title: ImageMask.Invert second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Gets the inversion of the current mask type: docs weight: 160 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/invert/ @@ -16,9 +16,9 @@ public ImageBitMask Invert() ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). -### Examples +## Examples The example shows how to select a complicated area of an image using Magic Wand tool and the ability to interact with masks (invert, union, substract). @@ -53,9 +53,9 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/isopaque/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/isopaque/_index.md index 39a10f7df473..1e101327c313 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/isopaque/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/isopaque/_index.md @@ -1,7 +1,7 @@ --- -title: IsOpaque +title: ImageMask.IsOpaque second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Checks if the specified pixel is opaque type: docs weight: 170 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/isopaque/ @@ -25,8 +25,8 @@ true if the specified pixel is opaque; otherwise, false. ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/istransparent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/istransparent/_index.md index fcf113e233b9..e5aeb7ecaf4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/istransparent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/istransparent/_index.md @@ -1,7 +1,7 @@ --- -title: IsTransparent +title: ImageMask.IsTransparent second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Checks if the specified pixel is transparent type: docs weight: 180 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/istransparent/ @@ -25,8 +25,8 @@ true if the specified pixel is transparent; otherwise, false. ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/item/_index.md index 9e84d6010ab7..4b0e85104247 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: ImageMask.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask property. Gets the opacity of the specified pixel type: docs weight: 30 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/item/ @@ -25,8 +25,8 @@ true if the specified pixel is opaque; otherwise, false. ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_addition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_addition/_index.md index 46ea76cd71df..96cb6b76dfc4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_addition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_addition/_index.md @@ -1,7 +1,7 @@ --- -title: op_Addition +title: ImageMask.op_Addition second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Union of two masks type: docs weight: 210 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/op_addition/ @@ -21,13 +21,13 @@ public static ImageBitMask operator +(ImageMask a, ImageMask b) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_exclusiveor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_exclusiveor/_index.md index fecd2098acd9..54e43b9e4a22 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_exclusiveor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_exclusiveor/_index.md @@ -1,7 +1,7 @@ --- -title: op_ExclusiveOr +title: ImageMask.op_ExclusiveOr second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Exclusive disjunction of two masks type: docs weight: 220 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/op_exclusiveor/ @@ -21,13 +21,13 @@ public static ImageBitMask operator ^(ImageMask a, ImageMask b) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_explicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_explicit/_index.md index 6d4ebebeae41..ef7c6c70a677 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_explicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_explicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Explicit +title: ImageMask.op_Explicit second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. ImageGrayscaleMask casting operator type: docs weight: 230 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/op_explicit/ --- ## ImageMask Explicit operator -[`ImageGrayscaleMask`](../../imagegrayscalemask) casting operator. +[`ImageGrayscaleMask`](../../imagegrayscalemask/) casting operator. ```csharp public static explicit operator ImageGrayscaleMask(ImageMask mask) @@ -20,13 +20,13 @@ public static explicit operator ImageGrayscaleMask(ImageMask mask) ### Return Value -The new [`ImageGrayscaleMask`](../../imagegrayscalemask). +The new [`ImageGrayscaleMask`](../../imagegrayscalemask/). ### See Also -* class [ImageGrayscaleMask](../../imagegrayscalemask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageGrayscaleMask](../../imagegrayscalemask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_logicalnot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_logicalnot/_index.md index 78f935079473..bf9a97927fc0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_logicalnot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_logicalnot/_index.md @@ -1,7 +1,7 @@ --- -title: op_LogicalNot +title: ImageMask.op_LogicalNot second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Inverts mask type: docs weight: 240 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/op_logicalnot/ @@ -20,13 +20,13 @@ public static ImageBitMask operator !(ImageMask a) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_multiply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_multiply/_index.md index 786fe725b964..d345d2e143f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_multiply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_multiply/_index.md @@ -1,7 +1,7 @@ --- -title: op_Multiply +title: ImageMask.op_Multiply second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Intersection of two masks type: docs weight: 250 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/op_multiply/ @@ -21,13 +21,13 @@ public static ImageBitMask operator *(ImageMask a, ImageMask b) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_subtraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_subtraction/_index.md index 499de5ace9e9..03b7d44eec1e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_subtraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/op_subtraction/_index.md @@ -1,7 +1,7 @@ --- -title: op_Subtraction +title: ImageMask.op_Subtraction second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Subtract second mask from first type: docs weight: 260 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/op_subtraction/ @@ -21,13 +21,13 @@ public static ImageBitMask operator -(ImageMask a, ImageMask b) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/selectionbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/selectionbounds/_index.md index 54843b28afae..3d5bb3c5150d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/selectionbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/selectionbounds/_index.md @@ -1,7 +1,7 @@ --- -title: SelectionBounds +title: ImageMask.SelectionBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask property. Gets the bounds of the selected part of the mask in pixels type: docs weight: 40 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/selectionbounds/ @@ -16,9 +16,9 @@ public abstract Rectangle SelectionBounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/source/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/source/_index.md index 26342d97e170..b8a585926322 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/source/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/source/_index.md @@ -1,7 +1,7 @@ --- -title: Source +title: ImageMask.Source second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask property. Gets the source image used to create this mask if exists type: docs weight: 50 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/source/ @@ -16,9 +16,9 @@ public RasterImage Source { get; } ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/subtract/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/subtract/_index.md index 720a00442bcd..c141b66862f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/subtract/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/subtract/_index.md @@ -1,12 +1,12 @@ --- -title: Subtract +title: ImageMask.Subtract second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Gets the subtraction of the provided mask from current type: docs weight: 190 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/subtract/ --- -## ImageMask.Subtract method (1 of 3) +## Subtract(ImageMask) {#subtract} Gets the subtraction of the provided mask from current. @@ -20,9 +20,9 @@ public ImageBitMask Subtract(ImageMask mask) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). -### Examples +## Examples The example shows how to select a complicated area of an image using Magic Wand tool and the ability to interact with masks (invert, union, substract). @@ -57,14 +57,14 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.Subtract method (2 of 3) +## Subtract(MagicWandSettings) {#subtract_1} Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. @@ -78,7 +78,7 @@ public ImageBitMask Subtract(MagicWandSettings settings) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### Exceptions @@ -88,15 +88,15 @@ New [`ImageBitMask`](../../imagebitmask). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.Subtract method (3 of 3) +## Subtract(RasterImage, MagicWandSettings) {#subtract_2} Gets the result of magic wand selection applied to the provided image subtracted from the current mask. @@ -111,15 +111,15 @@ public ImageBitMask Subtract(RasterImage image, MagicWandSettings settings) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/union/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/union/_index.md index 535c2e1361a9..a79be187d96a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/union/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/union/_index.md @@ -1,12 +1,12 @@ --- -title: Union +title: ImageMask.Union second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask method. Gets the union of the current mask with provided type: docs weight: 200 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/union/ --- -## ImageMask.Union method (1 of 3) +## Union(ImageMask) {#union} Gets the union of the current mask with provided. @@ -20,9 +20,9 @@ public ImageBitMask Union(ImageMask mask) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). -### Examples +## Examples The example shows how to select a complicated area of an image using Magic Wand tool and the ability to interact with masks (invert, union, substract). @@ -57,14 +57,14 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.Union method (2 of 3) +## Union(MagicWandSettings) {#union_1} Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. @@ -78,7 +78,7 @@ public ImageBitMask Union(MagicWandSettings settings) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### Exceptions @@ -88,15 +88,15 @@ New [`ImageBitMask`](../../imagebitmask). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) --- -## ImageMask.Union method (3 of 3) +## Union(RasterImage, MagicWandSettings) {#union_2} Gets the union of the current mask with the result of magic wand selection applied to the provided image. @@ -111,15 +111,15 @@ public ImageBitMask Union(RasterImage image, MagicWandSettings settings) ### Return Value -New [`ImageBitMask`](../../imagebitmask). +New [`ImageBitMask`](../../imagebitmask/). ### See Also -* class [ImageBitMask](../../imagebitmask) -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings) -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageBitMask](../../imagebitmask/) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [MagicWandSettings](../../../aspose.imaging.magicwand/magicwandsettings/) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/width/_index.md index 0252d43de830..02a2f8742990 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/imagemask/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: ImageMask.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMask property. Gets the width in pixels of this mask type: docs weight: 60 url: /net/aspose.imaging.magicwand.imagemasks/imagemask/width/ @@ -16,8 +16,8 @@ public int Width { get; } ### See Also -* class [ImageMask](../../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask) +* class [ImageMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../imagemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/_index.md index ee1241b9b078..a7daf0615d12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/_index.md @@ -1,7 +1,7 @@ --- -title: RectangleMask +title: Class RectangleMask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ImageMasks.RectangleMask class. Describes a rectangle mask type: docs weight: 10660 url: /net/aspose.imaging.magicwand.imagemasks/rectanglemask/ @@ -18,50 +18,50 @@ public class RectangleMask : ImageMask | Name | Description | | --- | --- | -| [RectangleMask](rectanglemask)(Rectangle) | Initializes a new instance of the [`RectangleMask`](../rectanglemask) class with the specified rectangle. | -| [RectangleMask](rectanglemask)(int, int, int, int) | Initializes a new instance of the [`RectangleMask`](../rectanglemask) class with the specified left-top point, width and height. | +| [RectangleMask](rectanglemask/#constructor)(Rectangle) | Initializes a new instance of the `RectangleMask` class with the specified rectangle. | +| [RectangleMask](rectanglemask/#constructor_1)(int, int, int, int) | Initializes a new instance of the `RectangleMask` class with the specified left-top point, width and height. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds) { get; } | Gets the bounds, in pixels, of this mask. | -| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height) { get; } | Gets the height, in pixels, of this mask. | -| override [Item](../../aspose.imaging.magicwand.imagemasks/rectanglemask/item) { get; } | Gets the opacity of the specified pixel. | -| override [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/rectanglemask/selectionbounds) { get; } | Gets the bounds of the selected part of the mask, in pixels. | -| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source) { get; } | Gets the source image used to create this mask, if exists. | -| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width) { get; } | Gets the width, in pixels, of this mask. | +| [Bounds](../../aspose.imaging.magicwand.imagemasks/imagemask/bounds/) { get; } | Gets the bounds, in pixels, of this mask. | +| [Height](../../aspose.imaging.magicwand.imagemasks/imagemask/height/) { get; } | Gets the height, in pixels, of this mask. | +| override [Item](../../aspose.imaging.magicwand.imagemasks/rectanglemask/item/) { get; } | Gets the opacity of the specified pixel. | +| override [SelectionBounds](../../aspose.imaging.magicwand.imagemasks/rectanglemask/selectionbounds/) { get; } | Gets the bounds of the selected part of the mask, in pixels. | +| [Source](../../aspose.imaging.magicwand.imagemasks/imagemask/source/) { get; } | Gets the source image used to create this mask, if exists. | +| [Width](../../aspose.imaging.magicwand.imagemasks/imagemask/width/) { get; } | Gets the width, in pixels, of this mask. | ## Methods | Name | Description | | --- | --- | -| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage) source, if exists. | -| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage). | -| override [Clone](../../aspose.imaging.magicwand.imagemasks/rectanglemask/clone)() | Creates a new object that is a copy of the current instance. | -| override [Crop](../../aspose.imaging.magicwand.imagemasks/rectanglemask/crop)(Rectangle) | Crops mask with the specified rectangle. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(Size) | Crops mask with the specified size. | -| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop)(int, int) | Crops mask with the specified width and height. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | -| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | -| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity)(int, int) | Gets the opacity of the specified pixel with byte precision. | -| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | -| override [Inflate](../../aspose.imaging.magicwand.imagemasks/rectanglemask/inflate)(int) | Inflates this mask by the specified amount. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(ImageMask) | Gets the intersection of current mask with provided. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | -| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert)() | Gets the inversion of the current mask. | -| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque)(int, int) | Checks if the specified pixel is opaque. | -| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent)(int, int) | Checks if the specified pixel is transparent. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(ImageMask) | Gets the subtraction of the provided mask from current. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | -| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(ImageMask) | Gets the union of the current mask with provided. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | -| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | - -### Examples +| [Apply](../../aspose.imaging.magicwand.imagemasks/imagemask/apply/)() | Applies current mask to the [`RasterImage`](../../aspose.imaging/rasterimage/) source, if exists. | +| [ApplyTo](../../aspose.imaging.magicwand.imagemasks/imagemask/applyto/)(RasterImage) | Applies current mask to the specified [`RasterImage`](../../aspose.imaging/rasterimage/). | +| override [Clone](../../aspose.imaging.magicwand.imagemasks/rectanglemask/clone/)() | Creates a new object that is a copy of the current instance. | +| override [Crop](../../aspose.imaging.magicwand.imagemasks/rectanglemask/crop/#crop)(Rectangle) | Crops mask with the specified rectangle. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/)(Size) | Crops mask with the specified size. | +| [Crop](../../aspose.imaging.magicwand.imagemasks/imagemask/crop/)(int, int) | Crops mask with the specified width and height. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(ImageMask) | Gets the exclusive disjunction of current mask with provided. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask. | +| [ExclusiveDisjunction](../../aspose.imaging.magicwand.imagemasks/imagemask/exclusivedisjunction/)(RasterImage, MagicWandSettings) | Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image. | +| [GetByteOpacity](../../aspose.imaging.magicwand.imagemasks/imagemask/getbyteopacity/)(int, int) | Gets the opacity of the specified pixel with byte precision. | +| [GetFeathered](../../aspose.imaging.magicwand.imagemasks/imagemask/getfeathered/)(FeatheringSettings) | Gets grayscale mask with the border feathered with the specified settings. | +| override [Inflate](../../aspose.imaging.magicwand.imagemasks/rectanglemask/inflate/)(int) | Inflates this mask by the specified amount. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(ImageMask) | Gets the intersection of current mask with provided. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Intersect](../../aspose.imaging.magicwand.imagemasks/imagemask/intersect/)(RasterImage, MagicWandSettings) | Gets the intersection of the current mask with the result of magic wand selection applied to the provided image. | +| [Invert](../../aspose.imaging.magicwand.imagemasks/imagemask/invert/)() | Gets the inversion of the current mask. | +| [IsOpaque](../../aspose.imaging.magicwand.imagemasks/imagemask/isopaque/)(int, int) | Checks if the specified pixel is opaque. | +| [IsTransparent](../../aspose.imaging.magicwand.imagemasks/imagemask/istransparent/)(int, int) | Checks if the specified pixel is transparent. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(ImageMask) | Gets the subtraction of the provided mask from current. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(MagicWandSettings) | Gets the result of magic wand selection applied to the source of the current mask subtracted from the mask. | +| [Subtract](../../aspose.imaging.magicwand.imagemasks/imagemask/subtract/)(RasterImage, MagicWandSettings) | Gets the result of magic wand selection applied to the provided image subtracted from the current mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(ImageMask) | Gets the union of the current mask with provided. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the source of the mask. | +| [Union](../../aspose.imaging.magicwand.imagemasks/imagemask/union/)(RasterImage, MagicWandSettings) | Gets the union of the current mask with the result of magic wand selection applied to the provided image. | + +## Examples The example shows how to select a complicated area of an image using Magic Wand tool and the ability to interact with masks (invert, union, substract). @@ -96,8 +96,8 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* class [ImageMask](../imagemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks) +* class [ImageMask](../imagemask/) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../aspose.imaging.magicwand.imagemasks/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/clone/_index.md index d1beee1f9df1..b4a7b2e8269d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: RectangleMask.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleMask method. Creates a new object that is a copy of the current instance type: docs weight: 40 url: /net/aspose.imaging.magicwand.imagemasks/rectanglemask/clone/ @@ -20,8 +20,8 @@ A new object that is a copy of this instance. ### See Also -* class [RectangleMask](../../rectanglemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask) +* class [RectangleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/crop/_index.md index b88e572955c9..3b6070605383 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: RectangleMask.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleMask method. Crops mask with the specified rectangle type: docs weight: 50 url: /net/aspose.imaging.magicwand.imagemasks/rectanglemask/crop/ @@ -24,10 +24,10 @@ A cropped RectangleMask as ImageMask. ### See Also -* class [ImageMask](../../imagemask) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [RectangleMask](../../rectanglemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask) +* class [ImageMask](../../imagemask/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [RectangleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/inflate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/inflate/_index.md index 6c74d343b01d..f030e7d85f32 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/inflate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/inflate/_index.md @@ -1,7 +1,7 @@ --- -title: Inflate +title: RectangleMask.Inflate second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleMask method. Inflates this mask by the specified amount type: docs weight: 60 url: /net/aspose.imaging.magicwand.imagemasks/rectanglemask/inflate/ @@ -24,9 +24,9 @@ An inflated RectangleMask as ImageMask. ### See Also -* class [ImageMask](../../imagemask) -* class [RectangleMask](../../rectanglemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask) +* class [ImageMask](../../imagemask/) +* class [RectangleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/item/_index.md index 76aa2f105dca..4d3e2ee3302f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: RectangleMask.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleMask property. Gets the opacity of the specified pixel type: docs weight: 20 url: /net/aspose.imaging.magicwand.imagemasks/rectanglemask/item/ @@ -25,8 +25,8 @@ true if the specified pixel is opaque; otherwise, false. ### See Also -* class [RectangleMask](../../rectanglemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask) +* class [RectangleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/rectanglemask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/rectanglemask/_index.md index 612b5bd8c2ac..a81b95e6ac7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/rectanglemask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/rectanglemask/_index.md @@ -1,14 +1,14 @@ --- -title: RectangleMask +title: RectangleMask.RectangleMask second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleMask constructor. Initializes a new instance of the RectangleMask class with the specified lefttop point width and height type: docs weight: 10 url: /net/aspose.imaging.magicwand.imagemasks/rectanglemask/rectanglemask/ --- -## RectangleMask constructor (1 of 2) +## RectangleMask(int, int, int, int) {#constructor_1} -Initializes a new instance of the [`RectangleMask`](../../rectanglemask) class with the specified left-top point, width and height. +Initializes a new instance of the [`RectangleMask`](../) class with the specified left-top point, width and height. ```csharp public RectangleMask(int x, int y, int width, int height) @@ -23,15 +23,15 @@ public RectangleMask(int x, int y, int width, int height) ### See Also -* class [RectangleMask](../../rectanglemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask) +* class [RectangleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask/) * assembly [Aspose.Imaging](../../../) --- -## RectangleMask constructor (2 of 2) +## RectangleMask(Rectangle) {#constructor} -Initializes a new instance of the [`RectangleMask`](../../rectanglemask) class with the specified rectangle. +Initializes a new instance of the [`RectangleMask`](../) class with the specified rectangle. ```csharp public RectangleMask(Rectangle selectedArea) @@ -43,9 +43,9 @@ public RectangleMask(Rectangle selectedArea) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [RectangleMask](../../rectanglemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [RectangleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/selectionbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/selectionbounds/_index.md index 8bc40d475ff4..3ede25405a06 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/selectionbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand.imagemasks/rectanglemask/selectionbounds/_index.md @@ -1,7 +1,7 @@ --- -title: SelectionBounds +title: RectangleMask.SelectionBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleMask property. Gets the bounds of the selected part of the mask in pixels type: docs weight: 30 url: /net/aspose.imaging.magicwand.imagemasks/rectanglemask/selectionbounds/ @@ -16,9 +16,9 @@ public override Rectangle SelectionBounds { get; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [RectangleMask](../../rectanglemask) -* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [RectangleMask](../) +* namespace [Aspose.Imaging.MagicWand.ImageMasks](../../rectanglemask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/_index.md index 3c18a7d09b0d..242d615ee392 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.MagicWand second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles MagicWand processing. +description: The namespace handles MagicWand processing type: docs weight: 830 url: /net/aspose.imaging.magicwand/ @@ -12,14 +12,19 @@ The namespace handles MagicWand processing. | Class | Description | | --- | --- | -| [MagicWandSettings](./magicwandsettings) | A magic wand selection settings class. | -| [MagicWandTool](./magicwandtool) | The class for magic wand algorithm main logic. | -| [RasterImageExtension](./rasterimageextension) | Class with masks extension methods for [`RasterImage`](../aspose.imaging/rasterimage). | +| [MagicWandSettings](./magicwandsettings/) | A magic wand selection settings class. | +| [MagicWandTool](./magicwandtool/) | The class for magic wand algorithm main logic. | +| [RasterImageExtension](./rasterimageextension/) | Class with masks extension methods for [`RasterImage`](../aspose.imaging/rasterimage/). | +## Structures + +| Structure | Description | +| --- | --- | +| [ColorYUV](./coloryuv/) | Represents an YUV color. | ## Enumeration | Enumeration | Description | | --- | --- | -| [ColorComparisonMode](./colorcomparisonmode) | Specifies how colors are compared during the Magic Wand algorithm. | -| [FloodFillDirectionalMode](./floodfilldirectionalmode) | Specifies how a Magic Wand algorithm is working. | +| [ColorComparisonMode](./colorcomparisonmode/) | Specifies how colors are compared during the Magic Wand algorithm. | +| [FloodFillDirectionalMode](./floodfilldirectionalmode/) | Specifies how a Magic Wand algorithm is working. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/colorcomparisonmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/colorcomparisonmode/_index.md index 279a09360037..9e627ba76e9b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/colorcomparisonmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/colorcomparisonmode/_index.md @@ -1,7 +1,7 @@ --- -title: ColorComparisonMode +title: Enum ColorComparisonMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ColorComparisonMode enum. Specifies how colors are compared during the Magic Wand algorithm type: docs weight: 10550 url: /net/aspose.imaging.magicwand/colorcomparisonmode/ @@ -25,7 +25,7 @@ public enum ColorComparisonMode ### See Also -* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand) +* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/_index.md index 7e90030fdbb2..329b18fc5863 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/_index.md @@ -1,7 +1,7 @@ --- -title: ColorYUV +title: Struct ColorYUV second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.ColorYUV struct. Represents an YUV color type: docs weight: 10560 url: /net/aspose.imaging.magicwand/coloryuv/ @@ -18,26 +18,26 @@ public struct ColorYUV | Name | Description | | --- | --- | -| [ColorYUV](coloryuv)(Color) | Initializes a new instance of the [`ColorYUV`](../coloryuv) structure from the specified existing [`Color`](../../aspose.imaging/color). | -| [ColorYUV](coloryuv)(int, int, int) | Initializes a new instance of the [`ColorYUV`](../coloryuv) structure with the specified luminance component, blue and red projection components. | +| [ColorYUV](coloryuv/#constructor)(Color) | Initializes a new instance of the `ColorYUV` structure from the specified existing [`Color`](../../aspose.imaging/color/). | +| [ColorYUV](coloryuv/#constructor_1)(int, int, int) | Initializes a new instance of the `ColorYUV` structure with the specified luminance component, blue and red projection components. | ## Properties | Name | Description | | --- | --- | -| [U](../../aspose.imaging.magicwand/coloryuv/u) { get; } | Gets the blue projection component value of this [`ColorYUV`](../coloryuv) structure. | -| [V](../../aspose.imaging.magicwand/coloryuv/v) { get; } | Gets the red projection component value of this [`ColorYUV`](../coloryuv) structure. | -| [Y](../../aspose.imaging.magicwand/coloryuv/y) { get; } | Gets the luminance component value of this [`ColorYUV`](../coloryuv) structure. | +| [U](../../aspose.imaging.magicwand/coloryuv/u/) { get; } | Gets the blue projection component value of this `ColorYUV` structure. | +| [V](../../aspose.imaging.magicwand/coloryuv/v/) { get; } | Gets the red projection component value of this `ColorYUV` structure. | +| [Y](../../aspose.imaging.magicwand/coloryuv/y/) { get; } | Gets the luminance component value of this `ColorYUV` structure. | ## Methods | Name | Description | | --- | --- | -| override [ToString](../../aspose.imaging.magicwand/coloryuv/tostring)() | Converts this [`ColorYUV`](../coloryuv) structure to a human-readable string. | +| override [ToString](../../aspose.imaging.magicwand/coloryuv/tostring/)() | Converts this `ColorYUV` structure to a human-readable string. | ### See Also -* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand) +* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/coloryuv/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/coloryuv/_index.md index abf94bbdf3d5..75883ea88261 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/coloryuv/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/coloryuv/_index.md @@ -1,14 +1,14 @@ --- -title: ColorYUV +title: ColorYUV.ColorYUV second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorYUV constructor. Initializes a new instance of the ColorYUV structure with the specified luminance component blue and red projection components type: docs weight: 10 url: /net/aspose.imaging.magicwand/coloryuv/coloryuv/ --- -## ColorYUV constructor (1 of 2) +## ColorYUV(int, int, int) {#constructor_1} -Initializes a new instance of the [`ColorYUV`](../../coloryuv) structure with the specified luminance component, blue and red projection components. +Initializes a new instance of the [`ColorYUV`](../) structure with the specified luminance component, blue and red projection components. ```csharp public ColorYUV(int Y, int U, int V) @@ -22,15 +22,15 @@ public ColorYUV(int Y, int U, int V) ### See Also -* struct [ColorYUV](../../coloryuv) -* namespace [Aspose.Imaging.MagicWand](../../coloryuv) +* struct [ColorYUV](../) +* namespace [Aspose.Imaging.MagicWand](../../coloryuv/) * assembly [Aspose.Imaging](../../../) --- -## ColorYUV constructor (2 of 2) +## ColorYUV(Color) {#constructor} -Initializes a new instance of the [`ColorYUV`](../../coloryuv) structure from the specified existing [`Color`](../../../aspose.imaging/color). +Initializes a new instance of the [`ColorYUV`](../) structure from the specified existing [`Color`](../../../aspose.imaging/color/). ```csharp public ColorYUV(Color color) @@ -38,13 +38,13 @@ public ColorYUV(Color color) | Parameter | Type | Description | | --- | --- | --- | -| color | Color | The Color from which to create the new [`ColorYUV`](../../coloryuv). | +| color | Color | The Color from which to create the new [`ColorYUV`](../). | ### See Also -* struct [Color](../../../aspose.imaging/color) -* struct [ColorYUV](../../coloryuv) -* namespace [Aspose.Imaging.MagicWand](../../coloryuv) +* struct [Color](../../../aspose.imaging/color/) +* struct [ColorYUV](../) +* namespace [Aspose.Imaging.MagicWand](../../coloryuv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/tostring/_index.md index 2791e4d85b90..42348236c0e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: ColorYUV.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorYUV method. Converts this ColorYUV structure to a humanreadable string type: docs weight: 50 url: /net/aspose.imaging.magicwand/coloryuv/tostring/ --- ## ColorYUV.ToString method -Converts this [`ColorYUV`](../../coloryuv) structure to a human-readable string. +Converts this [`ColorYUV`](../) structure to a human-readable string. ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -Converts this [`ColorYUV`](../../coloryuv) structure to a human-readable string. +Converts this [`ColorYUV`](../) structure to a human-readable string. ### See Also -* struct [ColorYUV](../../coloryuv) -* namespace [Aspose.Imaging.MagicWand](../../coloryuv) +* struct [ColorYUV](../) +* namespace [Aspose.Imaging.MagicWand](../../coloryuv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/u/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/u/_index.md index ef40dc4b004e..3a6c666b6a15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/u/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/u/_index.md @@ -1,14 +1,14 @@ --- -title: U +title: ColorYUV.U second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorYUV property. Gets the blue projection component value of this ColorYUV structure type: docs weight: 20 url: /net/aspose.imaging.magicwand/coloryuv/u/ --- ## ColorYUV.U property -Gets the blue projection component value of this [`ColorYUV`](../../coloryuv) structure. +Gets the blue projection component value of this [`ColorYUV`](../) structure. ```csharp public double U { get; } @@ -16,8 +16,8 @@ public double U { get; } ### See Also -* struct [ColorYUV](../../coloryuv) -* namespace [Aspose.Imaging.MagicWand](../../coloryuv) +* struct [ColorYUV](../) +* namespace [Aspose.Imaging.MagicWand](../../coloryuv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/v/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/v/_index.md index 31bfa8a6442a..18ba5f0d47b7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/v/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/v/_index.md @@ -1,14 +1,14 @@ --- -title: V +title: ColorYUV.V second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorYUV property. Gets the red projection component value of this ColorYUV structure type: docs weight: 30 url: /net/aspose.imaging.magicwand/coloryuv/v/ --- ## ColorYUV.V property -Gets the red projection component value of this [`ColorYUV`](../../coloryuv) structure. +Gets the red projection component value of this [`ColorYUV`](../) structure. ```csharp public double V { get; } @@ -16,8 +16,8 @@ public double V { get; } ### See Also -* struct [ColorYUV](../../coloryuv) -* namespace [Aspose.Imaging.MagicWand](../../coloryuv) +* struct [ColorYUV](../) +* namespace [Aspose.Imaging.MagicWand](../../coloryuv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/y/_index.md index 359c5fd46011..c8c4b8a6c84d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/coloryuv/y/_index.md @@ -1,14 +1,14 @@ --- -title: Y +title: ColorYUV.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorYUV property. Gets the luminance component value of this ColorYUV structure type: docs weight: 40 url: /net/aspose.imaging.magicwand/coloryuv/y/ --- ## ColorYUV.Y property -Gets the luminance component value of this [`ColorYUV`](../../coloryuv) structure. +Gets the luminance component value of this [`ColorYUV`](../) structure. ```csharp public double Y { get; } @@ -16,8 +16,8 @@ public double Y { get; } ### See Also -* struct [ColorYUV](../../coloryuv) -* namespace [Aspose.Imaging.MagicWand](../../coloryuv) +* struct [ColorYUV](../) +* namespace [Aspose.Imaging.MagicWand](../../coloryuv/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/floodfilldirectionalmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/floodfilldirectionalmode/_index.md index 28bdfe510a2c..e75b0e96e6ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/floodfilldirectionalmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/floodfilldirectionalmode/_index.md @@ -1,7 +1,7 @@ --- -title: FloodFillDirectionalMode +title: Enum FloodFillDirectionalMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.FloodFillDirectionalMode enum. Specifies how a Magic Wand algorithm is working type: docs weight: 10570 url: /net/aspose.imaging.magicwand/floodfilldirectionalmode/ @@ -23,7 +23,7 @@ public enum FloodFillDirectionalMode ### See Also -* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand) +* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings.colorcomparison/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings.colorcomparison/_index.md index 79d45cdbe9b5..5d5a73491d56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings.colorcomparison/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings.colorcomparison/_index.md @@ -1,14 +1,14 @@ --- -title: MagicWandSettings.ColorComparison +title: Delegate MagicWandSettings.ColorComparison second_title: Aspose.Imaging for .NET API Reference -description: +description: Delegate for Color comparison with a defined threshold type: docs weight: 10680 url: /net/aspose.imaging.magicwand/magicwandsettings.colorcomparison/ --- ## MagicWandSettings.ColorComparison delegate -Delegate for [`Color`](../../aspose.imaging/color) comparison with a defined threshold. +Delegate for [`Color`](../../aspose.imaging/color/) comparison with a defined threshold. ```csharp public delegate bool ColorComparison(Color p1, Color p2, int threshold); @@ -26,9 +26,9 @@ true if color comparison satisfies the threshold; otherwise, false. ### See Also -* struct [Color](../../aspose.imaging/color) -* class [MagicWandSettings](../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand) +* struct [Color](../../aspose.imaging/color/) +* class [MagicWandSettings](../magicwandsettings/) +* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/_index.md index cc2e18450e33..f79795bb3585 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/_index.md @@ -1,7 +1,7 @@ --- -title: MagicWandSettings +title: Class MagicWandSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.MagicWandSettings class. A magic wand selection settings class type: docs weight: 10670 url: /net/aspose.imaging.magicwand/magicwandsettings/ @@ -18,22 +18,22 @@ public class MagicWandSettings | Name | Description | | --- | --- | -| [MagicWandSettings](magicwandsettings)(Point) | Initializes a new instance of the [`MagicWandSettings`](../magicwandsettings) class. | -| [MagicWandSettings](magicwandsettings)(int, int) | Initializes a new instance of the [`MagicWandSettings`](../magicwandsettings) class. | +| [MagicWandSettings](magicwandsettings/#constructor)(Point) | Initializes a new instance of the `MagicWandSettings` class. | +| [MagicWandSettings](magicwandsettings/#constructor_1)(int, int) | Initializes a new instance of the `MagicWandSettings` class. | ## Properties | Name | Description | | --- | --- | -| [AreaOfInterest](../../aspose.imaging.magicwand/magicwandsettings/areaofinterest) { get; set; } | Gets or sets the bounds of the area for algorithm work. | -| [ColorCompareMode](../../aspose.imaging.magicwand/magicwandsettings/colorcomparemode) { get; set; } | Gets or sets the algorithm how colors are compared. | -| [ColorComparisonDelegate](../../aspose.imaging.magicwand/magicwandsettings/colorcomparisondelegate) { get; set; } | Gets or sets the custom color comparison algorithm if [`ColorCompareMode`](./colorcomparemode) is set to Custom. | -| [ContiguousMode](../../aspose.imaging.magicwand/magicwandsettings/contiguousmode) { get; set; } | Gets or sets a value indicating whether magic wand will define only contiguous pixels. | -| [DirectionalMode](../../aspose.imaging.magicwand/magicwandsettings/directionalmode) { get; set; } | Gets or sets the mode of flood fill search algorithm: four of eight direction search. | -| [Point](../../aspose.imaging.magicwand/magicwandsettings/point) { get; } | Gets or sets the reference point for algorithm work. | -| [Threshold](../../aspose.imaging.magicwand/magicwandsettings/threshold) { get; set; } | Gets or sets the tolerance level for pixels color comparison. | +| [AreaOfInterest](../../aspose.imaging.magicwand/magicwandsettings/areaofinterest/) { get; set; } | Gets or sets the bounds of the area for algorithm work. | +| [ColorCompareMode](../../aspose.imaging.magicwand/magicwandsettings/colorcomparemode/) { get; set; } | Gets or sets the algorithm how colors are compared. | +| [ColorComparisonDelegate](../../aspose.imaging.magicwand/magicwandsettings/colorcomparisondelegate/) { get; set; } | Gets or sets the custom color comparison algorithm if [`ColorCompareMode`](./colorcomparemode/) is set to Custom. | +| [ContiguousMode](../../aspose.imaging.magicwand/magicwandsettings/contiguousmode/) { get; set; } | Gets or sets a value indicating whether magic wand will define only contiguous pixels. | +| [DirectionalMode](../../aspose.imaging.magicwand/magicwandsettings/directionalmode/) { get; set; } | Gets or sets the mode of flood fill search algorithm: four of eight direction search. | +| [Point](../../aspose.imaging.magicwand/magicwandsettings/point/) { get; } | Gets or sets the reference point for algorithm work. | +| [Threshold](../../aspose.imaging.magicwand/magicwandsettings/threshold/) { get; set; } | Gets or sets the tolerance level for pixels color comparison. | -### Examples +## Examples The example shows how to select a simple area of an image based on tone and color of any pixel using Magic Wand tool. @@ -90,7 +90,7 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand) +* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/areaofinterest/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/areaofinterest/_index.md index a80b8b69dc97..e8adc86985c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/areaofinterest/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/areaofinterest/_index.md @@ -1,7 +1,7 @@ --- -title: AreaOfInterest +title: MagicWandSettings.AreaOfInterest second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandSettings property. Gets or sets the bounds of the area for algorithm work type: docs weight: 20 url: /net/aspose.imaging.magicwand/magicwandsettings/areaofinterest/ @@ -20,9 +20,9 @@ The rectangle representing the bounds of the area of interest. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/colorcomparemode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/colorcomparemode/_index.md index 638cfd14e8e8..fb2e3d6f2d5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/colorcomparemode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/colorcomparemode/_index.md @@ -1,7 +1,7 @@ --- -title: ColorCompareMode +title: MagicWandSettings.ColorCompareMode second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandSettings property. Gets or sets the algorithm how colors are compared type: docs weight: 30 url: /net/aspose.imaging.magicwand/magicwandsettings/colorcomparemode/ @@ -20,9 +20,9 @@ The color compare mode. ### See Also -* enum [ColorComparisonMode](../../colorcomparisonmode) -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* enum [ColorComparisonMode](../../colorcomparisonmode/) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/colorcomparisondelegate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/colorcomparisondelegate/_index.md index 7c536848f97b..9beca02e0813 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/colorcomparisondelegate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/colorcomparisondelegate/_index.md @@ -1,14 +1,14 @@ --- -title: ColorComparisonDelegate +title: MagicWandSettings.ColorComparisonDelegate second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandSettings property. Gets or sets the custom color comparison algorithm if ColorCompareMode is set to Custom type: docs weight: 40 url: /net/aspose.imaging.magicwand/magicwandsettings/colorcomparisondelegate/ --- ## MagicWandSettings.ColorComparisonDelegate property -Gets or sets the custom color comparison algorithm if [`ColorCompareMode`](../colorcomparemode) is set to Custom. +Gets or sets the custom color comparison algorithm if [`ColorCompareMode`](../colorcomparemode/) is set to Custom. ```csharp public ColorComparison ColorComparisonDelegate { get; set; } @@ -20,9 +20,9 @@ The color compare delegate. ### See Also -* delegate [ColorComparison](../../magicwandsettings.colorcomparison) -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* delegate [ColorComparison](../../magicwandsettings.colorcomparison/) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/contiguousmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/contiguousmode/_index.md index 0a96bb86de32..a1f8709dcd74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/contiguousmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/contiguousmode/_index.md @@ -1,7 +1,7 @@ --- -title: ContiguousMode +title: MagicWandSettings.ContiguousMode second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandSettings property. Gets or sets a value indicating whether magic wand will define only contiguous pixels type: docs weight: 50 url: /net/aspose.imaging.magicwand/magicwandsettings/contiguousmode/ @@ -20,8 +20,8 @@ public bool ContiguousMode { get; set; } ### See Also -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/directionalmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/directionalmode/_index.md index 678fe441d877..af8bba9380a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/directionalmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/directionalmode/_index.md @@ -1,7 +1,7 @@ --- -title: DirectionalMode +title: MagicWandSettings.DirectionalMode second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandSettings property. Gets or sets the mode of flood fill search algorithm four of eight direction search type: docs weight: 60 url: /net/aspose.imaging.magicwand/magicwandsettings/directionalmode/ @@ -20,9 +20,9 @@ The mode of flood fill search algorithm. ### See Also -* enum [FloodFillDirectionalMode](../../floodfilldirectionalmode) -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* enum [FloodFillDirectionalMode](../../floodfilldirectionalmode/) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/magicwandsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/magicwandsettings/_index.md index 6abaa8e73122..d3bb469aa2a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/magicwandsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/magicwandsettings/_index.md @@ -1,14 +1,14 @@ --- -title: MagicWandSettings +title: MagicWandSettings.MagicWandSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandSettings constructor. Initializes a new instance of the MagicWandSettings class type: docs weight: 10 url: /net/aspose.imaging.magicwand/magicwandsettings/magicwandsettings/ --- -## MagicWandSettings constructor (1 of 2) +## MagicWandSettings(Point) {#constructor} -Initializes a new instance of the [`MagicWandSettings`](../../magicwandsettings) class. +Initializes a new instance of the [`MagicWandSettings`](../) class. ```csharp public MagicWandSettings(Point point) @@ -20,16 +20,16 @@ public MagicWandSettings(Point point) ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* struct [Point](../../../aspose.imaging/point/) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) --- -## MagicWandSettings constructor (2 of 2) +## MagicWandSettings(int, int) {#constructor_1} -Initializes a new instance of the [`MagicWandSettings`](../../magicwandsettings) class. +Initializes a new instance of the [`MagicWandSettings`](../) class. ```csharp public MagicWandSettings(int x, int y) @@ -42,8 +42,8 @@ public MagicWandSettings(int x, int y) ### See Also -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/point/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/point/_index.md index fcd1c4952b75..ef56a8f40e92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/point/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/point/_index.md @@ -1,7 +1,7 @@ --- -title: Point +title: MagicWandSettings.Point second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandSettings property. Gets or sets the reference point for algorithm work type: docs weight: 70 url: /net/aspose.imaging.magicwand/magicwandsettings/point/ @@ -20,9 +20,9 @@ The `Point` value. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* struct [Point](../../../aspose.imaging/point/) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/threshold/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/threshold/_index.md index 2be4c7086956..be430f30faea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/threshold/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandsettings/threshold/_index.md @@ -1,7 +1,7 @@ --- -title: Threshold +title: MagicWandSettings.Threshold second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandSettings property. Gets or sets the tolerance level for pixels color comparison type: docs weight: 80 url: /net/aspose.imaging.magicwand/magicwandsettings/threshold/ @@ -20,8 +20,8 @@ The threshold for color comparing. ### See Also -* class [MagicWandSettings](../../magicwandsettings) -* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings) +* class [MagicWandSettings](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/_index.md index 2ed69d8c3ed2..74286e3d8712 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/_index.md @@ -1,7 +1,7 @@ --- -title: MagicWandTool +title: Class MagicWandTool second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.MagicWandTool class. The class for magic wand algorithm main logic type: docs weight: 10690 url: /net/aspose.imaging.magicwand/magicwandtool/ @@ -18,10 +18,10 @@ public class MagicWandTool : IPartialArgb32PixelLoader | Name | Description | | --- | --- | -| [Process](../../aspose.imaging.magicwand/magicwandtool/process)(Rectangle, int[], Point, Point) | Processes the loaded pixels . | -| static [Select](../../aspose.imaging.magicwand/magicwandtool/select)(RasterImage, MagicWandSettings) | Creates a new [`ImageBitMask`](../../aspose.imaging.magicwand.imagemasks/imagebitmask) based on [`MagicWandSettings`](../magicwandsettings) and source [`RasterImage`](../../aspose.imaging/rasterimage). | +| [Process](../../aspose.imaging.magicwand/magicwandtool/process/)(Rectangle, int[], Point, Point) | Processes the loaded pixels . | +| static [Select](../../aspose.imaging.magicwand/magicwandtool/select/)(RasterImage, MagicWandSettings) | Creates a new [`ImageBitMask`](../../aspose.imaging.magicwand.imagemasks/imagebitmask/) based on [`MagicWandSettings`](../magicwandsettings/) and source [`RasterImage`](../../aspose.imaging/rasterimage/). | -### Examples +## Examples The example shows how to select a simple area of an image based on tone and color of any pixel using Magic Wand tool. @@ -78,8 +78,8 @@ using (RasterImage image = (RasterImage)Image.Load(inputFilePath)) ### See Also -* interface [IPartialArgb32PixelLoader](../../aspose.imaging/ipartialargb32pixelloader) -* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand) +* interface [IPartialArgb32PixelLoader](../../aspose.imaging/ipartialargb32pixelloader/) +* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/process/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/process/_index.md index 1852b73ff7e8..e3951878d47c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/process/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/process/_index.md @@ -1,7 +1,7 @@ --- -title: Process +title: MagicWandTool.Process second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandTool method. Processes the loaded pixels type: docs weight: 10 url: /net/aspose.imaging.magicwand/magicwandtool/process/ @@ -23,10 +23,10 @@ public void Process(Rectangle pixelsRectangle, int[] pixels, Point start, Point ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* struct [Point](../../../aspose.imaging/point) -* class [MagicWandTool](../../magicwandtool) -* namespace [Aspose.Imaging.MagicWand](../../magicwandtool) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* struct [Point](../../../aspose.imaging/point/) +* class [MagicWandTool](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandtool/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/select/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/select/_index.md index c063cf57fe39..4ccb176fabe6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/select/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/magicwandtool/select/_index.md @@ -1,14 +1,14 @@ --- -title: Select +title: MagicWandTool.Select second_title: Aspose.Imaging for .NET API Reference -description: +description: MagicWandTool method. Creates a new ImageBitMask based on MagicWandSettings and source RasterImage type: docs weight: 20 url: /net/aspose.imaging.magicwand/magicwandtool/select/ --- ## MagicWandTool.Select method -Creates a new [`ImageBitMask`](../../../aspose.imaging.magicwand.imagemasks/imagebitmask) based on [`MagicWandSettings`](../../magicwandsettings) and source [`RasterImage`](../../../aspose.imaging/rasterimage). +Creates a new [`ImageBitMask`](../../../aspose.imaging.magicwand.imagemasks/imagebitmask/) based on [`MagicWandSettings`](../../magicwandsettings/) and source [`RasterImage`](../../../aspose.imaging/rasterimage/). ```csharp public static ImageBitMask Select(RasterImage source, MagicWandSettings settings) @@ -21,15 +21,15 @@ public static ImageBitMask Select(RasterImage source, MagicWandSettings settings ### Return Value -New [`ImageBitMask`](../../../aspose.imaging.magicwand.imagemasks/imagebitmask). +New [`ImageBitMask`](../../../aspose.imaging.magicwand.imagemasks/imagebitmask/). ### See Also -* class [ImageBitMask](../../../aspose.imaging.magicwand.imagemasks/imagebitmask) -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [MagicWandSettings](../../magicwandsettings) -* class [MagicWandTool](../../magicwandtool) -* namespace [Aspose.Imaging.MagicWand](../../magicwandtool) +* class [ImageBitMask](../../../aspose.imaging.magicwand.imagemasks/imagebitmask/) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [MagicWandSettings](../../magicwandsettings/) +* class [MagicWandTool](../) +* namespace [Aspose.Imaging.MagicWand](../../magicwandtool/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/_index.md index 2313a082edf4..5961dca0663c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/_index.md @@ -1,14 +1,14 @@ --- -title: RasterImageExtension +title: Class RasterImageExtension second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MagicWand.RasterImageExtension class. Class with masks extension methods for RasterImage type: docs weight: 10700 url: /net/aspose.imaging.magicwand/rasterimageextension/ --- ## RasterImageExtension class -Class with masks extension methods for [`RasterImage`](../../aspose.imaging/rasterimage). +Class with masks extension methods for [`RasterImage`](../../aspose.imaging/rasterimage/). ```csharp public static class RasterImageExtension @@ -18,12 +18,12 @@ public static class RasterImageExtension | Name | Description | | --- | --- | -| static [ApplyMask](../../aspose.imaging.magicwand/rasterimageextension/applymask)(RasterImage, IImageMask) | Applies [`IImageMask`](../../aspose.imaging.magicwand.imagemasks/iimagemask) to the [`RasterImage`](../../aspose.imaging/rasterimage). | -| static [SelectMask](../../aspose.imaging.magicwand/rasterimageextension/selectmask)(RasterImage, MagicWandSettings) | Creates a [`ImageBitMask`](../../aspose.imaging.magicwand.imagemasks/imagebitmask) with selection of pixels with colors similar to the color of the reference point based on [`MagicWandSettings`](../magicwandsettings). | +| static [ApplyMask](../../aspose.imaging.magicwand/rasterimageextension/applymask/)(RasterImage, IImageMask) | Applies [`IImageMask`](../../aspose.imaging.magicwand.imagemasks/iimagemask/) to the [`RasterImage`](../../aspose.imaging/rasterimage/). | +| static [SelectMask](../../aspose.imaging.magicwand/rasterimageextension/selectmask/)(RasterImage, MagicWandSettings) | Creates a [`ImageBitMask`](../../aspose.imaging.magicwand.imagemasks/imagebitmask/) with selection of pixels with colors similar to the color of the reference point based on [`MagicWandSettings`](../magicwandsettings/). | ### See Also -* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand) +* namespace [Aspose.Imaging.MagicWand](../../aspose.imaging.magicwand/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/applymask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/applymask/_index.md index d1c69a305b22..d41c559b377c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/applymask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/applymask/_index.md @@ -1,14 +1,14 @@ --- -title: ApplyMask +title: RasterImageExtension.ApplyMask second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImageExtension method. Applies IImageMask to the RasterImage type: docs weight: 10 url: /net/aspose.imaging.magicwand/rasterimageextension/applymask/ --- ## RasterImageExtension.ApplyMask method -Applies [`IImageMask`](../../../aspose.imaging.magicwand.imagemasks/iimagemask) to the [`RasterImage`](../../../aspose.imaging/rasterimage). +Applies [`IImageMask`](../../../aspose.imaging.magicwand.imagemasks/iimagemask/) to the [`RasterImage`](../../../aspose.imaging/rasterimage/). ```csharp public static void ApplyMask(RasterImage image, IImageMask mask) @@ -27,10 +27,10 @@ public static void ApplyMask(RasterImage image, IImageMask mask) ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* interface [IImageMask](../../../aspose.imaging.magicwand.imagemasks/iimagemask) -* class [RasterImageExtension](../../rasterimageextension) -* namespace [Aspose.Imaging.MagicWand](../../rasterimageextension) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* interface [IImageMask](../../../aspose.imaging.magicwand.imagemasks/iimagemask/) +* class [RasterImageExtension](../) +* namespace [Aspose.Imaging.MagicWand](../../rasterimageextension/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/selectmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/selectmask/_index.md index 6e02e2d73dde..359cf5ccd14b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/selectmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.magicwand/rasterimageextension/selectmask/_index.md @@ -1,14 +1,14 @@ --- -title: SelectMask +title: RasterImageExtension.SelectMask second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImageExtension method. Creates a ImageBitMask with selection of pixels with colors similar to the color of the reference point based on MagicWandSettings type: docs weight: 20 url: /net/aspose.imaging.magicwand/rasterimageextension/selectmask/ --- ## RasterImageExtension.SelectMask method -Creates a [`ImageBitMask`](../../../aspose.imaging.magicwand.imagemasks/imagebitmask) with selection of pixels with colors similar to the color of the reference point based on [`MagicWandSettings`](../../magicwandsettings). +Creates a [`ImageBitMask`](../../../aspose.imaging.magicwand.imagemasks/imagebitmask/) with selection of pixels with colors similar to the color of the reference point based on [`MagicWandSettings`](../../magicwandsettings/). ```csharp public static ImageBitMask SelectMask(RasterImage source, MagicWandSettings settings = null) @@ -21,15 +21,15 @@ public static ImageBitMask SelectMask(RasterImage source, MagicWandSettings sett ### Return Value -New [`ImageBitMask`](../../../aspose.imaging.magicwand.imagemasks/imagebitmask). +New [`ImageBitMask`](../../../aspose.imaging.magicwand.imagemasks/imagebitmask/). ### See Also -* class [ImageBitMask](../../../aspose.imaging.magicwand.imagemasks/imagebitmask) -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [MagicWandSettings](../../magicwandsettings) -* class [RasterImageExtension](../../rasterimageextension) -* namespace [Aspose.Imaging.MagicWand](../../rasterimageextension) +* class [ImageBitMask](../../../aspose.imaging.magicwand.imagemasks/imagebitmask/) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [MagicWandSettings](../../magicwandsettings/) +* class [RasterImageExtension](../) +* namespace [Aspose.Imaging.MagicWand](../../rasterimageextension/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/_index.md index be8da7adc1db..d8d2b5814fa7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Masking.Exceptions second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles ImageMasking.Exceptions processing. +description: The namespace handles ImageMasking.Exceptions processing type: docs weight: 860 url: /net/aspose.imaging.masking.exceptions/ @@ -12,6 +12,6 @@ The namespace handles ImageMasking.Exceptions processing. | Class | Description | | --- | --- | -| [ImageMaskingException](./imagemaskingexception) | The exceptions which specified for image masking system. | +| [ImageMaskingException](./imagemaskingexception/) | The exceptions which specified for image masking system. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/imagemaskingexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/imagemaskingexception/_index.md index 3e2f38d992e7..08bd4db6bea3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/imagemaskingexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/imagemaskingexception/_index.md @@ -1,7 +1,7 @@ --- -title: ImageMaskingException +title: Class ImageMaskingException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Exceptions.ImageMaskingException class. The exceptions which specified for image masking system type: docs weight: 10710 url: /net/aspose.imaging.masking.exceptions/imagemaskingexception/ @@ -18,11 +18,11 @@ public sealed class ImageMaskingException : Exception | Name | Description | | --- | --- | -| [ImageMaskingException](imagemaskingexception)(string) | Initializes a new instance of the [`ImageMaskingException`](../imagemaskingexception) class. | +| [ImageMaskingException](imagemaskingexception/)(string) | Initializes a new instance of the `ImageMaskingException` class. | ### See Also -* namespace [Aspose.Imaging.Masking.Exceptions](../../aspose.imaging.masking.exceptions) +* namespace [Aspose.Imaging.Masking.Exceptions](../../aspose.imaging.masking.exceptions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/imagemaskingexception/imagemaskingexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/imagemaskingexception/imagemaskingexception/_index.md index 101975a72669..7d1fbcb3f91b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/imagemaskingexception/imagemaskingexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.exceptions/imagemaskingexception/imagemaskingexception/_index.md @@ -1,14 +1,14 @@ --- -title: ImageMaskingException +title: ImageMaskingException.ImageMaskingException second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMaskingException constructor. Initializes a new instance of the ImageMaskingException class type: docs weight: 10 url: /net/aspose.imaging.masking.exceptions/imagemaskingexception/imagemaskingexception/ --- ## ImageMaskingException constructor -Initializes a new instance of the [`ImageMaskingException`](../../imagemaskingexception) class. +Initializes a new instance of the [`ImageMaskingException`](../) class. ```csharp public ImageMaskingException(string message) @@ -20,8 +20,8 @@ public ImageMaskingException(string message) ### See Also -* class [ImageMaskingException](../../imagemaskingexception) -* namespace [Aspose.Imaging.Masking.Exceptions](../../imagemaskingexception) +* class [ImageMaskingException](../) +* namespace [Aspose.Imaging.Masking.Exceptions](../../imagemaskingexception/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/_index.md index a36dcbdde4a5..dc040d3776ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Masking.Options second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles ImageMasking.Options processing. +description: The namespace handles ImageMasking.Options processing type: docs weight: 870 url: /net/aspose.imaging.masking.options/ @@ -12,22 +12,22 @@ The namespace handles ImageMasking.Options processing. | Class | Description | | --- | --- | -| [AssumedObjectData](./assumedobjectdata) | The assumed object's data. Includes object's type and area. | -| [AutoMaskingArgs](./automaskingargs) | Represents the arguments that are specified for automated masking methods | -| [AutoMaskingGraphCutOptions](./automaskinggraphcutoptions) | The GraphCut auto masking options. | -| [GraphCutMaskingOptions](./graphcutmaskingoptions) | The GraphCut auto masking options. | -| [ManualMaskingArgs](./manualmaskingargs) | Represents the arguments that are specified for manual masking method | -| [MaskingOptions](./maskingoptions) | Represents the common image masking options. | +| [AssumedObjectData](./assumedobjectdata/) | The assumed object's data. Includes object's type and area. | +| [AutoMaskingArgs](./automaskingargs/) | Represents the arguments that are specified for automated masking methods | +| [AutoMaskingGraphCutOptions](./automaskinggraphcutoptions/) | The GraphCut auto masking options. | +| [GraphCutMaskingOptions](./graphcutmaskingoptions/) | The GraphCut auto masking options. | +| [ManualMaskingArgs](./manualmaskingargs/) | Represents the arguments that are specified for manual masking method | +| [MaskingOptions](./maskingoptions/) | Represents the common image masking options. | ## Interfaces | Interface | Description | | --- | --- | -| [IMaskingArgs](./imaskingargs) | The masking arguments | +| [IMaskingArgs](./imaskingargs/) | The masking arguments | ## Enumeration | Enumeration | Description | | --- | --- | -| [DetectedObjectType](./detectedobjecttype) | The detected object types enumeration. | -| [SegmentationMethod](./segmentationmethod) | Segmentation methods types | +| [DetectedObjectType](./detectedobjecttype/) | The detected object types enumeration. | +| [SegmentationMethod](./segmentationmethod/) | Segmentation methods types | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/_index.md index 02aafd1b09cd..aeaa07173b40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/_index.md @@ -1,7 +1,7 @@ --- -title: AssumedObjectData +title: Class AssumedObjectData second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.AssumedObjectData class. The assumed objects data. Includes objects type and area type: docs weight: 10750 url: /net/aspose.imaging.masking.options/assumedobjectdata/ @@ -18,18 +18,18 @@ public class AssumedObjectData | Name | Description | | --- | --- | -| [AssumedObjectData](assumedobjectdata)() | Initializes a new instance of the [`AssumedObjectData`](../assumedobjectdata) class. | -| [AssumedObjectData](assumedobjectdata)(DetectedObjectType, Rectangle) | Initializes a new instance of the [`AssumedObjectData`](../assumedobjectdata) class. | -| [AssumedObjectData](assumedobjectdata)(string, Rectangle) | Initializes a new instance of the [`AssumedObjectData`](../assumedobjectdata) class. | +| [AssumedObjectData](assumedobjectdata/#constructor)() | Initializes a new instance of the `AssumedObjectData` class. | +| [AssumedObjectData](assumedobjectdata/#constructor_1)(DetectedObjectType, Rectangle) | Initializes a new instance of the `AssumedObjectData` class. | +| [AssumedObjectData](assumedobjectdata/#constructor_2)(string, Rectangle) | Initializes a new instance of the `AssumedObjectData` class. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging.masking.options/assumedobjectdata/bounds) { get; set; } | Gets or sets the object's bounds. | -| [Type](../../aspose.imaging.masking.options/assumedobjectdata/type) { get; set; } | Gets or sets the object's type. | +| [Bounds](../../aspose.imaging.masking.options/assumedobjectdata/bounds/) { get; set; } | Gets or sets the object's bounds. | +| [Type](../../aspose.imaging.masking.options/assumedobjectdata/type/) { get; set; } | Gets or sets the object's type. | -### Examples +## Examples Saving image masking result with feathering based on image size. Image masking is performed using auto calculated default strokes. Additionally the data of the two assumed objects is also specified in the AssumedObjects property of the AutoMaskingGraphCutOptions. @@ -224,7 +224,7 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/assumedobjectdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/assumedobjectdata/_index.md index 4c6717672a93..d352025a0feb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/assumedobjectdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/assumedobjectdata/_index.md @@ -1,14 +1,14 @@ --- -title: AssumedObjectData +title: AssumedObjectData.AssumedObjectData second_title: Aspose.Imaging for .NET API Reference -description: +description: AssumedObjectData constructor. Initializes a new instance of the AssumedObjectData class type: docs weight: 10 url: /net/aspose.imaging.masking.options/assumedobjectdata/assumedobjectdata/ --- -## AssumedObjectData constructor (1 of 3) +## AssumedObjectData() {#constructor} -Initializes a new instance of the [`AssumedObjectData`](../../assumedobjectdata) class. +Initializes a new instance of the [`AssumedObjectData`](../) class. ```csharp public AssumedObjectData() @@ -16,15 +16,15 @@ public AssumedObjectData() ### See Also -* class [AssumedObjectData](../../assumedobjectdata) -* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata) +* class [AssumedObjectData](../) +* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata/) * assembly [Aspose.Imaging](../../../) --- -## AssumedObjectData constructor (2 of 3) +## AssumedObjectData(DetectedObjectType, Rectangle) {#constructor_1} -Initializes a new instance of the [`AssumedObjectData`](../../assumedobjectdata) class. +Initializes a new instance of the [`AssumedObjectData`](../) class. ```csharp public AssumedObjectData(DetectedObjectType type, Rectangle bounds) @@ -35,7 +35,7 @@ public AssumedObjectData(DetectedObjectType type, Rectangle bounds) | type | DetectedObjectType | The object's type. | | bounds | Rectangle | The object's bounds. | -### Examples +## Examples Saving image masking result with feathering based on image size. Image masking is performed using auto calculated default strokes. Additionally the data of the two assumed objects is also specified in the AssumedObjects property of the AutoMaskingGraphCutOptions. @@ -230,17 +230,17 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* enum [DetectedObjectType](../../detectedobjecttype) -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [AssumedObjectData](../../assumedobjectdata) -* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata) +* enum [DetectedObjectType](../../detectedobjecttype/) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [AssumedObjectData](../) +* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata/) * assembly [Aspose.Imaging](../../../) --- -## AssumedObjectData constructor (3 of 3) +## AssumedObjectData(string, Rectangle) {#constructor_2} -Initializes a new instance of the [`AssumedObjectData`](../../assumedobjectdata) class. +Initializes a new instance of the [`AssumedObjectData`](../) class. ```csharp public AssumedObjectData(string type, Rectangle bounds) @@ -253,9 +253,9 @@ public AssumedObjectData(string type, Rectangle bounds) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [AssumedObjectData](../../assumedobjectdata) -* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [AssumedObjectData](../) +* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/bounds/_index.md index 074099f4bf63..dbe38fd778f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: AssumedObjectData.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: AssumedObjectData property. Gets or sets the objects bounds type: docs weight: 20 url: /net/aspose.imaging.masking.options/assumedobjectdata/bounds/ @@ -16,9 +16,9 @@ public Rectangle Bounds { get; set; } ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [AssumedObjectData](../../assumedobjectdata) -* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [AssumedObjectData](../) +* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/type/_index.md index 0b10990c67e9..7858557af149 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/assumedobjectdata/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: AssumedObjectData.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: AssumedObjectData property. Gets or sets the objects type type: docs weight: 30 url: /net/aspose.imaging.masking.options/assumedobjectdata/type/ @@ -16,9 +16,9 @@ public DetectedObjectType Type { get; set; } ### See Also -* enum [DetectedObjectType](../../detectedobjecttype) -* class [AssumedObjectData](../../assumedobjectdata) -* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata) +* enum [DetectedObjectType](../../detectedobjecttype/) +* class [AssumedObjectData](../) +* namespace [Aspose.Imaging.Masking.Options](../../assumedobjectdata/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/_index.md index 49f69b8f9c7d..e13b3f95b3b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/_index.md @@ -1,7 +1,7 @@ --- -title: AutoMaskingArgs +title: Class AutoMaskingArgs second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.AutoMaskingArgs class. Represents the arguments that are specified for automated masking methods type: docs weight: 10760 url: /net/aspose.imaging.masking.options/automaskingargs/ @@ -18,20 +18,20 @@ public class AutoMaskingArgs : IMaskingArgs | Name | Description | | --- | --- | -| [AutoMaskingArgs](automaskingargs)() | The default constructor. | +| [AutoMaskingArgs](automaskingargs/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [MaxIterationNumber](../../aspose.imaging.masking.options/automaskingargs/maxiterationnumber) { get; set; } | Gets or sets the maximum number of iterations. | -| [NumberOfObjects](../../aspose.imaging.masking.options/automaskingargs/numberofobjects) { get; set; } | Gets or sets the number of objects to separate initial image to (optional), default value is 2 (object and background). | -| [ObjectsPoints](../../aspose.imaging.masking.options/automaskingargs/objectspoints) { get; set; } | Gets or sets the points that belong to separated objects (optional) NumberOfObjects coordinates that belong to NumberOfObjects objects of initial image. This parameter is used to increase segmentation method precision. | -| [ObjectsRectangles](../../aspose.imaging.masking.options/automaskingargs/objectsrectangles) { get; set; } | Gets or sets the objects rectangles that belong to separated objects (optional). This parameter is used to increase segmentation method precision. | -| [OrphanedPoints](../../aspose.imaging.masking.options/automaskingargs/orphanedpoints) { get; set; } | Gets or sets the points that no longer belong to any object (optional). This parameter is used only in case of re-segmentation. | -| [Precision](../../aspose.imaging.masking.options/automaskingargs/precision) { get; set; } | Gets or sets the precision of segmentation method (optional). | +| [MaxIterationNumber](../../aspose.imaging.masking.options/automaskingargs/maxiterationnumber/) { get; set; } | Gets or sets the maximum number of iterations. | +| [NumberOfObjects](../../aspose.imaging.masking.options/automaskingargs/numberofobjects/) { get; set; } | Gets or sets the number of objects to separate initial image to (optional), default value is 2 (object and background). | +| [ObjectsPoints](../../aspose.imaging.masking.options/automaskingargs/objectspoints/) { get; set; } | Gets or sets the points that belong to separated objects (optional) NumberOfObjects coordinates that belong to NumberOfObjects objects of initial image. This parameter is used to increase segmentation method precision. | +| [ObjectsRectangles](../../aspose.imaging.masking.options/automaskingargs/objectsrectangles/) { get; set; } | Gets or sets the objects rectangles that belong to separated objects (optional). This parameter is used to increase segmentation method precision. | +| [OrphanedPoints](../../aspose.imaging.masking.options/automaskingargs/orphanedpoints/) { get; set; } | Gets or sets the points that no longer belong to any object (optional). This parameter is used only in case of re-segmentation. | +| [Precision](../../aspose.imaging.masking.options/automaskingargs/precision/) { get; set; } | Gets or sets the precision of segmentation method (optional). | -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -283,8 +283,8 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* interface [IMaskingArgs](../imaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* interface [IMaskingArgs](../imaskingargs/) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/automaskingargs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/automaskingargs/_index.md index e3ec9d56260d..aeeedd4981d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/automaskingargs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/automaskingargs/_index.md @@ -1,7 +1,7 @@ --- -title: AutoMaskingArgs +title: AutoMaskingArgs.AutoMaskingArgs second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingArgs constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.masking.options/automaskingargs/automaskingargs/ @@ -16,8 +16,8 @@ public AutoMaskingArgs() ### See Also -* class [AutoMaskingArgs](../../automaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs) +* class [AutoMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/maxiterationnumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/maxiterationnumber/_index.md index de32d951dfca..aff863680e3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/maxiterationnumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/maxiterationnumber/_index.md @@ -1,7 +1,7 @@ --- -title: MaxIterationNumber +title: AutoMaskingArgs.MaxIterationNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingArgs property. Gets or sets the maximum number of iterations type: docs weight: 20 url: /net/aspose.imaging.masking.options/automaskingargs/maxiterationnumber/ @@ -18,7 +18,7 @@ public int MaxIterationNumber { get; set; } The maximum maximum number of iterations. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -78,8 +78,8 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [AutoMaskingArgs](../../automaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs) +* class [AutoMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/numberofobjects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/numberofobjects/_index.md index 4ae2ba080775..6e201e5bbe9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/numberofobjects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/numberofobjects/_index.md @@ -1,7 +1,7 @@ --- -title: NumberOfObjects +title: AutoMaskingArgs.NumberOfObjects second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingArgs property. Gets or sets the number of objects to separate initial image to optional default value is 2 object and background type: docs weight: 30 url: /net/aspose.imaging.masking.options/automaskingargs/numberofobjects/ @@ -18,7 +18,7 @@ public int NumberOfObjects { get; set; } The number of objects. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -78,8 +78,8 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [AutoMaskingArgs](../../automaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs) +* class [AutoMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/objectspoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/objectspoints/_index.md index e2cc475bfe7d..af47f3a07908 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/objectspoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/objectspoints/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectsPoints +title: AutoMaskingArgs.ObjectsPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingArgs property. Gets or sets the points that belong to separated objects optional NumberOfObjects coordinates that belong to NumberOfObjects objects of initial image. This parameter is used to increase segmentation method precision type: docs weight: 40 url: /net/aspose.imaging.masking.options/automaskingargs/objectspoints/ @@ -18,7 +18,7 @@ public Point[][] ObjectsPoints { get; set; } The objects points. -### Examples +## Examples This example shows how to specify suggestions for image masking algorithm to improve precision of segmentation (clustering) method. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -84,9 +84,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [AutoMaskingArgs](../../automaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs) +* struct [Point](../../../aspose.imaging/point/) +* class [AutoMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/objectsrectangles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/objectsrectangles/_index.md index 68c235be9288..48edf0c6090d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/objectsrectangles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/objectsrectangles/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectsRectangles +title: AutoMaskingArgs.ObjectsRectangles second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingArgs property. Gets or sets the objects rectangles that belong to separated objects optional. This parameter is used to increase segmentation method precision type: docs weight: 50 url: /net/aspose.imaging.masking.options/automaskingargs/objectsrectangles/ @@ -18,7 +18,7 @@ public Rectangle[] ObjectsRectangles { get; set; } The objects rectangles. -### Examples +## Examples This example shows how to specify suggestions for image masking algorithm to improve precision of segmentation (clustering) method. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -84,9 +84,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [AutoMaskingArgs](../../automaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [AutoMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/orphanedpoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/orphanedpoints/_index.md index 6c6a5e7b4965..7453c63692bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/orphanedpoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/orphanedpoints/_index.md @@ -1,7 +1,7 @@ --- -title: OrphanedPoints +title: AutoMaskingArgs.OrphanedPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingArgs property. Gets or sets the points that no longer belong to any object optional. This parameter is used only in case of resegmentation type: docs weight: 60 url: /net/aspose.imaging.masking.options/automaskingargs/orphanedpoints/ @@ -20,9 +20,9 @@ The orphaned points. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [AutoMaskingArgs](../../automaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs) +* struct [Point](../../../aspose.imaging/point/) +* class [AutoMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/precision/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/precision/_index.md index 34121f0d8478..5d93a1f25d21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/precision/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskingargs/precision/_index.md @@ -1,7 +1,7 @@ --- -title: Precision +title: AutoMaskingArgs.Precision second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingArgs property. Gets or sets the precision of segmentation method optional type: docs weight: 70 url: /net/aspose.imaging.masking.options/automaskingargs/precision/ @@ -18,7 +18,7 @@ public double Precision { get; set; } The precision of segmentation method (optional). -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -78,8 +78,8 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [AutoMaskingArgs](../../automaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs) +* class [AutoMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/_index.md index d076f3f62776..7b753f76a666 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/_index.md @@ -1,7 +1,7 @@ --- -title: AutoMaskingGraphCutOptions +title: Class AutoMaskingGraphCutOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.AutoMaskingGraphCutOptions class. The GraphCut auto masking options type: docs weight: 10770 url: /net/aspose.imaging.masking.options/automaskinggraphcutoptions/ @@ -18,27 +18,27 @@ public class AutoMaskingGraphCutOptions : GraphCutMaskingOptions | Name | Description | | --- | --- | -| [AutoMaskingGraphCutOptions](automaskinggraphcutoptions)() | The default constructor. | +| [AutoMaskingGraphCutOptions](automaskinggraphcutoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Args](../../aspose.imaging.masking.options/maskingoptions/args) { get; set; } | Gets or sets the arguments for segmentation algorithm. | -| [AssumedObjects](../../aspose.imaging.masking.options/automaskinggraphcutoptions/assumedobjects) { get; set; } | Gets or sets the assumed objects. | -| [BackgroundReplacementColor](../../aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor) { get; set; } | Gets or sets the background replacement color. | -| [CalculateDefaultStrokes](../../aspose.imaging.masking.options/automaskinggraphcutoptions/calculatedefaultstrokes) { get; set; } | Gets or sets a value indicating whether default strokes should be calculated. | -| [Decompose](../../aspose.imaging.masking.options/maskingoptions/decompose) { get; set; } | Gets or sets a value indicating whether needless to separate each Shape from mask as individual object or as united object from mask separated from background. | -| [DefaultBackgroundStrokes](../../aspose.imaging.masking.options/automaskinggraphcutoptions/defaultbackgroundstrokes) { get; } | Gets the default background strokes. | -| [DefaultForegroundStrokes](../../aspose.imaging.masking.options/automaskinggraphcutoptions/defaultforegroundstrokes) { get; } | Gets the pre-calculated default foreground strokes. | -| [DefaultObjectsRectangles](../../aspose.imaging.masking.options/automaskinggraphcutoptions/defaultobjectsrectangles) { get; } | Gets the default objects rectangles. | -| [ExportOptions](../../aspose.imaging.masking.options/maskingoptions/exportoptions) { get; set; } | Gets or sets the image export options. | -| [FeatheringRadius](../../aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius) { get; set; } | Gets or sets the feathering radius. | -| [MaskingArea](../../aspose.imaging.masking.options/maskingoptions/maskingarea) { get; set; } | Gets or sets the masking area. | -| [Method](../../aspose.imaging.masking.options/maskingoptions/method) { get; set; } | Gets or sets the segmentation method. | -| [PrecalculationProgressEventHandler](../../aspose.imaging.masking.options/automaskinggraphcutoptions/precalculationprogresseventhandler) { get; set; } | Gets or sets the default points pre-calculation process progress event handler. | - -### Examples +| [Args](../../aspose.imaging.masking.options/maskingoptions/args/) { get; set; } | Gets or sets the arguments for segmentation algorithm. | +| [AssumedObjects](../../aspose.imaging.masking.options/automaskinggraphcutoptions/assumedobjects/) { get; set; } | Gets or sets the assumed objects. | +| [BackgroundReplacementColor](../../aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor/) { get; set; } | Gets or sets the background replacement color. | +| [CalculateDefaultStrokes](../../aspose.imaging.masking.options/automaskinggraphcutoptions/calculatedefaultstrokes/) { get; set; } | Gets or sets a value indicating whether default strokes should be calculated. | +| [Decompose](../../aspose.imaging.masking.options/maskingoptions/decompose/) { get; set; } | Gets or sets a value indicating whether needless to separate each Shape from mask as individual object or as united object from mask separated from background. | +| [DefaultBackgroundStrokes](../../aspose.imaging.masking.options/automaskinggraphcutoptions/defaultbackgroundstrokes/) { get; } | Gets the default background strokes. | +| [DefaultForegroundStrokes](../../aspose.imaging.masking.options/automaskinggraphcutoptions/defaultforegroundstrokes/) { get; } | Gets the pre-calculated default foreground strokes. | +| [DefaultObjectsRectangles](../../aspose.imaging.masking.options/automaskinggraphcutoptions/defaultobjectsrectangles/) { get; } | Gets the default objects rectangles. | +| [ExportOptions](../../aspose.imaging.masking.options/maskingoptions/exportoptions/) { get; set; } | Gets or sets the image export options. | +| [FeatheringRadius](../../aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius/) { get; set; } | Gets or sets the feathering radius. | +| [MaskingArea](../../aspose.imaging.masking.options/maskingoptions/maskingarea/) { get; set; } | Gets or sets the masking area. | +| [Method](../../aspose.imaging.masking.options/maskingoptions/method/) { get; set; } | Gets or sets the segmentation method. | +| [PrecalculationProgressEventHandler](../../aspose.imaging.masking.options/automaskinggraphcutoptions/precalculationprogresseventhandler/) { get; set; } | Gets or sets the default points pre-calculation process progress event handler. | + +## Examples Saving image masking result with feathering based on image size. Image masking is performed using auto calculated default strokes. The Args property of AutoMaskingGraphCutOptions can be omitted since default strokes are placed there in the end. @@ -265,8 +265,8 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* class [GraphCutMaskingOptions](../graphcutmaskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* class [GraphCutMaskingOptions](../graphcutmaskingoptions/) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/assumedobjects/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/assumedobjects/_index.md index 2a2f98671b19..00d124234d26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/assumedobjects/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/assumedobjects/_index.md @@ -1,7 +1,7 @@ --- -title: AssumedObjects +title: AutoMaskingGraphCutOptions.AssumedObjects second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingGraphCutOptions property. Gets or sets the assumed objects type: docs weight: 20 url: /net/aspose.imaging.masking.options/automaskinggraphcutoptions/assumedobjects/ @@ -14,7 +14,7 @@ Gets or sets the assumed objects. public List AssumedObjects { get; set; } ``` -### Examples +## Examples Saving image masking result with feathering based on image size. Image masking is performed using auto calculated default strokes. Additionally the data of the two assumed objects is also specified in the AssumedObjects property of the AutoMaskingGraphCutOptions. @@ -209,9 +209,9 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* class [AssumedObjectData](../../assumedobjectdata) -* class [AutoMaskingGraphCutOptions](../../automaskinggraphcutoptions) -* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions) +* class [AssumedObjectData](../../assumedobjectdata/) +* class [AutoMaskingGraphCutOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/automaskinggraphcutoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/automaskinggraphcutoptions/_index.md index 9415eca96462..e9a15330cb7b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/automaskinggraphcutoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/automaskinggraphcutoptions/_index.md @@ -1,7 +1,7 @@ --- -title: AutoMaskingGraphCutOptions +title: AutoMaskingGraphCutOptions.AutoMaskingGraphCutOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingGraphCutOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.masking.options/automaskinggraphcutoptions/automaskinggraphcutoptions/ @@ -16,8 +16,8 @@ public AutoMaskingGraphCutOptions() ### See Also -* class [AutoMaskingGraphCutOptions](../../automaskinggraphcutoptions) -* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions) +* class [AutoMaskingGraphCutOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/calculatedefaultstrokes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/calculatedefaultstrokes/_index.md index 8be2e4bef2a5..0e93e75584a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/calculatedefaultstrokes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/calculatedefaultstrokes/_index.md @@ -1,7 +1,7 @@ --- -title: CalculateDefaultStrokes +title: AutoMaskingGraphCutOptions.CalculateDefaultStrokes second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingGraphCutOptions property. Gets or sets a value indicating whether default strokes should be calculated type: docs weight: 30 url: /net/aspose.imaging.masking.options/automaskinggraphcutoptions/calculatedefaultstrokes/ @@ -14,7 +14,7 @@ Gets or sets a value indicating whether default strokes should be calculated. public bool CalculateDefaultStrokes { get; set; } ``` -### Examples +## Examples Saving image masking result with feathering based on image size. Image masking is performed using auto calculated default strokes. The Args property of AutoMaskingGraphCutOptions can be omitted since default strokes are placed there in the end. @@ -241,8 +241,8 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* class [AutoMaskingGraphCutOptions](../../automaskinggraphcutoptions) -* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions) +* class [AutoMaskingGraphCutOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultbackgroundstrokes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultbackgroundstrokes/_index.md index d89863730142..cd59dab7b45c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultbackgroundstrokes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultbackgroundstrokes/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultBackgroundStrokes +title: AutoMaskingGraphCutOptions.DefaultBackgroundStrokes second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingGraphCutOptions property. Gets the default background strokes type: docs weight: 40 url: /net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultbackgroundstrokes/ @@ -14,7 +14,7 @@ Gets the default background strokes. public Point[] DefaultBackgroundStrokes { get; } ``` -### Examples +## Examples Saving image masking result with feathering based on image size and re-using masking options for the new masking iteration. Image masking is performed using auto calculated default strokes. Additionally the data of the two assumed objects is also specified in the AssumedObjects property of the AutoMaskingGraphCutOptions. After getting initial masking result, applied background/foreground strokes are modified and another masking iteration is performed. @@ -172,9 +172,9 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [AutoMaskingGraphCutOptions](../../automaskinggraphcutoptions) -* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions) +* struct [Point](../../../aspose.imaging/point/) +* class [AutoMaskingGraphCutOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultforegroundstrokes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultforegroundstrokes/_index.md index be7770dcd58f..5c60bd6c1961 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultforegroundstrokes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultforegroundstrokes/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultForegroundStrokes +title: AutoMaskingGraphCutOptions.DefaultForegroundStrokes second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingGraphCutOptions property. Gets the precalculated default foreground strokes type: docs weight: 50 url: /net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultforegroundstrokes/ @@ -14,7 +14,7 @@ Gets the pre-calculated default foreground strokes. public Point[] DefaultForegroundStrokes { get; } ``` -### Examples +## Examples Saving image masking result with feathering based on image size and re-using masking options for the new masking iteration. Image masking is performed using auto calculated default strokes. Additionally the data of the two assumed objects is also specified in the AssumedObjects property of the AutoMaskingGraphCutOptions. After getting initial masking result, applied background/foreground strokes are modified and another masking iteration is performed. @@ -172,9 +172,9 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [AutoMaskingGraphCutOptions](../../automaskinggraphcutoptions) -* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions) +* struct [Point](../../../aspose.imaging/point/) +* class [AutoMaskingGraphCutOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultobjectsrectangles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultobjectsrectangles/_index.md index 15f9301ef718..1ea16f2b46f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultobjectsrectangles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultobjectsrectangles/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultObjectsRectangles +title: AutoMaskingGraphCutOptions.DefaultObjectsRectangles second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingGraphCutOptions property. Gets the default objects rectangles type: docs weight: 60 url: /net/aspose.imaging.masking.options/automaskinggraphcutoptions/defaultobjectsrectangles/ @@ -14,7 +14,7 @@ Gets the default objects rectangles. public Rectangle[] DefaultObjectsRectangles { get; } ``` -### Examples +## Examples Saving image masking result with feathering based on image size and re-using masking options for the new masking iteration. Image masking is performed using auto calculated default strokes. Additionally the data of the two assumed objects is also specified in the AssumedObjects property of the AutoMaskingGraphCutOptions. After getting initial masking result, applied background/foreground strokes are modified and another masking iteration is performed. @@ -172,9 +172,9 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [AutoMaskingGraphCutOptions](../../automaskinggraphcutoptions) -* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [AutoMaskingGraphCutOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/precalculationprogresseventhandler/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/precalculationprogresseventhandler/_index.md index 175942806ff7..9ba2482e281c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/precalculationprogresseventhandler/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/automaskinggraphcutoptions/precalculationprogresseventhandler/_index.md @@ -1,7 +1,7 @@ --- -title: PrecalculationProgressEventHandler +title: AutoMaskingGraphCutOptions.PrecalculationProgressEventHandler second_title: Aspose.Imaging for .NET API Reference -description: +description: AutoMaskingGraphCutOptions property. Gets or sets the default points precalculation process progress event handler type: docs weight: 70 url: /net/aspose.imaging.masking.options/automaskinggraphcutoptions/precalculationprogresseventhandler/ @@ -20,9 +20,9 @@ The progress event handler. ### See Also -* delegate [ProgressEventHandler](../../../aspose.imaging/progresseventhandler) -* class [AutoMaskingGraphCutOptions](../../automaskinggraphcutoptions) -* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions) +* delegate [ProgressEventHandler](../../../aspose.imaging/progresseventhandler/) +* class [AutoMaskingGraphCutOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../automaskinggraphcutoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/detectedobjecttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/detectedobjecttype/_index.md index b88462f5f3bb..1fa005a381d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/detectedobjecttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/detectedobjecttype/_index.md @@ -1,7 +1,7 @@ --- -title: DetectedObjectType +title: Enum DetectedObjectType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.DetectedObjectType enum. The detected object types enumeration type: docs weight: 10780 url: /net/aspose.imaging.masking.options/detectedobjecttype/ @@ -21,7 +21,7 @@ public enum DetectedObjectType | Human | `0` | The human object type. | | Other | `1` | Other object type. | -### Examples +## Examples Saving image masking result with feathering based on image size. Image masking is performed using auto calculated default strokes. Additionally the data of the two assumed objects is also specified in the AssumedObjects property of the AutoMaskingGraphCutOptions. @@ -216,7 +216,7 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/_index.md index bb7a75efc0fe..2ecaf946ab70 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GraphCutMaskingOptions +title: Class GraphCutMaskingOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.GraphCutMaskingOptions class. The GraphCut auto masking options type: docs weight: 10790 url: /net/aspose.imaging.masking.options/graphcutmaskingoptions/ @@ -18,21 +18,21 @@ public class GraphCutMaskingOptions : MaskingOptions | Name | Description | | --- | --- | -| [GraphCutMaskingOptions](graphcutmaskingoptions)() | The default constructor. | +| [GraphCutMaskingOptions](graphcutmaskingoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Args](../../aspose.imaging.masking.options/maskingoptions/args) { get; set; } | Gets or sets the arguments for segmentation algorithm. | -| [BackgroundReplacementColor](../../aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor) { get; set; } | Gets or sets the background replacement color. | -| [Decompose](../../aspose.imaging.masking.options/maskingoptions/decompose) { get; set; } | Gets or sets a value indicating whether needless to separate each Shape from mask as individual object or as united object from mask separated from background. | -| [ExportOptions](../../aspose.imaging.masking.options/maskingoptions/exportoptions) { get; set; } | Gets or sets the image export options. | -| [FeatheringRadius](../../aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius) { get; set; } | Gets or sets the feathering radius. | -| [MaskingArea](../../aspose.imaging.masking.options/maskingoptions/maskingarea) { get; set; } | Gets or sets the masking area. | -| [Method](../../aspose.imaging.masking.options/maskingoptions/method) { get; set; } | Gets or sets the segmentation method. | +| [Args](../../aspose.imaging.masking.options/maskingoptions/args/) { get; set; } | Gets or sets the arguments for segmentation algorithm. | +| [BackgroundReplacementColor](../../aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor/) { get; set; } | Gets or sets the background replacement color. | +| [Decompose](../../aspose.imaging.masking.options/maskingoptions/decompose/) { get; set; } | Gets or sets a value indicating whether needless to separate each Shape from mask as individual object or as united object from mask separated from background. | +| [ExportOptions](../../aspose.imaging.masking.options/maskingoptions/exportoptions/) { get; set; } | Gets or sets the image export options. | +| [FeatheringRadius](../../aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius/) { get; set; } | Gets or sets the feathering radius. | +| [MaskingArea](../../aspose.imaging.masking.options/maskingoptions/maskingarea/) { get; set; } | Gets or sets the masking area. | +| [Method](../../aspose.imaging.masking.options/maskingoptions/method/) { get; set; } | Gets or sets the segmentation method. | -### Examples +## Examples Saving image masking result with feathering based on image size. Image masking is performed using auto calculated default strokes. The Args property of AutoMaskingGraphCutOptions can be omitted since default strokes are placed there in the end. @@ -300,8 +300,8 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* class [MaskingOptions](../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* class [MaskingOptions](../maskingoptions/) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius/_index.md index 66936f7e19c3..d438101a74b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius/_index.md @@ -1,7 +1,7 @@ --- -title: FeatheringRadius +title: GraphCutMaskingOptions.FeatheringRadius second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphCutMaskingOptions property. Gets or sets the feathering radius type: docs weight: 20 url: /net/aspose.imaging.masking.options/graphcutmaskingoptions/featheringradius/ @@ -14,7 +14,7 @@ Gets or sets the feathering radius. public int FeatheringRadius { get; set; } ``` -### Examples +## Examples Saving image masking result with feathering based on image size. Image masking is performed using auto calculated default strokes. The Args property of AutoMaskingGraphCutOptions can be omitted since default strokes are placed there in the end. @@ -282,8 +282,8 @@ using (RasterImage resultImage = (RasterImage)results[1].GetImage()) ### See Also -* class [GraphCutMaskingOptions](../../graphcutmaskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../graphcutmaskingoptions) +* class [GraphCutMaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../graphcutmaskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/graphcutmaskingoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/graphcutmaskingoptions/_index.md index c9d97f4b9717..db1140fd043e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/graphcutmaskingoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/graphcutmaskingoptions/graphcutmaskingoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GraphCutMaskingOptions +title: GraphCutMaskingOptions.GraphCutMaskingOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphCutMaskingOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.masking.options/graphcutmaskingoptions/graphcutmaskingoptions/ @@ -16,8 +16,8 @@ public GraphCutMaskingOptions() ### See Also -* class [GraphCutMaskingOptions](../../graphcutmaskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../graphcutmaskingoptions) +* class [GraphCutMaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../graphcutmaskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/imaskingargs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/imaskingargs/_index.md index 676183306f51..4bf80f1313b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/imaskingargs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/imaskingargs/_index.md @@ -1,7 +1,7 @@ --- -title: IMaskingArgs +title: Interface IMaskingArgs second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.IMaskingArgs interface. The masking arguments type: docs weight: 10800 url: /net/aspose.imaging.masking.options/imaskingargs/ @@ -16,7 +16,7 @@ public interface IMaskingArgs ### See Also -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/_index.md index 6ce0fbf1630a..4bf0fb3075c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/_index.md @@ -1,7 +1,7 @@ --- -title: ManualMaskingArgs +title: Class ManualMaskingArgs second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.ManualMaskingArgs class. Represents the arguments that are specified for manual masking method type: docs weight: 10810 url: /net/aspose.imaging.masking.options/manualmaskingargs/ @@ -18,15 +18,15 @@ public class ManualMaskingArgs : IMaskingArgs | Name | Description | | --- | --- | -| [ManualMaskingArgs](manualmaskingargs)() | The default constructor. | +| [ManualMaskingArgs](manualmaskingargs/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Mask](../../aspose.imaging.masking.options/manualmaskingargs/mask) { get; set; } | Gets or sets the set of graphic shapes that form mask. | +| [Mask](../../aspose.imaging.masking.options/manualmaskingargs/mask/) { get; set; } | Gets or sets the set of graphic shapes that form mask. | -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and a manual mask. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -90,8 +90,8 @@ using (RasterImage image = (RasterImage)Image.Load(dir + "Blue hills.png")) ### See Also -* interface [IMaskingArgs](../imaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* interface [IMaskingArgs](../imaskingargs/) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/manualmaskingargs/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/manualmaskingargs/_index.md index 10375c1780ca..edf352c63b2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/manualmaskingargs/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/manualmaskingargs/_index.md @@ -1,7 +1,7 @@ --- -title: ManualMaskingArgs +title: ManualMaskingArgs.ManualMaskingArgs second_title: Aspose.Imaging for .NET API Reference -description: +description: ManualMaskingArgs constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.masking.options/manualmaskingargs/manualmaskingargs/ @@ -16,8 +16,8 @@ public ManualMaskingArgs() ### See Also -* class [ManualMaskingArgs](../../manualmaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../manualmaskingargs) +* class [ManualMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../manualmaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/mask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/mask/_index.md index 59508c073fbc..43e5afef7694 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/mask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/manualmaskingargs/mask/_index.md @@ -1,7 +1,7 @@ --- -title: Mask +title: ManualMaskingArgs.Mask second_title: Aspose.Imaging for .NET API Reference -description: +description: ManualMaskingArgs property. Gets or sets the set of graphic shapes that form mask type: docs weight: 20 url: /net/aspose.imaging.masking.options/manualmaskingargs/mask/ @@ -18,7 +18,7 @@ public GraphicsPath Mask { get; set; } The mask. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and a manual mask. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -82,9 +82,9 @@ using (RasterImage image = (RasterImage)Image.Load(dir + "Blue hills.png")) ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [ManualMaskingArgs](../../manualmaskingargs) -* namespace [Aspose.Imaging.Masking.Options](../../manualmaskingargs) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [ManualMaskingArgs](../) +* namespace [Aspose.Imaging.Masking.Options](../../manualmaskingargs/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/_index.md index 7b314e135afa..05f823ed7c3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/_index.md @@ -1,7 +1,7 @@ --- -title: MaskingOptions +title: Class MaskingOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.MaskingOptions class. Represents the common image masking options type: docs weight: 10820 url: /net/aspose.imaging.masking.options/maskingoptions/ @@ -18,26 +18,26 @@ public class MaskingOptions | Name | Description | | --- | --- | -| [MaskingOptions](maskingoptions)() | The default constructor. | +| [MaskingOptions](maskingoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Args](../../aspose.imaging.masking.options/maskingoptions/args) { get; set; } | Gets or sets the arguments for segmentation algorithm. | -| [BackgroundReplacementColor](../../aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor) { get; set; } | Gets or sets the background replacement color. | -| [Decompose](../../aspose.imaging.masking.options/maskingoptions/decompose) { get; set; } | Gets or sets a value indicating whether needless to separate each Shape from mask as individual object or as united object from mask separated from background. | -| [ExportOptions](../../aspose.imaging.masking.options/maskingoptions/exportoptions) { get; set; } | Gets or sets the image export options. | -| [MaskingArea](../../aspose.imaging.masking.options/maskingoptions/maskingarea) { get; set; } | Gets or sets the masking area. | -| [Method](../../aspose.imaging.masking.options/maskingoptions/method) { get; set; } | Gets or sets the segmentation method. | +| [Args](../../aspose.imaging.masking.options/maskingoptions/args/) { get; set; } | Gets or sets the arguments for segmentation algorithm. | +| [BackgroundReplacementColor](../../aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor/) { get; set; } | Gets or sets the background replacement color. | +| [Decompose](../../aspose.imaging.masking.options/maskingoptions/decompose/) { get; set; } | Gets or sets a value indicating whether needless to separate each Shape from mask as individual object or as united object from mask separated from background. | +| [ExportOptions](../../aspose.imaging.masking.options/maskingoptions/exportoptions/) { get; set; } | Gets or sets the image export options. | +| [MaskingArea](../../aspose.imaging.masking.options/maskingoptions/maskingarea/) { get; set; } | Gets or sets the masking area. | +| [Method](../../aspose.imaging.masking.options/maskingoptions/method/) { get; set; } | Gets or sets the segmentation method. | ## Fields | Name | Description | | --- | --- | -| const [BackgroundObjectNumber](../../aspose.imaging.masking.options/maskingoptions/backgroundobjectnumber) | The background object number | +| const [BackgroundObjectNumber](../../aspose.imaging.masking.options/maskingoptions/backgroundobjectnumber/) | The background object number | -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -349,7 +349,7 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/args/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/args/_index.md index 44fdcd317120..e13c3088bfa1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/args/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/args/_index.md @@ -1,7 +1,7 @@ --- -title: Args +title: MaskingOptions.Args second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingOptions property. Gets or sets the arguments for segmentation algorithm type: docs weight: 20 url: /net/aspose.imaging.masking.options/maskingoptions/args/ @@ -18,7 +18,7 @@ public IMaskingArgs Args { get; set; } The arguments for segmentation algorithm. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -330,9 +330,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* interface [IMaskingArgs](../../imaskingargs) -* class [MaskingOptions](../../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions) +* interface [IMaskingArgs](../../imaskingargs/) +* class [MaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/backgroundobjectnumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/backgroundobjectnumber/_index.md index 9ccfab59d52c..21a5da70a733 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/backgroundobjectnumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/backgroundobjectnumber/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundObjectNumber +title: MaskingOptions.BackgroundObjectNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingOptions field. The background object number type: docs weight: 80 url: /net/aspose.imaging.masking.options/maskingoptions/backgroundobjectnumber/ @@ -16,8 +16,8 @@ public const int BackgroundObjectNumber; ### See Also -* class [MaskingOptions](../../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions) +* class [MaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor/_index.md index e125e8200c6c..87d6feaab18a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundReplacementColor +title: MaskingOptions.BackgroundReplacementColor second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingOptions property. Gets or sets the background replacement color type: docs weight: 30 url: /net/aspose.imaging.masking.options/maskingoptions/backgroundreplacementcolor/ @@ -18,7 +18,7 @@ public Color BackgroundReplacementColor { get; set; } The background replacement color. This color will be used as background color in resulting images. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -330,9 +330,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* struct [Color](../../../aspose.imaging/color) -* class [MaskingOptions](../../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions) +* struct [Color](../../../aspose.imaging/color/) +* class [MaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/decompose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/decompose/_index.md index cb96c36fa81a..6bab0ff228fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/decompose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/decompose/_index.md @@ -1,7 +1,7 @@ --- -title: Decompose +title: MaskingOptions.Decompose second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingOptions property. Gets or sets a value indicating whether needless to separate each Shape from mask as individual object or as united object from mask separated from background type: docs weight: 40 url: /net/aspose.imaging.masking.options/maskingoptions/decompose/ @@ -18,7 +18,7 @@ public bool Decompose { get; set; } `true` if decompose; otherwise, `false`. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and a manual mask. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -82,8 +82,8 @@ using (RasterImage image = (RasterImage)Image.Load(dir + "Blue hills.png")) ### See Also -* class [MaskingOptions](../../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions) +* class [MaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/exportoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/exportoptions/_index.md index af6501bee28c..0af4345ae5ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/exportoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/exportoptions/_index.md @@ -1,7 +1,7 @@ --- -title: ExportOptions +title: MaskingOptions.ExportOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingOptions property. Gets or sets the image export options type: docs weight: 50 url: /net/aspose.imaging.masking.options/maskingoptions/exportoptions/ @@ -18,7 +18,7 @@ public ImageOptionsBase ExportOptions { get; set; } The image export options that will be used to create the resulting images. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -330,9 +330,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase) -* class [MaskingOptions](../../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions) +* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/) +* class [MaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/maskingarea/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/maskingarea/_index.md index 1dd34bb59c82..6133022f395b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/maskingarea/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/maskingarea/_index.md @@ -1,7 +1,7 @@ --- -title: MaskingArea +title: MaskingOptions.MaskingArea second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingOptions property. Gets or sets the masking area type: docs weight: 60 url: /net/aspose.imaging.masking.options/maskingoptions/maskingarea/ @@ -18,7 +18,7 @@ public Rectangle MaskingArea { get; set; } The masking area which is a partial area of the source image. Rectangle.Empty value means full source image area. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and a manual mask. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -82,9 +82,9 @@ using (RasterImage image = (RasterImage)Image.Load(dir + "Blue hills.png")) ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [MaskingOptions](../../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [MaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/maskingoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/maskingoptions/_index.md index 5d4dea53ed7f..3290852db481 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/maskingoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/maskingoptions/_index.md @@ -1,7 +1,7 @@ --- -title: MaskingOptions +title: MaskingOptions.MaskingOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.masking.options/maskingoptions/maskingoptions/ @@ -16,8 +16,8 @@ public MaskingOptions() ### See Also -* class [MaskingOptions](../../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions) +* class [MaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/method/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/method/_index.md index 915c76fa5e23..2d188b102ed1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/method/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/maskingoptions/method/_index.md @@ -1,7 +1,7 @@ --- -title: Method +title: MaskingOptions.Method second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingOptions property. Gets or sets the segmentation method type: docs weight: 70 url: /net/aspose.imaging.masking.options/maskingoptions/method/ @@ -18,7 +18,7 @@ public SegmentationMethod Method { get; set; } The segmentation method. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -330,9 +330,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* enum [SegmentationMethod](../../segmentationmethod) -* class [MaskingOptions](../../maskingoptions) -* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions) +* enum [SegmentationMethod](../../segmentationmethod/) +* class [MaskingOptions](../) +* namespace [Aspose.Imaging.Masking.Options](../../maskingoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/segmentationmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/segmentationmethod/_index.md index 4e1f1c11591d..15e555f7357e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/segmentationmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.options/segmentationmethod/_index.md @@ -1,7 +1,7 @@ --- -title: SegmentationMethod +title: Enum SegmentationMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Options.SegmentationMethod enum. Segmentation methods types type: docs weight: 10830 url: /net/aspose.imaging.masking.options/segmentationmethod/ @@ -26,7 +26,7 @@ public enum SegmentationMethod ### See Also -* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options) +* namespace [Aspose.Imaging.Masking.Options](../../aspose.imaging.masking.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/_index.md index 53b04c3b8f32..cb881a58739b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Masking.Result second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles ImageMasking.Result processing. +description: The namespace handles ImageMasking.Result processing type: docs weight: 880 url: /net/aspose.imaging.masking.result/ @@ -12,11 +12,11 @@ The namespace handles ImageMasking.Result processing. | Class | Description | | --- | --- | -| [MaskingResult](./maskingresult) | Base abstract class which can provide result image from image masking system. | +| [MaskingResult](./maskingresult/) | Base abstract class which can provide result image from image masking system. | ## Interfaces | Interface | Description | | --- | --- | -| [IMaskingLayer](./imaskinglayer) | Masking layer | +| [IMaskingLayer](./imaskinglayer/) | Masking layer | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/_index.md index 8bf515cae355..86bc9f5d49ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/_index.md @@ -1,7 +1,7 @@ --- -title: IMaskingLayer +title: Interface IMaskingLayer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Result.IMaskingLayer interface. Masking layer type: docs weight: 10840 url: /net/aspose.imaging.masking.result/imaskinglayer/ @@ -18,16 +18,16 @@ public interface IMaskingLayer | Name | Description | | --- | --- | -| [ObjectNumber](../../aspose.imaging.masking.result/imaskinglayer/objectnumber) { get; } | Gets the object number. | +| [ObjectNumber](../../aspose.imaging.masking.result/imaskinglayer/objectnumber/) { get; } | Gets the object number. | ## Methods | Name | Description | | --- | --- | -| [GetImage](../../aspose.imaging.masking.result/imaskinglayer/getimage)() | Provides result image. | -| [GetMask](../../aspose.imaging.masking.result/imaskinglayer/getmask)() | Gets the image mask. | +| [GetImage](../../aspose.imaging.masking.result/imaskinglayer/getimage/)() | Provides result image. | +| [GetMask](../../aspose.imaging.masking.result/imaskinglayer/getmask/)() | Gets the image mask. | -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -339,7 +339,7 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* namespace [Aspose.Imaging.Masking.Result](../../aspose.imaging.masking.result) +* namespace [Aspose.Imaging.Masking.Result](../../aspose.imaging.masking.result/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/getimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/getimage/_index.md index 7b1677adec6c..09eb17a1028a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/getimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/getimage/_index.md @@ -1,7 +1,7 @@ --- -title: GetImage +title: IMaskingLayer.GetImage second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingLayer method. Provides result image type: docs weight: 20 url: /net/aspose.imaging.masking.result/imaskinglayer/getimage/ @@ -18,7 +18,7 @@ public RasterImage GetImage() Result image. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -278,9 +278,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* interface [IMaskingLayer](../../imaskinglayer) -* namespace [Aspose.Imaging.Masking.Result](../../imaskinglayer) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* interface [IMaskingLayer](../) +* namespace [Aspose.Imaging.Masking.Result](../../imaskinglayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/getmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/getmask/_index.md index 4463b4e61978..543a98a407d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/getmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/getmask/_index.md @@ -1,7 +1,7 @@ --- -title: GetMask +title: IMaskingLayer.GetMask second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingLayer method. Gets the image mask type: docs weight: 30 url: /net/aspose.imaging.masking.result/imaskinglayer/getmask/ @@ -18,7 +18,7 @@ public RasterImage GetMask() Result image mask. -### Examples +## Examples Using a segment mask to speed up the segmentation process @@ -74,9 +74,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* interface [IMaskingLayer](../../imaskinglayer) -* namespace [Aspose.Imaging.Masking.Result](../../imaskinglayer) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* interface [IMaskingLayer](../) +* namespace [Aspose.Imaging.Masking.Result](../../imaskinglayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/objectnumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/objectnumber/_index.md index 71573a2ea133..927c0a969a23 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/objectnumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/imaskinglayer/objectnumber/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectNumber +title: IMaskingLayer.ObjectNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingLayer property. Gets the object number type: docs weight: 10 url: /net/aspose.imaging.masking.result/imaskinglayer/objectnumber/ @@ -18,7 +18,7 @@ public int ObjectNumber { get; } The object number. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -200,8 +200,8 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* interface [IMaskingLayer](../../imaskinglayer) -* namespace [Aspose.Imaging.Masking.Result](../../imaskinglayer) +* interface [IMaskingLayer](../) +* namespace [Aspose.Imaging.Masking.Result](../../imaskinglayer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/_index.md index c3b8dcdde0b7..101f40d48d55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/_index.md @@ -1,7 +1,7 @@ --- -title: MaskingResult +title: Class MaskingResult second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.Result.MaskingResult class. Base abstract class which can provide result image from image masking system type: docs weight: 10850 url: /net/aspose.imaging.masking.result/maskingresult/ @@ -18,25 +18,25 @@ public abstract class MaskingResult : DisposableObject, IEnumerable + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/getenumerator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/getenumerator/_index.md index cd7d9b7007d3..425a9ab870c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/getenumerator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/getenumerator/_index.md @@ -1,7 +1,7 @@ --- -title: GetEnumerator +title: MaskingResult.GetEnumerator second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingResult method. Gets the enumerator type: docs weight: 50 url: /net/aspose.imaging.masking.result/maskingresult/getenumerator/ @@ -20,9 +20,9 @@ The enumerator. ### See Also -* interface [IMaskingLayer](../../imaskinglayer) -* class [MaskingResult](../../maskingresult) -* namespace [Aspose.Imaging.Masking.Result](../../maskingresult) +* interface [IMaskingLayer](../../imaskinglayer/) +* class [MaskingResult](../) +* namespace [Aspose.Imaging.Masking.Result](../../maskingresult/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/item/_index.md index f79c31b0406e..fc1568b3e047 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/item/_index.md @@ -1,14 +1,14 @@ --- -title: Item +title: MaskingResult.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingResult property. Gets the IMaskingLayer at the specified index type: docs weight: 10 url: /net/aspose.imaging.masking.result/maskingresult/item/ --- ## MaskingResult indexer -Gets the [`IMaskingLayer`](../../imaskinglayer) at the specified index. +Gets the [`IMaskingLayer`](../../imaskinglayer/) at the specified index. ```csharp public IMaskingLayer this[int index] { get; } @@ -24,13 +24,13 @@ The masking layer. ### Property Value -The [`IMaskingLayer`](../../imaskinglayer). +The [`IMaskingLayer`](../../imaskinglayer/). ### See Also -* interface [IMaskingLayer](../../imaskinglayer) -* class [MaskingResult](../../maskingresult) -* namespace [Aspose.Imaging.Masking.Result](../../maskingresult) +* interface [IMaskingLayer](../../imaskinglayer/) +* class [MaskingResult](../) +* namespace [Aspose.Imaging.Masking.Result](../../maskingresult/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/layers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/layers/_index.md index 6cb95d9b4418..ef53ae316ec5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/layers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/layers/_index.md @@ -1,7 +1,7 @@ --- -title: Layers +title: MaskingResult.Layers second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingResult property. Gets the layers type: docs weight: 20 url: /net/aspose.imaging.masking.result/maskingresult/layers/ @@ -20,9 +20,9 @@ The layers. ### See Also -* interface [IMaskingLayer](../../imaskinglayer) -* class [MaskingResult](../../maskingresult) -* namespace [Aspose.Imaging.Masking.Result](../../maskingresult) +* interface [IMaskingLayer](../../imaskinglayer/) +* class [MaskingResult](../) +* namespace [Aspose.Imaging.Masking.Result](../../maskingresult/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/length/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/length/_index.md index c21834f30cb1..d30ed20eec53 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/length/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/length/_index.md @@ -1,7 +1,7 @@ --- -title: Length +title: MaskingResult.Length second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingResult property. Gets the length type: docs weight: 30 url: /net/aspose.imaging.masking.result/maskingresult/length/ @@ -18,7 +18,7 @@ public int Length { get; } The length. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -200,8 +200,8 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [MaskingResult](../../maskingresult) -* namespace [Aspose.Imaging.Masking.Result](../../maskingresult) +* class [MaskingResult](../) +* namespace [Aspose.Imaging.Masking.Result](../../maskingresult/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/maskingoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/maskingoptions/_index.md index 1a4544e3a7cd..6c949b445bd8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/maskingoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking.result/maskingresult/maskingoptions/_index.md @@ -1,7 +1,7 @@ --- -title: MaskingOptions +title: MaskingResult.MaskingOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: MaskingResult field. The masking options type: docs weight: 40 url: /net/aspose.imaging.masking.result/maskingresult/maskingoptions/ @@ -16,9 +16,9 @@ public readonly MaskingOptions MaskingOptions; ### See Also -* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions) -* class [MaskingResult](../../maskingresult) -* namespace [Aspose.Imaging.Masking.Result](../../maskingresult) +* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions/) +* class [MaskingResult](../) +* namespace [Aspose.Imaging.Masking.Result](../../maskingresult/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/_index.md index 4a95f6c163f6..92475666e1bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Masking second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles ImageMasking processing. +description: The namespace handles ImageMasking processing type: docs weight: 850 url: /net/aspose.imaging.masking/ @@ -12,12 +12,12 @@ The namespace handles ImageMasking processing. | Class | Description | | --- | --- | -| [ImageMasking](./imagemasking) | Provides image masking operations | +| [ImageMasking](./imagemasking/) | Provides image masking operations | ## Interfaces | Interface | Description | | --- | --- | -| [IMaskingAsyncTask](./imaskingasynctask) | Represents the masking async task. | -| [IMaskingSession](./imaskingsession) | The masking session | +| [IMaskingAsyncTask](./imaskingasynctask/) | Represents the masking async task. | +| [IMaskingSession](./imaskingsession/) | The masking session | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/_index.md index 713417a96146..e3eb2da89e14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/_index.md @@ -1,7 +1,7 @@ --- -title: ImageMasking +title: Class ImageMasking second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.ImageMasking class. Provides image masking operations type: docs weight: 10740 url: /net/aspose.imaging.masking/imagemasking/ @@ -18,20 +18,20 @@ public class ImageMasking | Name | Description | | --- | --- | -| [ImageMasking](imagemasking)(RasterImage) | Initializes a new instance of the [`ImageMasking`](../imagemasking) class. | +| [ImageMasking](imagemasking/)(RasterImage) | Initializes a new instance of the `ImageMasking` class. | ## Methods | Name | Description | | --- | --- | -| [CreateSession](../../aspose.imaging.masking/imagemasking/createsession)(MaskingOptions) | Creates the masking session which can perform retraining decompose operations. | -| [Decompose](../../aspose.imaging.masking/imagemasking/decompose)(MaskingOptions) | Performs the decompose operation using specified masking options | -| [DecomposeAsync](../../aspose.imaging.masking/imagemasking/decomposeasync)(MaskingOptions) | Creates the asynchronous decompose task using specified masking options. | -| [LoadSession](../../aspose.imaging.masking/imagemasking/loadsession)(Stream) | Load the session from the specified stream. | -| [LoadSession](../../aspose.imaging.masking/imagemasking/loadsession)(string) | Load the session from the specified file. | -| static [ApplyMask](../../aspose.imaging.masking/imagemasking/applymask)(RasterImage, RasterImage, MaskingOptions) | Applies the mask to specified source image. | +| [CreateSession](../../aspose.imaging.masking/imagemasking/createsession/)(MaskingOptions) | Creates the masking session which can perform retraining decompose operations. | +| [Decompose](../../aspose.imaging.masking/imagemasking/decompose/)(MaskingOptions) | Performs the decompose operation using specified masking options | +| [DecomposeAsync](../../aspose.imaging.masking/imagemasking/decomposeasync/)(MaskingOptions) | Creates the asynchronous decompose task using specified masking options. | +| [LoadSession](../../aspose.imaging.masking/imagemasking/loadsession/#loadsession)(Stream) | Load the session from the specified stream. | +| [LoadSession](../../aspose.imaging.masking/imagemasking/loadsession/#loadsession_1)(string) | Load the session from the specified file. | +| static [ApplyMask](../../aspose.imaging.masking/imagemasking/applymask/)(RasterImage, RasterImage, MaskingOptions) | Applies the mask to specified source image. | -### Examples +## Examples Using a segment mask to speed up the segmentation process @@ -165,7 +165,7 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* namespace [Aspose.Imaging.Masking](../../aspose.imaging.masking) +* namespace [Aspose.Imaging.Masking](../../aspose.imaging.masking/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/applymask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/applymask/_index.md index 05d2ff1f0f8c..27a8444cc2be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/applymask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/applymask/_index.md @@ -1,7 +1,7 @@ --- -title: ApplyMask +title: ImageMasking.ApplyMask second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMasking method. Applies the mask to specified source image type: docs weight: 60 url: /net/aspose.imaging.masking/imagemasking/applymask/ @@ -21,7 +21,7 @@ public static void ApplyMask(RasterImage targetImage, RasterImage mask, | mask | RasterImage | The mask image to apply. | | maskingOptions | MaskingOptions | The masking options. | -### Examples +## Examples Using a segment mask to speed up the segmentation process @@ -77,10 +77,10 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions) -* class [ImageMasking](../../imagemasking) -* namespace [Aspose.Imaging.Masking](../../imagemasking) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions/) +* class [ImageMasking](../) +* namespace [Aspose.Imaging.Masking](../../imagemasking/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/createsession/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/createsession/_index.md index 1e73e479a959..56f4addba8e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/createsession/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/createsession/_index.md @@ -1,7 +1,7 @@ --- -title: CreateSession +title: ImageMasking.CreateSession second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMasking method. Creates the masking session which can perform retraining decompose operations type: docs weight: 20 url: /net/aspose.imaging.masking/imagemasking/createsession/ @@ -22,7 +22,7 @@ public IMaskingSession CreateSession(MaskingOptions options) the masking session which can perform retraining decompose operations. -### Examples +## Examples Saving the masking session to a file for long sessions, as well as for the possibility of resuming the session in another environment. @@ -104,10 +104,10 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* interface [IMaskingSession](../../imaskingsession) -* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions) -* class [ImageMasking](../../imagemasking) -* namespace [Aspose.Imaging.Masking](../../imagemasking) +* interface [IMaskingSession](../../imaskingsession/) +* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions/) +* class [ImageMasking](../) +* namespace [Aspose.Imaging.Masking](../../imagemasking/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/decompose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/decompose/_index.md index 42595be5f13d..cc00c99fda01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/decompose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/decompose/_index.md @@ -1,7 +1,7 @@ --- -title: Decompose +title: ImageMasking.Decompose second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMasking method. Performs the decompose operation using specified masking options type: docs weight: 30 url: /net/aspose.imaging.masking/imagemasking/decompose/ @@ -22,7 +22,7 @@ public MaskingResult Decompose(MaskingOptions options) Result of masking operation as array of segment image providers. -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -256,10 +256,10 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [MaskingResult](../../../aspose.imaging.masking.result/maskingresult) -* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions) -* class [ImageMasking](../../imagemasking) -* namespace [Aspose.Imaging.Masking](../../imagemasking) +* class [MaskingResult](../../../aspose.imaging.masking.result/maskingresult/) +* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions/) +* class [ImageMasking](../) +* namespace [Aspose.Imaging.Masking](../../imagemasking/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/decomposeasync/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/decomposeasync/_index.md index 3678c06640f2..6a08435b421e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/decomposeasync/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/decomposeasync/_index.md @@ -1,7 +1,7 @@ --- -title: DecomposeAsync +title: ImageMasking.DecomposeAsync second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMasking method. Creates the asynchronous decompose task using specified masking options type: docs weight: 40 url: /net/aspose.imaging.masking/imagemasking/decomposeasync/ @@ -24,10 +24,10 @@ The asynchronous decompose task ### See Also -* interface [IMaskingAsyncTask](../../imaskingasynctask) -* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions) -* class [ImageMasking](../../imagemasking) -* namespace [Aspose.Imaging.Masking](../../imagemasking) +* interface [IMaskingAsyncTask](../../imaskingasynctask/) +* class [MaskingOptions](../../../aspose.imaging.masking.options/maskingoptions/) +* class [ImageMasking](../) +* namespace [Aspose.Imaging.Masking](../../imagemasking/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/imagemasking/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/imagemasking/_index.md index 5581bef1bdb7..a7bbb5b4cc28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/imagemasking/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/imagemasking/_index.md @@ -1,14 +1,14 @@ --- -title: ImageMasking +title: ImageMasking.ImageMasking second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMasking constructor. Initializes a new instance of the ImageMasking class type: docs weight: 10 url: /net/aspose.imaging.masking/imagemasking/imagemasking/ --- ## ImageMasking constructor -Initializes a new instance of the [`ImageMasking`](../../imagemasking) class. +Initializes a new instance of the [`ImageMasking`](../) class. ```csharp public ImageMasking(RasterImage sourceImage) @@ -24,7 +24,7 @@ public ImageMasking(RasterImage sourceImage) | --- | --- | | ArgumentNullException | source image is null. | -### Examples +## Examples This example shows how to decompose a raster image into multiple images using image masking and the K-means segmentation algorithm. Image masking is an image processing technique that is used to split the background from the foreground image objects. @@ -336,9 +336,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [ImageMasking](../../imagemasking) -* namespace [Aspose.Imaging.Masking](../../imagemasking) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [ImageMasking](../) +* namespace [Aspose.Imaging.Masking](../../imagemasking/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/loadsession/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/loadsession/_index.md index 877569622f6c..d574c6fb3706 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/loadsession/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imagemasking/loadsession/_index.md @@ -1,12 +1,12 @@ --- -title: LoadSession +title: ImageMasking.LoadSession second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageMasking method. Load the session from the specified stream type: docs weight: 50 url: /net/aspose.imaging.masking/imagemasking/loadsession/ --- -## ImageMasking.LoadSession method (1 of 2) +## LoadSession(Stream) {#loadsession} Load the session from the specified stream. @@ -24,14 +24,14 @@ the masking session which can perform retraining decompose operations. ### See Also -* interface [IMaskingSession](../../imaskingsession) -* class [ImageMasking](../../imagemasking) -* namespace [Aspose.Imaging.Masking](../../imagemasking) +* interface [IMaskingSession](../../imaskingsession/) +* class [ImageMasking](../) +* namespace [Aspose.Imaging.Masking](../../imagemasking/) * assembly [Aspose.Imaging](../../../) --- -## ImageMasking.LoadSession method (2 of 2) +## LoadSession(string) {#loadsession_1} Load the session from the specified file. @@ -47,7 +47,7 @@ public IMaskingSession LoadSession(string filePath) the masking session which can perform retraining decompose operations. -### Examples +## Examples Saving the masking session to a file for long sessions, as well as for the possibility of resuming the session in another environment. @@ -129,9 +129,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* interface [IMaskingSession](../../imaskingsession) -* class [ImageMasking](../../imagemasking) -* namespace [Aspose.Imaging.Masking](../../imagemasking) +* interface [IMaskingSession](../../imaskingsession/) +* class [ImageMasking](../) +* namespace [Aspose.Imaging.Masking](../../imagemasking/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/_index.md index 1e6efad1bbd6..b29389e23cc5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/_index.md @@ -1,7 +1,7 @@ --- -title: IMaskingAsyncTask +title: Interface IMaskingAsyncTask second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.IMaskingAsyncTask interface. Represents the masking async task type: docs weight: 10720 url: /net/aspose.imaging.masking/imaskingasynctask/ @@ -18,13 +18,13 @@ public interface IMaskingAsyncTask : IAsyncTask | Name | Description | | --- | --- | -| [GetError](../../aspose.imaging.masking/imaskingasynctask/geterror)() | Returns an error of masking operation | -| [GetMaskingResult](../../aspose.imaging.masking/imaskingasynctask/getmaskingresult)() | Returns the result of masking operation | +| [GetError](../../aspose.imaging.masking/imaskingasynctask/geterror/)() | Returns an error of masking operation | +| [GetMaskingResult](../../aspose.imaging.masking/imaskingasynctask/getmaskingresult/)() | Returns the result of masking operation | ### See Also -* interface [IAsyncTask](../../aspose.imaging.asynctask/iasynctask) -* namespace [Aspose.Imaging.Masking](../../aspose.imaging.masking) +* interface [IAsyncTask](../../aspose.imaging.asynctask/iasynctask/) +* namespace [Aspose.Imaging.Masking](../../aspose.imaging.masking/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/geterror/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/geterror/_index.md index 841d2ebbd505..6170eaacdb50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/geterror/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/geterror/_index.md @@ -1,7 +1,7 @@ --- -title: GetError +title: IMaskingAsyncTask.GetError second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingAsyncTask method. Returns an error of masking operation type: docs weight: 10 url: /net/aspose.imaging.masking/imaskingasynctask/geterror/ @@ -20,8 +20,8 @@ The task error. ### See Also -* interface [IMaskingAsyncTask](../../imaskingasynctask) -* namespace [Aspose.Imaging.Masking](../../imaskingasynctask) +* interface [IMaskingAsyncTask](../) +* namespace [Aspose.Imaging.Masking](../../imaskingasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/getmaskingresult/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/getmaskingresult/_index.md index c9732ed990cd..217c50080204 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/getmaskingresult/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingasynctask/getmaskingresult/_index.md @@ -1,7 +1,7 @@ --- -title: GetMaskingResult +title: IMaskingAsyncTask.GetMaskingResult second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingAsyncTask method. Returns the result of masking operation type: docs weight: 20 url: /net/aspose.imaging.masking/imaskingasynctask/getmaskingresult/ @@ -20,9 +20,9 @@ The result of this task. ### See Also -* class [MaskingResult](../../../aspose.imaging.masking.result/maskingresult) -* interface [IMaskingAsyncTask](../../imaskingasynctask) -* namespace [Aspose.Imaging.Masking](../../imaskingasynctask) +* class [MaskingResult](../../../aspose.imaging.masking.result/maskingresult/) +* interface [IMaskingAsyncTask](../) +* namespace [Aspose.Imaging.Masking](../../imaskingasynctask/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/_index.md index 5f1e6e1803a9..2c3e99b4233a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/_index.md @@ -1,7 +1,7 @@ --- -title: IMaskingSession +title: Interface IMaskingSession second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Masking.IMaskingSession interface. The masking session type: docs weight: 10730 url: /net/aspose.imaging.masking/imaskingsession/ @@ -18,14 +18,14 @@ public interface IMaskingSession : IDisposable | Name | Description | | --- | --- | -| [Decompose](../../aspose.imaging.masking/imaskingsession/decompose)() | Performs first rough decompose operation | -| [DecomposeAsync](../../aspose.imaging.masking/imaskingsession/decomposeasync)() | Creates the asynchronous task which can perform first rough decompose operation | -| [ImproveDecomposition](../../aspose.imaging.masking/imaskingsession/improvedecomposition)(IMaskingArgs) | Performs retraining decompose operation | -| [ImproveDecompositionAsync](../../aspose.imaging.masking/imaskingsession/improvedecompositionasync)(IMaskingArgs) | Creates the asynchronous task which can perform retraining decompose operation | -| [Save](../../aspose.imaging.masking/imaskingsession/save)(Stream) | Save the session state to the specified stream. | -| [Save](../../aspose.imaging.masking/imaskingsession/save)(string) | Saves the session state to the specified file. | +| [Decompose](../../aspose.imaging.masking/imaskingsession/decompose/)() | Performs first rough decompose operation | +| [DecomposeAsync](../../aspose.imaging.masking/imaskingsession/decomposeasync/)() | Creates the asynchronous task which can perform first rough decompose operation | +| [ImproveDecomposition](../../aspose.imaging.masking/imaskingsession/improvedecomposition/)(IMaskingArgs) | Performs retraining decompose operation | +| [ImproveDecompositionAsync](../../aspose.imaging.masking/imaskingsession/improvedecompositionasync/)(IMaskingArgs) | Creates the asynchronous task which can perform retraining decompose operation | +| [Save](../../aspose.imaging.masking/imaskingsession/save/#save)(Stream) | Save the session state to the specified stream. | +| [Save](../../aspose.imaging.masking/imaskingsession/save/#save_1)(string) | Saves the session state to the specified file. | -### Examples +## Examples Saving the masking session to a file for long sessions, as well as for the possibility of resuming the session in another environment. @@ -107,7 +107,7 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* namespace [Aspose.Imaging.Masking](../../aspose.imaging.masking) +* namespace [Aspose.Imaging.Masking](../../aspose.imaging.masking/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/decompose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/decompose/_index.md index 705b156f96a5..628ada7ab62d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/decompose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/decompose/_index.md @@ -1,7 +1,7 @@ --- -title: Decompose +title: IMaskingSession.Decompose second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingSession method. Performs first rough decompose operation type: docs weight: 10 url: /net/aspose.imaging.masking/imaskingsession/decompose/ @@ -18,7 +18,7 @@ public MaskingResult Decompose() Result of masking operation as array of segment image providers. -### Examples +## Examples Saving the masking session to a file for long sessions, as well as for the possibility of resuming the session in another environment. @@ -100,9 +100,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [MaskingResult](../../../aspose.imaging.masking.result/maskingresult) -* interface [IMaskingSession](../../imaskingsession) -* namespace [Aspose.Imaging.Masking](../../imaskingsession) +* class [MaskingResult](../../../aspose.imaging.masking.result/maskingresult/) +* interface [IMaskingSession](../) +* namespace [Aspose.Imaging.Masking](../../imaskingsession/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/decomposeasync/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/decomposeasync/_index.md index d8157d244ad7..9b5a9d277831 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/decomposeasync/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/decomposeasync/_index.md @@ -1,7 +1,7 @@ --- -title: DecomposeAsync +title: IMaskingSession.DecomposeAsync second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingSession method. Creates the asynchronous task which can perform first rough decompose operation type: docs weight: 20 url: /net/aspose.imaging.masking/imaskingsession/decomposeasync/ @@ -20,9 +20,9 @@ The asynchronous decompose task ### See Also -* interface [IMaskingAsyncTask](../../imaskingasynctask) -* interface [IMaskingSession](../../imaskingsession) -* namespace [Aspose.Imaging.Masking](../../imaskingsession) +* interface [IMaskingAsyncTask](../../imaskingasynctask/) +* interface [IMaskingSession](../) +* namespace [Aspose.Imaging.Masking](../../imaskingsession/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/improvedecomposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/improvedecomposition/_index.md index 5a8de5a91cde..a70be53c1835 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/improvedecomposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/improvedecomposition/_index.md @@ -1,7 +1,7 @@ --- -title: ImproveDecomposition +title: IMaskingSession.ImproveDecomposition second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingSession method. Performs retraining decompose operation type: docs weight: 30 url: /net/aspose.imaging.masking/imaskingsession/improvedecomposition/ @@ -22,7 +22,7 @@ public MaskingResult ImproveDecomposition(IMaskingArgs maskingArguments) Result of masking operation as array of segment image providers. -### Examples +## Examples Saving the masking session to a file for long sessions, as well as for the possibility of resuming the session in another environment. @@ -104,10 +104,10 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [MaskingResult](../../../aspose.imaging.masking.result/maskingresult) -* interface [IMaskingArgs](../../../aspose.imaging.masking.options/imaskingargs) -* interface [IMaskingSession](../../imaskingsession) -* namespace [Aspose.Imaging.Masking](../../imaskingsession) +* class [MaskingResult](../../../aspose.imaging.masking.result/maskingresult/) +* interface [IMaskingArgs](../../../aspose.imaging.masking.options/imaskingargs/) +* interface [IMaskingSession](../) +* namespace [Aspose.Imaging.Masking](../../imaskingsession/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/improvedecompositionasync/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/improvedecompositionasync/_index.md index 0fb1bc0fa1b3..04670f2e64b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/improvedecompositionasync/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/improvedecompositionasync/_index.md @@ -1,7 +1,7 @@ --- -title: ImproveDecompositionAsync +title: IMaskingSession.ImproveDecompositionAsync second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingSession method. Creates the asynchronous task which can perform retraining decompose operation type: docs weight: 40 url: /net/aspose.imaging.masking/imaskingsession/improvedecompositionasync/ @@ -24,10 +24,10 @@ The asynchronous decompose task ### See Also -* interface [IMaskingAsyncTask](../../imaskingasynctask) -* interface [IMaskingArgs](../../../aspose.imaging.masking.options/imaskingargs) -* interface [IMaskingSession](../../imaskingsession) -* namespace [Aspose.Imaging.Masking](../../imaskingsession) +* interface [IMaskingAsyncTask](../../imaskingasynctask/) +* interface [IMaskingArgs](../../../aspose.imaging.masking.options/imaskingargs/) +* interface [IMaskingSession](../) +* namespace [Aspose.Imaging.Masking](../../imaskingsession/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/save/_index.md index a63a4fc8f259..b3e472901368 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.masking/imaskingsession/save/_index.md @@ -1,12 +1,12 @@ --- -title: Save +title: IMaskingSession.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: IMaskingSession method. Save the session state to the specified stream type: docs weight: 50 url: /net/aspose.imaging.masking/imaskingsession/save/ --- -## IMaskingSession.Save method (1 of 2) +## Save(Stream) {#save} Save the session state to the specified stream. @@ -20,13 +20,13 @@ public void Save(Stream stream) ### See Also -* interface [IMaskingSession](../../imaskingsession) -* namespace [Aspose.Imaging.Masking](../../imaskingsession) +* interface [IMaskingSession](../) +* namespace [Aspose.Imaging.Masking](../../imaskingsession/) * assembly [Aspose.Imaging](../../../) --- -## IMaskingSession.Save method (2 of 2) +## Save(string) {#save_1} Saves the session state to the specified file. @@ -38,7 +38,7 @@ public void Save(string filePath) | --- | --- | --- | | filePath | String | The file path. | -### Examples +## Examples Saving the masking session to a file for long sessions, as well as for the possibility of resuming the session in another environment. @@ -120,8 +120,8 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* interface [IMaskingSession](../../imaskingsession) -* namespace [Aspose.Imaging.Masking](../../imaskingsession) +* interface [IMaskingSession](../) +* namespace [Aspose.Imaging.Masking](../../imaskingsession/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/_index.md index a862a959d0ac..f0d874b519ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.MemoryManagement second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains memory management routines. +description: The namespace contains memory management routines type: docs weight: 890 url: /net/aspose.imaging.memorymanagement/ @@ -12,6 +12,6 @@ The namespace contains memory management routines. | Class | Description | | --- | --- | -| [Configuration](./configuration) | The memory management global configuration | +| [Configuration](./configuration/) | The memory management global configuration | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/configuration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/configuration/_index.md index 2922ed0c7797..e72aae50bb84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/configuration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/configuration/_index.md @@ -1,7 +1,7 @@ --- -title: Configuration +title: Class Configuration second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MemoryManagement.Configuration class. The memory management global configuration type: docs weight: 10880 url: /net/aspose.imaging.memorymanagement/configuration/ @@ -18,11 +18,11 @@ public static class Configuration | Name | Description | | --- | --- | -| static [BufferSizeHint](../../aspose.imaging.memorymanagement/configuration/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| static [BufferSizeHint](../../aspose.imaging.memorymanagement/configuration/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | ### See Also -* namespace [Aspose.Imaging.MemoryManagement](../../aspose.imaging.memorymanagement) +* namespace [Aspose.Imaging.MemoryManagement](../../aspose.imaging.memorymanagement/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/configuration/buffersizehint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/configuration/buffersizehint/_index.md index 50de3beddde6..d26a99c34851 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/configuration/buffersizehint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.memorymanagement/configuration/buffersizehint/_index.md @@ -1,7 +1,7 @@ --- -title: BufferSizeHint +title: Configuration.BufferSizeHint second_title: Aspose.Imaging for .NET API Reference -description: +description: Configuration property. Gets or sets the buffer size hint which is defined max allowed size for all internal buffers type: docs weight: 10 url: /net/aspose.imaging.memorymanagement/configuration/buffersizehint/ @@ -20,8 +20,8 @@ The buffer size hint, in megabytes. Non-positive value means no memory limitatio ### See Also -* class [Configuration](../../configuration) -* namespace [Aspose.Imaging.MemoryManagement](../../configuration) +* class [Configuration](../) +* namespace [Aspose.Imaging.MemoryManagement](../../configuration/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/_index.md index 009a66a18bc6..14dc371e2300 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Multithreading second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Multithreading classes. +description: The namespace contains Multithreading classes type: docs weight: 900 url: /net/aspose.imaging.multithreading/ @@ -12,11 +12,11 @@ The namespace contains Multithreading classes. | Class | Description | | --- | --- | -| [InterruptMonitor](./interruptmonitor) | Represents information about interruption. | +| [InterruptMonitor](./interruptmonitor/) | Represents information about interruption. | ## Interfaces | Interface | Description | | --- | --- | -| [IInterruptMonitor](./iinterruptmonitor) | Represents information about interruption. | +| [IInterruptMonitor](./iinterruptmonitor/) | Represents information about interruption. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/_index.md index d5954bb3f69f..37447f8121dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/_index.md @@ -1,7 +1,7 @@ --- -title: IInterruptMonitor +title: Interface IInterruptMonitor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Multithreading.IInterruptMonitor interface. Represents information about interruption type: docs weight: 10900 url: /net/aspose.imaging.multithreading/iinterruptmonitor/ @@ -18,17 +18,17 @@ public interface IInterruptMonitor | Name | Description | | --- | --- | -| [IsInterrupted](../../aspose.imaging.multithreading/iinterruptmonitor/isinterrupted) { get; } | Gets the value indicating whether operations should be interrupted. | +| [IsInterrupted](../../aspose.imaging.multithreading/iinterruptmonitor/isinterrupted/) { get; } | Gets the value indicating whether operations should be interrupted. | ## Methods | Name | Description | | --- | --- | -| [Interrupt](../../aspose.imaging.multithreading/iinterruptmonitor/interrupt)() | Sends a request to interrupt operations. | +| [Interrupt](../../aspose.imaging.multithreading/iinterruptmonitor/interrupt/)() | Sends a request to interrupt operations. | ### See Also -* namespace [Aspose.Imaging.Multithreading](../../aspose.imaging.multithreading) +* namespace [Aspose.Imaging.Multithreading](../../aspose.imaging.multithreading/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/interrupt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/interrupt/_index.md index 7e8ee1e5efd1..54eef55ef9ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/interrupt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/interrupt/_index.md @@ -1,7 +1,7 @@ --- -title: Interrupt +title: IInterruptMonitor.Interrupt second_title: Aspose.Imaging for .NET API Reference -description: +description: IInterruptMonitor method. Sends a request to interrupt operations type: docs weight: 20 url: /net/aspose.imaging.multithreading/iinterruptmonitor/interrupt/ @@ -16,8 +16,8 @@ public void Interrupt() ### See Also -* interface [IInterruptMonitor](../../iinterruptmonitor) -* namespace [Aspose.Imaging.Multithreading](../../iinterruptmonitor) +* interface [IInterruptMonitor](../) +* namespace [Aspose.Imaging.Multithreading](../../iinterruptmonitor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/isinterrupted/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/isinterrupted/_index.md index 26698cf07edb..ece5ca8e0d69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/isinterrupted/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/iinterruptmonitor/isinterrupted/_index.md @@ -1,7 +1,7 @@ --- -title: IsInterrupted +title: IInterruptMonitor.IsInterrupted second_title: Aspose.Imaging for .NET API Reference -description: +description: IInterruptMonitor property. Gets the value indicating whether operations should be interrupted type: docs weight: 10 url: /net/aspose.imaging.multithreading/iinterruptmonitor/isinterrupted/ @@ -16,8 +16,8 @@ public bool IsInterrupted { get; } ### See Also -* interface [IInterruptMonitor](../../iinterruptmonitor) -* namespace [Aspose.Imaging.Multithreading](../../iinterruptmonitor) +* interface [IInterruptMonitor](../) +* namespace [Aspose.Imaging.Multithreading](../../iinterruptmonitor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/_index.md index 566a7af5d932..7d1138caa30d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/_index.md @@ -1,7 +1,7 @@ --- -title: InterruptMonitor +title: Class InterruptMonitor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Multithreading.InterruptMonitor class. Represents information about interruption type: docs weight: 10910 url: /net/aspose.imaging.multithreading/interruptmonitor/ @@ -18,22 +18,22 @@ public class InterruptMonitor : IInterruptMonitor | Name | Description | | --- | --- | -| [InterruptMonitor](interruptmonitor)() | The default constructor. | +| [InterruptMonitor](interruptmonitor/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| virtual [IsInterrupted](../../aspose.imaging.multithreading/interruptmonitor/isinterrupted) { get; } | Gets the value indicating whether operations should be interrupted. | -| static [ThreadLocalInstance](../../aspose.imaging.multithreading/interruptmonitor/threadlocalinstance) { get; set; } | Gets or sets the IInterruptMonitor instance which is unique for each thread. | +| virtual [IsInterrupted](../../aspose.imaging.multithreading/interruptmonitor/isinterrupted/) { get; } | Gets the value indicating whether operations should be interrupted. | +| static [ThreadLocalInstance](../../aspose.imaging.multithreading/interruptmonitor/threadlocalinstance/) { get; set; } | Gets or sets the IInterruptMonitor instance which is unique for each thread. | ## Methods | Name | Description | | --- | --- | -| virtual [Interrupt](../../aspose.imaging.multithreading/interruptmonitor/interrupt)() | Sends a request to interrupt operations. | +| virtual [Interrupt](../../aspose.imaging.multithreading/interruptmonitor/interrupt/)() | Sends a request to interrupt operations. | -### Examples +## Examples The following example shows how to perform the image conversion in a dedicated thread and interrupt the process in a few seconds after starting. @@ -150,8 +150,8 @@ System.Console.ReadLine(); ### See Also -* interface [IInterruptMonitor](../iinterruptmonitor) -* namespace [Aspose.Imaging.Multithreading](../../aspose.imaging.multithreading) +* interface [IInterruptMonitor](../iinterruptmonitor/) +* namespace [Aspose.Imaging.Multithreading](../../aspose.imaging.multithreading/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/interrupt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/interrupt/_index.md index c021065c503a..0260c16fb15d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/interrupt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/interrupt/_index.md @@ -1,7 +1,7 @@ --- -title: Interrupt +title: InterruptMonitor.Interrupt second_title: Aspose.Imaging for .NET API Reference -description: +description: InterruptMonitor method. Sends a request to interrupt operations type: docs weight: 30 url: /net/aspose.imaging.multithreading/interruptmonitor/interrupt/ @@ -14,7 +14,7 @@ Sends a request to interrupt operations. public virtual void Interrupt() ``` -### Examples +## Examples The following example shows how to perform the image conversion in a dedicated thread and interrupt the process in a few seconds after starting. @@ -131,8 +131,8 @@ System.Console.ReadLine(); ### See Also -* class [InterruptMonitor](../../interruptmonitor) -* namespace [Aspose.Imaging.Multithreading](../../interruptmonitor) +* class [InterruptMonitor](../) +* namespace [Aspose.Imaging.Multithreading](../../interruptmonitor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/interruptmonitor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/interruptmonitor/_index.md index b5cd608cccc5..7749fbe4dc55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/interruptmonitor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/interruptmonitor/_index.md @@ -1,7 +1,7 @@ --- -title: InterruptMonitor +title: InterruptMonitor.InterruptMonitor second_title: Aspose.Imaging for .NET API Reference -description: +description: InterruptMonitor constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.multithreading/interruptmonitor/interruptmonitor/ @@ -16,8 +16,8 @@ public InterruptMonitor() ### See Also -* class [InterruptMonitor](../../interruptmonitor) -* namespace [Aspose.Imaging.Multithreading](../../interruptmonitor) +* class [InterruptMonitor](../) +* namespace [Aspose.Imaging.Multithreading](../../interruptmonitor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/isinterrupted/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/isinterrupted/_index.md index 5a4b1a0c646f..a4e2110f153e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/isinterrupted/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/isinterrupted/_index.md @@ -1,7 +1,7 @@ --- -title: IsInterrupted +title: InterruptMonitor.IsInterrupted second_title: Aspose.Imaging for .NET API Reference -description: +description: InterruptMonitor property. Gets the value indicating whether operations should be interrupted type: docs weight: 20 url: /net/aspose.imaging.multithreading/interruptmonitor/isinterrupted/ @@ -16,8 +16,8 @@ public virtual bool IsInterrupted { get; } ### See Also -* class [InterruptMonitor](../../interruptmonitor) -* namespace [Aspose.Imaging.Multithreading](../../interruptmonitor) +* class [InterruptMonitor](../) +* namespace [Aspose.Imaging.Multithreading](../../interruptmonitor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/threadlocalinstance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/threadlocalinstance/_index.md index a35f92f772ed..be49316470d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/threadlocalinstance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.multithreading/interruptmonitor/threadlocalinstance/_index.md @@ -1,7 +1,7 @@ --- -title: ThreadLocalInstance +title: InterruptMonitor.ThreadLocalInstance second_title: Aspose.Imaging for .NET API Reference -description: +description: InterruptMonitor property. Gets or sets the IInterruptMonitor instance which is unique for each thread type: docs weight: 40 url: /net/aspose.imaging.multithreading/interruptmonitor/threadlocalinstance/ @@ -16,9 +16,9 @@ public static IInterruptMonitor ThreadLocalInstance { get; set; } ### See Also -* interface [IInterruptMonitor](../../iinterruptmonitor) -* class [InterruptMonitor](../../interruptmonitor) -* namespace [Aspose.Imaging.Multithreading](../../interruptmonitor) +* interface [IInterruptMonitor](../../iinterruptmonitor/) +* class [InterruptMonitor](../) +* namespace [Aspose.Imaging.Multithreading](../../interruptmonitor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/_index.md index cc108f478806..edd7228e98ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.PaletteHelper second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes for adjustment of color palette to the image colors and visa versa. +description: The namespace contains classes for adjustment of color palette to the image colors and visa versa type: docs weight: 910 url: /net/aspose.imaging.palettehelper/ @@ -12,6 +12,6 @@ The namespace contains classes for adjustment of color palette to the image colo | Class | Description | | --- | --- | -| [AdjustPalette](./adjustpalette) | Color palette adjustment class | +| [AdjustPalette](./adjustpalette/) | Color palette adjustment class | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/_index.md index cc0ee3b60eee..6cedb4098a8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustPalette +title: Class AdjustPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.PaletteHelper.AdjustPalette class. Color palette adjustment class type: docs weight: 10970 url: /net/aspose.imaging.palettehelper/adjustpalette/ @@ -18,17 +18,17 @@ public class AdjustPalette | Name | Description | | --- | --- | -| [AdjustPalette](adjustpalette)() | The default constructor. | +| [AdjustPalette](adjustpalette/)() | The default constructor. | ## Methods | Name | Description | | --- | --- | -| static [GetCloseImagePalette](../../aspose.imaging.palettehelper/adjustpalette/getcloseimagepalette)(RasterImage, int, ColorQuantizationMethod, ColorCompareMethod) | Gets the close image palette. | +| static [GetCloseImagePalette](../../aspose.imaging.palettehelper/adjustpalette/getcloseimagepalette/)(RasterImage, int, ColorQuantizationMethod, ColorCompareMethod) | Gets the close image palette. | ### See Also -* namespace [Aspose.Imaging.PaletteHelper](../../aspose.imaging.palettehelper) +* namespace [Aspose.Imaging.PaletteHelper](../../aspose.imaging.palettehelper/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/adjustpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/adjustpalette/_index.md index a829074878a2..30e946c7f931 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/adjustpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/adjustpalette/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustPalette +title: AdjustPalette.AdjustPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: AdjustPalette constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.palettehelper/adjustpalette/adjustpalette/ @@ -16,8 +16,8 @@ public AdjustPalette() ### See Also -* class [AdjustPalette](../../adjustpalette) -* namespace [Aspose.Imaging.PaletteHelper](../../adjustpalette) +* class [AdjustPalette](../) +* namespace [Aspose.Imaging.PaletteHelper](../../adjustpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/getcloseimagepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/getcloseimagepalette/_index.md index 25bf7037dc19..07ec2f7b4745 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/getcloseimagepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.palettehelper/adjustpalette/getcloseimagepalette/_index.md @@ -1,7 +1,7 @@ --- -title: GetCloseImagePalette +title: AdjustPalette.GetCloseImagePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: AdjustPalette method. Gets the close image palette type: docs weight: 20 url: /net/aspose.imaging.palettehelper/adjustpalette/getcloseimagepalette/ @@ -28,12 +28,12 @@ Optimized for image palette ### See Also -* interface [IColorPalette](../../../aspose.imaging/icolorpalette) -* class [RasterImage](../../../aspose.imaging/rasterimage) -* enum [ColorQuantizationMethod](../../../aspose.imaging/colorquantizationmethod) -* enum [ColorCompareMethod](../../../aspose.imaging/colorcomparemethod) -* class [AdjustPalette](../../adjustpalette) -* namespace [Aspose.Imaging.PaletteHelper](../../adjustpalette) +* interface [IColorPalette](../../../aspose.imaging/icolorpalette/) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* enum [ColorQuantizationMethod](../../../aspose.imaging/colorquantizationmethod/) +* enum [ColorCompareMethod](../../../aspose.imaging/colorcomparemethod/) +* class [AdjustPalette](../) +* namespace [Aspose.Imaging.PaletteHelper](../../adjustpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/_index.md index f2c703cffc4c..3af1615bfe84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/_index.md @@ -12,11 +12,11 @@ The namespace contains progress handler classes | Class | Description | | --- | --- | -| [ProgressEventHandlerInfo](./progresseventhandlerinfo) | This class represents information about image load/save/export operations progress, that can be used in external application to show conversion progress to end user | +| [ProgressEventHandlerInfo](./progresseventhandlerinfo/) | This class represents information about image load/save/export operations progress, that can be used in external application to show conversion progress to end user | ## Enumeration | Enumeration | Description | | --- | --- | -| [EventType](./eventtype) | This enum describes possible progress event types that can occurred during image processing operations | +| [EventType](./eventtype/) | This enum describes possible progress event types that can occurred during image processing operations | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/eventtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/eventtype/_index.md index f4527805d4ac..04681ae91c38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/eventtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/eventtype/_index.md @@ -1,7 +1,7 @@ --- -title: EventType +title: Enum EventType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ProgressManagement.EventType enum. This enum describes possible progress event types that can occurred during image processing operations type: docs weight: 11090 url: /net/aspose.imaging.progressmanagement/eventtype/ @@ -27,7 +27,7 @@ public enum EventType ### See Also -* namespace [Aspose.Imaging.ProgressManagement](../../aspose.imaging.progressmanagement) +* namespace [Aspose.Imaging.ProgressManagement](../../aspose.imaging.progressmanagement/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/_index.md index 272907134cbb..949345a90d3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/_index.md @@ -1,7 +1,7 @@ --- -title: ProgressEventHandlerInfo +title: Class ProgressEventHandlerInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ProgressManagement.ProgressEventHandlerInfo class. This class represents information about image load/save/export operations progress that can be used in external application to show conversion progress to end user type: docs weight: 11100 url: /net/aspose.imaging.progressmanagement/progresseventhandlerinfo/ @@ -18,12 +18,12 @@ public class ProgressEventHandlerInfo | Name | Description | | --- | --- | -| [Description](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/description) { get; } | Gets the description of the event | -| [EventType](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/eventtype) { get; } | Gets the type of the event. | -| [MaxValue](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/maxvalue) { get; } | Gets the upper progress value limit. | -| [Value](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/value) { get; } | Gets current progress value. | +| [Description](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/description/) { get; } | Gets the description of the event | +| [EventType](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/eventtype/) { get; } | Gets the type of the event. | +| [MaxValue](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/maxvalue/) { get; } | Gets the upper progress value limit. | +| [Value](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/value/) { get; } | Gets current progress value. | -### Examples +## Examples The following example shows how to print information about progress events for load/export operations. @@ -68,7 +68,7 @@ private void ExportProgressCallback(Aspose.Imaging.ProgressManagement.ProgressEv ### See Also -* namespace [Aspose.Imaging.ProgressManagement](../../aspose.imaging.progressmanagement) +* namespace [Aspose.Imaging.ProgressManagement](../../aspose.imaging.progressmanagement/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/description/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/description/_index.md index b32d7b7f05d6..ee7f2cf70ade 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/description/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/description/_index.md @@ -1,7 +1,7 @@ --- -title: Description +title: ProgressEventHandlerInfo.Description second_title: Aspose.Imaging for .NET API Reference -description: +description: ProgressEventHandlerInfo property. Gets the description of the event type: docs weight: 10 url: /net/aspose.imaging.progressmanagement/progresseventhandlerinfo/description/ @@ -20,8 +20,8 @@ The description. ### See Also -* class [ProgressEventHandlerInfo](../../progresseventhandlerinfo) -* namespace [Aspose.Imaging.ProgressManagement](../../progresseventhandlerinfo) +* class [ProgressEventHandlerInfo](../) +* namespace [Aspose.Imaging.ProgressManagement](../../progresseventhandlerinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/eventtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/eventtype/_index.md index 88bd00ca5f09..174472367a5e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/eventtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/eventtype/_index.md @@ -1,7 +1,7 @@ --- -title: EventType +title: ProgressEventHandlerInfo.EventType second_title: Aspose.Imaging for .NET API Reference -description: +description: ProgressEventHandlerInfo property. Gets the type of the event type: docs weight: 20 url: /net/aspose.imaging.progressmanagement/progresseventhandlerinfo/eventtype/ @@ -20,9 +20,9 @@ The type of the event. ### See Also -* enum [EventType](../../eventtype) -* class [ProgressEventHandlerInfo](../../progresseventhandlerinfo) -* namespace [Aspose.Imaging.ProgressManagement](../../progresseventhandlerinfo) +* enum [EventType](../../eventtype/) +* class [ProgressEventHandlerInfo](../) +* namespace [Aspose.Imaging.ProgressManagement](../../progresseventhandlerinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/maxvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/maxvalue/_index.md index 1f24bb36908e..156f3d874d57 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/maxvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/maxvalue/_index.md @@ -1,7 +1,7 @@ --- -title: MaxValue +title: ProgressEventHandlerInfo.MaxValue second_title: Aspose.Imaging for .NET API Reference -description: +description: ProgressEventHandlerInfo property. Gets the upper progress value limit type: docs weight: 30 url: /net/aspose.imaging.progressmanagement/progresseventhandlerinfo/maxvalue/ @@ -20,8 +20,8 @@ The upper progress value limit. ### See Also -* class [ProgressEventHandlerInfo](../../progresseventhandlerinfo) -* namespace [Aspose.Imaging.ProgressManagement](../../progresseventhandlerinfo) +* class [ProgressEventHandlerInfo](../) +* namespace [Aspose.Imaging.ProgressManagement](../../progresseventhandlerinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/value/_index.md index 13870a8a3264..fb33473899d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.progressmanagement/progresseventhandlerinfo/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: ProgressEventHandlerInfo.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: ProgressEventHandlerInfo property. Gets current progress value type: docs weight: 40 url: /net/aspose.imaging.progressmanagement/progresseventhandlerinfo/value/ @@ -20,8 +20,8 @@ The progress value. ### See Also -* class [ProgressEventHandlerInfo](../../progresseventhandlerinfo) -* namespace [Aspose.Imaging.ProgressManagement](../../progresseventhandlerinfo) +* class [ProgressEventHandlerInfo](../) +* namespace [Aspose.Imaging.ProgressManagement](../../progresseventhandlerinfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/_index.md index 487087892a87..052509757f74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Shapes second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains different shapes combined from shape segments. +description: The namespace contains different shapes combined from shape segments type: docs weight: 930 url: /net/aspose.imaging.shapes/ @@ -12,14 +12,14 @@ The namespace contains different shapes combined from shape segments. | Class | Description | | --- | --- | -| [ArcShape](./arcshape) | Represents an arc shape. | -| [BezierShape](./beziershape) | Represents a bezier spline. | -| [CurveShape](./curveshape) | Represents a curved spline shape. | -| [EllipseShape](./ellipseshape) | Represents an ellipse shape. | -| [PieShape](./pieshape) | Represents a pie shape. | -| [PolygonShape](./polygonshape) | Represents a polygon shape. | -| [RectangleProjectedShape](./rectangleprojectedshape) | Represents a shape which is projected over rectangle turned to a particular orientation. Specified by four points which can be rotated in space maintaining the same edges length and 90 degrees between adjacent edges. | -| [RectangleShape](./rectangleshape) | Represents a rectangular shape. | -| [TextShape](./textshape) | Represents a text shape. | +| [ArcShape](./arcshape/) | Represents an arc shape. | +| [BezierShape](./beziershape/) | Represents a bezier spline. | +| [CurveShape](./curveshape/) | Represents a curved spline shape. | +| [EllipseShape](./ellipseshape/) | Represents an ellipse shape. | +| [PieShape](./pieshape/) | Represents a pie shape. | +| [PolygonShape](./polygonshape/) | Represents a polygon shape. | +| [RectangleProjectedShape](./rectangleprojectedshape/) | Represents a shape which is projected over rectangle turned to a particular orientation. Specified by four points which can be rotated in space maintaining the same edges length and 90 degrees between adjacent edges. | +| [RectangleShape](./rectangleshape/) | Represents a rectangular shape. | +| [TextShape](./textshape/) | Represents a text shape. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/_index.md index 6bf9b80e9c8c..30ff68dd66d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/_index.md @@ -1,7 +1,7 @@ --- -title: ArcShape +title: Class ArcShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.ArcShape class. Represents an arc shape type: docs weight: 11280 url: /net/aspose.imaging.shapes/arcshape/ @@ -18,42 +18,42 @@ public sealed class ArcShape : PieShape, IOrderedShape | Name | Description | | --- | --- | -| [ArcShape](arcshape)() | Initializes a new instance of the [`ArcShape`](../arcshape) class. | -| [ArcShape](arcshape)(RectangleF, float, float) | Initializes a new instance of the [`ArcShape`](../arcshape) class. | -| [ArcShape](arcshape)(RectangleF, float, float, bool) | Initializes a new instance of the [`ArcShape`](../arcshape) class. | +| [ArcShape](arcshape/#constructor)() | Initializes a new instance of the `ArcShape` class. | +| [ArcShape](arcshape/#constructor_1)(RectangleF, float, float) | Initializes a new instance of the `ArcShape` class. | +| [ArcShape](arcshape/#constructor_2)(RectangleF, float, float, bool) | Initializes a new instance of the `ArcShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center) { get; } | Gets the shape's center. | -| [EndPoint](../../aspose.imaging.shapes/arcshape/endpoint) { get; } | Gets the ending shape point. | -| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [IsClosed](../../aspose.imaging.shapes/arcshape/isclosed) { get; set; } | Gets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning. | -| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom) { get; } | Gets the left bottom rectangle point. | -| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop) { get; } | Gets the left top rectangle point. | -| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight) { get; } | Gets the rectangle height. | -| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth) { get; } | Gets the rectangle width. | -| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom) { get; } | Gets the right bottom rectangle point. | -| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop) { get; } | Gets the right top rectangle point. | -| override [Segments](../../aspose.imaging.shapes/arcshape/segments) { get; } | Gets the shape segments. | -| [StartAngle](../../aspose.imaging.shapes/pieshape/startangle) { get; set; } | Gets or sets the start angle. | -| [StartPoint](../../aspose.imaging.shapes/arcshape/startpoint) { get; } | Gets the starting shape point. | -| [SweepAngle](../../aspose.imaging.shapes/pieshape/sweepangle) { get; set; } | Gets or sets the sweep angle. | +| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center/) { get; } | Gets the shape's center. | +| [EndPoint](../../aspose.imaging.shapes/arcshape/endpoint/) { get; } | Gets the ending shape point. | +| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [IsClosed](../../aspose.imaging.shapes/arcshape/isclosed/) { get; set; } | Gets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning. | +| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom/) { get; } | Gets the left bottom rectangle point. | +| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop/) { get; } | Gets the left top rectangle point. | +| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/) { get; } | Gets the rectangle height. | +| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/) { get; } | Gets the rectangle width. | +| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom/) { get; } | Gets the right bottom rectangle point. | +| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop/) { get; } | Gets the right top rectangle point. | +| override [Segments](../../aspose.imaging.shapes/arcshape/segments/) { get; } | Gets the shape segments. | +| [StartAngle](../../aspose.imaging.shapes/pieshape/startangle/) { get; set; } | Gets or sets the start angle. | +| [StartPoint](../../aspose.imaging.shapes/arcshape/startpoint/) { get; } | Gets the starting shape point. | +| [SweepAngle](../../aspose.imaging.shapes/pieshape/sweepangle/) { get; set; } | Gets or sets the sweep angle. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/arcshape/equals)(object) | Check if objects are equal. | -| override [GetBounds](../../aspose.imaging.shapes/arcshape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/arcshape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/arcshape/gethashcode)() | Get hash code of the current object. | -| [Reverse](../../aspose.imaging.shapes/arcshape/reverse)() | Reverses the order of points for this shape. | -| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/arcshape/equals/)(object) | Check if objects are equal. | +| override [GetBounds](../../aspose.imaging.shapes/arcshape/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/arcshape/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/arcshape/gethashcode/)() | Get hash code of the current object. | +| [Reverse](../../aspose.imaging.shapes/arcshape/reverse/)() | Reverses the order of points for this shape. | +| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform/)(Matrix) | Applies the specified transformation to the shape. | -### Examples +## Examples This example creates a new Image and draws a variety of shapes using Figures and GraphicsPath on the Image surface @@ -108,9 +108,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [PieShape](../pieshape) -* interface [IOrderedShape](../../aspose.imaging/iorderedshape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [PieShape](../pieshape/) +* interface [IOrderedShape](../../aspose.imaging/iorderedshape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/arcshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/arcshape/_index.md index 68a2d60869a0..f52789580aa6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/arcshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/arcshape/_index.md @@ -1,14 +1,14 @@ --- -title: ArcShape +title: ArcShape.ArcShape second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape constructor. Initializes a new instance of the ArcShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/arcshape/arcshape/ --- -## ArcShape constructor (1 of 3) +## ArcShape() {#constructor} -Initializes a new instance of the [`ArcShape`](../../arcshape) class. +Initializes a new instance of the [`ArcShape`](../) class. ```csharp public ArcShape() @@ -16,15 +16,15 @@ public ArcShape() ### See Also -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) --- -## ArcShape constructor (2 of 3) +## ArcShape(RectangleF, float, float) {#constructor_1} -Initializes a new instance of the [`ArcShape`](../../arcshape) class. +Initializes a new instance of the [`ArcShape`](../) class. ```csharp public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle) @@ -36,7 +36,7 @@ public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle) | startAngle | Single | The start angle. | | sweepAngle | Single | The sweep angle. | -### Examples +## Examples This example creates a new Image and draws a variety of shapes using Figures and GraphicsPath on the Image surface @@ -91,16 +91,16 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) --- -## ArcShape constructor (3 of 3) +## ArcShape(RectangleF, float, float, bool) {#constructor_2} -Initializes a new instance of the [`ArcShape`](../../arcshape) class. +Initializes a new instance of the [`ArcShape`](../) class. ```csharp public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle, bool isClosed) @@ -115,9 +115,9 @@ public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle, bool i ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/endpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/endpoint/_index.md index ace09e7898de..6c1196e0efff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/endpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/endpoint/_index.md @@ -1,7 +1,7 @@ --- -title: EndPoint +title: ArcShape.EndPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape property. Gets the ending shape point type: docs weight: 20 url: /net/aspose.imaging.shapes/arcshape/endpoint/ @@ -20,9 +20,9 @@ The ending shape point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/equals/_index.md index 66d09bb6c591..21ea9d73a1fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: ArcShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape method. Check if objects are equal type: docs weight: 60 url: /net/aspose.imaging.shapes/arcshape/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/getbounds/_index.md index c98612882438..f71925526338 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: ArcShape.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape method. Gets the objects bounds type: docs weight: 70 url: /net/aspose.imaging.shapes/arcshape/getbounds/ --- -## ArcShape.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) --- -## ArcShape.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [Pen](../../../aspose.imaging/pen) -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [Pen](../../../aspose.imaging/pen/) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/gethashcode/_index.md index ccdbbbc42b46..3eaec7633b69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: ArcShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape method. Get hash code of the current object type: docs weight: 80 url: /net/aspose.imaging.shapes/arcshape/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/isclosed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/isclosed/_index.md index aa0630015196..d600e940ea02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/isclosed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/isclosed/_index.md @@ -1,7 +1,7 @@ --- -title: IsClosed +title: ArcShape.IsClosed second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape property. Gets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning type: docs weight: 30 url: /net/aspose.imaging.shapes/arcshape/isclosed/ @@ -20,8 +20,8 @@ public bool IsClosed { get; set; } ### See Also -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/reverse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/reverse/_index.md index 01db1d9b302f..c4119a5ed5e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/reverse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/reverse/_index.md @@ -1,7 +1,7 @@ --- -title: Reverse +title: ArcShape.Reverse second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape method. Reverses the order of points for this shape type: docs weight: 90 url: /net/aspose.imaging.shapes/arcshape/reverse/ @@ -16,8 +16,8 @@ public void Reverse() ### See Also -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/segments/_index.md index 22c1e2591e79..b33c97f2fb24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: ArcShape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape property. Gets the shape segments type: docs weight: 40 url: /net/aspose.imaging.shapes/arcshape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../../aspose.imaging/shapesegment) -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* class [ShapeSegment](../../../aspose.imaging/shapesegment/) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/startpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/startpoint/_index.md index 836a20b341f4..69abbc37efc3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/startpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/arcshape/startpoint/_index.md @@ -1,7 +1,7 @@ --- -title: StartPoint +title: ArcShape.StartPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: ArcShape property. Gets the starting shape point type: docs weight: 50 url: /net/aspose.imaging.shapes/arcshape/startpoint/ @@ -20,9 +20,9 @@ The starting shape point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [ArcShape](../../arcshape) -* namespace [Aspose.Imaging.Shapes](../../arcshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [ArcShape](../) +* namespace [Aspose.Imaging.Shapes](../../arcshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/_index.md index d152d616d639..9d1acb59336b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/_index.md @@ -1,7 +1,7 @@ --- -title: BezierShape +title: Class BezierShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.BezierShape class. Represents a bezier spline type: docs weight: 11290 url: /net/aspose.imaging.shapes/beziershape/ @@ -18,38 +18,38 @@ public sealed class BezierShape : PolygonShape | Name | Description | | --- | --- | -| [BezierShape](beziershape)() | Initializes a new instance of the [`BezierShape`](../beziershape) class. | -| [BezierShape](beziershape)(PointF[]) | Initializes a new instance of the [`BezierShape`](../beziershape) class. | -| [BezierShape](beziershape)(PointF[], bool) | Initializes a new instance of the [`BezierShape`](../beziershape) class. | +| [BezierShape](beziershape/#constructor)() | Initializes a new instance of the `BezierShape` class. | +| [BezierShape](beziershape/#constructor_1)(PointF[]) | Initializes a new instance of the `BezierShape` class. | +| [BezierShape](beziershape/#constructor_2)(PointF[], bool) | Initializes a new instance of the `BezierShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/beziershape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/beziershape/center) { get; } | Gets the shape's center. | -| override [EndPoint](../../aspose.imaging.shapes/beziershape/endpoint) { get; } | Gets the ending shape point. | -| override [HasSegments](../../aspose.imaging.shapes/beziershape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [IsClosed](../../aspose.imaging.shapes/polygonshape/isclosed) { get; set; } | Gets or sets a value indicating whether shape is closed. | -| [Points](../../aspose.imaging.shapes/polygonshape/points) { get; set; } | Gets or sets the curve points. | -| override [Segments](../../aspose.imaging.shapes/beziershape/segments) { get; } | Gets the shape segments. | -| virtual [StartPoint](../../aspose.imaging.shapes/polygonshape/startpoint) { get; } | Gets the starting shape point. | +| override [Bounds](../../aspose.imaging.shapes/beziershape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/beziershape/center/) { get; } | Gets the shape's center. | +| override [EndPoint](../../aspose.imaging.shapes/beziershape/endpoint/) { get; } | Gets the ending shape point. | +| override [HasSegments](../../aspose.imaging.shapes/beziershape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [IsClosed](../../aspose.imaging.shapes/polygonshape/isclosed/) { get; set; } | Gets or sets a value indicating whether shape is closed. | +| [Points](../../aspose.imaging.shapes/polygonshape/points/) { get; set; } | Gets or sets the curve points. | +| override [Segments](../../aspose.imaging.shapes/beziershape/segments/) { get; } | Gets the shape segments. | +| virtual [StartPoint](../../aspose.imaging.shapes/polygonshape/startpoint/) { get; } | Gets the starting shape point. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/beziershape/equals)(object) | Check if objects are equal. | -| override [GetBounds](../../aspose.imaging.shapes/beziershape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/beziershape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/beziershape/gethashcode)() | Get hash code of the current object | -| [Reverse](../../aspose.imaging.shapes/polygonshape/reverse)() | Reverses the order of points for this shape. | -| override [Transform](../../aspose.imaging.shapes/polygonshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/beziershape/equals/)(object) | Check if objects are equal. | +| override [GetBounds](../../aspose.imaging.shapes/beziershape/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/beziershape/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/beziershape/gethashcode/)() | Get hash code of the current object | +| [Reverse](../../aspose.imaging.shapes/polygonshape/reverse/)() | Reverses the order of points for this shape. | +| override [Transform](../../aspose.imaging.shapes/polygonshape/transform/)(Matrix) | Applies the specified transformation to the shape. | ### See Also -* class [PolygonShape](../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [PolygonShape](../polygonshape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/beziershape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/beziershape/_index.md index 6b60cdfb00ae..c5f410aed9d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/beziershape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/beziershape/_index.md @@ -1,14 +1,14 @@ --- -title: BezierShape +title: BezierShape.BezierShape second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape constructor. Initializes a new instance of the BezierShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/beziershape/beziershape/ --- -## BezierShape constructor (1 of 3) +## BezierShape() {#constructor} -Initializes a new instance of the [`BezierShape`](../../beziershape) class. +Initializes a new instance of the [`BezierShape`](../) class. ```csharp public BezierShape() @@ -16,15 +16,15 @@ public BezierShape() ### See Also -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) --- -## BezierShape constructor (2 of 3) +## BezierShape(PointF[]) {#constructor_1} -Initializes a new instance of the [`BezierShape`](../../beziershape) class. +Initializes a new instance of the [`BezierShape`](../) class. ```csharp public BezierShape(PointF[] points) @@ -36,16 +36,16 @@ public BezierShape(PointF[] points) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) --- -## BezierShape constructor (3 of 3) +## BezierShape(PointF[], bool) {#constructor_2} -Initializes a new instance of the [`BezierShape`](../../beziershape) class. +Initializes a new instance of the [`BezierShape`](../) class. ```csharp public BezierShape(PointF[] points, bool isClosed) @@ -58,9 +58,9 @@ public BezierShape(PointF[] points, bool isClosed) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/bounds/_index.md index 4d73b726a2c2..c8c9f76a13d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: BezierShape.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape property. Gets the objects bounds type: docs weight: 20 url: /net/aspose.imaging.shapes/beziershape/bounds/ @@ -20,9 +20,9 @@ The object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/center/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/center/_index.md index 2a3dd407a027..5a8a9df02336 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/center/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/center/_index.md @@ -1,7 +1,7 @@ --- -title: Center +title: BezierShape.Center second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape property. Gets the shapes center type: docs weight: 30 url: /net/aspose.imaging.shapes/beziershape/center/ @@ -20,9 +20,9 @@ The shape's center. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/endpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/endpoint/_index.md index 049ca7403f68..1d6b34ab25d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/endpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/endpoint/_index.md @@ -1,7 +1,7 @@ --- -title: EndPoint +title: BezierShape.EndPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape property. Gets the ending shape point type: docs weight: 40 url: /net/aspose.imaging.shapes/beziershape/endpoint/ @@ -20,9 +20,9 @@ The ending shape point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/equals/_index.md index 534dd35cb34d..f6db26d906b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: BezierShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape method. Check if objects are equal type: docs weight: 70 url: /net/aspose.imaging.shapes/beziershape/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/getbounds/_index.md index f3b606eaa798..9c315ae4e63f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: BezierShape.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape method. Gets the objects bounds type: docs weight: 80 url: /net/aspose.imaging.shapes/beziershape/getbounds/ --- -## BezierShape.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) --- -## BezierShape.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [Pen](../../../aspose.imaging/pen) -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [Pen](../../../aspose.imaging/pen/) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/gethashcode/_index.md index b2d6af1870ac..c994ac3f22ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: BezierShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape method. Get hash code of the current object type: docs weight: 90 url: /net/aspose.imaging.shapes/beziershape/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/hassegments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/hassegments/_index.md index 796e6a59eef2..c5cdaa3bb849 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/hassegments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/hassegments/_index.md @@ -1,7 +1,7 @@ --- -title: HasSegments +title: BezierShape.HasSegments second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape property. Gets a value indicating whether shape has segments type: docs weight: 50 url: /net/aspose.imaging.shapes/beziershape/hassegments/ @@ -20,8 +20,8 @@ public override bool HasSegments { get; } ### See Also -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/segments/_index.md index a1a9a4080072..775b8277de3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/beziershape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: BezierShape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierShape property. Gets the shape segments type: docs weight: 60 url: /net/aspose.imaging.shapes/beziershape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../../aspose.imaging/shapesegment) -* class [BezierShape](../../beziershape) -* namespace [Aspose.Imaging.Shapes](../../beziershape) +* class [ShapeSegment](../../../aspose.imaging/shapesegment/) +* class [BezierShape](../) +* namespace [Aspose.Imaging.Shapes](../../beziershape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/_index.md index c00b6d6bec57..8cc2fe493ce2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/_index.md @@ -1,7 +1,7 @@ --- -title: CurveShape +title: Class CurveShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.CurveShape class. Represents a curved spline shape type: docs weight: 11300 url: /net/aspose.imaging.shapes/curveshape/ @@ -18,41 +18,41 @@ public sealed class CurveShape : PolygonShape | Name | Description | | --- | --- | -| [CurveShape](curveshape)() | Initializes a new instance of the [`CurveShape`](../curveshape) class. | -| [CurveShape](curveshape)(PointF[]) | Initializes a new instance of the [`CurveShape`](../curveshape) class. The default tension of 0.5 is used. | -| [CurveShape](curveshape)(PointF[], bool) | Initializes a new instance of the [`CurveShape`](../curveshape) class. The default tension of 0.5 is used. | -| [CurveShape](curveshape)(PointF[], float) | Initializes a new instance of the [`CurveShape`](../curveshape) class. | -| [CurveShape](curveshape)(PointF[], float, bool) | Initializes a new instance of the [`CurveShape`](../curveshape) class. | +| [CurveShape](curveshape/#constructor)() | Initializes a new instance of the `CurveShape` class. | +| [CurveShape](curveshape/#constructor_1)(PointF[]) | Initializes a new instance of the `CurveShape` class. The default tension of 0.5 is used. | +| [CurveShape](curveshape/#constructor_2)(PointF[], bool) | Initializes a new instance of the `CurveShape` class. The default tension of 0.5 is used. | +| [CurveShape](curveshape/#constructor_3)(PointF[], float) | Initializes a new instance of the `CurveShape` class. | +| [CurveShape](curveshape/#constructor_4)(PointF[], float, bool) | Initializes a new instance of the `CurveShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/curveshape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/curveshape/center) { get; } | Gets the shape's center. | -| virtual [EndPoint](../../aspose.imaging.shapes/polygonshape/endpoint) { get; } | Gets the ending shape point. | -| override [HasSegments](../../aspose.imaging.shapes/polygonshape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [IsClosed](../../aspose.imaging.shapes/polygonshape/isclosed) { get; set; } | Gets or sets a value indicating whether shape is closed. | -| [Points](../../aspose.imaging.shapes/polygonshape/points) { get; set; } | Gets or sets the curve points. | -| override [Segments](../../aspose.imaging.shapes/curveshape/segments) { get; } | Gets the shape segments. | -| virtual [StartPoint](../../aspose.imaging.shapes/polygonshape/startpoint) { get; } | Gets the starting shape point. | -| [Tension](../../aspose.imaging.shapes/curveshape/tension) { get; set; } | Gets or sets the curve tension. | +| override [Bounds](../../aspose.imaging.shapes/curveshape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/curveshape/center/) { get; } | Gets the shape's center. | +| virtual [EndPoint](../../aspose.imaging.shapes/polygonshape/endpoint/) { get; } | Gets the ending shape point. | +| override [HasSegments](../../aspose.imaging.shapes/polygonshape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [IsClosed](../../aspose.imaging.shapes/polygonshape/isclosed/) { get; set; } | Gets or sets a value indicating whether shape is closed. | +| [Points](../../aspose.imaging.shapes/polygonshape/points/) { get; set; } | Gets or sets the curve points. | +| override [Segments](../../aspose.imaging.shapes/curveshape/segments/) { get; } | Gets the shape segments. | +| virtual [StartPoint](../../aspose.imaging.shapes/polygonshape/startpoint/) { get; } | Gets the starting shape point. | +| [Tension](../../aspose.imaging.shapes/curveshape/tension/) { get; set; } | Gets or sets the curve tension. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/curveshape/equals)(object) | Check if objects are equal. | -| override [GetBounds](../../aspose.imaging.shapes/curveshape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/curveshape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/curveshape/gethashcode)() | Get hash code of the current object. | -| [Reverse](../../aspose.imaging.shapes/polygonshape/reverse)() | Reverses the order of points for this shape. | -| override [Transform](../../aspose.imaging.shapes/polygonshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/curveshape/equals/)(object) | Check if objects are equal. | +| override [GetBounds](../../aspose.imaging.shapes/curveshape/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/curveshape/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/curveshape/gethashcode/)() | Get hash code of the current object. | +| [Reverse](../../aspose.imaging.shapes/polygonshape/reverse/)() | Reverses the order of points for this shape. | +| override [Transform](../../aspose.imaging.shapes/polygonshape/transform/)(Matrix) | Applies the specified transformation to the shape. | ### See Also -* class [PolygonShape](../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [PolygonShape](../polygonshape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/bounds/_index.md index 0c700876f6be..1b235d3efbf5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: CurveShape.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: CurveShape property. Gets the objects bounds type: docs weight: 20 url: /net/aspose.imaging.shapes/curveshape/bounds/ @@ -20,9 +20,9 @@ The object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/center/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/center/_index.md index 4def91d427bc..0d5044d39c49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/center/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/center/_index.md @@ -1,7 +1,7 @@ --- -title: Center +title: CurveShape.Center second_title: Aspose.Imaging for .NET API Reference -description: +description: CurveShape property. Gets the shapes center type: docs weight: 30 url: /net/aspose.imaging.shapes/curveshape/center/ @@ -20,9 +20,9 @@ The shape's center. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/curveshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/curveshape/_index.md index 6bf7caed2c7e..0f927b3dde6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/curveshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/curveshape/_index.md @@ -1,14 +1,14 @@ --- -title: CurveShape +title: CurveShape.CurveShape second_title: Aspose.Imaging for .NET API Reference -description: +description: CurveShape constructor. Initializes a new instance of the CurveShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/curveshape/curveshape/ --- -## CurveShape constructor (1 of 5) +## CurveShape() {#constructor} -Initializes a new instance of the [`CurveShape`](../../curveshape) class. +Initializes a new instance of the [`CurveShape`](../) class. ```csharp public CurveShape() @@ -16,15 +16,15 @@ public CurveShape() ### See Also -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) --- -## CurveShape constructor (2 of 5) +## CurveShape(PointF[]) {#constructor_1} -Initializes a new instance of the [`CurveShape`](../../curveshape) class. The default tension of 0.5 is used. +Initializes a new instance of the [`CurveShape`](../) class. The default tension of 0.5 is used. ```csharp public CurveShape(PointF[] points) @@ -36,16 +36,16 @@ public CurveShape(PointF[] points) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) --- -## CurveShape constructor (3 of 5) +## CurveShape(PointF[], bool) {#constructor_2} -Initializes a new instance of the [`CurveShape`](../../curveshape) class. The default tension of 0.5 is used. +Initializes a new instance of the [`CurveShape`](../) class. The default tension of 0.5 is used. ```csharp public CurveShape(PointF[] points, bool isClosed) @@ -58,16 +58,16 @@ public CurveShape(PointF[] points, bool isClosed) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) --- -## CurveShape constructor (4 of 5) +## CurveShape(PointF[], float) {#constructor_3} -Initializes a new instance of the [`CurveShape`](../../curveshape) class. +Initializes a new instance of the [`CurveShape`](../) class. ```csharp public CurveShape(PointF[] points, float tension) @@ -80,16 +80,16 @@ public CurveShape(PointF[] points, float tension) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) --- -## CurveShape constructor (5 of 5) +## CurveShape(PointF[], float, bool) {#constructor_4} -Initializes a new instance of the [`CurveShape`](../../curveshape) class. +Initializes a new instance of the [`CurveShape`](../) class. ```csharp public CurveShape(PointF[] points, float tension, bool isClosed) @@ -103,9 +103,9 @@ public CurveShape(PointF[] points, float tension, bool isClosed) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/equals/_index.md index 04ab4402e3fc..cb5061dbe925 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CurveShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CurveShape method. Check if objects are equal type: docs weight: 60 url: /net/aspose.imaging.shapes/curveshape/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/getbounds/_index.md index 5acae2ee6791..5c1b7a8b0676 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: CurveShape.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: CurveShape method. Gets the objects bounds type: docs weight: 70 url: /net/aspose.imaging.shapes/curveshape/getbounds/ --- -## CurveShape.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) --- -## CurveShape.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [Pen](../../../aspose.imaging/pen) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [Pen](../../../aspose.imaging/pen/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/gethashcode/_index.md index 45fa5bc9c3e8..b5efd554a4ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CurveShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CurveShape method. Get hash code of the current object type: docs weight: 80 url: /net/aspose.imaging.shapes/curveshape/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/segments/_index.md index f8ab76c3ac0d..236e2ab5aa32 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: CurveShape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: CurveShape property. Gets the shape segments type: docs weight: 40 url: /net/aspose.imaging.shapes/curveshape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../../aspose.imaging/shapesegment) -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* class [ShapeSegment](../../../aspose.imaging/shapesegment/) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/tension/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/tension/_index.md index c21eaeed199c..c59083a04d1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/tension/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/curveshape/tension/_index.md @@ -1,7 +1,7 @@ --- -title: Tension +title: CurveShape.Tension second_title: Aspose.Imaging for .NET API Reference -description: +description: CurveShape property. Gets or sets the curve tension type: docs weight: 50 url: /net/aspose.imaging.shapes/curveshape/tension/ @@ -20,8 +20,8 @@ The curve tension. ### See Also -* class [CurveShape](../../curveshape) -* namespace [Aspose.Imaging.Shapes](../../curveshape) +* class [CurveShape](../) +* namespace [Aspose.Imaging.Shapes](../../curveshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/_index.md index 12caad6fa425..14d05512e6d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/_index.md @@ -1,7 +1,7 @@ --- -title: EllipseShape +title: Class EllipseShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.EllipseShape class. Represents an ellipse shape type: docs weight: 11310 url: /net/aspose.imaging.shapes/ellipseshape/ @@ -18,35 +18,35 @@ public class EllipseShape : RectangleShape | Name | Description | | --- | --- | -| [EllipseShape](ellipseshape)() | Initializes a new instance of the [`EllipseShape`](../ellipseshape) class. | -| [EllipseShape](ellipseshape)(RectangleF) | Initializes a new instance of the [`EllipseShape`](../ellipseshape) class. | +| [EllipseShape](ellipseshape/#constructor)() | Initializes a new instance of the `EllipseShape` class. | +| [EllipseShape](ellipseshape/#constructor_1)(RectangleF) | Initializes a new instance of the `EllipseShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center) { get; } | Gets the shape's center. | -| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom) { get; } | Gets the left bottom rectangle point. | -| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop) { get; } | Gets the left top rectangle point. | -| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight) { get; } | Gets the rectangle height. | -| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth) { get; } | Gets the rectangle width. | -| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom) { get; } | Gets the right bottom rectangle point. | -| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop) { get; } | Gets the right top rectangle point. | -| override [Segments](../../aspose.imaging.shapes/ellipseshape/segments) { get; } | Gets the shape segments. | +| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center/) { get; } | Gets the shape's center. | +| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom/) { get; } | Gets the left bottom rectangle point. | +| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop/) { get; } | Gets the left top rectangle point. | +| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/) { get; } | Gets the rectangle height. | +| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/) { get; } | Gets the rectangle width. | +| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom/) { get; } | Gets the right bottom rectangle point. | +| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop/) { get; } | Gets the right top rectangle point. | +| override [Segments](../../aspose.imaging.shapes/ellipseshape/segments/) { get; } | Gets the shape segments. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/ellipseshape/equals)(object) | Check if objects are equal. | -| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/ellipseshape/gethashcode)() | Get hash code of the current object. | -| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/ellipseshape/equals/)(object) | Check if objects are equal. | +| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds/)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds/)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/ellipseshape/gethashcode/)() | Get hash code of the current object. | +| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform/)(Matrix) | Applies the specified transformation to the shape. | -### Examples +## Examples This example creates a new Image and draws a variety of shapes using Figures and GraphicsPath on the Image surface @@ -101,8 +101,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [RectangleShape](../rectangleshape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [RectangleShape](../rectangleshape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/ellipseshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/ellipseshape/_index.md index 8183b06d24e8..e06917316e91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/ellipseshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/ellipseshape/_index.md @@ -1,14 +1,14 @@ --- -title: EllipseShape +title: EllipseShape.EllipseShape second_title: Aspose.Imaging for .NET API Reference -description: +description: EllipseShape constructor. Initializes a new instance of the EllipseShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/ellipseshape/ellipseshape/ --- -## EllipseShape constructor (1 of 2) +## EllipseShape() {#constructor} -Initializes a new instance of the [`EllipseShape`](../../ellipseshape) class. +Initializes a new instance of the [`EllipseShape`](../) class. ```csharp public EllipseShape() @@ -16,15 +16,15 @@ public EllipseShape() ### See Also -* class [EllipseShape](../../ellipseshape) -* namespace [Aspose.Imaging.Shapes](../../ellipseshape) +* class [EllipseShape](../) +* namespace [Aspose.Imaging.Shapes](../../ellipseshape/) * assembly [Aspose.Imaging](../../../) --- -## EllipseShape constructor (2 of 2) +## EllipseShape(RectangleF) {#constructor_1} -Initializes a new instance of the [`EllipseShape`](../../ellipseshape) class. +Initializes a new instance of the [`EllipseShape`](../) class. ```csharp public EllipseShape(RectangleF rectangle) @@ -34,7 +34,7 @@ public EllipseShape(RectangleF rectangle) | --- | --- | --- | | rectangle | RectangleF | The rectangle. | -### Examples +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -84,9 +84,9 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.t ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [EllipseShape](../../ellipseshape) -* namespace [Aspose.Imaging.Shapes](../../ellipseshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [EllipseShape](../) +* namespace [Aspose.Imaging.Shapes](../../ellipseshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/equals/_index.md index a09d0a5181ec..90baeffc9256 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: EllipseShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: EllipseShape method. Check if objects are equal type: docs weight: 30 url: /net/aspose.imaging.shapes/ellipseshape/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [EllipseShape](../../ellipseshape) -* namespace [Aspose.Imaging.Shapes](../../ellipseshape) +* class [EllipseShape](../) +* namespace [Aspose.Imaging.Shapes](../../ellipseshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/gethashcode/_index.md index 8afc0278c900..40b0415fbd79 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: EllipseShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: EllipseShape method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging.shapes/ellipseshape/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [EllipseShape](../../ellipseshape) -* namespace [Aspose.Imaging.Shapes](../../ellipseshape) +* class [EllipseShape](../) +* namespace [Aspose.Imaging.Shapes](../../ellipseshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/segments/_index.md index 5698255c5077..f52b3f9b7541 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/ellipseshape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: EllipseShape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: EllipseShape property. Gets the shape segments type: docs weight: 20 url: /net/aspose.imaging.shapes/ellipseshape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../../aspose.imaging/shapesegment) -* class [EllipseShape](../../ellipseshape) -* namespace [Aspose.Imaging.Shapes](../../ellipseshape) +* class [ShapeSegment](../../../aspose.imaging/shapesegment/) +* class [EllipseShape](../) +* namespace [Aspose.Imaging.Shapes](../../ellipseshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/_index.md index 2c6d35b09d12..d4ba2b36639c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/_index.md @@ -1,7 +1,7 @@ --- -title: PieShape +title: Class PieShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.PieShape class. Represents a pie shape type: docs weight: 11320 url: /net/aspose.imaging.shapes/pieshape/ @@ -18,37 +18,37 @@ public class PieShape : EllipseShape | Name | Description | | --- | --- | -| [PieShape](pieshape)() | Initializes a new instance of the [`PieShape`](../pieshape) class. | -| [PieShape](pieshape)(RectangleF, float, float) | Initializes a new instance of the [`PieShape`](../pieshape) class. | +| [PieShape](pieshape/#constructor)() | Initializes a new instance of the `PieShape` class. | +| [PieShape](pieshape/#constructor_1)(RectangleF, float, float) | Initializes a new instance of the `PieShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center) { get; } | Gets the shape's center. | -| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom) { get; } | Gets the left bottom rectangle point. | -| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop) { get; } | Gets the left top rectangle point. | -| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight) { get; } | Gets the rectangle height. | -| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth) { get; } | Gets the rectangle width. | -| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom) { get; } | Gets the right bottom rectangle point. | -| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop) { get; } | Gets the right top rectangle point. | -| override [Segments](../../aspose.imaging.shapes/pieshape/segments) { get; } | Gets the shape segments. | -| [StartAngle](../../aspose.imaging.shapes/pieshape/startangle) { get; set; } | Gets or sets the start angle. | -| [SweepAngle](../../aspose.imaging.shapes/pieshape/sweepangle) { get; set; } | Gets or sets the sweep angle. | +| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center/) { get; } | Gets the shape's center. | +| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom/) { get; } | Gets the left bottom rectangle point. | +| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop/) { get; } | Gets the left top rectangle point. | +| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/) { get; } | Gets the rectangle height. | +| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/) { get; } | Gets the rectangle width. | +| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom/) { get; } | Gets the right bottom rectangle point. | +| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop/) { get; } | Gets the right top rectangle point. | +| override [Segments](../../aspose.imaging.shapes/pieshape/segments/) { get; } | Gets the shape segments. | +| [StartAngle](../../aspose.imaging.shapes/pieshape/startangle/) { get; set; } | Gets or sets the start angle. | +| [SweepAngle](../../aspose.imaging.shapes/pieshape/sweepangle/) { get; set; } | Gets or sets the sweep angle. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/pieshape/equals)(object) | Check if objects are equal. | -| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/pieshape/gethashcode)() | Get hash code of the current object. | -| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/pieshape/equals/)(object) | Check if objects are equal. | +| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds/)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds/)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/pieshape/gethashcode/)() | Get hash code of the current object. | +| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform/)(Matrix) | Applies the specified transformation to the shape. | -### Examples +## Examples This example creates a new Image and draws a variety of shapes using Figures and GraphicsPath on the Image surface @@ -103,8 +103,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [EllipseShape](../ellipseshape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [EllipseShape](../ellipseshape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/equals/_index.md index 21b340bad01b..6e9f954235ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: PieShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: PieShape method. Check if objects are equal type: docs weight: 50 url: /net/aspose.imaging.shapes/pieshape/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [PieShape](../../pieshape) -* namespace [Aspose.Imaging.Shapes](../../pieshape) +* class [PieShape](../) +* namespace [Aspose.Imaging.Shapes](../../pieshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/gethashcode/_index.md index 321cc9087d48..ae7246b6806c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: PieShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: PieShape method. Get hash code of the current object type: docs weight: 60 url: /net/aspose.imaging.shapes/pieshape/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [PieShape](../../pieshape) -* namespace [Aspose.Imaging.Shapes](../../pieshape) +* class [PieShape](../) +* namespace [Aspose.Imaging.Shapes](../../pieshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/pieshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/pieshape/_index.md index 998bbbf1d100..2cfde7ec0e15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/pieshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/pieshape/_index.md @@ -1,14 +1,14 @@ --- -title: PieShape +title: PieShape.PieShape second_title: Aspose.Imaging for .NET API Reference -description: +description: PieShape constructor. Initializes a new instance of the PieShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/pieshape/pieshape/ --- -## PieShape constructor (1 of 2) +## PieShape() {#constructor} -Initializes a new instance of the [`PieShape`](../../pieshape) class. +Initializes a new instance of the [`PieShape`](../) class. ```csharp public PieShape() @@ -16,15 +16,15 @@ public PieShape() ### See Also -* class [PieShape](../../pieshape) -* namespace [Aspose.Imaging.Shapes](../../pieshape) +* class [PieShape](../) +* namespace [Aspose.Imaging.Shapes](../../pieshape/) * assembly [Aspose.Imaging](../../../) --- -## PieShape constructor (2 of 2) +## PieShape(RectangleF, float, float) {#constructor_1} -Initializes a new instance of the [`PieShape`](../../pieshape) class. +Initializes a new instance of the [`PieShape`](../) class. ```csharp public PieShape(RectangleF rectangle, float startAngle, float sweepAngle) @@ -36,7 +36,7 @@ public PieShape(RectangleF rectangle, float startAngle, float sweepAngle) | startAngle | Single | The start angle. | | sweepAngle | Single | The sweep angle. | -### Examples +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -86,9 +86,9 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.t ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [PieShape](../../pieshape) -* namespace [Aspose.Imaging.Shapes](../../pieshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [PieShape](../) +* namespace [Aspose.Imaging.Shapes](../../pieshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/segments/_index.md index 97b4e33e4e43..abb09437e951 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: PieShape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: PieShape property. Gets the shape segments type: docs weight: 20 url: /net/aspose.imaging.shapes/pieshape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../../aspose.imaging/shapesegment) -* class [PieShape](../../pieshape) -* namespace [Aspose.Imaging.Shapes](../../pieshape) +* class [ShapeSegment](../../../aspose.imaging/shapesegment/) +* class [PieShape](../) +* namespace [Aspose.Imaging.Shapes](../../pieshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/startangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/startangle/_index.md index ab65dd447a4e..c538768d456d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/startangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/startangle/_index.md @@ -1,7 +1,7 @@ --- -title: StartAngle +title: PieShape.StartAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: PieShape property. Gets or sets the start angle type: docs weight: 30 url: /net/aspose.imaging.shapes/pieshape/startangle/ @@ -20,8 +20,8 @@ The start angle. ### See Also -* class [PieShape](../../pieshape) -* namespace [Aspose.Imaging.Shapes](../../pieshape) +* class [PieShape](../) +* namespace [Aspose.Imaging.Shapes](../../pieshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/sweepangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/sweepangle/_index.md index 8f88647bb269..4b2521c134b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/sweepangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/pieshape/sweepangle/_index.md @@ -1,7 +1,7 @@ --- -title: SweepAngle +title: PieShape.SweepAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: PieShape property. Gets or sets the sweep angle type: docs weight: 40 url: /net/aspose.imaging.shapes/pieshape/sweepangle/ @@ -20,8 +20,8 @@ The sweep angle. ### See Also -* class [PieShape](../../pieshape) -* namespace [Aspose.Imaging.Shapes](../../pieshape) +* class [PieShape](../) +* namespace [Aspose.Imaging.Shapes](../../pieshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/_index.md index 703607f20799..cefbaabe0685 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/_index.md @@ -1,7 +1,7 @@ --- -title: PolygonShape +title: Class PolygonShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.PolygonShape class. Represents a polygon shape type: docs weight: 11330 url: /net/aspose.imaging.shapes/polygonshape/ @@ -18,35 +18,35 @@ public class PolygonShape : Shape, IOrderedShape | Name | Description | | --- | --- | -| [PolygonShape](polygonshape)() | Initializes a new instance of the [`PolygonShape`](../polygonshape) class. | -| [PolygonShape](polygonshape)(PointF[]) | Initializes a new instance of the [`PolygonShape`](../polygonshape) class. | -| [PolygonShape](polygonshape)(PointF[], bool) | Initializes a new instance of the [`PolygonShape`](../polygonshape) class. | +| [PolygonShape](polygonshape/#constructor)() | Initializes a new instance of the `PolygonShape` class. | +| [PolygonShape](polygonshape/#constructor_1)(PointF[]) | Initializes a new instance of the `PolygonShape` class. | +| [PolygonShape](polygonshape/#constructor_2)(PointF[], bool) | Initializes a new instance of the `PolygonShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/polygonshape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/polygonshape/center) { get; } | Gets the shape's center. | -| virtual [EndPoint](../../aspose.imaging.shapes/polygonshape/endpoint) { get; } | Gets the ending shape point. | -| override [HasSegments](../../aspose.imaging.shapes/polygonshape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [IsClosed](../../aspose.imaging.shapes/polygonshape/isclosed) { get; set; } | Gets or sets a value indicating whether shape is closed. | -| [Points](../../aspose.imaging.shapes/polygonshape/points) { get; set; } | Gets or sets the curve points. | -| override [Segments](../../aspose.imaging.shapes/polygonshape/segments) { get; } | Gets the shape segments. | -| virtual [StartPoint](../../aspose.imaging.shapes/polygonshape/startpoint) { get; } | Gets the starting shape point. | +| override [Bounds](../../aspose.imaging.shapes/polygonshape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/polygonshape/center/) { get; } | Gets the shape's center. | +| virtual [EndPoint](../../aspose.imaging.shapes/polygonshape/endpoint/) { get; } | Gets the ending shape point. | +| override [HasSegments](../../aspose.imaging.shapes/polygonshape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [IsClosed](../../aspose.imaging.shapes/polygonshape/isclosed/) { get; set; } | Gets or sets a value indicating whether shape is closed. | +| [Points](../../aspose.imaging.shapes/polygonshape/points/) { get; set; } | Gets or sets the curve points. | +| override [Segments](../../aspose.imaging.shapes/polygonshape/segments/) { get; } | Gets the shape segments. | +| virtual [StartPoint](../../aspose.imaging.shapes/polygonshape/startpoint/) { get; } | Gets the starting shape point. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/polygonshape/equals)(object) | Determines whether the specified object is equal to the current object. | -| override [GetBounds](../../aspose.imaging.shapes/polygonshape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/polygonshape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/polygonshape/gethashcode)() | Serves as the default hash function. | -| [Reverse](../../aspose.imaging.shapes/polygonshape/reverse)() | Reverses the order of points for this shape. | -| override [Transform](../../aspose.imaging.shapes/polygonshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/polygonshape/equals/)(object) | Determines whether the specified object is equal to the current object. | +| override [GetBounds](../../aspose.imaging.shapes/polygonshape/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/polygonshape/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/polygonshape/gethashcode/)() | Serves as the default hash function. | +| [Reverse](../../aspose.imaging.shapes/polygonshape/reverse/)() | Reverses the order of points for this shape. | +| override [Transform](../../aspose.imaging.shapes/polygonshape/transform/)(Matrix) | Applies the specified transformation to the shape. | -### Examples +## Examples This example creates a new Image and draws a variety of shapes using Figures and GraphicsPath on the Image surface @@ -101,9 +101,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [Shape](../../aspose.imaging/shape) -* interface [IOrderedShape](../../aspose.imaging/iorderedshape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [Shape](../../aspose.imaging/shape/) +* interface [IOrderedShape](../../aspose.imaging/iorderedshape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/bounds/_index.md index c00713bc803f..7bd7fc3d4749 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: PolygonShape.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape property. Gets the objects bounds type: docs weight: 20 url: /net/aspose.imaging.shapes/polygonshape/bounds/ @@ -20,9 +20,9 @@ The object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/center/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/center/_index.md index 4dac760ac074..adaae6a25f49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/center/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/center/_index.md @@ -1,7 +1,7 @@ --- -title: Center +title: PolygonShape.Center second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape property. Gets the shapes center type: docs weight: 30 url: /net/aspose.imaging.shapes/polygonshape/center/ @@ -20,9 +20,9 @@ The shape's center. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/endpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/endpoint/_index.md index 838694843a3d..c961b7ba23b7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/endpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/endpoint/_index.md @@ -1,7 +1,7 @@ --- -title: EndPoint +title: PolygonShape.EndPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape property. Gets the ending shape point type: docs weight: 40 url: /net/aspose.imaging.shapes/polygonshape/endpoint/ @@ -20,9 +20,9 @@ The ending shape point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/equals/_index.md index c045eee6ce54..56f7a3ae7869 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: PolygonShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape method. Determines whether the specified object is equal to the current object type: docs weight: 100 url: /net/aspose.imaging.shapes/polygonshape/equals/ @@ -24,8 +24,8 @@ The result of equals ### See Also -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/getbounds/_index.md index 810b0f0cfaad..8a2b271f350b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: PolygonShape.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape method. Gets the objects bounds type: docs weight: 110 url: /net/aspose.imaging.shapes/polygonshape/getbounds/ --- -## PolygonShape.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) --- -## PolygonShape.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [Pen](../../../aspose.imaging/pen) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [Pen](../../../aspose.imaging/pen/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/gethashcode/_index.md index 874b267e368c..8871aeb3d4f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: PolygonShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape method. Serves as the default hash function type: docs weight: 120 url: /net/aspose.imaging.shapes/polygonshape/gethashcode/ @@ -20,8 +20,8 @@ A hash code for the current object. ### See Also -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/hassegments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/hassegments/_index.md index 2c74cbdaa681..5ac28f93bf2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/hassegments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/hassegments/_index.md @@ -1,7 +1,7 @@ --- -title: HasSegments +title: PolygonShape.HasSegments second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape property. Gets a value indicating whether shape has segments type: docs weight: 50 url: /net/aspose.imaging.shapes/polygonshape/hassegments/ @@ -20,8 +20,8 @@ public override bool HasSegments { get; } ### See Also -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/isclosed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/isclosed/_index.md index ea845affe73d..2064ae6ab1fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/isclosed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/isclosed/_index.md @@ -1,7 +1,7 @@ --- -title: IsClosed +title: PolygonShape.IsClosed second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape property. Gets or sets a value indicating whether shape is closed type: docs weight: 60 url: /net/aspose.imaging.shapes/polygonshape/isclosed/ @@ -20,8 +20,8 @@ public bool IsClosed { get; set; } ### See Also -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/points/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/points/_index.md index 641718fec3d6..3fa3af92b3c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/points/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/points/_index.md @@ -1,7 +1,7 @@ --- -title: Points +title: PolygonShape.Points second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape property. Gets or sets the curve points type: docs weight: 70 url: /net/aspose.imaging.shapes/polygonshape/points/ @@ -20,9 +20,9 @@ The curve points. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/polygonshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/polygonshape/_index.md index 1dbf838fb074..fa0cabf5f038 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/polygonshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/polygonshape/_index.md @@ -1,14 +1,14 @@ --- -title: PolygonShape +title: PolygonShape.PolygonShape second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape constructor. Initializes a new instance of the PolygonShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/polygonshape/polygonshape/ --- -## PolygonShape constructor (1 of 3) +## PolygonShape() {#constructor} -Initializes a new instance of the [`PolygonShape`](../../polygonshape) class. +Initializes a new instance of the [`PolygonShape`](../) class. ```csharp public PolygonShape() @@ -16,15 +16,15 @@ public PolygonShape() ### See Also -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) --- -## PolygonShape constructor (2 of 3) +## PolygonShape(PointF[]) {#constructor_1} -Initializes a new instance of the [`PolygonShape`](../../polygonshape) class. +Initializes a new instance of the [`PolygonShape`](../) class. ```csharp public PolygonShape(PointF[] points) @@ -36,16 +36,16 @@ public PolygonShape(PointF[] points) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) --- -## PolygonShape constructor (3 of 3) +## PolygonShape(PointF[], bool) {#constructor_2} -Initializes a new instance of the [`PolygonShape`](../../polygonshape) class. +Initializes a new instance of the [`PolygonShape`](../) class. ```csharp public PolygonShape(PointF[] points, bool isClosed) @@ -56,7 +56,7 @@ public PolygonShape(PointF[] points, bool isClosed) | points | PointF[] | The points array. | | isClosed | Boolean | If set to `true` the polygon is closed. | -### Examples +## Examples This example creates a new Image and draws a variety of shapes using Figures and GraphicsPath on the Image surface @@ -111,9 +111,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/reverse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/reverse/_index.md index c14d09bc3f65..e1d66b9f5423 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/reverse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/reverse/_index.md @@ -1,7 +1,7 @@ --- -title: Reverse +title: PolygonShape.Reverse second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape method. Reverses the order of points for this shape type: docs weight: 130 url: /net/aspose.imaging.shapes/polygonshape/reverse/ @@ -16,8 +16,8 @@ public void Reverse() ### See Also -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/segments/_index.md index 7b8a8f05928d..5405c1ad9676 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: PolygonShape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape property. Gets the shape segments type: docs weight: 80 url: /net/aspose.imaging.shapes/polygonshape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../../aspose.imaging/shapesegment) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* class [ShapeSegment](../../../aspose.imaging/shapesegment/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/startpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/startpoint/_index.md index c3a2ddec7b8f..a3fbf0cfcc24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/startpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/startpoint/_index.md @@ -1,7 +1,7 @@ --- -title: StartPoint +title: PolygonShape.StartPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape property. Gets the starting shape point type: docs weight: 90 url: /net/aspose.imaging.shapes/polygonshape/startpoint/ @@ -20,9 +20,9 @@ The starting shape point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/transform/_index.md index 2f76244c12da..e05a53c54be5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/polygonshape/transform/_index.md @@ -1,7 +1,7 @@ --- -title: Transform +title: PolygonShape.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: PolygonShape method. Applies the specified transformation to the shape type: docs weight: 140 url: /net/aspose.imaging.shapes/polygonshape/transform/ @@ -20,9 +20,9 @@ public override void Transform(Matrix transform) ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [PolygonShape](../../polygonshape) -* namespace [Aspose.Imaging.Shapes](../../polygonshape) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [PolygonShape](../) +* namespace [Aspose.Imaging.Shapes](../../polygonshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/_index.md index f7bfe42a69dc..6844b547bae2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/_index.md @@ -1,7 +1,7 @@ --- -title: RectangleProjectedShape +title: Class RectangleProjectedShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.RectangleProjectedShape class. Represents a shape which is projected over rectangle turned to a particular orientation. Specified by four points which can be rotated in space maintaining the same edges length and 90 degrees between adjacent edges type: docs weight: 11340 url: /net/aspose.imaging.shapes/rectangleprojectedshape/ @@ -18,38 +18,38 @@ public abstract class RectangleProjectedShape : Shape | Name | Description | | --- | --- | -| [RectangleProjectedShape](rectangleprojectedshape)() | Initializes a new instance of the [`RectangleProjectedShape`](../rectangleprojectedshape) class. | -| [RectangleProjectedShape](rectangleprojectedshape)(RectangleF) | Initializes a new instance of the [`RectangleProjectedShape`](../rectangleprojectedshape) class. | +| [RectangleProjectedShape](rectangleprojectedshape/#constructor)() | Initializes a new instance of the `RectangleProjectedShape` class. | +| [RectangleProjectedShape](rectangleprojectedshape/#constructor_1)(RectangleF) | Initializes a new instance of the `RectangleProjectedShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center) { get; } | Gets the shape's center. | -| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom) { get; } | Gets the left bottom rectangle point. | -| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop) { get; } | Gets the left top rectangle point. | -| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight) { get; } | Gets the rectangle height. | -| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth) { get; } | Gets the rectangle width. | -| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom) { get; } | Gets the right bottom rectangle point. | -| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop) { get; } | Gets the right top rectangle point. | -| abstract [Segments](../../aspose.imaging/shape/segments) { get; } | Gets the shape segments. | +| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center/) { get; } | Gets the shape's center. | +| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom/) { get; } | Gets the left bottom rectangle point. | +| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop/) { get; } | Gets the left top rectangle point. | +| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/) { get; } | Gets the rectangle height. | +| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/) { get; } | Gets the rectangle width. | +| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom/) { get; } | Gets the right bottom rectangle point. | +| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop/) { get; } | Gets the right top rectangle point. | +| abstract [Segments](../../aspose.imaging/shape/segments/) { get; } | Gets the shape segments. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/rectangleprojectedshape/equals)(object) | Determines whether the specified Object is equal to this instance. | -| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/rectangleprojectedshape/gethashcode)() | Returns a hash code for this instance. | -| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/rectangleprojectedshape/equals/)(object) | Determines whether the specified Object is equal to this instance. | +| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/rectangleprojectedshape/gethashcode/)() | Returns a hash code for this instance. | +| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform/)(Matrix) | Applies the specified transformation to the shape. | ### See Also -* class [Shape](../../aspose.imaging/shape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [Shape](../../aspose.imaging/shape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/bounds/_index.md index 694008f0cfc3..87df49b7912c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: RectangleProjectedShape.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets the objects bounds type: docs weight: 20 url: /net/aspose.imaging.shapes/rectangleprojectedshape/bounds/ @@ -20,9 +20,9 @@ The object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/center/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/center/_index.md index d21c128bea0b..d7ba662f3248 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/center/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/center/_index.md @@ -1,7 +1,7 @@ --- -title: Center +title: RectangleProjectedShape.Center second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets the shapes center type: docs weight: 30 url: /net/aspose.imaging.shapes/rectangleprojectedshape/center/ @@ -20,9 +20,9 @@ The shape's center. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/equals/_index.md index e525a20a615a..027aeaaccd28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: RectangleProjectedShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape method. Determines whether the specified Object is equal to this instance type: docs weight: 110 url: /net/aspose.imaging.shapes/rectangleprojectedshape/equals/ @@ -24,8 +24,8 @@ public override bool Equals(object obj) ### See Also -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/getbounds/_index.md index d150c210e205..1900d5be59e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: RectangleProjectedShape.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape method. Gets the objects bounds type: docs weight: 120 url: /net/aspose.imaging.shapes/rectangleprojectedshape/getbounds/ --- -## RectangleProjectedShape.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) --- -## RectangleProjectedShape.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [Pen](../../../aspose.imaging/pen) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [Pen](../../../aspose.imaging/pen/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/gethashcode/_index.md index c3fcb3177afe..7ca2df3a35b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: RectangleProjectedShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape method. Returns a hash code for this instance type: docs weight: 130 url: /net/aspose.imaging.shapes/rectangleprojectedshape/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/hassegments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/hassegments/_index.md index 39a682041e30..48d62c44c80a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/hassegments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/hassegments/_index.md @@ -1,7 +1,7 @@ --- -title: HasSegments +title: RectangleProjectedShape.HasSegments second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets a value indicating whether shape has segments type: docs weight: 40 url: /net/aspose.imaging.shapes/rectangleprojectedshape/hassegments/ @@ -20,8 +20,8 @@ public override bool HasSegments { get; } ### See Also -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/leftbottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/leftbottom/_index.md index 7cc3405fcf11..ff1d407adba5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/leftbottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/leftbottom/_index.md @@ -1,7 +1,7 @@ --- -title: LeftBottom +title: RectangleProjectedShape.LeftBottom second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets the left bottom rectangle point type: docs weight: 50 url: /net/aspose.imaging.shapes/rectangleprojectedshape/leftbottom/ @@ -20,9 +20,9 @@ The left bottom rectangle point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/lefttop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/lefttop/_index.md index 783cbca96020..5b81c58539be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/lefttop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/lefttop/_index.md @@ -1,7 +1,7 @@ --- -title: LeftTop +title: RectangleProjectedShape.LeftTop second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets the left top rectangle point type: docs weight: 60 url: /net/aspose.imaging.shapes/rectangleprojectedshape/lefttop/ @@ -20,9 +20,9 @@ The left top rectangle point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/_index.md index cc5b7240b39a..2778a11bbd60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/_index.md @@ -1,7 +1,7 @@ --- -title: RectangleHeight +title: RectangleProjectedShape.RectangleHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets the rectangle height type: docs weight: 70 url: /net/aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/ @@ -20,8 +20,8 @@ The rectangle height. ### See Also -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectangleprojectedshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectangleprojectedshape/_index.md index e6629d907a1b..fbb8c12fe9b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectangleprojectedshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectangleprojectedshape/_index.md @@ -1,14 +1,14 @@ --- -title: RectangleProjectedShape +title: RectangleProjectedShape.RectangleProjectedShape second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape constructor. Initializes a new instance of the RectangleProjectedShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/rectangleprojectedshape/rectangleprojectedshape/ --- -## RectangleProjectedShape constructor (1 of 2) +## RectangleProjectedShape() {#constructor} -Initializes a new instance of the [`RectangleProjectedShape`](../../rectangleprojectedshape) class. +Initializes a new instance of the [`RectangleProjectedShape`](../) class. ```csharp public RectangleProjectedShape() @@ -16,15 +16,15 @@ public RectangleProjectedShape() ### See Also -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) --- -## RectangleProjectedShape constructor (2 of 2) +## RectangleProjectedShape(RectangleF) {#constructor_1} -Initializes a new instance of the [`RectangleProjectedShape`](../../rectangleprojectedshape) class. +Initializes a new instance of the [`RectangleProjectedShape`](../) class. ```csharp public RectangleProjectedShape(RectangleF rectangle) @@ -36,9 +36,9 @@ public RectangleProjectedShape(RectangleF rectangle) ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/_index.md index fd7f9670b318..5c104415962f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/_index.md @@ -1,7 +1,7 @@ --- -title: RectangleWidth +title: RectangleProjectedShape.RectangleWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets the rectangle width type: docs weight: 80 url: /net/aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/ @@ -20,8 +20,8 @@ The rectangle width. ### See Also -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rightbottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rightbottom/_index.md index ba501d744656..25120b38a193 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rightbottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/rightbottom/_index.md @@ -1,7 +1,7 @@ --- -title: RightBottom +title: RectangleProjectedShape.RightBottom second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets the right bottom rectangle point type: docs weight: 90 url: /net/aspose.imaging.shapes/rectangleprojectedshape/rightbottom/ @@ -20,9 +20,9 @@ The right bottom rectangle point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/righttop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/righttop/_index.md index 7d654fe7b9f5..a7c420840b6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/righttop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/righttop/_index.md @@ -1,7 +1,7 @@ --- -title: RightTop +title: RectangleProjectedShape.RightTop second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape property. Gets the right top rectangle point type: docs weight: 100 url: /net/aspose.imaging.shapes/rectangleprojectedshape/righttop/ @@ -20,9 +20,9 @@ The right top rectangle point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/transform/_index.md index a3cb9835a330..9b08934f0052 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleprojectedshape/transform/_index.md @@ -1,7 +1,7 @@ --- -title: Transform +title: RectangleProjectedShape.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleProjectedShape method. Applies the specified transformation to the shape type: docs weight: 140 url: /net/aspose.imaging.shapes/rectangleprojectedshape/transform/ @@ -20,9 +20,9 @@ public override void Transform(Matrix transform) ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [RectangleProjectedShape](../../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [RectangleProjectedShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleprojectedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/_index.md index 1ab4db75c29b..feac5b183f75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/_index.md @@ -1,7 +1,7 @@ --- -title: RectangleShape +title: Class RectangleShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.RectangleShape class. Represents a rectangular shape type: docs weight: 11350 url: /net/aspose.imaging.shapes/rectangleshape/ @@ -18,35 +18,35 @@ public class RectangleShape : RectangleProjectedShape | Name | Description | | --- | --- | -| [RectangleShape](rectangleshape)() | Initializes a new instance of the [`RectangleShape`](../rectangleshape) class. | -| [RectangleShape](rectangleshape)(RectangleF) | Initializes a new instance of the [`RectangleShape`](../rectangleshape) class. | +| [RectangleShape](rectangleshape/#constructor)() | Initializes a new instance of the `RectangleShape` class. | +| [RectangleShape](rectangleshape/#constructor_1)(RectangleF) | Initializes a new instance of the `RectangleShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center) { get; } | Gets the shape's center. | -| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom) { get; } | Gets the left bottom rectangle point. | -| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop) { get; } | Gets the left top rectangle point. | -| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight) { get; } | Gets the rectangle height. | -| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth) { get; } | Gets the rectangle width. | -| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom) { get; } | Gets the right bottom rectangle point. | -| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop) { get; } | Gets the right top rectangle point. | -| override [Segments](../../aspose.imaging.shapes/rectangleshape/segments) { get; } | Gets the shape segments. | +| override [Bounds](../../aspose.imaging.shapes/rectangleprojectedshape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/rectangleprojectedshape/center/) { get; } | Gets the shape's center. | +| override [HasSegments](../../aspose.imaging.shapes/rectangleprojectedshape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom/) { get; } | Gets the left bottom rectangle point. | +| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop/) { get; } | Gets the left top rectangle point. | +| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/) { get; } | Gets the rectangle height. | +| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/) { get; } | Gets the rectangle width. | +| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom/) { get; } | Gets the right bottom rectangle point. | +| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop/) { get; } | Gets the right top rectangle point. | +| override [Segments](../../aspose.imaging.shapes/rectangleshape/segments/) { get; } | Gets the shape segments. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/rectangleshape/equals)(object) | Check if objects are equal. | -| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/rectangleshape/gethashcode)() | Get hash code of the current object. | -| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/rectangleshape/equals/)(object) | Check if objects are equal. | +| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds/)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/rectangleprojectedshape/getbounds/)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/rectangleshape/gethashcode/)() | Get hash code of the current object. | +| override [Transform](../../aspose.imaging.shapes/rectangleprojectedshape/transform/)(Matrix) | Applies the specified transformation to the shape. | -### Examples +## Examples This example creates a new Image and draws a variety of shapes using Figures and GraphicsPath on the Image surface @@ -101,8 +101,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [RectangleProjectedShape](../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [RectangleProjectedShape](../rectangleprojectedshape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/equals/_index.md index eb5f305e6df2..4805b872b59e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: RectangleShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleShape method. Check if objects are equal type: docs weight: 30 url: /net/aspose.imaging.shapes/rectangleshape/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [RectangleShape](../../rectangleshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleshape) +* class [RectangleShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/gethashcode/_index.md index 2715a5addd0d..4365eefd29d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: RectangleShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleShape method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging.shapes/rectangleshape/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [RectangleShape](../../rectangleshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleshape) +* class [RectangleShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/rectangleshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/rectangleshape/_index.md index 623f62d8f85b..b125b1ba6fb4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/rectangleshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/rectangleshape/_index.md @@ -1,14 +1,14 @@ --- -title: RectangleShape +title: RectangleShape.RectangleShape second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleShape constructor. Initializes a new instance of the RectangleShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/rectangleshape/rectangleshape/ --- -## RectangleShape constructor (1 of 2) +## RectangleShape() {#constructor} -Initializes a new instance of the [`RectangleShape`](../../rectangleshape) class. +Initializes a new instance of the [`RectangleShape`](../) class. ```csharp public RectangleShape() @@ -16,15 +16,15 @@ public RectangleShape() ### See Also -* class [RectangleShape](../../rectangleshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleshape) +* class [RectangleShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleshape/) * assembly [Aspose.Imaging](../../../) --- -## RectangleShape constructor (2 of 2) +## RectangleShape(RectangleF) {#constructor_1} -Initializes a new instance of the [`RectangleShape`](../../rectangleshape) class. +Initializes a new instance of the [`RectangleShape`](../) class. ```csharp public RectangleShape(RectangleF rectangle) @@ -34,7 +34,7 @@ public RectangleShape(RectangleF rectangle) | --- | --- | --- | | rectangle | RectangleF | The rectangle. | -### Examples +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -135,9 +135,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [RectangleShape](../../rectangleshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [RectangleShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/segments/_index.md index 6177cf44b5cb..780a10fad010 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/rectangleshape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: RectangleShape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleShape property. Gets the shape segments type: docs weight: 20 url: /net/aspose.imaging.shapes/rectangleshape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../../aspose.imaging/shapesegment) -* class [RectangleShape](../../rectangleshape) -* namespace [Aspose.Imaging.Shapes](../../rectangleshape) +* class [ShapeSegment](../../../aspose.imaging/shapesegment/) +* class [RectangleShape](../) +* namespace [Aspose.Imaging.Shapes](../../rectangleshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/_index.md index a9bd14797b9d..d5d3238f9fef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/_index.md @@ -1,7 +1,7 @@ --- -title: TextShape +title: Class TextShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shapes.TextShape class. Represents a text shape type: docs weight: 11360 url: /net/aspose.imaging.shapes/textshape/ @@ -18,41 +18,41 @@ public sealed class TextShape : RectangleProjectedShape | Name | Description | | --- | --- | -| [TextShape](textshape)() | Initializes a new instance of the [`TextShape`](../textshape) class. | -| [TextShape](textshape)(string, RectangleF, Font, StringFormat) | Initializes a new instance of the [`TextShape`](../textshape) class. | +| [TextShape](textshape/#constructor)() | Initializes a new instance of the `TextShape` class. | +| [TextShape](textshape/#constructor_1)(string, RectangleF, Font, StringFormat) | Initializes a new instance of the `TextShape` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging.shapes/textshape/bounds) { get; } | Gets the object's bounds. | -| override [Center](../../aspose.imaging.shapes/textshape/center) { get; } | Gets the shape's center. | -| [Font](../../aspose.imaging.shapes/textshape/font) { get; set; } | Gets or sets the font used to draw the text. | -| override [HasSegments](../../aspose.imaging.shapes/textshape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom) { get; } | Gets the left bottom rectangle point. | -| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop) { get; } | Gets the left top rectangle point. | -| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight) { get; } | Gets the rectangle height. | -| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth) { get; } | Gets the rectangle width. | -| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom) { get; } | Gets the right bottom rectangle point. | -| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop) { get; } | Gets the right top rectangle point. | -| override [Segments](../../aspose.imaging.shapes/textshape/segments) { get; } | Gets the shape segments. | -| [Text](../../aspose.imaging.shapes/textshape/text) { get; set; } | Gets or sets the drawn text. | -| [TextFormat](../../aspose.imaging.shapes/textshape/textformat) { get; set; } | Gets or sets the text format. | +| override [Bounds](../../aspose.imaging.shapes/textshape/bounds/) { get; } | Gets the object's bounds. | +| override [Center](../../aspose.imaging.shapes/textshape/center/) { get; } | Gets the shape's center. | +| [Font](../../aspose.imaging.shapes/textshape/font/) { get; set; } | Gets or sets the font used to draw the text. | +| override [HasSegments](../../aspose.imaging.shapes/textshape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| [LeftBottom](../../aspose.imaging.shapes/rectangleprojectedshape/leftbottom/) { get; } | Gets the left bottom rectangle point. | +| [LeftTop](../../aspose.imaging.shapes/rectangleprojectedshape/lefttop/) { get; } | Gets the left top rectangle point. | +| [RectangleHeight](../../aspose.imaging.shapes/rectangleprojectedshape/rectangleheight/) { get; } | Gets the rectangle height. | +| [RectangleWidth](../../aspose.imaging.shapes/rectangleprojectedshape/rectanglewidth/) { get; } | Gets the rectangle width. | +| [RightBottom](../../aspose.imaging.shapes/rectangleprojectedshape/rightbottom/) { get; } | Gets the right bottom rectangle point. | +| [RightTop](../../aspose.imaging.shapes/rectangleprojectedshape/righttop/) { get; } | Gets the right top rectangle point. | +| override [Segments](../../aspose.imaging.shapes/textshape/segments/) { get; } | Gets the shape segments. | +| [Text](../../aspose.imaging.shapes/textshape/text/) { get; set; } | Gets or sets the drawn text. | +| [TextFormat](../../aspose.imaging.shapes/textshape/textformat/) { get; set; } | Gets or sets the text format. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapes/textshape/equals)(object) | Check if objects are equal. | -| override [GetBounds](../../aspose.imaging.shapes/textshape/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging.shapes/textshape/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging.shapes/textshape/gethashcode)() | Get hash code of the current object. | -| override [Transform](../../aspose.imaging.shapes/textshape/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging.shapes/textshape/equals/)(object) | Check if objects are equal. | +| override [GetBounds](../../aspose.imaging.shapes/textshape/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging.shapes/textshape/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging.shapes/textshape/gethashcode/)() | Get hash code of the current object. | +| override [Transform](../../aspose.imaging.shapes/textshape/transform/)(Matrix) | Applies the specified transformation to the shape. | ### See Also -* class [RectangleProjectedShape](../rectangleprojectedshape) -* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes) +* class [RectangleProjectedShape](../rectangleprojectedshape/) +* namespace [Aspose.Imaging.Shapes](../../aspose.imaging.shapes/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/bounds/_index.md index f09fd202de3b..578ea014f205 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: TextShape.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape property. Gets the objects bounds type: docs weight: 20 url: /net/aspose.imaging.shapes/textshape/bounds/ @@ -20,9 +20,9 @@ The object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/center/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/center/_index.md index 8d7be0d77009..73ad79fc9e4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/center/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/center/_index.md @@ -1,7 +1,7 @@ --- -title: Center +title: TextShape.Center second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape property. Gets the shapes center type: docs weight: 30 url: /net/aspose.imaging.shapes/textshape/center/ @@ -20,9 +20,9 @@ The shape's center. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/equals/_index.md index c855b86d5c2c..1604a080260b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: TextShape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape method. Check if objects are equal type: docs weight: 90 url: /net/aspose.imaging.shapes/textshape/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/font/_index.md index d0a5f67cbd70..351218133cd3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/font/_index.md @@ -1,7 +1,7 @@ --- -title: Font +title: TextShape.Font second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape property. Gets or sets the font used to draw the text type: docs weight: 40 url: /net/aspose.imaging.shapes/textshape/font/ @@ -20,9 +20,9 @@ The font used to draw the text. ### See Also -* class [Font](../../../aspose.imaging/font) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [Font](../../../aspose.imaging/font/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/getbounds/_index.md index 4be635002b51..f2216dadc2cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: TextShape.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape method. Gets the objects bounds type: docs weight: 100 url: /net/aspose.imaging.shapes/textshape/getbounds/ --- -## TextShape.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) --- -## TextShape.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Matrix](../../../aspose.imaging/matrix) -* class [Pen](../../../aspose.imaging/pen) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [Pen](../../../aspose.imaging/pen/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/gethashcode/_index.md index 8196dfbdfad2..626605fbc3c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: TextShape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape method. Get hash code of the current object type: docs weight: 110 url: /net/aspose.imaging.shapes/textshape/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/hassegments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/hassegments/_index.md index ffc6b815c0ba..d38923ec3cf6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/hassegments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/hassegments/_index.md @@ -1,7 +1,7 @@ --- -title: HasSegments +title: TextShape.HasSegments second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape property. Gets a value indicating whether shape has segments type: docs weight: 50 url: /net/aspose.imaging.shapes/textshape/hassegments/ @@ -20,8 +20,8 @@ public override bool HasSegments { get; } ### See Also -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/segments/_index.md index a31084925a1b..6f19601b8732 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: TextShape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape property. Gets the shape segments type: docs weight: 60 url: /net/aspose.imaging.shapes/textshape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../../aspose.imaging/shapesegment) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [ShapeSegment](../../../aspose.imaging/shapesegment/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/text/_index.md index 0c611356d0bd..f2577b7c3c1a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: TextShape.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape property. Gets or sets the drawn text type: docs weight: 70 url: /net/aspose.imaging.shapes/textshape/text/ @@ -20,8 +20,8 @@ The drawn text. ### See Also -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/textformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/textformat/_index.md index 50dea3249eef..a140b6f2252b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/textformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/textformat/_index.md @@ -1,7 +1,7 @@ --- -title: TextFormat +title: TextShape.TextFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape property. Gets or sets the text format type: docs weight: 80 url: /net/aspose.imaging.shapes/textshape/textformat/ @@ -20,9 +20,9 @@ The text format. ### See Also -* class [StringFormat](../../../aspose.imaging/stringformat) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [StringFormat](../../../aspose.imaging/stringformat/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/textshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/textshape/_index.md index 4bfdbfc02fe9..8891fff6f58d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/textshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/textshape/_index.md @@ -1,14 +1,14 @@ --- -title: TextShape +title: TextShape.TextShape second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape constructor. Initializes a new instance of the TextShape class type: docs weight: 10 url: /net/aspose.imaging.shapes/textshape/textshape/ --- -## TextShape constructor (1 of 2) +## TextShape() {#constructor} -Initializes a new instance of the [`TextShape`](../../textshape) class. +Initializes a new instance of the [`TextShape`](../) class. ```csharp public TextShape() @@ -16,15 +16,15 @@ public TextShape() ### See Also -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) --- -## TextShape constructor (2 of 2) +## TextShape(string, RectangleF, Font, StringFormat) {#constructor_1} -Initializes a new instance of the [`TextShape`](../../textshape) class. +Initializes a new instance of the [`TextShape`](../) class. ```csharp public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat) @@ -39,11 +39,11 @@ public TextShape(string text, RectangleF rectangle, Font font, StringFormat stri ### See Also -* struct [RectangleF](../../../aspose.imaging/rectanglef) -* class [Font](../../../aspose.imaging/font) -* class [StringFormat](../../../aspose.imaging/stringformat) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* struct [RectangleF](../../../aspose.imaging/rectanglef/) +* class [Font](../../../aspose.imaging/font/) +* class [StringFormat](../../../aspose.imaging/stringformat/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/transform/_index.md index 918f35218693..1a756261a758 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapes/textshape/transform/_index.md @@ -1,7 +1,7 @@ --- -title: Transform +title: TextShape.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: TextShape method. Applies the specified transformation to the shape type: docs weight: 120 url: /net/aspose.imaging.shapes/textshape/transform/ @@ -20,9 +20,9 @@ public override void Transform(Matrix transform) ### See Also -* class [Matrix](../../../aspose.imaging/matrix) -* class [TextShape](../../textshape) -* namespace [Aspose.Imaging.Shapes](../../textshape) +* class [Matrix](../../../aspose.imaging/matrix/) +* class [TextShape](../) +* namespace [Aspose.Imaging.Shapes](../../textshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/_index.md index 325d161edc47..28c351233656 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.ShapeSegments second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains different shape segments which combine shapes. +description: The namespace contains different shape segments which combine shapes type: docs weight: 940 url: /net/aspose.imaging.shapesegments/ @@ -12,7 +12,7 @@ The namespace contains different shape segments which combine shapes. | Class | Description | | --- | --- | -| [BezierSegment](./beziersegment) | The bezier segment going from one point to the next point and using two control points. | -| [LineSegment](./linesegment) | Represents a segment leading derectly from a specific point to the next point. | +| [BezierSegment](./beziersegment/) | The bezier segment going from one point to the next point and using two control points. | +| [LineSegment](./linesegment/) | Represents a segment leading derectly from a specific point to the next point. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/_index.md index 5d51fba9f42e..464558b09429 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/_index.md @@ -1,7 +1,7 @@ --- -title: BezierSegment +title: Class BezierSegment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ShapeSegments.BezierSegment class. The bezier segment going from one point to the next point and using two control points type: docs weight: 11260 url: /net/aspose.imaging.shapesegments/beziersegment/ @@ -18,28 +18,28 @@ public sealed class BezierSegment : LineSegment | Name | Description | | --- | --- | -| [BezierSegment](beziersegment)(PointF, PointF, PointF, PointF) | Initializes a new instance of the [`BezierSegment`](../beziersegment) class. | +| [BezierSegment](beziersegment/)(PointF, PointF, PointF, PointF) | Initializes a new instance of the `BezierSegment` class. | ## Properties | Name | Description | | --- | --- | -| override [EndPoint](../../aspose.imaging.shapesegments/linesegment/endpoint) { get; } | Gets the ending point. | -| [FirstControlPoint](../../aspose.imaging.shapesegments/beziersegment/firstcontrolpoint) { get; } | Gets the first control point of a bezier spline. | -| [SecondControlPoint](../../aspose.imaging.shapesegments/beziersegment/secondcontrolpoint) { get; } | Gets the second control point of a bezier spline. | -| override [StartPoint](../../aspose.imaging.shapesegments/linesegment/startpoint) { get; } | Gets the starting point. | +| override [EndPoint](../../aspose.imaging.shapesegments/linesegment/endpoint/) { get; } | Gets the ending point. | +| [FirstControlPoint](../../aspose.imaging.shapesegments/beziersegment/firstcontrolpoint/) { get; } | Gets the first control point of a bezier spline. | +| [SecondControlPoint](../../aspose.imaging.shapesegments/beziersegment/secondcontrolpoint/) { get; } | Gets the second control point of a bezier spline. | +| override [StartPoint](../../aspose.imaging.shapesegments/linesegment/startpoint/) { get; } | Gets the starting point. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapesegments/beziersegment/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.shapesegments/beziersegment/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging.shapesegments/beziersegment/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.shapesegments/beziersegment/gethashcode/)() | Get hash code of the current object. | ### See Also -* class [LineSegment](../linesegment) -* namespace [Aspose.Imaging.ShapeSegments](../../aspose.imaging.shapesegments) +* class [LineSegment](../linesegment/) +* namespace [Aspose.Imaging.ShapeSegments](../../aspose.imaging.shapesegments/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/beziersegment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/beziersegment/_index.md index 4489b07373ac..e3da12d388db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/beziersegment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/beziersegment/_index.md @@ -1,14 +1,14 @@ --- -title: BezierSegment +title: BezierSegment.BezierSegment second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierSegment constructor. Initializes a new instance of the BezierSegment class type: docs weight: 10 url: /net/aspose.imaging.shapesegments/beziersegment/beziersegment/ --- ## BezierSegment constructor -Initializes a new instance of the [`BezierSegment`](../../beziersegment) class. +Initializes a new instance of the [`BezierSegment`](../) class. ```csharp public BezierSegment(PointF startPoint, PointF firstControlPoint, PointF secondControlPoint, @@ -24,9 +24,9 @@ public BezierSegment(PointF startPoint, PointF firstControlPoint, PointF secondC ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [BezierSegment](../../beziersegment) -* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [BezierSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/equals/_index.md index 93983b2382b5..4bebda0c45a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: BezierSegment.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierSegment method. Check if objects are equal type: docs weight: 40 url: /net/aspose.imaging.shapesegments/beziersegment/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [BezierSegment](../../beziersegment) -* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment) +* class [BezierSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/firstcontrolpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/firstcontrolpoint/_index.md index 5760969f36eb..fb60835cf8b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/firstcontrolpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/firstcontrolpoint/_index.md @@ -1,7 +1,7 @@ --- -title: FirstControlPoint +title: BezierSegment.FirstControlPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierSegment property. Gets the first control point of a bezier spline type: docs weight: 20 url: /net/aspose.imaging.shapesegments/beziersegment/firstcontrolpoint/ @@ -20,9 +20,9 @@ The first control point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [BezierSegment](../../beziersegment) -* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [BezierSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/gethashcode/_index.md index dc70582b4296..6a31b0535222 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: BezierSegment.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierSegment method. Get hash code of the current object type: docs weight: 50 url: /net/aspose.imaging.shapesegments/beziersegment/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [BezierSegment](../../beziersegment) -* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment) +* class [BezierSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/secondcontrolpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/secondcontrolpoint/_index.md index 070e7539a1b0..9510d85a8cb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/secondcontrolpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/beziersegment/secondcontrolpoint/_index.md @@ -1,7 +1,7 @@ --- -title: SecondControlPoint +title: BezierSegment.SecondControlPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: BezierSegment property. Gets the second control point of a bezier spline type: docs weight: 30 url: /net/aspose.imaging.shapesegments/beziersegment/secondcontrolpoint/ @@ -20,9 +20,9 @@ The second control point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [BezierSegment](../../beziersegment) -* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [BezierSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../beziersegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/_index.md index 2cfd973af394..aef7a1aca080 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/_index.md @@ -1,7 +1,7 @@ --- -title: LineSegment +title: Class LineSegment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ShapeSegments.LineSegment class. Represents a segment leading derectly from a specific point to the next point type: docs weight: 11270 url: /net/aspose.imaging.shapesegments/linesegment/ @@ -18,26 +18,26 @@ public class LineSegment : ShapeSegment | Name | Description | | --- | --- | -| [LineSegment](linesegment)(PointF, PointF) | Initializes a new instance of the [`LineSegment`](../linesegment) class. | +| [LineSegment](linesegment/)(PointF, PointF) | Initializes a new instance of the `LineSegment` class. | ## Properties | Name | Description | | --- | --- | -| override [EndPoint](../../aspose.imaging.shapesegments/linesegment/endpoint) { get; } | Gets the ending point. | -| override [StartPoint](../../aspose.imaging.shapesegments/linesegment/startpoint) { get; } | Gets the starting point. | +| override [EndPoint](../../aspose.imaging.shapesegments/linesegment/endpoint/) { get; } | Gets the ending point. | +| override [StartPoint](../../aspose.imaging.shapesegments/linesegment/startpoint/) { get; } | Gets the starting point. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.shapesegments/linesegment/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging.shapesegments/linesegment/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging.shapesegments/linesegment/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging.shapesegments/linesegment/gethashcode/)() | Get hash code of the current object. | ### See Also -* class [ShapeSegment](../../aspose.imaging/shapesegment) -* namespace [Aspose.Imaging.ShapeSegments](../../aspose.imaging.shapesegments) +* class [ShapeSegment](../../aspose.imaging/shapesegment/) +* namespace [Aspose.Imaging.ShapeSegments](../../aspose.imaging.shapesegments/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/endpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/endpoint/_index.md index 778a06feffdd..5744c62aeafa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/endpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/endpoint/_index.md @@ -1,7 +1,7 @@ --- -title: EndPoint +title: LineSegment.EndPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: LineSegment property. Gets the ending point type: docs weight: 20 url: /net/aspose.imaging.shapesegments/linesegment/endpoint/ @@ -20,9 +20,9 @@ The ending point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [LineSegment](../../linesegment) -* namespace [Aspose.Imaging.ShapeSegments](../../linesegment) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [LineSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../linesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/equals/_index.md index 05eb5981e7c0..c1e2bb6e4dbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: LineSegment.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: LineSegment method. Check if objects are equal type: docs weight: 40 url: /net/aspose.imaging.shapesegments/linesegment/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [LineSegment](../../linesegment) -* namespace [Aspose.Imaging.ShapeSegments](../../linesegment) +* class [LineSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../linesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/gethashcode/_index.md index 109fb4d88cf0..8e49d5ce2075 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: LineSegment.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: LineSegment method. Get hash code of the current object type: docs weight: 50 url: /net/aspose.imaging.shapesegments/linesegment/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [LineSegment](../../linesegment) -* namespace [Aspose.Imaging.ShapeSegments](../../linesegment) +* class [LineSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../linesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/linesegment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/linesegment/_index.md index 66511202da3e..d723a6130108 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/linesegment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/linesegment/_index.md @@ -1,14 +1,14 @@ --- -title: LineSegment +title: LineSegment.LineSegment second_title: Aspose.Imaging for .NET API Reference -description: +description: LineSegment constructor. Initializes a new instance of the LineSegment class type: docs weight: 10 url: /net/aspose.imaging.shapesegments/linesegment/linesegment/ --- ## LineSegment constructor -Initializes a new instance of the [`LineSegment`](../../linesegment) class. +Initializes a new instance of the [`LineSegment`](../) class. ```csharp public LineSegment(PointF startPoint, PointF endPoint) @@ -21,9 +21,9 @@ public LineSegment(PointF startPoint, PointF endPoint) ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [LineSegment](../../linesegment) -* namespace [Aspose.Imaging.ShapeSegments](../../linesegment) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [LineSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../linesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/startpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/startpoint/_index.md index 37de3ada2ded..e810fef2d0eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/startpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.shapesegments/linesegment/startpoint/_index.md @@ -1,7 +1,7 @@ --- -title: StartPoint +title: LineSegment.StartPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: LineSegment property. Gets the starting point type: docs weight: 30 url: /net/aspose.imaging.shapesegments/linesegment/startpoint/ @@ -20,9 +20,9 @@ The starting point. ### See Also -* struct [PointF](../../../aspose.imaging/pointf) -* class [LineSegment](../../linesegment) -* namespace [Aspose.Imaging.ShapeSegments](../../linesegment) +* struct [PointF](../../../aspose.imaging/pointf/) +* class [LineSegment](../) +* namespace [Aspose.Imaging.ShapeSegments](../../linesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/_index.md index f582656eaa09..b37a778782b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Sources second_title: Aspose.Imaging for .NET API Reference -description: Namespace contains different stream sources which are suitable for input or output data flow. +description: Namespace contains different stream sources which are suitable for input or output data flow type: docs weight: 950 url: /net/aspose.imaging.sources/ @@ -12,9 +12,9 @@ Namespace contains different stream sources which are suitable for input or outp | Class | Description | | --- | --- | -| [FileCreateSource](./filecreatesource) | Represents a file source for creation. | -| [FileOpenSource](./fileopensource) | Represents a file source for opening. | -| [FileSource](./filesource) | Represents a file source which is capable of files manipulation. | -| [StreamSource](./streamsource) | Represents a stream source. | +| [FileCreateSource](./filecreatesource/) | Represents a file source for creation. | +| [FileOpenSource](./fileopensource/) | Represents a file source for opening. | +| [FileSource](./filesource/) | Represents a file source which is capable of files manipulation. | +| [StreamSource](./streamsource/) | Represents a stream source. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/_index.md index 9a01a5b6751a..89cb183b0b47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/_index.md @@ -1,7 +1,7 @@ --- -title: FileCreateSource +title: Class FileCreateSource second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Sources.FileCreateSource class. Represents a file source for creation type: docs weight: 11410 url: /net/aspose.imaging.sources/filecreatesource/ @@ -18,26 +18,26 @@ public sealed class FileCreateSource : FileSource | Name | Description | | --- | --- | -| [FileCreateSource](filecreatesource)(string) | Initializes a new instance of the [`FileCreateSource`](../filecreatesource) class. | -| [FileCreateSource](filecreatesource)(string, bool) | Initializes a new instance of the [`FileCreateSource`](../filecreatesource) class. | +| [FileCreateSource](filecreatesource/#constructor)(string) | Initializes a new instance of the `FileCreateSource` class. | +| [FileCreateSource](filecreatesource/#constructor_1)(string, bool) | Initializes a new instance of the `FileCreateSource` class. | ## Properties | Name | Description | | --- | --- | -| [FilePath](../../aspose.imaging.sources/filecreatesource/filepath) { get; } | Gets the file path to create. | -| override [IsTemporal](../../aspose.imaging.sources/filecreatesource/istemporal) { get; } | Gets a value indicating whether file will be temporal. | +| [FilePath](../../aspose.imaging.sources/filecreatesource/filepath/) { get; } | Gets the file path to create. | +| override [IsTemporal](../../aspose.imaging.sources/filecreatesource/istemporal/) { get; } | Gets a value indicating whether file will be temporal. | ## Methods | Name | Description | | --- | --- | -| override [GetStreamContainer](../../aspose.imaging.sources/filecreatesource/getstreamcontainer)() | Gets the stream container. | +| override [GetStreamContainer](../../aspose.imaging.sources/filecreatesource/getstreamcontainer/)() | Gets the stream container. | ### See Also -* class [FileSource](../filesource) -* namespace [Aspose.Imaging.Sources](../../aspose.imaging.sources) +* class [FileSource](../filesource/) +* namespace [Aspose.Imaging.Sources](../../aspose.imaging.sources/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/filecreatesource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/filecreatesource/_index.md index 485fa9a81982..870b0868ab78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/filecreatesource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/filecreatesource/_index.md @@ -1,14 +1,14 @@ --- -title: FileCreateSource +title: FileCreateSource.FileCreateSource second_title: Aspose.Imaging for .NET API Reference -description: +description: FileCreateSource constructor. Initializes a new instance of the FileCreateSource class type: docs weight: 10 url: /net/aspose.imaging.sources/filecreatesource/filecreatesource/ --- -## FileCreateSource constructor (1 of 2) +## FileCreateSource(string) {#constructor} -Initializes a new instance of the [`FileCreateSource`](../../filecreatesource) class. +Initializes a new instance of the [`FileCreateSource`](../) class. ```csharp public FileCreateSource(string filePath) @@ -18,7 +18,7 @@ public FileCreateSource(string filePath) | --- | --- | --- | | filePath | String | The file path to create. | -### Examples +## Examples This example creates a new Image file at some disk location as specified by Source property of the BmpOptions instance. If second parameter is not passed to the constructor of FileCreateSource, then by default the file to be created has property IsTemporal set to True. With IsTemporal set to True, no file will be saved on disk at the end of execution. @@ -42,15 +42,15 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [FileCreateSource](../../filecreatesource) -* namespace [Aspose.Imaging.Sources](../../filecreatesource) +* class [FileCreateSource](../) +* namespace [Aspose.Imaging.Sources](../../filecreatesource/) * assembly [Aspose.Imaging](../../../) --- -## FileCreateSource constructor (2 of 2) +## FileCreateSource(string, bool) {#constructor_1} -Initializes a new instance of the [`FileCreateSource`](../../filecreatesource) class. +Initializes a new instance of the [`FileCreateSource`](../) class. ```csharp public FileCreateSource(string filePath, bool isTemporal) @@ -61,7 +61,7 @@ public FileCreateSource(string filePath, bool isTemporal) | filePath | String | The file path to create. | | isTemporal | Boolean | If set to `true` the created file will be temporal. | -### Examples +## Examples This example creates a new Image file at some disk location as specified by Source property of the BmpOptions instance. Several properties for BmpOptions instance are set before creating the actual image. Especially the Source property, that refers to the actual disk location in this case. @@ -88,8 +88,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [FileCreateSource](../../filecreatesource) -* namespace [Aspose.Imaging.Sources](../../filecreatesource) +* class [FileCreateSource](../) +* namespace [Aspose.Imaging.Sources](../../filecreatesource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/filepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/filepath/_index.md index d96a1d1dd81a..5fea3e38a05d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/filepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/filepath/_index.md @@ -1,7 +1,7 @@ --- -title: FilePath +title: FileCreateSource.FilePath second_title: Aspose.Imaging for .NET API Reference -description: +description: FileCreateSource property. Gets the file path to create type: docs weight: 20 url: /net/aspose.imaging.sources/filecreatesource/filepath/ @@ -20,8 +20,8 @@ The file path to create. ### See Also -* class [FileCreateSource](../../filecreatesource) -* namespace [Aspose.Imaging.Sources](../../filecreatesource) +* class [FileCreateSource](../) +* namespace [Aspose.Imaging.Sources](../../filecreatesource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/getstreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/getstreamcontainer/_index.md index 48ea25078942..be5d90bda5fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/getstreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/getstreamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: GetStreamContainer +title: FileCreateSource.GetStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: FileCreateSource method. Gets the stream container type: docs weight: 40 url: /net/aspose.imaging.sources/filecreatesource/getstreamcontainer/ @@ -18,15 +18,15 @@ public override StreamContainer GetStreamContainer() the stream container. -### Remarks +## Remarks Use with caution. You will need to dispose the stream container after retrieval. ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [FileCreateSource](../../filecreatesource) -* namespace [Aspose.Imaging.Sources](../../filecreatesource) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [FileCreateSource](../) +* namespace [Aspose.Imaging.Sources](../../filecreatesource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/istemporal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/istemporal/_index.md index 828cac99e224..7ed7ebd8bd17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/istemporal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filecreatesource/istemporal/_index.md @@ -1,7 +1,7 @@ --- -title: IsTemporal +title: FileCreateSource.IsTemporal second_title: Aspose.Imaging for .NET API Reference -description: +description: FileCreateSource property. Gets a value indicating whether file will be temporal type: docs weight: 30 url: /net/aspose.imaging.sources/filecreatesource/istemporal/ @@ -20,8 +20,8 @@ public override bool IsTemporal { get; } ### See Also -* class [FileCreateSource](../../filecreatesource) -* namespace [Aspose.Imaging.Sources](../../filecreatesource) +* class [FileCreateSource](../) +* namespace [Aspose.Imaging.Sources](../../filecreatesource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/_index.md index cbaea0c4b752..74b935b79639 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/_index.md @@ -1,7 +1,7 @@ --- -title: FileOpenSource +title: Class FileOpenSource second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Sources.FileOpenSource class. Represents a file source for opening type: docs weight: 11420 url: /net/aspose.imaging.sources/fileopensource/ @@ -18,25 +18,25 @@ public sealed class FileOpenSource : FileSource | Name | Description | | --- | --- | -| [FileOpenSource](fileopensource)(string) | Initializes a new instance of the [`FileOpenSource`](../fileopensource) class. | +| [FileOpenSource](fileopensource/)(string) | Initializes a new instance of the `FileOpenSource` class. | ## Properties | Name | Description | | --- | --- | -| [FilePath](../../aspose.imaging.sources/fileopensource/filepath) { get; } | Gets the file path to open. | -| override [IsTemporal](../../aspose.imaging.sources/fileopensource/istemporal) { get; } | Gets a value indicating whether file will be temporal. | +| [FilePath](../../aspose.imaging.sources/fileopensource/filepath/) { get; } | Gets the file path to open. | +| override [IsTemporal](../../aspose.imaging.sources/fileopensource/istemporal/) { get; } | Gets a value indicating whether file will be temporal. | ## Methods | Name | Description | | --- | --- | -| override [GetStreamContainer](../../aspose.imaging.sources/fileopensource/getstreamcontainer)() | Gets the stream container. | +| override [GetStreamContainer](../../aspose.imaging.sources/fileopensource/getstreamcontainer/)() | Gets the stream container. | ### See Also -* class [FileSource](../filesource) -* namespace [Aspose.Imaging.Sources](../../aspose.imaging.sources) +* class [FileSource](../filesource/) +* namespace [Aspose.Imaging.Sources](../../aspose.imaging.sources/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/fileopensource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/fileopensource/_index.md index cd4327be86c3..6064c523edcf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/fileopensource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/fileopensource/_index.md @@ -1,14 +1,14 @@ --- -title: FileOpenSource +title: FileOpenSource.FileOpenSource second_title: Aspose.Imaging for .NET API Reference -description: +description: FileOpenSource constructor. Initializes a new instance of the FileOpenSource class type: docs weight: 10 url: /net/aspose.imaging.sources/fileopensource/fileopensource/ --- ## FileOpenSource constructor -Initializes a new instance of the [`FileOpenSource`](../../fileopensource) class. +Initializes a new instance of the [`FileOpenSource`](../) class. ```csharp public FileOpenSource(string filePath) @@ -20,8 +20,8 @@ public FileOpenSource(string filePath) ### See Also -* class [FileOpenSource](../../fileopensource) -* namespace [Aspose.Imaging.Sources](../../fileopensource) +* class [FileOpenSource](../) +* namespace [Aspose.Imaging.Sources](../../fileopensource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/filepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/filepath/_index.md index d8f8240283c4..202607c03236 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/filepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/filepath/_index.md @@ -1,7 +1,7 @@ --- -title: FilePath +title: FileOpenSource.FilePath second_title: Aspose.Imaging for .NET API Reference -description: +description: FileOpenSource property. Gets the file path to open type: docs weight: 20 url: /net/aspose.imaging.sources/fileopensource/filepath/ @@ -20,8 +20,8 @@ The file path to open. ### See Also -* class [FileOpenSource](../../fileopensource) -* namespace [Aspose.Imaging.Sources](../../fileopensource) +* class [FileOpenSource](../) +* namespace [Aspose.Imaging.Sources](../../fileopensource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/getstreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/getstreamcontainer/_index.md index e2f69523d542..bec910ee1e67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/getstreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/getstreamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: GetStreamContainer +title: FileOpenSource.GetStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: FileOpenSource method. Gets the stream container type: docs weight: 40 url: /net/aspose.imaging.sources/fileopensource/getstreamcontainer/ @@ -18,15 +18,15 @@ public override StreamContainer GetStreamContainer() the stream container. -### Remarks +## Remarks Use with caution. You will need to dispose the stream container after retrieval. ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [FileOpenSource](../../fileopensource) -* namespace [Aspose.Imaging.Sources](../../fileopensource) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [FileOpenSource](../) +* namespace [Aspose.Imaging.Sources](../../fileopensource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/istemporal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/istemporal/_index.md index 9062562fb868..a0ced1891a01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/istemporal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/fileopensource/istemporal/_index.md @@ -1,7 +1,7 @@ --- -title: IsTemporal +title: FileOpenSource.IsTemporal second_title: Aspose.Imaging for .NET API Reference -description: +description: FileOpenSource property. Gets a value indicating whether file will be temporal type: docs weight: 30 url: /net/aspose.imaging.sources/fileopensource/istemporal/ @@ -20,8 +20,8 @@ public override bool IsTemporal { get; } ### See Also -* class [FileOpenSource](../../fileopensource) -* namespace [Aspose.Imaging.Sources](../../fileopensource) +* class [FileOpenSource](../) +* namespace [Aspose.Imaging.Sources](../../fileopensource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filesource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filesource/_index.md index a348150b9616..2582aaaa7698 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filesource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filesource/_index.md @@ -1,7 +1,7 @@ --- -title: FileSource +title: Class FileSource second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Sources.FileSource class. Represents a file source which is capable of files manipulation type: docs weight: 11430 url: /net/aspose.imaging.sources/filesource/ @@ -18,18 +18,18 @@ public abstract class FileSource : Source | Name | Description | | --- | --- | -| abstract [IsTemporal](../../aspose.imaging.sources/filesource/istemporal) { get; } | Gets a value indicating whether file will be temporal. | +| abstract [IsTemporal](../../aspose.imaging.sources/filesource/istemporal/) { get; } | Gets a value indicating whether file will be temporal. | ## Methods | Name | Description | | --- | --- | -| abstract [GetStreamContainer](../../aspose.imaging/source/getstreamcontainer)() | Gets the stream container. | +| abstract [GetStreamContainer](../../aspose.imaging/source/getstreamcontainer/)() | Gets the stream container. | ### See Also -* class [Source](../../aspose.imaging/source) -* namespace [Aspose.Imaging.Sources](../../aspose.imaging.sources) +* class [Source](../../aspose.imaging/source/) +* namespace [Aspose.Imaging.Sources](../../aspose.imaging.sources/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filesource/istemporal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filesource/istemporal/_index.md index bfc0f0bd07bc..84366949d0a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filesource/istemporal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/filesource/istemporal/_index.md @@ -1,7 +1,7 @@ --- -title: IsTemporal +title: FileSource.IsTemporal second_title: Aspose.Imaging for .NET API Reference -description: +description: FileSource property. Gets a value indicating whether file will be temporal type: docs weight: 10 url: /net/aspose.imaging.sources/filesource/istemporal/ @@ -20,8 +20,8 @@ public abstract bool IsTemporal { get; } ### See Also -* class [FileSource](../../filesource) -* namespace [Aspose.Imaging.Sources](../../filesource) +* class [FileSource](../) +* namespace [Aspose.Imaging.Sources](../../filesource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/_index.md index 9a15030c4e2d..82d34029713a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/_index.md @@ -1,7 +1,7 @@ --- -title: StreamSource +title: Class StreamSource second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Sources.StreamSource class. Represents a stream source type: docs weight: 11440 url: /net/aspose.imaging.sources/streamsource/ @@ -18,24 +18,24 @@ public sealed class StreamSource : Source | Name | Description | | --- | --- | -| [StreamSource](streamsource)() | Initializes a new instance of the [`StreamSource`](../streamsource) class. | -| [StreamSource](streamsource)(Stream) | Initializes a new instance of the [`StreamSource`](../streamsource) class. | -| [StreamSource](streamsource)(Stream, bool) | Initializes a new instance of the [`StreamSource`](../streamsource) class. | +| [StreamSource](streamsource/#constructor)() | Initializes a new instance of the `StreamSource` class. | +| [StreamSource](streamsource/#constructor_1)(Stream) | Initializes a new instance of the `StreamSource` class. | +| [StreamSource](streamsource/#constructor_2)(Stream, bool) | Initializes a new instance of the `StreamSource` class. | ## Properties | Name | Description | | --- | --- | -| [DisposeStream](../../aspose.imaging.sources/streamsource/disposestream) { get; } | Gets a value indicating whether stream should be disposed whenever container gets disposed. | -| [Stream](../../aspose.imaging.sources/streamsource/stream) { get; } | Gets the stream. | +| [DisposeStream](../../aspose.imaging.sources/streamsource/disposestream/) { get; } | Gets a value indicating whether stream should be disposed whenever container gets disposed. | +| [Stream](../../aspose.imaging.sources/streamsource/stream/) { get; } | Gets the stream. | ## Methods | Name | Description | | --- | --- | -| override [GetStreamContainer](../../aspose.imaging.sources/streamsource/getstreamcontainer)() | Gets the stream container. | +| override [GetStreamContainer](../../aspose.imaging.sources/streamsource/getstreamcontainer/)() | Gets the stream container. | -### Examples +## Examples This example demonstrates the use of System.IO.Stream to Create a new Image file (a JPEG type) @@ -123,8 +123,8 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Source](../../aspose.imaging/source) -* namespace [Aspose.Imaging.Sources](../../aspose.imaging.sources) +* class [Source](../../aspose.imaging/source/) +* namespace [Aspose.Imaging.Sources](../../aspose.imaging.sources/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/disposestream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/disposestream/_index.md index 7ee36aca5c96..d7ca11f920a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/disposestream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/disposestream/_index.md @@ -1,7 +1,7 @@ --- -title: DisposeStream +title: StreamSource.DisposeStream second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamSource property. Gets a value indicating whether stream should be disposed whenever container gets disposed type: docs weight: 20 url: /net/aspose.imaging.sources/streamsource/disposestream/ @@ -20,8 +20,8 @@ public bool DisposeStream { get; } ### See Also -* class [StreamSource](../../streamsource) -* namespace [Aspose.Imaging.Sources](../../streamsource) +* class [StreamSource](../) +* namespace [Aspose.Imaging.Sources](../../streamsource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/getstreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/getstreamcontainer/_index.md index b4c0032e1805..9ad259712393 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/getstreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/getstreamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: GetStreamContainer +title: StreamSource.GetStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamSource method. Gets the stream container type: docs weight: 40 url: /net/aspose.imaging.sources/streamsource/getstreamcontainer/ @@ -18,15 +18,15 @@ public override StreamContainer GetStreamContainer() the stream container. -### Remarks +## Remarks Use with caution. You will need to dispose the stream container after retrieval. ### See Also -* class [StreamContainer](../../../aspose.imaging/streamcontainer) -* class [StreamSource](../../streamsource) -* namespace [Aspose.Imaging.Sources](../../streamsource) +* class [StreamContainer](../../../aspose.imaging/streamcontainer/) +* class [StreamSource](../) +* namespace [Aspose.Imaging.Sources](../../streamsource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/stream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/stream/_index.md index ad80b5b99b97..b4ed2396cfcb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/stream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/stream/_index.md @@ -1,7 +1,7 @@ --- -title: Stream +title: StreamSource.Stream second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamSource property. Gets the stream type: docs weight: 30 url: /net/aspose.imaging.sources/streamsource/stream/ @@ -20,8 +20,8 @@ The source stream. ### See Also -* class [StreamSource](../../streamsource) -* namespace [Aspose.Imaging.Sources](../../streamsource) +* class [StreamSource](../) +* namespace [Aspose.Imaging.Sources](../../streamsource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/streamsource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/streamsource/_index.md index 9c54ed4fce0b..7221e1648013 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/streamsource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.sources/streamsource/streamsource/_index.md @@ -1,14 +1,14 @@ --- -title: StreamSource +title: StreamSource.StreamSource second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamSource constructor. Initializes a new instance of the StreamSource class type: docs weight: 10 url: /net/aspose.imaging.sources/streamsource/streamsource/ --- -## StreamSource constructor (1 of 3) +## StreamSource() {#constructor} -Initializes a new instance of the [`StreamSource`](../../streamsource) class. +Initializes a new instance of the [`StreamSource`](../) class. ```csharp public StreamSource() @@ -16,15 +16,15 @@ public StreamSource() ### See Also -* class [StreamSource](../../streamsource) -* namespace [Aspose.Imaging.Sources](../../streamsource) +* class [StreamSource](../) +* namespace [Aspose.Imaging.Sources](../../streamsource/) * assembly [Aspose.Imaging](../../../) --- -## StreamSource constructor (2 of 3) +## StreamSource(Stream) {#constructor_1} -Initializes a new instance of the [`StreamSource`](../../streamsource) class. +Initializes a new instance of the [`StreamSource`](../) class. ```csharp public StreamSource(Stream stream) @@ -34,7 +34,7 @@ public StreamSource(Stream stream) | --- | --- | --- | | stream | Stream | The stream to open. | -### Examples +## Examples This example shows how to Loads Pixel information in an Array of Type Color, manipulates the array and set it back to the image. To perform these operations, this example creates a new Image file (in GIF format) uisng MemoryStream object. @@ -86,15 +86,15 @@ using (System.IO.MemoryStream stream = new System.IO.MemoryStream()) ### See Also -* class [StreamSource](../../streamsource) -* namespace [Aspose.Imaging.Sources](../../streamsource) +* class [StreamSource](../) +* namespace [Aspose.Imaging.Sources](../../streamsource/) * assembly [Aspose.Imaging](../../../) --- -## StreamSource constructor (3 of 3) +## StreamSource(Stream, bool) {#constructor_2} -Initializes a new instance of the [`StreamSource`](../../streamsource) class. +Initializes a new instance of the [`StreamSource`](../) class. ```csharp public StreamSource(Stream stream, bool disposeStream) @@ -105,7 +105,7 @@ public StreamSource(Stream stream, bool disposeStream) | stream | Stream | The stream to open. | | disposeStream | Boolean | if set to `true` the stream will be disposed. | -### Examples +## Examples This example demonstrates the use of System.IO.Stream to Create a new Image file (a JPEG type) @@ -131,8 +131,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(jpegOptions, 500 ### See Also -* class [StreamSource](../../streamsource) -* namespace [Aspose.Imaging.Sources](../../streamsource) +* class [StreamSource](../) +* namespace [Aspose.Imaging.Sources](../../streamsource/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/_index.md index 41072f14fb43..33f331c028a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Watermark.Options second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles Watermark options processing. +description: The namespace handles Watermark options processing type: docs weight: 970 url: /net/aspose.imaging.watermark.options/ @@ -12,8 +12,8 @@ The namespace handles Watermark options processing. | Class | Description | | --- | --- | -| [ContentAwareFillWatermarkOptions](./contentawarefillwatermarkoptions) | The common Content Aware Fill Algorithm options. | -| [TeleaWatermarkOptions](./teleawatermarkoptions) | The common Telea Algorithm options. | -| [WatermarkOptions](./watermarkoptions) | The common watermark remover algorithm options. | +| [ContentAwareFillWatermarkOptions](./contentawarefillwatermarkoptions/) | The common Content Aware Fill Algorithm options. | +| [TeleaWatermarkOptions](./teleawatermarkoptions/) | The common Telea Algorithm options. | +| [WatermarkOptions](./watermarkoptions/) | The common watermark remover algorithm options. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/_index.md index 2e772a7b3711..07c8b5d9c259 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/_index.md @@ -1,7 +1,7 @@ --- -title: ContentAwareFillWatermarkOptions +title: Class ContentAwareFillWatermarkOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Watermark.Options.ContentAwareFillWatermarkOptions class. The common Content Aware Fill Algorithm options type: docs weight: 11570 url: /net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/ @@ -18,21 +18,21 @@ public class ContentAwareFillWatermarkOptions : WatermarkOptions | Name | Description | | --- | --- | -| [ContentAwareFillWatermarkOptions](contentawarefillwatermarkoptions)(GraphicsPath) | Initializes a new instance of the [`ContentAwareFillWatermarkOptions`](../contentawarefillwatermarkoptions) class. | -| [ContentAwareFillWatermarkOptions](contentawarefillwatermarkoptions)(Point[]) | Initializes a new instance of the [`ContentAwareFillWatermarkOptions`](../contentawarefillwatermarkoptions) class. | +| [ContentAwareFillWatermarkOptions](contentawarefillwatermarkoptions/#constructor)(GraphicsPath) | Initializes a new instance of the `ContentAwareFillWatermarkOptions` class. | +| [ContentAwareFillWatermarkOptions](contentawarefillwatermarkoptions/#constructor_1)(Point[]) | Initializes a new instance of the `ContentAwareFillWatermarkOptions` class. | ## Properties | Name | Description | | --- | --- | -| [GraphicsPathMask](../../aspose.imaging.watermark.options/watermarkoptions/graphicspathmask) { get; set; } | Gets or sets the mask. | -| [InterestArea](../../aspose.imaging.watermark.options/contentawarefillwatermarkoptions/interestarea) { get; set; } | Gets or sets the area to take patches. | -| [Mask](../../aspose.imaging.watermark.options/watermarkoptions/mask) { get; set; } | Gets or sets the mask. | -| [MaxPaintingAttempts](../../aspose.imaging.watermark.options/contentawarefillwatermarkoptions/maxpaintingattempts) { get; set; } | Gets or sets the maximum number of painting attempts. The algorithm will chose the best variant. | -| [PatchSize](../../aspose.imaging.watermark.options/contentawarefillwatermarkoptions/patchsize) { get; set; } | Gets or sets the patch size (should be odd). | -| [PrecalculationProgressEventHandler](../../aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler) { get; set; } | Gets or sets the default points pre-calculation process progress event handler. | +| [GraphicsPathMask](../../aspose.imaging.watermark.options/watermarkoptions/graphicspathmask/) { get; set; } | Gets or sets the mask. | +| [InterestArea](../../aspose.imaging.watermark.options/contentawarefillwatermarkoptions/interestarea/) { get; set; } | Gets or sets the area to take patches. | +| [Mask](../../aspose.imaging.watermark.options/watermarkoptions/mask/) { get; set; } | Gets or sets the mask. | +| [MaxPaintingAttempts](../../aspose.imaging.watermark.options/contentawarefillwatermarkoptions/maxpaintingattempts/) { get; set; } | Gets or sets the maximum number of painting attempts. The algorithm will chose the best variant. | +| [PatchSize](../../aspose.imaging.watermark.options/contentawarefillwatermarkoptions/patchsize/) { get; set; } | Gets or sets the patch size (should be odd). | +| [PrecalculationProgressEventHandler](../../aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler/) { get; set; } | Gets or sets the default points pre-calculation process progress event handler. | -### Examples +## Examples The example shows how to remove any object from the image using Graphics Path with Content Aware fill algorithm. @@ -62,8 +62,8 @@ using (var image = Image.Load(imageFilePath)) ### See Also -* class [WatermarkOptions](../watermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../aspose.imaging.watermark.options) +* class [WatermarkOptions](../watermarkoptions/) +* namespace [Aspose.Imaging.Watermark.Options](../../aspose.imaging.watermark.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/contentawarefillwatermarkoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/contentawarefillwatermarkoptions/_index.md index f5d247e6cc47..b6403b0310d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/contentawarefillwatermarkoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/contentawarefillwatermarkoptions/_index.md @@ -1,14 +1,14 @@ --- -title: ContentAwareFillWatermarkOptions +title: ContentAwareFillWatermarkOptions.ContentAwareFillWatermarkOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: ContentAwareFillWatermarkOptions constructor. Initializes a new instance of the ContentAwareFillWatermarkOptions class type: docs weight: 10 url: /net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/contentawarefillwatermarkoptions/ --- -## ContentAwareFillWatermarkOptions constructor (1 of 2) +## ContentAwareFillWatermarkOptions(Point[]) {#constructor_1} -Initializes a new instance of the [`ContentAwareFillWatermarkOptions`](../../contentawarefillwatermarkoptions) class. +Initializes a new instance of the [`ContentAwareFillWatermarkOptions`](../) class. ```csharp public ContentAwareFillWatermarkOptions(Point[] mask) @@ -20,16 +20,16 @@ public ContentAwareFillWatermarkOptions(Point[] mask) ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [ContentAwareFillWatermarkOptions](../../contentawarefillwatermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions) +* struct [Point](../../../aspose.imaging/point/) +* class [ContentAwareFillWatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions/) * assembly [Aspose.Imaging](../../../) --- -## ContentAwareFillWatermarkOptions constructor (2 of 2) +## ContentAwareFillWatermarkOptions(GraphicsPath) {#constructor} -Initializes a new instance of the [`ContentAwareFillWatermarkOptions`](../../contentawarefillwatermarkoptions) class. +Initializes a new instance of the [`ContentAwareFillWatermarkOptions`](../) class. ```csharp public ContentAwareFillWatermarkOptions(GraphicsPath mask) @@ -41,9 +41,9 @@ public ContentAwareFillWatermarkOptions(GraphicsPath mask) ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [ContentAwareFillWatermarkOptions](../../contentawarefillwatermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [ContentAwareFillWatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/interestarea/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/interestarea/_index.md index 1c7cdd4ad97b..95e92085373f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/interestarea/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/interestarea/_index.md @@ -1,7 +1,7 @@ --- -title: InterestArea +title: ContentAwareFillWatermarkOptions.InterestArea second_title: Aspose.Imaging for .NET API Reference -description: +description: ContentAwareFillWatermarkOptions property. Gets or sets the area to take patches type: docs weight: 20 url: /net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/interestarea/ @@ -20,9 +20,9 @@ The area of interest to take patches. ### See Also -* struct [Rectangle](../../../aspose.imaging/rectangle) -* class [ContentAwareFillWatermarkOptions](../../contentawarefillwatermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions) +* struct [Rectangle](../../../aspose.imaging/rectangle/) +* class [ContentAwareFillWatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/maxpaintingattempts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/maxpaintingattempts/_index.md index 900daec2b9cd..1ab69d5dd7e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/maxpaintingattempts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/maxpaintingattempts/_index.md @@ -1,7 +1,7 @@ --- -title: MaxPaintingAttempts +title: ContentAwareFillWatermarkOptions.MaxPaintingAttempts second_title: Aspose.Imaging for .NET API Reference -description: +description: ContentAwareFillWatermarkOptions property. Gets or sets the maximum number of painting attempts. The algorithm will chose the best variant type: docs weight: 30 url: /net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/maxpaintingattempts/ @@ -18,7 +18,7 @@ public int MaxPaintingAttempts { get; set; } The maximum number of painting attempts. -### Examples +## Examples The example shows how to remove any object from the image using Graphics Path with Content Aware fill algorithm. @@ -48,8 +48,8 @@ using (var image = Image.Load(imageFilePath)) ### See Also -* class [ContentAwareFillWatermarkOptions](../../contentawarefillwatermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions) +* class [ContentAwareFillWatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/patchsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/patchsize/_index.md index 5e5b5963aa56..cf040ea1a9a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/patchsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/patchsize/_index.md @@ -1,7 +1,7 @@ --- -title: PatchSize +title: ContentAwareFillWatermarkOptions.PatchSize second_title: Aspose.Imaging for .NET API Reference -description: +description: ContentAwareFillWatermarkOptions property. Gets or sets the patch size should be odd type: docs weight: 40 url: /net/aspose.imaging.watermark.options/contentawarefillwatermarkoptions/patchsize/ @@ -20,8 +20,8 @@ The size of the patch. ### See Also -* class [ContentAwareFillWatermarkOptions](../../contentawarefillwatermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions) +* class [ContentAwareFillWatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../contentawarefillwatermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/_index.md index e74e98713443..5f57d4def30e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/_index.md @@ -1,7 +1,7 @@ --- -title: TeleaWatermarkOptions +title: Class TeleaWatermarkOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Watermark.Options.TeleaWatermarkOptions class. The common Telea Algorithm options type: docs weight: 11580 url: /net/aspose.imaging.watermark.options/teleawatermarkoptions/ @@ -18,19 +18,19 @@ public class TeleaWatermarkOptions : WatermarkOptions | Name | Description | | --- | --- | -| [TeleaWatermarkOptions](teleawatermarkoptions)(GraphicsPath) | Initializes a new instance of the [`TeleaWatermarkOptions`](../teleawatermarkoptions) class. | -| [TeleaWatermarkOptions](teleawatermarkoptions)(Point[]) | Initializes a new instance of the [`TeleaWatermarkOptions`](../teleawatermarkoptions) class. | +| [TeleaWatermarkOptions](teleawatermarkoptions/#constructor)(GraphicsPath) | Initializes a new instance of the `TeleaWatermarkOptions` class. | +| [TeleaWatermarkOptions](teleawatermarkoptions/#constructor_1)(Point[]) | Initializes a new instance of the `TeleaWatermarkOptions` class. | ## Properties | Name | Description | | --- | --- | -| [GraphicsPathMask](../../aspose.imaging.watermark.options/watermarkoptions/graphicspathmask) { get; set; } | Gets or sets the mask. | -| [HalfPatchSize](../../aspose.imaging.watermark.options/teleawatermarkoptions/halfpatchsize) { get; set; } | Gets or sets the half patch size. | -| [Mask](../../aspose.imaging.watermark.options/watermarkoptions/mask) { get; set; } | Gets or sets the mask. | -| [PrecalculationProgressEventHandler](../../aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler) { get; set; } | Gets or sets the default points pre-calculation process progress event handler. | +| [GraphicsPathMask](../../aspose.imaging.watermark.options/watermarkoptions/graphicspathmask/) { get; set; } | Gets or sets the mask. | +| [HalfPatchSize](../../aspose.imaging.watermark.options/teleawatermarkoptions/halfpatchsize/) { get; set; } | Gets or sets the half patch size. | +| [Mask](../../aspose.imaging.watermark.options/watermarkoptions/mask/) { get; set; } | Gets or sets the mask. | +| [PrecalculationProgressEventHandler](../../aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler/) { get; set; } | Gets or sets the default points pre-calculation process progress event handler. | -### Examples +## Examples The example shows how to remove any object from the image using Graphics Path with Telea algorithm. @@ -57,8 +57,8 @@ using (var image = Image.Load(imageFilePath)) ### See Also -* class [WatermarkOptions](../watermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../aspose.imaging.watermark.options) +* class [WatermarkOptions](../watermarkoptions/) +* namespace [Aspose.Imaging.Watermark.Options](../../aspose.imaging.watermark.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/halfpatchsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/halfpatchsize/_index.md index f7831810cc9e..51ba7f5284c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/halfpatchsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/halfpatchsize/_index.md @@ -1,7 +1,7 @@ --- -title: HalfPatchSize +title: TeleaWatermarkOptions.HalfPatchSize second_title: Aspose.Imaging for .NET API Reference -description: +description: TeleaWatermarkOptions property. Gets or sets the half patch size type: docs weight: 20 url: /net/aspose.imaging.watermark.options/teleawatermarkoptions/halfpatchsize/ @@ -20,8 +20,8 @@ The patch size. ### See Also -* class [TeleaWatermarkOptions](../../teleawatermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../teleawatermarkoptions) +* class [TeleaWatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../teleawatermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/teleawatermarkoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/teleawatermarkoptions/_index.md index 8599faa7af6d..d511206e6b98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/teleawatermarkoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/teleawatermarkoptions/teleawatermarkoptions/_index.md @@ -1,14 +1,14 @@ --- -title: TeleaWatermarkOptions +title: TeleaWatermarkOptions.TeleaWatermarkOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: TeleaWatermarkOptions constructor. Initializes a new instance of the TeleaWatermarkOptions class type: docs weight: 10 url: /net/aspose.imaging.watermark.options/teleawatermarkoptions/teleawatermarkoptions/ --- -## TeleaWatermarkOptions constructor (1 of 2) +## TeleaWatermarkOptions(Point[]) {#constructor_1} -Initializes a new instance of the [`TeleaWatermarkOptions`](../../teleawatermarkoptions) class. +Initializes a new instance of the [`TeleaWatermarkOptions`](../) class. ```csharp public TeleaWatermarkOptions(Point[] mask) @@ -20,16 +20,16 @@ public TeleaWatermarkOptions(Point[] mask) ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [TeleaWatermarkOptions](../../teleawatermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../teleawatermarkoptions) +* struct [Point](../../../aspose.imaging/point/) +* class [TeleaWatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../teleawatermarkoptions/) * assembly [Aspose.Imaging](../../../) --- -## TeleaWatermarkOptions constructor (2 of 2) +## TeleaWatermarkOptions(GraphicsPath) {#constructor} -Initializes a new instance of the [`TeleaWatermarkOptions`](../../teleawatermarkoptions) class. +Initializes a new instance of the [`TeleaWatermarkOptions`](../) class. ```csharp public TeleaWatermarkOptions(GraphicsPath mask) @@ -41,9 +41,9 @@ public TeleaWatermarkOptions(GraphicsPath mask) ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [TeleaWatermarkOptions](../../teleawatermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../teleawatermarkoptions) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [TeleaWatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../teleawatermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/_index.md index 6192e30e9c74..d0f4272845d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/_index.md @@ -1,7 +1,7 @@ --- -title: WatermarkOptions +title: Class WatermarkOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Watermark.Options.WatermarkOptions class. The common watermark remover algorithm options type: docs weight: 11590 url: /net/aspose.imaging.watermark.options/watermarkoptions/ @@ -18,13 +18,13 @@ public abstract class WatermarkOptions | Name | Description | | --- | --- | -| [GraphicsPathMask](../../aspose.imaging.watermark.options/watermarkoptions/graphicspathmask) { get; set; } | Gets or sets the mask. | -| [Mask](../../aspose.imaging.watermark.options/watermarkoptions/mask) { get; set; } | Gets or sets the mask. | -| [PrecalculationProgressEventHandler](../../aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler) { get; set; } | Gets or sets the default points pre-calculation process progress event handler. | +| [GraphicsPathMask](../../aspose.imaging.watermark.options/watermarkoptions/graphicspathmask/) { get; set; } | Gets or sets the mask. | +| [Mask](../../aspose.imaging.watermark.options/watermarkoptions/mask/) { get; set; } | Gets or sets the mask. | +| [PrecalculationProgressEventHandler](../../aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler/) { get; set; } | Gets or sets the default points pre-calculation process progress event handler. | ### See Also -* namespace [Aspose.Imaging.Watermark.Options](../../aspose.imaging.watermark.options) +* namespace [Aspose.Imaging.Watermark.Options](../../aspose.imaging.watermark.options/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/graphicspathmask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/graphicspathmask/_index.md index b19695576420..04b37d0733d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/graphicspathmask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/graphicspathmask/_index.md @@ -1,7 +1,7 @@ --- -title: GraphicsPathMask +title: WatermarkOptions.GraphicsPathMask second_title: Aspose.Imaging for .NET API Reference -description: +description: WatermarkOptions property. Gets or sets the mask type: docs weight: 10 url: /net/aspose.imaging.watermark.options/watermarkoptions/graphicspathmask/ @@ -20,9 +20,9 @@ The mask. ### See Also -* class [GraphicsPath](../../../aspose.imaging/graphicspath) -* class [WatermarkOptions](../../watermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../watermarkoptions) +* class [GraphicsPath](../../../aspose.imaging/graphicspath/) +* class [WatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../watermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/mask/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/mask/_index.md index ede37901cdb4..7d65edd17313 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/mask/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/mask/_index.md @@ -1,7 +1,7 @@ --- -title: Mask +title: WatermarkOptions.Mask second_title: Aspose.Imaging for .NET API Reference -description: +description: WatermarkOptions property. Gets or sets the mask type: docs weight: 20 url: /net/aspose.imaging.watermark.options/watermarkoptions/mask/ @@ -20,9 +20,9 @@ The mask. ### See Also -* struct [Point](../../../aspose.imaging/point) -* class [WatermarkOptions](../../watermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../watermarkoptions) +* struct [Point](../../../aspose.imaging/point/) +* class [WatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../watermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler/_index.md index d30c580634d0..1a7f2aa68ea8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler/_index.md @@ -1,7 +1,7 @@ --- -title: PrecalculationProgressEventHandler +title: WatermarkOptions.PrecalculationProgressEventHandler second_title: Aspose.Imaging for .NET API Reference -description: +description: WatermarkOptions property. Gets or sets the default points precalculation process progress event handler type: docs weight: 30 url: /net/aspose.imaging.watermark.options/watermarkoptions/precalculationprogresseventhandler/ @@ -20,9 +20,9 @@ The progress event handler. ### See Also -* delegate [ProgressEventHandler](../../../aspose.imaging/progresseventhandler) -* class [WatermarkOptions](../../watermarkoptions) -* namespace [Aspose.Imaging.Watermark.Options](../../watermarkoptions) +* delegate [ProgressEventHandler](../../../aspose.imaging/progresseventhandler/) +* class [WatermarkOptions](../) +* namespace [Aspose.Imaging.Watermark.Options](../../watermarkoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/_index.md index 8630f72df1ec..4b60e6975976 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Watermark second_title: Aspose.Imaging for .NET API Reference -description: The namespace handles the Watermark remove processing. +description: The namespace handles the Watermark remove processing type: docs weight: 960 url: /net/aspose.imaging.watermark/ @@ -12,6 +12,6 @@ The namespace handles the Watermark remove processing. | Class | Description | | --- | --- | -| [WatermarkRemover](./watermarkremover) | The class intended for manipulation the watermark. | +| [WatermarkRemover](./watermarkremover/) | The class intended for manipulation the watermark. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/watermarkremover/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/watermarkremover/_index.md index e0b0f0925a0c..eb137be0dca2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/watermarkremover/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/watermarkremover/_index.md @@ -1,7 +1,7 @@ --- -title: WatermarkRemover +title: Class WatermarkRemover second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Watermark.WatermarkRemover class. The class intended for manipulation the watermark type: docs weight: 11600 url: /net/aspose.imaging.watermark/watermarkremover/ @@ -18,9 +18,9 @@ public static class WatermarkRemover | Name | Description | | --- | --- | -| static [PaintOver](../../aspose.imaging.watermark/watermarkremover/paintover)(RasterImage, WatermarkOptions) | Remove the watermark from the raster image. | +| static [PaintOver](../../aspose.imaging.watermark/watermarkremover/paintover/)(RasterImage, WatermarkOptions) | Remove the watermark from the raster image. | -### Examples +## Examples The example shows how to remove any object from the image using Graphics Path with Telea algorithm. @@ -73,7 +73,7 @@ using (var image = Image.Load(imageFilePath)) ### See Also -* namespace [Aspose.Imaging.Watermark](../../aspose.imaging.watermark) +* namespace [Aspose.Imaging.Watermark](../../aspose.imaging.watermark/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/watermarkremover/paintover/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/watermarkremover/paintover/_index.md index ebe158db5ccd..1dc7a014732e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/watermarkremover/paintover/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.watermark/watermarkremover/paintover/_index.md @@ -1,7 +1,7 @@ --- -title: PaintOver +title: WatermarkRemover.PaintOver second_title: Aspose.Imaging for .NET API Reference -description: +description: WatermarkRemover method. Remove the watermark from the raster image type: docs weight: 10 url: /net/aspose.imaging.watermark/watermarkremover/paintover/ @@ -25,10 +25,10 @@ The resulting image. ### See Also -* class [RasterImage](../../../aspose.imaging/rasterimage) -* class [WatermarkOptions](../../../aspose.imaging.watermark.options/watermarkoptions) -* class [WatermarkRemover](../../watermarkremover) -* namespace [Aspose.Imaging.Watermark](../../watermarkremover) +* class [RasterImage](../../../aspose.imaging/rasterimage/) +* class [WatermarkOptions](../../../aspose.imaging.watermark.options/watermarkoptions/) +* class [WatermarkRemover](../) +* namespace [Aspose.Imaging.Watermark](../../watermarkremover/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/_index.md index 1120202efc5b..2391202bc3bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Schemas.Dicom second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Dicom metadata related helper classes constants and methods. +description: The namespace contains Dicom metadata related helper classes constants and methods type: docs weight: 990 url: /net/aspose.imaging.xmp.schemas.dicom/ @@ -12,6 +12,6 @@ The namespace contains Dicom metadata related helper classes, constants and meth | Class | Description | | --- | --- | -| [DicomPackage](./dicompackage) | The Dicom Xmp package. | +| [DicomPackage](./dicompackage/) | The Dicom Xmp package. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/_index.md index 8c819ac9bf0c..02546a841661 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/_index.md @@ -1,7 +1,7 @@ --- -title: DicomPackage +title: Class DicomPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.Dicom.DicomPackage class. The Dicom Xmp package type: docs weight: 11650 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/ @@ -18,49 +18,49 @@ public sealed class DicomPackage : XmpPackage | Name | Description | | --- | --- | -| [DicomPackage](dicompackage)() | Initializes a new instance of the [`DicomPackage`](../dicompackage) class. | +| [DicomPackage](dicompackage/)() | Initializes a new instance of the `DicomPackage` class. | ## Properties | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| virtual [AddValue](../../aspose.imaging.xmp/xmppackage/addvalue)(string, string) | Adds the value. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| [SetEquipmentInstitution](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentinstitution)(string) | Sets the equipment institution. | -| [SetEquipmentManufacturer](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentmanufacturer)(string) | Sets the equipment manufacturer. | -| [SetPatientBirthDate](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientbirthdate)(string) | Sets the patient's birth date. | -| [SetPatientId](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientid)(string) | Sets the patient's ID. | -| [SetPatientName](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientname)(string) | Sets the color mode. | -| [SetPatientSex](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientsex)(string) | Sets the patient's sex. | -| [SetSeriesDateTime](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdatetime)(string) | Sets the series date time. | -| [SetSeriesDescription](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdescription)(string) | Sets series description. | -| [SetSeriesModality](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesmodality)(string) | Sets the document series modality. | -| [SetSeriesNumber](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesnumber)(string) | Sets the series number. | -| [SetStudyDateTime](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydatetime)(string) | Sets the study DateTime. | -| [SetStudyDescription](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydescription)(string) | Sets the study description. | -| [SetStudyId](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyid)(string) | Sets the study ID. | -| [SetStudyPhysician](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyphysician)(string) | Sets the study physician. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| virtual [AddValue](../../aspose.imaging.xmp/xmppackage/addvalue/)(string, string) | Adds the value. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| [SetEquipmentInstitution](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentinstitution/)(string) | Sets the equipment institution. | +| [SetEquipmentManufacturer](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentmanufacturer/)(string) | Sets the equipment manufacturer. | +| [SetPatientBirthDate](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientbirthdate/)(string) | Sets the patient's birth date. | +| [SetPatientId](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientid/)(string) | Sets the patient's ID. | +| [SetPatientName](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientname/)(string) | Sets the color mode. | +| [SetPatientSex](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientsex/)(string) | Sets the patient's sex. | +| [SetSeriesDateTime](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdatetime/)(string) | Sets the series date time. | +| [SetSeriesDescription](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdescription/)(string) | Sets series description. | +| [SetSeriesModality](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesmodality/)(string) | Sets the document series modality. | +| [SetSeriesNumber](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesnumber/)(string) | Sets the series number. | +| [SetStudyDateTime](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydatetime/)(string) | Sets the study DateTime. | +| [SetStudyDescription](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydescription/)(string) | Sets the study description. | +| [SetStudyId](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyid/)(string) | Sets the study ID. | +| [SetStudyPhysician](../../aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyphysician/)(string) | Sets the study physician. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | ### See Also -* class [XmpPackage](../../aspose.imaging.xmp/xmppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../aspose.imaging.xmp.schemas.dicom) +* class [XmpPackage](../../aspose.imaging.xmp/xmppackage/) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../aspose.imaging.xmp.schemas.dicom/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/dicompackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/dicompackage/_index.md index 01b4dccac62b..20942b927bad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/dicompackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/dicompackage/_index.md @@ -1,14 +1,14 @@ --- -title: DicomPackage +title: DicomPackage.DicomPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage constructor. Initializes a new instance of the DicomPackage class type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/dicompackage/ --- ## DicomPackage constructor -Initializes a new instance of the [`DicomPackage`](../../dicompackage) class. +Initializes a new instance of the [`DicomPackage`](../) class. ```csharp public DicomPackage() @@ -16,8 +16,8 @@ public DicomPackage() ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentinstitution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentinstitution/_index.md index 7bfdb0ce76d9..5f0f9b96122a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentinstitution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentinstitution/_index.md @@ -1,7 +1,7 @@ --- -title: SetEquipmentInstitution +title: DicomPackage.SetEquipmentInstitution second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the equipment institution type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentinstitution/ @@ -20,8 +20,8 @@ public void SetEquipmentInstitution(string equipmentInstitution) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentmanufacturer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentmanufacturer/_index.md index 9b485b3e7102..07efa4b8fcf1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentmanufacturer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentmanufacturer/_index.md @@ -1,7 +1,7 @@ --- -title: SetEquipmentManufacturer +title: DicomPackage.SetEquipmentManufacturer second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the equipment manufacturer type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setequipmentmanufacturer/ @@ -20,8 +20,8 @@ public void SetEquipmentManufacturer(string equipmentManufacturer) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientbirthdate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientbirthdate/_index.md index c2597df8e5ed..c19dbfa8c96b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientbirthdate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientbirthdate/_index.md @@ -1,7 +1,7 @@ --- -title: SetPatientBirthDate +title: DicomPackage.SetPatientBirthDate second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the patients birth date type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientbirthdate/ @@ -20,8 +20,8 @@ public void SetPatientBirthDate(string patientBirthDate) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientid/_index.md index 66cf455db3c7..e0dcd72571c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientid/_index.md @@ -1,7 +1,7 @@ --- -title: SetPatientId +title: DicomPackage.SetPatientId second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the patients ID type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientid/ @@ -20,8 +20,8 @@ public void SetPatientId(string patientId) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientname/_index.md index 457822722a2e..c7a3a20efc68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientname/_index.md @@ -1,7 +1,7 @@ --- -title: SetPatientName +title: DicomPackage.SetPatientName second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the color mode type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientname/ @@ -20,8 +20,8 @@ public void SetPatientName(string patientName) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientsex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientsex/_index.md index 472e465d09fe..fcef12068427 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientsex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientsex/_index.md @@ -1,7 +1,7 @@ --- -title: SetPatientSex +title: DicomPackage.SetPatientSex second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the patients sex type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setpatientsex/ @@ -20,8 +20,8 @@ public void SetPatientSex(string patientSex) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdatetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdatetime/_index.md index bfde2a5e455c..c3cd22b4930b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdatetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdatetime/_index.md @@ -1,7 +1,7 @@ --- -title: SetSeriesDateTime +title: DicomPackage.SetSeriesDateTime second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the series date time type: docs weight: 80 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdatetime/ @@ -20,8 +20,8 @@ public void SetSeriesDateTime(string seriesDateTime) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdescription/_index.md index 483c26ce7ed0..e620c4ca2f5b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdescription/_index.md @@ -1,7 +1,7 @@ --- -title: SetSeriesDescription +title: DicomPackage.SetSeriesDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets series description type: docs weight: 90 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesdescription/ @@ -20,8 +20,8 @@ public void SetSeriesDescription(string seriesDescription) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesmodality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesmodality/_index.md index 6058084f6879..d6e4c17bc0cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesmodality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesmodality/_index.md @@ -1,7 +1,7 @@ --- -title: SetSeriesModality +title: DicomPackage.SetSeriesModality second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the document series modality type: docs weight: 100 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesmodality/ @@ -20,8 +20,8 @@ public void SetSeriesModality(string seriesModality) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesnumber/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesnumber/_index.md index b2f2a25c1e46..85ecb1d2ef58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesnumber/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesnumber/_index.md @@ -1,7 +1,7 @@ --- -title: SetSeriesNumber +title: DicomPackage.SetSeriesNumber second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the series number type: docs weight: 110 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setseriesnumber/ @@ -20,8 +20,8 @@ public void SetSeriesNumber(string seriesNumber) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydatetime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydatetime/_index.md index 47704b816a56..4bc73e7bff85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydatetime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydatetime/_index.md @@ -1,7 +1,7 @@ --- -title: SetStudyDateTime +title: DicomPackage.SetStudyDateTime second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the study DateTime type: docs weight: 120 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydatetime/ @@ -20,8 +20,8 @@ public void SetStudyDateTime(string studyDateTime) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydescription/_index.md index 5403eeadd216..a62dc8a7c2de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydescription/_index.md @@ -1,7 +1,7 @@ --- -title: SetStudyDescription +title: DicomPackage.SetStudyDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the study description type: docs weight: 130 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudydescription/ @@ -20,8 +20,8 @@ public void SetStudyDescription(string studyDescription) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyid/_index.md index c6868103db75..37e7bbc13d8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyid/_index.md @@ -1,7 +1,7 @@ --- -title: SetStudyId +title: DicomPackage.SetStudyId second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the study ID type: docs weight: 140 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyid/ @@ -20,8 +20,8 @@ public void SetStudyId(string studyId) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyphysician/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyphysician/_index.md index 3926323316f6..d625f08bec21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyphysician/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyphysician/_index.md @@ -1,7 +1,7 @@ --- -title: SetStudyPhysician +title: DicomPackage.SetStudyPhysician second_title: Aspose.Imaging for .NET API Reference -description: +description: DicomPackage method. Sets the study physician type: docs weight: 150 url: /net/aspose.imaging.xmp.schemas.dicom/dicompackage/setstudyphysician/ @@ -20,8 +20,8 @@ public void SetStudyPhysician(string studyPhysician) ### See Also -* class [DicomPackage](../../dicompackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage) +* class [DicomPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Dicom](../../dicompackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/_index.md index 76d812c5f5ee..7fe763c2869f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Schemas.DublinCore second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains Dublin Core metadata related helper classes constants and methods. +description: The namespace contains Dublin Core metadata related helper classes constants and methods type: docs weight: 1000 url: /net/aspose.imaging.xmp.schemas.dublincore/ @@ -12,6 +12,6 @@ The namespace contains Dublin Core metadata related helper classes, constants an | Class | Description | | --- | --- | -| [DublinCorePackage](./dublincorepackage) | Represents Dublic Core schema. | +| [DublinCorePackage](./dublincorepackage/) | Represents Dublic Core schema. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/_index.md index 8c4ca258628c..4815363fec13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/_index.md @@ -1,7 +1,7 @@ --- -title: DublinCorePackage +title: Class DublinCorePackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.DublinCore.DublinCorePackage class. Represents Dublic Core schema type: docs weight: 11660 url: /net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/ @@ -18,49 +18,49 @@ public sealed class DublinCorePackage : XmpPackage | Name | Description | | --- | --- | -| [DublinCorePackage](dublincorepackage)() | The default constructor. | +| [DublinCorePackage](dublincorepackage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| override [AddValue](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/addvalue)(string, string) | Adds string property. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| [SetAuthor](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor)(string) | Adds the author. | -| [SetAuthor](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor)(string[]) | Adds the author. | -| [SetDescription](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription)(LangAlt) | Adds the description. | -| [SetDescription](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription)(string) | Adds the description. | -| [SetPublisher](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher)(string) | Adds the publisher. | -| [SetPublisher](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher)(string[]) | Adds the publisher. | -| [SetSubject](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject)(string) | Adds the subject. | -| [SetSubject](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject)(string[]) | Adds the subject. | -| [SetTitle](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle)(LangAlt) | Adds Dublin Core title for different languages. | -| [SetTitle](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle)(string) | Adds Dublin Core title. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| override [AddValue](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/addvalue/)(string, string) | Adds string property. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| [SetAuthor](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor/#setauthor)(string) | Adds the author. | +| [SetAuthor](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor/#setauthor_1)(string[]) | Adds the author. | +| [SetDescription](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription/#setdescription)(LangAlt) | Adds the description. | +| [SetDescription](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription/#setdescription_1)(string) | Adds the description. | +| [SetPublisher](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher/#setpublisher)(string) | Adds the publisher. | +| [SetPublisher](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher/#setpublisher_1)(string[]) | Adds the publisher. | +| [SetSubject](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject/#setsubject)(string) | Adds the subject. | +| [SetSubject](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject/#setsubject_1)(string[]) | Adds the subject. | +| [SetTitle](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle/#settitle)(LangAlt) | Adds Dublin Core title for different languages. | +| [SetTitle](../../aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle/#settitle_1)(string) | Adds Dublin Core title. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | -### Remarks +## Remarks For more information see: http://dublincore.org/documents/usageguide/elements.shtml. ### See Also -* class [XmpPackage](../../aspose.imaging.xmp/xmppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../aspose.imaging.xmp.schemas.dublincore) +* class [XmpPackage](../../aspose.imaging.xmp/xmppackage/) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../aspose.imaging.xmp.schemas.dublincore/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/addvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/addvalue/_index.md index 2e36cbfdd401..8508538e35bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/addvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/addvalue/_index.md @@ -1,7 +1,7 @@ --- -title: AddValue +title: DublinCorePackage.AddValue second_title: Aspose.Imaging for .NET API Reference -description: +description: DublinCorePackage method. Adds string property type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/addvalue/ @@ -27,8 +27,8 @@ public override void AddValue(string key, string value) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/dublincorepackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/dublincorepackage/_index.md index c34c788699f0..64ebaf8f93e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/dublincorepackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/dublincorepackage/_index.md @@ -1,7 +1,7 @@ --- -title: DublinCorePackage +title: DublinCorePackage.DublinCorePackage second_title: Aspose.Imaging for .NET API Reference -description: +description: DublinCorePackage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/dublincorepackage/ @@ -16,8 +16,8 @@ public DublinCorePackage() ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor/_index.md index 9b9620a4e604..aed06a60da64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor/_index.md @@ -1,12 +1,12 @@ --- -title: SetAuthor +title: DublinCorePackage.SetAuthor second_title: Aspose.Imaging for .NET API Reference -description: +description: DublinCorePackage method. Adds the author type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setauthor/ --- -## DublinCorePackage.SetAuthor method (1 of 2) +## SetAuthor(string) {#setauthor} Adds the author. @@ -20,13 +20,13 @@ public void SetAuthor(string author) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) --- -## DublinCorePackage.SetAuthor method (2 of 2) +## SetAuthor(string[]) {#setauthor_1} Adds the author. @@ -40,8 +40,8 @@ public void SetAuthor(string[] author) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription/_index.md index 71621352255e..b4f624bedc15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription/_index.md @@ -1,12 +1,12 @@ --- -title: SetDescription +title: DublinCorePackage.SetDescription second_title: Aspose.Imaging for .NET API Reference -description: +description: DublinCorePackage method. Adds the description type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setdescription/ --- -## DublinCorePackage.SetDescription method (1 of 2) +## SetDescription(string) {#setdescription_1} Adds the description. @@ -20,13 +20,13 @@ public void SetDescription(string desc) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) --- -## DublinCorePackage.SetDescription method (2 of 2) +## SetDescription(LangAlt) {#setdescription} Adds the description. @@ -40,9 +40,9 @@ public void SetDescription(LangAlt desc) ### See Also -* class [LangAlt](../../../aspose.imaging.xmp/langalt) -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [LangAlt](../../../aspose.imaging.xmp/langalt/) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher/_index.md index fe338636a0b3..79bfa09d4f52 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher/_index.md @@ -1,12 +1,12 @@ --- -title: SetPublisher +title: DublinCorePackage.SetPublisher second_title: Aspose.Imaging for .NET API Reference -description: +description: DublinCorePackage method. Adds the publisher type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setpublisher/ --- -## DublinCorePackage.SetPublisher method (1 of 2) +## SetPublisher(string) {#setpublisher} Adds the publisher. @@ -20,13 +20,13 @@ public void SetPublisher(string publisher) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) --- -## DublinCorePackage.SetPublisher method (2 of 2) +## SetPublisher(string[]) {#setpublisher_1} Adds the publisher. @@ -46,8 +46,8 @@ public void SetPublisher(string[] publisher) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject/_index.md index 9289c45d107c..3c65a57d2111 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject/_index.md @@ -1,12 +1,12 @@ --- -title: SetSubject +title: DublinCorePackage.SetSubject second_title: Aspose.Imaging for .NET API Reference -description: +description: DublinCorePackage method. Adds the subject type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/setsubject/ --- -## DublinCorePackage.SetSubject method (1 of 2) +## SetSubject(string) {#setsubject} Adds the subject. @@ -20,13 +20,13 @@ public void SetSubject(string subject) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) --- -## DublinCorePackage.SetSubject method (2 of 2) +## SetSubject(string[]) {#setsubject_1} Adds the subject. @@ -40,8 +40,8 @@ public void SetSubject(string[] subject) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle/_index.md index 59294b77e922..24ce279c1384 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle/_index.md @@ -1,12 +1,12 @@ --- -title: SetTitle +title: DublinCorePackage.SetTitle second_title: Aspose.Imaging for .NET API Reference -description: +description: DublinCorePackage method. Adds Dublin Core title type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.dublincore/dublincorepackage/settitle/ --- -## DublinCorePackage.SetTitle method (1 of 2) +## SetTitle(string) {#settitle_1} Adds Dublin Core title. @@ -20,13 +20,13 @@ public void SetTitle(string title) ### See Also -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) --- -## DublinCorePackage.SetTitle method (2 of 2) +## SetTitle(LangAlt) {#settitle} Adds Dublin Core title for different languages. @@ -36,13 +36,13 @@ public void SetTitle(LangAlt title) | Parameter | Type | Description | | --- | --- | --- | -| title | LangAlt | Instance of [`LangAlt`](../../../aspose.imaging.xmp/langalt). | +| title | LangAlt | Instance of [`LangAlt`](../../../aspose.imaging.xmp/langalt/). | ### See Also -* class [LangAlt](../../../aspose.imaging.xmp/langalt) -* class [DublinCorePackage](../../dublincorepackage) -* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage) +* class [LangAlt](../../../aspose.imaging.xmp/langalt/) +* class [DublinCorePackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.DublinCore](../../dublincorepackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/_index.md index 296fc03d9730..4779d0fae070 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Schemas.Pdf second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains related helper classes constants and methods used with Adobe PDF documents. +description: The namespace contains related helper classes constants and methods used with Adobe PDF documents type: docs weight: 1010 url: /net/aspose.imaging.xmp.schemas.pdf/ @@ -12,6 +12,6 @@ The namespace contains related helper classes, constants and methods used with A | Class | Description | | --- | --- | -| [PdfPackage](./pdfpackage) | Represents Adobe Pdf namespace. | +| [PdfPackage](./pdfpackage/) | Represents Adobe Pdf namespace. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/_index.md index b3eedeacdb8c..3f2c4255f9ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/_index.md @@ -1,7 +1,7 @@ --- -title: PdfPackage +title: Class PdfPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.Pdf.PdfPackage class. Represents Adobe Pdf namespace type: docs weight: 11670 url: /net/aspose.imaging.xmp.schemas.pdf/pdfpackage/ @@ -18,39 +18,39 @@ public sealed class PdfPackage : XmpPackage | Name | Description | | --- | --- | -| [PdfPackage](pdfpackage)() | The default constructor. | +| [PdfPackage](pdfpackage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| override [AddValue](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/addvalue)(string, string) | Adds string property. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| [SetKeywords](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/setkeywords)(string) | Sets the keywords. | -| [SetPdfVersion](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/setpdfversion)(string) | Sets the PDF version. | -| [SetProducer](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/setproducer)(string) | Sets the name of the tool that created Pdf. | -| [SetTrapped](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/settrapped)(bool) | Sets the trapped. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| override [AddValue](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/addvalue/)(string, string) | Adds string property. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| [SetKeywords](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/setkeywords/)(string) | Sets the keywords. | +| [SetPdfVersion](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/setpdfversion/)(string) | Sets the PDF version. | +| [SetProducer](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/setproducer/)(string) | Sets the name of the tool that created Pdf. | +| [SetTrapped](../../aspose.imaging.xmp.schemas.pdf/pdfpackage/settrapped/)(bool) | Sets the trapped. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | ### See Also -* class [XmpPackage](../../aspose.imaging.xmp/xmppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../aspose.imaging.xmp.schemas.pdf) +* class [XmpPackage](../../aspose.imaging.xmp/xmppackage/) +* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../aspose.imaging.xmp.schemas.pdf/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/addvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/addvalue/_index.md index 36b4d01a671e..49d17af5b34a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/addvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/addvalue/_index.md @@ -1,7 +1,7 @@ --- -title: AddValue +title: PdfPackage.AddValue second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfPackage method. Adds string property type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.pdf/pdfpackage/addvalue/ @@ -27,8 +27,8 @@ public override void AddValue(string key, string value) ### See Also -* class [PdfPackage](../../pdfpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage) +* class [PdfPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/pdfpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/pdfpackage/_index.md index d3c9877bee38..764641d64dae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/pdfpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/pdfpackage/_index.md @@ -1,7 +1,7 @@ --- -title: PdfPackage +title: PdfPackage.PdfPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfPackage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.pdf/pdfpackage/pdfpackage/ @@ -16,8 +16,8 @@ public PdfPackage() ### See Also -* class [PdfPackage](../../pdfpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage) +* class [PdfPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setkeywords/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setkeywords/_index.md index e2a9d4dffbdd..aea5cc30ef39 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setkeywords/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setkeywords/_index.md @@ -1,7 +1,7 @@ --- -title: SetKeywords +title: PdfPackage.SetKeywords second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfPackage method. Sets the keywords type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setkeywords/ @@ -20,8 +20,8 @@ public void SetKeywords(string keywords) ### See Also -* class [PdfPackage](../../pdfpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage) +* class [PdfPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setpdfversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setpdfversion/_index.md index 15a6e3a9bc46..dd9cd3fcc50d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setpdfversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setpdfversion/_index.md @@ -1,7 +1,7 @@ --- -title: SetPdfVersion +title: PdfPackage.SetPdfVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfPackage method. Sets the PDF version type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setpdfversion/ @@ -20,8 +20,8 @@ public void SetPdfVersion(string version) ### See Also -* class [PdfPackage](../../pdfpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage) +* class [PdfPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setproducer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setproducer/_index.md index 23fd0da97836..cd9790fbdc8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setproducer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setproducer/_index.md @@ -1,7 +1,7 @@ --- -title: SetProducer +title: PdfPackage.SetProducer second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfPackage method. Sets the name of the tool that created Pdf type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.pdf/pdfpackage/setproducer/ @@ -20,8 +20,8 @@ public void SetProducer(string producer) ### See Also -* class [PdfPackage](../../pdfpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage) +* class [PdfPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/settrapped/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/settrapped/_index.md index 126787a5355b..1668b25ec33f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/settrapped/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.pdf/pdfpackage/settrapped/_index.md @@ -1,7 +1,7 @@ --- -title: SetTrapped +title: PdfPackage.SetTrapped second_title: Aspose.Imaging for .NET API Reference -description: +description: PdfPackage method. Sets the trapped type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.pdf/pdfpackage/settrapped/ @@ -20,8 +20,8 @@ public void SetTrapped(bool isTrapped) ### See Also -* class [PdfPackage](../../pdfpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage) +* class [PdfPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Pdf](../../pdfpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/_index.md index 6cbcdbe81eba..4737503acad1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Schemas.Photoshop second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains related helper classes constants and methods used by Adobe Photoshop. +description: The namespace contains related helper classes constants and methods used by Adobe Photoshop type: docs weight: 1020 url: /net/aspose.imaging.xmp.schemas.photoshop/ @@ -12,12 +12,12 @@ The namespace contains related helper classes, constants and methods used by Ado | Class | Description | | --- | --- | -| [Layer](./layer) | Represents Photoshop text layer. | -| [PhotoshopPackage](./photoshoppackage) | Represents Adobe Photoshop namespace. | +| [Layer](./layer/) | Represents Photoshop text layer. | +| [PhotoshopPackage](./photoshoppackage/) | Represents Adobe Photoshop namespace. | ## Enumeration | Enumeration | Description | | --- | --- | -| [ColorMode](./colormode) | Represents color mode in [`PhotoshopPackage`](../aspose.imaging.xmp.schemas.photoshop/photoshoppackage). | +| [ColorMode](./colormode/) | Represents color mode in [`PhotoshopPackage`](../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/). | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/colormode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/colormode/_index.md index fe5d127677f1..cceb6cc83e58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/colormode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/colormode/_index.md @@ -1,14 +1,14 @@ --- -title: ColorMode +title: Enum ColorMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.Photoshop.ColorMode enum. Represents color mode in PhotoshopPackage type: docs weight: 11680 url: /net/aspose.imaging.xmp.schemas.photoshop/colormode/ --- ## ColorMode enumeration -Represents color mode in [`PhotoshopPackage`](../photoshoppackage). +Represents color mode in [`PhotoshopPackage`](../photoshoppackage/). ```csharp public enum ColorMode : byte @@ -29,7 +29,7 @@ public enum ColorMode : byte ### See Also -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../aspose.imaging.xmp.schemas.photoshop) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../aspose.imaging.xmp.schemas.photoshop/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/_index.md index 75df0fdb0930..29beb37be205 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/_index.md @@ -1,7 +1,7 @@ --- -title: Layer +title: Class Layer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.Photoshop.Layer class. Represents Photoshop text layer type: docs weight: 11690 url: /net/aspose.imaging.xmp.schemas.photoshop/layer/ @@ -18,29 +18,29 @@ public class Layer : XmpTypeBase, IEquatable | Name | Description | | --- | --- | -| [Layer](layer)() | Initializes a new instance of the [`Layer`](../layer) class. | -| [Layer](layer)(string, string) | Initializes a new instance of the [`Layer`](../layer) class. | +| [Layer](layer/#constructor)() | Initializes a new instance of the `Layer` class. | +| [Layer](layer/#constructor_1)(string, string) | Initializes a new instance of the `Layer` class. | ## Properties | Name | Description | | --- | --- | -| [Name](../../aspose.imaging.xmp.schemas.photoshop/layer/name) { get; set; } | Gets or sets the name of the text layer. | -| [Text](../../aspose.imaging.xmp.schemas.photoshop/layer/text) { get; set; } | Gets or sets the text content of the layer. | +| [Name](../../aspose.imaging.xmp.schemas.photoshop/layer/name/) { get; set; } | Gets or sets the name of the text layer. | +| [Text](../../aspose.imaging.xmp.schemas.photoshop/layer/text/) { get; set; } | Gets or sets the text content of the layer. | ## Methods | Name | Description | | --- | --- | -| [Equals](../../aspose.imaging.xmp.schemas.photoshop/layer/equals)(Layer) | Indicates whether the current object is equal to another object of the same type. | -| override [Equals](../../aspose.imaging.xmp.schemas.photoshop/layer/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| override [GetHashCode](../../aspose.imaging.xmp.schemas.photoshop/layer/gethashcode)() | Returns a hash code for this instance. | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.schemas.photoshop/layer/getxmprepresentation)() | Returns string contained value in XMP format. | +| [Equals](../../aspose.imaging.xmp.schemas.photoshop/layer/equals/#equals)(Layer) | Indicates whether the current object is equal to another object of the same type. | +| override [Equals](../../aspose.imaging.xmp.schemas.photoshop/layer/equals/#equals_1)(object) | Determines whether the specified Object, is equal to this instance. | +| override [GetHashCode](../../aspose.imaging.xmp.schemas.photoshop/layer/gethashcode/)() | Returns a hash code for this instance. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.schemas.photoshop/layer/getxmprepresentation/)() | Returns string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../aspose.imaging.xmp.schemas.photoshop) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../aspose.imaging.xmp.schemas.photoshop/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/equals/_index.md index 399b211da7f7..1b39f6df96c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: Layer.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Layer method. Determines whether the specified Object is equal to this instance type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.photoshop/layer/equals/ --- -## Layer.Equals method (1 of 2) +## Equals(object) {#equals_1} Determines whether the specified Object, is equal to this instance. @@ -24,13 +24,13 @@ public override bool Equals(object obj) ### See Also -* class [Layer](../../layer) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer) +* class [Layer](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer/) * assembly [Aspose.Imaging](../../../) --- -## Layer.Equals method (2 of 2) +## Equals(Layer) {#equals} Indicates whether the current object is equal to another object of the same type. @@ -48,8 +48,8 @@ true if the current object is equal to the *other* parameter; otherwise, false. ### See Also -* class [Layer](../../layer) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer) +* class [Layer](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/gethashcode/_index.md index 9f4fd94a6d20..99c90c90c630 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Layer.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Layer method. Returns a hash code for this instance type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.photoshop/layer/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [Layer](../../layer) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer) +* class [Layer](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/getxmprepresentation/_index.md index 606fa3ca4beb..09cade7e9507 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: Layer.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Layer method. Returns string contained value in XMP format type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.photoshop/layer/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns string containing xmp representation. ### See Also -* class [Layer](../../layer) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer) +* class [Layer](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/layer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/layer/_index.md index 2d5346dc3ff5..6e8c324fdcb4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/layer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/layer/_index.md @@ -1,14 +1,14 @@ --- -title: Layer +title: Layer.Layer second_title: Aspose.Imaging for .NET API Reference -description: +description: Layer constructor. Initializes a new instance of the Layer class type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.photoshop/layer/layer/ --- -## Layer constructor (1 of 2) +## Layer(string, string) {#constructor_1} -Initializes a new instance of the [`Layer`](../../layer) class. +Initializes a new instance of the [`Layer`](../) class. ```csharp public Layer(string layerName, string layerText) @@ -21,15 +21,15 @@ public Layer(string layerName, string layerText) ### See Also -* class [Layer](../../layer) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer) +* class [Layer](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer/) * assembly [Aspose.Imaging](../../../) --- -## Layer constructor (2 of 2) +## Layer() {#constructor} -Initializes a new instance of the [`Layer`](../../layer) class. +Initializes a new instance of the [`Layer`](../) class. ```csharp public Layer() @@ -37,8 +37,8 @@ public Layer() ### See Also -* class [Layer](../../layer) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer) +* class [Layer](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/name/_index.md index 8cb3a8d02f86..cf9ed621ae07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/name/_index.md @@ -1,7 +1,7 @@ --- -title: Name +title: Layer.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: Layer property. Gets or sets the name of the text layer type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.photoshop/layer/name/ @@ -20,8 +20,8 @@ The name of the text layer. ### See Also -* class [Layer](../../layer) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer) +* class [Layer](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/text/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/text/_index.md index 2f7dd3e38e20..04a7f3259576 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/text/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/layer/text/_index.md @@ -1,7 +1,7 @@ --- -title: Text +title: Layer.Text second_title: Aspose.Imaging for .NET API Reference -description: +description: Layer property. Gets or sets the text content of the layer type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.photoshop/layer/text/ @@ -20,8 +20,8 @@ The text content of the layer. ### See Also -* class [Layer](../../layer) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer) +* class [Layer](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../layer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/_index.md index b71cc9a7522b..dd64fdb1d33e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/_index.md @@ -1,7 +1,7 @@ --- -title: PhotoshopPackage +title: Class PhotoshopPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.Photoshop.PhotoshopPackage class. Represents Adobe Photoshop namespace type: docs weight: 11700 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/ @@ -18,60 +18,60 @@ public sealed class PhotoshopPackage : XmpPackage | Name | Description | | --- | --- | -| [PhotoshopPackage](photoshoppackage)() | The default constructor. | +| [PhotoshopPackage](photoshoppackage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| override [AddValue](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/addvalue)(string, string) | Adds string property. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| [SetAuthorsPosition](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setauthorsposition)(string) | Sets the authors position. | -| [SetCaptionWriter](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcaptionwriter)(string) | Sets the caption writer. | -| [SetCategory](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcategory)(string) | Sets the category. | -| [SetCity](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcity)(string) | Sets the city. | -| [SetColorMode](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcolormode)(ColorMode) | Sets the color mode. | -| [SetCountry](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcountry)(string) | Sets the country. | -| [SetCreatedDate](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcreateddate)(DateTime) | Sets created date. | -| [SetCredit](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcredit)(string) | Sets the credit. | -| [SetDocumentAncestors](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setdocumentancestors)(string[]) | Sets the document ancestors. | -| [SetHeadline](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setheadline)(string) | Sets the headline. | -| [SetHistory](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/sethistory)(string) | Sets the history. | -| [SetIccProfile](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seticcprofile)(string) | Sets the icc profile. | -| [SetInstructions](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setinstructions)(string) | Sets the instructions. | -| [SetSource](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsource)(string) | Sets the source. | -| [SetState](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setstate)(string) | Sets the state. | -| [SetSupplementalCategories](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsupplementalcategories)(string[]) | Sets supplemental categories. | -| [SetTransmissionReference](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/settransmissionreference)(string) | Sets the transmission reference. | -| [SetUrgency](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seturgency)(int) | Sets the urgency. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| override [AddValue](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/addvalue/)(string, string) | Adds string property. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| [SetAuthorsPosition](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setauthorsposition/)(string) | Sets the authors position. | +| [SetCaptionWriter](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcaptionwriter/)(string) | Sets the caption writer. | +| [SetCategory](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcategory/)(string) | Sets the category. | +| [SetCity](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcity/)(string) | Sets the city. | +| [SetColorMode](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcolormode/)(ColorMode) | Sets the color mode. | +| [SetCountry](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcountry/)(string) | Sets the country. | +| [SetCreatedDate](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcreateddate/)(DateTime) | Sets created date. | +| [SetCredit](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcredit/)(string) | Sets the credit. | +| [SetDocumentAncestors](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setdocumentancestors/)(string[]) | Sets the document ancestors. | +| [SetHeadline](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setheadline/)(string) | Sets the headline. | +| [SetHistory](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/sethistory/)(string) | Sets the history. | +| [SetIccProfile](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seticcprofile/)(string) | Sets the icc profile. | +| [SetInstructions](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setinstructions/)(string) | Sets the instructions. | +| [SetSource](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsource/)(string) | Sets the source. | +| [SetState](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setstate/)(string) | Sets the state. | +| [SetSupplementalCategories](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsupplementalcategories/)(string[]) | Sets supplemental categories. | +| [SetTransmissionReference](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/settransmissionreference/)(string) | Sets the transmission reference. | +| [SetUrgency](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seturgency/)(int) | Sets the urgency. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | ## Fields | Name | Description | | --- | --- | -| const [UrgencyMax](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymax) | Urgency max value. | -| const [UrgencyMin](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymin) | Urgency min value. | +| const [UrgencyMax](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymax/) | Urgency max value. | +| const [UrgencyMin](../../aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymin/) | Urgency min value. | ### See Also -* class [XmpPackage](../../aspose.imaging.xmp/xmppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../aspose.imaging.xmp.schemas.photoshop) +* class [XmpPackage](../../aspose.imaging.xmp/xmppackage/) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../aspose.imaging.xmp.schemas.photoshop/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/addvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/addvalue/_index.md index 526e562e681e..825e8f80ba23 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/addvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/addvalue/_index.md @@ -1,7 +1,7 @@ --- -title: AddValue +title: PhotoshopPackage.AddValue second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Adds string property type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/addvalue/ @@ -27,8 +27,8 @@ public override void AddValue(string key, string value) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/photoshoppackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/photoshoppackage/_index.md index 5a38adde069d..7ffbaacabfde 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/photoshoppackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/photoshoppackage/_index.md @@ -1,7 +1,7 @@ --- -title: PhotoshopPackage +title: PhotoshopPackage.PhotoshopPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/photoshoppackage/ @@ -16,8 +16,8 @@ public PhotoshopPackage() ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setauthorsposition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setauthorsposition/_index.md index 06c707c992ca..1816b415d911 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setauthorsposition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setauthorsposition/_index.md @@ -1,7 +1,7 @@ --- -title: SetAuthorsPosition +title: PhotoshopPackage.SetAuthorsPosition second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the authors position type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setauthorsposition/ @@ -20,8 +20,8 @@ public void SetAuthorsPosition(string authorsPosition) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcaptionwriter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcaptionwriter/_index.md index 26aa898d08a2..d88a8591a69b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcaptionwriter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcaptionwriter/_index.md @@ -1,7 +1,7 @@ --- -title: SetCaptionWriter +title: PhotoshopPackage.SetCaptionWriter second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the caption writer type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcaptionwriter/ @@ -20,8 +20,8 @@ public void SetCaptionWriter(string captionWriter) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcategory/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcategory/_index.md index 09f6337b7fa3..beb2768c75e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcategory/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcategory/_index.md @@ -1,7 +1,7 @@ --- -title: SetCategory +title: PhotoshopPackage.SetCategory second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the category type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcategory/ @@ -26,8 +26,8 @@ public void SetCategory(string category) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcity/_index.md index 91a0753bc858..c26aacb4be44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcity/_index.md @@ -1,7 +1,7 @@ --- -title: SetCity +title: PhotoshopPackage.SetCity second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the city type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcity/ @@ -20,8 +20,8 @@ public void SetCity(string city) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcolormode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcolormode/_index.md index 57da9a944e3d..674e5350b143 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcolormode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcolormode/_index.md @@ -1,7 +1,7 @@ --- -title: SetColorMode +title: PhotoshopPackage.SetColorMode second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the color mode type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcolormode/ @@ -20,9 +20,9 @@ public void SetColorMode(ColorMode colorMode) ### See Also -* enum [ColorMode](../../colormode) -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* enum [ColorMode](../../colormode/) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcountry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcountry/_index.md index e1553bc462ff..064c4f8c26ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcountry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcountry/_index.md @@ -1,7 +1,7 @@ --- -title: SetCountry +title: PhotoshopPackage.SetCountry second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the country type: docs weight: 80 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcountry/ @@ -20,8 +20,8 @@ public void SetCountry(string country) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcreateddate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcreateddate/_index.md index 0ed1aa9d76ad..9cc0ebe9b006 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcreateddate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcreateddate/_index.md @@ -1,7 +1,7 @@ --- -title: SetCreatedDate +title: PhotoshopPackage.SetCreatedDate second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets created date type: docs weight: 90 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcreateddate/ @@ -20,8 +20,8 @@ public void SetCreatedDate(DateTime createdDate) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcredit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcredit/_index.md index dde9106357eb..04baab1d289f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcredit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcredit/_index.md @@ -1,7 +1,7 @@ --- -title: SetCredit +title: PhotoshopPackage.SetCredit second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the credit type: docs weight: 100 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setcredit/ @@ -20,8 +20,8 @@ public void SetCredit(string credit) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setdocumentancestors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setdocumentancestors/_index.md index 12b5eb99cb7d..94b9c5a242b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setdocumentancestors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setdocumentancestors/_index.md @@ -1,7 +1,7 @@ --- -title: SetDocumentAncestors +title: PhotoshopPackage.SetDocumentAncestors second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the document ancestors type: docs weight: 110 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setdocumentancestors/ @@ -20,8 +20,8 @@ public void SetDocumentAncestors(string[] ancestors) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setheadline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setheadline/_index.md index 410ec38f6781..f4db91eae5a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setheadline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setheadline/_index.md @@ -1,7 +1,7 @@ --- -title: SetHeadline +title: PhotoshopPackage.SetHeadline second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the headline type: docs weight: 120 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setheadline/ @@ -20,8 +20,8 @@ public void SetHeadline(string headline) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/sethistory/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/sethistory/_index.md index d4f3013a19be..6bf0921d7aaf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/sethistory/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/sethistory/_index.md @@ -1,7 +1,7 @@ --- -title: SetHistory +title: PhotoshopPackage.SetHistory second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the history type: docs weight: 130 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/sethistory/ @@ -20,8 +20,8 @@ public void SetHistory(string history) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seticcprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seticcprofile/_index.md index 5e91426433e9..558eb81e5300 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seticcprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seticcprofile/_index.md @@ -1,7 +1,7 @@ --- -title: SetIccProfile +title: PhotoshopPackage.SetIccProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the icc profile type: docs weight: 140 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seticcprofile/ @@ -20,8 +20,8 @@ public void SetIccProfile(string iccProfile) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setinstructions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setinstructions/_index.md index e0731e325d99..a6cc0b14af03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setinstructions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setinstructions/_index.md @@ -1,7 +1,7 @@ --- -title: SetInstructions +title: PhotoshopPackage.SetInstructions second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the instructions type: docs weight: 150 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setinstructions/ @@ -20,8 +20,8 @@ public void SetInstructions(string instructions) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsource/_index.md index 609d78303c9c..05eb251a7c1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsource/_index.md @@ -1,7 +1,7 @@ --- -title: SetSource +title: PhotoshopPackage.SetSource second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the source type: docs weight: 160 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsource/ @@ -20,8 +20,8 @@ public void SetSource(string source) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setstate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setstate/_index.md index cc7450cf5ae4..164e0198b752 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setstate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setstate/_index.md @@ -1,7 +1,7 @@ --- -title: SetState +title: PhotoshopPackage.SetState second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the state type: docs weight: 170 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setstate/ @@ -20,8 +20,8 @@ public void SetState(string state) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsupplementalcategories/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsupplementalcategories/_index.md index ed956c0f92ee..1e8e5186c52f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsupplementalcategories/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsupplementalcategories/_index.md @@ -1,7 +1,7 @@ --- -title: SetSupplementalCategories +title: PhotoshopPackage.SetSupplementalCategories second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets supplemental categories type: docs weight: 180 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/setsupplementalcategories/ @@ -20,8 +20,8 @@ public void SetSupplementalCategories(string[] supplementalCategories) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/settransmissionreference/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/settransmissionreference/_index.md index f5ee13dcb7b2..18f5f95b8d3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/settransmissionreference/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/settransmissionreference/_index.md @@ -1,7 +1,7 @@ --- -title: SetTransmissionReference +title: PhotoshopPackage.SetTransmissionReference second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the transmission reference type: docs weight: 190 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/settransmissionreference/ @@ -20,8 +20,8 @@ public void SetTransmissionReference(string transmissionReference) ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seturgency/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seturgency/_index.md index 3a3ca79c558c..f8a6cc5d219d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seturgency/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seturgency/_index.md @@ -1,7 +1,7 @@ --- -title: SetUrgency +title: PhotoshopPackage.SetUrgency second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage method. Sets the urgency type: docs weight: 200 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/seturgency/ @@ -24,14 +24,14 @@ public void SetUrgency(int urgency) | --- | --- | | ArgumentOutOfRangeException | urgency;Valid range is from 1 to 8 | -### Remarks +## Remarks Urgency should be in rage from 1 till 8. ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymax/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymax/_index.md index 4eb309e27484..f182cba11a83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymax/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymax/_index.md @@ -1,7 +1,7 @@ --- -title: UrgencyMax +title: PhotoshopPackage.UrgencyMax second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage field. Urgency max value type: docs weight: 210 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymax/ @@ -16,8 +16,8 @@ public const int UrgencyMax; ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymin/_index.md index 72426a1fe8e3..659480f8d34a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymin/_index.md @@ -1,7 +1,7 @@ --- -title: UrgencyMin +title: PhotoshopPackage.UrgencyMin second_title: Aspose.Imaging for .NET API Reference -description: +description: PhotoshopPackage field. Urgency min value type: docs weight: 220 url: /net/aspose.imaging.xmp.schemas.photoshop/photoshoppackage/urgencymin/ @@ -16,8 +16,8 @@ public const int UrgencyMin; ### See Also -* class [PhotoshopPackage](../../photoshoppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage) +* class [PhotoshopPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.Photoshop](../../photoshoppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/_index.md index 5e0dd7758a6c..18f46fde749f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Schemas.XmpBaseSchema second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains the XMP Basic Schema related helper classes constants and methods that provide basic descriptive information. +description: The namespace contains the XMP Basic Schema related helper classes constants and methods that provide basic descriptive information type: docs weight: 1030 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/ @@ -12,6 +12,6 @@ The namespace contains the XMP Basic Schema related helper classes, constants an | Class | Description | | --- | --- | -| [XmpBasicPackage](./xmpbasicpackage) | Represents XMP basic namespace. | +| [XmpBasicPackage](./xmpbasicpackage/) | Represents XMP basic namespace. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/_index.md index 057ce73e8f74..b088d1fec6b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/_index.md @@ -1,7 +1,7 @@ --- -title: XmpBasicPackage +title: Class XmpBasicPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpBaseSchema.XmpBasicPackage class. Represents XMP basic namespace type: docs weight: 11710 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ @@ -18,54 +18,54 @@ public class XmpBasicPackage : XmpPackage | Name | Description | | --- | --- | -| [XmpBasicPackage](xmpbasicpackage)() | Initializes a new instance of the [`XmpBasicPackage`](../xmpbasicpackage) class. | -| [XmpBasicPackage](xmpbasicpackage)(string, string) | Initializes a new instance of the [`XmpBasicPackage`](../xmpbasicpackage) class. | +| [XmpBasicPackage](xmpbasicpackage/#constructor)() | Initializes a new instance of the `XmpBasicPackage` class. | +| [XmpBasicPackage](xmpbasicpackage/#constructor_1)(string, string) | Initializes a new instance of the `XmpBasicPackage` class. | ## Properties | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| override [AddValue](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/addvalue)(string, string) | Adds string property. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| [SetCreatedDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate)(DateTime) | Adds resource created date. | -| [SetCreatedDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate)(string) | Adds resource created date. | -| [SetCreatorTool](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreatortool)(string) | Sets the creator tool. | -| [SetIdentifier](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setidentifier)(string[]) | Sets the identifier. | -| [SetLabel](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setlabel)(string) | Sets the label. | -| [SetMetadataDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate)(DateTime) | Adds metadata last changed date. | -| [SetMetadataDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate)(string) | Adds metadata last changed date. | -| [SetModifyDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate)(DateTime) | Adds resource last modified date. | -| [SetModifyDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate)(string) | Adds resource last modified date. | -| [SetRating](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setrating)(int) | Sets rating. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| override [AddValue](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/addvalue/)(string, string) | Adds string property. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| [SetCreatedDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate/#setcreateddate)(DateTime) | Adds resource created date. | +| [SetCreatedDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate/#setcreateddate_1)(string) | Adds resource created date. | +| [SetCreatorTool](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreatortool/)(string) | Sets the creator tool. | +| [SetIdentifier](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setidentifier/)(string[]) | Sets the identifier. | +| [SetLabel](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setlabel/)(string) | Sets the label. | +| [SetMetadataDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate/#setmetadatadate)(DateTime) | Adds metadata last changed date. | +| [SetMetadataDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate/#setmetadatadate_1)(string) | Adds metadata last changed date. | +| [SetModifyDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate/#setmodifydate)(DateTime) | Adds resource last modified date. | +| [SetModifyDate](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate/#setmodifydate_1)(string) | Adds resource last modified date. | +| [SetRating](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setrating/)(int) | Sets rating. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | ## Fields | Name | Description | | --- | --- | -| const [RatingMax](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmax) | Rating max value. | -| const [RatingMin](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmin) | Rating min value. | -| const [RatingRejected](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingrejected) | Rating rejected value. | +| const [RatingMax](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmax/) | Rating max value. | +| const [RatingMin](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmin/) | Rating min value. | +| const [RatingRejected](../../aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingrejected/) | Rating rejected value. | ### See Also -* class [XmpPackage](../../aspose.imaging.xmp/xmppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../aspose.imaging.xmp.schemas.xmpbaseschema) +* class [XmpPackage](../../aspose.imaging.xmp/xmppackage/) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../aspose.imaging.xmp.schemas.xmpbaseschema/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/addvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/addvalue/_index.md index f6aa923b395c..a581277fca17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/addvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/addvalue/_index.md @@ -1,7 +1,7 @@ --- -title: AddValue +title: XmpBasicPackage.AddValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage method. Adds string property type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/addvalue/ @@ -27,8 +27,8 @@ public override void AddValue(string key, string value) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmax/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmax/_index.md index 37fdf666b519..157546785aa5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmax/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmax/_index.md @@ -1,7 +1,7 @@ --- -title: RatingMax +title: XmpBasicPackage.RatingMax second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage field. Rating max value type: docs weight: 100 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmax/ @@ -16,8 +16,8 @@ public const int RatingMax; ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmin/_index.md index 9333a4aa1ab4..0b3263b5b963 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmin/_index.md @@ -1,7 +1,7 @@ --- -title: RatingMin +title: XmpBasicPackage.RatingMin second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage field. Rating min value type: docs weight: 110 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingmin/ @@ -16,8 +16,8 @@ public const int RatingMin; ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingrejected/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingrejected/_index.md index f5b52c6bd460..d83632bd4383 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingrejected/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingrejected/_index.md @@ -1,7 +1,7 @@ --- -title: RatingRejected +title: XmpBasicPackage.RatingRejected second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage field. Rating rejected value type: docs weight: 120 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/ratingrejected/ @@ -16,8 +16,8 @@ public const int RatingRejected; ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate/_index.md index ecc72db32e08..a5471523b987 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate/_index.md @@ -1,12 +1,12 @@ --- -title: SetCreatedDate +title: XmpBasicPackage.SetCreatedDate second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage method. Adds resource created date type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreateddate/ --- -## XmpBasicPackage.SetCreatedDate method (1 of 2) +## SetCreatedDate(DateTime) {#setcreateddate} Adds resource created date. @@ -20,13 +20,13 @@ public void SetCreatedDate(DateTime createdDate) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) --- -## XmpBasicPackage.SetCreatedDate method (2 of 2) +## SetCreatedDate(string) {#setcreateddate_1} Adds resource created date. @@ -40,8 +40,8 @@ public void SetCreatedDate(string createdDate) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreatortool/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreatortool/_index.md index 99a1444a1ead..662f3334a367 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreatortool/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreatortool/_index.md @@ -1,7 +1,7 @@ --- -title: SetCreatorTool +title: XmpBasicPackage.SetCreatorTool second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage method. Sets the creator tool type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setcreatortool/ @@ -20,8 +20,8 @@ public void SetCreatorTool(string creatorTool) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setidentifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setidentifier/_index.md index d0d0ba1d343a..825157bebfba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setidentifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setidentifier/_index.md @@ -1,7 +1,7 @@ --- -title: SetIdentifier +title: XmpBasicPackage.SetIdentifier second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage method. Sets the identifier type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setidentifier/ @@ -20,8 +20,8 @@ public void SetIdentifier(string[] idenfifier) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setlabel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setlabel/_index.md index fe3c74af7d60..b8038da5a6f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setlabel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setlabel/_index.md @@ -1,7 +1,7 @@ --- -title: SetLabel +title: XmpBasicPackage.SetLabel second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage method. Sets the label type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setlabel/ @@ -20,8 +20,8 @@ public void SetLabel(string label) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate/_index.md index 6254465b6d8b..f498d6f6f526 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate/_index.md @@ -1,12 +1,12 @@ --- -title: SetMetadataDate +title: XmpBasicPackage.SetMetadataDate second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage method. Adds metadata last changed date type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmetadatadate/ --- -## XmpBasicPackage.SetMetadataDate method (1 of 2) +## SetMetadataDate(DateTime) {#setmetadatadate} Adds metadata last changed date. @@ -20,13 +20,13 @@ public void SetMetadataDate(DateTime metadataDate) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) --- -## XmpBasicPackage.SetMetadataDate method (2 of 2) +## SetMetadataDate(string) {#setmetadatadate_1} Adds metadata last changed date. @@ -40,8 +40,8 @@ public void SetMetadataDate(string metadataDate) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate/_index.md index 98d18da498bf..ed22aa2e537d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate/_index.md @@ -1,12 +1,12 @@ --- -title: SetModifyDate +title: XmpBasicPackage.SetModifyDate second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage method. Adds resource last modified date type: docs weight: 80 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setmodifydate/ --- -## XmpBasicPackage.SetModifyDate method (1 of 2) +## SetModifyDate(DateTime) {#setmodifydate} Adds resource last modified date. @@ -20,13 +20,13 @@ public void SetModifyDate(DateTime modifiedDate) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) --- -## XmpBasicPackage.SetModifyDate method (2 of 2) +## SetModifyDate(string) {#setmodifydate_1} Adds resource last modified date. @@ -40,8 +40,8 @@ public void SetModifyDate(string modifiedDate) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setrating/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setrating/_index.md index 012acb09da74..64ab31949dba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setrating/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setrating/_index.md @@ -1,7 +1,7 @@ --- -title: SetRating +title: XmpBasicPackage.SetRating second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage method. Sets rating type: docs weight: 90 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/setrating/ @@ -20,8 +20,8 @@ public void SetRating(int choise) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/xmpbasicpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/xmpbasicpackage/_index.md index 7e7473c1efc1..7364292a29a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/xmpbasicpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/xmpbasicpackage/_index.md @@ -1,14 +1,14 @@ --- -title: XmpBasicPackage +title: XmpBasicPackage.XmpBasicPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBasicPackage constructor. Initializes a new instance of the XmpBasicPackage class type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpbaseschema/xmpbasicpackage/xmpbasicpackage/ --- -## XmpBasicPackage constructor (1 of 2) +## XmpBasicPackage() {#constructor} -Initializes a new instance of the [`XmpBasicPackage`](../../xmpbasicpackage) class. +Initializes a new instance of the [`XmpBasicPackage`](../) class. ```csharp public XmpBasicPackage() @@ -16,15 +16,15 @@ public XmpBasicPackage() ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) --- -## XmpBasicPackage constructor (2 of 2) +## XmpBasicPackage(string, string) {#constructor_1} -Initializes a new instance of the [`XmpBasicPackage`](../../xmpbasicpackage) class. +Initializes a new instance of the [`XmpBasicPackage`](../) class. ```csharp public XmpBasicPackage(string prefix, string namespaceUri) @@ -37,8 +37,8 @@ public XmpBasicPackage(string prefix, string namespaceUri) ### See Also -* class [XmpBasicPackage](../../xmpbasicpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage) +* class [XmpBasicPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpBaseSchema](../../xmpbasicpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/_index.md index f09e9a9cdecd..64b0fa5fe337 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Schemas.XmpDm second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains XMP related helper classes constants and methods used by the Adobe dynamic media group. +description: The namespace contains XMP related helper classes constants and methods used by the Adobe dynamic media group type: docs weight: 1040 url: /net/aspose.imaging.xmp.schemas.xmpdm/ @@ -12,17 +12,17 @@ The namespace contains XMP related helper classes, constants and methods used by | Class | Description | | --- | --- | -| [AudioChannelType](./audiochanneltype) | Represents audio channel type. | -| [AudioSampleType](./audiosampletype) | Represents Audio sample type in [`XmpDynamicMediaPackage`](../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage). | -| [ProjectLink](./projectlink) | Represents path of the project. | -| [Time](./time) | Representation of a time value in seconds. | -| [Timecode](./timecode) | Represents timecode value in video. | -| [TimeFormat](./timeformat) | Represents time format in [`Timecode`](../aspose.imaging.xmp.schemas.xmpdm/timecode). | -| [XmpDynamicMediaPackage](./xmpdynamicmediapackage) | Represents XMP Dynamic Media namespace. | +| [AudioChannelType](./audiochanneltype/) | Represents audio channel type. | +| [AudioSampleType](./audiosampletype/) | Represents Audio sample type in [`XmpDynamicMediaPackage`](../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/). | +| [ProjectLink](./projectlink/) | Represents path of the project. | +| [Time](./time/) | Representation of a time value in seconds. | +| [Timecode](./timecode/) | Represents timecode value in video. | +| [TimeFormat](./timeformat/) | Represents time format in [`Timecode`](../aspose.imaging.xmp.schemas.xmpdm/timecode/). | +| [XmpDynamicMediaPackage](./xmpdynamicmediapackage/) | Represents XMP Dynamic Media namespace. | ## Enumeration | Enumeration | Description | | --- | --- | -| [ProjectType](./projecttype) | Represents project type in [`XmpDynamicMediaPackage`](../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage). | +| [ProjectType](./projecttype/) | Represents project type in [`XmpDynamicMediaPackage`](../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/). | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/_index.md index bc02f097649a..fcaf3102d7dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/_index.md @@ -1,7 +1,7 @@ --- -title: AudioChannelType +title: Class AudioChannelType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpDm.AudioChannelType class. Represents audio channel type type: docs weight: 11720 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/ @@ -18,22 +18,22 @@ public sealed class AudioChannelType | Name | Description | | --- | --- | -| static [Audio16Channel](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio16channel) { get; } | Gets the 16 audio channel. | -| static [Audio51](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio51) { get; } | Gets the 5.1 audio channel. | -| static [Audio71](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio71) { get; } | Gets the 7.1 audio channel. | -| static [Mono](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/mono) { get; } | Gets the mono audio channel. | -| static [OtherChannel](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/otherchannel) { get; } | Gets the other channel. | -| static [Stereo](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/stereo) { get; } | Gets the stereo audio channel. | +| static [Audio16Channel](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio16channel/) { get; } | Gets the 16 audio channel. | +| static [Audio51](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio51/) { get; } | Gets the 5.1 audio channel. | +| static [Audio71](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio71/) { get; } | Gets the 7.1 audio channel. | +| static [Mono](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/mono/) { get; } | Gets the mono audio channel. | +| static [OtherChannel](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/otherchannel/) { get; } | Gets the other channel. | +| static [Stereo](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/stereo/) { get; } | Gets the stereo audio channel. | ## Methods | Name | Description | | --- | --- | -| override [ToString](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/tostring)() | Returns a String that represents this instance. | +| override [ToString](../../aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio16channel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio16channel/_index.md index c6ba3dc5b48b..430169a13333 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio16channel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio16channel/_index.md @@ -1,7 +1,7 @@ --- -title: Audio16Channel +title: AudioChannelType.Audio16Channel second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioChannelType property. Gets the 16 audio channel type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio16channel/ @@ -20,8 +20,8 @@ The 16 audio channel. ### See Also -* class [AudioChannelType](../../audiochanneltype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype) +* class [AudioChannelType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio51/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio51/_index.md index 1f100b49ac10..b625ca21f650 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio51/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio51/_index.md @@ -1,7 +1,7 @@ --- -title: Audio51 +title: AudioChannelType.Audio51 second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioChannelType property. Gets the 5.1 audio channel type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio51/ @@ -20,8 +20,8 @@ The 5.1 audio channel. ### See Also -* class [AudioChannelType](../../audiochanneltype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype) +* class [AudioChannelType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio71/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio71/_index.md index 9820c2a052eb..67608440b9da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio71/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio71/_index.md @@ -1,7 +1,7 @@ --- -title: Audio71 +title: AudioChannelType.Audio71 second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioChannelType property. Gets the 7.1 audio channel type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/audio71/ @@ -20,8 +20,8 @@ The 7.1 audio channel. ### See Also -* class [AudioChannelType](../../audiochanneltype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype) +* class [AudioChannelType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/mono/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/mono/_index.md index 567b3bbc6dab..a7e859869c8a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/mono/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/mono/_index.md @@ -1,7 +1,7 @@ --- -title: Mono +title: AudioChannelType.Mono second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioChannelType property. Gets the mono audio channel type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/mono/ @@ -20,8 +20,8 @@ The mono audio channel. ### See Also -* class [AudioChannelType](../../audiochanneltype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype) +* class [AudioChannelType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/otherchannel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/otherchannel/_index.md index 1e96329bc001..6ed3ccf10f85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/otherchannel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/otherchannel/_index.md @@ -1,7 +1,7 @@ --- -title: OtherChannel +title: AudioChannelType.OtherChannel second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioChannelType property. Gets the other channel type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/otherchannel/ @@ -20,8 +20,8 @@ The other channel. ### See Also -* class [AudioChannelType](../../audiochanneltype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype) +* class [AudioChannelType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/stereo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/stereo/_index.md index fb34c8fc1dea..a0d11ea5b30f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/stereo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/stereo/_index.md @@ -1,7 +1,7 @@ --- -title: Stereo +title: AudioChannelType.Stereo second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioChannelType property. Gets the stereo audio channel type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/stereo/ @@ -20,8 +20,8 @@ The stereo audio channel. ### See Also -* class [AudioChannelType](../../audiochanneltype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype) +* class [AudioChannelType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/tostring/_index.md index 7ab02cccc8de..cedfd5f1ff96 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: AudioChannelType.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioChannelType method. Returns a String that represents this instance type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiochanneltype/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [AudioChannelType](../../audiochanneltype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype) +* class [AudioChannelType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiochanneltype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/_index.md index 074356cd67b7..5b41b0808584 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/_index.md @@ -1,14 +1,14 @@ --- -title: AudioSampleType +title: Class AudioSampleType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpDm.AudioSampleType class. Represents Audio sample type in XmpDynamicMediaPackage type: docs weight: 11730 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/ --- ## AudioSampleType class -Represents Audio sample type in [`XmpDynamicMediaPackage`](../xmpdynamicmediapackage). +Represents Audio sample type in [`XmpDynamicMediaPackage`](../xmpdynamicmediapackage/). ```csharp public sealed class AudioSampleType @@ -18,23 +18,23 @@ public sealed class AudioSampleType | Name | Description | | --- | --- | -| static [Compressed](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/compressed) { get; } | Represents Compressed audio sample. | -| static [Packed](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/packed) { get; } | Represents Packed audio sample. | -| static [Sample16Int](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample16int) { get; } | Represents 16Int audio sample. | -| static [Sample24Int](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample24int) { get; } | Represents 24Int audio sample. | -| static [Sample32Float](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32float) { get; } | Represents 32Float audio sample. | -| static [Sample32Int](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32int) { get; } | Represents 32Int audio sample. | -| static [Sample8Int](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample8int) { get; } | Represents 8Int audio sample. | +| static [Compressed](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/compressed/) { get; } | Represents Compressed audio sample. | +| static [Packed](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/packed/) { get; } | Represents Packed audio sample. | +| static [Sample16Int](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample16int/) { get; } | Represents 16Int audio sample. | +| static [Sample24Int](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample24int/) { get; } | Represents 24Int audio sample. | +| static [Sample32Float](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32float/) { get; } | Represents 32Float audio sample. | +| static [Sample32Int](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32int/) { get; } | Represents 32Int audio sample. | +| static [Sample8Int](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample8int/) { get; } | Represents 8Int audio sample. | ## Methods | Name | Description | | --- | --- | -| override [ToString](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/tostring)() | Returns a String that represents this instance. | +| override [ToString](../../aspose.imaging.xmp.schemas.xmpdm/audiosampletype/tostring/)() | Returns a String that represents this instance. | ### See Also -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/compressed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/compressed/_index.md index 1488a9a0b502..9716ac956857 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/compressed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/compressed/_index.md @@ -1,7 +1,7 @@ --- -title: Compressed +title: AudioSampleType.Compressed second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioSampleType property. Represents Compressed audio sample type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/compressed/ @@ -16,8 +16,8 @@ public static AudioSampleType Compressed { get; } ### See Also -* class [AudioSampleType](../../audiosampletype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype) +* class [AudioSampleType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/packed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/packed/_index.md index f31548deef3c..015c9c9d890b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/packed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/packed/_index.md @@ -1,7 +1,7 @@ --- -title: Packed +title: AudioSampleType.Packed second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioSampleType property. Represents Packed audio sample type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/packed/ @@ -16,8 +16,8 @@ public static AudioSampleType Packed { get; } ### See Also -* class [AudioSampleType](../../audiosampletype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype) +* class [AudioSampleType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample16int/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample16int/_index.md index f48619208b26..bf49c307996c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample16int/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample16int/_index.md @@ -1,7 +1,7 @@ --- -title: Sample16Int +title: AudioSampleType.Sample16Int second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioSampleType property. Represents 16Int audio sample type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample16int/ @@ -16,8 +16,8 @@ public static AudioSampleType Sample16Int { get; } ### See Also -* class [AudioSampleType](../../audiosampletype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype) +* class [AudioSampleType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample24int/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample24int/_index.md index fc066179634f..fb0768c0f8ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample24int/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample24int/_index.md @@ -1,7 +1,7 @@ --- -title: Sample24Int +title: AudioSampleType.Sample24Int second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioSampleType property. Represents 24Int audio sample type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample24int/ @@ -16,8 +16,8 @@ public static AudioSampleType Sample24Int { get; } ### See Also -* class [AudioSampleType](../../audiosampletype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype) +* class [AudioSampleType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32float/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32float/_index.md index 0b290b7562df..8c08875ececc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32float/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32float/_index.md @@ -1,7 +1,7 @@ --- -title: Sample32Float +title: AudioSampleType.Sample32Float second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioSampleType property. Represents 32Float audio sample type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32float/ @@ -16,8 +16,8 @@ public static AudioSampleType Sample32Float { get; } ### See Also -* class [AudioSampleType](../../audiosampletype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype) +* class [AudioSampleType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32int/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32int/_index.md index e043bdf35ae5..73af1a16cdcc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32int/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32int/_index.md @@ -1,7 +1,7 @@ --- -title: Sample32Int +title: AudioSampleType.Sample32Int second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioSampleType property. Represents 32Int audio sample type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample32int/ @@ -16,8 +16,8 @@ public static AudioSampleType Sample32Int { get; } ### See Also -* class [AudioSampleType](../../audiosampletype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype) +* class [AudioSampleType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample8int/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample8int/_index.md index 2cf413c3d119..a364f5ef6449 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample8int/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample8int/_index.md @@ -1,7 +1,7 @@ --- -title: Sample8Int +title: AudioSampleType.Sample8Int second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioSampleType property. Represents 8Int audio sample type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/sample8int/ @@ -16,8 +16,8 @@ public static AudioSampleType Sample8Int { get; } ### See Also -* class [AudioSampleType](../../audiosampletype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype) +* class [AudioSampleType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/tostring/_index.md index b09b76497ffc..3ae481ed17b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: AudioSampleType.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: AudioSampleType method. Returns a String that represents this instance type: docs weight: 80 url: /net/aspose.imaging.xmp.schemas.xmpdm/audiosampletype/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [AudioSampleType](../../audiosampletype) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype) +* class [AudioSampleType](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../audiosampletype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/_index.md index cc033908defd..1c51dfde99ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/_index.md @@ -1,7 +1,7 @@ --- -title: ProjectLink +title: Class ProjectLink second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpDm.ProjectLink class. Represents path of the project type: docs weight: 11740 url: /net/aspose.imaging.xmp.schemas.xmpdm/projectlink/ @@ -18,25 +18,25 @@ public sealed class ProjectLink : XmpTypeBase | Name | Description | | --- | --- | -| [ProjectLink](projectlink)() | The default constructor. | +| [ProjectLink](projectlink/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Path](../../aspose.imaging.xmp.schemas.xmpdm/projectlink/path) { get; set; } | Gets or sets full path to the project. | -| [Type](../../aspose.imaging.xmp.schemas.xmpdm/projectlink/type) { get; set; } | Gets or sets file type. | +| [Path](../../aspose.imaging.xmp.schemas.xmpdm/projectlink/path/) { get; set; } | Gets or sets full path to the project. | +| [Type](../../aspose.imaging.xmp.schemas.xmpdm/projectlink/type/) { get; set; } | Gets or sets file type. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.schemas.xmpdm/projectlink/getxmprepresentation)() | Returns string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.schemas.xmpdm/projectlink/getxmprepresentation/)() | Returns string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/getxmprepresentation/_index.md index 8653894d86ba..4493c4d16e0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: ProjectLink.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: ProjectLink method. Returns string contained value in XMP format type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpdm/projectlink/getxmprepresentation/ @@ -26,8 +26,8 @@ Returns string containing xmp representation. ### See Also -* class [ProjectLink](../../projectlink) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../projectlink) +* class [ProjectLink](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../projectlink/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/path/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/path/_index.md index 4d4f6b72232d..59d90cd2bae5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/path/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/path/_index.md @@ -1,7 +1,7 @@ --- -title: Path +title: ProjectLink.Path second_title: Aspose.Imaging for .NET API Reference -description: +description: ProjectLink property. Gets or sets full path to the project type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpdm/projectlink/path/ @@ -20,8 +20,8 @@ The full path to the project. ### See Also -* class [ProjectLink](../../projectlink) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../projectlink) +* class [ProjectLink](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../projectlink/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/projectlink/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/projectlink/_index.md index 6aa87108b58d..808e89afbc35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/projectlink/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/projectlink/_index.md @@ -1,7 +1,7 @@ --- -title: ProjectLink +title: ProjectLink.ProjectLink second_title: Aspose.Imaging for .NET API Reference -description: +description: ProjectLink constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpdm/projectlink/projectlink/ @@ -16,8 +16,8 @@ public ProjectLink() ### See Also -* class [ProjectLink](../../projectlink) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../projectlink) +* class [ProjectLink](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../projectlink/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/type/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/type/_index.md index fe08aba41922..9f19d431c755 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/type/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projectlink/type/_index.md @@ -1,7 +1,7 @@ --- -title: Type +title: ProjectLink.Type second_title: Aspose.Imaging for .NET API Reference -description: +description: ProjectLink property. Gets or sets file type type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpdm/projectlink/type/ @@ -20,9 +20,9 @@ The file type. ### See Also -* enum [ProjectType](../../projecttype) -* class [ProjectLink](../../projectlink) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../projectlink) +* enum [ProjectType](../../projecttype/) +* class [ProjectLink](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../projectlink/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projecttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projecttype/_index.md index 4c4c0338c256..5e57ad49e5df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projecttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/projecttype/_index.md @@ -1,14 +1,14 @@ --- -title: ProjectType +title: Enum ProjectType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpDm.ProjectType enum. Represents project type in XmpDynamicMediaPackage type: docs weight: 11750 url: /net/aspose.imaging.xmp.schemas.xmpdm/projecttype/ --- ## ProjectType enumeration -Represents project type in [`XmpDynamicMediaPackage`](../xmpdynamicmediapackage). +Represents project type in [`XmpDynamicMediaPackage`](../xmpdynamicmediapackage/). ```csharp public enum ProjectType @@ -25,7 +25,7 @@ public enum ProjectType ### See Also -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/_index.md index cc5a21c6ca16..8bb970d06996 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/_index.md @@ -1,7 +1,7 @@ --- -title: Time +title: Class Time second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpDm.Time class. Representation of a time value in seconds type: docs weight: 11760 url: /net/aspose.imaging.xmp.schemas.xmpdm/time/ @@ -18,25 +18,25 @@ public sealed class Time : XmpTypeBase | Name | Description | | --- | --- | -| [Time](time)(Rational, int) | Initializes a new instance of the [`Time`](../time) class. | +| [Time](time/)(Rational, int) | Initializes a new instance of the `Time` class. | ## Properties | Name | Description | | --- | --- | -| [Scale](../../aspose.imaging.xmp.schemas.xmpdm/time/scale) { get; set; } | Gets or sets scale for the time value. | -| [Value](../../aspose.imaging.xmp.schemas.xmpdm/time/value) { get; set; } | Gets or sets time value in the specified scale. | +| [Scale](../../aspose.imaging.xmp.schemas.xmpdm/time/scale/) { get; set; } | Gets or sets scale for the time value. | +| [Value](../../aspose.imaging.xmp.schemas.xmpdm/time/value/) { get; set; } | Gets or sets time value in the specified scale. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.schemas.xmpdm/time/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.schemas.xmpdm/time/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/getxmprepresentation/_index.md index cc5892e2fbbf..c904a42648fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: Time.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Time method. Gets the string contained value in XMP format type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpdm/time/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [Time](../../time) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../time) +* class [Time](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../time/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/scale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/scale/_index.md index bf6d0b585695..7550a88215b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/scale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/scale/_index.md @@ -1,7 +1,7 @@ --- -title: Scale +title: Time.Scale second_title: Aspose.Imaging for .NET API Reference -description: +description: Time property. Gets or sets scale for the time value type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpdm/time/scale/ @@ -18,15 +18,15 @@ public Rational Scale { get; set; } The scale for the time value. -### Examples +## Examples For NTSC, use 1001/30000, or the less accurate 100/2997. For PAL, use 1/25. ### See Also -* class [Rational](../../../aspose.imaging.xmp.types.derived/rational) -* class [Time](../../time) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../time) +* class [Rational](../../../aspose.imaging.xmp.types.derived/rational/) +* class [Time](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../time/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/time/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/time/_index.md index 059f25d70d7e..104e96441f99 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/time/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/time/_index.md @@ -1,14 +1,14 @@ --- -title: Time +title: Time.Time second_title: Aspose.Imaging for .NET API Reference -description: +description: Time constructor. Initializes a new instance of the Time class type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpdm/time/time/ --- ## Time constructor -Initializes a new instance of the [`Time`](../../time) class. +Initializes a new instance of the [`Time`](../) class. ```csharp public Time(Rational scale, int value) @@ -21,9 +21,9 @@ public Time(Rational scale, int value) ### See Also -* class [Rational](../../../aspose.imaging.xmp.types.derived/rational) -* class [Time](../../time) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../time) +* class [Rational](../../../aspose.imaging.xmp.types.derived/rational/) +* class [Time](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../time/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/value/_index.md index 90a4a27534ba..9de78507fe35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/time/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: Time.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: Time property. Gets or sets time value in the specified scale type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpdm/time/value/ @@ -20,8 +20,8 @@ The time value in the specified scale. ### See Also -* class [Time](../../time) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../time) +* class [Time](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../time/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/_index.md index 61fe655771e1..1b501161d62b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/_index.md @@ -1,7 +1,7 @@ --- -title: Timecode +title: Class Timecode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpDm.Timecode class. Represents timecode value in video type: docs weight: 11780 url: /net/aspose.imaging.xmp.schemas.xmpdm/timecode/ @@ -18,28 +18,28 @@ public sealed class Timecode : XmpTypeBase, IEquatable | Name | Description | | --- | --- | -| [Timecode](timecode)(TimeFormat, string) | Initializes a new instance of the [`Timecode`](../timecode) class. | +| [Timecode](timecode/)(TimeFormat, string) | Initializes a new instance of the `Timecode` class. | ## Properties | Name | Description | | --- | --- | -| [Format](../../aspose.imaging.xmp.schemas.xmpdm/timecode/format) { get; set; } | Gets or sets the format used in the [`TimeValue`](./timevalue). | -| [TimeValue](../../aspose.imaging.xmp.schemas.xmpdm/timecode/timevalue) { get; set; } | Gets or sets the time value in the specified format. | +| [Format](../../aspose.imaging.xmp.schemas.xmpdm/timecode/format/) { get; set; } | Gets or sets the format used in the [`TimeValue`](./timevalue/). | +| [TimeValue](../../aspose.imaging.xmp.schemas.xmpdm/timecode/timevalue/) { get; set; } | Gets or sets the time value in the specified format. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.xmp.schemas.xmpdm/timecode/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| [Equals](../../aspose.imaging.xmp.schemas.xmpdm/timecode/equals)(Timecode) | Indicates whether the current object is equal to another object of the same type. | -| override [GetHashCode](../../aspose.imaging.xmp.schemas.xmpdm/timecode/gethashcode)() | Returns a hash code for this instance. | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.schemas.xmpdm/timecode/getxmprepresentation)() | Returns the string contained value in XMP format. | +| override [Equals](../../aspose.imaging.xmp.schemas.xmpdm/timecode/equals/#equals_1)(object) | Determines whether the specified Object, is equal to this instance. | +| [Equals](../../aspose.imaging.xmp.schemas.xmpdm/timecode/equals/#equals)(Timecode) | Indicates whether the current object is equal to another object of the same type. | +| override [GetHashCode](../../aspose.imaging.xmp.schemas.xmpdm/timecode/gethashcode/)() | Returns a hash code for this instance. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.schemas.xmpdm/timecode/getxmprepresentation/)() | Returns the string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/equals/_index.md index c047aaaa86f1..9ae0a7d2b64c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: Timecode.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Timecode method. Indicates whether the current object is equal to another object of the same type type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpdm/timecode/equals/ --- -## Timecode.Equals method (1 of 2) +## Equals(Timecode) {#equals} Indicates whether the current object is equal to another object of the same type. @@ -24,13 +24,13 @@ true if the current object is equal to the *other* parameter; otherwise, false. ### See Also -* class [Timecode](../../timecode) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode) +* class [Timecode](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode/) * assembly [Aspose.Imaging](../../../) --- -## Timecode.Equals method (2 of 2) +## Equals(object) {#equals_1} Determines whether the specified Object, is equal to this instance. @@ -48,8 +48,8 @@ public override bool Equals(object obj) ### See Also -* class [Timecode](../../timecode) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode) +* class [Timecode](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/format/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/format/_index.md index 7d8acb40d3ce..f2cf1e5da148 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/format/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/format/_index.md @@ -1,14 +1,14 @@ --- -title: Format +title: Timecode.Format second_title: Aspose.Imaging for .NET API Reference -description: +description: Timecode property. Gets or sets the format used in the TimeValue type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpdm/timecode/format/ --- ## Timecode.Format property -Gets or sets the format used in the [`TimeValue`](../timevalue). +Gets or sets the format used in the [`TimeValue`](../timevalue/). ```csharp public TimeFormat Format { get; set; } @@ -16,13 +16,13 @@ public TimeFormat Format { get; set; } ### Property Value -The format used in the [`TimeValue`](../timevalue). +The format used in the [`TimeValue`](../timevalue/). ### See Also -* class [TimeFormat](../../timeformat) -* class [Timecode](../../timecode) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode) +* class [TimeFormat](../../timeformat/) +* class [Timecode](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/gethashcode/_index.md index 4e807fb8d74d..1aae72c02145 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Timecode.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Timecode method. Returns a hash code for this instance type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.xmpdm/timecode/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [Timecode](../../timecode) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode) +* class [Timecode](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/getxmprepresentation/_index.md index fa666727106f..b8e59c4113dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: Timecode.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Timecode method. Returns the string contained value in XMP format type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.xmpdm/timecode/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string containing xmp representation. ### See Also -* class [Timecode](../../timecode) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode) +* class [Timecode](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/timecode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/timecode/_index.md index 3e2cc8e270e9..5d4b18b3bf59 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/timecode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/timecode/_index.md @@ -1,14 +1,14 @@ --- -title: Timecode +title: Timecode.Timecode second_title: Aspose.Imaging for .NET API Reference -description: +description: Timecode constructor. Initializes a new instance of the Timecode class type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpdm/timecode/timecode/ --- ## Timecode constructor -Initializes a new instance of the [`Timecode`](../../timecode) class. +Initializes a new instance of the [`Timecode`](../) class. ```csharp public Timecode(TimeFormat format, string timeValue) @@ -21,9 +21,9 @@ public Timecode(TimeFormat format, string timeValue) ### See Also -* class [TimeFormat](../../timeformat) -* class [Timecode](../../timecode) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode) +* class [TimeFormat](../../timeformat/) +* class [Timecode](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/timevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/timevalue/_index.md index ac9f8237d9c6..9a2fda4290af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/timevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timecode/timevalue/_index.md @@ -1,7 +1,7 @@ --- -title: TimeValue +title: Timecode.TimeValue second_title: Aspose.Imaging for .NET API Reference -description: +description: Timecode property. Gets or sets the time value in the specified format type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpdm/timecode/timevalue/ @@ -20,8 +20,8 @@ The time value in the specified format. ### See Also -* class [Timecode](../../timecode) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode) +* class [Timecode](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timecode/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/_index.md index 5e4a26a9dea0..cc2464ab1f35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/_index.md @@ -1,14 +1,14 @@ --- -title: TimeFormat +title: Class TimeFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpDm.TimeFormat class. Represents time format in Timecode type: docs weight: 11770 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/ --- ## TimeFormat class -Represents time format in [`Timecode`](../timecode). +Represents time format in [`Timecode`](../timecode/). ```csharp public sealed class TimeFormat : IEquatable @@ -18,28 +18,28 @@ public sealed class TimeFormat : IEquatable | Name | Description | | --- | --- | -| static [DropTimecode2997](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode2997) { get; } | Gets the drop timecode2997. | -| static [DropTimecode5994](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode5994) { get; } | Gets the drop timecode5994. | -| static [NonDropTimecode2997](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode2997) { get; } | Gets the non drop timecode2997. | -| static [NonDropTimecode5994](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode5994) { get; } | Gets the non drop timecode5994. | -| static [Timecode23976](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode23976) { get; } | Gets the timecode23976. | -| static [Timecode24](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode24) { get; } | Gets the timecode24. | -| static [Timecode25](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode25) { get; } | Gets the timecode25. | -| static [Timecode30](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode30) { get; } | Gets the timecode30. | -| static [Timecode50](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode50) { get; } | Gets the timecode50. | -| static [Timecode60](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode60) { get; } | Gets the timecode60. | +| static [DropTimecode2997](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode2997/) { get; } | Gets the drop timecode2997. | +| static [DropTimecode5994](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode5994/) { get; } | Gets the drop timecode5994. | +| static [NonDropTimecode2997](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode2997/) { get; } | Gets the non drop timecode2997. | +| static [NonDropTimecode5994](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode5994/) { get; } | Gets the non drop timecode5994. | +| static [Timecode23976](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode23976/) { get; } | Gets the timecode23976. | +| static [Timecode24](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode24/) { get; } | Gets the timecode24. | +| static [Timecode25](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode25/) { get; } | Gets the timecode25. | +| static [Timecode30](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode30/) { get; } | Gets the timecode30. | +| static [Timecode50](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode50/) { get; } | Gets the timecode50. | +| static [Timecode60](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode60/) { get; } | Gets the timecode60. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| [Equals](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/equals)(TimeFormat) | Indicates whether the current object is equal to another object of the same type. | -| override [GetHashCode](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/gethashcode)() | Returns a hash code for this instance. | +| override [Equals](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/equals/#equals_1)(object) | Determines whether the specified Object, is equal to this instance. | +| [Equals](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/equals/#equals)(TimeFormat) | Indicates whether the current object is equal to another object of the same type. | +| override [GetHashCode](../../aspose.imaging.xmp.schemas.xmpdm/timeformat/gethashcode/)() | Returns a hash code for this instance. | ### See Also -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode2997/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode2997/_index.md index add8c3fed3ee..76f3692e26e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode2997/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode2997/_index.md @@ -1,7 +1,7 @@ --- -title: DropTimecode2997 +title: TimeFormat.DropTimecode2997 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the drop timecode2997 type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode2997/ @@ -20,8 +20,8 @@ The drop timecode2997. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode5994/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode5994/_index.md index bab78b805abd..9e515d371991 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode5994/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode5994/_index.md @@ -1,7 +1,7 @@ --- -title: DropTimecode5994 +title: TimeFormat.DropTimecode5994 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the drop timecode5994 type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/droptimecode5994/ @@ -20,8 +20,8 @@ The drop timecode5994. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/equals/_index.md index dd29f0744242..f5519d0352de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: TimeFormat.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat method. Indicates whether the current object is equal to another object of the same type type: docs weight: 110 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/equals/ --- -## TimeFormat.Equals method (1 of 2) +## Equals(TimeFormat) {#equals} Indicates whether the current object is equal to another object of the same type. @@ -24,13 +24,13 @@ true if the current object is equal to the *other* parameter; otherwise, false. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) --- -## TimeFormat.Equals method (2 of 2) +## Equals(object) {#equals_1} Determines whether the specified Object, is equal to this instance. @@ -48,8 +48,8 @@ public override bool Equals(object obj) ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/gethashcode/_index.md index b008c5f976b0..9c4989ff4939 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: TimeFormat.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat method. Returns a hash code for this instance type: docs weight: 120 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode2997/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode2997/_index.md index d384b77a5308..16cc117d7126 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode2997/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode2997/_index.md @@ -1,7 +1,7 @@ --- -title: NonDropTimecode2997 +title: TimeFormat.NonDropTimecode2997 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the non drop timecode2997 type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode2997/ @@ -20,8 +20,8 @@ The non drop timecode2997. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode5994/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode5994/_index.md index b918e56a5104..64d247ffc4df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode5994/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode5994/_index.md @@ -1,7 +1,7 @@ --- -title: NonDropTimecode5994 +title: TimeFormat.NonDropTimecode5994 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the non drop timecode5994 type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/nondroptimecode5994/ @@ -20,8 +20,8 @@ The non drop timecode5994. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode23976/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode23976/_index.md index 25708813ba48..a34ed852c60b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode23976/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode23976/_index.md @@ -1,7 +1,7 @@ --- -title: Timecode23976 +title: TimeFormat.Timecode23976 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the timecode23976 type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode23976/ @@ -20,8 +20,8 @@ The timecode23976. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode24/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode24/_index.md index 133596aa6ff8..e9936c5252ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode24/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode24/_index.md @@ -1,7 +1,7 @@ --- -title: Timecode24 +title: TimeFormat.Timecode24 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the timecode24 type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode24/ @@ -20,8 +20,8 @@ The timecode24. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode25/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode25/_index.md index e46454719205..9d7660fe4693 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode25/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode25/_index.md @@ -1,7 +1,7 @@ --- -title: Timecode25 +title: TimeFormat.Timecode25 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the timecode25 type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode25/ @@ -20,8 +20,8 @@ The timecode25. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode30/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode30/_index.md index d4b4a3eedd6d..5845b6aa6f3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode30/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode30/_index.md @@ -1,7 +1,7 @@ --- -title: Timecode30 +title: TimeFormat.Timecode30 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the timecode30 type: docs weight: 80 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode30/ @@ -20,8 +20,8 @@ The timecode30. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode50/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode50/_index.md index 34ee4d677d84..cdd902d53836 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode50/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode50/_index.md @@ -1,7 +1,7 @@ --- -title: Timecode50 +title: TimeFormat.Timecode50 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the timecode50 type: docs weight: 90 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode50/ @@ -20,8 +20,8 @@ The timecode50. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode60/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode60/_index.md index d0ccbab8f754..883df11c1f9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode60/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode60/_index.md @@ -1,7 +1,7 @@ --- -title: Timecode60 +title: TimeFormat.Timecode60 second_title: Aspose.Imaging for .NET API Reference -description: +description: TimeFormat property. Gets the timecode60 type: docs weight: 100 url: /net/aspose.imaging.xmp.schemas.xmpdm/timeformat/timecode60/ @@ -20,8 +20,8 @@ The timecode60. ### See Also -* class [TimeFormat](../../timeformat) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat) +* class [TimeFormat](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../timeformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/_index.md index 88950f144b32..478ff75c1f5b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/_index.md @@ -1,7 +1,7 @@ --- -title: XmpDynamicMediaPackage +title: Class XmpDynamicMediaPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpDm.XmpDynamicMediaPackage class. Represents XMP Dynamic Media namespace type: docs weight: 11790 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/ @@ -18,60 +18,60 @@ public sealed class XmpDynamicMediaPackage : XmpPackage | Name | Description | | --- | --- | -| [XmpDynamicMediaPackage](xmpdynamicmediapackage)() | The default constructor. | +| [XmpDynamicMediaPackage](xmpdynamicmediapackage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| override [AddValue](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/addvalue)(string, string) | Adds string property. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| [SetAbsPeakAudioFilePath](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setabspeakaudiofilepath)(string) | Sets the absolute peak audio file path. | -| [SetAlblum](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalblum)(string) | Sets the alblum. | -| [SetAltTapeName](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttapename)(string) | Sets the alternative tape name. | -| [SetAltTimeCode](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttimecode)(Timecode) | Sets the alternative time code. | -| [SetArtist](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setartist)(string) | Sets the artist. | -| [SetAudioChannelType](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiochanneltype)(AudioChannelType) | Sets the audio channel type. | -| [SetAudioSampleRate](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosamplerate)(int) | Sets the audio sample rate. | -| [SetAudioSampleType](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosampletype)(AudioSampleType) | Sets the audio sample type. | -| [SetCameraAngle](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameraangle)(string) | Sets the camera angle. | -| [SetCameraLabel](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameralabel)(string) | Sets the camera label. | -| [SetCameraMove](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameramove)(string) | Sets the camera move. | -| [SetClient](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setclient)(string) | Sets the client. | -| [SetComment](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomment)(string) | Sets the comment. | -| [SetComposer](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomposer)(string) | Sets the composer. | -| [SetDirector](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirector)(string) | Sets the director. | -| [SetDirectorPhotography](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirectorphotography)(string) | Sets the director of photography. | -| [SetDuration](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setduration)(Time) | Sets the duration. | -| [SetEngineer](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setengineer)(string) | Sets the engineer. | -| [SetFileDataRate](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setfiledatarate)(Rational) | Sets the file data rate. | -| [SetGenre](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgenre)(string) | Sets the genre. | -| [SetGood](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgood)(bool) | Sets the good. | -| [SetInstrument](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setinstrument)(string) | Sets the instrument. | -| [SetIntroTime](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setintrotime)(Time) | Sets the intro time. | -| [SetKey](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setkey)(string) | Sets the audio’s musical key. | -| [SetLogComment](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setlogcomment)(string) | Sets the user's log comment. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| override [AddValue](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/addvalue/)(string, string) | Adds string property. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| [SetAbsPeakAudioFilePath](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setabspeakaudiofilepath/)(string) | Sets the absolute peak audio file path. | +| [SetAlblum](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalblum/)(string) | Sets the alblum. | +| [SetAltTapeName](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttapename/)(string) | Sets the alternative tape name. | +| [SetAltTimeCode](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttimecode/)(Timecode) | Sets the alternative time code. | +| [SetArtist](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setartist/)(string) | Sets the artist. | +| [SetAudioChannelType](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiochanneltype/)(AudioChannelType) | Sets the audio channel type. | +| [SetAudioSampleRate](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosamplerate/)(int) | Sets the audio sample rate. | +| [SetAudioSampleType](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosampletype/)(AudioSampleType) | Sets the audio sample type. | +| [SetCameraAngle](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameraangle/)(string) | Sets the camera angle. | +| [SetCameraLabel](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameralabel/)(string) | Sets the camera label. | +| [SetCameraMove](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameramove/)(string) | Sets the camera move. | +| [SetClient](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setclient/)(string) | Sets the client. | +| [SetComment](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomment/)(string) | Sets the comment. | +| [SetComposer](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomposer/)(string) | Sets the composer. | +| [SetDirector](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirector/)(string) | Sets the director. | +| [SetDirectorPhotography](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirectorphotography/)(string) | Sets the director of photography. | +| [SetDuration](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setduration/)(Time) | Sets the duration. | +| [SetEngineer](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setengineer/)(string) | Sets the engineer. | +| [SetFileDataRate](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setfiledatarate/)(Rational) | Sets the file data rate. | +| [SetGenre](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgenre/)(string) | Sets the genre. | +| [SetGood](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgood/)(bool) | Sets the good. | +| [SetInstrument](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setinstrument/)(string) | Sets the instrument. | +| [SetIntroTime](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setintrotime/)(Time) | Sets the intro time. | +| [SetKey](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setkey/)(string) | Sets the audio’s musical key. | +| [SetLogComment](../../aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setlogcomment/)(string) | Sets the user's log comment. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | ### See Also -* class [XmpPackage](../../aspose.imaging.xmp/xmppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm) +* class [XmpPackage](../../aspose.imaging.xmp/xmppackage/) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../aspose.imaging.xmp.schemas.xmpdm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/addvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/addvalue/_index.md index 18dfe619c87d..b6eaddcb1523 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/addvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/addvalue/_index.md @@ -1,7 +1,7 @@ --- -title: AddValue +title: XmpDynamicMediaPackage.AddValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Adds string property type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/addvalue/ @@ -27,8 +27,8 @@ public override void AddValue(string key, string value) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setabspeakaudiofilepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setabspeakaudiofilepath/_index.md index 44d76416c3bc..fff3ac9f8dce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setabspeakaudiofilepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setabspeakaudiofilepath/_index.md @@ -1,7 +1,7 @@ --- -title: SetAbsPeakAudioFilePath +title: XmpDynamicMediaPackage.SetAbsPeakAudioFilePath second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the absolute peak audio file path type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setabspeakaudiofilepath/ @@ -20,8 +20,8 @@ public void SetAbsPeakAudioFilePath(string uri) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalblum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalblum/_index.md index d08b98d45c66..fad739fd75da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalblum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalblum/_index.md @@ -1,7 +1,7 @@ --- -title: SetAlblum +title: XmpDynamicMediaPackage.SetAlblum second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the alblum type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalblum/ @@ -20,8 +20,8 @@ public void SetAlblum(string album) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttapename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttapename/_index.md index 02f94e544125..d33bcc94275c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttapename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttapename/_index.md @@ -1,7 +1,7 @@ --- -title: SetAltTapeName +title: XmpDynamicMediaPackage.SetAltTapeName second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the alternative tape name type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttapename/ @@ -20,8 +20,8 @@ public void SetAltTapeName(string altTapeName) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttimecode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttimecode/_index.md index 30d9c8706ac1..f2905c0e32f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttimecode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttimecode/_index.md @@ -1,7 +1,7 @@ --- -title: SetAltTimeCode +title: XmpDynamicMediaPackage.SetAltTimeCode second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the alternative time code type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setalttimecode/ @@ -20,9 +20,9 @@ public void SetAltTimeCode(Timecode timecode) ### See Also -* class [Timecode](../../timecode) -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [Timecode](../../timecode/) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setartist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setartist/_index.md index 662c3f1cadac..2cc2043afcb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setartist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setartist/_index.md @@ -1,7 +1,7 @@ --- -title: SetArtist +title: XmpDynamicMediaPackage.SetArtist second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the artist type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setartist/ @@ -20,8 +20,8 @@ public void SetArtist(string artist) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiochanneltype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiochanneltype/_index.md index a55c1e1191e1..87576d55bd3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiochanneltype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiochanneltype/_index.md @@ -1,7 +1,7 @@ --- -title: SetAudioChannelType +title: XmpDynamicMediaPackage.SetAudioChannelType second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the audio channel type type: docs weight: 80 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiochanneltype/ @@ -20,9 +20,9 @@ public void SetAudioChannelType(AudioChannelType audioChannelType) ### See Also -* class [AudioChannelType](../../audiochanneltype) -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [AudioChannelType](../../audiochanneltype/) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosamplerate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosamplerate/_index.md index cf86066ed0e5..69470387568d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosamplerate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosamplerate/_index.md @@ -1,7 +1,7 @@ --- -title: SetAudioSampleRate +title: XmpDynamicMediaPackage.SetAudioSampleRate second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the audio sample rate type: docs weight: 90 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosamplerate/ @@ -20,8 +20,8 @@ public void SetAudioSampleRate(int rate) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosampletype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosampletype/_index.md index b93c0c6aeb29..a6e02c02420b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosampletype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosampletype/_index.md @@ -1,7 +1,7 @@ --- -title: SetAudioSampleType +title: XmpDynamicMediaPackage.SetAudioSampleType second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the audio sample type type: docs weight: 100 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setaudiosampletype/ @@ -20,9 +20,9 @@ public void SetAudioSampleType(AudioSampleType audioSampleType) ### See Also -* class [AudioSampleType](../../audiosampletype) -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [AudioSampleType](../../audiosampletype/) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameraangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameraangle/_index.md index 2b8d5b3f9234..8ef75ca8a955 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameraangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameraangle/_index.md @@ -1,7 +1,7 @@ --- -title: SetCameraAngle +title: XmpDynamicMediaPackage.SetCameraAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the camera angle type: docs weight: 110 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameraangle/ @@ -20,8 +20,8 @@ public void SetCameraAngle(string cameraAngle) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameralabel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameralabel/_index.md index 0fc6a0a87329..62e17a116a25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameralabel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameralabel/_index.md @@ -1,7 +1,7 @@ --- -title: SetCameraLabel +title: XmpDynamicMediaPackage.SetCameraLabel second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the camera label type: docs weight: 120 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameralabel/ @@ -20,8 +20,8 @@ public void SetCameraLabel(string cameraLabel) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameramove/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameramove/_index.md index e4afa8bd1837..92c2af5a25f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameramove/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameramove/_index.md @@ -1,7 +1,7 @@ --- -title: SetCameraMove +title: XmpDynamicMediaPackage.SetCameraMove second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the camera move type: docs weight: 130 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcameramove/ @@ -20,8 +20,8 @@ public void SetCameraMove(string cameraMove) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setclient/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setclient/_index.md index 1262ddbe3271..afbd5919d7f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setclient/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setclient/_index.md @@ -1,7 +1,7 @@ --- -title: SetClient +title: XmpDynamicMediaPackage.SetClient second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the client type: docs weight: 140 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setclient/ @@ -20,8 +20,8 @@ public void SetClient(string client) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomment/_index.md index 16d7164efe31..173cb089c51d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomment/_index.md @@ -1,7 +1,7 @@ --- -title: SetComment +title: XmpDynamicMediaPackage.SetComment second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the comment type: docs weight: 150 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomment/ @@ -20,8 +20,8 @@ public void SetComment(string comment) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomposer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomposer/_index.md index a7a8e411f91e..8e04043f3b38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomposer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomposer/_index.md @@ -1,7 +1,7 @@ --- -title: SetComposer +title: XmpDynamicMediaPackage.SetComposer second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the composer type: docs weight: 160 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setcomposer/ @@ -20,8 +20,8 @@ public void SetComposer(string composer) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirector/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirector/_index.md index 6212686e931f..c2342832a227 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirector/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirector/_index.md @@ -1,7 +1,7 @@ --- -title: SetDirector +title: XmpDynamicMediaPackage.SetDirector second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the director type: docs weight: 170 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirector/ @@ -20,8 +20,8 @@ public void SetDirector(string director) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirectorphotography/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirectorphotography/_index.md index 0cbf27b9518d..420cce17d336 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirectorphotography/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirectorphotography/_index.md @@ -1,7 +1,7 @@ --- -title: SetDirectorPhotography +title: XmpDynamicMediaPackage.SetDirectorPhotography second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the director of photography type: docs weight: 180 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setdirectorphotography/ @@ -20,8 +20,8 @@ public void SetDirectorPhotography(string directorPhotography) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setduration/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setduration/_index.md index 69354f6c000f..94efc4f3c500 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setduration/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setduration/_index.md @@ -1,7 +1,7 @@ --- -title: SetDuration +title: XmpDynamicMediaPackage.SetDuration second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the duration type: docs weight: 190 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setduration/ @@ -20,9 +20,9 @@ public void SetDuration(Time duration) ### See Also -* class [Time](../../time) -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [Time](../../time/) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setengineer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setengineer/_index.md index a86a0d04837e..adb880fe2a2a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setengineer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setengineer/_index.md @@ -1,7 +1,7 @@ --- -title: SetEngineer +title: XmpDynamicMediaPackage.SetEngineer second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the engineer type: docs weight: 200 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setengineer/ @@ -20,8 +20,8 @@ public void SetEngineer(string engineer) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setfiledatarate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setfiledatarate/_index.md index 1f7fd854d1f4..37d0ce4e1a81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setfiledatarate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setfiledatarate/_index.md @@ -1,7 +1,7 @@ --- -title: SetFileDataRate +title: XmpDynamicMediaPackage.SetFileDataRate second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the file data rate type: docs weight: 210 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setfiledatarate/ @@ -20,9 +20,9 @@ public void SetFileDataRate(Rational rate) ### See Also -* class [Rational](../../../aspose.imaging.xmp.types.derived/rational) -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [Rational](../../../aspose.imaging.xmp.types.derived/rational/) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgenre/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgenre/_index.md index 939a427a21a4..73803f087cff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgenre/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgenre/_index.md @@ -1,7 +1,7 @@ --- -title: SetGenre +title: XmpDynamicMediaPackage.SetGenre second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the genre type: docs weight: 220 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgenre/ @@ -20,8 +20,8 @@ public void SetGenre(string genre) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgood/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgood/_index.md index eb3ff62afd79..edfb95f1671e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgood/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgood/_index.md @@ -1,7 +1,7 @@ --- -title: SetGood +title: XmpDynamicMediaPackage.SetGood second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the good type: docs weight: 230 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setgood/ @@ -20,8 +20,8 @@ public void SetGood(bool good) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setinstrument/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setinstrument/_index.md index 538907cf9b8a..cb6963a30e9e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setinstrument/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setinstrument/_index.md @@ -1,7 +1,7 @@ --- -title: SetInstrument +title: XmpDynamicMediaPackage.SetInstrument second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the instrument type: docs weight: 240 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setinstrument/ @@ -20,8 +20,8 @@ public void SetInstrument(string instrument) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setintrotime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setintrotime/_index.md index c09e197e4734..09b2a902b9f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setintrotime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setintrotime/_index.md @@ -1,7 +1,7 @@ --- -title: SetIntroTime +title: XmpDynamicMediaPackage.SetIntroTime second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the intro time type: docs weight: 250 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setintrotime/ @@ -20,9 +20,9 @@ public void SetIntroTime(Time introTime) ### See Also -* class [Time](../../time) -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [Time](../../time/) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setkey/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setkey/_index.md index 6d7246dee253..c17d529c2e37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setkey/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setkey/_index.md @@ -1,7 +1,7 @@ --- -title: SetKey +title: XmpDynamicMediaPackage.SetKey second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the audios musical key type: docs weight: 260 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setkey/ @@ -20,8 +20,8 @@ public void SetKey(string key) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setlogcomment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setlogcomment/_index.md index 2663d21e61ff..5a3a2142ef0f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setlogcomment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setlogcomment/_index.md @@ -1,7 +1,7 @@ --- -title: SetLogComment +title: XmpDynamicMediaPackage.SetLogComment second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage method. Sets the users log comment type: docs weight: 270 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/setlogcomment/ @@ -20,8 +20,8 @@ public void SetLogComment(string comment) ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/xmpdynamicmediapackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/xmpdynamicmediapackage/_index.md index 351c8d6acdd3..d52708e7ae04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/xmpdynamicmediapackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/xmpdynamicmediapackage/_index.md @@ -1,7 +1,7 @@ --- -title: XmpDynamicMediaPackage +title: XmpDynamicMediaPackage.XmpDynamicMediaPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDynamicMediaPackage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpdm/xmpdynamicmediapackage/xmpdynamicmediapackage/ @@ -16,8 +16,8 @@ public XmpDynamicMediaPackage() ### See Also -* class [XmpDynamicMediaPackage](../../xmpdynamicmediapackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage) +* class [XmpDynamicMediaPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpDm](../../xmpdynamicmediapackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/_index.md index 24eb19cab406..fca862229352 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Schemas.XmpMm second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains related helper classes constants and methods that is primarily used by digital asset management DAM systems. +description: The namespace contains related helper classes constants and methods that is primarily used by digital asset management DAM systems type: docs weight: 1050 url: /net/aspose.imaging.xmp.schemas.xmpmm/ @@ -12,6 +12,6 @@ The namespace contains related helper classes, constants and methods that is pri | Class | Description | | --- | --- | -| [XmpMediaManagementPackage](./xmpmediamanagementpackage) | Represents XMP Media Management namespace. | +| [XmpMediaManagementPackage](./xmpmediamanagementpackage/) | Represents XMP Media Management namespace. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/_index.md index 682565739174..4049f65894fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/_index.md @@ -1,7 +1,7 @@ --- -title: XmpMediaManagementPackage +title: Class XmpMediaManagementPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpMm.XmpMediaManagementPackage class. Represents XMP Media Management namespace type: docs weight: 11800 url: /net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/ @@ -18,42 +18,42 @@ public sealed class XmpMediaManagementPackage : XmpPackage | Name | Description | | --- | --- | -| [XmpMediaManagementPackage](xmpmediamanagementpackage)() | The default constructor. | +| [XmpMediaManagementPackage](xmpmediamanagementpackage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| override [AddValue](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/addvalue)(string, string) | Adds string property. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| [SetDerivedFrom](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setderivedfrom)(ResourceRef) | Sets the derived from. | -| [SetDocumentId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid)(Guid) | Sets the document identifier. | -| [SetDocumentId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid)(string) | Sets the document identifier. | -| [SetInstanceId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid)(Guid) | Sets instance id. | -| [SetInstanceId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid)(string) | Sets instance id. | -| [SetOriginalDocumentId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid)(Guid) | Sets the original document id. | -| [SetOriginalDocumentId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid)(string) | Sets the original document id. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| override [AddValue](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/addvalue/)(string, string) | Adds string property. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| [SetDerivedFrom](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setderivedfrom/)(ResourceRef) | Sets the derived from. | +| [SetDocumentId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid/#setdocumentid)(Guid) | Sets the document identifier. | +| [SetDocumentId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid/#setdocumentid_1)(string) | Sets the document identifier. | +| [SetInstanceId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid/#setinstanceid)(Guid) | Sets instance id. | +| [SetInstanceId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid/#setinstanceid_1)(string) | Sets instance id. | +| [SetOriginalDocumentId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid/#setoriginaldocumentid)(Guid) | Sets the original document id. | +| [SetOriginalDocumentId](../../aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid/#setoriginaldocumentid_1)(string) | Sets the original document id. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | ### See Also -* class [XmpPackage](../../aspose.imaging.xmp/xmppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../aspose.imaging.xmp.schemas.xmpmm) +* class [XmpPackage](../../aspose.imaging.xmp/xmppackage/) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../aspose.imaging.xmp.schemas.xmpmm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/addvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/addvalue/_index.md index a38920fe0c62..3aa0efce5e1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/addvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/addvalue/_index.md @@ -1,7 +1,7 @@ --- -title: AddValue +title: XmpMediaManagementPackage.AddValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMediaManagementPackage method. Adds string property type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/addvalue/ @@ -21,8 +21,8 @@ public override void AddValue(string key, string value) ### See Also -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setderivedfrom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setderivedfrom/_index.md index 9886f7ab0a2c..a98971da6d77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setderivedfrom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setderivedfrom/_index.md @@ -1,7 +1,7 @@ --- -title: SetDerivedFrom +title: XmpMediaManagementPackage.SetDerivedFrom second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMediaManagementPackage method. Sets the derived from type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setderivedfrom/ @@ -20,9 +20,9 @@ public void SetDerivedFrom(ResourceRef resourceRef) ### See Also -* class [ResourceRef](../../../aspose.imaging.xmp.types.complex.resourceref/resourceref) -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [ResourceRef](../../../aspose.imaging.xmp.types.complex.resourceref/resourceref/) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid/_index.md index 270300d64e7b..6bddde2bab69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid/_index.md @@ -1,12 +1,12 @@ --- -title: SetDocumentId +title: XmpMediaManagementPackage.SetDocumentId second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMediaManagementPackage method. Sets the document identifier type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setdocumentid/ --- -## XmpMediaManagementPackage.SetDocumentId method (1 of 2) +## SetDocumentId(Guid) {#setdocumentid} Sets the document identifier. @@ -20,13 +20,13 @@ public void SetDocumentId(Guid guid) ### See Also -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) --- -## XmpMediaManagementPackage.SetDocumentId method (2 of 2) +## SetDocumentId(string) {#setdocumentid_1} Sets the document identifier. @@ -40,8 +40,8 @@ public void SetDocumentId(string guid) ### See Also -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid/_index.md index 654b73798972..7cd92596566e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid/_index.md @@ -1,12 +1,12 @@ --- -title: SetInstanceId +title: XmpMediaManagementPackage.SetInstanceId second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMediaManagementPackage method. Sets instance id type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setinstanceid/ --- -## XmpMediaManagementPackage.SetInstanceId method (1 of 2) +## SetInstanceId(Guid) {#setinstanceid} Sets instance id. @@ -20,13 +20,13 @@ public void SetInstanceId(Guid guid) ### See Also -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) --- -## XmpMediaManagementPackage.SetInstanceId method (2 of 2) +## SetInstanceId(string) {#setinstanceid_1} Sets instance id. @@ -40,8 +40,8 @@ public void SetInstanceId(string guid) ### See Also -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid/_index.md index 520b58feb95e..4ebb518a8f3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid/_index.md @@ -1,12 +1,12 @@ --- -title: SetOriginalDocumentId +title: XmpMediaManagementPackage.SetOriginalDocumentId second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMediaManagementPackage method. Sets the original document id type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/setoriginaldocumentid/ --- -## XmpMediaManagementPackage.SetOriginalDocumentId method (1 of 2) +## SetOriginalDocumentId(Guid) {#setoriginaldocumentid} Sets the original document id. @@ -20,13 +20,13 @@ public void SetOriginalDocumentId(Guid guid) ### See Also -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) --- -## XmpMediaManagementPackage.SetOriginalDocumentId method (2 of 2) +## SetOriginalDocumentId(string) {#setoriginaldocumentid_1} Sets the original document id. @@ -40,8 +40,8 @@ public void SetOriginalDocumentId(string guid) ### See Also -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/xmpmediamanagementpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/xmpmediamanagementpackage/_index.md index 69c1a9f4881b..12db4abb8a07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/xmpmediamanagementpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/xmpmediamanagementpackage/_index.md @@ -1,7 +1,7 @@ --- -title: XmpMediaManagementPackage +title: XmpMediaManagementPackage.XmpMediaManagementPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMediaManagementPackage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmpmm/xmpmediamanagementpackage/xmpmediamanagementpackage/ @@ -16,8 +16,8 @@ public XmpMediaManagementPackage() ### See Also -* class [XmpMediaManagementPackage](../../xmpmediamanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage) +* class [XmpMediaManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpMm](../../xmpmediamanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/_index.md index ad6deb2562b8..9ad21c4d4fb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Schemas.XmpRm second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains related to rights management helper classes constants and methods. These properties specify information regarding the legal restrictions associated with a resource. +description: The namespace contains related to rights management helper classes constants and methods. These properties specify information regarding the legal restrictions associated with a resource type: docs weight: 1060 url: /net/aspose.imaging.xmp.schemas.xmprm/ @@ -12,6 +12,6 @@ The namespace contains related to rights management helper classes, constants an | Class | Description | | --- | --- | -| [XmpRightsManagementPackage](./xmprightsmanagementpackage) | Represents XMP Rights Management namespace. | +| [XmpRightsManagementPackage](./xmprightsmanagementpackage/) | Represents XMP Rights Management namespace. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/_index.md index ed5c0d1eb90f..aeaa3fd2413d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/_index.md @@ -1,7 +1,7 @@ --- -title: XmpRightsManagementPackage +title: Class XmpRightsManagementPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Schemas.XmpRm.XmpRightsManagementPackage class. Represents XMP Rights Management namespace type: docs weight: 11810 url: /net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/ @@ -18,40 +18,40 @@ public sealed class XmpRightsManagementPackage : XmpPackage | Name | Description | | --- | --- | -| [XmpRightsManagementPackage](xmprightsmanagementpackage)() | The default constructor. | +| [XmpRightsManagementPackage](xmprightsmanagementpackage/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| override [AddValue](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/addvalue)(string, string) | Adds string property. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| [SetCertificate](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setcertificate)(string) | Sets the certificate. | -| [SetMarkedAsRightManagement](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setmarkedasrightmanagement)(bool) | Marks as right management content | -| [SetOwners](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setowners)(string[]) | Sets owners. | -| [SetUsageTerms](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setusageterms)(LangAlt) | Sets the usage terms. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| [SetWebStatement](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setwebstatement)(string) | Sets the web statement. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| override [AddValue](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/addvalue/)(string, string) | Adds string property. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| [SetCertificate](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setcertificate/)(string) | Sets the certificate. | +| [SetMarkedAsRightManagement](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setmarkedasrightmanagement/)(bool) | Marks as right management content | +| [SetOwners](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setowners/)(string[]) | Sets owners. | +| [SetUsageTerms](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setusageterms/)(LangAlt) | Sets the usage terms. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| [SetWebStatement](../../aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setwebstatement/)(string) | Sets the web statement. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | ### See Also -* class [XmpPackage](../../aspose.imaging.xmp/xmppackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../aspose.imaging.xmp.schemas.xmprm) +* class [XmpPackage](../../aspose.imaging.xmp/xmppackage/) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../aspose.imaging.xmp.schemas.xmprm/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/addvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/addvalue/_index.md index 2b2965a71f82..a4d2b5cb5eb8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/addvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/addvalue/_index.md @@ -1,7 +1,7 @@ --- -title: AddValue +title: XmpRightsManagementPackage.AddValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRightsManagementPackage method. Adds string property type: docs weight: 20 url: /net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/addvalue/ @@ -27,8 +27,8 @@ public override void AddValue(string key, string value) ### See Also -* class [XmpRightsManagementPackage](../../xmprightsmanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage) +* class [XmpRightsManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setcertificate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setcertificate/_index.md index e0aeb3a5e167..6a951a6cc5bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setcertificate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setcertificate/_index.md @@ -1,7 +1,7 @@ --- -title: SetCertificate +title: XmpRightsManagementPackage.SetCertificate second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRightsManagementPackage method. Sets the certificate type: docs weight: 30 url: /net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setcertificate/ @@ -20,8 +20,8 @@ public void SetCertificate(string certificate) ### See Also -* class [XmpRightsManagementPackage](../../xmprightsmanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage) +* class [XmpRightsManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setmarkedasrightmanagement/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setmarkedasrightmanagement/_index.md index 08798f462352..08778980b5f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setmarkedasrightmanagement/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setmarkedasrightmanagement/_index.md @@ -1,7 +1,7 @@ --- -title: SetMarkedAsRightManagement +title: XmpRightsManagementPackage.SetMarkedAsRightManagement second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRightsManagementPackage method. Marks as right management content type: docs weight: 40 url: /net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setmarkedasrightmanagement/ @@ -20,8 +20,8 @@ public void SetMarkedAsRightManagement(bool value) ### See Also -* class [XmpRightsManagementPackage](../../xmprightsmanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage) +* class [XmpRightsManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setowners/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setowners/_index.md index f70b53878dda..e5f6379a7463 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setowners/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setowners/_index.md @@ -1,7 +1,7 @@ --- -title: SetOwners +title: XmpRightsManagementPackage.SetOwners second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRightsManagementPackage method. Sets owners type: docs weight: 50 url: /net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setowners/ @@ -20,8 +20,8 @@ public void SetOwners(string[] owners) ### See Also -* class [XmpRightsManagementPackage](../../xmprightsmanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage) +* class [XmpRightsManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setusageterms/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setusageterms/_index.md index 79b0fe55740c..b79cb078de51 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setusageterms/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setusageterms/_index.md @@ -1,7 +1,7 @@ --- -title: SetUsageTerms +title: XmpRightsManagementPackage.SetUsageTerms second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRightsManagementPackage method. Sets the usage terms type: docs weight: 60 url: /net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setusageterms/ @@ -26,9 +26,9 @@ public void SetUsageTerms(LangAlt usageTerms) ### See Also -* class [LangAlt](../../../aspose.imaging.xmp/langalt) -* class [XmpRightsManagementPackage](../../xmprightsmanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage) +* class [LangAlt](../../../aspose.imaging.xmp/langalt/) +* class [XmpRightsManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setwebstatement/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setwebstatement/_index.md index 45bb2b861a26..ab8aca064975 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setwebstatement/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setwebstatement/_index.md @@ -1,7 +1,7 @@ --- -title: SetWebStatement +title: XmpRightsManagementPackage.SetWebStatement second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRightsManagementPackage method. Sets the web statement type: docs weight: 70 url: /net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/setwebstatement/ @@ -20,8 +20,8 @@ public void SetWebStatement(string webStatementUrl) ### See Also -* class [XmpRightsManagementPackage](../../xmprightsmanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage) +* class [XmpRightsManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/xmprightsmanagementpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/xmprightsmanagementpackage/_index.md index f768c4566ad5..469481142cc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/xmprightsmanagementpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/xmprightsmanagementpackage/_index.md @@ -1,7 +1,7 @@ --- -title: XmpRightsManagementPackage +title: XmpRightsManagementPackage.XmpRightsManagementPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRightsManagementPackage constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.schemas.xmprm/xmprightsmanagementpackage/xmprightsmanagementpackage/ @@ -16,8 +16,8 @@ public XmpRightsManagementPackage() ### See Also -* class [XmpRightsManagementPackage](../../xmprightsmanagementpackage) -* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage) +* class [XmpRightsManagementPackage](../) +* namespace [Aspose.Imaging.Xmp.Schemas.XmpRm](../../xmprightsmanagementpackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/_index.md index c7d4737ea5ca..62effa9fe645 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Basic second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes that represent the basic type values of XMP properties. +description: The namespace contains classes that represent the basic type values of XMP properties type: docs weight: 1080 url: /net/aspose.imaging.xmp.types.basic/ @@ -12,10 +12,10 @@ The namespace contains classes that represent the basic type values of XMP prope | Class | Description | | --- | --- | -| [XmpBoolean](./xmpboolean) | Represents XMP Boolean basic type. | -| [XmpDate](./xmpdate) | Represents Date in XMP packet. | -| [XmpInteger](./xmpinteger) | Represents XMP Integer basic type. | -| [XmpReal](./xmpreal) | Represents XMP Real. | -| [XmpText](./xmptext) | Represents XMP Text basic type. | +| [XmpBoolean](./xmpboolean/) | Represents XMP Boolean basic type. | +| [XmpDate](./xmpdate/) | Represents Date in XMP packet. | +| [XmpInteger](./xmpinteger/) | Represents XMP Integer basic type. | +| [XmpReal](./xmpreal/) | Represents XMP Real. | +| [XmpText](./xmptext/) | Represents XMP Text basic type. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/_index.md index d5fab6313918..2bd12056d021 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/_index.md @@ -1,7 +1,7 @@ --- -title: XmpBoolean +title: Class XmpBoolean second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Basic.XmpBoolean class. Represents XMP Boolean basic type type: docs weight: 11820 url: /net/aspose.imaging.xmp.types.basic/xmpboolean/ @@ -18,26 +18,26 @@ public sealed class XmpBoolean : XmpTypeBase | Name | Description | | --- | --- | -| [XmpBoolean](xmpboolean)() | Initializes a new instance of the [`XmpBoolean`](../xmpboolean) class with default value. | -| [XmpBoolean](xmpboolean)(bool) | Initializes a new instance of the [`XmpBoolean`](../xmpboolean) class based on boolean value. | -| [XmpBoolean](xmpboolean)(string) | Initializes a new instance of the [`XmpBoolean`](../xmpboolean) class. | +| [XmpBoolean](xmpboolean/#constructor)() | Initializes a new instance of the `XmpBoolean` class with default value. | +| [XmpBoolean](xmpboolean/#constructor_1)(bool) | Initializes a new instance of the `XmpBoolean` class based on boolean value. | +| [XmpBoolean](xmpboolean/#constructor_2)(string) | Initializes a new instance of the `XmpBoolean` class. | ## Properties | Name | Description | | --- | --- | -| [Value](../../aspose.imaging.xmp.types.basic/xmpboolean/value) { get; set; } | Gets or sets a value indicating whether this [`XmpBoolean`](../xmpboolean) is value. | +| [Value](../../aspose.imaging.xmp.types.basic/xmpboolean/value/) { get; set; } | Gets or sets a value indicating whether this `XmpBoolean` is value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmpboolean/getxmprepresentation)() | Returns string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmpboolean/getxmprepresentation/)() | Returns string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/getxmprepresentation/_index.md index 415e7c66c80f..4749d7b4ee93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: XmpBoolean.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBoolean method. Returns string contained value in XMP format type: docs weight: 30 url: /net/aspose.imaging.xmp.types.basic/xmpboolean/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns string containing xmp representation. ### See Also -* class [XmpBoolean](../../xmpboolean) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean) +* class [XmpBoolean](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/value/_index.md index 3d880d7e7605..2290227e03dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/value/_index.md @@ -1,14 +1,14 @@ --- -title: Value +title: XmpBoolean.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBoolean property. Gets or sets a value indicating whether this XmpBoolean is value type: docs weight: 20 url: /net/aspose.imaging.xmp.types.basic/xmpboolean/value/ --- ## XmpBoolean.Value property -Gets or sets a value indicating whether this [`XmpBoolean`](../../xmpboolean) is value. +Gets or sets a value indicating whether this [`XmpBoolean`](../) is value. ```csharp public bool Value { get; set; } @@ -20,8 +20,8 @@ public bool Value { get; set; } ### See Also -* class [XmpBoolean](../../xmpboolean) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean) +* class [XmpBoolean](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/xmpboolean/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/xmpboolean/_index.md index 89ef72d6440d..d529bc147e32 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/xmpboolean/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpboolean/xmpboolean/_index.md @@ -1,14 +1,14 @@ --- -title: XmpBoolean +title: XmpBoolean.XmpBoolean second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpBoolean constructor. Initializes a new instance of the XmpBoolean class based on boolean value type: docs weight: 10 url: /net/aspose.imaging.xmp.types.basic/xmpboolean/xmpboolean/ --- -## XmpBoolean constructor (1 of 3) +## XmpBoolean(bool) {#constructor_1} -Initializes a new instance of the [`XmpBoolean`](../../xmpboolean) class based on boolean value. +Initializes a new instance of the [`XmpBoolean`](../) class based on boolean value. ```csharp public XmpBoolean(bool value) @@ -20,15 +20,15 @@ public XmpBoolean(bool value) ### See Also -* class [XmpBoolean](../../xmpboolean) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean) +* class [XmpBoolean](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean/) * assembly [Aspose.Imaging](../../../) --- -## XmpBoolean constructor (2 of 3) +## XmpBoolean() {#constructor} -Initializes a new instance of the [`XmpBoolean`](../../xmpboolean) class with default value. +Initializes a new instance of the [`XmpBoolean`](../) class with default value. ```csharp public XmpBoolean() @@ -36,15 +36,15 @@ public XmpBoolean() ### See Also -* class [XmpBoolean](../../xmpboolean) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean) +* class [XmpBoolean](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean/) * assembly [Aspose.Imaging](../../../) --- -## XmpBoolean constructor (3 of 3) +## XmpBoolean(string) {#constructor_2} -Initializes a new instance of the [`XmpBoolean`](../../xmpboolean) class. +Initializes a new instance of the [`XmpBoolean`](../) class. ```csharp public XmpBoolean(string value) @@ -63,8 +63,8 @@ public XmpBoolean(string value) ### See Also -* class [XmpBoolean](../../xmpboolean) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean) +* class [XmpBoolean](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpboolean/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/_index.md index b41eb6f6b39b..9ab849589cee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/_index.md @@ -1,7 +1,7 @@ --- -title: XmpDate +title: Class XmpDate second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Basic.XmpDate class. Represents Date in XMP packet type: docs weight: 11830 url: /net/aspose.imaging.xmp.types.basic/xmpdate/ @@ -18,36 +18,36 @@ public sealed class XmpDate : XmpTypeBase | Name | Description | | --- | --- | -| [XmpDate](xmpdate)(DateTime) | Initializes a new instance of the [`XmpDate`](../xmpdate) class. | -| [XmpDate](xmpdate)(string) | Initializes a new instance of the [`XmpDate`](../xmpdate) class. | +| [XmpDate](xmpdate/#constructor)(DateTime) | Initializes a new instance of the `XmpDate` class. | +| [XmpDate](xmpdate/#constructor_1)(string) | Initializes a new instance of the `XmpDate` class. | ## Properties | Name | Description | | --- | --- | -| [Format](../../aspose.imaging.xmp.types.basic/xmpdate/format) { get; } | Gets the format string for current value. | -| [Value](../../aspose.imaging.xmp.types.basic/xmpdate/value) { get; set; } | Gets or sets the date value. | +| [Format](../../aspose.imaging.xmp.types.basic/xmpdate/format/) { get; } | Gets the format string for current value. | +| [Value](../../aspose.imaging.xmp.types.basic/xmpdate/value/) { get; set; } | Gets or sets the date value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmpdate/getxmprepresentation)() | Returns string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmpdate/getxmprepresentation/)() | Returns string contained value in XMP format. | ## Fields | Name | Description | | --- | --- | -| const [Iso8601Format](../../aspose.imaging.xmp.types.basic/xmpdate/iso8601format) | The ISO 8601 (roundtrip) format string. | +| const [Iso8601Format](../../aspose.imaging.xmp.types.basic/xmpdate/iso8601format/) | The ISO 8601 (roundtrip) format string. | -### Remarks +## Remarks A date-time value is represented using a subset of the formats as defined in Date and Time Formats: YYYY YYYY-MM YYYY-MM-DD YYYY-MM-DDThh:mmTZD YYYY-MM-DDThh:mm:ssTZD YYYY-MM-DDThh:mm:ss.sTZD ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/format/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/format/_index.md index 4644eb042e04..4bee4a9d92ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/format/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/format/_index.md @@ -1,7 +1,7 @@ --- -title: Format +title: XmpDate.Format second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDate property. Gets the format string for current value type: docs weight: 20 url: /net/aspose.imaging.xmp.types.basic/xmpdate/format/ @@ -20,8 +20,8 @@ The format string for current value. ### See Also -* class [XmpDate](../../xmpdate) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate) +* class [XmpDate](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/getxmprepresentation/_index.md index 7e82b81f8835..c76d25c91397 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: XmpDate.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDate method. Returns string contained value in XMP format type: docs weight: 40 url: /net/aspose.imaging.xmp.types.basic/xmpdate/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns string containing xmp representation ### See Also -* class [XmpDate](../../xmpdate) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate) +* class [XmpDate](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/iso8601format/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/iso8601format/_index.md index 0e33cd0d9620..5953a8a3845d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/iso8601format/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/iso8601format/_index.md @@ -1,7 +1,7 @@ --- -title: Iso8601Format +title: XmpDate.Iso8601Format second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDate field. The ISO 8601 roundtrip format string type: docs weight: 50 url: /net/aspose.imaging.xmp.types.basic/xmpdate/iso8601format/ @@ -14,14 +14,14 @@ The ISO 8601 (roundtrip) format string. public const string Iso8601Format; ``` -### Remarks +## Remarks See more: https://en.wikipedia.org/wiki/ISO_8601. ### See Also -* class [XmpDate](../../xmpdate) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate) +* class [XmpDate](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/value/_index.md index 71653920acff..479597b4c658 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: XmpDate.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDate property. Gets or sets the date value type: docs weight: 30 url: /net/aspose.imaging.xmp.types.basic/xmpdate/value/ @@ -20,8 +20,8 @@ The date value. ### See Also -* class [XmpDate](../../xmpdate) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate) +* class [XmpDate](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/xmpdate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/xmpdate/_index.md index d27286a484c6..ab2d38d9860c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/xmpdate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpdate/xmpdate/_index.md @@ -1,14 +1,14 @@ --- -title: XmpDate +title: XmpDate.XmpDate second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpDate constructor. Initializes a new instance of the XmpDate class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.basic/xmpdate/xmpdate/ --- -## XmpDate constructor (1 of 2) +## XmpDate(DateTime) {#constructor} -Initializes a new instance of the [`XmpDate`](../../xmpdate) class. +Initializes a new instance of the [`XmpDate`](../) class. ```csharp public XmpDate(DateTime dateTime) @@ -20,15 +20,15 @@ public XmpDate(DateTime dateTime) ### See Also -* class [XmpDate](../../xmpdate) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate) +* class [XmpDate](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate/) * assembly [Aspose.Imaging](../../../) --- -## XmpDate constructor (2 of 2) +## XmpDate(string) {#constructor_1} -Initializes a new instance of the [`XmpDate`](../../xmpdate) class. +Initializes a new instance of the [`XmpDate`](../) class. ```csharp public XmpDate(string dateString) @@ -46,8 +46,8 @@ public XmpDate(string dateString) ### See Also -* class [XmpDate](../../xmpdate) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate) +* class [XmpDate](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpdate/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/_index.md index 333d61985809..96177cd20892 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/_index.md @@ -1,7 +1,7 @@ --- -title: XmpInteger +title: Class XmpInteger second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Basic.XmpInteger class. Represents XMP Integer basic type type: docs weight: 11840 url: /net/aspose.imaging.xmp.types.basic/xmpinteger/ @@ -18,26 +18,26 @@ public sealed class XmpInteger : XmpTypeBase | Name | Description | | --- | --- | -| [XmpInteger](xmpinteger)(int) | Initializes a new instance of the [`XmpInteger`](../xmpinteger) class. | -| [XmpInteger](xmpinteger)(long) | Initializes a new instance of the [`XmpInteger`](../xmpinteger) class. | -| [XmpInteger](xmpinteger)(string) | Initializes a new instance of the [`XmpInteger`](../xmpinteger) class. | +| [XmpInteger](xmpinteger/#constructor)(int) | Initializes a new instance of the `XmpInteger` class. | +| [XmpInteger](xmpinteger/#constructor_1)(long) | Initializes a new instance of the `XmpInteger` class. | +| [XmpInteger](xmpinteger/#constructor_2)(string) | Initializes a new instance of the `XmpInteger` class. | ## Properties | Name | Description | | --- | --- | -| [Value](../../aspose.imaging.xmp.types.basic/xmpinteger/value) { get; set; } | Gets or sets the value. | +| [Value](../../aspose.imaging.xmp.types.basic/xmpinteger/value/) { get; set; } | Gets or sets the value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmpinteger/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmpinteger/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/getxmprepresentation/_index.md index 9b8017c99ccc..80335be0cb9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: XmpInteger.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpInteger method. Gets the string contained value in XMP format type: docs weight: 30 url: /net/aspose.imaging.xmp.types.basic/xmpinteger/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [XmpInteger](../../xmpinteger) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger) +* class [XmpInteger](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/value/_index.md index 4d900fcfc300..bbd853e2ccfa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: XmpInteger.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpInteger property. Gets or sets the value type: docs weight: 20 url: /net/aspose.imaging.xmp.types.basic/xmpinteger/value/ @@ -20,8 +20,8 @@ The value. ### See Also -* class [XmpInteger](../../xmpinteger) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger) +* class [XmpInteger](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/xmpinteger/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/xmpinteger/_index.md index 0b1251eb69fa..0155a845416d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/xmpinteger/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpinteger/xmpinteger/_index.md @@ -1,14 +1,14 @@ --- -title: XmpInteger +title: XmpInteger.XmpInteger second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpInteger constructor. Initializes a new instance of the XmpInteger class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.basic/xmpinteger/xmpinteger/ --- -## XmpInteger constructor (1 of 3) +## XmpInteger(long) {#constructor_1} -Initializes a new instance of the [`XmpInteger`](../../xmpinteger) class. +Initializes a new instance of the [`XmpInteger`](../) class. ```csharp public XmpInteger(long value) @@ -20,15 +20,15 @@ public XmpInteger(long value) ### See Also -* class [XmpInteger](../../xmpinteger) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger) +* class [XmpInteger](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger/) * assembly [Aspose.Imaging](../../../) --- -## XmpInteger constructor (2 of 3) +## XmpInteger(int) {#constructor} -Initializes a new instance of the [`XmpInteger`](../../xmpinteger) class. +Initializes a new instance of the [`XmpInteger`](../) class. ```csharp public XmpInteger(int value) @@ -40,15 +40,15 @@ public XmpInteger(int value) ### See Also -* class [XmpInteger](../../xmpinteger) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger) +* class [XmpInteger](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger/) * assembly [Aspose.Imaging](../../../) --- -## XmpInteger constructor (3 of 3) +## XmpInteger(string) {#constructor_2} -Initializes a new instance of the [`XmpInteger`](../../xmpinteger) class. +Initializes a new instance of the [`XmpInteger`](../) class. ```csharp public XmpInteger(string value) @@ -67,8 +67,8 @@ public XmpInteger(string value) ### See Also -* class [XmpInteger](../../xmpinteger) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger) +* class [XmpInteger](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpinteger/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/_index.md index 1684f348085a..03305a11daeb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/_index.md @@ -1,7 +1,7 @@ --- -title: XmpReal +title: Class XmpReal second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Basic.XmpReal class. Represents XMP Real type: docs weight: 11850 url: /net/aspose.imaging.xmp.types.basic/xmpreal/ @@ -18,25 +18,25 @@ public sealed class XmpReal : XmpTypeBase | Name | Description | | --- | --- | -| [XmpReal](xmpreal)(float) | Initializes a new instance of the [`XmpReal`](../xmpreal) class. | -| [XmpReal](xmpreal)(string) | Initializes a new instance of the [`XmpReal`](../xmpreal) class. | +| [XmpReal](xmpreal/#constructor)(float) | Initializes a new instance of the `XmpReal` class. | +| [XmpReal](xmpreal/#constructor_1)(string) | Initializes a new instance of the `XmpReal` class. | ## Properties | Name | Description | | --- | --- | -| [Value](../../aspose.imaging.xmp.types.basic/xmpreal/value) { get; set; } | Gets or sets float the value. | +| [Value](../../aspose.imaging.xmp.types.basic/xmpreal/value/) { get; set; } | Gets or sets float the value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmpreal/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmpreal/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/getxmprepresentation/_index.md index e19b0ed59db9..d2d0883655dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: XmpReal.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpReal method. Gets the string contained value in XMP format type: docs weight: 30 url: /net/aspose.imaging.xmp.types.basic/xmpreal/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [XmpReal](../../xmpreal) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpreal) +* class [XmpReal](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpreal/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/value/_index.md index 114b2fbd0f87..3c4835906d01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: XmpReal.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpReal property. Gets or sets float the value type: docs weight: 20 url: /net/aspose.imaging.xmp.types.basic/xmpreal/value/ @@ -20,8 +20,8 @@ The float value. ### See Also -* class [XmpReal](../../xmpreal) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpreal) +* class [XmpReal](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpreal/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/xmpreal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/xmpreal/_index.md index 9ecb8ebe601a..8e6b5406c8c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/xmpreal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmpreal/xmpreal/_index.md @@ -1,14 +1,14 @@ --- -title: XmpReal +title: XmpReal.XmpReal second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpReal constructor. Initializes a new instance of the XmpReal class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.basic/xmpreal/xmpreal/ --- -## XmpReal constructor (1 of 2) +## XmpReal(float) {#constructor} -Initializes a new instance of the [`XmpReal`](../../xmpreal) class. +Initializes a new instance of the [`XmpReal`](../) class. ```csharp public XmpReal(float value) @@ -20,15 +20,15 @@ public XmpReal(float value) ### See Also -* class [XmpReal](../../xmpreal) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpreal) +* class [XmpReal](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpreal/) * assembly [Aspose.Imaging](../../../) --- -## XmpReal constructor (2 of 2) +## XmpReal(string) {#constructor_1} -Initializes a new instance of the [`XmpReal`](../../xmpreal) class. +Initializes a new instance of the [`XmpReal`](../) class. ```csharp public XmpReal(string value) @@ -47,8 +47,8 @@ public XmpReal(string value) ### See Also -* class [XmpReal](../../xmpreal) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpreal) +* class [XmpReal](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmpreal/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/_index.md index cc6701fe76c4..a3b5380282b6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/_index.md @@ -1,7 +1,7 @@ --- -title: XmpText +title: Class XmpText second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Basic.XmpText class. Represents XMP Text basic type type: docs weight: 11860 url: /net/aspose.imaging.xmp.types.basic/xmptext/ @@ -18,24 +18,24 @@ public class XmpText : XmpTypeBase | Name | Description | | --- | --- | -| [XmpText](xmptext)(string) | Initializes a new instance of the [`XmpText`](../xmptext) class. | +| [XmpText](xmptext/)(string) | Initializes a new instance of the `XmpText` class. | ## Properties | Name | Description | | --- | --- | -| [Value](../../aspose.imaging.xmp.types.basic/xmptext/value) { get; set; } | Gets or sets the text value. | +| [Value](../../aspose.imaging.xmp.types.basic/xmptext/value/) { get; set; } | Gets or sets the text value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../aspose.imaging.xmp.types.basic/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/_index.md index 8aabf1a732e8..7f9074d51cae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: XmpText.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpText method. Gets the string contained value in XMP format type: docs weight: 30 url: /net/aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [XmpText](../../xmptext) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmptext) +* class [XmpText](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmptext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/value/_index.md index d306dc892e24..4e08e4bd805a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: XmpText.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpText property. Gets or sets the text value type: docs weight: 20 url: /net/aspose.imaging.xmp.types.basic/xmptext/value/ @@ -20,8 +20,8 @@ The text value. ### See Also -* class [XmpText](../../xmptext) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmptext) +* class [XmpText](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmptext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/xmptext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/xmptext/_index.md index e6fceaba4328..afde4ad5b5dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/xmptext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.basic/xmptext/xmptext/_index.md @@ -1,14 +1,14 @@ --- -title: XmpText +title: XmpText.XmpText second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpText constructor. Initializes a new instance of the XmpText class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.basic/xmptext/xmptext/ --- ## XmpText constructor -Initializes a new instance of the [`XmpText`](../../xmptext) class. +Initializes a new instance of the [`XmpText`](../) class. ```csharp public XmpText(string value) @@ -20,8 +20,8 @@ public XmpText(string value) ### See Also -* class [XmpText](../../xmptext) -* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmptext) +* class [XmpText](../) +* namespace [Aspose.Imaging.Xmp.Types.Basic](../../xmptext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/_index.md index bf95680c8301..f0d8c8a065ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Complex.Colorant second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes that represent the structures containing the characteristics of a colorant swatch used in a document. +description: The namespace contains classes that represent the structures containing the characteristics of a colorant swatch used in a document type: docs weight: 1100 url: /net/aspose.imaging.xmp.types.complex.colorant/ @@ -12,15 +12,15 @@ The namespace contains classes that represent the structures containing the char | Class | Description | | --- | --- | -| [ColorantBase](./colorantbase) | Represents XMP Colorant type. | -| [ColorantCmyk](./colorantcmyk) | Represents CMYK Colorant. | -| [ColorantLab](./colorantlab) | Represents LAB Colorant. | -| [ColorantRgb](./colorantrgb) | Represents RGB Colorant. | +| [ColorantBase](./colorantbase/) | Represents XMP Colorant type. | +| [ColorantCmyk](./colorantcmyk/) | Represents CMYK Colorant. | +| [ColorantLab](./colorantlab/) | Represents LAB Colorant. | +| [ColorantRgb](./colorantrgb/) | Represents RGB Colorant. | ## Enumeration | Enumeration | Description | | --- | --- | -| [ColorMode](./colormode) | Represents color mode. | -| [ColorType](./colortype) | Type of color. | +| [ColorMode](./colormode/) | Represents color mode. | +| [ColorType](./colortype/) | Type of color. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/_index.md index 7c4e33a22d31..2a4f5e9b29ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/_index.md @@ -1,7 +1,7 @@ --- -title: ColorantBase +title: Class ColorantBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Colorant.ColorantBase class. Represents XMP Colorant type type: docs weight: 11890 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantbase/ @@ -18,22 +18,22 @@ public abstract class ColorantBase : ComplexTypeBase | Name | Description | | --- | --- | -| [ColorType](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype) { get; set; } | Gets or sets the type of the color. | -| [Mode](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/mode) { get; } | Gets [`ColorMode`](../colormode). | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [SwatchName](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname) { get; set; } | Gets or sets the name of the swatch. | +| [ColorType](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/) { get; set; } | Gets or sets the type of the color. | +| [Mode](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/) { get; } | Gets [`ColorMode`](../colormode/). | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [SwatchName](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/) { get; set; } | Gets or sets the name of the swatch. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant) +* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/_index.md index d84a9bb7730b..7e27030ec82e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorType +title: ColorantBase.ColorType second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantBase property. Gets or sets the type of the color type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/ @@ -20,9 +20,9 @@ The type of the color. ### See Also -* enum [ColorType](../../colortype) -* class [ColorantBase](../../colorantbase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantbase) +* enum [ColorType](../../colortype/) +* class [ColorantBase](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/getxmprepresentation/_index.md index b853dbdfb6ec..398344ea136e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: ColorantBase.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantBase method. Gets the string contained value in XMP format type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantbase/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [ColorantBase](../../colorantbase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantbase) +* class [ColorantBase](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/_index.md index ad50a4c553fd..859e93e7837f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/_index.md @@ -1,14 +1,14 @@ --- -title: Mode +title: ColorantBase.Mode second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantBase property. Gets ColorMode type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/ --- ## ColorantBase.Mode property -Gets [`ColorMode`](../../colormode). +Gets [`ColorMode`](../../colormode/). ```csharp public ColorMode Mode { get; } @@ -20,9 +20,9 @@ The color mode. ### See Also -* enum [ColorMode](../../colormode) -* class [ColorantBase](../../colorantbase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantbase) +* enum [ColorMode](../../colormode/) +* class [ColorantBase](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/_index.md index daf741480cb2..3bbeafb081cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/_index.md @@ -1,7 +1,7 @@ --- -title: SwatchName +title: ColorantBase.SwatchName second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantBase property. Gets or sets the name of the swatch type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/ @@ -20,8 +20,8 @@ The name of the swatch. ### See Also -* class [ColorantBase](../../colorantbase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantbase) +* class [ColorantBase](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/_index.md index c26139290648..581cb71896a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/_index.md @@ -1,7 +1,7 @@ --- -title: ColorantCmyk +title: Class ColorantCmyk second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Colorant.ColorantCmyk class. Represents CMYK Colorant type: docs weight: 11900 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/ @@ -18,40 +18,40 @@ public sealed class ColorantCmyk : ColorantBase | Name | Description | | --- | --- | -| [ColorantCmyk](colorantcmyk)() | Initializes a new instance of the [`ColorantCmyk`](../colorantcmyk) class. | -| [ColorantCmyk](colorantcmyk)(float, float, float, float) | Initializes a new instance of the [`ColorantCmyk`](../colorantcmyk) class. | +| [ColorantCmyk](colorantcmyk/#constructor)() | Initializes a new instance of the `ColorantCmyk` class. | +| [ColorantCmyk](colorantcmyk/#constructor_1)(float, float, float, float) | Initializes a new instance of the `ColorantCmyk` class. | ## Properties | Name | Description | | --- | --- | -| [Black](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/black) { get; set; } | Gets or sets the black component value. | -| [ColorType](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype) { get; set; } | Gets or sets the type of the color. | -| [Cyan](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/cyan) { get; set; } | Gets or sets the cyan component value. | -| [Magenta](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/magenta) { get; set; } | Gets or sets the magenta component value. | -| [Mode](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/mode) { get; } | Gets [`ColorMode`](../colormode). | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [SwatchName](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname) { get; set; } | Gets or sets the name of the swatch. | -| [Yellow](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/yellow) { get; set; } | Gets or sets the yellow component value. | +| [Black](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/black/) { get; set; } | Gets or sets the black component value. | +| [ColorType](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/) { get; set; } | Gets or sets the type of the color. | +| [Cyan](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/cyan/) { get; set; } | Gets or sets the cyan component value. | +| [Magenta](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/magenta/) { get; set; } | Gets or sets the magenta component value. | +| [Mode](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/) { get; } | Gets [`ColorMode`](../colormode/). | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [SwatchName](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/) { get; set; } | Gets or sets the name of the swatch. | +| [Yellow](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/yellow/) { get; set; } | Gets or sets the yellow component value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/getxmprepresentation/)() | Gets the string contained value in XMP format. | ## Fields | Name | Description | | --- | --- | -| const [ColorValueMax](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemax) | Color max value in CMYK colorant. | -| const [ColorValueMin](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemin) | Color min value in CMYK colorant. | +| const [ColorValueMax](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemax/) | Color max value in CMYK colorant. | +| const [ColorValueMin](../../aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemin/) | Color min value in CMYK colorant. | ### See Also -* class [ColorantBase](../colorantbase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant) +* class [ColorantBase](../colorantbase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/black/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/black/_index.md index 464a82d0cfe8..487937da3410 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/black/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/black/_index.md @@ -1,7 +1,7 @@ --- -title: Black +title: ColorantCmyk.Black second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantCmyk property. Gets or sets the black component value type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/black/ @@ -20,8 +20,8 @@ The black component value. ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorantcmyk/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorantcmyk/_index.md index b3b79967d2ee..908e182a7fb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorantcmyk/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorantcmyk/_index.md @@ -1,14 +1,14 @@ --- -title: ColorantCmyk +title: ColorantCmyk.ColorantCmyk second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantCmyk constructor. Initializes a new instance of the ColorantCmyk class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorantcmyk/ --- -## ColorantCmyk constructor (1 of 2) +## ColorantCmyk() {#constructor} -Initializes a new instance of the [`ColorantCmyk`](../../colorantcmyk) class. +Initializes a new instance of the [`ColorantCmyk`](../) class. ```csharp public ColorantCmyk() @@ -16,15 +16,15 @@ public ColorantCmyk() ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) --- -## ColorantCmyk constructor (2 of 2) +## ColorantCmyk(float, float, float, float) {#constructor_1} -Initializes a new instance of the [`ColorantCmyk`](../../colorantcmyk) class. +Initializes a new instance of the [`ColorantCmyk`](../) class. ```csharp public ColorantCmyk(float black, float cyan, float magenta, float yellow) @@ -39,8 +39,8 @@ public ColorantCmyk(float black, float cyan, float magenta, float yellow) ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemax/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemax/_index.md index fa19db9ec9cd..365eabf58687 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemax/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemax/_index.md @@ -1,7 +1,7 @@ --- -title: ColorValueMax +title: ColorantCmyk.ColorValueMax second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantCmyk field. Color max value in CMYK colorant type: docs weight: 70 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemax/ @@ -16,8 +16,8 @@ public const float ColorValueMax; ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemin/_index.md index 42bbc4c6f38f..90a02fa1dc13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemin/_index.md @@ -1,7 +1,7 @@ --- -title: ColorValueMin +title: ColorantCmyk.ColorValueMin second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantCmyk field. Color min value in CMYK colorant type: docs weight: 80 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/colorvaluemin/ @@ -16,8 +16,8 @@ public const float ColorValueMin; ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/cyan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/cyan/_index.md index bee7f424f3a2..bd78f56ecbd3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/cyan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/cyan/_index.md @@ -1,7 +1,7 @@ --- -title: Cyan +title: ColorantCmyk.Cyan second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantCmyk property. Gets or sets the cyan component value type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/cyan/ @@ -20,8 +20,8 @@ The cyan component value. ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/getxmprepresentation/_index.md index b8fd4a671c9f..6d0da52cdfa7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: ColorantCmyk.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantCmyk method. Gets the string contained value in XMP format type: docs weight: 60 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/magenta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/magenta/_index.md index f67414fe6946..7abfc1e30bf0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/magenta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/magenta/_index.md @@ -1,7 +1,7 @@ --- -title: Magenta +title: ColorantCmyk.Magenta second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantCmyk property. Gets or sets the magenta component value type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/magenta/ @@ -20,8 +20,8 @@ The magenta component value. ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/yellow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/yellow/_index.md index 2faa41ebfe53..f4c4e08f79f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/yellow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/yellow/_index.md @@ -1,7 +1,7 @@ --- -title: Yellow +title: ColorantCmyk.Yellow second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantCmyk property. Gets or sets the yellow component value type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantcmyk/yellow/ @@ -20,8 +20,8 @@ The yellow component value. ### See Also -* class [ColorantCmyk](../../colorantcmyk) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk) +* class [ColorantCmyk](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantcmyk/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/_index.md index 80175c5be140..aa0c783eee8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/_index.md @@ -1,7 +1,7 @@ --- -title: ColorantLab +title: Class ColorantLab second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Colorant.ColorantLab class. Represents LAB Colorant type: docs weight: 11910 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/ @@ -18,43 +18,43 @@ public sealed class ColorantLab : ColorantBase | Name | Description | | --- | --- | -| [ColorantLab](colorantlab)() | Initializes a new instance of the [`ColorantLab`](../colorantlab) class. | -| [ColorantLab](colorantlab)(int, int, float) | Initializes a new instance of the [`ColorantLab`](../colorantlab) class. | +| [ColorantLab](colorantlab/#constructor)() | Initializes a new instance of the `ColorantLab` class. | +| [ColorantLab](colorantlab/#constructor_1)(int, int, float) | Initializes a new instance of the `ColorantLab` class. | ## Properties | Name | Description | | --- | --- | -| [A](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/a) { get; set; } | Gets or sets the A component. | -| [B](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/b) { get; set; } | Gets or sets the B component. | -| [ColorType](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype) { get; set; } | Gets or sets the type of the color. | -| [L](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/l) { get; set; } | Gets or sets the L component. | -| [Mode](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/mode) { get; } | Gets [`ColorMode`](../colormode). | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [SwatchName](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname) { get; set; } | Gets or sets the name of the swatch. | +| [A](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/a/) { get; set; } | Gets or sets the A component. | +| [B](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/b/) { get; set; } | Gets or sets the B component. | +| [ColorType](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/) { get; set; } | Gets or sets the type of the color. | +| [L](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/l/) { get; set; } | Gets or sets the L component. | +| [Mode](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/) { get; } | Gets [`ColorMode`](../colormode/). | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [SwatchName](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/) { get; set; } | Gets or sets the name of the swatch. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/getxmprepresentation/)() | Gets the string contained value in XMP format. | ## Fields | Name | Description | | --- | --- | -| const [MaxA](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/maxa) | The maximum A component value | -| const [MaxB](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/maxb) | The maximum A component value | -| const [MaxL](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/maxl) | The maximum A component value | -| const [MinA](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/mina) | The minimum A component value | -| const [MinB](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/minb) | The minimum B component value | -| const [MinL](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/minl) | The minimum L component value | +| const [MaxA](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/maxa/) | The maximum A component value | +| const [MaxB](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/maxb/) | The maximum A component value | +| const [MaxL](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/maxl/) | The maximum A component value | +| const [MinA](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/mina/) | The minimum A component value | +| const [MinB](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/minb/) | The minimum B component value | +| const [MinL](../../aspose.imaging.xmp.types.complex.colorant/colorantlab/minl/) | The minimum L component value | ### See Also -* class [ColorantBase](../colorantbase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant) +* class [ColorantBase](../colorantbase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/a/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/a/_index.md index 160f62853286..8ea5af557ecf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/a/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/a/_index.md @@ -1,7 +1,7 @@ --- -title: A +title: ColorantLab.A second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab property. Gets or sets the A component type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/a/ @@ -20,8 +20,8 @@ The A component. ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/b/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/b/_index.md index a3b64d0a0030..f686280326e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/b/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/b/_index.md @@ -1,7 +1,7 @@ --- -title: B +title: ColorantLab.B second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab property. Gets or sets the B component type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/b/ @@ -20,8 +20,8 @@ The B component. ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/colorantlab/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/colorantlab/_index.md index 7b4f28fa6182..d76678147f03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/colorantlab/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/colorantlab/_index.md @@ -1,14 +1,14 @@ --- -title: ColorantLab +title: ColorantLab.ColorantLab second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab constructor. Initializes a new instance of the ColorantLab class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/colorantlab/ --- -## ColorantLab constructor (1 of 2) +## ColorantLab() {#constructor} -Initializes a new instance of the [`ColorantLab`](../../colorantlab) class. +Initializes a new instance of the [`ColorantLab`](../) class. ```csharp public ColorantLab() @@ -16,15 +16,15 @@ public ColorantLab() ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) --- -## ColorantLab constructor (2 of 2) +## ColorantLab(int, int, float) {#constructor_1} -Initializes a new instance of the [`ColorantLab`](../../colorantlab) class. +Initializes a new instance of the [`ColorantLab`](../) class. ```csharp public ColorantLab(int a, int b, float l) @@ -38,8 +38,8 @@ public ColorantLab(int a, int b, float l) ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/getxmprepresentation/_index.md index cb6e69b188b5..d83c82d89e34 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: ColorantLab.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab method. Gets the string contained value in XMP format type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/l/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/l/_index.md index 7b731f27106d..c459d9ae12fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/l/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/l/_index.md @@ -1,7 +1,7 @@ --- -title: L +title: ColorantLab.L second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab property. Gets or sets the L component type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/l/ @@ -20,8 +20,8 @@ The L component. ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxa/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxa/_index.md index 67ff68c7f0df..1554d5a2d8b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxa/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxa/_index.md @@ -1,7 +1,7 @@ --- -title: MaxA +title: ColorantLab.MaxA second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab field. The maximum A component value type: docs weight: 60 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxa/ @@ -16,8 +16,8 @@ public const int MaxA; ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxb/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxb/_index.md index 3464dbfd762a..e13bf0fba725 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxb/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxb/_index.md @@ -1,7 +1,7 @@ --- -title: MaxB +title: ColorantLab.MaxB second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab field. The maximum A component value type: docs weight: 70 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxb/ @@ -16,8 +16,8 @@ public const int MaxB; ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxl/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxl/_index.md index 55946ec3d072..d13d954bba5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxl/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxl/_index.md @@ -1,7 +1,7 @@ --- -title: MaxL +title: ColorantLab.MaxL second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab field. The maximum A component value type: docs weight: 80 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/maxl/ @@ -16,8 +16,8 @@ public const float MaxL; ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/mina/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/mina/_index.md index 8d127ecb7bef..2d6b26f2113c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/mina/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/mina/_index.md @@ -1,7 +1,7 @@ --- -title: MinA +title: ColorantLab.MinA second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab field. The minimum A component value type: docs weight: 90 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/mina/ @@ -16,8 +16,8 @@ public const int MinA; ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minb/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minb/_index.md index e1c2914f7edf..0f6eba2eb741 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minb/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minb/_index.md @@ -1,7 +1,7 @@ --- -title: MinB +title: ColorantLab.MinB second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab field. The minimum B component value type: docs weight: 100 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minb/ @@ -16,8 +16,8 @@ public const int MinB; ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minl/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minl/_index.md index d16b78db75e1..0626879ee990 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minl/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minl/_index.md @@ -1,7 +1,7 @@ --- -title: MinL +title: ColorantLab.MinL second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantLab field. The minimum L component value type: docs weight: 110 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantlab/minl/ @@ -16,8 +16,8 @@ public const float MinL; ### See Also -* class [ColorantLab](../../colorantlab) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab) +* class [ColorantLab](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantlab/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/_index.md index 7c717b97afd0..cf4729f10eba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/_index.md @@ -1,7 +1,7 @@ --- -title: ColorantRgb +title: Class ColorantRgb second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Colorant.ColorantRgb class. Represents RGB Colorant type: docs weight: 11920 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/ @@ -18,32 +18,32 @@ public sealed class ColorantRgb : ColorantBase | Name | Description | | --- | --- | -| [ColorantRgb](colorantrgb)() | Initializes a new instance of the [`ColorantRgb`](../colorantrgb) class. | -| [ColorantRgb](colorantrgb)(byte, byte, byte) | Initializes a new instance of the [`ColorantRgb`](../colorantrgb) class. | +| [ColorantRgb](colorantrgb/#constructor)() | Initializes a new instance of the `ColorantRgb` class. | +| [ColorantRgb](colorantrgb/#constructor_1)(byte, byte, byte) | Initializes a new instance of the `ColorantRgb` class. | ## Properties | Name | Description | | --- | --- | -| [Blue](../../aspose.imaging.xmp.types.complex.colorant/colorantrgb/blue) { get; set; } | Gets or sets the blue component value. | -| [ColorType](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype) { get; set; } | Gets or sets the type of the color. | -| [Green](../../aspose.imaging.xmp.types.complex.colorant/colorantrgb/green) { get; set; } | Gets or sets the green component value. | -| [Mode](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/mode) { get; } | Gets [`ColorMode`](../colormode). | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [Red](../../aspose.imaging.xmp.types.complex.colorant/colorantrgb/red) { get; set; } | Gets or sets the red component value. | -| [SwatchName](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname) { get; set; } | Gets or sets the name of the swatch. | +| [Blue](../../aspose.imaging.xmp.types.complex.colorant/colorantrgb/blue/) { get; set; } | Gets or sets the blue component value. | +| [ColorType](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/colortype/) { get; set; } | Gets or sets the type of the color. | +| [Green](../../aspose.imaging.xmp.types.complex.colorant/colorantrgb/green/) { get; set; } | Gets or sets the green component value. | +| [Mode](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/mode/) { get; } | Gets [`ColorMode`](../colormode/). | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [Red](../../aspose.imaging.xmp.types.complex.colorant/colorantrgb/red/) { get; set; } | Gets or sets the red component value. | +| [SwatchName](../../aspose.imaging.xmp.types.complex.colorant/colorantbase/swatchname/) { get; set; } | Gets or sets the name of the swatch. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.colorant/colorantrgb/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.colorant/colorantrgb/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [ColorantBase](../colorantbase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant) +* class [ColorantBase](../colorantbase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/blue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/blue/_index.md index ab628620887a..93a72a9f4f72 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/blue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/blue/_index.md @@ -1,7 +1,7 @@ --- -title: Blue +title: ColorantRgb.Blue second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantRgb property. Gets or sets the blue component value type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/blue/ @@ -20,8 +20,8 @@ The blue component value. ### See Also -* class [ColorantRgb](../../colorantrgb) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb) +* class [ColorantRgb](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/colorantrgb/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/colorantrgb/_index.md index 5c4f6742b622..e75bf0da6f40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/colorantrgb/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/colorantrgb/_index.md @@ -1,14 +1,14 @@ --- -title: ColorantRgb +title: ColorantRgb.ColorantRgb second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantRgb constructor. Initializes a new instance of the ColorantRgb class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/colorantrgb/ --- -## ColorantRgb constructor (1 of 2) +## ColorantRgb() {#constructor} -Initializes a new instance of the [`ColorantRgb`](../../colorantrgb) class. +Initializes a new instance of the [`ColorantRgb`](../) class. ```csharp public ColorantRgb() @@ -16,15 +16,15 @@ public ColorantRgb() ### See Also -* class [ColorantRgb](../../colorantrgb) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb) +* class [ColorantRgb](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb/) * assembly [Aspose.Imaging](../../../) --- -## ColorantRgb constructor (2 of 2) +## ColorantRgb(byte, byte, byte) {#constructor_1} -Initializes a new instance of the [`ColorantRgb`](../../colorantrgb) class. +Initializes a new instance of the [`ColorantRgb`](../) class. ```csharp public ColorantRgb(byte red, byte green, byte blue) @@ -38,8 +38,8 @@ public ColorantRgb(byte red, byte green, byte blue) ### See Also -* class [ColorantRgb](../../colorantrgb) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb) +* class [ColorantRgb](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/getxmprepresentation/_index.md index 8d4e6bf2ae20..2a11cf912f95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: ColorantRgb.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantRgb method. Gets the string contained value in XMP format type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [ColorantRgb](../../colorantrgb) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb) +* class [ColorantRgb](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/green/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/green/_index.md index f7794247f01c..31378138165c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/green/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/green/_index.md @@ -1,7 +1,7 @@ --- -title: Green +title: ColorantRgb.Green second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantRgb property. Gets or sets the green component value type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/green/ @@ -20,8 +20,8 @@ The green component value. ### See Also -* class [ColorantRgb](../../colorantrgb) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb) +* class [ColorantRgb](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/red/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/red/_index.md index 082d7fbe47c4..61bdf66d296d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/red/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/red/_index.md @@ -1,7 +1,7 @@ --- -title: Red +title: ColorantRgb.Red second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorantRgb property. Gets or sets the red component value type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.colorant/colorantrgb/red/ @@ -20,8 +20,8 @@ The red component value. ### See Also -* class [ColorantRgb](../../colorantrgb) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb) +* class [ColorantRgb](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../colorantrgb/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colormode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colormode/_index.md index d0b25059a921..9d92996bddbc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colormode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colormode/_index.md @@ -1,7 +1,7 @@ --- -title: ColorMode +title: Enum ColorMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Colorant.ColorMode enum. Represents color mode type: docs weight: 11870 url: /net/aspose.imaging.xmp.types.complex.colorant/colormode/ @@ -24,7 +24,7 @@ public enum ColorMode ### See Also -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colortype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colortype/_index.md index 5c43d19ea096..94c416cdb05f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colortype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.colorant/colortype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorType +title: Enum ColorType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Colorant.ColorType enum. Type of color type: docs weight: 11880 url: /net/aspose.imaging.xmp.types.complex.colorant/colortype/ @@ -23,7 +23,7 @@ public enum ColorType ### See Also -* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Colorant](../../aspose.imaging.xmp.types.complex.colorant/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/_index.md index a4378356442c..743e8099e1d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Complex.Dimensions second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes that represent the structure containing dimensions for a drawn object. +description: The namespace contains classes that represent the structure containing dimensions for a drawn object type: docs weight: 1110 url: /net/aspose.imaging.xmp.types.complex.dimensions/ @@ -12,6 +12,6 @@ The namespace contains classes that represent the structure containing dimension | Class | Description | | --- | --- | -| [Dimensions](./dimensions) | Containing dimensions for a drawn object. | +| [Dimensions](./dimensions/) | Containing dimensions for a drawn object. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/_index.md index adc8adc31fb4..a87b6a160dc2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/_index.md @@ -1,7 +1,7 @@ --- -title: Dimensions +title: Class Dimensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Dimensions.Dimensions class. Containing dimensions for a drawn object type: docs weight: 11940 url: /net/aspose.imaging.xmp.types.complex.dimensions/dimensions/ @@ -18,29 +18,29 @@ public sealed class Dimensions : ComplexTypeBase | Name | Description | | --- | --- | -| [Dimensions](dimensions)() | Initializes a new instance of the [`Dimensions`](../dimensions) class. | -| [Dimensions](dimensions)(float, float) | Initializes a new instance of the [`Dimensions`](../dimensions) class. | +| [Dimensions](dimensions/#constructor)() | Initializes a new instance of the `Dimensions` class. | +| [Dimensions](dimensions/#constructor_1)(float, float) | Initializes a new instance of the `Dimensions` class. | ## Properties | Name | Description | | --- | --- | -| [Height](../../aspose.imaging.xmp.types.complex.dimensions/dimensions/height) { get; set; } | Gets or sets the height. | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [Units](../../aspose.imaging.xmp.types.complex.dimensions/dimensions/units) { get; set; } | Gets or sets units. | -| [Width](../../aspose.imaging.xmp.types.complex.dimensions/dimensions/width) { get; set; } | Gets or sets the width. | +| [Height](../../aspose.imaging.xmp.types.complex.dimensions/dimensions/height/) { get; set; } | Gets or sets the height. | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [Units](../../aspose.imaging.xmp.types.complex.dimensions/dimensions/units/) { get; set; } | Gets or sets units. | +| [Width](../../aspose.imaging.xmp.types.complex.dimensions/dimensions/width/) { get; set; } | Gets or sets the width. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.dimensions/dimensions/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.dimensions/dimensions/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../aspose.imaging.xmp.types.complex.dimensions) +* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../aspose.imaging.xmp.types.complex.dimensions/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/dimensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/dimensions/_index.md index c92bd908cb7a..1b8a31adb437 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/dimensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/dimensions/_index.md @@ -1,14 +1,14 @@ --- -title: Dimensions +title: Dimensions.Dimensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Dimensions constructor. Initializes a new instance of the Dimensions class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.dimensions/dimensions/dimensions/ --- -## Dimensions constructor (1 of 2) +## Dimensions() {#constructor} -Initializes a new instance of the [`Dimensions`](../../dimensions) class. +Initializes a new instance of the [`Dimensions`](../) class. ```csharp public Dimensions() @@ -16,15 +16,15 @@ public Dimensions() ### See Also -* class [Dimensions](../../dimensions) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions) +* class [Dimensions](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions/) * assembly [Aspose.Imaging](../../../) --- -## Dimensions constructor (2 of 2) +## Dimensions(float, float) {#constructor_1} -Initializes a new instance of the [`Dimensions`](../../dimensions) class. +Initializes a new instance of the [`Dimensions`](../) class. ```csharp public Dimensions(float width, float height) @@ -37,8 +37,8 @@ public Dimensions(float width, float height) ### See Also -* class [Dimensions](../../dimensions) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions) +* class [Dimensions](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/getxmprepresentation/_index.md index 3b50a8c93ca3..9b66f32c5e20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: Dimensions.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Dimensions method. Gets the string contained value in XMP format type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.dimensions/dimensions/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [Dimensions](../../dimensions) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions) +* class [Dimensions](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/height/_index.md index 3a6731022031..7bba0fb15de4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: Dimensions.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: Dimensions property. Gets or sets the height type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.dimensions/dimensions/height/ @@ -26,8 +26,8 @@ The height. ### See Also -* class [Dimensions](../../dimensions) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions) +* class [Dimensions](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/units/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/units/_index.md index 3f350a349b98..da53aae841c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/units/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/units/_index.md @@ -1,7 +1,7 @@ --- -title: Units +title: Dimensions.Units second_title: Aspose.Imaging for .NET API Reference -description: +description: Dimensions property. Gets or sets units type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.dimensions/dimensions/units/ @@ -18,14 +18,14 @@ public string Units { get; set; } The units. -### Examples +## Examples For example: inch, mm, pixel, pica, point etc. ### See Also -* class [Dimensions](../../dimensions) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions) +* class [Dimensions](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/width/_index.md index f880751f7d96..73ac8fef0450 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.dimensions/dimensions/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: Dimensions.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: Dimensions property. Gets or sets the width type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.dimensions/dimensions/width/ @@ -26,8 +26,8 @@ The width. ### See Also -* class [Dimensions](../../dimensions) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions) +* class [Dimensions](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Dimensions](../../dimensions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/_index.md index b22cefb37781..4019351e980f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Complex.Font second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes that represent the structure containing the characteristics of a font used in a document. +description: The namespace contains classes that represent the structure containing the characteristics of a font used in a document type: docs weight: 1120 url: /net/aspose.imaging.xmp.types.complex.font/ @@ -12,6 +12,6 @@ The namespace contains classes that represent the structure containing the chara | Class | Description | | --- | --- | -| [Font](./font) | Represents XMP Font. | +| [Font](./font/) | Represents XMP Font. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/_index.md index 3e39bb8fc2cf..2101476ff056 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/_index.md @@ -1,7 +1,7 @@ --- -title: Font +title: Class Font second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Font.Font class. Represents XMP Font type: docs weight: 11950 url: /net/aspose.imaging.xmp.types.complex.font/font/ @@ -18,34 +18,34 @@ public sealed class Font : ComplexTypeBase | Name | Description | | --- | --- | -| [Font](font)() | Initializes a new instance of the [`Font`](../font) class. | -| [Font](font)(string) | Initializes a new instance of the [`Font`](../font) class. | +| [Font](font/#constructor)() | Initializes a new instance of the `Font` class. | +| [Font](font/#constructor_1)(string) | Initializes a new instance of the `Font` class. | ## Properties | Name | Description | | --- | --- | -| [ChildFontFiles](../../aspose.imaging.xmp.types.complex.font/font/childfontfiles) { get; set; } | Gets or sets the array of file names for the fonts that make up a composite font. | -| [FontFace](../../aspose.imaging.xmp.types.complex.font/font/fontface) { get; set; } | Gets or sets the font face. | -| [FontFamily](../../aspose.imaging.xmp.types.complex.font/font/fontfamily) { get; set; } | Gets or sets the font family. | -| [FontFileName](../../aspose.imaging.xmp.types.complex.font/font/fontfilename) { get; set; } | Gets or sets the font file name without full path. | -| [FontName](../../aspose.imaging.xmp.types.complex.font/font/fontname) { get; set; } | Gets or sets the PostScript font name. | -| [FontType](../../aspose.imaging.xmp.types.complex.font/font/fonttype) { get; set; } | Gets or sets the font type. | -| [IsComposite](../../aspose.imaging.xmp.types.complex.font/font/iscomposite) { get; set; } | Gets or sets a value indicating whether this font is composite. | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [Version](../../aspose.imaging.xmp.types.complex.font/font/version) { get; set; } | Gets or sets the font version. | +| [ChildFontFiles](../../aspose.imaging.xmp.types.complex.font/font/childfontfiles/) { get; set; } | Gets or sets the array of file names for the fonts that make up a composite font. | +| [FontFace](../../aspose.imaging.xmp.types.complex.font/font/fontface/) { get; set; } | Gets or sets the font face. | +| [FontFamily](../../aspose.imaging.xmp.types.complex.font/font/fontfamily/) { get; set; } | Gets or sets the font family. | +| [FontFileName](../../aspose.imaging.xmp.types.complex.font/font/fontfilename/) { get; set; } | Gets or sets the font file name without full path. | +| [FontName](../../aspose.imaging.xmp.types.complex.font/font/fontname/) { get; set; } | Gets or sets the PostScript font name. | +| [FontType](../../aspose.imaging.xmp.types.complex.font/font/fonttype/) { get; set; } | Gets or sets the font type. | +| [IsComposite](../../aspose.imaging.xmp.types.complex.font/font/iscomposite/) { get; set; } | Gets or sets a value indicating whether this font is composite. | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [Version](../../aspose.imaging.xmp.types.complex.font/font/version/) { get; set; } | Gets or sets the font version. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.font/font/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.font/font/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../aspose.imaging.xmp.types.complex.font) +* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../aspose.imaging.xmp.types.complex.font/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/childfontfiles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/childfontfiles/_index.md index a76abdd8d807..c6bc16871c5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/childfontfiles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/childfontfiles/_index.md @@ -1,7 +1,7 @@ --- -title: ChildFontFiles +title: Font.ChildFontFiles second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets or sets the array of file names for the fonts that make up a composite font type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.font/font/childfontfiles/ @@ -20,8 +20,8 @@ The array of file names for the fonts that make up a composite font. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/font/_index.md index cf00c93e4801..f2b0305cd9bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/font/_index.md @@ -1,14 +1,14 @@ --- -title: Font +title: Font.Font second_title: Aspose.Imaging for .NET API Reference -description: +description: Font constructor. Initializes a new instance of the Font class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.font/font/font/ --- -## Font constructor (1 of 2) +## Font() {#constructor} -Initializes a new instance of the [`Font`](../../font) class. +Initializes a new instance of the [`Font`](../) class. ```csharp public Font() @@ -16,15 +16,15 @@ public Font() ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) --- -## Font constructor (2 of 2) +## Font(string) {#constructor_1} -Initializes a new instance of the [`Font`](../../font) class. +Initializes a new instance of the [`Font`](../) class. ```csharp public Font(string fontFamily) @@ -36,8 +36,8 @@ public Font(string fontFamily) ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontface/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontface/_index.md index 38e6d9bb9a91..d3f39a35778d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontface/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontface/_index.md @@ -1,7 +1,7 @@ --- -title: FontFace +title: Font.FontFace second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets or sets the font face type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.font/font/fontface/ @@ -20,8 +20,8 @@ The font face. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontfamily/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontfamily/_index.md index d61ee850afc7..772bb52250db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontfamily/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontfamily/_index.md @@ -1,7 +1,7 @@ --- -title: FontFamily +title: Font.FontFamily second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets or sets the font family type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.font/font/fontfamily/ @@ -20,8 +20,8 @@ The font family. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontfilename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontfilename/_index.md index f65b37778b88..c777f39c6c6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontfilename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontfilename/_index.md @@ -1,7 +1,7 @@ --- -title: FontFileName +title: Font.FontFileName second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets or sets the font file name without full path type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.font/font/fontfilename/ @@ -20,8 +20,8 @@ The font file name without full path. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontname/_index.md index 82fb3ef7c407..f608a8265c13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fontname/_index.md @@ -1,7 +1,7 @@ --- -title: FontName +title: Font.FontName second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets or sets the PostScript font name type: docs weight: 60 url: /net/aspose.imaging.xmp.types.complex.font/font/fontname/ @@ -20,8 +20,8 @@ The name of PostScript font name. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fonttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fonttype/_index.md index 9d35acffbc4e..bf82979f4de5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fonttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/fonttype/_index.md @@ -1,7 +1,7 @@ --- -title: FontType +title: Font.FontType second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets or sets the font type type: docs weight: 70 url: /net/aspose.imaging.xmp.types.complex.font/font/fonttype/ @@ -18,14 +18,14 @@ public string FontType { get; set; } The font type. -### Examples +## Examples TrueType, Type 1, Open Type, and so on. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/getxmprepresentation/_index.md index 767ea0c2dae7..43c3ba319933 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: Font.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Font method. Gets the string contained value in XMP format type: docs weight: 100 url: /net/aspose.imaging.xmp.types.complex.font/font/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/iscomposite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/iscomposite/_index.md index 30407af70a3e..05e1fc9c1ec2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/iscomposite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/iscomposite/_index.md @@ -1,7 +1,7 @@ --- -title: IsComposite +title: Font.IsComposite second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets or sets a value indicating whether this font is composite type: docs weight: 80 url: /net/aspose.imaging.xmp.types.complex.font/font/iscomposite/ @@ -20,8 +20,8 @@ public bool IsComposite { get; set; } ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/version/_index.md index e495eac7508f..c84db9274a40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.font/font/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: Font.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets or sets the font version type: docs weight: 90 url: /net/aspose.imaging.xmp.types.complex.font/font/version/ @@ -18,14 +18,14 @@ public string Version { get; set; } The font version. -### Examples +## Examples /version for Type1 fonts nameId 5 for Apple True Type and OpenType /CIDFontVersion for CID fonts The empty string for bitmap fonts ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font) +* class [Font](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Font](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/_index.md index 9e55053c1d50..4dde44974f92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Complex.ResourceEvent second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains class that is a high level event that occured in the processing of this document. +description: The namespace contains class that is a high level event that occured in the processing of this document type: docs weight: 1130 url: /net/aspose.imaging.xmp.types.complex.resourceevent/ @@ -12,6 +12,6 @@ The namespace contains class that is a high level event that occured in the proc | Class | Description | | --- | --- | -| [ResourceEvent](./resourceevent) | Containing dimensions for a drawn object. | +| [ResourceEvent](./resourceevent/) | Containing dimensions for a drawn object. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/_index.md index 7ee29c7c798f..2070be4e40e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/_index.md @@ -1,7 +1,7 @@ --- -title: ResourceEvent +title: Class ResourceEvent second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.ResourceEvent.ResourceEvent class. Containing dimensions for a drawn object type: docs weight: 11960 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/ @@ -18,31 +18,31 @@ public sealed class ResourceEvent : ComplexTypeBase | Name | Description | | --- | --- | -| [ResourceEvent](resourceevent)() | The default constructor. | +| [ResourceEvent](resourceevent/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Action](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/action) { get; set; } | Gets or sets action. | -| [ActionDate](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/actiondate) { get; set; } | Gets or sets the action date. | -| [Changed](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/changed) { get; set; } | Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history. | -| [InstanceId](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/instanceid) { get; set; } | Gets or sets value of the xmpMM:InstanceId. | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Parameters](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/parameters) { get; set; } | Gets or sets the additional description of the action. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [SofwareAgentName](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/sofwareagentname) { get; set; } | Gets or sets the software agent name. | +| [Action](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/action/) { get; set; } | Gets or sets action. | +| [ActionDate](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/actiondate/) { get; set; } | Gets or sets the action date. | +| [Changed](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/changed/) { get; set; } | Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history. | +| [InstanceId](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/instanceid/) { get; set; } | Gets or sets value of the xmpMM:InstanceId. | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Parameters](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/parameters/) { get; set; } | Gets or sets the additional description of the action. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [SofwareAgentName](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/sofwareagentname/) { get; set; } | Gets or sets the software agent name. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../aspose.imaging.xmp.types.complex.resourceevent) +* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../aspose.imaging.xmp.types.complex.resourceevent/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/action/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/action/_index.md index 7741b6a1ab17..c23177b4b166 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/action/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/action/_index.md @@ -1,7 +1,7 @@ --- -title: Action +title: ResourceEvent.Action second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceEvent property. Gets or sets action type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/action/ @@ -18,14 +18,14 @@ public string Action { get; set; } The action. -### Examples +## Examples Defined values are: converted, copied, created, cropped, edited, filtered, formatted, version_updated, printed, published, managed, produced, resized, saved. New values should be verbs in the past tense. ### See Also -* class [ResourceEvent](../../resourceevent) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent) +* class [ResourceEvent](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/actiondate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/actiondate/_index.md index 0eb812fe48ef..a4c9e35fa04f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/actiondate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/actiondate/_index.md @@ -1,7 +1,7 @@ --- -title: ActionDate +title: ResourceEvent.ActionDate second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceEvent property. Gets or sets the action date type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/actiondate/ @@ -20,8 +20,8 @@ The action date. ### See Also -* class [ResourceEvent](../../resourceevent) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent) +* class [ResourceEvent](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/changed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/changed/_index.md index 2da6093508e9..8520d73bdcdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/changed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/changed/_index.md @@ -1,7 +1,7 @@ --- -title: Changed +title: ResourceEvent.Changed second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceEvent property. Gets or sets the semicolondelimited list of the parts of the resource that were changed since the previous event history type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/changed/ @@ -20,8 +20,8 @@ The semicolon-delimited list of the parts of the resource that were changed sinc ### See Also -* class [ResourceEvent](../../resourceevent) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent) +* class [ResourceEvent](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/getxmprepresentation/_index.md index 4deb42951fcc..e72970c71c67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: ResourceEvent.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceEvent method. Gets the string contained value in XMP format type: docs weight: 80 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [ResourceEvent](../../resourceevent) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent) +* class [ResourceEvent](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/instanceid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/instanceid/_index.md index a574da3ddec2..ca276f64255c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/instanceid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/instanceid/_index.md @@ -1,7 +1,7 @@ --- -title: InstanceId +title: ResourceEvent.InstanceId second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceEvent property. Gets or sets value of the xmpMMInstanceId type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/instanceid/ @@ -20,8 +20,8 @@ The value of the xmpMM:InstanceId. ### See Also -* class [ResourceEvent](../../resourceevent) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent) +* class [ResourceEvent](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/parameters/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/parameters/_index.md index 54fe8499c934..8a9be1d7079a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/parameters/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/parameters/_index.md @@ -1,7 +1,7 @@ --- -title: Parameters +title: ResourceEvent.Parameters second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceEvent property. Gets or sets the additional description of the action type: docs weight: 60 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/parameters/ @@ -20,8 +20,8 @@ The additional description of the action. ### See Also -* class [ResourceEvent](../../resourceevent) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent) +* class [ResourceEvent](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/resourceevent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/resourceevent/_index.md index a8ec793950dc..6d4dca5dbde1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/resourceevent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/resourceevent/_index.md @@ -1,7 +1,7 @@ --- -title: ResourceEvent +title: ResourceEvent.ResourceEvent second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceEvent constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/resourceevent/ @@ -16,8 +16,8 @@ public ResourceEvent() ### See Also -* class [ResourceEvent](../../resourceevent) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent) +* class [ResourceEvent](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/sofwareagentname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/sofwareagentname/_index.md index 1b43e5d3b2b5..b10515054a75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/sofwareagentname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/sofwareagentname/_index.md @@ -1,7 +1,7 @@ --- -title: SofwareAgentName +title: ResourceEvent.SofwareAgentName second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceEvent property. Gets or sets the software agent name type: docs weight: 70 url: /net/aspose.imaging.xmp.types.complex.resourceevent/resourceevent/sofwareagentname/ @@ -20,8 +20,8 @@ The software agent name. ### See Also -* class [ResourceEvent](../../resourceevent) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent) +* class [ResourceEvent](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceEvent](../../resourceevent/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/_index.md index 3bc25297bdc0..31eb36532370 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Complex.ResourceRef second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains class that is a multiple part reference to a resource. Used to indicate prior versions originals of renditions originals for derived documents and so on. +description: The namespace contains class that is a multiple part reference to a resource. Used to indicate prior versions originals of renditions originals for derived documents and so on type: docs weight: 1140 url: /net/aspose.imaging.xmp.types.complex.resourceref/ @@ -12,6 +12,6 @@ The namespace contains class that is a multiple part reference to a resource. Us | Class | Description | | --- | --- | -| [ResourceRef](./resourceref) | Used to indicate prior versions, originals of renditions, originals for derived documents, and so on. | +| [ResourceRef](./resourceref/) | Used to indicate prior versions, originals of renditions, originals for derived documents, and so on. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/_index.md index d2be27f623e1..ad5687c723ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/_index.md @@ -1,7 +1,7 @@ --- -title: ResourceRef +title: Class ResourceRef second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.ResourceRef.ResourceRef class. Used to indicate prior versions originals of renditions originals for derived documents and so on type: docs weight: 11970 url: /net/aspose.imaging.xmp.types.complex.resourceref/resourceref/ @@ -18,29 +18,29 @@ public sealed class ResourceRef : ComplexTypeBase | Name | Description | | --- | --- | -| [ResourceRef](resourceref)() | The default constructor. | +| [ResourceRef](resourceref/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [AlternatePaths](../../aspose.imaging.xmp.types.complex.resourceref/resourceref/alternatepaths) { get; set; } | Gets or sets the array of alternate path. | -| [DocumentUri](../../aspose.imaging.xmp.types.complex.resourceref/resourceref/documenturi) { get; set; } | Gets or sets the document URI. | -| [FilePathUri](../../aspose.imaging.xmp.types.complex.resourceref/resourceref/filepathuri) { get; set; } | Gets or sets the file path URI. | -| [InstanceId](../../aspose.imaging.xmp.types.complex.resourceref/resourceref/instanceid) { get; set; } | Gets or sets the instance identifier. | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | +| [AlternatePaths](../../aspose.imaging.xmp.types.complex.resourceref/resourceref/alternatepaths/) { get; set; } | Gets or sets the array of alternate path. | +| [DocumentUri](../../aspose.imaging.xmp.types.complex.resourceref/resourceref/documenturi/) { get; set; } | Gets or sets the document URI. | +| [FilePathUri](../../aspose.imaging.xmp.types.complex.resourceref/resourceref/filepathuri/) { get; set; } | Gets or sets the file path URI. | +| [InstanceId](../../aspose.imaging.xmp.types.complex.resourceref/resourceref/instanceid/) { get; set; } | Gets or sets the instance identifier. | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../aspose.imaging.xmp.types.complex.resourceref) +* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../aspose.imaging.xmp.types.complex.resourceref/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/alternatepaths/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/alternatepaths/_index.md index b539c135c201..cf6fe2120d33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/alternatepaths/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/alternatepaths/_index.md @@ -1,7 +1,7 @@ --- -title: AlternatePaths +title: ResourceRef.AlternatePaths second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceRef property. Gets or sets the array of alternate path type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.resourceref/resourceref/alternatepaths/ @@ -20,8 +20,8 @@ The array of alternate path. ### See Also -* class [ResourceRef](../../resourceref) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref) +* class [ResourceRef](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/documenturi/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/documenturi/_index.md index d91dc6b432a8..a96e5f84d0ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/documenturi/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/documenturi/_index.md @@ -1,7 +1,7 @@ --- -title: DocumentUri +title: ResourceRef.DocumentUri second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceRef property. Gets or sets the document URI type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.resourceref/resourceref/documenturi/ @@ -20,8 +20,8 @@ The document URI. ### See Also -* class [ResourceRef](../../resourceref) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref) +* class [ResourceRef](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/filepathuri/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/filepathuri/_index.md index 48a70734f708..272f1947e72e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/filepathuri/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/filepathuri/_index.md @@ -1,7 +1,7 @@ --- -title: FilePathUri +title: ResourceRef.FilePathUri second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceRef property. Gets or sets the file path URI type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.resourceref/resourceref/filepathuri/ @@ -20,8 +20,8 @@ The file path URI. ### See Also -* class [ResourceRef](../../resourceref) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref) +* class [ResourceRef](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/instanceid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/instanceid/_index.md index 7f4beec375b7..e78ddafa52b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/instanceid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/instanceid/_index.md @@ -1,7 +1,7 @@ --- -title: InstanceId +title: ResourceRef.InstanceId second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceRef property. Gets or sets the instance identifier type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.resourceref/resourceref/instanceid/ @@ -20,8 +20,8 @@ The instance identifier. ### See Also -* class [ResourceRef](../../resourceref) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref) +* class [ResourceRef](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/resourceref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/resourceref/_index.md index 2dea55806934..1ac1bd51e28c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/resourceref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.resourceref/resourceref/resourceref/_index.md @@ -1,7 +1,7 @@ --- -title: ResourceRef +title: ResourceRef.ResourceRef second_title: Aspose.Imaging for .NET API Reference -description: +description: ResourceRef constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.resourceref/resourceref/resourceref/ @@ -16,8 +16,8 @@ public ResourceRef() ### See Also -* class [ResourceRef](../../resourceref) -* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref) +* class [ResourceRef](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.ResourceRef](../../resourceref/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/_index.md index 56b42ad5b8df..e35a91e0db74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Complex.Thumbnail second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains class that is a thumbnail image for a file. +description: The namespace contains class that is a thumbnail image for a file type: docs weight: 1150 url: /net/aspose.imaging.xmp.types.complex.thumbnail/ @@ -12,6 +12,6 @@ The namespace contains class that is a thumbnail image for a file. | Class | Description | | --- | --- | -| [Thumbnail](./thumbnail) | Represents thumbnail image for a file. | +| [Thumbnail](./thumbnail/) | Represents thumbnail image for a file. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/_index.md index a2238bf728f7..921ab7b6c0ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/_index.md @@ -1,7 +1,7 @@ --- -title: Thumbnail +title: Class Thumbnail second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Thumbnail.Thumbnail class. Represents thumbnail image for a file type: docs weight: 11980 url: /net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/ @@ -18,29 +18,29 @@ public sealed class Thumbnail : ComplexTypeBase | Name | Description | | --- | --- | -| [Thumbnail](thumbnail)() | Initializes a new instance of the [`Thumbnail`](../thumbnail) class. | -| [Thumbnail](thumbnail)(int, int) | Initializes a new instance of the [`Thumbnail`](../thumbnail) class. | +| [Thumbnail](thumbnail/#constructor)() | Initializes a new instance of the `Thumbnail` class. | +| [Thumbnail](thumbnail/#constructor_1)(int, int) | Initializes a new instance of the `Thumbnail` class. | ## Properties | Name | Description | | --- | --- | -| [Height](../../aspose.imaging.xmp.types.complex.thumbnail/thumbnail/height) { get; set; } | Gets or sets the height. | -| [ImageBase64](../../aspose.imaging.xmp.types.complex.thumbnail/thumbnail/imagebase64) { get; set; } | Gets or sets the image in base64 format. | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [Width](../../aspose.imaging.xmp.types.complex.thumbnail/thumbnail/width) { get; set; } | Gets or sets the width. | +| [Height](../../aspose.imaging.xmp.types.complex.thumbnail/thumbnail/height/) { get; set; } | Gets or sets the height. | +| [ImageBase64](../../aspose.imaging.xmp.types.complex.thumbnail/thumbnail/imagebase64/) { get; set; } | Gets or sets the image in base64 format. | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [Width](../../aspose.imaging.xmp.types.complex.thumbnail/thumbnail/width/) { get; set; } | Gets or sets the width. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.thumbnail/thumbnail/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.thumbnail/thumbnail/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../aspose.imaging.xmp.types.complex.thumbnail) +* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../aspose.imaging.xmp.types.complex.thumbnail/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/getxmprepresentation/_index.md index 255da990c4d0..7cce6c9fc1a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: Thumbnail.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Thumbnail method. Gets the string contained value in XMP format type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [Thumbnail](../../thumbnail) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail) +* class [Thumbnail](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/height/_index.md index 3ed739599ef1..1159bd6754c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: Thumbnail.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: Thumbnail property. Gets or sets the height type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/height/ @@ -26,8 +26,8 @@ The height. ### See Also -* class [Thumbnail](../../thumbnail) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail) +* class [Thumbnail](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/imagebase64/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/imagebase64/_index.md index 6581decbbb54..91e56d213f56 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/imagebase64/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/imagebase64/_index.md @@ -1,7 +1,7 @@ --- -title: ImageBase64 +title: Thumbnail.ImageBase64 second_title: Aspose.Imaging for .NET API Reference -description: +description: Thumbnail property. Gets or sets the image in base64 format type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/imagebase64/ @@ -20,8 +20,8 @@ The image in base64 format. ### See Also -* class [Thumbnail](../../thumbnail) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail) +* class [Thumbnail](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/thumbnail/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/thumbnail/_index.md index 684e2b068019..c175a27ab125 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/thumbnail/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/thumbnail/_index.md @@ -1,14 +1,14 @@ --- -title: Thumbnail +title: Thumbnail.Thumbnail second_title: Aspose.Imaging for .NET API Reference -description: +description: Thumbnail constructor. Initializes a new instance of the Thumbnail class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/thumbnail/ --- -## Thumbnail constructor (1 of 2) +## Thumbnail() {#constructor} -Initializes a new instance of the [`Thumbnail`](../../thumbnail) class. +Initializes a new instance of the [`Thumbnail`](../) class. ```csharp public Thumbnail() @@ -16,15 +16,15 @@ public Thumbnail() ### See Also -* class [Thumbnail](../../thumbnail) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail) +* class [Thumbnail](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail/) * assembly [Aspose.Imaging](../../../) --- -## Thumbnail constructor (2 of 2) +## Thumbnail(int, int) {#constructor_1} -Initializes a new instance of the [`Thumbnail`](../../thumbnail) class. +Initializes a new instance of the [`Thumbnail`](../) class. ```csharp public Thumbnail(int width, int height) @@ -37,8 +37,8 @@ public Thumbnail(int width, int height) ### See Also -* class [Thumbnail](../../thumbnail) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail) +* class [Thumbnail](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/width/_index.md index 8a42a6b08311..fa2f258f5498 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: Thumbnail.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: Thumbnail property. Gets or sets the width type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.thumbnail/thumbnail/width/ @@ -26,8 +26,8 @@ The width. ### See Also -* class [Thumbnail](../../thumbnail) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail) +* class [Thumbnail](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Thumbnail](../../thumbnail/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/_index.md index 3d7da2d41a07..e2e294571e24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Complex.Version second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes that describe one version of a document. +description: The namespace contains classes that describe one version of a document type: docs weight: 1160 url: /net/aspose.imaging.xmp.types.complex.version/ @@ -12,6 +12,6 @@ The namespace contains classes that describe one version of a document. | Class | Description | | --- | --- | -| [Version](./version) | Describes one version of a document. | +| [Version](./version/) | Describes one version of a document. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/_index.md index 466a8608faf7..aab79d1e1d58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: Class Version second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.Version.Version class. Describes one version of a document type: docs weight: 11990 url: /net/aspose.imaging.xmp.types.complex.version/version/ @@ -18,30 +18,30 @@ public sealed class Version : ComplexTypeBase | Name | Description | | --- | --- | -| [Version](version)() | The default constructor. | +| [Version](version/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Comments](../../aspose.imaging.xmp.types.complex.version/version/comments) { get; set; } | Gets or sets the comments. | -| [ModifiedDate](../../aspose.imaging.xmp.types.complex.version/version/modifieddate) { get; set; } | Gets or sets the modified date. | -| [Modifier](../../aspose.imaging.xmp.types.complex.version/version/modifier) { get; set; } | Gets or sets the modifier. | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | -| [VersionEvent](../../aspose.imaging.xmp.types.complex.version/version/versionevent) { get; set; } | Gets or sets the [`ResourceEvent`](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent). | -| [VersionText](../../aspose.imaging.xmp.types.complex.version/version/versiontext) { get; set; } | Gets or sets the version text. | +| [Comments](../../aspose.imaging.xmp.types.complex.version/version/comments/) { get; set; } | Gets or sets the comments. | +| [ModifiedDate](../../aspose.imaging.xmp.types.complex.version/version/modifieddate/) { get; set; } | Gets or sets the modified date. | +| [Modifier](../../aspose.imaging.xmp.types.complex.version/version/modifier/) { get; set; } | Gets or sets the modifier. | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | +| [VersionEvent](../../aspose.imaging.xmp.types.complex.version/version/versionevent/) { get; set; } | Gets or sets the [`ResourceEvent`](../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/). | +| [VersionText](../../aspose.imaging.xmp.types.complex.version/version/versiontext/) { get; set; } | Gets or sets the version text. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.version/version/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex.version/version/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../aspose.imaging.xmp.types.complex.version) +* class [ComplexTypeBase](../../aspose.imaging.xmp.types.complex/complextypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../aspose.imaging.xmp.types.complex.version/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/comments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/comments/_index.md index 448ffaa4c8ba..255814a1b24e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/comments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/comments/_index.md @@ -1,7 +1,7 @@ --- -title: Comments +title: Version.Comments second_title: Aspose.Imaging for .NET API Reference -description: +description: Version property. Gets or sets the comments type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex.version/version/comments/ @@ -20,8 +20,8 @@ The comments. ### See Also -* class [Version](../../version) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version) +* class [Version](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/getxmprepresentation/_index.md index 9082ab3689b7..7db82f7883d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: Version.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Version method. Gets the string contained value in XMP format type: docs weight: 70 url: /net/aspose.imaging.xmp.types.complex.version/version/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [Version](../../version) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version) +* class [Version](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/modifieddate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/modifieddate/_index.md index a9250c89db5c..4dd8cc157f13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/modifieddate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/modifieddate/_index.md @@ -1,7 +1,7 @@ --- -title: ModifiedDate +title: Version.ModifiedDate second_title: Aspose.Imaging for .NET API Reference -description: +description: Version property. Gets or sets the modified date type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex.version/version/modifieddate/ @@ -20,8 +20,8 @@ The modified date. ### See Also -* class [Version](../../version) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version) +* class [Version](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/modifier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/modifier/_index.md index 377279cea8c4..2b0ab3dc0055 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/modifier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/modifier/_index.md @@ -1,7 +1,7 @@ --- -title: Modifier +title: Version.Modifier second_title: Aspose.Imaging for .NET API Reference -description: +description: Version property. Gets or sets the modifier type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex.version/version/modifier/ @@ -20,8 +20,8 @@ The modifier. ### See Also -* class [Version](../../version) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version) +* class [Version](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/version/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/version/_index.md index 2837b5c2c455..b479b050bf5b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/version/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/version/_index.md @@ -1,7 +1,7 @@ --- -title: Version +title: Version.Version second_title: Aspose.Imaging for .NET API Reference -description: +description: Version constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex.version/version/version/ @@ -16,8 +16,8 @@ public Version() ### See Also -* class [Version](../../version) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version) +* class [Version](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/versionevent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/versionevent/_index.md index 893041795c4d..4c1fc174055a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/versionevent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/versionevent/_index.md @@ -1,14 +1,14 @@ --- -title: VersionEvent +title: Version.VersionEvent second_title: Aspose.Imaging for .NET API Reference -description: +description: Version property. Gets or sets the ResourceEvent type: docs weight: 50 url: /net/aspose.imaging.xmp.types.complex.version/version/versionevent/ --- ## Version.VersionEvent property -Gets or sets the [`ResourceEvent`](../../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent). +Gets or sets the [`ResourceEvent`](../../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/). ```csharp public ResourceEvent VersionEvent { get; set; } @@ -20,9 +20,9 @@ The version event. ### See Also -* class [ResourceEvent](../../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent) -* class [Version](../../version) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version) +* class [ResourceEvent](../../../aspose.imaging.xmp.types.complex.resourceevent/resourceevent/) +* class [Version](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/versiontext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/versiontext/_index.md index d92ffe22286b..d39dcd5edda7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/versiontext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex.version/version/versiontext/_index.md @@ -1,7 +1,7 @@ --- -title: VersionText +title: Version.VersionText second_title: Aspose.Imaging for .NET API Reference -description: +description: Version property. Gets or sets the version text type: docs weight: 60 url: /net/aspose.imaging.xmp.types.complex.version/version/versiontext/ @@ -20,8 +20,8 @@ The version text. ### See Also -* class [Version](../../version) -* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version) +* class [Version](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex.Version](../../version/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/_index.md index 82f15bf552ce..1b28f0d8c694 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Complex second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes that represent the complex type values of XMP properties. +description: The namespace contains classes that represent the complex type values of XMP properties type: docs weight: 1090 url: /net/aspose.imaging.xmp.types.complex/ @@ -12,6 +12,6 @@ The namespace contains classes that represent the complex type values of XMP pro | Class | Description | | --- | --- | -| [ComplexTypeBase](./complextypebase) | Represents base abstraction for XMP Complex value type. | +| [ComplexTypeBase](./complextypebase/) | Represents base abstraction for XMP Complex value type. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/_index.md index 0d466ba65fb6..f49785162ba7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/_index.md @@ -1,7 +1,7 @@ --- -title: ComplexTypeBase +title: Class ComplexTypeBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Complex.ComplexTypeBase class. Represents base abstraction for XMP Complex value type type: docs weight: 11930 url: /net/aspose.imaging.xmp.types.complex/complextypebase/ @@ -18,29 +18,29 @@ public class ComplexTypeBase : XmpTypeBase | Name | Description | | --- | --- | -| [ComplexTypeBase](complextypebase)(string, string) | Initializes a new instance of the [`ComplexTypeBase`](../complextypebase) class. | +| [ComplexTypeBase](complextypebase/)(string, string) | Initializes a new instance of the `ComplexTypeBase` class. | ## Properties | Name | Description | | --- | --- | -| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri) { get; } | Gets the default namespace URI. | -| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix) { get; } | Gets the prefix. | +| [NamespaceUri](../../aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/) { get; } | Gets the default namespace URI. | +| [Prefix](../../aspose.imaging.xmp.types.complex/complextypebase/prefix/) { get; } | Gets the prefix. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation/)() | Gets the string contained value in XMP format. | -### Remarks +## Remarks See more: XMP Specification Part 2, Chapter 1.2.2 ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex](../../aspose.imaging.xmp.types.complex) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Complex](../../aspose.imaging.xmp.types.complex/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/complextypebase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/complextypebase/_index.md index 4a5576595afd..082da8649566 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/complextypebase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/complextypebase/_index.md @@ -1,14 +1,14 @@ --- -title: ComplexTypeBase +title: ComplexTypeBase.ComplexTypeBase second_title: Aspose.Imaging for .NET API Reference -description: +description: ComplexTypeBase constructor. Initializes a new instance of the ComplexTypeBase class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.complex/complextypebase/complextypebase/ --- ## ComplexTypeBase constructor -Initializes a new instance of the [`ComplexTypeBase`](../../complextypebase) class. +Initializes a new instance of the [`ComplexTypeBase`](../) class. ```csharp public ComplexTypeBase(string prefix, string namespaceUri) @@ -27,8 +27,8 @@ public ComplexTypeBase(string prefix, string namespaceUri) ### See Also -* class [ComplexTypeBase](../../complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex](../../complextypebase) +* class [ComplexTypeBase](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex](../../complextypebase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation/_index.md index 98c0f1b7ecee..d5211863911c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: ComplexTypeBase.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: ComplexTypeBase method. Gets the string contained value in XMP format type: docs weight: 40 url: /net/aspose.imaging.xmp.types.complex/complextypebase/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [ComplexTypeBase](../../complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex](../../complextypebase) +* class [ComplexTypeBase](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex](../../complextypebase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/_index.md index 825d6ebe50ae..f92ebe569a45 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/_index.md @@ -1,7 +1,7 @@ --- -title: NamespaceUri +title: ComplexTypeBase.NamespaceUri second_title: Aspose.Imaging for .NET API Reference -description: +description: ComplexTypeBase property. Gets the default namespace URI type: docs weight: 20 url: /net/aspose.imaging.xmp.types.complex/complextypebase/namespaceuri/ @@ -20,8 +20,8 @@ The default namespace URI. ### See Also -* class [ComplexTypeBase](../../complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex](../../complextypebase) +* class [ComplexTypeBase](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex](../../complextypebase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/prefix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/prefix/_index.md index 0c012d62f7bb..c593e67f0e4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/prefix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.complex/complextypebase/prefix/_index.md @@ -1,7 +1,7 @@ --- -title: Prefix +title: ComplexTypeBase.Prefix second_title: Aspose.Imaging for .NET API Reference -description: +description: ComplexTypeBase property. Gets the prefix type: docs weight: 30 url: /net/aspose.imaging.xmp.types.complex/complextypebase/prefix/ @@ -20,8 +20,8 @@ The prefix. ### See Also -* class [ComplexTypeBase](../../complextypebase) -* namespace [Aspose.Imaging.Xmp.Types.Complex](../../complextypebase) +* class [ComplexTypeBase](../) +* namespace [Aspose.Imaging.Xmp.Types.Complex](../../complextypebase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/_index.md index da332da9701c..9c4bae22da19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types.Derived second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes that represent the derived type values of XMP properties. +description: The namespace contains classes that represent the derived type values of XMP properties type: docs weight: 1170 url: /net/aspose.imaging.xmp.types.derived/ @@ -12,12 +12,12 @@ The namespace contains classes that represent the derived type values of XMP pro | Class | Description | | --- | --- | -| [Rational](./rational) | Represents XMP Rational. | -| [RenditionClass](./renditionclass) | Represents the XMP Rendition. | -| [XmpAgentName](./xmpagentname) | Represents Agent name, Software organization etc. | -| [XmpChoise<T>](./xmpchoise-1) | Represents a value from vocabulary of values. | -| [XmpGuid](./xmpguid) | Represents XMP global unique identifier. | -| [XmpLocale](./xmplocale) | Represents language code. | -| [XmpMimeType](./xmpmimetype) | Represents MIME type. | +| [Rational](./rational/) | Represents XMP Rational. | +| [RenditionClass](./renditionclass/) | Represents the XMP Rendition. | +| [XmpAgentName](./xmpagentname/) | Represents Agent name, Software organization etc. | +| [XmpChoise<T>](./xmpchoise-1/) | Represents a value from vocabulary of values. | +| [XmpGuid](./xmpguid/) | Represents XMP global unique identifier. | +| [XmpLocale](./xmplocale/) | Represents language code. | +| [XmpMimeType](./xmpmimetype/) | Represents MIME type. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/_index.md index 51405dcf36da..ff9e981910d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/_index.md @@ -1,7 +1,7 @@ --- -title: Rational +title: Class Rational second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Derived.Rational class. Represents XMP Rational type: docs weight: 12000 url: /net/aspose.imaging.xmp.types.derived/rational/ @@ -18,26 +18,26 @@ public class Rational : XmpTypeBase | Name | Description | | --- | --- | -| [Rational](rational)(int, int) | Initializes a new instance of the [`Rational`](../rational) class. | +| [Rational](rational/)(int, int) | Initializes a new instance of the `Rational` class. | ## Properties | Name | Description | | --- | --- | -| [Denominator](../../aspose.imaging.xmp.types.derived/rational/denominator) { get; set; } | Gets or sets the denominator. | -| [FloatValue](../../aspose.imaging.xmp.types.derived/rational/floatvalue) { get; } | Gets the float value. | -| [Numerator](../../aspose.imaging.xmp.types.derived/rational/numerator) { get; } | Gets the numerator. | +| [Denominator](../../aspose.imaging.xmp.types.derived/rational/denominator/) { get; set; } | Gets or sets the denominator. | +| [FloatValue](../../aspose.imaging.xmp.types.derived/rational/floatvalue/) { get; } | Gets the float value. | +| [Numerator](../../aspose.imaging.xmp.types.derived/rational/numerator/) { get; } | Gets the numerator. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.derived/rational/getxmprepresentation)() | Gets thestring contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.derived/rational/getxmprepresentation/)() | Gets thestring contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/denominator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/denominator/_index.md index 10de40813a0f..82753eaf1e87 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/denominator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/denominator/_index.md @@ -1,7 +1,7 @@ --- -title: Denominator +title: Rational.Denominator second_title: Aspose.Imaging for .NET API Reference -description: +description: Rational property. Gets or sets the denominator type: docs weight: 20 url: /net/aspose.imaging.xmp.types.derived/rational/denominator/ @@ -20,8 +20,8 @@ The denominator. ### See Also -* class [Rational](../../rational) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational) +* class [Rational](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/floatvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/floatvalue/_index.md index 1a66abf21f0b..cc6921e51e02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/floatvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/floatvalue/_index.md @@ -1,7 +1,7 @@ --- -title: FloatValue +title: Rational.FloatValue second_title: Aspose.Imaging for .NET API Reference -description: +description: Rational property. Gets the float value type: docs weight: 30 url: /net/aspose.imaging.xmp.types.derived/rational/floatvalue/ @@ -20,8 +20,8 @@ The float value. ### See Also -* class [Rational](../../rational) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational) +* class [Rational](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/getxmprepresentation/_index.md index da1bf0f12646..441eb7f765c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: Rational.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: Rational method. Gets thestring contained value in XMP format type: docs weight: 50 url: /net/aspose.imaging.xmp.types.derived/rational/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [Rational](../../rational) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational) +* class [Rational](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/numerator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/numerator/_index.md index 84b6e863eaef..b27e8ff11796 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/numerator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/numerator/_index.md @@ -1,7 +1,7 @@ --- -title: Numerator +title: Rational.Numerator second_title: Aspose.Imaging for .NET API Reference -description: +description: Rational property. Gets the numerator type: docs weight: 40 url: /net/aspose.imaging.xmp.types.derived/rational/numerator/ @@ -20,8 +20,8 @@ The numerator. ### See Also -* class [Rational](../../rational) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational) +* class [Rational](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/rational/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/rational/_index.md index b971c31f0252..0c319fb3a3b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/rational/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/rational/rational/_index.md @@ -1,14 +1,14 @@ --- -title: Rational +title: Rational.Rational second_title: Aspose.Imaging for .NET API Reference -description: +description: Rational constructor. Initializes a new instance of the Rational class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.derived/rational/rational/ --- ## Rational constructor -Initializes a new instance of the [`Rational`](../../rational) class. +Initializes a new instance of the [`Rational`](../) class. ```csharp public Rational(int numerator, int denominator) @@ -27,8 +27,8 @@ public Rational(int numerator, int denominator) ### See Also -* class [Rational](../../rational) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational) +* class [Rational](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../rational/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/_index.md index 2e8e75116cd2..315c14a4fd8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/_index.md @@ -1,7 +1,7 @@ --- -title: RenditionClass +title: Class RenditionClass second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Derived.RenditionClass class. Represents the XMP Rendition type: docs weight: 12010 url: /net/aspose.imaging.xmp.types.derived/renditionclass/ @@ -18,27 +18,27 @@ public sealed class RenditionClass : XmpTypeBase | Name | Description | | --- | --- | -| [RenditionClass](renditionclass)() | Initializes a new instance of the [`RenditionClass`](../renditionclass) class. | -| [RenditionClass](renditionclass)(string, string) | Initializes a new instance of the [`RenditionClass`](../renditionclass) class. | +| [RenditionClass](renditionclass/#constructor)() | Initializes a new instance of the `RenditionClass` class. | +| [RenditionClass](renditionclass/#constructor_1)(string, string) | Initializes a new instance of the `RenditionClass` class. | ## Properties | Name | Description | | --- | --- | -| [Token](../../aspose.imaging.xmp.types.derived/renditionclass/token) { get; set; } | Gets or sets the token. | -| [Value](../../aspose.imaging.xmp.types.derived/renditionclass/value) { get; set; } | Gets or sets the value. | -| static [DefinedValues](../../aspose.imaging.xmp.types.derived/renditionclass/definedvalues) { get; } | The defined values | +| [Token](../../aspose.imaging.xmp.types.derived/renditionclass/token/) { get; set; } | Gets or sets the token. | +| [Value](../../aspose.imaging.xmp.types.derived/renditionclass/value/) { get; set; } | Gets or sets the value. | +| static [DefinedValues](../../aspose.imaging.xmp.types.derived/renditionclass/definedvalues/) { get; } | The defined values | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.derived/renditionclass/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.derived/renditionclass/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/definedvalues/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/definedvalues/_index.md index f51fa8c54c8b..d2b446d3209a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/definedvalues/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/definedvalues/_index.md @@ -1,7 +1,7 @@ --- -title: DefinedValues +title: RenditionClass.DefinedValues second_title: Aspose.Imaging for .NET API Reference -description: +description: RenditionClass property. The defined values type: docs weight: 50 url: /net/aspose.imaging.xmp.types.derived/renditionclass/definedvalues/ @@ -16,8 +16,8 @@ public static string[] DefinedValues { get; } ### See Also -* class [RenditionClass](../../renditionclass) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass) +* class [RenditionClass](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/getxmprepresentation/_index.md index c34ec86e4cdb..6925da5efb97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: RenditionClass.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: RenditionClass method. Gets the string contained value in XMP format type: docs weight: 40 url: /net/aspose.imaging.xmp.types.derived/renditionclass/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [RenditionClass](../../renditionclass) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass) +* class [RenditionClass](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/renditionclass/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/renditionclass/_index.md index 26d9d8ac6632..eb7239e80ea2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/renditionclass/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/renditionclass/_index.md @@ -1,14 +1,14 @@ --- -title: RenditionClass +title: RenditionClass.RenditionClass second_title: Aspose.Imaging for .NET API Reference -description: +description: RenditionClass constructor. Initializes a new instance of the RenditionClass class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.derived/renditionclass/renditionclass/ --- -## RenditionClass constructor (1 of 2) +## RenditionClass() {#constructor} -Initializes a new instance of the [`RenditionClass`](../../renditionclass) class. +Initializes a new instance of the [`RenditionClass`](../) class. ```csharp public RenditionClass() @@ -16,15 +16,15 @@ public RenditionClass() ### See Also -* class [RenditionClass](../../renditionclass) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass) +* class [RenditionClass](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass/) * assembly [Aspose.Imaging](../../../) --- -## RenditionClass constructor (2 of 2) +## RenditionClass(string, string) {#constructor_1} -Initializes a new instance of the [`RenditionClass`](../../renditionclass) class. +Initializes a new instance of the [`RenditionClass`](../) class. ```csharp public RenditionClass(string token, string value) @@ -37,8 +37,8 @@ public RenditionClass(string token, string value) ### See Also -* class [RenditionClass](../../renditionclass) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass) +* class [RenditionClass](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/token/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/token/_index.md index ee3ddb0af127..5002b9838874 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/token/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/token/_index.md @@ -1,7 +1,7 @@ --- -title: Token +title: RenditionClass.Token second_title: Aspose.Imaging for .NET API Reference -description: +description: RenditionClass property. Gets or sets the token type: docs weight: 20 url: /net/aspose.imaging.xmp.types.derived/renditionclass/token/ @@ -20,8 +20,8 @@ The token. ### See Also -* class [RenditionClass](../../renditionclass) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass) +* class [RenditionClass](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/value/_index.md index 58ad1e385482..d3376c96f7d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/renditionclass/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: RenditionClass.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: RenditionClass property. Gets or sets the value type: docs weight: 30 url: /net/aspose.imaging.xmp.types.derived/renditionclass/value/ @@ -20,8 +20,8 @@ The value. ### See Also -* class [RenditionClass](../../renditionclass) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass) +* class [RenditionClass](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../renditionclass/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpagentname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpagentname/_index.md index 7d65c9034cd3..c71952deed64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpagentname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpagentname/_index.md @@ -1,7 +1,7 @@ --- -title: XmpAgentName +title: Class XmpAgentName second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Derived.XmpAgentName class. Represents Agent name Software organization etc type: docs weight: 12020 url: /net/aspose.imaging.xmp.types.derived/xmpagentname/ @@ -18,24 +18,24 @@ public sealed class XmpAgentName : XmpText | Name | Description | | --- | --- | -| [XmpAgentName](xmpagentname)(string) | Initializes a new instance of the [`XmpAgentName`](../xmpagentname) class. | +| [XmpAgentName](xmpagentname/)(string) | Initializes a new instance of the `XmpAgentName` class. | ## Properties | Name | Description | | --- | --- | -| [Value](../../aspose.imaging.xmp.types.basic/xmptext/value) { get; set; } | Gets or sets the text value. | +| [Value](../../aspose.imaging.xmp.types.basic/xmptext/value/) { get; set; } | Gets or sets the text value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [XmpText](../../aspose.imaging.xmp.types.basic/xmptext) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived) +* class [XmpText](../../aspose.imaging.xmp.types.basic/xmptext/) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpagentname/xmpagentname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpagentname/xmpagentname/_index.md index f84d113b6f99..491dbe5d09be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpagentname/xmpagentname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpagentname/xmpagentname/_index.md @@ -1,14 +1,14 @@ --- -title: XmpAgentName +title: XmpAgentName.XmpAgentName second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpAgentName constructor. Initializes a new instance of the XmpAgentName class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.derived/xmpagentname/xmpagentname/ --- ## XmpAgentName constructor -Initializes a new instance of the [`XmpAgentName`](../../xmpagentname) class. +Initializes a new instance of the [`XmpAgentName`](../) class. ```csharp public XmpAgentName(string value) @@ -20,8 +20,8 @@ public XmpAgentName(string value) ### See Also -* class [XmpAgentName](../../xmpagentname) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpagentname) +* class [XmpAgentName](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpagentname/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/_index.md index daf8786f1bfd..79750ddec37c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/_index.md @@ -1,7 +1,7 @@ --- -title: XmpChoiseT +title: Class XmpChoiseT second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Derived.XmpChoise1T class. Represents a value from vocabulary of values type: docs weight: 12030 url: /net/aspose.imaging.xmp.types.derived/xmpchoise-1/ @@ -22,24 +22,24 @@ public class XmpChoise : XmpTypeBase | Name | Description | | --- | --- | -| [XmpChoise](xmpchoise)() | The default constructor. | +| [XmpChoise](xmpchoise/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [IsOpen](../../aspose.imaging.xmp.types.derived/xmpchoise`1/isopen) { get; set; } | Gets or sets a value indicating whether the preferred values can be extended. | +| [IsOpen](../../aspose.imaging.xmp.types.derived/xmpchoise-1/isopen/) { get; set; } | Gets or sets a value indicating whether the preferred values can be extended. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.derived/xmpchoise`1/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.derived/xmpchoise-1/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/getxmprepresentation/_index.md index a7b7e579c403..0b6dc999f0a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: XmpChoise1.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpChoise method. Gets the string contained value in XMP format type: docs weight: 30 url: /net/aspose.imaging.xmp.types.derived/xmpchoise-1/getxmprepresentation/ @@ -26,8 +26,8 @@ Returns the string contained value in XMP format. ### See Also -* class [XmpChoise<T>](../../xmpchoise-1) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpchoise-1) +* class [XmpChoise<T>](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpchoise-1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/isopen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/isopen/_index.md index 78ef780359f9..b1dc7533768b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/isopen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/isopen/_index.md @@ -1,7 +1,7 @@ --- -title: IsOpen +title: XmpChoise1.IsOpen second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpChoise property. Gets or sets a value indicating whether the preferred values can be extended type: docs weight: 20 url: /net/aspose.imaging.xmp.types.derived/xmpchoise-1/isopen/ @@ -20,8 +20,8 @@ public bool IsOpen { get; set; } ### See Also -* class [XmpChoise<T>](../../xmpchoise-1) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpchoise-1) +* class [XmpChoise<T>](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpchoise-1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/xmpchoise/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/xmpchoise/_index.md index 0547f8ee6acb..d0eaa3d477ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/xmpchoise/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpchoise-1/xmpchoise/_index.md @@ -1,7 +1,7 @@ --- -title: XmpChoise +title: XmpChoise1.XmpChoise second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpChoise constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp.types.derived/xmpchoise-1/xmpchoise/ @@ -16,8 +16,8 @@ public XmpChoise() ### See Also -* class [XmpChoise<T>](../../xmpchoise-1) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpchoise-1) +* class [XmpChoise<T>](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpchoise-1/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/_index.md index 19d09d19e56b..052728de828f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/_index.md @@ -1,7 +1,7 @@ --- -title: XmpGuid +title: Class XmpGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Derived.XmpGuid class. Represents XMP global unique identifier type: docs weight: 12040 url: /net/aspose.imaging.xmp.types.derived/xmpguid/ @@ -18,26 +18,26 @@ public sealed class XmpGuid : XmpTypeBase | Name | Description | | --- | --- | -| [XmpGuid](xmpguid)(Guid) | Initializes a new instance of the [`XmpGuid`](../xmpguid) class. | -| [XmpGuid](xmpguid)(string) | Initializes a new instance of the [`XmpGuid`](../xmpguid) class. | +| [XmpGuid](xmpguid/#constructor)(Guid) | Initializes a new instance of the `XmpGuid` class. | +| [XmpGuid](xmpguid/#constructor_1)(string) | Initializes a new instance of the `XmpGuid` class. | ## Properties | Name | Description | | --- | --- | -| [Prefix](../../aspose.imaging.xmp.types.derived/xmpguid/prefix) { get; set; } | Gets or sets the prefix like uuid. | -| [Value](../../aspose.imaging.xmp.types.derived/xmpguid/value) { get; set; } | Gets or sets the value. | +| [Prefix](../../aspose.imaging.xmp.types.derived/xmpguid/prefix/) { get; set; } | Gets or sets the prefix like uuid. | +| [Value](../../aspose.imaging.xmp.types.derived/xmpguid/value/) { get; set; } | Gets or sets the value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.derived/xmpguid/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.derived/xmpguid/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived) +* class [XmpTypeBase](../../aspose.imaging.xmp.types/xmptypebase/) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/getxmprepresentation/_index.md index d3111df800c8..c0a70cb44b78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: XmpGuid.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpGuid method. Gets the string contained value in XMP format type: docs weight: 40 url: /net/aspose.imaging.xmp.types.derived/xmpguid/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [XmpGuid](../../xmpguid) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid) +* class [XmpGuid](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/prefix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/prefix/_index.md index e767251eac07..caf0dd378fb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/prefix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/prefix/_index.md @@ -1,7 +1,7 @@ --- -title: Prefix +title: XmpGuid.Prefix second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpGuid property. Gets or sets the prefix like uuid type: docs weight: 20 url: /net/aspose.imaging.xmp.types.derived/xmpguid/prefix/ @@ -20,8 +20,8 @@ The prefix like uuid. ### See Also -* class [XmpGuid](../../xmpguid) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid) +* class [XmpGuid](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/value/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/value/_index.md index db7195f1288e..274f7df625f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/value/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/value/_index.md @@ -1,7 +1,7 @@ --- -title: Value +title: XmpGuid.Value second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpGuid property. Gets or sets the value type: docs weight: 30 url: /net/aspose.imaging.xmp.types.derived/xmpguid/value/ @@ -20,8 +20,8 @@ The value. ### See Also -* class [XmpGuid](../../xmpguid) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid) +* class [XmpGuid](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/xmpguid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/xmpguid/_index.md index 92f84d18f086..2cc0b258eac0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/xmpguid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpguid/xmpguid/_index.md @@ -1,14 +1,14 @@ --- -title: XmpGuid +title: XmpGuid.XmpGuid second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpGuid constructor. Initializes a new instance of the XmpGuid class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.derived/xmpguid/xmpguid/ --- -## XmpGuid constructor (1 of 2) +## XmpGuid(string) {#constructor_1} -Initializes a new instance of the [`XmpGuid`](../../xmpguid) class. +Initializes a new instance of the [`XmpGuid`](../) class. ```csharp public XmpGuid(string value) @@ -27,15 +27,15 @@ public XmpGuid(string value) ### See Also -* class [XmpGuid](../../xmpguid) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid) +* class [XmpGuid](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid/) * assembly [Aspose.Imaging](../../../) --- -## XmpGuid constructor (2 of 2) +## XmpGuid(Guid) {#constructor} -Initializes a new instance of the [`XmpGuid`](../../xmpguid) class. +Initializes a new instance of the [`XmpGuid`](../) class. ```csharp public XmpGuid(Guid guid) @@ -47,8 +47,8 @@ public XmpGuid(Guid guid) ### See Also -* class [XmpGuid](../../xmpguid) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid) +* class [XmpGuid](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpguid/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmplocale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmplocale/_index.md index 3e2ab0bdc846..185fc5393ad8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmplocale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmplocale/_index.md @@ -1,7 +1,7 @@ --- -title: XmpLocale +title: Class XmpLocale second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Derived.XmpLocale class. Represents language code type: docs weight: 12050 url: /net/aspose.imaging.xmp.types.derived/xmplocale/ @@ -18,28 +18,28 @@ public sealed class XmpLocale : XmpText | Name | Description | | --- | --- | -| [XmpLocale](xmplocale)(string) | Initializes a new instance of the [`XmpLocale`](../xmplocale) class. | +| [XmpLocale](xmplocale/)(string) | Initializes a new instance of the `XmpLocale` class. | ## Properties | Name | Description | | --- | --- | -| [Value](../../aspose.imaging.xmp.types.basic/xmptext/value) { get; set; } | Gets or sets the text value. | +| [Value](../../aspose.imaging.xmp.types.basic/xmptext/value/) { get; set; } | Gets or sets the text value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/)() | Gets the string contained value in XMP format. | -### Remarks +## Remarks See IETF RFC 3066. ### See Also -* class [XmpText](../../aspose.imaging.xmp.types.basic/xmptext) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived) +* class [XmpText](../../aspose.imaging.xmp.types.basic/xmptext/) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmplocale/xmplocale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmplocale/xmplocale/_index.md index 3c954c191c04..7b7425f57c0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmplocale/xmplocale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmplocale/xmplocale/_index.md @@ -1,14 +1,14 @@ --- -title: XmpLocale +title: XmpLocale.XmpLocale second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpLocale constructor. Initializes a new instance of the XmpLocale class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.derived/xmplocale/xmplocale/ --- ## XmpLocale constructor -Initializes a new instance of the [`XmpLocale`](../../xmplocale) class. +Initializes a new instance of the [`XmpLocale`](../) class. ```csharp public XmpLocale(string value) @@ -20,8 +20,8 @@ public XmpLocale(string value) ### See Also -* class [XmpLocale](../../xmplocale) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmplocale) +* class [XmpLocale](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmplocale/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpmimetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpmimetype/_index.md index 2d4f41b7e1ed..b486e39cacdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpmimetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpmimetype/_index.md @@ -1,7 +1,7 @@ --- -title: XmpMimeType +title: Class XmpMimeType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.Derived.XmpMimeType class. Represents MIME type type: docs weight: 12060 url: /net/aspose.imaging.xmp.types.derived/xmpmimetype/ @@ -18,28 +18,28 @@ public sealed class XmpMimeType : XmpText | Name | Description | | --- | --- | -| [XmpMimeType](xmpmimetype)(string) | Initializes a new instance of the [`XmpMimeType`](../xmpmimetype) class. | +| [XmpMimeType](xmpmimetype/)(string) | Initializes a new instance of the `XmpMimeType` class. | ## Properties | Name | Description | | --- | --- | -| [Value](../../aspose.imaging.xmp.types.basic/xmptext/value) { get; set; } | Gets or sets the text value. | +| [Value](../../aspose.imaging.xmp.types.basic/xmptext/value/) { get; set; } | Gets or sets the text value. | ## Methods | Name | Description | | --- | --- | -| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation)() | Gets the string contained value in XMP format. | +| override [GetXmpRepresentation](../../aspose.imaging.xmp.types.basic/xmptext/getxmprepresentation/)() | Gets the string contained value in XMP format. | -### Remarks +## Remarks MIME type defined in IETF RFC 2046. ### See Also -* class [XmpText](../../aspose.imaging.xmp.types.basic/xmptext) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived) +* class [XmpText](../../aspose.imaging.xmp.types.basic/xmptext/) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../aspose.imaging.xmp.types.derived/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpmimetype/xmpmimetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpmimetype/xmpmimetype/_index.md index a3d98120c597..f4c30729e054 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpmimetype/xmpmimetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types.derived/xmpmimetype/xmpmimetype/_index.md @@ -1,14 +1,14 @@ --- -title: XmpMimeType +title: XmpMimeType.XmpMimeType second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMimeType constructor. Initializes a new instance of the XmpMimeType class type: docs weight: 10 url: /net/aspose.imaging.xmp.types.derived/xmpmimetype/xmpmimetype/ --- ## XmpMimeType constructor -Initializes a new instance of the [`XmpMimeType`](../../xmpmimetype) class. +Initializes a new instance of the [`XmpMimeType`](../) class. ```csharp public XmpMimeType(string value) @@ -20,8 +20,8 @@ public XmpMimeType(string value) ### See Also -* class [XmpMimeType](../../xmpmimetype) -* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpmimetype) +* class [XmpMimeType](../) +* namespace [Aspose.Imaging.Xmp.Types.Derived](../../xmpmimetype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/_index.md index 6f3ac6ad6be5..2b58a3f3dd15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp.Types second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains classes that represent the values of XMP properties in three basic categories basic types complex and derived types. +description: The namespace contains classes that represent the values of XMP properties in three basic categories basic types complex and derived types type: docs weight: 1070 url: /net/aspose.imaging.xmp.types/ @@ -12,11 +12,11 @@ The namespace contains classes that represent the values of XMP properties in th | Class | Description | | --- | --- | -| [XmpTypeBase](./xmptypebase) | Represents base class for basic XMP type. | +| [XmpTypeBase](./xmptypebase/) | Represents base class for basic XMP type. | ## Interfaces | Interface | Description | | --- | --- | -| [IXmpType](./ixmptype) | Base interface for XMP type. | +| [IXmpType](./ixmptype/) | Base interface for XMP type. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/ixmptype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/ixmptype/_index.md index 62aab7c154c4..5f8f0290889a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/ixmptype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/ixmptype/_index.md @@ -1,7 +1,7 @@ --- -title: IXmpType +title: Interface IXmpType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.IXmpType interface. Base interface for XMP type type: docs weight: 12070 url: /net/aspose.imaging.xmp.types/ixmptype/ @@ -18,11 +18,11 @@ public interface IXmpType | Name | Description | | --- | --- | -| [GetXmpRepresentation](../../aspose.imaging.xmp.types/ixmptype/getxmprepresentation)() | Gets the string contained value in XMP format. | +| [GetXmpRepresentation](../../aspose.imaging.xmp.types/ixmptype/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* namespace [Aspose.Imaging.Xmp.Types](../../aspose.imaging.xmp.types) +* namespace [Aspose.Imaging.Xmp.Types](../../aspose.imaging.xmp.types/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/ixmptype/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/ixmptype/getxmprepresentation/_index.md index d024e84bb3a5..2b9bd6d143cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/ixmptype/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/ixmptype/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: IXmpType.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: IXmpType method. Gets the string contained value in XMP format type: docs weight: 10 url: /net/aspose.imaging.xmp.types/ixmptype/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* interface [IXmpType](../../ixmptype) -* namespace [Aspose.Imaging.Xmp.Types](../../ixmptype) +* interface [IXmpType](../) +* namespace [Aspose.Imaging.Xmp.Types](../../ixmptype/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/xmptypebase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/xmptypebase/_index.md index f79113d6edf4..f57c2ca849de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/xmptypebase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/xmptypebase/_index.md @@ -1,7 +1,7 @@ --- -title: XmpTypeBase +title: Class XmpTypeBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Types.XmpTypeBase class. Represents base class for basic XMP type type: docs weight: 12080 url: /net/aspose.imaging.xmp.types/xmptypebase/ @@ -18,12 +18,12 @@ public abstract class XmpTypeBase : IXmpType | Name | Description | | --- | --- | -| abstract [GetXmpRepresentation](../../aspose.imaging.xmp.types/xmptypebase/getxmprepresentation)() | Gets the string contained value in XMP format. | +| abstract [GetXmpRepresentation](../../aspose.imaging.xmp.types/xmptypebase/getxmprepresentation/)() | Gets the string contained value in XMP format. | ### See Also -* interface [IXmpType](../ixmptype) -* namespace [Aspose.Imaging.Xmp.Types](../../aspose.imaging.xmp.types) +* interface [IXmpType](../ixmptype/) +* namespace [Aspose.Imaging.Xmp.Types](../../aspose.imaging.xmp.types/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/xmptypebase/getxmprepresentation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/xmptypebase/getxmprepresentation/_index.md index b0e9f55419f7..6e99760f48ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/xmptypebase/getxmprepresentation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp.types/xmptypebase/getxmprepresentation/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmpRepresentation +title: XmpTypeBase.GetXmpRepresentation second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpTypeBase method. Gets the string contained value in XMP format type: docs weight: 10 url: /net/aspose.imaging.xmp.types/xmptypebase/getxmprepresentation/ @@ -20,8 +20,8 @@ Returns the string contained value in XMP format. ### See Also -* class [XmpTypeBase](../../xmptypebase) -* namespace [Aspose.Imaging.Xmp.Types](../../xmptypebase) +* class [XmpTypeBase](../) +* namespace [Aspose.Imaging.Xmp.Types](../../xmptypebase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/_index.md index 37d796d578f1..8a56b4e712e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging.Xmp second_title: Aspose.Imaging for .NET API Reference -description: The namespace contains XMP related helper classes and methods. +description: The namespace contains XMP related helper classes and methods type: docs weight: 980 url: /net/aspose.imaging.xmp/ @@ -12,27 +12,27 @@ The namespace contains XMP related helper classes and methods. | Class | Description | | --- | --- | -| [LangAlt](./langalt) | Represents XMP Language Alternative. | -| [Namespaces](./namespaces) | Contains namespaces used in RDF document. | -| [XmpArray](./xmparray) | Represents Xmp Array in [`XmpPackage`](../aspose.imaging.xmp/xmppackage). TODO: Array may contain complex data. | -| [XmpArrayHelper](./xmparrayhelper) | The helper class for processing RDF logic | -| [XmpElementBase](./xmpelementbase) | Represents base xmp element contains attributes. | -| [XmpHeaderPi](./xmpheaderpi) | Represents XMP header processing instruction. | -| [XmpMeta](./xmpmeta) | Represents xmpmeta. Optional. The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF. | -| [XmpPackage](./xmppackage) | Represents base abstraction for XMP package. | -| [XmpPackageBaseCollection](./xmppackagebasecollection) | Represents collection of [`XmpPackage`](../aspose.imaging.xmp/xmppackage). | -| [XmpPacketWrapper](./xmppacketwrapper) | Contains serialized xmp package including header and trailer. | -| [XmpRdfRoot](./xmprdfroot) | Represents rdf:RDF element. A single XMP packet shall be serialized using a single rdf:RDF XML element. The rdf:RDF element content shall consist of only zero or more rdf:Description elements. | -| [XmpTrailerPi](./xmptrailerpi) | Represents XMP trailer processing instruction. | +| [LangAlt](./langalt/) | Represents XMP Language Alternative. | +| [Namespaces](./namespaces/) | Contains namespaces used in RDF document. | +| [XmpArray](./xmparray/) | Represents Xmp Array in [`XmpPackage`](../aspose.imaging.xmp/xmppackage/). TODO: Array may contain complex data. | +| [XmpArrayHelper](./xmparrayhelper/) | The helper class for processing RDF logic | +| [XmpElementBase](./xmpelementbase/) | Represents base xmp element contains attributes. | +| [XmpHeaderPi](./xmpheaderpi/) | Represents XMP header processing instruction. | +| [XmpMeta](./xmpmeta/) | Represents xmpmeta. Optional. The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF. | +| [XmpPackage](./xmppackage/) | Represents base abstraction for XMP package. | +| [XmpPackageBaseCollection](./xmppackagebasecollection/) | Represents collection of [`XmpPackage`](../aspose.imaging.xmp/xmppackage/). | +| [XmpPacketWrapper](./xmppacketwrapper/) | Contains serialized xmp package including header and trailer. | +| [XmpRdfRoot](./xmprdfroot/) | Represents rdf:RDF element. A single XMP packet shall be serialized using a single rdf:RDF XML element. The rdf:RDF element content shall consist of only zero or more rdf:Description elements. | +| [XmpTrailerPi](./xmptrailerpi/) | Represents XMP trailer processing instruction. | ## Interfaces | Interface | Description | | --- | --- | -| [IXmlValue](./ixmlvalue) | Converts xmp values to the XML string representation. | +| [IXmlValue](./ixmlvalue/) | Converts xmp values to the XML string representation. | ## Enumeration | Enumeration | Description | | --- | --- | -| [XmpArrayType](./xmparraytype) | Represents array type in [`XmpArray`](../aspose.imaging.xmp/xmparray). | +| [XmpArrayType](./xmparraytype/) | Represents array type in [`XmpArray`](../aspose.imaging.xmp/xmparray/). | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/ixmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/ixmlvalue/_index.md index ea5cde6e2c6d..d797fa9a5565 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/ixmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/ixmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: IXmlValue +title: Interface IXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.IXmlValue interface. Converts xmp values to the XML string representation type: docs weight: 11620 url: /net/aspose.imaging.xmp/ixmlvalue/ @@ -18,11 +18,11 @@ public interface IXmlValue | Name | Description | | --- | --- | -| [GetXmlValue](../../aspose.imaging.xmp/ixmlvalue/getxmlvalue)() | Converts XMP value to the XML representation. | +| [GetXmlValue](../../aspose.imaging.xmp/ixmlvalue/getxmlvalue/)() | Converts XMP value to the XML representation. | ### See Also -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/ixmlvalue/getxmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/ixmlvalue/getxmlvalue/_index.md index 5f928c9869e5..e342ec59ef8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/ixmlvalue/getxmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/ixmlvalue/getxmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmlValue +title: IXmlValue.GetXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: IXmlValue method. Converts XMP value to the XML representation type: docs weight: 10 url: /net/aspose.imaging.xmp/ixmlvalue/getxmlvalue/ @@ -20,8 +20,8 @@ Returns the XMP value converted to the XML representation. ### See Also -* interface [IXmlValue](../../ixmlvalue) -* namespace [Aspose.Imaging.Xmp](../../ixmlvalue) +* interface [IXmlValue](../) +* namespace [Aspose.Imaging.Xmp](../../ixmlvalue/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/_index.md index f49484c44e13..30d608ab2859 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/_index.md @@ -1,7 +1,7 @@ --- -title: LangAlt +title: Class LangAlt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.LangAlt class. Represents XMP Language Alternative type: docs weight: 11630 url: /net/aspose.imaging.xmp/langalt/ @@ -18,21 +18,21 @@ public class LangAlt : IXmlValue | Name | Description | | --- | --- | -| [LangAlt](langalt)() | Initializes a new instance of the [`LangAlt`](../langalt) class. | -| [LangAlt](langalt)(string) | Initializes a new instance of the [`LangAlt`](../langalt) class. | +| [LangAlt](langalt/#constructor)() | Initializes a new instance of the `LangAlt` class. | +| [LangAlt](langalt/#constructor_1)(string) | Initializes a new instance of the `LangAlt` class. | ## Methods | Name | Description | | --- | --- | -| virtual [AddLanguage](../../aspose.imaging.xmp/langalt/addlanguage)(string, string) | Adds the language. | -| [GetXmlValue](../../aspose.imaging.xmp/langalt/getxmlvalue)() | Converts XMP value to the XML representation. | -| override [ToString](../../aspose.imaging.xmp/langalt/tostring)() | Returns a String that represents this instance. | +| virtual [AddLanguage](../../aspose.imaging.xmp/langalt/addlanguage/)(string, string) | Adds the language. | +| [GetXmlValue](../../aspose.imaging.xmp/langalt/getxmlvalue/)() | Converts XMP value to the XML representation. | +| override [ToString](../../aspose.imaging.xmp/langalt/tostring/)() | Returns a String that represents this instance. | ### See Also -* interface [IXmlValue](../ixmlvalue) -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* interface [IXmlValue](../ixmlvalue/) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/addlanguage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/addlanguage/_index.md index e20c7ce4a940..d4ae301a3053 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/addlanguage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/addlanguage/_index.md @@ -1,7 +1,7 @@ --- -title: AddLanguage +title: LangAlt.AddLanguage second_title: Aspose.Imaging for .NET API Reference -description: +description: LangAlt method. Adds the language type: docs weight: 20 url: /net/aspose.imaging.xmp/langalt/addlanguage/ @@ -21,8 +21,8 @@ public virtual void AddLanguage(string language, string value) ### See Also -* class [LangAlt](../../langalt) -* namespace [Aspose.Imaging.Xmp](../../langalt) +* class [LangAlt](../) +* namespace [Aspose.Imaging.Xmp](../../langalt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/getxmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/getxmlvalue/_index.md index 2e19e7db19e4..e2dde74ed90d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/getxmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/getxmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmlValue +title: LangAlt.GetXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: LangAlt method. Converts XMP value to the XML representation type: docs weight: 30 url: /net/aspose.imaging.xmp/langalt/getxmlvalue/ @@ -20,8 +20,8 @@ Returns the XMP value converted to the XML representation. ### See Also -* class [LangAlt](../../langalt) -* namespace [Aspose.Imaging.Xmp](../../langalt) +* class [LangAlt](../) +* namespace [Aspose.Imaging.Xmp](../../langalt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/langalt/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/langalt/_index.md index a79f67bed897..ad3c021d0dbc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/langalt/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/langalt/_index.md @@ -1,14 +1,14 @@ --- -title: LangAlt +title: LangAlt.LangAlt second_title: Aspose.Imaging for .NET API Reference -description: +description: LangAlt constructor. Initializes a new instance of the LangAlt class type: docs weight: 10 url: /net/aspose.imaging.xmp/langalt/langalt/ --- -## LangAlt constructor (1 of 2) +## LangAlt(string) {#constructor_1} -Initializes a new instance of the [`LangAlt`](../../langalt) class. +Initializes a new instance of the [`LangAlt`](../) class. ```csharp public LangAlt(string defaultValue) @@ -20,15 +20,15 @@ public LangAlt(string defaultValue) ### See Also -* class [LangAlt](../../langalt) -* namespace [Aspose.Imaging.Xmp](../../langalt) +* class [LangAlt](../) +* namespace [Aspose.Imaging.Xmp](../../langalt/) * assembly [Aspose.Imaging](../../../) --- -## LangAlt constructor (2 of 2) +## LangAlt() {#constructor} -Initializes a new instance of the [`LangAlt`](../../langalt) class. +Initializes a new instance of the [`LangAlt`](../) class. ```csharp public LangAlt() @@ -36,8 +36,8 @@ public LangAlt() ### See Also -* class [LangAlt](../../langalt) -* namespace [Aspose.Imaging.Xmp](../../langalt) +* class [LangAlt](../) +* namespace [Aspose.Imaging.Xmp](../../langalt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/tostring/_index.md index 19cfdf03e88d..e624c6948b38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/langalt/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: LangAlt.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: LangAlt method. Returns a String that represents this instance type: docs weight: 40 url: /net/aspose.imaging.xmp/langalt/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [LangAlt](../../langalt) -* namespace [Aspose.Imaging.Xmp](../../langalt) +* class [LangAlt](../) +* namespace [Aspose.Imaging.Xmp](../../langalt/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/_index.md index 4d1e78ee4d64..c6990bcfe16f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/_index.md @@ -1,7 +1,7 @@ --- -title: Namespaces +title: Class Namespaces second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.Namespaces class. Contains namespaces used in RDF document type: docs weight: 11640 url: /net/aspose.imaging.xmp/namespaces/ @@ -18,27 +18,27 @@ public static class Namespaces | Name | Description | | --- | --- | -| const [Dicom](../../aspose.imaging.xmp/namespaces/dicom) | Dicom namespace. | -| const [DublinCore](../../aspose.imaging.xmp/namespaces/dublincore) | Dublic Core namespace. | -| const [Pdf](../../aspose.imaging.xmp/namespaces/pdf) | Adobe PDF namespace. | -| const [Photoshop](../../aspose.imaging.xmp/namespaces/photoshop) | Adobe Photoshop namespace. | -| const [Rdf](../../aspose.imaging.xmp/namespaces/rdf) | Resource definition framework namespace. | -| const [Xml](../../aspose.imaging.xmp/namespaces/xml) | Xml namespace. | -| const [XmpBasic](../../aspose.imaging.xmp/namespaces/xmpbasic) | XMP Basic namespace. | -| const [XmpDm](../../aspose.imaging.xmp/namespaces/xmpdm) | XMP Dynamic Media namespace. | -| const [XmpGraphics](../../aspose.imaging.xmp/namespaces/xmpgraphics) | XMP graphics namespace. | -| const [XmpGraphicsThumbnail](../../aspose.imaging.xmp/namespaces/xmpgraphicsthumbnail) | XMP graphics namespace. | -| const [XmpMm](../../aspose.imaging.xmp/namespaces/xmpmm) | XMP digital asset management namespace. | -| const [XmpRights](../../aspose.imaging.xmp/namespaces/xmprights) | XMP Rights Management namespace. | -| const [XmpTypeDimensions](../../aspose.imaging.xmp/namespaces/xmptypedimensions) | XMP Dimensions type. | -| const [XmpTypeFont](../../aspose.imaging.xmp/namespaces/xmptypefont) | XMP Font type. | -| const [XmpTypeResourceEvent](../../aspose.imaging.xmp/namespaces/xmptyperesourceevent) | XMP ResourceEvent URI. | -| const [XmpTypeResourceRef](../../aspose.imaging.xmp/namespaces/xmptyperesourceref) | XMP ResourceRef URI. | -| const [XmpTypeVersion](../../aspose.imaging.xmp/namespaces/xmptypeversion) | XMP Version. | +| const [Dicom](../../aspose.imaging.xmp/namespaces/dicom/) | Dicom namespace. | +| const [DublinCore](../../aspose.imaging.xmp/namespaces/dublincore/) | Dublic Core namespace. | +| const [Pdf](../../aspose.imaging.xmp/namespaces/pdf/) | Adobe PDF namespace. | +| const [Photoshop](../../aspose.imaging.xmp/namespaces/photoshop/) | Adobe Photoshop namespace. | +| const [Rdf](../../aspose.imaging.xmp/namespaces/rdf/) | Resource definition framework namespace. | +| const [Xml](../../aspose.imaging.xmp/namespaces/xml/) | Xml namespace. | +| const [XmpBasic](../../aspose.imaging.xmp/namespaces/xmpbasic/) | XMP Basic namespace. | +| const [XmpDm](../../aspose.imaging.xmp/namespaces/xmpdm/) | XMP Dynamic Media namespace. | +| const [XmpGraphics](../../aspose.imaging.xmp/namespaces/xmpgraphics/) | XMP graphics namespace. | +| const [XmpGraphicsThumbnail](../../aspose.imaging.xmp/namespaces/xmpgraphicsthumbnail/) | XMP graphics namespace. | +| const [XmpMm](../../aspose.imaging.xmp/namespaces/xmpmm/) | XMP digital asset management namespace. | +| const [XmpRights](../../aspose.imaging.xmp/namespaces/xmprights/) | XMP Rights Management namespace. | +| const [XmpTypeDimensions](../../aspose.imaging.xmp/namespaces/xmptypedimensions/) | XMP Dimensions type. | +| const [XmpTypeFont](../../aspose.imaging.xmp/namespaces/xmptypefont/) | XMP Font type. | +| const [XmpTypeResourceEvent](../../aspose.imaging.xmp/namespaces/xmptyperesourceevent/) | XMP ResourceEvent URI. | +| const [XmpTypeResourceRef](../../aspose.imaging.xmp/namespaces/xmptyperesourceref/) | XMP ResourceRef URI. | +| const [XmpTypeVersion](../../aspose.imaging.xmp/namespaces/xmptypeversion/) | XMP Version. | ### See Also -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/dicom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/dicom/_index.md index f6d041ec046e..1001a3ea216f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/dicom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/dicom/_index.md @@ -1,7 +1,7 @@ --- -title: Dicom +title: Namespaces.Dicom second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. Dicom namespace type: docs weight: 10 url: /net/aspose.imaging.xmp/namespaces/dicom/ @@ -16,8 +16,8 @@ public const string Dicom; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/dublincore/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/dublincore/_index.md index 094f3f990507..1fd81341b528 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/dublincore/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/dublincore/_index.md @@ -1,7 +1,7 @@ --- -title: DublinCore +title: Namespaces.DublinCore second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. Dublic Core namespace type: docs weight: 20 url: /net/aspose.imaging.xmp/namespaces/dublincore/ @@ -16,8 +16,8 @@ public const string DublinCore; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/pdf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/pdf/_index.md index 00b1488209d3..625c260f3d2f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/pdf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/pdf/_index.md @@ -1,7 +1,7 @@ --- -title: Pdf +title: Namespaces.Pdf second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. Adobe PDF namespace type: docs weight: 30 url: /net/aspose.imaging.xmp/namespaces/pdf/ @@ -16,8 +16,8 @@ public const string Pdf; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/photoshop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/photoshop/_index.md index 1dc4ec4d6a17..d55b86c65705 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/photoshop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/photoshop/_index.md @@ -1,7 +1,7 @@ --- -title: Photoshop +title: Namespaces.Photoshop second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. Adobe Photoshop namespace type: docs weight: 40 url: /net/aspose.imaging.xmp/namespaces/photoshop/ @@ -16,8 +16,8 @@ public const string Photoshop; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/rdf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/rdf/_index.md index 669bfc890927..71d253aeb771 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/rdf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/rdf/_index.md @@ -1,7 +1,7 @@ --- -title: Rdf +title: Namespaces.Rdf second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. Resource definition framework namespace type: docs weight: 50 url: /net/aspose.imaging.xmp/namespaces/rdf/ @@ -16,8 +16,8 @@ public const string Rdf; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xml/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xml/_index.md index 2115d70e2cb2..4d1e9b59d570 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xml/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xml/_index.md @@ -1,7 +1,7 @@ --- -title: Xml +title: Namespaces.Xml second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. Xml namespace type: docs weight: 60 url: /net/aspose.imaging.xmp/namespaces/xml/ @@ -16,8 +16,8 @@ public const string Xml; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpbasic/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpbasic/_index.md index 92b1a43bb1a6..fe6a6c199745 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpbasic/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpbasic/_index.md @@ -1,7 +1,7 @@ --- -title: XmpBasic +title: Namespaces.XmpBasic second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP Basic namespace type: docs weight: 70 url: /net/aspose.imaging.xmp/namespaces/xmpbasic/ @@ -16,8 +16,8 @@ public const string XmpBasic; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpdm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpdm/_index.md index 438e249a9814..80dac8e63603 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpdm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpdm/_index.md @@ -1,7 +1,7 @@ --- -title: XmpDm +title: Namespaces.XmpDm second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP Dynamic Media namespace type: docs weight: 80 url: /net/aspose.imaging.xmp/namespaces/xmpdm/ @@ -16,8 +16,8 @@ public const string XmpDm; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpgraphics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpgraphics/_index.md index 146402c86c6d..ea597c7b7cfe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpgraphics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpgraphics/_index.md @@ -1,7 +1,7 @@ --- -title: XmpGraphics +title: Namespaces.XmpGraphics second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP graphics namespace type: docs weight: 90 url: /net/aspose.imaging.xmp/namespaces/xmpgraphics/ @@ -16,8 +16,8 @@ public const string XmpGraphics; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpgraphicsthumbnail/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpgraphicsthumbnail/_index.md index 8669412000d9..f652cbe33bc8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpgraphicsthumbnail/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpgraphicsthumbnail/_index.md @@ -1,7 +1,7 @@ --- -title: XmpGraphicsThumbnail +title: Namespaces.XmpGraphicsThumbnail second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP graphics namespace type: docs weight: 100 url: /net/aspose.imaging.xmp/namespaces/xmpgraphicsthumbnail/ @@ -16,8 +16,8 @@ public const string XmpGraphicsThumbnail; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpmm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpmm/_index.md index 59c278a75993..4baa42e7f5c0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpmm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmpmm/_index.md @@ -1,7 +1,7 @@ --- -title: XmpMm +title: Namespaces.XmpMm second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP digital asset management namespace type: docs weight: 110 url: /net/aspose.imaging.xmp/namespaces/xmpmm/ @@ -16,8 +16,8 @@ public const string XmpMm; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmprights/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmprights/_index.md index d3eee862bbf7..4e7ded82f9d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmprights/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmprights/_index.md @@ -1,7 +1,7 @@ --- -title: XmpRights +title: Namespaces.XmpRights second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP Rights Management namespace type: docs weight: 120 url: /net/aspose.imaging.xmp/namespaces/xmprights/ @@ -16,8 +16,8 @@ public const string XmpRights; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypedimensions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypedimensions/_index.md index 2e7cac9919e6..f19e34382a92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypedimensions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypedimensions/_index.md @@ -1,7 +1,7 @@ --- -title: XmpTypeDimensions +title: Namespaces.XmpTypeDimensions second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP Dimensions type type: docs weight: 130 url: /net/aspose.imaging.xmp/namespaces/xmptypedimensions/ @@ -16,8 +16,8 @@ public const string XmpTypeDimensions; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypefont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypefont/_index.md index 5bc94950b3be..1025448e0e4e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypefont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypefont/_index.md @@ -1,7 +1,7 @@ --- -title: XmpTypeFont +title: Namespaces.XmpTypeFont second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP Font type type: docs weight: 140 url: /net/aspose.imaging.xmp/namespaces/xmptypefont/ @@ -16,8 +16,8 @@ public const string XmpTypeFont; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptyperesourceevent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptyperesourceevent/_index.md index 05430adf498e..0a261909ab4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptyperesourceevent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptyperesourceevent/_index.md @@ -1,7 +1,7 @@ --- -title: XmpTypeResourceEvent +title: Namespaces.XmpTypeResourceEvent second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP ResourceEvent URI type: docs weight: 150 url: /net/aspose.imaging.xmp/namespaces/xmptyperesourceevent/ @@ -16,8 +16,8 @@ public const string XmpTypeResourceEvent; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptyperesourceref/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptyperesourceref/_index.md index 176606f7d388..d983239e2fba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptyperesourceref/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptyperesourceref/_index.md @@ -1,7 +1,7 @@ --- -title: XmpTypeResourceRef +title: Namespaces.XmpTypeResourceRef second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP ResourceRef URI type: docs weight: 160 url: /net/aspose.imaging.xmp/namespaces/xmptyperesourceref/ @@ -16,8 +16,8 @@ public const string XmpTypeResourceRef; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypeversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypeversion/_index.md index d74f9890d5ee..6c19f2adedb2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypeversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/namespaces/xmptypeversion/_index.md @@ -1,7 +1,7 @@ --- -title: XmpTypeVersion +title: Namespaces.XmpTypeVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: Namespaces field. XMP Version type: docs weight: 170 url: /net/aspose.imaging.xmp/namespaces/xmptypeversion/ @@ -16,8 +16,8 @@ public const string XmpTypeVersion; ### See Also -* class [Namespaces](../../namespaces) -* namespace [Aspose.Imaging.Xmp](../../namespaces) +* class [Namespaces](../) +* namespace [Aspose.Imaging.Xmp](../../namespaces/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/_index.md index 550dd6374060..4cb128eea86f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/_index.md @@ -1,14 +1,14 @@ --- -title: XmpArray +title: Class XmpArray second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpArray class. Represents Xmp Array in XmpPackage. TODO Array may contain complex data type: docs weight: 12090 url: /net/aspose.imaging.xmp/xmparray/ --- ## XmpArray class -Represents Xmp Array in [`XmpPackage`](../xmppackage). TODO: Array may contain complex data. +Represents Xmp Array in [`XmpPackage`](../xmppackage/). TODO: Array may contain complex data. ```csharp public class XmpArray : IXmlValue @@ -18,27 +18,27 @@ public class XmpArray : IXmlValue | Name | Description | | --- | --- | -| [XmpArray](xmparray)(XmpArrayType) | Initializes a new instance of the [`XmpArray`](../xmparray) class. | -| [XmpArray](xmparray)(XmpArrayType, string[]) | Initializes a new instance of the [`XmpArray`](../xmparray) class. | +| [XmpArray](xmparray/#constructor)(XmpArrayType) | Initializes a new instance of the `XmpArray` class. | +| [XmpArray](xmparray/#constructor_1)(XmpArrayType, string[]) | Initializes a new instance of the `XmpArray` class. | ## Properties | Name | Description | | --- | --- | -| [Values](../../aspose.imaging.xmp/xmparray/values) { get; } | Gets array of values inside [`XmpArray`](../xmparray). | +| [Values](../../aspose.imaging.xmp/xmparray/values/) { get; } | Gets array of values inside `XmpArray`. | ## Methods | Name | Description | | --- | --- | -| [AddItem](../../aspose.imaging.xmp/xmparray/additem)(string) | Adds new item. | -| [GetXmlValue](../../aspose.imaging.xmp/xmparray/getxmlvalue)() | Converts XMP value to the XML representation. | -| override [ToString](../../aspose.imaging.xmp/xmparray/tostring)() | Returns a String that represents this instance. | +| [AddItem](../../aspose.imaging.xmp/xmparray/additem/)(string) | Adds new item. | +| [GetXmlValue](../../aspose.imaging.xmp/xmparray/getxmlvalue/)() | Converts XMP value to the XML representation. | +| override [ToString](../../aspose.imaging.xmp/xmparray/tostring/)() | Returns a String that represents this instance. | ### See Also -* interface [IXmlValue](../ixmlvalue) -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* interface [IXmlValue](../ixmlvalue/) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/additem/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/additem/_index.md index 74fe55c54400..c6fb346f4e25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/additem/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/additem/_index.md @@ -1,7 +1,7 @@ --- -title: AddItem +title: XmpArray.AddItem second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpArray method. Adds new item type: docs weight: 30 url: /net/aspose.imaging.xmp/xmparray/additem/ @@ -20,8 +20,8 @@ public void AddItem(string item) ### See Also -* class [XmpArray](../../xmparray) -* namespace [Aspose.Imaging.Xmp](../../xmparray) +* class [XmpArray](../) +* namespace [Aspose.Imaging.Xmp](../../xmparray/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/getxmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/getxmlvalue/_index.md index 51deb8bfd26f..9e00fe875443 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/getxmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/getxmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmlValue +title: XmpArray.GetXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpArray method. Converts XMP value to the XML representation type: docs weight: 40 url: /net/aspose.imaging.xmp/xmparray/getxmlvalue/ @@ -20,8 +20,8 @@ Returns the XMP value converted to the XML representation. ### See Also -* class [XmpArray](../../xmparray) -* namespace [Aspose.Imaging.Xmp](../../xmparray) +* class [XmpArray](../) +* namespace [Aspose.Imaging.Xmp](../../xmparray/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/tostring/_index.md index ba6b5434d7fd..659791fb7a6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: XmpArray.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpArray method. Returns a String that represents this instance type: docs weight: 50 url: /net/aspose.imaging.xmp/xmparray/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [XmpArray](../../xmparray) -* namespace [Aspose.Imaging.Xmp](../../xmparray) +* class [XmpArray](../) +* namespace [Aspose.Imaging.Xmp](../../xmparray/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/values/_index.md index fe964d69a847..496fe524dcdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/values/_index.md @@ -1,14 +1,14 @@ --- -title: Values +title: XmpArray.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpArray property. Gets array of values inside XmpArray type: docs weight: 20 url: /net/aspose.imaging.xmp/xmparray/values/ --- ## XmpArray.Values property -Gets array of values inside [`XmpArray`](../../xmparray). +Gets array of values inside [`XmpArray`](../). ```csharp public string[] Values { get; } @@ -16,8 +16,8 @@ public string[] Values { get; } ### See Also -* class [XmpArray](../../xmparray) -* namespace [Aspose.Imaging.Xmp](../../xmparray) +* class [XmpArray](../) +* namespace [Aspose.Imaging.Xmp](../../xmparray/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/xmparray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/xmparray/_index.md index 905c5d01ba2e..8c94f10f64ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/xmparray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparray/xmparray/_index.md @@ -1,14 +1,14 @@ --- -title: XmpArray +title: XmpArray.XmpArray second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpArray constructor. Initializes a new instance of the XmpArray class type: docs weight: 10 url: /net/aspose.imaging.xmp/xmparray/xmparray/ --- -## XmpArray constructor (1 of 2) +## XmpArray(XmpArrayType, string[]) {#constructor_1} -Initializes a new instance of the [`XmpArray`](../../xmparray) class. +Initializes a new instance of the [`XmpArray`](../) class. ```csharp public XmpArray(XmpArrayType type, string[] items) @@ -21,16 +21,16 @@ public XmpArray(XmpArrayType type, string[] items) ### See Also -* enum [XmpArrayType](../../xmparraytype) -* class [XmpArray](../../xmparray) -* namespace [Aspose.Imaging.Xmp](../../xmparray) +* enum [XmpArrayType](../../xmparraytype/) +* class [XmpArray](../) +* namespace [Aspose.Imaging.Xmp](../../xmparray/) * assembly [Aspose.Imaging](../../../) --- -## XmpArray constructor (2 of 2) +## XmpArray(XmpArrayType) {#constructor} -Initializes a new instance of the [`XmpArray`](../../xmparray) class. +Initializes a new instance of the [`XmpArray`](../) class. ```csharp public XmpArray(XmpArrayType type) @@ -42,9 +42,9 @@ public XmpArray(XmpArrayType type) ### See Also -* enum [XmpArrayType](../../xmparraytype) -* class [XmpArray](../../xmparray) -* namespace [Aspose.Imaging.Xmp](../../xmparray) +* enum [XmpArrayType](../../xmparraytype/) +* class [XmpArray](../) +* namespace [Aspose.Imaging.Xmp](../../xmparray/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparrayhelper/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparrayhelper/_index.md index 854cfd157792..98a378b4b730 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparrayhelper/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparrayhelper/_index.md @@ -1,7 +1,7 @@ --- -title: XmpArrayHelper +title: Class XmpArrayHelper second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpArrayHelper class. The helper class for processing RDF logic type: docs weight: 12100 url: /net/aspose.imaging.xmp/xmparrayhelper/ @@ -18,11 +18,11 @@ public static class XmpArrayHelper | Name | Description | | --- | --- | -| static [GetRdfCode](../../aspose.imaging.xmp/xmparrayhelper/getrdfcode)(XmpArrayType) | Gets the RDF code for specific [`XmpArrayType`](../xmparraytype). | +| static [GetRdfCode](../../aspose.imaging.xmp/xmparrayhelper/getrdfcode/)(XmpArrayType) | Gets the RDF code for specific [`XmpArrayType`](../xmparraytype/). | ### See Also -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparrayhelper/getrdfcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparrayhelper/getrdfcode/_index.md index f1fce855e732..fe6c5d83b037 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparrayhelper/getrdfcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparrayhelper/getrdfcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetRdfCode +title: XmpArrayHelper.GetRdfCode second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpArrayHelper method. Gets the RDF code for specific XmpArrayType type: docs weight: 10 url: /net/aspose.imaging.xmp/xmparrayhelper/getrdfcode/ --- ## XmpArrayHelper.GetRdfCode method -Gets the RDF code for specific [`XmpArrayType`](../../xmparraytype). +Gets the RDF code for specific [`XmpArrayType`](../../xmparraytype/). ```csharp public static string GetRdfCode(XmpArrayType xmpArrayType) @@ -20,19 +20,19 @@ public static string GetRdfCode(XmpArrayType xmpArrayType) ### Return Value -Returns the RDF code for specific [`XmpArrayType`](../../xmparraytype). +Returns the RDF code for specific [`XmpArrayType`](../../xmparraytype/). ### Exceptions | exception | condition | | --- | --- | -| [XmpException](../../../aspose.imaging.coreexceptions/xmpexception) | Invalid enum argument exception | +| [XmpException](../../../aspose.imaging.coreexceptions/xmpexception/) | Invalid enum argument exception | ### See Also -* enum [XmpArrayType](../../xmparraytype) -* class [XmpArrayHelper](../../xmparrayhelper) -* namespace [Aspose.Imaging.Xmp](../../xmparrayhelper) +* enum [XmpArrayType](../../xmparraytype/) +* class [XmpArrayHelper](../) +* namespace [Aspose.Imaging.Xmp](../../xmparrayhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparraytype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparraytype/_index.md index aba70f1edca9..8ec9acb028d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparraytype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmparraytype/_index.md @@ -1,14 +1,14 @@ --- -title: XmpArrayType +title: Enum XmpArrayType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpArrayType enum. Represents array type in XmpArray type: docs weight: 12110 url: /net/aspose.imaging.xmp/xmparraytype/ --- ## XmpArrayType enumeration -Represents array type in [`XmpArray`](../xmparray). +Represents array type in [`XmpArray`](../xmparray/). ```csharp public enum XmpArrayType @@ -24,7 +24,7 @@ public enum XmpArrayType ### See Also -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/_index.md index 445bf26ef6b6..7ea1d68cec04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/_index.md @@ -1,7 +1,7 @@ --- -title: XmpElementBase +title: Class XmpElementBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpElementBase class. Represents base xmp element contains attributes type: docs weight: 12120 url: /net/aspose.imaging.xmp/xmpelementbase/ @@ -18,16 +18,16 @@ public abstract class XmpElementBase : IEquatable | Name | Description | | --- | --- | -| virtual [AddAttribute](../../aspose.imaging.xmp/xmpelementbase/addattribute)(string, string) | Adds the attribute. | -| virtual [ClearAttributes](../../aspose.imaging.xmp/xmpelementbase/clearattributes)() | Removes all attributes. | -| override [Equals](../../aspose.imaging.xmp/xmpelementbase/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| [Equals](../../aspose.imaging.xmp/xmpelementbase/equals)(XmpElementBase) | Indicates whether the current object is equal to another object of the same type. | -| virtual [GetAttribute](../../aspose.imaging.xmp/xmpelementbase/getattribute)(string) | Gets the attribute. | -| override [GetHashCode](../../aspose.imaging.xmp/xmpelementbase/gethashcode)() | Returns a hash code for this instance. | +| virtual [AddAttribute](../../aspose.imaging.xmp/xmpelementbase/addattribute/)(string, string) | Adds the attribute. | +| virtual [ClearAttributes](../../aspose.imaging.xmp/xmpelementbase/clearattributes/)() | Removes all attributes. | +| override [Equals](../../aspose.imaging.xmp/xmpelementbase/equals/#equals_1)(object) | Determines whether the specified Object, is equal to this instance. | +| [Equals](../../aspose.imaging.xmp/xmpelementbase/equals/#equals)(XmpElementBase) | Indicates whether the current object is equal to another object of the same type. | +| virtual [GetAttribute](../../aspose.imaging.xmp/xmpelementbase/getattribute/)(string) | Gets the attribute. | +| override [GetHashCode](../../aspose.imaging.xmp/xmpelementbase/gethashcode/)() | Returns a hash code for this instance. | ### See Also -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/addattribute/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/addattribute/_index.md index 8fc22a31c722..9f565be330f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/addattribute/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/addattribute/_index.md @@ -1,7 +1,7 @@ --- -title: AddAttribute +title: XmpElementBase.AddAttribute second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpElementBase method. Adds the attribute type: docs weight: 10 url: /net/aspose.imaging.xmp/xmpelementbase/addattribute/ @@ -21,8 +21,8 @@ public virtual void AddAttribute(string attribute, string value) ### See Also -* class [XmpElementBase](../../xmpelementbase) -* namespace [Aspose.Imaging.Xmp](../../xmpelementbase) +* class [XmpElementBase](../) +* namespace [Aspose.Imaging.Xmp](../../xmpelementbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/clearattributes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/clearattributes/_index.md index 070674488a02..17f57f1302c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/clearattributes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/clearattributes/_index.md @@ -1,7 +1,7 @@ --- -title: ClearAttributes +title: XmpElementBase.ClearAttributes second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpElementBase method. Removes all attributes type: docs weight: 20 url: /net/aspose.imaging.xmp/xmpelementbase/clearattributes/ @@ -16,8 +16,8 @@ public virtual void ClearAttributes() ### See Also -* class [XmpElementBase](../../xmpelementbase) -* namespace [Aspose.Imaging.Xmp](../../xmpelementbase) +* class [XmpElementBase](../) +* namespace [Aspose.Imaging.Xmp](../../xmpelementbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/equals/_index.md index 1809247008b1..b32576103663 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: XmpElementBase.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpElementBase method. Indicates whether the current object is equal to another object of the same type type: docs weight: 30 url: /net/aspose.imaging.xmp/xmpelementbase/equals/ --- -## XmpElementBase.Equals method (1 of 2) +## Equals(XmpElementBase) {#equals} Indicates whether the current object is equal to another object of the same type. @@ -24,13 +24,13 @@ true if the current object is equal to the *other* parameter; otherwise, false. ### See Also -* class [XmpElementBase](../../xmpelementbase) -* namespace [Aspose.Imaging.Xmp](../../xmpelementbase) +* class [XmpElementBase](../) +* namespace [Aspose.Imaging.Xmp](../../xmpelementbase/) * assembly [Aspose.Imaging](../../../) --- -## XmpElementBase.Equals method (2 of 2) +## Equals(object) {#equals_1} Determines whether the specified Object, is equal to this instance. @@ -48,8 +48,8 @@ public override bool Equals(object obj) ### See Also -* class [XmpElementBase](../../xmpelementbase) -* namespace [Aspose.Imaging.Xmp](../../xmpelementbase) +* class [XmpElementBase](../) +* namespace [Aspose.Imaging.Xmp](../../xmpelementbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/getattribute/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/getattribute/_index.md index 3e7f1d4b71de..06c95edfcafe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/getattribute/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/getattribute/_index.md @@ -1,7 +1,7 @@ --- -title: GetAttribute +title: XmpElementBase.GetAttribute second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpElementBase method. Gets the attribute type: docs weight: 40 url: /net/aspose.imaging.xmp/xmpelementbase/getattribute/ @@ -24,8 +24,8 @@ Returns the attribute for specified attribute name. ### See Also -* class [XmpElementBase](../../xmpelementbase) -* namespace [Aspose.Imaging.Xmp](../../xmpelementbase) +* class [XmpElementBase](../) +* namespace [Aspose.Imaging.Xmp](../../xmpelementbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/gethashcode/_index.md index ecf79dc3f89d..3133df453629 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpelementbase/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: XmpElementBase.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpElementBase method. Returns a hash code for this instance type: docs weight: 50 url: /net/aspose.imaging.xmp/xmpelementbase/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [XmpElementBase](../../xmpelementbase) -* namespace [Aspose.Imaging.Xmp](../../xmpelementbase) +* class [XmpElementBase](../) +* namespace [Aspose.Imaging.Xmp](../../xmpelementbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/_index.md index 29ea73dd2b9a..b90abfee7fd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/_index.md @@ -1,7 +1,7 @@ --- -title: XmpHeaderPi +title: Class XmpHeaderPi second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpHeaderPi class. Represents XMP header processing instruction type: docs weight: 12130 url: /net/aspose.imaging.xmp/xmpheaderpi/ @@ -18,28 +18,28 @@ public sealed class XmpHeaderPi : IEquatable, IXmlValue | Name | Description | | --- | --- | -| [XmpHeaderPi](xmpheaderpi)() | Initializes a new instance of the [`XmpHeaderPi`](../xmpheaderpi) class. | -| [XmpHeaderPi](xmpheaderpi)(string) | Initializes a new instance of the [`XmpHeaderPi`](../xmpheaderpi) class. | +| [XmpHeaderPi](xmpheaderpi/#constructor)() | Initializes a new instance of the `XmpHeaderPi` class. | +| [XmpHeaderPi](xmpheaderpi/#constructor_1)(string) | Initializes a new instance of the `XmpHeaderPi` class. | ## Properties | Name | Description | | --- | --- | -| [Guid](../../aspose.imaging.xmp/xmpheaderpi/guid) { get; set; } | Represents Header Guid. | +| [Guid](../../aspose.imaging.xmp/xmpheaderpi/guid/) { get; set; } | Represents Header Guid. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.xmp/xmpheaderpi/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| [Equals](../../aspose.imaging.xmp/xmpheaderpi/equals)(XmpHeaderPi) | Indicates whether the current object is equal to another object of the same type. | -| override [GetHashCode](../../aspose.imaging.xmp/xmpheaderpi/gethashcode)() | Returns a hash code for this instance. | -| [GetXmlValue](../../aspose.imaging.xmp/xmpheaderpi/getxmlvalue)() | Converts XMP value to the XML representation. | +| override [Equals](../../aspose.imaging.xmp/xmpheaderpi/equals/#equals_1)(object) | Determines whether the specified Object, is equal to this instance. | +| [Equals](../../aspose.imaging.xmp/xmpheaderpi/equals/#equals)(XmpHeaderPi) | Indicates whether the current object is equal to another object of the same type. | +| override [GetHashCode](../../aspose.imaging.xmp/xmpheaderpi/gethashcode/)() | Returns a hash code for this instance. | +| [GetXmlValue](../../aspose.imaging.xmp/xmpheaderpi/getxmlvalue/)() | Converts XMP value to the XML representation. | ### See Also -* interface [IXmlValue](../ixmlvalue) -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* interface [IXmlValue](../ixmlvalue/) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/equals/_index.md index 63362ab8f5d5..8b2826cfcfaa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: XmpHeaderPi.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpHeaderPi method. Indicates whether the current object is equal to another object of the same type type: docs weight: 30 url: /net/aspose.imaging.xmp/xmpheaderpi/equals/ --- -## XmpHeaderPi.Equals method (1 of 2) +## Equals(XmpHeaderPi) {#equals} Indicates whether the current object is equal to another object of the same type. @@ -24,13 +24,13 @@ true if the current object is equal to the *other* parameter; otherwise, false. ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi) +* class [XmpHeaderPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi/) * assembly [Aspose.Imaging](../../../) --- -## XmpHeaderPi.Equals method (2 of 2) +## Equals(object) {#equals_1} Determines whether the specified Object, is equal to this instance. @@ -48,8 +48,8 @@ public override bool Equals(object obj) ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi) +* class [XmpHeaderPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/gethashcode/_index.md index c148e78e750c..89780747d742 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: XmpHeaderPi.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpHeaderPi method. Returns a hash code for this instance type: docs weight: 40 url: /net/aspose.imaging.xmp/xmpheaderpi/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi) +* class [XmpHeaderPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/getxmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/getxmlvalue/_index.md index 2125f90636ee..922941c29a9e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/getxmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/getxmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmlValue +title: XmpHeaderPi.GetXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpHeaderPi method. Converts XMP value to the XML representation type: docs weight: 50 url: /net/aspose.imaging.xmp/xmpheaderpi/getxmlvalue/ @@ -20,8 +20,8 @@ Returns the XMP value converted to the XML representation. ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi) +* class [XmpHeaderPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/guid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/guid/_index.md index 435e1581c10e..c80a01a99515 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/guid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/guid/_index.md @@ -1,7 +1,7 @@ --- -title: Guid +title: XmpHeaderPi.Guid second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpHeaderPi property. Represents Header Guid type: docs weight: 20 url: /net/aspose.imaging.xmp/xmpheaderpi/guid/ @@ -14,14 +14,14 @@ Represents Header Guid. public string Guid { get; set; } ``` -### Remarks +## Remarks The text of the header PI contains a GUID, making it unlikely to appear by accident in the data stream. ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi) +* class [XmpHeaderPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/xmpheaderpi/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/xmpheaderpi/_index.md index 829f418f116f..a4c9e0bdeaf7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/xmpheaderpi/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpheaderpi/xmpheaderpi/_index.md @@ -1,14 +1,14 @@ --- -title: XmpHeaderPi +title: XmpHeaderPi.XmpHeaderPi second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpHeaderPi constructor. Initializes a new instance of the XmpHeaderPi class type: docs weight: 10 url: /net/aspose.imaging.xmp/xmpheaderpi/xmpheaderpi/ --- -## XmpHeaderPi constructor (1 of 2) +## XmpHeaderPi() {#constructor} -Initializes a new instance of the [`XmpHeaderPi`](../../xmpheaderpi) class. +Initializes a new instance of the [`XmpHeaderPi`](../) class. ```csharp public XmpHeaderPi() @@ -16,15 +16,15 @@ public XmpHeaderPi() ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi) +* class [XmpHeaderPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi/) * assembly [Aspose.Imaging](../../../) --- -## XmpHeaderPi constructor (2 of 2) +## XmpHeaderPi(string) {#constructor_1} -Initializes a new instance of the [`XmpHeaderPi`](../../xmpheaderpi) class. +Initializes a new instance of the [`XmpHeaderPi`](../) class. ```csharp public XmpHeaderPi(string guid) @@ -36,8 +36,8 @@ public XmpHeaderPi(string guid) ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi) +* class [XmpHeaderPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmpheaderpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/_index.md index 6a1c9cf2e34c..e8c323d234af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/_index.md @@ -1,7 +1,7 @@ --- -title: XmpMeta +title: Class XmpMeta second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpMeta class. Represents xmpmeta. Optional. The purpose of this element is to identify XMP metadata within general XML text that might contain other nonXMP uses of RDF type: docs weight: 12140 url: /net/aspose.imaging.xmp/xmpmeta/ @@ -18,33 +18,33 @@ public sealed class XmpMeta : XmpElementBase, IEquatable, IXmlValue | Name | Description | | --- | --- | -| [XmpMeta](xmpmeta)() | Initializes a new instance of the [`XmpMeta`](../xmpmeta) class. | -| [XmpMeta](xmpmeta)(string) | Initializes a new instance of the [`XmpMeta`](../xmpmeta) class. | +| [XmpMeta](xmpmeta/#constructor)() | Initializes a new instance of the `XmpMeta` class. | +| [XmpMeta](xmpmeta/#constructor_1)(string) | Initializes a new instance of the `XmpMeta` class. | ## Properties | Name | Description | | --- | --- | -| [AdobeXmpToolkit](../../aspose.imaging.xmp/xmpmeta/adobexmptoolkit) { get; set; } | Gets or set Adobe Xmp toolkit version. | +| [AdobeXmpToolkit](../../aspose.imaging.xmp/xmpmeta/adobexmptoolkit/) { get; set; } | Gets or set Adobe Xmp toolkit version. | ## Methods | Name | Description | | --- | --- | -| override [AddAttribute](../../aspose.imaging.xmp/xmpmeta/addattribute)(string, string) | Adds the attribute. | -| virtual [ClearAttributes](../../aspose.imaging.xmp/xmpelementbase/clearattributes)() | Removes all attributes. | -| override [Equals](../../aspose.imaging.xmp/xmpmeta/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| [Equals](../../aspose.imaging.xmp/xmpelementbase/equals)(XmpElementBase) | Indicates whether the current object is equal to another object of the same type. | -| [Equals](../../aspose.imaging.xmp/xmpmeta/equals)(XmpMeta) | Indicates whether the current object is equal to another object of the same type. | -| virtual [GetAttribute](../../aspose.imaging.xmp/xmpelementbase/getattribute)(string) | Gets the attribute. | -| override [GetHashCode](../../aspose.imaging.xmp/xmpmeta/gethashcode)() | Returns a hash code for this instance. | -| [GetXmlValue](../../aspose.imaging.xmp/xmpmeta/getxmlvalue)() | Converts XMP value to the XML representation. | +| override [AddAttribute](../../aspose.imaging.xmp/xmpmeta/addattribute/)(string, string) | Adds the attribute. | +| virtual [ClearAttributes](../../aspose.imaging.xmp/xmpelementbase/clearattributes/)() | Removes all attributes. | +| override [Equals](../../aspose.imaging.xmp/xmpmeta/equals/#equals_2)(object) | Determines whether the specified Object, is equal to this instance. | +| [Equals](../../aspose.imaging.xmp/xmpelementbase/equals/)(XmpElementBase) | Indicates whether the current object is equal to another object of the same type. | +| [Equals](../../aspose.imaging.xmp/xmpmeta/equals/#equals_1)(XmpMeta) | Indicates whether the current object is equal to another object of the same type. | +| virtual [GetAttribute](../../aspose.imaging.xmp/xmpelementbase/getattribute/)(string) | Gets the attribute. | +| override [GetHashCode](../../aspose.imaging.xmp/xmpmeta/gethashcode/)() | Returns a hash code for this instance. | +| [GetXmlValue](../../aspose.imaging.xmp/xmpmeta/getxmlvalue/)() | Converts XMP value to the XML representation. | ### See Also -* class [XmpElementBase](../xmpelementbase) -* interface [IXmlValue](../ixmlvalue) -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* class [XmpElementBase](../xmpelementbase/) +* interface [IXmlValue](../ixmlvalue/) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/addattribute/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/addattribute/_index.md index a3b66c3bb0ee..9e7f80ed7352 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/addattribute/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/addattribute/_index.md @@ -1,7 +1,7 @@ --- -title: AddAttribute +title: XmpMeta.AddAttribute second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMeta method. Adds the attribute type: docs weight: 30 url: /net/aspose.imaging.xmp/xmpmeta/addattribute/ @@ -21,8 +21,8 @@ public override void AddAttribute(string attribute, string value) ### See Also -* class [XmpMeta](../../xmpmeta) -* namespace [Aspose.Imaging.Xmp](../../xmpmeta) +* class [XmpMeta](../) +* namespace [Aspose.Imaging.Xmp](../../xmpmeta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/adobexmptoolkit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/adobexmptoolkit/_index.md index c05235b3bef6..b166ac62ff22 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/adobexmptoolkit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/adobexmptoolkit/_index.md @@ -1,7 +1,7 @@ --- -title: AdobeXmpToolkit +title: XmpMeta.AdobeXmpToolkit second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMeta property. Gets or set Adobe Xmp toolkit version type: docs weight: 20 url: /net/aspose.imaging.xmp/xmpmeta/adobexmptoolkit/ @@ -16,8 +16,8 @@ public string AdobeXmpToolkit { get; set; } ### See Also -* class [XmpMeta](../../xmpmeta) -* namespace [Aspose.Imaging.Xmp](../../xmpmeta) +* class [XmpMeta](../) +* namespace [Aspose.Imaging.Xmp](../../xmpmeta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/equals/_index.md index 37602496ed32..103eccf41a3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: XmpMeta.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMeta method. Indicates whether the current object is equal to another object of the same type type: docs weight: 40 url: /net/aspose.imaging.xmp/xmpmeta/equals/ --- -## XmpMeta.Equals method (1 of 2) +## Equals(XmpMeta) {#equals_1} Indicates whether the current object is equal to another object of the same type. @@ -24,13 +24,13 @@ true if the current object is equal to the *other* parameter; otherwise, false. ### See Also -* class [XmpMeta](../../xmpmeta) -* namespace [Aspose.Imaging.Xmp](../../xmpmeta) +* class [XmpMeta](../) +* namespace [Aspose.Imaging.Xmp](../../xmpmeta/) * assembly [Aspose.Imaging](../../../) --- -## XmpMeta.Equals method (2 of 2) +## Equals(object) {#equals_2} Determines whether the specified Object, is equal to this instance. @@ -48,8 +48,8 @@ public override bool Equals(object other) ### See Also -* class [XmpMeta](../../xmpmeta) -* namespace [Aspose.Imaging.Xmp](../../xmpmeta) +* class [XmpMeta](../) +* namespace [Aspose.Imaging.Xmp](../../xmpmeta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/gethashcode/_index.md index 61c4bf20e05b..0cbcbc6d4abe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: XmpMeta.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMeta method. Returns a hash code for this instance type: docs weight: 50 url: /net/aspose.imaging.xmp/xmpmeta/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [XmpMeta](../../xmpmeta) -* namespace [Aspose.Imaging.Xmp](../../xmpmeta) +* class [XmpMeta](../) +* namespace [Aspose.Imaging.Xmp](../../xmpmeta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/getxmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/getxmlvalue/_index.md index 365b6499506b..6970cca0ca4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/getxmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/getxmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmlValue +title: XmpMeta.GetXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMeta method. Converts XMP value to the XML representation type: docs weight: 60 url: /net/aspose.imaging.xmp/xmpmeta/getxmlvalue/ @@ -20,8 +20,8 @@ Returns the XMP value converted to the XML representation. ### See Also -* class [XmpMeta](../../xmpmeta) -* namespace [Aspose.Imaging.Xmp](../../xmpmeta) +* class [XmpMeta](../) +* namespace [Aspose.Imaging.Xmp](../../xmpmeta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/xmpmeta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/xmpmeta/_index.md index 8f4e9f62249b..eb6a76b5b714 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/xmpmeta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmpmeta/xmpmeta/_index.md @@ -1,14 +1,14 @@ --- -title: XmpMeta +title: XmpMeta.XmpMeta second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpMeta constructor. Initializes a new instance of the XmpMeta class type: docs weight: 10 url: /net/aspose.imaging.xmp/xmpmeta/xmpmeta/ --- -## XmpMeta constructor (1 of 2) +## XmpMeta(string) {#constructor_1} -Initializes a new instance of the [`XmpMeta`](../../xmpmeta) class. +Initializes a new instance of the [`XmpMeta`](../) class. ```csharp public XmpMeta(string toolkitVersion) @@ -20,15 +20,15 @@ public XmpMeta(string toolkitVersion) ### See Also -* class [XmpMeta](../../xmpmeta) -* namespace [Aspose.Imaging.Xmp](../../xmpmeta) +* class [XmpMeta](../) +* namespace [Aspose.Imaging.Xmp](../../xmpmeta/) * assembly [Aspose.Imaging](../../../) --- -## XmpMeta constructor (2 of 2) +## XmpMeta() {#constructor} -Initializes a new instance of the [`XmpMeta`](../../xmpmeta) class. +Initializes a new instance of the [`XmpMeta`](../) class. ```csharp public XmpMeta() @@ -36,8 +36,8 @@ public XmpMeta() ### See Also -* class [XmpMeta](../../xmpmeta) -* namespace [Aspose.Imaging.Xmp](../../xmpmeta) +* class [XmpMeta](../) +* namespace [Aspose.Imaging.Xmp](../../xmpmeta/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/_index.md index 7cb62458f59f..2023280b08d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/_index.md @@ -1,7 +1,7 @@ --- -title: XmpPackage +title: Class XmpPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpPackage class. Represents base abstraction for XMP package type: docs weight: 12150 url: /net/aspose.imaging.xmp/xmppackage/ @@ -18,29 +18,29 @@ public class XmpPackage : IEnumerable>, IXmlValue | Name | Description | | --- | --- | -| virtual [Item](../../aspose.imaging.xmp/xmppackage/item) { get; set; } | Gets or sets the Object with the specified key. | -| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys) { get; } | Gets the keys in XMP package. | -| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri) { get; } | Gets the namespace URI. | -| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix) { get; } | Gets the prefix. | -| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace) { get; } | Gets the XML namespace. | +| virtual [Item](../../aspose.imaging.xmp/xmppackage/item/) { get; set; } | Gets or sets the Object with the specified key. | +| virtual [Keys](../../aspose.imaging.xmp/xmppackage/keys/) { get; } | Gets the keys in XMP package. | +| [NamespaceUri](../../aspose.imaging.xmp/xmppackage/namespaceuri/) { get; } | Gets the namespace URI. | +| [Prefix](../../aspose.imaging.xmp/xmppackage/prefix/) { get; } | Gets the prefix. | +| [XmlNamespace](../../aspose.imaging.xmp/xmppackage/xmlnamespace/) { get; } | Gets the XML namespace. | ## Methods | Name | Description | | --- | --- | -| virtual [AddValue](../../aspose.imaging.xmp/xmppackage/addvalue)(string, string) | Adds the value. | -| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear)() | Clears this instance. | -| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey)(string) | Determines whether the specified key contains key. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator)() | Returns an enumerator that iterates through the collection. | -| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue)() | Converts XMP value to the XML representation. | -| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove)(string) | Remove the value with the specified key. | -| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue)(string, IXmlValue) | Sets the value. | -| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue)(string, XmpTypeBase) | Sets the XMP type value. | +| virtual [AddValue](../../aspose.imaging.xmp/xmppackage/addvalue/)(string, string) | Adds the value. | +| virtual [Clear](../../aspose.imaging.xmp/xmppackage/clear/)() | Clears this instance. | +| virtual [ContainsKey](../../aspose.imaging.xmp/xmppackage/containskey/)(string) | Determines whether the specified key contains key. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackage/getenumerator/)() | Returns an enumerator that iterates through the collection. | +| virtual [GetXmlValue](../../aspose.imaging.xmp/xmppackage/getxmlvalue/)() | Converts XMP value to the XML representation. | +| virtual [Remove](../../aspose.imaging.xmp/xmppackage/remove/)(string) | Remove the value with the specified key. | +| virtual [SetValue](../../aspose.imaging.xmp/xmppackage/setvalue/)(string, IXmlValue) | Sets the value. | +| virtual [SetXmpTypeValue](../../aspose.imaging.xmp/xmppackage/setxmptypevalue/)(string, XmpTypeBase) | Sets the XMP type value. | ### See Also -* interface [IXmlValue](../ixmlvalue) -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* interface [IXmlValue](../ixmlvalue/) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/addvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/addvalue/_index.md index 80611426e4a1..5fcfd3f30a90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/addvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/addvalue/_index.md @@ -1,7 +1,7 @@ --- -title: AddValue +title: XmpPackage.AddValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage method. Adds the value type: docs weight: 60 url: /net/aspose.imaging.xmp/xmppackage/addvalue/ @@ -27,8 +27,8 @@ public virtual void AddValue(string key, string value) ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/clear/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/clear/_index.md index 828cbdc6fd69..183bb784135f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/clear/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/clear/_index.md @@ -1,7 +1,7 @@ --- -title: Clear +title: XmpPackage.Clear second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage method. Clears this instance type: docs weight: 70 url: /net/aspose.imaging.xmp/xmppackage/clear/ @@ -16,8 +16,8 @@ public virtual void Clear() ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/containskey/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/containskey/_index.md index 88b78327d75f..eaa238d0613a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/containskey/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/containskey/_index.md @@ -1,7 +1,7 @@ --- -title: ContainsKey +title: XmpPackage.ContainsKey second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage method. Determines whether the specified key contains key type: docs weight: 80 url: /net/aspose.imaging.xmp/xmppackage/containskey/ @@ -24,8 +24,8 @@ Returns true if the specified key contains key. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/getenumerator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/getenumerator/_index.md index 28e017e33411..e96d42335bd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/getenumerator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/getenumerator/_index.md @@ -1,7 +1,7 @@ --- -title: GetEnumerator +title: XmpPackage.GetEnumerator second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage method. Returns an enumerator that iterates through the collection type: docs weight: 90 url: /net/aspose.imaging.xmp/xmppackage/getenumerator/ @@ -20,8 +20,8 @@ A IEnumerator that can be used to iterate through the collection. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/getxmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/getxmlvalue/_index.md index 2eaf8ec068c8..321459e59d17 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/getxmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/getxmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmlValue +title: XmpPackage.GetXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage method. Converts XMP value to the XML representation type: docs weight: 100 url: /net/aspose.imaging.xmp/xmppackage/getxmlvalue/ @@ -20,8 +20,8 @@ Returns the XMP value converted to the XML representation. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/item/_index.md index d52c09a131aa..a6526a2d6632 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: XmpPackage.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage property. Gets or sets the Object with the specified key type: docs weight: 10 url: /net/aspose.imaging.xmp/xmppackage/item/ @@ -28,8 +28,8 @@ The Object. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/keys/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/keys/_index.md index 6271882d5ae1..5627dcd6c754 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/keys/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/keys/_index.md @@ -1,7 +1,7 @@ --- -title: Keys +title: XmpPackage.Keys second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage property. Gets the keys in XMP package type: docs weight: 20 url: /net/aspose.imaging.xmp/xmppackage/keys/ @@ -20,8 +20,8 @@ The keys in XMP package. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/namespaceuri/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/namespaceuri/_index.md index 1dd1625ea248..88486fadde74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/namespaceuri/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/namespaceuri/_index.md @@ -1,7 +1,7 @@ --- -title: NamespaceUri +title: XmpPackage.NamespaceUri second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage property. Gets the namespace URI type: docs weight: 30 url: /net/aspose.imaging.xmp/xmppackage/namespaceuri/ @@ -20,8 +20,8 @@ The namespace URI. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/prefix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/prefix/_index.md index 982cdb5ab44a..5dd64aa50661 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/prefix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/prefix/_index.md @@ -1,7 +1,7 @@ --- -title: Prefix +title: XmpPackage.Prefix second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage property. Gets the prefix type: docs weight: 40 url: /net/aspose.imaging.xmp/xmppackage/prefix/ @@ -20,8 +20,8 @@ The prefix. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/remove/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/remove/_index.md index bebfd95b0c28..5d1f86039296 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/remove/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/remove/_index.md @@ -1,7 +1,7 @@ --- -title: Remove +title: XmpPackage.Remove second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage method. Remove the value with the specified key type: docs weight: 110 url: /net/aspose.imaging.xmp/xmppackage/remove/ @@ -24,8 +24,8 @@ Returns true if the value with the specified key was removed. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/setvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/setvalue/_index.md index 1d3e91f7fead..71da62d07a1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/setvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/setvalue/_index.md @@ -1,7 +1,7 @@ --- -title: SetValue +title: XmpPackage.SetValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage method. Sets the value type: docs weight: 120 url: /net/aspose.imaging.xmp/xmppackage/setvalue/ @@ -21,9 +21,9 @@ public virtual void SetValue(string key, IXmlValue value) ### See Also -* interface [IXmlValue](../../ixmlvalue) -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* interface [IXmlValue](../../ixmlvalue/) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/setxmptypevalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/setxmptypevalue/_index.md index 5bb2c9e187bf..5ab8887ffe6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/setxmptypevalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/setxmptypevalue/_index.md @@ -1,7 +1,7 @@ --- -title: SetXmpTypeValue +title: XmpPackage.SetXmpTypeValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage method. Sets the XMP type value type: docs weight: 130 url: /net/aspose.imaging.xmp/xmppackage/setxmptypevalue/ @@ -21,9 +21,9 @@ public virtual void SetXmpTypeValue(string key, XmpTypeBase value) ### See Also -* class [XmpTypeBase](../../../aspose.imaging.xmp.types/xmptypebase) -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpTypeBase](../../../aspose.imaging.xmp.types/xmptypebase/) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/xmlnamespace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/xmlnamespace/_index.md index d74d6271bcce..26720e03c3f3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/xmlnamespace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackage/xmlnamespace/_index.md @@ -1,7 +1,7 @@ --- -title: XmlNamespace +title: XmpPackage.XmlNamespace second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackage property. Gets the XML namespace type: docs weight: 50 url: /net/aspose.imaging.xmp/xmppackage/xmlnamespace/ @@ -20,8 +20,8 @@ The XML namespace. ### See Also -* class [XmpPackage](../../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../xmppackage) +* class [XmpPackage](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/_index.md index dbd2bb987607..331f99ce265b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/_index.md @@ -1,14 +1,14 @@ --- -title: XmpPackageBaseCollection +title: Class XmpPackageBaseCollection second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpPackageBaseCollection class. Represents collection of XmpPackage type: docs weight: 12160 url: /net/aspose.imaging.xmp/xmppackagebasecollection/ --- ## XmpPackageBaseCollection class -Represents collection of [`XmpPackage`](../xmppackage). +Represents collection of [`XmpPackage`](../xmppackage/). ```csharp public sealed class XmpPackageBaseCollection : IEnumerable @@ -18,29 +18,29 @@ public sealed class XmpPackageBaseCollection : IEnumerable | Name | Description | | --- | --- | -| [XmpPackageBaseCollection](xmppackagebasecollection)() | The default constructor. | +| [XmpPackageBaseCollection](xmppackagebasecollection/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging.xmp/xmppackagebasecollection/count) { get; } | Gets the number of elements in the collection. | +| [Count](../../aspose.imaging.xmp/xmppackagebasecollection/count/) { get; } | Gets the number of elements in the collection. | ## Methods | Name | Description | | --- | --- | -| [Add](../../aspose.imaging.xmp/xmppackagebasecollection/add)(XmpPackage) | Adds new instance of [`XmpPackage`](../xmppackage). | -| [Clear](../../aspose.imaging.xmp/xmppackagebasecollection/clear)() | Clear all [`XmpPackage`](../xmppackage) inside collection. | -| [GetEnumerator](../../aspose.imaging.xmp/xmppackagebasecollection/getenumerator)() | Returns an enumerator that iterates through a collection. | -| [GetPackage](../../aspose.imaging.xmp/xmppackagebasecollection/getpackage)(string) | Gets [`XmpPackage`](../xmppackage) by it's namespaceURI. | -| [GetPackages](../../aspose.imaging.xmp/xmppackagebasecollection/getpackages)() | Get array of [`XmpPackage`](../xmppackage). | -| [Remove](../../aspose.imaging.xmp/xmppackagebasecollection/remove)(XmpPackage) | Removes the specified XMP package. | +| [Add](../../aspose.imaging.xmp/xmppackagebasecollection/add/)(XmpPackage) | Adds new instance of [`XmpPackage`](../xmppackage/). | +| [Clear](../../aspose.imaging.xmp/xmppackagebasecollection/clear/)() | Clear all [`XmpPackage`](../xmppackage/) inside collection. | +| [GetEnumerator](../../aspose.imaging.xmp/xmppackagebasecollection/getenumerator/)() | Returns an enumerator that iterates through a collection. | +| [GetPackage](../../aspose.imaging.xmp/xmppackagebasecollection/getpackage/)(string) | Gets [`XmpPackage`](../xmppackage/) by it's namespaceURI. | +| [GetPackages](../../aspose.imaging.xmp/xmppackagebasecollection/getpackages/)() | Get array of [`XmpPackage`](../xmppackage/). | +| [Remove](../../aspose.imaging.xmp/xmppackagebasecollection/remove/)(XmpPackage) | Removes the specified XMP package. | ### See Also -* class [XmpPackage](../xmppackage) -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* class [XmpPackage](../xmppackage/) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/add/_index.md index 58823d48c4e8..fadf50fc09be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/add/_index.md @@ -1,14 +1,14 @@ --- -title: Add +title: XmpPackageBaseCollection.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackageBaseCollection method. Adds new instance of XmpPackage type: docs weight: 30 url: /net/aspose.imaging.xmp/xmppackagebasecollection/add/ --- ## XmpPackageBaseCollection.Add method -Adds new instance of [`XmpPackage`](../../xmppackage). +Adds new instance of [`XmpPackage`](../../xmppackage/). ```csharp public void Add(XmpPackage package) @@ -20,9 +20,9 @@ public void Add(XmpPackage package) ### See Also -* class [XmpPackage](../../xmppackage) -* class [XmpPackageBaseCollection](../../xmppackagebasecollection) -* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection) +* class [XmpPackage](../../xmppackage/) +* class [XmpPackageBaseCollection](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/clear/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/clear/_index.md index 36fc4bc33c2e..cedf41b034cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/clear/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/clear/_index.md @@ -1,14 +1,14 @@ --- -title: Clear +title: XmpPackageBaseCollection.Clear second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackageBaseCollection method. Clear all XmpPackage inside collection type: docs weight: 40 url: /net/aspose.imaging.xmp/xmppackagebasecollection/clear/ --- ## XmpPackageBaseCollection.Clear method -Clear all [`XmpPackage`](../../xmppackage) inside collection. +Clear all [`XmpPackage`](../../xmppackage/) inside collection. ```csharp public void Clear() @@ -16,8 +16,8 @@ public void Clear() ### See Also -* class [XmpPackageBaseCollection](../../xmppackagebasecollection) -* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection) +* class [XmpPackageBaseCollection](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/count/_index.md index 6527247ded7c..f8ec4597c7a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: XmpPackageBaseCollection.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackageBaseCollection property. Gets the number of elements in the collection type: docs weight: 20 url: /net/aspose.imaging.xmp/xmppackagebasecollection/count/ @@ -20,8 +20,8 @@ The number of elements in the collection. ### See Also -* class [XmpPackageBaseCollection](../../xmppackagebasecollection) -* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection) +* class [XmpPackageBaseCollection](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getenumerator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getenumerator/_index.md index fa3212363342..a1ca4776a8af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getenumerator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getenumerator/_index.md @@ -1,7 +1,7 @@ --- -title: GetEnumerator +title: XmpPackageBaseCollection.GetEnumerator second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackageBaseCollection method. Returns an enumerator that iterates through a collection type: docs weight: 50 url: /net/aspose.imaging.xmp/xmppackagebasecollection/getenumerator/ @@ -20,8 +20,8 @@ An IEnumerator object that can be used to iterate through the collection. ### See Also -* class [XmpPackageBaseCollection](../../xmppackagebasecollection) -* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection) +* class [XmpPackageBaseCollection](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getpackage/_index.md index 87c3128b46d8..0ffabb09389d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getpackage/_index.md @@ -1,14 +1,14 @@ --- -title: GetPackage +title: XmpPackageBaseCollection.GetPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackageBaseCollection method. Gets XmpPackage by its namespaceURI type: docs weight: 60 url: /net/aspose.imaging.xmp/xmppackagebasecollection/getpackage/ --- ## XmpPackageBaseCollection.GetPackage method -Gets [`XmpPackage`](../../xmppackage) by it's namespaceURI. +Gets [`XmpPackage`](../../xmppackage/) by it's namespaceURI. ```csharp public XmpPackage GetPackage(string namespaceUri) @@ -24,9 +24,9 @@ Returns XMP package for specified namespace Uri. ### See Also -* class [XmpPackage](../../xmppackage) -* class [XmpPackageBaseCollection](../../xmppackagebasecollection) -* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection) +* class [XmpPackage](../../xmppackage/) +* class [XmpPackageBaseCollection](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getpackages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getpackages/_index.md index a3ff062fbcdd..4085c5762276 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getpackages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/getpackages/_index.md @@ -1,14 +1,14 @@ --- -title: GetPackages +title: XmpPackageBaseCollection.GetPackages second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackageBaseCollection method. Get array of XmpPackage type: docs weight: 70 url: /net/aspose.imaging.xmp/xmppackagebasecollection/getpackages/ --- ## XmpPackageBaseCollection.GetPackages method -Get array of [`XmpPackage`](../../xmppackage). +Get array of [`XmpPackage`](../../xmppackage/). ```csharp public XmpPackage[] GetPackages() @@ -20,9 +20,9 @@ Returns an array of XMP packages. ### See Also -* class [XmpPackage](../../xmppackage) -* class [XmpPackageBaseCollection](../../xmppackagebasecollection) -* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection) +* class [XmpPackage](../../xmppackage/) +* class [XmpPackageBaseCollection](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/remove/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/remove/_index.md index 56ef155d7216..d4088c2721d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/remove/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/remove/_index.md @@ -1,7 +1,7 @@ --- -title: Remove +title: XmpPackageBaseCollection.Remove second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackageBaseCollection method. Removes the specified XMP package type: docs weight: 80 url: /net/aspose.imaging.xmp/xmppackagebasecollection/remove/ @@ -20,9 +20,9 @@ public void Remove(XmpPackage package) ### See Also -* class [XmpPackage](../../xmppackage) -* class [XmpPackageBaseCollection](../../xmppackagebasecollection) -* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection) +* class [XmpPackage](../../xmppackage/) +* class [XmpPackageBaseCollection](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/xmppackagebasecollection/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/xmppackagebasecollection/_index.md index 6ed31a1c0a2d..3d4b46b2b5eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/xmppackagebasecollection/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppackagebasecollection/xmppackagebasecollection/_index.md @@ -1,7 +1,7 @@ --- -title: XmpPackageBaseCollection +title: XmpPackageBaseCollection.XmpPackageBaseCollection second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPackageBaseCollection constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp/xmppackagebasecollection/xmppackagebasecollection/ @@ -16,8 +16,8 @@ public XmpPackageBaseCollection() ### See Also -* class [XmpPackageBaseCollection](../../xmppackagebasecollection) -* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection) +* class [XmpPackageBaseCollection](../) +* namespace [Aspose.Imaging.Xmp](../../xmppackagebasecollection/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/_index.md index 5fad563360f4..2cfd96693b3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/_index.md @@ -1,7 +1,7 @@ --- -title: XmpPacketWrapper +title: Class XmpPacketWrapper second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpPacketWrapper class. Contains serialized xmp package including header and trailer type: docs weight: 12170 url: /net/aspose.imaging.xmp/xmppacketwrapper/ @@ -18,36 +18,36 @@ public class XmpPacketWrapper | Name | Description | | --- | --- | -| [XmpPacketWrapper](xmppacketwrapper)() | Initializes a new instance of the [`XmpPacketWrapper`](../xmppacketwrapper) class. | -| [XmpPacketWrapper](xmppacketwrapper)(XmpHeaderPi, XmpTrailerPi, XmpMeta) | Initializes a new instance of the [`XmpPacketWrapper`](../xmppacketwrapper) class. | +| [XmpPacketWrapper](xmppacketwrapper/#constructor)() | Initializes a new instance of the `XmpPacketWrapper` class. | +| [XmpPacketWrapper](xmppacketwrapper/#constructor_1)(XmpHeaderPi, XmpTrailerPi, XmpMeta) | Initializes a new instance of the `XmpPacketWrapper` class. | ## Properties | Name | Description | | --- | --- | -| [HeaderPi](../../aspose.imaging.xmp/xmppacketwrapper/headerpi) { get; } | Gets the header processing instruction. | -| [Meta](../../aspose.imaging.xmp/xmppacketwrapper/meta) { get; set; } | Gets the XMP meta. Optional. | -| [Packages](../../aspose.imaging.xmp/xmppacketwrapper/packages) { get; } | Gets array of [`XmpPackage`](../xmppackage) inside XMP. | -| [PackagesCount](../../aspose.imaging.xmp/xmppacketwrapper/packagescount) { get; } | Gets amount of packages inside XMP structure. | -| [TrailerPi](../../aspose.imaging.xmp/xmppacketwrapper/trailerpi) { get; } | Gets the trailer processing instruction. | +| [HeaderPi](../../aspose.imaging.xmp/xmppacketwrapper/headerpi/) { get; } | Gets the header processing instruction. | +| [Meta](../../aspose.imaging.xmp/xmppacketwrapper/meta/) { get; set; } | Gets the XMP meta. Optional. | +| [Packages](../../aspose.imaging.xmp/xmppacketwrapper/packages/) { get; } | Gets array of [`XmpPackage`](../xmppackage/) inside XMP. | +| [PackagesCount](../../aspose.imaging.xmp/xmppacketwrapper/packagescount/) { get; } | Gets amount of packages inside XMP structure. | +| [TrailerPi](../../aspose.imaging.xmp/xmppacketwrapper/trailerpi/) { get; } | Gets the trailer processing instruction. | ## Methods | Name | Description | | --- | --- | -| [AddPackage](../../aspose.imaging.xmp/xmppacketwrapper/addpackage)(XmpPackage) | Adds the package. | -| [ClearPackages](../../aspose.imaging.xmp/xmppacketwrapper/clearpackages)() | Removes all [`XmpPackage`](../xmppackage) inside XMP. | -| [ContainsPackage](../../aspose.imaging.xmp/xmppacketwrapper/containspackage)(string) | Determines whethere package is exist in xmp wrapper. | -| [GetPackage](../../aspose.imaging.xmp/xmppacketwrapper/getpackage)(string) | Gets package by namespace URI. | -| [RemovePackage](../../aspose.imaging.xmp/xmppacketwrapper/removepackage)(XmpPackage) | Removes the XMP package. | +| [AddPackage](../../aspose.imaging.xmp/xmppacketwrapper/addpackage/)(XmpPackage) | Adds the package. | +| [ClearPackages](../../aspose.imaging.xmp/xmppacketwrapper/clearpackages/)() | Removes all [`XmpPackage`](../xmppackage/) inside XMP. | +| [ContainsPackage](../../aspose.imaging.xmp/xmppacketwrapper/containspackage/)(string) | Determines whethere package is exist in xmp wrapper. | +| [GetPackage](../../aspose.imaging.xmp/xmppacketwrapper/getpackage/)(string) | Gets package by namespace URI. | +| [RemovePackage](../../aspose.imaging.xmp/xmppacketwrapper/removepackage/)(XmpPackage) | Removes the XMP package. | -### Remarks +## Remarks A wrapper consisting of a pair of XML processing instructions (PIs) may be placed around the rdf:RDF element. ### See Also -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/addpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/addpackage/_index.md index 0350bfae4f6c..450b0074d2e3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/addpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/addpackage/_index.md @@ -1,7 +1,7 @@ --- -title: AddPackage +title: XmpPacketWrapper.AddPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper method. Adds the package type: docs weight: 70 url: /net/aspose.imaging.xmp/xmppacketwrapper/addpackage/ @@ -20,9 +20,9 @@ public void AddPackage(XmpPackage package) ### See Also -* class [XmpPackage](../../xmppackage) -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpPackage](../../xmppackage/) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/clearpackages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/clearpackages/_index.md index 044f3ac223ce..5f0de3094970 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/clearpackages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/clearpackages/_index.md @@ -1,14 +1,14 @@ --- -title: ClearPackages +title: XmpPacketWrapper.ClearPackages second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper method. Removes all XmpPackage inside XMP type: docs weight: 80 url: /net/aspose.imaging.xmp/xmppacketwrapper/clearpackages/ --- ## XmpPacketWrapper.ClearPackages method -Removes all [`XmpPackage`](../../xmppackage) inside XMP. +Removes all [`XmpPackage`](../../xmppackage/) inside XMP. ```csharp public void ClearPackages() @@ -16,8 +16,8 @@ public void ClearPackages() ### See Also -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/containspackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/containspackage/_index.md index dd0551854295..1ea5442d04a6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/containspackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/containspackage/_index.md @@ -1,7 +1,7 @@ --- -title: ContainsPackage +title: XmpPacketWrapper.ContainsPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper method. Determines whethere package is exist in xmp wrapper type: docs weight: 90 url: /net/aspose.imaging.xmp/xmppacketwrapper/containspackage/ @@ -24,8 +24,8 @@ Returns true if package with specified namespace Uri exist in XMP wrapper. ### See Also -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/getpackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/getpackage/_index.md index e4c193f3027c..d2ffe388aadf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/getpackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/getpackage/_index.md @@ -1,7 +1,7 @@ --- -title: GetPackage +title: XmpPacketWrapper.GetPackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper method. Gets package by namespace URI type: docs weight: 100 url: /net/aspose.imaging.xmp/xmppacketwrapper/getpackage/ @@ -30,9 +30,9 @@ Returns the XMP package for specified namespace URI. ### See Also -* class [XmpPackage](../../xmppackage) -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpPackage](../../xmppackage/) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/headerpi/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/headerpi/_index.md index 1ae4f3e8dd40..0da22fd6f7ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/headerpi/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/headerpi/_index.md @@ -1,7 +1,7 @@ --- -title: HeaderPi +title: XmpPacketWrapper.HeaderPi second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper property. Gets the header processing instruction type: docs weight: 20 url: /net/aspose.imaging.xmp/xmppacketwrapper/headerpi/ @@ -20,9 +20,9 @@ The Header processing instruction. ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpHeaderPi](../../xmpheaderpi/) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/meta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/meta/_index.md index 1162133ca021..12435042281f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/meta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/meta/_index.md @@ -1,7 +1,7 @@ --- -title: Meta +title: XmpPacketWrapper.Meta second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper property. Gets the XMP meta. Optional type: docs weight: 30 url: /net/aspose.imaging.xmp/xmppacketwrapper/meta/ @@ -20,9 +20,9 @@ The XMP meta. Optional. ### See Also -* class [XmpMeta](../../xmpmeta) -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpMeta](../../xmpmeta/) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/packages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/packages/_index.md index 5063a4a175aa..102486d2f791 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/packages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/packages/_index.md @@ -1,14 +1,14 @@ --- -title: Packages +title: XmpPacketWrapper.Packages second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper property. Gets array of XmpPackage inside XMP type: docs weight: 40 url: /net/aspose.imaging.xmp/xmppacketwrapper/packages/ --- ## XmpPacketWrapper.Packages property -Gets array of [`XmpPackage`](../../xmppackage) inside XMP. +Gets array of [`XmpPackage`](../../xmppackage/) inside XMP. ```csharp public XmpPackage[] Packages { get; } @@ -16,13 +16,13 @@ public XmpPackage[] Packages { get; } ### Property Value -The array of [`XmpPackage`](../../xmppackage) inside XMP. +The array of [`XmpPackage`](../../xmppackage/) inside XMP. ### See Also -* class [XmpPackage](../../xmppackage) -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpPackage](../../xmppackage/) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/packagescount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/packagescount/_index.md index c45a8b23ab6b..8ec867da0e93 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/packagescount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/packagescount/_index.md @@ -1,7 +1,7 @@ --- -title: PackagesCount +title: XmpPacketWrapper.PackagesCount second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper property. Gets amount of packages inside XMP structure type: docs weight: 50 url: /net/aspose.imaging.xmp/xmppacketwrapper/packagescount/ @@ -20,8 +20,8 @@ The amount of packages inside XMP structure. ### See Also -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/removepackage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/removepackage/_index.md index 9726b76016c1..4ae9e927f327 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/removepackage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/removepackage/_index.md @@ -1,7 +1,7 @@ --- -title: RemovePackage +title: XmpPacketWrapper.RemovePackage second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper method. Removes the XMP package type: docs weight: 110 url: /net/aspose.imaging.xmp/xmppacketwrapper/removepackage/ @@ -20,9 +20,9 @@ public void RemovePackage(XmpPackage package) ### See Also -* class [XmpPackage](../../xmppackage) -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpPackage](../../xmppackage/) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/trailerpi/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/trailerpi/_index.md index 4d666aaecd6b..726c9ab45e78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/trailerpi/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/trailerpi/_index.md @@ -1,7 +1,7 @@ --- -title: TrailerPi +title: XmpPacketWrapper.TrailerPi second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper property. Gets the trailer processing instruction type: docs weight: 60 url: /net/aspose.imaging.xmp/xmppacketwrapper/trailerpi/ @@ -20,9 +20,9 @@ Trailer processing instruction. ### See Also -* class [XmpTrailerPi](../../xmptrailerpi) -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpTrailerPi](../../xmptrailerpi/) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/xmppacketwrapper/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/xmppacketwrapper/_index.md index be915d447311..26f9b0c11c25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/xmppacketwrapper/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmppacketwrapper/xmppacketwrapper/_index.md @@ -1,14 +1,14 @@ --- -title: XmpPacketWrapper +title: XmpPacketWrapper.XmpPacketWrapper second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpPacketWrapper constructor. Initializes a new instance of the XmpPacketWrapper class type: docs weight: 10 url: /net/aspose.imaging.xmp/xmppacketwrapper/xmppacketwrapper/ --- -## XmpPacketWrapper constructor (1 of 2) +## XmpPacketWrapper(XmpHeaderPi, XmpTrailerPi, XmpMeta) {#constructor_1} -Initializes a new instance of the [`XmpPacketWrapper`](../../xmppacketwrapper) class. +Initializes a new instance of the [`XmpPacketWrapper`](../) class. ```csharp public XmpPacketWrapper(XmpHeaderPi header, XmpTrailerPi trailer, XmpMeta xmpMeta) @@ -22,18 +22,18 @@ public XmpPacketWrapper(XmpHeaderPi header, XmpTrailerPi trailer, XmpMeta xmpMet ### See Also -* class [XmpHeaderPi](../../xmpheaderpi) -* class [XmpTrailerPi](../../xmptrailerpi) -* class [XmpMeta](../../xmpmeta) -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpHeaderPi](../../xmpheaderpi/) +* class [XmpTrailerPi](../../xmptrailerpi/) +* class [XmpMeta](../../xmpmeta/) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) --- -## XmpPacketWrapper constructor (2 of 2) +## XmpPacketWrapper() {#constructor} -Initializes a new instance of the [`XmpPacketWrapper`](../../xmppacketwrapper) class. +Initializes a new instance of the [`XmpPacketWrapper`](../) class. ```csharp public XmpPacketWrapper() @@ -41,8 +41,8 @@ public XmpPacketWrapper() ### See Also -* class [XmpPacketWrapper](../../xmppacketwrapper) -* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper) +* class [XmpPacketWrapper](../) +* namespace [Aspose.Imaging.Xmp](../../xmppacketwrapper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/_index.md index 4a53499fe345..7e970cceb504 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/_index.md @@ -1,7 +1,7 @@ --- -title: XmpRdfRoot +title: Class XmpRdfRoot second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpRdfRoot class. Represents rdfRDF element. A single XMP packet shall be serialized using a single rdfRDF XML element. The rdfRDF element content shall consist of only zero or more rdfDescription elements type: docs weight: 12180 url: /net/aspose.imaging.xmp/xmprdfroot/ @@ -18,27 +18,27 @@ public sealed class XmpRdfRoot : XmpElementBase, IXmlValue | Name | Description | | --- | --- | -| [XmpRdfRoot](xmprdfroot)() | The default constructor. | +| [XmpRdfRoot](xmprdfroot/)() | The default constructor. | ## Methods | Name | Description | | --- | --- | -| virtual [AddAttribute](../../aspose.imaging.xmp/xmpelementbase/addattribute)(string, string) | Adds the attribute. | -| virtual [ClearAttributes](../../aspose.imaging.xmp/xmpelementbase/clearattributes)() | Removes all attributes. | -| override [Equals](../../aspose.imaging.xmp/xmpelementbase/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| [Equals](../../aspose.imaging.xmp/xmpelementbase/equals)(XmpElementBase) | Indicates whether the current object is equal to another object of the same type. | -| virtual [GetAttribute](../../aspose.imaging.xmp/xmpelementbase/getattribute)(string) | Gets the attribute. | -| override [GetHashCode](../../aspose.imaging.xmp/xmpelementbase/gethashcode)() | Returns a hash code for this instance. | -| [GetNamespaceUri](../../aspose.imaging.xmp/xmprdfroot/getnamespaceuri)(string) | Gets namespace URI by specific prefix. Prefix may start without xmlns. | -| [GetXmlValue](../../aspose.imaging.xmp/xmprdfroot/getxmlvalue)() | Converts xmp value to the xml representation. | -| [RegisterNamespaceUri](../../aspose.imaging.xmp/xmprdfroot/registernamespaceuri)(string, string) | Adds namespace uri by prefix. Prefix may start without xmlns. | +| virtual [AddAttribute](../../aspose.imaging.xmp/xmpelementbase/addattribute/)(string, string) | Adds the attribute. | +| virtual [ClearAttributes](../../aspose.imaging.xmp/xmpelementbase/clearattributes/)() | Removes all attributes. | +| override [Equals](../../aspose.imaging.xmp/xmpelementbase/equals/)(object) | Determines whether the specified Object, is equal to this instance. | +| [Equals](../../aspose.imaging.xmp/xmpelementbase/equals/)(XmpElementBase) | Indicates whether the current object is equal to another object of the same type. | +| virtual [GetAttribute](../../aspose.imaging.xmp/xmpelementbase/getattribute/)(string) | Gets the attribute. | +| override [GetHashCode](../../aspose.imaging.xmp/xmpelementbase/gethashcode/)() | Returns a hash code for this instance. | +| [GetNamespaceUri](../../aspose.imaging.xmp/xmprdfroot/getnamespaceuri/)(string) | Gets namespace URI by specific prefix. Prefix may start without xmlns. | +| [GetXmlValue](../../aspose.imaging.xmp/xmprdfroot/getxmlvalue/)() | Converts xmp value to the xml representation. | +| [RegisterNamespaceUri](../../aspose.imaging.xmp/xmprdfroot/registernamespaceuri/)(string, string) | Adds namespace uri by prefix. Prefix may start without xmlns. | ### See Also -* class [XmpElementBase](../xmpelementbase) -* interface [IXmlValue](../ixmlvalue) -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* class [XmpElementBase](../xmpelementbase/) +* interface [IXmlValue](../ixmlvalue/) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/getnamespaceuri/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/getnamespaceuri/_index.md index 4cde6db69c90..71c05408818e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/getnamespaceuri/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/getnamespaceuri/_index.md @@ -1,7 +1,7 @@ --- -title: GetNamespaceUri +title: XmpRdfRoot.GetNamespaceUri second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRdfRoot method. Gets namespace URI by specific prefix. Prefix may start without xmlns type: docs weight: 20 url: /net/aspose.imaging.xmp/xmprdfroot/getnamespaceuri/ @@ -24,8 +24,8 @@ Returns a package schema URI. ### See Also -* class [XmpRdfRoot](../../xmprdfroot) -* namespace [Aspose.Imaging.Xmp](../../xmprdfroot) +* class [XmpRdfRoot](../) +* namespace [Aspose.Imaging.Xmp](../../xmprdfroot/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/getxmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/getxmlvalue/_index.md index bf6a2f64aefd..00192f79ef0b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/getxmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/getxmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmlValue +title: XmpRdfRoot.GetXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRdfRoot method. Converts xmp value to the xml representation type: docs weight: 30 url: /net/aspose.imaging.xmp/xmprdfroot/getxmlvalue/ @@ -20,8 +20,8 @@ Returns XMP value converted to XML string. ### See Also -* class [XmpRdfRoot](../../xmprdfroot) -* namespace [Aspose.Imaging.Xmp](../../xmprdfroot) +* class [XmpRdfRoot](../) +* namespace [Aspose.Imaging.Xmp](../../xmprdfroot/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/registernamespaceuri/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/registernamespaceuri/_index.md index c669a9c5c0b4..40374e894cbf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/registernamespaceuri/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/registernamespaceuri/_index.md @@ -1,7 +1,7 @@ --- -title: RegisterNamespaceUri +title: XmpRdfRoot.RegisterNamespaceUri second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRdfRoot method. Adds namespace uri by prefix. Prefix may start without xmlns type: docs weight: 40 url: /net/aspose.imaging.xmp/xmprdfroot/registernamespaceuri/ @@ -21,8 +21,8 @@ public void RegisterNamespaceUri(string prefix, string namespaceUri) ### See Also -* class [XmpRdfRoot](../../xmprdfroot) -* namespace [Aspose.Imaging.Xmp](../../xmprdfroot) +* class [XmpRdfRoot](../) +* namespace [Aspose.Imaging.Xmp](../../xmprdfroot/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/xmprdfroot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/xmprdfroot/_index.md index ce96f083325a..dd24367a978c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/xmprdfroot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmprdfroot/xmprdfroot/_index.md @@ -1,7 +1,7 @@ --- -title: XmpRdfRoot +title: XmpRdfRoot.XmpRdfRoot second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpRdfRoot constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging.xmp/xmprdfroot/xmprdfroot/ @@ -16,8 +16,8 @@ public XmpRdfRoot() ### See Also -* class [XmpRdfRoot](../../xmprdfroot) -* namespace [Aspose.Imaging.Xmp](../../xmprdfroot) +* class [XmpRdfRoot](../) +* namespace [Aspose.Imaging.Xmp](../../xmprdfroot/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/_index.md index f1269f5cb994..a9c25abcba7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/_index.md @@ -1,7 +1,7 @@ --- -title: XmpTrailerPi +title: Class XmpTrailerPi second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Xmp.XmpTrailerPi class. Represents XMP trailer processing instruction type: docs weight: 12190 url: /net/aspose.imaging.xmp/xmptrailerpi/ @@ -18,36 +18,36 @@ public sealed class XmpTrailerPi : IEquatable, IXmlValue | Name | Description | | --- | --- | -| [XmpTrailerPi](xmptrailerpi)() | Initializes a new instance of the [`XmpTrailerPi`](../xmptrailerpi) class. | -| [XmpTrailerPi](xmptrailerpi)(bool) | Initializes a new instance of the [`XmpTrailerPi`](../xmptrailerpi) class. | +| [XmpTrailerPi](xmptrailerpi/#constructor)() | Initializes a new instance of the `XmpTrailerPi` class. | +| [XmpTrailerPi](xmptrailerpi/#constructor_1)(bool) | Initializes a new instance of the `XmpTrailerPi` class. | ## Properties | Name | Description | | --- | --- | -| [IsWritable](../../aspose.imaging.xmp/xmptrailerpi/iswritable) { get; set; } | Gets or sets a value indicating whether this instance is writable. | +| [IsWritable](../../aspose.imaging.xmp/xmptrailerpi/iswritable/) { get; set; } | Gets or sets a value indicating whether this instance is writable. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging.xmp/xmptrailerpi/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| [Equals](../../aspose.imaging.xmp/xmptrailerpi/equals)(XmpTrailerPi) | Indicates whether the current object is equal to another object of the same type. | -| override [GetHashCode](../../aspose.imaging.xmp/xmptrailerpi/gethashcode)() | Returns a hash code for this instance. | -| [GetXmlValue](../../aspose.imaging.xmp/xmptrailerpi/getxmlvalue)() | Converts xmp value to the xml representation. | +| override [Equals](../../aspose.imaging.xmp/xmptrailerpi/equals/#equals_1)(object) | Determines whether the specified Object, is equal to this instance. | +| [Equals](../../aspose.imaging.xmp/xmptrailerpi/equals/#equals)(XmpTrailerPi) | Indicates whether the current object is equal to another object of the same type. | +| override [GetHashCode](../../aspose.imaging.xmp/xmptrailerpi/gethashcode/)() | Returns a hash code for this instance. | +| [GetXmlValue](../../aspose.imaging.xmp/xmptrailerpi/getxmlvalue/)() | Converts xmp value to the xml representation. | -### Remarks +## Remarks The end="w" or end="r" portion shall be used by packet scanning processors to determine whether the XMP may be modified in-place. -### Examples +## Examples Allowed forms of the trailer PI: ### See Also -* interface [IXmlValue](../ixmlvalue) -* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp) +* interface [IXmlValue](../ixmlvalue/) +* namespace [Aspose.Imaging.Xmp](../../aspose.imaging.xmp/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/equals/_index.md index dfdcde70246d..f234999cffa9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: XmpTrailerPi.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpTrailerPi method. Indicates whether the current object is equal to another object of the same type type: docs weight: 30 url: /net/aspose.imaging.xmp/xmptrailerpi/equals/ --- -## XmpTrailerPi.Equals method (1 of 2) +## Equals(XmpTrailerPi) {#equals} Indicates whether the current object is equal to another object of the same type. @@ -24,13 +24,13 @@ true if the current object is equal to the *other* parameter; otherwise, false. ### See Also -* class [XmpTrailerPi](../../xmptrailerpi) -* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi) +* class [XmpTrailerPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi/) * assembly [Aspose.Imaging](../../../) --- -## XmpTrailerPi.Equals method (2 of 2) +## Equals(object) {#equals_1} Determines whether the specified Object, is equal to this instance. @@ -48,8 +48,8 @@ public override bool Equals(object obj) ### See Also -* class [XmpTrailerPi](../../xmptrailerpi) -* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi) +* class [XmpTrailerPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/gethashcode/_index.md index de40c7d4db3b..38274831582b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: XmpTrailerPi.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpTrailerPi method. Returns a hash code for this instance type: docs weight: 40 url: /net/aspose.imaging.xmp/xmptrailerpi/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [XmpTrailerPi](../../xmptrailerpi) -* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi) +* class [XmpTrailerPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/getxmlvalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/getxmlvalue/_index.md index 98ab7ba578de..afccf5accf91 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/getxmlvalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/getxmlvalue/_index.md @@ -1,7 +1,7 @@ --- -title: GetXmlValue +title: XmpTrailerPi.GetXmlValue second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpTrailerPi method. Converts xmp value to the xml representation type: docs weight: 50 url: /net/aspose.imaging.xmp/xmptrailerpi/getxmlvalue/ @@ -20,8 +20,8 @@ Returns XML representation of XMP. ### See Also -* class [XmpTrailerPi](../../xmptrailerpi) -* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi) +* class [XmpTrailerPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/iswritable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/iswritable/_index.md index a1f870f84be0..066c1afa0f41 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/iswritable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/iswritable/_index.md @@ -1,7 +1,7 @@ --- -title: IsWritable +title: XmpTrailerPi.IsWritable second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpTrailerPi property. Gets or sets a value indicating whether this instance is writable type: docs weight: 20 url: /net/aspose.imaging.xmp/xmptrailerpi/iswritable/ @@ -20,8 +20,8 @@ public bool IsWritable { get; set; } ### See Also -* class [XmpTrailerPi](../../xmptrailerpi) -* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi) +* class [XmpTrailerPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/xmptrailerpi/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/xmptrailerpi/_index.md index 1e8d66bd58b3..946ebee7b62c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/xmptrailerpi/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging.xmp/xmptrailerpi/xmptrailerpi/_index.md @@ -1,14 +1,14 @@ --- -title: XmpTrailerPi +title: XmpTrailerPi.XmpTrailerPi second_title: Aspose.Imaging for .NET API Reference -description: +description: XmpTrailerPi constructor. Initializes a new instance of the XmpTrailerPi class type: docs weight: 10 url: /net/aspose.imaging.xmp/xmptrailerpi/xmptrailerpi/ --- -## XmpTrailerPi constructor (1 of 2) +## XmpTrailerPi(bool) {#constructor_1} -Initializes a new instance of the [`XmpTrailerPi`](../../xmptrailerpi) class. +Initializes a new instance of the [`XmpTrailerPi`](../) class. ```csharp public XmpTrailerPi(bool isWritable) @@ -20,15 +20,15 @@ public XmpTrailerPi(bool isWritable) ### See Also -* class [XmpTrailerPi](../../xmptrailerpi) -* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi) +* class [XmpTrailerPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi/) * assembly [Aspose.Imaging](../../../) --- -## XmpTrailerPi constructor (2 of 2) +## XmpTrailerPi() {#constructor} -Initializes a new instance of the [`XmpTrailerPi`](../../xmptrailerpi) class. +Initializes a new instance of the [`XmpTrailerPi`](../) class. ```csharp public XmpTrailerPi() @@ -36,8 +36,8 @@ public XmpTrailerPi() ### See Also -* class [XmpTrailerPi](../../xmptrailerpi) -* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi) +* class [XmpTrailerPi](../) +* namespace [Aspose.Imaging.Xmp](../../xmptrailerpi/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/_index.md index db36bc2bc1cd..e4f0fac119b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/_index.md @@ -1,7 +1,7 @@ --- title: Aspose.Imaging second_title: Aspose.Imaging for .NET API Reference -description: The namespace is the core for nested namespaces and the most basic objects used for Aspose.Imaging processing. +description: The namespace is the core for nested namespaces and the most basic objects used for Aspose.Imaging processing type: docs weight: 10 url: /net/aspose.imaging/ @@ -12,143 +12,155 @@ The namespace is the core for nested namespaces and the most basic objects used | Class | Description | | --- | --- | -| [AggregateException](./aggregateexception) | Aggregates multiple exceptions. | -| [Blend](./blend) | Defines a blend pattern. This class cannot be inherited. | -| [Brush](./brush) | The base brush class. | -| [BuildVersionInfo](./buildversioninfo) | Contains the current build version information. | -| [Cache](./cache) | Contains cache settings. | -| [CmykColorHelper](./cmykcolorhelper) | Helper methods to work with CMYK color presented as a signed 32-bit integer value. Provides the similar API as the [`CmykColor`](../aspose.imaging/cmykcolor) struct. It's more lightweight because CMYK color is presented just as Int32 rather than structure with internal fields. Please prefer to use static methods of this class when possible instead of the deprecated [`CmykColor`](../aspose.imaging/cmykcolor) struct. | -| [ColorBlend](./colorblend) | Defines arrays of colors and positions used for interpolating color blending in a multicolor gradient. This class cannot be inherited. | -| [ColorMap](./colormap) | Defines a map for converting colors. Several methods of the [`ImageAttributes`](../aspose.imaging/imageattributes) class adjust image colors by using a color-remap table, which is an array of [`ColorMap`](../aspose.imaging/colormap) structures. Not inheritable. | -| [ColorMatrix](./colormatrix) | Defines a 5 x 5 matrix that contains the coordinates for the RGBA space. Several methods of the [`ImageAttributes`](../aspose.imaging/imageattributes) class adjust image colors by using a color matrix. This class cannot be inherited. | -| [ColorPalette](./colorpalette) | Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable. | -| [ColorPaletteHelper](./colorpalettehelper) | Helper class for color palettes manipulation. | -| [ColorTranslator](./colortranslator) | Translates colors to and from GDI+ Color structures. This class cannot be inherited. | -| [CompositeException](./compositeexception) | The composite exception | -| [CustomFontSource](./customfontsource) | Custom font source provider function | -| [CustomLineCap](./customlinecap) | Encapsulates a custom user-defined line cap. | -| [DataStreamSupporter](./datastreamsupporter) | The data stream container. | -| [DisposableObject](./disposableobject) | Represents disposable object. | -| [EmbeddedImage](./embeddedimage) | The embedded image class | -| [Figure](./figure) | The figure. A container for shapes. | -| [FileStreamContainer](./filestreamcontainer) | Helper for file stream processing. | -| [Font](./font) | Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited. | -| [FontSettings](./fontsettings) | General imaging vector formats renderer font settings. | -| [Graphics](./graphics) | Represents the graphics according to the graphics engine used in the current assembly. | -| [GraphicsPath](./graphicspath) | Represents a series of connected lines and curves. This class cannot be inherited. | -| [Image](./image) | The image is the base class for all type of images. | -| [ImageAttributes](./imageattributes) | An [`ImageAttributes`](../aspose.imaging/imageattributes) object contains information about how bitmap and metafile colors are manipulated during rendering. An [`ImageAttributes`](../aspose.imaging/imageattributes) object maintains several color-adjustment settings, including color-adjustment matrices, grayscale-adjustment matrices, gamma-correction values, color-map tables, and color-threshold values. During rendering, colors can be corrected, darkened, lightened, and removed. To apply such manipulations, initialize an [`ImageAttributes`](../aspose.imaging/imageattributes) object and pass the path of that [`ImageAttributes`](../aspose.imaging/imageattributes) object (along with the path of an [`Image`](../aspose.imaging/image)) to the DrawImage method. | -| [ImageCreatorsRegistry](./imagecreatorsregistry) | Represents the image creators registry. | -| [ImageExportersRegistry](./imageexportersregistry) | Represents the image exporters registry. | -| [ImageLoadersRegistry](./imageloadersregistry) | Represents the image loaders registry. | -| [ImageOptionsBase](./imageoptionsbase) | The image base options. | -| [ImageResizeSettings](./imageresizesettings) | Image resize settings class | -| [IntRange](./intrange) | Class for representing sequence of elements | -| [License](./license) | Provides methods to license the component. | -| [LoadOptions](./loadoptions) | Represents the loading options. | -| [Matrix](./matrix) | Replaces the GDI+ Matrix. | -| [Metered](./metered) | Provides metered methods for integration | -| [NonGenericDictionary](./nongenericdictionary) | Represents a non generic dictionary. | -| [NonGenericList](./nongenericlist) | Non generic list of objects | -| [ObjectWithBounds](./objectwithbounds) | The object having bounds. | -| [OpenTypeFontsCache](./opentypefontscache) | Cache for OpenType fonts that are installed in the system. | -| [PageExportingAction](./pageexportingaction) | Delegate for firing before page is exported | -| [Pen](./pen) | Defines an object used to draw lines, curves and figures. | -| [PixelDataFormat](./pixeldataformat) | The pixel data format. This is an immutable object. | -| [ProgressEventHandler](./progresseventhandler) | Progress event handler function reference | -| [RasterCachedImage](./rastercachedimage) | Represents a raster image supporting raster graphics operations. This image caches pixel data when required. | -| [RasterCachedMultipageImage](./rastercachedmultipageimage) | The raster multipage image | -| [RasterImage](./rasterimage) | Represents a raster image supporting raster graphics operations. | -| [RawDataSettings](./rawdatasettings) | The raw data settings | -| [Region](./region) | Describes the interior of a graphics shape composed of rectangles and paths. This class cannot be inherited. | -| [RemoveBackgroundSettings](./removebackgroundsettings) | The remve background settings | -| [ResolutionSetting](./resolutionsetting) | The resolution setting for image save options. | -| [Shape](./shape) | The shape. A continuous set of points connected using a specific rule. | -| [ShapeSegment](./shapesegment) | Represents a shape segment. A segment is a line or curve connecting two points. | -| [Source](./source) | The source is used to contain all relevant information for an object pipe. | -| [SplitStreamContainer](./splitstreamcontainer) | Represents split stream container which contains the stream and provides stream processing routines. | -| [StreamContainer](./streamcontainer) | Represents stream container which contains the stream and provides stream processing routines. | -| [StringFormat](./stringformat) | Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. This class cannot be inherited. | -| [TransparencySupporter](./transparencysupporter) | The object supporting transparency. | -| [VectorImage](./vectorimage) | The vector image is the base class for all type of vector images. | -| [VectorMultipageImage](./vectormultipageimage) | The Vector multipage image | +| [AggregateException](./aggregateexception/) | Aggregates multiple exceptions. | +| [Blend](./blend/) | Defines a blend pattern. This class cannot be inherited. | +| [Brush](./brush/) | The base brush class. | +| [BuildVersionInfo](./buildversioninfo/) | Contains the current build version information. | +| [Cache](./cache/) | Contains cache settings. | +| [CmykColorHelper](./cmykcolorhelper/) | Helper methods to work with CMYK color presented as a signed 32-bit integer value. Provides the similar API as the [`CmykColor`](../aspose.imaging/cmykcolor/) struct. It's more lightweight because CMYK color is presented just as Int32 rather than structure with internal fields. Please prefer to use static methods of this class when possible instead of the deprecated [`CmykColor`](../aspose.imaging/cmykcolor/) struct. | +| [ColorBlend](./colorblend/) | Defines arrays of colors and positions used for interpolating color blending in a multicolor gradient. This class cannot be inherited. | +| [ColorMap](./colormap/) | Defines a map for converting colors. Several methods of the [`ImageAttributes`](../aspose.imaging/imageattributes/) class adjust image colors by using a color-remap table, which is an array of [`ColorMap`](../aspose.imaging/colormap/) structures. Not inheritable. | +| [ColorMatrix](./colormatrix/) | Defines a 5 x 5 matrix that contains the coordinates for the RGBA space. Several methods of the [`ImageAttributes`](../aspose.imaging/imageattributes/) class adjust image colors by using a color matrix. This class cannot be inherited. | +| [ColorPalette](./colorpalette/) | Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable. | +| [ColorPaletteHelper](./colorpalettehelper/) | Helper class for color palettes manipulation. | +| [ColorTranslator](./colortranslator/) | Translates colors to and from GDI+ Color structures. This class cannot be inherited. | +| [CompositeException](./compositeexception/) | The composite exception | +| [CustomFontSource](./customfontsource/) | Custom font source provider function | +| [CustomLineCap](./customlinecap/) | Encapsulates a custom user-defined line cap. | +| [DataStreamSupporter](./datastreamsupporter/) | The data stream container. | +| [DisposableObject](./disposableobject/) | Represents disposable object. | +| [EmbeddedImage](./embeddedimage/) | The embedded image class | +| [Figure](./figure/) | The figure. A container for shapes. | +| [FileStreamContainer](./filestreamcontainer/) | Helper for file stream processing. | +| [Font](./font/) | Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited. | +| [FontSettings](./fontsettings/) | General imaging vector formats renderer font settings. | +| [Graphics](./graphics/) | Represents the graphics according to the graphics engine used in the current assembly. | +| [GraphicsPath](./graphicspath/) | Represents a series of connected lines and curves. This class cannot be inherited. | +| [Image](./image/) | The image is the base class for all type of images. | +| [ImageAttributes](./imageattributes/) | An [`ImageAttributes`](../aspose.imaging/imageattributes/) object contains information about how bitmap and metafile colors are manipulated during rendering. An [`ImageAttributes`](../aspose.imaging/imageattributes/) object maintains several color-adjustment settings, including color-adjustment matrices, grayscale-adjustment matrices, gamma-correction values, color-map tables, and color-threshold values. During rendering, colors can be corrected, darkened, lightened, and removed. To apply such manipulations, initialize an [`ImageAttributes`](../aspose.imaging/imageattributes/) object and pass the path of that [`ImageAttributes`](../aspose.imaging/imageattributes/) object (along with the path of an [`Image`](../aspose.imaging/image/)) to the DrawImage method. | +| [ImageCreatorsRegistry](./imagecreatorsregistry/) | Represents the image creators registry. | +| [ImageExportersRegistry](./imageexportersregistry/) | Represents the image exporters registry. | +| [ImageLoadersRegistry](./imageloadersregistry/) | Represents the image loaders registry. | +| [ImageOptionsBase](./imageoptionsbase/) | The image base options. | +| [ImageResizeSettings](./imageresizesettings/) | Image resize settings class | +| [IntRange](./intrange/) | Class for representing sequence of elements | +| [License](./license/) | Provides methods to license the component. | +| [LoadOptions](./loadoptions/) | Represents the loading options. | +| [Matrix](./matrix/) | Replaces the GDI+ Matrix. | +| [Metered](./metered/) | Provides metered methods for integration | +| [NonGenericDictionary](./nongenericdictionary/) | Represents a non generic dictionary. | +| [NonGenericList](./nongenericlist/) | Non generic list of objects | +| [ObjectWithBounds](./objectwithbounds/) | The object having bounds. | +| [OpenTypeFontsCache](./opentypefontscache/) | Cache for OpenType fonts that are installed in the system. | +| [PageExportingAction](./pageexportingaction/) | Delegate for firing before page is exported | +| [Pen](./pen/) | Defines an object used to draw lines, curves and figures. | +| [PixelDataFormat](./pixeldataformat/) | The pixel data format. This is an immutable object. | +| [ProgressEventHandler](./progresseventhandler/) | Progress event handler function reference | +| [RasterCachedImage](./rastercachedimage/) | Represents a raster image supporting raster graphics operations. This image caches pixel data when required. | +| [RasterCachedMultipageImage](./rastercachedmultipageimage/) | The raster multipage image | +| [RasterImage](./rasterimage/) | Represents a raster image supporting raster graphics operations. | +| [RawDataSettings](./rawdatasettings/) | The raw data settings | +| [Region](./region/) | Describes the interior of a graphics shape composed of rectangles and paths. This class cannot be inherited. | +| [RemoveBackgroundSettings](./removebackgroundsettings/) | The remve background settings | +| [ResolutionSetting](./resolutionsetting/) | The resolution setting for image save options. | +| [Shape](./shape/) | The shape. A continuous set of points connected using a specific rule. | +| [ShapeSegment](./shapesegment/) | Represents a shape segment. A segment is a line or curve connecting two points. | +| [Source](./source/) | The source is used to contain all relevant information for an object pipe. | +| [SplitStreamContainer](./splitstreamcontainer/) | Represents split stream container which contains the stream and provides stream processing routines. | +| [StreamContainer](./streamcontainer/) | Represents stream container which contains the stream and provides stream processing routines. | +| [StringFormat](./stringformat/) | Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. This class cannot be inherited. | +| [TransparencySupporter](./transparencysupporter/) | The object supporting transparency. | +| [VectorImage](./vectorimage/) | The vector image is the base class for all type of vector images. | +| [VectorMultipageImage](./vectormultipageimage/) | The Vector multipage image | +## Structures + +| Structure | Description | +| --- | --- | +| [CmykColor](./cmykcolor/) | The CMYK color of pixel. | +| [Color](./color/) | The color of the pixel. | +| [Point](./point/) | Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. | +| [PointF](./pointf/) | Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane. | +| [Rectangle](./rectangle/) | Stores a set of four integers that represent the location and size of a rectangle. | +| [RectangleF](./rectanglef/) | Stores a set of four floating-point numbers that represent the location and size of a rectangle. | +| [Size](./size/) | Represents size. | +| [SizeF](./sizef/) | Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle. | ## Interfaces | Interface | Description | | --- | --- | -| [IAdvancedBufferProcessor](./iadvancedbufferprocessor) | The advanced buffer processor. | -| [IAnimationFrame](./ianimationframe) | The Animation frame | -| [IBufferProcessor](./ibufferprocessor) | The buffer processor. | -| [IColorConverter](./icolorconverter) | The color converter. | -| [IColorPalette](./icolorpalette) | The color palette interface. | -| [IImageCreator](./iimagecreator) | The image creator. | -| [IImageCreatorDescriptor](./iimagecreatordescriptor) | The image creator descriptor specifying the creator properties. The creator descriptor is used to overcome the necessity to contain each image creator instance in memory and multithreading issues. | -| [IImageDescriptor](./iimagedescriptor) | The image descriptor. Contains base properties and methods for all other image descriptor types. | -| [IImageExporter](./iimageexporter) | The image exporter. Can export data from internal Aspose.Imaging format to a specified data format. | -| [IImageExporterDescriptor](./iimageexporterdescriptor) | Represents the image exporter descriptor. The exporter descriptor is used to overcome the necessity to contain each exporter instance in memory and multithreading issues. | -| [IImageLoader](./iimageloader) | The image loader. | -| [IImageLoaderDescriptor](./iimageloaderdescriptor) | The image loader descriptor specifying the loader properties. The loader descriptor is used to overcome the necessity to contain each image loader instance in memory and multithreading issues. | -| [IIndexedColorConverter](./iindexedcolorconverter) | The color converter for indexed image formats. | -| [IKeyedObject](./ikeyedobject) | Represents interface for objects with keys. | -| [IMultipageImage](./imultipageimage) | The multipage image interface | -| [IMultipageImageExt](./imultipageimageext) | The extended multipage image interface | -| [IObjectWithBounds](./iobjectwithbounds) | Represents an object with bounds. | -| [IOrderedShape](./iorderedshape) | Represents an ordered shape. An ordered shape is a continuous set of points having a start point and end point. The continuous set of points connected using a specific rule. | -| [IPartialArgb32PixelLoader](./ipartialargb32pixelloader) | Conforms to the 32-bit ARGB pixels loaded partially. | -| [IPartialArgb64PixelLoader](./ipartialargb64pixelloader) | The 64-bit ARGB pixels loader. | -| [IPartialPixelLoader](./ipartialpixelloader) | Conforms to the pixels loaded partially. | -| [IPartialRawDataLoader](./ipartialrawdataloader) | The partial data loader. | -| [IRasterImageArgb32PixelLoader](./irasterimageargb32pixelloader) | The raster image 32-bit ARGB pixel loader. | -| [IRasterImageArgb64PixelLoader](./irasterimageargb64pixelloader) | The raster image 64-bit ARGB pixel loader. | -| [IRasterImagePixelLoader](./irasterimagepixelloader) | The raster image pixel loader. | -| [IRasterImageRawDataLoader](./irasterimagerawdataloader) | The raster image raw data loader. | +| [IAdvancedBufferProcessor](./iadvancedbufferprocessor/) | The advanced buffer processor. | +| [IAnimationFrame](./ianimationframe/) | The Animation frame | +| [IBufferProcessor](./ibufferprocessor/) | The buffer processor. | +| [IColorConverter](./icolorconverter/) | The color converter. | +| [IColorPalette](./icolorpalette/) | The color palette interface. | +| [IImageCreator](./iimagecreator/) | The image creator. | +| [IImageCreatorDescriptor](./iimagecreatordescriptor/) | The image creator descriptor specifying the creator properties. The creator descriptor is used to overcome the necessity to contain each image creator instance in memory and multithreading issues. | +| [IImageDescriptor](./iimagedescriptor/) | The image descriptor. Contains base properties and methods for all other image descriptor types. | +| [IImageExporter](./iimageexporter/) | The image exporter. Can export data from internal Aspose.Imaging format to a specified data format. | +| [IImageExporterDescriptor](./iimageexporterdescriptor/) | Represents the image exporter descriptor. The exporter descriptor is used to overcome the necessity to contain each exporter instance in memory and multithreading issues. | +| [IImageLoader](./iimageloader/) | The image loader. | +| [IImageLoaderDescriptor](./iimageloaderdescriptor/) | The image loader descriptor specifying the loader properties. The loader descriptor is used to overcome the necessity to contain each image loader instance in memory and multithreading issues. | +| [IIndexedColorConverter](./iindexedcolorconverter/) | The color converter for indexed image formats. | +| [IKeyedObject](./ikeyedobject/) | Represents interface for objects with keys. | +| [IMultipageImage](./imultipageimage/) | The multipage image interface | +| [IMultipageImageExt](./imultipageimageext/) | The extended multipage image interface | +| [IObjectWithBounds](./iobjectwithbounds/) | Represents an object with bounds. | +| [IOrderedShape](./iorderedshape/) | Represents an ordered shape. An ordered shape is a continuous set of points having a start point and end point. The continuous set of points connected using a specific rule. | +| [IPartialArgb32PixelLoader](./ipartialargb32pixelloader/) | Conforms to the 32-bit ARGB pixels loaded partially. | +| [IPartialArgb64PixelLoader](./ipartialargb64pixelloader/) | The 64-bit ARGB pixels loader. | +| [IPartialPixelLoader](./ipartialpixelloader/) | Conforms to the pixels loaded partially. | +| [IPartialRawDataLoader](./ipartialrawdataloader/) | The partial data loader. | +| [IRasterImageArgb32PixelLoader](./irasterimageargb32pixelloader/) | The raster image 32-bit ARGB pixel loader. | +| [IRasterImageArgb64PixelLoader](./irasterimageargb64pixelloader/) | The raster image 64-bit ARGB pixel loader. | +| [IRasterImagePixelLoader](./irasterimagepixelloader/) | The raster image pixel loader. | +| [IRasterImageRawDataLoader](./irasterimagerawdataloader/) | The raster image raw data loader. | ## Enumeration | Enumeration | Description | | --- | --- | -| [AnimationDisposalMethods](./animationdisposalmethods) | Indicates the way in which the graphic is to be treated after being displayed. | -| [CacheType](./cachetype) | Specifies the cache type to use. | -| [CharacterSet](./characterset) | Represents the character set used. | -| [ColorAdjustType](./coloradjusttype) | Specifies which objects use color adjustment information. | -| [ColorChannelFlag](./colorchannelflag) | Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods. | -| [ColorCompareMethod](./colorcomparemethod) | Color comparison method to adjust to nearest neighbor | -| [ColorMatrixFlag](./colormatrixflag) | Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an [`ImageAttributes`](../aspose.imaging/imageattributes). | -| [ColorQuantizationMethod](./colorquantizationmethod) | Colors quantization methods | -| [CompositingQuality](./compositingquality) | Specifies the quality level to use during compositing. | -| [DashCap](./dashcap) | Specifies the type of graphic shape to use on both ends of each dash in a dashed line. | -| [DashStyle](./dashstyle) | Specifies the style of dashed lines drawn with a [`Pen`](../aspose.imaging/pen) object. | -| [DataRecoveryMode](./datarecoverymode) | The data recovery mode. | -| [DitheringMethod](./ditheringmethod) | Dithering method. | -| [DitheringMethods](./ditheringmethods) | The dithering methods used to control color conversion. | -| [FileFormat](./fileformat) | One of supported imaging file formats. | -| [FillMode](./fillmode) | Specifies how the interior of a closed path is filled. | -| [FontStyle](./fontstyle) | Specifies style information applied to text. | -| [GraphicsUnit](./graphicsunit) | Specifies the unit of measure for the given data. | -| [HatchStyle](./hatchstyle) | Specifies the different patterns available for [`HatchBrush`](../aspose.imaging.brushes/hatchbrush) objects. | -| [HotkeyPrefix](./hotkeyprefix) | Specifies the type of display for hot-key prefixes that relate to text. | -| [ImageFilterType](./imagefiltertype) | Image filters to use | -| [InterpolationMode](./interpolationmode) | The [`InterpolationMode`](../aspose.imaging/interpolationmode) enumeration specifies the algorithm that is used when images are scaled or rotated. | -| [KnownColor](./knowncolor) | Specifies the known system colors. | -| [LineCap](./linecap) | Specifies the available cap styles with which a [`Pen`](../aspose.imaging/pen) object can end a line. | -| [LineJoin](./linejoin) | Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a [`GraphicsPath`](../aspose.imaging/graphicspath) object. | -| [MatrixOrder](./matrixorder) | Specifies the order for matrix transform operations. | -| [PaletteMiningMethod](./paletteminingmethod) | The image palette mining method | -| [PdfComplianceVersion](./pdfcomplianceversion) | Specifies the PDF compliance level to output file. | -| [PenAlignment](./penalignment) | Specifies the alignment of a [`Pen`](../aspose.imaging/pen) object in relation to the theoretical, zero-width line. | -| [PenType](./pentype) | Specifies the type of fill a [`Pen`](../aspose.imaging/pen) object uses to fill lines. | -| [PixelFormat](./pixelformat) | The pixel data format actual meaning. | -| [ProcessingType](./processingtype) | The type of processing. | -| [ResizeType](./resizetype) | Specifies the resize type. | -| [ResolutionUnit](./resolutionunit) | Resolution unit enum. | -| [RotateFlipType](./rotatefliptype) | Specifies how much an image is rotated and the axis used to flip the image. | -| [SeekOrigin](./seekorigin) | Provides the fields that represent reference points in [`StreamContainer`](../aspose.imaging/streamcontainer) for seeking. | -| [SmoothingMode](./smoothingmode) | Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. | -| [StringAlignment](./stringalignment) | Specifies the alignment of a text string relative to its layout rectangle. | -| [StringDigitSubstitute](./stringdigitsubstitute) | The enumeration specifies how to substitute digits in a string according to a user's locale or language. | -| [StringFormatFlags](./stringformatflags) | Specifies the display and layout information for text strings. | -| [StringTrimming](./stringtrimming) | Specifies how to trim characters from a string that does not completely fit into a layout shape. | -| [TextRenderingHint](./textrenderinghint) | Specifies the quality of text rendering. | -| [WarpMode](./warpmode) | Specifies the type of warp transformation applied. | -| [WrapMode](./wrapmode) | Specifies how a texture or gradient is tiled when it is smaller than the area being filled. | +| [AnimationDisposalMethods](./animationdisposalmethods/) | Indicates the way in which the graphic is to be treated after being displayed. | +| [CacheType](./cachetype/) | Specifies the cache type to use. | +| [CharacterSet](./characterset/) | Represents the character set used. | +| [ColorAdjustType](./coloradjusttype/) | Specifies which objects use color adjustment information. | +| [ColorChannelFlag](./colorchannelflag/) | Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods. | +| [ColorCompareMethod](./colorcomparemethod/) | Color comparison method to adjust to nearest neighbor | +| [ColorMatrixFlag](./colormatrixflag/) | Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an [`ImageAttributes`](../aspose.imaging/imageattributes/). | +| [ColorQuantizationMethod](./colorquantizationmethod/) | Colors quantization methods | +| [CompositingQuality](./compositingquality/) | Specifies the quality level to use during compositing. | +| [DashCap](./dashcap/) | Specifies the type of graphic shape to use on both ends of each dash in a dashed line. | +| [DashStyle](./dashstyle/) | Specifies the style of dashed lines drawn with a [`Pen`](../aspose.imaging/pen/) object. | +| [DataRecoveryMode](./datarecoverymode/) | The data recovery mode. | +| [DitheringMethod](./ditheringmethod/) | Dithering method. | +| [DitheringMethods](./ditheringmethods/) | The dithering methods used to control color conversion. | +| [FileFormat](./fileformat/) | One of supported imaging file formats. | +| [FillMode](./fillmode/) | Specifies how the interior of a closed path is filled. | +| [FontStyle](./fontstyle/) | Specifies style information applied to text. | +| [GraphicsUnit](./graphicsunit/) | Specifies the unit of measure for the given data. | +| [HatchStyle](./hatchstyle/) | Specifies the different patterns available for [`HatchBrush`](../aspose.imaging.brushes/hatchbrush/) objects. | +| [HotkeyPrefix](./hotkeyprefix/) | Specifies the type of display for hot-key prefixes that relate to text. | +| [ImageFilterType](./imagefiltertype/) | Image filters to use | +| [InterpolationMode](./interpolationmode/) | The [`InterpolationMode`](../aspose.imaging/interpolationmode/) enumeration specifies the algorithm that is used when images are scaled or rotated. | +| [KnownColor](./knowncolor/) | Specifies the known system colors. | +| [LineCap](./linecap/) | Specifies the available cap styles with which a [`Pen`](../aspose.imaging/pen/) object can end a line. | +| [LineJoin](./linejoin/) | Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a [`GraphicsPath`](../aspose.imaging/graphicspath/) object. | +| [MatrixOrder](./matrixorder/) | Specifies the order for matrix transform operations. | +| [PaletteMiningMethod](./paletteminingmethod/) | The image palette mining method | +| [PdfComplianceVersion](./pdfcomplianceversion/) | Specifies the PDF compliance level to output file. | +| [PenAlignment](./penalignment/) | Specifies the alignment of a [`Pen`](../aspose.imaging/pen/) object in relation to the theoretical, zero-width line. | +| [PenType](./pentype/) | Specifies the type of fill a [`Pen`](../aspose.imaging/pen/) object uses to fill lines. | +| [PixelFormat](./pixelformat/) | The pixel data format actual meaning. | +| [ProcessingType](./processingtype/) | The type of processing. | +| [ResizeType](./resizetype/) | Specifies the resize type. | +| [ResolutionUnit](./resolutionunit/) | Resolution unit enum. | +| [RotateFlipType](./rotatefliptype/) | Specifies how much an image is rotated and the axis used to flip the image. | +| [SeekOrigin](./seekorigin/) | Provides the fields that represent reference points in [`StreamContainer`](../aspose.imaging/streamcontainer/) for seeking. | +| [SmoothingMode](./smoothingmode/) | Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. | +| [StringAlignment](./stringalignment/) | Specifies the alignment of a text string relative to its layout rectangle. | +| [StringDigitSubstitute](./stringdigitsubstitute/) | The enumeration specifies how to substitute digits in a string according to a user's locale or language. | +| [StringFormatFlags](./stringformatflags/) | Specifies the display and layout information for text strings. | +| [StringTrimming](./stringtrimming/) | Specifies how to trim characters from a string that does not completely fit into a layout shape. | +| [TextRenderingHint](./textrenderinghint/) | Specifies the quality of text rendering. | +| [WarpMode](./warpmode/) | Specifies the type of warp transformation applied. | +| [WrapMode](./wrapmode/) | Specifies how a texture or gradient is tiled when it is smaller than the area being filled. | + - diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/aggregateexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/aggregateexception/_index.md index 7d39971ff142..bef2810a96a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/aggregateexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/aggregateexception/_index.md @@ -1,7 +1,7 @@ --- -title: AggregateException +title: Class AggregateException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.AggregateException class. Aggregates multiple exceptions type: docs weight: 10 url: /net/aspose.imaging/aggregateexception/ @@ -16,7 +16,7 @@ public class AggregateException : Exception ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/animationdisposalmethods/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/animationdisposalmethods/_index.md index 01ee94790587..d04fe8748601 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/animationdisposalmethods/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/animationdisposalmethods/_index.md @@ -1,7 +1,7 @@ --- -title: AnimationDisposalMethods +title: Enum AnimationDisposalMethods second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.AnimationDisposalMethods enum. Indicates the way in which the graphic is to be treated after being displayed type: docs weight: 20 url: /net/aspose.imaging/animationdisposalmethods/ @@ -24,7 +24,7 @@ public enum AnimationDisposalMethods ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/_index.md index c79c7abf0532..ebfee98ff201 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/_index.md @@ -1,7 +1,7 @@ --- -title: Blend +title: Class Blend second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Blend class. Defines a blend pattern. This class cannot be inherited type: docs weight: 120 url: /net/aspose.imaging/blend/ @@ -18,30 +18,30 @@ public sealed class Blend | Name | Description | | --- | --- | -| [Blend](blend)() | Initializes a new instance of the [`Blend`](../blend) class. The number of elements in the factor and blend arrays will be equal to 1. | -| [Blend](blend)(int) | Initializes a new instance of the [`Blend`](../blend) class with the specified number of factors and positions. | +| [Blend](blend/#constructor)() | Initializes a new instance of the `Blend` class. The number of elements in the factor and blend arrays will be equal to 1. | +| [Blend](blend/#constructor_1)(int) | Initializes a new instance of the `Blend` class with the specified number of factors and positions. | ## Properties | Name | Description | | --- | --- | -| [Factors](../../aspose.imaging/blend/factors) { get; set; } | Gets or sets the array of blend factors for the gradient. | -| [Positions](../../aspose.imaging/blend/positions) { get; set; } | Gets or sets the array of blend positions for the gradient. | +| [Factors](../../aspose.imaging/blend/factors/) { get; set; } | Gets or sets the array of blend factors for the gradient. | +| [Positions](../../aspose.imaging/blend/positions/) { get; set; } | Gets or sets the array of blend positions for the gradient. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/blend/equals)(object) | Tests whether the specified object is a [`Blend`](../blend) class and is equivalent to this [`Blend`](../blend) class. | -| override [GetHashCode](../../aspose.imaging/blend/gethashcode)() | Returns a hash code for this instance. | +| override [Equals](../../aspose.imaging/blend/equals/)(object) | Tests whether the specified object is a `Blend` class and is equivalent to this `Blend` class. | +| override [GetHashCode](../../aspose.imaging/blend/gethashcode/)() | Returns a hash code for this instance. | -### Remarks +## Remarks The typical blend class usage is defining a blend pattern for brush. And thus the blend properties should be initialized carefully. Null arrays are not allowed. The brush will throw the appropriate exception if blend factors or positions array are empty or their length is not the same. If there are two or more elements in the positions array then the first element should be 0 and the last should be 1. ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/blend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/blend/_index.md index 522d9bd3f534..fd0929e1c649 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/blend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/blend/_index.md @@ -1,14 +1,14 @@ --- -title: Blend +title: Blend.Blend second_title: Aspose.Imaging for .NET API Reference -description: +description: Blend constructor. Initializes a new instance of the Blend class. The number of elements in the factor and blend arrays will be equal to 1 type: docs weight: 10 url: /net/aspose.imaging/blend/blend/ --- -## Blend constructor (1 of 2) +## Blend() {#constructor} -Initializes a new instance of the [`Blend`](../../blend) class. The number of elements in the factor and blend arrays will be equal to 1. +Initializes a new instance of the [`Blend`](../) class. The number of elements in the factor and blend arrays will be equal to 1. ```csharp public Blend() @@ -16,15 +16,15 @@ public Blend() ### See Also -* class [Blend](../../blend) -* namespace [Aspose.Imaging](../../blend) +* class [Blend](../) +* namespace [Aspose.Imaging](../../blend/) * assembly [Aspose.Imaging](../../../) --- -## Blend constructor (2 of 2) +## Blend(int) {#constructor_1} -Initializes a new instance of the [`Blend`](../../blend) class with the specified number of factors and positions. +Initializes a new instance of the [`Blend`](../) class with the specified number of factors and positions. ```csharp public Blend(int count) @@ -36,8 +36,8 @@ public Blend(int count) ### See Also -* class [Blend](../../blend) -* namespace [Aspose.Imaging](../../blend) +* class [Blend](../) +* namespace [Aspose.Imaging](../../blend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/equals/_index.md index af5cd9baae61..d2973c698edd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: Blend.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Blend method. Tests whether the specified object is a Blend class and is equivalent to this Blend class type: docs weight: 40 url: /net/aspose.imaging/blend/equals/ --- ## Blend.Equals method -Tests whether the specified object is a [`Blend`](../../blend) class and is equivalent to this [`Blend`](../../blend) class. +Tests whether the specified object is a [`Blend`](../) class and is equivalent to this [`Blend`](../) class. ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -True if *obj* is a [`Blend`](../../blend) class equivalent to this [`Blend`](../../blend) class; otherwise, false. +True if *obj* is a [`Blend`](../) class equivalent to this [`Blend`](../) class; otherwise, false. ### See Also -* class [Blend](../../blend) -* namespace [Aspose.Imaging](../../blend) +* class [Blend](../) +* namespace [Aspose.Imaging](../../blend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/factors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/factors/_index.md index 9f1300c6c220..7588a0abaf44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/factors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/factors/_index.md @@ -1,7 +1,7 @@ --- -title: Factors +title: Blend.Factors second_title: Aspose.Imaging for .NET API Reference -description: +description: Blend property. Gets or sets the array of blend factors for the gradient type: docs weight: 20 url: /net/aspose.imaging/blend/factors/ @@ -20,8 +20,8 @@ The array of blend factors that specify the percentages of the starting color an ### See Also -* class [Blend](../../blend) -* namespace [Aspose.Imaging](../../blend) +* class [Blend](../) +* namespace [Aspose.Imaging](../../blend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/gethashcode/_index.md index edc0b4efae95..dd65aed48efb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Blend.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Blend method. Returns a hash code for this instance type: docs weight: 50 url: /net/aspose.imaging/blend/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [Blend](../../blend) -* namespace [Aspose.Imaging](../../blend) +* class [Blend](../) +* namespace [Aspose.Imaging](../../blend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/positions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/positions/_index.md index 8c12f1189b64..743583dce03a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/blend/positions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/blend/positions/_index.md @@ -1,7 +1,7 @@ --- -title: Positions +title: Blend.Positions second_title: Aspose.Imaging for .NET API Reference -description: +description: Blend property. Gets or sets the array of blend positions for the gradient type: docs weight: 30 url: /net/aspose.imaging/blend/positions/ @@ -20,8 +20,8 @@ The array of blend positions that specify the percentages of distance along the ### See Also -* class [Blend](../../blend) -* namespace [Aspose.Imaging](../../blend) +* class [Blend](../) +* namespace [Aspose.Imaging](../../blend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/_index.md index 5c173743ed51..7ffbb3fc690e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/_index.md @@ -1,7 +1,7 @@ --- -title: Brush +title: Class Brush second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Brush class. The base brush class type: docs weight: 130 url: /net/aspose.imaging/brush/ @@ -18,22 +18,22 @@ public abstract class Brush : DisposableObject | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Opacity](../../aspose.imaging/brush/opacity) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Opacity](../../aspose.imaging/brush/opacity/) { get; set; } | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. | ## Methods | Name | Description | | --- | --- | -| virtual [DeepClone](../../aspose.imaging/brush/deepclone)() | Creates a new deep clone of the current [`Brush`](../brush). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/brush/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/brush/gethashcode)() | Get hash code of the current object. | +| virtual [DeepClone](../../aspose.imaging/brush/deepclone/)() | Creates a new deep clone of the current `Brush`. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/brush/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/brush/gethashcode/)() | Get hash code of the current object. | ### See Also -* class [DisposableObject](../disposableobject) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [DisposableObject](../disposableobject/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/deepclone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/deepclone/_index.md index 71fffce0b6f1..cfb32bb3f05c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/deepclone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/deepclone/_index.md @@ -1,14 +1,14 @@ --- -title: DeepClone +title: Brush.DeepClone second_title: Aspose.Imaging for .NET API Reference -description: +description: Brush method. Creates a new deep clone of the current Brush type: docs weight: 20 url: /net/aspose.imaging/brush/deepclone/ --- ## Brush.DeepClone method -Creates a new deep clone of the current [`Brush`](../../brush). +Creates a new deep clone of the current [`Brush`](../). ```csharp public virtual Brush DeepClone() @@ -16,12 +16,12 @@ public virtual Brush DeepClone() ### Return Value -A new [`Brush`](../../brush) which is the deep clone of this [`Brush`](../../brush) instance. +A new [`Brush`](../) which is the deep clone of this [`Brush`](../) instance. ### See Also -* class [Brush](../../brush) -* namespace [Aspose.Imaging](../../brush) +* class [Brush](../) +* namespace [Aspose.Imaging](../../brush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/equals/_index.md index a71097871307..5017efda0549 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: Brush.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Brush method. Check if objects are equal type: docs weight: 30 url: /net/aspose.imaging/brush/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [Brush](../../brush) -* namespace [Aspose.Imaging](../../brush) +* class [Brush](../) +* namespace [Aspose.Imaging](../../brush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/gethashcode/_index.md index 1b82d9c37a22..0e40b36caa3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Brush.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Brush method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging/brush/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [Brush](../../brush) -* namespace [Aspose.Imaging](../../brush) +* class [Brush](../) +* namespace [Aspose.Imaging](../../brush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/opacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/opacity/_index.md index adcc70da13f6..f617723e7fa2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/brush/opacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/brush/opacity/_index.md @@ -1,7 +1,7 @@ --- -title: Opacity +title: Brush.Opacity second_title: Aspose.Imaging for .NET API Reference -description: +description: Brush property. Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible value of 1 means the brush is fully opaque type: docs weight: 10 url: /net/aspose.imaging/brush/opacity/ @@ -18,7 +18,7 @@ public float Opacity { get; set; } The brush opacity value. -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -84,8 +84,8 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Brush](../../brush) -* namespace [Aspose.Imaging](../../brush) +* class [Brush](../) +* namespace [Aspose.Imaging](../../brush/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/_index.md index f0a4b3fbb91e..9da5912dee9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/_index.md @@ -1,7 +1,7 @@ --- -title: BuildVersionInfo +title: Class BuildVersionInfo second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.BuildVersionInfo class. Contains the current build version information type: docs weight: 240 url: /net/aspose.imaging/buildversioninfo/ @@ -18,16 +18,16 @@ public static class BuildVersionInfo | Name | Description | | --- | --- | -| static readonly [AssemblyVersion](../../aspose.imaging/buildversioninfo/assemblyversion) | The assembly version. | -| static readonly [FileVersion](../../aspose.imaging/buildversioninfo/fileversion) | The file version. | -| static readonly [Product](../../aspose.imaging/buildversioninfo/product) | The product title. | -| static readonly [ProductMajor](../../aspose.imaging/buildversioninfo/productmajor) | The major product version. | -| static readonly [ProductMinor](../../aspose.imaging/buildversioninfo/productminor) | The minor product version. | -| static readonly [ReleaseDate](../../aspose.imaging/buildversioninfo/releasedate) | The product release date. | +| static readonly [AssemblyVersion](../../aspose.imaging/buildversioninfo/assemblyversion/) | The assembly version. | +| static readonly [FileVersion](../../aspose.imaging/buildversioninfo/fileversion/) | The file version. | +| static readonly [Product](../../aspose.imaging/buildversioninfo/product/) | The product title. | +| static readonly [ProductMajor](../../aspose.imaging/buildversioninfo/productmajor/) | The major product version. | +| static readonly [ProductMinor](../../aspose.imaging/buildversioninfo/productminor/) | The minor product version. | +| static readonly [ReleaseDate](../../aspose.imaging/buildversioninfo/releasedate/) | The product release date. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/assemblyversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/assemblyversion/_index.md index d474ad6ec5d6..5ef90678bd06 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/assemblyversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/assemblyversion/_index.md @@ -1,7 +1,7 @@ --- -title: AssemblyVersion +title: BuildVersionInfo.AssemblyVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: BuildVersionInfo field. The assembly version type: docs weight: 10 url: /net/aspose.imaging/buildversioninfo/assemblyversion/ @@ -16,8 +16,8 @@ public static readonly string AssemblyVersion; ### See Also -* class [BuildVersionInfo](../../buildversioninfo) -* namespace [Aspose.Imaging](../../buildversioninfo) +* class [BuildVersionInfo](../) +* namespace [Aspose.Imaging](../../buildversioninfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/fileversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/fileversion/_index.md index 0a5864f96250..e95189829009 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/fileversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/fileversion/_index.md @@ -1,7 +1,7 @@ --- -title: FileVersion +title: BuildVersionInfo.FileVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: BuildVersionInfo field. The file version type: docs weight: 20 url: /net/aspose.imaging/buildversioninfo/fileversion/ @@ -16,8 +16,8 @@ public static readonly string FileVersion; ### See Also -* class [BuildVersionInfo](../../buildversioninfo) -* namespace [Aspose.Imaging](../../buildversioninfo) +* class [BuildVersionInfo](../) +* namespace [Aspose.Imaging](../../buildversioninfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/product/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/product/_index.md index 7923fd43f06a..f5b61493069a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/product/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/product/_index.md @@ -1,7 +1,7 @@ --- -title: Product +title: BuildVersionInfo.Product second_title: Aspose.Imaging for .NET API Reference -description: +description: BuildVersionInfo field. The product title type: docs weight: 30 url: /net/aspose.imaging/buildversioninfo/product/ @@ -16,8 +16,8 @@ public static readonly string Product; ### See Also -* class [BuildVersionInfo](../../buildversioninfo) -* namespace [Aspose.Imaging](../../buildversioninfo) +* class [BuildVersionInfo](../) +* namespace [Aspose.Imaging](../../buildversioninfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/productmajor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/productmajor/_index.md index a72b8a206e8e..1468a11c0b65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/productmajor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/productmajor/_index.md @@ -1,7 +1,7 @@ --- -title: ProductMajor +title: BuildVersionInfo.ProductMajor second_title: Aspose.Imaging for .NET API Reference -description: +description: BuildVersionInfo field. The major product version type: docs weight: 40 url: /net/aspose.imaging/buildversioninfo/productmajor/ @@ -16,8 +16,8 @@ public static readonly int ProductMajor; ### See Also -* class [BuildVersionInfo](../../buildversioninfo) -* namespace [Aspose.Imaging](../../buildversioninfo) +* class [BuildVersionInfo](../) +* namespace [Aspose.Imaging](../../buildversioninfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/productminor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/productminor/_index.md index 70e2c258e602..26e8353235ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/productminor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/productminor/_index.md @@ -1,7 +1,7 @@ --- -title: ProductMinor +title: BuildVersionInfo.ProductMinor second_title: Aspose.Imaging for .NET API Reference -description: +description: BuildVersionInfo field. The minor product version type: docs weight: 50 url: /net/aspose.imaging/buildversioninfo/productminor/ @@ -16,8 +16,8 @@ public static readonly int ProductMinor; ### See Also -* class [BuildVersionInfo](../../buildversioninfo) -* namespace [Aspose.Imaging](../../buildversioninfo) +* class [BuildVersionInfo](../) +* namespace [Aspose.Imaging](../../buildversioninfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/releasedate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/releasedate/_index.md index d06b71aacba7..53536c216cce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/releasedate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/buildversioninfo/releasedate/_index.md @@ -1,7 +1,7 @@ --- -title: ReleaseDate +title: BuildVersionInfo.ReleaseDate second_title: Aspose.Imaging for .NET API Reference -description: +description: BuildVersionInfo field. The product release date type: docs weight: 60 url: /net/aspose.imaging/buildversioninfo/releasedate/ @@ -16,8 +16,8 @@ public static readonly DateTime ReleaseDate; ### See Also -* class [BuildVersionInfo](../../buildversioninfo) -* namespace [Aspose.Imaging](../../buildversioninfo) +* class [BuildVersionInfo](../) +* namespace [Aspose.Imaging](../../buildversioninfo/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/_index.md index 55a6ab42c821..1215e88015ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/_index.md @@ -1,7 +1,7 @@ --- -title: Cache +title: Class Cache second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Cache class. Contains cache settings type: docs weight: 250 url: /net/aspose.imaging/cache/ @@ -18,21 +18,21 @@ public static class Cache | Name | Description | | --- | --- | -| static [AllocatedDiskBytesCount](../../aspose.imaging/cache/allocateddiskbytescount) { get; } | Gets the allocated disk bytes count. | -| static [AllocatedMemoryBytesCount](../../aspose.imaging/cache/allocatedmemorybytescount) { get; } | Gets the allocated in-memory bytes count. | -| static [CacheFolder](../../aspose.imaging/cache/cachefolder) { get; set; } | Gets or sets the cache folder. | -| static [CacheType](../../aspose.imaging/cache/cachetype) { get; set; } | Gets or sets the cache scheme used. | -| static [ExactReallocateOnly](../../aspose.imaging/cache/exactreallocateonly) { get; set; } | Gets or sets a value indicating whether reallocation should be exact or not. If reallocation is non exact the performance should be higher. | -| static [MaxDiskSpaceForCache](../../aspose.imaging/cache/maxdiskspaceforcache) { get; set; } | Gets or sets the maximum available disk space for cache. The value specified is megabytes count. | -| static [MaxMemoryForCache](../../aspose.imaging/cache/maxmemoryforcache) { get; set; } | Gets or sets the maximum available memory for cache in memory. The value specified is megabytes count. | +| static [AllocatedDiskBytesCount](../../aspose.imaging/cache/allocateddiskbytescount/) { get; } | Gets the allocated disk bytes count. | +| static [AllocatedMemoryBytesCount](../../aspose.imaging/cache/allocatedmemorybytescount/) { get; } | Gets the allocated in-memory bytes count. | +| static [CacheFolder](../../aspose.imaging/cache/cachefolder/) { get; set; } | Gets or sets the cache folder. | +| static [CacheType](../../aspose.imaging/cache/cachetype/) { get; set; } | Gets or sets the cache scheme used. | +| static [ExactReallocateOnly](../../aspose.imaging/cache/exactreallocateonly/) { get; set; } | Gets or sets a value indicating whether reallocation should be exact or not. If reallocation is non exact the performance should be higher. | +| static [MaxDiskSpaceForCache](../../aspose.imaging/cache/maxdiskspaceforcache/) { get; set; } | Gets or sets the maximum available disk space for cache. The value specified is megabytes count. | +| static [MaxMemoryForCache](../../aspose.imaging/cache/maxmemoryforcache/) { get; set; } | Gets or sets the maximum available memory for cache in memory. The value specified is megabytes count. | ## Methods | Name | Description | | --- | --- | -| static [SetDefaults](../../aspose.imaging/cache/setdefaults)() | Sets the [`Cache`](../cache) settings to defaults. | +| static [SetDefaults](../../aspose.imaging/cache/setdefaults/)() | Sets the `Cache` settings to defaults. | -### Examples +## Examples This example demonstrates the use of Aspose.Imaging.Cache @@ -85,7 +85,7 @@ l2 = Aspose.Imaging.Cache.AllocatedMemoryBytesCount; ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/allocateddiskbytescount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/allocateddiskbytescount/_index.md index 4aa61cacb759..df21cb168457 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/allocateddiskbytescount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/allocateddiskbytescount/_index.md @@ -1,7 +1,7 @@ --- -title: AllocatedDiskBytesCount +title: Cache.AllocatedDiskBytesCount second_title: Aspose.Imaging for .NET API Reference -description: +description: Cache property. Gets the allocated disk bytes count type: docs weight: 10 url: /net/aspose.imaging/cache/allocateddiskbytescount/ @@ -18,7 +18,7 @@ public static long AllocatedDiskBytesCount { get; } The allocated disk bytes count. -### Examples +## Examples This example demonstrates the use of Aspose.Imaging.Cache @@ -71,8 +71,8 @@ l2 = Aspose.Imaging.Cache.AllocatedMemoryBytesCount; ### See Also -* class [Cache](../../cache) -* namespace [Aspose.Imaging](../../cache) +* class [Cache](../) +* namespace [Aspose.Imaging](../../cache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/allocatedmemorybytescount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/allocatedmemorybytescount/_index.md index 3f3dfdbf66ce..76f7d07e09ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/allocatedmemorybytescount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/allocatedmemorybytescount/_index.md @@ -1,7 +1,7 @@ --- -title: AllocatedMemoryBytesCount +title: Cache.AllocatedMemoryBytesCount second_title: Aspose.Imaging for .NET API Reference -description: +description: Cache property. Gets the allocated inmemory bytes count type: docs weight: 20 url: /net/aspose.imaging/cache/allocatedmemorybytescount/ @@ -18,7 +18,7 @@ public static long AllocatedMemoryBytesCount { get; } The allocated in-memory bytes count. -### Examples +## Examples This example demonstrates the use of Aspose.Imaging.Cache @@ -71,8 +71,8 @@ l2 = Aspose.Imaging.Cache.AllocatedMemoryBytesCount; ### See Also -* class [Cache](../../cache) -* namespace [Aspose.Imaging](../../cache) +* class [Cache](../) +* namespace [Aspose.Imaging](../../cache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/cachefolder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/cachefolder/_index.md index 190d33d00e9f..25cdb342febd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/cachefolder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/cachefolder/_index.md @@ -1,7 +1,7 @@ --- -title: CacheFolder +title: Cache.CacheFolder second_title: Aspose.Imaging for .NET API Reference -description: +description: Cache property. Gets or sets the cache folder type: docs weight: 30 url: /net/aspose.imaging/cache/cachefolder/ @@ -20,8 +20,8 @@ The cache folder. ### See Also -* class [Cache](../../cache) -* namespace [Aspose.Imaging](../../cache) +* class [Cache](../) +* namespace [Aspose.Imaging](../../cache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/cachetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/cachetype/_index.md index dc734a0f7674..54c2603dc4db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/cachetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/cachetype/_index.md @@ -1,7 +1,7 @@ --- -title: CacheType +title: Cache.CacheType second_title: Aspose.Imaging for .NET API Reference -description: +description: Cache property. Gets or sets the cache scheme used type: docs weight: 40 url: /net/aspose.imaging/cache/cachetype/ @@ -18,7 +18,7 @@ public static CacheType CacheType { get; set; } The cache scheme used. -### Examples +## Examples This example demonstrates the use of Aspose.Imaging.Cache @@ -71,9 +71,9 @@ l2 = Aspose.Imaging.Cache.AllocatedMemoryBytesCount; ### See Also -* enum [CacheType](../../cachetype) -* class [Cache](../../cache) -* namespace [Aspose.Imaging](../../cache) +* enum [CacheType](../../cachetype/) +* class [Cache](../) +* namespace [Aspose.Imaging](../../cache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/exactreallocateonly/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/exactreallocateonly/_index.md index f0ec2efb9399..cb0c176b0163 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/exactreallocateonly/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/exactreallocateonly/_index.md @@ -1,7 +1,7 @@ --- -title: ExactReallocateOnly +title: Cache.ExactReallocateOnly second_title: Aspose.Imaging for .NET API Reference -description: +description: Cache property. Gets or sets a value indicating whether reallocation should be exact or not. If reallocation is non exact the performance should be higher type: docs weight: 50 url: /net/aspose.imaging/cache/exactreallocateonly/ @@ -18,11 +18,11 @@ public static bool ExactReallocateOnly { get; set; } `true` if reallocation is exact; otherwise, `false`. -### Remarks +## Remarks The exact reallocation will perform reallocation of additional memory only up to the upper limit specified. When passing upper limit for in-memory during reallocation the cached data will be copied to disk if possible. When passing upper limit for disk memory during reallocation the appropriate exception is thrown. The performance should be higher if this option is turned off as no additional copying will be performed if possible, however this may also lead to pass upper limits specified for memory or disk. -### Examples +## Examples This example demonstrates the use of Aspose.Imaging.Cache @@ -75,8 +75,8 @@ l2 = Aspose.Imaging.Cache.AllocatedMemoryBytesCount; ### See Also -* class [Cache](../../cache) -* namespace [Aspose.Imaging](../../cache) +* class [Cache](../) +* namespace [Aspose.Imaging](../../cache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/maxdiskspaceforcache/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/maxdiskspaceforcache/_index.md index 704393c17d76..bb5465ebb6a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/maxdiskspaceforcache/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/maxdiskspaceforcache/_index.md @@ -1,7 +1,7 @@ --- -title: MaxDiskSpaceForCache +title: Cache.MaxDiskSpaceForCache second_title: Aspose.Imaging for .NET API Reference -description: +description: Cache property. Gets or sets the maximum available disk space for cache. The value specified is megabytes count type: docs weight: 60 url: /net/aspose.imaging/cache/maxdiskspaceforcache/ @@ -18,11 +18,11 @@ public static int MaxDiskSpaceForCache { get; set; } The maximum available disk space for cache. -### Remarks +## Remarks Value of 0 will consume all available memory and serves as no upper limit. -### Examples +## Examples This example demonstrates the use of Aspose.Imaging.Cache @@ -75,8 +75,8 @@ l2 = Aspose.Imaging.Cache.AllocatedMemoryBytesCount; ### See Also -* class [Cache](../../cache) -* namespace [Aspose.Imaging](../../cache) +* class [Cache](../) +* namespace [Aspose.Imaging](../../cache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/maxmemoryforcache/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/maxmemoryforcache/_index.md index ec2b44b42a1e..4808df4e6c8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/maxmemoryforcache/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/maxmemoryforcache/_index.md @@ -1,7 +1,7 @@ --- -title: MaxMemoryForCache +title: Cache.MaxMemoryForCache second_title: Aspose.Imaging for .NET API Reference -description: +description: Cache property. Gets or sets the maximum available memory for cache in memory. The value specified is megabytes count type: docs weight: 70 url: /net/aspose.imaging/cache/maxmemoryforcache/ @@ -18,11 +18,11 @@ public static int MaxMemoryForCache { get; set; } The maximum memory for cache. -### Remarks +## Remarks Value of 0 will consume all available memory and serves as no upper limit. -### Examples +## Examples This example demonstrates the use of Aspose.Imaging.Cache @@ -75,8 +75,8 @@ l2 = Aspose.Imaging.Cache.AllocatedMemoryBytesCount; ### See Also -* class [Cache](../../cache) -* namespace [Aspose.Imaging](../../cache) +* class [Cache](../) +* namespace [Aspose.Imaging](../../cache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/setdefaults/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/setdefaults/_index.md index 8ec6b39160fc..9fb0da8f74e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cache/setdefaults/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cache/setdefaults/_index.md @@ -1,14 +1,14 @@ --- -title: SetDefaults +title: Cache.SetDefaults second_title: Aspose.Imaging for .NET API Reference -description: +description: Cache method. Sets the Cache settings to defaults type: docs weight: 80 url: /net/aspose.imaging/cache/setdefaults/ --- ## Cache.SetDefaults method -Sets the [`Cache`](../../cache) settings to defaults. +Sets the [`Cache`](../) settings to defaults. ```csharp public static void SetDefaults() @@ -16,8 +16,8 @@ public static void SetDefaults() ### See Also -* class [Cache](../../cache) -* namespace [Aspose.Imaging](../../cache) +* class [Cache](../) +* namespace [Aspose.Imaging](../../cache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cachetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cachetype/_index.md index 0a3e28eb4d50..10109e5020aa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cachetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cachetype/_index.md @@ -1,7 +1,7 @@ --- -title: CacheType +title: Enum CacheType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CacheType enum. Specifies the cache type to use type: docs weight: 260 url: /net/aspose.imaging/cachetype/ @@ -24,7 +24,7 @@ public enum CacheType ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/characterset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/characterset/_index.md index 6b6c8928446d..d5f5b4608a7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/characterset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/characterset/_index.md @@ -1,7 +1,7 @@ --- -title: CharacterSet +title: Enum CharacterSet second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CharacterSet enum. Represents the character set used type: docs weight: 270 url: /net/aspose.imaging/characterset/ @@ -41,7 +41,7 @@ public enum CharacterSet ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/_index.md index d7afbb901e51..514b05000864 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/_index.md @@ -1,7 +1,7 @@ --- -title: CmykColor +title: Struct CmykColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CmykColor struct. The CMYK color of pixel type: docs weight: 280 url: /net/aspose.imaging/cmykcolor/ @@ -18,24 +18,24 @@ public struct CmykColor | Name | Description | | --- | --- | -| static [Empty](../../aspose.imaging/cmykcolor/empty) { get; } | Gets the empty. | -| [C](../../aspose.imaging/cmykcolor/c) { get; } | Gets the cyan component value of this [`Color`](../color) structure. | -| [IsEmpty](../../aspose.imaging/cmykcolor/isempty) { get; } | Gets a value indicating whether this [`Color`](../color) structure is uninitialized. | -| [K](../../aspose.imaging/cmykcolor/k) { get; } | Gets the black component value of this [`Color`](../color) structure. | -| [M](../../aspose.imaging/cmykcolor/m) { get; } | Gets the magenta component value of this [`Color`](../color) structure. | -| [Y](../../aspose.imaging/cmykcolor/y) { get; } | Gets the yellow component value of this [`Color`](../color) structure. | +| static [Empty](../../aspose.imaging/cmykcolor/empty/) { get; } | Gets the empty. | +| [C](../../aspose.imaging/cmykcolor/c/) { get; } | Gets the cyan component value of this [`Color`](../color/) structure. | +| [IsEmpty](../../aspose.imaging/cmykcolor/isempty/) { get; } | Gets a value indicating whether this [`Color`](../color/) structure is uninitialized. | +| [K](../../aspose.imaging/cmykcolor/k/) { get; } | Gets the black component value of this [`Color`](../color/) structure. | +| [M](../../aspose.imaging/cmykcolor/m/) { get; } | Gets the magenta component value of this [`Color`](../color/) structure. | +| [Y](../../aspose.imaging/cmykcolor/y/) { get; } | Gets the yellow component value of this [`Color`](../color/) structure. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/cmykcolor/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| override [GetHashCode](../../aspose.imaging/cmykcolor/gethashcode)() | The get hash code. | -| [ToValue](../../aspose.imaging/cmykcolor/tovalue)() | The to value. | +| override [Equals](../../aspose.imaging/cmykcolor/equals/)(object) | Determines whether the specified Object, is equal to this instance. | +| override [GetHashCode](../../aspose.imaging/cmykcolor/gethashcode/)() | The get hash code. | +| [ToValue](../../aspose.imaging/cmykcolor/tovalue/)() | The to value. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/c/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/c/_index.md index e66befc23416..e67b685c3498 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/c/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/c/_index.md @@ -1,14 +1,14 @@ --- -title: C +title: CmykColor.C second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor property. Gets the cyan component value of this Color structure type: docs weight: 20 url: /net/aspose.imaging/cmykcolor/c/ --- ## CmykColor.C property -Gets the cyan component value of this [`Color`](../../color) structure. +Gets the cyan component value of this [`Color`](../../color/) structure. ```csharp public byte C { get; } @@ -16,12 +16,12 @@ public byte C { get; } ### Property Value -The cyan component value of this [`Color`](../../color). +The cyan component value of this [`Color`](../../color/). ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/empty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/empty/_index.md index ae7b8d49d361..4d5aae4182d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/empty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/empty/_index.md @@ -1,7 +1,7 @@ --- -title: Empty +title: CmykColor.Empty second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor property. Gets the empty type: docs weight: 10 url: /net/aspose.imaging/cmykcolor/empty/ @@ -16,8 +16,8 @@ public static CmykColor Empty { get; } ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/equals/_index.md index 7e3d236f8698..335dea7bd9a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CmykColor.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor method. Determines whether the specified Object is equal to this instance type: docs weight: 70 url: /net/aspose.imaging/cmykcolor/equals/ @@ -24,8 +24,8 @@ public override bool Equals(object obj) ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/gethashcode/_index.md index a0c4727f9d7f..b34d390f5cd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CmykColor.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor method. The get hash code type: docs weight: 80 url: /net/aspose.imaging/cmykcolor/gethashcode/ @@ -20,8 +20,8 @@ The Int32. ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/isempty/_index.md index 5abbddaf4bb2..f028113a6f80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: CmykColor.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor property. Gets a value indicating whether this Color structure is uninitialized type: docs weight: 30 url: /net/aspose.imaging/cmykcolor/isempty/ --- ## CmykColor.IsEmpty property -Gets a value indicating whether this [`Color`](../../color) structure is uninitialized. +Gets a value indicating whether this [`Color`](../../color/) structure is uninitialized. ```csharp public bool IsEmpty { get; } @@ -20,8 +20,8 @@ This property returns true if this color is uninitialized; otherwise, false. ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/k/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/k/_index.md index e228d7ea5870..82e3a24f33bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/k/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/k/_index.md @@ -1,14 +1,14 @@ --- -title: K +title: CmykColor.K second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor property. Gets the black component value of this Color structure type: docs weight: 40 url: /net/aspose.imaging/cmykcolor/k/ --- ## CmykColor.K property -Gets the black component value of this [`Color`](../../color) structure. +Gets the black component value of this [`Color`](../../color/) structure. ```csharp public byte K { get; } @@ -16,12 +16,12 @@ public byte K { get; } ### Property Value -The black component value of this [`Color`](../../color). +The black component value of this [`Color`](../../color/). ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/m/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/m/_index.md index 5f7c54f2a203..8740be9f2c06 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/m/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/m/_index.md @@ -1,14 +1,14 @@ --- -title: M +title: CmykColor.M second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor property. Gets the magenta component value of this Color structure type: docs weight: 50 url: /net/aspose.imaging/cmykcolor/m/ --- ## CmykColor.M property -Gets the magenta component value of this [`Color`](../../color) structure. +Gets the magenta component value of this [`Color`](../../color/) structure. ```csharp public byte M { get; } @@ -16,12 +16,12 @@ public byte M { get; } ### Property Value -The magenta component value of this [`Color`](../../color). +The magenta component value of this [`Color`](../../color/). ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/tovalue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/tovalue/_index.md index 85cebb6f613f..90315cee63cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/tovalue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/tovalue/_index.md @@ -1,7 +1,7 @@ --- -title: ToValue +title: CmykColor.ToValue second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor method. The to value type: docs weight: 90 url: /net/aspose.imaging/cmykcolor/tovalue/ @@ -20,8 +20,8 @@ The long CMYK value. ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/y/_index.md index f02473aae2db..18e908115174 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolor/y/_index.md @@ -1,14 +1,14 @@ --- -title: Y +title: CmykColor.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColor property. Gets the yellow component value of this Color structure type: docs weight: 60 url: /net/aspose.imaging/cmykcolor/y/ --- ## CmykColor.Y property -Gets the yellow component value of this [`Color`](../../color) structure. +Gets the yellow component value of this [`Color`](../../color/) structure. ```csharp public byte Y { get; } @@ -16,12 +16,12 @@ public byte Y { get; } ### Property Value -The yellow component value of this [`Color`](../../color). +The yellow component value of this [`Color`](../../color/). ### See Also -* struct [CmykColor](../../cmykcolor) -* namespace [Aspose.Imaging](../../cmykcolor) +* struct [CmykColor](../) +* namespace [Aspose.Imaging](../../cmykcolor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/_index.md index a3c37510a971..60d7dbf70e10 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/_index.md @@ -1,14 +1,14 @@ --- -title: CmykColorHelper +title: Class CmykColorHelper second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CmykColorHelper class. Helper methods to work with CMYK color presented as a signed 32bit integer value. Provides the similar API as the CmykColor struct. Its more lightweight because CMYK color is presented just as Int32 rather than structure with internal fields. Please prefer to use static methods of this class when possible instead of the deprecated CmykColor struct type: docs weight: 290 url: /net/aspose.imaging/cmykcolorhelper/ --- ## CmykColorHelper class -Helper methods to work with CMYK color presented as a signed 32-bit integer value. Provides the similar API as the [`CmykColor`](../cmykcolor) struct. It's more lightweight because CMYK color is presented just as Int32 rather than structure with internal fields. Please prefer to use static methods of this class when possible instead of the deprecated [`CmykColor`](../cmykcolor) struct. +Helper methods to work with CMYK color presented as a signed 32-bit integer value. Provides the similar API as the [`CmykColor`](../cmykcolor/) struct. It's more lightweight because CMYK color is presented just as Int32 rather than structure with internal fields. Please prefer to use static methods of this class when possible instead of the deprecated [`CmykColor`](../cmykcolor/) struct. ```csharp public static class CmykColorHelper @@ -18,42 +18,42 @@ public static class CmykColorHelper | Name | Description | | --- | --- | -| static [FromComponents](../../aspose.imaging/cmykcolorhelper/fromcomponents)(int, int, int, int) | Creates CMYK from a 32-bit cyan, magenta, yellow and black values. | -| static [GetC](../../aspose.imaging/cmykcolorhelper/getc)(int) | Gets the cyan component value. | -| static [GetK](../../aspose.imaging/cmykcolorhelper/getk)(int) | Gets the black component value. | -| static [GetM](../../aspose.imaging/cmykcolorhelper/getm)(int) | Gets the magenta component value. | -| static [GetY](../../aspose.imaging/cmykcolorhelper/gety)(int) | Gets the yellow component value. | -| static [ToArgb](../../aspose.imaging/cmykcolorhelper/toargb)(int) | The conversion from CMYK color to ARGB color. | -| static [ToArgb](../../aspose.imaging/cmykcolorhelper/toargb)(int[]) | The conversion from CMYK colors to ARGB colors. | -| static [ToArgb32](../../aspose.imaging/cmykcolorhelper/toargb32)(int[]) | The conversion from CMYK colors to ARGB colors. | -| static [ToArgbIcc](../../aspose.imaging/cmykcolorhelper/toargbicc)(int) | The conversion from CMYK color to ARGB Color using Icc conversion with default profiles. | -| static [ToArgbIcc](../../aspose.imaging/cmykcolorhelper/toargbicc)(int[]) | The conversion from CMYK colors to ARGB colors using Icc conversion with default profiles. | -| static [ToArgbIcc](../../aspose.imaging/cmykcolorhelper/toargbicc)(int, Stream, Stream) | The conversion from CMYK color to ARGB color using Icc conversion with custom profile. | -| static [ToArgbIcc](../../aspose.imaging/cmykcolorhelper/toargbicc)(int[], Stream, Stream) | The conversion from CMYK colors to ARGB colors using Icc conversion with custom profiles. | -| static [ToCmyk](../../aspose.imaging/cmykcolorhelper/tocmyk)(Color) | The conversion from ARGB color to CMYK color. | -| static [ToCmyk](../../aspose.imaging/cmykcolorhelper/tocmyk)(Color[]) | The conversion from ARGB colors to CMYK colors. | -| static [ToCmyk](../../aspose.imaging/cmykcolorhelper/tocmyk)(int) | The conversion from ARGB color to CMYK color. | -| static [ToCmyk](../../aspose.imaging/cmykcolorhelper/tocmyk)(int[]) | The conversion from ARGB colors to CMYK colors. | -| static [ToCmykaBytes](../../aspose.imaging/cmykcolorhelper/tocmykabytes)(int[], int, int) | Converts ARGB to CMYKA (with transparency). | -| static [ToCmykaIccBytes](../../aspose.imaging/cmykcolorhelper/tocmykaiccbytes)(int[], int, int, Stream, Stream) | Converts RGB to CMYKA (with alpha) using custom ICC profiles. | -| static [ToCmykBytes](../../aspose.imaging/cmykcolorhelper/tocmykbytes)(int[], int, int) | Converts ARGB to CMYK. | -| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc)(Color) | The conversion from ARGB color to CMYK color using Icc conversion with default profiles. | -| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc)(Color[]) | The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. | -| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc)(int) | The conversion from ARGB color to CMYK color using Icc conversion with default profiles. | -| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc)(int[]) | The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. | -| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc)(Color, Stream, Stream) | The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. | -| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc)(Color[], Stream, Stream) | The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. | -| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc)(int, Stream, Stream) | The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. | -| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc)(int[], Stream, Stream) | The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. | -| static [ToCmykIccBytes](../../aspose.imaging/cmykcolorhelper/tocmykiccbytes)(int[], int, int, Stream, Stream) | Converts RGB to CMYK using custom ICC profiles. | -| static [ToPsdCmykIcc](../../aspose.imaging/cmykcolorhelper/topsdcmykicc)(int) | The conversion from ARGB color to CMYK color using Icc conversion with default profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. | -| static [ToPsdCmykIcc](../../aspose.imaging/cmykcolorhelper/topsdcmykicc)(int[]) | The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. | -| static [ToPsdCmykIcc](../../aspose.imaging/cmykcolorhelper/topsdcmykicc)(int, Stream, Stream) | The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. | -| static [ToPsdCmykIcc](../../aspose.imaging/cmykcolorhelper/topsdcmykicc)(int[], Stream, Stream) | The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. | +| static [FromComponents](../../aspose.imaging/cmykcolorhelper/fromcomponents/)(int, int, int, int) | Creates CMYK from a 32-bit cyan, magenta, yellow and black values. | +| static [GetC](../../aspose.imaging/cmykcolorhelper/getc/)(int) | Gets the cyan component value. | +| static [GetK](../../aspose.imaging/cmykcolorhelper/getk/)(int) | Gets the black component value. | +| static [GetM](../../aspose.imaging/cmykcolorhelper/getm/)(int) | Gets the magenta component value. | +| static [GetY](../../aspose.imaging/cmykcolorhelper/gety/)(int) | Gets the yellow component value. | +| static [ToArgb](../../aspose.imaging/cmykcolorhelper/toargb/#toargb)(int) | The conversion from CMYK color to ARGB color. | +| static [ToArgb](../../aspose.imaging/cmykcolorhelper/toargb/#toargb_1)(int[]) | The conversion from CMYK colors to ARGB colors. | +| static [ToArgb32](../../aspose.imaging/cmykcolorhelper/toargb32/)(int[]) | The conversion from CMYK colors to ARGB colors. | +| static [ToArgbIcc](../../aspose.imaging/cmykcolorhelper/toargbicc/#toargbicc)(int) | The conversion from CMYK color to ARGB Color using Icc conversion with default profiles. | +| static [ToArgbIcc](../../aspose.imaging/cmykcolorhelper/toargbicc/#toargbicc_2)(int[]) | The conversion from CMYK colors to ARGB colors using Icc conversion with default profiles. | +| static [ToArgbIcc](../../aspose.imaging/cmykcolorhelper/toargbicc/#toargbicc_1)(int, Stream, Stream) | The conversion from CMYK color to ARGB color using Icc conversion with custom profile. | +| static [ToArgbIcc](../../aspose.imaging/cmykcolorhelper/toargbicc/#toargbicc_3)(int[], Stream, Stream) | The conversion from CMYK colors to ARGB colors using Icc conversion with custom profiles. | +| static [ToCmyk](../../aspose.imaging/cmykcolorhelper/tocmyk/#tocmyk)(Color) | The conversion from ARGB color to CMYK color. | +| static [ToCmyk](../../aspose.imaging/cmykcolorhelper/tocmyk/#tocmyk_2)(Color[]) | The conversion from ARGB colors to CMYK colors. | +| static [ToCmyk](../../aspose.imaging/cmykcolorhelper/tocmyk/#tocmyk_1)(int) | The conversion from ARGB color to CMYK color. | +| static [ToCmyk](../../aspose.imaging/cmykcolorhelper/tocmyk/#tocmyk_3)(int[]) | The conversion from ARGB colors to CMYK colors. | +| static [ToCmykaBytes](../../aspose.imaging/cmykcolorhelper/tocmykabytes/)(int[], int, int) | Converts ARGB to CMYKA (with transparency). | +| static [ToCmykaIccBytes](../../aspose.imaging/cmykcolorhelper/tocmykaiccbytes/)(int[], int, int, Stream, Stream) | Converts RGB to CMYKA (with alpha) using custom ICC profiles. | +| static [ToCmykBytes](../../aspose.imaging/cmykcolorhelper/tocmykbytes/)(int[], int, int) | Converts ARGB to CMYK. | +| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc/#tocmykicc)(Color) | The conversion from ARGB color to CMYK color using Icc conversion with default profiles. | +| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc/#tocmykicc_4)(Color[]) | The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. | +| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc/#tocmykicc_2)(int) | The conversion from ARGB color to CMYK color using Icc conversion with default profiles. | +| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc/#tocmykicc_6)(int[]) | The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. | +| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc/#tocmykicc_1)(Color, Stream, Stream) | The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. | +| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc/#tocmykicc_5)(Color[], Stream, Stream) | The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. | +| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc/#tocmykicc_3)(int, Stream, Stream) | The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. | +| static [ToCmykIcc](../../aspose.imaging/cmykcolorhelper/tocmykicc/#tocmykicc_7)(int[], Stream, Stream) | The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. | +| static [ToCmykIccBytes](../../aspose.imaging/cmykcolorhelper/tocmykiccbytes/)(int[], int, int, Stream, Stream) | Converts RGB to CMYK using custom ICC profiles. | +| static [ToPsdCmykIcc](../../aspose.imaging/cmykcolorhelper/topsdcmykicc/#topsdcmykicc)(int) | The conversion from ARGB color to CMYK color using Icc conversion with default profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. | +| static [ToPsdCmykIcc](../../aspose.imaging/cmykcolorhelper/topsdcmykicc/#topsdcmykicc_2)(int[]) | The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. | +| static [ToPsdCmykIcc](../../aspose.imaging/cmykcolorhelper/topsdcmykicc/#topsdcmykicc_1)(int, Stream, Stream) | The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. | +| static [ToPsdCmykIcc](../../aspose.imaging/cmykcolorhelper/topsdcmykicc/#topsdcmykicc_3)(int[], Stream, Stream) | The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/fromcomponents/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/fromcomponents/_index.md index 951b72fe8f49..fab02caa9ca2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/fromcomponents/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/fromcomponents/_index.md @@ -1,7 +1,7 @@ --- -title: FromComponents +title: CmykColorHelper.FromComponents second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Creates CMYK from a 32bit cyan magenta yellow and black values type: docs weight: 10 url: /net/aspose.imaging/cmykcolorhelper/fromcomponents/ @@ -25,7 +25,7 @@ public static int FromComponents(int cyan, int magenta, int yellow, int black) The CMYK color presented as a 32-bit integer value. -### Examples +## Examples The following example shows how to convert CMYK colors to their RGB counterparts in a fast manner following straightforward formulas without using ICC profiles. @@ -62,8 +62,8 @@ foreach (int cmykColor in cmykColors) ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getc/_index.md index fa7b0c7103ea..5dc7834f92ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getc/_index.md @@ -1,7 +1,7 @@ --- -title: GetC +title: CmykColorHelper.GetC second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Gets the cyan component value type: docs weight: 20 url: /net/aspose.imaging/cmykcolorhelper/getc/ @@ -22,7 +22,7 @@ public static int GetC(int cmyk) The cyan component value. -### Examples +## Examples The following example shows how to convert RGB colors to their CMYK counterparts without applying ICC profiles. @@ -90,8 +90,8 @@ foreach (int cmykColor in cmykColors) ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getk/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getk/_index.md index 2a41b8b3038e..fd7e1c5ded86 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getk/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getk/_index.md @@ -1,7 +1,7 @@ --- -title: GetK +title: CmykColorHelper.GetK second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Gets the black component value type: docs weight: 30 url: /net/aspose.imaging/cmykcolorhelper/getk/ @@ -22,7 +22,7 @@ public static int GetK(int cmyk) The black component value. -### Examples +## Examples The following example shows how to convert RGB colors to their CMYK counterparts without applying ICC profiles. @@ -90,8 +90,8 @@ foreach (int cmykColor in cmykColors) ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getm/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getm/_index.md index b187a52bf1a8..bafe737d6b41 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getm/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/getm/_index.md @@ -1,7 +1,7 @@ --- -title: GetM +title: CmykColorHelper.GetM second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Gets the magenta component value type: docs weight: 40 url: /net/aspose.imaging/cmykcolorhelper/getm/ @@ -22,7 +22,7 @@ public static int GetM(int cmyk) The magenta component value. -### Examples +## Examples The following example shows how to convert RGB colors to their CMYK counterparts without applying ICC profiles. @@ -90,8 +90,8 @@ foreach (int cmykColor in cmykColors) ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/gety/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/gety/_index.md index a6f18a8b82c5..caa401b081d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/gety/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/gety/_index.md @@ -1,7 +1,7 @@ --- -title: GetY +title: CmykColorHelper.GetY second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Gets the yellow component value type: docs weight: 50 url: /net/aspose.imaging/cmykcolorhelper/gety/ @@ -22,7 +22,7 @@ public static int GetY(int cmyk) The yellow component value. -### Examples +## Examples The following example shows how to convert RGB colors to their CMYK counterparts without applying ICC profiles. @@ -90,8 +90,8 @@ foreach (int cmykColor in cmykColors) ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargb/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargb/_index.md index 1825680cc501..84f8202c8ed6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargb/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargb/_index.md @@ -1,12 +1,12 @@ --- -title: ToArgb +title: CmykColorHelper.ToArgb second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. The conversion from CMYK colors to ARGB colors type: docs weight: 60 url: /net/aspose.imaging/cmykcolorhelper/toargb/ --- -## CmykColorHelper.ToArgb method (1 of 2) +## ToArgb(int[]) {#toargb_1} The conversion from CMYK colors to ARGB colors. @@ -24,14 +24,14 @@ The ARGB colors. ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToArgb method (2 of 2) +## ToArgb(int) {#toargb} The conversion from CMYK color to ARGB color. @@ -47,7 +47,7 @@ public static Color ToArgb(int cmykPixel) The ARGB color. -### Examples +## Examples The following example shows how to convert CMYK colors to their RGB counterparts in a fast manner following straightforward formulas without using ICC profiles. @@ -84,9 +84,9 @@ foreach (int cmykColor in cmykColors) ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargb32/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargb32/_index.md index 37da650f6c4e..691e7fa61dc6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargb32/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargb32/_index.md @@ -1,7 +1,7 @@ --- -title: ToArgb32 +title: CmykColorHelper.ToArgb32 second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. The conversion from CMYK colors to ARGB colors type: docs weight: 70 url: /net/aspose.imaging/cmykcolorhelper/toargb32/ @@ -24,8 +24,8 @@ The ARGB colors presented as 32-bit integer values. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargbicc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargbicc/_index.md index cbec7da495a8..215ea3831d36 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargbicc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/toargbicc/_index.md @@ -1,12 +1,12 @@ --- -title: ToArgbIcc +title: CmykColorHelper.ToArgbIcc second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. The conversion from CMYK colors to ARGB colors using Icc conversion with default profiles type: docs weight: 80 url: /net/aspose.imaging/cmykcolorhelper/toargbicc/ --- -## CmykColorHelper.ToArgbIcc method (1 of 4) +## ToArgbIcc(int[]) {#toargbicc_2} The conversion from CMYK colors to ARGB colors using Icc conversion with default profiles. @@ -24,14 +24,14 @@ The ARGB colors. ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToArgbIcc method (2 of 4) +## ToArgbIcc(int[], Stream, Stream) {#toargbicc_3} The conversion from CMYK colors to ARGB colors using Icc conversion with custom profiles. @@ -51,14 +51,14 @@ The ARGB colors. ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToArgbIcc method (3 of 4) +## ToArgbIcc(int) {#toargbicc} The conversion from CMYK color to ARGB Color using Icc conversion with default profiles. @@ -74,7 +74,7 @@ public static Color ToArgbIcc(int cmykPixel) The ARGB color. -### Examples +## Examples The following example shows how to convert CMYK colors to their RGB counterparts using ICC profiles. @@ -135,14 +135,14 @@ using (System.IO.Stream cmykProfileStream = System.IO.File.OpenRead(dir + "ISOco ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToArgbIcc method (4 of 4) +## ToArgbIcc(int, Stream, Stream) {#toargbicc_1} The conversion from CMYK color to ARGB color using Icc conversion with custom profile. @@ -160,7 +160,7 @@ public static Color ToArgbIcc(int cmykPixel, Stream cmykIccStream, Stream rgbIcc The ARGB color. -### Examples +## Examples The following example shows how to convert CMYK colors to their RGB counterparts using ICC profiles. @@ -221,9 +221,9 @@ using (System.IO.Stream cmykProfileStream = System.IO.File.OpenRead(dir + "ISOco ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmyk/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmyk/_index.md index d94020812a6c..f04ac7b1d75e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmyk/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmyk/_index.md @@ -1,12 +1,12 @@ --- -title: ToCmyk +title: CmykColorHelper.ToCmyk second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. The conversion from ARGB colors to CMYK colors type: docs weight: 90 url: /net/aspose.imaging/cmykcolorhelper/tocmyk/ --- -## CmykColorHelper.ToCmyk method (1 of 4) +## ToCmyk(int[]) {#tocmyk_3} The conversion from ARGB colors to CMYK colors. @@ -24,13 +24,13 @@ The CMYK colors presented as 32-bit integer values. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmyk method (2 of 4) +## ToCmyk(int) {#tocmyk_1} The conversion from ARGB color to CMYK color. @@ -48,13 +48,13 @@ The CMYK color presented as a 32-bit integer value. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmyk method (3 of 4) +## ToCmyk(Color) {#tocmyk} The conversion from ARGB color to CMYK color. @@ -70,7 +70,7 @@ public static int ToCmyk(Color pixel) The CMYK color presented as a 32-bit integer value. -### Examples +## Examples The following example fills the central area of a raster image with black pixels using the Aspose.Imaging.RasterImage.SaveCmyk32Pixels method. @@ -134,14 +134,14 @@ foreach (Aspose.Imaging.Color rgbColor in rgbColors) ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmyk method (4 of 4) +## ToCmyk(Color[]) {#tocmyk_2} The conversion from ARGB colors to CMYK colors. @@ -159,9 +159,9 @@ The CMYK colors presented as 32-bit integer values. ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykabytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykabytes/_index.md index ade0bd4ca1e2..ee90fb15dbcd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykabytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykabytes/_index.md @@ -1,7 +1,7 @@ --- -title: ToCmykaBytes +title: CmykColorHelper.ToCmykaBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Converts ARGB to CMYKA with transparency type: docs weight: 100 url: /net/aspose.imaging/cmykcolorhelper/tocmykabytes/ @@ -26,8 +26,8 @@ The CMYK colors presented as a byte array. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykaiccbytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykaiccbytes/_index.md index 36dfb7310586..21986ce88d97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykaiccbytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykaiccbytes/_index.md @@ -1,7 +1,7 @@ --- -title: ToCmykaIccBytes +title: CmykColorHelper.ToCmykaIccBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Converts RGB to CMYKA with alpha using custom ICC profiles type: docs weight: 110 url: /net/aspose.imaging/cmykcolorhelper/tocmykaiccbytes/ @@ -29,8 +29,8 @@ The CMYK colors presented as a byte array. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykbytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykbytes/_index.md index fa26618eb8fe..39ca856c5ca2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykbytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykbytes/_index.md @@ -1,7 +1,7 @@ --- -title: ToCmykBytes +title: CmykColorHelper.ToCmykBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Converts ARGB to CMYK type: docs weight: 120 url: /net/aspose.imaging/cmykcolorhelper/tocmykbytes/ @@ -26,8 +26,8 @@ The CMYK colors presented as a byte array. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykicc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykicc/_index.md index 20a9322f5c17..22b077150d44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykicc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykicc/_index.md @@ -1,12 +1,12 @@ --- -title: ToCmykIcc +title: CmykColorHelper.ToCmykIcc second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles type: docs weight: 130 url: /net/aspose.imaging/cmykcolorhelper/tocmykicc/ --- -## CmykColorHelper.ToCmykIcc method (1 of 8) +## ToCmykIcc(Color[], Stream, Stream) {#tocmykicc_5} The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. @@ -26,14 +26,14 @@ The CMYK colors presented as 32-bit integer values. ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmykIcc method (2 of 8) +## ToCmykIcc(int[], Stream, Stream) {#tocmykicc_7} The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. @@ -53,13 +53,13 @@ The CMYK colors presented as 32-bit integer values. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmykIcc method (3 of 8) +## ToCmykIcc(Color[]) {#tocmykicc_4} The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. @@ -77,14 +77,14 @@ The CMYK colors presented as 32-bit integer values. ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmykIcc method (4 of 8) +## ToCmykIcc(int[]) {#tocmykicc_6} The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. @@ -102,13 +102,13 @@ The CMYK colors presented as 32-bit integer values. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmykIcc method (5 of 8) +## ToCmykIcc(Color) {#tocmykicc} The conversion from ARGB color to CMYK color using Icc conversion with default profiles. @@ -124,7 +124,7 @@ public static int ToCmykIcc(Color pixel) The CMYK color presented as a 32-bit integer value. -### Examples +## Examples The following example shows how to convert RGB colors to their CMYK counterparts using ICC profiles. @@ -182,14 +182,14 @@ using (System.IO.Stream cmykProfileStream = System.IO.File.OpenRead(dir + "ISOco ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmykIcc method (6 of 8) +## ToCmykIcc(int) {#tocmykicc_2} The conversion from ARGB color to CMYK color using Icc conversion with default profiles. @@ -207,13 +207,13 @@ The CMYK color presented as a 32-bit integer value. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmykIcc method (7 of 8) +## ToCmykIcc(Color, Stream, Stream) {#tocmykicc_1} The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. @@ -231,7 +231,7 @@ public static int ToCmykIcc(Color pixel, Stream rgbIccStream, Stream cmykIccStre The CMYK color presented as a 32-bit integer value. -### Examples +## Examples The following example shows how to convert RGB colors to their CMYK counterparts using ICC profiles. @@ -289,14 +289,14 @@ using (System.IO.Stream cmykProfileStream = System.IO.File.OpenRead(dir + "ISOco ### See Also -* struct [Color](../../color) -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* struct [Color](../../color/) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToCmykIcc method (8 of 8) +## ToCmykIcc(int, Stream, Stream) {#tocmykicc_3} The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. @@ -316,8 +316,8 @@ The CMYK color presented as a 32-bit integer value. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykiccbytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykiccbytes/_index.md index 2578507fdf91..498c2b6e2572 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykiccbytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/tocmykiccbytes/_index.md @@ -1,7 +1,7 @@ --- -title: ToCmykIccBytes +title: CmykColorHelper.ToCmykIccBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. Converts RGB to CMYK using custom ICC profiles type: docs weight: 140 url: /net/aspose.imaging/cmykcolorhelper/tocmykiccbytes/ @@ -29,8 +29,8 @@ The CMYK colors presented as a byte array. ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/topsdcmykicc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/topsdcmykicc/_index.md index b7cb73857630..3aea94997aa0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/topsdcmykicc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/cmykcolorhelper/topsdcmykicc/_index.md @@ -1,12 +1,12 @@ --- -title: ToPsdCmykIcc +title: CmykColorHelper.ToPsdCmykIcc second_title: Aspose.Imaging for .NET API Reference -description: +description: CmykColorHelper method. The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. Uses PSD CMYK format KCMY byte order with inverted channel values type: docs weight: 150 url: /net/aspose.imaging/cmykcolorhelper/topsdcmykicc/ --- -## CmykColorHelper.ToPsdCmykIcc method (1 of 4) +## ToPsdCmykIcc(int[], Stream, Stream) {#topsdcmykicc_3} The conversion from ARGB colors to CMYK colors using Icc conversion with custom profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. @@ -26,13 +26,13 @@ The CMYK colors presented as 32-bit integer values in KCMY byte order with inver ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToPsdCmykIcc method (2 of 4) +## ToPsdCmykIcc(int[]) {#topsdcmykicc_2} The conversion from ARGB colors to CMYK colors using Icc conversion with default profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. @@ -50,13 +50,13 @@ The CMYK colors presented as 32-bit integer values in KCMY byte order with inver ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToPsdCmykIcc method (3 of 4) +## ToPsdCmykIcc(int) {#topsdcmykicc} The conversion from ARGB color to CMYK color using Icc conversion with default profiles. Uses PSD CMYK format KCMY byte order with inverted channel values. @@ -74,13 +74,13 @@ The CMYK color presented as a 32-bit integer value in KCMY byte order with inver ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) --- -## CmykColorHelper.ToPsdCmykIcc method (4 of 4) +## ToPsdCmykIcc(int, Stream, Stream) {#topsdcmykicc_1} The conversion from ARGB color to CMYK color using Icc conversion with custom profiles. @@ -100,8 +100,8 @@ The CMYK colors presented as 32-bit integer values in KCMY byte order with inver ### See Also -* class [CmykColorHelper](../../cmykcolorhelper) -* namespace [Aspose.Imaging](../../cmykcolorhelper) +* class [CmykColorHelper](../) +* namespace [Aspose.Imaging](../../cmykcolorhelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/_index.md index 2112c2eef419..d1ad98b77010 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/_index.md @@ -1,7 +1,7 @@ --- -title: Color +title: Struct Color second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Color struct. The color of the pixel type: docs weight: 300 url: /net/aspose.imaging/color/ @@ -18,182 +18,182 @@ public struct Color | Name | Description | | --- | --- | -| static [AliceBlue](../../aspose.imaging/color/aliceblue) { get; } | Gets a system-defined color. | -| static [AntiqueWhite](../../aspose.imaging/color/antiquewhite) { get; } | Gets a system-defined color. | -| static [Aqua](../../aspose.imaging/color/aqua) { get; } | Gets a system-defined color. | -| static [Aquamarine](../../aspose.imaging/color/aquamarine) { get; } | Gets a system-defined color. | -| static [Azure](../../aspose.imaging/color/azure) { get; } | Gets a system-defined color. | -| static [Beige](../../aspose.imaging/color/beige) { get; } | Gets a system-defined color. | -| static [Bisque](../../aspose.imaging/color/bisque) { get; } | Gets a system-defined color. | -| static [Black](../../aspose.imaging/color/black) { get; } | Gets a system-defined color. | -| static [BlanchedAlmond](../../aspose.imaging/color/blanchedalmond) { get; } | Gets a system-defined color. | -| static [Blue](../../aspose.imaging/color/blue) { get; } | Gets a system-defined color. | -| static [BlueViolet](../../aspose.imaging/color/blueviolet) { get; } | Gets a system-defined color. | -| static [Brown](../../aspose.imaging/color/brown) { get; } | Gets a system-defined color. | -| static [BurlyWood](../../aspose.imaging/color/burlywood) { get; } | Gets a system-defined color. | -| static [CadetBlue](../../aspose.imaging/color/cadetblue) { get; } | Gets a system-defined color. | -| static [Chartreuse](../../aspose.imaging/color/chartreuse) { get; } | Gets a system-defined color. | -| static [Chocolate](../../aspose.imaging/color/chocolate) { get; } | Gets a system-defined color. | -| static [Coral](../../aspose.imaging/color/coral) { get; } | Gets a system-defined color. | -| static [CornflowerBlue](../../aspose.imaging/color/cornflowerblue) { get; } | Gets a system-defined color. | -| static [Cornsilk](../../aspose.imaging/color/cornsilk) { get; } | Gets a system-defined color. | -| static [Crimson](../../aspose.imaging/color/crimson) { get; } | Gets a system-defined color. | -| static [Cyan](../../aspose.imaging/color/cyan) { get; } | Gets a system-defined color. | -| static [DarkBlue](../../aspose.imaging/color/darkblue) { get; } | Gets a system-defined color. | -| static [DarkCyan](../../aspose.imaging/color/darkcyan) { get; } | Gets a system-defined color. | -| static [DarkGoldenrod](../../aspose.imaging/color/darkgoldenrod) { get; } | Gets a system-defined color. | -| static [DarkGray](../../aspose.imaging/color/darkgray) { get; } | Gets a system-defined color. | -| static [DarkGreen](../../aspose.imaging/color/darkgreen) { get; } | Gets a system-defined color. | -| static [DarkKhaki](../../aspose.imaging/color/darkkhaki) { get; } | Gets a system-defined color. | -| static [DarkMagenta](../../aspose.imaging/color/darkmagenta) { get; } | Gets a system-defined color. | -| static [DarkOliveGreen](../../aspose.imaging/color/darkolivegreen) { get; } | Gets a system-defined color. | -| static [DarkOrange](../../aspose.imaging/color/darkorange) { get; } | Gets a system-defined color. | -| static [DarkOrchid](../../aspose.imaging/color/darkorchid) { get; } | Gets a system-defined color. | -| static [DarkRed](../../aspose.imaging/color/darkred) { get; } | Gets a system-defined color. | -| static [DarkSalmon](../../aspose.imaging/color/darksalmon) { get; } | Gets a system-defined color. | -| static [DarkSeaGreen](../../aspose.imaging/color/darkseagreen) { get; } | Gets a system-defined color. | -| static [DarkSlateBlue](../../aspose.imaging/color/darkslateblue) { get; } | Gets a system-defined color. | -| static [DarkSlateGray](../../aspose.imaging/color/darkslategray) { get; } | Gets a system-defined color. | -| static [DarkTurquoise](../../aspose.imaging/color/darkturquoise) { get; } | Gets a system-defined color. | -| static [DarkViolet](../../aspose.imaging/color/darkviolet) { get; } | Gets a system-defined color. | -| static [DeepPink](../../aspose.imaging/color/deeppink) { get; } | Gets a system-defined color. | -| static [DeepSkyBlue](../../aspose.imaging/color/deepskyblue) { get; } | Gets a system-defined color. | -| static [DimGray](../../aspose.imaging/color/dimgray) { get; } | Gets a system-defined color. | -| static [DodgerBlue](../../aspose.imaging/color/dodgerblue) { get; } | Gets a system-defined color. | -| static [Empty](../../aspose.imaging/color/empty) { get; } | Gets an empty [`Color`](../color). | -| static [Firebrick](../../aspose.imaging/color/firebrick) { get; } | Gets a system-defined color. | -| static [FloralWhite](../../aspose.imaging/color/floralwhite) { get; } | Gets a system-defined color. | -| static [ForestGreen](../../aspose.imaging/color/forestgreen) { get; } | Gets a system-defined color. | -| static [Fuchsia](../../aspose.imaging/color/fuchsia) { get; } | Gets a system-defined color. | -| static [Gainsboro](../../aspose.imaging/color/gainsboro) { get; } | Gets a system-defined color. | -| static [GhostWhite](../../aspose.imaging/color/ghostwhite) { get; } | Gets a system-defined color. | -| static [Gold](../../aspose.imaging/color/gold) { get; } | Gets a system-defined color. | -| static [Goldenrod](../../aspose.imaging/color/goldenrod) { get; } | Gets a system-defined color. | -| static [Gray](../../aspose.imaging/color/gray) { get; } | Gets a system-defined color. | -| static [Green](../../aspose.imaging/color/green) { get; } | Gets a system-defined color. | -| static [GreenYellow](../../aspose.imaging/color/greenyellow) { get; } | Gets a system-defined color. | -| static [Honeydew](../../aspose.imaging/color/honeydew) { get; } | Gets a system-defined color. | -| static [HotPink](../../aspose.imaging/color/hotpink) { get; } | Gets a system-defined color. | -| static [IndianRed](../../aspose.imaging/color/indianred) { get; } | Gets a system-defined color. | -| static [Indigo](../../aspose.imaging/color/indigo) { get; } | Gets a system-defined color. | -| static [Ivory](../../aspose.imaging/color/ivory) { get; } | Gets a system-defined color. | -| static [Khaki](../../aspose.imaging/color/khaki) { get; } | Gets a system-defined color. | -| static [Lavender](../../aspose.imaging/color/lavender) { get; } | Gets a system-defined color. | -| static [LavenderBlush](../../aspose.imaging/color/lavenderblush) { get; } | Gets a system-defined color. | -| static [LawnGreen](../../aspose.imaging/color/lawngreen) { get; } | Gets a system-defined color. | -| static [LemonChiffon](../../aspose.imaging/color/lemonchiffon) { get; } | Gets a system-defined color. | -| static [LightBlue](../../aspose.imaging/color/lightblue) { get; } | Gets a system-defined color. | -| static [LightCoral](../../aspose.imaging/color/lightcoral) { get; } | Gets a system-defined color. | -| static [LightCyan](../../aspose.imaging/color/lightcyan) { get; } | Gets a system-defined color. | -| static [LightGoldenrodYellow](../../aspose.imaging/color/lightgoldenrodyellow) { get; } | Gets a system-defined color. | -| static [LightGray](../../aspose.imaging/color/lightgray) { get; } | Gets a system-defined color. | -| static [LightGreen](../../aspose.imaging/color/lightgreen) { get; } | Gets a system-defined color. | -| static [LightPink](../../aspose.imaging/color/lightpink) { get; } | Gets a system-defined color. | -| static [LightSalmon](../../aspose.imaging/color/lightsalmon) { get; } | Gets a system-defined color. | -| static [LightSeaGreen](../../aspose.imaging/color/lightseagreen) { get; } | Gets a system-defined color. | -| static [LightSkyBlue](../../aspose.imaging/color/lightskyblue) { get; } | Gets a system-defined color. | -| static [LightSlateGray](../../aspose.imaging/color/lightslategray) { get; } | Gets a system-defined color. | -| static [LightSteelBlue](../../aspose.imaging/color/lightsteelblue) { get; } | Gets a system-defined color. | -| static [LightYellow](../../aspose.imaging/color/lightyellow) { get; } | Gets a system-defined color. | -| static [Lime](../../aspose.imaging/color/lime) { get; } | Gets a system-defined color. | -| static [LimeGreen](../../aspose.imaging/color/limegreen) { get; } | Gets a system-defined color. | -| static [Linen](../../aspose.imaging/color/linen) { get; } | Gets a system-defined color. | -| static [Magenta](../../aspose.imaging/color/magenta) { get; } | Gets a system-defined color. | -| static [Maroon](../../aspose.imaging/color/maroon) { get; } | Gets a system-defined color. | -| static [MediumAquamarine](../../aspose.imaging/color/mediumaquamarine) { get; } | Gets a system-defined color. | -| static [MediumBlue](../../aspose.imaging/color/mediumblue) { get; } | Gets a system-defined color. | -| static [MediumOrchid](../../aspose.imaging/color/mediumorchid) { get; } | Gets a system-defined color. | -| static [MediumPurple](../../aspose.imaging/color/mediumpurple) { get; } | Gets a system-defined color. | -| static [MediumSeaGreen](../../aspose.imaging/color/mediumseagreen) { get; } | Gets a system-defined color. | -| static [MediumSlateBlue](../../aspose.imaging/color/mediumslateblue) { get; } | Gets a system-defined color. | -| static [MediumSpringGreen](../../aspose.imaging/color/mediumspringgreen) { get; } | Gets a system-defined color. | -| static [MediumTurquoise](../../aspose.imaging/color/mediumturquoise) { get; } | Gets a system-defined color. | -| static [MediumVioletRed](../../aspose.imaging/color/mediumvioletred) { get; } | Gets a system-defined color. | -| static [MidnightBlue](../../aspose.imaging/color/midnightblue) { get; } | Gets a system-defined color. | -| static [MintCream](../../aspose.imaging/color/mintcream) { get; } | Gets a system-defined color. | -| static [MistyRose](../../aspose.imaging/color/mistyrose) { get; } | Gets a system-defined color. | -| static [Moccasin](../../aspose.imaging/color/moccasin) { get; } | Gets a system-defined color. | -| static [NavajoWhite](../../aspose.imaging/color/navajowhite) { get; } | Gets a system-defined color. | -| static [Navy](../../aspose.imaging/color/navy) { get; } | Gets a system-defined color. | -| static [OldLace](../../aspose.imaging/color/oldlace) { get; } | Gets a system-defined color. | -| static [Olive](../../aspose.imaging/color/olive) { get; } | Gets a system-defined color. | -| static [OliveDrab](../../aspose.imaging/color/olivedrab) { get; } | Gets a system-defined color. | -| static [Orange](../../aspose.imaging/color/orange) { get; } | Gets a system-defined color. | -| static [OrangeRed](../../aspose.imaging/color/orangered) { get; } | Gets a system-defined color. | -| static [Orchid](../../aspose.imaging/color/orchid) { get; } | Gets a system-defined color. | -| static [PaleGoldenrod](../../aspose.imaging/color/palegoldenrod) { get; } | Gets a system-defined color. | -| static [PaleGreen](../../aspose.imaging/color/palegreen) { get; } | Gets a system-defined color. | -| static [PaleTurquoise](../../aspose.imaging/color/paleturquoise) { get; } | Gets a system-defined color. | -| static [PaleVioletRed](../../aspose.imaging/color/palevioletred) { get; } | Gets a system-defined color. | -| static [PapayaWhip](../../aspose.imaging/color/papayawhip) { get; } | Gets a system-defined color. | -| static [PeachPuff](../../aspose.imaging/color/peachpuff) { get; } | Gets a system-defined color. | -| static [Peru](../../aspose.imaging/color/peru) { get; } | Gets a system-defined color. | -| static [Pink](../../aspose.imaging/color/pink) { get; } | Gets a system-defined color. | -| static [Plum](../../aspose.imaging/color/plum) { get; } | Gets a system-defined color. | -| static [PowderBlue](../../aspose.imaging/color/powderblue) { get; } | Gets a system-defined color. | -| static [Purple](../../aspose.imaging/color/purple) { get; } | Gets a system-defined color. | -| static [Red](../../aspose.imaging/color/red) { get; } | Gets a system-defined color. | -| static [RosyBrown](../../aspose.imaging/color/rosybrown) { get; } | Gets a system-defined color. | -| static [RoyalBlue](../../aspose.imaging/color/royalblue) { get; } | Gets a system-defined color. | -| static [SaddleBrown](../../aspose.imaging/color/saddlebrown) { get; } | Gets a system-defined color. | -| static [Salmon](../../aspose.imaging/color/salmon) { get; } | Gets a system-defined color. | -| static [SandyBrown](../../aspose.imaging/color/sandybrown) { get; } | Gets a system-defined color. | -| static [SeaGreen](../../aspose.imaging/color/seagreen) { get; } | Gets a system-defined color. | -| static [SeaShell](../../aspose.imaging/color/seashell) { get; } | Gets a system-defined color. | -| static [Sienna](../../aspose.imaging/color/sienna) { get; } | Gets a system-defined color. | -| static [Silver](../../aspose.imaging/color/silver) { get; } | Gets a system-defined color. | -| static [SkyBlue](../../aspose.imaging/color/skyblue) { get; } | Gets a system-defined color. | -| static [SlateBlue](../../aspose.imaging/color/slateblue) { get; } | Gets a system-defined color. | -| static [SlateGray](../../aspose.imaging/color/slategray) { get; } | Gets a system-defined color. | -| static [Snow](../../aspose.imaging/color/snow) { get; } | Gets a system-defined color. | -| static [SpringGreen](../../aspose.imaging/color/springgreen) { get; } | Gets a system-defined color. | -| static [SteelBlue](../../aspose.imaging/color/steelblue) { get; } | Gets a system-defined color. | -| static [Tan](../../aspose.imaging/color/tan) { get; } | Gets a system-defined color. | -| static [Teal](../../aspose.imaging/color/teal) { get; } | Gets a system-defined color. | -| static [Thistle](../../aspose.imaging/color/thistle) { get; } | Gets a system-defined color. | -| static [Tomato](../../aspose.imaging/color/tomato) { get; } | Gets a system-defined color. | -| static [Transparent](../../aspose.imaging/color/transparent) { get; } | Gets a system-defined color. | -| static [Turquoise](../../aspose.imaging/color/turquoise) { get; } | Gets a system-defined color. | -| static [Violet](../../aspose.imaging/color/violet) { get; } | Gets a system-defined color. | -| static [Wheat](../../aspose.imaging/color/wheat) { get; } | Gets a system-defined color. | -| static [White](../../aspose.imaging/color/white) { get; } | Gets a system-defined color. | -| static [WhiteSmoke](../../aspose.imaging/color/whitesmoke) { get; } | Gets a system-defined color. | -| static [Yellow](../../aspose.imaging/color/yellow) { get; } | Gets a system-defined color. | -| static [YellowGreen](../../aspose.imaging/color/yellowgreen) { get; } | Gets a system-defined color. | -| [A](../../aspose.imaging/color/a) { get; } | Gets the alpha component value of this [`Color`](../color) structure. | -| [B](../../aspose.imaging/color/b) { get; } | Gets the blue component value of this [`Color`](../color) structure. | -| [G](../../aspose.imaging/color/g) { get; } | Gets the green component value of this [`Color`](../color) structure. | -| [IsEmpty](../../aspose.imaging/color/isempty) { get; } | Gets a value indicating whether this [`Color`](../color) structure is uninitialized. | -| [IsKnownColor](../../aspose.imaging/color/isknowncolor) { get; } | Gets a value indicating whether this [`Color`](../color) structure is a predefined color. Predefined colors are represented by the elements of the [`KnownColor`](../knowncolor) enumeration. | -| [IsNamedColor](../../aspose.imaging/color/isnamedcolor) { get; } | Gets a value indicating whether this [`Color`](../color) structure is a named color or a member of the [`KnownColor`](../knowncolor) enumeration. | -| [Name](../../aspose.imaging/color/name) { get; } | Gets the name of this [`Color`](../color). | -| [R](../../aspose.imaging/color/r) { get; } | Gets the red component value of this [`Color`](../color) structure. | +| static [AliceBlue](../../aspose.imaging/color/aliceblue/) { get; } | Gets a system-defined color. | +| static [AntiqueWhite](../../aspose.imaging/color/antiquewhite/) { get; } | Gets a system-defined color. | +| static [Aqua](../../aspose.imaging/color/aqua/) { get; } | Gets a system-defined color. | +| static [Aquamarine](../../aspose.imaging/color/aquamarine/) { get; } | Gets a system-defined color. | +| static [Azure](../../aspose.imaging/color/azure/) { get; } | Gets a system-defined color. | +| static [Beige](../../aspose.imaging/color/beige/) { get; } | Gets a system-defined color. | +| static [Bisque](../../aspose.imaging/color/bisque/) { get; } | Gets a system-defined color. | +| static [Black](../../aspose.imaging/color/black/) { get; } | Gets a system-defined color. | +| static [BlanchedAlmond](../../aspose.imaging/color/blanchedalmond/) { get; } | Gets a system-defined color. | +| static [Blue](../../aspose.imaging/color/blue/) { get; } | Gets a system-defined color. | +| static [BlueViolet](../../aspose.imaging/color/blueviolet/) { get; } | Gets a system-defined color. | +| static [Brown](../../aspose.imaging/color/brown/) { get; } | Gets a system-defined color. | +| static [BurlyWood](../../aspose.imaging/color/burlywood/) { get; } | Gets a system-defined color. | +| static [CadetBlue](../../aspose.imaging/color/cadetblue/) { get; } | Gets a system-defined color. | +| static [Chartreuse](../../aspose.imaging/color/chartreuse/) { get; } | Gets a system-defined color. | +| static [Chocolate](../../aspose.imaging/color/chocolate/) { get; } | Gets a system-defined color. | +| static [Coral](../../aspose.imaging/color/coral/) { get; } | Gets a system-defined color. | +| static [CornflowerBlue](../../aspose.imaging/color/cornflowerblue/) { get; } | Gets a system-defined color. | +| static [Cornsilk](../../aspose.imaging/color/cornsilk/) { get; } | Gets a system-defined color. | +| static [Crimson](../../aspose.imaging/color/crimson/) { get; } | Gets a system-defined color. | +| static [Cyan](../../aspose.imaging/color/cyan/) { get; } | Gets a system-defined color. | +| static [DarkBlue](../../aspose.imaging/color/darkblue/) { get; } | Gets a system-defined color. | +| static [DarkCyan](../../aspose.imaging/color/darkcyan/) { get; } | Gets a system-defined color. | +| static [DarkGoldenrod](../../aspose.imaging/color/darkgoldenrod/) { get; } | Gets a system-defined color. | +| static [DarkGray](../../aspose.imaging/color/darkgray/) { get; } | Gets a system-defined color. | +| static [DarkGreen](../../aspose.imaging/color/darkgreen/) { get; } | Gets a system-defined color. | +| static [DarkKhaki](../../aspose.imaging/color/darkkhaki/) { get; } | Gets a system-defined color. | +| static [DarkMagenta](../../aspose.imaging/color/darkmagenta/) { get; } | Gets a system-defined color. | +| static [DarkOliveGreen](../../aspose.imaging/color/darkolivegreen/) { get; } | Gets a system-defined color. | +| static [DarkOrange](../../aspose.imaging/color/darkorange/) { get; } | Gets a system-defined color. | +| static [DarkOrchid](../../aspose.imaging/color/darkorchid/) { get; } | Gets a system-defined color. | +| static [DarkRed](../../aspose.imaging/color/darkred/) { get; } | Gets a system-defined color. | +| static [DarkSalmon](../../aspose.imaging/color/darksalmon/) { get; } | Gets a system-defined color. | +| static [DarkSeaGreen](../../aspose.imaging/color/darkseagreen/) { get; } | Gets a system-defined color. | +| static [DarkSlateBlue](../../aspose.imaging/color/darkslateblue/) { get; } | Gets a system-defined color. | +| static [DarkSlateGray](../../aspose.imaging/color/darkslategray/) { get; } | Gets a system-defined color. | +| static [DarkTurquoise](../../aspose.imaging/color/darkturquoise/) { get; } | Gets a system-defined color. | +| static [DarkViolet](../../aspose.imaging/color/darkviolet/) { get; } | Gets a system-defined color. | +| static [DeepPink](../../aspose.imaging/color/deeppink/) { get; } | Gets a system-defined color. | +| static [DeepSkyBlue](../../aspose.imaging/color/deepskyblue/) { get; } | Gets a system-defined color. | +| static [DimGray](../../aspose.imaging/color/dimgray/) { get; } | Gets a system-defined color. | +| static [DodgerBlue](../../aspose.imaging/color/dodgerblue/) { get; } | Gets a system-defined color. | +| static [Empty](../../aspose.imaging/color/empty/) { get; } | Gets an empty `Color`. | +| static [Firebrick](../../aspose.imaging/color/firebrick/) { get; } | Gets a system-defined color. | +| static [FloralWhite](../../aspose.imaging/color/floralwhite/) { get; } | Gets a system-defined color. | +| static [ForestGreen](../../aspose.imaging/color/forestgreen/) { get; } | Gets a system-defined color. | +| static [Fuchsia](../../aspose.imaging/color/fuchsia/) { get; } | Gets a system-defined color. | +| static [Gainsboro](../../aspose.imaging/color/gainsboro/) { get; } | Gets a system-defined color. | +| static [GhostWhite](../../aspose.imaging/color/ghostwhite/) { get; } | Gets a system-defined color. | +| static [Gold](../../aspose.imaging/color/gold/) { get; } | Gets a system-defined color. | +| static [Goldenrod](../../aspose.imaging/color/goldenrod/) { get; } | Gets a system-defined color. | +| static [Gray](../../aspose.imaging/color/gray/) { get; } | Gets a system-defined color. | +| static [Green](../../aspose.imaging/color/green/) { get; } | Gets a system-defined color. | +| static [GreenYellow](../../aspose.imaging/color/greenyellow/) { get; } | Gets a system-defined color. | +| static [Honeydew](../../aspose.imaging/color/honeydew/) { get; } | Gets a system-defined color. | +| static [HotPink](../../aspose.imaging/color/hotpink/) { get; } | Gets a system-defined color. | +| static [IndianRed](../../aspose.imaging/color/indianred/) { get; } | Gets a system-defined color. | +| static [Indigo](../../aspose.imaging/color/indigo/) { get; } | Gets a system-defined color. | +| static [Ivory](../../aspose.imaging/color/ivory/) { get; } | Gets a system-defined color. | +| static [Khaki](../../aspose.imaging/color/khaki/) { get; } | Gets a system-defined color. | +| static [Lavender](../../aspose.imaging/color/lavender/) { get; } | Gets a system-defined color. | +| static [LavenderBlush](../../aspose.imaging/color/lavenderblush/) { get; } | Gets a system-defined color. | +| static [LawnGreen](../../aspose.imaging/color/lawngreen/) { get; } | Gets a system-defined color. | +| static [LemonChiffon](../../aspose.imaging/color/lemonchiffon/) { get; } | Gets a system-defined color. | +| static [LightBlue](../../aspose.imaging/color/lightblue/) { get; } | Gets a system-defined color. | +| static [LightCoral](../../aspose.imaging/color/lightcoral/) { get; } | Gets a system-defined color. | +| static [LightCyan](../../aspose.imaging/color/lightcyan/) { get; } | Gets a system-defined color. | +| static [LightGoldenrodYellow](../../aspose.imaging/color/lightgoldenrodyellow/) { get; } | Gets a system-defined color. | +| static [LightGray](../../aspose.imaging/color/lightgray/) { get; } | Gets a system-defined color. | +| static [LightGreen](../../aspose.imaging/color/lightgreen/) { get; } | Gets a system-defined color. | +| static [LightPink](../../aspose.imaging/color/lightpink/) { get; } | Gets a system-defined color. | +| static [LightSalmon](../../aspose.imaging/color/lightsalmon/) { get; } | Gets a system-defined color. | +| static [LightSeaGreen](../../aspose.imaging/color/lightseagreen/) { get; } | Gets a system-defined color. | +| static [LightSkyBlue](../../aspose.imaging/color/lightskyblue/) { get; } | Gets a system-defined color. | +| static [LightSlateGray](../../aspose.imaging/color/lightslategray/) { get; } | Gets a system-defined color. | +| static [LightSteelBlue](../../aspose.imaging/color/lightsteelblue/) { get; } | Gets a system-defined color. | +| static [LightYellow](../../aspose.imaging/color/lightyellow/) { get; } | Gets a system-defined color. | +| static [Lime](../../aspose.imaging/color/lime/) { get; } | Gets a system-defined color. | +| static [LimeGreen](../../aspose.imaging/color/limegreen/) { get; } | Gets a system-defined color. | +| static [Linen](../../aspose.imaging/color/linen/) { get; } | Gets a system-defined color. | +| static [Magenta](../../aspose.imaging/color/magenta/) { get; } | Gets a system-defined color. | +| static [Maroon](../../aspose.imaging/color/maroon/) { get; } | Gets a system-defined color. | +| static [MediumAquamarine](../../aspose.imaging/color/mediumaquamarine/) { get; } | Gets a system-defined color. | +| static [MediumBlue](../../aspose.imaging/color/mediumblue/) { get; } | Gets a system-defined color. | +| static [MediumOrchid](../../aspose.imaging/color/mediumorchid/) { get; } | Gets a system-defined color. | +| static [MediumPurple](../../aspose.imaging/color/mediumpurple/) { get; } | Gets a system-defined color. | +| static [MediumSeaGreen](../../aspose.imaging/color/mediumseagreen/) { get; } | Gets a system-defined color. | +| static [MediumSlateBlue](../../aspose.imaging/color/mediumslateblue/) { get; } | Gets a system-defined color. | +| static [MediumSpringGreen](../../aspose.imaging/color/mediumspringgreen/) { get; } | Gets a system-defined color. | +| static [MediumTurquoise](../../aspose.imaging/color/mediumturquoise/) { get; } | Gets a system-defined color. | +| static [MediumVioletRed](../../aspose.imaging/color/mediumvioletred/) { get; } | Gets a system-defined color. | +| static [MidnightBlue](../../aspose.imaging/color/midnightblue/) { get; } | Gets a system-defined color. | +| static [MintCream](../../aspose.imaging/color/mintcream/) { get; } | Gets a system-defined color. | +| static [MistyRose](../../aspose.imaging/color/mistyrose/) { get; } | Gets a system-defined color. | +| static [Moccasin](../../aspose.imaging/color/moccasin/) { get; } | Gets a system-defined color. | +| static [NavajoWhite](../../aspose.imaging/color/navajowhite/) { get; } | Gets a system-defined color. | +| static [Navy](../../aspose.imaging/color/navy/) { get; } | Gets a system-defined color. | +| static [OldLace](../../aspose.imaging/color/oldlace/) { get; } | Gets a system-defined color. | +| static [Olive](../../aspose.imaging/color/olive/) { get; } | Gets a system-defined color. | +| static [OliveDrab](../../aspose.imaging/color/olivedrab/) { get; } | Gets a system-defined color. | +| static [Orange](../../aspose.imaging/color/orange/) { get; } | Gets a system-defined color. | +| static [OrangeRed](../../aspose.imaging/color/orangered/) { get; } | Gets a system-defined color. | +| static [Orchid](../../aspose.imaging/color/orchid/) { get; } | Gets a system-defined color. | +| static [PaleGoldenrod](../../aspose.imaging/color/palegoldenrod/) { get; } | Gets a system-defined color. | +| static [PaleGreen](../../aspose.imaging/color/palegreen/) { get; } | Gets a system-defined color. | +| static [PaleTurquoise](../../aspose.imaging/color/paleturquoise/) { get; } | Gets a system-defined color. | +| static [PaleVioletRed](../../aspose.imaging/color/palevioletred/) { get; } | Gets a system-defined color. | +| static [PapayaWhip](../../aspose.imaging/color/papayawhip/) { get; } | Gets a system-defined color. | +| static [PeachPuff](../../aspose.imaging/color/peachpuff/) { get; } | Gets a system-defined color. | +| static [Peru](../../aspose.imaging/color/peru/) { get; } | Gets a system-defined color. | +| static [Pink](../../aspose.imaging/color/pink/) { get; } | Gets a system-defined color. | +| static [Plum](../../aspose.imaging/color/plum/) { get; } | Gets a system-defined color. | +| static [PowderBlue](../../aspose.imaging/color/powderblue/) { get; } | Gets a system-defined color. | +| static [Purple](../../aspose.imaging/color/purple/) { get; } | Gets a system-defined color. | +| static [Red](../../aspose.imaging/color/red/) { get; } | Gets a system-defined color. | +| static [RosyBrown](../../aspose.imaging/color/rosybrown/) { get; } | Gets a system-defined color. | +| static [RoyalBlue](../../aspose.imaging/color/royalblue/) { get; } | Gets a system-defined color. | +| static [SaddleBrown](../../aspose.imaging/color/saddlebrown/) { get; } | Gets a system-defined color. | +| static [Salmon](../../aspose.imaging/color/salmon/) { get; } | Gets a system-defined color. | +| static [SandyBrown](../../aspose.imaging/color/sandybrown/) { get; } | Gets a system-defined color. | +| static [SeaGreen](../../aspose.imaging/color/seagreen/) { get; } | Gets a system-defined color. | +| static [SeaShell](../../aspose.imaging/color/seashell/) { get; } | Gets a system-defined color. | +| static [Sienna](../../aspose.imaging/color/sienna/) { get; } | Gets a system-defined color. | +| static [Silver](../../aspose.imaging/color/silver/) { get; } | Gets a system-defined color. | +| static [SkyBlue](../../aspose.imaging/color/skyblue/) { get; } | Gets a system-defined color. | +| static [SlateBlue](../../aspose.imaging/color/slateblue/) { get; } | Gets a system-defined color. | +| static [SlateGray](../../aspose.imaging/color/slategray/) { get; } | Gets a system-defined color. | +| static [Snow](../../aspose.imaging/color/snow/) { get; } | Gets a system-defined color. | +| static [SpringGreen](../../aspose.imaging/color/springgreen/) { get; } | Gets a system-defined color. | +| static [SteelBlue](../../aspose.imaging/color/steelblue/) { get; } | Gets a system-defined color. | +| static [Tan](../../aspose.imaging/color/tan/) { get; } | Gets a system-defined color. | +| static [Teal](../../aspose.imaging/color/teal/) { get; } | Gets a system-defined color. | +| static [Thistle](../../aspose.imaging/color/thistle/) { get; } | Gets a system-defined color. | +| static [Tomato](../../aspose.imaging/color/tomato/) { get; } | Gets a system-defined color. | +| static [Transparent](../../aspose.imaging/color/transparent/) { get; } | Gets a system-defined color. | +| static [Turquoise](../../aspose.imaging/color/turquoise/) { get; } | Gets a system-defined color. | +| static [Violet](../../aspose.imaging/color/violet/) { get; } | Gets a system-defined color. | +| static [Wheat](../../aspose.imaging/color/wheat/) { get; } | Gets a system-defined color. | +| static [White](../../aspose.imaging/color/white/) { get; } | Gets a system-defined color. | +| static [WhiteSmoke](../../aspose.imaging/color/whitesmoke/) { get; } | Gets a system-defined color. | +| static [Yellow](../../aspose.imaging/color/yellow/) { get; } | Gets a system-defined color. | +| static [YellowGreen](../../aspose.imaging/color/yellowgreen/) { get; } | Gets a system-defined color. | +| [A](../../aspose.imaging/color/a/) { get; } | Gets the alpha component value of this `Color` structure. | +| [B](../../aspose.imaging/color/b/) { get; } | Gets the blue component value of this `Color` structure. | +| [G](../../aspose.imaging/color/g/) { get; } | Gets the green component value of this `Color` structure. | +| [IsEmpty](../../aspose.imaging/color/isempty/) { get; } | Gets a value indicating whether this `Color` structure is uninitialized. | +| [IsKnownColor](../../aspose.imaging/color/isknowncolor/) { get; } | Gets a value indicating whether this `Color` structure is a predefined color. Predefined colors are represented by the elements of the [`KnownColor`](../knowncolor/) enumeration. | +| [IsNamedColor](../../aspose.imaging/color/isnamedcolor/) { get; } | Gets a value indicating whether this `Color` structure is a named color or a member of the [`KnownColor`](../knowncolor/) enumeration. | +| [Name](../../aspose.imaging/color/name/) { get; } | Gets the name of this `Color`. | +| [R](../../aspose.imaging/color/r/) { get; } | Gets the red component value of this `Color` structure. | ## Methods | Name | Description | | --- | --- | -| static [FromArgb](../../aspose.imaging/color/fromargb)(int) | Creates a [`Color`](../color) structure from a 32-bit ARGB value. | -| static [FromArgb](../../aspose.imaging/color/fromargb)(int, Color) | Creates a [`Color`](../color) structure from the specified [`Color`](../color) structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits. | -| static [FromArgb](../../aspose.imaging/color/fromargb)(int, int, int) | Creates a [`Color`](../color) structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits. | -| static [FromArgb](../../aspose.imaging/color/fromargb)(int, int, int, int) | Creates a [`Color`](../color) structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits. | -| static [FromKnownColor](../../aspose.imaging/color/fromknowncolor)(KnownColor) | Creates a [`Color`](../color) structure from the specified predefined color. | -| static [FromName](../../aspose.imaging/color/fromname)(string) | Creates a [`Color`](../color) structure from the specified name of a predefined color. | -| override [Equals](../../aspose.imaging/color/equals)(object) | Tests whether the specified object is a [`Color`](../color) structure and is equivalent to this [`Color`](../color) structure. | -| [GetBrightness](../../aspose.imaging/color/getbrightness)() | Gets the hue-saturation-brightness (HSB) brightness value for this [`Color`](../color) structure. | -| override [GetHashCode](../../aspose.imaging/color/gethashcode)() | Returns a hash code for this [`Color`](../color) structure. | -| [GetHue](../../aspose.imaging/color/gethue)() | Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this [`Color`](../color) structure. | -| [GetSaturation](../../aspose.imaging/color/getsaturation)() | Gets the hue-saturation-brightness (HSB) saturation value for this [`Color`](../color) structure. | -| [ToArgb](../../aspose.imaging/color/toargb)() | Gets the 32-bit ARGB value of this [`Color`](../color) structure. | -| [ToKnownColor](../../aspose.imaging/color/toknowncolor)() | Gets the [`KnownColor`](../knowncolor) value of this [`Color`](../color) structure. | -| override [ToString](../../aspose.imaging/color/tostring)() | Converts this [`Color`](../color) structure to a human-readable string. | -| static [ToCmyk](../../aspose.imaging/color/tocmyk)(Color) | The conversion from Color to CMYKColor. This method is deprecated. Please use more effective [`ToCmyk`](../cmykcolorhelper/tocmyk). | -| [operator ==](../../aspose.imaging/color/op_equality) | Tests whether two specified [`Color`](../color) structures are equivalent. | -| [operator !=](../../aspose.imaging/color/op_inequality) | Tests whether two specified [`Color`](../color) structures are different. | +| static [FromArgb](../../aspose.imaging/color/fromargb/#fromargb)(int) | Creates a `Color` structure from a 32-bit ARGB value. | +| static [FromArgb](../../aspose.imaging/color/fromargb/#fromargb_1)(int, Color) | Creates a `Color` structure from the specified `Color` structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits. | +| static [FromArgb](../../aspose.imaging/color/fromargb/#fromargb_2)(int, int, int) | Creates a `Color` structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits. | +| static [FromArgb](../../aspose.imaging/color/fromargb/#fromargb_3)(int, int, int, int) | Creates a `Color` structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits. | +| static [FromKnownColor](../../aspose.imaging/color/fromknowncolor/)(KnownColor) | Creates a `Color` structure from the specified predefined color. | +| static [FromName](../../aspose.imaging/color/fromname/)(string) | Creates a `Color` structure from the specified name of a predefined color. | +| override [Equals](../../aspose.imaging/color/equals/)(object) | Tests whether the specified object is a `Color` structure and is equivalent to this `Color` structure. | +| [GetBrightness](../../aspose.imaging/color/getbrightness/)() | Gets the hue-saturation-brightness (HSB) brightness value for this `Color` structure. | +| override [GetHashCode](../../aspose.imaging/color/gethashcode/)() | Returns a hash code for this `Color` structure. | +| [GetHue](../../aspose.imaging/color/gethue/)() | Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this `Color` structure. | +| [GetSaturation](../../aspose.imaging/color/getsaturation/)() | Gets the hue-saturation-brightness (HSB) saturation value for this `Color` structure. | +| [ToArgb](../../aspose.imaging/color/toargb/)() | Gets the 32-bit ARGB value of this `Color` structure. | +| [ToKnownColor](../../aspose.imaging/color/toknowncolor/)() | Gets the [`KnownColor`](../knowncolor/) value of this `Color` structure. | +| override [ToString](../../aspose.imaging/color/tostring/)() | Converts this `Color` structure to a human-readable string. | +| static [ToCmyk](../../aspose.imaging/color/tocmyk/#tocmyk)(Color) | The conversion from Color to CMYKColor. This method is deprecated. Please use more effective [`ToCmyk`](../cmykcolorhelper/tocmyk/). | +| [operator ==](../../aspose.imaging/color/op_equality/) | Tests whether two specified `Color` structures are equivalent. | +| [operator !=](../../aspose.imaging/color/op_inequality/) | Tests whether two specified `Color` structures are different. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/a/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/a/_index.md index 67e420405a78..4faa71abf1bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/a/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/a/_index.md @@ -1,14 +1,14 @@ --- -title: A +title: Color.A second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets the alpha component value of this Color structure type: docs weight: 1460 url: /net/aspose.imaging/color/a/ --- ## Color.A property -Gets the alpha component value of this [`Color`](../../color) structure. +Gets the alpha component value of this [`Color`](../) structure. ```csharp public byte A { get; } @@ -16,12 +16,12 @@ public byte A { get; } ### Property Value -The alpha component value of this [`Color`](../../color). +The alpha component value of this [`Color`](../). ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/aliceblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/aliceblue/_index.md index ddabca6ad995..bb6048e34662 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/aliceblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/aliceblue/_index.md @@ -1,7 +1,7 @@ --- -title: AliceBlue +title: Color.AliceBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 10 url: /net/aspose.imaging/color/aliceblue/ @@ -16,12 +16,12 @@ public static Color AliceBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/antiquewhite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/antiquewhite/_index.md index 0b1c313275c0..b1aacd2c9a12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/antiquewhite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/antiquewhite/_index.md @@ -1,7 +1,7 @@ --- -title: AntiqueWhite +title: Color.AntiqueWhite second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 20 url: /net/aspose.imaging/color/antiquewhite/ @@ -16,12 +16,12 @@ public static Color AntiqueWhite { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/aqua/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/aqua/_index.md index 9db34122c88f..394cb3ddc6e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/aqua/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/aqua/_index.md @@ -1,7 +1,7 @@ --- -title: Aqua +title: Color.Aqua second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 30 url: /net/aspose.imaging/color/aqua/ @@ -16,12 +16,12 @@ public static Color Aqua { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/aquamarine/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/aquamarine/_index.md index 16d13a6411c4..09d55c96c2f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/aquamarine/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/aquamarine/_index.md @@ -1,7 +1,7 @@ --- -title: Aquamarine +title: Color.Aquamarine second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 40 url: /net/aspose.imaging/color/aquamarine/ @@ -16,12 +16,12 @@ public static Color Aquamarine { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/azure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/azure/_index.md index 6e1eddc65901..630cec9d533a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/azure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/azure/_index.md @@ -1,7 +1,7 @@ --- -title: Azure +title: Color.Azure second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 50 url: /net/aspose.imaging/color/azure/ @@ -16,12 +16,12 @@ public static Color Azure { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/b/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/b/_index.md index a519c93cb740..c73c90595fd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/b/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/b/_index.md @@ -1,14 +1,14 @@ --- -title: B +title: Color.B second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets the blue component value of this Color structure type: docs weight: 1470 url: /net/aspose.imaging/color/b/ --- ## Color.B property -Gets the blue component value of this [`Color`](../../color) structure. +Gets the blue component value of this [`Color`](../) structure. ```csharp public byte B { get; } @@ -16,12 +16,12 @@ public byte B { get; } ### Property Value -The blue component value of this [`Color`](../../color). +The blue component value of this [`Color`](../). ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/beige/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/beige/_index.md index dea8d666e05d..b9803ae954df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/beige/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/beige/_index.md @@ -1,7 +1,7 @@ --- -title: Beige +title: Color.Beige second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 60 url: /net/aspose.imaging/color/beige/ @@ -16,12 +16,12 @@ public static Color Beige { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/bisque/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/bisque/_index.md index ea44afbc4c37..bd4e5f097040 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/bisque/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/bisque/_index.md @@ -1,7 +1,7 @@ --- -title: Bisque +title: Color.Bisque second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 70 url: /net/aspose.imaging/color/bisque/ @@ -16,12 +16,12 @@ public static Color Bisque { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/black/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/black/_index.md index c0b8e5b67ef8..dfc475832dd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/black/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/black/_index.md @@ -1,7 +1,7 @@ --- -title: Black +title: Color.Black second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 80 url: /net/aspose.imaging/color/black/ @@ -16,12 +16,12 @@ public static Color Black { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/blanchedalmond/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/blanchedalmond/_index.md index 851572af120a..5743e9551401 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/blanchedalmond/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/blanchedalmond/_index.md @@ -1,7 +1,7 @@ --- -title: BlanchedAlmond +title: Color.BlanchedAlmond second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 90 url: /net/aspose.imaging/color/blanchedalmond/ @@ -16,12 +16,12 @@ public static Color BlanchedAlmond { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/blue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/blue/_index.md index a0922785ebf1..e09e0415db53 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/blue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/blue/_index.md @@ -1,7 +1,7 @@ --- -title: Blue +title: Color.Blue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 100 url: /net/aspose.imaging/color/blue/ @@ -16,12 +16,12 @@ public static Color Blue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/blueviolet/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/blueviolet/_index.md index 7d881824283c..1267b6ba6b92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/blueviolet/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/blueviolet/_index.md @@ -1,7 +1,7 @@ --- -title: BlueViolet +title: Color.BlueViolet second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 110 url: /net/aspose.imaging/color/blueviolet/ @@ -16,12 +16,12 @@ public static Color BlueViolet { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/brown/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/brown/_index.md index db1bc8145600..300c664aa008 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/brown/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/brown/_index.md @@ -1,7 +1,7 @@ --- -title: Brown +title: Color.Brown second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 120 url: /net/aspose.imaging/color/brown/ @@ -16,12 +16,12 @@ public static Color Brown { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/burlywood/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/burlywood/_index.md index fd43040b8870..f69ce43c835b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/burlywood/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/burlywood/_index.md @@ -1,7 +1,7 @@ --- -title: BurlyWood +title: Color.BurlyWood second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 130 url: /net/aspose.imaging/color/burlywood/ @@ -16,12 +16,12 @@ public static Color BurlyWood { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/cadetblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/cadetblue/_index.md index 116b0f3fa9a7..e4f0573c19c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/cadetblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/cadetblue/_index.md @@ -1,7 +1,7 @@ --- -title: CadetBlue +title: Color.CadetBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 140 url: /net/aspose.imaging/color/cadetblue/ @@ -16,12 +16,12 @@ public static Color CadetBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/chartreuse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/chartreuse/_index.md index 6e0ee8b7730b..4c0b1b5c920d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/chartreuse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/chartreuse/_index.md @@ -1,7 +1,7 @@ --- -title: Chartreuse +title: Color.Chartreuse second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 150 url: /net/aspose.imaging/color/chartreuse/ @@ -16,12 +16,12 @@ public static Color Chartreuse { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/chocolate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/chocolate/_index.md index f7c23c30f0a9..b2489225cf01 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/chocolate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/chocolate/_index.md @@ -1,7 +1,7 @@ --- -title: Chocolate +title: Color.Chocolate second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 160 url: /net/aspose.imaging/color/chocolate/ @@ -16,12 +16,12 @@ public static Color Chocolate { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/coral/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/coral/_index.md index f3990bac690f..e54ef12980e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/coral/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/coral/_index.md @@ -1,7 +1,7 @@ --- -title: Coral +title: Color.Coral second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 170 url: /net/aspose.imaging/color/coral/ @@ -16,12 +16,12 @@ public static Color Coral { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/cornflowerblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/cornflowerblue/_index.md index 9105568f3de7..a95d1956f189 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/cornflowerblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/cornflowerblue/_index.md @@ -1,7 +1,7 @@ --- -title: CornflowerBlue +title: Color.CornflowerBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 180 url: /net/aspose.imaging/color/cornflowerblue/ @@ -16,12 +16,12 @@ public static Color CornflowerBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/cornsilk/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/cornsilk/_index.md index 37f44d7744a9..8edb020fe9bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/cornsilk/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/cornsilk/_index.md @@ -1,7 +1,7 @@ --- -title: Cornsilk +title: Color.Cornsilk second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 190 url: /net/aspose.imaging/color/cornsilk/ @@ -16,12 +16,12 @@ public static Color Cornsilk { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/crimson/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/crimson/_index.md index 76d282ffd15b..6d0ab9168052 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/crimson/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/crimson/_index.md @@ -1,7 +1,7 @@ --- -title: Crimson +title: Color.Crimson second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 200 url: /net/aspose.imaging/color/crimson/ @@ -16,12 +16,12 @@ public static Color Crimson { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/cyan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/cyan/_index.md index d82227393765..4d055bcbf420 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/cyan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/cyan/_index.md @@ -1,7 +1,7 @@ --- -title: Cyan +title: Color.Cyan second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 210 url: /net/aspose.imaging/color/cyan/ @@ -16,12 +16,12 @@ public static Color Cyan { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkblue/_index.md index 7887d19087bd..38ea13a76be3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkblue/_index.md @@ -1,7 +1,7 @@ --- -title: DarkBlue +title: Color.DarkBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 220 url: /net/aspose.imaging/color/darkblue/ @@ -16,12 +16,12 @@ public static Color DarkBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkcyan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkcyan/_index.md index 8076e05a3551..9d92c4ac5e3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkcyan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkcyan/_index.md @@ -1,7 +1,7 @@ --- -title: DarkCyan +title: Color.DarkCyan second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 230 url: /net/aspose.imaging/color/darkcyan/ @@ -16,12 +16,12 @@ public static Color DarkCyan { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgoldenrod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgoldenrod/_index.md index 89ec89e96b50..b384494e4f96 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgoldenrod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgoldenrod/_index.md @@ -1,7 +1,7 @@ --- -title: DarkGoldenrod +title: Color.DarkGoldenrod second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 240 url: /net/aspose.imaging/color/darkgoldenrod/ @@ -16,12 +16,12 @@ public static Color DarkGoldenrod { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgray/_index.md index 06791cbae415..a8c3beab3069 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgray/_index.md @@ -1,7 +1,7 @@ --- -title: DarkGray +title: Color.DarkGray second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 250 url: /net/aspose.imaging/color/darkgray/ @@ -16,12 +16,12 @@ public static Color DarkGray { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgreen/_index.md index b5d7ae1a5066..6f8fb4a0a113 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkgreen/_index.md @@ -1,7 +1,7 @@ --- -title: DarkGreen +title: Color.DarkGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 260 url: /net/aspose.imaging/color/darkgreen/ @@ -16,12 +16,12 @@ public static Color DarkGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkkhaki/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkkhaki/_index.md index fbbb604d8b18..10991dadf97b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkkhaki/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkkhaki/_index.md @@ -1,7 +1,7 @@ --- -title: DarkKhaki +title: Color.DarkKhaki second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 270 url: /net/aspose.imaging/color/darkkhaki/ @@ -16,12 +16,12 @@ public static Color DarkKhaki { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkmagenta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkmagenta/_index.md index 3759d577ec04..8df97de222ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkmagenta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkmagenta/_index.md @@ -1,7 +1,7 @@ --- -title: DarkMagenta +title: Color.DarkMagenta second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 280 url: /net/aspose.imaging/color/darkmagenta/ @@ -16,12 +16,12 @@ public static Color DarkMagenta { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkolivegreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkolivegreen/_index.md index 0297bbdb671d..e9b15a83b7d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkolivegreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkolivegreen/_index.md @@ -1,7 +1,7 @@ --- -title: DarkOliveGreen +title: Color.DarkOliveGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 290 url: /net/aspose.imaging/color/darkolivegreen/ @@ -16,12 +16,12 @@ public static Color DarkOliveGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkorange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkorange/_index.md index 6c93197ab604..6fae71a4c6e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkorange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkorange/_index.md @@ -1,7 +1,7 @@ --- -title: DarkOrange +title: Color.DarkOrange second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 300 url: /net/aspose.imaging/color/darkorange/ @@ -16,12 +16,12 @@ public static Color DarkOrange { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkorchid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkorchid/_index.md index 6279e7ec2adc..c5890ce1bc4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkorchid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkorchid/_index.md @@ -1,7 +1,7 @@ --- -title: DarkOrchid +title: Color.DarkOrchid second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 310 url: /net/aspose.imaging/color/darkorchid/ @@ -16,12 +16,12 @@ public static Color DarkOrchid { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkred/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkred/_index.md index bc79e245ddf8..44e1fcbb94ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkred/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkred/_index.md @@ -1,7 +1,7 @@ --- -title: DarkRed +title: Color.DarkRed second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 320 url: /net/aspose.imaging/color/darkred/ @@ -16,12 +16,12 @@ public static Color DarkRed { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darksalmon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darksalmon/_index.md index 72448d114235..596f58a38f6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darksalmon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darksalmon/_index.md @@ -1,7 +1,7 @@ --- -title: DarkSalmon +title: Color.DarkSalmon second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 330 url: /net/aspose.imaging/color/darksalmon/ @@ -16,12 +16,12 @@ public static Color DarkSalmon { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkseagreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkseagreen/_index.md index de478e66c371..97fafbf73fe5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkseagreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkseagreen/_index.md @@ -1,7 +1,7 @@ --- -title: DarkSeaGreen +title: Color.DarkSeaGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 340 url: /net/aspose.imaging/color/darkseagreen/ @@ -16,12 +16,12 @@ public static Color DarkSeaGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkslateblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkslateblue/_index.md index f37afb4c2d3d..cf3479c63d65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkslateblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkslateblue/_index.md @@ -1,7 +1,7 @@ --- -title: DarkSlateBlue +title: Color.DarkSlateBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 350 url: /net/aspose.imaging/color/darkslateblue/ @@ -16,12 +16,12 @@ public static Color DarkSlateBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkslategray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkslategray/_index.md index 5d98ccdcb108..92934ee96402 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkslategray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkslategray/_index.md @@ -1,7 +1,7 @@ --- -title: DarkSlateGray +title: Color.DarkSlateGray second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 360 url: /net/aspose.imaging/color/darkslategray/ @@ -16,12 +16,12 @@ public static Color DarkSlateGray { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkturquoise/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkturquoise/_index.md index 92f35be3c85f..22e6644cb8df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkturquoise/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkturquoise/_index.md @@ -1,7 +1,7 @@ --- -title: DarkTurquoise +title: Color.DarkTurquoise second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 370 url: /net/aspose.imaging/color/darkturquoise/ @@ -16,12 +16,12 @@ public static Color DarkTurquoise { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkviolet/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkviolet/_index.md index dbee6bea72fd..5ab82d4955e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkviolet/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/darkviolet/_index.md @@ -1,7 +1,7 @@ --- -title: DarkViolet +title: Color.DarkViolet second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 380 url: /net/aspose.imaging/color/darkviolet/ @@ -16,12 +16,12 @@ public static Color DarkViolet { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/deeppink/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/deeppink/_index.md index 057c023dad60..693e44ea2ae4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/deeppink/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/deeppink/_index.md @@ -1,7 +1,7 @@ --- -title: DeepPink +title: Color.DeepPink second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 390 url: /net/aspose.imaging/color/deeppink/ @@ -16,12 +16,12 @@ public static Color DeepPink { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/deepskyblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/deepskyblue/_index.md index e38fb4ce2797..48377e623f76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/deepskyblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/deepskyblue/_index.md @@ -1,7 +1,7 @@ --- -title: DeepSkyBlue +title: Color.DeepSkyBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 400 url: /net/aspose.imaging/color/deepskyblue/ @@ -16,12 +16,12 @@ public static Color DeepSkyBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/dimgray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/dimgray/_index.md index 1ce70e5a397f..952879325be5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/dimgray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/dimgray/_index.md @@ -1,7 +1,7 @@ --- -title: DimGray +title: Color.DimGray second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 410 url: /net/aspose.imaging/color/dimgray/ @@ -16,12 +16,12 @@ public static Color DimGray { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/dodgerblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/dodgerblue/_index.md index 481802bc1e39..4cdc9994dce2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/dodgerblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/dodgerblue/_index.md @@ -1,7 +1,7 @@ --- -title: DodgerBlue +title: Color.DodgerBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 420 url: /net/aspose.imaging/color/dodgerblue/ @@ -16,12 +16,12 @@ public static Color DodgerBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/empty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/empty/_index.md index d9e3f889a8e8..6e964d2bfc4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/empty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/empty/_index.md @@ -1,14 +1,14 @@ --- -title: Empty +title: Color.Empty second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets an empty Color type: docs weight: 430 url: /net/aspose.imaging/color/empty/ --- ## Color.Empty property -Gets an empty [`Color`](../../color). +Gets an empty [`Color`](../). ```csharp public static Color Empty { get; } @@ -16,12 +16,12 @@ public static Color Empty { get; } ### Property Value -The empty [`Color`](../../color). +The empty [`Color`](../). ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/equals/_index.md index a63c03f6ddb0..74230300e4cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: Color.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Tests whether the specified object is a Color structure and is equivalent to this Color structure type: docs weight: 1540 url: /net/aspose.imaging/color/equals/ --- ## Color.Equals method -Tests whether the specified object is a [`Color`](../../color) structure and is equivalent to this [`Color`](../../color) structure. +Tests whether the specified object is a [`Color`](../) structure and is equivalent to this [`Color`](../) structure. ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -True if *obj* is a [`Color`](../../color) structure equivalent to this [`Color`](../../color) structure; otherwise, false. +True if *obj* is a [`Color`](../) structure equivalent to this [`Color`](../) structure; otherwise, false. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/firebrick/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/firebrick/_index.md index 8430b21555e1..1d2fbce99943 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/firebrick/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/firebrick/_index.md @@ -1,7 +1,7 @@ --- -title: Firebrick +title: Color.Firebrick second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 440 url: /net/aspose.imaging/color/firebrick/ @@ -16,12 +16,12 @@ public static Color Firebrick { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/floralwhite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/floralwhite/_index.md index 78c5b7e0566b..79f3589c2a3f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/floralwhite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/floralwhite/_index.md @@ -1,7 +1,7 @@ --- -title: FloralWhite +title: Color.FloralWhite second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 450 url: /net/aspose.imaging/color/floralwhite/ @@ -16,12 +16,12 @@ public static Color FloralWhite { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/forestgreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/forestgreen/_index.md index a7b871d925c9..44739bc7a227 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/forestgreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/forestgreen/_index.md @@ -1,7 +1,7 @@ --- -title: ForestGreen +title: Color.ForestGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 460 url: /net/aspose.imaging/color/forestgreen/ @@ -16,12 +16,12 @@ public static Color ForestGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromargb/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromargb/_index.md index a51b4e0a7ff2..703f6687a652 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromargb/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromargb/_index.md @@ -1,14 +1,14 @@ --- -title: FromArgb +title: Color.FromArgb second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Creates a Color structure from a 32bit ARGB value type: docs weight: 1430 url: /net/aspose.imaging/color/fromargb/ --- -## Color.FromArgb method (1 of 4) +## FromArgb(int) {#fromargb} -Creates a [`Color`](../../color) structure from a 32-bit ARGB value. +Creates a [`Color`](../) structure from a 32-bit ARGB value. ```csharp public static Color FromArgb(int argb) @@ -20,19 +20,19 @@ public static Color FromArgb(int argb) ### Return Value -The [`Color`](../../color) structure that this method creates. +The [`Color`](../) structure that this method creates. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) --- -## Color.FromArgb method (2 of 4) +## FromArgb(int, int, int, int) {#fromargb_3} -Creates a [`Color`](../../color) structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits. +Creates a [`Color`](../) structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits. ```csharp public static Color FromArgb(int alpha, int red, int green, int blue) @@ -47,7 +47,7 @@ public static Color FromArgb(int alpha, int red, int green, int blue) ### Return Value -The [`Color`](../../color) that this method creates. +The [`Color`](../) that this method creates. ### Exceptions @@ -57,15 +57,15 @@ The [`Color`](../../color) that this method creates. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) --- -## Color.FromArgb method (3 of 4) +## FromArgb(int, Color) {#fromargb_1} -Creates a [`Color`](../../color) structure from the specified [`Color`](../../color) structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits. +Creates a [`Color`](../) structure from the specified [`Color`](../) structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits. ```csharp public static Color FromArgb(int alpha, Color baseColor) @@ -73,12 +73,12 @@ public static Color FromArgb(int alpha, Color baseColor) | Parameter | Type | Description | | --- | --- | --- | -| alpha | Int32 | The alpha value for the new [`Color`](../../color). Valid values are 0 through 255. | -| baseColor | Color | The [`Color`](../../color) from which to create the new [`Color`](../../color). | +| alpha | Int32 | The alpha value for the new [`Color`](../). Valid values are 0 through 255. | +| baseColor | Color | The [`Color`](../) from which to create the new [`Color`](../). | ### Return Value -The [`Color`](../../color) that this method creates. +The [`Color`](../) that this method creates. ### Exceptions @@ -88,15 +88,15 @@ The [`Color`](../../color) that this method creates. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) --- -## Color.FromArgb method (4 of 4) +## FromArgb(int, int, int) {#fromargb_2} -Creates a [`Color`](../../color) structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits. +Creates a [`Color`](../) structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits. ```csharp public static Color FromArgb(int red, int green, int blue) @@ -104,13 +104,13 @@ public static Color FromArgb(int red, int green, int blue) | Parameter | Type | Description | | --- | --- | --- | -| red | Int32 | The red component value for the new [`Color`](../../color). Valid values are 0 through 255. | -| green | Int32 | The green component value for the new [`Color`](../../color). Valid values are 0 through 255. | -| blue | Int32 | The blue component value for the new [`Color`](../../color). Valid values are 0 through 255. | +| red | Int32 | The red component value for the new [`Color`](../). Valid values are 0 through 255. | +| green | Int32 | The green component value for the new [`Color`](../). Valid values are 0 through 255. | +| blue | Int32 | The blue component value for the new [`Color`](../). Valid values are 0 through 255. | ### Return Value -The [`Color`](../../color) that this method creates. +The [`Color`](../) that this method creates. ### Exceptions @@ -120,8 +120,8 @@ The [`Color`](../../color) that this method creates. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromknowncolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromknowncolor/_index.md index 93fdfb90cd95..edd190e00243 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromknowncolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromknowncolor/_index.md @@ -1,14 +1,14 @@ --- -title: FromKnownColor +title: Color.FromKnownColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Creates a Color structure from the specified predefined color type: docs weight: 1440 url: /net/aspose.imaging/color/fromknowncolor/ --- ## Color.FromKnownColor method -Creates a [`Color`](../../color) structure from the specified predefined color. +Creates a [`Color`](../) structure from the specified predefined color. ```csharp public static Color FromKnownColor(KnownColor color) @@ -16,17 +16,17 @@ public static Color FromKnownColor(KnownColor color) | Parameter | Type | Description | | --- | --- | --- | -| color | KnownColor | An element of the [`KnownColor`](../../knowncolor) enumeration. | +| color | KnownColor | An element of the [`KnownColor`](../../knowncolor/) enumeration. | ### Return Value -The [`Color`](../../color) that this method creates. +The [`Color`](../) that this method creates. ### See Also -* enum [KnownColor](../../knowncolor) -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* enum [KnownColor](../../knowncolor/) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromname/_index.md index 6ded7ca0a081..1d700c2d2e0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/fromname/_index.md @@ -1,14 +1,14 @@ --- -title: FromName +title: Color.FromName second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Creates a Color structure from the specified name of a predefined color type: docs weight: 1450 url: /net/aspose.imaging/color/fromname/ --- ## Color.FromName method -Creates a [`Color`](../../color) structure from the specified name of a predefined color. +Creates a [`Color`](../) structure from the specified name of a predefined color. ```csharp public static Color FromName(string name) @@ -16,16 +16,16 @@ public static Color FromName(string name) | Parameter | Type | Description | | --- | --- | --- | -| name | String | A string that is the name of a predefined color. Valid names are the same as the names of the elements of the [`KnownColor`](../../knowncolor) enumeration. | +| name | String | A string that is the name of a predefined color. Valid names are the same as the names of the elements of the [`KnownColor`](../../knowncolor/) enumeration. | ### Return Value -The [`Color`](../../color) that this method creates. +The [`Color`](../) that this method creates. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/fuchsia/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/fuchsia/_index.md index 64f1f0c7a6ae..ab47201353b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/fuchsia/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/fuchsia/_index.md @@ -1,7 +1,7 @@ --- -title: Fuchsia +title: Color.Fuchsia second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 470 url: /net/aspose.imaging/color/fuchsia/ @@ -16,12 +16,12 @@ public static Color Fuchsia { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/g/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/g/_index.md index ffb460b870f6..1ae89cffca4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/g/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/g/_index.md @@ -1,14 +1,14 @@ --- -title: G +title: Color.G second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets the green component value of this Color structure type: docs weight: 1480 url: /net/aspose.imaging/color/g/ --- ## Color.G property -Gets the green component value of this [`Color`](../../color) structure. +Gets the green component value of this [`Color`](../) structure. ```csharp public byte G { get; } @@ -16,12 +16,12 @@ public byte G { get; } ### Property Value -The green component value of this [`Color`](../../color). +The green component value of this [`Color`](../). ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gainsboro/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gainsboro/_index.md index 96bbede11029..2e4ea3bb096b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gainsboro/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gainsboro/_index.md @@ -1,7 +1,7 @@ --- -title: Gainsboro +title: Color.Gainsboro second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 480 url: /net/aspose.imaging/color/gainsboro/ @@ -16,12 +16,12 @@ public static Color Gainsboro { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/getbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/getbrightness/_index.md index ed6377b7d845..4f7d6f9494ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/getbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/getbrightness/_index.md @@ -1,14 +1,14 @@ --- -title: GetBrightness +title: Color.GetBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Gets the huesaturationbrightness HSB brightness value for this Color structure type: docs weight: 1550 url: /net/aspose.imaging/color/getbrightness/ --- ## Color.GetBrightness method -Gets the hue-saturation-brightness (HSB) brightness value for this [`Color`](../../color) structure. +Gets the hue-saturation-brightness (HSB) brightness value for this [`Color`](../) structure. ```csharp public float GetBrightness() @@ -16,12 +16,12 @@ public float GetBrightness() ### Return Value -The brightness of this [`Color`](../../color). The brightness ranges from 0.0 through 1.0, where 0.0 represents black and 1.0 represents white. +The brightness of this [`Color`](../). The brightness ranges from 0.0 through 1.0, where 0.0 represents black and 1.0 represents white. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gethashcode/_index.md index 950a90406f95..b21ec25bac90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gethashcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetHashCode +title: Color.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Returns a hash code for this Color structure type: docs weight: 1560 url: /net/aspose.imaging/color/gethashcode/ --- ## Color.GetHashCode method -Returns a hash code for this [`Color`](../../color) structure. +Returns a hash code for this [`Color`](../) structure. ```csharp public override int GetHashCode() @@ -16,12 +16,12 @@ public override int GetHashCode() ### Return Value -An integer value that specifies the hash code for this [`Color`](../../color). +An integer value that specifies the hash code for this [`Color`](../). ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gethue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gethue/_index.md index 5964d8a332ad..f05e2ac8cca8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gethue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gethue/_index.md @@ -1,14 +1,14 @@ --- -title: GetHue +title: Color.GetHue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Gets the huesaturationbrightness HSB hue value in degrees for this Color structure type: docs weight: 1570 url: /net/aspose.imaging/color/gethue/ --- ## Color.GetHue method -Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this [`Color`](../../color) structure. +Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this [`Color`](../) structure. ```csharp public float GetHue() @@ -16,12 +16,12 @@ public float GetHue() ### Return Value -The hue, in degrees, of this [`Color`](../../color). The hue is measured in degrees, ranging from 0.0 through 360.0, in HSB color space. +The hue, in degrees, of this [`Color`](../). The hue is measured in degrees, ranging from 0.0 through 360.0, in HSB color space. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/getsaturation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/getsaturation/_index.md index 7fbb1c0d5c8d..f57d980759b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/getsaturation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/getsaturation/_index.md @@ -1,14 +1,14 @@ --- -title: GetSaturation +title: Color.GetSaturation second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Gets the huesaturationbrightness HSB saturation value for this Color structure type: docs weight: 1580 url: /net/aspose.imaging/color/getsaturation/ --- ## Color.GetSaturation method -Gets the hue-saturation-brightness (HSB) saturation value for this [`Color`](../../color) structure. +Gets the hue-saturation-brightness (HSB) saturation value for this [`Color`](../) structure. ```csharp public float GetSaturation() @@ -16,12 +16,12 @@ public float GetSaturation() ### Return Value -The saturation of this [`Color`](../../color). The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated. +The saturation of this [`Color`](../). The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/ghostwhite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/ghostwhite/_index.md index 471db38649b8..ad729bac0402 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/ghostwhite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/ghostwhite/_index.md @@ -1,7 +1,7 @@ --- -title: GhostWhite +title: Color.GhostWhite second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 490 url: /net/aspose.imaging/color/ghostwhite/ @@ -16,12 +16,12 @@ public static Color GhostWhite { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gold/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gold/_index.md index 5ddbee32ed9d..29948beb8dac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gold/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gold/_index.md @@ -1,7 +1,7 @@ --- -title: Gold +title: Color.Gold second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 500 url: /net/aspose.imaging/color/gold/ @@ -16,12 +16,12 @@ public static Color Gold { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/goldenrod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/goldenrod/_index.md index 2bb90d09a1c6..88c4305e16f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/goldenrod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/goldenrod/_index.md @@ -1,7 +1,7 @@ --- -title: Goldenrod +title: Color.Goldenrod second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 510 url: /net/aspose.imaging/color/goldenrod/ @@ -16,12 +16,12 @@ public static Color Goldenrod { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gray/_index.md index e972223905c8..9bb208efd1c1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/gray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/gray/_index.md @@ -1,7 +1,7 @@ --- -title: Gray +title: Color.Gray second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 520 url: /net/aspose.imaging/color/gray/ @@ -16,12 +16,12 @@ public static Color Gray { get; } ### Property Value -A [`Color`](../../color) structure representing a system-defined color. +A [`Color`](../) structure representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/green/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/green/_index.md index 835c976f9e85..79fa418bb24c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/green/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/green/_index.md @@ -1,7 +1,7 @@ --- -title: Green +title: Color.Green second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 530 url: /net/aspose.imaging/color/green/ @@ -16,12 +16,12 @@ public static Color Green { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/greenyellow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/greenyellow/_index.md index 58e4feb229b6..6565f1c591a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/greenyellow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/greenyellow/_index.md @@ -1,7 +1,7 @@ --- -title: GreenYellow +title: Color.GreenYellow second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 540 url: /net/aspose.imaging/color/greenyellow/ @@ -16,12 +16,12 @@ public static Color GreenYellow { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/honeydew/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/honeydew/_index.md index c45ceecbb7ee..bf7195e588b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/honeydew/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/honeydew/_index.md @@ -1,7 +1,7 @@ --- -title: Honeydew +title: Color.Honeydew second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 550 url: /net/aspose.imaging/color/honeydew/ @@ -16,12 +16,12 @@ public static Color Honeydew { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/hotpink/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/hotpink/_index.md index eb05e5dd3e41..bb30a293ec81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/hotpink/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/hotpink/_index.md @@ -1,7 +1,7 @@ --- -title: HotPink +title: Color.HotPink second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 560 url: /net/aspose.imaging/color/hotpink/ @@ -16,12 +16,12 @@ public static Color HotPink { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/indianred/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/indianred/_index.md index 9d5deb681c3a..19766be8cecc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/indianred/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/indianred/_index.md @@ -1,7 +1,7 @@ --- -title: IndianRed +title: Color.IndianRed second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 570 url: /net/aspose.imaging/color/indianred/ @@ -16,12 +16,12 @@ public static Color IndianRed { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/indigo/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/indigo/_index.md index 91f4e7b99cf0..8f4596591e31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/indigo/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/indigo/_index.md @@ -1,7 +1,7 @@ --- -title: Indigo +title: Color.Indigo second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 580 url: /net/aspose.imaging/color/indigo/ @@ -16,12 +16,12 @@ public static Color Indigo { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/isempty/_index.md index c7a01601e5cd..04099e940982 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: Color.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a value indicating whether this Color structure is uninitialized type: docs weight: 1490 url: /net/aspose.imaging/color/isempty/ --- ## Color.IsEmpty property -Gets a value indicating whether this [`Color`](../../color) structure is uninitialized. +Gets a value indicating whether this [`Color`](../) structure is uninitialized. ```csharp public bool IsEmpty { get; } @@ -20,8 +20,8 @@ This property returns true if this color is uninitialized; otherwise, false. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/isknowncolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/isknowncolor/_index.md index 96daed75948a..288b57588018 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/isknowncolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/isknowncolor/_index.md @@ -1,14 +1,14 @@ --- -title: IsKnownColor +title: Color.IsKnownColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a value indicating whether this Color structure is a predefined color. Predefined colors are represented by the elements of the KnownColor enumeration type: docs weight: 1500 url: /net/aspose.imaging/color/isknowncolor/ --- ## Color.IsKnownColor property -Gets a value indicating whether this [`Color`](../../color) structure is a predefined color. Predefined colors are represented by the elements of the [`KnownColor`](../../knowncolor) enumeration. +Gets a value indicating whether this [`Color`](../) structure is a predefined color. Predefined colors are represented by the elements of the [`KnownColor`](../../knowncolor/) enumeration. ```csharp public bool IsKnownColor { get; } @@ -16,12 +16,12 @@ public bool IsKnownColor { get; } ### Property Value -True if this [`Color`](../../color) was created from a predefined color by using either the [`FromName`](../fromname) method or the [`FromKnownColor`](../fromknowncolor) method; otherwise, false. +True if this [`Color`](../) was created from a predefined color by using either the [`FromName`](../fromname/) method or the [`FromKnownColor`](../fromknowncolor/) method; otherwise, false. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/isnamedcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/isnamedcolor/_index.md index bbfd11e4b725..7ff7c6e677ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/isnamedcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/isnamedcolor/_index.md @@ -1,14 +1,14 @@ --- -title: IsNamedColor +title: Color.IsNamedColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a value indicating whether this Color structure is a named color or a member of the KnownColor enumeration type: docs weight: 1510 url: /net/aspose.imaging/color/isnamedcolor/ --- ## Color.IsNamedColor property -Gets a value indicating whether this [`Color`](../../color) structure is a named color or a member of the [`KnownColor`](../../knowncolor) enumeration. +Gets a value indicating whether this [`Color`](../) structure is a named color or a member of the [`KnownColor`](../../knowncolor/) enumeration. ```csharp public bool IsNamedColor { get; } @@ -16,12 +16,12 @@ public bool IsNamedColor { get; } ### Property Value -True if this [`Color`](../../color) was created by using either the [`FromName`](../fromname) method or the [`FromKnownColor`](../fromknowncolor) method; otherwise, false. +True if this [`Color`](../) was created by using either the [`FromName`](../fromname/) method or the [`FromKnownColor`](../fromknowncolor/) method; otherwise, false. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/ivory/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/ivory/_index.md index 1d8f21abc448..a185696cbdc3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/ivory/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/ivory/_index.md @@ -1,7 +1,7 @@ --- -title: Ivory +title: Color.Ivory second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 590 url: /net/aspose.imaging/color/ivory/ @@ -16,12 +16,12 @@ public static Color Ivory { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/khaki/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/khaki/_index.md index 15c4607c7ee1..b7182d8b0faf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/khaki/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/khaki/_index.md @@ -1,7 +1,7 @@ --- -title: Khaki +title: Color.Khaki second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 600 url: /net/aspose.imaging/color/khaki/ @@ -16,12 +16,12 @@ public static Color Khaki { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lavender/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lavender/_index.md index 3cfa16295a3c..b9598cfc1dfb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lavender/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lavender/_index.md @@ -1,7 +1,7 @@ --- -title: Lavender +title: Color.Lavender second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 610 url: /net/aspose.imaging/color/lavender/ @@ -16,12 +16,12 @@ public static Color Lavender { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lavenderblush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lavenderblush/_index.md index 13da1f032f1e..1d3b359ea32c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lavenderblush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lavenderblush/_index.md @@ -1,7 +1,7 @@ --- -title: LavenderBlush +title: Color.LavenderBlush second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 620 url: /net/aspose.imaging/color/lavenderblush/ @@ -16,12 +16,12 @@ public static Color LavenderBlush { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lawngreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lawngreen/_index.md index 50035770784b..940eddfd54b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lawngreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lawngreen/_index.md @@ -1,7 +1,7 @@ --- -title: LawnGreen +title: Color.LawnGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 630 url: /net/aspose.imaging/color/lawngreen/ @@ -16,12 +16,12 @@ public static Color LawnGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lemonchiffon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lemonchiffon/_index.md index cf9d1199e75f..b23c44a2f539 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lemonchiffon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lemonchiffon/_index.md @@ -1,7 +1,7 @@ --- -title: LemonChiffon +title: Color.LemonChiffon second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 640 url: /net/aspose.imaging/color/lemonchiffon/ @@ -16,12 +16,12 @@ public static Color LemonChiffon { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightblue/_index.md index 12c413951baf..ee168bd033fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightblue/_index.md @@ -1,7 +1,7 @@ --- -title: LightBlue +title: Color.LightBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 650 url: /net/aspose.imaging/color/lightblue/ @@ -16,12 +16,12 @@ public static Color LightBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightcoral/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightcoral/_index.md index 396c8fe74462..e75f4e4230c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightcoral/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightcoral/_index.md @@ -1,7 +1,7 @@ --- -title: LightCoral +title: Color.LightCoral second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 660 url: /net/aspose.imaging/color/lightcoral/ @@ -16,12 +16,12 @@ public static Color LightCoral { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightcyan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightcyan/_index.md index 979bc23160e6..6e53238f3f26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightcyan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightcyan/_index.md @@ -1,7 +1,7 @@ --- -title: LightCyan +title: Color.LightCyan second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 670 url: /net/aspose.imaging/color/lightcyan/ @@ -16,12 +16,12 @@ public static Color LightCyan { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgoldenrodyellow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgoldenrodyellow/_index.md index b5137731607a..8473eb43cb1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgoldenrodyellow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgoldenrodyellow/_index.md @@ -1,7 +1,7 @@ --- -title: LightGoldenrodYellow +title: Color.LightGoldenrodYellow second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 680 url: /net/aspose.imaging/color/lightgoldenrodyellow/ @@ -16,12 +16,12 @@ public static Color LightGoldenrodYellow { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgray/_index.md index 50d2ffc2c842..b733263f2b11 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgray/_index.md @@ -1,7 +1,7 @@ --- -title: LightGray +title: Color.LightGray second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 690 url: /net/aspose.imaging/color/lightgray/ @@ -16,12 +16,12 @@ public static Color LightGray { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgreen/_index.md index 3d4c09956622..74ca749c6f6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightgreen/_index.md @@ -1,7 +1,7 @@ --- -title: LightGreen +title: Color.LightGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 700 url: /net/aspose.imaging/color/lightgreen/ @@ -16,12 +16,12 @@ public static Color LightGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightpink/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightpink/_index.md index 664fcb02d80c..401510921bb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightpink/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightpink/_index.md @@ -1,7 +1,7 @@ --- -title: LightPink +title: Color.LightPink second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 710 url: /net/aspose.imaging/color/lightpink/ @@ -16,12 +16,12 @@ public static Color LightPink { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightsalmon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightsalmon/_index.md index 92e24e6b72f0..09b7edfc30f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightsalmon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightsalmon/_index.md @@ -1,7 +1,7 @@ --- -title: LightSalmon +title: Color.LightSalmon second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 720 url: /net/aspose.imaging/color/lightsalmon/ @@ -16,12 +16,12 @@ public static Color LightSalmon { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightseagreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightseagreen/_index.md index 5184b21631cf..9fd542ea4f9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightseagreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightseagreen/_index.md @@ -1,7 +1,7 @@ --- -title: LightSeaGreen +title: Color.LightSeaGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 730 url: /net/aspose.imaging/color/lightseagreen/ @@ -16,12 +16,12 @@ public static Color LightSeaGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightskyblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightskyblue/_index.md index 87034d39fcf0..73d849249c2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightskyblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightskyblue/_index.md @@ -1,7 +1,7 @@ --- -title: LightSkyBlue +title: Color.LightSkyBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 740 url: /net/aspose.imaging/color/lightskyblue/ @@ -16,12 +16,12 @@ public static Color LightSkyBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightslategray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightslategray/_index.md index 852148ba7e00..68ee735dd731 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightslategray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightslategray/_index.md @@ -1,7 +1,7 @@ --- -title: LightSlateGray +title: Color.LightSlateGray second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 750 url: /net/aspose.imaging/color/lightslategray/ @@ -16,12 +16,12 @@ public static Color LightSlateGray { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightsteelblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightsteelblue/_index.md index e36dc0e463d0..81c58f6f14b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightsteelblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightsteelblue/_index.md @@ -1,7 +1,7 @@ --- -title: LightSteelBlue +title: Color.LightSteelBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 760 url: /net/aspose.imaging/color/lightsteelblue/ @@ -16,12 +16,12 @@ public static Color LightSteelBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightyellow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightyellow/_index.md index f6f04e0db158..bdf5813c752f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightyellow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lightyellow/_index.md @@ -1,7 +1,7 @@ --- -title: LightYellow +title: Color.LightYellow second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 770 url: /net/aspose.imaging/color/lightyellow/ @@ -16,12 +16,12 @@ public static Color LightYellow { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lime/_index.md index e94ddd397e86..691afbaaf141 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/lime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/lime/_index.md @@ -1,7 +1,7 @@ --- -title: Lime +title: Color.Lime second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 780 url: /net/aspose.imaging/color/lime/ @@ -16,12 +16,12 @@ public static Color Lime { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/limegreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/limegreen/_index.md index 49a41bd8a1c9..936bfcfd25f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/limegreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/limegreen/_index.md @@ -1,7 +1,7 @@ --- -title: LimeGreen +title: Color.LimeGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 790 url: /net/aspose.imaging/color/limegreen/ @@ -16,12 +16,12 @@ public static Color LimeGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/linen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/linen/_index.md index c6a0e43a5c81..a0e474f2abe5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/linen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/linen/_index.md @@ -1,7 +1,7 @@ --- -title: Linen +title: Color.Linen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 800 url: /net/aspose.imaging/color/linen/ @@ -16,12 +16,12 @@ public static Color Linen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/magenta/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/magenta/_index.md index ead98da23a66..84410b752fd6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/magenta/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/magenta/_index.md @@ -1,7 +1,7 @@ --- -title: Magenta +title: Color.Magenta second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 810 url: /net/aspose.imaging/color/magenta/ @@ -16,12 +16,12 @@ public static Color Magenta { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/maroon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/maroon/_index.md index 47875cacfec9..b932d7d1deb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/maroon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/maroon/_index.md @@ -1,7 +1,7 @@ --- -title: Maroon +title: Color.Maroon second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 820 url: /net/aspose.imaging/color/maroon/ @@ -16,12 +16,12 @@ public static Color Maroon { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumaquamarine/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumaquamarine/_index.md index 49dd2de1d51e..8da356a951b7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumaquamarine/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumaquamarine/_index.md @@ -1,7 +1,7 @@ --- -title: MediumAquamarine +title: Color.MediumAquamarine second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 830 url: /net/aspose.imaging/color/mediumaquamarine/ @@ -16,12 +16,12 @@ public static Color MediumAquamarine { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumblue/_index.md index 9909a14d087c..debe5e3a82d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumblue/_index.md @@ -1,7 +1,7 @@ --- -title: MediumBlue +title: Color.MediumBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 840 url: /net/aspose.imaging/color/mediumblue/ @@ -16,12 +16,12 @@ public static Color MediumBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumorchid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumorchid/_index.md index 60682ba5a6ad..1844058f2e95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumorchid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumorchid/_index.md @@ -1,7 +1,7 @@ --- -title: MediumOrchid +title: Color.MediumOrchid second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 850 url: /net/aspose.imaging/color/mediumorchid/ @@ -16,12 +16,12 @@ public static Color MediumOrchid { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumpurple/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumpurple/_index.md index 9d635916a2d7..67d1a4e2b6ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumpurple/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumpurple/_index.md @@ -1,7 +1,7 @@ --- -title: MediumPurple +title: Color.MediumPurple second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 860 url: /net/aspose.imaging/color/mediumpurple/ @@ -16,12 +16,12 @@ public static Color MediumPurple { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumseagreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumseagreen/_index.md index 2b87e7b80da8..938afb3d9da5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumseagreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumseagreen/_index.md @@ -1,7 +1,7 @@ --- -title: MediumSeaGreen +title: Color.MediumSeaGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 870 url: /net/aspose.imaging/color/mediumseagreen/ @@ -16,12 +16,12 @@ public static Color MediumSeaGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumslateblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumslateblue/_index.md index c444781c7e0b..ee584c9365d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumslateblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumslateblue/_index.md @@ -1,7 +1,7 @@ --- -title: MediumSlateBlue +title: Color.MediumSlateBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 880 url: /net/aspose.imaging/color/mediumslateblue/ @@ -16,12 +16,12 @@ public static Color MediumSlateBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumspringgreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumspringgreen/_index.md index 024472968737..c65157c7486c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumspringgreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumspringgreen/_index.md @@ -1,7 +1,7 @@ --- -title: MediumSpringGreen +title: Color.MediumSpringGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 890 url: /net/aspose.imaging/color/mediumspringgreen/ @@ -16,12 +16,12 @@ public static Color MediumSpringGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumturquoise/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumturquoise/_index.md index 6025c75cf47f..0e5a68205dd2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumturquoise/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumturquoise/_index.md @@ -1,7 +1,7 @@ --- -title: MediumTurquoise +title: Color.MediumTurquoise second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 900 url: /net/aspose.imaging/color/mediumturquoise/ @@ -16,12 +16,12 @@ public static Color MediumTurquoise { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumvioletred/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumvioletred/_index.md index 89b16ee883da..569114492726 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumvioletred/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mediumvioletred/_index.md @@ -1,7 +1,7 @@ --- -title: MediumVioletRed +title: Color.MediumVioletRed second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 910 url: /net/aspose.imaging/color/mediumvioletred/ @@ -16,12 +16,12 @@ public static Color MediumVioletRed { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/midnightblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/midnightblue/_index.md index 66347879a4a0..3731e84cfe46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/midnightblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/midnightblue/_index.md @@ -1,7 +1,7 @@ --- -title: MidnightBlue +title: Color.MidnightBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 920 url: /net/aspose.imaging/color/midnightblue/ @@ -16,12 +16,12 @@ public static Color MidnightBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mintcream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mintcream/_index.md index 3d325816f45b..34f28a64b95d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mintcream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mintcream/_index.md @@ -1,7 +1,7 @@ --- -title: MintCream +title: Color.MintCream second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 930 url: /net/aspose.imaging/color/mintcream/ @@ -16,12 +16,12 @@ public static Color MintCream { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mistyrose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mistyrose/_index.md index b7c5b5d7d2cc..7c27e8f09b1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/mistyrose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/mistyrose/_index.md @@ -1,7 +1,7 @@ --- -title: MistyRose +title: Color.MistyRose second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 940 url: /net/aspose.imaging/color/mistyrose/ @@ -16,12 +16,12 @@ public static Color MistyRose { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/moccasin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/moccasin/_index.md index 9e8450db1490..de9830fef52b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/moccasin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/moccasin/_index.md @@ -1,7 +1,7 @@ --- -title: Moccasin +title: Color.Moccasin second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 950 url: /net/aspose.imaging/color/moccasin/ @@ -16,12 +16,12 @@ public static Color Moccasin { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/name/_index.md index 3670d8df4523..1d8075f19e15 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/name/_index.md @@ -1,14 +1,14 @@ --- -title: Name +title: Color.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets the name of this Color type: docs weight: 1520 url: /net/aspose.imaging/color/name/ --- ## Color.Name property -Gets the name of this [`Color`](../../color). +Gets the name of this [`Color`](../). ```csharp public string Name { get; } @@ -16,12 +16,12 @@ public string Name { get; } ### Property Value -The name of this [`Color`](../../color). +The name of this [`Color`](../). ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/navajowhite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/navajowhite/_index.md index e17bbed3da2f..21204bd815a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/navajowhite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/navajowhite/_index.md @@ -1,7 +1,7 @@ --- -title: NavajoWhite +title: Color.NavajoWhite second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 960 url: /net/aspose.imaging/color/navajowhite/ @@ -16,12 +16,12 @@ public static Color NavajoWhite { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/navy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/navy/_index.md index d67e17a03932..be6c62d83b3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/navy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/navy/_index.md @@ -1,7 +1,7 @@ --- -title: Navy +title: Color.Navy second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 970 url: /net/aspose.imaging/color/navy/ @@ -16,12 +16,12 @@ public static Color Navy { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/oldlace/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/oldlace/_index.md index 4f4979f850ac..abf40e31bc50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/oldlace/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/oldlace/_index.md @@ -1,7 +1,7 @@ --- -title: OldLace +title: Color.OldLace second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 980 url: /net/aspose.imaging/color/oldlace/ @@ -16,12 +16,12 @@ public static Color OldLace { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/olive/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/olive/_index.md index d08b5b22564b..59c850e26326 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/olive/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/olive/_index.md @@ -1,7 +1,7 @@ --- -title: Olive +title: Color.Olive second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 990 url: /net/aspose.imaging/color/olive/ @@ -16,12 +16,12 @@ public static Color Olive { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/olivedrab/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/olivedrab/_index.md index bdc26caf19aa..f29d76df6922 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/olivedrab/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/olivedrab/_index.md @@ -1,7 +1,7 @@ --- -title: OliveDrab +title: Color.OliveDrab second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1000 url: /net/aspose.imaging/color/olivedrab/ @@ -16,12 +16,12 @@ public static Color OliveDrab { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/op_equality/_index.md index 8dc94b24b4d6..9747cecc9395 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/op_equality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Equality +title: Color.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Tests whether two specified Color structures are equivalent type: docs weight: 1630 url: /net/aspose.imaging/color/op_equality/ --- ## Color Equality operator -Tests whether two specified [`Color`](../../color) structures are equivalent. +Tests whether two specified [`Color`](../) structures are equivalent. ```csharp public static bool operator ==(Color left, Color right) @@ -16,17 +16,17 @@ public static bool operator ==(Color left, Color right) | Parameter | Type | Description | | --- | --- | --- | -| left | Color | The [`Color`](../../color) that is to the left of the equality operator. | -| right | Color | The [`Color`](../../color) that is to the right of the equality operator. | +| left | Color | The [`Color`](../) that is to the left of the equality operator. | +| right | Color | The [`Color`](../) that is to the right of the equality operator. | ### Return Value -True if the two [`Color`](../../color) structures are equal; otherwise, false. +True if the two [`Color`](../) structures are equal; otherwise, false. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/op_inequality/_index.md index 79dd37756075..6e17eb19a29b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/op_inequality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Inequality +title: Color.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Tests whether two specified Color structures are different type: docs weight: 1640 url: /net/aspose.imaging/color/op_inequality/ --- ## Color Inequality operator -Tests whether two specified [`Color`](../../color) structures are different. +Tests whether two specified [`Color`](../) structures are different. ```csharp public static bool operator !=(Color left, Color right) @@ -16,17 +16,17 @@ public static bool operator !=(Color left, Color right) | Parameter | Type | Description | | --- | --- | --- | -| left | Color | The [`Color`](../../color) that is to the left of the inequality operator. | -| right | Color | The [`Color`](../../color) that is to the right of the inequality operator. | +| left | Color | The [`Color`](../) that is to the left of the inequality operator. | +| right | Color | The [`Color`](../) that is to the right of the inequality operator. | ### Return Value -True if the two [`Color`](../../color) structures are different; otherwise, false. +True if the two [`Color`](../) structures are different; otherwise, false. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/orange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/orange/_index.md index 6df984d68bbf..3ccca02c6877 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/orange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/orange/_index.md @@ -1,7 +1,7 @@ --- -title: Orange +title: Color.Orange second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1010 url: /net/aspose.imaging/color/orange/ @@ -16,12 +16,12 @@ public static Color Orange { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/orangered/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/orangered/_index.md index 46a0103487b3..d1489ed48f7c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/orangered/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/orangered/_index.md @@ -1,7 +1,7 @@ --- -title: OrangeRed +title: Color.OrangeRed second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1020 url: /net/aspose.imaging/color/orangered/ @@ -16,12 +16,12 @@ public static Color OrangeRed { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/orchid/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/orchid/_index.md index 5b7ab3ac8e1c..02ba5b3a4e6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/orchid/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/orchid/_index.md @@ -1,7 +1,7 @@ --- -title: Orchid +title: Color.Orchid second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1030 url: /net/aspose.imaging/color/orchid/ @@ -16,12 +16,12 @@ public static Color Orchid { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/palegoldenrod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/palegoldenrod/_index.md index 6d4645de2247..11678b53abf4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/palegoldenrod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/palegoldenrod/_index.md @@ -1,7 +1,7 @@ --- -title: PaleGoldenrod +title: Color.PaleGoldenrod second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1040 url: /net/aspose.imaging/color/palegoldenrod/ @@ -16,12 +16,12 @@ public static Color PaleGoldenrod { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/palegreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/palegreen/_index.md index 7386112fd2fc..87e0e5402134 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/palegreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/palegreen/_index.md @@ -1,7 +1,7 @@ --- -title: PaleGreen +title: Color.PaleGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1050 url: /net/aspose.imaging/color/palegreen/ @@ -16,12 +16,12 @@ public static Color PaleGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/paleturquoise/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/paleturquoise/_index.md index 0ba852c5aca1..fe8c40e2813b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/paleturquoise/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/paleturquoise/_index.md @@ -1,7 +1,7 @@ --- -title: PaleTurquoise +title: Color.PaleTurquoise second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1060 url: /net/aspose.imaging/color/paleturquoise/ @@ -16,12 +16,12 @@ public static Color PaleTurquoise { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/palevioletred/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/palevioletred/_index.md index 6a7550966dfe..a9491469950d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/palevioletred/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/palevioletred/_index.md @@ -1,7 +1,7 @@ --- -title: PaleVioletRed +title: Color.PaleVioletRed second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1070 url: /net/aspose.imaging/color/palevioletred/ @@ -16,12 +16,12 @@ public static Color PaleVioletRed { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/papayawhip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/papayawhip/_index.md index 6759d19df34f..19f30ad0b133 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/papayawhip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/papayawhip/_index.md @@ -1,7 +1,7 @@ --- -title: PapayaWhip +title: Color.PapayaWhip second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1080 url: /net/aspose.imaging/color/papayawhip/ @@ -16,12 +16,12 @@ public static Color PapayaWhip { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/peachpuff/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/peachpuff/_index.md index 103d5cdf4f25..f522539e53c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/peachpuff/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/peachpuff/_index.md @@ -1,7 +1,7 @@ --- -title: PeachPuff +title: Color.PeachPuff second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1090 url: /net/aspose.imaging/color/peachpuff/ @@ -16,12 +16,12 @@ public static Color PeachPuff { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/peru/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/peru/_index.md index 59090ce4f0c9..11658854e2ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/peru/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/peru/_index.md @@ -1,7 +1,7 @@ --- -title: Peru +title: Color.Peru second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1100 url: /net/aspose.imaging/color/peru/ @@ -16,12 +16,12 @@ public static Color Peru { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/pink/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/pink/_index.md index ba54ee3667d7..4b1df33ecdd7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/pink/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/pink/_index.md @@ -1,7 +1,7 @@ --- -title: Pink +title: Color.Pink second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1110 url: /net/aspose.imaging/color/pink/ @@ -16,12 +16,12 @@ public static Color Pink { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/plum/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/plum/_index.md index ec693ebb6a58..4a576721ee40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/plum/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/plum/_index.md @@ -1,7 +1,7 @@ --- -title: Plum +title: Color.Plum second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1120 url: /net/aspose.imaging/color/plum/ @@ -16,12 +16,12 @@ public static Color Plum { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/powderblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/powderblue/_index.md index d40689c2e1a8..e6bc738f2025 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/powderblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/powderblue/_index.md @@ -1,7 +1,7 @@ --- -title: PowderBlue +title: Color.PowderBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1130 url: /net/aspose.imaging/color/powderblue/ @@ -16,12 +16,12 @@ public static Color PowderBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/purple/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/purple/_index.md index 475af5cff219..67c265624015 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/purple/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/purple/_index.md @@ -1,7 +1,7 @@ --- -title: Purple +title: Color.Purple second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1140 url: /net/aspose.imaging/color/purple/ @@ -16,12 +16,12 @@ public static Color Purple { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/r/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/r/_index.md index 13cfd4ad451a..279b3904aed2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/r/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/r/_index.md @@ -1,14 +1,14 @@ --- -title: R +title: Color.R second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets the red component value of this Color structure type: docs weight: 1530 url: /net/aspose.imaging/color/r/ --- ## Color.R property -Gets the red component value of this [`Color`](../../color) structure. +Gets the red component value of this [`Color`](../) structure. ```csharp public byte R { get; } @@ -16,12 +16,12 @@ public byte R { get; } ### Property Value -The red component value of this [`Color`](../../color). +The red component value of this [`Color`](../). ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/red/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/red/_index.md index 72aeb7c60afb..02f427191046 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/red/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/red/_index.md @@ -1,7 +1,7 @@ --- -title: Red +title: Color.Red second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1150 url: /net/aspose.imaging/color/red/ @@ -16,12 +16,12 @@ public static Color Red { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/rosybrown/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/rosybrown/_index.md index 2a9d883dea56..ff0a65965bfd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/rosybrown/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/rosybrown/_index.md @@ -1,7 +1,7 @@ --- -title: RosyBrown +title: Color.RosyBrown second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1160 url: /net/aspose.imaging/color/rosybrown/ @@ -16,12 +16,12 @@ public static Color RosyBrown { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/royalblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/royalblue/_index.md index ec34ae959fc9..88b22f05f7e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/royalblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/royalblue/_index.md @@ -1,7 +1,7 @@ --- -title: RoyalBlue +title: Color.RoyalBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1170 url: /net/aspose.imaging/color/royalblue/ @@ -16,12 +16,12 @@ public static Color RoyalBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/saddlebrown/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/saddlebrown/_index.md index 03ac6d744906..e1d6fcae4c7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/saddlebrown/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/saddlebrown/_index.md @@ -1,7 +1,7 @@ --- -title: SaddleBrown +title: Color.SaddleBrown second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1180 url: /net/aspose.imaging/color/saddlebrown/ @@ -16,12 +16,12 @@ public static Color SaddleBrown { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/salmon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/salmon/_index.md index 5e5345f7aa6f..cfa8df71deb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/salmon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/salmon/_index.md @@ -1,7 +1,7 @@ --- -title: Salmon +title: Color.Salmon second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1190 url: /net/aspose.imaging/color/salmon/ @@ -16,12 +16,12 @@ public static Color Salmon { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/sandybrown/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/sandybrown/_index.md index e19384cc8b2f..aae978204ce0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/sandybrown/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/sandybrown/_index.md @@ -1,7 +1,7 @@ --- -title: SandyBrown +title: Color.SandyBrown second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1200 url: /net/aspose.imaging/color/sandybrown/ @@ -16,12 +16,12 @@ public static Color SandyBrown { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/seagreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/seagreen/_index.md index e636c433c4cb..dd1e40d9c0db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/seagreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/seagreen/_index.md @@ -1,7 +1,7 @@ --- -title: SeaGreen +title: Color.SeaGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1210 url: /net/aspose.imaging/color/seagreen/ @@ -16,12 +16,12 @@ public static Color SeaGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/seashell/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/seashell/_index.md index fe70d503859b..663c12fce795 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/seashell/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/seashell/_index.md @@ -1,7 +1,7 @@ --- -title: SeaShell +title: Color.SeaShell second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1220 url: /net/aspose.imaging/color/seashell/ @@ -16,12 +16,12 @@ public static Color SeaShell { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/sienna/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/sienna/_index.md index 61385174938b..e7d6c206e50e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/sienna/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/sienna/_index.md @@ -1,7 +1,7 @@ --- -title: Sienna +title: Color.Sienna second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1230 url: /net/aspose.imaging/color/sienna/ @@ -16,12 +16,12 @@ public static Color Sienna { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/silver/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/silver/_index.md index 660537dd37b4..c64d4c3c1291 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/silver/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/silver/_index.md @@ -1,7 +1,7 @@ --- -title: Silver +title: Color.Silver second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1240 url: /net/aspose.imaging/color/silver/ @@ -16,12 +16,12 @@ public static Color Silver { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/skyblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/skyblue/_index.md index 976c2780adba..4e8270ebb841 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/skyblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/skyblue/_index.md @@ -1,7 +1,7 @@ --- -title: SkyBlue +title: Color.SkyBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1250 url: /net/aspose.imaging/color/skyblue/ @@ -16,12 +16,12 @@ public static Color SkyBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/slateblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/slateblue/_index.md index ab7e700cc564..8167bf7709da 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/slateblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/slateblue/_index.md @@ -1,7 +1,7 @@ --- -title: SlateBlue +title: Color.SlateBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1260 url: /net/aspose.imaging/color/slateblue/ @@ -16,12 +16,12 @@ public static Color SlateBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/slategray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/slategray/_index.md index 5ffbdfea88bc..cb0daa6701e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/slategray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/slategray/_index.md @@ -1,7 +1,7 @@ --- -title: SlateGray +title: Color.SlateGray second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1270 url: /net/aspose.imaging/color/slategray/ @@ -16,12 +16,12 @@ public static Color SlateGray { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/snow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/snow/_index.md index 967190ac4b04..712f141d5290 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/snow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/snow/_index.md @@ -1,7 +1,7 @@ --- -title: Snow +title: Color.Snow second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1280 url: /net/aspose.imaging/color/snow/ @@ -16,12 +16,12 @@ public static Color Snow { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/springgreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/springgreen/_index.md index 57f8c8e8015f..4e64c05075a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/springgreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/springgreen/_index.md @@ -1,7 +1,7 @@ --- -title: SpringGreen +title: Color.SpringGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1290 url: /net/aspose.imaging/color/springgreen/ @@ -16,12 +16,12 @@ public static Color SpringGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/steelblue/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/steelblue/_index.md index 556880215ac5..331493fa48b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/steelblue/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/steelblue/_index.md @@ -1,7 +1,7 @@ --- -title: SteelBlue +title: Color.SteelBlue second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1300 url: /net/aspose.imaging/color/steelblue/ @@ -16,12 +16,12 @@ public static Color SteelBlue { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/tan/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/tan/_index.md index 5f7a5daf8a34..68de00215360 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/tan/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/tan/_index.md @@ -1,7 +1,7 @@ --- -title: Tan +title: Color.Tan second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1310 url: /net/aspose.imaging/color/tan/ @@ -16,12 +16,12 @@ public static Color Tan { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/teal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/teal/_index.md index a6c7328c2271..d2ee20fe75e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/teal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/teal/_index.md @@ -1,7 +1,7 @@ --- -title: Teal +title: Color.Teal second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1320 url: /net/aspose.imaging/color/teal/ @@ -16,12 +16,12 @@ public static Color Teal { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/thistle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/thistle/_index.md index 250ba00bfdf3..fb48de8f77ce 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/thistle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/thistle/_index.md @@ -1,7 +1,7 @@ --- -title: Thistle +title: Color.Thistle second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1330 url: /net/aspose.imaging/color/thistle/ @@ -16,12 +16,12 @@ public static Color Thistle { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/toargb/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/toargb/_index.md index 60dceb0b0671..108c2582af74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/toargb/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/toargb/_index.md @@ -1,14 +1,14 @@ --- -title: ToArgb +title: Color.ToArgb second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Gets the 32bit ARGB value of this Color structure type: docs weight: 1590 url: /net/aspose.imaging/color/toargb/ --- ## Color.ToArgb method -Gets the 32-bit ARGB value of this [`Color`](../../color) structure. +Gets the 32-bit ARGB value of this [`Color`](../) structure. ```csharp public int ToArgb() @@ -16,12 +16,12 @@ public int ToArgb() ### Return Value -The 32-bit ARGB value of this [`Color`](../../color). +The 32-bit ARGB value of this [`Color`](../). ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/tocmyk/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/tocmyk/_index.md index 0d74a49fd16c..508d1037f131 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/tocmyk/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/tocmyk/_index.md @@ -1,14 +1,14 @@ --- -title: ToCmyk +title: Color.ToCmyk second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. The conversion from Color to CMYKColor. This method is deprecated. Please use more effective ToCmyk type: docs weight: 1620 url: /net/aspose.imaging/color/tocmyk/ --- ## Color.ToCmyk method -The conversion from Color to CMYKColor. This method is deprecated. Please use more effective [`ToCmyk`](../../cmykcolorhelper/tocmyk). +The conversion from Color to CMYKColor. This method is deprecated. Please use more effective [`ToCmyk`](../../cmykcolorhelper/tocmyk/). ```csharp public static CmykColor ToCmyk(Color pixel) @@ -20,13 +20,13 @@ public static CmykColor ToCmyk(Color pixel) ### Return Value -The [`CmykColor`](../../cmykcolor). +The [`CmykColor`](../../cmykcolor/). ### See Also -* struct [CmykColor](../../cmykcolor) -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [CmykColor](../../cmykcolor/) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/toknowncolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/toknowncolor/_index.md index 916dc27ef460..dcc64c9ba283 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/toknowncolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/toknowncolor/_index.md @@ -1,14 +1,14 @@ --- -title: ToKnownColor +title: Color.ToKnownColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Gets the KnownColor value of this Color structure type: docs weight: 1600 url: /net/aspose.imaging/color/toknowncolor/ --- ## Color.ToKnownColor method -Gets the [`KnownColor`](../../knowncolor) value of this [`Color`](../../color) structure. +Gets the [`KnownColor`](../../knowncolor/) value of this [`Color`](../) structure. ```csharp public KnownColor ToKnownColor() @@ -16,13 +16,13 @@ public KnownColor ToKnownColor() ### Return Value -An element of the [`KnownColor`](../../knowncolor) enumeration, if the [`Color`](../../color) is created from a predefined color by using either the [`FromName`](../fromname) method or the [`FromKnownColor`](../fromknowncolor) method; otherwise, 0. +An element of the [`KnownColor`](../../knowncolor/) enumeration, if the [`Color`](../) is created from a predefined color by using either the [`FromName`](../fromname/) method or the [`FromKnownColor`](../fromknowncolor/) method; otherwise, 0. ### See Also -* enum [KnownColor](../../knowncolor) -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* enum [KnownColor](../../knowncolor/) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/tomato/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/tomato/_index.md index 72c5da47f901..a7ff74569589 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/tomato/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/tomato/_index.md @@ -1,7 +1,7 @@ --- -title: Tomato +title: Color.Tomato second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1340 url: /net/aspose.imaging/color/tomato/ @@ -16,12 +16,12 @@ public static Color Tomato { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/tostring/_index.md index 367c831c2e46..36c00aa0cc4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: Color.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: Color method. Converts this Color structure to a humanreadable string type: docs weight: 1610 url: /net/aspose.imaging/color/tostring/ --- ## Color.ToString method -Converts this [`Color`](../../color) structure to a human-readable string. +Converts this [`Color`](../) structure to a human-readable string. ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -A string that is the name of this [`Color`](../../color), if the [`Color`](../../color) is created from a predefined color by using either the [`FromName`](../fromname) method or the [`FromKnownColor`](../fromknowncolor) method; otherwise, a string that consists of the ARGB component names and their values. +A string that is the name of this [`Color`](../), if the [`Color`](../) is created from a predefined color by using either the [`FromName`](../fromname/) method or the [`FromKnownColor`](../fromknowncolor/) method; otherwise, a string that consists of the ARGB component names and their values. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/transparent/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/transparent/_index.md index 33d9b4d448b0..578ab33f5dfe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/transparent/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/transparent/_index.md @@ -1,7 +1,7 @@ --- -title: Transparent +title: Color.Transparent second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1350 url: /net/aspose.imaging/color/transparent/ @@ -16,12 +16,12 @@ public static Color Transparent { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/turquoise/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/turquoise/_index.md index 883a8a5ee221..4859779516c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/turquoise/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/turquoise/_index.md @@ -1,7 +1,7 @@ --- -title: Turquoise +title: Color.Turquoise second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1360 url: /net/aspose.imaging/color/turquoise/ @@ -16,12 +16,12 @@ public static Color Turquoise { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/violet/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/violet/_index.md index 6fd6476f3b46..f4f354361cc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/violet/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/violet/_index.md @@ -1,7 +1,7 @@ --- -title: Violet +title: Color.Violet second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1370 url: /net/aspose.imaging/color/violet/ @@ -16,12 +16,12 @@ public static Color Violet { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/wheat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/wheat/_index.md index 0516ccff0124..67effb23bad4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/wheat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/wheat/_index.md @@ -1,7 +1,7 @@ --- -title: Wheat +title: Color.Wheat second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1380 url: /net/aspose.imaging/color/wheat/ @@ -16,12 +16,12 @@ public static Color Wheat { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/white/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/white/_index.md index 3d224f0b0a84..ab28d515ba26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/white/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/white/_index.md @@ -1,7 +1,7 @@ --- -title: White +title: Color.White second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1390 url: /net/aspose.imaging/color/white/ @@ -16,12 +16,12 @@ public static Color White { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/whitesmoke/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/whitesmoke/_index.md index c92e752d9af0..25ae1222f2af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/whitesmoke/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/whitesmoke/_index.md @@ -1,7 +1,7 @@ --- -title: WhiteSmoke +title: Color.WhiteSmoke second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1400 url: /net/aspose.imaging/color/whitesmoke/ @@ -16,12 +16,12 @@ public static Color WhiteSmoke { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/yellow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/yellow/_index.md index 09dfb91e0d2e..7eb1ad884c23 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/yellow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/yellow/_index.md @@ -1,7 +1,7 @@ --- -title: Yellow +title: Color.Yellow second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1410 url: /net/aspose.imaging/color/yellow/ @@ -16,12 +16,12 @@ public static Color Yellow { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/color/yellowgreen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/color/yellowgreen/_index.md index b29903e1170a..428b48faa23f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/color/yellowgreen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/color/yellowgreen/_index.md @@ -1,7 +1,7 @@ --- -title: YellowGreen +title: Color.YellowGreen second_title: Aspose.Imaging for .NET API Reference -description: +description: Color property. Gets a systemdefined color type: docs weight: 1420 url: /net/aspose.imaging/color/yellowgreen/ @@ -16,12 +16,12 @@ public static Color YellowGreen { get; } ### Property Value -A [`Color`](../../color) representing a system-defined color. +A [`Color`](../) representing a system-defined color. ### See Also -* struct [Color](../../color) -* namespace [Aspose.Imaging](../../color) +* struct [Color](../) +* namespace [Aspose.Imaging](../../color/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/coloradjusttype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/coloradjusttype/_index.md index 87b76b3bcd41..ace19981730a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/coloradjusttype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/coloradjusttype/_index.md @@ -1,7 +1,7 @@ --- -title: ColorAdjustType +title: Enum ColorAdjustType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorAdjustType enum. Specifies which objects use color adjustment information type: docs weight: 310 url: /net/aspose.imaging/coloradjusttype/ @@ -28,7 +28,7 @@ public enum ColorAdjustType ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/_index.md index e3ceb5b8ddcb..fde81d9e27f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/_index.md @@ -1,7 +1,7 @@ --- -title: ColorBlend +title: Class ColorBlend second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorBlend class. Defines arrays of colors and positions used for interpolating color blending in a multicolor gradient. This class cannot be inherited type: docs weight: 320 url: /net/aspose.imaging/colorblend/ @@ -18,26 +18,26 @@ public sealed class ColorBlend | Name | Description | | --- | --- | -| [ColorBlend](colorblend)() | Initializes a new instance of the [`ColorBlend`](../colorblend) class. | -| [ColorBlend](colorblend)(int) | Initializes a new instance of the [`ColorBlend`](../colorblend) class with the specified number of colors and positions. | +| [ColorBlend](colorblend/#constructor)() | Initializes a new instance of the `ColorBlend` class. | +| [ColorBlend](colorblend/#constructor_1)(int) | Initializes a new instance of the `ColorBlend` class with the specified number of colors and positions. | ## Properties | Name | Description | | --- | --- | -| [Colors](../../aspose.imaging/colorblend/colors) { get; set; } | Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient. | -| [Positions](../../aspose.imaging/colorblend/positions) { get; set; } | Gets or sets the positions along a gradient line. | +| [Colors](../../aspose.imaging/colorblend/colors/) { get; set; } | Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient. | +| [Positions](../../aspose.imaging/colorblend/positions/) { get; set; } | Gets or sets the positions along a gradient line. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/colorblend/equals)(object) | Tests whether the specified object is a [`ColorBlend`](../colorblend) class and is equivalent to this [`ColorBlend`](../colorblend) class. | -| override [GetHashCode](../../aspose.imaging/colorblend/gethashcode)() | Returns a hash code for this instance. | +| override [Equals](../../aspose.imaging/colorblend/equals/)(object) | Tests whether the specified object is a `ColorBlend` class and is equivalent to this `ColorBlend` class. | +| override [GetHashCode](../../aspose.imaging/colorblend/gethashcode/)() | Returns a hash code for this instance. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/colorblend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/colorblend/_index.md index 96196f09e958..602392741fa1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/colorblend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/colorblend/_index.md @@ -1,14 +1,14 @@ --- -title: ColorBlend +title: ColorBlend.ColorBlend second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorBlend constructor. Initializes a new instance of the ColorBlend class type: docs weight: 10 url: /net/aspose.imaging/colorblend/colorblend/ --- -## ColorBlend constructor (1 of 2) +## ColorBlend() {#constructor} -Initializes a new instance of the [`ColorBlend`](../../colorblend) class. +Initializes a new instance of the [`ColorBlend`](../) class. ```csharp public ColorBlend() @@ -16,15 +16,15 @@ public ColorBlend() ### See Also -* class [ColorBlend](../../colorblend) -* namespace [Aspose.Imaging](../../colorblend) +* class [ColorBlend](../) +* namespace [Aspose.Imaging](../../colorblend/) * assembly [Aspose.Imaging](../../../) --- -## ColorBlend constructor (2 of 2) +## ColorBlend(int) {#constructor_1} -Initializes a new instance of the [`ColorBlend`](../../colorblend) class with the specified number of colors and positions. +Initializes a new instance of the [`ColorBlend`](../) class with the specified number of colors and positions. ```csharp public ColorBlend(int count) @@ -32,12 +32,12 @@ public ColorBlend(int count) | Parameter | Type | Description | | --- | --- | --- | -| count | Int32 | The number of colors and positions in this [`ColorBlend`](../../colorblend). | +| count | Int32 | The number of colors and positions in this [`ColorBlend`](../). | ### See Also -* class [ColorBlend](../../colorblend) -* namespace [Aspose.Imaging](../../colorblend) +* class [ColorBlend](../) +* namespace [Aspose.Imaging](../../colorblend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/colors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/colors/_index.md index c0954285413f..d954ca59452b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/colors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/colors/_index.md @@ -1,7 +1,7 @@ --- -title: Colors +title: ColorBlend.Colors second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorBlend property. Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient type: docs weight: 20 url: /net/aspose.imaging/colorblend/colors/ @@ -16,13 +16,13 @@ public Color[] Colors { get; set; } ### Return Value -An array of [`Color`](../../color) structures that represents the colors to use at corresponding positions along a gradient. +An array of [`Color`](../../color/) structures that represents the colors to use at corresponding positions along a gradient. ### See Also -* struct [Color](../../color) -* class [ColorBlend](../../colorblend) -* namespace [Aspose.Imaging](../../colorblend) +* struct [Color](../../color/) +* class [ColorBlend](../) +* namespace [Aspose.Imaging](../../colorblend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/equals/_index.md index f057873857b5..47a4571705b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: ColorBlend.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorBlend method. Tests whether the specified object is a ColorBlend class and is equivalent to this ColorBlend class type: docs weight: 40 url: /net/aspose.imaging/colorblend/equals/ --- ## ColorBlend.Equals method -Tests whether the specified object is a [`ColorBlend`](../../colorblend) class and is equivalent to this [`ColorBlend`](../../colorblend) class. +Tests whether the specified object is a [`ColorBlend`](../) class and is equivalent to this [`ColorBlend`](../) class. ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -True if *obj* is a [`ColorBlend`](../../colorblend) class equivalent to this [`ColorBlend`](../../colorblend) class; otherwise, false. +True if *obj* is a [`ColorBlend`](../) class equivalent to this [`ColorBlend`](../) class; otherwise, false. ### See Also -* class [ColorBlend](../../colorblend) -* namespace [Aspose.Imaging](../../colorblend) +* class [ColorBlend](../) +* namespace [Aspose.Imaging](../../colorblend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/gethashcode/_index.md index f8201a087e9a..79ee600724a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: ColorBlend.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorBlend method. Returns a hash code for this instance type: docs weight: 50 url: /net/aspose.imaging/colorblend/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [ColorBlend](../../colorblend) -* namespace [Aspose.Imaging](../../colorblend) +* class [ColorBlend](../) +* namespace [Aspose.Imaging](../../colorblend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/positions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/positions/_index.md index a6698a294949..fafa454b1150 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/positions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorblend/positions/_index.md @@ -1,7 +1,7 @@ --- -title: Positions +title: ColorBlend.Positions second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorBlend property. Gets or sets the positions along a gradient line type: docs weight: 30 url: /net/aspose.imaging/colorblend/positions/ @@ -20,8 +20,8 @@ An array of values that specify percentages of distance along the gradient line. ### See Also -* class [ColorBlend](../../colorblend) -* namespace [Aspose.Imaging](../../colorblend) +* class [ColorBlend](../) +* namespace [Aspose.Imaging](../../colorblend/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorchannelflag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorchannelflag/_index.md index 499e76a85094..64924d69eba1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorchannelflag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorchannelflag/_index.md @@ -1,7 +1,7 @@ --- -title: ColorChannelFlag +title: Enum ColorChannelFlag second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorChannelFlag enum. Specifies individual channels in the CMYK cyan magenta yellow black color space. This enumeration is used by the SetOutputChannel methods type: docs weight: 330 url: /net/aspose.imaging/colorchannelflag/ @@ -26,7 +26,7 @@ public enum ColorChannelFlag ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorcomparemethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorcomparemethod/_index.md index 28c2d3317a24..8c65da57a63b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorcomparemethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorcomparemethod/_index.md @@ -1,7 +1,7 @@ --- -title: ColorCompareMethod +title: Enum ColorCompareMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorCompareMethod enum. Color comparison method to adjust to nearest neighbor type: docs weight: 340 url: /net/aspose.imaging/colorcomparemethod/ @@ -22,7 +22,7 @@ public enum ColorCompareMethod ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/_index.md index 4e90a769b2da..830cadf46107 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/_index.md @@ -1,14 +1,14 @@ --- -title: ColorMap +title: Class ColorMap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorMap class. Defines a map for converting colors. Several methods of the ImageAttributes class adjust image colors by using a colorremap table which is an array of ColorMap structures. Not inheritable type: docs weight: 350 url: /net/aspose.imaging/colormap/ --- ## ColorMap class -Defines a map for converting colors. Several methods of the [`ImageAttributes`](../imageattributes) class adjust image colors by using a color-remap table, which is an array of [`ColorMap`](../colormap) structures. Not inheritable. +Defines a map for converting colors. Several methods of the [`ImageAttributes`](../imageattributes/) class adjust image colors by using a color-remap table, which is an array of `ColorMap` structures. Not inheritable. ```csharp public sealed class ColorMap @@ -18,18 +18,18 @@ public sealed class ColorMap | Name | Description | | --- | --- | -| [ColorMap](colormap)() | The default constructor. | +| [ColorMap](colormap/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [NewColor](../../aspose.imaging/colormap/newcolor) { get; set; } | Gets or sets the new [`Color`](../color) structure to which to convert. | -| [OldColor](../../aspose.imaging/colormap/oldcolor) { get; set; } | Gets or sets the existing [`Color`](../color) structure to be converted. | +| [NewColor](../../aspose.imaging/colormap/newcolor/) { get; set; } | Gets or sets the new [`Color`](../color/) structure to which to convert. | +| [OldColor](../../aspose.imaging/colormap/oldcolor/) { get; set; } | Gets or sets the existing [`Color`](../color/) structure to be converted. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/colormap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/colormap/_index.md index b4d81db8d0d3..01bebeae525a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/colormap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/colormap/_index.md @@ -1,7 +1,7 @@ --- -title: ColorMap +title: ColorMap.ColorMap second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMap constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging/colormap/colormap/ @@ -16,8 +16,8 @@ public ColorMap() ### See Also -* class [ColorMap](../../colormap) -* namespace [Aspose.Imaging](../../colormap) +* class [ColorMap](../) +* namespace [Aspose.Imaging](../../colormap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/newcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/newcolor/_index.md index 7a4020b3d13e..b1a1136586cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/newcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/newcolor/_index.md @@ -1,14 +1,14 @@ --- -title: NewColor +title: ColorMap.NewColor second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMap property. Gets or sets the new Color structure to which to convert type: docs weight: 20 url: /net/aspose.imaging/colormap/newcolor/ --- ## ColorMap.NewColor property -Gets or sets the new [`Color`](../../color) structure to which to convert. +Gets or sets the new [`Color`](../../color/) structure to which to convert. ```csharp public Color NewColor { get; set; } @@ -16,13 +16,13 @@ public Color NewColor { get; set; } ### Property Value -The new [`Color`](../../color) structure to which to convert. +The new [`Color`](../../color/) structure to which to convert. ### See Also -* struct [Color](../../color) -* class [ColorMap](../../colormap) -* namespace [Aspose.Imaging](../../colormap) +* struct [Color](../../color/) +* class [ColorMap](../) +* namespace [Aspose.Imaging](../../colormap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/oldcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/oldcolor/_index.md index 4f86a19e8464..e5b8fd79aedf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/oldcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormap/oldcolor/_index.md @@ -1,14 +1,14 @@ --- -title: OldColor +title: ColorMap.OldColor second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMap property. Gets or sets the existing Color structure to be converted type: docs weight: 30 url: /net/aspose.imaging/colormap/oldcolor/ --- ## ColorMap.OldColor property -Gets or sets the existing [`Color`](../../color) structure to be converted. +Gets or sets the existing [`Color`](../../color/) structure to be converted. ```csharp public Color OldColor { get; set; } @@ -16,13 +16,13 @@ public Color OldColor { get; set; } ### Property Value -The existing [`Color`](../../color) structure to be converted. +The existing [`Color`](../../color/) structure to be converted. ### See Also -* struct [Color](../../color) -* class [ColorMap](../../colormap) -* namespace [Aspose.Imaging](../../colormap) +* struct [Color](../../color/) +* class [ColorMap](../) +* namespace [Aspose.Imaging](../../colormap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/_index.md index f114b9202075..86315a828934 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/_index.md @@ -1,14 +1,14 @@ --- -title: ColorMatrix +title: Class ColorMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorMatrix class. Defines a 5 x 5 matrix that contains the coordinates for the RGBA space. Several methods of the ImageAttributes class adjust image colors by using a color matrix. This class cannot be inherited type: docs weight: 360 url: /net/aspose.imaging/colormatrix/ --- ## ColorMatrix class -Defines a 5 x 5 matrix that contains the coordinates for the RGBA space. Several methods of the [`ImageAttributes`](../imageattributes) class adjust image colors by using a color matrix. This class cannot be inherited. +Defines a 5 x 5 matrix that contains the coordinates for the RGBA space. Several methods of the [`ImageAttributes`](../imageattributes/) class adjust image colors by using a color matrix. This class cannot be inherited. ```csharp public sealed class ColorMatrix @@ -18,57 +18,57 @@ public sealed class ColorMatrix | Name | Description | | --- | --- | -| [ColorMatrix](colormatrix)() | Initializes a new instance of the [`ColorMatrix`](../colormatrix) class. | -| [ColorMatrix](colormatrix)(float[][]) | Initializes a new instance of the [`ColorMatrix`](../colormatrix) class using the elements in the specified matrix *newColorMatrix*. | +| [ColorMatrix](colormatrix/#constructor)() | Initializes a new instance of the `ColorMatrix` class. | +| [ColorMatrix](colormatrix/#constructor_1)(float[][]) | Initializes a new instance of the `ColorMatrix` class using the elements in the specified matrix *newColorMatrix*. | ## Properties | Name | Description | | --- | --- | -| [Item](../../aspose.imaging/colormatrix/item) { get; set; } | Gets or sets the element at the specified row and column in the [`ColorMatrix`](../colormatrix). | -| [Matrix00](../../aspose.imaging/colormatrix/matrix00) { get; set; } | Gets or sets the element at the 0 (zero) row and 0 column of this [`ColorMatrix`](../colormatrix). | -| [Matrix01](../../aspose.imaging/colormatrix/matrix01) { get; set; } | Gets or sets the element at the 0 (zero) row and first column of this [`ColorMatrix`](../colormatrix). | -| [Matrix02](../../aspose.imaging/colormatrix/matrix02) { get; set; } | Gets or sets the element at the 0 (zero) row and second column of this [`ColorMatrix`](../colormatrix). | -| [Matrix03](../../aspose.imaging/colormatrix/matrix03) { get; set; } | Gets or sets the element at the 0 (zero) row and third column of this [`ColorMatrix`](../colormatrix). | -| [Matrix04](../../aspose.imaging/colormatrix/matrix04) { get; set; } | Gets or sets the element at the 0 (zero) row and fourth column of this [`ColorMatrix`](../colormatrix). | -| [Matrix10](../../aspose.imaging/colormatrix/matrix10) { get; set; } | Gets or sets the element at the first row and 0 (zero) column of this [`ColorMatrix`](../colormatrix). | -| [Matrix11](../../aspose.imaging/colormatrix/matrix11) { get; set; } | Gets or sets the element at the first row and first column of this [`ColorMatrix`](../colormatrix). | -| [Matrix12](../../aspose.imaging/colormatrix/matrix12) { get; set; } | Gets or sets the element at the first row and second column of this [`ColorMatrix`](../colormatrix). | -| [Matrix13](../../aspose.imaging/colormatrix/matrix13) { get; set; } | Gets or sets the element at the first row and third column of this [`ColorMatrix`](../colormatrix). | -| [Matrix14](../../aspose.imaging/colormatrix/matrix14) { get; set; } | Gets or sets the element at the first row and fourth column of this [`ColorMatrix`](../colormatrix). | -| [Matrix20](../../aspose.imaging/colormatrix/matrix20) { get; set; } | Gets or sets the element at the second row and 0 (zero) column of this [`ColorMatrix`](../colormatrix). | -| [Matrix21](../../aspose.imaging/colormatrix/matrix21) { get; set; } | Gets or sets the element at the second row and first column of this [`ColorMatrix`](../colormatrix). | -| [Matrix22](../../aspose.imaging/colormatrix/matrix22) { get; set; } | Gets or sets the element at the second row and second column of this [`ColorMatrix`](../colormatrix). | -| [Matrix23](../../aspose.imaging/colormatrix/matrix23) { get; set; } | Gets or sets the element at the second row and third column of this [`ColorMatrix`](../colormatrix). | -| [Matrix24](../../aspose.imaging/colormatrix/matrix24) { get; set; } | Gets or sets the element at the second row and fourth column of this [`ColorMatrix`](../colormatrix). | -| [Matrix30](../../aspose.imaging/colormatrix/matrix30) { get; set; } | Gets or sets the element at the third row and 0 (zero) column of this [`ColorMatrix`](../colormatrix). | -| [Matrix31](../../aspose.imaging/colormatrix/matrix31) { get; set; } | Gets or sets the element at the third row and first column of this [`ColorMatrix`](../colormatrix). | -| [Matrix32](../../aspose.imaging/colormatrix/matrix32) { get; set; } | Gets or sets the element at the third row and second column of this [`ColorMatrix`](../colormatrix). | -| [Matrix33](../../aspose.imaging/colormatrix/matrix33) { get; set; } | Gets or sets the element at the third row and third column of this [`ColorMatrix`](../colormatrix). | -| [Matrix34](../../aspose.imaging/colormatrix/matrix34) { get; set; } | Gets or sets the element at the third row and fourth column of this [`ColorMatrix`](../colormatrix). | -| [Matrix40](../../aspose.imaging/colormatrix/matrix40) { get; set; } | Gets or sets the element at the fourth row and 0 (zero) column of this [`ColorMatrix`](../colormatrix). | -| [Matrix41](../../aspose.imaging/colormatrix/matrix41) { get; set; } | Gets or sets the element at the fourth row and first column of this [`ColorMatrix`](../colormatrix). | -| [Matrix42](../../aspose.imaging/colormatrix/matrix42) { get; set; } | Gets or sets the element at the fourth row and second column of this [`ColorMatrix`](../colormatrix). | -| [Matrix43](../../aspose.imaging/colormatrix/matrix43) { get; set; } | Gets or sets the element at the fourth row and third column of this [`ColorMatrix`](../colormatrix). | -| [Matrix44](../../aspose.imaging/colormatrix/matrix44) { get; set; } | Gets or sets the element at the fourth row and fourth column of this [`ColorMatrix`](../colormatrix). | +| [Item](../../aspose.imaging/colormatrix/item/) { get; set; } | Gets or sets the element at the specified row and column in the `ColorMatrix`. | +| [Matrix00](../../aspose.imaging/colormatrix/matrix00/) { get; set; } | Gets or sets the element at the 0 (zero) row and 0 column of this `ColorMatrix`. | +| [Matrix01](../../aspose.imaging/colormatrix/matrix01/) { get; set; } | Gets or sets the element at the 0 (zero) row and first column of this `ColorMatrix`. | +| [Matrix02](../../aspose.imaging/colormatrix/matrix02/) { get; set; } | Gets or sets the element at the 0 (zero) row and second column of this `ColorMatrix`. | +| [Matrix03](../../aspose.imaging/colormatrix/matrix03/) { get; set; } | Gets or sets the element at the 0 (zero) row and third column of this `ColorMatrix`. | +| [Matrix04](../../aspose.imaging/colormatrix/matrix04/) { get; set; } | Gets or sets the element at the 0 (zero) row and fourth column of this `ColorMatrix`. | +| [Matrix10](../../aspose.imaging/colormatrix/matrix10/) { get; set; } | Gets or sets the element at the first row and 0 (zero) column of this `ColorMatrix`. | +| [Matrix11](../../aspose.imaging/colormatrix/matrix11/) { get; set; } | Gets or sets the element at the first row and first column of this `ColorMatrix`. | +| [Matrix12](../../aspose.imaging/colormatrix/matrix12/) { get; set; } | Gets or sets the element at the first row and second column of this `ColorMatrix`. | +| [Matrix13](../../aspose.imaging/colormatrix/matrix13/) { get; set; } | Gets or sets the element at the first row and third column of this `ColorMatrix`. | +| [Matrix14](../../aspose.imaging/colormatrix/matrix14/) { get; set; } | Gets or sets the element at the first row and fourth column of this `ColorMatrix`. | +| [Matrix20](../../aspose.imaging/colormatrix/matrix20/) { get; set; } | Gets or sets the element at the second row and 0 (zero) column of this `ColorMatrix`. | +| [Matrix21](../../aspose.imaging/colormatrix/matrix21/) { get; set; } | Gets or sets the element at the second row and first column of this `ColorMatrix`. | +| [Matrix22](../../aspose.imaging/colormatrix/matrix22/) { get; set; } | Gets or sets the element at the second row and second column of this `ColorMatrix`. | +| [Matrix23](../../aspose.imaging/colormatrix/matrix23/) { get; set; } | Gets or sets the element at the second row and third column of this `ColorMatrix`. | +| [Matrix24](../../aspose.imaging/colormatrix/matrix24/) { get; set; } | Gets or sets the element at the second row and fourth column of this `ColorMatrix`. | +| [Matrix30](../../aspose.imaging/colormatrix/matrix30/) { get; set; } | Gets or sets the element at the third row and 0 (zero) column of this `ColorMatrix`. | +| [Matrix31](../../aspose.imaging/colormatrix/matrix31/) { get; set; } | Gets or sets the element at the third row and first column of this `ColorMatrix`. | +| [Matrix32](../../aspose.imaging/colormatrix/matrix32/) { get; set; } | Gets or sets the element at the third row and second column of this `ColorMatrix`. | +| [Matrix33](../../aspose.imaging/colormatrix/matrix33/) { get; set; } | Gets or sets the element at the third row and third column of this `ColorMatrix`. | +| [Matrix34](../../aspose.imaging/colormatrix/matrix34/) { get; set; } | Gets or sets the element at the third row and fourth column of this `ColorMatrix`. | +| [Matrix40](../../aspose.imaging/colormatrix/matrix40/) { get; set; } | Gets or sets the element at the fourth row and 0 (zero) column of this `ColorMatrix`. | +| [Matrix41](../../aspose.imaging/colormatrix/matrix41/) { get; set; } | Gets or sets the element at the fourth row and first column of this `ColorMatrix`. | +| [Matrix42](../../aspose.imaging/colormatrix/matrix42/) { get; set; } | Gets or sets the element at the fourth row and second column of this `ColorMatrix`. | +| [Matrix43](../../aspose.imaging/colormatrix/matrix43/) { get; set; } | Gets or sets the element at the fourth row and third column of this `ColorMatrix`. | +| [Matrix44](../../aspose.imaging/colormatrix/matrix44/) { get; set; } | Gets or sets the element at the fourth row and fourth column of this `ColorMatrix`. | ## Methods | Name | Description | | --- | --- | -| [GetMatrix](../../aspose.imaging/colormatrix/getmatrix)() | Gets the matrix values. | +| [GetMatrix](../../aspose.imaging/colormatrix/getmatrix/)() | Gets the matrix values. | ## Fields | Name | Description | | --- | --- | -| const [MatrixDimensionElementsCount](../../aspose.imaging/colormatrix/matrixdimensionelementscount) | The number of elements in matrix dimension. | -| const [MatrixDimensionsCount](../../aspose.imaging/colormatrix/matrixdimensionscount) | The number of matrix dimensions. | -| const [MatrixTotalElementsCount](../../aspose.imaging/colormatrix/matrixtotalelementscount) | The total number of elements in the matrix. | +| const [MatrixDimensionElementsCount](../../aspose.imaging/colormatrix/matrixdimensionelementscount/) | The number of elements in matrix dimension. | +| const [MatrixDimensionsCount](../../aspose.imaging/colormatrix/matrixdimensionscount/) | The number of matrix dimensions. | +| const [MatrixTotalElementsCount](../../aspose.imaging/colormatrix/matrixtotalelementscount/) | The total number of elements in the matrix. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/colormatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/colormatrix/_index.md index b5b2702cbc54..2589f226d57c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/colormatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/colormatrix/_index.md @@ -1,14 +1,14 @@ --- -title: ColorMatrix +title: ColorMatrix.ColorMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix constructor. Initializes a new instance of the ColorMatrix class type: docs weight: 10 url: /net/aspose.imaging/colormatrix/colormatrix/ --- -## ColorMatrix constructor (1 of 2) +## ColorMatrix() {#constructor} -Initializes a new instance of the [`ColorMatrix`](../../colormatrix) class. +Initializes a new instance of the [`ColorMatrix`](../) class. ```csharp public ColorMatrix() @@ -16,15 +16,15 @@ public ColorMatrix() ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) --- -## ColorMatrix constructor (2 of 2) +## ColorMatrix(float[][]) {#constructor_1} -Initializes a new instance of the [`ColorMatrix`](../../colormatrix) class using the elements in the specified matrix *newColorMatrix*. +Initializes a new instance of the [`ColorMatrix`](../) class using the elements in the specified matrix *newColorMatrix*. ```csharp public ColorMatrix(float[][] newColorMatrix) @@ -32,12 +32,12 @@ public ColorMatrix(float[][] newColorMatrix) | Parameter | Type | Description | | --- | --- | --- | -| newColorMatrix | Single[][] | The values of the elements for the new [`ColorMatrix`](../../colormatrix). | +| newColorMatrix | Single[][] | The values of the elements for the new [`ColorMatrix`](../). | ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/getmatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/getmatrix/_index.md index b01f75a170dd..935194ba3fa0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/getmatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/getmatrix/_index.md @@ -1,7 +1,7 @@ --- -title: GetMatrix +title: ColorMatrix.GetMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix method. Gets the matrix values type: docs weight: 280 url: /net/aspose.imaging/colormatrix/getmatrix/ @@ -20,8 +20,8 @@ The matrix values array. ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/item/_index.md index 91903218bec9..52b2190a063f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/item/_index.md @@ -1,14 +1,14 @@ --- -title: Item +title: ColorMatrix.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the specified row and column in the ColorMatrix type: docs weight: 20 url: /net/aspose.imaging/colormatrix/item/ --- ## ColorMatrix indexer -Gets or sets the element at the specified row and column in the [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the specified row and column in the [`ColorMatrix`](../). ```csharp public float this[int row, int column] { get; set; } @@ -25,8 +25,8 @@ The element at the specified row and column. ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix00/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix00/_index.md index 72b7fd0d4acd..41823ca509ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix00/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix00/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix00 +title: ColorMatrix.Matrix00 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the 0 zero row and 0 column of this ColorMatrix type: docs weight: 30 url: /net/aspose.imaging/colormatrix/matrix00/ --- ## ColorMatrix.Matrix00 property -Gets or sets the element at the 0 (zero) row and 0 column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the 0 (zero) row and 0 column of this [`ColorMatrix`](../). ```csharp public float Matrix00 { get; set; } @@ -16,12 +16,12 @@ public float Matrix00 { get; set; } ### Property Value -The element at the 0 row and 0 column of this [`ColorMatrix`](../../colormatrix). +The element at the 0 row and 0 column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix01/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix01/_index.md index 6c2ca924d249..cab65091d39a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix01/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix01/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix01 +title: ColorMatrix.Matrix01 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the 0 zero row and first column of this ColorMatrix type: docs weight: 40 url: /net/aspose.imaging/colormatrix/matrix01/ --- ## ColorMatrix.Matrix01 property -Gets or sets the element at the 0 (zero) row and first column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the 0 (zero) row and first column of this [`ColorMatrix`](../). ```csharp public float Matrix01 { get; set; } @@ -16,12 +16,12 @@ public float Matrix01 { get; set; } ### Property Value -The element at the 0 row and first column of this [`ColorMatrix`](../../colormatrix) . +The element at the 0 row and first column of this [`ColorMatrix`](../) . ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix02/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix02/_index.md index 7e35bb8daa30..a5d640b044f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix02/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix02/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix02 +title: ColorMatrix.Matrix02 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the 0 zero row and second column of this ColorMatrix type: docs weight: 50 url: /net/aspose.imaging/colormatrix/matrix02/ --- ## ColorMatrix.Matrix02 property -Gets or sets the element at the 0 (zero) row and second column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the 0 (zero) row and second column of this [`ColorMatrix`](../). ```csharp public float Matrix02 { get; set; } @@ -16,12 +16,12 @@ public float Matrix02 { get; set; } ### Property Value -The element at the 0 row and second column of this [`ColorMatrix`](../../colormatrix). +The element at the 0 row and second column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix03/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix03/_index.md index bb4135d1203a..0541db6dbdd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix03/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix03/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix03 +title: ColorMatrix.Matrix03 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the 0 zero row and third column of this ColorMatrix type: docs weight: 60 url: /net/aspose.imaging/colormatrix/matrix03/ --- ## ColorMatrix.Matrix03 property -Gets or sets the element at the 0 (zero) row and third column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the 0 (zero) row and third column of this [`ColorMatrix`](../). ```csharp public float Matrix03 { get; set; } @@ -16,12 +16,12 @@ public float Matrix03 { get; set; } ### Property Value -The element at the 0 row and third column of this [`ColorMatrix`](../../colormatrix). +The element at the 0 row and third column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix04/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix04/_index.md index d037b7f66189..0e181db32370 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix04/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix04/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix04 +title: ColorMatrix.Matrix04 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the 0 zero row and fourth column of this ColorMatrix type: docs weight: 70 url: /net/aspose.imaging/colormatrix/matrix04/ --- ## ColorMatrix.Matrix04 property -Gets or sets the element at the 0 (zero) row and fourth column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the 0 (zero) row and fourth column of this [`ColorMatrix`](../). ```csharp public float Matrix04 { get; set; } @@ -16,12 +16,12 @@ public float Matrix04 { get; set; } ### Property Value -The element at the 0 row and fourth column of this [`ColorMatrix`](../../colormatrix). +The element at the 0 row and fourth column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix10/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix10/_index.md index 0ce0aac4927d..8357f31c5e95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix10/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix10/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix10 +title: ColorMatrix.Matrix10 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the first row and 0 zero column of this ColorMatrix type: docs weight: 80 url: /net/aspose.imaging/colormatrix/matrix10/ --- ## ColorMatrix.Matrix10 property -Gets or sets the element at the first row and 0 (zero) column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the first row and 0 (zero) column of this [`ColorMatrix`](../). ```csharp public float Matrix10 { get; set; } @@ -16,12 +16,12 @@ public float Matrix10 { get; set; } ### Property Value -The element at the first row and 0 column of this [`ColorMatrix`](../../colormatrix). +The element at the first row and 0 column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix11/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix11/_index.md index 4483f4dbf37a..031396a87914 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix11/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix11/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix11 +title: ColorMatrix.Matrix11 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the first row and first column of this ColorMatrix type: docs weight: 90 url: /net/aspose.imaging/colormatrix/matrix11/ --- ## ColorMatrix.Matrix11 property -Gets or sets the element at the first row and first column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the first row and first column of this [`ColorMatrix`](../). ```csharp public float Matrix11 { get; set; } @@ -16,12 +16,12 @@ public float Matrix11 { get; set; } ### Property Value -The element at the first row and first column of this [`ColorMatrix`](../../colormatrix). +The element at the first row and first column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix12/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix12/_index.md index 58d7a6505e9a..ce89aa74ab20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix12/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix12/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix12 +title: ColorMatrix.Matrix12 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the first row and second column of this ColorMatrix type: docs weight: 100 url: /net/aspose.imaging/colormatrix/matrix12/ --- ## ColorMatrix.Matrix12 property -Gets or sets the element at the first row and second column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the first row and second column of this [`ColorMatrix`](../). ```csharp public float Matrix12 { get; set; } @@ -16,12 +16,12 @@ public float Matrix12 { get; set; } ### Property Value -The element at the first row and second column of this [`ColorMatrix`](../../colormatrix). +The element at the first row and second column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix13/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix13/_index.md index 3bdf9df11f8f..ee94d22c62e4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix13/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix13/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix13 +title: ColorMatrix.Matrix13 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the first row and third column of this ColorMatrix type: docs weight: 110 url: /net/aspose.imaging/colormatrix/matrix13/ --- ## ColorMatrix.Matrix13 property -Gets or sets the element at the first row and third column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the first row and third column of this [`ColorMatrix`](../). ```csharp public float Matrix13 { get; set; } @@ -16,12 +16,12 @@ public float Matrix13 { get; set; } ### Property Value -The element at the first row and third column of this [`ColorMatrix`](../../colormatrix). +The element at the first row and third column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix14/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix14/_index.md index 54d94e941a87..e4ef0f2443d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix14/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix14/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix14 +title: ColorMatrix.Matrix14 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the first row and fourth column of this ColorMatrix type: docs weight: 120 url: /net/aspose.imaging/colormatrix/matrix14/ --- ## ColorMatrix.Matrix14 property -Gets or sets the element at the first row and fourth column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the first row and fourth column of this [`ColorMatrix`](../). ```csharp public float Matrix14 { get; set; } @@ -16,12 +16,12 @@ public float Matrix14 { get; set; } ### Property Value -The element at the first row and fourth column of this [`ColorMatrix`](../../colormatrix). +The element at the first row and fourth column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix20/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix20/_index.md index 570b45fc16b0..dba09c97a9ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix20/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix20/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix20 +title: ColorMatrix.Matrix20 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the second row and 0 zero column of this ColorMatrix type: docs weight: 130 url: /net/aspose.imaging/colormatrix/matrix20/ --- ## ColorMatrix.Matrix20 property -Gets or sets the element at the second row and 0 (zero) column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the second row and 0 (zero) column of this [`ColorMatrix`](../). ```csharp public float Matrix20 { get; set; } @@ -16,12 +16,12 @@ public float Matrix20 { get; set; } ### Property Value -The element at the second row and 0 column of this [`ColorMatrix`](../../colormatrix). +The element at the second row and 0 column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix21/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix21/_index.md index 3d4f3429d2b2..7409fdc35126 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix21/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix21/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix21 +title: ColorMatrix.Matrix21 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the second row and first column of this ColorMatrix type: docs weight: 140 url: /net/aspose.imaging/colormatrix/matrix21/ --- ## ColorMatrix.Matrix21 property -Gets or sets the element at the second row and first column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the second row and first column of this [`ColorMatrix`](../). ```csharp public float Matrix21 { get; set; } @@ -16,12 +16,12 @@ public float Matrix21 { get; set; } ### Property Value -The element at the second row and first column of this [`ColorMatrix`](../../colormatrix). +The element at the second row and first column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix22/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix22/_index.md index addb4b95a2d0..7010bf54558d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix22/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix22/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix22 +title: ColorMatrix.Matrix22 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the second row and second column of this ColorMatrix type: docs weight: 150 url: /net/aspose.imaging/colormatrix/matrix22/ --- ## ColorMatrix.Matrix22 property -Gets or sets the element at the second row and second column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the second row and second column of this [`ColorMatrix`](../). ```csharp public float Matrix22 { get; set; } @@ -16,12 +16,12 @@ public float Matrix22 { get; set; } ### Property Value -The element at the second row and second column of this [`ColorMatrix`](../../colormatrix). +The element at the second row and second column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix23/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix23/_index.md index 08ea2eecc4f9..4c36e25e7774 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix23/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix23/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix23 +title: ColorMatrix.Matrix23 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the second row and third column of this ColorMatrix type: docs weight: 160 url: /net/aspose.imaging/colormatrix/matrix23/ --- ## ColorMatrix.Matrix23 property -Gets or sets the element at the second row and third column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the second row and third column of this [`ColorMatrix`](../). ```csharp public float Matrix23 { get; set; } @@ -16,12 +16,12 @@ public float Matrix23 { get; set; } ### Property Value -The element at the second row and third column of this [`ColorMatrix`](../../colormatrix). +The element at the second row and third column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix24/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix24/_index.md index 89faa59e3351..808e535a2cc3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix24/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix24/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix24 +title: ColorMatrix.Matrix24 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the second row and fourth column of this ColorMatrix type: docs weight: 170 url: /net/aspose.imaging/colormatrix/matrix24/ --- ## ColorMatrix.Matrix24 property -Gets or sets the element at the second row and fourth column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the second row and fourth column of this [`ColorMatrix`](../). ```csharp public float Matrix24 { get; set; } @@ -16,12 +16,12 @@ public float Matrix24 { get; set; } ### Property Value -The element at the second row and fourth column of this [`ColorMatrix`](../../colormatrix). +The element at the second row and fourth column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix30/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix30/_index.md index a428f12c2005..8792f2958977 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix30/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix30/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix30 +title: ColorMatrix.Matrix30 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the third row and 0 zero column of this ColorMatrix type: docs weight: 180 url: /net/aspose.imaging/colormatrix/matrix30/ --- ## ColorMatrix.Matrix30 property -Gets or sets the element at the third row and 0 (zero) column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the third row and 0 (zero) column of this [`ColorMatrix`](../). ```csharp public float Matrix30 { get; set; } @@ -16,12 +16,12 @@ public float Matrix30 { get; set; } ### Property Value -The element at the third row and 0 column of this [`ColorMatrix`](../../colormatrix). +The element at the third row and 0 column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix31/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix31/_index.md index 573875d72e35..b54abe08db80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix31/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix31/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix31 +title: ColorMatrix.Matrix31 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the third row and first column of this ColorMatrix type: docs weight: 190 url: /net/aspose.imaging/colormatrix/matrix31/ --- ## ColorMatrix.Matrix31 property -Gets or sets the element at the third row and first column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the third row and first column of this [`ColorMatrix`](../). ```csharp public float Matrix31 { get; set; } @@ -16,12 +16,12 @@ public float Matrix31 { get; set; } ### Property Value -The element at the third row and first column of this [`ColorMatrix`](../../colormatrix). +The element at the third row and first column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix32/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix32/_index.md index 5c33c94c51a3..80476c098895 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix32/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix32/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix32 +title: ColorMatrix.Matrix32 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the third row and second column of this ColorMatrix type: docs weight: 200 url: /net/aspose.imaging/colormatrix/matrix32/ --- ## ColorMatrix.Matrix32 property -Gets or sets the element at the third row and second column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the third row and second column of this [`ColorMatrix`](../). ```csharp public float Matrix32 { get; set; } @@ -16,12 +16,12 @@ public float Matrix32 { get; set; } ### Property Value -The element at the third row and second column of this [`ColorMatrix`](../../colormatrix). +The element at the third row and second column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix33/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix33/_index.md index 39d3a8ba1150..14ca48deb6c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix33/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix33/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix33 +title: ColorMatrix.Matrix33 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the third row and third column of this ColorMatrix type: docs weight: 210 url: /net/aspose.imaging/colormatrix/matrix33/ --- ## ColorMatrix.Matrix33 property -Gets or sets the element at the third row and third column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the third row and third column of this [`ColorMatrix`](../). ```csharp public float Matrix33 { get; set; } @@ -16,12 +16,12 @@ public float Matrix33 { get; set; } ### Property Value -The element at the third row and third column of this [`ColorMatrix`](../../colormatrix). +The element at the third row and third column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix34/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix34/_index.md index d8ccd93ee2fd..130005df7d66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix34/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix34/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix34 +title: ColorMatrix.Matrix34 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the third row and fourth column of this ColorMatrix type: docs weight: 220 url: /net/aspose.imaging/colormatrix/matrix34/ --- ## ColorMatrix.Matrix34 property -Gets or sets the element at the third row and fourth column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the third row and fourth column of this [`ColorMatrix`](../). ```csharp public float Matrix34 { get; set; } @@ -16,12 +16,12 @@ public float Matrix34 { get; set; } ### Property Value -The element at the third row and fourth column of this [`ColorMatrix`](../../colormatrix). +The element at the third row and fourth column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix40/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix40/_index.md index 9ff4cecf5fbd..03a725d427d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix40/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix40/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix40 +title: ColorMatrix.Matrix40 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the fourth row and 0 zero column of this ColorMatrix type: docs weight: 230 url: /net/aspose.imaging/colormatrix/matrix40/ --- ## ColorMatrix.Matrix40 property -Gets or sets the element at the fourth row and 0 (zero) column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the fourth row and 0 (zero) column of this [`ColorMatrix`](../). ```csharp public float Matrix40 { get; set; } @@ -16,12 +16,12 @@ public float Matrix40 { get; set; } ### Property Value -The element at the fourth row and 0 column of this [`ColorMatrix`](../../colormatrix). +The element at the fourth row and 0 column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix41/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix41/_index.md index a9ba773bb11e..d1cdd3e02b66 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix41/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix41/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix41 +title: ColorMatrix.Matrix41 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the fourth row and first column of this ColorMatrix type: docs weight: 240 url: /net/aspose.imaging/colormatrix/matrix41/ --- ## ColorMatrix.Matrix41 property -Gets or sets the element at the fourth row and first column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the fourth row and first column of this [`ColorMatrix`](../). ```csharp public float Matrix41 { get; set; } @@ -16,12 +16,12 @@ public float Matrix41 { get; set; } ### Property Value -The element at the fourth row and first column of this [`ColorMatrix`](../../colormatrix). +The element at the fourth row and first column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix42/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix42/_index.md index 98707fc058d9..4dd543623867 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix42/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix42/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix42 +title: ColorMatrix.Matrix42 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the fourth row and second column of this ColorMatrix type: docs weight: 250 url: /net/aspose.imaging/colormatrix/matrix42/ --- ## ColorMatrix.Matrix42 property -Gets or sets the element at the fourth row and second column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the fourth row and second column of this [`ColorMatrix`](../). ```csharp public float Matrix42 { get; set; } @@ -16,12 +16,12 @@ public float Matrix42 { get; set; } ### Property Value -The element at the fourth row and second column of this [`ColorMatrix`](../../colormatrix). +The element at the fourth row and second column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix43/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix43/_index.md index 4b2c00e63b62..84eb0ee96df0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix43/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix43/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix43 +title: ColorMatrix.Matrix43 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the fourth row and third column of this ColorMatrix type: docs weight: 260 url: /net/aspose.imaging/colormatrix/matrix43/ --- ## ColorMatrix.Matrix43 property -Gets or sets the element at the fourth row and third column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the fourth row and third column of this [`ColorMatrix`](../). ```csharp public float Matrix43 { get; set; } @@ -16,12 +16,12 @@ public float Matrix43 { get; set; } ### Property Value -The element at the fourth row and third column of this [`ColorMatrix`](../../colormatrix). +The element at the fourth row and third column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix44/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix44/_index.md index 84ec84f0e9b7..51c32089a2b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix44/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrix44/_index.md @@ -1,14 +1,14 @@ --- -title: Matrix44 +title: ColorMatrix.Matrix44 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix property. Gets or sets the element at the fourth row and fourth column of this ColorMatrix type: docs weight: 270 url: /net/aspose.imaging/colormatrix/matrix44/ --- ## ColorMatrix.Matrix44 property -Gets or sets the element at the fourth row and fourth column of this [`ColorMatrix`](../../colormatrix). +Gets or sets the element at the fourth row and fourth column of this [`ColorMatrix`](../). ```csharp public float Matrix44 { get; set; } @@ -16,12 +16,12 @@ public float Matrix44 { get; set; } ### Property Value -The element at the fourth row and fourth column of this [`ColorMatrix`](../../colormatrix). +The element at the fourth row and fourth column of this [`ColorMatrix`](../). ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixdimensionelementscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixdimensionelementscount/_index.md index 952cddb12f3b..bf685ffcc614 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixdimensionelementscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixdimensionelementscount/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixDimensionElementsCount +title: ColorMatrix.MatrixDimensionElementsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix field. The number of elements in matrix dimension type: docs weight: 290 url: /net/aspose.imaging/colormatrix/matrixdimensionelementscount/ @@ -16,8 +16,8 @@ public const int MatrixDimensionElementsCount; ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixdimensionscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixdimensionscount/_index.md index 10bb938062f8..5bae7facb838 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixdimensionscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixdimensionscount/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixDimensionsCount +title: ColorMatrix.MatrixDimensionsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix field. The number of matrix dimensions type: docs weight: 300 url: /net/aspose.imaging/colormatrix/matrixdimensionscount/ @@ -16,8 +16,8 @@ public const int MatrixDimensionsCount; ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixtotalelementscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixtotalelementscount/_index.md index 88246ca38975..6e52ce3f0d1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixtotalelementscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrix/matrixtotalelementscount/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixTotalElementsCount +title: ColorMatrix.MatrixTotalElementsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorMatrix field. The total number of elements in the matrix type: docs weight: 310 url: /net/aspose.imaging/colormatrix/matrixtotalelementscount/ @@ -16,8 +16,8 @@ public const int MatrixTotalElementsCount; ### See Also -* class [ColorMatrix](../../colormatrix) -* namespace [Aspose.Imaging](../../colormatrix) +* class [ColorMatrix](../) +* namespace [Aspose.Imaging](../../colormatrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrixflag/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrixflag/_index.md index 8a6abc112957..17983adad835 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrixflag/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colormatrixflag/_index.md @@ -1,14 +1,14 @@ --- -title: ColorMatrixFlag +title: Enum ColorMatrixFlag second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorMatrixFlag enum. Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an ImageAttributes type: docs weight: 370 url: /net/aspose.imaging/colormatrixflag/ --- ## ColorMatrixFlag enumeration -Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an [`ImageAttributes`](../imageattributes). +Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an [`ImageAttributes`](../imageattributes/). ```csharp public enum ColorMatrixFlag @@ -24,7 +24,7 @@ public enum ColorMatrixFlag ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/_index.md index 11c4418c0d20..3c617977f3df 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/_index.md @@ -1,7 +1,7 @@ --- -title: ColorPalette +title: Class ColorPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorPalette class. Defines an array of colors that make up a color palette. The colors are 32bit ARGB colors. Not inheritable type: docs weight: 380 url: /net/aspose.imaging/colorpalette/ @@ -18,35 +18,35 @@ public sealed class ColorPalette : IColorPalette | Name | Description | | --- | --- | -| [ColorPalette](colorpalette)(Color[]) | Initializes a new instance of the [`ColorPalette`](../colorpalette) class and IsCompactPalette is false. | -| [ColorPalette](colorpalette)(int[]) | Initializes a new instance of the [`ColorPalette`](../colorpalette) class and IsCompactPalette is false. | -| [ColorPalette](colorpalette)(Color[], bool) | Initializes a new instance of the [`ColorPalette`](../colorpalette) class. | -| [ColorPalette](colorpalette)(int[], bool) | Initializes a new instance of the [`ColorPalette`](../colorpalette) class. | +| [ColorPalette](colorpalette/#constructor)(Color[]) | Initializes a new instance of the `ColorPalette` class and IsCompactPalette is false. | +| [ColorPalette](colorpalette/#constructor_2)(int[]) | Initializes a new instance of the `ColorPalette` class and IsCompactPalette is false. | +| [ColorPalette](colorpalette/#constructor_1)(Color[], bool) | Initializes a new instance of the `ColorPalette` class. | +| [ColorPalette](colorpalette/#constructor_3)(int[], bool) | Initializes a new instance of the `ColorPalette` class. | ## Properties | Name | Description | | --- | --- | -| [Argb32Entries](../../aspose.imaging/colorpalette/argb32entries) { get; } | Gets an array of 32-bit ARGB structures. | -| [Entries](../../aspose.imaging/colorpalette/entries) { get; } | Gets an array of [`Color`](../color) structures. | -| [EntriesCount](../../aspose.imaging/colorpalette/entriescount) { get; } | Gets the entries count. | -| [IsCompactPalette](../../aspose.imaging/colorpalette/iscompactpalette) { get; } | Gets or sets a value indicating whether compact palette is used. | +| [Argb32Entries](../../aspose.imaging/colorpalette/argb32entries/) { get; } | Gets an array of 32-bit ARGB structures. | +| [Entries](../../aspose.imaging/colorpalette/entries/) { get; } | Gets an array of [`Color`](../color/) structures. | +| [EntriesCount](../../aspose.imaging/colorpalette/entriescount/) { get; } | Gets the entries count. | +| [IsCompactPalette](../../aspose.imaging/colorpalette/iscompactpalette/) { get; } | Gets or sets a value indicating whether compact palette is used. | ## Methods | Name | Description | | --- | --- | -| static [CopyPalette](../../aspose.imaging/colorpalette/copypalette)(IColorPalette) | Copies the palette. | -| static [CopyPalette](../../aspose.imaging/colorpalette/copypalette)(IColorPalette, bool) | Copies the palette. | -| [GetArgb32Color](../../aspose.imaging/colorpalette/getargb32color)(int) | Gets the 32-bit ARGB palette color by index. | -| [GetColor](../../aspose.imaging/colorpalette/getcolor)(int) | Gets the palette color by index. | -| [GetNearestColorIndex](../../aspose.imaging/colorpalette/getnearestcolorindex)(Color) | Gets the index of the nearest color. | -| [GetNearestColorIndex](../../aspose.imaging/colorpalette/getnearestcolorindex)(int) | Gets the index of the nearest color. | +| static [CopyPalette](../../aspose.imaging/colorpalette/copypalette/#copypalette)(IColorPalette) | Copies the palette. | +| static [CopyPalette](../../aspose.imaging/colorpalette/copypalette/#copypalette_1)(IColorPalette, bool) | Copies the palette. | +| [GetArgb32Color](../../aspose.imaging/colorpalette/getargb32color/)(int) | Gets the 32-bit ARGB palette color by index. | +| [GetColor](../../aspose.imaging/colorpalette/getcolor/)(int) | Gets the palette color by index. | +| [GetNearestColorIndex](../../aspose.imaging/colorpalette/getnearestcolorindex/#getnearestcolorindex)(Color) | Gets the index of the nearest color. | +| [GetNearestColorIndex](../../aspose.imaging/colorpalette/getnearestcolorindex/#getnearestcolorindex_1)(int) | Gets the index of the nearest color. | ### See Also -* interface [IColorPalette](../icolorpalette) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IColorPalette](../icolorpalette/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/argb32entries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/argb32entries/_index.md index 37596acabfa2..7f6b6d387eba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/argb32entries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/argb32entries/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Entries +title: ColorPalette.Argb32Entries second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette property. Gets an array of 32bit ARGB structures type: docs weight: 30 url: /net/aspose.imaging/colorpalette/argb32entries/ @@ -16,7 +16,7 @@ public int[] Argb32Entries { get; } ### Return Value -The copy of array of 32-bit ARGB structure that make up this [`ColorPalette`](../../colorpalette). +The copy of array of 32-bit ARGB structure that make up this [`ColorPalette`](../). ### Property Value @@ -24,8 +24,8 @@ The entries. ### See Also -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/colorpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/colorpalette/_index.md index 72d96201a7ce..d47b6bf00887 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/colorpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/colorpalette/_index.md @@ -1,14 +1,14 @@ --- -title: ColorPalette +title: ColorPalette.ColorPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette constructor. Initializes a new instance of the ColorPalette class type: docs weight: 10 url: /net/aspose.imaging/colorpalette/colorpalette/ --- -## ColorPalette constructor (1 of 4) +## ColorPalette(int[], bool) {#constructor_3} -Initializes a new instance of the [`ColorPalette`](../../colorpalette) class. +Initializes a new instance of the [`ColorPalette`](../) class. ```csharp public ColorPalette(int[] argb32Entries, bool isCompactPalette) @@ -21,15 +21,15 @@ public ColorPalette(int[] argb32Entries, bool isCompactPalette) ### See Also -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) --- -## ColorPalette constructor (2 of 4) +## ColorPalette(int[]) {#constructor_2} -Initializes a new instance of the [`ColorPalette`](../../colorpalette) class and IsCompactPalette is false. +Initializes a new instance of the [`ColorPalette`](../) class and IsCompactPalette is false. ```csharp public ColorPalette(int[] argb32Entries) @@ -41,15 +41,15 @@ public ColorPalette(int[] argb32Entries) ### See Also -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) --- -## ColorPalette constructor (3 of 4) +## ColorPalette(Color[], bool) {#constructor_1} -Initializes a new instance of the [`ColorPalette`](../../colorpalette) class. +Initializes a new instance of the [`ColorPalette`](../) class. ```csharp public ColorPalette(Color[] entries, bool isCompactPalette) @@ -62,16 +62,16 @@ public ColorPalette(Color[] entries, bool isCompactPalette) ### See Also -* struct [Color](../../color) -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* struct [Color](../../color/) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) --- -## ColorPalette constructor (4 of 4) +## ColorPalette(Color[]) {#constructor} -Initializes a new instance of the [`ColorPalette`](../../colorpalette) class and IsCompactPalette is false. +Initializes a new instance of the [`ColorPalette`](../) class and IsCompactPalette is false. ```csharp public ColorPalette(Color[] entries) @@ -83,9 +83,9 @@ public ColorPalette(Color[] entries) ### See Also -* struct [Color](../../color) -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* struct [Color](../../color/) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/copypalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/copypalette/_index.md index a6e0b4c14216..f90a80a26ef6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/copypalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/copypalette/_index.md @@ -1,12 +1,12 @@ --- -title: CopyPalette +title: ColorPalette.CopyPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette method. Copies the palette type: docs weight: 20 url: /net/aspose.imaging/colorpalette/copypalette/ --- -## ColorPalette.CopyPalette method (1 of 2) +## CopyPalette(IColorPalette, bool) {#copypalette_1} Copies the palette. @@ -25,14 +25,14 @@ The newly created and copied palette or null if null palette passed. ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* interface [IColorPalette](../../icolorpalette/) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) --- -## ColorPalette.CopyPalette method (2 of 2) +## CopyPalette(IColorPalette) {#copypalette} Copies the palette. @@ -50,9 +50,9 @@ The newly created and copied palette or null if null palette passed. ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* interface [IColorPalette](../../icolorpalette/) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/entries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/entries/_index.md index 4aca9f88adbc..1952d964bfd1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/entries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/entries/_index.md @@ -1,14 +1,14 @@ --- -title: Entries +title: ColorPalette.Entries second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette property. Gets an array of Color structures type: docs weight: 40 url: /net/aspose.imaging/colorpalette/entries/ --- ## ColorPalette.Entries property -Gets an array of [`Color`](../../color) structures. +Gets an array of [`Color`](../../color/) structures. ```csharp public Color[] Entries { get; } @@ -16,7 +16,7 @@ public Color[] Entries { get; } ### Return Value -The copy of array of [`Color`](../../color) structure that make up this [`ColorPalette`](../../colorpalette). +The copy of array of [`Color`](../../color/) structure that make up this [`ColorPalette`](../). ### Property Value @@ -24,9 +24,9 @@ The entries. ### See Also -* struct [Color](../../color) -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* struct [Color](../../color/) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/entriescount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/entriescount/_index.md index 37971c07bdc1..152caf87178e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/entriescount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/entriescount/_index.md @@ -1,7 +1,7 @@ --- -title: EntriesCount +title: ColorPalette.EntriesCount second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette property. Gets the entries count type: docs weight: 50 url: /net/aspose.imaging/colorpalette/entriescount/ @@ -20,8 +20,8 @@ The entries count. ### See Also -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getargb32color/_index.md index 1999663b734b..32ff82cd7ada 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: GetArgb32Color +title: ColorPalette.GetArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette method. Gets the 32bit ARGB palette color by index type: docs weight: 70 url: /net/aspose.imaging/colorpalette/getargb32color/ @@ -30,8 +30,8 @@ The color palette entry specified by the *index*. ### See Also -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getcolor/_index.md index 879de5f4834c..87f6afdf09f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getcolor/_index.md @@ -1,7 +1,7 @@ --- -title: GetColor +title: ColorPalette.GetColor second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette method. Gets the palette color by index type: docs weight: 80 url: /net/aspose.imaging/colorpalette/getcolor/ @@ -30,9 +30,9 @@ The color palette entry specified by the *index*. ### See Also -* struct [Color](../../color) -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* struct [Color](../../color/) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getnearestcolorindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getnearestcolorindex/_index.md index 162bf3c6e0ad..ba47754c36e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getnearestcolorindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/getnearestcolorindex/_index.md @@ -1,12 +1,12 @@ --- -title: GetNearestColorIndex +title: ColorPalette.GetNearestColorIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette method. Gets the index of the nearest color type: docs weight: 90 url: /net/aspose.imaging/colorpalette/getnearestcolorindex/ --- -## ColorPalette.GetNearestColorIndex method (1 of 2) +## GetNearestColorIndex(int) {#getnearestcolorindex_1} Gets the index of the nearest color. @@ -24,13 +24,13 @@ The index of the nearest color. ### See Also -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) --- -## ColorPalette.GetNearestColorIndex method (2 of 2) +## GetNearestColorIndex(Color) {#getnearestcolorindex} Gets the index of the nearest color. @@ -48,9 +48,9 @@ The index of the nearest color. ### See Also -* struct [Color](../../color) -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* struct [Color](../../color/) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/iscompactpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/iscompactpalette/_index.md index a4a53938e0fa..b3b3433fd154 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/iscompactpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalette/iscompactpalette/_index.md @@ -1,7 +1,7 @@ --- -title: IsCompactPalette +title: ColorPalette.IsCompactPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPalette property. Gets or sets a value indicating whether compact palette is used type: docs weight: 60 url: /net/aspose.imaging/colorpalette/iscompactpalette/ @@ -18,14 +18,14 @@ public bool IsCompactPalette { get; } `true` if compact palette is used; otherwise, `false`. -### Remarks +## Remarks Compact palette means that image will contain only the specified palette entries if possible or in other words the image will be more compact and occupy less space; otherwise there will be 2^BitsPerPixel entries and image will reserve more space for all possible palette entries. Setting this value to true and changing palette entries may cause performance penalty since data movement may occur so use it carefully. ### See Also -* class [ColorPalette](../../colorpalette) -* namespace [Aspose.Imaging](../../colorpalette) +* class [ColorPalette](../) +* namespace [Aspose.Imaging](../../colorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/_index.md index 1bfe8ac2c45c..6d763fcdfb64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/_index.md @@ -1,7 +1,7 @@ --- -title: ColorPaletteHelper +title: Class ColorPaletteHelper second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorPaletteHelper class. Helper class for color palettes manipulation type: docs weight: 390 url: /net/aspose.imaging/colorpalettehelper/ @@ -18,25 +18,25 @@ public static class ColorPaletteHelper | Name | Description | | --- | --- | -| static [Create4Bit](../../aspose.imaging/colorpalettehelper/create4bit)() | Creates the 4 bit color palette. | -| static [Create4BitGrayscale](../../aspose.imaging/colorpalettehelper/create4bitgrayscale)(bool) | Creates the 4 bit grayscale palette. | -| static [Create8Bit](../../aspose.imaging/colorpalettehelper/create8bit)() | Creates the 8 bit color palette. | -| static [Create8BitGrayscale](../../aspose.imaging/colorpalettehelper/create8bitgrayscale)(bool) | Creates the 8 bit grayscale palette. | -| static [CreateMonochrome](../../aspose.imaging/colorpalettehelper/createmonochrome)() | Creates a monochrome color palette containing 2 colors only. | -| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette)(RasterImage, int) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | -| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette)(RasterImage, int, PaletteMiningMethod) | Gets color palette from raster image (palletizes image) in case the image does not have one. Palette is about to be optimized for better indexed image quality or taken "AS IS" when PaletteMiningMethod.UseCurrentPalette is used. | -| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette)(RasterImage, Rectangle, int) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | -| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette)(RasterImage, Rectangle, int, bool) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | -| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette)(RasterImage, Rectangle, int, bool, Color) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | -| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette)(RasterImage, Rectangle, int, bool, Color, bool) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | -| static [GetCloseTransparentImagePalette](../../aspose.imaging/colorpalettehelper/getclosetransparentimagepalette)(RasterImage, int) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | -| static [GetDownscalePalette](../../aspose.imaging/colorpalettehelper/getdownscalepalette)(RasterImage) | Get 256 color palette, composed from upper bits of initial image color values. | -| static [GetUniformColorPalette](../../aspose.imaging/colorpalettehelper/getuniformcolorpalette)(RasterImage) | Get uniform 256 color palette. | -| static [HasTransparentColors](../../aspose.imaging/colorpalettehelper/hastransparentcolors)(IColorPalette) | Determines whether the specified palette has transparent colors. | +| static [Create4Bit](../../aspose.imaging/colorpalettehelper/create4bit/)() | Creates the 4 bit color palette. | +| static [Create4BitGrayscale](../../aspose.imaging/colorpalettehelper/create4bitgrayscale/)(bool) | Creates the 4 bit grayscale palette. | +| static [Create8Bit](../../aspose.imaging/colorpalettehelper/create8bit/)() | Creates the 8 bit color palette. | +| static [Create8BitGrayscale](../../aspose.imaging/colorpalettehelper/create8bitgrayscale/)(bool) | Creates the 8 bit grayscale palette. | +| static [CreateMonochrome](../../aspose.imaging/colorpalettehelper/createmonochrome/)() | Creates a monochrome color palette containing 2 colors only. | +| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette/#getcloseimagepalette_4)(RasterImage, int) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | +| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette/#getcloseimagepalette_5)(RasterImage, int, PaletteMiningMethod) | Gets color palette from raster image (palletizes image) in case the image does not have one. Palette is about to be optimized for better indexed image quality or taken "AS IS" when PaletteMiningMethod.UseCurrentPalette is used. | +| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette/#getcloseimagepalette)(RasterImage, Rectangle, int) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | +| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette/#getcloseimagepalette_1)(RasterImage, Rectangle, int, bool) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | +| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette/#getcloseimagepalette_2)(RasterImage, Rectangle, int, bool, Color) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | +| static [GetCloseImagePalette](../../aspose.imaging/colorpalettehelper/getcloseimagepalette/#getcloseimagepalette_3)(RasterImage, Rectangle, int, bool, Color, bool) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | +| static [GetCloseTransparentImagePalette](../../aspose.imaging/colorpalettehelper/getclosetransparentimagepalette/)(RasterImage, int) | Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. | +| static [GetDownscalePalette](../../aspose.imaging/colorpalettehelper/getdownscalepalette/)(RasterImage) | Get 256 color palette, composed from upper bits of initial image color values. | +| static [GetUniformColorPalette](../../aspose.imaging/colorpalettehelper/getuniformcolorpalette/)(RasterImage) | Get uniform 256 color palette. | +| static [HasTransparentColors](../../aspose.imaging/colorpalettehelper/hastransparentcolors/)(IColorPalette) | Determines whether the specified palette has transparent colors. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create4bit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create4bit/_index.md index 42bd16d37fdd..3eb73b09afbc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create4bit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create4bit/_index.md @@ -1,7 +1,7 @@ --- -title: Create4Bit +title: ColorPaletteHelper.Create4Bit second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Creates the 4 bit color palette type: docs weight: 10 url: /net/aspose.imaging/colorpalettehelper/create4bit/ @@ -20,9 +20,9 @@ The 4 bit color palette. ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create4bitgrayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create4bitgrayscale/_index.md index e9cb3d862ea2..410556efe857 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create4bitgrayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create4bitgrayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Create4BitGrayscale +title: ColorPaletteHelper.Create4BitGrayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Creates the 4 bit grayscale palette type: docs weight: 20 url: /net/aspose.imaging/colorpalettehelper/create4bitgrayscale/ @@ -24,9 +24,9 @@ The 4 bit grayscale palette. ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create8bit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create8bit/_index.md index 8186515c3217..8cb96bcef125 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create8bit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create8bit/_index.md @@ -1,7 +1,7 @@ --- -title: Create8Bit +title: ColorPaletteHelper.Create8Bit second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Creates the 8 bit color palette type: docs weight: 30 url: /net/aspose.imaging/colorpalettehelper/create8bit/ @@ -20,9 +20,9 @@ The 8 bit color palette. ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create8bitgrayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create8bitgrayscale/_index.md index 50b39e6329aa..22f1a7b17267 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create8bitgrayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/create8bitgrayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Create8BitGrayscale +title: ColorPaletteHelper.Create8BitGrayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Creates the 8 bit grayscale palette type: docs weight: 40 url: /net/aspose.imaging/colorpalettehelper/create8bitgrayscale/ @@ -22,7 +22,7 @@ public static IColorPalette Create8BitGrayscale(bool minIsWhite) The 8 bit grayscale palette. -### Examples +## Examples The following example creates a palettized grayscale BMP image and then saves it to a file. @@ -71,9 +71,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(createOptions, 1 ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/createmonochrome/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/createmonochrome/_index.md index dc42e587714a..83a24c14efac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/createmonochrome/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/createmonochrome/_index.md @@ -1,7 +1,7 @@ --- -title: CreateMonochrome +title: ColorPaletteHelper.CreateMonochrome second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Creates a monochrome color palette containing 2 colors only type: docs weight: 50 url: /net/aspose.imaging/colorpalettehelper/createmonochrome/ @@ -20,9 +20,9 @@ Color palette for monochrome images. ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getcloseimagepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getcloseimagepalette/_index.md index 5a6669c3fd05..b23d3499f601 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getcloseimagepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getcloseimagepalette/_index.md @@ -1,12 +1,12 @@ --- -title: GetCloseImagePalette +title: ColorPaletteHelper.GetCloseImagePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Gets color palette from raster image palletizes image in case the image does not have one. In case palette exists it will be used instead performing calculations type: docs weight: 60 url: /net/aspose.imaging/colorpalettehelper/getcloseimagepalette/ --- -## ColorPaletteHelper.GetCloseImagePalette method (1 of 6) +## GetCloseImagePalette(RasterImage, int) {#getcloseimagepalette_4} Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. @@ -23,7 +23,7 @@ public static IColorPalette GetCloseImagePalette(RasterImage image, int entriesC The color palette which starts with the most frequent colors from the *image* and contains *entriesCount* entries. -### Examples +## Examples The following example loads a BMP image and saves it back to BMP using various save options. @@ -106,15 +106,15 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../../rasterimage/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) --- -## ColorPaletteHelper.GetCloseImagePalette method (2 of 6) +## GetCloseImagePalette(RasterImage, int, PaletteMiningMethod) {#getcloseimagepalette_5} Gets color palette from raster image (palletizes image) in case the image does not have one. Palette is about to be optimized for better indexed image quality or taken "AS IS" when PaletteMiningMethod.UseCurrentPalette is used. @@ -133,7 +133,7 @@ public static IColorPalette GetCloseImagePalette(RasterImage image, int entriesC The color palette which starts with the most frequent colors from the *image* and contains *entriesCount* entries. -### Examples +## Examples The following example shows how to compress a PNG image, using indexed color with best fit palette @@ -162,16 +162,16 @@ The following example shows how to compress a PNG image, using indexed color wit ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* enum [PaletteMiningMethod](../../paletteminingmethod) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../../rasterimage/) +* enum [PaletteMiningMethod](../../paletteminingmethod/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) --- -## ColorPaletteHelper.GetCloseImagePalette method (3 of 6) +## GetCloseImagePalette(RasterImage, Rectangle, int) {#getcloseimagepalette} Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. @@ -192,16 +192,16 @@ The color palette which starts with the most frequent colors from the *image* an ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* struct [Rectangle](../../rectangle) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../../rasterimage/) +* struct [Rectangle](../../rectangle/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) --- -## ColorPaletteHelper.GetCloseImagePalette method (4 of 6) +## GetCloseImagePalette(RasterImage, Rectangle, int, bool) {#getcloseimagepalette_1} Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. @@ -223,16 +223,16 @@ The color palette which starts with the most frequent colors from the *image* an ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* struct [Rectangle](../../rectangle) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../../rasterimage/) +* struct [Rectangle](../../rectangle/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) --- -## ColorPaletteHelper.GetCloseImagePalette method (5 of 6) +## GetCloseImagePalette(RasterImage, Rectangle, int, bool, Color) {#getcloseimagepalette_2} Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. @@ -255,17 +255,17 @@ The color palette which starts with the most frequent colors from the *image* an ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* struct [Rectangle](../../rectangle) -* struct [Color](../../color) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../../rasterimage/) +* struct [Rectangle](../../rectangle/) +* struct [Color](../../color/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) --- -## ColorPaletteHelper.GetCloseImagePalette method (6 of 6) +## GetCloseImagePalette(RasterImage, Rectangle, int, bool, Color, bool) {#getcloseimagepalette_3} Gets color palette from raster image (palletizes image) in case the image does not have one. In case palette exists it will be used instead performing calculations. @@ -289,12 +289,12 @@ The color palette which starts with the most frequent colors from the *image* an ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* struct [Rectangle](../../rectangle) -* struct [Color](../../color) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../../rasterimage/) +* struct [Rectangle](../../rectangle/) +* struct [Color](../../color/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getclosetransparentimagepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getclosetransparentimagepalette/_index.md index bcc0e6dba00b..fc921b9e292a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getclosetransparentimagepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getclosetransparentimagepalette/_index.md @@ -1,7 +1,7 @@ --- -title: GetCloseTransparentImagePalette +title: ColorPaletteHelper.GetCloseTransparentImagePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Gets color palette from raster image palletizes image in case the image does not have one. In case palette exists it will be used instead performing calculations type: docs weight: 70 url: /net/aspose.imaging/colorpalettehelper/getclosetransparentimagepalette/ @@ -25,10 +25,10 @@ The color palette which starts with the most frequent colors from the *image* an ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../../rasterimage/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getdownscalepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getdownscalepalette/_index.md index 2c5f5db90e46..15b8b924d41a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getdownscalepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getdownscalepalette/_index.md @@ -1,7 +1,7 @@ --- -title: GetDownscalePalette +title: ColorPaletteHelper.GetDownscalePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Get 256 color palette composed from upper bits of initial image color values type: docs weight: 80 url: /net/aspose.imaging/colorpalettehelper/getdownscalepalette/ @@ -20,14 +20,14 @@ public static ColorPalette GetDownscalePalette(RasterImage image) ### Return Value -The [`ColorPalette`](../../colorpalette). +The [`ColorPalette`](../../colorpalette/). ### See Also -* class [ColorPalette](../../colorpalette) -* class [RasterImage](../../rasterimage) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* class [ColorPalette](../../colorpalette/) +* class [RasterImage](../../rasterimage/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getuniformcolorpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getuniformcolorpalette/_index.md index 294dbfcda546..68eee2ba5d5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getuniformcolorpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/getuniformcolorpalette/_index.md @@ -1,7 +1,7 @@ --- -title: GetUniformColorPalette +title: ColorPaletteHelper.GetUniformColorPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Get uniform 256 color palette type: docs weight: 90 url: /net/aspose.imaging/colorpalettehelper/getuniformcolorpalette/ @@ -20,14 +20,14 @@ public static ColorPalette GetUniformColorPalette(RasterImage image) ### Return Value -The [`ColorPalette`](../../colorpalette). +The [`ColorPalette`](../../colorpalette/). ### See Also -* class [ColorPalette](../../colorpalette) -* class [RasterImage](../../rasterimage) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* class [ColorPalette](../../colorpalette/) +* class [RasterImage](../../rasterimage/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/hastransparentcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/hastransparentcolors/_index.md index 1884f7d8b4ea..7b3c916cbf9b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/hastransparentcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorpalettehelper/hastransparentcolors/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColors +title: ColorPaletteHelper.HasTransparentColors second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorPaletteHelper method. Determines whether the specified palette has transparent colors type: docs weight: 100 url: /net/aspose.imaging/colorpalettehelper/hastransparentcolors/ @@ -30,9 +30,9 @@ public static bool HasTransparentColors(IColorPalette palette) ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ColorPaletteHelper](../../colorpalettehelper) -* namespace [Aspose.Imaging](../../colorpalettehelper) +* interface [IColorPalette](../../icolorpalette/) +* class [ColorPaletteHelper](../) +* namespace [Aspose.Imaging](../../colorpalettehelper/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colorquantizationmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colorquantizationmethod/_index.md index e7efe6314730..6d4a1cdc5390 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colorquantizationmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colorquantizationmethod/_index.md @@ -1,7 +1,7 @@ --- -title: ColorQuantizationMethod +title: Enum ColorQuantizationMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorQuantizationMethod enum. Colors quantization methods type: docs weight: 400 url: /net/aspose.imaging/colorquantizationmethod/ @@ -23,7 +23,7 @@ public enum ColorQuantizationMethod ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/_index.md index 3ca82c5921bf..884796bcfaa0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/_index.md @@ -1,7 +1,7 @@ --- -title: ColorTranslator +title: Class ColorTranslator second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ColorTranslator class. Translates colors to and from GDI Color structures. This class cannot be inherited type: docs weight: 410 url: /net/aspose.imaging/colortranslator/ @@ -18,16 +18,16 @@ public sealed class ColorTranslator | Name | Description | | --- | --- | -| static [FromHtml](../../aspose.imaging/colortranslator/fromhtml)(string) | Takes color from the HTML color. | -| static [FromOle](../../aspose.imaging/colortranslator/fromole)(int) | Takes color from the OLE color. | -| static [FromWin32](../../aspose.imaging/colortranslator/fromwin32)(int) | Takes color from the HTML color. | -| static [ToHtml](../../aspose.imaging/colortranslator/tohtml)(Color) | Creates HTML color from the color. | -| static [ToOle](../../aspose.imaging/colortranslator/toole)(Color) | Translates OLE color to color. | -| static [ToWin32](../../aspose.imaging/colortranslator/towin32)(Color) | Translates the color to win32 color. | +| static [FromHtml](../../aspose.imaging/colortranslator/fromhtml/)(string) | Takes color from the HTML color. | +| static [FromOle](../../aspose.imaging/colortranslator/fromole/)(int) | Takes color from the OLE color. | +| static [FromWin32](../../aspose.imaging/colortranslator/fromwin32/)(int) | Takes color from the HTML color. | +| static [ToHtml](../../aspose.imaging/colortranslator/tohtml/)(Color) | Creates HTML color from the color. | +| static [ToOle](../../aspose.imaging/colortranslator/toole/)(Color) | Translates OLE color to color. | +| static [ToWin32](../../aspose.imaging/colortranslator/towin32/)(Color) | Translates the color to win32 color. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromhtml/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromhtml/_index.md index d977060880c8..83702b6e03d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromhtml/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromhtml/_index.md @@ -1,7 +1,7 @@ --- -title: FromHtml +title: ColorTranslator.FromHtml second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorTranslator method. Takes color from the HTML color type: docs weight: 10 url: /net/aspose.imaging/colortranslator/fromhtml/ @@ -24,9 +24,9 @@ The color. ### See Also -* struct [Color](../../color) -* class [ColorTranslator](../../colortranslator) -* namespace [Aspose.Imaging](../../colortranslator) +* struct [Color](../../color/) +* class [ColorTranslator](../) +* namespace [Aspose.Imaging](../../colortranslator/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromole/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromole/_index.md index cc82dc17b93f..4fa754ce8474 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromole/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromole/_index.md @@ -1,7 +1,7 @@ --- -title: FromOle +title: ColorTranslator.FromOle second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorTranslator method. Takes color from the OLE color type: docs weight: 20 url: /net/aspose.imaging/colortranslator/fromole/ @@ -24,9 +24,9 @@ The color. ### See Also -* struct [Color](../../color) -* class [ColorTranslator](../../colortranslator) -* namespace [Aspose.Imaging](../../colortranslator) +* struct [Color](../../color/) +* class [ColorTranslator](../) +* namespace [Aspose.Imaging](../../colortranslator/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromwin32/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromwin32/_index.md index f19336f591e4..73639d93295e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromwin32/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/fromwin32/_index.md @@ -1,7 +1,7 @@ --- -title: FromWin32 +title: ColorTranslator.FromWin32 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorTranslator method. Takes color from the HTML color type: docs weight: 30 url: /net/aspose.imaging/colortranslator/fromwin32/ @@ -24,9 +24,9 @@ The color. ### See Also -* struct [Color](../../color) -* class [ColorTranslator](../../colortranslator) -* namespace [Aspose.Imaging](../../colortranslator) +* struct [Color](../../color/) +* class [ColorTranslator](../) +* namespace [Aspose.Imaging](../../colortranslator/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/tohtml/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/tohtml/_index.md index 347a0a1e2b59..a60a14e80f0d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/tohtml/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/tohtml/_index.md @@ -1,7 +1,7 @@ --- -title: ToHtml +title: ColorTranslator.ToHtml second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorTranslator method. Creates HTML color from the color type: docs weight: 40 url: /net/aspose.imaging/colortranslator/tohtml/ @@ -24,9 +24,9 @@ The html string color. ### See Also -* struct [Color](../../color) -* class [ColorTranslator](../../colortranslator) -* namespace [Aspose.Imaging](../../colortranslator) +* struct [Color](../../color/) +* class [ColorTranslator](../) +* namespace [Aspose.Imaging](../../colortranslator/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/toole/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/toole/_index.md index 5b1638812d72..27912d12d84c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/toole/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/toole/_index.md @@ -1,7 +1,7 @@ --- -title: ToOle +title: ColorTranslator.ToOle second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorTranslator method. Translates OLE color to color type: docs weight: 50 url: /net/aspose.imaging/colortranslator/toole/ @@ -24,9 +24,9 @@ The OLE color. ### See Also -* struct [Color](../../color) -* class [ColorTranslator](../../colortranslator) -* namespace [Aspose.Imaging](../../colortranslator) +* struct [Color](../../color/) +* class [ColorTranslator](../) +* namespace [Aspose.Imaging](../../colortranslator/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/towin32/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/towin32/_index.md index 78f18b23771f..9db2fb3ceafb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/towin32/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/colortranslator/towin32/_index.md @@ -1,7 +1,7 @@ --- -title: ToWin32 +title: ColorTranslator.ToWin32 second_title: Aspose.Imaging for .NET API Reference -description: +description: ColorTranslator method. Translates the color to win32 color type: docs weight: 60 url: /net/aspose.imaging/colortranslator/towin32/ @@ -24,9 +24,9 @@ The win32 color. ### See Also -* struct [Color](../../color) -* class [ColorTranslator](../../colortranslator) -* namespace [Aspose.Imaging](../../colortranslator) +* struct [Color](../../color/) +* class [ColorTranslator](../) +* namespace [Aspose.Imaging](../../colortranslator/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/compositeexception/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/compositeexception/_index.md index 54f12495bc8a..d054a52d15c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/compositeexception/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/compositeexception/_index.md @@ -1,7 +1,7 @@ --- -title: CompositeException +title: Class CompositeException second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CompositeException class. The composite exception type: docs weight: 420 url: /net/aspose.imaging/compositeexception/ @@ -16,7 +16,7 @@ public class CompositeException : Exception ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/compositingquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/compositingquality/_index.md index 076ed4232ac7..05fec874c030 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/compositingquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/compositingquality/_index.md @@ -1,7 +1,7 @@ --- -title: CompositingQuality +title: Enum CompositingQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CompositingQuality enum. Specifies the quality level to use during compositing type: docs weight: 430 url: /net/aspose.imaging/compositingquality/ @@ -27,7 +27,7 @@ public enum CompositingQuality ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customfontsource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customfontsource/_index.md index 3dd1f8b90b3d..639e0e7f60dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customfontsource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customfontsource/_index.md @@ -1,7 +1,7 @@ --- -title: CustomFontSource +title: Delegate CustomFontSource second_title: Aspose.Imaging for .NET API Reference -description: +description: Custom font source provider function type: docs weight: 760 url: /net/aspose.imaging/customfontsource/ @@ -22,7 +22,7 @@ public delegate CustomFontData[] CustomFontSource(params object[] args); The list of specific fonts to render the image -### Examples +## Examples This example demonstrates the custom font source providing to use the specific font(s) for image rendering. Unlike FontSettings.SetFontsFolders method works in the image scope and allowing to provide the fonts in multi-user scenarios. @@ -68,8 +68,8 @@ private Aspose.Imaging.CustomFontHandler.CustomFontData[] GetFontSource(params o ### See Also -* class [CustomFontData](../../aspose.imaging.customfonthandler/customfontdata) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [CustomFontData](../../aspose.imaging.customfonthandler/customfontdata/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/_index.md index f9ad9a9cf9c1..c608c5df4ce1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/_index.md @@ -1,7 +1,7 @@ --- -title: CustomLineCap +title: Class CustomLineCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.CustomLineCap class. Encapsulates a custom userdefined line cap type: docs weight: 770 url: /net/aspose.imaging/customlinecap/ @@ -18,33 +18,33 @@ public class CustomLineCap | Name | Description | | --- | --- | -| [CustomLineCap](customlinecap)(GraphicsPath, GraphicsPath) | Initializes a new instance of the [`CustomLineCap`](../customlinecap) class with the specified outline and fill. | -| [CustomLineCap](customlinecap)(GraphicsPath, GraphicsPath, LineCap) | Initializes a new instance of the [`CustomLineCap`](../customlinecap) class from the specified existing [`LineCap`](../linecap) enumeration with the specified outline and fill. | -| [CustomLineCap](customlinecap)(GraphicsPath, GraphicsPath, LineCap, float) | Initializes a new instance of the [`CustomLineCap`](../customlinecap) class from the specified existing [`LineCap`](../linecap) enumeration with the specified outline, fill, and inset. | +| [CustomLineCap](customlinecap/#constructor)(GraphicsPath, GraphicsPath) | Initializes a new instance of the `CustomLineCap` class with the specified outline and fill. | +| [CustomLineCap](customlinecap/#constructor_1)(GraphicsPath, GraphicsPath, LineCap) | Initializes a new instance of the `CustomLineCap` class from the specified existing [`LineCap`](../linecap/) enumeration with the specified outline and fill. | +| [CustomLineCap](customlinecap/#constructor_2)(GraphicsPath, GraphicsPath, LineCap, float) | Initializes a new instance of the `CustomLineCap` class from the specified existing [`LineCap`](../linecap/) enumeration with the specified outline, fill, and inset. | ## Properties | Name | Description | | --- | --- | -| [BaseCap](../../aspose.imaging/customlinecap/basecap) { get; set; } | Gets or sets the [`LineCap`](../linecap) enumeration on which this [`CustomLineCap`](../customlinecap) is based. | -| [BaseInset](../../aspose.imaging/customlinecap/baseinset) { get; set; } | Gets or sets the distance between the cap and the line. | -| [FillPath](../../aspose.imaging/customlinecap/fillpath) { get; set; } | Gets or sets the object that defines the fill for the custom cap. | -| [StrokeJoin](../../aspose.imaging/customlinecap/strokejoin) { get; set; } | Gets or sets the [`LineJoin`](../linejoin) enumeration that determines how lines that compose this [`CustomLineCap`](../customlinecap) object are joined. | -| [StrokePath](../../aspose.imaging/customlinecap/strokepath) { get; set; } | Gets or sets the object that defines the outline of the custom cap. | -| [WidthScale](../../aspose.imaging/customlinecap/widthscale) { get; set; } | Gets or sets the amount by which to scale this [`CustomLineCap`](../customlinecap) Class object with respect to the width of the Pen object. | +| [BaseCap](../../aspose.imaging/customlinecap/basecap/) { get; set; } | Gets or sets the [`LineCap`](../linecap/) enumeration on which this `CustomLineCap` is based. | +| [BaseInset](../../aspose.imaging/customlinecap/baseinset/) { get; set; } | Gets or sets the distance between the cap and the line. | +| [FillPath](../../aspose.imaging/customlinecap/fillpath/) { get; set; } | Gets or sets the object that defines the fill for the custom cap. | +| [StrokeJoin](../../aspose.imaging/customlinecap/strokejoin/) { get; set; } | Gets or sets the [`LineJoin`](../linejoin/) enumeration that determines how lines that compose this `CustomLineCap` object are joined. | +| [StrokePath](../../aspose.imaging/customlinecap/strokepath/) { get; set; } | Gets or sets the object that defines the outline of the custom cap. | +| [WidthScale](../../aspose.imaging/customlinecap/widthscale/) { get; set; } | Gets or sets the amount by which to scale this `CustomLineCap` Class object with respect to the width of the Pen object. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/customlinecap/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/customlinecap/gethashcode)() | Get hash code of the current object. | -| [GetStrokeCaps](../../aspose.imaging/customlinecap/getstrokecaps)(out LineCap, out LineCap) | Gets the caps used to start and end lines that make up this custom cap. | -| [SetStrokeCaps](../../aspose.imaging/customlinecap/setstrokecaps)(LineCap, LineCap) | Sets the caps used to start and end lines that make up this custom cap. | +| override [Equals](../../aspose.imaging/customlinecap/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/customlinecap/gethashcode/)() | Get hash code of the current object. | +| [GetStrokeCaps](../../aspose.imaging/customlinecap/getstrokecaps/)(out LineCap, out LineCap) | Gets the caps used to start and end lines that make up this custom cap. | +| [SetStrokeCaps](../../aspose.imaging/customlinecap/setstrokecaps/)(LineCap, LineCap) | Sets the caps used to start and end lines that make up this custom cap. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/basecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/basecap/_index.md index 5acdf8d19196..44a058478b28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/basecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/basecap/_index.md @@ -1,14 +1,14 @@ --- -title: BaseCap +title: CustomLineCap.BaseCap second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap property. Gets or sets the LineCap enumeration on which this CustomLineCap is based type: docs weight: 20 url: /net/aspose.imaging/customlinecap/basecap/ --- ## CustomLineCap.BaseCap property -Gets or sets the [`LineCap`](../../linecap) enumeration on which this [`CustomLineCap`](../../customlinecap) is based. +Gets or sets the [`LineCap`](../../linecap/) enumeration on which this [`CustomLineCap`](../) is based. ```csharp public LineCap BaseCap { get; set; } @@ -16,13 +16,13 @@ public LineCap BaseCap { get; set; } ### Property Value -The [`LineCap`](../../linecap) enumeration on which this [`CustomLineCap`](../../customlinecap) is based. +The [`LineCap`](../../linecap/) enumeration on which this [`CustomLineCap`](../) is based. ### See Also -* enum [LineCap](../../linecap) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* enum [LineCap](../../linecap/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/baseinset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/baseinset/_index.md index 436ce280d8f8..5d7913d74396 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/baseinset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/baseinset/_index.md @@ -1,7 +1,7 @@ --- -title: BaseInset +title: CustomLineCap.BaseInset second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap property. Gets or sets the distance between the cap and the line type: docs weight: 30 url: /net/aspose.imaging/customlinecap/baseinset/ @@ -20,8 +20,8 @@ The distance between the beginning of the cap and the end of the line. ### See Also -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/customlinecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/customlinecap/_index.md index 02d05a8467c7..5ec656dcb6e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/customlinecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/customlinecap/_index.md @@ -1,14 +1,14 @@ --- -title: CustomLineCap +title: CustomLineCap.CustomLineCap second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap constructor. Initializes a new instance of the CustomLineCap class with the specified outline and fill type: docs weight: 10 url: /net/aspose.imaging/customlinecap/customlinecap/ --- -## CustomLineCap constructor (1 of 3) +## CustomLineCap(GraphicsPath, GraphicsPath) {#constructor} -Initializes a new instance of the [`CustomLineCap`](../../customlinecap) class with the specified outline and fill. +Initializes a new instance of the [`CustomLineCap`](../) class with the specified outline and fill. ```csharp public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath) @@ -16,21 +16,21 @@ public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath) | Parameter | Type | Description | | --- | --- | --- | -| fillPath | GraphicsPath | A [`GraphicsPath`](../../graphicspath) object that defines the fill for the custom cap. | -| strokePath | GraphicsPath | A [`GraphicsPath`](../../graphicspath) object that defines the outline of the custom cap. | +| fillPath | GraphicsPath | A [`GraphicsPath`](../../graphicspath/) object that defines the fill for the custom cap. | +| strokePath | GraphicsPath | A [`GraphicsPath`](../../graphicspath/) object that defines the outline of the custom cap. | ### See Also -* class [GraphicsPath](../../graphicspath) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [GraphicsPath](../../graphicspath/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) --- -## CustomLineCap constructor (2 of 3) +## CustomLineCap(GraphicsPath, GraphicsPath, LineCap) {#constructor_1} -Initializes a new instance of the [`CustomLineCap`](../../customlinecap) class from the specified existing [`LineCap`](../../linecap) enumeration with the specified outline and fill. +Initializes a new instance of the [`CustomLineCap`](../) class from the specified existing [`LineCap`](../../linecap/) enumeration with the specified outline and fill. ```csharp public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap) @@ -38,23 +38,23 @@ public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap bas | Parameter | Type | Description | | --- | --- | --- | -| fillPath | GraphicsPath | A [`GraphicsPath`](../../graphicspath) object that defines the fill for the custom cap. | -| strokePath | GraphicsPath | A [`GraphicsPath`](../../graphicspath) object that defines the outline of the custom cap. | +| fillPath | GraphicsPath | A [`GraphicsPath`](../../graphicspath/) object that defines the fill for the custom cap. | +| strokePath | GraphicsPath | A [`GraphicsPath`](../../graphicspath/) object that defines the outline of the custom cap. | | baseCap | LineCap | The line cap from which to create the custom cap. | ### See Also -* class [GraphicsPath](../../graphicspath) -* enum [LineCap](../../linecap) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [GraphicsPath](../../graphicspath/) +* enum [LineCap](../../linecap/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) --- -## CustomLineCap constructor (3 of 3) +## CustomLineCap(GraphicsPath, GraphicsPath, LineCap, float) {#constructor_2} -Initializes a new instance of the [`CustomLineCap`](../../customlinecap) class from the specified existing [`LineCap`](../../linecap) enumeration with the specified outline, fill, and inset. +Initializes a new instance of the [`CustomLineCap`](../) class from the specified existing [`LineCap`](../../linecap/) enumeration with the specified outline, fill, and inset. ```csharp public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap, @@ -63,17 +63,17 @@ public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap bas | Parameter | Type | Description | | --- | --- | --- | -| fillPath | GraphicsPath | A [`GraphicsPath`](../../graphicspath) object that defines the fill for the custom cap. | -| strokePath | GraphicsPath | A [`GraphicsPath`](../../graphicspath) object that defines the outline of the custom cap. | +| fillPath | GraphicsPath | A [`GraphicsPath`](../../graphicspath/) object that defines the fill for the custom cap. | +| strokePath | GraphicsPath | A [`GraphicsPath`](../../graphicspath/) object that defines the outline of the custom cap. | | baseCap | LineCap | The line cap from which to create the custom cap. | | baseInset | Single | The distance between the cap and the line. | ### See Also -* class [GraphicsPath](../../graphicspath) -* enum [LineCap](../../linecap) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [GraphicsPath](../../graphicspath/) +* enum [LineCap](../../linecap/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/equals/_index.md index 40d55fd20246..a89cad263f8c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: CustomLineCap.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap method. Check if objects are equal type: docs weight: 80 url: /net/aspose.imaging/customlinecap/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/fillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/fillpath/_index.md index 2663888b05b3..7ac7b8c466ff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/fillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/fillpath/_index.md @@ -1,7 +1,7 @@ --- -title: FillPath +title: CustomLineCap.FillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap property. Gets or sets the object that defines the fill for the custom cap type: docs weight: 40 url: /net/aspose.imaging/customlinecap/fillpath/ @@ -20,9 +20,9 @@ The object that defines the fill for the custom cap. ### See Also -* class [GraphicsPath](../../graphicspath) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [GraphicsPath](../../graphicspath/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/gethashcode/_index.md index 4f6701843d4d..b5fefc764d2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: CustomLineCap.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap method. Get hash code of the current object type: docs weight: 90 url: /net/aspose.imaging/customlinecap/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/getstrokecaps/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/getstrokecaps/_index.md index 3665f13a8641..aafdd5bb19ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/getstrokecaps/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/getstrokecaps/_index.md @@ -1,7 +1,7 @@ --- -title: GetStrokeCaps +title: CustomLineCap.GetStrokeCaps second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap method. Gets the caps used to start and end lines that make up this custom cap type: docs weight: 100 url: /net/aspose.imaging/customlinecap/getstrokecaps/ @@ -16,14 +16,14 @@ public void GetStrokeCaps(out LineCap startCap, out LineCap endCap) | Parameter | Type | Description | | --- | --- | --- | -| startCap | LineCap& | The [`LineCap`](../../linecap) enumeration used at the beginning of a line within this cap. | -| endCap | LineCap& | The [`LineCap`](../../linecap) enumeration used at the end of a line within this cap. | +| startCap | LineCap& | The [`LineCap`](../../linecap/) enumeration used at the beginning of a line within this cap. | +| endCap | LineCap& | The [`LineCap`](../../linecap/) enumeration used at the end of a line within this cap. | ### See Also -* enum [LineCap](../../linecap) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* enum [LineCap](../../linecap/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/setstrokecaps/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/setstrokecaps/_index.md index aee9dc72caee..b2d539803b1a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/setstrokecaps/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/setstrokecaps/_index.md @@ -1,7 +1,7 @@ --- -title: SetStrokeCaps +title: CustomLineCap.SetStrokeCaps second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap method. Sets the caps used to start and end lines that make up this custom cap type: docs weight: 110 url: /net/aspose.imaging/customlinecap/setstrokecaps/ @@ -16,14 +16,14 @@ public void SetStrokeCaps(LineCap startCap, LineCap endCap) | Parameter | Type | Description | | --- | --- | --- | -| startCap | LineCap | The [`LineCap`](../../linecap) enumeration used at the beginning of a line within this cap. | -| endCap | LineCap | The [`LineCap`](../../linecap) enumeration used at the end of a line within this cap. | +| startCap | LineCap | The [`LineCap`](../../linecap/) enumeration used at the beginning of a line within this cap. | +| endCap | LineCap | The [`LineCap`](../../linecap/) enumeration used at the end of a line within this cap. | ### See Also -* enum [LineCap](../../linecap) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* enum [LineCap](../../linecap/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/strokejoin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/strokejoin/_index.md index dfdf0bc0b327..ac328b3d1f46 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/strokejoin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/strokejoin/_index.md @@ -1,14 +1,14 @@ --- -title: StrokeJoin +title: CustomLineCap.StrokeJoin second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap property. Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined type: docs weight: 50 url: /net/aspose.imaging/customlinecap/strokejoin/ --- ## CustomLineCap.StrokeJoin property -Gets or sets the [`LineJoin`](../../linejoin) enumeration that determines how lines that compose this [`CustomLineCap`](../../customlinecap) object are joined. +Gets or sets the [`LineJoin`](../../linejoin/) enumeration that determines how lines that compose this [`CustomLineCap`](../) object are joined. ```csharp public LineJoin StrokeJoin { get; set; } @@ -16,13 +16,13 @@ public LineJoin StrokeJoin { get; set; } ### Property Value -The [`LineJoin`](../../linejoin) enumeration this [`CustomLineCap`](../../customlinecap) object uses to join lines. +The [`LineJoin`](../../linejoin/) enumeration this [`CustomLineCap`](../) object uses to join lines. ### See Also -* enum [LineJoin](../../linejoin) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* enum [LineJoin](../../linejoin/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/strokepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/strokepath/_index.md index 7d15818da471..b52fef8ac033 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/strokepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/strokepath/_index.md @@ -1,7 +1,7 @@ --- -title: StrokePath +title: CustomLineCap.StrokePath second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap property. Gets or sets the object that defines the outline of the custom cap type: docs weight: 60 url: /net/aspose.imaging/customlinecap/strokepath/ @@ -20,9 +20,9 @@ The object that defines the outline of the custom cap. ### See Also -* class [GraphicsPath](../../graphicspath) -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [GraphicsPath](../../graphicspath/) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/widthscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/widthscale/_index.md index a102e9425902..994079f72734 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/widthscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/customlinecap/widthscale/_index.md @@ -1,14 +1,14 @@ --- -title: WidthScale +title: CustomLineCap.WidthScale second_title: Aspose.Imaging for .NET API Reference -description: +description: CustomLineCap property. Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object type: docs weight: 70 url: /net/aspose.imaging/customlinecap/widthscale/ --- ## CustomLineCap.WidthScale property -Gets or sets the amount by which to scale this [`CustomLineCap`](../../customlinecap) Class object with respect to the width of the Pen object. +Gets or sets the amount by which to scale this [`CustomLineCap`](../) Class object with respect to the width of the Pen object. ```csharp public float WidthScale { get; set; } @@ -20,8 +20,8 @@ The amount by which to scale the cap. ### See Also -* class [CustomLineCap](../../customlinecap) -* namespace [Aspose.Imaging](../../customlinecap) +* class [CustomLineCap](../) +* namespace [Aspose.Imaging](../../customlinecap/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/dashcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/dashcap/_index.md index 382da87c73fd..fd6df54c72b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/dashcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/dashcap/_index.md @@ -1,7 +1,7 @@ --- -title: DashCap +title: Enum DashCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.DashCap enum. Specifies the type of graphic shape to use on both ends of each dash in a dashed line type: docs weight: 780 url: /net/aspose.imaging/dashcap/ @@ -24,7 +24,7 @@ public enum DashCap ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/dashstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/dashstyle/_index.md index d356dd19c496..924fad77caf6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/dashstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/dashstyle/_index.md @@ -1,14 +1,14 @@ --- -title: DashStyle +title: Enum DashStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.DashStyle enum. Specifies the style of dashed lines drawn with a Pen object type: docs weight: 790 url: /net/aspose.imaging/dashstyle/ --- ## DashStyle enumeration -Specifies the style of dashed lines drawn with a [`Pen`](../pen) object. +Specifies the style of dashed lines drawn with a [`Pen`](../pen/) object. ```csharp public enum DashStyle @@ -27,7 +27,7 @@ public enum DashStyle ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/datarecoverymode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/datarecoverymode/_index.md index 418beb685411..0c6185cce301 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/datarecoverymode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/datarecoverymode/_index.md @@ -1,7 +1,7 @@ --- -title: DataRecoveryMode +title: Enum DataRecoveryMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.DataRecoveryMode enum. The data recovery mode type: docs weight: 800 url: /net/aspose.imaging/datarecoverymode/ @@ -24,7 +24,7 @@ public enum DataRecoveryMode ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/_index.md index d31890aa61f6..14ff4cf5aaf3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/_index.md @@ -1,7 +1,7 @@ --- -title: DataStreamSupporter +title: Class DataStreamSupporter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.DataStreamSupporter class. The data stream container type: docs weight: 810 url: /net/aspose.imaging/datastreamsupporter/ @@ -18,25 +18,25 @@ public abstract class DataStreamSupporter : DisposableObject | Name | Description | | --- | --- | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached/) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | ## Methods | Name | Description | | --- | --- | -| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](./datastreamcontainer). | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)() | Saves the object's data to the current [`DataStreamSupporter`](../datastreamsupporter). | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | +| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](./datastreamcontainer/). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/#save)() | Saves the object's data to the current `DataStreamSupporter`. | +| [Save](../../aspose.imaging/datastreamsupporter/save/#save_1)(Stream) | Saves the object's data to the specified stream. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/#save_2)(string) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/#save_3)(string, bool) | Saves the object's data to the specified file location. | ### See Also -* class [DisposableObject](../disposableobject) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [DisposableObject](../disposableobject/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/cachedata/_index.md index 194aaab92605..4ded7f71751a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/cachedata/_index.md @@ -1,20 +1,20 @@ --- -title: CacheData +title: DataStreamSupporter.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: DataStreamSupporter method. Caches the data and ensures no additional data loading will be performed from the underlying DataStreamContainer type: docs weight: 30 url: /net/aspose.imaging/datastreamsupporter/cachedata/ --- ## DataStreamSupporter.CacheData method -Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamcontainer). +Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamcontainer/). ```csharp public abstract void CacheData() ``` -### Examples +## Examples The following example shows how image caching affects performance. In general case, reading cached data is performed faster than reading non-cached data. @@ -73,8 +73,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [DataStreamSupporter](../../datastreamsupporter) -* namespace [Aspose.Imaging](../../datastreamsupporter) +* class [DataStreamSupporter](../) +* namespace [Aspose.Imaging](../../datastreamsupporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/datastreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/datastreamcontainer/_index.md index 1291b902d311..95d9407b26b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/datastreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/datastreamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: DataStreamContainer +title: DataStreamSupporter.DataStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: DataStreamSupporter property. Gets the objects data stream type: docs weight: 10 url: /net/aspose.imaging/datastreamsupporter/datastreamcontainer/ @@ -20,9 +20,9 @@ The object's data stream. ### See Also -* class [StreamContainer](../../streamcontainer) -* class [DataStreamSupporter](../../datastreamsupporter) -* namespace [Aspose.Imaging](../../datastreamsupporter) +* class [StreamContainer](../../streamcontainer/) +* class [DataStreamSupporter](../) +* namespace [Aspose.Imaging](../../datastreamsupporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/iscached/_index.md index d5553d50d95f..a366f6d08a5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: DataStreamSupporter.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: DataStreamSupporter property. Gets a value indicating whether objects data is cached currently and no data reading is required type: docs weight: 20 url: /net/aspose.imaging/datastreamsupporter/iscached/ @@ -20,8 +20,8 @@ public abstract bool IsCached { get; } ### See Also -* class [DataStreamSupporter](../../datastreamsupporter) -* namespace [Aspose.Imaging](../../datastreamsupporter) +* class [DataStreamSupporter](../) +* namespace [Aspose.Imaging](../../datastreamsupporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/save/_index.md index 48c4e1c6e4f1..db3b0819a179 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/datastreamsupporter/save/_index.md @@ -1,14 +1,14 @@ --- -title: Save +title: DataStreamSupporter.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: DataStreamSupporter method. Saves the objects data to the current DataStreamSupporter type: docs weight: 40 url: /net/aspose.imaging/datastreamsupporter/save/ --- -## DataStreamSupporter.Save method (1 of 4) +## Save() {#save} -Saves the object's data to the current [`DataStreamSupporter`](../../datastreamsupporter). +Saves the object's data to the current [`DataStreamSupporter`](../). ```csharp public virtual void Save() @@ -16,13 +16,13 @@ public virtual void Save() ### See Also -* class [DataStreamSupporter](../../datastreamsupporter) -* namespace [Aspose.Imaging](../../datastreamsupporter) +* class [DataStreamSupporter](../) +* namespace [Aspose.Imaging](../../datastreamsupporter/) * assembly [Aspose.Imaging](../../../) --- -## DataStreamSupporter.Save method (2 of 4) +## Save(Stream) {#save_1} Saves the object's data to the specified stream. @@ -36,13 +36,13 @@ public void Save(Stream stream) ### See Also -* class [DataStreamSupporter](../../datastreamsupporter) -* namespace [Aspose.Imaging](../../datastreamsupporter) +* class [DataStreamSupporter](../) +* namespace [Aspose.Imaging](../../datastreamsupporter/) * assembly [Aspose.Imaging](../../../) --- -## DataStreamSupporter.Save method (3 of 4) +## Save(string) {#save_2} Saves the object's data to the specified file location. @@ -56,13 +56,13 @@ public virtual void Save(string filePath) ### See Also -* class [DataStreamSupporter](../../datastreamsupporter) -* namespace [Aspose.Imaging](../../datastreamsupporter) +* class [DataStreamSupporter](../) +* namespace [Aspose.Imaging](../../datastreamsupporter/) * assembly [Aspose.Imaging](../../../) --- -## DataStreamSupporter.Save method (4 of 4) +## Save(string, bool) {#save_3} Saves the object's data to the specified file location. @@ -77,8 +77,8 @@ public virtual void Save(string filePath, bool overWrite) ### See Also -* class [DataStreamSupporter](../../datastreamsupporter) -* namespace [Aspose.Imaging](../../datastreamsupporter) +* class [DataStreamSupporter](../) +* namespace [Aspose.Imaging](../../datastreamsupporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/_index.md index d0a5e10686fb..6570e360ce33 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/_index.md @@ -1,7 +1,7 @@ --- -title: DisposableObject +title: Class DisposableObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.DisposableObject class. Represents disposable object type: docs weight: 820 url: /net/aspose.imaging/disposableobject/ @@ -18,23 +18,23 @@ public class DisposableObject : IDisposable | Name | Description | | --- | --- | -| [DisposableObject](disposableobject)() | The default constructor. | +| [DisposableObject](disposableobject/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/disposableobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/disposableobject/_index.md index 3a6a9a82965d..c5ee9fd73091 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/disposableobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/disposableobject/_index.md @@ -1,7 +1,7 @@ --- -title: DisposableObject +title: DisposableObject.DisposableObject second_title: Aspose.Imaging for .NET API Reference -description: +description: DisposableObject constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging/disposableobject/disposableobject/ @@ -16,8 +16,8 @@ public DisposableObject() ### See Also -* class [DisposableObject](../../disposableobject) -* namespace [Aspose.Imaging](../../disposableobject) +* class [DisposableObject](../) +* namespace [Aspose.Imaging](../../disposableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/dispose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/dispose/_index.md index a75ad7a5cc8e..d5d7168323b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/dispose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/dispose/_index.md @@ -1,7 +1,7 @@ --- -title: Dispose +title: DisposableObject.Dispose second_title: Aspose.Imaging for .NET API Reference -description: +description: DisposableObject method. Disposes the current instance type: docs weight: 30 url: /net/aspose.imaging/disposableobject/dispose/ @@ -14,7 +14,7 @@ Disposes the current instance. public void Dispose() ``` -### Examples +## Examples The following example shows how to compose a mutlipage TIFF from individual raster images. @@ -64,8 +64,8 @@ using (Aspose.Imaging.FileFormats.Tiff.TiffImage tiffImage = (Aspose.Imaging.Fil ### See Also -* class [DisposableObject](../../disposableobject) -* namespace [Aspose.Imaging](../../disposableobject) +* class [DisposableObject](../) +* namespace [Aspose.Imaging](../../disposableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/disposed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/disposed/_index.md index 1c970ebad0d8..3bee6d1ea7e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/disposed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/disposableobject/disposed/_index.md @@ -1,7 +1,7 @@ --- -title: Disposed +title: DisposableObject.Disposed second_title: Aspose.Imaging for .NET API Reference -description: +description: DisposableObject property. Gets a value indicating whether this instance is disposed type: docs weight: 20 url: /net/aspose.imaging/disposableobject/disposed/ @@ -20,8 +20,8 @@ public bool Disposed { get; } ### See Also -* class [DisposableObject](../../disposableobject) -* namespace [Aspose.Imaging](../../disposableobject) +* class [DisposableObject](../) +* namespace [Aspose.Imaging](../../disposableobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ditheringmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ditheringmethod/_index.md index cb967acee761..ba55dc3d1ffb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ditheringmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ditheringmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DitheringMethod +title: Enum DitheringMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.DitheringMethod enum. Dithering method type: docs weight: 840 url: /net/aspose.imaging/ditheringmethod/ @@ -21,7 +21,7 @@ public enum DitheringMethod | ThresholdDithering | `0` | Threshold dithering. Simplest and fastest dithering algorithm. | | FloydSteinbergDithering | `1` | The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values. | -### Examples +## Examples The following example loads a raster image and performs threshold and floyd dithering using different palette depth. @@ -57,7 +57,7 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ditheringmethods/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ditheringmethods/_index.md index f609c14e9a99..bc47995564a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ditheringmethods/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ditheringmethods/_index.md @@ -1,7 +1,7 @@ --- -title: DitheringMethods +title: Enum DitheringMethods second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.DitheringMethods enum. The dithering methods used to control color conversion type: docs weight: 850 url: /net/aspose.imaging/ditheringmethods/ @@ -24,7 +24,7 @@ public enum DitheringMethods ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/embeddedimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/embeddedimage/_index.md index d9d54621face..b5fd55e56ad8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/embeddedimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/embeddedimage/_index.md @@ -1,7 +1,7 @@ --- -title: EmbeddedImage +title: Class EmbeddedImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.EmbeddedImage class. The embedded image class type: docs weight: 860 url: /net/aspose.imaging/embeddedimage/ @@ -18,19 +18,19 @@ public class EmbeddedImage : DisposableObject | Name | Description | | --- | --- | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [Image](../../aspose.imaging/embeddedimage/image) { get; } | Gets the image. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [Image](../../aspose.imaging/embeddedimage/image/) { get; } | Gets the image. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [DisposableObject](../disposableobject) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [DisposableObject](../disposableobject/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/embeddedimage/image/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/embeddedimage/image/_index.md index 3c96628e7d89..6f6a803e3bae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/embeddedimage/image/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/embeddedimage/image/_index.md @@ -1,7 +1,7 @@ --- -title: Image +title: EmbeddedImage.Image second_title: Aspose.Imaging for .NET API Reference -description: +description: EmbeddedImage property. Gets the image type: docs weight: 10 url: /net/aspose.imaging/embeddedimage/image/ @@ -20,9 +20,9 @@ The image. ### See Also -* class [Image](../../image) -* class [EmbeddedImage](../../embeddedimage) -* namespace [Aspose.Imaging](../../embeddedimage) +* class [Image](../../image/) +* class [EmbeddedImage](../) +* namespace [Aspose.Imaging](../../embeddedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/_index.md index 2a47f5c20263..54def27ee219 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/_index.md @@ -1,7 +1,7 @@ --- -title: Figure +title: Class Figure second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Figure class. The figure. A container for shapes type: docs weight: 1290 url: /net/aspose.imaging/figure/ @@ -18,33 +18,33 @@ public class Figure : ObjectWithBounds | Name | Description | | --- | --- | -| [Figure](figure)() | Initializes a new [`Figure`](../figure) instance. A constructor required for a JSON deserialization. | +| [Figure](figure/)() | Initializes a new `Figure` instance. A constructor required for a JSON deserialization. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging/figure/bounds) { get; } | Gets or sets the object's bounds. | -| [IsClosed](../../aspose.imaging/figure/isclosed) { get; set; } | Gets or sets a value indicating whether this figure is closed. A closed figure will make a difference only in case where the first and the last figure's shapes are continuous shapes. In such case the first point of the first shape will be connected by a straight line from the last point of the last shape. | -| [Segments](../../aspose.imaging/figure/segments) { get; } | Gets the whole figure segments. | -| [Shapes](../../aspose.imaging/figure/shapes) { get; } | Gets the shapes. | +| override [Bounds](../../aspose.imaging/figure/bounds/) { get; } | Gets or sets the object's bounds. | +| [IsClosed](../../aspose.imaging/figure/isclosed/) { get; set; } | Gets or sets a value indicating whether this figure is closed. A closed figure will make a difference only in case where the first and the last figure's shapes are continuous shapes. In such case the first point of the first shape will be connected by a straight line from the last point of the last shape. | +| [Segments](../../aspose.imaging/figure/segments/) { get; } | Gets the whole figure segments. | +| [Shapes](../../aspose.imaging/figure/shapes/) { get; } | Gets the shapes. | ## Methods | Name | Description | | --- | --- | -| [AddShape](../../aspose.imaging/figure/addshape)(Shape) | Adds a shape to the figure. | -| [AddShapes](../../aspose.imaging/figure/addshapes)(Shape[]) | Adds a range of shapes to the figure. | -| override [Equals](../../aspose.imaging/figure/equals)(object) | Determines whether the specified object is equal to the current object. | -| override [GetBounds](../../aspose.imaging/figure/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging/figure/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging/figure/gethashcode)() | Serves as the default hash function. | -| [RemoveShape](../../aspose.imaging/figure/removeshape)(Shape) | Removes a shape from the figure. | -| [RemoveShapes](../../aspose.imaging/figure/removeshapes)(Shape[]) | Removes a range of shapes from the figure. | -| [Reverse](../../aspose.imaging/figure/reverse)() | Reverses this figure shapes order and shapes point order. | -| override [Transform](../../aspose.imaging/figure/transform)(Matrix) | Applies the specified transformation to the shape. | - -### Examples +| [AddShape](../../aspose.imaging/figure/addshape/)(Shape) | Adds a shape to the figure. | +| [AddShapes](../../aspose.imaging/figure/addshapes/)(Shape[]) | Adds a range of shapes to the figure. | +| override [Equals](../../aspose.imaging/figure/equals/)(object) | Determines whether the specified object is equal to the current object. | +| override [GetBounds](../../aspose.imaging/figure/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging/figure/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging/figure/gethashcode/)() | Serves as the default hash function. | +| [RemoveShape](../../aspose.imaging/figure/removeshape/)(Shape) | Removes a shape from the figure. | +| [RemoveShapes](../../aspose.imaging/figure/removeshapes/)(Shape[]) | Removes a range of shapes from the figure. | +| [Reverse](../../aspose.imaging/figure/reverse/)() | Reverses this figure shapes order and shapes point order. | +| override [Transform](../../aspose.imaging/figure/transform/)(Matrix) | Applies the specified transformation to the shape. | + +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -94,8 +94,8 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.t ### See Also -* class [ObjectWithBounds](../objectwithbounds) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [ObjectWithBounds](../objectwithbounds/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/addshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/addshape/_index.md index dfaffaff238b..77570aec8dca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/addshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/addshape/_index.md @@ -1,7 +1,7 @@ --- -title: AddShape +title: Figure.AddShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Adds a shape to the figure type: docs weight: 60 url: /net/aspose.imaging/figure/addshape/ @@ -18,7 +18,7 @@ public void AddShape(Shape shape) | --- | --- | --- | | shape | Shape | The shape to add. | -### Examples +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -119,9 +119,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [Shape](../../shape) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Shape](../../shape/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/addshapes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/addshapes/_index.md index 70530f1fbc28..eb7c49cdc39f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/addshapes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/addshapes/_index.md @@ -1,7 +1,7 @@ --- -title: AddShapes +title: Figure.AddShapes second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Adds a range of shapes to the figure type: docs weight: 70 url: /net/aspose.imaging/figure/addshapes/ @@ -20,9 +20,9 @@ public void AddShapes(Shape[] shapes) ### See Also -* class [Shape](../../shape) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Shape](../../shape/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/bounds/_index.md index f3c9a20608b1..3e7ec50dc162 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: Figure.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure property. Gets or sets the objects bounds type: docs weight: 20 url: /net/aspose.imaging/figure/bounds/ @@ -20,9 +20,9 @@ The object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* struct [RectangleF](../../rectanglef/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/equals/_index.md index 2627b5c9b46d..8e56b3ff37ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: Figure.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Determines whether the specified object is equal to the current object type: docs weight: 80 url: /net/aspose.imaging/figure/equals/ @@ -24,8 +24,8 @@ The result of equals ### See Also -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/figure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/figure/_index.md index 3622dc776686..c5f7fe594323 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/figure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/figure/_index.md @@ -1,14 +1,14 @@ --- -title: Figure +title: Figure.Figure second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure constructor. Initializes a new Figure instance. A constructor required for a JSON deserialization type: docs weight: 10 url: /net/aspose.imaging/figure/figure/ --- ## Figure constructor -Initializes a new [`Figure`](../../figure) instance. A constructor required for a JSON deserialization. +Initializes a new [`Figure`](../) instance. A constructor required for a JSON deserialization. ```csharp public Figure() @@ -16,8 +16,8 @@ public Figure() ### See Also -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/getbounds/_index.md index 6aa8be2086e8..310d559f73d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: Figure.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Gets the objects bounds type: docs weight: 90 url: /net/aspose.imaging/figure/getbounds/ --- -## Figure.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) --- -## Figure.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* class [Pen](../../pen) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* class [Pen](../../pen/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/gethashcode/_index.md index 6d07f07f66f4..fe3542071cdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Figure.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Serves as the default hash function type: docs weight: 100 url: /net/aspose.imaging/figure/gethashcode/ @@ -20,8 +20,8 @@ A hash code for the current object. ### See Also -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/isclosed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/isclosed/_index.md index 639d60a3a512..c0c1252f3e98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/isclosed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/isclosed/_index.md @@ -1,7 +1,7 @@ --- -title: IsClosed +title: Figure.IsClosed second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure property. Gets or sets a value indicating whether this figure is closed. A closed figure will make a difference only in case where the first and the last figures shapes are continuous shapes. In such case the first point of the first shape will be connected by a straight line from the last point of the last shape type: docs weight: 30 url: /net/aspose.imaging/figure/isclosed/ @@ -20,8 +20,8 @@ public bool IsClosed { get; set; } ### See Also -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/removeshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/removeshape/_index.md index faef47a0824f..650bd652442e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/removeshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/removeshape/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveShape +title: Figure.RemoveShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Removes a shape from the figure type: docs weight: 110 url: /net/aspose.imaging/figure/removeshape/ @@ -20,9 +20,9 @@ public void RemoveShape(Shape shape) ### See Also -* class [Shape](../../shape) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Shape](../../shape/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/removeshapes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/removeshapes/_index.md index 57317acf44b5..9f9baecd3140 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/removeshapes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/removeshapes/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveShapes +title: Figure.RemoveShapes second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Removes a range of shapes from the figure type: docs weight: 120 url: /net/aspose.imaging/figure/removeshapes/ @@ -20,9 +20,9 @@ public void RemoveShapes(Shape[] shapes) ### See Also -* class [Shape](../../shape) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Shape](../../shape/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/reverse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/reverse/_index.md index f4e5b668726d..9679f56dd6ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/reverse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/reverse/_index.md @@ -1,7 +1,7 @@ --- -title: Reverse +title: Figure.Reverse second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Reverses this figure shapes order and shapes point order type: docs weight: 130 url: /net/aspose.imaging/figure/reverse/ @@ -16,8 +16,8 @@ public void Reverse() ### See Also -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/segments/_index.md index f90468614d0e..a4e6a4264cd9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: Figure.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure property. Gets the whole figure segments type: docs weight: 40 url: /net/aspose.imaging/figure/segments/ @@ -20,9 +20,9 @@ The figure segments. ### See Also -* class [ShapeSegment](../../shapesegment) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [ShapeSegment](../../shapesegment/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/shapes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/shapes/_index.md index ca7ced80754d..2f980c0cf8bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/shapes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/shapes/_index.md @@ -1,7 +1,7 @@ --- -title: Shapes +title: Figure.Shapes second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure property. Gets the shapes type: docs weight: 50 url: /net/aspose.imaging/figure/shapes/ @@ -20,9 +20,9 @@ The shapes. ### See Also -* class [Shape](../../shape) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Shape](../../shape/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/transform/_index.md index e9cf7cffe25a..4bad7690d080 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/figure/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/figure/transform/_index.md @@ -1,7 +1,7 @@ --- -title: Transform +title: Figure.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: Figure method. Applies the specified transformation to the shape type: docs weight: 140 url: /net/aspose.imaging/figure/transform/ @@ -20,9 +20,9 @@ public override void Transform(Matrix transform) ### See Also -* class [Matrix](../../matrix) -* class [Figure](../../figure) -* namespace [Aspose.Imaging](../../figure) +* class [Matrix](../../matrix/) +* class [Figure](../) +* namespace [Aspose.Imaging](../../figure/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fileformat/_index.md index b54ec6c9a1df..e53d1fb35bb5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: Enum FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileFormat enum. One of supported imaging file formats type: docs weight: 1300 url: /net/aspose.imaging/fileformat/ @@ -54,7 +54,7 @@ public enum FileFormat : ulong ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/_index.md index 02e32a738652..904827dcca05 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: FileStreamContainer +title: Class FileStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FileStreamContainer class. Helper for file stream processing type: docs weight: 9370 url: /net/aspose.imaging/filestreamcontainer/ @@ -18,51 +18,51 @@ public sealed class FileStreamContainer : StreamContainer | Name | Description | | --- | --- | -| virtual [CanRead](../../aspose.imaging/streamcontainer/canread) { get; } | Gets a value indicating whether stream supports reading. | -| virtual [CanSeek](../../aspose.imaging/streamcontainer/canseek) { get; } | Gets a value indicating whether stream supports seeking. | -| virtual [CanWrite](../../aspose.imaging/streamcontainer/canwrite) { get; } | Gets a value indicating whether stream supports writing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FilePath](../../aspose.imaging/filestreamcontainer/filepath) { get; } | Gets the file path. | -| [IsCreated](../../aspose.imaging/filestreamcontainer/iscreated) { get; } | Gets a value indicating whether stream was created explicitly. | -| virtual [IsStreamDisposedOnClose](../../aspose.imaging/streamcontainer/isstreamdisposedonclose) { get; } | Gets a value indicating whether this stream is disposed on close. | -| [IsTemporal](../../aspose.imaging/filestreamcontainer/istemporal) { get; set; } | Gets or sets a value indicating whether stream is temporal. | -| virtual [Length](../../aspose.imaging/streamcontainer/length) { get; set; } | Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor. | -| virtual [Position](../../aspose.imaging/streamcontainer/position) { get; set; } | Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | -| virtual [Stream](../../aspose.imaging/streamcontainer/stream) { get; } | Gets the data stream. | -| [SyncRoot](../../aspose.imaging/streamcontainer/syncroot) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | +| virtual [CanRead](../../aspose.imaging/streamcontainer/canread/) { get; } | Gets a value indicating whether stream supports reading. | +| virtual [CanSeek](../../aspose.imaging/streamcontainer/canseek/) { get; } | Gets a value indicating whether stream supports seeking. | +| virtual [CanWrite](../../aspose.imaging/streamcontainer/canwrite/) { get; } | Gets a value indicating whether stream supports writing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FilePath](../../aspose.imaging/filestreamcontainer/filepath/) { get; } | Gets the file path. | +| [IsCreated](../../aspose.imaging/filestreamcontainer/iscreated/) { get; } | Gets a value indicating whether stream was created explicitly. | +| virtual [IsStreamDisposedOnClose](../../aspose.imaging/streamcontainer/isstreamdisposedonclose/) { get; } | Gets a value indicating whether this stream is disposed on close. | +| [IsTemporal](../../aspose.imaging/filestreamcontainer/istemporal/) { get; set; } | Gets or sets a value indicating whether stream is temporal. | +| virtual [Length](../../aspose.imaging/streamcontainer/length/) { get; set; } | Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor. | +| virtual [Position](../../aspose.imaging/streamcontainer/position/) { get; set; } | Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | +| virtual [Stream](../../aspose.imaging/streamcontainer/stream/) { get; } | Gets the data stream. | +| [SyncRoot](../../aspose.imaging/streamcontainer/syncroot/) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | ## Methods | Name | Description | | --- | --- | -| static [CreateFileStream](../../aspose.imaging/filestreamcontainer/createfilestream)(string, bool) | Creates a new file stream. | -| static [OpenFileStream](../../aspose.imaging/filestreamcontainer/openfilestream)(string) | Opens an existing file stream. If file stream does not exist the appropriate exception is thrown. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| virtual [Flush](../../aspose.imaging/streamcontainer/flush)() | Clears all buffers for this stream and causes any buffered data to be written to the underlying device. | -| virtual [Read](../../aspose.imaging/streamcontainer/read)(byte[]) | Reads bytes to fill the specified bytes buffer. | -| virtual [Read](../../aspose.imaging/streamcontainer/read)(byte[], int, int) | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. | -| virtual [ReadByte](../../aspose.imaging/streamcontainer/readbyte)() | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(Stream) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../streamcontainer/readwritebytescount) and stream [`Length`](../streamcontainer/length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../streamcontainer/readwritebytescount) and stream [`Length`](../streamcontainer/length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(Stream, int) | Saves (copies) all the stream's data to the specified stream. Uses stream [`Length`](../streamcontainer/length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string, int) | Saves (copies) the stream's data to the specified stream. Uses stream [`Length`](../streamcontainer/length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(Stream, int, long) | Saves (copies) the stream's data to the specified stream. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string, int, long) | Saves (copies) the stream's data to the specified stream. | -| virtual [Seek](../../aspose.imaging/streamcontainer/seek)(long, SeekOrigin) | Sets the position within the current stream. | -| virtual [SeekBegin](../../aspose.imaging/streamcontainer/seekbegin)() | Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | -| virtual [ToBytes](../../aspose.imaging/streamcontainer/tobytes)() | Converts the stream data to the Byte array. | -| virtual [ToBytes](../../aspose.imaging/streamcontainer/tobytes)(long, long) | Converts the stream data to the Byte array. | -| virtual [Write](../../aspose.imaging/streamcontainer/write)(byte[]) | Writes all of the specified bytes to the stream. | -| virtual [Write](../../aspose.imaging/streamcontainer/write)(byte[], int, int) | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. | -| virtual [WriteByte](../../aspose.imaging/streamcontainer/writebyte)(byte) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. | -| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto)(StreamContainer) | Copies the contained data to another [`StreamContainer`](../streamcontainer). | -| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto)(StreamContainer, long) | Copies the contained data to another [`StreamContainer`](../streamcontainer). | -| [explicit operator](../../aspose.imaging/filestreamcontainer/op_explicit) | Performs an explicit conversion from [`FileStreamContainer`](../filestreamcontainer) to Stream. (2 operators) | +| static [CreateFileStream](../../aspose.imaging/filestreamcontainer/createfilestream/)(string, bool) | Creates a new file stream. | +| static [OpenFileStream](../../aspose.imaging/filestreamcontainer/openfilestream/)(string) | Opens an existing file stream. If file stream does not exist the appropriate exception is thrown. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| virtual [Flush](../../aspose.imaging/streamcontainer/flush/)() | Clears all buffers for this stream and causes any buffered data to be written to the underlying device. | +| virtual [Read](../../aspose.imaging/streamcontainer/read/)(byte[]) | Reads bytes to fill the specified bytes buffer. | +| virtual [Read](../../aspose.imaging/streamcontainer/read/)(byte[], int, int) | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. | +| virtual [ReadByte](../../aspose.imaging/streamcontainer/readbyte/)() | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(Stream) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../streamcontainer/readwritebytescount/) and stream [`Length`](../streamcontainer/length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(string) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../streamcontainer/readwritebytescount/) and stream [`Length`](../streamcontainer/length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(Stream, int) | Saves (copies) all the stream's data to the specified stream. Uses stream [`Length`](../streamcontainer/length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(string, int) | Saves (copies) the stream's data to the specified stream. Uses stream [`Length`](../streamcontainer/length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(Stream, int, long) | Saves (copies) the stream's data to the specified stream. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(string, int, long) | Saves (copies) the stream's data to the specified stream. | +| virtual [Seek](../../aspose.imaging/streamcontainer/seek/)(long, SeekOrigin) | Sets the position within the current stream. | +| virtual [SeekBegin](../../aspose.imaging/streamcontainer/seekbegin/)() | Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | +| virtual [ToBytes](../../aspose.imaging/streamcontainer/tobytes/)() | Converts the stream data to the Byte array. | +| virtual [ToBytes](../../aspose.imaging/streamcontainer/tobytes/)(long, long) | Converts the stream data to the Byte array. | +| virtual [Write](../../aspose.imaging/streamcontainer/write/)(byte[]) | Writes all of the specified bytes to the stream. | +| virtual [Write](../../aspose.imaging/streamcontainer/write/)(byte[], int, int) | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. | +| virtual [WriteByte](../../aspose.imaging/streamcontainer/writebyte/)(byte) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. | +| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto/)(StreamContainer) | Copies the contained data to another [`StreamContainer`](../streamcontainer/). | +| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto/)(StreamContainer, long) | Copies the contained data to another [`StreamContainer`](../streamcontainer/). | +| [explicit operator](../../aspose.imaging/filestreamcontainer/op_explicit/#op_explicit_1) | Performs an explicit conversion from `FileStreamContainer` to Stream. (2 operators) | ### See Also -* class [StreamContainer](../streamcontainer) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [StreamContainer](../streamcontainer/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/createfilestream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/createfilestream/_index.md index a69b25365928..3db8cd50e34a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/createfilestream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/createfilestream/_index.md @@ -1,7 +1,7 @@ --- -title: CreateFileStream +title: FileStreamContainer.CreateFileStream second_title: Aspose.Imaging for .NET API Reference -description: +description: FileStreamContainer method. Creates a new file stream type: docs weight: 10 url: /net/aspose.imaging/filestreamcontainer/createfilestream/ @@ -25,8 +25,8 @@ The file stream container. ### See Also -* class [FileStreamContainer](../../filestreamcontainer) -* namespace [Aspose.Imaging](../../filestreamcontainer) +* class [FileStreamContainer](../) +* namespace [Aspose.Imaging](../../filestreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/filepath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/filepath/_index.md index 6f145d8f73bd..ed63d6b302b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/filepath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/filepath/_index.md @@ -1,7 +1,7 @@ --- -title: FilePath +title: FileStreamContainer.FilePath second_title: Aspose.Imaging for .NET API Reference -description: +description: FileStreamContainer property. Gets the file path type: docs weight: 30 url: /net/aspose.imaging/filestreamcontainer/filepath/ @@ -20,8 +20,8 @@ The file path. ### See Also -* class [FileStreamContainer](../../filestreamcontainer) -* namespace [Aspose.Imaging](../../filestreamcontainer) +* class [FileStreamContainer](../) +* namespace [Aspose.Imaging](../../filestreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/iscreated/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/iscreated/_index.md index 0b26a4b56cb2..d4a5dde87924 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/iscreated/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/iscreated/_index.md @@ -1,7 +1,7 @@ --- -title: IsCreated +title: FileStreamContainer.IsCreated second_title: Aspose.Imaging for .NET API Reference -description: +description: FileStreamContainer property. Gets a value indicating whether stream was created explicitly type: docs weight: 40 url: /net/aspose.imaging/filestreamcontainer/iscreated/ @@ -20,8 +20,8 @@ public bool IsCreated { get; } ### See Also -* class [FileStreamContainer](../../filestreamcontainer) -* namespace [Aspose.Imaging](../../filestreamcontainer) +* class [FileStreamContainer](../) +* namespace [Aspose.Imaging](../../filestreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/istemporal/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/istemporal/_index.md index ea2c84ff8a6e..a7669ca20dd9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/istemporal/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/istemporal/_index.md @@ -1,7 +1,7 @@ --- -title: IsTemporal +title: FileStreamContainer.IsTemporal second_title: Aspose.Imaging for .NET API Reference -description: +description: FileStreamContainer property. Gets or sets a value indicating whether stream is temporal type: docs weight: 50 url: /net/aspose.imaging/filestreamcontainer/istemporal/ @@ -18,14 +18,14 @@ public bool IsTemporal { get; set; } `true` if stream is temporal; otherwise, `false`. -### Remarks +## Remarks A temporal stream will remove iself when disposed. If the stream is memory based this property has no effect. The stream can be marked as temporal or persistent in case it was created explicitly otherwise the appropriate exception is thrown. ### See Also -* class [FileStreamContainer](../../filestreamcontainer) -* namespace [Aspose.Imaging](../../filestreamcontainer) +* class [FileStreamContainer](../) +* namespace [Aspose.Imaging](../../filestreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/op_explicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/op_explicit/_index.md index 3c38e0e82f12..d1a96ebec991 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/op_explicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/op_explicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Explicit +title: FileStreamContainer.op_Explicit second_title: Aspose.Imaging for .NET API Reference -description: +description: FileStreamContainer method. Performs an explicit conversion from FileStreamContainer to Stream type: docs weight: 60 url: /net/aspose.imaging/filestreamcontainer/op_explicit/ --- -## FileStreamContainer Explicit operator (1 of 2) +## explicit operator {#op_explicit_1} -Performs an explicit conversion from [`FileStreamContainer`](../../filestreamcontainer) to Stream. +Performs an explicit conversion from [`FileStreamContainer`](../) to Stream. ```csharp public static explicit operator Stream(FileStreamContainer fileStreamContainer) @@ -24,15 +24,15 @@ The result of the conversion. ### See Also -* class [FileStreamContainer](../../filestreamcontainer) -* namespace [Aspose.Imaging](../../filestreamcontainer) +* class [FileStreamContainer](../) +* namespace [Aspose.Imaging](../../filestreamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## FileStreamContainer Explicit operator (2 of 2) +## explicit operator {#op_explicit} -Performs an explicit conversion from [`FileStreamContainer`](../../filestreamcontainer) to FileStream. +Performs an explicit conversion from [`FileStreamContainer`](../) to FileStream. ```csharp public static explicit operator FileStream(FileStreamContainer fileStreamContainer) @@ -48,8 +48,8 @@ The result of the conversion. ### See Also -* class [FileStreamContainer](../../filestreamcontainer) -* namespace [Aspose.Imaging](../../filestreamcontainer) +* class [FileStreamContainer](../) +* namespace [Aspose.Imaging](../../filestreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/openfilestream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/openfilestream/_index.md index 842bd9be8060..a7ae427c341f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/openfilestream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/filestreamcontainer/openfilestream/_index.md @@ -1,7 +1,7 @@ --- -title: OpenFileStream +title: FileStreamContainer.OpenFileStream second_title: Aspose.Imaging for .NET API Reference -description: +description: FileStreamContainer method. Opens an existing file stream. If file stream does not exist the appropriate exception is thrown type: docs weight: 20 url: /net/aspose.imaging/filestreamcontainer/openfilestream/ @@ -24,8 +24,8 @@ The file stream container. ### See Also -* class [FileStreamContainer](../../filestreamcontainer) -* namespace [Aspose.Imaging](../../filestreamcontainer) +* class [FileStreamContainer](../) +* namespace [Aspose.Imaging](../../filestreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fillmode/_index.md index e7fbf915b144..6be1c73664cc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fillmode/_index.md @@ -1,7 +1,7 @@ --- -title: FillMode +title: Enum FillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FillMode enum. Specifies how the interior of a closed path is filled type: docs weight: 9380 url: /net/aspose.imaging/fillmode/ @@ -23,7 +23,7 @@ public enum FillMode ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/_index.md index 4b7117422059..5376695ed1e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/_index.md @@ -1,7 +1,7 @@ --- -title: Font +title: Class Font second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Font class. Defines a particular format for text including font face size and style attributes. This class cannot be inherited type: docs weight: 9400 url: /net/aspose.imaging/font/ @@ -18,39 +18,39 @@ public sealed class Font | Name | Description | | --- | --- | -| [Font](font)(Font, FontStyle) | Initializes a new [`Font`](../font) that uses the specified existing [`Font`](../font) and [`FontStyle`](../fontstyle) enumeration. | -| [Font](font)(string, float) | Initializes a new [`Font`](../font) using a specified size. The character set is set to Default, the graphics unit to Point, the font style to Regular. | -| [Font](font)(string, float, FontStyle) | Initializes a new [`Font`](../font) using a specified size and style. The character set is set to Default, the graphics unit to Point. | -| [Font](font)(string, float, GraphicsUnit) | Initializes a new [`Font`](../font) using a specified size and unit. The character set is set to Default, the style is set to Regular. | -| [Font](font)(string, float, FontStyle, GraphicsUnit) | Initializes a new [`Font`](../font) using a specified size, style, and unit. | -| [Font](font)(string, float, FontStyle, GraphicsUnit, CharacterSet) | Initializes a new [`Font`](../font) using a specified size, style, unit, and character set. | +| [Font](font/#constructor)(Font, FontStyle) | Initializes a new `Font` that uses the specified existing `Font` and [`FontStyle`](../fontstyle/) enumeration. | +| [Font](font/#constructor_1)(string, float) | Initializes a new `Font` using a specified size. The character set is set to Default, the graphics unit to Point, the font style to Regular. | +| [Font](font/#constructor_2)(string, float, FontStyle) | Initializes a new `Font` using a specified size and style. The character set is set to Default, the graphics unit to Point. | +| [Font](font/#constructor_5)(string, float, GraphicsUnit) | Initializes a new `Font` using a specified size and unit. The character set is set to Default, the style is set to Regular. | +| [Font](font/#constructor_3)(string, float, FontStyle, GraphicsUnit) | Initializes a new `Font` using a specified size, style, and unit. | +| [Font](font/#constructor_4)(string, float, FontStyle, GraphicsUnit, CharacterSet) | Initializes a new `Font` using a specified size, style, unit, and character set. | ## Properties | Name | Description | | --- | --- | -| [Bold](../../aspose.imaging/font/bold) { get; } | Gets a value indicating whether this [`Font`](../font) is bold. | -| [CharacterSet](../../aspose.imaging/font/characterset) { get; } | Gets a byte value that specifies the character set that this [`Font`](../font) uses. | -| [Italic](../../aspose.imaging/font/italic) { get; } | Gets a value indicating whether this [`Font`](../font) is italic. | -| [Name](../../aspose.imaging/font/name) { get; } | Gets the face name of this [`Font`](../font). | -| [Size](../../aspose.imaging/font/size) { get; } | Gets the em-size of this [`Font`](../font) measured in the units specified by the [`Unit`](./unit) property. | -| [Strikeout](../../aspose.imaging/font/strikeout) { get; } | Gets a value indicating whether this [`Font`](../font) specifies a horizontal line through the font. | -| [Style](../../aspose.imaging/font/style) { get; } | Gets style information for this [`Font`](../font). | -| [Underline](../../aspose.imaging/font/underline) { get; } | Gets a value indicating whether this [`Font`](../font) is underlined. | -| [Unit](../../aspose.imaging/font/unit) { get; } | Gets the unit of measure for this [`Font`](../font). | +| [Bold](../../aspose.imaging/font/bold/) { get; } | Gets a value indicating whether this `Font` is bold. | +| [CharacterSet](../../aspose.imaging/font/characterset/) { get; } | Gets a byte value that specifies the character set that this `Font` uses. | +| [Italic](../../aspose.imaging/font/italic/) { get; } | Gets a value indicating whether this `Font` is italic. | +| [Name](../../aspose.imaging/font/name/) { get; } | Gets the face name of this `Font`. | +| [Size](../../aspose.imaging/font/size/) { get; } | Gets the em-size of this `Font` measured in the units specified by the [`Unit`](./unit/) property. | +| [Strikeout](../../aspose.imaging/font/strikeout/) { get; } | Gets a value indicating whether this `Font` specifies a horizontal line through the font. | +| [Style](../../aspose.imaging/font/style/) { get; } | Gets style information for this `Font`. | +| [Underline](../../aspose.imaging/font/underline/) { get; } | Gets a value indicating whether this `Font` is underlined. | +| [Unit](../../aspose.imaging/font/unit/) { get; } | Gets the unit of measure for this `Font`. | ## Methods | Name | Description | | --- | --- | -| [DeepClone](../../aspose.imaging/font/deepclone)() | Creates an exact deep copy of this [`Font`](../font). | -| override [Equals](../../aspose.imaging/font/equals)(object) | Indicates whether the specified object is a [`Font`](../font) and has the same property values as this [`Font`](../font). | -| override [GetHashCode](../../aspose.imaging/font/gethashcode)() | Gets the hash code for this [`Font`](../font). | -| override [ToString](../../aspose.imaging/font/tostring)() | Returns a human-readable string representation of this [`Font`](../font). | +| [DeepClone](../../aspose.imaging/font/deepclone/)() | Creates an exact deep copy of this `Font`. | +| override [Equals](../../aspose.imaging/font/equals/)(object) | Indicates whether the specified object is a `Font` and has the same property values as this `Font`. | +| override [GetHashCode](../../aspose.imaging/font/gethashcode/)() | Gets the hash code for this `Font`. | +| override [ToString](../../aspose.imaging/font/tostring/)() | Returns a human-readable string representation of this `Font`. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/bold/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/bold/_index.md index 3848e619065b..44e914c54326 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/bold/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/bold/_index.md @@ -1,14 +1,14 @@ --- -title: Bold +title: Font.Bold second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets a value indicating whether this Font is bold type: docs weight: 20 url: /net/aspose.imaging/font/bold/ --- ## Font.Bold property -Gets a value indicating whether this [`Font`](../../font) is bold. +Gets a value indicating whether this [`Font`](../) is bold. ```csharp public bool Bold { get; } @@ -16,12 +16,12 @@ public bool Bold { get; } ### Property Value -True if this [`Font`](../../font) is bold; otherwise, false. +True if this [`Font`](../) is bold; otherwise, false. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/characterset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/characterset/_index.md index e49cad6795b2..1cd226a2b1f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/characterset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/characterset/_index.md @@ -1,14 +1,14 @@ --- -title: CharacterSet +title: Font.CharacterSet second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets a byte value that specifies the character set that this Font uses type: docs weight: 30 url: /net/aspose.imaging/font/characterset/ --- ## Font.CharacterSet property -Gets a byte value that specifies the character set that this [`Font`](../../font) uses. +Gets a byte value that specifies the character set that this [`Font`](../) uses. ```csharp public CharacterSet CharacterSet { get; } @@ -16,13 +16,13 @@ public CharacterSet CharacterSet { get; } ### Property Value -A character set that this [`Font`](../../font) uses. +A character set that this [`Font`](../) uses. ### See Also -* enum [CharacterSet](../../characterset) -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* enum [CharacterSet](../../characterset/) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/deepclone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/deepclone/_index.md index 81bae76eaac5..b678db6840d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/deepclone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/deepclone/_index.md @@ -1,14 +1,14 @@ --- -title: DeepClone +title: Font.DeepClone second_title: Aspose.Imaging for .NET API Reference -description: +description: Font method. Creates an exact deep copy of this Font type: docs weight: 110 url: /net/aspose.imaging/font/deepclone/ --- ## Font.DeepClone method -Creates an exact deep copy of this [`Font`](../../font). +Creates an exact deep copy of this [`Font`](../). ```csharp public Font DeepClone() @@ -16,12 +16,12 @@ public Font DeepClone() ### Return Value -The [`Font`](../../font) this method creates. +The [`Font`](../) this method creates. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/equals/_index.md index ec98441085b9..3ef662ab29cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: Font.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Font method. Indicates whether the specified object is a Font and has the same property values as this Font type: docs weight: 120 url: /net/aspose.imaging/font/equals/ --- ## Font.Equals method -Indicates whether the specified object is a [`Font`](../../font) and has the same property values as this [`Font`](../../font). +Indicates whether the specified object is a [`Font`](../) and has the same property values as this [`Font`](../). ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -True if the *obj* parameter is a [`Font`](../../font) and has the same property values as this [`Font`](../../font); otherwise, false. +True if the *obj* parameter is a [`Font`](../) and has the same property values as this [`Font`](../); otherwise, false. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/font/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/font/_index.md index 7120e7f8acbb..2096c1c90708 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/font/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/font/_index.md @@ -1,14 +1,14 @@ --- -title: Font +title: Font.Font second_title: Aspose.Imaging for .NET API Reference -description: +description: Font constructor. Initializes a new Font that uses the specified existing Font and FontStyle enumeration type: docs weight: 10 url: /net/aspose.imaging/font/font/ --- -## Font constructor (1 of 6) +## Font(Font, FontStyle) {#constructor} -Initializes a new [`Font`](../../font) that uses the specified existing [`Font`](../../font) and [`FontStyle`](../../fontstyle) enumeration. +Initializes a new [`Font`](../) that uses the specified existing [`Font`](../) and [`FontStyle`](../../fontstyle/) enumeration. ```csharp public Font(Font prototype, FontStyle newStyle) @@ -16,8 +16,8 @@ public Font(Font prototype, FontStyle newStyle) | Parameter | Type | Description | | --- | --- | --- | -| prototype | Font | The existing [`Font`](../../font) from which to create the new [`Font`](../../font). | -| newStyle | FontStyle | The [`FontStyle`](../../fontstyle) to apply to the new [`Font`](../../font). Multiple values of the [`FontStyle`](../../fontstyle) enumeration can be combined with the OR operator. | +| prototype | Font | The existing [`Font`](../) from which to create the new [`Font`](../). | +| newStyle | FontStyle | The [`FontStyle`](../../fontstyle/) to apply to the new [`Font`](../). Multiple values of the [`FontStyle`](../../fontstyle/) enumeration can be combined with the OR operator. | ### Exceptions @@ -27,16 +27,16 @@ public Font(Font prototype, FontStyle newStyle) ### See Also -* enum [FontStyle](../../fontstyle) -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* enum [FontStyle](../../fontstyle/) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) --- -## Font constructor (2 of 6) +## Font(string, float) {#constructor_1} -Initializes a new [`Font`](../../font) using a specified size. The character set is set to Default, the graphics unit to Point, the font style to Regular. +Initializes a new [`Font`](../) using a specified size. The character set is set to Default, the graphics unit to Point, the font style to Regular. ```csharp public Font(string fontName, float emSize) @@ -44,7 +44,7 @@ public Font(string fontName, float emSize) | Parameter | Type | Description | | --- | --- | --- | -| fontName | String | A string representation of the [`Font`](../../font) name. | +| fontName | String | A string representation of the [`Font`](../) name. | | emSize | Single | The em-size, in points, of the new font. | ### Exceptions @@ -56,15 +56,15 @@ public Font(string fontName, float emSize) ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) --- -## Font constructor (3 of 6) +## Font(string, float, FontStyle) {#constructor_2} -Initializes a new [`Font`](../../font) using a specified size and style. The character set is set to Default, the graphics unit to Point. +Initializes a new [`Font`](../) using a specified size and style. The character set is set to Default, the graphics unit to Point. ```csharp public Font(string fontName, float emSize, FontStyle style) @@ -72,9 +72,9 @@ public Font(string fontName, float emSize, FontStyle style) | Parameter | Type | Description | | --- | --- | --- | -| fontName | String | A string representation of the [`Font`](../../font) name. | +| fontName | String | A string representation of the [`Font`](../) name. | | emSize | Single | The em-size, in points, of the new font. | -| style | FontStyle | The [`FontStyle`](../../fontstyle) of the new font. | +| style | FontStyle | The [`FontStyle`](../../fontstyle/) of the new font. | ### Exceptions @@ -85,16 +85,16 @@ public Font(string fontName, float emSize, FontStyle style) ### See Also -* enum [FontStyle](../../fontstyle) -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* enum [FontStyle](../../fontstyle/) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) --- -## Font constructor (4 of 6) +## Font(string, float, GraphicsUnit) {#constructor_5} -Initializes a new [`Font`](../../font) using a specified size and unit. The character set is set to Default, the style is set to Regular. +Initializes a new [`Font`](../) using a specified size and unit. The character set is set to Default, the style is set to Regular. ```csharp public Font(string fontName, float emSize, GraphicsUnit unit) @@ -102,9 +102,9 @@ public Font(string fontName, float emSize, GraphicsUnit unit) | Parameter | Type | Description | | --- | --- | --- | -| fontName | String | A string representation of the [`Font`](../../font) name. | +| fontName | String | A string representation of the [`Font`](../) name. | | emSize | Single | The em-size of the new font in the units specified by the *unit* parameter. | -| unit | GraphicsUnit | The [`GraphicsUnit`](../../graphicsunit) of the new font. | +| unit | GraphicsUnit | The [`GraphicsUnit`](../../graphicsunit/) of the new font. | ### Exceptions @@ -115,16 +115,16 @@ public Font(string fontName, float emSize, GraphicsUnit unit) ### See Also -* enum [GraphicsUnit](../../graphicsunit) -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) --- -## Font constructor (5 of 6) +## Font(string, float, FontStyle, GraphicsUnit, CharacterSet) {#constructor_4} -Initializes a new [`Font`](../../font) using a specified size, style, unit, and character set. +Initializes a new [`Font`](../) using a specified size, style, unit, and character set. ```csharp public Font(string fontName, float emSize, FontStyle style, GraphicsUnit unit, @@ -133,10 +133,10 @@ public Font(string fontName, float emSize, FontStyle style, GraphicsUnit unit, | Parameter | Type | Description | | --- | --- | --- | -| fontName | String | A string representation of the [`Font`](../../font) name. | +| fontName | String | A string representation of the [`Font`](../) name. | | emSize | Single | The em-size of the new font in the units specified by the *unit* parameter. | -| style | FontStyle | The [`FontStyle`](../../fontstyle) of the new font. | -| unit | GraphicsUnit | The [`GraphicsUnit`](../../graphicsunit) of the new font. | +| style | FontStyle | The [`FontStyle`](../../fontstyle/) of the new font. | +| unit | GraphicsUnit | The [`GraphicsUnit`](../../graphicsunit/) of the new font. | | characterSet | CharacterSet | A character set to use for this font. | ### Exceptions @@ -148,18 +148,18 @@ public Font(string fontName, float emSize, FontStyle style, GraphicsUnit unit, ### See Also -* enum [FontStyle](../../fontstyle) -* enum [GraphicsUnit](../../graphicsunit) -* enum [CharacterSet](../../characterset) -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* enum [FontStyle](../../fontstyle/) +* enum [GraphicsUnit](../../graphicsunit/) +* enum [CharacterSet](../../characterset/) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) --- -## Font constructor (6 of 6) +## Font(string, float, FontStyle, GraphicsUnit) {#constructor_3} -Initializes a new [`Font`](../../font) using a specified size, style, and unit. +Initializes a new [`Font`](../) using a specified size, style, and unit. ```csharp public Font(string fontName, float emSize, FontStyle style, GraphicsUnit unit) @@ -167,10 +167,10 @@ public Font(string fontName, float emSize, FontStyle style, GraphicsUnit unit) | Parameter | Type | Description | | --- | --- | --- | -| fontName | String | A string representation of the [`Font`](../../font) name. | +| fontName | String | A string representation of the [`Font`](../) name. | | emSize | Single | The em-size of the new font in the units specified by the *unit* parameter. | -| style | FontStyle | The [`FontStyle`](../../fontstyle) of the new font. | -| unit | GraphicsUnit | The [`GraphicsUnit`](../../graphicsunit) of the new font. | +| style | FontStyle | The [`FontStyle`](../../fontstyle/) of the new font. | +| unit | GraphicsUnit | The [`GraphicsUnit`](../../graphicsunit/) of the new font. | ### Exceptions @@ -181,10 +181,10 @@ public Font(string fontName, float emSize, FontStyle style, GraphicsUnit unit) ### See Also -* enum [FontStyle](../../fontstyle) -* enum [GraphicsUnit](../../graphicsunit) -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* enum [FontStyle](../../fontstyle/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/gethashcode/_index.md index 8dfaf8406d37..ae926734260c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/gethashcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetHashCode +title: Font.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Font method. Gets the hash code for this Font type: docs weight: 130 url: /net/aspose.imaging/font/gethashcode/ --- ## Font.GetHashCode method -Gets the hash code for this [`Font`](../../font). +Gets the hash code for this [`Font`](../). ```csharp public override int GetHashCode() @@ -16,12 +16,12 @@ public override int GetHashCode() ### Return Value -The hash code for this [`Font`](../../font). +The hash code for this [`Font`](../). ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/italic/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/italic/_index.md index 371f6930180d..05676bbc1530 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/italic/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/italic/_index.md @@ -1,14 +1,14 @@ --- -title: Italic +title: Font.Italic second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets a value indicating whether this Font is italic type: docs weight: 40 url: /net/aspose.imaging/font/italic/ --- ## Font.Italic property -Gets a value indicating whether this [`Font`](../../font) is italic. +Gets a value indicating whether this [`Font`](../) is italic. ```csharp public bool Italic { get; } @@ -16,12 +16,12 @@ public bool Italic { get; } ### Property Value -True if this [`Font`](../../font) is italic; otherwise, false. +True if this [`Font`](../) is italic; otherwise, false. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/name/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/name/_index.md index a747fc64a0ae..3376334c7f6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/name/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/name/_index.md @@ -1,14 +1,14 @@ --- -title: Name +title: Font.Name second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets the face name of this Font type: docs weight: 50 url: /net/aspose.imaging/font/name/ --- ## Font.Name property -Gets the face name of this [`Font`](../../font). +Gets the face name of this [`Font`](../). ```csharp public string Name { get; } @@ -16,12 +16,12 @@ public string Name { get; } ### Property Value -A string representation of the face name of this [`Font`](../../font). +A string representation of the face name of this [`Font`](../). ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/size/_index.md index 51dbd9985ea2..5a780c50c769 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/size/_index.md @@ -1,14 +1,14 @@ --- -title: Size +title: Font.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets the emsize of this Font measured in the units specified by the Unit property type: docs weight: 60 url: /net/aspose.imaging/font/size/ --- ## Font.Size property -Gets the em-size of this [`Font`](../../font) measured in the units specified by the [`Unit`](../unit) property. +Gets the em-size of this [`Font`](../) measured in the units specified by the [`Unit`](../unit/) property. ```csharp public float Size { get; } @@ -16,12 +16,12 @@ public float Size { get; } ### Property Value -The em-size of this [`Font`](../../font). +The em-size of this [`Font`](../). ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/strikeout/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/strikeout/_index.md index 019c4e7c80bf..9940b2cc119f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/strikeout/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/strikeout/_index.md @@ -1,14 +1,14 @@ --- -title: Strikeout +title: Font.Strikeout second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets a value indicating whether this Font specifies a horizontal line through the font type: docs weight: 70 url: /net/aspose.imaging/font/strikeout/ --- ## Font.Strikeout property -Gets a value indicating whether this [`Font`](../../font) specifies a horizontal line through the font. +Gets a value indicating whether this [`Font`](../) specifies a horizontal line through the font. ```csharp public bool Strikeout { get; } @@ -16,12 +16,12 @@ public bool Strikeout { get; } ### Property Value -True if this [`Font`](../../font) has a horizontal line through it; otherwise, false. +True if this [`Font`](../) has a horizontal line through it; otherwise, false. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/style/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/style/_index.md index 077bc8df81ab..a3de3c8bb386 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/style/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/style/_index.md @@ -1,14 +1,14 @@ --- -title: Style +title: Font.Style second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets style information for this Font type: docs weight: 80 url: /net/aspose.imaging/font/style/ --- ## Font.Style property -Gets style information for this [`Font`](../../font). +Gets style information for this [`Font`](../). ```csharp public FontStyle Style { get; } @@ -16,13 +16,13 @@ public FontStyle Style { get; } ### Property Value -A [`FontStyle`](../../fontstyle) enumeration that contains style information for this [`Font`](../../font). +A [`FontStyle`](../../fontstyle/) enumeration that contains style information for this [`Font`](../). ### See Also -* enum [FontStyle](../../fontstyle) -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* enum [FontStyle](../../fontstyle/) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/tostring/_index.md index da5dd85ab99a..bdda66862449 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: Font.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: Font method. Returns a humanreadable string representation of this Font type: docs weight: 140 url: /net/aspose.imaging/font/tostring/ --- ## Font.ToString method -Returns a human-readable string representation of this [`Font`](../../font). +Returns a human-readable string representation of this [`Font`](../). ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -A string that represents this [`Font`](../../font). +A string that represents this [`Font`](../). ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/underline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/underline/_index.md index 76eaff516b44..38db3398ba4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/underline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/underline/_index.md @@ -1,14 +1,14 @@ --- -title: Underline +title: Font.Underline second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets a value indicating whether this Font is underlined type: docs weight: 90 url: /net/aspose.imaging/font/underline/ --- ## Font.Underline property -Gets a value indicating whether this [`Font`](../../font) is underlined. +Gets a value indicating whether this [`Font`](../) is underlined. ```csharp public bool Underline { get; } @@ -16,12 +16,12 @@ public bool Underline { get; } ### Property Value -True if this [`Font`](../../font) is underlined; otherwise, false. +True if this [`Font`](../) is underlined; otherwise, false. ### See Also -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/font/unit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/font/unit/_index.md index bb9779193641..ac482ae14ee3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/font/unit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/font/unit/_index.md @@ -1,14 +1,14 @@ --- -title: Unit +title: Font.Unit second_title: Aspose.Imaging for .NET API Reference -description: +description: Font property. Gets the unit of measure for this Font type: docs weight: 100 url: /net/aspose.imaging/font/unit/ --- ## Font.Unit property -Gets the unit of measure for this [`Font`](../../font). +Gets the unit of measure for this [`Font`](../). ```csharp public GraphicsUnit Unit { get; } @@ -16,13 +16,13 @@ public GraphicsUnit Unit { get; } ### Property Value -A [`GraphicsUnit`](../../graphicsunit) that represents the unit of measure for this [`Font`](../../font). +A [`GraphicsUnit`](../../graphicsunit/) that represents the unit of measure for this [`Font`](../). ### See Also -* enum [GraphicsUnit](../../graphicsunit) -* class [Font](../../font) -* namespace [Aspose.Imaging](../../font) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Font](../) +* namespace [Aspose.Imaging](../../font/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/_index.md index dd17c1c6fc07..5e3a21601668 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/_index.md @@ -1,7 +1,7 @@ --- -title: FontSettings +title: Class FontSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FontSettings class. General imaging vector formats renderer font settings type: docs weight: 9410 url: /net/aspose.imaging/fontsettings/ @@ -18,23 +18,23 @@ public static class FontSettings | Name | Description | | --- | --- | -| static [DefaultFontName](../../aspose.imaging/fontsettings/defaultfontname) { get; set; } | Gets or sets the default name of the font. | -| static [GetSystemAlternativeFont](../../aspose.imaging/fontsettings/getsystemalternativefont) { get; set; } | Gets or sets a value indicating whether [get alternative font]. | +| static [DefaultFontName](../../aspose.imaging/fontsettings/defaultfontname/) { get; set; } | Gets or sets the default name of the font. | +| static [GetSystemAlternativeFont](../../aspose.imaging/fontsettings/getsystemalternativefont/) { get; set; } | Gets or sets a value indicating whether [get alternative font]. | ## Methods | Name | Description | | --- | --- | -| static [GetDefaultFontsFolders](../../aspose.imaging/fontsettings/getdefaultfontsfolders)() | Gets the default fonts folders. | -| static [GetFontsFolders](../../aspose.imaging/fontsettings/getfontsfolders)() | Gets a copy of the array that contains the list of folders where Aspose.Words looks for TrueType fonts. | -| static [Reset](../../aspose.imaging/fontsettings/reset)() | Resets the fonts folder and default font name to the system default. | -| static [SetFontsFolder](../../aspose.imaging/fontsettings/setfontsfolder)(string) | This is a shortcut to [`SetFontsFolders`](./setfontsfolders) for setting only one font directory. There are no checks performed on the fonts folder. | -| static [SetFontsFolders](../../aspose.imaging/fontsettings/setfontsfolders)(string[], bool) | Sets the folders where TrueType fonts are loaded from and clears all loaded fonts. There are no checks performed on the fonts folders. | -| static [UpdateFonts](../../aspose.imaging/fontsettings/updatefonts)() | Updates fonts cache for PSD files that contain text layers. This method guarantees that fonts from folder fontsFolder using method FontSettings.SetFontsFolder(fontsFolder) or after reset fonts using FontSettings.Reset() will be taken into consideration when processing PSD files. Please use this method each time when FontSettings.SetFontsFolder(fontsFolder) or FontSettings.Reset() called for PSD images. Without calling this Method there is no guarantee that fonts will be updated. | +| static [GetDefaultFontsFolders](../../aspose.imaging/fontsettings/getdefaultfontsfolders/)() | Gets the default fonts folders. | +| static [GetFontsFolders](../../aspose.imaging/fontsettings/getfontsfolders/)() | Gets a copy of the array that contains the list of folders where Aspose.Words looks for TrueType fonts. | +| static [Reset](../../aspose.imaging/fontsettings/reset/)() | Resets the fonts folder and default font name to the system default. | +| static [SetFontsFolder](../../aspose.imaging/fontsettings/setfontsfolder/)(string) | This is a shortcut to [`SetFontsFolders`](./setfontsfolders/) for setting only one font directory. There are no checks performed on the fonts folder. | +| static [SetFontsFolders](../../aspose.imaging/fontsettings/setfontsfolders/)(string[], bool) | Sets the folders where TrueType fonts are loaded from and clears all loaded fonts. There are no checks performed on the fonts folders. | +| static [UpdateFonts](../../aspose.imaging/fontsettings/updatefonts/)() | Updates fonts cache for PSD files that contain text layers. This method guarantees that fonts from folder fontsFolder using method FontSettings.SetFontsFolder(fontsFolder) or after reset fonts using FontSettings.Reset() will be taken into consideration when processing PSD files. Please use this method each time when FontSettings.SetFontsFolder(fontsFolder) or FontSettings.Reset() called for PSD images. Without calling this Method there is no guarantee that fonts will be updated. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/defaultfontname/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/defaultfontname/_index.md index 98ee20b51c0e..0a2adf29783e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/defaultfontname/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/defaultfontname/_index.md @@ -1,7 +1,7 @@ --- -title: DefaultFontName +title: FontSettings.DefaultFontName second_title: Aspose.Imaging for .NET API Reference -description: +description: FontSettings property. Gets or sets the default name of the font type: docs weight: 10 url: /net/aspose.imaging/fontsettings/defaultfontname/ @@ -20,8 +20,8 @@ The default name of the font. ### See Also -* class [FontSettings](../../fontsettings) -* namespace [Aspose.Imaging](../../fontsettings) +* class [FontSettings](../) +* namespace [Aspose.Imaging](../../fontsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getdefaultfontsfolders/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getdefaultfontsfolders/_index.md index 1fe5929a70be..7e7ebe345903 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getdefaultfontsfolders/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getdefaultfontsfolders/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultFontsFolders +title: FontSettings.GetDefaultFontsFolders second_title: Aspose.Imaging for .NET API Reference -description: +description: FontSettings method. Gets the default fonts folders type: docs weight: 30 url: /net/aspose.imaging/fontsettings/getdefaultfontsfolders/ @@ -20,8 +20,8 @@ Returns system folder ### See Also -* class [FontSettings](../../fontsettings) -* namespace [Aspose.Imaging](../../fontsettings) +* class [FontSettings](../) +* namespace [Aspose.Imaging](../../fontsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getfontsfolders/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getfontsfolders/_index.md index b85665e545a7..35669efef2b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getfontsfolders/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getfontsfolders/_index.md @@ -1,7 +1,7 @@ --- -title: GetFontsFolders +title: FontSettings.GetFontsFolders second_title: Aspose.Imaging for .NET API Reference -description: +description: FontSettings method. Gets a copy of the array that contains the list of folders where Aspose.Words looks for TrueType fonts type: docs weight: 40 url: /net/aspose.imaging/fontsettings/getfontsfolders/ @@ -18,14 +18,14 @@ public static string[] GetFontsFolders() A copy of the current font locations. -### Remarks +## Remarks -The returned value is a copy of the data that Aspose.Words uses. If you change the entries in the returned array, it will have no effect on document rendering. To specify new font locations use the [`SetFontsFolders`](../setfontsfolders) method. +The returned value is a copy of the data that Aspose.Words uses. If you change the entries in the returned array, it will have no effect on document rendering. To specify new font locations use the [`SetFontsFolders`](../setfontsfolders/) method. ### See Also -* class [FontSettings](../../fontsettings) -* namespace [Aspose.Imaging](../../fontsettings) +* class [FontSettings](../) +* namespace [Aspose.Imaging](../../fontsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getsystemalternativefont/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getsystemalternativefont/_index.md index 12c8f22179ae..ae2a91a9e1b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getsystemalternativefont/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/getsystemalternativefont/_index.md @@ -1,7 +1,7 @@ --- -title: GetSystemAlternativeFont +title: FontSettings.GetSystemAlternativeFont second_title: Aspose.Imaging for .NET API Reference -description: +description: FontSettings property. Gets or sets a value indicating whether get alternative font type: docs weight: 20 url: /net/aspose.imaging/fontsettings/getsystemalternativefont/ @@ -20,8 +20,8 @@ public static bool GetSystemAlternativeFont { get; set; } ### See Also -* class [FontSettings](../../fontsettings) -* namespace [Aspose.Imaging](../../fontsettings) +* class [FontSettings](../) +* namespace [Aspose.Imaging](../../fontsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/reset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/reset/_index.md index 5b062e1d6e85..f489437208dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/reset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/reset/_index.md @@ -1,7 +1,7 @@ --- -title: Reset +title: FontSettings.Reset second_title: Aspose.Imaging for .NET API Reference -description: +description: FontSettings method. Resets the fonts folder and default font name to the system default type: docs weight: 50 url: /net/aspose.imaging/fontsettings/reset/ @@ -16,8 +16,8 @@ public static void Reset() ### See Also -* class [FontSettings](../../fontsettings) -* namespace [Aspose.Imaging](../../fontsettings) +* class [FontSettings](../) +* namespace [Aspose.Imaging](../../fontsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/setfontsfolder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/setfontsfolder/_index.md index 5cb3fff43814..43111a2086f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/setfontsfolder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/setfontsfolder/_index.md @@ -1,14 +1,14 @@ --- -title: SetFontsFolder +title: FontSettings.SetFontsFolder second_title: Aspose.Imaging for .NET API Reference -description: +description: FontSettings method. This is a shortcut to SetFontsFolders for setting only one font directory. There are no checks performed on the fonts folder type: docs weight: 60 url: /net/aspose.imaging/fontsettings/setfontsfolder/ --- ## FontSettings.SetFontsFolder method -This is a shortcut to [`SetFontsFolders`](../setfontsfolders) for setting only one font directory. There are no checks performed on the fonts folder. +This is a shortcut to [`SetFontsFolders`](../setfontsfolders/) for setting only one font directory. There are no checks performed on the fonts folder. ```csharp public static void SetFontsFolder(string fontFolder) @@ -20,8 +20,8 @@ public static void SetFontsFolder(string fontFolder) ### See Also -* class [FontSettings](../../fontsettings) -* namespace [Aspose.Imaging](../../fontsettings) +* class [FontSettings](../) +* namespace [Aspose.Imaging](../../fontsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/setfontsfolders/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/setfontsfolders/_index.md index 5f4aeaacb7e7..eb84425795e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/setfontsfolders/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/setfontsfolders/_index.md @@ -1,7 +1,7 @@ --- -title: SetFontsFolders +title: FontSettings.SetFontsFolders second_title: Aspose.Imaging for .NET API Reference -description: +description: FontSettings method. Sets the folders where TrueType fonts are loaded from and clears all loaded fonts. There are no checks performed on the fonts folders type: docs weight: 70 url: /net/aspose.imaging/fontsettings/setfontsfolders/ @@ -21,8 +21,8 @@ public static void SetFontsFolders(string[] fontsFolders, bool recursive) ### See Also -* class [FontSettings](../../fontsettings) -* namespace [Aspose.Imaging](../../fontsettings) +* class [FontSettings](../) +* namespace [Aspose.Imaging](../../fontsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/updatefonts/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/updatefonts/_index.md index a91f24591ced..f34d93c98618 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/updatefonts/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontsettings/updatefonts/_index.md @@ -1,7 +1,7 @@ --- -title: UpdateFonts +title: FontSettings.UpdateFonts second_title: Aspose.Imaging for .NET API Reference -description: +description: FontSettings method. Updates fonts cache for PSD files that contain text layers. This method guarantees that fonts from folder fontsFolder using method FontSettings.SetFontsFolderfontsFolder or after reset fonts using FontSettings.Reset will be taken into consideration when processing PSD files. Please use this method each time when FontSettings.SetFontsFolderfontsFolder or FontSettings.Reset called for PSD images. Without calling this Method there is no guarantee that fonts will be updated type: docs weight: 80 url: /net/aspose.imaging/fontsettings/updatefonts/ @@ -16,8 +16,8 @@ public static void UpdateFonts() ### See Also -* class [FontSettings](../../fontsettings) -* namespace [Aspose.Imaging](../../fontsettings) +* class [FontSettings](../) +* namespace [Aspose.Imaging](../../fontsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/fontstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/fontstyle/_index.md index c3d4e273a0b8..744097c61945 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/fontstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/fontstyle/_index.md @@ -1,7 +1,7 @@ --- -title: FontStyle +title: Enum FontStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.FontStyle enum. Specifies style information applied to text type: docs weight: 9420 url: /net/aspose.imaging/fontstyle/ @@ -27,7 +27,7 @@ public enum FontStyle ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/_index.md index 627eefe02f9b..085f3a49b502 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/_index.md @@ -1,7 +1,7 @@ --- -title: Graphics +title: Class Graphics second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Graphics class. Represents the graphics according to the graphics engine used in the current assembly type: docs weight: 9430 url: /net/aspose.imaging/graphics/ @@ -18,149 +18,149 @@ public sealed class Graphics | Name | Description | | --- | --- | -| [Graphics](graphics)(Image) | Initializes a new instance of the [`Graphics`](../graphics) class. | +| [Graphics](graphics/)(Image) | Initializes a new instance of the `Graphics` class. | ## Properties | Name | Description | | --- | --- | -| [Clip](../../aspose.imaging/graphics/clip) { get; set; } | Gets or sets the clip region. | -| [CompositingQuality](../../aspose.imaging/graphics/compositingquality) { get; set; } | Gets or sets the compositing quality. | -| [DpiX](../../aspose.imaging/graphics/dpix) { get; } | Gets the horizontal resolution of this Aspose.Imaging.Graphics. | -| [DpiY](../../aspose.imaging/graphics/dpiy) { get; } | Gets the vertical resolution of this Aspose.Imaging.Graphics. | -| [Image](../../aspose.imaging/graphics/image) { get; } | Gets the image. | -| [InterpolationMode](../../aspose.imaging/graphics/interpolationmode) { get; set; } | Gets or sets the interpolation mode. | -| [IsInBeginUpdateCall](../../aspose.imaging/graphics/isinbeginupdatecall) { get; } | Gets a value indicating whether graphics is in BeginUpdate call state. | -| [PageScale](../../aspose.imaging/graphics/pagescale) { get; set; } | Gets or sets the scaling between world units and page units for this Aspose.Imaging.Graphics. | -| [PageUnit](../../aspose.imaging/graphics/pageunit) { get; set; } | Gets or sets the unit of measure used for page coordinates in this Aspose.Imaging.Graphics. | -| [PaintableImageOptions](../../aspose.imaging/graphics/paintableimageoptions) { get; set; } | Gets or sets image options, used to create paintable vactor images to draw. | -| [SmoothingMode](../../aspose.imaging/graphics/smoothingmode) { get; set; } | Gets or sets the smoothing mode. | -| [TextRenderingHint](../../aspose.imaging/graphics/textrenderinghint) { get; set; } | Gets or sets the text rendering hint. | -| [Transform](../../aspose.imaging/graphics/transform) { get; set; } | Gets or sets a copy of the geometric world transformation for this [`Graphics`](../graphics). | +| [Clip](../../aspose.imaging/graphics/clip/) { get; set; } | Gets or sets the clip region. | +| [CompositingQuality](../../aspose.imaging/graphics/compositingquality/) { get; set; } | Gets or sets the compositing quality. | +| [DpiX](../../aspose.imaging/graphics/dpix/) { get; } | Gets the horizontal resolution of this Aspose.Imaging.Graphics. | +| [DpiY](../../aspose.imaging/graphics/dpiy/) { get; } | Gets the vertical resolution of this Aspose.Imaging.Graphics. | +| [Image](../../aspose.imaging/graphics/image/) { get; } | Gets the image. | +| [InterpolationMode](../../aspose.imaging/graphics/interpolationmode/) { get; set; } | Gets or sets the interpolation mode. | +| [IsInBeginUpdateCall](../../aspose.imaging/graphics/isinbeginupdatecall/) { get; } | Gets a value indicating whether graphics is in BeginUpdate call state. | +| [PageScale](../../aspose.imaging/graphics/pagescale/) { get; set; } | Gets or sets the scaling between world units and page units for this Aspose.Imaging.Graphics. | +| [PageUnit](../../aspose.imaging/graphics/pageunit/) { get; set; } | Gets or sets the unit of measure used for page coordinates in this Aspose.Imaging.Graphics. | +| [PaintableImageOptions](../../aspose.imaging/graphics/paintableimageoptions/) { get; set; } | Gets or sets image options, used to create paintable vactor images to draw. | +| [SmoothingMode](../../aspose.imaging/graphics/smoothingmode/) { get; set; } | Gets or sets the smoothing mode. | +| [TextRenderingHint](../../aspose.imaging/graphics/textrenderinghint/) { get; set; } | Gets or sets the text rendering hint. | +| [Transform](../../aspose.imaging/graphics/transform/) { get; set; } | Gets or sets a copy of the geometric world transformation for this `Graphics`. | ## Methods | Name | Description | | --- | --- | -| [BeginUpdate](../../aspose.imaging/graphics/beginupdate)() | Starts caching of the following graphics operations. The graphics effects applied afterwards will not be applied immediately instead the EndUpdate will cause applying all the effects at once. | -| [Clear](../../aspose.imaging/graphics/clear)(Color) | Clears the graphics surface using the specified color. | -| [DrawArc](../../aspose.imaging/graphics/drawarc)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a [`Rectangle`](../rectangle) structure. | -| [DrawArc](../../aspose.imaging/graphics/drawarc)(Pen, RectangleF, float, float) | Draws an arc representing a portion of an ellipse specified by a [`RectangleF`](../rectanglef) structure. | -| [DrawArc](../../aspose.imaging/graphics/drawarc)(Pen, float, float, float, float, float, float) | Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. | -| [DrawArc](../../aspose.imaging/graphics/drawarc)(Pen, int, int, int, int, int, int) | Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. | -| [DrawBezier](../../aspose.imaging/graphics/drawbezier)(Pen, Point, Point, Point, Point) | Draws a Bézier spline defined by four [`Point`](../point) structures. | -| [DrawBezier](../../aspose.imaging/graphics/drawbezier)(Pen, PointF, PointF, PointF, PointF) | Draws a Bézier spline defined by four [`PointF`](../pointf) structures. | -| [DrawBezier](../../aspose.imaging/graphics/drawbezier)(Pen, float, float, float, float, float, float, float, float) | Draws a Bézier spline defined by four ordered pairs of coordinates that represent points. | -| [DrawBeziers](../../aspose.imaging/graphics/drawbeziers)(Pen, PointF[]) | Draws a series of Bézier splines from an array of [`PointF`](../pointf) structures. | -| [DrawBeziers](../../aspose.imaging/graphics/drawbeziers)(Pen, Point[]) | Draws a series of Bézier splines from an array of [`Point`](../point) structures. | -| [DrawClosedCurve](../../aspose.imaging/graphics/drawclosedcurve)(Pen, PointF[]) | Draws a closed cardinal spline defined by an array of [`PointF`](../pointf) structures. This method uses a default tension of 0.5 and Alternate fill mode. | -| [DrawClosedCurve](../../aspose.imaging/graphics/drawclosedcurve)(Pen, Point[]) | Draws a closed cardinal spline defined by an array of [`Point`](../point) structures. This method uses a default tension of 0.5 and Alternate fill mode. | -| [DrawClosedCurve](../../aspose.imaging/graphics/drawclosedcurve)(Pen, PointF[], float) | Draws a closed cardinal spline defined by an array of [`PointF`](../pointf) structures using a specified tension. This method uses a default Alternate fill mode. | -| [DrawClosedCurve](../../aspose.imaging/graphics/drawclosedcurve)(Pen, Point[], float) | Draws a closed cardinal spline defined by an array of [`Point`](../point) structures using a specified tension. This method uses a default Alternate fill mode. | -| [DrawCurve](../../aspose.imaging/graphics/drawcurve)(Pen, PointF[]) | Draws a cardinal spline through a specified array of [`PointF`](../pointf) structures. This method uses a default tension of 0.5. | -| [DrawCurve](../../aspose.imaging/graphics/drawcurve)(Pen, Point[]) | Draws a cardinal spline through a specified array of [`Point`](../point) structures. | -| [DrawCurve](../../aspose.imaging/graphics/drawcurve)(Pen, PointF[], float) | Draws a cardinal spline through a specified array of [`PointF`](../pointf) structures using a specified tension. | -| [DrawCurve](../../aspose.imaging/graphics/drawcurve)(Pen, Point[], float) | Draws a cardinal spline through a specified array of [`Point`](../point) structures using a specified tension. | -| [DrawCurve](../../aspose.imaging/graphics/drawcurve)(Pen, PointF[], int, int) | Draws a cardinal spline through a specified array of [`PointF`](../pointf) structures. The drawing begins offset from the beginning of the array. This method uses a default tension of 0.5. | -| [DrawCurve](../../aspose.imaging/graphics/drawcurve)(Pen, PointF[], int, int, float) | Draws a cardinal spline through a specified array of [`PointF`](../pointf) structures using a specified tension. The drawing begins offset from the beginning of the array. | -| [DrawCurve](../../aspose.imaging/graphics/drawcurve)(Pen, Point[], int, int, float) | Draws a cardinal spline through a specified array of [`Point`](../point) structures using a specified tension. | -| [DrawEllipse](../../aspose.imaging/graphics/drawellipse)(Pen, Rectangle) | Draws an ellipse specified by a bounding [`Rectangle`](../rectangle) structure. | -| [DrawEllipse](../../aspose.imaging/graphics/drawellipse)(Pen, RectangleF) | Draws an ellipse defined by a bounding [`RectangleF`](../rectanglef). | -| [DrawEllipse](../../aspose.imaging/graphics/drawellipse)(Pen, float, float, float, float) | Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. | -| [DrawEllipse](../../aspose.imaging/graphics/drawellipse)(Pen, int, int, int, int) | Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Point) | Draws the specified [`Image`](./image), using its original physical size, at the specified location. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, PointF) | Draws the specified [`Image`](./image), using its original physical size, at the specified location. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, PointF[]) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Point[]) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Rectangle) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, RectangleF) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, float, float) | Draws the specified [`Image`](./image), using its original physical size, at the specified location. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, int, int) | Draws the specified image, using its original physical size, at the location specified by a coordinate pair. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, PointF[], RectangleF) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Point[], Rectangle) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Rectangle, GraphicsUnit) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, RectangleF, GraphicsUnit) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, PointF[], RectangleF, GraphicsUnit) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Point[], Rectangle, GraphicsUnit) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Rectangle, GraphicsUnit, ImageAttributes) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Rectangle, Rectangle, GraphicsUnit) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, RectangleF, GraphicsUnit, ImageAttributes) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, RectangleF, RectangleF, GraphicsUnit) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, float, float, float, float) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, int, int, int, int) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImage](../../aspose.imaging/graphics/drawimage)(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes) | Draws the specified [`Image`](./image) at the specified location and with the specified size. | -| [DrawImageUnscaled](../../aspose.imaging/graphics/drawimageunscaled)(Image, Point) | Draws a specified image using its original physical size at a specified location. | -| [DrawImageUnscaled](../../aspose.imaging/graphics/drawimageunscaled)(Image, Rectangle) | Draws a specified image using its original physical size at a specified location. | -| [DrawImageUnscaled](../../aspose.imaging/graphics/drawimageunscaled)(Image, int, int) | Draws the specified image using its original physical size at the location specified by a coordinate pair. | -| [DrawImageUnscaled](../../aspose.imaging/graphics/drawimageunscaled)(Image, int, int, int, int) | Draws a specified image using its original physical size at a specified location. | -| [DrawImageUnscaledAndClipped](../../aspose.imaging/graphics/drawimageunscaledandclipped)(Image, Rectangle) | Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle. | -| [DrawLine](../../aspose.imaging/graphics/drawline)(Pen, Point, Point) | Draws a line connecting two [`Point`](../point) structures. | -| [DrawLine](../../aspose.imaging/graphics/drawline)(Pen, PointF, PointF) | Draws a line connecting two [`PointF`](../pointf) structures. | -| [DrawLine](../../aspose.imaging/graphics/drawline)(Pen, float, float, float, float) | Draws a line connecting the two points specified by the coordinate pairs. | -| [DrawLine](../../aspose.imaging/graphics/drawline)(Pen, int, int, int, int) | Draws a line connecting the two points specified by the coordinate pairs. | -| [DrawLines](../../aspose.imaging/graphics/drawlines)(Pen, PointF[]) | Draws a series of line segments that connect an array of [`PointF`](../pointf) structures. | -| [DrawLines](../../aspose.imaging/graphics/drawlines)(Pen, Point[]) | Draws a series of line segments that connect an array of [`Point`](../point) structures. | -| [DrawPath](../../aspose.imaging/graphics/drawpath)(Pen, GraphicsPath) | Draws a [`GraphicsPath`](../graphicspath). | -| [DrawPie](../../aspose.imaging/graphics/drawpie)(Pen, Rectangle, float, float) | Draws a pie shape defined by an ellipse specified by a [`Rectangle`](../rectangle) structure and two radial lines. | -| [DrawPie](../../aspose.imaging/graphics/drawpie)(Pen, RectangleF, float, float) | Draws a pie shape defined by an ellipse specified by a [`RectangleF`](../rectanglef) structure and two radial lines. | -| [DrawPie](../../aspose.imaging/graphics/drawpie)(Pen, float, float, float, float, float, float) | Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. | -| [DrawPie](../../aspose.imaging/graphics/drawpie)(Pen, int, int, int, int, int, int) | Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. | -| [DrawPolygon](../../aspose.imaging/graphics/drawpolygon)(Pen, PointF[]) | Draws a polygon defined by an array of [`PointF`](../pointf) structures. | -| [DrawPolygon](../../aspose.imaging/graphics/drawpolygon)(Pen, Point[]) | Draws a polygon defined by an array of [`Point`](../point) structures. | -| [DrawRectangle](../../aspose.imaging/graphics/drawrectangle)(Pen, Rectangle) | Draws a rectangle specified by a [`Rectangle`](../rectangle) structure. | -| [DrawRectangle](../../aspose.imaging/graphics/drawrectangle)(Pen, RectangleF) | Draws a rectangle specified by a [`RectangleF`](../rectanglef) structure. | -| [DrawRectangle](../../aspose.imaging/graphics/drawrectangle)(Pen, float, float, float, float) | Draws a rectangle specified by a coordinate pair, a width, and a height. | -| [DrawRectangle](../../aspose.imaging/graphics/drawrectangle)(Pen, int, int, int, int) | Draws a rectangle specified by a coordinate pair, a width, and a height. | -| [DrawRectangles](../../aspose.imaging/graphics/drawrectangles)(Pen, RectangleF[]) | Draws a series of rectangles specified by [`RectangleF`](../rectanglef) structures. | -| [DrawRectangles](../../aspose.imaging/graphics/drawrectangles)(Pen, Rectangle[]) | Draws a series of rectangles specified by [`Rectangle`](../rectangle) structures. | -| [DrawString](../../aspose.imaging/graphics/drawstring)(string, Font, Brush, PointF) | Draws the specified text string at the specified location with the specified [`Brush`](../brush) and [`Font`](../font) objects. | -| [DrawString](../../aspose.imaging/graphics/drawstring)(string, Font, Brush, RectangleF) | Draws the specified text string in the specified rectangle with the specified [`Brush`](../brush) and [`Font`](../font) objects. | -| [DrawString](../../aspose.imaging/graphics/drawstring)(string, Font, Brush, float, float) | Draws the specified text string at the specified location with the specified [`Brush`](../brush) and [`Font`](../font) objects. | -| [DrawString](../../aspose.imaging/graphics/drawstring)(string, Font, Brush, PointF, StringFormat) | Draws the specified text string at the specified location with the specified [`Brush`](../brush) and [`Font`](../font) objects using the formatting attributes of the specified [`StringFormat`](../stringformat). | -| [DrawString](../../aspose.imaging/graphics/drawstring)(string, Font, Brush, RectangleF, StringFormat) | Draws the specified text string in the specified rectangle with the specified [`Brush`](../brush) and [`Font`](../font) objects using the formatting attributes of the specified [`StringFormat`](../stringformat). | -| [DrawString](../../aspose.imaging/graphics/drawstring)(string, Font, Brush, float, float, StringFormat) | Draws the specified text string at the specified location with the specified [`Brush`](../brush) and [`Font`](../font) objects using the formatting attributes of the specified [`StringFormat`](../stringformat). | -| [EndUpdate](../../aspose.imaging/graphics/endupdate)() | Finishes caching of the graphics operations started after BeginUpdate was called. The preceding graphics operations will be applied at once when calling this method. | -| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve)(Brush, PointF[]) | Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../pointf) structures. This method uses a default tension of 0.5 and Alternate fill mode. | -| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve)(Brush, Point[]) | Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../point) structures. This method uses a default tension of 0.5 and Alternate fill mode. | -| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve)(Brush, PointF[], FillMode) | Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../pointf) structures using the specified fill mode. This method uses a default tension of 0.5. | -| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve)(Brush, Point[], FillMode) | Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../point) structures using the specified fill mode. This method uses a default tension of 0.5. | -| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve)(Brush, PointF[], FillMode, float) | Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../pointf) structures using the specified fill mode and tension. | -| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve)(Brush, Point[], FillMode, float) | Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../point) structures using the specified fill mode and tension. | -| [FillEllipse](../../aspose.imaging/graphics/fillellipse)(Brush, Rectangle) | Fills the interior of an ellipse defined by a bounding rectangle specified by a [`Rectangle`](../rectangle) structure. | -| [FillEllipse](../../aspose.imaging/graphics/fillellipse)(Brush, RectangleF) | Fills the interior of an ellipse defined by a bounding rectangle specified by a [`RectangleF`](../rectanglef) structure. | -| [FillEllipse](../../aspose.imaging/graphics/fillellipse)(Brush, float, float, float, float) | Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. | -| [FillEllipse](../../aspose.imaging/graphics/fillellipse)(Brush, int, int, int, int) | Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. | -| [FillPath](../../aspose.imaging/graphics/fillpath)(Brush, GraphicsPath) | Fills the interior of a [`GraphicsPath`](../graphicspath). | -| [FillPie](../../aspose.imaging/graphics/fillpie)(Brush, Rectangle, float, float) | Fills the interior of a pie section defined by an ellipse specified by a [`RectangleF`](../rectanglef) structure and two radial lines. | -| [FillPie](../../aspose.imaging/graphics/fillpie)(Brush, RectangleF, float, float) | Fills the interior of a pie section defined by an ellipse specified by a [`RectangleF`](../rectanglef) structure and two radial lines. | -| [FillPie](../../aspose.imaging/graphics/fillpie)(Brush, float, float, float, float, float, float) | Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. | -| [FillPie](../../aspose.imaging/graphics/fillpie)(Brush, int, int, int, int, int, int) | Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. | -| [FillPolygon](../../aspose.imaging/graphics/fillpolygon)(Brush, PointF[]) | Fills the interior of a polygon defined by an array of points specified by [`PointF`](../pointf) structures and Alternate. | -| [FillPolygon](../../aspose.imaging/graphics/fillpolygon)(Brush, Point[]) | Fills the interior of a polygon defined by an array of points specified by [`Point`](../point) structures and Alternate. | -| [FillPolygon](../../aspose.imaging/graphics/fillpolygon)(Brush, PointF[], FillMode) | Fills the interior of a polygon defined by an array of points specified by [`PointF`](../pointf) structures using the specified fill mode. | -| [FillPolygon](../../aspose.imaging/graphics/fillpolygon)(Brush, Point[], FillMode) | Fills the interior of a polygon defined by an array of points specified by [`Point`](../point) structures using the specified fill mode. | -| [FillRectangle](../../aspose.imaging/graphics/fillrectangle)(Brush, Rectangle) | Fills the interior of a rectangle specified by a [`Rectangle`](../rectangle) structure. | -| [FillRectangle](../../aspose.imaging/graphics/fillrectangle)(Brush, RectangleF) | Fills the interior of a rectangle specified by a [`RectangleF`](../rectanglef) structure. | -| [FillRectangle](../../aspose.imaging/graphics/fillrectangle)(Brush, float, float, float, float) | Fills the interior of a rectangle specified by a pair of coordinates, a width and a height. | -| [FillRectangle](../../aspose.imaging/graphics/fillrectangle)(Brush, int, int, int, int) | Fills the interior of a rectangle specified by a pair of coordinates, a width and a height. | -| [FillRectangles](../../aspose.imaging/graphics/fillrectangles)(Brush, RectangleF[]) | Fills the interiors of a series of rectangles specified by [`RectangleF`](../rectanglef) structures. | -| [FillRectangles](../../aspose.imaging/graphics/fillrectangles)(Brush, Rectangle[]) | Fills the interiors of a series of rectangles specified by [`Rectangle`](../rectangle) structures. | -| [FillRegion](../../aspose.imaging/graphics/fillregion)(Brush, Region) | Fills the interior of a [`Region`](../region). | -| [MeasureString](../../aspose.imaging/graphics/measurestring)(string, Font, SizeF, StringFormat) | Measures the specified text string with specified parameters | -| [MultiplyTransform](../../aspose.imaging/graphics/multiplytransform)(Matrix) | Multiplies the [`Matrix`](../matrix) that represents the local geometric transform of this [`Graphics`](../graphics) by the specified [`Matrix`](../matrix) by prepending the specified [`Matrix`](../matrix). | -| [MultiplyTransform](../../aspose.imaging/graphics/multiplytransform)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../matrix) that represents the local geometric transform of this [`Graphics`](../graphics) by the specified [`Matrix`](../matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging/graphics/resettransform)() | Resets the [`Transform`](./transform) property to identity. | -| [RotateTransform](../../aspose.imaging/graphics/rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | -| [RotateTransform](../../aspose.imaging/graphics/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | -| [ScaleTransform](../../aspose.imaging/graphics/scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | -| [ScaleTransform](../../aspose.imaging/graphics/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | -| [TranslateTransform](../../aspose.imaging/graphics/translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | -| [TranslateTransform](../../aspose.imaging/graphics/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | - -### Examples +| [BeginUpdate](../../aspose.imaging/graphics/beginupdate/)() | Starts caching of the following graphics operations. The graphics effects applied afterwards will not be applied immediately instead the EndUpdate will cause applying all the effects at once. | +| [Clear](../../aspose.imaging/graphics/clear/)(Color) | Clears the graphics surface using the specified color. | +| [DrawArc](../../aspose.imaging/graphics/drawarc/#drawarc)(Pen, Rectangle, float, float) | Draws an arc representing a portion of an ellipse specified by a [`Rectangle`](../rectangle/) structure. | +| [DrawArc](../../aspose.imaging/graphics/drawarc/#drawarc_1)(Pen, RectangleF, float, float) | Draws an arc representing a portion of an ellipse specified by a [`RectangleF`](../rectanglef/) structure. | +| [DrawArc](../../aspose.imaging/graphics/drawarc/#drawarc_3)(Pen, float, float, float, float, float, float) | Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. | +| [DrawArc](../../aspose.imaging/graphics/drawarc/#drawarc_2)(Pen, int, int, int, int, int, int) | Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. | +| [DrawBezier](../../aspose.imaging/graphics/drawbezier/#drawbezier)(Pen, Point, Point, Point, Point) | Draws a Bézier spline defined by four [`Point`](../point/) structures. | +| [DrawBezier](../../aspose.imaging/graphics/drawbezier/#drawbezier_1)(Pen, PointF, PointF, PointF, PointF) | Draws a Bézier spline defined by four [`PointF`](../pointf/) structures. | +| [DrawBezier](../../aspose.imaging/graphics/drawbezier/#drawbezier_2)(Pen, float, float, float, float, float, float, float, float) | Draws a Bézier spline defined by four ordered pairs of coordinates that represent points. | +| [DrawBeziers](../../aspose.imaging/graphics/drawbeziers/#drawbeziers)(Pen, PointF[]) | Draws a series of Bézier splines from an array of [`PointF`](../pointf/) structures. | +| [DrawBeziers](../../aspose.imaging/graphics/drawbeziers/#drawbeziers_1)(Pen, Point[]) | Draws a series of Bézier splines from an array of [`Point`](../point/) structures. | +| [DrawClosedCurve](../../aspose.imaging/graphics/drawclosedcurve/#drawclosedcurve)(Pen, PointF[]) | Draws a closed cardinal spline defined by an array of [`PointF`](../pointf/) structures. This method uses a default tension of 0.5 and Alternate fill mode. | +| [DrawClosedCurve](../../aspose.imaging/graphics/drawclosedcurve/#drawclosedcurve_2)(Pen, Point[]) | Draws a closed cardinal spline defined by an array of [`Point`](../point/) structures. This method uses a default tension of 0.5 and Alternate fill mode. | +| [DrawClosedCurve](../../aspose.imaging/graphics/drawclosedcurve/#drawclosedcurve_1)(Pen, PointF[], float) | Draws a closed cardinal spline defined by an array of [`PointF`](../pointf/) structures using a specified tension. This method uses a default Alternate fill mode. | +| [DrawClosedCurve](../../aspose.imaging/graphics/drawclosedcurve/#drawclosedcurve_3)(Pen, Point[], float) | Draws a closed cardinal spline defined by an array of [`Point`](../point/) structures using a specified tension. This method uses a default Alternate fill mode. | +| [DrawCurve](../../aspose.imaging/graphics/drawcurve/#drawcurve)(Pen, PointF[]) | Draws a cardinal spline through a specified array of [`PointF`](../pointf/) structures. This method uses a default tension of 0.5. | +| [DrawCurve](../../aspose.imaging/graphics/drawcurve/#drawcurve_4)(Pen, Point[]) | Draws a cardinal spline through a specified array of [`Point`](../point/) structures. | +| [DrawCurve](../../aspose.imaging/graphics/drawcurve/#drawcurve_3)(Pen, PointF[], float) | Draws a cardinal spline through a specified array of [`PointF`](../pointf/) structures using a specified tension. | +| [DrawCurve](../../aspose.imaging/graphics/drawcurve/#drawcurve_6)(Pen, Point[], float) | Draws a cardinal spline through a specified array of [`Point`](../point/) structures using a specified tension. | +| [DrawCurve](../../aspose.imaging/graphics/drawcurve/#drawcurve_1)(Pen, PointF[], int, int) | Draws a cardinal spline through a specified array of [`PointF`](../pointf/) structures. The drawing begins offset from the beginning of the array. This method uses a default tension of 0.5. | +| [DrawCurve](../../aspose.imaging/graphics/drawcurve/#drawcurve_2)(Pen, PointF[], int, int, float) | Draws a cardinal spline through a specified array of [`PointF`](../pointf/) structures using a specified tension. The drawing begins offset from the beginning of the array. | +| [DrawCurve](../../aspose.imaging/graphics/drawcurve/#drawcurve_5)(Pen, Point[], int, int, float) | Draws a cardinal spline through a specified array of [`Point`](../point/) structures using a specified tension. | +| [DrawEllipse](../../aspose.imaging/graphics/drawellipse/#drawellipse)(Pen, Rectangle) | Draws an ellipse specified by a bounding [`Rectangle`](../rectangle/) structure. | +| [DrawEllipse](../../aspose.imaging/graphics/drawellipse/#drawellipse_1)(Pen, RectangleF) | Draws an ellipse defined by a bounding [`RectangleF`](../rectanglef/). | +| [DrawEllipse](../../aspose.imaging/graphics/drawellipse/#drawellipse_3)(Pen, float, float, float, float) | Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. | +| [DrawEllipse](../../aspose.imaging/graphics/drawellipse/#drawellipse_2)(Pen, int, int, int, int) | Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage)(Image, Point) | Draws the specified [`Image`](./image/), using its original physical size, at the specified location. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_1)(Image, PointF) | Draws the specified [`Image`](./image/), using its original physical size, at the specified location. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_2)(Image, PointF[]) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_6)(Image, Point[]) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_10)(Image, Rectangle) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_15)(Image, RectangleF) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_22)(Image, float, float) | Draws the specified [`Image`](./image/), using its original physical size, at the specified location. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_20)(Image, int, int) | Draws the specified image, using its original physical size, at the location specified by a coordinate pair. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_3)(Image, PointF[], RectangleF) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_7)(Image, Point[], Rectangle) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_11)(Image, Rectangle, GraphicsUnit) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_16)(Image, RectangleF, GraphicsUnit) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_4)(Image, PointF[], RectangleF, GraphicsUnit) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_8)(Image, Point[], Rectangle, GraphicsUnit) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_12)(Image, Rectangle, GraphicsUnit, ImageAttributes) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_13)(Image, Rectangle, Rectangle, GraphicsUnit) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_17)(Image, RectangleF, GraphicsUnit, ImageAttributes) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_18)(Image, RectangleF, RectangleF, GraphicsUnit) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_23)(Image, float, float, float, float) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_21)(Image, int, int, int, int) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_5)(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_9)(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes) | Draws the specified portion of the specified *image* at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_14)(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImage](../../aspose.imaging/graphics/drawimage/#drawimage_19)(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes) | Draws the specified [`Image`](./image/) at the specified location and with the specified size. | +| [DrawImageUnscaled](../../aspose.imaging/graphics/drawimageunscaled/#drawimageunscaled)(Image, Point) | Draws a specified image using its original physical size at a specified location. | +| [DrawImageUnscaled](../../aspose.imaging/graphics/drawimageunscaled/#drawimageunscaled_1)(Image, Rectangle) | Draws a specified image using its original physical size at a specified location. | +| [DrawImageUnscaled](../../aspose.imaging/graphics/drawimageunscaled/#drawimageunscaled_2)(Image, int, int) | Draws the specified image using its original physical size at the location specified by a coordinate pair. | +| [DrawImageUnscaled](../../aspose.imaging/graphics/drawimageunscaled/#drawimageunscaled_3)(Image, int, int, int, int) | Draws a specified image using its original physical size at a specified location. | +| [DrawImageUnscaledAndClipped](../../aspose.imaging/graphics/drawimageunscaledandclipped/)(Image, Rectangle) | Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle. | +| [DrawLine](../../aspose.imaging/graphics/drawline/#drawline)(Pen, Point, Point) | Draws a line connecting two [`Point`](../point/) structures. | +| [DrawLine](../../aspose.imaging/graphics/drawline/#drawline_1)(Pen, PointF, PointF) | Draws a line connecting two [`PointF`](../pointf/) structures. | +| [DrawLine](../../aspose.imaging/graphics/drawline/#drawline_3)(Pen, float, float, float, float) | Draws a line connecting the two points specified by the coordinate pairs. | +| [DrawLine](../../aspose.imaging/graphics/drawline/#drawline_2)(Pen, int, int, int, int) | Draws a line connecting the two points specified by the coordinate pairs. | +| [DrawLines](../../aspose.imaging/graphics/drawlines/#drawlines)(Pen, PointF[]) | Draws a series of line segments that connect an array of [`PointF`](../pointf/) structures. | +| [DrawLines](../../aspose.imaging/graphics/drawlines/#drawlines_1)(Pen, Point[]) | Draws a series of line segments that connect an array of [`Point`](../point/) structures. | +| [DrawPath](../../aspose.imaging/graphics/drawpath/)(Pen, GraphicsPath) | Draws a [`GraphicsPath`](../graphicspath/). | +| [DrawPie](../../aspose.imaging/graphics/drawpie/#drawpie)(Pen, Rectangle, float, float) | Draws a pie shape defined by an ellipse specified by a [`Rectangle`](../rectangle/) structure and two radial lines. | +| [DrawPie](../../aspose.imaging/graphics/drawpie/#drawpie_1)(Pen, RectangleF, float, float) | Draws a pie shape defined by an ellipse specified by a [`RectangleF`](../rectanglef/) structure and two radial lines. | +| [DrawPie](../../aspose.imaging/graphics/drawpie/#drawpie_3)(Pen, float, float, float, float, float, float) | Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. | +| [DrawPie](../../aspose.imaging/graphics/drawpie/#drawpie_2)(Pen, int, int, int, int, int, int) | Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. | +| [DrawPolygon](../../aspose.imaging/graphics/drawpolygon/#drawpolygon)(Pen, PointF[]) | Draws a polygon defined by an array of [`PointF`](../pointf/) structures. | +| [DrawPolygon](../../aspose.imaging/graphics/drawpolygon/#drawpolygon_1)(Pen, Point[]) | Draws a polygon defined by an array of [`Point`](../point/) structures. | +| [DrawRectangle](../../aspose.imaging/graphics/drawrectangle/#drawrectangle)(Pen, Rectangle) | Draws a rectangle specified by a [`Rectangle`](../rectangle/) structure. | +| [DrawRectangle](../../aspose.imaging/graphics/drawrectangle/#drawrectangle_1)(Pen, RectangleF) | Draws a rectangle specified by a [`RectangleF`](../rectanglef/) structure. | +| [DrawRectangle](../../aspose.imaging/graphics/drawrectangle/#drawrectangle_3)(Pen, float, float, float, float) | Draws a rectangle specified by a coordinate pair, a width, and a height. | +| [DrawRectangle](../../aspose.imaging/graphics/drawrectangle/#drawrectangle_2)(Pen, int, int, int, int) | Draws a rectangle specified by a coordinate pair, a width, and a height. | +| [DrawRectangles](../../aspose.imaging/graphics/drawrectangles/#drawrectangles)(Pen, RectangleF[]) | Draws a series of rectangles specified by [`RectangleF`](../rectanglef/) structures. | +| [DrawRectangles](../../aspose.imaging/graphics/drawrectangles/#drawrectangles_1)(Pen, Rectangle[]) | Draws a series of rectangles specified by [`Rectangle`](../rectangle/) structures. | +| [DrawString](../../aspose.imaging/graphics/drawstring/#drawstring)(string, Font, Brush, PointF) | Draws the specified text string at the specified location with the specified [`Brush`](../brush/) and [`Font`](../font/) objects. | +| [DrawString](../../aspose.imaging/graphics/drawstring/#drawstring_2)(string, Font, Brush, RectangleF) | Draws the specified text string in the specified rectangle with the specified [`Brush`](../brush/) and [`Font`](../font/) objects. | +| [DrawString](../../aspose.imaging/graphics/drawstring/#drawstring_4)(string, Font, Brush, float, float) | Draws the specified text string at the specified location with the specified [`Brush`](../brush/) and [`Font`](../font/) objects. | +| [DrawString](../../aspose.imaging/graphics/drawstring/#drawstring_1)(string, Font, Brush, PointF, StringFormat) | Draws the specified text string at the specified location with the specified [`Brush`](../brush/) and [`Font`](../font/) objects using the formatting attributes of the specified [`StringFormat`](../stringformat/). | +| [DrawString](../../aspose.imaging/graphics/drawstring/#drawstring_3)(string, Font, Brush, RectangleF, StringFormat) | Draws the specified text string in the specified rectangle with the specified [`Brush`](../brush/) and [`Font`](../font/) objects using the formatting attributes of the specified [`StringFormat`](../stringformat/). | +| [DrawString](../../aspose.imaging/graphics/drawstring/#drawstring_5)(string, Font, Brush, float, float, StringFormat) | Draws the specified text string at the specified location with the specified [`Brush`](../brush/) and [`Font`](../font/) objects using the formatting attributes of the specified [`StringFormat`](../stringformat/). | +| [EndUpdate](../../aspose.imaging/graphics/endupdate/)() | Finishes caching of the graphics operations started after BeginUpdate was called. The preceding graphics operations will be applied at once when calling this method. | +| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve/#fillclosedcurve)(Brush, PointF[]) | Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../pointf/) structures. This method uses a default tension of 0.5 and Alternate fill mode. | +| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve/#fillclosedcurve_3)(Brush, Point[]) | Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../point/) structures. This method uses a default tension of 0.5 and Alternate fill mode. | +| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve/#fillclosedcurve_1)(Brush, PointF[], FillMode) | Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../pointf/) structures using the specified fill mode. This method uses a default tension of 0.5. | +| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve/#fillclosedcurve_4)(Brush, Point[], FillMode) | Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../point/) structures using the specified fill mode. This method uses a default tension of 0.5. | +| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve/#fillclosedcurve_2)(Brush, PointF[], FillMode, float) | Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../pointf/) structures using the specified fill mode and tension. | +| [FillClosedCurve](../../aspose.imaging/graphics/fillclosedcurve/#fillclosedcurve_5)(Brush, Point[], FillMode, float) | Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../point/) structures using the specified fill mode and tension. | +| [FillEllipse](../../aspose.imaging/graphics/fillellipse/#fillellipse)(Brush, Rectangle) | Fills the interior of an ellipse defined by a bounding rectangle specified by a [`Rectangle`](../rectangle/) structure. | +| [FillEllipse](../../aspose.imaging/graphics/fillellipse/#fillellipse_1)(Brush, RectangleF) | Fills the interior of an ellipse defined by a bounding rectangle specified by a [`RectangleF`](../rectanglef/) structure. | +| [FillEllipse](../../aspose.imaging/graphics/fillellipse/#fillellipse_3)(Brush, float, float, float, float) | Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. | +| [FillEllipse](../../aspose.imaging/graphics/fillellipse/#fillellipse_2)(Brush, int, int, int, int) | Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. | +| [FillPath](../../aspose.imaging/graphics/fillpath/)(Brush, GraphicsPath) | Fills the interior of a [`GraphicsPath`](../graphicspath/). | +| [FillPie](../../aspose.imaging/graphics/fillpie/#fillpie)(Brush, Rectangle, float, float) | Fills the interior of a pie section defined by an ellipse specified by a [`RectangleF`](../rectanglef/) structure and two radial lines. | +| [FillPie](../../aspose.imaging/graphics/fillpie/#fillpie_1)(Brush, RectangleF, float, float) | Fills the interior of a pie section defined by an ellipse specified by a [`RectangleF`](../rectanglef/) structure and two radial lines. | +| [FillPie](../../aspose.imaging/graphics/fillpie/#fillpie_3)(Brush, float, float, float, float, float, float) | Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. | +| [FillPie](../../aspose.imaging/graphics/fillpie/#fillpie_2)(Brush, int, int, int, int, int, int) | Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. | +| [FillPolygon](../../aspose.imaging/graphics/fillpolygon/#fillpolygon)(Brush, PointF[]) | Fills the interior of a polygon defined by an array of points specified by [`PointF`](../pointf/) structures and Alternate. | +| [FillPolygon](../../aspose.imaging/graphics/fillpolygon/#fillpolygon_2)(Brush, Point[]) | Fills the interior of a polygon defined by an array of points specified by [`Point`](../point/) structures and Alternate. | +| [FillPolygon](../../aspose.imaging/graphics/fillpolygon/#fillpolygon_1)(Brush, PointF[], FillMode) | Fills the interior of a polygon defined by an array of points specified by [`PointF`](../pointf/) structures using the specified fill mode. | +| [FillPolygon](../../aspose.imaging/graphics/fillpolygon/#fillpolygon_3)(Brush, Point[], FillMode) | Fills the interior of a polygon defined by an array of points specified by [`Point`](../point/) structures using the specified fill mode. | +| [FillRectangle](../../aspose.imaging/graphics/fillrectangle/#fillrectangle)(Brush, Rectangle) | Fills the interior of a rectangle specified by a [`Rectangle`](../rectangle/) structure. | +| [FillRectangle](../../aspose.imaging/graphics/fillrectangle/#fillrectangle_1)(Brush, RectangleF) | Fills the interior of a rectangle specified by a [`RectangleF`](../rectanglef/) structure. | +| [FillRectangle](../../aspose.imaging/graphics/fillrectangle/#fillrectangle_3)(Brush, float, float, float, float) | Fills the interior of a rectangle specified by a pair of coordinates, a width and a height. | +| [FillRectangle](../../aspose.imaging/graphics/fillrectangle/#fillrectangle_2)(Brush, int, int, int, int) | Fills the interior of a rectangle specified by a pair of coordinates, a width and a height. | +| [FillRectangles](../../aspose.imaging/graphics/fillrectangles/#fillrectangles)(Brush, RectangleF[]) | Fills the interiors of a series of rectangles specified by [`RectangleF`](../rectanglef/) structures. | +| [FillRectangles](../../aspose.imaging/graphics/fillrectangles/#fillrectangles_1)(Brush, Rectangle[]) | Fills the interiors of a series of rectangles specified by [`Rectangle`](../rectangle/) structures. | +| [FillRegion](../../aspose.imaging/graphics/fillregion/)(Brush, Region) | Fills the interior of a [`Region`](../region/). | +| [MeasureString](../../aspose.imaging/graphics/measurestring/)(string, Font, SizeF, StringFormat) | Measures the specified text string with specified parameters | +| [MultiplyTransform](../../aspose.imaging/graphics/multiplytransform/#multiplytransform)(Matrix) | Multiplies the [`Matrix`](../matrix/) that represents the local geometric transform of this `Graphics` by the specified [`Matrix`](../matrix/) by prepending the specified [`Matrix`](../matrix/). | +| [MultiplyTransform](../../aspose.imaging/graphics/multiplytransform/#multiplytransform_1)(Matrix, MatrixOrder) | Multiplies the [`Matrix`](../matrix/) that represents the local geometric transform of this `Graphics` by the specified [`Matrix`](../matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging/graphics/resettransform/)() | Resets the [`Transform`](./transform/) property to identity. | +| [RotateTransform](../../aspose.imaging/graphics/rotatetransform/#rotatetransform)(float) | Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. | +| [RotateTransform](../../aspose.imaging/graphics/rotatetransform/#rotatetransform_1)(float, MatrixOrder) | Rotates the local geometric transform by the specified amount in the specified order. | +| [ScaleTransform](../../aspose.imaging/graphics/scaletransform/#scaletransform)(float, float) | Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. | +| [ScaleTransform](../../aspose.imaging/graphics/scaletransform/#scaletransform_1)(float, float, MatrixOrder) | Scales the local geometric transform by the specified amounts in the specified order. | +| [TranslateTransform](../../aspose.imaging/graphics/translatetransform/#translatetransform)(float, float) | Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. | +| [TranslateTransform](../../aspose.imaging/graphics/translatetransform/#translatetransform_1)(float, float, MatrixOrder) | Translates the local geometric transform by the specified dimensions in the specified order. | + +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -226,7 +226,7 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/beginupdate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/beginupdate/_index.md index 0e93fc199aa2..eb973798e840 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/beginupdate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/beginupdate/_index.md @@ -1,7 +1,7 @@ --- -title: BeginUpdate +title: Graphics.BeginUpdate second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Starts caching of the following graphics operations. The graphics effects applied afterwards will not be applied immediately instead the EndUpdate will cause applying all the effects at once type: docs weight: 150 url: /net/aspose.imaging/graphics/beginupdate/ @@ -14,14 +14,14 @@ Starts caching of the following graphics operations. The graphics effects applie public void BeginUpdate() ``` -### Remarks +## Remarks Note the effects after BeginUpdate is called will not be applied in case EndUpdate is not called. ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/clear/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/clear/_index.md index 3a422f5c4365..1fd135fccc4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/clear/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/clear/_index.md @@ -1,7 +1,7 @@ --- -title: Clear +title: Graphics.Clear second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Clears the graphics surface using the specified color type: docs weight: 160 url: /net/aspose.imaging/graphics/clear/ @@ -18,7 +18,7 @@ public void Clear(Color color) | --- | --- | --- | | color | Color | The color to clear the graphics surface by. | -### Examples +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -130,9 +130,9 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* struct [Color](../../color) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* struct [Color](../../color/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/clip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/clip/_index.md index 915938e2e060..81c64f05f01f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/clip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/clip/_index.md @@ -1,7 +1,7 @@ --- -title: Clip +title: Graphics.Clip second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets the clip region type: docs weight: 20 url: /net/aspose.imaging/graphics/clip/ @@ -20,9 +20,9 @@ The clip region. ### See Also -* class [Region](../../region) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Region](../../region/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/compositingquality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/compositingquality/_index.md index e2e48a1b1442..d9e425049551 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/compositingquality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/compositingquality/_index.md @@ -1,7 +1,7 @@ --- -title: CompositingQuality +title: Graphics.CompositingQuality second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets the compositing quality type: docs weight: 30 url: /net/aspose.imaging/graphics/compositingquality/ @@ -20,9 +20,9 @@ The compositing quality. ### See Also -* enum [CompositingQuality](../../compositingquality) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* enum [CompositingQuality](../../compositingquality/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/dpix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/dpix/_index.md index c65fc816d0da..5ad27a8f7032 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/dpix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/dpix/_index.md @@ -1,7 +1,7 @@ --- -title: DpiX +title: Graphics.DpiX second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets the horizontal resolution of this Aspose.Imaging.Graphics type: docs weight: 40 url: /net/aspose.imaging/graphics/dpix/ @@ -20,8 +20,8 @@ The value, in dots per inch, for the horizontal resolution supported by this Asp ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/dpiy/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/dpiy/_index.md index a84f09bb7344..a4ed4b9fe931 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/dpiy/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/dpiy/_index.md @@ -1,7 +1,7 @@ --- -title: DpiY +title: Graphics.DpiY second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets the vertical resolution of this Aspose.Imaging.Graphics type: docs weight: 50 url: /net/aspose.imaging/graphics/dpiy/ @@ -20,8 +20,8 @@ The value, in dots per inch, for the vertical resolution supported by this Aspos ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawarc/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawarc/_index.md index 7f80e1196145..6a4f7f3baf6d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawarc/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawarc/_index.md @@ -1,12 +1,12 @@ --- -title: DrawArc +title: Graphics.DrawArc second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws an arc representing a portion of an ellipse specified by a pair of coordinates a width and a height type: docs weight: 170 url: /net/aspose.imaging/graphics/drawarc/ --- -## Graphics.DrawArc method (1 of 4) +## DrawArc(Pen, float, float, float, float, float, float) {#drawarc_3} Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. @@ -17,7 +17,7 @@ public void DrawArc(Pen pen, float x, float y, float width, float height, float | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the arc. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the arc. | | x | Single | The x-coordinate of the upper-left corner of the rectangle that defines the ellipse. | | y | Single | The y-coordinate of the upper-left corner of the rectangle that defines the ellipse. | | width | Single | Width of the rectangle that defines the ellipse. | @@ -33,16 +33,16 @@ public void DrawArc(Pen pen, float x, float y, float width, float height, float ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawArc method (2 of 4) +## DrawArc(Pen, RectangleF, float, float) {#drawarc_1} -Draws an arc representing a portion of an ellipse specified by a [`RectangleF`](../../rectanglef) structure. +Draws an arc representing a portion of an ellipse specified by a [`RectangleF`](../../rectanglef/) structure. ```csharp public void DrawArc(Pen pen, RectangleF rect, float startAngle, float sweepAngle) @@ -50,8 +50,8 @@ public void DrawArc(Pen pen, RectangleF rect, float startAngle, float sweepAngle | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the arc. | -| rect | RectangleF | [`RectangleF`](../../rectanglef) structure that defines the boundaries of the ellipse. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the arc. | +| rect | RectangleF | [`RectangleF`](../../rectanglef/) structure that defines the boundaries of the ellipse. | | startAngle | Single | Angle in degrees measured clockwise from the x-axis to the starting point of the arc. | | sweepAngle | Single | Angle in degrees measured clockwise from the *startAngle* parameter to ending point of the arc. | @@ -63,15 +63,15 @@ public void DrawArc(Pen pen, RectangleF rect, float startAngle, float sweepAngle ### See Also -* class [Pen](../../pen) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawArc method (3 of 4) +## DrawArc(Pen, int, int, int, int, int, int) {#drawarc_2} Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. @@ -81,7 +81,7 @@ public void DrawArc(Pen pen, int x, int y, int width, int height, int startAngle | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the arc. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the arc. | | x | Int32 | The x-coordinate of the upper-left corner of the rectangle that defines the ellipse. | | y | Int32 | The y-coordinate of the upper-left corner of the rectangle that defines the ellipse. | | width | Int32 | Width of the rectangle that defines the ellipse. | @@ -97,16 +97,16 @@ public void DrawArc(Pen pen, int x, int y, int width, int height, int startAngle ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawArc method (4 of 4) +## DrawArc(Pen, Rectangle, float, float) {#drawarc} -Draws an arc representing a portion of an ellipse specified by a [`Rectangle`](../../rectangle) structure. +Draws an arc representing a portion of an ellipse specified by a [`Rectangle`](../../rectangle/) structure. ```csharp public void DrawArc(Pen pen, Rectangle rect, float startAngle, float sweepAngle) @@ -114,8 +114,8 @@ public void DrawArc(Pen pen, Rectangle rect, float startAngle, float sweepAngle) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the arc. | -| rect | Rectangle | [`RectangleF`](../../rectanglef) structure that defines the boundaries of the ellipse. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the arc. | +| rect | Rectangle | [`RectangleF`](../../rectanglef/) structure that defines the boundaries of the ellipse. | | startAngle | Single | Angle in degrees measured clockwise from the x-axis to the starting point of the arc. | | sweepAngle | Single | Angle in degrees measured clockwise from the *startAngle* parameter to ending point of the arc. | @@ -125,7 +125,7 @@ public void DrawArc(Pen pen, Rectangle rect, float startAngle, float sweepAngle) | --- | --- | | ArgumentNullException | *pen* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -191,10 +191,10 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Pen](../../pen) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawbezier/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawbezier/_index.md index e2d1a2cf87c0..cd419a3c2750 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawbezier/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawbezier/_index.md @@ -1,12 +1,12 @@ --- -title: DrawBezier +title: Graphics.DrawBezier second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a Bézier spline defined by four ordered pairs of coordinates that represent points type: docs weight: 180 url: /net/aspose.imaging/graphics/drawbezier/ --- -## Graphics.DrawBezier method (1 of 3) +## DrawBezier(Pen, float, float, float, float, float, float, float, float) {#drawbezier_2} Draws a Bézier spline defined by four ordered pairs of coordinates that represent points. @@ -17,7 +17,7 @@ public void DrawBezier(Pen pen, float x1, float y1, float x2, float y2, float x3 | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the curve. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the curve. | | x1 | Single | The x-coordinate of the starting point of the curve. | | y1 | Single | The y-coordinate of the starting point of the curve. | | x2 | Single | The x-coordinate of the first control point of the curve. | @@ -35,16 +35,16 @@ public void DrawBezier(Pen pen, float x1, float y1, float x2, float y2, float x3 ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawBezier method (2 of 3) +## DrawBezier(Pen, PointF, PointF, PointF, PointF) {#drawbezier_1} -Draws a Bézier spline defined by four [`PointF`](../../pointf) structures. +Draws a Bézier spline defined by four [`PointF`](../../pointf/) structures. ```csharp public void DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4) @@ -52,11 +52,11 @@ public void DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the curve. | -| pt1 | PointF | [`PointF`](../../pointf) structure that represents the starting point of the curve. | -| pt2 | PointF | [`PointF`](../../pointf) structure that represents the first control point for the curve. | -| pt3 | PointF | [`PointF`](../../pointf) structure that represents the second control point for the curve. | -| pt4 | PointF | [`PointF`](../../pointf) structure that represents the ending point of the curve. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the curve. | +| pt1 | PointF | [`PointF`](../../pointf/) structure that represents the starting point of the curve. | +| pt2 | PointF | [`PointF`](../../pointf/) structure that represents the first control point for the curve. | +| pt3 | PointF | [`PointF`](../../pointf/) structure that represents the second control point for the curve. | +| pt4 | PointF | [`PointF`](../../pointf/) structure that represents the ending point of the curve. | ### Exceptions @@ -66,17 +66,17 @@ public void DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawBezier method (3 of 3) +## DrawBezier(Pen, Point, Point, Point, Point) {#drawbezier} -Draws a Bézier spline defined by four [`Point`](../../point) structures. +Draws a Bézier spline defined by four [`Point`](../../point/) structures. ```csharp public void DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) @@ -84,11 +84,11 @@ public void DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) structure that determines the color, width, and style of the curve. | -| pt1 | Point | [`Point`](../../point) structure that represents the starting point of the curve. | -| pt2 | Point | [`Point`](../../point) structure that represents the first control point for the curve. | -| pt3 | Point | [`Point`](../../point) structure that represents the second control point for the curve. | -| pt4 | Point | [`Point`](../../point) structure that represents the ending point of the curve. | +| pen | Pen | [`Pen`](../../pen/) structure that determines the color, width, and style of the curve. | +| pt1 | Point | [`Point`](../../point/) structure that represents the starting point of the curve. | +| pt2 | Point | [`Point`](../../point/) structure that represents the first control point for the curve. | +| pt3 | Point | [`Point`](../../point/) structure that represents the second control point for the curve. | +| pt4 | Point | [`Point`](../../point/) structure that represents the ending point of the curve. | ### Exceptions @@ -96,7 +96,7 @@ public void DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) | --- | --- | | ArgumentNullException | *pen* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -162,10 +162,10 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawbeziers/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawbeziers/_index.md index 45a0bd7ddedf..786e0d0e0797 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawbeziers/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawbeziers/_index.md @@ -1,14 +1,14 @@ --- -title: DrawBeziers +title: Graphics.DrawBeziers second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a series of Bézier splines from an array of Point structures type: docs weight: 190 url: /net/aspose.imaging/graphics/drawbeziers/ --- -## Graphics.DrawBeziers method (1 of 2) +## DrawBeziers(Pen, Point[]) {#drawbeziers_1} -Draws a series of Bézier splines from an array of [`Point`](../../point) structures. +Draws a series of Bézier splines from an array of [`Point`](../../point/) structures. ```csharp public void DrawBeziers(Pen pen, Point[] points) @@ -16,8 +16,8 @@ public void DrawBeziers(Pen pen, Point[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the curve. | -| points | Point[] | Array of [`Point`](../../point) structures that represent the points that determine the curve. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the curve. | +| points | Point[] | Array of [`Point`](../../point/) structures that represent the points that determine the curve. | ### Exceptions @@ -27,17 +27,17 @@ public void DrawBeziers(Pen pen, Point[] points) ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawBeziers method (2 of 2) +## DrawBeziers(Pen, PointF[]) {#drawbeziers} -Draws a series of Bézier splines from an array of [`PointF`](../../pointf) structures. +Draws a series of Bézier splines from an array of [`PointF`](../../pointf/) structures. ```csharp public void DrawBeziers(Pen pen, PointF[] points) @@ -45,8 +45,8 @@ public void DrawBeziers(Pen pen, PointF[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the curve. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that represent the points that determine the curve. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the curve. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that represent the points that determine the curve. | ### Exceptions @@ -56,10 +56,10 @@ public void DrawBeziers(Pen pen, PointF[] points) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawclosedcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawclosedcurve/_index.md index fbbb621451fd..a809ade6a597 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawclosedcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawclosedcurve/_index.md @@ -1,14 +1,14 @@ --- -title: DrawClosedCurve +title: Graphics.DrawClosedCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a closed cardinal spline defined by an array of PointF structures. This method uses a default tension of 0.5 and Alternate fill mode type: docs weight: 200 url: /net/aspose.imaging/graphics/drawclosedcurve/ --- -## Graphics.DrawClosedCurve method (1 of 4) +## DrawClosedCurve(Pen, PointF[]) {#drawclosedcurve} -Draws a closed cardinal spline defined by an array of [`PointF`](../../pointf) structures. This method uses a default tension of 0.5 and Alternate fill mode. +Draws a closed cardinal spline defined by an array of [`PointF`](../../pointf/) structures. This method uses a default tension of 0.5 and Alternate fill mode. ```csharp public void DrawClosedCurve(Pen pen, PointF[] points) @@ -16,8 +16,8 @@ public void DrawClosedCurve(Pen pen, PointF[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that define the spline. | ### Exceptions @@ -27,17 +27,17 @@ public void DrawClosedCurve(Pen pen, PointF[] points) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawClosedCurve method (2 of 4) +## DrawClosedCurve(Pen, PointF[], float) {#drawclosedcurve_1} -Draws a closed cardinal spline defined by an array of [`PointF`](../../pointf) structures using a specified tension. This method uses a default Alternate fill mode. +Draws a closed cardinal spline defined by an array of [`PointF`](../../pointf/) structures using a specified tension. This method uses a default Alternate fill mode. ```csharp public void DrawClosedCurve(Pen pen, PointF[] points, float tension) @@ -45,8 +45,8 @@ public void DrawClosedCurve(Pen pen, PointF[] points, float tension) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that define the spline. | | tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. | ### Exceptions @@ -57,17 +57,17 @@ public void DrawClosedCurve(Pen pen, PointF[] points, float tension) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawClosedCurve method (3 of 4) +## DrawClosedCurve(Pen, Point[]) {#drawclosedcurve_2} -Draws a closed cardinal spline defined by an array of [`Point`](../../point) structures. This method uses a default tension of 0.5 and Alternate fill mode. +Draws a closed cardinal spline defined by an array of [`Point`](../../point/) structures. This method uses a default tension of 0.5 and Alternate fill mode. ```csharp public void DrawClosedCurve(Pen pen, Point[] points) @@ -75,8 +75,8 @@ public void DrawClosedCurve(Pen pen, Point[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | Point[] | Array of [`Point`](../../point) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | Point[] | Array of [`Point`](../../point/) structures that define the spline. | ### Exceptions @@ -86,17 +86,17 @@ public void DrawClosedCurve(Pen pen, Point[] points) ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawClosedCurve method (4 of 4) +## DrawClosedCurve(Pen, Point[], float) {#drawclosedcurve_3} -Draws a closed cardinal spline defined by an array of [`Point`](../../point) structures using a specified tension. This method uses a default Alternate fill mode. +Draws a closed cardinal spline defined by an array of [`Point`](../../point/) structures using a specified tension. This method uses a default Alternate fill mode. ```csharp public void DrawClosedCurve(Pen pen, Point[] points, float tension) @@ -104,8 +104,8 @@ public void DrawClosedCurve(Pen pen, Point[] points, float tension) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | Point[] | Array of [`Point`](../../point) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | Point[] | Array of [`Point`](../../point/) structures that define the spline. | | tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. | ### Exceptions @@ -116,10 +116,10 @@ public void DrawClosedCurve(Pen pen, Point[] points, float tension) ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawcurve/_index.md index 75b6eb5e8706..770f65ea7f77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawcurve/_index.md @@ -1,14 +1,14 @@ --- -title: DrawCurve +title: Graphics.DrawCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a cardinal spline through a specified array of PointF structures. This method uses a default tension of 0.5 type: docs weight: 210 url: /net/aspose.imaging/graphics/drawcurve/ --- -## Graphics.DrawCurve method (1 of 7) +## DrawCurve(Pen, PointF[]) {#drawcurve} -Draws a cardinal spline through a specified array of [`PointF`](../../pointf) structures. This method uses a default tension of 0.5. +Draws a cardinal spline through a specified array of [`PointF`](../../pointf/) structures. This method uses a default tension of 0.5. ```csharp public void DrawCurve(Pen pen, PointF[] points) @@ -16,8 +16,8 @@ public void DrawCurve(Pen pen, PointF[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that define the spline. | ### Exceptions @@ -27,17 +27,17 @@ public void DrawCurve(Pen pen, PointF[] points) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawCurve method (2 of 7) +## DrawCurve(Pen, PointF[], float) {#drawcurve_3} -Draws a cardinal spline through a specified array of [`PointF`](../../pointf) structures using a specified tension. +Draws a cardinal spline through a specified array of [`PointF`](../../pointf/) structures using a specified tension. ```csharp public void DrawCurve(Pen pen, PointF[] points, float tension) @@ -45,8 +45,8 @@ public void DrawCurve(Pen pen, PointF[] points, float tension) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that represent the points that define the curve. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that represent the points that define the curve. | | tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. | ### Exceptions @@ -57,17 +57,17 @@ public void DrawCurve(Pen pen, PointF[] points, float tension) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawCurve method (3 of 7) +## DrawCurve(Pen, PointF[], int, int) {#drawcurve_1} -Draws a cardinal spline through a specified array of [`PointF`](../../pointf) structures. The drawing begins offset from the beginning of the array. This method uses a default tension of 0.5. +Draws a cardinal spline through a specified array of [`PointF`](../../pointf/) structures. The drawing begins offset from the beginning of the array. This method uses a default tension of 0.5. ```csharp public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments) @@ -75,8 +75,8 @@ public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that define the spline. | | offset | Int32 | Offset from the first element in the array of the *points* parameter to the starting point in the curve. | | numberOfSegments | Int32 | Number of segments after the starting point to include in the curve. | @@ -88,17 +88,17 @@ public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawCurve method (4 of 7) +## DrawCurve(Pen, PointF[], int, int, float) {#drawcurve_2} -Draws a cardinal spline through a specified array of [`PointF`](../../pointf) structures using a specified tension. The drawing begins offset from the beginning of the array. +Draws a cardinal spline through a specified array of [`PointF`](../../pointf/) structures using a specified tension. The drawing begins offset from the beginning of the array. ```csharp public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, float tension) @@ -106,8 +106,8 @@ public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that define the spline. | | offset | Int32 | Offset from the first element in the array of the *points* parameter to the starting point in the curve. | | numberOfSegments | Int32 | Number of segments after the starting point to include in the curve. | | tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. | @@ -120,17 +120,17 @@ public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawCurve method (5 of 7) +## DrawCurve(Pen, Point[]) {#drawcurve_4} -Draws a cardinal spline through a specified array of [`Point`](../../point) structures. +Draws a cardinal spline through a specified array of [`Point`](../../point/) structures. ```csharp public void DrawCurve(Pen pen, Point[] points) @@ -138,8 +138,8 @@ public void DrawCurve(Pen pen, Point[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | Point[] | Array of [`Point`](../../point) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | Point[] | Array of [`Point`](../../point/) structures that define the spline. | ### Exceptions @@ -147,7 +147,7 @@ public void DrawCurve(Pen pen, Point[] points) | --- | --- | | ArgumentNullException | *pen* is null. -or- *points* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -213,17 +213,17 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawCurve method (6 of 7) +## DrawCurve(Pen, Point[], float) {#drawcurve_6} -Draws a cardinal spline through a specified array of [`Point`](../../point) structures using a specified tension. +Draws a cardinal spline through a specified array of [`Point`](../../point/) structures using a specified tension. ```csharp public void DrawCurve(Pen pen, Point[] points, float tension) @@ -231,8 +231,8 @@ public void DrawCurve(Pen pen, Point[] points, float tension) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | Point[] | Array of [`Point`](../../point) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | Point[] | Array of [`Point`](../../point/) structures that define the spline. | | tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. | ### Exceptions @@ -243,17 +243,17 @@ public void DrawCurve(Pen pen, Point[] points, float tension) ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawCurve method (7 of 7) +## DrawCurve(Pen, Point[], int, int, float) {#drawcurve_5} -Draws a cardinal spline through a specified array of [`Point`](../../point) structures using a specified tension. +Draws a cardinal spline through a specified array of [`Point`](../../point/) structures using a specified tension. ```csharp public void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, float tension) @@ -261,8 +261,8 @@ public void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and height of the curve. | -| points | Point[] | Array of [`Point`](../../point) structures that define the spline. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and height of the curve. | +| points | Point[] | Array of [`Point`](../../point/) structures that define the spline. | | offset | Int32 | Offset from the first element in the array of the *points* parameter to the starting point in the curve. | | numberOfSegments | Int32 | Number of segments after the starting point to include in the curve. | | tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. | @@ -275,10 +275,10 @@ public void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawellipse/_index.md index f11d9e38681a..a22f9728008f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawellipse/_index.md @@ -1,14 +1,14 @@ --- -title: DrawEllipse +title: Graphics.DrawEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws an ellipse defined by a bounding RectangleF type: docs weight: 220 url: /net/aspose.imaging/graphics/drawellipse/ --- -## Graphics.DrawEllipse method (1 of 4) +## DrawEllipse(Pen, RectangleF) {#drawellipse_1} -Draws an ellipse defined by a bounding [`RectangleF`](../../rectanglef). +Draws an ellipse defined by a bounding [`RectangleF`](../../rectanglef/). ```csharp public void DrawEllipse(Pen pen, RectangleF rect) @@ -16,8 +16,8 @@ public void DrawEllipse(Pen pen, RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the ellipse. | -| rect | RectangleF | [`RectangleF`](../../rectanglef) structure that defines the boundaries of the ellipse. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the ellipse. | +| rect | RectangleF | [`RectangleF`](../../rectanglef/) structure that defines the boundaries of the ellipse. | ### Exceptions @@ -27,15 +27,15 @@ public void DrawEllipse(Pen pen, RectangleF rect) ### See Also -* class [Pen](../../pen) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawEllipse method (2 of 4) +## DrawEllipse(Pen, float, float, float, float) {#drawellipse_3} Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. @@ -45,7 +45,7 @@ public void DrawEllipse(Pen pen, float x, float y, float width, float height) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the ellipse. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the ellipse. | | x | Single | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. | | y | Single | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. | | width | Single | Width of the bounding rectangle that defines the ellipse. | @@ -59,16 +59,16 @@ public void DrawEllipse(Pen pen, float x, float y, float width, float height) ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawEllipse method (3 of 4) +## DrawEllipse(Pen, Rectangle) {#drawellipse} -Draws an ellipse specified by a bounding [`Rectangle`](../../rectangle) structure. +Draws an ellipse specified by a bounding [`Rectangle`](../../rectangle/) structure. ```csharp public void DrawEllipse(Pen pen, Rectangle rect) @@ -76,8 +76,8 @@ public void DrawEllipse(Pen pen, Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the ellipse. | -| rect | Rectangle | [`Rectangle`](../../rectangle) structure that defines the boundaries of the ellipse. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the ellipse. | +| rect | Rectangle | [`Rectangle`](../../rectangle/) structure that defines the boundaries of the ellipse. | ### Exceptions @@ -85,7 +85,7 @@ public void DrawEllipse(Pen pen, Rectangle rect) | --- | --- | | ArgumentNullException | *pen* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -151,15 +151,15 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Pen](../../pen) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawEllipse method (4 of 4) +## DrawEllipse(Pen, int, int, int, int) {#drawellipse_2} Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. @@ -169,7 +169,7 @@ public void DrawEllipse(Pen pen, int x, int y, int width, int height) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the ellipse. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the ellipse. | | x | Int32 | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. | | y | Int32 | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. | | width | Int32 | Width of the bounding rectangle that defines the ellipse. | @@ -183,9 +183,9 @@ public void DrawEllipse(Pen pen, int x, int y, int width, int height) ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimage/_index.md index 42750fc0edb3..e120985e4ae7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimage/_index.md @@ -1,14 +1,14 @@ --- -title: DrawImage +title: Graphics.DrawImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws the specified Image using its original physical size at the specified location type: docs weight: 230 url: /net/aspose.imaging/graphics/drawimage/ --- -## Graphics.DrawImage method (1 of 24) +## DrawImage(Image, PointF) {#drawimage_1} -Draws the specified [`Image`](../image), using its original physical size, at the specified location. +Draws the specified [`Image`](../image/), using its original physical size, at the specified location. ```csharp public void DrawImage(Image sourceImage, PointF point) @@ -17,7 +17,7 @@ public void DrawImage(Image sourceImage, PointF point) | Parameter | Type | Description | | --- | --- | --- | | sourceImage | Image | The image to draw with. | -| point | PointF | [`PointF`](../../pointf) structure that represents the upper-left corner of the drawn image. | +| point | PointF | [`PointF`](../../pointf/) structure that represents the upper-left corner of the drawn image. | ### Exceptions @@ -27,17 +27,17 @@ public void DrawImage(Image sourceImage, PointF point) ### See Also -* class [Image](../../image) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (2 of 24) +## DrawImage(Image, float, float) {#drawimage_22} -Draws the specified [`Image`](../image), using its original physical size, at the specified location. +Draws the specified [`Image`](../image/), using its original physical size, at the specified location. ```csharp public void DrawImage(Image sourceImage, float x, float y) @@ -57,16 +57,16 @@ public void DrawImage(Image sourceImage, float x, float y) ### See Also -* class [Image](../../image) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (3 of 24) +## DrawImage(Image, RectangleF) {#drawimage_15} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, RectangleF rect) @@ -75,7 +75,7 @@ public void DrawImage(Image sourceImage, RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | | sourceImage | Image | The image to draw with. | -| rect | RectangleF | [`RectangleF`](../../rectanglef) structure that specifies the location and size of the drawn image. | +| rect | RectangleF | [`RectangleF`](../../rectanglef/) structure that specifies the location and size of the drawn image. | ### Exceptions @@ -85,17 +85,17 @@ public void DrawImage(Image sourceImage, RectangleF rect) ### See Also -* class [Image](../../image) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (4 of 24) +## DrawImage(Image, Rectangle, GraphicsUnit) {#drawimage_11} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit) @@ -115,18 +115,18 @@ public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit ### See Also -* class [Image](../../image) -* struct [Rectangle](../../rectangle) -* enum [GraphicsUnit](../../graphicsunit) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Rectangle](../../rectangle/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (5 of 24) +## DrawImage(Image, RectangleF, GraphicsUnit) {#drawimage_16} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit) @@ -146,18 +146,18 @@ public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUni ### See Also -* class [Image](../../image) -* struct [RectangleF](../../rectanglef) -* enum [GraphicsUnit](../../graphicsunit) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [RectangleF](../../rectanglef/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (6 of 24) +## DrawImage(Image, Rectangle, GraphicsUnit, ImageAttributes) {#drawimage_12} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit graphicsUnit, @@ -179,19 +179,19 @@ public void DrawImage(Image sourceImage, Rectangle rectDestination, GraphicsUnit ### See Also -* class [Image](../../image) -* struct [Rectangle](../../rectangle) -* enum [GraphicsUnit](../../graphicsunit) -* class [ImageAttributes](../../imageattributes) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Rectangle](../../rectangle/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [ImageAttributes](../../imageattributes/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (7 of 24) +## DrawImage(Image, RectangleF, GraphicsUnit, ImageAttributes) {#drawimage_17} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUnit graphicsUnit, @@ -213,19 +213,19 @@ public void DrawImage(Image sourceImage, RectangleF rectDestination, GraphicsUni ### See Also -* class [Image](../../image) -* struct [RectangleF](../../rectanglef) -* enum [GraphicsUnit](../../graphicsunit) -* class [ImageAttributes](../../imageattributes) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [RectangleF](../../rectanglef/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [ImageAttributes](../../imageattributes/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (8 of 24) +## DrawImage(Image, Rectangle, Rectangle, GraphicsUnit) {#drawimage_13} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination, @@ -247,18 +247,18 @@ public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDes ### See Also -* class [Image](../../image) -* struct [Rectangle](../../rectangle) -* enum [GraphicsUnit](../../graphicsunit) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Rectangle](../../rectangle/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (9 of 24) +## DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) {#drawimage_18} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination, @@ -280,18 +280,18 @@ public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectD ### See Also -* class [Image](../../image) -* struct [RectangleF](../../rectanglef) -* enum [GraphicsUnit](../../graphicsunit) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [RectangleF](../../rectanglef/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (10 of 24) +## DrawImage(Image, Rectangle, Rectangle, GraphicsUnit, ImageAttributes) {#drawimage_14} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDestination, @@ -314,19 +314,19 @@ public void DrawImage(Image sourceImage, Rectangle rectSource, Rectangle rectDes ### See Also -* class [Image](../../image) -* struct [Rectangle](../../rectangle) -* enum [GraphicsUnit](../../graphicsunit) -* class [ImageAttributes](../../imageattributes) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Rectangle](../../rectangle/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [ImageAttributes](../../imageattributes/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (11 of 24) +## DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, ImageAttributes) {#drawimage_19} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectDestination, @@ -349,17 +349,17 @@ public void DrawImage(Image sourceImage, RectangleF rectSource, RectangleF rectD ### See Also -* class [Image](../../image) -* struct [RectangleF](../../rectanglef) -* enum [GraphicsUnit](../../graphicsunit) -* class [ImageAttributes](../../imageattributes) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [RectangleF](../../rectanglef/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [ImageAttributes](../../imageattributes/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (12 of 24) +## DrawImage(Image, Point[]) {#drawimage_6} Draws the specified portion of the specified *image* at the specified location and with the specified size. @@ -374,15 +374,15 @@ public void DrawImage(Image image, Point[] destPoints) ### See Also -* class [Image](../../image) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (13 of 24) +## DrawImage(Image, Point[], Rectangle) {#drawimage_7} Draws the specified portion of the specified *image* at the specified location and with the specified size. @@ -398,16 +398,16 @@ public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect) ### See Also -* class [Image](../../image) -* struct [Point](../../point) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Point](../../point/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (14 of 24) +## DrawImage(Image, Point[], Rectangle, GraphicsUnit) {#drawimage_8} Draws the specified portion of the specified *image* at the specified location and with the specified size. @@ -424,17 +424,17 @@ public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, Graphi ### See Also -* class [Image](../../image) -* struct [Point](../../point) -* struct [Rectangle](../../rectangle) -* enum [GraphicsUnit](../../graphicsunit) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Point](../../point/) +* struct [Rectangle](../../rectangle/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (15 of 24) +## DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes) {#drawimage_9} Draws the specified portion of the specified *image* at the specified location and with the specified size. @@ -453,18 +453,18 @@ public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, Graphi ### See Also -* class [Image](../../image) -* struct [Point](../../point) -* struct [Rectangle](../../rectangle) -* enum [GraphicsUnit](../../graphicsunit) -* class [ImageAttributes](../../imageattributes) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Point](../../point/) +* struct [Rectangle](../../rectangle/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [ImageAttributes](../../imageattributes/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (16 of 24) +## DrawImage(Image, PointF[]) {#drawimage_2} Draws the specified portion of the specified *image* at the specified location and with the specified size. @@ -485,15 +485,15 @@ public void DrawImage(Image image, PointF[] destPoints) ### See Also -* class [Image](../../image) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (17 of 24) +## DrawImage(Image, PointF[], RectangleF) {#drawimage_3} Draws the specified portion of the specified *image* at the specified location and with the specified size. @@ -509,16 +509,16 @@ public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect) ### See Also -* class [Image](../../image) -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [PointF](../../pointf/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (18 of 24) +## DrawImage(Image, PointF[], RectangleF, GraphicsUnit) {#drawimage_4} Draws the specified portion of the specified *image* at the specified location and with the specified size. @@ -535,17 +535,17 @@ public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, Grap ### See Also -* class [Image](../../image) -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* enum [GraphicsUnit](../../graphicsunit) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [PointF](../../pointf/) +* struct [RectangleF](../../rectanglef/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (19 of 24) +## DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes) {#drawimage_5} Draws the specified portion of the specified *image* at the specified location and with the specified size. @@ -564,20 +564,20 @@ public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, Grap ### See Also -* class [Image](../../image) -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* enum [GraphicsUnit](../../graphicsunit) -* class [ImageAttributes](../../imageattributes) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [PointF](../../pointf/) +* struct [RectangleF](../../rectanglef/) +* enum [GraphicsUnit](../../graphicsunit/) +* class [ImageAttributes](../../imageattributes/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (20 of 24) +## DrawImage(Image, float, float, float, float) {#drawimage_23} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, float x, float y, float width, float height) @@ -599,16 +599,16 @@ public void DrawImage(Image sourceImage, float x, float y, float width, float he ### See Also -* class [Image](../../image) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (21 of 24) +## DrawImage(Image, Point) {#drawimage} -Draws the specified [`Image`](../image), using its original physical size, at the specified location. +Draws the specified [`Image`](../image/), using its original physical size, at the specified location. ```csharp public void DrawImage(Image sourceImage, Point point) @@ -617,7 +617,7 @@ public void DrawImage(Image sourceImage, Point point) | Parameter | Type | Description | | --- | --- | --- | | sourceImage | Image | The image to draw with. | -| point | Point | [`Point`](../../point) structure that represents the location of the upper-left corner of the drawn image. | +| point | Point | [`Point`](../../point/) structure that represents the location of the upper-left corner of the drawn image. | ### Exceptions @@ -627,15 +627,15 @@ public void DrawImage(Image sourceImage, Point point) ### See Also -* class [Image](../../image) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (22 of 24) +## DrawImage(Image, int, int) {#drawimage_20} Draws the specified image, using its original physical size, at the location specified by a coordinate pair. @@ -657,16 +657,16 @@ public void DrawImage(Image sourceImage, int x, int y) ### See Also -* class [Image](../../image) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (23 of 24) +## DrawImage(Image, Rectangle) {#drawimage_10} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, Rectangle rect) @@ -675,7 +675,7 @@ public void DrawImage(Image sourceImage, Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | | sourceImage | Image | The image to draw with. | -| rect | Rectangle | [`Rectangle`](../../rectangle) structure that specifies the location and size of the drawn image. | +| rect | Rectangle | [`Rectangle`](../../rectangle/) structure that specifies the location and size of the drawn image. | ### Exceptions @@ -685,17 +685,17 @@ public void DrawImage(Image sourceImage, Rectangle rect) ### See Also -* class [Image](../../image) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImage method (24 of 24) +## DrawImage(Image, int, int, int, int) {#drawimage_21} -Draws the specified [`Image`](../image) at the specified location and with the specified size. +Draws the specified [`Image`](../image/) at the specified location and with the specified size. ```csharp public void DrawImage(Image sourceImage, int x, int y, int width, int height) @@ -717,9 +717,9 @@ public void DrawImage(Image sourceImage, int x, int y, int width, int height) ### See Also -* class [Image](../../image) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimageunscaled/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimageunscaled/_index.md index d84661c3b7e5..d6fffdeb7581 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimageunscaled/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimageunscaled/_index.md @@ -1,12 +1,12 @@ --- -title: DrawImageUnscaled +title: Graphics.DrawImageUnscaled second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a specified image using its original physical size at a specified location type: docs weight: 240 url: /net/aspose.imaging/graphics/drawimageunscaled/ --- -## Graphics.DrawImageUnscaled method (1 of 4) +## DrawImageUnscaled(Image, Rectangle) {#drawimageunscaled_1} Draws a specified image using its original physical size at a specified location. @@ -17,7 +17,7 @@ public void DrawImageUnscaled(Image sourceImage, Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | | sourceImage | Image | The image to draw with. | -| rect | Rectangle | [`Rectangle`](../../rectangle) that specifies the upper-left corner of the drawn image. The X and Y properties of the rectangle specify the upper-left corner. The Width and Height properties are ignored. | +| rect | Rectangle | [`Rectangle`](../../rectangle/) that specifies the upper-left corner of the drawn image. The X and Y properties of the rectangle specify the upper-left corner. The Width and Height properties are ignored. | ### Exceptions @@ -27,15 +27,15 @@ public void DrawImageUnscaled(Image sourceImage, Rectangle rect) ### See Also -* class [Image](../../image) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImageUnscaled method (2 of 4) +## DrawImageUnscaled(Image, int, int, int, int) {#drawimageunscaled_3} Draws a specified image using its original physical size at a specified location. @@ -59,14 +59,14 @@ public void DrawImageUnscaled(Image sourceImage, int x, int y, int width, int he ### See Also -* class [Image](../../image) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImageUnscaled method (3 of 4) +## DrawImageUnscaled(Image, Point) {#drawimageunscaled} Draws a specified image using its original physical size at a specified location. @@ -77,7 +77,7 @@ public void DrawImageUnscaled(Image sourceImage, Point point) | Parameter | Type | Description | | --- | --- | --- | | sourceImage | Image | The image to draw with. | -| point | Point | [`Point`](../../point) structure that specifies the upper-left corner of the drawn image. | +| point | Point | [`Point`](../../point/) structure that specifies the upper-left corner of the drawn image. | ### Exceptions @@ -87,15 +87,15 @@ public void DrawImageUnscaled(Image sourceImage, Point point) ### See Also -* class [Image](../../image) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawImageUnscaled method (4 of 4) +## DrawImageUnscaled(Image, int, int) {#drawimageunscaled_2} Draws the specified image using its original physical size at the location specified by a coordinate pair. @@ -117,9 +117,9 @@ public void DrawImageUnscaled(Image sourceImage, int x, int y) ### See Also -* class [Image](../../image) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimageunscaledandclipped/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimageunscaledandclipped/_index.md index 74e6fe3b07c9..ebcfb2764af8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimageunscaledandclipped/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawimageunscaledandclipped/_index.md @@ -1,7 +1,7 @@ --- -title: DrawImageUnscaledAndClipped +title: Graphics.DrawImageUnscaledAndClipped second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws the specified image without scaling and clips it if necessary to fit in the specified rectangle type: docs weight: 250 url: /net/aspose.imaging/graphics/drawimageunscaledandclipped/ @@ -17,7 +17,7 @@ public void DrawImageUnscaledAndClipped(Image sourceImage, Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | | sourceImage | Image | The image to draw with. | -| rect | Rectangle | The [`Rectangle`](../../rectangle) in which to draw the image. | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) in which to draw the image. | ### Exceptions @@ -27,10 +27,10 @@ public void DrawImageUnscaledAndClipped(Image sourceImage, Rectangle rect) ### See Also -* class [Image](../../image) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawline/_index.md index 3aaf69112256..4f64036989c0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawline/_index.md @@ -1,14 +1,14 @@ --- -title: DrawLine +title: Graphics.DrawLine second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a line connecting two Point structures type: docs weight: 260 url: /net/aspose.imaging/graphics/drawline/ --- -## Graphics.DrawLine method (1 of 4) +## DrawLine(Pen, Point, Point) {#drawline} -Draws a line connecting two [`Point`](../../point) structures. +Draws a line connecting two [`Point`](../../point/) structures. ```csharp public void DrawLine(Pen pen, Point point1, Point point2) @@ -16,9 +16,9 @@ public void DrawLine(Pen pen, Point point1, Point point2) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the line. | -| point1 | Point | [`Point`](../../point) structure that represents the first point to connect. | -| point2 | Point | [`Point`](../../point) structure that represents the second point to connect. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the line. | +| point1 | Point | [`Point`](../../point/) structure that represents the first point to connect. | +| point2 | Point | [`Point`](../../point/) structure that represents the second point to connect. | ### Exceptions @@ -26,7 +26,7 @@ public void DrawLine(Pen pen, Point point1, Point point2) | --- | --- | | ArgumentNullException | *pen* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -92,17 +92,17 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawLine method (2 of 4) +## DrawLine(Pen, PointF, PointF) {#drawline_1} -Draws a line connecting two [`PointF`](../../pointf) structures. +Draws a line connecting two [`PointF`](../../pointf/) structures. ```csharp public void DrawLine(Pen pen, PointF point1, PointF point2) @@ -110,9 +110,9 @@ public void DrawLine(Pen pen, PointF point1, PointF point2) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the line. | -| point1 | PointF | [`PointF`](../../pointf) structure that represents the first point to connect. | -| point2 | PointF | [`PointF`](../../pointf) structure that represents the second point to connect. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the line. | +| point1 | PointF | [`PointF`](../../pointf/) structure that represents the first point to connect. | +| point2 | PointF | [`PointF`](../../pointf/) structure that represents the second point to connect. | ### Exceptions @@ -122,15 +122,15 @@ public void DrawLine(Pen pen, PointF point1, PointF point2) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawLine method (3 of 4) +## DrawLine(Pen, int, int, int, int) {#drawline_2} Draws a line connecting the two points specified by the coordinate pairs. @@ -140,7 +140,7 @@ public void DrawLine(Pen pen, int x1, int y1, int x2, int y2) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the line. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the line. | | x1 | Int32 | The x-coordinate of the first point. | | y1 | Int32 | The y-coordinate of the first point. | | x2 | Int32 | The x-coordinate of the second point. | @@ -154,14 +154,14 @@ public void DrawLine(Pen pen, int x1, int y1, int x2, int y2) ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawLine method (4 of 4) +## DrawLine(Pen, float, float, float, float) {#drawline_3} Draws a line connecting the two points specified by the coordinate pairs. @@ -171,7 +171,7 @@ public void DrawLine(Pen pen, float x1, float y1, float x2, float y2) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the line. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the line. | | x1 | Single | The x-coordinate of the first point. | | y1 | Single | The y-coordinate of the first point. | | x2 | Single | The x-coordinate of the second point. | @@ -185,9 +185,9 @@ public void DrawLine(Pen pen, float x1, float y1, float x2, float y2) ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawlines/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawlines/_index.md index 0db1539664e9..ac4972fff851 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawlines/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawlines/_index.md @@ -1,14 +1,14 @@ --- -title: DrawLines +title: Graphics.DrawLines second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a series of line segments that connect an array of Point structures type: docs weight: 270 url: /net/aspose.imaging/graphics/drawlines/ --- -## Graphics.DrawLines method (1 of 2) +## DrawLines(Pen, Point[]) {#drawlines_1} -Draws a series of line segments that connect an array of [`Point`](../../point) structures. +Draws a series of line segments that connect an array of [`Point`](../../point/) structures. ```csharp public void DrawLines(Pen pen, Point[] points) @@ -16,8 +16,8 @@ public void DrawLines(Pen pen, Point[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the line segments. | -| points | Point[] | Array of [`Point`](../../point) structures that represent the points to connect. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the line segments. | +| points | Point[] | Array of [`Point`](../../point/) structures that represent the points to connect. | ### Exceptions @@ -28,17 +28,17 @@ public void DrawLines(Pen pen, Point[] points) ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawLines method (2 of 2) +## DrawLines(Pen, PointF[]) {#drawlines} -Draws a series of line segments that connect an array of [`PointF`](../../pointf) structures. +Draws a series of line segments that connect an array of [`PointF`](../../pointf/) structures. ```csharp public void DrawLines(Pen pen, PointF[] points) @@ -46,8 +46,8 @@ public void DrawLines(Pen pen, PointF[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the line segments. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that represent the points to connect. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the line segments. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that represent the points to connect. | ### Exceptions @@ -58,10 +58,10 @@ public void DrawLines(Pen pen, PointF[] points) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpath/_index.md index b055596ed627..cd445ae99fb0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpath/_index.md @@ -1,14 +1,14 @@ --- -title: DrawPath +title: Graphics.DrawPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a GraphicsPath type: docs weight: 280 url: /net/aspose.imaging/graphics/drawpath/ --- ## Graphics.DrawPath method -Draws a [`GraphicsPath`](../../graphicspath). +Draws a [`GraphicsPath`](../../graphicspath/). ```csharp public void DrawPath(Pen pen, GraphicsPath path) @@ -16,8 +16,8 @@ public void DrawPath(Pen pen, GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the path. | -| path | GraphicsPath | [`GraphicsPath`](../../graphicspath) to draw. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the path. | +| path | GraphicsPath | [`GraphicsPath`](../../graphicspath/) to draw. | ### Exceptions @@ -25,7 +25,7 @@ public void DrawPath(Pen pen, GraphicsPath path) | --- | --- | | ArgumentNullException | *pen* is null. -or- *path* is null. | -### Examples +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -75,10 +75,10 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.t ### See Also -* class [Pen](../../pen) -* class [GraphicsPath](../../graphicspath) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [GraphicsPath](../../graphicspath/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpie/_index.md index 0b4fe51aeb60..130248c9725f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpie/_index.md @@ -1,14 +1,14 @@ --- -title: DrawPie +title: Graphics.DrawPie second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a pie shape defined by an ellipse specified by a RectangleF structure and two radial lines type: docs weight: 290 url: /net/aspose.imaging/graphics/drawpie/ --- -## Graphics.DrawPie method (1 of 4) +## DrawPie(Pen, RectangleF, float, float) {#drawpie_1} -Draws a pie shape defined by an ellipse specified by a [`RectangleF`](../../rectanglef) structure and two radial lines. +Draws a pie shape defined by an ellipse specified by a [`RectangleF`](../../rectanglef/) structure and two radial lines. ```csharp public void DrawPie(Pen pen, RectangleF rect, float startAngle, float sweepAngle) @@ -16,8 +16,8 @@ public void DrawPie(Pen pen, RectangleF rect, float startAngle, float sweepAngle | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the pie shape. | -| rect | RectangleF | [`RectangleF`](../../rectanglef) structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the pie shape. | +| rect | RectangleF | [`RectangleF`](../../rectanglef/) structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. | | startAngle | Single | Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. | | sweepAngle | Single | Angle measured in degrees clockwise from the *startAngle* parameter to the second side of the pie shape. | @@ -29,15 +29,15 @@ public void DrawPie(Pen pen, RectangleF rect, float startAngle, float sweepAngle ### See Also -* class [Pen](../../pen) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawPie method (2 of 4) +## DrawPie(Pen, float, float, float, float, float, float) {#drawpie_3} Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. @@ -48,7 +48,7 @@ public void DrawPie(Pen pen, float x, float y, float width, float height, float | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the pie shape. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the pie shape. | | x | Single | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. | | y | Single | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. | | width | Single | Width of the bounding rectangle that defines the ellipse from which the pie shape comes. | @@ -64,16 +64,16 @@ public void DrawPie(Pen pen, float x, float y, float width, float height, float ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawPie method (3 of 4) +## DrawPie(Pen, Rectangle, float, float) {#drawpie} -Draws a pie shape defined by an ellipse specified by a [`Rectangle`](../../rectangle) structure and two radial lines. +Draws a pie shape defined by an ellipse specified by a [`Rectangle`](../../rectangle/) structure and two radial lines. ```csharp public void DrawPie(Pen pen, Rectangle rect, float startAngle, float sweepAngle) @@ -81,8 +81,8 @@ public void DrawPie(Pen pen, Rectangle rect, float startAngle, float sweepAngle) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the pie shape. | -| rect | Rectangle | [`Rectangle`](../../rectangle) structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the pie shape. | +| rect | Rectangle | [`Rectangle`](../../rectangle/) structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. | | startAngle | Single | Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. | | sweepAngle | Single | Angle measured in degrees clockwise from the *startAngle* parameter to the second side of the pie shape. | @@ -92,7 +92,7 @@ public void DrawPie(Pen pen, Rectangle rect, float startAngle, float sweepAngle) | --- | --- | | ArgumentNullException | *pen* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -158,15 +158,15 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Pen](../../pen) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawPie method (4 of 4) +## DrawPie(Pen, int, int, int, int, int, int) {#drawpie_2} Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. @@ -176,7 +176,7 @@ public void DrawPie(Pen pen, int x, int y, int width, int height, int startAngle | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the pie shape. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the pie shape. | | x | Int32 | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. | | y | Int32 | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. | | width | Int32 | Width of the bounding rectangle that defines the ellipse from which the pie shape comes. | @@ -192,9 +192,9 @@ public void DrawPie(Pen pen, int x, int y, int width, int height, int startAngle ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpolygon/_index.md index 89f01689cbd9..c23a99f9a00c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawpolygon/_index.md @@ -1,14 +1,14 @@ --- -title: DrawPolygon +title: Graphics.DrawPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a polygon defined by an array of PointF structures type: docs weight: 300 url: /net/aspose.imaging/graphics/drawpolygon/ --- -## Graphics.DrawPolygon method (1 of 2) +## DrawPolygon(Pen, PointF[]) {#drawpolygon} -Draws a polygon defined by an array of [`PointF`](../../pointf) structures. +Draws a polygon defined by an array of [`PointF`](../../pointf/) structures. ```csharp public void DrawPolygon(Pen pen, PointF[] points) @@ -16,8 +16,8 @@ public void DrawPolygon(Pen pen, PointF[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the polygon. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that represent the vertices of the polygon. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the polygon. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that represent the vertices of the polygon. | ### Exceptions @@ -27,17 +27,17 @@ public void DrawPolygon(Pen pen, PointF[] points) ### See Also -* class [Pen](../../pen) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawPolygon method (2 of 2) +## DrawPolygon(Pen, Point[]) {#drawpolygon_1} -Draws a polygon defined by an array of [`Point`](../../point) structures. +Draws a polygon defined by an array of [`Point`](../../point/) structures. ```csharp public void DrawPolygon(Pen pen, Point[] points) @@ -45,8 +45,8 @@ public void DrawPolygon(Pen pen, Point[] points) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the polygon. | -| points | Point[] | Array of [`Point`](../../point) structures that represent the vertices of the polygon. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the polygon. | +| points | Point[] | Array of [`Point`](../../point/) structures that represent the vertices of the polygon. | ### Exceptions @@ -54,7 +54,7 @@ public void DrawPolygon(Pen pen, Point[] points) | --- | --- | | ArgumentNullException | *pen* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -120,10 +120,10 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Pen](../../pen) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawrectangle/_index.md index 0e50b234d24f..269636fc14bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawrectangle/_index.md @@ -1,14 +1,14 @@ --- -title: DrawRectangle +title: Graphics.DrawRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a rectangle specified by a RectangleF structure type: docs weight: 310 url: /net/aspose.imaging/graphics/drawrectangle/ --- -## Graphics.DrawRectangle method (1 of 4) +## DrawRectangle(Pen, RectangleF) {#drawrectangle_1} -Draws a rectangle specified by a [`RectangleF`](../../rectanglef) structure. +Draws a rectangle specified by a [`RectangleF`](../../rectanglef/) structure. ```csharp public void DrawRectangle(Pen pen, RectangleF rect) @@ -16,8 +16,8 @@ public void DrawRectangle(Pen pen, RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | A [`Pen`](../../pen) that determines the color, width, and style of the rectangle. | -| rect | RectangleF | A [`RectangleF`](../../rectanglef) structure that represents the rectangle to draw. | +| pen | Pen | A [`Pen`](../../pen/) that determines the color, width, and style of the rectangle. | +| rect | RectangleF | A [`RectangleF`](../../rectanglef/) structure that represents the rectangle to draw. | ### Exceptions @@ -27,17 +27,17 @@ public void DrawRectangle(Pen pen, RectangleF rect) ### See Also -* class [Pen](../../pen) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawRectangle method (2 of 4) +## DrawRectangle(Pen, Rectangle) {#drawrectangle} -Draws a rectangle specified by a [`Rectangle`](../../rectangle) structure. +Draws a rectangle specified by a [`Rectangle`](../../rectangle/) structure. ```csharp public void DrawRectangle(Pen pen, Rectangle rect) @@ -45,8 +45,8 @@ public void DrawRectangle(Pen pen, Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | A [`Pen`](../../pen) that determines the color, width, and style of the rectangle. | -| rect | Rectangle | A [`Rectangle`](../../rectangle) structure that represents the rectangle to draw. | +| pen | Pen | A [`Pen`](../../pen/) that determines the color, width, and style of the rectangle. | +| rect | Rectangle | A [`Rectangle`](../../rectangle/) structure that represents the rectangle to draw. | ### Exceptions @@ -54,7 +54,7 @@ public void DrawRectangle(Pen pen, Rectangle rect) | --- | --- | | ArgumentNullException | *pen* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -120,15 +120,15 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Pen](../../pen) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawRectangle method (3 of 4) +## DrawRectangle(Pen, float, float, float, float) {#drawrectangle_3} Draws a rectangle specified by a coordinate pair, a width, and a height. @@ -138,7 +138,7 @@ public void DrawRectangle(Pen pen, float x, float y, float width, float height) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | A [`Pen`](../../pen) that determines the color, width, and style of the rectangle. | +| pen | Pen | A [`Pen`](../../pen/) that determines the color, width, and style of the rectangle. | | x | Single | The x-coordinate of the upper-left corner of the rectangle to draw. | | y | Single | The y-coordinate of the upper-left corner of the rectangle to draw. | | width | Single | The width of the rectangle to draw. | @@ -152,14 +152,14 @@ public void DrawRectangle(Pen pen, float x, float y, float width, float height) ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawRectangle method (4 of 4) +## DrawRectangle(Pen, int, int, int, int) {#drawrectangle_2} Draws a rectangle specified by a coordinate pair, a width, and a height. @@ -169,7 +169,7 @@ public void DrawRectangle(Pen pen, int x, int y, int width, int height) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the rectangle. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the rectangle. | | x | Int32 | The x-coordinate of the upper-left corner of the rectangle to draw. | | y | Int32 | The y-coordinate of the upper-left corner of the rectangle to draw. | | width | Int32 | Width of the rectangle to draw. | @@ -183,9 +183,9 @@ public void DrawRectangle(Pen pen, int x, int y, int width, int height) ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawrectangles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawrectangles/_index.md index 0a8d60dabf4b..ae6d48e9421a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawrectangles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawrectangles/_index.md @@ -1,14 +1,14 @@ --- -title: DrawRectangles +title: Graphics.DrawRectangles second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws a series of rectangles specified by RectangleF structures type: docs weight: 320 url: /net/aspose.imaging/graphics/drawrectangles/ --- -## Graphics.DrawRectangles method (1 of 2) +## DrawRectangles(Pen, RectangleF[]) {#drawrectangles} -Draws a series of rectangles specified by [`RectangleF`](../../rectanglef) structures. +Draws a series of rectangles specified by [`RectangleF`](../../rectanglef/) structures. ```csharp public void DrawRectangles(Pen pen, RectangleF[] rects) @@ -16,8 +16,8 @@ public void DrawRectangles(Pen pen, RectangleF[] rects) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the outlines of the rectangles. | -| rects | RectangleF[] | Array of [`RectangleF`](../../rectanglef) structures that represent the rectangles to draw. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the outlines of the rectangles. | +| rects | RectangleF[] | Array of [`RectangleF`](../../rectanglef/) structures that represent the rectangles to draw. | ### Exceptions @@ -27,17 +27,17 @@ public void DrawRectangles(Pen pen, RectangleF[] rects) ### See Also -* class [Pen](../../pen) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawRectangles method (2 of 2) +## DrawRectangles(Pen, Rectangle[]) {#drawrectangles_1} -Draws a series of rectangles specified by [`Rectangle`](../../rectangle) structures. +Draws a series of rectangles specified by [`Rectangle`](../../rectangle/) structures. ```csharp public void DrawRectangles(Pen pen, Rectangle[] rects) @@ -45,8 +45,8 @@ public void DrawRectangles(Pen pen, Rectangle[] rects) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | [`Pen`](../../pen) that determines the color, width, and style of the outlines of the rectangles. | -| rects | Rectangle[] | Array of [`Rectangle`](../../rectangle) structures that represent the rectangles to draw. | +| pen | Pen | [`Pen`](../../pen/) that determines the color, width, and style of the outlines of the rectangles. | +| rects | Rectangle[] | Array of [`Rectangle`](../../rectangle/) structures that represent the rectangles to draw. | ### Exceptions @@ -54,7 +54,7 @@ public void DrawRectangles(Pen pen, Rectangle[] rects) | --- | --- | | ArgumentNullException | *pen* is null. -or- *rects* is null. | -### Examples +## Examples This example shows the creation and usage Pen objects. The example creates a new Image and draw Rectangles on Image surface. @@ -112,10 +112,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [Pen](../../pen) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Pen](../../pen/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawstring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawstring/_index.md index de0d97e24449..71054c3071fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawstring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/drawstring/_index.md @@ -1,14 +1,14 @@ --- -title: DrawString +title: Graphics.DrawString second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Draws the specified text string at the specified location with the specified Brush and Font objects type: docs weight: 330 url: /net/aspose.imaging/graphics/drawstring/ --- -## Graphics.DrawString method (1 of 6) +## DrawString(string, Font, Brush, float, float) {#drawstring_4} -Draws the specified text string at the specified location with the specified [`Brush`](../../brush) and [`Font`](../../font) objects. +Draws the specified text string at the specified location with the specified [`Brush`](../../brush/) and [`Font`](../../font/) objects. ```csharp public void DrawString(string s, Font font, Brush brush, float x, float y) @@ -17,8 +17,8 @@ public void DrawString(string s, Font font, Brush brush, float x, float y) | Parameter | Type | Description | | --- | --- | --- | | s | String | String to draw. | -| font | Font | [`Font`](../../font) that defines the text format of the string. | -| brush | Brush | [`Brush`](../../brush) that determines the color and texture of the drawn text. | +| font | Font | [`Font`](../../font/) that defines the text format of the string. | +| brush | Brush | [`Brush`](../../brush/) that determines the color and texture of the drawn text. | | x | Single | The x-coordinate of the upper-left corner of the drawn text. | | y | Single | The y-coordinate of the upper-left corner of the drawn text. | @@ -30,17 +30,17 @@ public void DrawString(string s, Font font, Brush brush, float x, float y) ### See Also -* class [Font](../../font) -* class [Brush](../../brush) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Font](../../font/) +* class [Brush](../../brush/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawString method (2 of 6) +## DrawString(string, Font, Brush, PointF) {#drawstring} -Draws the specified text string at the specified location with the specified [`Brush`](../../brush) and [`Font`](../../font) objects. +Draws the specified text string at the specified location with the specified [`Brush`](../../brush/) and [`Font`](../../font/) objects. ```csharp public void DrawString(string s, Font font, Brush brush, PointF point) @@ -49,9 +49,9 @@ public void DrawString(string s, Font font, Brush brush, PointF point) | Parameter | Type | Description | | --- | --- | --- | | s | String | String to draw. | -| font | Font | [`Font`](../../font) that defines the text format of the string. | -| brush | Brush | [`Brush`](../../brush) that determines the color and texture of the drawn text. | -| point | PointF | [`PointF`](../../pointf) structure that specifies the upper-left corner of the drawn text. | +| font | Font | [`Font`](../../font/) that defines the text format of the string. | +| brush | Brush | [`Brush`](../../brush/) that determines the color and texture of the drawn text. | +| point | PointF | [`PointF`](../../pointf/) structure that specifies the upper-left corner of the drawn text. | ### Exceptions @@ -59,7 +59,7 @@ public void DrawString(string s, Font font, Brush brush, PointF point) | --- | --- | | ArgumentNullException | *brush* is null. -or- *s* is null. | -### Examples +## Examples This example uses Graphics class to create primitive shapes on the Image surface. To demonstrate the operation, the example creates a new Image in PNG format and draw primitive shapes on Image surface using Draw methods exposed by Graphics class @@ -125,18 +125,18 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.p ### See Also -* class [Font](../../font) -* class [Brush](../../brush) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Font](../../font/) +* class [Brush](../../brush/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawString method (3 of 6) +## DrawString(string, Font, Brush, float, float, StringFormat) {#drawstring_5} -Draws the specified text string at the specified location with the specified [`Brush`](../../brush) and [`Font`](../../font) objects using the formatting attributes of the specified [`StringFormat`](../../stringformat). +Draws the specified text string at the specified location with the specified [`Brush`](../../brush/) and [`Font`](../../font/) objects using the formatting attributes of the specified [`StringFormat`](../../stringformat/). ```csharp public void DrawString(string s, Font font, Brush brush, float x, float y, StringFormat format) @@ -145,11 +145,11 @@ public void DrawString(string s, Font font, Brush brush, float x, float y, Strin | Parameter | Type | Description | | --- | --- | --- | | s | String | String to draw. | -| font | Font | [`Font`](../../font) that defines the text format of the string. | -| brush | Brush | [`Brush`](../../brush) that determines the color and texture of the drawn text. | +| font | Font | [`Font`](../../font/) that defines the text format of the string. | +| brush | Brush | [`Brush`](../../brush/) that determines the color and texture of the drawn text. | | x | Single | The x-coordinate of the upper-left corner of the drawn text. | | y | Single | The y-coordinate of the upper-left corner of the drawn text. | -| format | StringFormat | [`StringFormat`](../../stringformat) that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. | +| format | StringFormat | [`StringFormat`](../../stringformat/) that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. | ### Exceptions @@ -159,18 +159,18 @@ public void DrawString(string s, Font font, Brush brush, float x, float y, Strin ### See Also -* class [Font](../../font) -* class [Brush](../../brush) -* class [StringFormat](../../stringformat) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Font](../../font/) +* class [Brush](../../brush/) +* class [StringFormat](../../stringformat/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawString method (4 of 6) +## DrawString(string, Font, Brush, PointF, StringFormat) {#drawstring_1} -Draws the specified text string at the specified location with the specified [`Brush`](../../brush) and [`Font`](../../font) objects using the formatting attributes of the specified [`StringFormat`](../../stringformat). +Draws the specified text string at the specified location with the specified [`Brush`](../../brush/) and [`Font`](../../font/) objects using the formatting attributes of the specified [`StringFormat`](../../stringformat/). ```csharp public void DrawString(string s, Font font, Brush brush, PointF point, StringFormat format) @@ -179,10 +179,10 @@ public void DrawString(string s, Font font, Brush brush, PointF point, StringFor | Parameter | Type | Description | | --- | --- | --- | | s | String | String to draw. | -| font | Font | [`Font`](../../font) that defines the text format of the string. | -| brush | Brush | [`Brush`](../../brush) that determines the color and texture of the drawn text. | -| point | PointF | [`PointF`](../../pointf) structure that specifies the upper-left corner of the drawn text. | -| format | StringFormat | [`StringFormat`](../../stringformat) that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. | +| font | Font | [`Font`](../../font/) that defines the text format of the string. | +| brush | Brush | [`Brush`](../../brush/) that determines the color and texture of the drawn text. | +| point | PointF | [`PointF`](../../pointf/) structure that specifies the upper-left corner of the drawn text. | +| format | StringFormat | [`StringFormat`](../../stringformat/) that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. | ### Exceptions @@ -192,19 +192,19 @@ public void DrawString(string s, Font font, Brush brush, PointF point, StringFor ### See Also -* class [Font](../../font) -* class [Brush](../../brush) -* struct [PointF](../../pointf) -* class [StringFormat](../../stringformat) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Font](../../font/) +* class [Brush](../../brush/) +* struct [PointF](../../pointf/) +* class [StringFormat](../../stringformat/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawString method (5 of 6) +## DrawString(string, Font, Brush, RectangleF) {#drawstring_2} -Draws the specified text string in the specified rectangle with the specified [`Brush`](../../brush) and [`Font`](../../font) objects. +Draws the specified text string in the specified rectangle with the specified [`Brush`](../../brush/) and [`Font`](../../font/) objects. ```csharp public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle) @@ -213,9 +213,9 @@ public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectan | Parameter | Type | Description | | --- | --- | --- | | s | String | String to draw. | -| font | Font | [`Font`](../../font) that defines the text format of the string. | -| brush | Brush | [`Brush`](../../brush) that determines the color and texture of the drawn text. | -| layoutRectangle | RectangleF | [`RectangleF`](../../rectanglef) structure that specifies the location of the drawn text. | +| font | Font | [`Font`](../../font/) that defines the text format of the string. | +| brush | Brush | [`Brush`](../../brush/) that determines the color and texture of the drawn text. | +| layoutRectangle | RectangleF | [`RectangleF`](../../rectanglef/) structure that specifies the location of the drawn text. | ### Exceptions @@ -225,18 +225,18 @@ public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectan ### See Also -* class [Font](../../font) -* class [Brush](../../brush) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Font](../../font/) +* class [Brush](../../brush/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.DrawString method (6 of 6) +## DrawString(string, Font, Brush, RectangleF, StringFormat) {#drawstring_3} -Draws the specified text string in the specified rectangle with the specified [`Brush`](../../brush) and [`Font`](../../font) objects using the formatting attributes of the specified [`StringFormat`](../../stringformat). +Draws the specified text string in the specified rectangle with the specified [`Brush`](../../brush/) and [`Font`](../../font/) objects using the formatting attributes of the specified [`StringFormat`](../../stringformat/). ```csharp public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle, @@ -246,10 +246,10 @@ public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectan | Parameter | Type | Description | | --- | --- | --- | | s | String | String to draw. | -| font | Font | [`Font`](../../font) that defines the text format of the string. | -| brush | Brush | [`Brush`](../../brush) that determines the color and texture of the drawn text. | -| layoutRectangle | RectangleF | [`RectangleF`](../../rectanglef) structure that specifies the location of the drawn text. | -| format | StringFormat | [`StringFormat`](../../stringformat) that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. | +| font | Font | [`Font`](../../font/) that defines the text format of the string. | +| brush | Brush | [`Brush`](../../brush/) that determines the color and texture of the drawn text. | +| layoutRectangle | RectangleF | [`RectangleF`](../../rectanglef/) structure that specifies the location of the drawn text. | +| format | StringFormat | [`StringFormat`](../../stringformat/) that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. | ### Exceptions @@ -259,12 +259,12 @@ public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectan ### See Also -* class [Font](../../font) -* class [Brush](../../brush) -* struct [RectangleF](../../rectanglef) -* class [StringFormat](../../stringformat) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Font](../../font/) +* class [Brush](../../brush/) +* struct [RectangleF](../../rectanglef/) +* class [StringFormat](../../stringformat/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/endupdate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/endupdate/_index.md index d73c2596c006..d0d1b362de6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/endupdate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/endupdate/_index.md @@ -1,7 +1,7 @@ --- -title: EndUpdate +title: Graphics.EndUpdate second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Finishes caching of the graphics operations started after BeginUpdate was called. The preceding graphics operations will be applied at once when calling this method type: docs weight: 340 url: /net/aspose.imaging/graphics/endupdate/ @@ -16,8 +16,8 @@ public void EndUpdate() ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillclosedcurve/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillclosedcurve/_index.md index f7d1b7ec41f6..ebbfdefa8e8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillclosedcurve/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillclosedcurve/_index.md @@ -1,14 +1,14 @@ --- -title: FillClosedCurve +title: Graphics.FillClosedCurve second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Fills the interior of a closed cardinal spline curve defined by an array of PointF structures. This method uses a default tension of 0.5 and Alternate fill mode type: docs weight: 350 url: /net/aspose.imaging/graphics/fillclosedcurve/ --- -## Graphics.FillClosedCurve method (1 of 6) +## FillClosedCurve(Brush, PointF[]) {#fillclosedcurve} -Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../../pointf) structures. This method uses a default tension of 0.5 and Alternate fill mode. +Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../../pointf/) structures. This method uses a default tension of 0.5 and Alternate fill mode. ```csharp public void FillClosedCurve(Brush brush, PointF[] points) @@ -16,8 +16,8 @@ public void FillClosedCurve(Brush brush, PointF[] points) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that define the spline. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that define the spline. | ### Exceptions @@ -27,17 +27,17 @@ public void FillClosedCurve(Brush brush, PointF[] points) ### See Also -* class [Brush](../../brush) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillClosedCurve method (2 of 6) +## FillClosedCurve(Brush, PointF[], FillMode) {#fillclosedcurve_1} -Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../../pointf) structures using the specified fill mode. This method uses a default tension of 0.5. +Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../../pointf/) structures using the specified fill mode. This method uses a default tension of 0.5. ```csharp public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode) @@ -45,9 +45,9 @@ public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that define the spline. | -| fillmode | FillMode | Member of the [`FillMode`](../../fillmode) enumeration that determines how the curve is filled. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that define the spline. | +| fillmode | FillMode | Member of the [`FillMode`](../../fillmode/) enumeration that determines how the curve is filled. | ### Exceptions @@ -57,18 +57,18 @@ public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode) ### See Also -* class [Brush](../../brush) -* struct [PointF](../../pointf) -* enum [FillMode](../../fillmode) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [PointF](../../pointf/) +* enum [FillMode](../../fillmode/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillClosedCurve method (3 of 6) +## FillClosedCurve(Brush, PointF[], FillMode, float) {#fillclosedcurve_2} -Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../../pointf) structures using the specified fill mode and tension. +Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../../pointf/) structures using the specified fill mode and tension. ```csharp public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, float tension) @@ -76,9 +76,9 @@ public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, flo | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | A [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that define the spline. | -| fillmode | FillMode | Member of the [`FillMode`](../../fillmode) enumeration that determines how the curve is filled. | +| brush | Brush | A [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that define the spline. | +| fillmode | FillMode | Member of the [`FillMode`](../../fillmode/) enumeration that determines how the curve is filled. | | tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. | ### Exceptions @@ -89,18 +89,18 @@ public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, flo ### See Also -* class [Brush](../../brush) -* struct [PointF](../../pointf) -* enum [FillMode](../../fillmode) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [PointF](../../pointf/) +* enum [FillMode](../../fillmode/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillClosedCurve method (4 of 6) +## FillClosedCurve(Brush, Point[]) {#fillclosedcurve_3} -Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../../point) structures. This method uses a default tension of 0.5 and Alternate fill mode. +Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../../point/) structures. This method uses a default tension of 0.5 and Alternate fill mode. ```csharp public void FillClosedCurve(Brush brush, Point[] points) @@ -108,8 +108,8 @@ public void FillClosedCurve(Brush brush, Point[] points) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | Point[] | Array of [`Point`](../../point) structures that define the spline. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | Point[] | Array of [`Point`](../../point/) structures that define the spline. | ### Exceptions @@ -119,17 +119,17 @@ public void FillClosedCurve(Brush brush, Point[] points) ### See Also -* class [Brush](../../brush) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillClosedCurve method (5 of 6) +## FillClosedCurve(Brush, Point[], FillMode) {#fillclosedcurve_4} -Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../../point) structures using the specified fill mode. This method uses a default tension of 0.5. +Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../../point/) structures using the specified fill mode. This method uses a default tension of 0.5. ```csharp public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode) @@ -137,9 +137,9 @@ public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | Point[] | Array of [`Point`](../../point) structures that define the spline. | -| fillmode | FillMode | Member of the [`FillMode`](../../fillmode) enumeration that determines how the curve is filled. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | Point[] | Array of [`Point`](../../point/) structures that define the spline. | +| fillmode | FillMode | Member of the [`FillMode`](../../fillmode/) enumeration that determines how the curve is filled. | ### Exceptions @@ -149,18 +149,18 @@ public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode) ### See Also -* class [Brush](../../brush) -* struct [Point](../../point) -* enum [FillMode](../../fillmode) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Point](../../point/) +* enum [FillMode](../../fillmode/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillClosedCurve method (6 of 6) +## FillClosedCurve(Brush, Point[], FillMode, float) {#fillclosedcurve_5} -Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../../point) structures using the specified fill mode and tension. +Fills the interior of a closed cardinal spline curve defined by an array of [`Point`](../../point/) structures using the specified fill mode and tension. ```csharp public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, float tension) @@ -168,9 +168,9 @@ public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, floa | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | Point[] | Array of [`Point`](../../point) structures that define the spline. | -| fillmode | FillMode | Member of the [`FillMode`](../../fillmode) enumeration that determines how the curve is filled. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | Point[] | Array of [`Point`](../../point/) structures that define the spline. | +| fillmode | FillMode | Member of the [`FillMode`](../../fillmode/) enumeration that determines how the curve is filled. | | tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. | ### Exceptions @@ -181,11 +181,11 @@ public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, floa ### See Also -* class [Brush](../../brush) -* struct [Point](../../point) -* enum [FillMode](../../fillmode) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Point](../../point/) +* enum [FillMode](../../fillmode/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillellipse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillellipse/_index.md index 0c1ad54c847e..398732bd28c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillellipse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillellipse/_index.md @@ -1,14 +1,14 @@ --- -title: FillEllipse +title: Graphics.FillEllipse second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure type: docs weight: 360 url: /net/aspose.imaging/graphics/fillellipse/ --- -## Graphics.FillEllipse method (1 of 4) +## FillEllipse(Brush, RectangleF) {#fillellipse_1} -Fills the interior of an ellipse defined by a bounding rectangle specified by a [`RectangleF`](../../rectanglef) structure. +Fills the interior of an ellipse defined by a bounding rectangle specified by a [`RectangleF`](../../rectanglef/) structure. ```csharp public void FillEllipse(Brush brush, RectangleF rect) @@ -16,8 +16,8 @@ public void FillEllipse(Brush brush, RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| rect | RectangleF | [`RectangleF`](../../rectanglef) structure that represents the bounding rectangle that defines the ellipse. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| rect | RectangleF | [`RectangleF`](../../rectanglef/) structure that represents the bounding rectangle that defines the ellipse. | ### Exceptions @@ -27,15 +27,15 @@ public void FillEllipse(Brush brush, RectangleF rect) ### See Also -* class [Brush](../../brush) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillEllipse method (2 of 4) +## FillEllipse(Brush, float, float, float, float) {#fillellipse_3} Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. @@ -45,7 +45,7 @@ public void FillEllipse(Brush brush, float x, float y, float width, float height | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | | x | Single | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. | | y | Single | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. | | width | Single | Width of the bounding rectangle that defines the ellipse. | @@ -59,16 +59,16 @@ public void FillEllipse(Brush brush, float x, float y, float width, float height ### See Also -* class [Brush](../../brush) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillEllipse method (3 of 4) +## FillEllipse(Brush, Rectangle) {#fillellipse} -Fills the interior of an ellipse defined by a bounding rectangle specified by a [`Rectangle`](../../rectangle) structure. +Fills the interior of an ellipse defined by a bounding rectangle specified by a [`Rectangle`](../../rectangle/) structure. ```csharp public void FillEllipse(Brush brush, Rectangle rect) @@ -76,8 +76,8 @@ public void FillEllipse(Brush brush, Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| rect | Rectangle | [`Rectangle`](../../rectangle) structure that represents the bounding rectangle that defines the ellipse. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| rect | Rectangle | [`Rectangle`](../../rectangle/) structure that represents the bounding rectangle that defines the ellipse. | ### Exceptions @@ -87,15 +87,15 @@ public void FillEllipse(Brush brush, Rectangle rect) ### See Also -* class [Brush](../../brush) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillEllipse method (4 of 4) +## FillEllipse(Brush, int, int, int, int) {#fillellipse_2} Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. @@ -105,7 +105,7 @@ public void FillEllipse(Brush brush, int x, int y, int width, int height) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | | x | Int32 | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. | | y | Int32 | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. | | width | Int32 | Width of the bounding rectangle that defines the ellipse. | @@ -119,9 +119,9 @@ public void FillEllipse(Brush brush, int x, int y, int width, int height) ### See Also -* class [Brush](../../brush) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpath/_index.md index 294a77c5529c..6748e5807e0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpath/_index.md @@ -1,14 +1,14 @@ --- -title: FillPath +title: Graphics.FillPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Fills the interior of a GraphicsPath type: docs weight: 370 url: /net/aspose.imaging/graphics/fillpath/ --- ## Graphics.FillPath method -Fills the interior of a [`GraphicsPath`](../../graphicspath). +Fills the interior of a [`GraphicsPath`](../../graphicspath/). ```csharp public void FillPath(Brush brush, GraphicsPath path) @@ -16,8 +16,8 @@ public void FillPath(Brush brush, GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| path | GraphicsPath | [`GraphicsPath`](../../graphicspath) that represents the path to fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| path | GraphicsPath | [`GraphicsPath`](../../graphicspath/) that represents the path to fill. | ### Exceptions @@ -27,10 +27,10 @@ public void FillPath(Brush brush, GraphicsPath path) ### See Also -* class [Brush](../../brush) -* class [GraphicsPath](../../graphicspath) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* class [GraphicsPath](../../graphicspath/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpie/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpie/_index.md index 9d02e2548e9c..700e35cc6b69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpie/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpie/_index.md @@ -1,14 +1,14 @@ --- -title: FillPie +title: Graphics.FillPie second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Fills the interior of a pie section defined by an ellipse specified by a RectangleF structure and two radial lines type: docs weight: 380 url: /net/aspose.imaging/graphics/fillpie/ --- -## Graphics.FillPie method (1 of 4) +## FillPie(Brush, Rectangle, float, float) {#fillpie} -Fills the interior of a pie section defined by an ellipse specified by a [`RectangleF`](../../rectanglef) structure and two radial lines. +Fills the interior of a pie section defined by an ellipse specified by a [`RectangleF`](../../rectanglef/) structure and two radial lines. ```csharp public void FillPie(Brush brush, Rectangle rect, float startAngle, float sweepAngle) @@ -16,8 +16,8 @@ public void FillPie(Brush brush, Rectangle rect, float startAngle, float sweepAn | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| rect | Rectangle | [`Rectangle`](../../rectangle) structure that represents the bounding rectangle that defines the ellipse from which the pie section comes. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| rect | Rectangle | [`Rectangle`](../../rectangle/) structure that represents the bounding rectangle that defines the ellipse from which the pie section comes. | | startAngle | Single | Angle in degrees measured clockwise from the x-axis to the first side of the pie section. | | sweepAngle | Single | Angle in degrees measured clockwise from the *startAngle* parameter to the second side of the pie section. | @@ -27,7 +27,7 @@ public void FillPie(Brush brush, Rectangle rect, float startAngle, float sweepAn | --- | --- | | ArgumentNullException | *brush* is null. | -### Examples +## Examples The following example shows how to compose an animated GIF image from individual GIF blocks. @@ -76,17 +76,17 @@ using (Aspose.Imaging.FileFormats.Gif.GifImage gifImage = new Aspose.Imaging.Fil ### See Also -* class [Brush](../../brush) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillPie method (2 of 4) +## FillPie(Brush, RectangleF, float, float) {#fillpie_1} -Fills the interior of a pie section defined by an ellipse specified by a [`RectangleF`](../../rectanglef) structure and two radial lines. +Fills the interior of a pie section defined by an ellipse specified by a [`RectangleF`](../../rectanglef/) structure and two radial lines. ```csharp public void FillPie(Brush brush, RectangleF rect, float startAngle, float sweepAngle) @@ -94,8 +94,8 @@ public void FillPie(Brush brush, RectangleF rect, float startAngle, float sweepA | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| rect | RectangleF | [`RectangleF`](../../rectanglef) structure that represents the bounding rectangle that defines the ellipse from which the pie section comes. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| rect | RectangleF | [`RectangleF`](../../rectanglef/) structure that represents the bounding rectangle that defines the ellipse from which the pie section comes. | | startAngle | Single | Angle in degrees measured clockwise from the x-axis to the first side of the pie section. | | sweepAngle | Single | Angle in degrees measured clockwise from the *startAngle* parameter to the second side of the pie section. | @@ -107,15 +107,15 @@ public void FillPie(Brush brush, RectangleF rect, float startAngle, float sweepA ### See Also -* class [Brush](../../brush) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillPie method (3 of 4) +## FillPie(Brush, float, float, float, float, float, float) {#fillpie_3} Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. @@ -126,7 +126,7 @@ public void FillPie(Brush brush, float x, float y, float width, float height, fl | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | | x | Single | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. | | y | Single | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. | | width | Single | Width of the bounding rectangle that defines the ellipse from which the pie section comes. | @@ -142,14 +142,14 @@ public void FillPie(Brush brush, float x, float y, float width, float height, fl ### See Also -* class [Brush](../../brush) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillPie method (4 of 4) +## FillPie(Brush, int, int, int, int, int, int) {#fillpie_2} Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. @@ -160,7 +160,7 @@ public void FillPie(Brush brush, int x, int y, int width, int height, int startA | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | | x | Int32 | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. | | y | Int32 | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. | | width | Int32 | Width of the bounding rectangle that defines the ellipse from which the pie section comes. | @@ -176,9 +176,9 @@ public void FillPie(Brush brush, int x, int y, int width, int height, int startA ### See Also -* class [Brush](../../brush) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpolygon/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpolygon/_index.md index 66c8fecc38e0..9c7f3acb1980 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpolygon/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillpolygon/_index.md @@ -1,14 +1,14 @@ --- -title: FillPolygon +title: Graphics.FillPolygon second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Fills the interior of a polygon defined by an array of points specified by PointF structures and Alternate type: docs weight: 390 url: /net/aspose.imaging/graphics/fillpolygon/ --- -## Graphics.FillPolygon method (1 of 4) +## FillPolygon(Brush, PointF[]) {#fillpolygon} -Fills the interior of a polygon defined by an array of points specified by [`PointF`](../../pointf) structures and Alternate. +Fills the interior of a polygon defined by an array of points specified by [`PointF`](../../pointf/) structures and Alternate. ```csharp public void FillPolygon(Brush brush, PointF[] points) @@ -16,8 +16,8 @@ public void FillPolygon(Brush brush, PointF[] points) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that represent the vertices of the polygon to fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that represent the vertices of the polygon to fill. | ### Exceptions @@ -27,17 +27,17 @@ public void FillPolygon(Brush brush, PointF[] points) ### See Also -* class [Brush](../../brush) -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [PointF](../../pointf/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillPolygon method (2 of 4) +## FillPolygon(Brush, PointF[], FillMode) {#fillpolygon_1} -Fills the interior of a polygon defined by an array of points specified by [`PointF`](../../pointf) structures using the specified fill mode. +Fills the interior of a polygon defined by an array of points specified by [`PointF`](../../pointf/) structures using the specified fill mode. ```csharp public void FillPolygon(Brush brush, PointF[] points, FillMode fillMode) @@ -45,9 +45,9 @@ public void FillPolygon(Brush brush, PointF[] points, FillMode fillMode) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | PointF[] | Array of [`PointF`](../../pointf) structures that represent the vertices of the polygon to fill. | -| fillMode | FillMode | Member of the [`FillMode`](../../fillmode) enumeration that determines the style of the fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | PointF[] | Array of [`PointF`](../../pointf/) structures that represent the vertices of the polygon to fill. | +| fillMode | FillMode | Member of the [`FillMode`](../../fillmode/) enumeration that determines the style of the fill. | ### Exceptions @@ -57,18 +57,18 @@ public void FillPolygon(Brush brush, PointF[] points, FillMode fillMode) ### See Also -* class [Brush](../../brush) -* struct [PointF](../../pointf) -* enum [FillMode](../../fillmode) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [PointF](../../pointf/) +* enum [FillMode](../../fillmode/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillPolygon method (3 of 4) +## FillPolygon(Brush, Point[]) {#fillpolygon_2} -Fills the interior of a polygon defined by an array of points specified by [`Point`](../../point) structures and Alternate. +Fills the interior of a polygon defined by an array of points specified by [`Point`](../../point/) structures and Alternate. ```csharp public void FillPolygon(Brush brush, Point[] points) @@ -76,8 +76,8 @@ public void FillPolygon(Brush brush, Point[] points) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | Point[] | Array of [`Point`](../../point) structures that represent the vertices of the polygon to fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | Point[] | Array of [`Point`](../../point/) structures that represent the vertices of the polygon to fill. | ### Exceptions @@ -87,17 +87,17 @@ public void FillPolygon(Brush brush, Point[] points) ### See Also -* class [Brush](../../brush) -* struct [Point](../../point) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Point](../../point/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillPolygon method (4 of 4) +## FillPolygon(Brush, Point[], FillMode) {#fillpolygon_3} -Fills the interior of a polygon defined by an array of points specified by [`Point`](../../point) structures using the specified fill mode. +Fills the interior of a polygon defined by an array of points specified by [`Point`](../../point/) structures using the specified fill mode. ```csharp public void FillPolygon(Brush brush, Point[] points, FillMode fillMode) @@ -105,9 +105,9 @@ public void FillPolygon(Brush brush, Point[] points, FillMode fillMode) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| points | Point[] | Array of [`Point`](../../point) structures that represent the vertices of the polygon to fill. | -| fillMode | FillMode | Member of the [`FillMode`](../../fillmode) enumeration that determines the style of the fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| points | Point[] | Array of [`Point`](../../point/) structures that represent the vertices of the polygon to fill. | +| fillMode | FillMode | Member of the [`FillMode`](../../fillmode/) enumeration that determines the style of the fill. | ### Exceptions @@ -117,11 +117,11 @@ public void FillPolygon(Brush brush, Point[] points, FillMode fillMode) ### See Also -* class [Brush](../../brush) -* struct [Point](../../point) -* enum [FillMode](../../fillmode) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Point](../../point/) +* enum [FillMode](../../fillmode/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillrectangle/_index.md index 744f6321f937..08fa1a53464d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillrectangle/_index.md @@ -1,14 +1,14 @@ --- -title: FillRectangle +title: Graphics.FillRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Fills the interior of a rectangle specified by a Rectangle structure type: docs weight: 400 url: /net/aspose.imaging/graphics/fillrectangle/ --- -## Graphics.FillRectangle method (1 of 4) +## FillRectangle(Brush, Rectangle) {#fillrectangle} -Fills the interior of a rectangle specified by a [`Rectangle`](../../rectangle) structure. +Fills the interior of a rectangle specified by a [`Rectangle`](../../rectangle/) structure. ```csharp public void FillRectangle(Brush brush, Rectangle rect) @@ -16,8 +16,8 @@ public void FillRectangle(Brush brush, Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| rect | Rectangle | [`Rectangle`](../../rectangle) structure that represents the rectangle to fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| rect | Rectangle | [`Rectangle`](../../rectangle/) structure that represents the rectangle to fill. | ### Exceptions @@ -27,17 +27,17 @@ public void FillRectangle(Brush brush, Rectangle rect) ### See Also -* class [Brush](../../brush) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillRectangle method (2 of 4) +## FillRectangle(Brush, RectangleF) {#fillrectangle_1} -Fills the interior of a rectangle specified by a [`RectangleF`](../../rectanglef) structure. +Fills the interior of a rectangle specified by a [`RectangleF`](../../rectanglef/) structure. ```csharp public void FillRectangle(Brush brush, RectangleF rect) @@ -45,8 +45,8 @@ public void FillRectangle(Brush brush, RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| rect | RectangleF | [`RectangleF`](../../rectanglef) structure that represents the rectangle to fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| rect | RectangleF | [`RectangleF`](../../rectanglef/) structure that represents the rectangle to fill. | ### Exceptions @@ -56,15 +56,15 @@ public void FillRectangle(Brush brush, RectangleF rect) ### See Also -* class [Brush](../../brush) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillRectangle method (3 of 4) +## FillRectangle(Brush, float, float, float, float) {#fillrectangle_3} Fills the interior of a rectangle specified by a pair of coordinates, a width and a height. @@ -74,7 +74,7 @@ public void FillRectangle(Brush brush, float x, float y, float width, float heig | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | | x | Single | The x-coordinate of the upper-left corner of the rectangle to fill. | | y | Single | The y-coordinate of the upper-left corner of the rectangle to fill. | | width | Single | Width of the rectangle to fill. | @@ -88,14 +88,14 @@ public void FillRectangle(Brush brush, float x, float y, float width, float heig ### See Also -* class [Brush](../../brush) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillRectangle method (4 of 4) +## FillRectangle(Brush, int, int, int, int) {#fillrectangle_2} Fills the interior of a rectangle specified by a pair of coordinates, a width and a height. @@ -105,7 +105,7 @@ public void FillRectangle(Brush brush, int x, int y, int width, int height) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | | x | Int32 | The x-coordinate of the upper-left corner of the rectangle to fill. | | y | Int32 | The y-coordinate of the upper-left corner of the rectangle to fill. | | width | Int32 | Width of the rectangle to fill. | @@ -119,9 +119,9 @@ public void FillRectangle(Brush brush, int x, int y, int width, int height) ### See Also -* class [Brush](../../brush) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillrectangles/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillrectangles/_index.md index 45c18b1b92f7..3b4dc0cbcdd2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillrectangles/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillrectangles/_index.md @@ -1,14 +1,14 @@ --- -title: FillRectangles +title: Graphics.FillRectangles second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Fills the interiors of a series of rectangles specified by Rectangle structures type: docs weight: 410 url: /net/aspose.imaging/graphics/fillrectangles/ --- -## Graphics.FillRectangles method (1 of 2) +## FillRectangles(Brush, Rectangle[]) {#fillrectangles_1} -Fills the interiors of a series of rectangles specified by [`Rectangle`](../../rectangle) structures. +Fills the interiors of a series of rectangles specified by [`Rectangle`](../../rectangle/) structures. ```csharp public void FillRectangles(Brush brush, Rectangle[] rects) @@ -16,8 +16,8 @@ public void FillRectangles(Brush brush, Rectangle[] rects) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| rects | Rectangle[] | Array of [`Rectangle`](../../rectangle) structures that represent the rectangles to fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| rects | Rectangle[] | Array of [`Rectangle`](../../rectangle/) structures that represent the rectangles to fill. | ### Exceptions @@ -27,17 +27,17 @@ public void FillRectangles(Brush brush, Rectangle[] rects) ### See Also -* class [Brush](../../brush) -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.FillRectangles method (2 of 2) +## FillRectangles(Brush, RectangleF[]) {#fillrectangles} -Fills the interiors of a series of rectangles specified by [`RectangleF`](../../rectanglef) structures. +Fills the interiors of a series of rectangles specified by [`RectangleF`](../../rectanglef/) structures. ```csharp public void FillRectangles(Brush brush, RectangleF[] rects) @@ -45,8 +45,8 @@ public void FillRectangles(Brush brush, RectangleF[] rects) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| rects | RectangleF[] | Array of [`Rectangle`](../../rectangle) structures that represent the rectangles to fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| rects | RectangleF[] | Array of [`Rectangle`](../../rectangle/) structures that represent the rectangles to fill. | ### Exceptions @@ -56,10 +56,10 @@ public void FillRectangles(Brush brush, RectangleF[] rects) ### See Also -* class [Brush](../../brush) -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillregion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillregion/_index.md index 7c3abf7957d8..2f081576c949 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillregion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/fillregion/_index.md @@ -1,14 +1,14 @@ --- -title: FillRegion +title: Graphics.FillRegion second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Fills the interior of a Region type: docs weight: 420 url: /net/aspose.imaging/graphics/fillregion/ --- ## Graphics.FillRegion method -Fills the interior of a [`Region`](../../region). +Fills the interior of a [`Region`](../../region/). ```csharp public void FillRegion(Brush brush, Region region) @@ -16,8 +16,8 @@ public void FillRegion(Brush brush, Region region) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | [`Brush`](../../brush) that determines the characteristics of the fill. | -| region | Region | [`Region`](../../region) that represents the area to fill. | +| brush | Brush | [`Brush`](../../brush/) that determines the characteristics of the fill. | +| region | Region | [`Region`](../../region/) that represents the area to fill. | ### Exceptions @@ -27,10 +27,10 @@ public void FillRegion(Brush brush, Region region) ### See Also -* class [Brush](../../brush) -* class [Region](../../region) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Brush](../../brush/) +* class [Region](../../region/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/graphics/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/graphics/_index.md index 5dd28e19d010..c4063e5d1b9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/graphics/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/graphics/_index.md @@ -1,14 +1,14 @@ --- -title: Graphics +title: Graphics.Graphics second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics constructor. Initializes a new instance of the Graphics class type: docs weight: 10 url: /net/aspose.imaging/graphics/graphics/ --- ## Graphics constructor -Initializes a new instance of the [`Graphics`](../../graphics) class. +Initializes a new instance of the [`Graphics`](../) class. ```csharp public Graphics(Image sourceImage) @@ -20,9 +20,9 @@ public Graphics(Image sourceImage) ### See Also -* class [Image](../../image) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/image/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/image/_index.md index 6f14168dea28..66a7da369fa7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/image/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/image/_index.md @@ -1,7 +1,7 @@ --- -title: Image +title: Graphics.Image second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets the image type: docs weight: 60 url: /net/aspose.imaging/graphics/image/ @@ -20,9 +20,9 @@ The graphics image. ### See Also -* class [Image](../../image) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Image](../../image/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/interpolationmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/interpolationmode/_index.md index a14f449083af..1ce65b9d53a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/interpolationmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/interpolationmode/_index.md @@ -1,7 +1,7 @@ --- -title: InterpolationMode +title: Graphics.InterpolationMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets the interpolation mode type: docs weight: 70 url: /net/aspose.imaging/graphics/interpolationmode/ @@ -20,9 +20,9 @@ The interpolation mode. ### See Also -* enum [InterpolationMode](../../interpolationmode) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* enum [InterpolationMode](../../interpolationmode/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/isinbeginupdatecall/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/isinbeginupdatecall/_index.md index 56f1a4bea6c0..a91c1eaa77b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/isinbeginupdatecall/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/isinbeginupdatecall/_index.md @@ -1,7 +1,7 @@ --- -title: IsInBeginUpdateCall +title: Graphics.IsInBeginUpdateCall second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets a value indicating whether graphics is in BeginUpdate call state type: docs weight: 80 url: /net/aspose.imaging/graphics/isinbeginupdatecall/ @@ -20,8 +20,8 @@ public bool IsInBeginUpdateCall { get; } ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/measurestring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/measurestring/_index.md index 8735a33d7c1d..26fd693e0a58 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/measurestring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/measurestring/_index.md @@ -1,7 +1,7 @@ --- -title: MeasureString +title: Graphics.MeasureString second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Measures the specified text string with specified parameters type: docs weight: 430 url: /net/aspose.imaging/graphics/measurestring/ @@ -27,11 +27,11 @@ Size in pixels of measured text string ### See Also -* struct [SizeF](../../sizef) -* class [Font](../../font) -* class [StringFormat](../../stringformat) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* struct [SizeF](../../sizef/) +* class [Font](../../font/) +* class [StringFormat](../../stringformat/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/multiplytransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/multiplytransform/_index.md index 3234bbde1f31..9c75c3757526 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/multiplytransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/multiplytransform/_index.md @@ -1,14 +1,14 @@ --- -title: MultiplyTransform +title: Graphics.MultiplyTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Multiplies the Matrix that represents the local geometric transform of this Graphics by the specified Matrix by prepending the specified Matrix type: docs weight: 440 url: /net/aspose.imaging/graphics/multiplytransform/ --- -## Graphics.MultiplyTransform method (1 of 2) +## MultiplyTransform(Matrix) {#multiplytransform} -Multiplies the [`Matrix`](../../matrix) that represents the local geometric transform of this [`Graphics`](../../graphics) by the specified [`Matrix`](../../matrix) by prepending the specified [`Matrix`](../../matrix). +Multiplies the [`Matrix`](../../matrix/) that represents the local geometric transform of this [`Graphics`](../) by the specified [`Matrix`](../../matrix/) by prepending the specified [`Matrix`](../../matrix/). ```csharp public void MultiplyTransform(Matrix matrix) @@ -16,20 +16,20 @@ public void MultiplyTransform(Matrix matrix) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | The [`Matrix`](../../matrix) by which to multiply the geometric transform. | +| matrix | Matrix | The [`Matrix`](../../matrix/) by which to multiply the geometric transform. | ### See Also -* class [Matrix](../../matrix) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Matrix](../../matrix/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.MultiplyTransform method (2 of 2) +## MultiplyTransform(Matrix, MatrixOrder) {#multiplytransform_1} -Multiplies the [`Matrix`](../../matrix) that represents the local geometric transform of this [`Graphics`](../../graphics) by the specified [`Matrix`](../../matrix) in the specified order. +Multiplies the [`Matrix`](../../matrix/) that represents the local geometric transform of this [`Graphics`](../) by the specified [`Matrix`](../../matrix/) in the specified order. ```csharp public void MultiplyTransform(Matrix matrix, MatrixOrder order) @@ -37,15 +37,15 @@ public void MultiplyTransform(Matrix matrix, MatrixOrder order) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | The [`Matrix`](../../matrix) by which to multiply the geometric transform. | -| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder) that specifies in which order to multiply the two matrices. | +| matrix | Matrix | The [`Matrix`](../../matrix/) by which to multiply the geometric transform. | +| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder/) that specifies in which order to multiply the two matrices. | ### See Also -* class [Matrix](../../matrix) -* enum [MatrixOrder](../../matrixorder) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Matrix](../../matrix/) +* enum [MatrixOrder](../../matrixorder/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/pagescale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/pagescale/_index.md index 890291fb540e..6cfcfb65d510 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/pagescale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/pagescale/_index.md @@ -1,7 +1,7 @@ --- -title: PageScale +title: Graphics.PageScale second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets the scaling between world units and page units for this Aspose.Imaging.Graphics type: docs weight: 90 url: /net/aspose.imaging/graphics/pagescale/ @@ -20,8 +20,8 @@ The scaling between world units and page units for this Aspose.Imaging.Graphics. ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/pageunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/pageunit/_index.md index 707be9a30e1c..eb8e685550a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/pageunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/pageunit/_index.md @@ -1,7 +1,7 @@ --- -title: PageUnit +title: Graphics.PageUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets the unit of measure used for page coordinates in this Aspose.Imaging.Graphics type: docs weight: 100 url: /net/aspose.imaging/graphics/pageunit/ @@ -20,9 +20,9 @@ The unit of measure used for page coordinates in this Aspose.Imaging.Graphics. ### See Also -* enum [GraphicsUnit](../../graphicsunit) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* enum [GraphicsUnit](../../graphicsunit/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/paintableimageoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/paintableimageoptions/_index.md index 4591f5f65307..f7a9f351f00d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/paintableimageoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/paintableimageoptions/_index.md @@ -1,7 +1,7 @@ --- -title: PaintableImageOptions +title: Graphics.PaintableImageOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets image options used to create paintable vactor images to draw type: docs weight: 110 url: /net/aspose.imaging/graphics/paintableimageoptions/ @@ -20,9 +20,9 @@ The image options, used to create paintable vactor images to draw. ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/resettransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/resettransform/_index.md index 2ee286b3a19f..9af2d10a5314 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/resettransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/resettransform/_index.md @@ -1,14 +1,14 @@ --- -title: ResetTransform +title: Graphics.ResetTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Resets the Transform property to identity type: docs weight: 450 url: /net/aspose.imaging/graphics/resettransform/ --- ## Graphics.ResetTransform method -Resets the [`Transform`](../transform) property to identity. +Resets the [`Transform`](../transform/) property to identity. ```csharp public void ResetTransform() @@ -16,8 +16,8 @@ public void ResetTransform() ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/rotatetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/rotatetransform/_index.md index 594f1d699c2f..19404db55f0e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/rotatetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/rotatetransform/_index.md @@ -1,12 +1,12 @@ --- -title: RotateTransform +title: Graphics.RotateTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform type: docs weight: 460 url: /net/aspose.imaging/graphics/rotatetransform/ --- -## Graphics.RotateTransform method (1 of 2) +## RotateTransform(float) {#rotatetransform} Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform. @@ -20,13 +20,13 @@ public void RotateTransform(float angle) ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.RotateTransform method (2 of 2) +## RotateTransform(float, MatrixOrder) {#rotatetransform_1} Rotates the local geometric transform by the specified amount in the specified order. @@ -37,13 +37,13 @@ public void RotateTransform(float angle, MatrixOrder order) | Parameter | Type | Description | | --- | --- | --- | | angle | Single | The angle of rotation. | -| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder) that specifies whether to append or prepend the rotation matrix. | +| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder/) that specifies whether to append or prepend the rotation matrix. | ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* enum [MatrixOrder](../../matrixorder/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/scaletransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/scaletransform/_index.md index dbcde47853fe..ad801197dbed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/scaletransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/scaletransform/_index.md @@ -1,12 +1,12 @@ --- -title: ScaleTransform +title: Graphics.ScaleTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform type: docs weight: 470 url: /net/aspose.imaging/graphics/scaletransform/ --- -## Graphics.ScaleTransform method (1 of 2) +## ScaleTransform(float, float) {#scaletransform} Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform. @@ -21,13 +21,13 @@ public void ScaleTransform(float sx, float sy) ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.ScaleTransform method (2 of 2) +## ScaleTransform(float, float, MatrixOrder) {#scaletransform_1} Scales the local geometric transform by the specified amounts in the specified order. @@ -39,13 +39,13 @@ public void ScaleTransform(float sx, float sy, MatrixOrder order) | --- | --- | --- | | sx | Single | The amount by which to scale the transform in the x-axis direction. | | sy | Single | The amount by which to scale the transform in the y-axis direction. | -| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder) that specifies whether to append or prepend the scaling matrix. | +| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder/) that specifies whether to append or prepend the scaling matrix. | ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* enum [MatrixOrder](../../matrixorder/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/smoothingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/smoothingmode/_index.md index f2a34a30513d..c992d63d94b0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/smoothingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/smoothingmode/_index.md @@ -1,7 +1,7 @@ --- -title: SmoothingMode +title: Graphics.SmoothingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets the smoothing mode type: docs weight: 120 url: /net/aspose.imaging/graphics/smoothingmode/ @@ -20,9 +20,9 @@ The smoothing mode. ### See Also -* enum [SmoothingMode](../../smoothingmode) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* enum [SmoothingMode](../../smoothingmode/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/textrenderinghint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/textrenderinghint/_index.md index 1c15e0438e63..48855020df21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/textrenderinghint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/textrenderinghint/_index.md @@ -1,7 +1,7 @@ --- -title: TextRenderingHint +title: Graphics.TextRenderingHint second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets the text rendering hint type: docs weight: 130 url: /net/aspose.imaging/graphics/textrenderinghint/ @@ -20,9 +20,9 @@ The text rendering hint. ### See Also -* enum [TextRenderingHint](../../textrenderinghint) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* enum [TextRenderingHint](../../textrenderinghint/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/transform/_index.md index c6bd72f71d06..fed330785c6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/transform/_index.md @@ -1,14 +1,14 @@ --- -title: Transform +title: Graphics.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics property. Gets or sets a copy of the geometric world transformation for this Graphics type: docs weight: 140 url: /net/aspose.imaging/graphics/transform/ --- ## Graphics.Transform property -Gets or sets a copy of the geometric world transformation for this [`Graphics`](../../graphics). +Gets or sets a copy of the geometric world transformation for this [`Graphics`](../). ```csharp public Matrix Transform { get; set; } @@ -16,13 +16,13 @@ public Matrix Transform { get; set; } ### Property Value -A copy of the [`Matrix`](../../matrix) that represents the geometric world transformation for this [`Graphics`](../../graphics). +A copy of the [`Matrix`](../../matrix/) that represents the geometric world transformation for this [`Graphics`](../). ### See Also -* class [Matrix](../../matrix) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Matrix](../../matrix/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/translatetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/translatetransform/_index.md index c86d8a3ed11a..90a6d5a2143f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/translatetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphics/translatetransform/_index.md @@ -1,12 +1,12 @@ --- -title: TranslateTransform +title: Graphics.TranslateTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Graphics method. Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform type: docs weight: 480 url: /net/aspose.imaging/graphics/translatetransform/ --- -## Graphics.TranslateTransform method (1 of 2) +## TranslateTransform(float, float) {#translatetransform} Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform. @@ -21,13 +21,13 @@ public void TranslateTransform(float dx, float dy) ### See Also -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) --- -## Graphics.TranslateTransform method (2 of 2) +## TranslateTransform(float, float, MatrixOrder) {#translatetransform_1} Translates the local geometric transform by the specified dimensions in the specified order. @@ -43,9 +43,9 @@ public void TranslateTransform(float dx, float dy, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Graphics](../../graphics) -* namespace [Aspose.Imaging](../../graphics) +* enum [MatrixOrder](../../matrixorder/) +* class [Graphics](../) +* namespace [Aspose.Imaging](../../graphics/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/_index.md index 2776aafdd16d..910a2d44d156 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/_index.md @@ -1,7 +1,7 @@ --- -title: GraphicsPath +title: Class GraphicsPath second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.GraphicsPath class. Represents a series of connected lines and curves. This class cannot be inherited type: docs weight: 9440 url: /net/aspose.imaging/graphicspath/ @@ -18,65 +18,65 @@ public sealed class GraphicsPath : ObjectWithBounds | Name | Description | | --- | --- | -| [GraphicsPath](graphicspath)() | Initializes a new instance of the [`GraphicsPath`](../graphicspath) class. | -| [GraphicsPath](graphicspath)(Figure[]) | Initializes a new instance of the [`GraphicsPath`](../graphicspath) class. | -| [GraphicsPath](graphicspath)(FillMode) | Initializes a new instance of the [`GraphicsPath`](../graphicspath) class. | -| [GraphicsPath](graphicspath)(Figure[], FillMode) | Initializes a new instance of the [`GraphicsPath`](../graphicspath) class. | +| [GraphicsPath](graphicspath/#constructor)() | Initializes a new instance of the `GraphicsPath` class. | +| [GraphicsPath](graphicspath/#constructor_1)(Figure[]) | Initializes a new instance of the `GraphicsPath` class. | +| [GraphicsPath](graphicspath/#constructor_3)(FillMode) | Initializes a new instance of the `GraphicsPath` class. | +| [GraphicsPath](graphicspath/#constructor_2)(Figure[], FillMode) | Initializes a new instance of the `GraphicsPath` class. | ## Properties | Name | Description | | --- | --- | -| override [Bounds](../../aspose.imaging/graphicspath/bounds) { get; } | Gets or sets the object's bounds. | -| [Figures](../../aspose.imaging/graphicspath/figures) { get; } | Gets the path figures. | -| [FillMode](../../aspose.imaging/graphicspath/fillmode) { get; set; } | Gets or sets a [`FillMode`](../fillmode) enumeration that determines how the interiors of shapes in this [`GraphicsPath`](../graphicspath) are filled. | +| override [Bounds](../../aspose.imaging/graphicspath/bounds/) { get; } | Gets or sets the object's bounds. | +| [Figures](../../aspose.imaging/graphicspath/figures/) { get; } | Gets the path figures. | +| [FillMode](../../aspose.imaging/graphicspath/fillmode/) { get; set; } | Gets or sets a [`FillMode`](../fillmode/) enumeration that determines how the interiors of shapes in this `GraphicsPath` are filled. | ## Methods | Name | Description | | --- | --- | -| [AddFigure](../../aspose.imaging/graphicspath/addfigure)(Figure) | Adds a new figure. | -| [AddFigures](../../aspose.imaging/graphicspath/addfigures)(Figure[]) | Adds new figures. | -| [AddPath](../../aspose.imaging/graphicspath/addpath)(GraphicsPath) | Appends the specified [`GraphicsPath`](../graphicspath) to this path. | -| [AddPath](../../aspose.imaging/graphicspath/addpath)(GraphicsPath, bool) | Appends the specified [`GraphicsPath`](../graphicspath) to this path. | -| [DeepClone](../../aspose.imaging/graphicspath/deepclone)() | Performs a deep clone of this graphics path. | -| override [Equals](../../aspose.imaging/graphicspath/equals)(object) | Check if objects are equal. | -| [Flatten](../../aspose.imaging/graphicspath/flatten)() | Converts each curve in this path into a sequence of connected line segments. | -| [Flatten](../../aspose.imaging/graphicspath/flatten)(Matrix) | Applies the specified transform and then converts each curve in this [`GraphicsPath`](../graphicspath) into a sequence of connected line segments. | -| [Flatten](../../aspose.imaging/graphicspath/flatten)(Matrix, float) | Converts each curve in this [`GraphicsPath`](../graphicspath) into a sequence of connected line segments. | -| override [GetBounds](../../aspose.imaging/graphicspath/getbounds)(Matrix) | Gets the object's bounds. | -| override [GetBounds](../../aspose.imaging/graphicspath/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging/graphicspath/gethashcode)() | Get hash code of the current object. | -| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible)(Point, Pen) | Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../graphicspath) when drawn with the specified [`Pen`](../pen). | -| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible)(PointF, Pen) | Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../graphicspath) when drawn with the specified [`Pen`](../pen). | -| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible)(float, float, Pen) | Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../graphicspath) when drawn with the specified [`Pen`](../pen). | -| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible)(int, int, Pen) | Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../graphicspath) when drawn with the specified [`Pen`](../pen). | -| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible)(Point, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../graphicspath) when drawn with the specified [`Pen`](../pen) and using the specified [`Graphics`](../graphics). | -| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible)(PointF, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../graphicspath) when drawn with the specified [`Pen`](../pen) and using the specified [`Graphics`](../graphics). | -| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible)(float, float, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../graphicspath) when drawn with the specified [`Pen`](../pen) and using the specified [`Graphics`](../graphics). | -| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible)(int, int, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../graphicspath) when drawn with the specified [`Pen`](../pen) and using the specified [`Graphics`](../graphics). | -| [IsVisible](../../aspose.imaging/graphicspath/isvisible)(Point) | Indicates whether the specified point is contained within this [`GraphicsPath`](../graphicspath). | -| [IsVisible](../../aspose.imaging/graphicspath/isvisible)(PointF) | Indicates whether the specified point is contained within this [`GraphicsPath`](../graphicspath). | -| [IsVisible](../../aspose.imaging/graphicspath/isvisible)(float, float) | Indicates whether the specified point is contained within this [`GraphicsPath`](../graphicspath). | -| [IsVisible](../../aspose.imaging/graphicspath/isvisible)(int, int) | Indicates whether the specified point is contained within this [`GraphicsPath`](../graphicspath). | -| [IsVisible](../../aspose.imaging/graphicspath/isvisible)(Point, Graphics) | Indicates whether the specified point is contained within this [`GraphicsPath`](../graphicspath). | -| [IsVisible](../../aspose.imaging/graphicspath/isvisible)(PointF, Graphics) | Indicates whether the specified point is contained within this [`GraphicsPath`](../graphicspath). | -| [IsVisible](../../aspose.imaging/graphicspath/isvisible)(float, float, Graphics) | Indicates whether the specified point is contained within this [`GraphicsPath`](../graphicspath) in the visible clip region of the specified [`Graphics`](../graphics). | -| [IsVisible](../../aspose.imaging/graphicspath/isvisible)(int, int, Graphics) | Indicates whether the specified point is contained within this [`GraphicsPath`](../graphicspath), using the specified [`Graphics`](../graphics). | -| [RemoveFigure](../../aspose.imaging/graphicspath/removefigure)(Figure) | Removes a figure. | -| [RemoveFigures](../../aspose.imaging/graphicspath/removefigures)(Figure[]) | Removes figures. | -| [Reset](../../aspose.imaging/graphicspath/reset)() | Empties the graphics path and sets the [`FillMode`](../fillmode) to Alternate. | -| [Reverse](../../aspose.imaging/graphicspath/reverse)() | Reverses the order of figures, shapes, and points in each shape of this [`GraphicsPath`](../graphicspath). | -| override [Transform](../../aspose.imaging/graphicspath/transform)(Matrix) | Applies the specified transformation to the shape. | -| [Warp](../../aspose.imaging/graphicspath/warp)(PointF[], RectangleF) | Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../graphicspath). | -| [Warp](../../aspose.imaging/graphicspath/warp)(PointF[], RectangleF, Matrix) | Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../graphicspath). | -| [Warp](../../aspose.imaging/graphicspath/warp)(PointF[], RectangleF, Matrix, WarpMode) | Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../graphicspath). | -| [Warp](../../aspose.imaging/graphicspath/warp)(PointF[], RectangleF, Matrix, WarpMode, float) | Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../graphicspath). | -| [Widen](../../aspose.imaging/graphicspath/widen)(Pen) | Adds an additional outline to the path. | -| [Widen](../../aspose.imaging/graphicspath/widen)(Pen, Matrix) | Adds an additional outline to the [`GraphicsPath`](../graphicspath). | -| [Widen](../../aspose.imaging/graphicspath/widen)(Pen, Matrix, float) | Replaces this [`GraphicsPath`](../graphicspath) with curves that enclose the area that is filled when this path is drawn by the specified pen. | - -### Examples +| [AddFigure](../../aspose.imaging/graphicspath/addfigure/)(Figure) | Adds a new figure. | +| [AddFigures](../../aspose.imaging/graphicspath/addfigures/)(Figure[]) | Adds new figures. | +| [AddPath](../../aspose.imaging/graphicspath/addpath/#addpath)(GraphicsPath) | Appends the specified `GraphicsPath` to this path. | +| [AddPath](../../aspose.imaging/graphicspath/addpath/#addpath_1)(GraphicsPath, bool) | Appends the specified `GraphicsPath` to this path. | +| [DeepClone](../../aspose.imaging/graphicspath/deepclone/)() | Performs a deep clone of this graphics path. | +| override [Equals](../../aspose.imaging/graphicspath/equals/)(object) | Check if objects are equal. | +| [Flatten](../../aspose.imaging/graphicspath/flatten/#flatten)() | Converts each curve in this path into a sequence of connected line segments. | +| [Flatten](../../aspose.imaging/graphicspath/flatten/#flatten_1)(Matrix) | Applies the specified transform and then converts each curve in this `GraphicsPath` into a sequence of connected line segments. | +| [Flatten](../../aspose.imaging/graphicspath/flatten/#flatten_2)(Matrix, float) | Converts each curve in this `GraphicsPath` into a sequence of connected line segments. | +| override [GetBounds](../../aspose.imaging/graphicspath/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| override [GetBounds](../../aspose.imaging/graphicspath/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging/graphicspath/gethashcode/)() | Get hash code of the current object. | +| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible/#isoutlinevisible)(Point, Pen) | Indicates whether the specified point is contained within (under) the outline of this `GraphicsPath` when drawn with the specified [`Pen`](../pen/). | +| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible/#isoutlinevisible_2)(PointF, Pen) | Indicates whether the specified point is contained within (under) the outline of this `GraphicsPath` when drawn with the specified [`Pen`](../pen/). | +| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible/#isoutlinevisible_6)(float, float, Pen) | Indicates whether the specified point is contained within (under) the outline of this `GraphicsPath` when drawn with the specified [`Pen`](../pen/). | +| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible/#isoutlinevisible_4)(int, int, Pen) | Indicates whether the specified point is contained within (under) the outline of this `GraphicsPath` when drawn with the specified [`Pen`](../pen/). | +| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible/#isoutlinevisible_1)(Point, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this `GraphicsPath` when drawn with the specified [`Pen`](../pen/) and using the specified [`Graphics`](../graphics/). | +| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible/#isoutlinevisible_3)(PointF, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this `GraphicsPath` when drawn with the specified [`Pen`](../pen/) and using the specified [`Graphics`](../graphics/). | +| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible/#isoutlinevisible_7)(float, float, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this `GraphicsPath` when drawn with the specified [`Pen`](../pen/) and using the specified [`Graphics`](../graphics/). | +| [IsOutlineVisible](../../aspose.imaging/graphicspath/isoutlinevisible/#isoutlinevisible_5)(int, int, Pen, Graphics) | Indicates whether the specified point is contained within (under) the outline of this `GraphicsPath` when drawn with the specified [`Pen`](../pen/) and using the specified [`Graphics`](../graphics/). | +| [IsVisible](../../aspose.imaging/graphicspath/isvisible/#isvisible)(Point) | Indicates whether the specified point is contained within this `GraphicsPath`. | +| [IsVisible](../../aspose.imaging/graphicspath/isvisible/#isvisible_2)(PointF) | Indicates whether the specified point is contained within this `GraphicsPath`. | +| [IsVisible](../../aspose.imaging/graphicspath/isvisible/#isvisible_6)(float, float) | Indicates whether the specified point is contained within this `GraphicsPath`. | +| [IsVisible](../../aspose.imaging/graphicspath/isvisible/#isvisible_4)(int, int) | Indicates whether the specified point is contained within this `GraphicsPath`. | +| [IsVisible](../../aspose.imaging/graphicspath/isvisible/#isvisible_1)(Point, Graphics) | Indicates whether the specified point is contained within this `GraphicsPath`. | +| [IsVisible](../../aspose.imaging/graphicspath/isvisible/#isvisible_3)(PointF, Graphics) | Indicates whether the specified point is contained within this `GraphicsPath`. | +| [IsVisible](../../aspose.imaging/graphicspath/isvisible/#isvisible_7)(float, float, Graphics) | Indicates whether the specified point is contained within this `GraphicsPath` in the visible clip region of the specified [`Graphics`](../graphics/). | +| [IsVisible](../../aspose.imaging/graphicspath/isvisible/#isvisible_5)(int, int, Graphics) | Indicates whether the specified point is contained within this `GraphicsPath`, using the specified [`Graphics`](../graphics/). | +| [RemoveFigure](../../aspose.imaging/graphicspath/removefigure/)(Figure) | Removes a figure. | +| [RemoveFigures](../../aspose.imaging/graphicspath/removefigures/)(Figure[]) | Removes figures. | +| [Reset](../../aspose.imaging/graphicspath/reset/)() | Empties the graphics path and sets the [`FillMode`](../fillmode/) to Alternate. | +| [Reverse](../../aspose.imaging/graphicspath/reverse/)() | Reverses the order of figures, shapes, and points in each shape of this `GraphicsPath`. | +| override [Transform](../../aspose.imaging/graphicspath/transform/)(Matrix) | Applies the specified transformation to the shape. | +| [Warp](../../aspose.imaging/graphicspath/warp/#warp)(PointF[], RectangleF) | Applies a warp transform, defined by a rectangle and a parallelogram, to this `GraphicsPath`. | +| [Warp](../../aspose.imaging/graphicspath/warp/#warp_1)(PointF[], RectangleF, Matrix) | Applies a warp transform, defined by a rectangle and a parallelogram, to this `GraphicsPath`. | +| [Warp](../../aspose.imaging/graphicspath/warp/#warp_2)(PointF[], RectangleF, Matrix, WarpMode) | Applies a warp transform, defined by a rectangle and a parallelogram, to this `GraphicsPath`. | +| [Warp](../../aspose.imaging/graphicspath/warp/#warp_3)(PointF[], RectangleF, Matrix, WarpMode, float) | Applies a warp transform, defined by a rectangle and a parallelogram, to this `GraphicsPath`. | +| [Widen](../../aspose.imaging/graphicspath/widen/#widen)(Pen) | Adds an additional outline to the path. | +| [Widen](../../aspose.imaging/graphicspath/widen/#widen_1)(Pen, Matrix) | Adds an additional outline to the `GraphicsPath`. | +| [Widen](../../aspose.imaging/graphicspath/widen/#widen_2)(Pen, Matrix, float) | Replaces this `GraphicsPath` with curves that enclose the area that is filled when this path is drawn by the specified pen. | + +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -126,8 +126,8 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.t ### See Also -* class [ObjectWithBounds](../objectwithbounds) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [ObjectWithBounds](../objectwithbounds/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addfigure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addfigure/_index.md index 263ea5380ff5..f974b1e9b36f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addfigure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addfigure/_index.md @@ -1,7 +1,7 @@ --- -title: AddFigure +title: GraphicsPath.AddFigure second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Adds a new figure type: docs weight: 50 url: /net/aspose.imaging/graphicspath/addfigure/ @@ -18,7 +18,7 @@ public void AddFigure(Figure figure) | --- | --- | --- | | figure | Figure | The figure to add. | -### Examples +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -68,9 +68,9 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.t ### See Also -* class [Figure](../../figure) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Figure](../../figure/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addfigures/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addfigures/_index.md index 12cf867d4bfe..c3ed7d1850a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addfigures/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addfigures/_index.md @@ -1,7 +1,7 @@ --- -title: AddFigures +title: GraphicsPath.AddFigures second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Adds new figures type: docs weight: 60 url: /net/aspose.imaging/graphicspath/addfigures/ @@ -18,7 +18,7 @@ public void AddFigures(Figure[] figures) | --- | --- | --- | | figures | Figure[] | The figures to add. | -### Examples +## Examples This example creates a new Image and draws a variety of shapes using Figures and GraphicsPath on the Image surface @@ -73,9 +73,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [Figure](../../figure) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Figure](../../figure/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addpath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addpath/_index.md index 16eaceb5237e..91c4f2d617d0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addpath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/addpath/_index.md @@ -1,14 +1,14 @@ --- -title: AddPath +title: GraphicsPath.AddPath second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Appends the specified GraphicsPath to this path type: docs weight: 70 url: /net/aspose.imaging/graphicspath/addpath/ --- -## GraphicsPath.AddPath method (1 of 2) +## AddPath(GraphicsPath) {#addpath} -Appends the specified [`GraphicsPath`](../../graphicspath) to this path. +Appends the specified [`GraphicsPath`](../) to this path. ```csharp public void AddPath(GraphicsPath addingPath) @@ -16,19 +16,19 @@ public void AddPath(GraphicsPath addingPath) | Parameter | Type | Description | | --- | --- | --- | -| addingPath | GraphicsPath | The [`GraphicsPath`](../../graphicspath) to add. | +| addingPath | GraphicsPath | The [`GraphicsPath`](../) to add. | ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.AddPath method (2 of 2) +## AddPath(GraphicsPath, bool) {#addpath_1} -Appends the specified [`GraphicsPath`](../../graphicspath) to this path. +Appends the specified [`GraphicsPath`](../) to this path. ```csharp public void AddPath(GraphicsPath addingPath, bool connect) @@ -36,13 +36,13 @@ public void AddPath(GraphicsPath addingPath, bool connect) | Parameter | Type | Description | | --- | --- | --- | -| addingPath | GraphicsPath | The [`GraphicsPath`](../../graphicspath) to add. | +| addingPath | GraphicsPath | The [`GraphicsPath`](../) to add. | | connect | Boolean | A Boolean value that specifies whether the first figure in the added path is part of the last figure in this path. A value of true specifies that the first figure in the added path is part of the last figure in this path. A value of false specifies that the first figure in the added path is separate from the last figure in this path. | ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/bounds/_index.md index 0d3dc629fbeb..7a9f6416746a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: GraphicsPath.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath property. Gets or sets the objects bounds type: docs weight: 20 url: /net/aspose.imaging/graphicspath/bounds/ @@ -20,9 +20,9 @@ The object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [RectangleF](../../rectanglef/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/deepclone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/deepclone/_index.md index b88a2b19de6e..6f03eb69d9ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/deepclone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/deepclone/_index.md @@ -1,7 +1,7 @@ --- -title: DeepClone +title: GraphicsPath.DeepClone second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Performs a deep clone of this graphics path type: docs weight: 80 url: /net/aspose.imaging/graphicspath/deepclone/ @@ -20,8 +20,8 @@ A deep clone of the graphics path. ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/equals/_index.md index 73c2fb070a67..2a899554abba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: GraphicsPath.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Check if objects are equal type: docs weight: 90 url: /net/aspose.imaging/graphicspath/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/figures/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/figures/_index.md index 7c3ef49139bf..8a3706d7f900 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/figures/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/figures/_index.md @@ -1,7 +1,7 @@ --- -title: Figures +title: GraphicsPath.Figures second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath property. Gets the path figures type: docs weight: 30 url: /net/aspose.imaging/graphicspath/figures/ @@ -20,9 +20,9 @@ The path figures. ### See Also -* class [Figure](../../figure) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Figure](../../figure/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/fillmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/fillmode/_index.md index 238ed8a12c7d..1306f87e5813 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/fillmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/fillmode/_index.md @@ -1,14 +1,14 @@ --- -title: FillMode +title: GraphicsPath.FillMode second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath property. Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled type: docs weight: 40 url: /net/aspose.imaging/graphicspath/fillmode/ --- ## GraphicsPath.FillMode property -Gets or sets a [`FillMode`](../../fillmode) enumeration that determines how the interiors of shapes in this [`GraphicsPath`](../../graphicspath) are filled. +Gets or sets a [`FillMode`](../../fillmode/) enumeration that determines how the interiors of shapes in this [`GraphicsPath`](../) are filled. ```csharp public FillMode FillMode { get; set; } @@ -16,7 +16,7 @@ public FillMode FillMode { get; set; } ### Return Value -A [`FillMode`](../../fillmode) enumeration that specifies how the interiors of shapes in this [`GraphicsPath`](../../graphicspath) are filled. +A [`FillMode`](../../fillmode/) enumeration that specifies how the interiors of shapes in this [`GraphicsPath`](../) are filled. ### Property Value @@ -24,9 +24,9 @@ The fill mode. ### See Also -* enum [FillMode](../../fillmode) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* enum [FillMode](../../fillmode/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/flatten/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/flatten/_index.md index 1e9b22d8d759..a89c714a430f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/flatten/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/flatten/_index.md @@ -1,12 +1,12 @@ --- -title: Flatten +title: GraphicsPath.Flatten second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Converts each curve in this path into a sequence of connected line segments type: docs weight: 100 url: /net/aspose.imaging/graphicspath/flatten/ --- -## GraphicsPath.Flatten method (1 of 3) +## Flatten() {#flatten} Converts each curve in this path into a sequence of connected line segments. @@ -16,15 +16,15 @@ public void Flatten() ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.Flatten method (2 of 3) +## Flatten(Matrix) {#flatten_1} -Applies the specified transform and then converts each curve in this [`GraphicsPath`](../../graphicspath) into a sequence of connected line segments. +Applies the specified transform and then converts each curve in this [`GraphicsPath`](../) into a sequence of connected line segments. ```csharp public void Flatten(Matrix matrix) @@ -32,20 +32,20 @@ public void Flatten(Matrix matrix) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | A [`Matrix`](../../matrix) by which to transform this [`GraphicsPath`](../../graphicspath) before flattening. | +| matrix | Matrix | A [`Matrix`](../../matrix/) by which to transform this [`GraphicsPath`](../) before flattening. | ### See Also -* class [Matrix](../../matrix) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Matrix](../../matrix/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.Flatten method (3 of 3) +## Flatten(Matrix, float) {#flatten_2} -Converts each curve in this [`GraphicsPath`](../../graphicspath) into a sequence of connected line segments. +Converts each curve in this [`GraphicsPath`](../) into a sequence of connected line segments. ```csharp public void Flatten(Matrix matrix, float flatness) @@ -53,14 +53,14 @@ public void Flatten(Matrix matrix, float flatness) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | A [`Matrix`](../../matrix) by which to transform this [`GraphicsPath`](../../graphicspath) before flattening. | +| matrix | Matrix | A [`Matrix`](../../matrix/) by which to transform this [`GraphicsPath`](../) before flattening. | | flatness | Single | Specifies the maximum permitted error between the curve and its flattened approximation. A value of 0.25 is the default. Reducing the flatness value will increase the number of line segments in the approximation. | ### See Also -* class [Matrix](../../matrix) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Matrix](../../matrix/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/getbounds/_index.md index 0e8c371d8915..87dec9defc09 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: GraphicsPath.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Gets the objects bounds type: docs weight: 110 url: /net/aspose.imaging/graphicspath/getbounds/ --- -## GraphicsPath.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* class [Pen](../../pen) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* class [Pen](../../pen/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/gethashcode/_index.md index 68ea84c05de4..e26098e06313 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: GraphicsPath.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Get hash code of the current object type: docs weight: 120 url: /net/aspose.imaging/graphicspath/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/graphicspath/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/graphicspath/_index.md index 1d037549ef9e..6c9d8d425b4f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/graphicspath/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/graphicspath/_index.md @@ -1,20 +1,20 @@ --- -title: GraphicsPath +title: GraphicsPath.GraphicsPath second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath constructor. Initializes a new instance of the GraphicsPath class type: docs weight: 10 url: /net/aspose.imaging/graphicspath/graphicspath/ --- -## GraphicsPath constructor (1 of 4) +## GraphicsPath() {#constructor} -Initializes a new instance of the [`GraphicsPath`](../../graphicspath) class. +Initializes a new instance of the [`GraphicsPath`](../) class. ```csharp public GraphicsPath() ``` -### Examples +## Examples This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image (of type Tiff), clears the surface and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. @@ -64,15 +64,15 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\output.t ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath constructor (2 of 4) +## GraphicsPath(Figure[]) {#constructor_1} -Initializes a new instance of the [`GraphicsPath`](../../graphicspath) class. +Initializes a new instance of the [`GraphicsPath`](../) class. ```csharp public GraphicsPath(Figure[] figures) @@ -84,16 +84,16 @@ public GraphicsPath(Figure[] figures) ### See Also -* class [Figure](../../figure) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Figure](../../figure/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath constructor (3 of 4) +## GraphicsPath(Figure[], FillMode) {#constructor_2} -Initializes a new instance of the [`GraphicsPath`](../../graphicspath) class. +Initializes a new instance of the [`GraphicsPath`](../) class. ```csharp public GraphicsPath(Figure[] figures, FillMode fillMode) @@ -106,17 +106,17 @@ public GraphicsPath(Figure[] figures, FillMode fillMode) ### See Also -* class [Figure](../../figure) -* enum [FillMode](../../fillmode) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Figure](../../figure/) +* enum [FillMode](../../fillmode/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath constructor (4 of 4) +## GraphicsPath(FillMode) {#constructor_3} -Initializes a new instance of the [`GraphicsPath`](../../graphicspath) class. +Initializes a new instance of the [`GraphicsPath`](../) class. ```csharp public GraphicsPath(FillMode fillMode) @@ -128,9 +128,9 @@ public GraphicsPath(FillMode fillMode) ### See Also -* enum [FillMode](../../fillmode) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* enum [FillMode](../../fillmode/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/isoutlinevisible/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/isoutlinevisible/_index.md index 9d8209f9d130..303cabd284fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/isoutlinevisible/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/isoutlinevisible/_index.md @@ -1,14 +1,14 @@ --- -title: IsOutlineVisible +title: GraphicsPath.IsOutlineVisible second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Indicates whether the specified point is contained within under the outline of this GraphicsPath when drawn with the specified Pen type: docs weight: 130 url: /net/aspose.imaging/graphicspath/isoutlinevisible/ --- -## GraphicsPath.IsOutlineVisible method (1 of 8) +## IsOutlineVisible(float, float, Pen) {#isoutlinevisible_6} -Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen). +Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/). ```csharp public bool IsOutlineVisible(float x, float y, Pen pen) @@ -18,24 +18,24 @@ public bool IsOutlineVisible(float x, float y, Pen pen) | --- | --- | --- | | x | Single | The x-coordinate of the point to test. | | y | Single | The y-coordinate of the point to test. | -| pen | Pen | The [`Pen`](../../pen) to test. | +| pen | Pen | The [`Pen`](../../pen/) to test. | ### Return Value -This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen); otherwise, false. +This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/); otherwise, false. ### See Also -* class [Pen](../../pen) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Pen](../../pen/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsOutlineVisible method (2 of 8) +## IsOutlineVisible(PointF, Pen) {#isoutlinevisible_2} -Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen). +Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/). ```csharp public bool IsOutlineVisible(PointF point, Pen pen) @@ -43,26 +43,26 @@ public bool IsOutlineVisible(PointF point, Pen pen) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | A [`PointF`](../../pointf) that specifies the location to test. | -| pen | Pen | The [`Pen`](../../pen) to test. | +| point | PointF | A [`PointF`](../../pointf/) that specifies the location to test. | +| pen | Pen | The [`Pen`](../../pen/) to test. | ### Return Value -This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen); otherwise, false. +This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/); otherwise, false. ### See Also -* struct [PointF](../../pointf) -* class [Pen](../../pen) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [PointF](../../pointf/) +* class [Pen](../../pen/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsOutlineVisible method (3 of 8) +## IsOutlineVisible(float, float, Pen, Graphics) {#isoutlinevisible_7} -Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen) and using the specified [`Graphics`](../../graphics). +Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/) and using the specified [`Graphics`](../../graphics/). ```csharp public bool IsOutlineVisible(float x, float y, Pen pen, Graphics graphics) @@ -72,26 +72,26 @@ public bool IsOutlineVisible(float x, float y, Pen pen, Graphics graphics) | --- | --- | --- | | x | Single | The x-coordinate of the point to test. | | y | Single | The y-coordinate of the point to test. | -| pen | Pen | The [`Pen`](../../pen) to test. | -| graphics | Graphics | The [`Graphics`](../../graphics) for which to test visibility. | +| pen | Pen | The [`Pen`](../../pen/) to test. | +| graphics | Graphics | The [`Graphics`](../../graphics/) for which to test visibility. | ### Return Value -This method returns true if the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) as drawn with the specified [`Pen`](../../pen); otherwise, false. +This method returns true if the specified point is contained within (under) the outline of this [`GraphicsPath`](../) as drawn with the specified [`Pen`](../../pen/); otherwise, false. ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Pen](../../pen/) +* class [Graphics](../../graphics/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsOutlineVisible method (4 of 8) +## IsOutlineVisible(PointF, Pen, Graphics) {#isoutlinevisible_3} -Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen) and using the specified [`Graphics`](../../graphics). +Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/) and using the specified [`Graphics`](../../graphics/). ```csharp public bool IsOutlineVisible(PointF pt, Pen pen, Graphics graphics) @@ -99,28 +99,28 @@ public bool IsOutlineVisible(PointF pt, Pen pen, Graphics graphics) | Parameter | Type | Description | | --- | --- | --- | -| pt | PointF | A [`PointF`](../../pointf) that specifies the location to test. | -| pen | Pen | The [`Pen`](../../pen) to test. | -| graphics | Graphics | The [`Graphics`](../../graphics) for which to test visibility. | +| pt | PointF | A [`PointF`](../../pointf/) that specifies the location to test. | +| pen | Pen | The [`Pen`](../../pen/) to test. | +| graphics | Graphics | The [`Graphics`](../../graphics/) for which to test visibility. | ### Return Value -This method returns true if the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) as drawn with the specified [`Pen`](../../pen); otherwise, false. +This method returns true if the specified point is contained within (under) the outline of this [`GraphicsPath`](../) as drawn with the specified [`Pen`](../../pen/); otherwise, false. ### See Also -* struct [PointF](../../pointf) -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [PointF](../../pointf/) +* class [Pen](../../pen/) +* class [Graphics](../../graphics/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsOutlineVisible method (5 of 8) +## IsOutlineVisible(int, int, Pen) {#isoutlinevisible_4} -Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen). +Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/). ```csharp public bool IsOutlineVisible(int x, int y, Pen pen) @@ -130,24 +130,24 @@ public bool IsOutlineVisible(int x, int y, Pen pen) | --- | --- | --- | | x | Int32 | The x-coordinate of the point to test. | | y | Int32 | The y-coordinate of the point to test. | -| pen | Pen | The [`Pen`](../../pen) to test. | +| pen | Pen | The [`Pen`](../../pen/) to test. | ### Return Value -This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen); otherwise, false. +This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/); otherwise, false. ### See Also -* class [Pen](../../pen) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Pen](../../pen/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsOutlineVisible method (6 of 8) +## IsOutlineVisible(Point, Pen) {#isoutlinevisible} -Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen). +Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/). ```csharp public bool IsOutlineVisible(Point point, Pen pen) @@ -155,26 +155,26 @@ public bool IsOutlineVisible(Point point, Pen pen) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | A [`Point`](../../point) that specifies the location to test. | -| pen | Pen | The [`Pen`](../../pen) to test. | +| point | Point | A [`Point`](../../point/) that specifies the location to test. | +| pen | Pen | The [`Pen`](../../pen/) to test. | ### Return Value -This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen); otherwise, false. +This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/); otherwise, false. ### See Also -* struct [Point](../../point) -* class [Pen](../../pen) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [Point](../../point/) +* class [Pen](../../pen/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsOutlineVisible method (7 of 8) +## IsOutlineVisible(int, int, Pen, Graphics) {#isoutlinevisible_5} -Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen) and using the specified [`Graphics`](../../graphics). +Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/) and using the specified [`Graphics`](../../graphics/). ```csharp public bool IsOutlineVisible(int x, int y, Pen pen, Graphics graphics) @@ -184,26 +184,26 @@ public bool IsOutlineVisible(int x, int y, Pen pen, Graphics graphics) | --- | --- | --- | | x | Int32 | The x-coordinate of the point to test. | | y | Int32 | The y-coordinate of the point to test. | -| pen | Pen | The [`Pen`](../../pen) to test. | -| graphics | Graphics | The [`Graphics`](../../graphics) for which to test visibility. | +| pen | Pen | The [`Pen`](../../pen/) to test. | +| graphics | Graphics | The [`Graphics`](../../graphics/) for which to test visibility. | ### Return Value -This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../../graphicspath) as drawn with the specified [`Pen`](../../pen); otherwise, false. +This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../) as drawn with the specified [`Pen`](../../pen/); otherwise, false. ### See Also -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Pen](../../pen/) +* class [Graphics](../../graphics/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsOutlineVisible method (8 of 8) +## IsOutlineVisible(Point, Pen, Graphics) {#isoutlinevisible_1} -Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../../graphicspath) when drawn with the specified [`Pen`](../../pen) and using the specified [`Graphics`](../../graphics). +Indicates whether the specified point is contained within (under) the outline of this [`GraphicsPath`](../) when drawn with the specified [`Pen`](../../pen/) and using the specified [`Graphics`](../../graphics/). ```csharp public bool IsOutlineVisible(Point pt, Pen pen, Graphics graphics) @@ -211,21 +211,21 @@ public bool IsOutlineVisible(Point pt, Pen pen, Graphics graphics) | Parameter | Type | Description | | --- | --- | --- | -| pt | Point | A [`Point`](../../point) that specifies the location to test. | -| pen | Pen | The [`Pen`](../../pen) to test. | -| graphics | Graphics | The [`Graphics`](../../graphics) for which to test visibility. | +| pt | Point | A [`Point`](../../point/) that specifies the location to test. | +| pen | Pen | The [`Pen`](../../pen/) to test. | +| graphics | Graphics | The [`Graphics`](../../graphics/) for which to test visibility. | ### Return Value -This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../../graphicspath) as drawn with the specified [`Pen`](../../pen); otherwise, false. +This method returns true if the specified point is contained within the outline of this [`GraphicsPath`](../) as drawn with the specified [`Pen`](../../pen/); otherwise, false. ### See Also -* struct [Point](../../point) -* class [Pen](../../pen) -* class [Graphics](../../graphics) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [Point](../../point/) +* class [Pen](../../pen/) +* class [Graphics](../../graphics/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/isvisible/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/isvisible/_index.md index bf9da8d51248..2056c68dbd60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/isvisible/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/isvisible/_index.md @@ -1,14 +1,14 @@ --- -title: IsVisible +title: GraphicsPath.IsVisible second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Indicates whether the specified point is contained within this GraphicsPath type: docs weight: 140 url: /net/aspose.imaging/graphicspath/isvisible/ --- -## GraphicsPath.IsVisible method (1 of 8) +## IsVisible(float, float) {#isvisible_6} -Indicates whether the specified point is contained within this [`GraphicsPath`](../../graphicspath). +Indicates whether the specified point is contained within this [`GraphicsPath`](../). ```csharp public bool IsVisible(float x, float y) @@ -21,19 +21,19 @@ public bool IsVisible(float x, float y) ### Return Value -This method returns true if the specified point is contained within this [`GraphicsPath`](../../graphicspath); otherwise, false. +This method returns true if the specified point is contained within this [`GraphicsPath`](../); otherwise, false. ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsVisible method (2 of 8) +## IsVisible(PointF) {#isvisible_2} -Indicates whether the specified point is contained within this [`GraphicsPath`](../../graphicspath). +Indicates whether the specified point is contained within this [`GraphicsPath`](../). ```csharp public bool IsVisible(PointF point) @@ -41,24 +41,24 @@ public bool IsVisible(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | A [`PointF`](../../pointf) that represents the point to test. | +| point | PointF | A [`PointF`](../../pointf/) that represents the point to test. | ### Return Value -This method returns true if the specified point is contained within this [`GraphicsPath`](../../graphicspath); otherwise, false. +This method returns true if the specified point is contained within this [`GraphicsPath`](../); otherwise, false. ### See Also -* struct [PointF](../../pointf) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [PointF](../../pointf/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsVisible method (3 of 8) +## IsVisible(int, int) {#isvisible_4} -Indicates whether the specified point is contained within this [`GraphicsPath`](../../graphicspath). +Indicates whether the specified point is contained within this [`GraphicsPath`](../). ```csharp public bool IsVisible(int x, int y) @@ -71,19 +71,19 @@ public bool IsVisible(int x, int y) ### Return Value -This method returns true if the specified point is contained within this [`GraphicsPath`](../../graphicspath); otherwise, false. +This method returns true if the specified point is contained within this [`GraphicsPath`](../); otherwise, false. ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsVisible method (4 of 8) +## IsVisible(Point) {#isvisible} -Indicates whether the specified point is contained within this [`GraphicsPath`](../../graphicspath). +Indicates whether the specified point is contained within this [`GraphicsPath`](../). ```csharp public bool IsVisible(Point point) @@ -91,24 +91,24 @@ public bool IsVisible(Point point) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | A [`Point`](../../point) that represents the point to test. | +| point | Point | A [`Point`](../../point/) that represents the point to test. | ### Return Value -This method returns true if the specified point is contained within this [`GraphicsPath`](../../graphicspath); otherwise, false. +This method returns true if the specified point is contained within this [`GraphicsPath`](../); otherwise, false. ### See Also -* struct [Point](../../point) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [Point](../../point/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsVisible method (5 of 8) +## IsVisible(float, float, Graphics) {#isvisible_7} -Indicates whether the specified point is contained within this [`GraphicsPath`](../../graphicspath) in the visible clip region of the specified [`Graphics`](../../graphics). +Indicates whether the specified point is contained within this [`GraphicsPath`](../) in the visible clip region of the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(float x, float y, Graphics graphics) @@ -118,24 +118,24 @@ public bool IsVisible(float x, float y, Graphics graphics) | --- | --- | --- | | x | Single | The x-coordinate of the point to test. | | y | Single | The y-coordinate of the point to test. | -| graphics | Graphics | The [`Graphics`](../../graphics) for which to test visibility. | +| graphics | Graphics | The [`Graphics`](../../graphics/) for which to test visibility. | ### Return Value -This method returns true if the specified point is contained within this [`GraphicsPath`](../../graphicspath); otherwise, false. +This method returns true if the specified point is contained within this [`GraphicsPath`](../); otherwise, false. ### See Also -* class [Graphics](../../graphics) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Graphics](../../graphics/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsVisible method (6 of 8) +## IsVisible(PointF, Graphics) {#isvisible_3} -Indicates whether the specified point is contained within this [`GraphicsPath`](../../graphicspath). +Indicates whether the specified point is contained within this [`GraphicsPath`](../). ```csharp public bool IsVisible(PointF pt, Graphics graphics) @@ -143,8 +143,8 @@ public bool IsVisible(PointF pt, Graphics graphics) | Parameter | Type | Description | | --- | --- | --- | -| pt | PointF | A [`PointF`](../../pointf) that represents the point to test. | -| graphics | Graphics | The [`Graphics`](../../graphics) for which to test visibility. | +| pt | PointF | A [`PointF`](../../pointf/) that represents the point to test. | +| graphics | Graphics | The [`Graphics`](../../graphics/) for which to test visibility. | ### Return Value @@ -152,17 +152,17 @@ This method returns true if the specified point is contained within this; otherw ### See Also -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [PointF](../../pointf/) +* class [Graphics](../../graphics/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsVisible method (7 of 8) +## IsVisible(int, int, Graphics) {#isvisible_5} -Indicates whether the specified point is contained within this [`GraphicsPath`](../../graphicspath), using the specified [`Graphics`](../../graphics). +Indicates whether the specified point is contained within this [`GraphicsPath`](../), using the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(int x, int y, Graphics graphics) @@ -172,24 +172,24 @@ public bool IsVisible(int x, int y, Graphics graphics) | --- | --- | --- | | x | Int32 | The x-coordinate of the point to test. | | y | Int32 | The y-coordinate of the point to test. | -| graphics | Graphics | The [`Graphics`](../../graphics) for which to test visibility. | +| graphics | Graphics | The [`Graphics`](../../graphics/) for which to test visibility. | ### Return Value -This method returns true if the specified point is contained within this [`GraphicsPath`](../../graphicspath); otherwise, false. +This method returns true if the specified point is contained within this [`GraphicsPath`](../); otherwise, false. ### See Also -* class [Graphics](../../graphics) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Graphics](../../graphics/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.IsVisible method (8 of 8) +## IsVisible(Point, Graphics) {#isvisible_1} -Indicates whether the specified point is contained within this [`GraphicsPath`](../../graphicspath). +Indicates whether the specified point is contained within this [`GraphicsPath`](../). ```csharp public bool IsVisible(Point pt, Graphics graphics) @@ -197,19 +197,19 @@ public bool IsVisible(Point pt, Graphics graphics) | Parameter | Type | Description | | --- | --- | --- | -| pt | Point | A [`Point`](../../point) that represents the point to test. | -| graphics | Graphics | The [`Graphics`](../../graphics) for which to test visibility. | +| pt | Point | A [`Point`](../../point/) that represents the point to test. | +| graphics | Graphics | The [`Graphics`](../../graphics/) for which to test visibility. | ### Return Value -This method returns true if the specified point is contained within this [`GraphicsPath`](../../graphicspath); otherwise, false. +This method returns true if the specified point is contained within this [`GraphicsPath`](../); otherwise, false. ### See Also -* struct [Point](../../point) -* class [Graphics](../../graphics) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [Point](../../point/) +* class [Graphics](../../graphics/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/removefigure/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/removefigure/_index.md index a56782a0815c..12868be44bda 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/removefigure/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/removefigure/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveFigure +title: GraphicsPath.RemoveFigure second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Removes a figure type: docs weight: 150 url: /net/aspose.imaging/graphicspath/removefigure/ @@ -20,9 +20,9 @@ public void RemoveFigure(Figure figure) ### See Also -* class [Figure](../../figure) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Figure](../../figure/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/removefigures/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/removefigures/_index.md index 3d04d0f101c1..e98a0a55b2e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/removefigures/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/removefigures/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveFigures +title: GraphicsPath.RemoveFigures second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Removes figures type: docs weight: 160 url: /net/aspose.imaging/graphicspath/removefigures/ @@ -20,9 +20,9 @@ public void RemoveFigures(Figure[] figures) ### See Also -* class [Figure](../../figure) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Figure](../../figure/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/reset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/reset/_index.md index 8b5871078d2b..106bc340e504 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/reset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/reset/_index.md @@ -1,14 +1,14 @@ --- -title: Reset +title: GraphicsPath.Reset second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Empties the graphics path and sets the FillMode to Alternate type: docs weight: 170 url: /net/aspose.imaging/graphicspath/reset/ --- ## GraphicsPath.Reset method -Empties the graphics path and sets the [`FillMode`](../../fillmode) to Alternate. +Empties the graphics path and sets the [`FillMode`](../../fillmode/) to Alternate. ```csharp public void Reset() @@ -16,8 +16,8 @@ public void Reset() ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/reverse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/reverse/_index.md index 2d5448c38b8a..1bf07263f674 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/reverse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/reverse/_index.md @@ -1,14 +1,14 @@ --- -title: Reverse +title: GraphicsPath.Reverse second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Reverses the order of figures shapes and points in each shape of this GraphicsPath type: docs weight: 180 url: /net/aspose.imaging/graphicspath/reverse/ --- ## GraphicsPath.Reverse method -Reverses the order of figures, shapes, and points in each shape of this [`GraphicsPath`](../../graphicspath). +Reverses the order of figures, shapes, and points in each shape of this [`GraphicsPath`](../). ```csharp public void Reverse() @@ -16,8 +16,8 @@ public void Reverse() ### See Also -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/transform/_index.md index 4791d12626bc..a212127b185a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/transform/_index.md @@ -1,7 +1,7 @@ --- -title: Transform +title: GraphicsPath.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Applies the specified transformation to the shape type: docs weight: 190 url: /net/aspose.imaging/graphicspath/transform/ @@ -20,9 +20,9 @@ public override void Transform(Matrix transform) ### See Also -* class [Matrix](../../matrix) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Matrix](../../matrix/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/warp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/warp/_index.md index 22fa1bbe6fd8..6fabda04f471 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/warp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/warp/_index.md @@ -1,14 +1,14 @@ --- -title: Warp +title: GraphicsPath.Warp second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Applies a warp transform defined by a rectangle and a parallelogram to this GraphicsPath type: docs weight: 200 url: /net/aspose.imaging/graphicspath/warp/ --- -## GraphicsPath.Warp method (1 of 4) +## Warp(PointF[], RectangleF) {#warp} -Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../../graphicspath). +Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../). ```csharp public void Warp(PointF[] destPoints, RectangleF srcRect) @@ -16,22 +16,22 @@ public void Warp(PointF[] destPoints, RectangleF srcRect) | Parameter | Type | Description | | --- | --- | --- | -| destPoints | PointF[] | An array of [`PointF`](../../pointf) structures that define a parallelogram to which the rectangle defined by *srcRect* is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. | -| srcRect | RectangleF | A [`RectangleF`](../../rectanglef) that represents the rectangle that is transformed to the parallelogram defined by *destPoints*. | +| destPoints | PointF[] | An array of [`PointF`](../../pointf/) structures that define a parallelogram to which the rectangle defined by *srcRect* is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. | +| srcRect | RectangleF | A [`RectangleF`](../../rectanglef/) that represents the rectangle that is transformed to the parallelogram defined by *destPoints*. | ### See Also -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [PointF](../../pointf/) +* struct [RectangleF](../../rectanglef/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.Warp method (2 of 4) +## Warp(PointF[], RectangleF, Matrix) {#warp_1} -Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../../graphicspath). +Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../). ```csharp public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix) @@ -39,24 +39,24 @@ public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix) | Parameter | Type | Description | | --- | --- | --- | -| destPoints | PointF[] | An array of [`PointF`](../../pointf) structures that define a parallelogram to which the rectangle defined by *srcRect* is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. | -| srcRect | RectangleF | A [`RectangleF`](../../rectanglef) that represents the rectangle that is transformed to the parallelogram defined by *destPoints*. | -| matrix | Matrix | A [`Matrix`](../../matrix) that specifies a geometric transform to apply to the path. | +| destPoints | PointF[] | An array of [`PointF`](../../pointf/) structures that define a parallelogram to which the rectangle defined by *srcRect* is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. | +| srcRect | RectangleF | A [`RectangleF`](../../rectanglef/) that represents the rectangle that is transformed to the parallelogram defined by *destPoints*. | +| matrix | Matrix | A [`Matrix`](../../matrix/) that specifies a geometric transform to apply to the path. | ### See Also -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [PointF](../../pointf/) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.Warp method (3 of 4) +## Warp(PointF[], RectangleF, Matrix, WarpMode) {#warp_2} -Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../../graphicspath). +Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../). ```csharp public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode) @@ -64,26 +64,26 @@ public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMod | Parameter | Type | Description | | --- | --- | --- | -| destPoints | PointF[] | An array of [`PointF`](../../pointf) structures that defines a parallelogram to which the rectangle defined by *srcRect* is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. | -| srcRect | RectangleF | A [`RectangleF`](../../rectanglef) that represents the rectangle that is transformed to the parallelogram defined by *destPoints*. | -| matrix | Matrix | A [`Matrix`](../../matrix) that specifies a geometric transform to apply to the path. | -| warpMode | WarpMode | A [`WarpMode`](../../warpmode) enumeration that specifies whether this warp operation uses perspective or bilinear mode. | +| destPoints | PointF[] | An array of [`PointF`](../../pointf/) structures that defines a parallelogram to which the rectangle defined by *srcRect* is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. | +| srcRect | RectangleF | A [`RectangleF`](../../rectanglef/) that represents the rectangle that is transformed to the parallelogram defined by *destPoints*. | +| matrix | Matrix | A [`Matrix`](../../matrix/) that specifies a geometric transform to apply to the path. | +| warpMode | WarpMode | A [`WarpMode`](../../warpmode/) enumeration that specifies whether this warp operation uses perspective or bilinear mode. | ### See Also -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* enum [WarpMode](../../warpmode) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [PointF](../../pointf/) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* enum [WarpMode](../../warpmode/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.Warp method (4 of 4) +## Warp(PointF[], RectangleF, Matrix, WarpMode, float) {#warp_3} -Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../../graphicspath). +Applies a warp transform, defined by a rectangle and a parallelogram, to this [`GraphicsPath`](../). ```csharp public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, @@ -92,20 +92,20 @@ public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMod | Parameter | Type | Description | | --- | --- | --- | -| destPoints | PointF[] | An array of [`PointF`](../../pointf) structures that define a parallelogram to which the rectangle defined by *srcRect* is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. | -| srcRect | RectangleF | A [`RectangleF`](../../rectanglef) that represents the rectangle that is transformed to the parallelogram defined by *destPoints*. | -| matrix | Matrix | A [`Matrix`](../../matrix) that specifies a geometric transform to apply to the path. | -| warpMode | WarpMode | A [`WarpMode`](../../warpmode) enumeration that specifies whether this warp operation uses perspective or bilinear mode. | -| flatness | Single | A value from 0 through 1 that specifies how flat the resulting path is. For more information, see the [`Flatten`](../flatten) methods. | +| destPoints | PointF[] | An array of [`PointF`](../../pointf/) structures that define a parallelogram to which the rectangle defined by *srcRect* is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points. | +| srcRect | RectangleF | A [`RectangleF`](../../rectanglef/) that represents the rectangle that is transformed to the parallelogram defined by *destPoints*. | +| matrix | Matrix | A [`Matrix`](../../matrix/) that specifies a geometric transform to apply to the path. | +| warpMode | WarpMode | A [`WarpMode`](../../warpmode/) enumeration that specifies whether this warp operation uses perspective or bilinear mode. | +| flatness | Single | A value from 0 through 1 that specifies how flat the resulting path is. For more information, see the [`Flatten`](../flatten/) methods. | ### See Also -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* enum [WarpMode](../../warpmode) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* struct [PointF](../../pointf/) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* enum [WarpMode](../../warpmode/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/widen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/widen/_index.md index 153ef7ae8ebc..1c48f3c02b02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/widen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicspath/widen/_index.md @@ -1,12 +1,12 @@ --- -title: Widen +title: GraphicsPath.Widen second_title: Aspose.Imaging for .NET API Reference -description: +description: GraphicsPath method. Adds an additional outline to the path type: docs weight: 210 url: /net/aspose.imaging/graphicspath/widen/ --- -## GraphicsPath.Widen method (1 of 3) +## Widen(Pen) {#widen} Adds an additional outline to the path. @@ -16,20 +16,20 @@ public void Widen(Pen pen) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | A [`Pen`](../../pen) that specifies the width between the original outline of the path and the new outline this method creates. | +| pen | Pen | A [`Pen`](../../pen/) that specifies the width between the original outline of the path and the new outline this method creates. | ### See Also -* class [Pen](../../pen) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Pen](../../pen/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.Widen method (2 of 3) +## Widen(Pen, Matrix) {#widen_1} -Adds an additional outline to the [`GraphicsPath`](../../graphicspath). +Adds an additional outline to the [`GraphicsPath`](../). ```csharp public void Widen(Pen pen, Matrix matrix) @@ -37,22 +37,22 @@ public void Widen(Pen pen, Matrix matrix) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | A [`Pen`](../../pen) that specifies the width between the original outline of the path and the new outline this method creates. | -| matrix | Matrix | A [`Matrix`](../../matrix) that specifies a transform to apply to the path before widening. | +| pen | Pen | A [`Pen`](../../pen/) that specifies the width between the original outline of the path and the new outline this method creates. | +| matrix | Matrix | A [`Matrix`](../../matrix/) that specifies a transform to apply to the path before widening. | ### See Also -* class [Pen](../../pen) -* class [Matrix](../../matrix) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Pen](../../pen/) +* class [Matrix](../../matrix/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) --- -## GraphicsPath.Widen method (3 of 3) +## Widen(Pen, Matrix, float) {#widen_2} -Replaces this [`GraphicsPath`](../../graphicspath) with curves that enclose the area that is filled when this path is drawn by the specified pen. +Replaces this [`GraphicsPath`](../) with curves that enclose the area that is filled when this path is drawn by the specified pen. ```csharp public void Widen(Pen pen, Matrix matrix, float flatness) @@ -60,16 +60,16 @@ public void Widen(Pen pen, Matrix matrix, float flatness) | Parameter | Type | Description | | --- | --- | --- | -| pen | Pen | A [`Pen`](../../pen) that specifies the width between the original outline of the path and the new outline this method creates. | -| matrix | Matrix | A [`Matrix`](../../matrix) that specifies a transform to apply to the path before widening. | +| pen | Pen | A [`Pen`](../../pen/) that specifies the width between the original outline of the path and the new outline this method creates. | +| matrix | Matrix | A [`Matrix`](../../matrix/) that specifies a transform to apply to the path before widening. | | flatness | Single | A value that specifies the flatness for curves. | ### See Also -* class [Pen](../../pen) -* class [Matrix](../../matrix) -* class [GraphicsPath](../../graphicspath) -* namespace [Aspose.Imaging](../../graphicspath) +* class [Pen](../../pen/) +* class [Matrix](../../matrix/) +* class [GraphicsPath](../) +* namespace [Aspose.Imaging](../../graphicspath/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicsunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicsunit/_index.md index 0c46b876036c..c4991c194c89 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/graphicsunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/graphicsunit/_index.md @@ -1,7 +1,7 @@ --- -title: GraphicsUnit +title: Enum GraphicsUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.GraphicsUnit enum. Specifies the unit of measure for the given data type: docs weight: 9450 url: /net/aspose.imaging/graphicsunit/ @@ -28,7 +28,7 @@ public enum GraphicsUnit ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/hatchstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/hatchstyle/_index.md index 1d4859617489..4c071e04fe83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/hatchstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/hatchstyle/_index.md @@ -1,14 +1,14 @@ --- -title: HatchStyle +title: Enum HatchStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.HatchStyle enum. Specifies the different patterns available for HatchBrush objects type: docs weight: 9460 url: /net/aspose.imaging/hatchstyle/ --- ## HatchStyle enumeration -Specifies the different patterns available for [`HatchBrush`](../../aspose.imaging.brushes/hatchbrush) objects. +Specifies the different patterns available for [`HatchBrush`](../../aspose.imaging.brushes/hatchbrush/) objects. ```csharp public enum HatchStyle @@ -77,7 +77,7 @@ public enum HatchStyle ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/hotkeyprefix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/hotkeyprefix/_index.md index a0373b3eace6..6ffbbf90555c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/hotkeyprefix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/hotkeyprefix/_index.md @@ -1,7 +1,7 @@ --- -title: HotkeyPrefix +title: Enum HotkeyPrefix second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.HotkeyPrefix enum. Specifies the type of display for hotkey prefixes that relate to text type: docs weight: 9470 url: /net/aspose.imaging/hotkeyprefix/ @@ -24,7 +24,7 @@ public enum HotkeyPrefix ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/_index.md index a7ab9afccc8d..87dd05f37446 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/_index.md @@ -1,7 +1,7 @@ --- -title: IAdvancedBufferProcessor +title: Interface IAdvancedBufferProcessor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IAdvancedBufferProcessor interface. The advanced buffer processor type: docs weight: 9480 url: /net/aspose.imaging/iadvancedbufferprocessor/ @@ -18,13 +18,13 @@ public interface IAdvancedBufferProcessor : IBufferProcessor | Name | Description | | --- | --- | -| [FinishRow](../../aspose.imaging/iadvancedbufferprocessor/finishrow)() | Finishes the row. | -| [FinishRows](../../aspose.imaging/iadvancedbufferprocessor/finishrows)(int) | Finishes the rows. | +| [FinishRow](../../aspose.imaging/iadvancedbufferprocessor/finishrow/)() | Finishes the row. | +| [FinishRows](../../aspose.imaging/iadvancedbufferprocessor/finishrows/)(int) | Finishes the rows. | ### See Also -* interface [IBufferProcessor](../ibufferprocessor) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IBufferProcessor](../ibufferprocessor/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/finishrow/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/finishrow/_index.md index 911be96a2ef8..fa8fc07547c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/finishrow/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/finishrow/_index.md @@ -1,7 +1,7 @@ --- -title: FinishRow +title: IAdvancedBufferProcessor.FinishRow second_title: Aspose.Imaging for .NET API Reference -description: +description: IAdvancedBufferProcessor method. Finishes the row type: docs weight: 10 url: /net/aspose.imaging/iadvancedbufferprocessor/finishrow/ @@ -16,8 +16,8 @@ public void FinishRow() ### See Also -* interface [IAdvancedBufferProcessor](../../iadvancedbufferprocessor) -* namespace [Aspose.Imaging](../../iadvancedbufferprocessor) +* interface [IAdvancedBufferProcessor](../) +* namespace [Aspose.Imaging](../../iadvancedbufferprocessor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/finishrows/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/finishrows/_index.md index ba3f6e5c5df2..469823ebf9af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/finishrows/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iadvancedbufferprocessor/finishrows/_index.md @@ -1,7 +1,7 @@ --- -title: FinishRows +title: IAdvancedBufferProcessor.FinishRows second_title: Aspose.Imaging for .NET API Reference -description: +description: IAdvancedBufferProcessor method. Finishes the rows type: docs weight: 20 url: /net/aspose.imaging/iadvancedbufferprocessor/finishrows/ @@ -20,8 +20,8 @@ public void FinishRows(int rowsCount) ### See Also -* interface [IAdvancedBufferProcessor](../../iadvancedbufferprocessor) -* namespace [Aspose.Imaging](../../iadvancedbufferprocessor) +* interface [IAdvancedBufferProcessor](../) +* namespace [Aspose.Imaging](../../iadvancedbufferprocessor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/_index.md index e1baff5348ed..1a0a57df2a76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/_index.md @@ -1,7 +1,7 @@ --- -title: IAnimationFrame +title: Interface IAnimationFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IAnimationFrame interface. The Animation frame type: docs weight: 9490 url: /net/aspose.imaging/ianimationframe/ @@ -18,21 +18,21 @@ public interface IAnimationFrame | Name | Description | | --- | --- | -| [DisposalMethod](../../aspose.imaging/ianimationframe/disposalmethod) { get; } | Gets the disposal method. | -| [FrameLeft](../../aspose.imaging/ianimationframe/frameleft) { get; } | Gets the frame left offset. | -| [FrameTime](../../aspose.imaging/ianimationframe/frametime) { get; } | Gets the frame duration. | -| [FrameTop](../../aspose.imaging/ianimationframe/frametop) { get; } | Gets the frame top offset. | -| [UseAlphaBlending](../../aspose.imaging/ianimationframe/usealphablending) { get; } | Gets a value indicating whether [use alpha blending]. | +| [DisposalMethod](../../aspose.imaging/ianimationframe/disposalmethod/) { get; } | Gets the disposal method. | +| [FrameLeft](../../aspose.imaging/ianimationframe/frameleft/) { get; } | Gets the frame left offset. | +| [FrameTime](../../aspose.imaging/ianimationframe/frametime/) { get; } | Gets the frame duration. | +| [FrameTop](../../aspose.imaging/ianimationframe/frametop/) { get; } | Gets the frame top offset. | +| [UseAlphaBlending](../../aspose.imaging/ianimationframe/usealphablending/) { get; } | Gets a value indicating whether [use alpha blending]. | ## Methods | Name | Description | | --- | --- | -| [GetFullFrame](../../aspose.imaging/ianimationframe/getfullframe)() | Gets the full frame. | +| [GetFullFrame](../../aspose.imaging/ianimationframe/getfullframe/)() | Gets the full frame. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/disposalmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/disposalmethod/_index.md index dbb2e01163a3..024f9334f370 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/disposalmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/disposalmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DisposalMethod +title: IAnimationFrame.DisposalMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: IAnimationFrame property. Gets the disposal method type: docs weight: 10 url: /net/aspose.imaging/ianimationframe/disposalmethod/ @@ -20,9 +20,9 @@ The disposal method. ### See Also -* enum [AnimationDisposalMethods](../../animationdisposalmethods) -* interface [IAnimationFrame](../../ianimationframe) -* namespace [Aspose.Imaging](../../ianimationframe) +* enum [AnimationDisposalMethods](../../animationdisposalmethods/) +* interface [IAnimationFrame](../) +* namespace [Aspose.Imaging](../../ianimationframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frameleft/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frameleft/_index.md index 7b34d86708cc..050db516cd73 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frameleft/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frameleft/_index.md @@ -1,7 +1,7 @@ --- -title: FrameLeft +title: IAnimationFrame.FrameLeft second_title: Aspose.Imaging for .NET API Reference -description: +description: IAnimationFrame property. Gets the frame left offset type: docs weight: 20 url: /net/aspose.imaging/ianimationframe/frameleft/ @@ -20,8 +20,8 @@ The left offset. ### See Also -* interface [IAnimationFrame](../../ianimationframe) -* namespace [Aspose.Imaging](../../ianimationframe) +* interface [IAnimationFrame](../) +* namespace [Aspose.Imaging](../../ianimationframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frametime/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frametime/_index.md index fee46e4abb85..79bb8e1cf791 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frametime/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frametime/_index.md @@ -1,7 +1,7 @@ --- -title: FrameTime +title: IAnimationFrame.FrameTime second_title: Aspose.Imaging for .NET API Reference -description: +description: IAnimationFrame property. Gets the frame duration type: docs weight: 30 url: /net/aspose.imaging/ianimationframe/frametime/ @@ -20,8 +20,8 @@ The frame duration, in milliseconds. ### See Also -* interface [IAnimationFrame](../../ianimationframe) -* namespace [Aspose.Imaging](../../ianimationframe) +* interface [IAnimationFrame](../) +* namespace [Aspose.Imaging](../../ianimationframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frametop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frametop/_index.md index 2a171e5baaae..aa3c9fb09cb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frametop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/frametop/_index.md @@ -1,7 +1,7 @@ --- -title: FrameTop +title: IAnimationFrame.FrameTop second_title: Aspose.Imaging for .NET API Reference -description: +description: IAnimationFrame property. Gets the frame top offset type: docs weight: 40 url: /net/aspose.imaging/ianimationframe/frametop/ @@ -20,8 +20,8 @@ The top offset. ### See Also -* interface [IAnimationFrame](../../ianimationframe) -* namespace [Aspose.Imaging](../../ianimationframe) +* interface [IAnimationFrame](../) +* namespace [Aspose.Imaging](../../ianimationframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/getfullframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/getfullframe/_index.md index 54936c51f346..abde3a1f7ba8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/getfullframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/getfullframe/_index.md @@ -1,7 +1,7 @@ --- -title: GetFullFrame +title: IAnimationFrame.GetFullFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: IAnimationFrame method. Gets the full frame type: docs weight: 60 url: /net/aspose.imaging/ianimationframe/getfullframe/ @@ -20,9 +20,9 @@ The RasterImage with full frame ### See Also -* class [RasterImage](../../rasterimage) -* interface [IAnimationFrame](../../ianimationframe) -* namespace [Aspose.Imaging](../../ianimationframe) +* class [RasterImage](../../rasterimage/) +* interface [IAnimationFrame](../) +* namespace [Aspose.Imaging](../../ianimationframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/usealphablending/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/usealphablending/_index.md index 01051c414286..8388d18d70e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/usealphablending/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ianimationframe/usealphablending/_index.md @@ -1,7 +1,7 @@ --- -title: UseAlphaBlending +title: IAnimationFrame.UseAlphaBlending second_title: Aspose.Imaging for .NET API Reference -description: +description: IAnimationFrame property. Gets a value indicating whether use alpha blending type: docs weight: 50 url: /net/aspose.imaging/ianimationframe/usealphablending/ @@ -20,8 +20,8 @@ public bool UseAlphaBlending { get; } ### See Also -* interface [IAnimationFrame](../../ianimationframe) -* namespace [Aspose.Imaging](../../ianimationframe) +* interface [IAnimationFrame](../) +* namespace [Aspose.Imaging](../../ianimationframe/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ibufferprocessor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ibufferprocessor/_index.md index 129d25eaf64e..a65aa8aa2366 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ibufferprocessor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ibufferprocessor/_index.md @@ -1,7 +1,7 @@ --- -title: IBufferProcessor +title: Interface IBufferProcessor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IBufferProcessor interface. The buffer processor type: docs weight: 9500 url: /net/aspose.imaging/ibufferprocessor/ @@ -18,11 +18,11 @@ public interface IBufferProcessor | Name | Description | | --- | --- | -| [ProcessBuffer](../../aspose.imaging/ibufferprocessor/processbuffer)(byte[], int) | Processes the buffer. | +| [ProcessBuffer](../../aspose.imaging/ibufferprocessor/processbuffer/)(byte[], int) | Processes the buffer. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ibufferprocessor/processbuffer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ibufferprocessor/processbuffer/_index.md index b1192e2ac803..ae98c05b469f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ibufferprocessor/processbuffer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ibufferprocessor/processbuffer/_index.md @@ -1,7 +1,7 @@ --- -title: ProcessBuffer +title: IBufferProcessor.ProcessBuffer second_title: Aspose.Imaging for .NET API Reference -description: +description: IBufferProcessor method. Processes the buffer type: docs weight: 10 url: /net/aspose.imaging/ibufferprocessor/processbuffer/ @@ -21,8 +21,8 @@ public void ProcessBuffer(byte[] buffer, int bufferLength) ### See Also -* interface [IBufferProcessor](../../ibufferprocessor) -* namespace [Aspose.Imaging](../../ibufferprocessor) +* interface [IBufferProcessor](../) +* namespace [Aspose.Imaging](../../ibufferprocessor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorconverter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorconverter/_index.md index 463518284e3e..811255d26ecc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorconverter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorconverter/_index.md @@ -1,7 +1,7 @@ --- -title: IColorConverter +title: Interface IColorConverter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IColorConverter interface. The color converter type: docs weight: 9510 url: /net/aspose.imaging/icolorconverter/ @@ -18,11 +18,11 @@ public interface IColorConverter | Name | Description | | --- | --- | -| [Convert](../../aspose.imaging/icolorconverter/convert)(PixelDataFormat, byte[], int, int, int, int, PixelDataFormat, byte[], int) | Converts the passed data to the output format. | +| [Convert](../../aspose.imaging/icolorconverter/convert/)(PixelDataFormat, byte[], int, int, int, int, PixelDataFormat, byte[], int) | Converts the passed data to the output format. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorconverter/convert/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorconverter/convert/_index.md index d755bf5f8b83..bf2a72ae7168 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorconverter/convert/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorconverter/convert/_index.md @@ -1,7 +1,7 @@ --- -title: Convert +title: IColorConverter.Convert second_title: Aspose.Imaging for .NET API Reference -description: +description: IColorConverter method. Converts the passed data to the output format type: docs weight: 10 url: /net/aspose.imaging/icolorconverter/convert/ @@ -34,9 +34,9 @@ The converted bytes count. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* interface [IColorConverter](../../icolorconverter) -* namespace [Aspose.Imaging](../../icolorconverter) +* class [PixelDataFormat](../../pixeldataformat/) +* interface [IColorConverter](../) +* namespace [Aspose.Imaging](../../icolorconverter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/_index.md index 45d72d73b37b..745002932a39 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/_index.md @@ -1,7 +1,7 @@ --- -title: IColorPalette +title: Interface IColorPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IColorPalette interface. The color palette interface type: docs weight: 9520 url: /net/aspose.imaging/icolorpalette/ @@ -18,23 +18,23 @@ public interface IColorPalette | Name | Description | | --- | --- | -| [Argb32Entries](../../aspose.imaging/icolorpalette/argb32entries) { get; } | Gets an array of 32-bit ARGB structures. | -| [Entries](../../aspose.imaging/icolorpalette/entries) { get; } | Gets an array of [`Color`](../color) structures. | -| [EntriesCount](../../aspose.imaging/icolorpalette/entriescount) { get; } | Gets the entries count. | -| [IsCompactPalette](../../aspose.imaging/icolorpalette/iscompactpalette) { get; } | Gets a value indicating whether compact palette is used. | +| [Argb32Entries](../../aspose.imaging/icolorpalette/argb32entries/) { get; } | Gets an array of 32-bit ARGB structures. | +| [Entries](../../aspose.imaging/icolorpalette/entries/) { get; } | Gets an array of [`Color`](../color/) structures. | +| [EntriesCount](../../aspose.imaging/icolorpalette/entriescount/) { get; } | Gets the entries count. | +| [IsCompactPalette](../../aspose.imaging/icolorpalette/iscompactpalette/) { get; } | Gets a value indicating whether compact palette is used. | ## Methods | Name | Description | | --- | --- | -| [GetArgb32Color](../../aspose.imaging/icolorpalette/getargb32color)(int) | Gets the 32-bit ARGB palette color by index. | -| [GetColor](../../aspose.imaging/icolorpalette/getcolor)(int) | Gets the palette color by index. | -| [GetNearestColorIndex](../../aspose.imaging/icolorpalette/getnearestcolorindex)(Color) | Gets the index of the nearest color. | -| [GetNearestColorIndex](../../aspose.imaging/icolorpalette/getnearestcolorindex)(int) | Gets the index of the nearest 32-bit ARGB color. | +| [GetArgb32Color](../../aspose.imaging/icolorpalette/getargb32color/)(int) | Gets the 32-bit ARGB palette color by index. | +| [GetColor](../../aspose.imaging/icolorpalette/getcolor/)(int) | Gets the palette color by index. | +| [GetNearestColorIndex](../../aspose.imaging/icolorpalette/getnearestcolorindex/#getnearestcolorindex)(Color) | Gets the index of the nearest color. | +| [GetNearestColorIndex](../../aspose.imaging/icolorpalette/getnearestcolorindex/#getnearestcolorindex_1)(int) | Gets the index of the nearest 32-bit ARGB color. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/argb32entries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/argb32entries/_index.md index f148e7a8f0d7..f1dd67882005 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/argb32entries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/argb32entries/_index.md @@ -1,7 +1,7 @@ --- -title: Argb32Entries +title: IColorPalette.Argb32Entries second_title: Aspose.Imaging for .NET API Reference -description: +description: IColorPalette property. Gets an array of 32bit ARGB structures type: docs weight: 10 url: /net/aspose.imaging/icolorpalette/argb32entries/ @@ -16,7 +16,7 @@ public int[] Argb32Entries { get; } ### Return Value -The copy of array of 32-bit ARGB structure that make up this [`ColorPalette`](../../colorpalette). +The copy of array of 32-bit ARGB structure that make up this [`ColorPalette`](../../colorpalette/). ### Property Value @@ -24,8 +24,8 @@ The 32-bit ARGB entries. ### See Also -* interface [IColorPalette](../../icolorpalette) -* namespace [Aspose.Imaging](../../icolorpalette) +* interface [IColorPalette](../) +* namespace [Aspose.Imaging](../../icolorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/entries/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/entries/_index.md index 12edf61001df..53a1e3da6cca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/entries/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/entries/_index.md @@ -1,14 +1,14 @@ --- -title: Entries +title: IColorPalette.Entries second_title: Aspose.Imaging for .NET API Reference -description: +description: IColorPalette property. Gets an array of Color structures type: docs weight: 20 url: /net/aspose.imaging/icolorpalette/entries/ --- ## IColorPalette.Entries property -Gets an array of [`Color`](../../color) structures. +Gets an array of [`Color`](../../color/) structures. ```csharp public Color[] Entries { get; } @@ -16,7 +16,7 @@ public Color[] Entries { get; } ### Return Value -The copy of array of [`Color`](../../color) structure that make up this [`ColorPalette`](../../colorpalette). +The copy of array of [`Color`](../../color/) structure that make up this [`ColorPalette`](../../colorpalette/). ### Property Value @@ -24,9 +24,9 @@ The entries. ### See Also -* struct [Color](../../color) -* interface [IColorPalette](../../icolorpalette) -* namespace [Aspose.Imaging](../../icolorpalette) +* struct [Color](../../color/) +* interface [IColorPalette](../) +* namespace [Aspose.Imaging](../../icolorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/entriescount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/entriescount/_index.md index d308c4ad108d..7fff90129697 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/entriescount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/entriescount/_index.md @@ -1,7 +1,7 @@ --- -title: EntriesCount +title: IColorPalette.EntriesCount second_title: Aspose.Imaging for .NET API Reference -description: +description: IColorPalette property. Gets the entries count type: docs weight: 30 url: /net/aspose.imaging/icolorpalette/entriescount/ @@ -20,8 +20,8 @@ The entries count. ### See Also -* interface [IColorPalette](../../icolorpalette) -* namespace [Aspose.Imaging](../../icolorpalette) +* interface [IColorPalette](../) +* namespace [Aspose.Imaging](../../icolorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getargb32color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getargb32color/_index.md index de67d32631a3..82c62f6c127e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getargb32color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getargb32color/_index.md @@ -1,7 +1,7 @@ --- -title: GetArgb32Color +title: IColorPalette.GetArgb32Color second_title: Aspose.Imaging for .NET API Reference -description: +description: IColorPalette method. Gets the 32bit ARGB palette color by index type: docs weight: 50 url: /net/aspose.imaging/icolorpalette/getargb32color/ @@ -30,8 +30,8 @@ The color palette entry specified by the *index*. ### See Also -* interface [IColorPalette](../../icolorpalette) -* namespace [Aspose.Imaging](../../icolorpalette) +* interface [IColorPalette](../) +* namespace [Aspose.Imaging](../../icolorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getcolor/_index.md index 2afc77e44ffb..805befdb0b89 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getcolor/_index.md @@ -1,7 +1,7 @@ --- -title: GetColor +title: IColorPalette.GetColor second_title: Aspose.Imaging for .NET API Reference -description: +description: IColorPalette method. Gets the palette color by index type: docs weight: 60 url: /net/aspose.imaging/icolorpalette/getcolor/ @@ -30,9 +30,9 @@ The color palette entry specified by the *index*. ### See Also -* struct [Color](../../color) -* interface [IColorPalette](../../icolorpalette) -* namespace [Aspose.Imaging](../../icolorpalette) +* struct [Color](../../color/) +* interface [IColorPalette](../) +* namespace [Aspose.Imaging](../../icolorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getnearestcolorindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getnearestcolorindex/_index.md index 91e8d0f58b70..e19ce0e3495b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getnearestcolorindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/getnearestcolorindex/_index.md @@ -1,12 +1,12 @@ --- -title: GetNearestColorIndex +title: IColorPalette.GetNearestColorIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: IColorPalette method. Gets the index of the nearest 32bit ARGB color type: docs weight: 70 url: /net/aspose.imaging/icolorpalette/getnearestcolorindex/ --- -## IColorPalette.GetNearestColorIndex method (1 of 2) +## GetNearestColorIndex(int) {#getnearestcolorindex_1} Gets the index of the nearest 32-bit ARGB color. @@ -24,13 +24,13 @@ The index of the nearest color. ### See Also -* interface [IColorPalette](../../icolorpalette) -* namespace [Aspose.Imaging](../../icolorpalette) +* interface [IColorPalette](../) +* namespace [Aspose.Imaging](../../icolorpalette/) * assembly [Aspose.Imaging](../../../) --- -## IColorPalette.GetNearestColorIndex method (2 of 2) +## GetNearestColorIndex(Color) {#getnearestcolorindex} Gets the index of the nearest color. @@ -48,9 +48,9 @@ The index of the nearest color. ### See Also -* struct [Color](../../color) -* interface [IColorPalette](../../icolorpalette) -* namespace [Aspose.Imaging](../../icolorpalette) +* struct [Color](../../color/) +* interface [IColorPalette](../) +* namespace [Aspose.Imaging](../../icolorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/iscompactpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/iscompactpalette/_index.md index 0c0ada42af24..9c62e78b8af3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/iscompactpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/icolorpalette/iscompactpalette/_index.md @@ -1,7 +1,7 @@ --- -title: IsCompactPalette +title: IColorPalette.IsCompactPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: IColorPalette property. Gets a value indicating whether compact palette is used type: docs weight: 40 url: /net/aspose.imaging/icolorpalette/iscompactpalette/ @@ -18,14 +18,14 @@ public bool IsCompactPalette { get; } `true` if compact palette is used; otherwise, `false`. -### Remarks +## Remarks Compact palette means that image will contain only the specified palette entries if possible or in other words the image will be more compact and occupy less space; otherwise there will be 2^BitsPerPixel entries and image will reserve more space for all possible palette entries. Setting this value to true and changing palette entries may cause performance penalty since data movement may occur so use it carefully. ### See Also -* interface [IColorPalette](../../icolorpalette) -* namespace [Aspose.Imaging](../../icolorpalette) +* interface [IColorPalette](../) +* namespace [Aspose.Imaging](../../icolorpalette/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreator/_index.md index bc7eb728c80c..d6f9ec6d5fa4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreator/_index.md @@ -1,7 +1,7 @@ --- -title: IImageCreator +title: Interface IImageCreator second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IImageCreator interface. The image creator type: docs weight: 9530 url: /net/aspose.imaging/iimagecreator/ @@ -18,11 +18,11 @@ public interface IImageCreator | Name | Description | | --- | --- | -| [Create](../../aspose.imaging/iimagecreator/create)(StreamContainer, ImageOptionsBase, int, int) | Creates a new image instance with *imageOptions*. | +| [Create](../../aspose.imaging/iimagecreator/create/)(StreamContainer, ImageOptionsBase, int, int) | Creates a new image instance with *imageOptions*. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreator/create/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreator/create/_index.md index c57a052b26f8..4420c3c6e9a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreator/create/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreator/create/_index.md @@ -1,7 +1,7 @@ --- -title: Create +title: IImageCreator.Create second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageCreator method. Creates a new image instance with imageOptions type: docs weight: 10 url: /net/aspose.imaging/iimagecreator/create/ @@ -28,11 +28,11 @@ A new image instance. ### See Also -* class [Image](../../image) -* class [StreamContainer](../../streamcontainer) -* class [ImageOptionsBase](../../imageoptionsbase) -* interface [IImageCreator](../../iimagecreator) -* namespace [Aspose.Imaging](../../iimagecreator) +* class [Image](../../image/) +* class [StreamContainer](../../streamcontainer/) +* class [ImageOptionsBase](../../imageoptionsbase/) +* interface [IImageCreator](../) +* namespace [Aspose.Imaging](../../iimagecreator/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/_index.md index 9ca30bd0db87..5178100a2959 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: IImageCreatorDescriptor +title: Interface IImageCreatorDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IImageCreatorDescriptor interface. The image creator descriptor specifying the creator properties. The creator descriptor is used to overcome the necessity to contain each image creator instance in memory and multithreading issues type: docs weight: 9540 url: /net/aspose.imaging/iimagecreatordescriptor/ @@ -18,13 +18,13 @@ public interface IImageCreatorDescriptor : IImageDescriptor | Name | Description | | --- | --- | -| [CanCreate](../../aspose.imaging/iimagecreatordescriptor/cancreate)(ImageOptionsBase) | Determines whether image creator can create a new image using the *imageOptions*. | -| [CreateInstance](../../aspose.imaging/iimagecreatordescriptor/createinstance)() | Creates a new creator instance. | +| [CanCreate](../../aspose.imaging/iimagecreatordescriptor/cancreate/)(ImageOptionsBase) | Determines whether image creator can create a new image using the *imageOptions*. | +| [CreateInstance](../../aspose.imaging/iimagecreatordescriptor/createinstance/)() | Creates a new creator instance. | ### See Also -* interface [IImageDescriptor](../iimagedescriptor) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IImageDescriptor](../iimagedescriptor/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/cancreate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/cancreate/_index.md index a8f2ba96cb49..5eca27d3927d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/cancreate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/cancreate/_index.md @@ -1,7 +1,7 @@ --- -title: CanCreate +title: IImageCreatorDescriptor.CanCreate second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageCreatorDescriptor method. Determines whether image creator can create a new image using the imageOptions type: docs weight: 10 url: /net/aspose.imaging/iimagecreatordescriptor/cancreate/ @@ -24,9 +24,9 @@ public bool CanCreate(ImageOptionsBase imageOptions) ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor) -* namespace [Aspose.Imaging](../../iimagecreatordescriptor) +* class [ImageOptionsBase](../../imageoptionsbase/) +* interface [IImageCreatorDescriptor](../) +* namespace [Aspose.Imaging](../../iimagecreatordescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/createinstance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/createinstance/_index.md index e069ff882f0e..a14ff172e727 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/createinstance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagecreatordescriptor/createinstance/_index.md @@ -1,7 +1,7 @@ --- -title: CreateInstance +title: IImageCreatorDescriptor.CreateInstance second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageCreatorDescriptor method. Creates a new creator instance type: docs weight: 20 url: /net/aspose.imaging/iimagecreatordescriptor/createinstance/ @@ -20,9 +20,9 @@ A new creator instance. ### See Also -* interface [IImageCreator](../../iimagecreator) -* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor) -* namespace [Aspose.Imaging](../../iimagecreatordescriptor) +* interface [IImageCreator](../../iimagecreator/) +* interface [IImageCreatorDescriptor](../) +* namespace [Aspose.Imaging](../../iimagecreatordescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagedescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagedescriptor/_index.md index 3666bad2cddd..5aa7407d03a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagedescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagedescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: IImageDescriptor +title: Interface IImageDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IImageDescriptor interface. The image descriptor. Contains base properties and methods for all other image descriptor types type: docs weight: 9550 url: /net/aspose.imaging/iimagedescriptor/ @@ -18,11 +18,11 @@ public interface IImageDescriptor | Name | Description | | --- | --- | -| [SupportedFormat](../../aspose.imaging/iimagedescriptor/supportedformat) { get; } | Gets the supported format. | +| [SupportedFormat](../../aspose.imaging/iimagedescriptor/supportedformat/) { get; } | Gets the supported format. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagedescriptor/supportedformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagedescriptor/supportedformat/_index.md index 353e05a2ba09..4bfdea15d310 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimagedescriptor/supportedformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimagedescriptor/supportedformat/_index.md @@ -1,7 +1,7 @@ --- -title: SupportedFormat +title: IImageDescriptor.SupportedFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageDescriptor property. Gets the supported format type: docs weight: 10 url: /net/aspose.imaging/iimagedescriptor/supportedformat/ @@ -20,9 +20,9 @@ The supported format. ### See Also -* enum [FileFormat](../../fileformat) -* interface [IImageDescriptor](../../iimagedescriptor) -* namespace [Aspose.Imaging](../../iimagedescriptor) +* enum [FileFormat](../../fileformat/) +* interface [IImageDescriptor](../) +* namespace [Aspose.Imaging](../../iimagedescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporter/_index.md index 1c40b5d24d8e..823c6ee002ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporter/_index.md @@ -1,7 +1,7 @@ --- -title: IImageExporter +title: Interface IImageExporter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IImageExporter interface. The image exporter. Can export data from internal Aspose.Imaging format to a specified data format type: docs weight: 9560 url: /net/aspose.imaging/iimageexporter/ @@ -18,12 +18,12 @@ public interface IImageExporter | Name | Description | | --- | --- | -| [Export](../../aspose.imaging/iimageexporter/export)(Image, Stream, ImageOptionsBase) | Exports the specified image data into specified data format. | -| [Export](../../aspose.imaging/iimageexporter/export)(Image, Stream, ImageOptionsBase, Rectangle) | Exports the specified image data into specified data format. | +| [Export](../../aspose.imaging/iimageexporter/export/#export)(Image, Stream, ImageOptionsBase) | Exports the specified image data into specified data format. | +| [Export](../../aspose.imaging/iimageexporter/export/#export_1)(Image, Stream, ImageOptionsBase, Rectangle) | Exports the specified image data into specified data format. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporter/export/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporter/export/_index.md index aec307f598ac..ceab0f8fe1fc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporter/export/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporter/export/_index.md @@ -1,12 +1,12 @@ --- -title: Export +title: IImageExporter.Export second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageExporter method. Exports the specified image data into specified data format type: docs weight: 10 url: /net/aspose.imaging/iimageexporter/export/ --- -## IImageExporter.Export method (1 of 2) +## Export(Image, Stream, ImageOptionsBase) {#export} Exports the specified image data into specified data format. @@ -22,15 +22,15 @@ public void Export(Image image, Stream stream, ImageOptionsBase optionsBase) ### See Also -* class [Image](../../image) -* class [ImageOptionsBase](../../imageoptionsbase) -* interface [IImageExporter](../../iimageexporter) -* namespace [Aspose.Imaging](../../iimageexporter) +* class [Image](../../image/) +* class [ImageOptionsBase](../../imageoptionsbase/) +* interface [IImageExporter](../) +* namespace [Aspose.Imaging](../../iimageexporter/) * assembly [Aspose.Imaging](../../../) --- -## IImageExporter.Export method (2 of 2) +## Export(Image, Stream, ImageOptionsBase, Rectangle) {#export_1} Exports the specified image data into specified data format. @@ -48,11 +48,11 @@ public void Export(Image image, Stream stream, ImageOptionsBase optionsBase, ### See Also -* class [Image](../../image) -* class [ImageOptionsBase](../../imageoptionsbase) -* struct [Rectangle](../../rectangle) -* interface [IImageExporter](../../iimageexporter) -* namespace [Aspose.Imaging](../../iimageexporter) +* class [Image](../../image/) +* class [ImageOptionsBase](../../imageoptionsbase/) +* struct [Rectangle](../../rectangle/) +* interface [IImageExporter](../) +* namespace [Aspose.Imaging](../../iimageexporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/_index.md index e00c9a12b5b5..84ec7badb351 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: IImageExporterDescriptor +title: Interface IImageExporterDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IImageExporterDescriptor interface. Represents the image exporter descriptor. The exporter descriptor is used to overcome the necessity to contain each exporter instance in memory and multithreading issues type: docs weight: 9570 url: /net/aspose.imaging/iimageexporterdescriptor/ @@ -18,13 +18,13 @@ public interface IImageExporterDescriptor : IImageDescriptor | Name | Description | | --- | --- | -| [CanExport](../../aspose.imaging/iimageexporterdescriptor/canexport)(Image, ImageOptionsBase) | Determines whether image exporter can export the specified image to the specified image format specified by save options. | -| [CreateInstance](../../aspose.imaging/iimageexporterdescriptor/createinstance)() | Creates a new exporter instance. | +| [CanExport](../../aspose.imaging/iimageexporterdescriptor/canexport/)(Image, ImageOptionsBase) | Determines whether image exporter can export the specified image to the specified image format specified by save options. | +| [CreateInstance](../../aspose.imaging/iimageexporterdescriptor/createinstance/)() | Creates a new exporter instance. | ### See Also -* interface [IImageDescriptor](../iimagedescriptor) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IImageDescriptor](../iimagedescriptor/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/canexport/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/canexport/_index.md index ce1dc0a956f7..f823b3ab9b35 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/canexport/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/canexport/_index.md @@ -1,7 +1,7 @@ --- -title: CanExport +title: IImageExporterDescriptor.CanExport second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageExporterDescriptor method. Determines whether image exporter can export the specified image to the specified image format specified by save options type: docs weight: 10 url: /net/aspose.imaging/iimageexporterdescriptor/canexport/ @@ -25,10 +25,10 @@ public bool CanExport(Image image, ImageOptionsBase optionsBase) ### See Also -* class [Image](../../image) -* class [ImageOptionsBase](../../imageoptionsbase) -* interface [IImageExporterDescriptor](../../iimageexporterdescriptor) -* namespace [Aspose.Imaging](../../iimageexporterdescriptor) +* class [Image](../../image/) +* class [ImageOptionsBase](../../imageoptionsbase/) +* interface [IImageExporterDescriptor](../) +* namespace [Aspose.Imaging](../../iimageexporterdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/createinstance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/createinstance/_index.md index 0145aa680de2..27a3e2aa9dea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/createinstance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageexporterdescriptor/createinstance/_index.md @@ -1,7 +1,7 @@ --- -title: CreateInstance +title: IImageExporterDescriptor.CreateInstance second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageExporterDescriptor method. Creates a new exporter instance type: docs weight: 20 url: /net/aspose.imaging/iimageexporterdescriptor/createinstance/ @@ -20,9 +20,9 @@ A new exporter instance. ### See Also -* interface [IImageExporter](../../iimageexporter) -* interface [IImageExporterDescriptor](../../iimageexporterdescriptor) -* namespace [Aspose.Imaging](../../iimageexporterdescriptor) +* interface [IImageExporter](../../iimageexporter/) +* interface [IImageExporterDescriptor](../) +* namespace [Aspose.Imaging](../../iimageexporterdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloader/_index.md index a65e7514a074..ffbaab5e1a80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloader/_index.md @@ -1,7 +1,7 @@ --- -title: IImageLoader +title: Interface IImageLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IImageLoader interface. The image loader type: docs weight: 9580 url: /net/aspose.imaging/iimageloader/ @@ -18,11 +18,11 @@ public interface IImageLoader | Name | Description | | --- | --- | -| [Load](../../aspose.imaging/iimageloader/load)(StreamContainer, LoadOptions) | Opens a new image with *loadOptions*. | +| [Load](../../aspose.imaging/iimageloader/load/)(StreamContainer, LoadOptions) | Opens a new image with *loadOptions*. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloader/load/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloader/load/_index.md index 3c11a3429d88..f51f279e3ca4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloader/load/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloader/load/_index.md @@ -1,7 +1,7 @@ --- -title: Load +title: IImageLoader.Load second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageLoader method. Opens a new image with loadOptions type: docs weight: 10 url: /net/aspose.imaging/iimageloader/load/ @@ -25,11 +25,11 @@ A newly opened image instance. ### See Also -* class [Image](../../image) -* class [StreamContainer](../../streamcontainer) -* class [LoadOptions](../../loadoptions) -* interface [IImageLoader](../../iimageloader) -* namespace [Aspose.Imaging](../../iimageloader) +* class [Image](../../image/) +* class [StreamContainer](../../streamcontainer/) +* class [LoadOptions](../../loadoptions/) +* interface [IImageLoader](../) +* namespace [Aspose.Imaging](../../iimageloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/_index.md index d3b556aedcce..9b2189462213 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: IImageLoaderDescriptor +title: Interface IImageLoaderDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IImageLoaderDescriptor interface. The image loader descriptor specifying the loader properties. The loader descriptor is used to overcome the necessity to contain each image loader instance in memory and multithreading issues type: docs weight: 9590 url: /net/aspose.imaging/iimageloaderdescriptor/ @@ -18,13 +18,13 @@ public interface IImageLoaderDescriptor : IImageDescriptor | Name | Description | | --- | --- | -| [CanLoad](../../aspose.imaging/iimageloaderdescriptor/canload)(StreamContainer, LoadOptions) | Determines whether image loader can read a new image from the specified stream and optionally using the *loadOptions*. | -| [CreateInstance](../../aspose.imaging/iimageloaderdescriptor/createinstance)() | Creates a new loader instance. | +| [CanLoad](../../aspose.imaging/iimageloaderdescriptor/canload/)(StreamContainer, LoadOptions) | Determines whether image loader can read a new image from the specified stream and optionally using the *loadOptions*. | +| [CreateInstance](../../aspose.imaging/iimageloaderdescriptor/createinstance/)() | Creates a new loader instance. | ### See Also -* interface [IImageDescriptor](../iimagedescriptor) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IImageDescriptor](../iimagedescriptor/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/canload/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/canload/_index.md index 1374f93d0589..8bd0ecf0a9f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/canload/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/canload/_index.md @@ -1,7 +1,7 @@ --- -title: CanLoad +title: IImageLoaderDescriptor.CanLoad second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageLoaderDescriptor method. Determines whether image loader can read a new image from the specified stream and optionally using the loadOptions type: docs weight: 10 url: /net/aspose.imaging/iimageloaderdescriptor/canload/ @@ -25,10 +25,10 @@ public bool CanLoad(StreamContainer streamContainer, LoadOptions loadOptions) ### See Also -* class [StreamContainer](../../streamcontainer) -* class [LoadOptions](../../loadoptions) -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* namespace [Aspose.Imaging](../../iimageloaderdescriptor) +* class [StreamContainer](../../streamcontainer/) +* class [LoadOptions](../../loadoptions/) +* interface [IImageLoaderDescriptor](../) +* namespace [Aspose.Imaging](../../iimageloaderdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/createinstance/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/createinstance/_index.md index 946b3f1309d5..0ad008489659 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/createinstance/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iimageloaderdescriptor/createinstance/_index.md @@ -1,7 +1,7 @@ --- -title: CreateInstance +title: IImageLoaderDescriptor.CreateInstance second_title: Aspose.Imaging for .NET API Reference -description: +description: IImageLoaderDescriptor method. Creates a new loader instance type: docs weight: 20 url: /net/aspose.imaging/iimageloaderdescriptor/createinstance/ @@ -20,9 +20,9 @@ A new loader instance. ### See Also -* interface [IImageLoader](../../iimageloader) -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* namespace [Aspose.Imaging](../../iimageloaderdescriptor) +* interface [IImageLoader](../../iimageloader/) +* interface [IImageLoaderDescriptor](../) +* namespace [Aspose.Imaging](../../iimageloaderdescriptor/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iindexedcolorconverter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iindexedcolorconverter/_index.md index 2cf26d055973..cb5c2d918243 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iindexedcolorconverter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iindexedcolorconverter/_index.md @@ -1,7 +1,7 @@ --- -title: IIndexedColorConverter +title: Interface IIndexedColorConverter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IIndexedColorConverter interface. The color converter for indexed image formats type: docs weight: 9600 url: /net/aspose.imaging/iindexedcolorconverter/ @@ -18,11 +18,11 @@ public interface IIndexedColorConverter | Name | Description | | --- | --- | -| [FillIndexedtoIndexedMap](../../aspose.imaging/iindexedcolorconverter/fillindexedtoindexedmap)(byte[], PixelDataFormat, PixelDataFormat) | Fills the indexed to indexed image conversion map. | +| [FillIndexedtoIndexedMap](../../aspose.imaging/iindexedcolorconverter/fillindexedtoindexedmap/)(byte[], PixelDataFormat, PixelDataFormat) | Fills the indexed to indexed image conversion map. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iindexedcolorconverter/fillindexedtoindexedmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iindexedcolorconverter/fillindexedtoindexedmap/_index.md index e2403f55ffaa..5875d5719b0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iindexedcolorconverter/fillindexedtoindexedmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iindexedcolorconverter/fillindexedtoindexedmap/_index.md @@ -1,7 +1,7 @@ --- -title: FillIndexedtoIndexedMap +title: IIndexedColorConverter.FillIndexedtoIndexedMap second_title: Aspose.Imaging for .NET API Reference -description: +description: IIndexedColorConverter method. Fills the indexed to indexed image conversion map type: docs weight: 10 url: /net/aspose.imaging/iindexedcolorconverter/fillindexedtoindexedmap/ @@ -23,9 +23,9 @@ public void FillIndexedtoIndexedMap(byte[] map, PixelDataFormat sourceFormat, ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* interface [IIndexedColorConverter](../../iindexedcolorconverter) -* namespace [Aspose.Imaging](../../iindexedcolorconverter) +* class [PixelDataFormat](../../pixeldataformat/) +* interface [IIndexedColorConverter](../) +* namespace [Aspose.Imaging](../../iindexedcolorconverter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ikeyedobject/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ikeyedobject/_index.md index 6ff12846beeb..a3a53f91e6bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ikeyedobject/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ikeyedobject/_index.md @@ -1,7 +1,7 @@ --- -title: IKeyedObject +title: Interface IKeyedObject second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IKeyedObject interface. Represents interface for objects with keys type: docs weight: 9610 url: /net/aspose.imaging/ikeyedobject/ @@ -18,11 +18,11 @@ public interface IKeyedObject | Name | Description | | --- | --- | -| [Key](../../aspose.imaging/ikeyedobject/key) { get; } | Gets the object key. | +| [Key](../../aspose.imaging/ikeyedobject/key/) { get; } | Gets the object key. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ikeyedobject/key/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ikeyedobject/key/_index.md index 6bdd60a840dd..b7880f6e0e3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ikeyedobject/key/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ikeyedobject/key/_index.md @@ -1,7 +1,7 @@ --- -title: Key +title: IKeyedObject.Key second_title: Aspose.Imaging for .NET API Reference -description: +description: IKeyedObject property. Gets the object key type: docs weight: 10 url: /net/aspose.imaging/ikeyedobject/key/ @@ -20,8 +20,8 @@ The object key. ### See Also -* interface [IKeyedObject](../../ikeyedobject) -* namespace [Aspose.Imaging](../../ikeyedobject) +* interface [IKeyedObject](../) +* namespace [Aspose.Imaging](../../ikeyedobject/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image.imageoperation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image.imageoperation/_index.md index 2da6b48b2c14..fb051713184d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image.imageoperation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image.imageoperation/_index.md @@ -1,7 +1,7 @@ --- -title: Image.ImageOperation +title: Enum Image.ImageOperation second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageImageOperation enum. Image operations type: docs weight: 9750 url: /net/aspose.imaging/image.imageoperation/ @@ -38,8 +38,8 @@ protected enum ImageOperation ### See Also -* class [Image](../image) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [Image](../image/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/_index.md index 0dabacd899ab..a1996bbc3382 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/_index.md @@ -1,7 +1,7 @@ --- -title: Image +title: Class Image second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Image class. The image is the base class for all type of images type: docs weight: 9740 url: /net/aspose.imaging/image/ @@ -18,72 +18,72 @@ public abstract class Image : DataStreamSupporter, IObjectWithBounds | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| abstract [Height](../../aspose.imaging/image/height) { get; } | Gets the image height. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| abstract [Width](../../aspose.imaging/image/width) { get; } | Gets the image width. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the `Image` container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| abstract [Height](../../aspose.imaging/image/height/) { get; } | Gets the image height. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached/) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| abstract [Width](../../aspose.imaging/image/width/) { get; } | Gets the image width. | ## Methods | Name | Description | | --- | --- | -| static [Create](../../aspose.imaging/image/create)(Image[]) | Creates a new image using the specified images as pages | -| static [Create](../../aspose.imaging/image/create)(Image[], bool) | Creates a new image the specified images as pages. | -| static [Create](../../aspose.imaging/image/create)(ImageOptionsBase, int, int) | Creates a new image using the specified create options. | -| static [Load](../../aspose.imaging/image/load)(Stream) | Loads a new image from the specified stream. | -| static [Load](../../aspose.imaging/image/load)(string) | Loads a new image from the specified file. | -| static [Load](../../aspose.imaging/image/load)(Stream, LoadOptions) | Loads a new image from the specified stream. | -| static [Load](../../aspose.imaging/image/load)(string, LoadOptions) | Loads a new image from the specified file. | -| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](./save) method as the second parameter. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| abstract [Resize](../../aspose.imaging/image/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| abstract [Resize](../../aspose.imaging/image/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| abstract [RotateFlip](../../aspose.imaging/image/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| abstract [SetPalette](../../aspose.imaging/image/setpalette)(IColorPalette, bool) | Sets the image palette. | -| static [CanLoad](../../aspose.imaging/image/canload)(Stream) | Determines whether image can be loaded from the specified stream. | -| static [CanLoad](../../aspose.imaging/image/canload)(string) | Determines whether image can be loaded from the specified file path. | -| static [CanLoad](../../aspose.imaging/image/canload)(Stream, LoadOptions) | Determines whether image can be loaded from the specified stream and optionally using the specified *loadOptions*. | -| static [CanLoad](../../aspose.imaging/image/canload)(string, LoadOptions) | Determines whether image can be loaded from the specified file path and optionally using the specified open options. | -| static [GetFileFormat](../../aspose.imaging/image/getfileformat)(Stream) | Gets the file format. | -| static [GetFileFormat](../../aspose.imaging/image/getfileformat)(string) | Gets the file format. | -| static [GetFittingRectangle](../../aspose.imaging/image/getfittingrectangle)(Rectangle, int, int) | Gets rectangle which fits the current image. | -| static [GetFittingRectangle](../../aspose.imaging/image/getfittingrectangle)(Rectangle, int[], int, int) | Gets rectangle which fits the current image. | -| static [GetProportionalHeight](../../aspose.imaging/image/getproportionalheight)(int, int, int) | Gets a proportional height. | -| static [GetProportionalWidth](../../aspose.imaging/image/getproportionalwidth)(int, int, int) | Gets a proportional width. | - -### Examples +| static [Create](../../aspose.imaging/image/create/#create_1)(Image[]) | Creates a new image using the specified images as pages | +| static [Create](../../aspose.imaging/image/create/#create_2)(Image[], bool) | Creates a new image the specified images as pages. | +| static [Create](../../aspose.imaging/image/create/#create)(ImageOptionsBase, int, int) | Creates a new image using the specified create options. | +| static [Load](../../aspose.imaging/image/load/#load)(Stream) | Loads a new image from the specified stream. | +| static [Load](../../aspose.imaging/image/load/#load_2)(string) | Loads a new image from the specified file. | +| static [Load](../../aspose.imaging/image/load/#load_1)(Stream, LoadOptions) | Loads a new image from the specified stream. | +| static [Load](../../aspose.imaging/image/load/#load_3)(string, LoadOptions) | Loads a new image from the specified file. | +| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](./save/) method as the second parameter. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [Resize](../../aspose.imaging/image/resize/#resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| abstract [Resize](../../aspose.imaging/image/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| abstract [Resize](../../aspose.imaging/image/resize/#resize_2)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/#resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/#resizeheightproportionally_1)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/#resizeheightproportionally_2)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/#resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/#resizewidthproportionally_1)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/#resizewidthproportionally_2)(int, ResizeType) | Resizes the width proportionally. | +| abstract [RotateFlip](../../aspose.imaging/image/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/#save)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/#save_4)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/#save_2)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/#save_5)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/#save_3)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/#save_6)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| abstract [SetPalette](../../aspose.imaging/image/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| static [CanLoad](../../aspose.imaging/image/canload/#canload)(Stream) | Determines whether image can be loaded from the specified stream. | +| static [CanLoad](../../aspose.imaging/image/canload/#canload_2)(string) | Determines whether image can be loaded from the specified file path. | +| static [CanLoad](../../aspose.imaging/image/canload/#canload_1)(Stream, LoadOptions) | Determines whether image can be loaded from the specified stream and optionally using the specified *loadOptions*. | +| static [CanLoad](../../aspose.imaging/image/canload/#canload_3)(string, LoadOptions) | Determines whether image can be loaded from the specified file path and optionally using the specified open options. | +| static [GetFileFormat](../../aspose.imaging/image/getfileformat/#getfileformat)(Stream) | Gets the file format. | +| static [GetFileFormat](../../aspose.imaging/image/getfileformat/#getfileformat_1)(string) | Gets the file format. | +| static [GetFittingRectangle](../../aspose.imaging/image/getfittingrectangle/#getfittingrectangle)(Rectangle, int, int) | Gets rectangle which fits the current image. | +| static [GetFittingRectangle](../../aspose.imaging/image/getfittingrectangle/#getfittingrectangle_1)(Rectangle, int[], int, int) | Gets rectangle which fits the current image. | +| static [GetProportionalHeight](../../aspose.imaging/image/getproportionalheight/)(int, int, int) | Gets a proportional height. | +| static [GetProportionalWidth](../../aspose.imaging/image/getproportionalwidth/)(int, int, int) | Gets a proportional width. | + +## Examples Determine if the palette is used by the image. @@ -148,9 +148,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [DataStreamSupporter](../datastreamsupporter) -* interface [IObjectWithBounds](../iobjectwithbounds) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [DataStreamSupporter](../datastreamsupporter/) +* interface [IObjectWithBounds](../iobjectwithbounds/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/autoadjustpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/autoadjustpalette/_index.md index 1ec8bab027a8..83438554c9fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/autoadjustpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/autoadjustpalette/_index.md @@ -1,7 +1,7 @@ --- -title: AutoAdjustPalette +title: Image.AutoAdjustPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets or sets a value indicating whether automatic adjust palette type: docs weight: 30 url: /net/aspose.imaging/image/autoadjustpalette/ @@ -20,8 +20,8 @@ public bool AutoAdjustPalette { get; set; } ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/backgroundcolor/_index.md index 2a9b927818cb..ffc34a7be2f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: Image.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets or sets a value for the background color type: docs weight: 40 url: /net/aspose.imaging/image/backgroundcolor/ @@ -16,9 +16,9 @@ public virtual Color BackgroundColor { get; set; } ### See Also -* struct [Color](../../color) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* struct [Color](../../color/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/bitsperpixel/_index.md index 9eb9ef265176..0668706e7347 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: Image.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets the image bits per pixel count type: docs weight: 50 url: /net/aspose.imaging/image/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/bounds/_index.md index ba24f3c73399..718398d7c075 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: Image.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets the image bounds type: docs weight: 60 url: /net/aspose.imaging/image/bounds/ @@ -20,9 +20,9 @@ The image bounds. ### See Also -* struct [Rectangle](../../rectangle) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* struct [Rectangle](../../rectangle/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/buffersizehint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/buffersizehint/_index.md index 495a561d0e04..0bc82aa07baf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/buffersizehint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/buffersizehint/_index.md @@ -1,7 +1,7 @@ --- -title: BufferSizeHint +title: Image.BufferSizeHint second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets or sets the buffer size hint which is defined max allowed size for all internal buffers type: docs weight: 70 url: /net/aspose.imaging/image/buffersizehint/ @@ -20,8 +20,8 @@ The buffer size hint, in megabytes. Non-positive value means no memory limitatio ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/canload/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/canload/_index.md index 747e77c6df6c..9b37d9ee8efd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/canload/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/canload/_index.md @@ -1,12 +1,12 @@ --- -title: CanLoad +title: Image.CanLoad second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Determines whether image can be loaded from the specified file path type: docs weight: 270 url: /net/aspose.imaging/image/canload/ --- -## Image.CanLoad method (1 of 4) +## CanLoad(string) {#canload_2} Determines whether image can be loaded from the specified file path. @@ -22,7 +22,7 @@ public static bool CanLoad(string filePath) `true` if image can be loaded from the specified file; otherwise, `false`. -### Examples +## Examples This example determines whether image can be loaded from a file. @@ -35,13 +35,13 @@ bool canLoad = Aspose.Imaging.Image.CanLoad(@"c:\temp\sample.gif"); ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.CanLoad method (2 of 4) +## CanLoad(string, LoadOptions) {#canload_3} Determines whether image can be loaded from the specified file path and optionally using the specified open options. @@ -60,14 +60,14 @@ public static bool CanLoad(string filePath, LoadOptions loadOptions) ### See Also -* class [LoadOptions](../../loadoptions) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [LoadOptions](../../loadoptions/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.CanLoad method (3 of 4) +## CanLoad(Stream) {#canload} Determines whether image can be loaded from the specified stream. @@ -83,7 +83,7 @@ public static bool CanLoad(Stream stream) `true` if image can be loaded from the specified stream; otherwise, `false`. -### Examples +## Examples This example determines whether image can be loaded from a file stream. @@ -110,13 +110,13 @@ using (System.IO.MemoryStream stream = new System.IO.MemoryStream(imageData)) ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.CanLoad method (4 of 4) +## CanLoad(Stream, LoadOptions) {#canload_1} Determines whether image can be loaded from the specified stream and optionally using the specified *loadOptions*. @@ -135,9 +135,9 @@ public static bool CanLoad(Stream stream, LoadOptions loadOptions) ### See Also -* class [LoadOptions](../../loadoptions) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [LoadOptions](../../loadoptions/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/cansave/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/cansave/_index.md index d037f80e741e..3a4993157b6c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/cansave/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/cansave/_index.md @@ -1,7 +1,7 @@ --- -title: CanSave +title: Image.CanSave second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Determines whether image can be saved to the specified file format represented by the passed save options type: docs weight: 170 url: /net/aspose.imaging/image/cansave/ @@ -22,7 +22,7 @@ public bool CanSave(ImageOptionsBase options) `true` if image can be saved to the specified file format represented by the passed save options; otherwise, `false`. -### Examples +## Examples This example shows how to determine whether image can be saved to the specified file format represented by the passed save options. @@ -43,9 +43,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/container/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/container/_index.md index ef09a17d2e90..c723fa7ade9a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/container/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/container/_index.md @@ -1,14 +1,14 @@ --- -title: Container +title: Image.Container second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets the Image container type: docs weight: 80 url: /net/aspose.imaging/image/container/ --- ## Image.Container property -Gets the [`Image`](../../image) container. +Gets the [`Image`](../) container. ```csharp public Image Container { get; } @@ -16,16 +16,16 @@ public Image Container { get; } ### Property Value -The [`Image`](../../image) container. +The [`Image`](../) container. -### Remarks +## Remarks If this property is not null it indicates the image is contained within another image. ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/create/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/create/_index.md index 2452cab44114..4696a4bfcb77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/create/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/create/_index.md @@ -1,12 +1,12 @@ --- -title: Create +title: Image.Create second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Creates a new image using the specified create options type: docs weight: 10 url: /net/aspose.imaging/image/create/ --- -## Image.Create method (1 of 3) +## Create(ImageOptionsBase, int, int) {#create} Creates a new image using the specified create options. @@ -24,7 +24,7 @@ public static Image Create(ImageOptionsBase imageOptions, int width, int height) The newly created image. -### Examples +## Examples This example creates a new Image file at some disk location as specified by Source property of the BmpOptions instance. Several properties for BmpOptions instance are set before creating the actual image. Especially the Source property, that refers to the actual disk location in this case. @@ -51,14 +51,14 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Create method (2 of 3) +## Create(Image[]) {#create_1} Creates a new image using the specified images as pages @@ -76,13 +76,13 @@ The Image as IMultipageImage ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Create method (3 of 3) +## Create(Image[], bool) {#create_2} Creates a new image the specified images as pages. @@ -101,8 +101,8 @@ The Image as IMultipageImage ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/fileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/fileformat/_index.md index 4424561298ef..0042b88ea48d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/fileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/fileformat/_index.md @@ -1,7 +1,7 @@ --- -title: FileFormat +title: Image.FileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets a value of file format type: docs weight: 90 url: /net/aspose.imaging/image/fileformat/ @@ -16,9 +16,9 @@ public virtual FileFormat FileFormat { get; } ### See Also -* enum [FileFormat](../../fileformat) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* enum [FileFormat](../../fileformat/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getdefaultoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getdefaultoptions/_index.md index f49498bb938e..f5355df6d6bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getdefaultoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getdefaultoptions/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultOptions +title: Image.GetDefaultOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Gets the default options type: docs weight: 180 url: /net/aspose.imaging/image/getdefaultoptions/ @@ -24,9 +24,9 @@ Default options ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getfileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getfileformat/_index.md index fff0d2cbef6d..189ca55ecbc4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getfileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getfileformat/_index.md @@ -1,12 +1,12 @@ --- -title: GetFileFormat +title: Image.GetFileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Gets the file format type: docs weight: 280 url: /net/aspose.imaging/image/getfileformat/ --- -## Image.GetFileFormat method (1 of 2) +## GetFileFormat(string) {#getfileformat_1} Gets the file format. @@ -22,11 +22,11 @@ public static FileFormat GetFileFormat(string filePath) The determined file format. -### Remarks +## Remarks The file format determined does not mean that the specified image may be loaded. Use one of the CanLoad method overloads to determine whether file may be loaded. -### Examples +## Examples This example shows how to determine the image format without loading the entire image from a file. @@ -42,14 +42,14 @@ System.Console.WriteLine("The file format is {0}", format); ### See Also -* enum [FileFormat](../../fileformat) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* enum [FileFormat](../../fileformat/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.GetFileFormat method (2 of 2) +## GetFileFormat(Stream) {#getfileformat} Gets the file format. @@ -65,11 +65,11 @@ public static FileFormat GetFileFormat(Stream stream) The determined file format. -### Remarks +## Remarks The file format determined does not mean that the specified image may be loaded. Use one of the CanLoad method overloads to determine whether stream may be loaded. -### Examples +## Examples This example shows how to determine the image format without loading the entire image from a file stream. @@ -96,9 +96,9 @@ using (System.IO.MemoryStream stream = new System.IO.MemoryStream(imageData)) ### See Also -* enum [FileFormat](../../fileformat) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* enum [FileFormat](../../fileformat/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getfittingrectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getfittingrectangle/_index.md index 331af929aa4e..848ede405f7d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getfittingrectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getfittingrectangle/_index.md @@ -1,12 +1,12 @@ --- -title: GetFittingRectangle +title: Image.GetFittingRectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Gets rectangle which fits the current image type: docs weight: 290 url: /net/aspose.imaging/image/getfittingrectangle/ --- -## Image.GetFittingRectangle method (1 of 2) +## GetFittingRectangle(Rectangle, int, int) {#getfittingrectangle} Gets rectangle which fits the current image. @@ -26,14 +26,14 @@ The fitting rectangle or exception if no fitting rectangle can be found. ### See Also -* struct [Rectangle](../../rectangle) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* struct [Rectangle](../../rectangle/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.GetFittingRectangle method (2 of 2) +## GetFittingRectangle(Rectangle, int[], int, int) {#getfittingrectangle_1} Gets rectangle which fits the current image. @@ -55,9 +55,9 @@ The fitting rectangle or exception if no fitting rectangle can be found. ### See Also -* struct [Rectangle](../../rectangle) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* struct [Rectangle](../../rectangle/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getoriginaloptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getoriginaloptions/_index.md index f4fc2ef465d5..a4e7290e3d40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getoriginaloptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getoriginaloptions/_index.md @@ -1,14 +1,14 @@ --- -title: GetOriginalOptions +title: Image.GetOriginalOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Gets the options based on the original file settings. This can be helpful to keep bitdepth and other parameters of the original image unchanged. For example if we load a blackwhite PNG image with 1 bit per pixel and then save it using the Save method the output PNG image with 8bit per pixel will be produced. To avoid it and save PNG image with 1bit per pixel use this method to get corresponding saving options and pass them to the Save method as the second parameter type: docs weight: 190 url: /net/aspose.imaging/image/getoriginaloptions/ --- ## Image.GetOriginalOptions method -Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../save) method as the second parameter. +Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../save/) method as the second parameter. ```csharp public virtual ImageOptionsBase GetOriginalOptions() @@ -20,9 +20,9 @@ The options based on the original file settings. ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getproportionalheight/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getproportionalheight/_index.md index 851f1a3bee48..50ac79801e98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getproportionalheight/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getproportionalheight/_index.md @@ -1,7 +1,7 @@ --- -title: GetProportionalHeight +title: Image.GetProportionalHeight second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Gets a proportional height type: docs weight: 300 url: /net/aspose.imaging/image/getproportionalheight/ @@ -26,8 +26,8 @@ The proportional height. ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getproportionalwidth/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getproportionalwidth/_index.md index 290efffc58a5..223d559710ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getproportionalwidth/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getproportionalwidth/_index.md @@ -1,7 +1,7 @@ --- -title: GetProportionalWidth +title: Image.GetProportionalWidth second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Gets a proportional width type: docs weight: 310 url: /net/aspose.imaging/image/getproportionalwidth/ @@ -26,8 +26,8 @@ The proportional width. ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getserializedstream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getserializedstream/_index.md index 0eb16939a25c..47f50ae62be2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/getserializedstream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/getserializedstream/_index.md @@ -1,7 +1,7 @@ --- -title: GetSerializedStream +title: Image.GetSerializedStream second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Converts to aps type: docs weight: 200 url: /net/aspose.imaging/image/getserializedstream/ @@ -27,10 +27,10 @@ The serialized stream ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* struct [Rectangle](../../rectangle) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* struct [Rectangle](../../rectangle/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/hasbackgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/hasbackgroundcolor/_index.md index a3ac338ca753..0dcb5e3d814d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/hasbackgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/hasbackgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasBackgroundColor +title: Image.HasBackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets or sets a value indicating whether image has background color type: docs weight: 100 url: /net/aspose.imaging/image/hasbackgroundcolor/ @@ -16,8 +16,8 @@ public virtual bool HasBackgroundColor { get; set; } ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/height/_index.md index 88c122cf1955..7b4ebd2e65be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: Image.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets the image height type: docs weight: 110 url: /net/aspose.imaging/image/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/interruptmonitor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/interruptmonitor/_index.md index d75e11cb927b..24b6d900bb8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/interruptmonitor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/interruptmonitor/_index.md @@ -1,7 +1,7 @@ --- -title: InterruptMonitor +title: Image.InterruptMonitor second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets or sets the interrupt monitor type: docs weight: 120 url: /net/aspose.imaging/image/interruptmonitor/ @@ -16,9 +16,9 @@ public InterruptMonitor InterruptMonitor { get; set; } ### See Also -* class [InterruptMonitor](../../../aspose.imaging.multithreading/interruptmonitor) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [InterruptMonitor](../../../aspose.imaging.multithreading/interruptmonitor/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/load/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/load/_index.md index bba2180cf92a..0e806f9f4df7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/load/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/load/_index.md @@ -1,12 +1,12 @@ --- -title: Load +title: Image.Load second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Loads a new image from the specified file type: docs weight: 20 url: /net/aspose.imaging/image/load/ --- -## Image.Load method (1 of 4) +## Load(string, LoadOptions) {#load_3} Loads a new image from the specified file. @@ -25,14 +25,14 @@ The loaded image. ### See Also -* class [LoadOptions](../../loadoptions) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [LoadOptions](../../loadoptions/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Load method (2 of 4) +## Load(string) {#load_2} Loads a new image from the specified file. @@ -48,7 +48,7 @@ public static Image Load(string filePath) The loaded image. -### Examples +## Examples This example demonstrates the loading of an existing Image file into an instance of Aspose.Imaging.Image using file path specified @@ -64,13 +64,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"C:\temp\sample.b ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Load method (3 of 4) +## Load(Stream, LoadOptions) {#load_1} Loads a new image from the specified stream. @@ -89,14 +89,14 @@ The loaded image. ### See Also -* class [LoadOptions](../../loadoptions) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [LoadOptions](../../loadoptions/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Load method (4 of 4) +## Load(Stream) {#load} Loads a new image from the specified stream. @@ -112,7 +112,7 @@ public static Image Load(Stream stream) The loaded image. -### Examples +## Examples This example demonstrates the use of System.IO.Stream objects to load an existing Image file @@ -132,8 +132,8 @@ using (System.IO.FileStream stream = new System.IO.FileStream(@"C:\temp\sample.b ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/palette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/palette/_index.md index d95955754314..88713a0f3235 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/palette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/palette/_index.md @@ -1,7 +1,7 @@ --- -title: Palette +title: Image.Palette second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets or sets the color palette. The color palette is not used when pixels are represented directly type: docs weight: 130 url: /net/aspose.imaging/image/palette/ @@ -20,9 +20,9 @@ The color palette. ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* interface [IColorPalette](../../icolorpalette/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/resize/_index.md index 2465d544aba9..87aceb550338 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: Image.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Resizes the image. The default NearestNeighbourResample is used type: docs weight: 210 url: /net/aspose.imaging/image/resize/ --- -## Image.Resize method (1 of 3) +## Resize(int, int) {#resize} Resizes the image. The default NearestNeighbourResample is used. @@ -19,7 +19,7 @@ public void Resize(int newWidth, int newHeight) | newWidth | Int32 | The new width. | | newHeight | Int32 | The new height. | -### Examples +## Examples The following example shows how to resize a metafile (WMF and EMF). @@ -80,13 +80,13 @@ foreach (string inputFile in fileNames) ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Resize method (2 of 3) +## Resize(int, int, ResizeType) {#resize_2} Resizes the image. @@ -100,7 +100,7 @@ public abstract void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples Resize image using specific Resize Type. @@ -216,14 +216,14 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* enum [ResizeType](../../resizetype) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* enum [ResizeType](../../resizetype/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Resize method (3 of 3) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -237,7 +237,7 @@ public abstract void Resize(int newWidth, int newHeight, ImageResizeSettings set | newHeight | Int32 | The new height. | | settings | ImageResizeSettings | The resize settings. | -### Examples +## Examples Resize image using specific Resize Type. @@ -297,9 +297,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageResizeSettings](../../imageresizesettings/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/resizeheightproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/resizeheightproportionally/_index.md index 7d6572aea9e9..5eb0a8e5017c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/resizeheightproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/resizeheightproportionally/_index.md @@ -1,12 +1,12 @@ --- -title: ResizeHeightProportionally +title: Image.ResizeHeightProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Resizes the height proportionally. The default NearestNeighbourResample is used type: docs weight: 220 url: /net/aspose.imaging/image/resizeheightproportionally/ --- -## Image.ResizeHeightProportionally method (1 of 3) +## ResizeHeightProportionally(int) {#resizeheightproportionally} Resizes the height proportionally. The default NearestNeighbourResample is used. @@ -20,13 +20,13 @@ public void ResizeHeightProportionally(int newHeight) ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.ResizeHeightProportionally method (2 of 3) +## ResizeHeightProportionally(int, ResizeType) {#resizeheightproportionally_2} Resizes the height proportionally. @@ -39,7 +39,7 @@ public virtual void ResizeHeightProportionally(int newHeight, ResizeType resizeT | newHeight | Int32 | The new height. | | resizeType | ResizeType | Type of the resize. | -### Examples +## Examples This example loads an image and resizes it proportionally using various resizing methods. Only the height is specified, the width is calculated automatically. @@ -131,14 +131,14 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* enum [ResizeType](../../resizetype) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* enum [ResizeType](../../resizetype/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.ResizeHeightProportionally method (3 of 3) +## ResizeHeightProportionally(int, ImageResizeSettings) {#resizeheightproportionally_1} Resizes the height proportionally. @@ -153,9 +153,9 @@ public virtual void ResizeHeightProportionally(int newHeight, ImageResizeSetting ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageResizeSettings](../../imageresizesettings/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/resizewidthproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/resizewidthproportionally/_index.md index 25cf6c50fbb5..f34c999741fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/resizewidthproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/resizewidthproportionally/_index.md @@ -1,12 +1,12 @@ --- -title: ResizeWidthProportionally +title: Image.ResizeWidthProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Resizes the width proportionally. The default NearestNeighbourResample is used type: docs weight: 230 url: /net/aspose.imaging/image/resizewidthproportionally/ --- -## Image.ResizeWidthProportionally method (1 of 3) +## ResizeWidthProportionally(int) {#resizewidthproportionally} Resizes the width proportionally. The default NearestNeighbourResample is used. @@ -20,13 +20,13 @@ public void ResizeWidthProportionally(int newWidth) ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.ResizeWidthProportionally method (2 of 3) +## ResizeWidthProportionally(int, ResizeType) {#resizewidthproportionally_2} Resizes the width proportionally. @@ -39,7 +39,7 @@ public virtual void ResizeWidthProportionally(int newWidth, ResizeType resizeTyp | newWidth | Int32 | The new width. | | resizeType | ResizeType | Type of the resize. | -### Examples +## Examples This example loads an image and resizes it proportionally using various resizing methods. Only the width is specified, the height is calculated automatically. @@ -79,14 +79,14 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* enum [ResizeType](../../resizetype) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* enum [ResizeType](../../resizetype/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.ResizeWidthProportionally method (3 of 3) +## ResizeWidthProportionally(int, ImageResizeSettings) {#resizewidthproportionally_1} Resizes the width proportionally. @@ -101,9 +101,9 @@ public virtual void ResizeWidthProportionally(int newWidth, ImageResizeSettings ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageResizeSettings](../../imageresizesettings/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/rotateflip/_index.md index eac5097ea9bd..1fc1c15805f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: Image.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Rotates flips or rotates and flips the image type: docs weight: 240 url: /net/aspose.imaging/image/rotateflip/ @@ -18,7 +18,7 @@ public abstract void RotateFlip(RotateFlipType rotateFlipType) | --- | --- | --- | | rotateFlipType | RotateFlipType | Type of the rotate flip. | -### Examples +## Examples This example demonstrates the use of Rotate operation on an image. Example loads an existing image file from some disk location and performs the Rotate operaation on the image according to the value of Enum Aspose.Imaging.RotateFlipType @@ -64,9 +64,9 @@ foreach (Aspose.Imaging.RotateFlipType rotateFlipType in rotateFlipTypes) ### See Also -* enum [RotateFlipType](../../rotatefliptype) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* enum [RotateFlipType](../../rotatefliptype/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/save/_index.md index 4a5d1887f4cb..17d05206478c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/save/_index.md @@ -1,12 +1,12 @@ --- -title: Save +title: Image.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Saves the image data to the underlying stream type: docs weight: 250 url: /net/aspose.imaging/image/save/ --- -## Image.Save method (1 of 6) +## Save() {#save} Saves the image data to the underlying stream. @@ -14,7 +14,7 @@ Saves the image data to the underlying stream. public void Save() ``` -### Examples +## Examples The following example shows how to save an entiree BMP image or part of it to a file or stream. @@ -68,13 +68,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.bmp" ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Save method (2 of 6) +## Save(string) {#save_4} Saves the image to the specified file location. @@ -88,13 +88,13 @@ public override void Save(string filePath) ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Save method (3 of 6) +## Save(string, ImageOptionsBase) {#save_5} Saves the object's data to the specified file location in the specified file format according to save options. @@ -107,7 +107,7 @@ public virtual void Save(string filePath, ImageOptionsBase options) | filePath | String | The file path. | | options | ImageOptionsBase | The options. | -### Examples +## Examples The following example loads a BMP image from a file, then saves the image to a PNG file. @@ -194,14 +194,14 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.bmp" ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Save method (4 of 6) +## Save(string, ImageOptionsBase, Rectangle) {#save_6} Saves the object's data to the specified file location in the specified file format according to save options. @@ -220,9 +220,9 @@ public virtual void Save(string filePath, ImageOptionsBase options, Rectangle bo | exception | condition | | --- | --- | | ArgumentNullException | options | -| [ImageSaveException](../../../aspose.imaging.coreexceptions/imagesaveexception) | Image saving failed. | +| [ImageSaveException](../../../aspose.imaging.coreexceptions/imagesaveexception/) | Image saving failed. | -### Examples +## Examples The following example loads a BMP image from a file, then saves a rectangular part of the image to a PNG file. @@ -292,15 +292,15 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.bmp" ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* struct [Rectangle](../../rectangle) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* struct [Rectangle](../../rectangle/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Save method (5 of 6) +## Save(Stream, ImageOptionsBase) {#save_2} Saves the image's data to the specified stream in the specified file format according to save options. @@ -319,9 +319,9 @@ public void Save(Stream stream, ImageOptionsBase optionsBase) | --- | --- | | ArgumentNullException | optionsBase | | ArgumentException | Cannot save to the specified format as it is not supported at the moment.;optionsBase | -| [ImageSaveException](../../../aspose.imaging.coreexceptions/imagesaveexception) | Image export failed. | +| [ImageSaveException](../../../aspose.imaging.coreexceptions/imagesaveexception/) | Image export failed. | -### Examples +## Examples The following example loads an image from a file, then saves the image to a PNG file stream. @@ -413,14 +413,14 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.bmp" ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) --- -## Image.Save method (6 of 6) +## Save(Stream, ImageOptionsBase, Rectangle) {#save_3} Saves the image's data to the specified stream in the specified file format according to save options. @@ -440,9 +440,9 @@ public virtual void Save(Stream stream, ImageOptionsBase optionsBase, Rectangle | --- | --- | | ArgumentNullException | optionsBase | | ArgumentException | Cannot save to the specified format as it is not supported at the moment.;optionsBase | -| [ImageSaveException](../../../aspose.imaging.coreexceptions/imagesaveexception) | Image export failed. | +| [ImageSaveException](../../../aspose.imaging.coreexceptions/imagesaveexception/) | Image export failed. | -### Examples +## Examples The following example loads an image from a file, then saves a rectangular part of the image to a PNG file stream. @@ -515,10 +515,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.bmp" ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* struct [Rectangle](../../rectangle) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [ImageOptionsBase](../../imageoptionsbase/) +* struct [Rectangle](../../rectangle/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/setpalette/_index.md index e1701855e037..28949f950ec3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: Image.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Image method. Sets the image palette type: docs weight: 260 url: /net/aspose.imaging/image/setpalette/ @@ -21,9 +21,9 @@ public abstract void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* interface [IColorPalette](../../icolorpalette/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/size/_index.md index 6e3bc37c4845..e04079d1ac2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: Image.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets the image size type: docs weight: 140 url: /net/aspose.imaging/image/size/ @@ -18,7 +18,7 @@ public Size Size { get; } The image size. -### Examples +## Examples This example shows how to load a DJVU image from a file stream and print information about the pages. @@ -64,9 +64,9 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* struct [Size](../../size) -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* struct [Size](../../size/) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/usepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/usepalette/_index.md index f16fdcba202d..65d334ac4bc9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/usepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/usepalette/_index.md @@ -1,7 +1,7 @@ --- -title: UsePalette +title: Image.UsePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets a value indicating whether the image palette is used type: docs weight: 150 url: /net/aspose.imaging/image/usepalette/ @@ -18,7 +18,7 @@ public virtual bool UsePalette { get; } `true` if the palette is used in the image; otherwise, `false`. -### Examples +## Examples Determine if the palette is used by the image. @@ -36,8 +36,8 @@ using (var image = Image.Load(folder + "Sample.bmp")) ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/image/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/image/width/_index.md index e540463ff4aa..c060da030f10 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/image/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/image/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: Image.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: Image property. Gets the image width type: docs weight: 160 url: /net/aspose.imaging/image/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [Image](../../image) -* namespace [Aspose.Imaging](../../image) +* class [Image](../) +* namespace [Aspose.Imaging](../../image/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/_index.md index 5fd05b3198bd..4f1daf57421c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/_index.md @@ -1,14 +1,14 @@ --- -title: ImageAttributes +title: Class ImageAttributes second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageAttributes class. An ImageAttributes object contains information about how bitmap and metafile colors are manipulated during rendering. An ImageAttributes object maintains several coloradjustment settings including coloradjustment matrices grayscaleadjustment matrices gammacorrection values colormap tables and colorthreshold values. During rendering colors can be corrected darkened lightened and removed. To apply such manipulations initialize an ImageAttributes object and pass the path of that ImageAttributes object along with the path of an Image to the DrawImage method type: docs weight: 9760 url: /net/aspose.imaging/imageattributes/ --- ## ImageAttributes class -An [`ImageAttributes`](../imageattributes) object contains information about how bitmap and metafile colors are manipulated during rendering. An [`ImageAttributes`](../imageattributes) object maintains several color-adjustment settings, including color-adjustment matrices, grayscale-adjustment matrices, gamma-correction values, color-map tables, and color-threshold values. During rendering, colors can be corrected, darkened, lightened, and removed. To apply such manipulations, initialize an [`ImageAttributes`](../imageattributes) object and pass the path of that [`ImageAttributes`](../imageattributes) object (along with the path of an [`Image`](../image)) to the DrawImage method. +An `ImageAttributes` object contains information about how bitmap and metafile colors are manipulated during rendering. An `ImageAttributes` object maintains several color-adjustment settings, including color-adjustment matrices, grayscale-adjustment matrices, gamma-correction values, color-map tables, and color-threshold values. During rendering, colors can be corrected, darkened, lightened, and removed. To apply such manipulations, initialize an `ImageAttributes` object and pass the path of that `ImageAttributes` object (along with the path of an [`Image`](../image/)) to the DrawImage method. ```csharp public sealed class ImageAttributes @@ -18,57 +18,57 @@ public sealed class ImageAttributes | Name | Description | | --- | --- | -| [ImageAttributes](imageattributes)() | The default constructor. | +| [ImageAttributes](imageattributes/)() | The default constructor. | ## Methods | Name | Description | | --- | --- | -| [ClearBrushRemapTable](../../aspose.imaging/imageattributes/clearbrushremaptable)() | Clears the brush color-remap table of this [`ImageAttributes`](../imageattributes) object. | -| [ClearColorKey](../../aspose.imaging/imageattributes/clearcolorkey)() | Clears the color key (transparency range) for the default category. | -| [ClearColorKey](../../aspose.imaging/imageattributes/clearcolorkey)(ColorAdjustType) | Clears the color key (transparency range) for a specified category. | -| [ClearColorMatrix](../../aspose.imaging/imageattributes/clearcolormatrix)() | Clears the color-adjustment matrix for the default category. | -| [ClearColorMatrix](../../aspose.imaging/imageattributes/clearcolormatrix)(ColorAdjustType) | Clears the color-adjustment matrix for a specified category. | -| [ClearGamma](../../aspose.imaging/imageattributes/cleargamma)() | Disables gamma correction for the default category. | -| [ClearGamma](../../aspose.imaging/imageattributes/cleargamma)(ColorAdjustType) | Disables gamma correction for a specified category. | -| [ClearNoOp](../../aspose.imaging/imageattributes/clearnoop)() | Clears the NoOp setting for the default category. | -| [ClearNoOp](../../aspose.imaging/imageattributes/clearnoop)(ColorAdjustType) | Clears the NoOp setting for a specified category. | -| [ClearOutputChannel](../../aspose.imaging/imageattributes/clearoutputchannel)() | Clears the CMYK (cyan-magenta-yellow-black) output channel setting for the default category. | -| [ClearOutputChannel](../../aspose.imaging/imageattributes/clearoutputchannel)(ColorAdjustType) | Clears the (cyan-magenta-yellow-black) output channel setting for a specified category. | -| [ClearOutputChannelColorProfile](../../aspose.imaging/imageattributes/clearoutputchannelcolorprofile)() | Clears the output channel color profile setting for the default category. | -| [ClearOutputChannelColorProfile](../../aspose.imaging/imageattributes/clearoutputchannelcolorprofile)(ColorAdjustType) | Clears the output channel color profile setting for a specified category. | -| [ClearRemapTable](../../aspose.imaging/imageattributes/clearremaptable)() | Clears the color-remap table for the default category. | -| [ClearRemapTable](../../aspose.imaging/imageattributes/clearremaptable)(ColorAdjustType) | Clears the color-remap table for a specified category. | -| [ClearThreshold](../../aspose.imaging/imageattributes/clearthreshold)() | Clears the threshold value for the default category. | -| [ClearThreshold](../../aspose.imaging/imageattributes/clearthreshold)(ColorAdjustType) | Clears the threshold value for a specified category. | -| [SetBrushRemapTable](../../aspose.imaging/imageattributes/setbrushremaptable)(ColorMap[]) | Sets the color-remap table for the brush category. | -| [SetColorKey](../../aspose.imaging/imageattributes/setcolorkey)(Color, Color) | Sets the color key for the default category. | -| [SetColorKey](../../aspose.imaging/imageattributes/setcolorkey)(Color, Color, ColorAdjustType) | Sets the color key (transparency range) for a specified category. | -| [SetColorMatrices](../../aspose.imaging/imageattributes/setcolormatrices)(ColorMatrix, ColorMatrix) | Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category. | -| [SetColorMatrices](../../aspose.imaging/imageattributes/setcolormatrices)(ColorMatrix, ColorMatrix, ColorMatrixFlag) | Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category. | -| [SetColorMatrices](../../aspose.imaging/imageattributes/setcolormatrices)(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType) | Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category. | -| [SetColorMatrix](../../aspose.imaging/imageattributes/setcolormatrix)(ColorMatrix) | Sets the color-adjustment matrix for the default category. | -| [SetColorMatrix](../../aspose.imaging/imageattributes/setcolormatrix)(ColorMatrix, ColorMatrixFlag) | Sets the color-adjustment matrix for the default category. | -| [SetColorMatrix](../../aspose.imaging/imageattributes/setcolormatrix)(ColorMatrix, ColorMatrixFlag, ColorAdjustType) | Sets the color-adjustment matrix for a specified category. | -| [SetGamma](../../aspose.imaging/imageattributes/setgamma)(float) | Sets the gamma value for the default category. | -| [SetGamma](../../aspose.imaging/imageattributes/setgamma)(float, ColorAdjustType) | Sets the gamma value for a specified category. | -| [SetNoOp](../../aspose.imaging/imageattributes/setnoop)() | Turns off color adjustment for the default category. | -| [SetNoOp](../../aspose.imaging/imageattributes/setnoop)(ColorAdjustType) | Turns off color adjustment for a specified category. | -| [SetOutputChannel](../../aspose.imaging/imageattributes/setoutputchannel)(ColorChannelFlag) | Sets the CMYK (cyan-magenta-yellow-black) output channel for the default category. | -| [SetOutputChannel](../../aspose.imaging/imageattributes/setoutputchannel)(ColorChannelFlag, ColorAdjustType) | Sets the CMYK (cyan-magenta-yellow-black) output channel for a specified category. | -| [SetOutputChannelColorProfile](../../aspose.imaging/imageattributes/setoutputchannelcolorprofile)(string) | Sets the output channel color-profile file for the default category. | -| [SetOutputChannelColorProfile](../../aspose.imaging/imageattributes/setoutputchannelcolorprofile)(string, ColorAdjustType) | Sets the output channel color-profile file for a specified category. | -| [SetRemapTable](../../aspose.imaging/imageattributes/setremaptable)(ColorMap[]) | Sets the color-remap table for the default category. | -| [SetRemapTable](../../aspose.imaging/imageattributes/setremaptable)(ColorMap[], ColorAdjustType) | Sets the color-remap table for a specified category. | -| [SetThreshold](../../aspose.imaging/imageattributes/setthreshold)(float) | Sets the threshold (transparency range) for the default category. | -| [SetThreshold](../../aspose.imaging/imageattributes/setthreshold)(float, ColorAdjustType) | Sets the threshold (transparency range) for a specified category. | -| [SetWrapMode](../../aspose.imaging/imageattributes/setwrapmode)(WrapMode) | Sets the wrap mode that is used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. | -| [SetWrapMode](../../aspose.imaging/imageattributes/setwrapmode)(WrapMode, Color) | Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. | -| [SetWrapMode](../../aspose.imaging/imageattributes/setwrapmode)(WrapMode, Color, bool) | Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. | +| [ClearBrushRemapTable](../../aspose.imaging/imageattributes/clearbrushremaptable/)() | Clears the brush color-remap table of this `ImageAttributes` object. | +| [ClearColorKey](../../aspose.imaging/imageattributes/clearcolorkey/#clearcolorkey)() | Clears the color key (transparency range) for the default category. | +| [ClearColorKey](../../aspose.imaging/imageattributes/clearcolorkey/#clearcolorkey_1)(ColorAdjustType) | Clears the color key (transparency range) for a specified category. | +| [ClearColorMatrix](../../aspose.imaging/imageattributes/clearcolormatrix/#clearcolormatrix)() | Clears the color-adjustment matrix for the default category. | +| [ClearColorMatrix](../../aspose.imaging/imageattributes/clearcolormatrix/#clearcolormatrix_1)(ColorAdjustType) | Clears the color-adjustment matrix for a specified category. | +| [ClearGamma](../../aspose.imaging/imageattributes/cleargamma/#cleargamma)() | Disables gamma correction for the default category. | +| [ClearGamma](../../aspose.imaging/imageattributes/cleargamma/#cleargamma_1)(ColorAdjustType) | Disables gamma correction for a specified category. | +| [ClearNoOp](../../aspose.imaging/imageattributes/clearnoop/#clearnoop)() | Clears the NoOp setting for the default category. | +| [ClearNoOp](../../aspose.imaging/imageattributes/clearnoop/#clearnoop_1)(ColorAdjustType) | Clears the NoOp setting for a specified category. | +| [ClearOutputChannel](../../aspose.imaging/imageattributes/clearoutputchannel/#clearoutputchannel)() | Clears the CMYK (cyan-magenta-yellow-black) output channel setting for the default category. | +| [ClearOutputChannel](../../aspose.imaging/imageattributes/clearoutputchannel/#clearoutputchannel_1)(ColorAdjustType) | Clears the (cyan-magenta-yellow-black) output channel setting for a specified category. | +| [ClearOutputChannelColorProfile](../../aspose.imaging/imageattributes/clearoutputchannelcolorprofile/#clearoutputchannelcolorprofile)() | Clears the output channel color profile setting for the default category. | +| [ClearOutputChannelColorProfile](../../aspose.imaging/imageattributes/clearoutputchannelcolorprofile/#clearoutputchannelcolorprofile_1)(ColorAdjustType) | Clears the output channel color profile setting for a specified category. | +| [ClearRemapTable](../../aspose.imaging/imageattributes/clearremaptable/#clearremaptable)() | Clears the color-remap table for the default category. | +| [ClearRemapTable](../../aspose.imaging/imageattributes/clearremaptable/#clearremaptable_1)(ColorAdjustType) | Clears the color-remap table for a specified category. | +| [ClearThreshold](../../aspose.imaging/imageattributes/clearthreshold/#clearthreshold)() | Clears the threshold value for the default category. | +| [ClearThreshold](../../aspose.imaging/imageattributes/clearthreshold/#clearthreshold_1)(ColorAdjustType) | Clears the threshold value for a specified category. | +| [SetBrushRemapTable](../../aspose.imaging/imageattributes/setbrushremaptable/)(ColorMap[]) | Sets the color-remap table for the brush category. | +| [SetColorKey](../../aspose.imaging/imageattributes/setcolorkey/#setcolorkey)(Color, Color) | Sets the color key for the default category. | +| [SetColorKey](../../aspose.imaging/imageattributes/setcolorkey/#setcolorkey_1)(Color, Color, ColorAdjustType) | Sets the color key (transparency range) for a specified category. | +| [SetColorMatrices](../../aspose.imaging/imageattributes/setcolormatrices/#setcolormatrices)(ColorMatrix, ColorMatrix) | Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category. | +| [SetColorMatrices](../../aspose.imaging/imageattributes/setcolormatrices/#setcolormatrices_1)(ColorMatrix, ColorMatrix, ColorMatrixFlag) | Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category. | +| [SetColorMatrices](../../aspose.imaging/imageattributes/setcolormatrices/#setcolormatrices_2)(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType) | Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category. | +| [SetColorMatrix](../../aspose.imaging/imageattributes/setcolormatrix/#setcolormatrix)(ColorMatrix) | Sets the color-adjustment matrix for the default category. | +| [SetColorMatrix](../../aspose.imaging/imageattributes/setcolormatrix/#setcolormatrix_1)(ColorMatrix, ColorMatrixFlag) | Sets the color-adjustment matrix for the default category. | +| [SetColorMatrix](../../aspose.imaging/imageattributes/setcolormatrix/#setcolormatrix_2)(ColorMatrix, ColorMatrixFlag, ColorAdjustType) | Sets the color-adjustment matrix for a specified category. | +| [SetGamma](../../aspose.imaging/imageattributes/setgamma/#setgamma)(float) | Sets the gamma value for the default category. | +| [SetGamma](../../aspose.imaging/imageattributes/setgamma/#setgamma_1)(float, ColorAdjustType) | Sets the gamma value for a specified category. | +| [SetNoOp](../../aspose.imaging/imageattributes/setnoop/#setnoop)() | Turns off color adjustment for the default category. | +| [SetNoOp](../../aspose.imaging/imageattributes/setnoop/#setnoop_1)(ColorAdjustType) | Turns off color adjustment for a specified category. | +| [SetOutputChannel](../../aspose.imaging/imageattributes/setoutputchannel/#setoutputchannel)(ColorChannelFlag) | Sets the CMYK (cyan-magenta-yellow-black) output channel for the default category. | +| [SetOutputChannel](../../aspose.imaging/imageattributes/setoutputchannel/#setoutputchannel_1)(ColorChannelFlag, ColorAdjustType) | Sets the CMYK (cyan-magenta-yellow-black) output channel for a specified category. | +| [SetOutputChannelColorProfile](../../aspose.imaging/imageattributes/setoutputchannelcolorprofile/#setoutputchannelcolorprofile)(string) | Sets the output channel color-profile file for the default category. | +| [SetOutputChannelColorProfile](../../aspose.imaging/imageattributes/setoutputchannelcolorprofile/#setoutputchannelcolorprofile_1)(string, ColorAdjustType) | Sets the output channel color-profile file for a specified category. | +| [SetRemapTable](../../aspose.imaging/imageattributes/setremaptable/#setremaptable)(ColorMap[]) | Sets the color-remap table for the default category. | +| [SetRemapTable](../../aspose.imaging/imageattributes/setremaptable/#setremaptable_1)(ColorMap[], ColorAdjustType) | Sets the color-remap table for a specified category. | +| [SetThreshold](../../aspose.imaging/imageattributes/setthreshold/#setthreshold)(float) | Sets the threshold (transparency range) for the default category. | +| [SetThreshold](../../aspose.imaging/imageattributes/setthreshold/#setthreshold_1)(float, ColorAdjustType) | Sets the threshold (transparency range) for a specified category. | +| [SetWrapMode](../../aspose.imaging/imageattributes/setwrapmode/#setwrapmode)(WrapMode) | Sets the wrap mode that is used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. | +| [SetWrapMode](../../aspose.imaging/imageattributes/setwrapmode/#setwrapmode_1)(WrapMode, Color) | Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. | +| [SetWrapMode](../../aspose.imaging/imageattributes/setwrapmode/#setwrapmode_2)(WrapMode, Color, bool) | Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearbrushremaptable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearbrushremaptable/_index.md index 9994bde33cee..2c528454f73b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearbrushremaptable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearbrushremaptable/_index.md @@ -1,14 +1,14 @@ --- -title: ClearBrushRemapTable +title: ImageAttributes.ClearBrushRemapTable second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Clears the brush colorremap table of this ImageAttributes object type: docs weight: 20 url: /net/aspose.imaging/imageattributes/clearbrushremaptable/ --- ## ImageAttributes.ClearBrushRemapTable method -Clears the brush color-remap table of this [`ImageAttributes`](../../imageattributes) object. +Clears the brush color-remap table of this [`ImageAttributes`](../) object. ```csharp public void ClearBrushRemapTable() @@ -16,8 +16,8 @@ public void ClearBrushRemapTable() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearcolorkey/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearcolorkey/_index.md index 61d4bc9d2a3a..843f22da1b47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearcolorkey/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearcolorkey/_index.md @@ -1,12 +1,12 @@ --- -title: ClearColorKey +title: ImageAttributes.ClearColorKey second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Clears the color key transparency range for the default category type: docs weight: 30 url: /net/aspose.imaging/imageattributes/clearcolorkey/ --- -## ImageAttributes.ClearColorKey method (1 of 2) +## ClearColorKey() {#clearcolorkey} Clears the color key (transparency range) for the default category. @@ -16,13 +16,13 @@ public void ClearColorKey() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.ClearColorKey method (2 of 2) +## ClearColorKey(ColorAdjustType) {#clearcolorkey_1} Clears the color key (transparency range) for a specified category. @@ -32,13 +32,13 @@ public void ClearColorKey(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the color key is cleared. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the color key is cleared. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearcolormatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearcolormatrix/_index.md index b3d851e25110..22d4b4f49044 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearcolormatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearcolormatrix/_index.md @@ -1,12 +1,12 @@ --- -title: ClearColorMatrix +title: ImageAttributes.ClearColorMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Clears the coloradjustment matrix for the default category type: docs weight: 40 url: /net/aspose.imaging/imageattributes/clearcolormatrix/ --- -## ImageAttributes.ClearColorMatrix method (1 of 2) +## ClearColorMatrix() {#clearcolormatrix} Clears the color-adjustment matrix for the default category. @@ -16,13 +16,13 @@ public void ClearColorMatrix() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.ClearColorMatrix method (2 of 2) +## ClearColorMatrix(ColorAdjustType) {#clearcolormatrix_1} Clears the color-adjustment matrix for a specified category. @@ -32,13 +32,13 @@ public void ClearColorMatrix(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the color-adjustment matrix is cleared. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the color-adjustment matrix is cleared. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/cleargamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/cleargamma/_index.md index 1873e67fc86d..106502bc970e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/cleargamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/cleargamma/_index.md @@ -1,12 +1,12 @@ --- -title: ClearGamma +title: ImageAttributes.ClearGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Disables gamma correction for the default category type: docs weight: 50 url: /net/aspose.imaging/imageattributes/cleargamma/ --- -## ImageAttributes.ClearGamma method (1 of 2) +## ClearGamma() {#cleargamma} Disables gamma correction for the default category. @@ -16,13 +16,13 @@ public void ClearGamma() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.ClearGamma method (2 of 2) +## ClearGamma(ColorAdjustType) {#cleargamma_1} Disables gamma correction for a specified category. @@ -32,13 +32,13 @@ public void ClearGamma(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which gamma correction is disabled. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which gamma correction is disabled. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearnoop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearnoop/_index.md index 48b190f50cff..5d4ba8d55179 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearnoop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearnoop/_index.md @@ -1,12 +1,12 @@ --- -title: ClearNoOp +title: ImageAttributes.ClearNoOp second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Clears the NoOp setting for the default category type: docs weight: 60 url: /net/aspose.imaging/imageattributes/clearnoop/ --- -## ImageAttributes.ClearNoOp method (1 of 2) +## ClearNoOp() {#clearnoop} Clears the NoOp setting for the default category. @@ -16,13 +16,13 @@ public void ClearNoOp() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.ClearNoOp method (2 of 2) +## ClearNoOp(ColorAdjustType) {#clearnoop_1} Clears the NoOp setting for a specified category. @@ -32,13 +32,13 @@ public void ClearNoOp(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the NoOp setting is cleared. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the NoOp setting is cleared. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearoutputchannel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearoutputchannel/_index.md index 919be5971b45..6c08635ba8ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearoutputchannel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearoutputchannel/_index.md @@ -1,12 +1,12 @@ --- -title: ClearOutputChannel +title: ImageAttributes.ClearOutputChannel second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Clears the CMYK cyanmagentayellowblack output channel setting for the default category type: docs weight: 70 url: /net/aspose.imaging/imageattributes/clearoutputchannel/ --- -## ImageAttributes.ClearOutputChannel method (1 of 2) +## ClearOutputChannel() {#clearoutputchannel} Clears the CMYK (cyan-magenta-yellow-black) output channel setting for the default category. @@ -16,13 +16,13 @@ public void ClearOutputChannel() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.ClearOutputChannel method (2 of 2) +## ClearOutputChannel(ColorAdjustType) {#clearoutputchannel_1} Clears the (cyan-magenta-yellow-black) output channel setting for a specified category. @@ -32,13 +32,13 @@ public void ClearOutputChannel(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the output channel setting is cleared. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the output channel setting is cleared. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearoutputchannelcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearoutputchannelcolorprofile/_index.md index 141623b27e89..c39d39c4655c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearoutputchannelcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearoutputchannelcolorprofile/_index.md @@ -1,12 +1,12 @@ --- -title: ClearOutputChannelColorProfile +title: ImageAttributes.ClearOutputChannelColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Clears the output channel color profile setting for the default category type: docs weight: 80 url: /net/aspose.imaging/imageattributes/clearoutputchannelcolorprofile/ --- -## ImageAttributes.ClearOutputChannelColorProfile method (1 of 2) +## ClearOutputChannelColorProfile() {#clearoutputchannelcolorprofile} Clears the output channel color profile setting for the default category. @@ -16,13 +16,13 @@ public void ClearOutputChannelColorProfile() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.ClearOutputChannelColorProfile method (2 of 2) +## ClearOutputChannelColorProfile(ColorAdjustType) {#clearoutputchannelcolorprofile_1} Clears the output channel color profile setting for a specified category. @@ -32,13 +32,13 @@ public void ClearOutputChannelColorProfile(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the output channel profile setting is cleared. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the output channel profile setting is cleared. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearremaptable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearremaptable/_index.md index a5fa4a3c7dae..bbd674f6b2c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearremaptable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearremaptable/_index.md @@ -1,12 +1,12 @@ --- -title: ClearRemapTable +title: ImageAttributes.ClearRemapTable second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Clears the colorremap table for the default category type: docs weight: 90 url: /net/aspose.imaging/imageattributes/clearremaptable/ --- -## ImageAttributes.ClearRemapTable method (1 of 2) +## ClearRemapTable() {#clearremaptable} Clears the color-remap table for the default category. @@ -16,13 +16,13 @@ public void ClearRemapTable() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.ClearRemapTable method (2 of 2) +## ClearRemapTable(ColorAdjustType) {#clearremaptable_1} Clears the color-remap table for a specified category. @@ -32,13 +32,13 @@ public void ClearRemapTable(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the remap table is cleared. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the remap table is cleared. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearthreshold/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearthreshold/_index.md index cc7420d1a9ab..96c059fe2770 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearthreshold/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/clearthreshold/_index.md @@ -1,12 +1,12 @@ --- -title: ClearThreshold +title: ImageAttributes.ClearThreshold second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Clears the threshold value for the default category type: docs weight: 100 url: /net/aspose.imaging/imageattributes/clearthreshold/ --- -## ImageAttributes.ClearThreshold method (1 of 2) +## ClearThreshold() {#clearthreshold} Clears the threshold value for the default category. @@ -16,13 +16,13 @@ public void ClearThreshold() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.ClearThreshold method (2 of 2) +## ClearThreshold(ColorAdjustType) {#clearthreshold_1} Clears the threshold value for a specified category. @@ -32,13 +32,13 @@ public void ClearThreshold(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the threshold is cleared. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the threshold is cleared. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/imageattributes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/imageattributes/_index.md index cae3f771eb1b..06aeb8f74ef4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/imageattributes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/imageattributes/_index.md @@ -1,7 +1,7 @@ --- -title: ImageAttributes +title: ImageAttributes.ImageAttributes second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging/imageattributes/imageattributes/ @@ -16,8 +16,8 @@ public ImageAttributes() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setbrushremaptable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setbrushremaptable/_index.md index 16efff7fa7eb..f13b68ea5a85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setbrushremaptable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setbrushremaptable/_index.md @@ -1,7 +1,7 @@ --- -title: SetBrushRemapTable +title: ImageAttributes.SetBrushRemapTable second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the colorremap table for the brush category type: docs weight: 110 url: /net/aspose.imaging/imageattributes/setbrushremaptable/ @@ -16,13 +16,13 @@ public void SetBrushRemapTable(ColorMap[] map) | Parameter | Type | Description | | --- | --- | --- | -| map | ColorMap[] | An array of [`ColorMap`](../../colormap) objects. | +| map | ColorMap[] | An array of [`ColorMap`](../../colormap/) objects. | ### See Also -* class [ColorMap](../../colormap) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMap](../../colormap/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolorkey/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolorkey/_index.md index a09b9025e570..f69354b6fc82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolorkey/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolorkey/_index.md @@ -1,12 +1,12 @@ --- -title: SetColorKey +title: ImageAttributes.SetColorKey second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the color key for the default category type: docs weight: 120 url: /net/aspose.imaging/imageattributes/setcolorkey/ --- -## ImageAttributes.SetColorKey method (1 of 2) +## SetColorKey(Color, Color) {#setcolorkey} Sets the color key for the default category. @@ -21,14 +21,14 @@ public void SetColorKey(Color colorLow, Color colorHigh) ### See Also -* struct [Color](../../color) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* struct [Color](../../color/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetColorKey method (2 of 2) +## SetColorKey(Color, Color, ColorAdjustType) {#setcolorkey_1} Sets the color key (transparency range) for a specified category. @@ -40,14 +40,14 @@ public void SetColorKey(Color colorLow, Color colorHigh, ColorAdjustType type) | --- | --- | --- | | colorLow | Color | The low color-key value. | | colorHigh | Color | The high color-key value. | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the color key is set. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the color key is set. | ### See Also -* struct [Color](../../color) -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* struct [Color](../../color/) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolormatrices/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolormatrices/_index.md index 47a05903ea09..f247284a392c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolormatrices/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolormatrices/_index.md @@ -1,12 +1,12 @@ --- -title: SetColorMatrices +title: ImageAttributes.SetColorMatrices second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the coloradjustment matrix and the grayscaleadjustment matrix for the default category type: docs weight: 130 url: /net/aspose.imaging/imageattributes/setcolormatrices/ --- -## ImageAttributes.SetColorMatrices method (1 of 3) +## SetColorMatrices(ColorMatrix, ColorMatrix) {#setcolormatrices} Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category. @@ -21,14 +21,14 @@ public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix) ### See Also -* class [ColorMatrix](../../colormatrix) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMatrix](../../colormatrix/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetColorMatrices method (2 of 3) +## SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag) {#setcolormatrices_1} Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category. @@ -41,19 +41,19 @@ public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, | --- | --- | --- | | newColorMatrix | ColorMatrix | The color-adjustment matrix. | | grayMatrix | ColorMatrix | The grayscale-adjustment matrix. | -| flags | ColorMatrixFlag | An element of [`ColorMatrixFlag`](../../colormatrixflag) that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices. | +| flags | ColorMatrixFlag | An element of [`ColorMatrixFlag`](../../colormatrixflag/) that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices. | ### See Also -* class [ColorMatrix](../../colormatrix) -* enum [ColorMatrixFlag](../../colormatrixflag) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMatrix](../../colormatrix/) +* enum [ColorMatrixFlag](../../colormatrixflag/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetColorMatrices method (3 of 3) +## SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType) {#setcolormatrices_2} Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category. @@ -66,16 +66,16 @@ public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, | --- | --- | --- | | newColorMatrix | ColorMatrix | The color-adjustment matrix. | | grayMatrix | ColorMatrix | The grayscale-adjustment matrix. | -| mode | ColorMatrixFlag | An element of [`ColorMatrixFlag`](../../colormatrixflag) that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices. | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the color-adjustment and grayscale-adjustment matrices are set. | +| mode | ColorMatrixFlag | An element of [`ColorMatrixFlag`](../../colormatrixflag/) that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the color-adjustment and grayscale-adjustment matrices are set. | ### See Also -* class [ColorMatrix](../../colormatrix) -* enum [ColorMatrixFlag](../../colormatrixflag) -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMatrix](../../colormatrix/) +* enum [ColorMatrixFlag](../../colormatrixflag/) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolormatrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolormatrix/_index.md index dec72155d4b0..fc56c2a4f490 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolormatrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setcolormatrix/_index.md @@ -1,12 +1,12 @@ --- -title: SetColorMatrix +title: ImageAttributes.SetColorMatrix second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the coloradjustment matrix for the default category type: docs weight: 140 url: /net/aspose.imaging/imageattributes/setcolormatrix/ --- -## ImageAttributes.SetColorMatrix method (1 of 3) +## SetColorMatrix(ColorMatrix) {#setcolormatrix} Sets the color-adjustment matrix for the default category. @@ -20,14 +20,14 @@ public void SetColorMatrix(ColorMatrix newColorMatrix) ### See Also -* class [ColorMatrix](../../colormatrix) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMatrix](../../colormatrix/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetColorMatrix method (2 of 3) +## SetColorMatrix(ColorMatrix, ColorMatrixFlag) {#setcolormatrix_1} Sets the color-adjustment matrix for the default category. @@ -38,19 +38,19 @@ public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag flags) | Parameter | Type | Description | | --- | --- | --- | | newColorMatrix | ColorMatrix | The color-adjustment matrix. | -| flags | ColorMatrixFlag | An element of [`ColorMatrixFlag`](../../colormatrixflag) that specifies the type of image and color that will be affected by the color-adjustment matrix. | +| flags | ColorMatrixFlag | An element of [`ColorMatrixFlag`](../../colormatrixflag/) that specifies the type of image and color that will be affected by the color-adjustment matrix. | ### See Also -* class [ColorMatrix](../../colormatrix) -* enum [ColorMatrixFlag](../../colormatrixflag) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMatrix](../../colormatrix/) +* enum [ColorMatrixFlag](../../colormatrixflag/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetColorMatrix method (3 of 3) +## SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType) {#setcolormatrix_2} Sets the color-adjustment matrix for a specified category. @@ -61,16 +61,16 @@ public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag mode, Col | Parameter | Type | Description | | --- | --- | --- | | newColorMatrix | ColorMatrix | The color-adjustment matrix. | -| mode | ColorMatrixFlag | An element of [`ColorMatrixFlag`](../../colormatrixflag) that specifies the type of image and color that will be affected by the color-adjustment matrix. | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the color-adjustment matrix is set. | +| mode | ColorMatrixFlag | An element of [`ColorMatrixFlag`](../../colormatrixflag/) that specifies the type of image and color that will be affected by the color-adjustment matrix. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the color-adjustment matrix is set. | ### See Also -* class [ColorMatrix](../../colormatrix) -* enum [ColorMatrixFlag](../../colormatrixflag) -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMatrix](../../colormatrix/) +* enum [ColorMatrixFlag](../../colormatrixflag/) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setgamma/_index.md index 61e0b5ccde1c..dcad793f061f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setgamma/_index.md @@ -1,12 +1,12 @@ --- -title: SetGamma +title: ImageAttributes.SetGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the gamma value for the default category type: docs weight: 150 url: /net/aspose.imaging/imageattributes/setgamma/ --- -## ImageAttributes.SetGamma method (1 of 2) +## SetGamma(float) {#setgamma} Sets the gamma value for the default category. @@ -20,13 +20,13 @@ public void SetGamma(float gamma) ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetGamma method (2 of 2) +## SetGamma(float, ColorAdjustType) {#setgamma_1} Sets the gamma value for a specified category. @@ -37,13 +37,13 @@ public void SetGamma(float gamma, ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | | gamma | Single | The gamma correction value. | -| type | ColorAdjustType | An element of the [`ColorAdjustType`](../../coloradjusttype) enumeration that specifies the category for which the gamma value is set. | +| type | ColorAdjustType | An element of the [`ColorAdjustType`](../../coloradjusttype/) enumeration that specifies the category for which the gamma value is set. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setnoop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setnoop/_index.md index 417d6c2c9811..59454b290748 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setnoop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setnoop/_index.md @@ -1,12 +1,12 @@ --- -title: SetNoOp +title: ImageAttributes.SetNoOp second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Turns off color adjustment for the default category type: docs weight: 160 url: /net/aspose.imaging/imageattributes/setnoop/ --- -## ImageAttributes.SetNoOp method (1 of 2) +## SetNoOp() {#setnoop} Turns off color adjustment for the default category. @@ -16,13 +16,13 @@ public void SetNoOp() ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetNoOp method (2 of 2) +## SetNoOp(ColorAdjustType) {#setnoop_1} Turns off color adjustment for a specified category. @@ -32,13 +32,13 @@ public void SetNoOp(ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which color correction is turned off. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which color correction is turned off. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setoutputchannel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setoutputchannel/_index.md index a77d0a7695db..2be90b27e7d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setoutputchannel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setoutputchannel/_index.md @@ -1,12 +1,12 @@ --- -title: SetOutputChannel +title: ImageAttributes.SetOutputChannel second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the CMYK cyanmagentayellowblack output channel for the default category type: docs weight: 170 url: /net/aspose.imaging/imageattributes/setoutputchannel/ --- -## ImageAttributes.SetOutputChannel method (1 of 2) +## SetOutputChannel(ColorChannelFlag) {#setoutputchannel} Sets the CMYK (cyan-magenta-yellow-black) output channel for the default category. @@ -16,18 +16,18 @@ public void SetOutputChannel(ColorChannelFlag flags) | Parameter | Type | Description | | --- | --- | --- | -| flags | ColorChannelFlag | An element of [`ColorChannelFlag`](../../colorchannelflag) that specifies the output channel. | +| flags | ColorChannelFlag | An element of [`ColorChannelFlag`](../../colorchannelflag/) that specifies the output channel. | ### See Also -* enum [ColorChannelFlag](../../colorchannelflag) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorChannelFlag](../../colorchannelflag/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetOutputChannel method (2 of 2) +## SetOutputChannel(ColorChannelFlag, ColorAdjustType) {#setoutputchannel_1} Sets the CMYK (cyan-magenta-yellow-black) output channel for a specified category. @@ -37,15 +37,15 @@ public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| flags | ColorChannelFlag | An element of [`ColorChannelFlag`](../../colorchannelflag) that specifies the output channel. | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the output channel is set. | +| flags | ColorChannelFlag | An element of [`ColorChannelFlag`](../../colorchannelflag/) that specifies the output channel. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the output channel is set. | ### See Also -* enum [ColorChannelFlag](../../colorchannelflag) -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorChannelFlag](../../colorchannelflag/) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setoutputchannelcolorprofile/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setoutputchannelcolorprofile/_index.md index c740c24e0c0f..dd4f4f85f6c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setoutputchannelcolorprofile/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setoutputchannelcolorprofile/_index.md @@ -1,12 +1,12 @@ --- -title: SetOutputChannelColorProfile +title: ImageAttributes.SetOutputChannelColorProfile second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the output channel colorprofile file for the default category type: docs weight: 180 url: /net/aspose.imaging/imageattributes/setoutputchannelcolorprofile/ --- -## ImageAttributes.SetOutputChannelColorProfile method (1 of 2) +## SetOutputChannelColorProfile(string) {#setoutputchannelcolorprofile} Sets the output channel color-profile file for the default category. @@ -20,13 +20,13 @@ public void SetOutputChannelColorProfile(string colorProfileFilename) ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetOutputChannelColorProfile method (2 of 2) +## SetOutputChannelColorProfile(string, ColorAdjustType) {#setoutputchannelcolorprofile_1} Sets the output channel color-profile file for a specified category. @@ -37,13 +37,13 @@ public void SetOutputChannelColorProfile(string colorProfileFilename, ColorAdjus | Parameter | Type | Description | | --- | --- | --- | | colorProfileFilename | String | The path name of a color-profile file. If the color-profile file is in the %SystemRoot%\System32\Spool\Drivers\Color directory, this parameter can be the file name. Otherwise, this parameter must be the fully qualified path name. | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the output channel color-profile file is set. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the output channel color-profile file is set. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setremaptable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setremaptable/_index.md index b56a90f71802..15c0ff1916d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setremaptable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setremaptable/_index.md @@ -1,12 +1,12 @@ --- -title: SetRemapTable +title: ImageAttributes.SetRemapTable second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the colorremap table for the default category type: docs weight: 190 url: /net/aspose.imaging/imageattributes/setremaptable/ --- -## ImageAttributes.SetRemapTable method (1 of 2) +## SetRemapTable(ColorMap[]) {#setremaptable} Sets the color-remap table for the default category. @@ -16,18 +16,18 @@ public void SetRemapTable(ColorMap[] map) | Parameter | Type | Description | | --- | --- | --- | -| map | ColorMap[] | An array of color pairs of type [`ColorMap`](../../colormap). Each color pair contains an existing color (the first value) and the color that it will be mapped to (the second value). | +| map | ColorMap[] | An array of color pairs of type [`ColorMap`](../../colormap/). Each color pair contains an existing color (the first value) and the color that it will be mapped to (the second value). | ### See Also -* class [ColorMap](../../colormap) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMap](../../colormap/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetRemapTable method (2 of 2) +## SetRemapTable(ColorMap[], ColorAdjustType) {#setremaptable_1} Sets the color-remap table for a specified category. @@ -37,15 +37,15 @@ public void SetRemapTable(ColorMap[] map, ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | -| map | ColorMap[] | An array of color pairs of type [`ColorMap`](../../colormap). Each color pair contains an existing color (the first value) and the color that it will be mapped to (the second value). | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the color-remap table is set. | +| map | ColorMap[] | An array of color pairs of type [`ColorMap`](../../colormap/). Each color pair contains an existing color (the first value) and the color that it will be mapped to (the second value). | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the color-remap table is set. | ### See Also -* class [ColorMap](../../colormap) -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ColorMap](../../colormap/) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setthreshold/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setthreshold/_index.md index 5cc6e29d6443..4f9fe99352ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setthreshold/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setthreshold/_index.md @@ -1,12 +1,12 @@ --- -title: SetThreshold +title: ImageAttributes.SetThreshold second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the threshold transparency range for the default category type: docs weight: 200 url: /net/aspose.imaging/imageattributes/setthreshold/ --- -## ImageAttributes.SetThreshold method (1 of 2) +## SetThreshold(float) {#setthreshold} Sets the threshold (transparency range) for the default category. @@ -20,13 +20,13 @@ public void SetThreshold(float threshold) ### See Also -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetThreshold method (2 of 2) +## SetThreshold(float, ColorAdjustType) {#setthreshold_1} Sets the threshold (transparency range) for a specified category. @@ -37,13 +37,13 @@ public void SetThreshold(float threshold, ColorAdjustType type) | Parameter | Type | Description | | --- | --- | --- | | threshold | Single | A threshold value from 0.0 to 1.0 that is used as a breakpoint to sort colors that will be mapped to either a maximum or a minimum value. | -| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype) that specifies the category for which the color threshold is set. | +| type | ColorAdjustType | An element of [`ColorAdjustType`](../../coloradjusttype/) that specifies the category for which the color threshold is set. | ### See Also -* enum [ColorAdjustType](../../coloradjusttype) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [ColorAdjustType](../../coloradjusttype/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setwrapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setwrapmode/_index.md index 1c8dacabe373..ba3b57edfed0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setwrapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageattributes/setwrapmode/_index.md @@ -1,12 +1,12 @@ --- -title: SetWrapMode +title: ImageAttributes.SetWrapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageAttributes method. Sets the wrap mode that is used to decide how to tile a texture across a shape or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling type: docs weight: 210 url: /net/aspose.imaging/imageattributes/setwrapmode/ --- -## ImageAttributes.SetWrapMode method (1 of 3) +## SetWrapMode(WrapMode) {#setwrapmode} Sets the wrap mode that is used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. @@ -16,18 +16,18 @@ public void SetWrapMode(WrapMode mode) | Parameter | Type | Description | | --- | --- | --- | -| mode | WrapMode | An element of [`WrapMode`](../../wrapmode) that specifies how repeated copies of an image are used to tile an area. | +| mode | WrapMode | An element of [`WrapMode`](../../wrapmode/) that specifies how repeated copies of an image are used to tile an area. | ### See Also -* enum [WrapMode](../../wrapmode) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [WrapMode](../../wrapmode/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetWrapMode method (2 of 3) +## SetWrapMode(WrapMode, Color) {#setwrapmode_1} Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. @@ -37,20 +37,20 @@ public void SetWrapMode(WrapMode mode, Color color) | Parameter | Type | Description | | --- | --- | --- | -| mode | WrapMode | An element of [`WrapMode`](../../wrapmode) that specifies how repeated copies of an image are used to tile an area. | -| color | Color | An [`ImageAttributes`](../../imageattributes) object that specifies the color of pixels outside of a rendered image. This color is visible if the mode parameter is set to Clamp and the source rectangle passed to DrawImage is larger than the image itself. | +| mode | WrapMode | An element of [`WrapMode`](../../wrapmode/) that specifies how repeated copies of an image are used to tile an area. | +| color | Color | An [`ImageAttributes`](../) object that specifies the color of pixels outside of a rendered image. This color is visible if the mode parameter is set to Clamp and the source rectangle passed to DrawImage is larger than the image itself. | ### See Also -* enum [WrapMode](../../wrapmode) -* struct [Color](../../color) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [WrapMode](../../wrapmode/) +* struct [Color](../../color/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) --- -## ImageAttributes.SetWrapMode method (3 of 3) +## SetWrapMode(WrapMode, Color, bool) {#setwrapmode_2} Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling. @@ -60,16 +60,16 @@ public void SetWrapMode(WrapMode mode, Color color, bool clamp) | Parameter | Type | Description | | --- | --- | --- | -| mode | WrapMode | An element of [`WrapMode`](../../wrapmode) that specifies how repeated copies of an image are used to tile an area. | +| mode | WrapMode | An element of [`WrapMode`](../../wrapmode/) that specifies how repeated copies of an image are used to tile an area. | | color | Color | A color object that specifies the color of pixels outside of a rendered image. This color is visible if the mode parameter is set to Clamp and the source rectangle passed to DrawImage is larger than the image itself. | | clamp | Boolean | This parameter has no effect. Set it to false. | ### See Also -* enum [WrapMode](../../wrapmode) -* struct [Color](../../color) -* class [ImageAttributes](../../imageattributes) -* namespace [Aspose.Imaging](../../imageattributes) +* enum [WrapMode](../../wrapmode/) +* struct [Color](../../color/) +* class [ImageAttributes](../) +* namespace [Aspose.Imaging](../../imageattributes/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/_index.md index 4adf65a42c8e..476c630101de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/_index.md @@ -1,7 +1,7 @@ --- -title: ImageCreatorsRegistry +title: Class ImageCreatorsRegistry second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageCreatorsRegistry class. Represents the image creators registry type: docs weight: 9770 url: /net/aspose.imaging/imagecreatorsregistry/ @@ -18,22 +18,22 @@ public static class ImageCreatorsRegistry | Name | Description | | --- | --- | -| static [RegisteredDescriptors](../../aspose.imaging/imagecreatorsregistry/registereddescriptors) { get; } | Gets the registered descriptors. | -| static [RegisteredFormats](../../aspose.imaging/imagecreatorsregistry/registeredformats) { get; } | Gets the registered image creation formats. | +| static [RegisteredDescriptors](../../aspose.imaging/imagecreatorsregistry/registereddescriptors/) { get; } | Gets the registered descriptors. | +| static [RegisteredFormats](../../aspose.imaging/imagecreatorsregistry/registeredformats/) { get; } | Gets the registered image creation formats. | ## Methods | Name | Description | | --- | --- | -| static [CreateFirstSupportedCreator](../../aspose.imaging/imagecreatorsregistry/createfirstsupportedcreator)(ImageOptionsBase) | Creates the first found creator suitable for the specified. | -| static [GetFirstSupportedDescriptor](../../aspose.imaging/imagecreatorsregistry/getfirstsupporteddescriptor)(ImageOptionsBase) | Gets the fist found supported descriptor suitable for the specified. | -| static [Register](../../aspose.imaging/imagecreatorsregistry/register)(IImageCreatorDescriptor) | Registers the specified image creator descriptor. | -| static [RegisterCreator](../../aspose.imaging/imagecreatorsregistry/registercreator)(IImageCreatorDescriptor) | Registers the creator. | -| static [UnregisterCreator](../../aspose.imaging/imagecreatorsregistry/unregistercreator)(IImageCreatorDescriptor) | Unregisters the creator. | +| static [CreateFirstSupportedCreator](../../aspose.imaging/imagecreatorsregistry/createfirstsupportedcreator/)(ImageOptionsBase) | Creates the first found creator suitable for the specified. | +| static [GetFirstSupportedDescriptor](../../aspose.imaging/imagecreatorsregistry/getfirstsupporteddescriptor/)(ImageOptionsBase) | Gets the fist found supported descriptor suitable for the specified. | +| static [Register](../../aspose.imaging/imagecreatorsregistry/register/)(IImageCreatorDescriptor) | Registers the specified image creator descriptor. | +| static [RegisterCreator](../../aspose.imaging/imagecreatorsregistry/registercreator/)(IImageCreatorDescriptor) | Registers the creator. | +| static [UnregisterCreator](../../aspose.imaging/imagecreatorsregistry/unregistercreator/)(IImageCreatorDescriptor) | Unregisters the creator. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/createfirstsupportedcreator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/createfirstsupportedcreator/_index.md index d1175b5e62eb..e26cc9092693 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/createfirstsupportedcreator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/createfirstsupportedcreator/_index.md @@ -1,7 +1,7 @@ --- -title: CreateFirstSupportedCreator +title: ImageCreatorsRegistry.CreateFirstSupportedCreator second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageCreatorsRegistry method. Creates the first found creator suitable for the specified type: docs weight: 30 url: /net/aspose.imaging/imagecreatorsregistry/createfirstsupportedcreator/ @@ -22,16 +22,16 @@ public static IImageCreator CreateFirstSupportedCreator(ImageOptionsBase imageOp The creator which supports the specified or null if no such creator is found. -### Remarks +## Remarks The first creator will be actually the last registered. ### See Also -* interface [IImageCreator](../../iimagecreator) -* class [ImageOptionsBase](../../imageoptionsbase) -* class [ImageCreatorsRegistry](../../imagecreatorsregistry) -* namespace [Aspose.Imaging](../../imagecreatorsregistry) +* interface [IImageCreator](../../iimagecreator/) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [ImageCreatorsRegistry](../) +* namespace [Aspose.Imaging](../../imagecreatorsregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/getfirstsupporteddescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/getfirstsupporteddescriptor/_index.md index f507e55ed3e4..2ffdde7e73c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/getfirstsupporteddescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/getfirstsupporteddescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: GetFirstSupportedDescriptor +title: ImageCreatorsRegistry.GetFirstSupportedDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageCreatorsRegistry method. Gets the fist found supported descriptor suitable for the specified type: docs weight: 40 url: /net/aspose.imaging/imagecreatorsregistry/getfirstsupporteddescriptor/ @@ -22,16 +22,16 @@ public static IImageCreatorDescriptor GetFirstSupportedDescriptor(ImageOptionsBa The creator descriptor which supports the specified or null if no such descriptor is found. -### Remarks +## Remarks The first creator descriptor will be actually the last registered. ### See Also -* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor) -* class [ImageOptionsBase](../../imageoptionsbase) -* class [ImageCreatorsRegistry](../../imagecreatorsregistry) -* namespace [Aspose.Imaging](../../imagecreatorsregistry) +* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor/) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [ImageCreatorsRegistry](../) +* namespace [Aspose.Imaging](../../imagecreatorsregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/register/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/register/_index.md index 804a7669cfa4..bd5d514fea3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/register/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/register/_index.md @@ -1,7 +1,7 @@ --- -title: Register +title: ImageCreatorsRegistry.Register second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageCreatorsRegistry method. Registers the specified image creator descriptor type: docs weight: 50 url: /net/aspose.imaging/imagecreatorsregistry/register/ @@ -20,9 +20,9 @@ public static void Register(IImageCreatorDescriptor imageCreatorDescriptor) ### See Also -* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor) -* class [ImageCreatorsRegistry](../../imagecreatorsregistry) -* namespace [Aspose.Imaging](../../imagecreatorsregistry) +* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor/) +* class [ImageCreatorsRegistry](../) +* namespace [Aspose.Imaging](../../imagecreatorsregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registercreator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registercreator/_index.md index a73af41f7e2f..1b3f32b498bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registercreator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registercreator/_index.md @@ -1,7 +1,7 @@ --- -title: RegisterCreator +title: ImageCreatorsRegistry.RegisterCreator second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageCreatorsRegistry method. Registers the creator type: docs weight: 60 url: /net/aspose.imaging/imagecreatorsregistry/registercreator/ @@ -20,9 +20,9 @@ public static void RegisterCreator(IImageCreatorDescriptor creatorDescriptor) ### See Also -* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor) -* class [ImageCreatorsRegistry](../../imagecreatorsregistry) -* namespace [Aspose.Imaging](../../imagecreatorsregistry) +* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor/) +* class [ImageCreatorsRegistry](../) +* namespace [Aspose.Imaging](../../imagecreatorsregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registereddescriptors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registereddescriptors/_index.md index 221507a826ae..e4bccd0f9935 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registereddescriptors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registereddescriptors/_index.md @@ -1,7 +1,7 @@ --- -title: RegisteredDescriptors +title: ImageCreatorsRegistry.RegisteredDescriptors second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageCreatorsRegistry property. Gets the registered descriptors type: docs weight: 10 url: /net/aspose.imaging/imagecreatorsregistry/registereddescriptors/ @@ -20,9 +20,9 @@ The registered descriptors. ### See Also -* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor) -* class [ImageCreatorsRegistry](../../imagecreatorsregistry) -* namespace [Aspose.Imaging](../../imagecreatorsregistry) +* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor/) +* class [ImageCreatorsRegistry](../) +* namespace [Aspose.Imaging](../../imagecreatorsregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registeredformats/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registeredformats/_index.md index 88c5f1ae7f56..7a754dd353ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registeredformats/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/registeredformats/_index.md @@ -1,7 +1,7 @@ --- -title: RegisteredFormats +title: ImageCreatorsRegistry.RegisteredFormats second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageCreatorsRegistry property. Gets the registered image creation formats type: docs weight: 20 url: /net/aspose.imaging/imagecreatorsregistry/registeredformats/ @@ -20,9 +20,9 @@ The registered image creation formats. ### See Also -* enum [FileFormat](../../fileformat) -* class [ImageCreatorsRegistry](../../imagecreatorsregistry) -* namespace [Aspose.Imaging](../../imagecreatorsregistry) +* enum [FileFormat](../../fileformat/) +* class [ImageCreatorsRegistry](../) +* namespace [Aspose.Imaging](../../imagecreatorsregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/unregistercreator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/unregistercreator/_index.md index 268333aa6a6b..d12ad662e97c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/unregistercreator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagecreatorsregistry/unregistercreator/_index.md @@ -1,7 +1,7 @@ --- -title: UnregisterCreator +title: ImageCreatorsRegistry.UnregisterCreator second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageCreatorsRegistry method. Unregisters the creator type: docs weight: 70 url: /net/aspose.imaging/imagecreatorsregistry/unregistercreator/ @@ -20,9 +20,9 @@ public static void UnregisterCreator(IImageCreatorDescriptor creatorDescriptor) ### See Also -* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor) -* class [ImageCreatorsRegistry](../../imagecreatorsregistry) -* namespace [Aspose.Imaging](../../imagecreatorsregistry) +* interface [IImageCreatorDescriptor](../../iimagecreatordescriptor/) +* class [ImageCreatorsRegistry](../) +* namespace [Aspose.Imaging](../../imagecreatorsregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/_index.md index 0ff3f1dbccf4..5324c36b8478 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/_index.md @@ -1,7 +1,7 @@ --- -title: ImageExportersRegistry +title: Class ImageExportersRegistry second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageExportersRegistry class. Represents the image exporters registry type: docs weight: 9780 url: /net/aspose.imaging/imageexportersregistry/ @@ -18,22 +18,22 @@ public static class ImageExportersRegistry | Name | Description | | --- | --- | -| static [RegisteredExporterDescriptors](../../aspose.imaging/imageexportersregistry/registeredexporterdescriptors) { get; } | Gets the registered exporter descriptors. | -| static [RegisteredFormats](../../aspose.imaging/imageexportersregistry/registeredformats) { get; } | Gets the registered export formats. | +| static [RegisteredExporterDescriptors](../../aspose.imaging/imageexportersregistry/registeredexporterdescriptors/) { get; } | Gets the registered exporter descriptors. | +| static [RegisteredFormats](../../aspose.imaging/imageexportersregistry/registeredformats/) { get; } | Gets the registered export formats. | ## Methods | Name | Description | | --- | --- | -| static [CreateFirstSupportedExporter](../../aspose.imaging/imageexportersregistry/createfirstsupportedexporter)(Image, ImageOptionsBase) | Creates the first found exporter suitable for the specified save options and image. | -| static [GetFirstSupportedDescriptor](../../aspose.imaging/imageexportersregistry/getfirstsupporteddescriptor)(Image, ImageOptionsBase) | Gets the fist found supported descriptor suitable for the specified save options and image. | -| static [Register](../../aspose.imaging/imageexportersregistry/register)(IImageExporterDescriptor) | Registers the specified image exporter descriptor. | -| static [RegisterExporter](../../aspose.imaging/imageexportersregistry/registerexporter)(IImageExporterDescriptor) | Registers the exporter. | -| static [UnregisterExporter](../../aspose.imaging/imageexportersregistry/unregisterexporter)(IImageExporterDescriptor) | Unregisters the exporter. | +| static [CreateFirstSupportedExporter](../../aspose.imaging/imageexportersregistry/createfirstsupportedexporter/)(Image, ImageOptionsBase) | Creates the first found exporter suitable for the specified save options and image. | +| static [GetFirstSupportedDescriptor](../../aspose.imaging/imageexportersregistry/getfirstsupporteddescriptor/)(Image, ImageOptionsBase) | Gets the fist found supported descriptor suitable for the specified save options and image. | +| static [Register](../../aspose.imaging/imageexportersregistry/register/)(IImageExporterDescriptor) | Registers the specified image exporter descriptor. | +| static [RegisterExporter](../../aspose.imaging/imageexportersregistry/registerexporter/)(IImageExporterDescriptor) | Registers the exporter. | +| static [UnregisterExporter](../../aspose.imaging/imageexportersregistry/unregisterexporter/)(IImageExporterDescriptor) | Unregisters the exporter. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/createfirstsupportedexporter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/createfirstsupportedexporter/_index.md index 6f3e47836400..06cc6c5641ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/createfirstsupportedexporter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/createfirstsupportedexporter/_index.md @@ -1,7 +1,7 @@ --- -title: CreateFirstSupportedExporter +title: ImageExportersRegistry.CreateFirstSupportedExporter second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageExportersRegistry method. Creates the first found exporter suitable for the specified save options and image type: docs weight: 30 url: /net/aspose.imaging/imageexportersregistry/createfirstsupportedexporter/ @@ -23,17 +23,17 @@ public static IImageExporter CreateFirstSupportedExporter(Image image, ImageOpti The exporter which supports the specified image and save options or null if no such exporter is found. -### Remarks +## Remarks The first exporter will be actually the last registered. ### See Also -* interface [IImageExporter](../../iimageexporter) -* class [Image](../../image) -* class [ImageOptionsBase](../../imageoptionsbase) -* class [ImageExportersRegistry](../../imageexportersregistry) -* namespace [Aspose.Imaging](../../imageexportersregistry) +* interface [IImageExporter](../../iimageexporter/) +* class [Image](../../image/) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [ImageExportersRegistry](../) +* namespace [Aspose.Imaging](../../imageexportersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/getfirstsupporteddescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/getfirstsupporteddescriptor/_index.md index 9fe8568764bc..6b3f50188177 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/getfirstsupporteddescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/getfirstsupporteddescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: GetFirstSupportedDescriptor +title: ImageExportersRegistry.GetFirstSupportedDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageExportersRegistry method. Gets the fist found supported descriptor suitable for the specified save options and image type: docs weight: 40 url: /net/aspose.imaging/imageexportersregistry/getfirstsupporteddescriptor/ @@ -24,17 +24,17 @@ public static IImageExporterDescriptor GetFirstSupportedDescriptor(Image image, The exporter descriptor which supports the specified image and save options or null if no such descriptor is found. -### Remarks +## Remarks The first exporter descriptor will be actually the last registered. ### See Also -* interface [IImageExporterDescriptor](../../iimageexporterdescriptor) -* class [Image](../../image) -* class [ImageOptionsBase](../../imageoptionsbase) -* class [ImageExportersRegistry](../../imageexportersregistry) -* namespace [Aspose.Imaging](../../imageexportersregistry) +* interface [IImageExporterDescriptor](../../iimageexporterdescriptor/) +* class [Image](../../image/) +* class [ImageOptionsBase](../../imageoptionsbase/) +* class [ImageExportersRegistry](../) +* namespace [Aspose.Imaging](../../imageexportersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/register/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/register/_index.md index 07c1c27bd6be..d3725943443b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/register/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/register/_index.md @@ -1,7 +1,7 @@ --- -title: Register +title: ImageExportersRegistry.Register second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageExportersRegistry method. Registers the specified image exporter descriptor type: docs weight: 50 url: /net/aspose.imaging/imageexportersregistry/register/ @@ -20,9 +20,9 @@ public static void Register(IImageExporterDescriptor imageExporterDescriptor) ### See Also -* interface [IImageExporterDescriptor](../../iimageexporterdescriptor) -* class [ImageExportersRegistry](../../imageexportersregistry) -* namespace [Aspose.Imaging](../../imageexportersregistry) +* interface [IImageExporterDescriptor](../../iimageexporterdescriptor/) +* class [ImageExportersRegistry](../) +* namespace [Aspose.Imaging](../../imageexportersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registeredexporterdescriptors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registeredexporterdescriptors/_index.md index c8dc85c39f3b..0bcf25db6fb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registeredexporterdescriptors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registeredexporterdescriptors/_index.md @@ -1,7 +1,7 @@ --- -title: RegisteredExporterDescriptors +title: ImageExportersRegistry.RegisteredExporterDescriptors second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageExportersRegistry property. Gets the registered exporter descriptors type: docs weight: 10 url: /net/aspose.imaging/imageexportersregistry/registeredexporterdescriptors/ @@ -20,9 +20,9 @@ The registered exporter descriptors. ### See Also -* interface [IImageExporterDescriptor](../../iimageexporterdescriptor) -* class [ImageExportersRegistry](../../imageexportersregistry) -* namespace [Aspose.Imaging](../../imageexportersregistry) +* interface [IImageExporterDescriptor](../../iimageexporterdescriptor/) +* class [ImageExportersRegistry](../) +* namespace [Aspose.Imaging](../../imageexportersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registeredformats/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registeredformats/_index.md index 7c58d7cc23a9..f511533bf50c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registeredformats/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registeredformats/_index.md @@ -1,7 +1,7 @@ --- -title: RegisteredFormats +title: ImageExportersRegistry.RegisteredFormats second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageExportersRegistry property. Gets the registered export formats type: docs weight: 20 url: /net/aspose.imaging/imageexportersregistry/registeredformats/ @@ -20,9 +20,9 @@ The registered export formats. ### See Also -* enum [FileFormat](../../fileformat) -* class [ImageExportersRegistry](../../imageexportersregistry) -* namespace [Aspose.Imaging](../../imageexportersregistry) +* enum [FileFormat](../../fileformat/) +* class [ImageExportersRegistry](../) +* namespace [Aspose.Imaging](../../imageexportersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registerexporter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registerexporter/_index.md index 9a4ef5434a01..c957a889083c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registerexporter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/registerexporter/_index.md @@ -1,7 +1,7 @@ --- -title: RegisterExporter +title: ImageExportersRegistry.RegisterExporter second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageExportersRegistry method. Registers the exporter type: docs weight: 60 url: /net/aspose.imaging/imageexportersregistry/registerexporter/ @@ -20,9 +20,9 @@ public static void RegisterExporter(IImageExporterDescriptor exporterDescriptor) ### See Also -* interface [IImageExporterDescriptor](../../iimageexporterdescriptor) -* class [ImageExportersRegistry](../../imageexportersregistry) -* namespace [Aspose.Imaging](../../imageexportersregistry) +* interface [IImageExporterDescriptor](../../iimageexporterdescriptor/) +* class [ImageExportersRegistry](../) +* namespace [Aspose.Imaging](../../imageexportersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/unregisterexporter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/unregisterexporter/_index.md index 576b7fde2261..a43ea10b202b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/unregisterexporter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageexportersregistry/unregisterexporter/_index.md @@ -1,7 +1,7 @@ --- -title: UnregisterExporter +title: ImageExportersRegistry.UnregisterExporter second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageExportersRegistry method. Unregisters the exporter type: docs weight: 70 url: /net/aspose.imaging/imageexportersregistry/unregisterexporter/ @@ -20,9 +20,9 @@ public static void UnregisterExporter(IImageExporterDescriptor exporterDescripto ### See Also -* interface [IImageExporterDescriptor](../../iimageexporterdescriptor) -* class [ImageExportersRegistry](../../imageexportersregistry) -* namespace [Aspose.Imaging](../../imageexportersregistry) +* interface [IImageExporterDescriptor](../../iimageexporterdescriptor/) +* class [ImageExportersRegistry](../) +* namespace [Aspose.Imaging](../../imageexportersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imagefiltertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imagefiltertype/_index.md index 37b0271ff842..427ce5bd79db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imagefiltertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imagefiltertype/_index.md @@ -1,7 +1,7 @@ --- -title: ImageFilterType +title: Enum ImageFilterType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageFilterType enum. Image filters to use type: docs weight: 9790 url: /net/aspose.imaging/imagefiltertype/ @@ -24,7 +24,7 @@ public enum ImageFilterType ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/_index.md index 17dffe6a32d9..2b92938e5582 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/_index.md @@ -1,7 +1,7 @@ --- -title: ImageLoadersRegistry +title: Class ImageLoadersRegistry second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageLoadersRegistry class. Represents the image loaders registry type: docs weight: 10010 url: /net/aspose.imaging/imageloadersregistry/ @@ -18,24 +18,24 @@ public static class ImageLoadersRegistry | Name | Description | | --- | --- | -| static [RegisteredDescriptors](../../aspose.imaging/imageloadersregistry/registereddescriptors) { get; } | Gets the registered descriptors. | -| static [RegisteredFormats](../../aspose.imaging/imageloadersregistry/registeredformats) { get; } | Gets the registered image loading formats. | +| static [RegisteredDescriptors](../../aspose.imaging/imageloadersregistry/registereddescriptors/) { get; } | Gets the registered descriptors. | +| static [RegisteredFormats](../../aspose.imaging/imageloadersregistry/registeredformats/) { get; } | Gets the registered image loading formats. | ## Methods | Name | Description | | --- | --- | -| static [CreateFirstSupportedLoader](../../aspose.imaging/imageloadersregistry/createfirstsupportedloader)(Stream, LoadOptions) | Creates the first found loader suitable for the specified *stream* and optionally the *loadOptions*. | -| static [GetFirstSupportedDescriptor](../../aspose.imaging/imageloadersregistry/getfirstsupporteddescriptor)(Stream, LoadOptions) | Gets the fist found supported descriptor suitable for the specified *stream* and optionally the *loadOptions*. | -| static [GetFirstSupportedDescriptorByFileFormat](../../aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbyfileformat)(FileFormat) | Gets the first supported file format by its type name. | -| static [GetFirstSupportedDescriptorByTypeName](../../aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbytypename)(string) | Gets the first supported descriptor by its type name. | -| static [Register](../../aspose.imaging/imageloadersregistry/register)(IImageLoaderDescriptor) | Registers the specified image loader descriptor. | -| static [RegisterLoader](../../aspose.imaging/imageloadersregistry/registerloader)(IImageLoaderDescriptor) | Registers the loader. | -| static [UnregisterLoader](../../aspose.imaging/imageloadersregistry/unregisterloader)(IImageLoaderDescriptor) | Unregisters the loader. | +| static [CreateFirstSupportedLoader](../../aspose.imaging/imageloadersregistry/createfirstsupportedloader/)(Stream, LoadOptions) | Creates the first found loader suitable for the specified *stream* and optionally the *loadOptions*. | +| static [GetFirstSupportedDescriptor](../../aspose.imaging/imageloadersregistry/getfirstsupporteddescriptor/)(Stream, LoadOptions) | Gets the fist found supported descriptor suitable for the specified *stream* and optionally the *loadOptions*. | +| static [GetFirstSupportedDescriptorByFileFormat](../../aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbyfileformat/)(FileFormat) | Gets the first supported file format by its type name. | +| static [GetFirstSupportedDescriptorByTypeName](../../aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbytypename/)(string) | Gets the first supported descriptor by its type name. | +| static [Register](../../aspose.imaging/imageloadersregistry/register/)(IImageLoaderDescriptor) | Registers the specified image loader descriptor. | +| static [RegisterLoader](../../aspose.imaging/imageloadersregistry/registerloader/)(IImageLoaderDescriptor) | Registers the loader. | +| static [UnregisterLoader](../../aspose.imaging/imageloadersregistry/unregisterloader/)(IImageLoaderDescriptor) | Unregisters the loader. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/createfirstsupportedloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/createfirstsupportedloader/_index.md index 8251b8171838..5e06b636330e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/createfirstsupportedloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/createfirstsupportedloader/_index.md @@ -1,7 +1,7 @@ --- -title: CreateFirstSupportedLoader +title: ImageLoadersRegistry.CreateFirstSupportedLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry method. Creates the first found loader suitable for the specified stream and optionally the loadOptions type: docs weight: 30 url: /net/aspose.imaging/imageloadersregistry/createfirstsupportedloader/ @@ -23,16 +23,16 @@ public static IImageLoader CreateFirstSupportedLoader(Stream stream, LoadOptions The loader which supports the specified *stream* and *loadOptions* or null if no such loader is found. -### Remarks +## Remarks The first loader will be actually the last registered. ### See Also -* interface [IImageLoader](../../iimageloader) -* class [LoadOptions](../../loadoptions) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* interface [IImageLoader](../../iimageloader/) +* class [LoadOptions](../../loadoptions/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptor/_index.md index c4cd675e3f71..7c31b038b8ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptor/_index.md @@ -1,7 +1,7 @@ --- -title: GetFirstSupportedDescriptor +title: ImageLoadersRegistry.GetFirstSupportedDescriptor second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry method. Gets the fist found supported descriptor suitable for the specified stream and optionally the loadOptions type: docs weight: 40 url: /net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptor/ @@ -24,16 +24,16 @@ public static IImageLoaderDescriptor GetFirstSupportedDescriptor(Stream stream, The loader descriptor which supports the specified *stream* and *loadOptions* or null if no such descriptor is found. -### Remarks +## Remarks The first loader descriptor will be actually the last registered. ### See Also -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* class [LoadOptions](../../loadoptions) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor/) +* class [LoadOptions](../../loadoptions/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbyfileformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbyfileformat/_index.md index dfe59097f806..735fbb7160c8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbyfileformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbyfileformat/_index.md @@ -1,7 +1,7 @@ --- -title: GetFirstSupportedDescriptorByFileFormat +title: ImageLoadersRegistry.GetFirstSupportedDescriptorByFileFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry method. Gets the first supported file format by its type name type: docs weight: 50 url: /net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbyfileformat/ @@ -22,16 +22,16 @@ public static IImageLoaderDescriptor GetFirstSupportedDescriptorByFileFormat(Fil The first found loader descriptor or null if not such descriptor is found. -### Remarks +## Remarks The first loader descriptor will be actually the last registered. ### See Also -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* enum [FileFormat](../../fileformat) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor/) +* enum [FileFormat](../../fileformat/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbytypename/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbytypename/_index.md index 22b2cb3f9fee..9f3318e5f023 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbytypename/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbytypename/_index.md @@ -1,7 +1,7 @@ --- -title: GetFirstSupportedDescriptorByTypeName +title: ImageLoadersRegistry.GetFirstSupportedDescriptorByTypeName second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry method. Gets the first supported descriptor by its type name type: docs weight: 60 url: /net/aspose.imaging/imageloadersregistry/getfirstsupporteddescriptorbytypename/ @@ -23,15 +23,15 @@ public static IImageLoaderDescriptor GetFirstSupportedDescriptorByTypeName( The first found loader descriptor or null if not such descriptor is found. -### Remarks +## Remarks The first loader descriptor will be actually the last registered. ### See Also -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/register/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/register/_index.md index a7f840f5364c..2f647d0d24b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/register/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/register/_index.md @@ -1,7 +1,7 @@ --- -title: Register +title: ImageLoadersRegistry.Register second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry method. Registers the specified image loader descriptor type: docs weight: 70 url: /net/aspose.imaging/imageloadersregistry/register/ @@ -20,9 +20,9 @@ public static void Register(IImageLoaderDescriptor imageLoaderDescriptor) ### See Also -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registereddescriptors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registereddescriptors/_index.md index 7e947653d290..6ad2cad56a04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registereddescriptors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registereddescriptors/_index.md @@ -1,7 +1,7 @@ --- -title: RegisteredDescriptors +title: ImageLoadersRegistry.RegisteredDescriptors second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry property. Gets the registered descriptors type: docs weight: 10 url: /net/aspose.imaging/imageloadersregistry/registereddescriptors/ @@ -20,9 +20,9 @@ The registered descriptors. ### See Also -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registeredformats/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registeredformats/_index.md index 066df081cb46..8e625de281a7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registeredformats/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registeredformats/_index.md @@ -1,7 +1,7 @@ --- -title: RegisteredFormats +title: ImageLoadersRegistry.RegisteredFormats second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry property. Gets the registered image loading formats type: docs weight: 20 url: /net/aspose.imaging/imageloadersregistry/registeredformats/ @@ -20,9 +20,9 @@ The registered image loading formats. ### See Also -* enum [FileFormat](../../fileformat) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* enum [FileFormat](../../fileformat/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registerloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registerloader/_index.md index 428529ca81f5..d6ce532f758f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registerloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/registerloader/_index.md @@ -1,7 +1,7 @@ --- -title: RegisterLoader +title: ImageLoadersRegistry.RegisterLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry method. Registers the loader type: docs weight: 80 url: /net/aspose.imaging/imageloadersregistry/registerloader/ @@ -20,9 +20,9 @@ public static void RegisterLoader(IImageLoaderDescriptor loaderDescriptor) ### See Also -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/unregisterloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/unregisterloader/_index.md index f3520e18a15b..2032cef2a0bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/unregisterloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageloadersregistry/unregisterloader/_index.md @@ -1,7 +1,7 @@ --- -title: UnregisterLoader +title: ImageLoadersRegistry.UnregisterLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageLoadersRegistry method. Unregisters the loader type: docs weight: 90 url: /net/aspose.imaging/imageloadersregistry/unregisterloader/ @@ -20,9 +20,9 @@ public static void UnregisterLoader(IImageLoaderDescriptor loaderDescriptor) ### See Also -* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor) -* class [ImageLoadersRegistry](../../imageloadersregistry) -* namespace [Aspose.Imaging](../../imageloadersregistry) +* interface [IImageLoaderDescriptor](../../iimageloaderdescriptor/) +* class [ImageLoadersRegistry](../) +* namespace [Aspose.Imaging](../../imageloadersregistry/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/_index.md index c579870bc4e8..824ac2d0dc1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/_index.md @@ -1,7 +1,7 @@ --- -title: ImageOptionsBase +title: Class ImageOptionsBase second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageOptionsBase class. The image base options type: docs weight: 10450 url: /net/aspose.imaging/imageoptionsbase/ @@ -18,28 +18,28 @@ public abstract class ImageOptionsBase : DisposableObject | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe) { get; set; } | Gets or sets a value indicating whether [full frame]. | -| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions) { get; set; } | The multipage options | -| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette) { get; set; } | Gets or sets the color palette. | -| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | -| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings) { get; set; } | Gets or sets the resolution settings. | -| [Source](../../aspose.imaging/imageoptionsbase/source) { get; set; } | Gets or sets the source to create image in. | -| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions) { get; set; } | Gets or sets the vector rasterization options. | -| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata) { get; set; } | Gets or sets the XMP metadata container. | +| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { get; set; } | Gets or sets a value indicating whether [full frame]. | +| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { get; set; } | The multipage options | +| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { get; set; } | Gets or sets the color palette. | +| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | +| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { get; set; } | Gets or sets the resolution settings. | +| [Source](../../aspose.imaging/imageoptionsbase/source/) { get; set; } | Gets or sets the source to create image in. | +| [VectorRasterizationOptions](../../aspose.imaging/imageoptionsbase/vectorrasterizationoptions/) { get; set; } | Gets or sets the vector rasterization options. | +| virtual [XmpData](../../aspose.imaging/imageoptionsbase/xmpdata/) { get; set; } | Gets or sets the XMP metadata container. | ## Methods | Name | Description | | --- | --- | -| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone)() | Clones this instance. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | +| virtual [Clone](../../aspose.imaging/imageoptionsbase/clone/)() | Clones this instance. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | ### See Also -* class [DisposableObject](../disposableobject) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [DisposableObject](../disposableobject/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/buffersizehint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/buffersizehint/_index.md index 7fd867e72414..bfe33335f5de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/buffersizehint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/buffersizehint/_index.md @@ -1,7 +1,7 @@ --- -title: BufferSizeHint +title: ImageOptionsBase.BufferSizeHint second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. Gets or sets the buffer size hint which is defined max allowed size for all internal buffers type: docs weight: 10 url: /net/aspose.imaging/imageoptionsbase/buffersizehint/ @@ -18,7 +18,7 @@ public int BufferSizeHint { get; set; } The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal buffers -### Examples +## Examples The following example shows how to set a memory limit when creating a new JPEG image. The memory limit is the maximum allowed size (in megabytes) for all internal buffers. @@ -119,8 +119,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(createOptions, I ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/clone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/clone/_index.md index 3d27cee97779..9b87b3d96ef6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/clone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/clone/_index.md @@ -1,7 +1,7 @@ --- -title: Clone +title: ImageOptionsBase.Clone second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase method. Clones this instance type: docs weight: 100 url: /net/aspose.imaging/imageoptionsbase/clone/ @@ -20,8 +20,8 @@ Returns shallow copy of this instance ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/fullframe/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/fullframe/_index.md index dec3019ba7e0..882737709ce1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/fullframe/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/fullframe/_index.md @@ -1,7 +1,7 @@ --- -title: FullFrame +title: ImageOptionsBase.FullFrame second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. Gets or sets a value indicating whether full frame type: docs weight: 20 url: /net/aspose.imaging/imageoptionsbase/fullframe/ @@ -20,8 +20,8 @@ public bool FullFrame { get; set; } ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/multipageoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/multipageoptions/_index.md index 588c515eb532..9ab760315955 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/multipageoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/multipageoptions/_index.md @@ -1,7 +1,7 @@ --- -title: MultiPageOptions +title: ImageOptionsBase.MultiPageOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. The multipage options type: docs weight: 30 url: /net/aspose.imaging/imageoptionsbase/multipageoptions/ @@ -16,9 +16,9 @@ public MultiPageOptions MultiPageOptions { get; set; } ### See Also -* class [MultiPageOptions](../../../aspose.imaging.imageoptions/multipageoptions) -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* class [MultiPageOptions](../../../aspose.imaging.imageoptions/multipageoptions/) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/palette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/palette/_index.md index 23c829087801..a4d89abfcfb6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/palette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/palette/_index.md @@ -1,7 +1,7 @@ --- -title: Palette +title: ImageOptionsBase.Palette second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. Gets or sets the color palette type: docs weight: 40 url: /net/aspose.imaging/imageoptionsbase/palette/ @@ -18,7 +18,7 @@ public virtual IColorPalette Palette { get; set; } The color palette. -### Examples +## Examples The following example shows how to compress a PNG image, using indexed color with best fit palette @@ -210,9 +210,9 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* interface [IColorPalette](../../icolorpalette/) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/progresseventhandler/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/progresseventhandler/_index.md index ba2e84d0bd27..718e29ac2192 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/progresseventhandler/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/progresseventhandler/_index.md @@ -1,7 +1,7 @@ --- -title: ProgressEventHandler +title: ImageOptionsBase.ProgressEventHandler second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. Gets or sets the progress event handler type: docs weight: 50 url: /net/aspose.imaging/imageoptionsbase/progresseventhandler/ @@ -18,7 +18,7 @@ public ProgressEventHandler ProgressEventHandler { get; set; } The progress event handler. -### Examples +## Examples The following example shows how to print information about progress events for load/export operations. @@ -63,9 +63,9 @@ private void ExportProgressCallback(Aspose.Imaging.ProgressManagement.ProgressEv ### See Also -* delegate [ProgressEventHandler](../../progresseventhandler) -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* delegate [ProgressEventHandler](../../progresseventhandler/) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/resolutionsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/resolutionsettings/_index.md index 8f9a152518c9..f2a29061abfc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/resolutionsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/resolutionsettings/_index.md @@ -1,7 +1,7 @@ --- -title: ResolutionSettings +title: ImageOptionsBase.ResolutionSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. Gets or sets the resolution settings type: docs weight: 60 url: /net/aspose.imaging/imageoptionsbase/resolutionsettings/ @@ -14,7 +14,7 @@ Gets or sets the resolution settings. public virtual ResolutionSetting ResolutionSettings { get; set; } ``` -### Examples +## Examples The following example loads a BMP image and saves it back to BMP using various save options. @@ -180,9 +180,9 @@ using (Aspose.Imaging.FileFormats.Jpeg.JpegImage jpegImage = new Aspose.Imaging. ### See Also -* class [ResolutionSetting](../../resolutionsetting) -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* class [ResolutionSetting](../../resolutionsetting/) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/source/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/source/_index.md index 999d3b9a10db..9c03e3f4e6eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/source/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/source/_index.md @@ -1,7 +1,7 @@ --- -title: Source +title: ImageOptionsBase.Source second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. Gets or sets the source to create image in type: docs weight: 70 url: /net/aspose.imaging/imageoptionsbase/source/ @@ -20,9 +20,9 @@ The source to create image in. ### See Also -* class [Source](../../source) -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* class [Source](../../source/) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/vectorrasterizationoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/vectorrasterizationoptions/_index.md index 026fff5d0ff1..8e1d96d55639 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/vectorrasterizationoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/vectorrasterizationoptions/_index.md @@ -1,7 +1,7 @@ --- -title: VectorRasterizationOptions +title: ImageOptionsBase.VectorRasterizationOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. Gets or sets the vector rasterization options type: docs weight: 80 url: /net/aspose.imaging/imageoptionsbase/vectorrasterizationoptions/ @@ -20,9 +20,9 @@ The vector rasterization options. ### See Also -* class [VectorRasterizationOptions](../../../aspose.imaging.imageoptions/vectorrasterizationoptions) -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* class [VectorRasterizationOptions](../../../aspose.imaging.imageoptions/vectorrasterizationoptions/) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/xmpdata/_index.md index f4647077d30b..747aa39b6f70 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageoptionsbase/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: ImageOptionsBase.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageOptionsBase property. Gets or sets the XMP metadata container type: docs weight: 90 url: /net/aspose.imaging/imageoptionsbase/xmpdata/ @@ -20,9 +20,9 @@ The XMP data container. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [ImageOptionsBase](../../imageoptionsbase) -* namespace [Aspose.Imaging](../../imageoptionsbase) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [ImageOptionsBase](../) +* namespace [Aspose.Imaging](../../imageoptionsbase/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/_index.md index 4e787b2f52cd..3dd1172d7c80 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/_index.md @@ -1,7 +1,7 @@ --- -title: ImageResizeSettings +title: Class ImageResizeSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ImageResizeSettings class. Image resize settings class type: docs weight: 10460 url: /net/aspose.imaging/imageresizesettings/ @@ -18,21 +18,21 @@ public class ImageResizeSettings | Name | Description | | --- | --- | -| [ImageResizeSettings](imageresizesettings)() | The default constructor. | +| [ImageResizeSettings](imageresizesettings/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorCompareMethod](../../aspose.imaging/imageresizesettings/colorcomparemethod) { get; set; } | Gets or sets the color compare method. | -| [ColorQuantizationMethod](../../aspose.imaging/imageresizesettings/colorquantizationmethod) { get; set; } | Gets or sets the color quantization method. | -| [EntriesCount](../../aspose.imaging/imageresizesettings/entriescount) { get; set; } | Gets or sets the entries count | -| [FilterType](../../aspose.imaging/imageresizesettings/filtertype) { get; set; } | Gets or sets the type of the filter. | -| [Mode](../../aspose.imaging/imageresizesettings/mode) { get; set; } | Gets or sets the interpolation mode. | +| [ColorCompareMethod](../../aspose.imaging/imageresizesettings/colorcomparemethod/) { get; set; } | Gets or sets the color compare method. | +| [ColorQuantizationMethod](../../aspose.imaging/imageresizesettings/colorquantizationmethod/) { get; set; } | Gets or sets the color quantization method. | +| [EntriesCount](../../aspose.imaging/imageresizesettings/entriescount/) { get; set; } | Gets or sets the entries count | +| [FilterType](../../aspose.imaging/imageresizesettings/filtertype/) { get; set; } | Gets or sets the type of the filter. | +| [Mode](../../aspose.imaging/imageresizesettings/mode/) { get; set; } | Gets or sets the interpolation mode. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/colorcomparemethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/colorcomparemethod/_index.md index 9d837b4a2517..4ad0864d7067 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/colorcomparemethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/colorcomparemethod/_index.md @@ -1,7 +1,7 @@ --- -title: ColorCompareMethod +title: ImageResizeSettings.ColorCompareMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageResizeSettings property. Gets or sets the color compare method type: docs weight: 20 url: /net/aspose.imaging/imageresizesettings/colorcomparemethod/ @@ -20,9 +20,9 @@ The color compare method. ### See Also -* enum [ColorCompareMethod](../../colorcomparemethod) -* class [ImageResizeSettings](../../imageresizesettings) -* namespace [Aspose.Imaging](../../imageresizesettings) +* enum [ColorCompareMethod](../../colorcomparemethod/) +* class [ImageResizeSettings](../) +* namespace [Aspose.Imaging](../../imageresizesettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/colorquantizationmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/colorquantizationmethod/_index.md index cc82f0d2e742..00af34292ecc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/colorquantizationmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/colorquantizationmethod/_index.md @@ -1,7 +1,7 @@ --- -title: ColorQuantizationMethod +title: ImageResizeSettings.ColorQuantizationMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageResizeSettings property. Gets or sets the color quantization method type: docs weight: 30 url: /net/aspose.imaging/imageresizesettings/colorquantizationmethod/ @@ -20,9 +20,9 @@ The color quantization method. ### See Also -* enum [ColorQuantizationMethod](../../colorquantizationmethod) -* class [ImageResizeSettings](../../imageresizesettings) -* namespace [Aspose.Imaging](../../imageresizesettings) +* enum [ColorQuantizationMethod](../../colorquantizationmethod/) +* class [ImageResizeSettings](../) +* namespace [Aspose.Imaging](../../imageresizesettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/entriescount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/entriescount/_index.md index 517d0d3cbb51..4bf8095f7d7a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/entriescount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/entriescount/_index.md @@ -1,7 +1,7 @@ --- -title: EntriesCount +title: ImageResizeSettings.EntriesCount second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageResizeSettings property. Gets or sets the entries count type: docs weight: 40 url: /net/aspose.imaging/imageresizesettings/entriescount/ @@ -20,8 +20,8 @@ The entries count ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* namespace [Aspose.Imaging](../../imageresizesettings) +* class [ImageResizeSettings](../) +* namespace [Aspose.Imaging](../../imageresizesettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/filtertype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/filtertype/_index.md index 652ab9f2896a..5ec890e9f687 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/filtertype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/filtertype/_index.md @@ -1,7 +1,7 @@ --- -title: FilterType +title: ImageResizeSettings.FilterType second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageResizeSettings property. Gets or sets the type of the filter type: docs weight: 50 url: /net/aspose.imaging/imageresizesettings/filtertype/ @@ -20,9 +20,9 @@ The type of the filter. ### See Also -* enum [ImageFilterType](../../imagefiltertype) -* class [ImageResizeSettings](../../imageresizesettings) -* namespace [Aspose.Imaging](../../imageresizesettings) +* enum [ImageFilterType](../../imagefiltertype/) +* class [ImageResizeSettings](../) +* namespace [Aspose.Imaging](../../imageresizesettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/imageresizesettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/imageresizesettings/_index.md index dff9453e302b..a370b47aa2ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/imageresizesettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/imageresizesettings/_index.md @@ -1,7 +1,7 @@ --- -title: ImageResizeSettings +title: ImageResizeSettings.ImageResizeSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageResizeSettings constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging/imageresizesettings/imageresizesettings/ @@ -16,8 +16,8 @@ public ImageResizeSettings() ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* namespace [Aspose.Imaging](../../imageresizesettings) +* class [ImageResizeSettings](../) +* namespace [Aspose.Imaging](../../imageresizesettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/mode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/mode/_index.md index b01a4d1bdd46..e164ba8c609a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/mode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imageresizesettings/mode/_index.md @@ -1,7 +1,7 @@ --- -title: Mode +title: ImageResizeSettings.Mode second_title: Aspose.Imaging for .NET API Reference -description: +description: ImageResizeSettings property. Gets or sets the interpolation mode type: docs weight: 60 url: /net/aspose.imaging/imageresizesettings/mode/ @@ -20,9 +20,9 @@ The mode. ### See Also -* enum [ResizeType](../../resizetype) -* class [ImageResizeSettings](../../imageresizesettings) -* namespace [Aspose.Imaging](../../imageresizesettings) +* enum [ResizeType](../../resizetype/) +* class [ImageResizeSettings](../) +* namespace [Aspose.Imaging](../../imageresizesettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/_index.md index 7dfa1be93ebb..8172a79792e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/_index.md @@ -1,7 +1,7 @@ --- -title: IMultipageImage +title: Interface IMultipageImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IMultipageImage interface. The multipage image interface type: docs weight: 9620 url: /net/aspose.imaging/imultipageimage/ @@ -18,11 +18,11 @@ public interface IMultipageImage | Name | Description | | --- | --- | -| [PageCount](../../aspose.imaging/imultipageimage/pagecount) { get; } | Gets the page count. | -| [PageExportingAction](../../aspose.imaging/imultipageimage/pageexportingaction) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| [Pages](../../aspose.imaging/imultipageimage/pages) { get; } | Gets the pages. | +| [PageCount](../../aspose.imaging/imultipageimage/pagecount/) { get; } | Gets the page count. | +| [PageExportingAction](../../aspose.imaging/imultipageimage/pageexportingaction/) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| [Pages](../../aspose.imaging/imultipageimage/pages/) { get; } | Gets the pages. | -### Examples +## Examples The following example shows how to export a multipage vector image to another format in general way without referencing to a particular image type. @@ -59,7 +59,7 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pagecount/_index.md index 222c4e105580..4a3dce5c1d82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: IMultipageImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: IMultipageImage property. Gets the page count type: docs weight: 10 url: /net/aspose.imaging/imultipageimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* interface [IMultipageImage](../../imultipageimage) -* namespace [Aspose.Imaging](../../imultipageimage) +* interface [IMultipageImage](../) +* namespace [Aspose.Imaging](../../imultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pageexportingaction/_index.md index 885420e03345..1a3d57ec8eb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: IMultipageImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: IMultipageImage property. Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 20 url: /net/aspose.imaging/imultipageimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../pageexportingaction) -* interface [IMultipageImage](../../imultipageimage) -* namespace [Aspose.Imaging](../../imultipageimage) +* delegate [PageExportingAction](../../pageexportingaction/) +* interface [IMultipageImage](../) +* namespace [Aspose.Imaging](../../imultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pages/_index.md index 3460a9806d1a..c34e03fc2159 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: IMultipageImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: IMultipageImage property. Gets the pages type: docs weight: 30 url: /net/aspose.imaging/imultipageimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../image) -* interface [IMultipageImage](../../imultipageimage) -* namespace [Aspose.Imaging](../../imultipageimage) +* class [Image](../../image/) +* interface [IMultipageImage](../) +* namespace [Aspose.Imaging](../../imultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimageext/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimageext/_index.md index fc5cb46bbb1f..c85455750572 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimageext/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimageext/_index.md @@ -1,7 +1,7 @@ --- -title: IMultipageImageExt +title: Interface IMultipageImageExt second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IMultipageImageExt interface. The extended multipage image interface type: docs weight: 9630 url: /net/aspose.imaging/imultipageimageext/ @@ -18,12 +18,12 @@ public interface IMultipageImageExt : IMultipageImage | Name | Description | | --- | --- | -| [AddPage](../../aspose.imaging/imultipageimageext/addpage)(RasterImage) | Adds page to the image. | +| [AddPage](../../aspose.imaging/imultipageimageext/addpage/)(RasterImage) | Adds page to the image. | ### See Also -* interface [IMultipageImage](../imultipageimage) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IMultipageImage](../imultipageimage/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimageext/addpage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimageext/addpage/_index.md index 580dbd0eb53b..719b604ec3e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimageext/addpage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/imultipageimageext/addpage/_index.md @@ -1,7 +1,7 @@ --- -title: AddPage +title: IMultipageImageExt.AddPage second_title: Aspose.Imaging for .NET API Reference -description: +description: IMultipageImageExt method. Adds page to the image type: docs weight: 10 url: /net/aspose.imaging/imultipageimageext/addpage/ @@ -20,9 +20,9 @@ public void AddPage(RasterImage page) ### See Also -* class [RasterImage](../../rasterimage) -* interface [IMultipageImageExt](../../imultipageimageext) -* namespace [Aspose.Imaging](../../imultipageimageext) +* class [RasterImage](../../rasterimage/) +* interface [IMultipageImageExt](../) +* namespace [Aspose.Imaging](../../imultipageimageext/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/interpolationmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/interpolationmode/_index.md index 47b596df3083..19ed83d91eec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/interpolationmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/interpolationmode/_index.md @@ -1,14 +1,14 @@ --- -title: InterpolationMode +title: Enum InterpolationMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.InterpolationMode enum. The InterpolationMode enumeration specifies the algorithm that is used when images are scaled or rotated type: docs weight: 10490 url: /net/aspose.imaging/interpolationmode/ --- ## InterpolationMode enumeration -The [`InterpolationMode`](../interpolationmode) enumeration specifies the algorithm that is used when images are scaled or rotated. +The `InterpolationMode` enumeration specifies the algorithm that is used when images are scaled or rotated. ```csharp public enum InterpolationMode @@ -30,7 +30,7 @@ public enum InterpolationMode ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/_index.md index 65905c331f99..68cac07f7ba9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/_index.md @@ -1,7 +1,7 @@ --- -title: IntRange +title: Class IntRange second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IntRange class. Class for representing sequence of elements type: docs weight: 10470 url: /net/aspose.imaging/intrange/ @@ -18,26 +18,26 @@ public class IntRange | Name | Description | | --- | --- | -| [IntRange](intrange)(int[]) | Initializes a new instance of the [`IntRange`](../intrange) class. | -| [IntRange](intrange)(int, int) | Initializes a new instance of the [`IntRange`](../intrange) class. | -| [IntRange](intrange)(int, int, int) | Initializes a new instance of the [`IntRange`](../intrange) class. | +| [IntRange](intrange/#constructor_2)(int[]) | Initializes a new instance of the `IntRange` class. | +| [IntRange](intrange/#constructor)(int, int) | Initializes a new instance of the `IntRange` class. | +| [IntRange](intrange/#constructor_1)(int, int, int) | Initializes a new instance of the `IntRange` class. | ## Properties | Name | Description | | --- | --- | -| [Range](../../aspose.imaging/intrange/range) { get; set; } | Gets or sets the range. | +| [Range](../../aspose.imaging/intrange/range/) { get; set; } | Gets or sets the range. | ## Methods | Name | Description | | --- | --- | -| [GetArrayOneItemFromIndex](../../aspose.imaging/intrange/getarrayoneitemfromindex)(int) | Returns one item array from specified index | -| static [GetRange](../../aspose.imaging/intrange/getrange)(int, int, int) | Gets the count range of int elements starting at start | +| [GetArrayOneItemFromIndex](../../aspose.imaging/intrange/getarrayoneitemfromindex/)(int) | Returns one item array from specified index | +| static [GetRange](../../aspose.imaging/intrange/getrange/)(int, int, int) | Gets the count range of int elements starting at start | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/getarrayoneitemfromindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/getarrayoneitemfromindex/_index.md index a487e2365871..fc9ee99ba3de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/getarrayoneitemfromindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/getarrayoneitemfromindex/_index.md @@ -1,7 +1,7 @@ --- -title: GetArrayOneItemFromIndex +title: IntRange.GetArrayOneItemFromIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: IntRange method. Returns one item array from specified index type: docs weight: 30 url: /net/aspose.imaging/intrange/getarrayoneitemfromindex/ @@ -30,8 +30,8 @@ The array of String ### See Also -* class [IntRange](../../intrange) -* namespace [Aspose.Imaging](../../intrange) +* class [IntRange](../) +* namespace [Aspose.Imaging](../../intrange/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/getrange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/getrange/_index.md index dd79b102d8d4..07be908f88d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/getrange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/getrange/_index.md @@ -1,7 +1,7 @@ --- -title: GetRange +title: IntRange.GetRange second_title: Aspose.Imaging for .NET API Reference -description: +description: IntRange method. Gets the count range of int elements starting at start type: docs weight: 40 url: /net/aspose.imaging/intrange/getrange/ @@ -32,8 +32,8 @@ Array of items ### See Also -* class [IntRange](../../intrange) -* namespace [Aspose.Imaging](../../intrange) +* class [IntRange](../) +* namespace [Aspose.Imaging](../../intrange/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/intrange/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/intrange/_index.md index 7af3c88b446b..aa6fd31acfba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/intrange/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/intrange/_index.md @@ -1,14 +1,14 @@ --- -title: IntRange +title: IntRange.IntRange second_title: Aspose.Imaging for .NET API Reference -description: +description: IntRange constructor. Initializes a new instance of the IntRange class type: docs weight: 10 url: /net/aspose.imaging/intrange/intrange/ --- -## IntRange constructor (1 of 3) +## IntRange(int, int) {#constructor} -Initializes a new instance of the [`IntRange`](../../intrange) class. +Initializes a new instance of the [`IntRange`](../) class. ```csharp public IntRange(int start, int count) @@ -21,15 +21,15 @@ public IntRange(int start, int count) ### See Also -* class [IntRange](../../intrange) -* namespace [Aspose.Imaging](../../intrange) +* class [IntRange](../) +* namespace [Aspose.Imaging](../../intrange/) * assembly [Aspose.Imaging](../../../) --- -## IntRange constructor (2 of 3) +## IntRange(int, int, int) {#constructor_1} -Initializes a new instance of the [`IntRange`](../../intrange) class. +Initializes a new instance of the [`IntRange`](../) class. ```csharp public IntRange(int start, int count, int delta) @@ -43,15 +43,15 @@ public IntRange(int start, int count, int delta) ### See Also -* class [IntRange](../../intrange) -* namespace [Aspose.Imaging](../../intrange) +* class [IntRange](../) +* namespace [Aspose.Imaging](../../intrange/) * assembly [Aspose.Imaging](../../../) --- -## IntRange constructor (3 of 3) +## IntRange(int[]) {#constructor_2} -Initializes a new instance of the [`IntRange`](../../intrange) class. +Initializes a new instance of the [`IntRange`](../) class. ```csharp public IntRange(int[] range) @@ -63,8 +63,8 @@ public IntRange(int[] range) ### See Also -* class [IntRange](../../intrange) -* namespace [Aspose.Imaging](../../intrange) +* class [IntRange](../) +* namespace [Aspose.Imaging](../../intrange/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/range/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/range/_index.md index d0b95ebf636e..d59f87b69c5f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/range/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/intrange/range/_index.md @@ -1,7 +1,7 @@ --- -title: Range +title: IntRange.Range second_title: Aspose.Imaging for .NET API Reference -description: +description: IntRange property. Gets or sets the range type: docs weight: 20 url: /net/aspose.imaging/intrange/range/ @@ -20,8 +20,8 @@ The range. ### See Also -* class [IntRange](../../intrange) -* namespace [Aspose.Imaging](../../intrange) +* class [IntRange](../) +* namespace [Aspose.Imaging](../../intrange/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/_index.md index eea780616080..434faf1c7b75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/_index.md @@ -1,7 +1,7 @@ --- -title: IObjectWithBounds +title: Interface IObjectWithBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IObjectWithBounds interface. Represents an object with bounds type: docs weight: 9640 url: /net/aspose.imaging/iobjectwithbounds/ @@ -18,14 +18,14 @@ public interface IObjectWithBounds | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging/iobjectwithbounds/bounds) { get; } | Gets the object bounds. | -| [Height](../../aspose.imaging/iobjectwithbounds/height) { get; } | Gets the object height. | -| [Size](../../aspose.imaging/iobjectwithbounds/size) { get; } | Gets the object size. | -| [Width](../../aspose.imaging/iobjectwithbounds/width) { get; } | Gets the object width. | +| [Bounds](../../aspose.imaging/iobjectwithbounds/bounds/) { get; } | Gets the object bounds. | +| [Height](../../aspose.imaging/iobjectwithbounds/height/) { get; } | Gets the object height. | +| [Size](../../aspose.imaging/iobjectwithbounds/size/) { get; } | Gets the object size. | +| [Width](../../aspose.imaging/iobjectwithbounds/width/) { get; } | Gets the object width. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/bounds/_index.md index 248cb797bfe1..b26798e5f099 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: IObjectWithBounds.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: IObjectWithBounds property. Gets the object bounds type: docs weight: 10 url: /net/aspose.imaging/iobjectwithbounds/bounds/ @@ -20,9 +20,9 @@ The object bounds. ### See Also -* struct [Rectangle](../../rectangle) -* interface [IObjectWithBounds](../../iobjectwithbounds) -* namespace [Aspose.Imaging](../../iobjectwithbounds) +* struct [Rectangle](../../rectangle/) +* interface [IObjectWithBounds](../) +* namespace [Aspose.Imaging](../../iobjectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/height/_index.md index f4c036807b70..9c2e458fe3b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: IObjectWithBounds.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: IObjectWithBounds property. Gets the object height type: docs weight: 20 url: /net/aspose.imaging/iobjectwithbounds/height/ @@ -20,8 +20,8 @@ The object height. ### See Also -* interface [IObjectWithBounds](../../iobjectwithbounds) -* namespace [Aspose.Imaging](../../iobjectwithbounds) +* interface [IObjectWithBounds](../) +* namespace [Aspose.Imaging](../../iobjectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/size/_index.md index 11d49bbc1e36..d54dac195417 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: IObjectWithBounds.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: IObjectWithBounds property. Gets the object size type: docs weight: 30 url: /net/aspose.imaging/iobjectwithbounds/size/ @@ -20,9 +20,9 @@ The object size. ### See Also -* struct [Size](../../size) -* interface [IObjectWithBounds](../../iobjectwithbounds) -* namespace [Aspose.Imaging](../../iobjectwithbounds) +* struct [Size](../../size/) +* interface [IObjectWithBounds](../) +* namespace [Aspose.Imaging](../../iobjectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/width/_index.md index bbcf6cb7ca68..7338d4c422f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iobjectwithbounds/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: IObjectWithBounds.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: IObjectWithBounds property. Gets the object width type: docs weight: 40 url: /net/aspose.imaging/iobjectwithbounds/width/ @@ -20,8 +20,8 @@ The object width. ### See Also -* interface [IObjectWithBounds](../../iobjectwithbounds) -* namespace [Aspose.Imaging](../../iobjectwithbounds) +* interface [IObjectWithBounds](../) +* namespace [Aspose.Imaging](../../iobjectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/_index.md index e12a86a20a6f..aa07945a7b5a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/_index.md @@ -1,7 +1,7 @@ --- -title: IOrderedShape +title: Interface IOrderedShape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IOrderedShape interface. Represents an ordered shape. An ordered shape is a continuous set of points having a start point and end point. The continuous set of points connected using a specific rule type: docs weight: 9650 url: /net/aspose.imaging/iorderedshape/ @@ -18,19 +18,19 @@ public interface IOrderedShape | Name | Description | | --- | --- | -| [EndPoint](../../aspose.imaging/iorderedshape/endpoint) { get; } | Gets the ending shape point. | -| [IsClosed](../../aspose.imaging/iorderedshape/isclosed) { get; set; } | Gets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning. | -| [StartPoint](../../aspose.imaging/iorderedshape/startpoint) { get; } | Gets the starting shape point. | +| [EndPoint](../../aspose.imaging/iorderedshape/endpoint/) { get; } | Gets the ending shape point. | +| [IsClosed](../../aspose.imaging/iorderedshape/isclosed/) { get; set; } | Gets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning. | +| [StartPoint](../../aspose.imaging/iorderedshape/startpoint/) { get; } | Gets the starting shape point. | ## Methods | Name | Description | | --- | --- | -| [Reverse](../../aspose.imaging/iorderedshape/reverse)() | Reverses the order of points for this shape. | +| [Reverse](../../aspose.imaging/iorderedshape/reverse/)() | Reverses the order of points for this shape. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/endpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/endpoint/_index.md index 032ad1e65349..e4fda88dd0e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/endpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/endpoint/_index.md @@ -1,7 +1,7 @@ --- -title: EndPoint +title: IOrderedShape.EndPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: IOrderedShape property. Gets the ending shape point type: docs weight: 10 url: /net/aspose.imaging/iorderedshape/endpoint/ @@ -20,9 +20,9 @@ The ending shape point. ### See Also -* struct [PointF](../../pointf) -* interface [IOrderedShape](../../iorderedshape) -* namespace [Aspose.Imaging](../../iorderedshape) +* struct [PointF](../../pointf/) +* interface [IOrderedShape](../) +* namespace [Aspose.Imaging](../../iorderedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/isclosed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/isclosed/_index.md index d66112a40aa1..e946c512ce79 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/isclosed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/isclosed/_index.md @@ -1,7 +1,7 @@ --- -title: IsClosed +title: IOrderedShape.IsClosed second_title: Aspose.Imaging for .NET API Reference -description: +description: IOrderedShape property. Gets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning type: docs weight: 20 url: /net/aspose.imaging/iorderedshape/isclosed/ @@ -20,8 +20,8 @@ public bool IsClosed { get; set; } ### See Also -* interface [IOrderedShape](../../iorderedshape) -* namespace [Aspose.Imaging](../../iorderedshape) +* interface [IOrderedShape](../) +* namespace [Aspose.Imaging](../../iorderedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/reverse/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/reverse/_index.md index 1e8233868f6f..0e2fc95aa363 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/reverse/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/reverse/_index.md @@ -1,7 +1,7 @@ --- -title: Reverse +title: IOrderedShape.Reverse second_title: Aspose.Imaging for .NET API Reference -description: +description: IOrderedShape method. Reverses the order of points for this shape type: docs weight: 40 url: /net/aspose.imaging/iorderedshape/reverse/ @@ -16,8 +16,8 @@ public void Reverse() ### See Also -* interface [IOrderedShape](../../iorderedshape) -* namespace [Aspose.Imaging](../../iorderedshape) +* interface [IOrderedShape](../) +* namespace [Aspose.Imaging](../../iorderedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/startpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/startpoint/_index.md index 28eb91c0ce0c..01d96faeca00 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/startpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/iorderedshape/startpoint/_index.md @@ -1,7 +1,7 @@ --- -title: StartPoint +title: IOrderedShape.StartPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: IOrderedShape property. Gets the starting shape point type: docs weight: 30 url: /net/aspose.imaging/iorderedshape/startpoint/ @@ -20,9 +20,9 @@ The starting shape point. ### See Also -* struct [PointF](../../pointf) -* interface [IOrderedShape](../../iorderedshape) -* namespace [Aspose.Imaging](../../iorderedshape) +* struct [PointF](../../pointf/) +* interface [IOrderedShape](../) +* namespace [Aspose.Imaging](../../iorderedshape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb32pixelloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb32pixelloader/_index.md index 9858ec6f81dc..2b049149dcd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb32pixelloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb32pixelloader/_index.md @@ -1,7 +1,7 @@ --- -title: IPartialArgb32PixelLoader +title: Interface IPartialArgb32PixelLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IPartialArgb32PixelLoader interface. Conforms to the 32bit ARGB pixels loaded partially type: docs weight: 9660 url: /net/aspose.imaging/ipartialargb32pixelloader/ @@ -18,11 +18,11 @@ public interface IPartialArgb32PixelLoader | Name | Description | | --- | --- | -| [Process](../../aspose.imaging/ipartialargb32pixelloader/process)(Rectangle, int[], Point, Point) | Processes the loaded pixels. | +| [Process](../../aspose.imaging/ipartialargb32pixelloader/process/)(Rectangle, int[], Point, Point) | Processes the loaded pixels. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb32pixelloader/process/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb32pixelloader/process/_index.md index e52c584cb9cc..0d32b817a1cd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb32pixelloader/process/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb32pixelloader/process/_index.md @@ -1,7 +1,7 @@ --- -title: Process +title: IPartialArgb32PixelLoader.Process second_title: Aspose.Imaging for .NET API Reference -description: +description: IPartialArgb32PixelLoader method. Processes the loaded pixels type: docs weight: 10 url: /net/aspose.imaging/ipartialargb32pixelloader/process/ @@ -23,10 +23,10 @@ public void Process(Rectangle pixelsRectangle, int[] pixels, Point start, Point ### See Also -* struct [Rectangle](../../rectangle) -* struct [Point](../../point) -* interface [IPartialArgb32PixelLoader](../../ipartialargb32pixelloader) -* namespace [Aspose.Imaging](../../ipartialargb32pixelloader) +* struct [Rectangle](../../rectangle/) +* struct [Point](../../point/) +* interface [IPartialArgb32PixelLoader](../) +* namespace [Aspose.Imaging](../../ipartialargb32pixelloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb64pixelloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb64pixelloader/_index.md index d2784c78fce6..1cb72ba714b9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb64pixelloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb64pixelloader/_index.md @@ -1,7 +1,7 @@ --- -title: IPartialArgb64PixelLoader +title: Interface IPartialArgb64PixelLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IPartialArgb64PixelLoader interface. The 64bit ARGB pixels loader type: docs weight: 9670 url: /net/aspose.imaging/ipartialargb64pixelloader/ @@ -18,12 +18,12 @@ public interface IPartialArgb64PixelLoader : IPartialArgb32PixelLoader | Name | Description | | --- | --- | -| [Process64](../../aspose.imaging/ipartialargb64pixelloader/process64)(Rectangle, long[], Point, Point) | Processes the loaded pixels. | +| [Process64](../../aspose.imaging/ipartialargb64pixelloader/process64/)(Rectangle, long[], Point, Point) | Processes the loaded pixels. | ### See Also -* interface [IPartialArgb32PixelLoader](../ipartialargb32pixelloader) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IPartialArgb32PixelLoader](../ipartialargb32pixelloader/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb64pixelloader/process64/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb64pixelloader/process64/_index.md index d75a1df285ce..9266aba65a92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb64pixelloader/process64/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialargb64pixelloader/process64/_index.md @@ -1,7 +1,7 @@ --- -title: Process64 +title: IPartialArgb64PixelLoader.Process64 second_title: Aspose.Imaging for .NET API Reference -description: +description: IPartialArgb64PixelLoader method. Processes the loaded pixels type: docs weight: 10 url: /net/aspose.imaging/ipartialargb64pixelloader/process64/ @@ -23,10 +23,10 @@ public void Process64(Rectangle pixelsRectangle, long[] pixels, Point start, Poi ### See Also -* struct [Rectangle](../../rectangle) -* struct [Point](../../point) -* interface [IPartialArgb64PixelLoader](../../ipartialargb64pixelloader) -* namespace [Aspose.Imaging](../../ipartialargb64pixelloader) +* struct [Rectangle](../../rectangle/) +* struct [Point](../../point/) +* interface [IPartialArgb64PixelLoader](../) +* namespace [Aspose.Imaging](../../ipartialargb64pixelloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialpixelloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialpixelloader/_index.md index f7ad9dedd963..d1bd32963a18 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialpixelloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialpixelloader/_index.md @@ -1,7 +1,7 @@ --- -title: IPartialPixelLoader +title: Interface IPartialPixelLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IPartialPixelLoader interface. Conforms to the pixels loaded partially type: docs weight: 9680 url: /net/aspose.imaging/ipartialpixelloader/ @@ -18,11 +18,11 @@ public interface IPartialPixelLoader | Name | Description | | --- | --- | -| [Process](../../aspose.imaging/ipartialpixelloader/process)(Rectangle, Color[], Point, Point) | Processes the loaded pixels. | +| [Process](../../aspose.imaging/ipartialpixelloader/process/)(Rectangle, Color[], Point, Point) | Processes the loaded pixels. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialpixelloader/process/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialpixelloader/process/_index.md index 42b82e4451d3..a295dc50d969 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialpixelloader/process/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialpixelloader/process/_index.md @@ -1,7 +1,7 @@ --- -title: Process +title: IPartialPixelLoader.Process second_title: Aspose.Imaging for .NET API Reference -description: +description: IPartialPixelLoader method. Processes the loaded pixels type: docs weight: 10 url: /net/aspose.imaging/ipartialpixelloader/process/ @@ -23,11 +23,11 @@ public void Process(Rectangle pixelsRectangle, Color[] pixels, Point start, Poin ### See Also -* struct [Rectangle](../../rectangle) -* struct [Color](../../color) -* struct [Point](../../point) -* interface [IPartialPixelLoader](../../ipartialpixelloader) -* namespace [Aspose.Imaging](../../ipartialpixelloader) +* struct [Rectangle](../../rectangle/) +* struct [Color](../../color/) +* struct [Point](../../point/) +* interface [IPartialPixelLoader](../) +* namespace [Aspose.Imaging](../../ipartialpixelloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialrawdataloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialrawdataloader/_index.md index 35f2fea22ea3..f8fab28fb3ae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialrawdataloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialrawdataloader/_index.md @@ -1,7 +1,7 @@ --- -title: IPartialRawDataLoader +title: Interface IPartialRawDataLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IPartialRawDataLoader interface. The partial data loader type: docs weight: 9690 url: /net/aspose.imaging/ipartialrawdataloader/ @@ -18,12 +18,12 @@ public interface IPartialRawDataLoader | Name | Description | | --- | --- | -| [Process](../../aspose.imaging/ipartialrawdataloader/process)(Rectangle, byte[], Point, Point) | Processes the loaded data. | -| [Process](../../aspose.imaging/ipartialrawdataloader/process)(Rectangle, byte[], Point, Point, LoadOptions) | Processes the loaded data. | +| [Process](../../aspose.imaging/ipartialrawdataloader/process/#process)(Rectangle, byte[], Point, Point) | Processes the loaded data. | +| [Process](../../aspose.imaging/ipartialrawdataloader/process/#process_1)(Rectangle, byte[], Point, Point, LoadOptions) | Processes the loaded data. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialrawdataloader/process/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialrawdataloader/process/_index.md index d2bd4c289744..66fecf8aee6d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialrawdataloader/process/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/ipartialrawdataloader/process/_index.md @@ -1,12 +1,12 @@ --- -title: Process +title: IPartialRawDataLoader.Process second_title: Aspose.Imaging for .NET API Reference -description: +description: IPartialRawDataLoader method. Processes the loaded data type: docs weight: 10 url: /net/aspose.imaging/ipartialrawdataloader/process/ --- -## IPartialRawDataLoader.Process method (1 of 2) +## Process(Rectangle, byte[], Point, Point) {#process} Processes the loaded data. @@ -23,15 +23,15 @@ public void Process(Rectangle rectangle, byte[] data, Point start, Point end) ### See Also -* struct [Rectangle](../../rectangle) -* struct [Point](../../point) -* interface [IPartialRawDataLoader](../../ipartialrawdataloader) -* namespace [Aspose.Imaging](../../ipartialrawdataloader) +* struct [Rectangle](../../rectangle/) +* struct [Point](../../point/) +* interface [IPartialRawDataLoader](../) +* namespace [Aspose.Imaging](../../ipartialrawdataloader/) * assembly [Aspose.Imaging](../../../) --- -## IPartialRawDataLoader.Process method (2 of 2) +## Process(Rectangle, byte[], Point, Point, LoadOptions) {#process_1} Processes the loaded data. @@ -50,11 +50,11 @@ public void Process(Rectangle rectangle, byte[] data, Point start, Point end, ### See Also -* struct [Rectangle](../../rectangle) -* struct [Point](../../point) -* class [LoadOptions](../../loadoptions) -* interface [IPartialRawDataLoader](../../ipartialrawdataloader) -* namespace [Aspose.Imaging](../../ipartialrawdataloader) +* struct [Rectangle](../../rectangle/) +* struct [Point](../../point/) +* class [LoadOptions](../../loadoptions/) +* interface [IPartialRawDataLoader](../) +* namespace [Aspose.Imaging](../../ipartialrawdataloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb32pixelloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb32pixelloader/_index.md index 561bd93c5ff8..2998611be6b7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb32pixelloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb32pixelloader/_index.md @@ -1,7 +1,7 @@ --- -title: IRasterImageArgb32PixelLoader +title: Interface IRasterImageArgb32PixelLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IRasterImageArgb32PixelLoader interface. The raster image 32bit ARGB pixel loader type: docs weight: 9700 url: /net/aspose.imaging/irasterimageargb32pixelloader/ @@ -18,12 +18,12 @@ public interface IRasterImageArgb32PixelLoader : IRasterImageRawDataLoader | Name | Description | | --- | --- | -| [LoadPartialArgb32Pixels](../../aspose.imaging/irasterimageargb32pixelloader/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially (by blocks). | +| [LoadPartialArgb32Pixels](../../aspose.imaging/irasterimageargb32pixelloader/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially (by blocks). | ### See Also -* interface [IRasterImageRawDataLoader](../irasterimagerawdataloader) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IRasterImageRawDataLoader](../irasterimagerawdataloader/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb32pixelloader/loadpartialargb32pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb32pixelloader/loadpartialargb32pixels/_index.md index 5a47e38a91a5..6e36eea6f80f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb32pixelloader/loadpartialargb32pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb32pixelloader/loadpartialargb32pixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadPartialArgb32Pixels +title: IRasterImageArgb32PixelLoader.LoadPartialArgb32Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: IRasterImageArgb32PixelLoader method. Loads 32bit ARGB pixels partially by blocks type: docs weight: 10 url: /net/aspose.imaging/irasterimageargb32pixelloader/loadpartialargb32pixels/ @@ -22,10 +22,10 @@ public void LoadPartialArgb32Pixels(Rectangle rectangle, ### See Also -* struct [Rectangle](../../rectangle) -* interface [IPartialArgb32PixelLoader](../../ipartialargb32pixelloader) -* interface [IRasterImageArgb32PixelLoader](../../irasterimageargb32pixelloader) -* namespace [Aspose.Imaging](../../irasterimageargb32pixelloader) +* struct [Rectangle](../../rectangle/) +* interface [IPartialArgb32PixelLoader](../../ipartialargb32pixelloader/) +* interface [IRasterImageArgb32PixelLoader](../) +* namespace [Aspose.Imaging](../../irasterimageargb32pixelloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb64pixelloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb64pixelloader/_index.md index 738aaabfd511..38de592d4b1b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb64pixelloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb64pixelloader/_index.md @@ -1,7 +1,7 @@ --- -title: IRasterImageArgb64PixelLoader +title: Interface IRasterImageArgb64PixelLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IRasterImageArgb64PixelLoader interface. The raster image 64bit ARGB pixel loader type: docs weight: 9710 url: /net/aspose.imaging/irasterimageargb64pixelloader/ @@ -18,12 +18,12 @@ public interface IRasterImageArgb64PixelLoader : IRasterImageRawDataLoader | Name | Description | | --- | --- | -| [LoadPartialArgb64Pixels](../../aspose.imaging/irasterimageargb64pixelloader/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially (by blocks). | +| [LoadPartialArgb64Pixels](../../aspose.imaging/irasterimageargb64pixelloader/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially (by blocks). | ### See Also -* interface [IRasterImageRawDataLoader](../irasterimagerawdataloader) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IRasterImageRawDataLoader](../irasterimagerawdataloader/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb64pixelloader/loadpartialargb64pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb64pixelloader/loadpartialargb64pixels/_index.md index 51792f371eaa..3b0d8878df24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb64pixelloader/loadpartialargb64pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimageargb64pixelloader/loadpartialargb64pixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadPartialArgb64Pixels +title: IRasterImageArgb64PixelLoader.LoadPartialArgb64Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: IRasterImageArgb64PixelLoader method. Loads 64bit ARGB pixels partially by blocks type: docs weight: 10 url: /net/aspose.imaging/irasterimageargb64pixelloader/loadpartialargb64pixels/ @@ -22,10 +22,10 @@ public void LoadPartialArgb64Pixels(Rectangle rectangle, ### See Also -* struct [Rectangle](../../rectangle) -* interface [IPartialArgb64PixelLoader](../../ipartialargb64pixelloader) -* interface [IRasterImageArgb64PixelLoader](../../irasterimageargb64pixelloader) -* namespace [Aspose.Imaging](../../irasterimageargb64pixelloader) +* struct [Rectangle](../../rectangle/) +* interface [IPartialArgb64PixelLoader](../../ipartialargb64pixelloader/) +* interface [IRasterImageArgb64PixelLoader](../) +* namespace [Aspose.Imaging](../../irasterimageargb64pixelloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagepixelloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagepixelloader/_index.md index 091fcef39a3d..45ba8f25ddbc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagepixelloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagepixelloader/_index.md @@ -1,7 +1,7 @@ --- -title: IRasterImagePixelLoader +title: Interface IRasterImagePixelLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IRasterImagePixelLoader interface. The raster image pixel loader type: docs weight: 9720 url: /net/aspose.imaging/irasterimagepixelloader/ @@ -18,12 +18,12 @@ public interface IRasterImagePixelLoader : IRasterImageRawDataLoader | Name | Description | | --- | --- | -| [LoadPartialPixels](../../aspose.imaging/irasterimagepixelloader/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially (by blocks). | +| [LoadPartialPixels](../../aspose.imaging/irasterimagepixelloader/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially (by blocks). | ### See Also -* interface [IRasterImageRawDataLoader](../irasterimagerawdataloader) -* namespace [Aspose.Imaging](../../aspose.imaging) +* interface [IRasterImageRawDataLoader](../irasterimagerawdataloader/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagepixelloader/loadpartialpixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagepixelloader/loadpartialpixels/_index.md index 1f20022c6403..b28a1bac5cd3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagepixelloader/loadpartialpixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagepixelloader/loadpartialpixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadPartialPixels +title: IRasterImagePixelLoader.LoadPartialPixels second_title: Aspose.Imaging for .NET API Reference -description: +description: IRasterImagePixelLoader method. Loads pixels partially by blocks type: docs weight: 10 url: /net/aspose.imaging/irasterimagepixelloader/loadpartialpixels/ @@ -21,10 +21,10 @@ public void LoadPartialPixels(Rectangle rectangle, IPartialPixelLoader partialPi ### See Also -* struct [Rectangle](../../rectangle) -* interface [IPartialPixelLoader](../../ipartialpixelloader) -* interface [IRasterImagePixelLoader](../../irasterimagepixelloader) -* namespace [Aspose.Imaging](../../irasterimagepixelloader) +* struct [Rectangle](../../rectangle/) +* interface [IPartialPixelLoader](../../ipartialpixelloader/) +* interface [IRasterImagePixelLoader](../) +* namespace [Aspose.Imaging](../../irasterimagepixelloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/_index.md index 214559863210..ca8ffa19bfa8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/_index.md @@ -1,7 +1,7 @@ --- -title: IRasterImageRawDataLoader +title: Interface IRasterImageRawDataLoader second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.IRasterImageRawDataLoader interface. The raster image raw data loader type: docs weight: 9730 url: /net/aspose.imaging/irasterimagerawdataloader/ @@ -18,18 +18,18 @@ public interface IRasterImageRawDataLoader | Name | Description | | --- | --- | -| [IsRawDataAvailable](../../aspose.imaging/irasterimagerawdataloader/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is supported. | -| [RawDataSettings](../../aspose.imaging/irasterimagerawdataloader/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [IsRawDataAvailable](../../aspose.imaging/irasterimagerawdataloader/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is supported. | +| [RawDataSettings](../../aspose.imaging/irasterimagerawdataloader/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | ## Methods | Name | Description | | --- | --- | -| [LoadRawData](../../aspose.imaging/irasterimagerawdataloader/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/irasterimagerawdataloader/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/israwdataavailable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/israwdataavailable/_index.md index 1583edb51bdc..c02b83459e60 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/israwdataavailable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/israwdataavailable/_index.md @@ -1,7 +1,7 @@ --- -title: IsRawDataAvailable +title: IRasterImageRawDataLoader.IsRawDataAvailable second_title: Aspose.Imaging for .NET API Reference -description: +description: IRasterImageRawDataLoader property. Gets a value indicating whether raw data loading is supported type: docs weight: 10 url: /net/aspose.imaging/irasterimagerawdataloader/israwdataavailable/ @@ -20,8 +20,8 @@ public bool IsRawDataAvailable { get; } ### See Also -* interface [IRasterImageRawDataLoader](../../irasterimagerawdataloader) -* namespace [Aspose.Imaging](../../irasterimagerawdataloader) +* interface [IRasterImageRawDataLoader](../) +* namespace [Aspose.Imaging](../../irasterimagerawdataloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/loadrawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/loadrawdata/_index.md index 60b125df4496..db77aa9d5207 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/loadrawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/loadrawdata/_index.md @@ -1,7 +1,7 @@ --- -title: LoadRawData +title: IRasterImageRawDataLoader.LoadRawData second_title: Aspose.Imaging for .NET API Reference -description: +description: IRasterImageRawDataLoader method. Loads raw data type: docs weight: 30 url: /net/aspose.imaging/irasterimagerawdataloader/loadrawdata/ @@ -23,11 +23,11 @@ public void LoadRawData(Rectangle rectangle, RawDataSettings rawDataSettings, ### See Also -* struct [Rectangle](../../rectangle) -* class [RawDataSettings](../../rawdatasettings) -* interface [IPartialRawDataLoader](../../ipartialrawdataloader) -* interface [IRasterImageRawDataLoader](../../irasterimagerawdataloader) -* namespace [Aspose.Imaging](../../irasterimagerawdataloader) +* struct [Rectangle](../../rectangle/) +* class [RawDataSettings](../../rawdatasettings/) +* interface [IPartialRawDataLoader](../../ipartialrawdataloader/) +* interface [IRasterImageRawDataLoader](../) +* namespace [Aspose.Imaging](../../irasterimagerawdataloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/rawdatasettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/rawdatasettings/_index.md index 982541aa8e21..38e03175235b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/rawdatasettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/irasterimagerawdataloader/rawdatasettings/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataSettings +title: IRasterImageRawDataLoader.RawDataSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: IRasterImageRawDataLoader property. Gets the current raw data settings. Note when using these settings the data loads without conversion type: docs weight: 20 url: /net/aspose.imaging/irasterimagerawdataloader/rawdatasettings/ @@ -20,9 +20,9 @@ The current raw data settings. ### See Also -* class [RawDataSettings](../../rawdatasettings) -* interface [IRasterImageRawDataLoader](../../irasterimagerawdataloader) -* namespace [Aspose.Imaging](../../irasterimagerawdataloader) +* class [RawDataSettings](../../rawdatasettings/) +* interface [IRasterImageRawDataLoader](../) +* namespace [Aspose.Imaging](../../irasterimagerawdataloader/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/knowncolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/knowncolor/_index.md index ec1014d907db..22a10c2371bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/knowncolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/knowncolor/_index.md @@ -1,7 +1,7 @@ --- -title: KnownColor +title: Enum KnownColor second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.KnownColor enum. Specifies the known system colors type: docs weight: 10500 url: /net/aspose.imaging/knowncolor/ @@ -162,7 +162,7 @@ public enum KnownColor ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/license/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/license/_index.md index 396a4a3abe97..1c4eb4fd32f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/license/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/license/_index.md @@ -1,7 +1,7 @@ --- -title: License +title: Class License second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.License class. Provides methods to license the component type: docs weight: 10510 url: /net/aspose.imaging/license/ @@ -18,16 +18,16 @@ public class License | Name | Description | | --- | --- | -| [License](license)() | Initializes a new instance of the [`License`](../license) class. Initializes a new instance of this class. | +| [License](license/)() | Initializes a new instance of the `License` class. Initializes a new instance of this class. | ## Methods | Name | Description | | --- | --- | -| [SetLicense](../../aspose.imaging/license/setlicense)(Stream) | Licenses the component. | -| [SetLicense](../../aspose.imaging/license/setlicense)(string) | Licenses the component. | +| [SetLicense](../../aspose.imaging/license/setlicense/#setlicense)(Stream) | Licenses the component. | +| [SetLicense](../../aspose.imaging/license/setlicense/#setlicense_1)(string) | Licenses the component. | -### Examples +## Examples In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly. @@ -46,7 +46,7 @@ License.SetLicense("MyLicense.lic") ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/license/license/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/license/license/_index.md index d58df8a8b534..b2bc264d71f6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/license/license/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/license/license/_index.md @@ -1,20 +1,20 @@ --- -title: License +title: License.License second_title: Aspose.Imaging for .NET API Reference -description: +description: License constructor. Initializes a new instance of the License class. Initializes a new instance of this class type: docs weight: 10 url: /net/aspose.imaging/license/license/ --- ## License constructor -Initializes a new instance of the [`License`](../../license) class. Initializes a new instance of this class. +Initializes a new instance of the [`License`](../) class. Initializes a new instance of this class. ```csharp public License() ``` -### Examples +## Examples In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly. @@ -33,8 +33,8 @@ License.SetLicense("MyLicense.lic") ### See Also -* class [License](../../license) -* namespace [Aspose.Imaging](../../license) +* class [License](../) +* namespace [Aspose.Imaging](../../license/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/license/setlicense/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/license/setlicense/_index.md index a8375775664d..b2851813254a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/license/setlicense/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/license/setlicense/_index.md @@ -1,12 +1,12 @@ --- -title: SetLicense +title: License.SetLicense second_title: Aspose.Imaging for .NET API Reference -description: +description: License method. Licenses the component type: docs weight: 20 url: /net/aspose.imaging/license/setlicense/ --- -## License.SetLicense method (1 of 2) +## SetLicense(string) {#setlicense_1} Licenses the component. @@ -18,7 +18,7 @@ public void SetLicense(string licenseName) | --- | --- | --- | | licenseName | String | Can be a full or short file name or name of an embedded resource. Use an empty string to switch to evaluation mode. | -### Remarks +## Remarks Tries to find the license in the following locations: @@ -38,7 +38,7 @@ Tries to find the license in the following locations: 2. An embedded resource in the client's calling assembly. -### Examples +## Examples In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly. @@ -57,13 +57,13 @@ license.SetLicense("MyLicense.lic") ### See Also -* class [License](../../license) -* namespace [Aspose.Imaging](../../license) +* class [License](../) +* namespace [Aspose.Imaging](../../license/) * assembly [Aspose.Imaging](../../../) --- -## License.SetLicense method (2 of 2) +## SetLicense(Stream) {#setlicense} Licenses the component. @@ -75,11 +75,11 @@ public void SetLicense(Stream stream) | --- | --- | --- | | stream | Stream | A stream that contains the license. | -### Remarks +## Remarks Use this method to load a license from a stream. -### Examples +## Examples ```csharp [C#] @@ -96,8 +96,8 @@ license.SetLicense(myStream) ### See Also -* class [License](../../license) -* namespace [Aspose.Imaging](../../license) +* class [License](../) +* namespace [Aspose.Imaging](../../license/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/linecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/linecap/_index.md index f2d77a1d9641..07dabb1c781f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/linecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/linecap/_index.md @@ -1,14 +1,14 @@ --- -title: LineCap +title: Enum LineCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.LineCap enum. Specifies the available cap styles with which a Pen object can end a line type: docs weight: 10520 url: /net/aspose.imaging/linecap/ --- ## LineCap enumeration -Specifies the available cap styles with which a [`Pen`](../pen) object can end a line. +Specifies the available cap styles with which a [`Pen`](../pen/) object can end a line. ```csharp public enum LineCap @@ -32,7 +32,7 @@ public enum LineCap ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/linejoin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/linejoin/_index.md index bfc67479a2ca..93aa625eb1dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/linejoin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/linejoin/_index.md @@ -1,14 +1,14 @@ --- -title: LineJoin +title: Enum LineJoin second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.LineJoin enum. Specifies how to join consecutive line or curve segments in a figure subpath contained in a GraphicsPath object type: docs weight: 10530 url: /net/aspose.imaging/linejoin/ --- ## LineJoin enumeration -Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a [`GraphicsPath`](../graphicspath) object. +Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a [`GraphicsPath`](../graphicspath/) object. ```csharp public enum LineJoin @@ -25,7 +25,7 @@ public enum LineJoin ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/_index.md index 98cfb762acdf..ba478d839a8d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: LoadOptions +title: Class LoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.LoadOptions class. Represents the loading options type: docs weight: 10540 url: /net/aspose.imaging/loadoptions/ @@ -18,26 +18,27 @@ public class LoadOptions | Name | Description | | --- | --- | -| [LoadOptions](loadoptions)() | The default constructor. | +| [LoadOptions](loadoptions/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor) { get; set; } | Gets or sets the [`Image`](../image) background [`Color`](../color). | -| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode) { get; set; } | Gets or sets the data recovery mode. | -| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler) { get; set; } | Gets or sets the progress event handler. | +| [BufferSizeHint](../../aspose.imaging/loadoptions/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [ConcurrentImageProcessing](../../aspose.imaging/loadoptions/concurrentimageprocessing/) { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. | +| [DataBackgroundColor](../../aspose.imaging/loadoptions/databackgroundcolor/) { get; set; } | Gets or sets the [`Image`](../image/) background [`Color`](../color/). | +| [DataRecoveryMode](../../aspose.imaging/loadoptions/datarecoverymode/) { get; set; } | Gets or sets the data recovery mode. | +| [ProgressEventHandler](../../aspose.imaging/loadoptions/progresseventhandler/) { get; set; } | Gets or sets the progress event handler. | ## Methods | Name | Description | | --- | --- | -| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | +| [AddCustomFontSource](../../aspose.imaging/loadoptions/addcustomfontsource/)(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/addcustomfontsource/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/addcustomfontsource/_index.md index 83ab2dff2d03..47e9a6f2e8fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/addcustomfontsource/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/addcustomfontsource/_index.md @@ -1,9 +1,9 @@ --- -title: AddCustomFontSource +title: LoadOptions.AddCustomFontSource second_title: Aspose.Imaging for .NET API Reference -description: +description: LoadOptions method. Adds the custom font source to supply imagespecific fonts type: docs -weight: 60 +weight: 70 url: /net/aspose.imaging/loadoptions/addcustomfontsource/ --- ## LoadOptions.AddCustomFontSource method @@ -21,9 +21,9 @@ public void AddCustomFontSource(CustomFontSource source, params object[] args) ### See Also -* delegate [CustomFontSource](../../customfontsource) -* class [LoadOptions](../../loadoptions) -* namespace [Aspose.Imaging](../../loadoptions) +* delegate [CustomFontSource](../../customfontsource/) +* class [LoadOptions](../) +* namespace [Aspose.Imaging](../../loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/buffersizehint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/buffersizehint/_index.md index 7c3e95ea41cd..0d33aeb0e394 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/buffersizehint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/buffersizehint/_index.md @@ -1,7 +1,7 @@ --- -title: BufferSizeHint +title: LoadOptions.BufferSizeHint second_title: Aspose.Imaging for .NET API Reference -description: +description: LoadOptions property. Gets or sets the buffer size hint which is defined max allowed size for all internal buffers type: docs weight: 20 url: /net/aspose.imaging/loadoptions/buffersizehint/ @@ -18,7 +18,7 @@ public int BufferSizeHint { get; set; } The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal buffers -### Examples +## Examples The following example shows how to set a memory limit when loading a CMX image. The memory limit is the maximum allowed size (in megabytes) for all internal buffers. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "inputFile.j ### See Also -* class [LoadOptions](../../loadoptions) -* namespace [Aspose.Imaging](../../loadoptions) +* class [LoadOptions](../) +* namespace [Aspose.Imaging](../../loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/concurrentimageprocessing/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/concurrentimageprocessing/_index.md new file mode 100644 index 000000000000..48ef118ba6a1 --- /dev/null +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/concurrentimageprocessing/_index.md @@ -0,0 +1,27 @@ +--- +title: LoadOptions.ConcurrentImageProcessing +second_title: Aspose.Imaging for .NET API Reference +description: LoadOptions property. Gets or sets a value indicating whether concurrent image processing +type: docs +weight: 30 +url: /net/aspose.imaging/loadoptions/concurrentimageprocessing/ +--- +## LoadOptions.ConcurrentImageProcessing property + +Gets or sets a value indicating whether [concurrent image processing]. + +```csharp +public bool ConcurrentImageProcessing { get; set; } +``` + +### Property Value + +`true` if [concurrent image processing]; otherwise, `false`. + +### See Also + +* class [LoadOptions](../) +* namespace [Aspose.Imaging](../../loadoptions/) +* assembly [Aspose.Imaging](../../../) + + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/databackgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/databackgroundcolor/_index.md index 103dd2486748..d9a57690d2ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/databackgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/databackgroundcolor/_index.md @@ -1,14 +1,14 @@ --- -title: DataBackgroundColor +title: LoadOptions.DataBackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: LoadOptions property. Gets or sets the Image background Color type: docs -weight: 30 +weight: 40 url: /net/aspose.imaging/loadoptions/databackgroundcolor/ --- ## LoadOptions.DataBackgroundColor property -Gets or sets the [`Image`](../../image) background [`Color`](../../color). +Gets or sets the [`Image`](../../image/) background [`Color`](../../color/). ```csharp public Color DataBackgroundColor { get; set; } @@ -18,15 +18,15 @@ public Color DataBackgroundColor { get; set; } The background color. -### Remarks +## Remarks Typically the background color is set whenever pixel value cannot be recovered due to data corruption. ### See Also -* struct [Color](../../color) -* class [LoadOptions](../../loadoptions) -* namespace [Aspose.Imaging](../../loadoptions) +* struct [Color](../../color/) +* class [LoadOptions](../) +* namespace [Aspose.Imaging](../../loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/datarecoverymode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/datarecoverymode/_index.md index 5b1ecdbece13..62db4124f461 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/datarecoverymode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/datarecoverymode/_index.md @@ -1,9 +1,9 @@ --- -title: DataRecoveryMode +title: LoadOptions.DataRecoveryMode second_title: Aspose.Imaging for .NET API Reference -description: +description: LoadOptions property. Gets or sets the data recovery mode type: docs -weight: 40 +weight: 50 url: /net/aspose.imaging/loadoptions/datarecoverymode/ --- ## LoadOptions.DataRecoveryMode property @@ -20,9 +20,9 @@ The data recovery mode. ### See Also -* enum [DataRecoveryMode](../../datarecoverymode) -* class [LoadOptions](../../loadoptions) -* namespace [Aspose.Imaging](../../loadoptions) +* enum [DataRecoveryMode](../../datarecoverymode/) +* class [LoadOptions](../) +* namespace [Aspose.Imaging](../../loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/loadoptions/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/loadoptions/_index.md index ae017082f82c..c1120ed38127 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/loadoptions/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/loadoptions/_index.md @@ -1,7 +1,7 @@ --- -title: LoadOptions +title: LoadOptions.LoadOptions second_title: Aspose.Imaging for .NET API Reference -description: +description: LoadOptions constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging/loadoptions/loadoptions/ @@ -16,8 +16,8 @@ public LoadOptions() ### See Also -* class [LoadOptions](../../loadoptions) -* namespace [Aspose.Imaging](../../loadoptions) +* class [LoadOptions](../) +* namespace [Aspose.Imaging](../../loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/progresseventhandler/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/progresseventhandler/_index.md index 9a742e79f89d..273b8ad487ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/progresseventhandler/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/loadoptions/progresseventhandler/_index.md @@ -1,9 +1,9 @@ --- -title: ProgressEventHandler +title: LoadOptions.ProgressEventHandler second_title: Aspose.Imaging for .NET API Reference -description: +description: LoadOptions property. Gets or sets the progress event handler type: docs -weight: 50 +weight: 60 url: /net/aspose.imaging/loadoptions/progresseventhandler/ --- ## LoadOptions.ProgressEventHandler property @@ -18,7 +18,7 @@ public ProgressEventHandler ProgressEventHandler { get; set; } The progress event handler. -### Examples +## Examples The following example shows how to print information about progress events for load/export operations. @@ -63,9 +63,9 @@ private void ExportProgressCallback(Aspose.Imaging.ProgressManagement.ProgressEv ### See Also -* delegate [ProgressEventHandler](../../progresseventhandler) -* class [LoadOptions](../../loadoptions) -* namespace [Aspose.Imaging](../../loadoptions) +* delegate [ProgressEventHandler](../../progresseventhandler/) +* class [LoadOptions](../) +* namespace [Aspose.Imaging](../../loadoptions/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/_index.md index f1f5932b0637..e27cf16cc31f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/_index.md @@ -1,7 +1,7 @@ --- -title: Matrix +title: Class Matrix second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Matrix class. Replaces the GDI Matrix type: docs weight: 10860 url: /net/aspose.imaging/matrix/ @@ -18,68 +18,68 @@ public class Matrix | Name | Description | | --- | --- | -| [Matrix](matrix)() | Initializes a new instance of the Matrix class as the identity matrix. | -| [Matrix](matrix)(Matrix) | Makes a copy of the [`Matrix`](../matrix) class. | -| [Matrix](matrix)(Rectangle, Point[]) | Initializes a new instance of the [`Matrix`](../matrix) class to the geometric transform defined by the specified rectangle and array of points. | -| [Matrix](matrix)(RectangleF, PointF[]) | Initializes a new instance of the [`Matrix`](../matrix) class to the geometric transform defined by the specified rectangle and array of points. | -| [Matrix](matrix)(float, float, float, float, float, float) | Initializes a new instance of the [`Matrix`](../matrix) class. | +| [Matrix](matrix/#constructor)() | Initializes a new instance of the Matrix class as the identity matrix. | +| [Matrix](matrix/#constructor_1)(Matrix) | Makes a copy of the `Matrix` class. | +| [Matrix](matrix/#constructor_2)(Rectangle, Point[]) | Initializes a new instance of the `Matrix` class to the geometric transform defined by the specified rectangle and array of points. | +| [Matrix](matrix/#constructor_3)(RectangleF, PointF[]) | Initializes a new instance of the `Matrix` class to the geometric transform defined by the specified rectangle and array of points. | +| [Matrix](matrix/#constructor_4)(float, float, float, float, float, float) | Initializes a new instance of the `Matrix` class. | ## Properties | Name | Description | | --- | --- | -| [Elements](../../aspose.imaging/matrix/elements) { get; } | Gets an array of floating-point values that represents the elements of this [`Matrix`](../matrix). | -| [M11](../../aspose.imaging/matrix/m11) { get; } | Gets the matrix element at first row first column. Represents scale along X axis. | -| [M12](../../aspose.imaging/matrix/m12) { get; } | Gets the matrix element at first row second column. Represents shear along Y axis. | -| [M21](../../aspose.imaging/matrix/m21) { get; } | Gets the matrix element at second row first column. Represents shear along X axis. | -| [M22](../../aspose.imaging/matrix/m22) { get; } | Gets the matrix element at second row second column. Represents scale along Y axis. | -| [M31](../../aspose.imaging/matrix/m31) { get; } | Gets the matrix element at third row first column. Represents translation along X axis. | -| [M32](../../aspose.imaging/matrix/m32) { get; } | Gets the matrix element at third row first column. Represents translation along Y axis. | +| [Elements](../../aspose.imaging/matrix/elements/) { get; } | Gets an array of floating-point values that represents the elements of this `Matrix`. | +| [M11](../../aspose.imaging/matrix/m11/) { get; } | Gets the matrix element at first row first column. Represents scale along X axis. | +| [M12](../../aspose.imaging/matrix/m12/) { get; } | Gets the matrix element at first row second column. Represents shear along Y axis. | +| [M21](../../aspose.imaging/matrix/m21/) { get; } | Gets the matrix element at second row first column. Represents shear along X axis. | +| [M22](../../aspose.imaging/matrix/m22/) { get; } | Gets the matrix element at second row second column. Represents scale along Y axis. | +| [M31](../../aspose.imaging/matrix/m31/) { get; } | Gets the matrix element at third row first column. Represents translation along X axis. | +| [M32](../../aspose.imaging/matrix/m32/) { get; } | Gets the matrix element at third row first column. Represents translation along Y axis. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/matrix/equals)(object) | Determines whether the specified Object is equal to this instance. | -| [GetElements](../../aspose.imaging/matrix/getelements)() | Gets the copy of matrix elements. | -| override [GetHashCode](../../aspose.imaging/matrix/gethashcode)() | Returns a hash code for this instance. | -| [Multiply](../../aspose.imaging/matrix/multiply)(Matrix) | Multiplies this Matrix by the matrix specified in the matrix parameter using (default) Prepend order. | -| [Multiply](../../aspose.imaging/matrix/multiply)(Matrix, MatrixOrder) | Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter. | -| [Reset](../../aspose.imaging/matrix/reset)() | Resets this Matrix to have the elements of the identity matrix. | -| [Rotate](../../aspose.imaging/matrix/rotate)(float) | Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the default (Prepend) order. | -| [Rotate](../../aspose.imaging/matrix/rotate)(float, MatrixOrder) | Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the specified order. | -| [RotateAt](../../aspose.imaging/matrix/rotateat)(float, PointF) | Applies a clockwise rotation about the specified point to this Matrix in the default (Prepend) order. | -| [RotateAt](../../aspose.imaging/matrix/rotateat)(float, PointF, MatrixOrder) | Applies a clockwise rotation about the specified point to this Matrix in the specified order. | -| [Scale](../../aspose.imaging/matrix/scale)(float, float) | Applies the specified scale vector (scaleX and scaleY) to this Matrix using (default) Prepend order. | -| [Scale](../../aspose.imaging/matrix/scale)(float, float, MatrixOrder) | Applies the specified scale vector (scaleX and scaleY) to this [`Matrix`](../matrix) using the specified order. | -| override [ToString](../../aspose.imaging/matrix/tostring)() | Returns a String that represents this instance. | -| [TransformPoints](../../aspose.imaging/matrix/transformpoints)(PointF[]) | Applies the geometric transform represented by this [`Matrix`](../matrix) to a specified array of points. | -| [Translate](../../aspose.imaging/matrix/translate)(float, float) | Applies the specified translation vector to this [`Matrix`](../matrix) using (default) Prepend order. | -| [Translate](../../aspose.imaging/matrix/translate)(float, float, MatrixOrder) | Applies the specified translation vector to this Matrix in the specified order. | -| static [Equals](../../aspose.imaging/matrix/equals)(Matrix, Matrix) | Determines whether two matrixes are equal. | +| override [Equals](../../aspose.imaging/matrix/equals/)(object) | Determines whether the specified Object is equal to this instance. | +| [GetElements](../../aspose.imaging/matrix/getelements/)() | Gets the copy of matrix elements. | +| override [GetHashCode](../../aspose.imaging/matrix/gethashcode/)() | Returns a hash code for this instance. | +| [Multiply](../../aspose.imaging/matrix/multiply/#multiply)(Matrix) | Multiplies this Matrix by the matrix specified in the matrix parameter using (default) Prepend order. | +| [Multiply](../../aspose.imaging/matrix/multiply/#multiply_1)(Matrix, MatrixOrder) | Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter. | +| [Reset](../../aspose.imaging/matrix/reset/)() | Resets this Matrix to have the elements of the identity matrix. | +| [Rotate](../../aspose.imaging/matrix/rotate/#rotate)(float) | Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the default (Prepend) order. | +| [Rotate](../../aspose.imaging/matrix/rotate/#rotate_1)(float, MatrixOrder) | Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the specified order. | +| [RotateAt](../../aspose.imaging/matrix/rotateat/#rotateat)(float, PointF) | Applies a clockwise rotation about the specified point to this Matrix in the default (Prepend) order. | +| [RotateAt](../../aspose.imaging/matrix/rotateat/#rotateat_1)(float, PointF, MatrixOrder) | Applies a clockwise rotation about the specified point to this Matrix in the specified order. | +| [Scale](../../aspose.imaging/matrix/scale/#scale)(float, float) | Applies the specified scale vector (scaleX and scaleY) to this Matrix using (default) Prepend order. | +| [Scale](../../aspose.imaging/matrix/scale/#scale_1)(float, float, MatrixOrder) | Applies the specified scale vector (scaleX and scaleY) to this `Matrix` using the specified order. | +| override [ToString](../../aspose.imaging/matrix/tostring/)() | Returns a String that represents this instance. | +| [TransformPoints](../../aspose.imaging/matrix/transformpoints/)(PointF[]) | Applies the geometric transform represented by this `Matrix` to a specified array of points. | +| [Translate](../../aspose.imaging/matrix/translate/#translate)(float, float) | Applies the specified translation vector to this `Matrix` using (default) Prepend order. | +| [Translate](../../aspose.imaging/matrix/translate/#translate_1)(float, float, MatrixOrder) | Applies the specified translation vector to this Matrix in the specified order. | +| static [Equals](../../aspose.imaging/matrix/equals/)(Matrix, Matrix) | Determines whether two matrixes are equal. | ## Fields | Name | Description | | --- | --- | -| const [TypeFlip](../../aspose.imaging/matrix/typeflip) | This flag bit indicates that the transform defined by this object performs a mirror image flip about some axis which changes the normally right handed coordinate system into a left handed system in addition to the conversions indicated by other flag bits. A right handed coordinate system is one where the positive X axis rotates counterclockwise to overlay the positive Y axis similar to the direction that the fingers on your right hand curl when you stare end on at your thumb. A left handed coordinate system is one where the positive X axis rotates clockwise to overlay the positive Y axis similar to the direction that the fingers on your left hand curl. There is no mathematical way to determine the angle of the original flipping or mirroring transformation since all angles of flip are identical given an appropriate adjusting rotation. NOTE: TypeFlip was added after GENERAL_TRANSFORM was in public circulation and the flag bits could no longer be conveniently renumbered without introducing binary incompatibility in outside code. | -| const [TypeGeneralRotation](../../aspose.imaging/matrix/typegeneralrotation) | This flag bit indicates that the transform defined by this object performs a rotation by an arbitrary angle in addition to the conversions indicated by other flag bits. A rotation changes the angles of vectors by the same amount regardless of the original direction of the vector and without changing the length of the vector. This flag bit is mutually exclusive with the | -| const [TypeGeneralScale](../../aspose.imaging/matrix/typegeneralscale) | A general scale multiplies the length of vectors by different amounts in the x and y directions without changing the angle between perpendicular vectors. This flag bit is mutually exclusive with the TypeUniformScale flag. | -| const [TypeGeneralTransform](../../aspose.imaging/matrix/typegeneraltransform) | This constant indicates that the transform defined by this object performs an arbitrary conversion of the input coordinates. If this transform can be classified by any of the above constants, the type will either be the constant TypeIdentity or a combination of the appropriate flag bits for the various coordinate conversions that this transform performs. | -| const [TypeIdentity](../../aspose.imaging/matrix/typeidentity) | An identity transform is one in which the output coordinates are always the same as the input coordinates. If this transform is anything other than the identity transform, the type will either be the constant GENERAL_TRANSFORM or a combination of the appropriate flag bits for the various coordinate conversions that this transform performs. | -| const [TypeMaskRotation](../../aspose.imaging/matrix/typemaskrotation) | This constant is a bit mask for any of the rotation flag bits. | -| const [TypeMaskScale](../../aspose.imaging/matrix/typemaskscale) | This constant is a bit mask for any of the scale flag bits. | -| const [TypeQuadrantRotation](../../aspose.imaging/matrix/typequadrantrotation) | This flag bit indicates that the transform defined by this object performs a quadrant rotation by some multiple of 90 degrees in addition to the conversions indicated by other flag bits. A rotation changes the angles of vectors by the same amount regardless of the original direction of the vector and without changing the length of the vector. This flag bit is mutually exclusive with the TypeGeneralRotation flag. | -| const [TypeTranslation](../../aspose.imaging/matrix/typetranslation) | A translation moves the coordinates by a constant amount in x and y without changing the length or angle of vectors. | -| const [TypeUniformScale](../../aspose.imaging/matrix/typeuniformscale) | A uniform scale multiplies the length of vectors by the same amount in both the x and y directions without changing the angle between vectors. This flag bit is mutually exclusive with the TypeGeneralScale flag. | - -### Remarks +| const [TypeFlip](../../aspose.imaging/matrix/typeflip/) | This flag bit indicates that the transform defined by this object performs a mirror image flip about some axis which changes the normally right handed coordinate system into a left handed system in addition to the conversions indicated by other flag bits. A right handed coordinate system is one where the positive X axis rotates counterclockwise to overlay the positive Y axis similar to the direction that the fingers on your right hand curl when you stare end on at your thumb. A left handed coordinate system is one where the positive X axis rotates clockwise to overlay the positive Y axis similar to the direction that the fingers on your left hand curl. There is no mathematical way to determine the angle of the original flipping or mirroring transformation since all angles of flip are identical given an appropriate adjusting rotation. NOTE: TypeFlip was added after GENERAL_TRANSFORM was in public circulation and the flag bits could no longer be conveniently renumbered without introducing binary incompatibility in outside code. | +| const [TypeGeneralRotation](../../aspose.imaging/matrix/typegeneralrotation/) | This flag bit indicates that the transform defined by this object performs a rotation by an arbitrary angle in addition to the conversions indicated by other flag bits. A rotation changes the angles of vectors by the same amount regardless of the original direction of the vector and without changing the length of the vector. This flag bit is mutually exclusive with the | +| const [TypeGeneralScale](../../aspose.imaging/matrix/typegeneralscale/) | A general scale multiplies the length of vectors by different amounts in the x and y directions without changing the angle between perpendicular vectors. This flag bit is mutually exclusive with the TypeUniformScale flag. | +| const [TypeGeneralTransform](../../aspose.imaging/matrix/typegeneraltransform/) | This constant indicates that the transform defined by this object performs an arbitrary conversion of the input coordinates. If this transform can be classified by any of the above constants, the type will either be the constant TypeIdentity or a combination of the appropriate flag bits for the various coordinate conversions that this transform performs. | +| const [TypeIdentity](../../aspose.imaging/matrix/typeidentity/) | An identity transform is one in which the output coordinates are always the same as the input coordinates. If this transform is anything other than the identity transform, the type will either be the constant GENERAL_TRANSFORM or a combination of the appropriate flag bits for the various coordinate conversions that this transform performs. | +| const [TypeMaskRotation](../../aspose.imaging/matrix/typemaskrotation/) | This constant is a bit mask for any of the rotation flag bits. | +| const [TypeMaskScale](../../aspose.imaging/matrix/typemaskscale/) | This constant is a bit mask for any of the scale flag bits. | +| const [TypeQuadrantRotation](../../aspose.imaging/matrix/typequadrantrotation/) | This flag bit indicates that the transform defined by this object performs a quadrant rotation by some multiple of 90 degrees in addition to the conversions indicated by other flag bits. A rotation changes the angles of vectors by the same amount regardless of the original direction of the vector and without changing the length of the vector. This flag bit is mutually exclusive with the TypeGeneralRotation flag. | +| const [TypeTranslation](../../aspose.imaging/matrix/typetranslation/) | A translation moves the coordinates by a constant amount in x and y without changing the length or angle of vectors. | +| const [TypeUniformScale](../../aspose.imaging/matrix/typeuniformscale/) | A uniform scale multiplies the length of vectors by the same amount in both the x and y directions without changing the angle between vectors. This flag bit is mutually exclusive with the TypeGeneralScale flag. | + +## Remarks Most algorithms taken from Sun's AffineTransform.java. Java's names for matrix elements used internally. Map of java names to .net ones to description: m00 M11 Scale X m10 M12 Shear Y m01 M21 Shear X m11 M22 Scale Y m02 M31 Translate X m12 M32 Translate Y ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/elements/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/elements/_index.md index eef639ec4de7..bb8e391c8ba0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/elements/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/elements/_index.md @@ -1,14 +1,14 @@ --- -title: Elements +title: Matrix.Elements second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix property. Gets an array of floatingpoint values that represents the elements of this Matrix type: docs weight: 20 url: /net/aspose.imaging/matrix/elements/ --- ## Matrix.Elements property -Gets an array of floating-point values that represents the elements of this [`Matrix`](../../matrix). +Gets an array of floating-point values that represents the elements of this [`Matrix`](../). ```csharp public float[] Elements { get; } @@ -16,12 +16,12 @@ public float[] Elements { get; } ### Property Value -An array of floating-point values that represents the elements of this [`Matrix`](../../matrix). +An array of floating-point values that represents the elements of this [`Matrix`](../). ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/equals/_index.md index 5716cfcd3229..13610b880156 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: Matrix.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Determines whether two matrixes are equal type: docs weight: 290 url: /net/aspose.imaging/matrix/equals/ --- -## Matrix.Equals method (1 of 2) +## Equals(Matrix, Matrix) Determines whether two matrixes are equal. @@ -25,13 +25,13 @@ True if matrixes are equal. ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix.Equals method (2 of 2) +## Equals(object) Determines whether the specified Object is equal to this instance. @@ -55,8 +55,8 @@ public override bool Equals(object obj) ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/getelements/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/getelements/_index.md index 7e649a869fa6..9578e28270ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/getelements/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/getelements/_index.md @@ -1,7 +1,7 @@ --- -title: GetElements +title: Matrix.GetElements second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Gets the copy of matrix elements type: docs weight: 90 url: /net/aspose.imaging/matrix/getelements/ @@ -20,8 +20,8 @@ A matrix elements copy. ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/gethashcode/_index.md index ac34246e342c..03a692344652 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Matrix.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Returns a hash code for this instance type: docs weight: 100 url: /net/aspose.imaging/matrix/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m11/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m11/_index.md index 36deac1ed477..40ee737098d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m11/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m11/_index.md @@ -1,7 +1,7 @@ --- -title: M11 +title: Matrix.M11 second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix property. Gets the matrix element at first row first column. Represents scale along X axis type: docs weight: 30 url: /net/aspose.imaging/matrix/m11/ @@ -16,8 +16,8 @@ public float M11 { get; } ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m12/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m12/_index.md index cf1b923cbd25..45deb1882599 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m12/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m12/_index.md @@ -1,7 +1,7 @@ --- -title: M12 +title: Matrix.M12 second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix property. Gets the matrix element at first row second column. Represents shear along Y axis type: docs weight: 40 url: /net/aspose.imaging/matrix/m12/ @@ -16,8 +16,8 @@ public float M12 { get; } ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m21/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m21/_index.md index c70f5d449601..0977e907a357 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m21/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m21/_index.md @@ -1,7 +1,7 @@ --- -title: M21 +title: Matrix.M21 second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix property. Gets the matrix element at second row first column. Represents shear along X axis type: docs weight: 50 url: /net/aspose.imaging/matrix/m21/ @@ -16,8 +16,8 @@ public float M21 { get; } ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m22/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m22/_index.md index 6751f5c43c3e..bc2f5c8f8a32 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m22/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m22/_index.md @@ -1,7 +1,7 @@ --- -title: M22 +title: Matrix.M22 second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix property. Gets the matrix element at second row second column. Represents scale along Y axis type: docs weight: 60 url: /net/aspose.imaging/matrix/m22/ @@ -16,8 +16,8 @@ public float M22 { get; } ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m31/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m31/_index.md index d4e2441509b5..49fcfe93cc02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m31/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m31/_index.md @@ -1,7 +1,7 @@ --- -title: M31 +title: Matrix.M31 second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix property. Gets the matrix element at third row first column. Represents translation along X axis type: docs weight: 70 url: /net/aspose.imaging/matrix/m31/ @@ -16,8 +16,8 @@ public float M31 { get; } ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m32/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m32/_index.md index 80193994666e..084f418bdb19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m32/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/m32/_index.md @@ -1,7 +1,7 @@ --- -title: M32 +title: Matrix.M32 second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix property. Gets the matrix element at third row first column. Represents translation along Y axis type: docs weight: 80 url: /net/aspose.imaging/matrix/m32/ @@ -16,8 +16,8 @@ public float M32 { get; } ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/matrix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/matrix/_index.md index 587ca15bfff1..27eb4b3d18e1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/matrix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/matrix/_index.md @@ -1,12 +1,12 @@ --- -title: Matrix +title: Matrix.Matrix second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix constructor. Initializes a new instance of the Matrix class as the identity matrix type: docs weight: 10 url: /net/aspose.imaging/matrix/matrix/ --- -## Matrix constructor (1 of 5) +## Matrix() {#constructor} Initializes a new instance of the Matrix class as the identity matrix. @@ -16,15 +16,15 @@ public Matrix() ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix constructor (2 of 5) +## Matrix(float, float, float, float, float, float) {#constructor_4} -Initializes a new instance of the [`Matrix`](../../matrix) class. +Initializes a new instance of the [`Matrix`](../) class. ```csharp public Matrix(float m11, float m12, float m21, float m22, float m31, float m32) @@ -41,15 +41,15 @@ public Matrix(float m11, float m12, float m21, float m22, float m31, float m32) ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix constructor (3 of 5) +## Matrix(RectangleF, PointF[]) {#constructor_3} -Initializes a new instance of the [`Matrix`](../../matrix) class to the geometric transform defined by the specified rectangle and array of points. +Initializes a new instance of the [`Matrix`](../) class to the geometric transform defined by the specified rectangle and array of points. ```csharp public Matrix(RectangleF rect, PointF[] plgpts) @@ -57,22 +57,22 @@ public Matrix(RectangleF rect, PointF[] plgpts) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | A [`RectangleF`](../../rectanglef) structure that represents the rectangle to be transformed. | -| plgpts | PointF[] | An array of three [`PointF`](../../pointf) structures that represents the points of a parallelogram to which the upper-left, upper-right, and lower-left corners of the rectangle is to be transformed. The lower-right corner of the parallelogram is implied by the first three corners. | +| rect | RectangleF | A [`RectangleF`](../../rectanglef/) structure that represents the rectangle to be transformed. | +| plgpts | PointF[] | An array of three [`PointF`](../../pointf/) structures that represents the points of a parallelogram to which the upper-left, upper-right, and lower-left corners of the rectangle is to be transformed. The lower-right corner of the parallelogram is implied by the first three corners. | ### See Also -* struct [RectangleF](../../rectanglef) -* struct [PointF](../../pointf) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* struct [RectangleF](../../rectanglef/) +* struct [PointF](../../pointf/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix constructor (4 of 5) +## Matrix(Rectangle, Point[]) {#constructor_2} -Initializes a new instance of the [`Matrix`](../../matrix) class to the geometric transform defined by the specified rectangle and array of points. +Initializes a new instance of the [`Matrix`](../) class to the geometric transform defined by the specified rectangle and array of points. ```csharp public Matrix(Rectangle rect, Point[] plgpts) @@ -80,22 +80,22 @@ public Matrix(Rectangle rect, Point[] plgpts) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | A [`Rectangle`](../../rectangle) structure that represents the rectangle to be transformed. | -| plgpts | Point[] | An array of three [`Point`](../../point) structures that represents the points of a parallelogram to which the upper-left, upper-right, and lower-left corners of the rectangle is to be transformed. The lower-right corner of the parallelogram is implied by the first three corners. | +| rect | Rectangle | A [`Rectangle`](../../rectangle/) structure that represents the rectangle to be transformed. | +| plgpts | Point[] | An array of three [`Point`](../../point/) structures that represents the points of a parallelogram to which the upper-left, upper-right, and lower-left corners of the rectangle is to be transformed. The lower-right corner of the parallelogram is implied by the first three corners. | ### See Also -* struct [Rectangle](../../rectangle) -* struct [Point](../../point) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* struct [Rectangle](../../rectangle/) +* struct [Point](../../point/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix constructor (5 of 5) +## Matrix(Matrix) {#constructor_1} -Makes a copy of the [`Matrix`](../../matrix) class. +Makes a copy of the [`Matrix`](../) class. ```csharp public Matrix(Matrix origin) @@ -107,8 +107,8 @@ public Matrix(Matrix origin) ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/multiply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/multiply/_index.md index 6d4b7aeeb029..3b3cc24f705a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/multiply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/multiply/_index.md @@ -1,12 +1,12 @@ --- -title: Multiply +title: Matrix.Multiply second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Multiplies this Matrix by the matrix specified in the matrix parameter and in the order specified in the order parameter type: docs weight: 110 url: /net/aspose.imaging/matrix/multiply/ --- -## Matrix.Multiply method (1 of 2) +## Multiply(Matrix, MatrixOrder) {#multiply_1} Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter. @@ -21,14 +21,14 @@ public void Multiply(Matrix tTx, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* enum [MatrixOrder](../../matrixorder/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix.Multiply method (2 of 2) +## Multiply(Matrix) {#multiply} Multiplies this Matrix by the matrix specified in the matrix parameter using (default) Prepend order. @@ -42,8 +42,8 @@ public void Multiply(Matrix tTx) ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/reset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/reset/_index.md index a2175569f27b..c5d8035a1d95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/reset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/reset/_index.md @@ -1,7 +1,7 @@ --- -title: Reset +title: Matrix.Reset second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Resets this Matrix to have the elements of the identity matrix type: docs weight: 120 url: /net/aspose.imaging/matrix/reset/ @@ -16,8 +16,8 @@ public void Reset() ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/rotate/_index.md index d99ce88d6a7c..7f3a514103a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/rotate/_index.md @@ -1,12 +1,12 @@ --- -title: Rotate +title: Matrix.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Applies a clockwise rotation of an amount specified in the angle parameter around the origin zero x and y coordinates for this Matrix in the specified order type: docs weight: 130 url: /net/aspose.imaging/matrix/rotate/ --- -## Matrix.Rotate method (1 of 2) +## Rotate(float, MatrixOrder) {#rotate_1} Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the specified order. @@ -21,14 +21,14 @@ public void Rotate(float angle, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* enum [MatrixOrder](../../matrixorder/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix.Rotate method (2 of 2) +## Rotate(float) {#rotate} Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the default (Prepend) order. @@ -42,8 +42,8 @@ public void Rotate(float angle) ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/rotateat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/rotateat/_index.md index acb443006ef6..c7c76a75a050 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/rotateat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/rotateat/_index.md @@ -1,12 +1,12 @@ --- -title: RotateAt +title: Matrix.RotateAt second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Applies a clockwise rotation about the specified point to this Matrix in the specified order type: docs weight: 140 url: /net/aspose.imaging/matrix/rotateat/ --- -## Matrix.RotateAt method (1 of 2) +## RotateAt(float, PointF, MatrixOrder) {#rotateat_1} Applies a clockwise rotation about the specified point to this Matrix in the specified order. @@ -22,15 +22,15 @@ public void RotateAt(float angle, PointF point, MatrixOrder order) ### See Also -* struct [PointF](../../pointf) -* enum [MatrixOrder](../../matrixorder) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* struct [PointF](../../pointf/) +* enum [MatrixOrder](../../matrixorder/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix.RotateAt method (2 of 2) +## RotateAt(float, PointF) {#rotateat} Applies a clockwise rotation about the specified point to this Matrix in the default (Prepend) order. @@ -45,9 +45,9 @@ public void RotateAt(float angle, PointF point) ### See Also -* struct [PointF](../../pointf) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* struct [PointF](../../pointf/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/scale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/scale/_index.md index c30ebadc2822..a8fa6d96804e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/scale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/scale/_index.md @@ -1,14 +1,14 @@ --- -title: Scale +title: Matrix.Scale second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Applies the specified scale vector scaleX and scaleY to this Matrix using the specified order type: docs weight: 150 url: /net/aspose.imaging/matrix/scale/ --- -## Matrix.Scale method (1 of 2) +## Scale(float, float, MatrixOrder) {#scale_1} -Applies the specified scale vector (scaleX and scaleY) to this [`Matrix`](../../matrix) using the specified order. +Applies the specified scale vector (scaleX and scaleY) to this [`Matrix`](../) using the specified order. ```csharp public void Scale(float scaleX, float scaleY, MatrixOrder order) @@ -22,14 +22,14 @@ public void Scale(float scaleX, float scaleY, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* enum [MatrixOrder](../../matrixorder/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix.Scale method (2 of 2) +## Scale(float, float) {#scale} Applies the specified scale vector (scaleX and scaleY) to this Matrix using (default) Prepend order. @@ -44,8 +44,8 @@ public void Scale(float sx, float sy) ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/tostring/_index.md index 56f7422a37ba..0dde8b9b1f0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: Matrix.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Returns a String that represents this instance type: docs weight: 160 url: /net/aspose.imaging/matrix/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/transformpoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/transformpoints/_index.md index 7f77dd78416d..b2652c4e259f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/transformpoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/transformpoints/_index.md @@ -1,14 +1,14 @@ --- -title: TransformPoints +title: Matrix.TransformPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Applies the geometric transform represented by this Matrix to a specified array of points type: docs weight: 170 url: /net/aspose.imaging/matrix/transformpoints/ --- ## Matrix.TransformPoints method -Applies the geometric transform represented by this [`Matrix`](../../matrix) to a specified array of points. +Applies the geometric transform represented by this [`Matrix`](../) to a specified array of points. ```csharp public void TransformPoints(PointF[] points) @@ -20,9 +20,9 @@ public void TransformPoints(PointF[] points) ### See Also -* struct [PointF](../../pointf) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* struct [PointF](../../pointf/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/translate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/translate/_index.md index 0741b2deb96b..1d10b2848fcb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/translate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/translate/_index.md @@ -1,12 +1,12 @@ --- -title: Translate +title: Matrix.Translate second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix method. Applies the specified translation vector to this Matrix in the specified order type: docs weight: 180 url: /net/aspose.imaging/matrix/translate/ --- -## Matrix.Translate method (1 of 2) +## Translate(float, float, MatrixOrder) {#translate_1} Applies the specified translation vector to this Matrix in the specified order. @@ -22,16 +22,16 @@ public void Translate(float offsetX, float offsetY, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* enum [MatrixOrder](../../matrixorder/) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) --- -## Matrix.Translate method (2 of 2) +## Translate(float, float) {#translate} -Applies the specified translation vector to this [`Matrix`](../../matrix) using (default) Prepend order. +Applies the specified translation vector to this [`Matrix`](../) using (default) Prepend order. ```csharp public void Translate(float tx, float ty) @@ -44,8 +44,8 @@ public void Translate(float tx, float ty) ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeflip/_index.md index e320871e4f04..19e1651246f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeflip/_index.md @@ -1,7 +1,7 @@ --- -title: TypeFlip +title: Matrix.TypeFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. This flag bit indicates that the transform defined by this object performs a mirror image flip about some axis which changes the normally right handed coordinate system into a left handed system in addition to the conversions indicated by other flag bits. A right handed coordinate system is one where the positive X axis rotates counterclockwise to overlay the positive Y axis similar to the direction that the fingers on your right hand curl when you stare end on at your thumb. A left handed coordinate system is one where the positive X axis rotates clockwise to overlay the positive Y axis similar to the direction that the fingers on your left hand curl. There is no mathematical way to determine the angle of the original flipping or mirroring transformation since all angles of flip are identical given an appropriate adjusting rotation. NOTE TypeFlip was added after GENERAL_TRANSFORM was in public circulation and the flag bits could no longer be conveniently renumbered without introducing binary incompatibility in outside code type: docs weight: 190 url: /net/aspose.imaging/matrix/typeflip/ @@ -16,8 +16,8 @@ public const int TypeFlip; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneralrotation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneralrotation/_index.md index f901d3e2d769..72d6866b5101 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneralrotation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneralrotation/_index.md @@ -1,7 +1,7 @@ --- -title: TypeGeneralRotation +title: Matrix.TypeGeneralRotation second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. This flag bit indicates that the transform defined by this object performs a rotation by an arbitrary angle in addition to the conversions indicated by other flag bits. A rotation changes the angles of vectors by the same amount regardless of the original direction of the vector and without changing the length of the vector. This flag bit is mutually exclusive with the type: docs weight: 200 url: /net/aspose.imaging/matrix/typegeneralrotation/ @@ -16,8 +16,8 @@ public const int TypeGeneralRotation; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneralscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneralscale/_index.md index 9840500804a9..e735a3b8a42d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneralscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneralscale/_index.md @@ -1,7 +1,7 @@ --- -title: TypeGeneralScale +title: Matrix.TypeGeneralScale second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. A general scale multiplies the length of vectors by different amounts in the x and y directions without changing the angle between perpendicular vectors. This flag bit is mutually exclusive with the TypeUniformScale flag type: docs weight: 210 url: /net/aspose.imaging/matrix/typegeneralscale/ @@ -16,8 +16,8 @@ public const int TypeGeneralScale; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneraltransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneraltransform/_index.md index 3f8fef03baee..c26a5340d055 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneraltransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typegeneraltransform/_index.md @@ -1,7 +1,7 @@ --- -title: TypeGeneralTransform +title: Matrix.TypeGeneralTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. This constant indicates that the transform defined by this object performs an arbitrary conversion of the input coordinates. If this transform can be classified by any of the above constants the type will either be the constant TypeIdentity or a combination of the appropriate flag bits for the various coordinate conversions that this transform performs type: docs weight: 220 url: /net/aspose.imaging/matrix/typegeneraltransform/ @@ -16,8 +16,8 @@ public const int TypeGeneralTransform; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeidentity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeidentity/_index.md index 9e9f326bcf8f..eb0e25c4a4c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeidentity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeidentity/_index.md @@ -1,7 +1,7 @@ --- -title: TypeIdentity +title: Matrix.TypeIdentity second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. An identity transform is one in which the output coordinates are always the same as the input coordinates. If this transform is anything other than the identity transform the type will either be the constant GENERAL_TRANSFORM or a combination of the appropriate flag bits for the various coordinate conversions that this transform performs type: docs weight: 230 url: /net/aspose.imaging/matrix/typeidentity/ @@ -16,8 +16,8 @@ public const int TypeIdentity; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typemaskrotation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typemaskrotation/_index.md index fc9ae00f3d5c..fe77b31c23e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typemaskrotation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typemaskrotation/_index.md @@ -1,7 +1,7 @@ --- -title: TypeMaskRotation +title: Matrix.TypeMaskRotation second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. This constant is a bit mask for any of the rotation flag bits type: docs weight: 240 url: /net/aspose.imaging/matrix/typemaskrotation/ @@ -16,8 +16,8 @@ public const int TypeMaskRotation; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typemaskscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typemaskscale/_index.md index 21853335b65c..83831da3110b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typemaskscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typemaskscale/_index.md @@ -1,7 +1,7 @@ --- -title: TypeMaskScale +title: Matrix.TypeMaskScale second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. This constant is a bit mask for any of the scale flag bits type: docs weight: 250 url: /net/aspose.imaging/matrix/typemaskscale/ @@ -16,8 +16,8 @@ public const int TypeMaskScale; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typequadrantrotation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typequadrantrotation/_index.md index 33c94b44d639..7b4f74a7fb76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typequadrantrotation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typequadrantrotation/_index.md @@ -1,7 +1,7 @@ --- -title: TypeQuadrantRotation +title: Matrix.TypeQuadrantRotation second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. This flag bit indicates that the transform defined by this object performs a quadrant rotation by some multiple of 90 degrees in addition to the conversions indicated by other flag bits. A rotation changes the angles of vectors by the same amount regardless of the original direction of the vector and without changing the length of the vector. This flag bit is mutually exclusive with the TypeGeneralRotation flag type: docs weight: 260 url: /net/aspose.imaging/matrix/typequadrantrotation/ @@ -16,8 +16,8 @@ public const int TypeQuadrantRotation; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typetranslation/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typetranslation/_index.md index a754e3d87cdd..f24389d9b88f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typetranslation/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typetranslation/_index.md @@ -1,7 +1,7 @@ --- -title: TypeTranslation +title: Matrix.TypeTranslation second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. A translation moves the coordinates by a constant amount in x and y without changing the length or angle of vectors type: docs weight: 270 url: /net/aspose.imaging/matrix/typetranslation/ @@ -16,8 +16,8 @@ public const int TypeTranslation; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeuniformscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeuniformscale/_index.md index 5a0ef4dc84ec..2cbde134bb27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeuniformscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrix/typeuniformscale/_index.md @@ -1,7 +1,7 @@ --- -title: TypeUniformScale +title: Matrix.TypeUniformScale second_title: Aspose.Imaging for .NET API Reference -description: +description: Matrix field. A uniform scale multiplies the length of vectors by the same amount in both the x and y directions without changing the angle between vectors. This flag bit is mutually exclusive with the TypeGeneralScale flag type: docs weight: 280 url: /net/aspose.imaging/matrix/typeuniformscale/ @@ -16,8 +16,8 @@ public const int TypeUniformScale; ### See Also -* class [Matrix](../../matrix) -* namespace [Aspose.Imaging](../../matrix) +* class [Matrix](../) +* namespace [Aspose.Imaging](../../matrix/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/matrixorder/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/matrixorder/_index.md index 8fcfa489adf9..bf1835d63d76 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/matrixorder/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/matrixorder/_index.md @@ -1,7 +1,7 @@ --- -title: MatrixOrder +title: Enum MatrixOrder second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.MatrixOrder enum. Specifies the order for matrix transform operations type: docs weight: 10870 url: /net/aspose.imaging/matrixorder/ @@ -23,7 +23,7 @@ public enum MatrixOrder ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/_index.md index 557529272fca..b0d85a0bcc31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/_index.md @@ -1,7 +1,7 @@ --- -title: Metered +title: Class Metered second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Metered class. Provides metered methods for integration type: docs weight: 10890 url: /net/aspose.imaging/metered/ @@ -20,18 +20,18 @@ public class Metered | Name | Description | | --- | --- | -| [Metered](metered)() | Initializes a new instance of this class. | +| [Metered](metered/)() | Initializes a new instance of this class. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/metered/equals)(object) | Determines whether the specified Object, is equal to this instance. | -| [SetMeteredKey](../../aspose.imaging/metered/setmeteredkey)(string, string) | Sets metered public and private key. If you purchase metered license, when start application, this API should be called, normally, this is enough. However, if always fail to upload consumption data and exceed 24 hours, the license will be set to evaluation status, to avoid such case, you should regularly check the license status, if it is evaluation status, call this API again. | -| static [GetConsumptionCredit](../../aspose.imaging/metered/getconsumptioncredit)() | Gets consumption credit | -| static [GetConsumptionQuantity](../../aspose.imaging/metered/getconsumptionquantity)() | Gets consumption file size | +| override [Equals](../../aspose.imaging/metered/equals/)(object) | Determines whether the specified Object, is equal to this instance. | +| [SetMeteredKey](../../aspose.imaging/metered/setmeteredkey/)(string, string) | Sets metered public and private key. If you purchase metered license, when start application, this API should be called, normally, this is enough. However, if always fail to upload consumption data and exceed 24 hours, the license will be set to evaluation status, to avoid such case, you should regularly check the license status, if it is evaluation status, call this API again. | +| static [GetConsumptionCredit](../../aspose.imaging/metered/getconsumptioncredit/)() | Gets consumption credit | +| static [GetConsumptionQuantity](../../aspose.imaging/metered/getconsumptionquantity/)() | Gets consumption file size | -### Examples +## Examples In this example, an attempt will be made to set metered public and private key @@ -50,7 +50,7 @@ matered.SetMeteredKey("PublicKey", "PrivateKey") ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/equals/_index.md index e66fb9ad4c2f..0a9dfe9664a9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: Metered.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Metered method. Determines whether the specified Object is equal to this instance type: docs weight: 20 url: /net/aspose.imaging/metered/equals/ @@ -24,8 +24,8 @@ public override bool Equals(object obj) ### See Also -* class [Metered](../../metered) -* namespace [Aspose.Imaging](../../metered) +* class [Metered](../) +* namespace [Aspose.Imaging](../../metered/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/getconsumptioncredit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/getconsumptioncredit/_index.md index af7e18f8b2cc..96fa9374df6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/getconsumptioncredit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/getconsumptioncredit/_index.md @@ -1,7 +1,7 @@ --- -title: GetConsumptionCredit +title: Metered.GetConsumptionCredit second_title: Aspose.Imaging for .NET API Reference -description: +description: Metered method. Gets consumption credit type: docs weight: 40 url: /net/aspose.imaging/metered/getconsumptioncredit/ @@ -20,8 +20,8 @@ consumption quantity ### See Also -* class [Metered](../../metered) -* namespace [Aspose.Imaging](../../metered) +* class [Metered](../) +* namespace [Aspose.Imaging](../../metered/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/getconsumptionquantity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/getconsumptionquantity/_index.md index 2cc6c4c798db..fc8b4bfff4d5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/getconsumptionquantity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/getconsumptionquantity/_index.md @@ -1,7 +1,7 @@ --- -title: GetConsumptionQuantity +title: Metered.GetConsumptionQuantity second_title: Aspose.Imaging for .NET API Reference -description: +description: Metered method. Gets consumption file size type: docs weight: 50 url: /net/aspose.imaging/metered/getconsumptionquantity/ @@ -20,8 +20,8 @@ consumption quantity ### See Also -* class [Metered](../../metered) -* namespace [Aspose.Imaging](../../metered) +* class [Metered](../) +* namespace [Aspose.Imaging](../../metered/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/metered/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/metered/_index.md index d2c6ac62eb02..2e161d2e9c12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/metered/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/metered/_index.md @@ -1,7 +1,7 @@ --- -title: Metered +title: Metered.Metered second_title: Aspose.Imaging for .NET API Reference -description: +description: Metered constructor. Initializes a new instance of this class type: docs weight: 10 url: /net/aspose.imaging/metered/metered/ @@ -16,8 +16,8 @@ public Metered() ### See Also -* class [Metered](../../metered) -* namespace [Aspose.Imaging](../../metered) +* class [Metered](../) +* namespace [Aspose.Imaging](../../metered/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/setmeteredkey/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/setmeteredkey/_index.md index ba9678b45a95..e07d79a902b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/metered/setmeteredkey/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/metered/setmeteredkey/_index.md @@ -1,7 +1,7 @@ --- -title: SetMeteredKey +title: Metered.SetMeteredKey second_title: Aspose.Imaging for .NET API Reference -description: +description: Metered method. Sets metered public and private key. If you purchase metered license when start application this API should be called normally this is enough. However if always fail to upload consumption data and exceed 24 hours the license will be set to evaluation status to avoid such case you should regularly check the license status if it is evaluation status call this API again type: docs weight: 30 url: /net/aspose.imaging/metered/setmeteredkey/ @@ -21,8 +21,8 @@ public void SetMeteredKey(string publicKey, string privateKey) ### See Also -* class [Metered](../../metered) -* namespace [Aspose.Imaging](../../metered) +* class [Metered](../) +* namespace [Aspose.Imaging](../../metered/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/_index.md index feceda1e3054..f511c30c39fe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/_index.md @@ -1,7 +1,7 @@ --- -title: NonGenericDictionary +title: Class NonGenericDictionary second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.NonGenericDictionary class. Represents a non generic dictionary type: docs weight: 10920 url: /net/aspose.imaging/nongenericdictionary/ @@ -18,35 +18,35 @@ public class NonGenericDictionary : IDictionary | Name | Description | | --- | --- | -| [NonGenericDictionary](nongenericdictionary)(IDictionary) | Initializes a new instance of the [`NonGenericDictionary`](../nongenericdictionary) class. | +| [NonGenericDictionary](nongenericdictionary/)(IDictionary) | Initializes a new instance of the `NonGenericDictionary` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging/nongenericdictionary/count) { get; } | Gets the number of elements contained in the ICollection. | -| [IsFixedSize](../../aspose.imaging/nongenericdictionary/isfixedsize) { get; } | Gets a value indicating whether the IDictionary object has a fixed size. | -| [IsReadOnly](../../aspose.imaging/nongenericdictionary/isreadonly) { get; } | Gets a value indicating whether the IDictionary object is read-only. | -| [IsSynchronized](../../aspose.imaging/nongenericdictionary/issynchronized) { get; } | Gets a value indicating whether access to the ICollection is synchronized (thread safe). | -| [Item](../../aspose.imaging/nongenericdictionary/item) { get; set; } | Gets or sets the element with the specified key. | -| [Keys](../../aspose.imaging/nongenericdictionary/keys) { get; } | Gets an ICollection object containing the keys of the IDictionary object. | -| [SyncRoot](../../aspose.imaging/nongenericdictionary/syncroot) { get; } | Gets an object that can be used to synchronize access to the ICollection. | -| [Values](../../aspose.imaging/nongenericdictionary/values) { get; } | Gets an ICollection object containing the values in the IDictionary object. | +| [Count](../../aspose.imaging/nongenericdictionary/count/) { get; } | Gets the number of elements contained in the ICollection. | +| [IsFixedSize](../../aspose.imaging/nongenericdictionary/isfixedsize/) { get; } | Gets a value indicating whether the IDictionary object has a fixed size. | +| [IsReadOnly](../../aspose.imaging/nongenericdictionary/isreadonly/) { get; } | Gets a value indicating whether the IDictionary object is read-only. | +| [IsSynchronized](../../aspose.imaging/nongenericdictionary/issynchronized/) { get; } | Gets a value indicating whether access to the ICollection is synchronized (thread safe). | +| [Item](../../aspose.imaging/nongenericdictionary/item/) { get; set; } | Gets or sets the element with the specified key. | +| [Keys](../../aspose.imaging/nongenericdictionary/keys/) { get; } | Gets an ICollection object containing the keys of the IDictionary object. | +| [SyncRoot](../../aspose.imaging/nongenericdictionary/syncroot/) { get; } | Gets an object that can be used to synchronize access to the ICollection. | +| [Values](../../aspose.imaging/nongenericdictionary/values/) { get; } | Gets an ICollection object containing the values in the IDictionary object. | ## Methods | Name | Description | | --- | --- | -| [Add](../../aspose.imaging/nongenericdictionary/add)(object, object) | Adds an element with the provided key and value to the IDictionary object. | -| [Clear](../../aspose.imaging/nongenericdictionary/clear)() | Removes all elements from the IDictionary object. | -| [Contains](../../aspose.imaging/nongenericdictionary/contains)(object) | Determines whether the IDictionary object contains an element with the specified key. | -| [CopyTo](../../aspose.imaging/nongenericdictionary/copyto)(Array, int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. | -| [GetEnumerator](../../aspose.imaging/nongenericdictionary/getenumerator)() | Gets the enumerator. | -| [Remove](../../aspose.imaging/nongenericdictionary/remove)(object) | Removes the element with the specified key from the IDictionary object. | +| [Add](../../aspose.imaging/nongenericdictionary/add/)(object, object) | Adds an element with the provided key and value to the IDictionary object. | +| [Clear](../../aspose.imaging/nongenericdictionary/clear/)() | Removes all elements from the IDictionary object. | +| [Contains](../../aspose.imaging/nongenericdictionary/contains/)(object) | Determines whether the IDictionary object contains an element with the specified key. | +| [CopyTo](../../aspose.imaging/nongenericdictionary/copyto/)(Array, int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. | +| [GetEnumerator](../../aspose.imaging/nongenericdictionary/getenumerator/)() | Gets the enumerator. | +| [Remove](../../aspose.imaging/nongenericdictionary/remove/)(object) | Removes the element with the specified key from the IDictionary object. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/add/_index.md index b42db1eb82c5..d0be098367eb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/add/_index.md @@ -1,7 +1,7 @@ --- -title: Add +title: NonGenericDictionary.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary method. Adds an element with the provided key and value to the IDictionary object type: docs weight: 100 url: /net/aspose.imaging/nongenericdictionary/add/ @@ -21,8 +21,8 @@ public void Add(object key, object value) ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/clear/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/clear/_index.md index 096de3afe81f..4f8ea1049423 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/clear/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/clear/_index.md @@ -1,7 +1,7 @@ --- -title: Clear +title: NonGenericDictionary.Clear second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary method. Removes all elements from the IDictionary object type: docs weight: 110 url: /net/aspose.imaging/nongenericdictionary/clear/ @@ -16,8 +16,8 @@ public void Clear() ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/contains/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/contains/_index.md index 0e2afa84a4cf..a209f27b8eb7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/contains/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/contains/_index.md @@ -1,7 +1,7 @@ --- -title: Contains +title: NonGenericDictionary.Contains second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary method. Determines whether the IDictionary object contains an element with the specified key type: docs weight: 120 url: /net/aspose.imaging/nongenericdictionary/contains/ @@ -24,8 +24,8 @@ true if the IDictionary contains an element with the key; otherwise, false. ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/copyto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/copyto/_index.md index 837b276bdd94..5da4d92544e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/copyto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/copyto/_index.md @@ -1,7 +1,7 @@ --- -title: CopyTo +title: NonGenericDictionary.CopyTo second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary method. Copies the elements of the ICollection to an Array starting at a particular Array index type: docs weight: 130 url: /net/aspose.imaging/nongenericdictionary/copyto/ @@ -21,8 +21,8 @@ public void CopyTo(Array array, int index) ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/count/_index.md index e0d4e399eb97..2bbc8a6cac00 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: NonGenericDictionary.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary property. Gets the number of elements contained in the ICollection type: docs weight: 20 url: /net/aspose.imaging/nongenericdictionary/count/ @@ -20,8 +20,8 @@ The number of elements contained in the ICollection. ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/getenumerator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/getenumerator/_index.md index 68acaf0ae33b..506855025f2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/getenumerator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/getenumerator/_index.md @@ -1,7 +1,7 @@ --- -title: GetEnumerator +title: NonGenericDictionary.GetEnumerator second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary method. Gets the enumerator type: docs weight: 140 url: /net/aspose.imaging/nongenericdictionary/getenumerator/ @@ -20,8 +20,8 @@ The dictionary enumerator ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/isfixedsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/isfixedsize/_index.md index 757800c21b5b..4e35f28cf8f1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/isfixedsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/isfixedsize/_index.md @@ -1,7 +1,7 @@ --- -title: IsFixedSize +title: NonGenericDictionary.IsFixedSize second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary property. Gets a value indicating whether the IDictionary object has a fixed size type: docs weight: 30 url: /net/aspose.imaging/nongenericdictionary/isfixedsize/ @@ -20,8 +20,8 @@ true if the IDictionary object has a fixed size; otherwise, false. ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/isreadonly/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/isreadonly/_index.md index db505df1a850..dc90705b1910 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/isreadonly/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/isreadonly/_index.md @@ -1,7 +1,7 @@ --- -title: IsReadOnly +title: NonGenericDictionary.IsReadOnly second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary property. Gets a value indicating whether the IDictionary object is readonly type: docs weight: 40 url: /net/aspose.imaging/nongenericdictionary/isreadonly/ @@ -20,8 +20,8 @@ true if the IDictionary object is read-only; otherwise, false. ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/issynchronized/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/issynchronized/_index.md index 1e04a35cacd9..efe36f72a3d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/issynchronized/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/issynchronized/_index.md @@ -1,7 +1,7 @@ --- -title: IsSynchronized +title: NonGenericDictionary.IsSynchronized second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary property. Gets a value indicating whether access to the ICollection is synchronized thread safe type: docs weight: 50 url: /net/aspose.imaging/nongenericdictionary/issynchronized/ @@ -20,8 +20,8 @@ true if access to the ICollection is synchronized (thread safe); otherwise, fals ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/item/_index.md index 2e015b97fbb8..affef4daddee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: NonGenericDictionary.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary property. Gets or sets the element with the specified key type: docs weight: 60 url: /net/aspose.imaging/nongenericdictionary/item/ @@ -24,8 +24,8 @@ The element with the specified key. ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/keys/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/keys/_index.md index 12c4071fd847..930572341498 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/keys/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/keys/_index.md @@ -1,7 +1,7 @@ --- -title: Keys +title: NonGenericDictionary.Keys second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary property. Gets an ICollection object containing the keys of the IDictionary object type: docs weight: 70 url: /net/aspose.imaging/nongenericdictionary/keys/ @@ -20,8 +20,8 @@ An ICollection object containing the keys of the IDictionary object. ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/nongenericdictionary/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/nongenericdictionary/_index.md index 00525555605b..65f5c3fea056 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/nongenericdictionary/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/nongenericdictionary/_index.md @@ -1,14 +1,14 @@ --- -title: NonGenericDictionary +title: NonGenericDictionary.NonGenericDictionary second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary constructor. Initializes a new instance of the NonGenericDictionary class type: docs weight: 10 url: /net/aspose.imaging/nongenericdictionary/nongenericdictionary/ --- ## NonGenericDictionary constructor -Initializes a new instance of the [`NonGenericDictionary`](../../nongenericdictionary) class. +Initializes a new instance of the [`NonGenericDictionary`](../) class. ```csharp public NonGenericDictionary(IDictionary dictionary) @@ -20,8 +20,8 @@ public NonGenericDictionary(IDictionary dictionary) ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/remove/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/remove/_index.md index 17aada4a93e6..d9c8536e1e20 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/remove/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/remove/_index.md @@ -1,7 +1,7 @@ --- -title: Remove +title: NonGenericDictionary.Remove second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary method. Removes the element with the specified key from the IDictionary object type: docs weight: 150 url: /net/aspose.imaging/nongenericdictionary/remove/ @@ -20,8 +20,8 @@ public void Remove(object key) ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/syncroot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/syncroot/_index.md index b0e590329f2e..a6b7b63ec6fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/syncroot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/syncroot/_index.md @@ -1,7 +1,7 @@ --- -title: SyncRoot +title: NonGenericDictionary.SyncRoot second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary property. Gets an object that can be used to synchronize access to the ICollection type: docs weight: 80 url: /net/aspose.imaging/nongenericdictionary/syncroot/ @@ -20,8 +20,8 @@ An object that can be used to synchronize access to the ICollection. ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/values/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/values/_index.md index 4a978382bd9f..33adc1308de4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/values/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericdictionary/values/_index.md @@ -1,7 +1,7 @@ --- -title: Values +title: NonGenericDictionary.Values second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericDictionary property. Gets an ICollection object containing the values in the IDictionary object type: docs weight: 90 url: /net/aspose.imaging/nongenericdictionary/values/ @@ -20,8 +20,8 @@ An ICollection object containing the values in the IDictionary object. ### See Also -* class [NonGenericDictionary](../../nongenericdictionary) -* namespace [Aspose.Imaging](../../nongenericdictionary) +* class [NonGenericDictionary](../) +* namespace [Aspose.Imaging](../../nongenericdictionary/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/_index.md index f84d8c43a994..0092f56dd23e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/_index.md @@ -1,7 +1,7 @@ --- -title: NonGenericList +title: Class NonGenericList second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.NonGenericList class. Non generic list of objects type: docs weight: 10930 url: /net/aspose.imaging/nongenericlist/ @@ -18,36 +18,36 @@ public class NonGenericList : IList | Name | Description | | --- | --- | -| [NonGenericList](nongenericlist)(IList) | Initializes a new instance of the [`NonGenericList`](../nongenericlist) class. | +| [NonGenericList](nongenericlist/)(IList) | Initializes a new instance of the `NonGenericList` class. | ## Properties | Name | Description | | --- | --- | -| [Count](../../aspose.imaging/nongenericlist/count) { get; } | Gets the number of elements contained in the ICollection. | -| [IsFixedSize](../../aspose.imaging/nongenericlist/isfixedsize) { get; } | Gets a value indicating whether the IList has a fixed size. | -| [IsReadOnly](../../aspose.imaging/nongenericlist/isreadonly) { get; } | Gets a value indicating whether the IList is read-only. | -| [IsSynchronized](../../aspose.imaging/nongenericlist/issynchronized) { get; } | Gets a value indicating whether access to the ICollection is synchronized (thread safe). | -| [Item](../../aspose.imaging/nongenericlist/item) { get; set; } | Gets or sets the element at the specified index. | -| [SyncRoot](../../aspose.imaging/nongenericlist/syncroot) { get; } | Gets an object that can be used to synchronize access to the ICollection. | +| [Count](../../aspose.imaging/nongenericlist/count/) { get; } | Gets the number of elements contained in the ICollection. | +| [IsFixedSize](../../aspose.imaging/nongenericlist/isfixedsize/) { get; } | Gets a value indicating whether the IList has a fixed size. | +| [IsReadOnly](../../aspose.imaging/nongenericlist/isreadonly/) { get; } | Gets a value indicating whether the IList is read-only. | +| [IsSynchronized](../../aspose.imaging/nongenericlist/issynchronized/) { get; } | Gets a value indicating whether access to the ICollection is synchronized (thread safe). | +| [Item](../../aspose.imaging/nongenericlist/item/) { get; set; } | Gets or sets the element at the specified index. | +| [SyncRoot](../../aspose.imaging/nongenericlist/syncroot/) { get; } | Gets an object that can be used to synchronize access to the ICollection. | ## Methods | Name | Description | | --- | --- | -| [Add](../../aspose.imaging/nongenericlist/add)(object) | Adds an item to the IList. | -| [Clear](../../aspose.imaging/nongenericlist/clear)() | Removes all items from the IList. | -| [Contains](../../aspose.imaging/nongenericlist/contains)(object) | Determines whether the IList contains a specific value. | -| [CopyTo](../../aspose.imaging/nongenericlist/copyto)(Array, int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. | -| [GetEnumerator](../../aspose.imaging/nongenericlist/getenumerator)() | Returns an enumerator that iterates through a collection. | -| [IndexOf](../../aspose.imaging/nongenericlist/indexof)(object) | Determines the index of a specific item in the IList. | -| [Insert](../../aspose.imaging/nongenericlist/insert)(int, object) | Inserts an item to the IList at the specified index. | -| [Remove](../../aspose.imaging/nongenericlist/remove)(object) | Removes the first occurrence of a specific object from the IList. | -| [RemoveAt](../../aspose.imaging/nongenericlist/removeat)(int) | Removes the IList item at the specified index. | +| [Add](../../aspose.imaging/nongenericlist/add/)(object) | Adds an item to the IList. | +| [Clear](../../aspose.imaging/nongenericlist/clear/)() | Removes all items from the IList. | +| [Contains](../../aspose.imaging/nongenericlist/contains/)(object) | Determines whether the IList contains a specific value. | +| [CopyTo](../../aspose.imaging/nongenericlist/copyto/)(Array, int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. | +| [GetEnumerator](../../aspose.imaging/nongenericlist/getenumerator/)() | Returns an enumerator that iterates through a collection. | +| [IndexOf](../../aspose.imaging/nongenericlist/indexof/)(object) | Determines the index of a specific item in the IList. | +| [Insert](../../aspose.imaging/nongenericlist/insert/)(int, object) | Inserts an item to the IList at the specified index. | +| [Remove](../../aspose.imaging/nongenericlist/remove/)(object) | Removes the first occurrence of a specific object from the IList. | +| [RemoveAt](../../aspose.imaging/nongenericlist/removeat/)(int) | Removes the IList item at the specified index. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/add/_index.md index 3e0d15341b0f..cd4e4fd4202e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/add/_index.md @@ -1,7 +1,7 @@ --- -title: Add +title: NonGenericList.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Adds an item to the IList type: docs weight: 80 url: /net/aspose.imaging/nongenericlist/add/ @@ -24,8 +24,8 @@ The position into which the new element was inserted. ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/clear/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/clear/_index.md index ecb4b9b8e6a0..02caa6f31574 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/clear/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/clear/_index.md @@ -1,7 +1,7 @@ --- -title: Clear +title: NonGenericList.Clear second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Removes all items from the IList type: docs weight: 90 url: /net/aspose.imaging/nongenericlist/clear/ @@ -16,8 +16,8 @@ public void Clear() ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/contains/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/contains/_index.md index db8219267efc..cca5621f51de 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/contains/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/contains/_index.md @@ -1,7 +1,7 @@ --- -title: Contains +title: NonGenericList.Contains second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Determines whether the IList contains a specific value type: docs weight: 100 url: /net/aspose.imaging/nongenericlist/contains/ @@ -24,8 +24,8 @@ true if the Object is found in the IList; otherwise, false. ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/copyto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/copyto/_index.md index f8abc416f35e..37a592b70fc2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/copyto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/copyto/_index.md @@ -1,7 +1,7 @@ --- -title: CopyTo +title: NonGenericList.CopyTo second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Copies the elements of the ICollection to an Array starting at a particular Array index type: docs weight: 110 url: /net/aspose.imaging/nongenericlist/copyto/ @@ -21,8 +21,8 @@ public void CopyTo(Array array, int index) ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/count/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/count/_index.md index 71f0628fe0a1..b8036aab5e8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/count/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/count/_index.md @@ -1,7 +1,7 @@ --- -title: Count +title: NonGenericList.Count second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList property. Gets the number of elements contained in the ICollection type: docs weight: 20 url: /net/aspose.imaging/nongenericlist/count/ @@ -16,8 +16,8 @@ public int Count { get; } ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/getenumerator/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/getenumerator/_index.md index 798ab47a9e42..fff1872c56d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/getenumerator/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/getenumerator/_index.md @@ -1,7 +1,7 @@ --- -title: GetEnumerator +title: NonGenericList.GetEnumerator second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Returns an enumerator that iterates through a collection type: docs weight: 120 url: /net/aspose.imaging/nongenericlist/getenumerator/ @@ -20,8 +20,8 @@ An IEnumerator object that can be used to iterate through the collection. ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/indexof/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/indexof/_index.md index cf4605bc96eb..85607847be3d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/indexof/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/indexof/_index.md @@ -1,7 +1,7 @@ --- -title: IndexOf +title: NonGenericList.IndexOf second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Determines the index of a specific item in the IList type: docs weight: 130 url: /net/aspose.imaging/nongenericlist/indexof/ @@ -24,8 +24,8 @@ The index of *value* if found in the list; otherwise, -1. ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/insert/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/insert/_index.md index ac446b06ed01..1c532220085f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/insert/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/insert/_index.md @@ -1,7 +1,7 @@ --- -title: Insert +title: NonGenericList.Insert second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Inserts an item to the IList at the specified index type: docs weight: 140 url: /net/aspose.imaging/nongenericlist/insert/ @@ -21,8 +21,8 @@ public void Insert(int index, object value) ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/isfixedsize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/isfixedsize/_index.md index c4ca06554ef1..2d9ec92ca6b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/isfixedsize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/isfixedsize/_index.md @@ -1,7 +1,7 @@ --- -title: IsFixedSize +title: NonGenericList.IsFixedSize second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList property. Gets a value indicating whether the IList has a fixed size type: docs weight: 30 url: /net/aspose.imaging/nongenericlist/isfixedsize/ @@ -16,8 +16,8 @@ public bool IsFixedSize { get; } ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/isreadonly/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/isreadonly/_index.md index 95424da5bbf9..30da35d55d65 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/isreadonly/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/isreadonly/_index.md @@ -1,7 +1,7 @@ --- -title: IsReadOnly +title: NonGenericList.IsReadOnly second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList property. Gets a value indicating whether the IList is readonly type: docs weight: 40 url: /net/aspose.imaging/nongenericlist/isreadonly/ @@ -16,8 +16,8 @@ public bool IsReadOnly { get; } ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/issynchronized/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/issynchronized/_index.md index cf462ca83f8c..eb49150b5486 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/issynchronized/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/issynchronized/_index.md @@ -1,7 +1,7 @@ --- -title: IsSynchronized +title: NonGenericList.IsSynchronized second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList property. Gets a value indicating whether access to the ICollection is synchronized thread safe type: docs weight: 50 url: /net/aspose.imaging/nongenericlist/issynchronized/ @@ -16,8 +16,8 @@ public bool IsSynchronized { get; } ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/item/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/item/_index.md index acef9ed300b9..27235fef923e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/item/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/item/_index.md @@ -1,7 +1,7 @@ --- -title: Item +title: NonGenericList.Item second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList property. Gets or sets the element at the specified index type: docs weight: 60 url: /net/aspose.imaging/nongenericlist/item/ @@ -24,8 +24,8 @@ Object at index ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/nongenericlist/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/nongenericlist/_index.md index adacac83751c..c4fed7179e77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/nongenericlist/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/nongenericlist/_index.md @@ -1,14 +1,14 @@ --- -title: NonGenericList +title: NonGenericList.NonGenericList second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList constructor. Initializes a new instance of the NonGenericList class type: docs weight: 10 url: /net/aspose.imaging/nongenericlist/nongenericlist/ --- ## NonGenericList constructor -Initializes a new instance of the [`NonGenericList`](../../nongenericlist) class. +Initializes a new instance of the [`NonGenericList`](../) class. ```csharp public NonGenericList(IList list) @@ -20,8 +20,8 @@ public NonGenericList(IList list) ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/remove/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/remove/_index.md index b7f43f572e0e..56565c76e83b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/remove/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/remove/_index.md @@ -1,7 +1,7 @@ --- -title: Remove +title: NonGenericList.Remove second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Removes the first occurrence of a specific object from the IList type: docs weight: 150 url: /net/aspose.imaging/nongenericlist/remove/ @@ -20,8 +20,8 @@ public void Remove(object value) ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/removeat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/removeat/_index.md index b2a49bcb08a3..ec02df77c7c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/removeat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/removeat/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveAt +title: NonGenericList.RemoveAt second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList method. Removes the IList item at the specified index type: docs weight: 160 url: /net/aspose.imaging/nongenericlist/removeat/ @@ -20,8 +20,8 @@ public void RemoveAt(int index) ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/syncroot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/syncroot/_index.md index 5003e9e3d927..5000f832ab4b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/syncroot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/nongenericlist/syncroot/_index.md @@ -1,7 +1,7 @@ --- -title: SyncRoot +title: NonGenericList.SyncRoot second_title: Aspose.Imaging for .NET API Reference -description: +description: NonGenericList property. Gets an object that can be used to synchronize access to the ICollection type: docs weight: 70 url: /net/aspose.imaging/nongenericlist/syncroot/ @@ -16,8 +16,8 @@ public object SyncRoot { get; } ### See Also -* class [NonGenericList](../../nongenericlist) -* namespace [Aspose.Imaging](../../nongenericlist) +* class [NonGenericList](../) +* namespace [Aspose.Imaging](../../nongenericlist/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/_index.md index e493b3c722a3..c2925c545975 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/_index.md @@ -1,7 +1,7 @@ --- -title: ObjectWithBounds +title: Class ObjectWithBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ObjectWithBounds class. The object having bounds type: docs weight: 10940 url: /net/aspose.imaging/objectwithbounds/ @@ -18,21 +18,21 @@ public abstract class ObjectWithBounds | Name | Description | | --- | --- | -| abstract [Bounds](../../aspose.imaging/objectwithbounds/bounds) { get; } | Gets the object's bounds. | +| abstract [Bounds](../../aspose.imaging/objectwithbounds/bounds/) { get; } | Gets the object's bounds. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/objectwithbounds/equals)(object) | Check if objects are equal. | -| abstract [GetBounds](../../aspose.imaging/objectwithbounds/getbounds)(Matrix) | Gets the object's bounds. | -| abstract [GetBounds](../../aspose.imaging/objectwithbounds/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging/objectwithbounds/gethashcode)() | Get hash code of the current object. | -| abstract [Transform](../../aspose.imaging/objectwithbounds/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging/objectwithbounds/equals/)(object) | Check if objects are equal. | +| abstract [GetBounds](../../aspose.imaging/objectwithbounds/getbounds/#getbounds)(Matrix) | Gets the object's bounds. | +| abstract [GetBounds](../../aspose.imaging/objectwithbounds/getbounds/#getbounds_1)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging/objectwithbounds/gethashcode/)() | Get hash code of the current object. | +| abstract [Transform](../../aspose.imaging/objectwithbounds/transform/)(Matrix) | Applies the specified transformation to the shape. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/bounds/_index.md index 44138b954d5b..b2c9a5851af1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: ObjectWithBounds.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: ObjectWithBounds property. Gets the objects bounds type: docs weight: 10 url: /net/aspose.imaging/objectwithbounds/bounds/ @@ -20,9 +20,9 @@ The object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [ObjectWithBounds](../../objectwithbounds) -* namespace [Aspose.Imaging](../../objectwithbounds) +* struct [RectangleF](../../rectanglef/) +* class [ObjectWithBounds](../) +* namespace [Aspose.Imaging](../../objectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/equals/_index.md index 353d6bb70af7..0c357959b608 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: ObjectWithBounds.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: ObjectWithBounds method. Check if objects are equal type: docs weight: 20 url: /net/aspose.imaging/objectwithbounds/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [ObjectWithBounds](../../objectwithbounds) -* namespace [Aspose.Imaging](../../objectwithbounds) +* class [ObjectWithBounds](../) +* namespace [Aspose.Imaging](../../objectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/getbounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/getbounds/_index.md index 0bcaa8d3a9b6..5b843052f7c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/getbounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/getbounds/_index.md @@ -1,12 +1,12 @@ --- -title: GetBounds +title: ObjectWithBounds.GetBounds second_title: Aspose.Imaging for .NET API Reference -description: +description: ObjectWithBounds method. Gets the objects bounds type: docs weight: 30 url: /net/aspose.imaging/objectwithbounds/getbounds/ --- -## ObjectWithBounds.GetBounds method (1 of 2) +## GetBounds(Matrix) {#getbounds} Gets the object's bounds. @@ -24,15 +24,15 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* class [ObjectWithBounds](../../objectwithbounds) -* namespace [Aspose.Imaging](../../objectwithbounds) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* class [ObjectWithBounds](../) +* namespace [Aspose.Imaging](../../objectwithbounds/) * assembly [Aspose.Imaging](../../../) --- -## ObjectWithBounds.GetBounds method (2 of 2) +## GetBounds(Matrix, Pen) {#getbounds_1} Gets the object's bounds. @@ -51,11 +51,11 @@ The estimated object's bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Matrix](../../matrix) -* class [Pen](../../pen) -* class [ObjectWithBounds](../../objectwithbounds) -* namespace [Aspose.Imaging](../../objectwithbounds) +* struct [RectangleF](../../rectanglef/) +* class [Matrix](../../matrix/) +* class [Pen](../../pen/) +* class [ObjectWithBounds](../) +* namespace [Aspose.Imaging](../../objectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/gethashcode/_index.md index 8e9d5a5f3a65..962f59e26db7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: ObjectWithBounds.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: ObjectWithBounds method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging/objectwithbounds/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [ObjectWithBounds](../../objectwithbounds) -* namespace [Aspose.Imaging](../../objectwithbounds) +* class [ObjectWithBounds](../) +* namespace [Aspose.Imaging](../../objectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/transform/_index.md index 85b48ec08701..ad015c7d7601 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/objectwithbounds/transform/_index.md @@ -1,7 +1,7 @@ --- -title: Transform +title: ObjectWithBounds.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: ObjectWithBounds method. Applies the specified transformation to the shape type: docs weight: 50 url: /net/aspose.imaging/objectwithbounds/transform/ @@ -20,9 +20,9 @@ public abstract void Transform(Matrix transform) ### See Also -* class [Matrix](../../matrix) -* class [ObjectWithBounds](../../objectwithbounds) -* namespace [Aspose.Imaging](../../objectwithbounds) +* class [Matrix](../../matrix/) +* class [ObjectWithBounds](../) +* namespace [Aspose.Imaging](../../objectwithbounds/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/opentypefontscache/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/opentypefontscache/_index.md index dcd56547063b..7d59fe08d707 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/opentypefontscache/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/opentypefontscache/_index.md @@ -1,7 +1,7 @@ --- -title: OpenTypeFontsCache +title: Class OpenTypeFontsCache second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.OpenTypeFontsCache class. Cache for OpenType fonts that are installed in the system type: docs weight: 10950 url: /net/aspose.imaging/opentypefontscache/ @@ -18,11 +18,11 @@ public static class OpenTypeFontsCache | Name | Description | | --- | --- | -| static [UpdateCache](../../aspose.imaging/opentypefontscache/updatecache)() | | +| static [UpdateCache](../../aspose.imaging/opentypefontscache/updatecache/)() | | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/opentypefontscache/updatecache/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/opentypefontscache/updatecache/_index.md index 7cbc87da6c06..39f0dcd5314a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/opentypefontscache/updatecache/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/opentypefontscache/updatecache/_index.md @@ -1,7 +1,7 @@ --- -title: UpdateCache +title: OpenTypeFontsCache.UpdateCache second_title: Aspose.Imaging for .NET API Reference -description: +description: OpenTypeFontsCache method. type: docs weight: 10 url: /net/aspose.imaging/opentypefontscache/updatecache/ @@ -14,8 +14,8 @@ public static void UpdateCache() ### See Also -* class [OpenTypeFontsCache](../../opentypefontscache) -* namespace [Aspose.Imaging](../../opentypefontscache) +* class [OpenTypeFontsCache](../) +* namespace [Aspose.Imaging](../../opentypefontscache/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pageexportingaction/_index.md index 2b0633a38ca1..3463dcca7d55 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: Delegate PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: Delegate for firing before page is exported type: docs weight: 10960 url: /net/aspose.imaging/pageexportingaction/ @@ -21,8 +21,8 @@ public delegate void PageExportingAction(int pageIndex, Image page); ### See Also -* class [Image](../image) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [Image](../image/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/paletteminingmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/paletteminingmethod/_index.md index eb0caacad8a7..fd3708748e36 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/paletteminingmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/paletteminingmethod/_index.md @@ -1,7 +1,7 @@ --- -title: PaletteMiningMethod +title: Enum PaletteMiningMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.PaletteMiningMethod enum. The image palette mining method type: docs weight: 10980 url: /net/aspose.imaging/paletteminingmethod/ @@ -22,7 +22,7 @@ public enum PaletteMiningMethod | ColorClustering | `1` | The color clustering method | | Histogram | `2` | The histogram method | -### Examples +## Examples The following example shows how to compress a PNG image, using indexed color with best fit palette @@ -51,7 +51,7 @@ The following example shows how to compress a PNG image, using indexed color wit ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pdfcomplianceversion/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pdfcomplianceversion/_index.md index 6c3ef5207dd2..76fcdaf7f4d8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pdfcomplianceversion/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pdfcomplianceversion/_index.md @@ -1,7 +1,7 @@ --- -title: PdfComplianceVersion +title: Enum PdfComplianceVersion second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.PdfComplianceVersion enum. Specifies the PDF compliance level to output file type: docs weight: 10990 url: /net/aspose.imaging/pdfcomplianceversion/ @@ -24,7 +24,7 @@ public enum PdfComplianceVersion ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/_index.md index 31a8e83d897d..cd658d70537a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/_index.md @@ -1,7 +1,7 @@ --- -title: Pen +title: Class Pen second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Pen class. Defines an object used to draw lines curves and figures type: docs weight: 11000 url: /net/aspose.imaging/pen/ @@ -18,52 +18,52 @@ public class Pen : TransparencySupporter | Name | Description | | --- | --- | -| [Pen](pen)(Brush) | Initializes a new instance of the [`Pen`](../pen) class with the specified [`Brush`](./brush). | -| [Pen](pen)(Color) | Initializes a new instance of the [`Pen`](../pen) class with the specified color. | -| [Pen](pen)(Brush, float) | Initializes a new instance of the [`Pen`](../pen) class with the specified [`Brush`](./brush) and [`Width`](./width). | -| [Pen](pen)(Color, float) | Initializes a new instance of the [`Pen`](../pen) class with the specified [`Color`](./color) and [`Width`](./width) properties. | +| [Pen](pen/#constructor)(Brush) | Initializes a new instance of the `Pen` class with the specified [`Brush`](./brush/). | +| [Pen](pen/#constructor_2)(Color) | Initializes a new instance of the `Pen` class with the specified color. | +| [Pen](pen/#constructor_1)(Brush, float) | Initializes a new instance of the `Pen` class with the specified [`Brush`](./brush/) and [`Width`](./width/). | +| [Pen](pen/#constructor_3)(Color, float) | Initializes a new instance of the `Pen` class with the specified [`Color`](./color/) and [`Width`](./width/) properties. | ## Properties | Name | Description | | --- | --- | -| [Alignment](../../aspose.imaging/pen/alignment) { get; set; } | Gets or sets the alignment for this [`Pen`](../pen). | -| [Brush](../../aspose.imaging/pen/brush) { get; set; } | Gets or sets the [`Brush`](./brush) that determines attributes of this [`Pen`](../pen). | -| [Color](../../aspose.imaging/pen/color) { get; set; } | Gets or sets the color of this [`Pen`](../pen). | -| [CompoundArray](../../aspose.imaging/pen/compoundarray) { get; set; } | Gets or sets an array of values that specifies a compound pen. A compound pen draws a compound line made up of parallel lines and spaces. | -| [CustomEndCap](../../aspose.imaging/pen/customendcap) { get; set; } | Gets or sets a custom cap to use at the end of lines drawn with this [`Pen`](../pen). | -| [CustomStartCap](../../aspose.imaging/pen/customstartcap) { get; set; } | Gets or sets a custom cap to use at the beginning of lines drawn with this [`Pen`](../pen). | -| [DashCap](../../aspose.imaging/pen/dashcap) { get; set; } | Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this [`Pen`](../pen). | -| [DashOffset](../../aspose.imaging/pen/dashoffset) { get; set; } | Gets or sets the distance from the start of a line to the beginning of a dash pattern. | -| [DashPattern](../../aspose.imaging/pen/dashpattern) { get; set; } | Gets or sets an array of custom dashes and spaces. | -| [DashStyle](../../aspose.imaging/pen/dashstyle) { get; set; } | Gets or sets the style used for dashed lines drawn with this [`Pen`](../pen). | -| [EndCap](../../aspose.imaging/pen/endcap) { get; set; } | Gets or sets the cap style used at the end of lines drawn with this [`Pen`](../pen). | -| [LineJoin](../../aspose.imaging/pen/linejoin) { get; set; } | Gets or sets the join style for the ends of two consecutive lines drawn with this [`Pen`](../pen). | -| [MiterLimit](../../aspose.imaging/pen/miterlimit) { get; set; } | Gets or sets the limit of the thickness of the join on a mitered corner. | -| [Opacity](../../aspose.imaging/transparencysupporter/opacity) { get; set; } | Gets or sets the object's opacity. The value should be between 0 and 1. Value of 0 means that object is fully visible, value of 1 means the object is fully opaque. | -| [PenType](../../aspose.imaging/pen/pentype) { get; } | Gets the style of lines drawn with this [`Pen`](../pen). | -| [StartCap](../../aspose.imaging/pen/startcap) { get; set; } | Gets or sets the cap style used at the beginning of lines drawn with this [`Pen`](../pen). | -| [Transform](../../aspose.imaging/pen/transform) { get; set; } | Gets or sets a copy of the geometric transformation for this [`Pen`](../pen). | -| [Width](../../aspose.imaging/pen/width) { get; set; } | Gets or sets the width of this [`Pen`](../pen), in units of the Graphics object used for drawing. | +| [Alignment](../../aspose.imaging/pen/alignment/) { get; set; } | Gets or sets the alignment for this `Pen`. | +| [Brush](../../aspose.imaging/pen/brush/) { get; set; } | Gets or sets the [`Brush`](./brush/) that determines attributes of this `Pen`. | +| [Color](../../aspose.imaging/pen/color/) { get; set; } | Gets or sets the color of this `Pen`. | +| [CompoundArray](../../aspose.imaging/pen/compoundarray/) { get; set; } | Gets or sets an array of values that specifies a compound pen. A compound pen draws a compound line made up of parallel lines and spaces. | +| [CustomEndCap](../../aspose.imaging/pen/customendcap/) { get; set; } | Gets or sets a custom cap to use at the end of lines drawn with this `Pen`. | +| [CustomStartCap](../../aspose.imaging/pen/customstartcap/) { get; set; } | Gets or sets a custom cap to use at the beginning of lines drawn with this `Pen`. | +| [DashCap](../../aspose.imaging/pen/dashcap/) { get; set; } | Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this `Pen`. | +| [DashOffset](../../aspose.imaging/pen/dashoffset/) { get; set; } | Gets or sets the distance from the start of a line to the beginning of a dash pattern. | +| [DashPattern](../../aspose.imaging/pen/dashpattern/) { get; set; } | Gets or sets an array of custom dashes and spaces. | +| [DashStyle](../../aspose.imaging/pen/dashstyle/) { get; set; } | Gets or sets the style used for dashed lines drawn with this `Pen`. | +| [EndCap](../../aspose.imaging/pen/endcap/) { get; set; } | Gets or sets the cap style used at the end of lines drawn with this `Pen`. | +| [LineJoin](../../aspose.imaging/pen/linejoin/) { get; set; } | Gets or sets the join style for the ends of two consecutive lines drawn with this `Pen`. | +| [MiterLimit](../../aspose.imaging/pen/miterlimit/) { get; set; } | Gets or sets the limit of the thickness of the join on a mitered corner. | +| [Opacity](../../aspose.imaging/transparencysupporter/opacity/) { get; set; } | Gets or sets the object's opacity. The value should be between 0 and 1. Value of 0 means that object is fully visible, value of 1 means the object is fully opaque. | +| [PenType](../../aspose.imaging/pen/pentype/) { get; } | Gets the style of lines drawn with this `Pen`. | +| [StartCap](../../aspose.imaging/pen/startcap/) { get; set; } | Gets or sets the cap style used at the beginning of lines drawn with this `Pen`. | +| [Transform](../../aspose.imaging/pen/transform/) { get; set; } | Gets or sets a copy of the geometric transformation for this `Pen`. | +| [Width](../../aspose.imaging/pen/width/) { get; set; } | Gets or sets the width of this `Pen`, in units of the Graphics object used for drawing. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/pen/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/pen/gethashcode)() | Get hash code of the current object. | -| [MultiplyTransform](../../aspose.imaging/pen/multiplytransform)(Matrix) | Multiplies the transformation matrix for this [`Pen`](../pen) by the specified [`Matrix`](../matrix). | -| [MultiplyTransform](../../aspose.imaging/pen/multiplytransform)(Matrix, MatrixOrder) | Multiplies the transformation matrix for this [`Pen`](../pen) by the specified [`Matrix`](../matrix) in the specified order. | -| [ResetTransform](../../aspose.imaging/pen/resettransform)() | Resets the geometric transformation matrix for this [`Pen`](../pen) to identity. | -| [RotateTransform](../../aspose.imaging/pen/rotatetransform)(float) | Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation. | -| [RotateTransform](../../aspose.imaging/pen/rotatetransform)(float, MatrixOrder) | Rotates the local geometric transformation by the specified angle in the specified order. | -| [ScaleTransform](../../aspose.imaging/pen/scaletransform)(float, float) | Scales the local geometric transformation by the specified factors. This method prepends the scaling matrix to the transformation. | -| [ScaleTransform](../../aspose.imaging/pen/scaletransform)(float, float, MatrixOrder) | Scales the local geometric transformation by the specified factors in the specified order. | -| [SetLineCap](../../aspose.imaging/pen/setlinecap)(LineCap, LineCap, DashCap) | Sets the values that determine the style of cap used to end lines drawn by this [`Pen`](../pen). | -| [TranslateTransform](../../aspose.imaging/pen/translatetransform)(float, float) | Translates the local geometric transformation by the specified dimensions. This method prepends the translation to the transformation. | -| [TranslateTransform](../../aspose.imaging/pen/translatetransform)(float, float, MatrixOrder) | Translates the local geometric transformation by the specified dimensions in the specified order. | - -### Examples +| override [Equals](../../aspose.imaging/pen/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/pen/gethashcode/)() | Get hash code of the current object. | +| [MultiplyTransform](../../aspose.imaging/pen/multiplytransform/#multiplytransform)(Matrix) | Multiplies the transformation matrix for this `Pen` by the specified [`Matrix`](../matrix/). | +| [MultiplyTransform](../../aspose.imaging/pen/multiplytransform/#multiplytransform_1)(Matrix, MatrixOrder) | Multiplies the transformation matrix for this `Pen` by the specified [`Matrix`](../matrix/) in the specified order. | +| [ResetTransform](../../aspose.imaging/pen/resettransform/)() | Resets the geometric transformation matrix for this `Pen` to identity. | +| [RotateTransform](../../aspose.imaging/pen/rotatetransform/#rotatetransform)(float) | Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation. | +| [RotateTransform](../../aspose.imaging/pen/rotatetransform/#rotatetransform_1)(float, MatrixOrder) | Rotates the local geometric transformation by the specified angle in the specified order. | +| [ScaleTransform](../../aspose.imaging/pen/scaletransform/#scaletransform)(float, float) | Scales the local geometric transformation by the specified factors. This method prepends the scaling matrix to the transformation. | +| [ScaleTransform](../../aspose.imaging/pen/scaletransform/#scaletransform_1)(float, float, MatrixOrder) | Scales the local geometric transformation by the specified factors in the specified order. | +| [SetLineCap](../../aspose.imaging/pen/setlinecap/)(LineCap, LineCap, DashCap) | Sets the values that determine the style of cap used to end lines drawn by this `Pen`. | +| [TranslateTransform](../../aspose.imaging/pen/translatetransform/#translatetransform)(float, float) | Translates the local geometric transformation by the specified dimensions. This method prepends the translation to the transformation. | +| [TranslateTransform](../../aspose.imaging/pen/translatetransform/#translatetransform_1)(float, float, MatrixOrder) | Translates the local geometric transformation by the specified dimensions in the specified order. | + +## Examples This example shows the creation and usage Pen objects. The example creates a new Image and draw Rectangles on Image surface. @@ -121,8 +121,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* class [TransparencySupporter](../transparencysupporter) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [TransparencySupporter](../transparencysupporter/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/alignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/alignment/_index.md index 1b81c47d4387..ecd5e340c36b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/alignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/alignment/_index.md @@ -1,14 +1,14 @@ --- -title: Alignment +title: Pen.Alignment second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the alignment for this Pen type: docs weight: 20 url: /net/aspose.imaging/pen/alignment/ --- ## Pen.Alignment property -Gets or sets the alignment for this [`Pen`](../../pen). +Gets or sets the alignment for this [`Pen`](../). ```csharp public PenAlignment Alignment { get; set; } @@ -16,19 +16,19 @@ public PenAlignment Alignment { get; set; } ### Property Value -A [`PenAlignment`](../../penalignment) that represents the alignment for this [`Pen`](../../pen). +A [`PenAlignment`](../../penalignment/) that represents the alignment for this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `Alignment` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `Alignment` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* enum [PenAlignment](../../penalignment) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [PenAlignment](../../penalignment/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/brush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/brush/_index.md index dd1edd757e2e..b8f43361cba9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/brush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/brush/_index.md @@ -1,14 +1,14 @@ --- -title: Brush +title: Pen.Brush second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the Brush that determines attributes of this Pen type: docs weight: 30 url: /net/aspose.imaging/pen/brush/ --- ## Pen.Brush property -Gets or sets the `Brush` that determines attributes of this [`Pen`](../../pen). +Gets or sets the `Brush` that determines attributes of this [`Pen`](../). ```csharp public Brush Brush { get; set; } @@ -16,19 +16,19 @@ public Brush Brush { get; set; } ### Property Value -A `Brush` that determines attributes of this [`Pen`](../../pen). +A `Brush` that determines attributes of this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `Brush` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `Brush` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* class [Brush](../../brush) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Brush](../../brush/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/color/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/color/_index.md index 4c0384cac8d0..9bb34135f8e0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/color/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/color/_index.md @@ -1,14 +1,14 @@ --- -title: Color +title: Pen.Color second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the color of this Pen type: docs weight: 40 url: /net/aspose.imaging/pen/color/ --- ## Pen.Color property -Gets or sets the color of this [`Pen`](../../pen). +Gets or sets the color of this [`Pen`](../). ```csharp public Color Color { get; set; } @@ -16,19 +16,19 @@ public Color Color { get; set; } ### Property Value -A `Color` structure that represents the color of this [`Pen`](../../pen). +A `Color` structure that represents the color of this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `Color` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `Color` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* struct [Color](../../color) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* struct [Color](../../color/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/compoundarray/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/compoundarray/_index.md index ae2b0b25cb96..3da9303012d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/compoundarray/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/compoundarray/_index.md @@ -1,7 +1,7 @@ --- -title: CompoundArray +title: Pen.CompoundArray second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets an array of values that specifies a compound pen. A compound pen draws a compound line made up of parallel lines and spaces type: docs weight: 50 url: /net/aspose.imaging/pen/compoundarray/ @@ -22,12 +22,12 @@ An array of real numbers that specifies the compound array. The elements in the | exception | condition | | --- | --- | -| ArgumentException | The `CompoundArray` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `CompoundArray` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/customendcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/customendcap/_index.md index dce411c828a7..873166dbee3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/customendcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/customendcap/_index.md @@ -1,14 +1,14 @@ --- -title: CustomEndCap +title: Pen.CustomEndCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets a custom cap to use at the end of lines drawn with this Pen type: docs weight: 60 url: /net/aspose.imaging/pen/customendcap/ --- ## Pen.CustomEndCap property -Gets or sets a custom cap to use at the end of lines drawn with this [`Pen`](../../pen). +Gets or sets a custom cap to use at the end of lines drawn with this [`Pen`](../). ```csharp public CustomLineCap CustomEndCap { get; set; } @@ -16,19 +16,19 @@ public CustomLineCap CustomEndCap { get; set; } ### Property Value -A [`CustomLineCap`](../../customlinecap) that represents the cap used at the end of lines drawn with this [`Pen`](../../pen). +A [`CustomLineCap`](../../customlinecap/) that represents the cap used at the end of lines drawn with this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `CustomEndCap` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `CustomEndCap` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* class [CustomLineCap](../../customlinecap) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [CustomLineCap](../../customlinecap/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/customstartcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/customstartcap/_index.md index 129cfa342fc5..fd48b2e79746 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/customstartcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/customstartcap/_index.md @@ -1,14 +1,14 @@ --- -title: CustomStartCap +title: Pen.CustomStartCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets a custom cap to use at the beginning of lines drawn with this Pen type: docs weight: 70 url: /net/aspose.imaging/pen/customstartcap/ --- ## Pen.CustomStartCap property -Gets or sets a custom cap to use at the beginning of lines drawn with this [`Pen`](../../pen). +Gets or sets a custom cap to use at the beginning of lines drawn with this [`Pen`](../). ```csharp public CustomLineCap CustomStartCap { get; set; } @@ -16,19 +16,19 @@ public CustomLineCap CustomStartCap { get; set; } ### Property Value -A [`CustomLineCap`](../../customlinecap) that represents the cap used at the beginning of lines drawn with this [`Pen`](../../pen). +A [`CustomLineCap`](../../customlinecap/) that represents the cap used at the beginning of lines drawn with this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `CustomStartCap` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `CustomStartCap` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* class [CustomLineCap](../../customlinecap) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [CustomLineCap](../../customlinecap/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashcap/_index.md index 8ec226182853..e8d6d810e92b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashcap/_index.md @@ -1,14 +1,14 @@ --- -title: DashCap +title: Pen.DashCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this Pen type: docs weight: 80 url: /net/aspose.imaging/pen/dashcap/ --- ## Pen.DashCap property -Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this [`Pen`](../../pen). +Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this [`Pen`](../). ```csharp public DashCap DashCap { get; set; } @@ -16,19 +16,19 @@ public DashCap DashCap { get; set; } ### Property Value -One of the `DashCap` values that represents the cap style used at the beginning and end of the dashes that make up dashed lines drawn with this [`Pen`](../../pen). +One of the `DashCap` values that represents the cap style used at the beginning and end of the dashes that make up dashed lines drawn with this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `DashCap` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `DashCap` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* enum [DashCap](../../dashcap) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [DashCap](../../dashcap/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashoffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashoffset/_index.md index afd2b0232033..e55f3078b1c3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashoffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashoffset/_index.md @@ -1,7 +1,7 @@ --- -title: DashOffset +title: Pen.DashOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the distance from the start of a line to the beginning of a dash pattern type: docs weight: 90 url: /net/aspose.imaging/pen/dashoffset/ @@ -20,8 +20,8 @@ The distance from the start of a line to the beginning of a dash pattern. ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashpattern/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashpattern/_index.md index ab0e49c067c3..b6ffbe58a2ba 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashpattern/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashpattern/_index.md @@ -1,7 +1,7 @@ --- -title: DashPattern +title: Pen.DashPattern second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets an array of custom dashes and spaces type: docs weight: 100 url: /net/aspose.imaging/pen/dashpattern/ @@ -22,12 +22,12 @@ An array of real numbers that specifies the lengths of alternating dashes and sp | exception | condition | | --- | --- | -| ArgumentException | The `DashPattern` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `DashPattern` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashstyle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashstyle/_index.md index d00590842e4f..3eade159506d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashstyle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/dashstyle/_index.md @@ -1,14 +1,14 @@ --- -title: DashStyle +title: Pen.DashStyle second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the style used for dashed lines drawn with this Pen type: docs weight: 110 url: /net/aspose.imaging/pen/dashstyle/ --- ## Pen.DashStyle property -Gets or sets the style used for dashed lines drawn with this [`Pen`](../../pen). +Gets or sets the style used for dashed lines drawn with this [`Pen`](../). ```csharp public DashStyle DashStyle { get; set; } @@ -16,19 +16,19 @@ public DashStyle DashStyle { get; set; } ### Property Value -A `DashStyle` that represents the style used for dashed lines drawn with this [`Pen`](../../pen). +A `DashStyle` that represents the style used for dashed lines drawn with this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `DashStyle` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `DashStyle` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* enum [DashStyle](../../dashstyle) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [DashStyle](../../dashstyle/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/endcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/endcap/_index.md index cd716383daf6..4f9cfeeb08c2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/endcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/endcap/_index.md @@ -1,14 +1,14 @@ --- -title: EndCap +title: Pen.EndCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the cap style used at the end of lines drawn with this Pen type: docs weight: 120 url: /net/aspose.imaging/pen/endcap/ --- ## Pen.EndCap property -Gets or sets the cap style used at the end of lines drawn with this [`Pen`](../../pen). +Gets or sets the cap style used at the end of lines drawn with this [`Pen`](../). ```csharp public LineCap EndCap { get; set; } @@ -16,19 +16,19 @@ public LineCap EndCap { get; set; } ### Property Value -One of the [`LineCap`](../../linecap) values that represents the cap style used at the end of lines drawn with this [`Pen`](../../pen). +One of the [`LineCap`](../../linecap/) values that represents the cap style used at the end of lines drawn with this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `EndCap` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `EndCap` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* enum [LineCap](../../linecap) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [LineCap](../../linecap/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/equals/_index.md index 0789aa32ffbd..d6edc8d1b795 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: Pen.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen method. Check if objects are equal type: docs weight: 190 url: /net/aspose.imaging/pen/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/gethashcode/_index.md index 134ed1453784..a7cd0cb74468 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Pen.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen method. Get hash code of the current object type: docs weight: 200 url: /net/aspose.imaging/pen/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/linejoin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/linejoin/_index.md index 627c6e324b0e..a039649cae03 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/linejoin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/linejoin/_index.md @@ -1,14 +1,14 @@ --- -title: LineJoin +title: Pen.LineJoin second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the join style for the ends of two consecutive lines drawn with this Pen type: docs weight: 130 url: /net/aspose.imaging/pen/linejoin/ --- ## Pen.LineJoin property -Gets or sets the join style for the ends of two consecutive lines drawn with this [`Pen`](../../pen). +Gets or sets the join style for the ends of two consecutive lines drawn with this [`Pen`](../). ```csharp public LineJoin LineJoin { get; set; } @@ -16,19 +16,19 @@ public LineJoin LineJoin { get; set; } ### Property Value -A `LineJoin` that represents the join style for the ends of two consecutive lines drawn with this [`Pen`](../../pen). +A `LineJoin` that represents the join style for the ends of two consecutive lines drawn with this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `LineJoin` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `LineJoin` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* enum [LineJoin](../../linejoin) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [LineJoin](../../linejoin/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/miterlimit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/miterlimit/_index.md index 1cfe50c350cf..04141081382b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/miterlimit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/miterlimit/_index.md @@ -1,7 +1,7 @@ --- -title: MiterLimit +title: Pen.MiterLimit second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the limit of the thickness of the join on a mitered corner type: docs weight: 140 url: /net/aspose.imaging/pen/miterlimit/ @@ -22,12 +22,12 @@ The limit of the thickness of the join on a mitered corner. | exception | condition | | --- | --- | -| ArgumentException | The `MiterLimit` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `MiterLimit` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/multiplytransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/multiplytransform/_index.md index 2fbfa2086f07..4b3eee90ebed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/multiplytransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/multiplytransform/_index.md @@ -1,14 +1,14 @@ --- -title: MultiplyTransform +title: Pen.MultiplyTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen method. Multiplies the transformation matrix for this Pen by the specified Matrix type: docs weight: 210 url: /net/aspose.imaging/pen/multiplytransform/ --- -## Pen.MultiplyTransform method (1 of 2) +## MultiplyTransform(Matrix) {#multiplytransform} -Multiplies the transformation matrix for this [`Pen`](../../pen) by the specified [`Matrix`](../../matrix). +Multiplies the transformation matrix for this [`Pen`](../) by the specified [`Matrix`](../../matrix/). ```csharp public void MultiplyTransform(Matrix matrix) @@ -16,20 +16,20 @@ public void MultiplyTransform(Matrix matrix) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | The [`Matrix`](../../matrix) object by which to multiply the transformation matrix. | +| matrix | Matrix | The [`Matrix`](../../matrix/) object by which to multiply the transformation matrix. | ### See Also -* class [Matrix](../../matrix) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Matrix](../../matrix/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) --- -## Pen.MultiplyTransform method (2 of 2) +## MultiplyTransform(Matrix, MatrixOrder) {#multiplytransform_1} -Multiplies the transformation matrix for this [`Pen`](../../pen) by the specified [`Matrix`](../../matrix) in the specified order. +Multiplies the transformation matrix for this [`Pen`](../) by the specified [`Matrix`](../../matrix/) in the specified order. ```csharp public void MultiplyTransform(Matrix matrix, MatrixOrder order) @@ -37,15 +37,15 @@ public void MultiplyTransform(Matrix matrix, MatrixOrder order) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | The [`Matrix`](../../matrix) by which to multiply the transformation matrix. | +| matrix | Matrix | The [`Matrix`](../../matrix/) by which to multiply the transformation matrix. | | order | MatrixOrder | The order in which to perform the multiplication operation. | ### See Also -* class [Matrix](../../matrix) -* enum [MatrixOrder](../../matrixorder) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Matrix](../../matrix/) +* enum [MatrixOrder](../../matrixorder/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/pen/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/pen/_index.md index 528721dbbada..82a03bd9fb24 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/pen/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/pen/_index.md @@ -1,14 +1,14 @@ --- -title: Pen +title: Pen.Pen second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen constructor. Initializes a new instance of the Pen class with the specified color type: docs weight: 10 url: /net/aspose.imaging/pen/pen/ --- -## Pen constructor (1 of 4) +## Pen(Color) {#constructor_2} -Initializes a new instance of the [`Pen`](../../pen) class with the specified color. +Initializes a new instance of the [`Pen`](../) class with the specified color. ```csharp public Pen(Color color) @@ -16,20 +16,20 @@ public Pen(Color color) | Parameter | Type | Description | | --- | --- | --- | -| color | Color | A [`Color`](../color) structure that indicates the color of this [`Pen`](../../pen). | +| color | Color | A [`Color`](../color/) structure that indicates the color of this [`Pen`](../). | ### See Also -* struct [Color](../../color) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* struct [Color](../../color/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) --- -## Pen constructor (2 of 4) +## Pen(Color, float) {#constructor_3} -Initializes a new instance of the [`Pen`](../../pen) class with the specified [`Color`](../color) and [`Width`](../width) properties. +Initializes a new instance of the [`Pen`](../) class with the specified [`Color`](../color/) and [`Width`](../width/) properties. ```csharp public Pen(Color color, float width) @@ -37,10 +37,10 @@ public Pen(Color color, float width) | Parameter | Type | Description | | --- | --- | --- | -| color | Color | A [`Color`](../color) structure that indicates the color of this [`Pen`](../../pen). | -| width | Single | A value indicating the width of this [`Pen`](../../pen). | +| color | Color | A [`Color`](../color/) structure that indicates the color of this [`Pen`](../). | +| width | Single | A value indicating the width of this [`Pen`](../). | -### Examples +## Examples This example shows the creation and usage Pen objects. The example creates a new Image and draw Rectangles on Image surface. @@ -98,16 +98,16 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(bmpOptions, 500, ### See Also -* struct [Color](../../color) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* struct [Color](../../color/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) --- -## Pen constructor (3 of 4) +## Pen(Brush) {#constructor} -Initializes a new instance of the [`Pen`](../../pen) class with the specified [`Brush`](../brush). +Initializes a new instance of the [`Pen`](../) class with the specified [`Brush`](../brush/). ```csharp public Pen(Brush brush) @@ -115,7 +115,7 @@ public Pen(Brush brush) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | A [`Brush`](../brush) that determines the fill properties of this [`Pen`](../../pen). | +| brush | Brush | A [`Brush`](../brush/) that determines the fill properties of this [`Pen`](../). | ### Exceptions @@ -125,16 +125,16 @@ public Pen(Brush brush) ### See Also -* class [Brush](../../brush) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Brush](../../brush/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) --- -## Pen constructor (4 of 4) +## Pen(Brush, float) {#constructor_1} -Initializes a new instance of the [`Pen`](../../pen) class with the specified [`Brush`](../brush) and [`Width`](../width). +Initializes a new instance of the [`Pen`](../) class with the specified [`Brush`](../brush/) and [`Width`](../width/). ```csharp public Pen(Brush brush, float width) @@ -142,8 +142,8 @@ public Pen(Brush brush, float width) | Parameter | Type | Description | | --- | --- | --- | -| brush | Brush | A [`Brush`](../brush) that determines the characteristics of this [`Pen`](../../pen). | -| width | Single | The width of the new [`Pen`](../../pen). | +| brush | Brush | A [`Brush`](../brush/) that determines the characteristics of this [`Pen`](../). | +| width | Single | The width of the new [`Pen`](../). | ### Exceptions @@ -153,9 +153,9 @@ public Pen(Brush brush, float width) ### See Also -* class [Brush](../../brush) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Brush](../../brush/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/pentype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/pentype/_index.md index 5664b8ac395d..977793730736 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/pentype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/pentype/_index.md @@ -1,14 +1,14 @@ --- -title: PenType +title: Pen.PenType second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets the style of lines drawn with this Pen type: docs weight: 150 url: /net/aspose.imaging/pen/pentype/ --- ## Pen.PenType property -Gets the style of lines drawn with this [`Pen`](../../pen). +Gets the style of lines drawn with this [`Pen`](../). ```csharp public PenType PenType { get; } @@ -16,13 +16,13 @@ public PenType PenType { get; } ### Property Value -A `PenType` enumeration that specifies the style of lines drawn with this [`Pen`](../../pen). +A `PenType` enumeration that specifies the style of lines drawn with this [`Pen`](../). ### See Also -* enum [PenType](../../pentype) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [PenType](../../pentype/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/resettransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/resettransform/_index.md index 2136d583e684..3fe8fc6ca2bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/resettransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/resettransform/_index.md @@ -1,14 +1,14 @@ --- -title: ResetTransform +title: Pen.ResetTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen method. Resets the geometric transformation matrix for this Pen to identity type: docs weight: 220 url: /net/aspose.imaging/pen/resettransform/ --- ## Pen.ResetTransform method -Resets the geometric transformation matrix for this [`Pen`](../../pen) to identity. +Resets the geometric transformation matrix for this [`Pen`](../) to identity. ```csharp public void ResetTransform() @@ -16,8 +16,8 @@ public void ResetTransform() ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/rotatetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/rotatetransform/_index.md index ef9e14a2c03b..0594eea0105d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/rotatetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/rotatetransform/_index.md @@ -1,12 +1,12 @@ --- -title: RotateTransform +title: Pen.RotateTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen method. Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation type: docs weight: 230 url: /net/aspose.imaging/pen/rotatetransform/ --- -## Pen.RotateTransform method (1 of 2) +## RotateTransform(float) {#rotatetransform} Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation. @@ -20,13 +20,13 @@ public void RotateTransform(float angle) ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) --- -## Pen.RotateTransform method (2 of 2) +## RotateTransform(float, MatrixOrder) {#rotatetransform_1} Rotates the local geometric transformation by the specified angle in the specified order. @@ -37,13 +37,13 @@ public void RotateTransform(float angle, MatrixOrder order) | Parameter | Type | Description | | --- | --- | --- | | angle | Single | The angle of rotation. | -| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder) that specifies whether to append or prepend the rotation matrix. | +| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder/) that specifies whether to append or prepend the rotation matrix. | ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [MatrixOrder](../../matrixorder/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/scaletransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/scaletransform/_index.md index c7693c9974fa..68b197eeb34a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/scaletransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/scaletransform/_index.md @@ -1,12 +1,12 @@ --- -title: ScaleTransform +title: Pen.ScaleTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen method. Scales the local geometric transformation by the specified factors. This method prepends the scaling matrix to the transformation type: docs weight: 240 url: /net/aspose.imaging/pen/scaletransform/ --- -## Pen.ScaleTransform method (1 of 2) +## ScaleTransform(float, float) {#scaletransform} Scales the local geometric transformation by the specified factors. This method prepends the scaling matrix to the transformation. @@ -21,13 +21,13 @@ public void ScaleTransform(float sx, float sy) ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) --- -## Pen.ScaleTransform method (2 of 2) +## ScaleTransform(float, float, MatrixOrder) {#scaletransform_1} Scales the local geometric transformation by the specified factors in the specified order. @@ -39,13 +39,13 @@ public void ScaleTransform(float sx, float sy, MatrixOrder order) | --- | --- | --- | | sx | Single | The factor by which to scale the transformation in the x-axis direction. | | sy | Single | The factor by which to scale the transformation in the y-axis direction. | -| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder) that specifies whether to append or prepend the scaling matrix. | +| order | MatrixOrder | A [`MatrixOrder`](../../matrixorder/) that specifies whether to append or prepend the scaling matrix. | ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [MatrixOrder](../../matrixorder/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/setlinecap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/setlinecap/_index.md index 3c06054f4d9b..764d48b99b2b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/setlinecap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/setlinecap/_index.md @@ -1,14 +1,14 @@ --- -title: SetLineCap +title: Pen.SetLineCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen method. Sets the values that determine the style of cap used to end lines drawn by this Pen type: docs weight: 250 url: /net/aspose.imaging/pen/setlinecap/ --- ## Pen.SetLineCap method -Sets the values that determine the style of cap used to end lines drawn by this [`Pen`](../../pen). +Sets the values that determine the style of cap used to end lines drawn by this [`Pen`](../). ```csharp public void SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) @@ -16,16 +16,16 @@ public void SetLineCap(LineCap startCap, LineCap endCap, DashCap dashCap) | Parameter | Type | Description | | --- | --- | --- | -| startCap | LineCap | A [`LineCap`](../../linecap) that represents the cap style to use at the beginning of lines drawn with this [`Pen`](../../pen). | -| endCap | LineCap | A [`LineCap`](../../linecap) that represents the cap style to use at the end of lines drawn with this [`Pen`](../../pen). | -| dashCap | DashCap | A [`LineCap`](../../linecap) that represents the cap style to use at the beginning or end of dashed lines drawn with this [`Pen`](../../pen). | +| startCap | LineCap | A [`LineCap`](../../linecap/) that represents the cap style to use at the beginning of lines drawn with this [`Pen`](../). | +| endCap | LineCap | A [`LineCap`](../../linecap/) that represents the cap style to use at the end of lines drawn with this [`Pen`](../). | +| dashCap | DashCap | A [`LineCap`](../../linecap/) that represents the cap style to use at the beginning or end of dashed lines drawn with this [`Pen`](../). | ### See Also -* enum [LineCap](../../linecap) -* enum [DashCap](../../dashcap) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [LineCap](../../linecap/) +* enum [DashCap](../../dashcap/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/startcap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/startcap/_index.md index 11f39dead417..6cfa0f239391 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/startcap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/startcap/_index.md @@ -1,14 +1,14 @@ --- -title: StartCap +title: Pen.StartCap second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the cap style used at the beginning of lines drawn with this Pen type: docs weight: 160 url: /net/aspose.imaging/pen/startcap/ --- ## Pen.StartCap property -Gets or sets the cap style used at the beginning of lines drawn with this [`Pen`](../../pen). +Gets or sets the cap style used at the beginning of lines drawn with this [`Pen`](../). ```csharp public LineCap StartCap { get; set; } @@ -16,19 +16,19 @@ public LineCap StartCap { get; set; } ### Property Value -One of the [`LineCap`](../../linecap) values that represents the cap style used at the beginning of lines drawn with this [`Pen`](../../pen). +One of the [`LineCap`](../../linecap/) values that represents the cap style used at the beginning of lines drawn with this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `StartCap` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `StartCap` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* enum [LineCap](../../linecap) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [LineCap](../../linecap/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/transform/_index.md index 98a74b6455a8..b9a868249cc5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/transform/_index.md @@ -1,14 +1,14 @@ --- -title: Transform +title: Pen.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets a copy of the geometric transformation for this Pen type: docs weight: 170 url: /net/aspose.imaging/pen/transform/ --- ## Pen.Transform property -Gets or sets a copy of the geometric transformation for this [`Pen`](../../pen). +Gets or sets a copy of the geometric transformation for this [`Pen`](../). ```csharp public Matrix Transform { get; set; } @@ -16,19 +16,19 @@ public Matrix Transform { get; set; } ### Property Value -A copy of the [`Matrix`](../../matrix) that represents the geometric transformation for this [`Pen`](../../pen). +A copy of the [`Matrix`](../../matrix/) that represents the geometric transformation for this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `Transform` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `Transform` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* class [Matrix](../../matrix) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Matrix](../../matrix/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/translatetransform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/translatetransform/_index.md index 64e1f566de88..5efb10cdd8f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/translatetransform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/translatetransform/_index.md @@ -1,12 +1,12 @@ --- -title: TranslateTransform +title: Pen.TranslateTransform second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen method. Translates the local geometric transformation by the specified dimensions. This method prepends the translation to the transformation type: docs weight: 260 url: /net/aspose.imaging/pen/translatetransform/ --- -## Pen.TranslateTransform method (1 of 2) +## TranslateTransform(float, float) {#translatetransform} Translates the local geometric transformation by the specified dimensions. This method prepends the translation to the transformation. @@ -21,13 +21,13 @@ public void TranslateTransform(float dx, float dy) ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) --- -## Pen.TranslateTransform method (2 of 2) +## TranslateTransform(float, float, MatrixOrder) {#translatetransform_1} Translates the local geometric transformation by the specified dimensions in the specified order. @@ -43,9 +43,9 @@ public void TranslateTransform(float dx, float dy, MatrixOrder order) ### See Also -* enum [MatrixOrder](../../matrixorder) -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* enum [MatrixOrder](../../matrixorder/) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/width/_index.md index 0657ef667ae2..b11479e68ab6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pen/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pen/width/_index.md @@ -1,14 +1,14 @@ --- -title: Width +title: Pen.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: Pen property. Gets or sets the width of this Pen in units of the Graphics object used for drawing type: docs weight: 180 url: /net/aspose.imaging/pen/width/ --- ## Pen.Width property -Gets or sets the width of this [`Pen`](../../pen), in units of the Graphics object used for drawing. +Gets or sets the width of this [`Pen`](../), in units of the Graphics object used for drawing. ```csharp public float Width { get; set; } @@ -16,18 +16,18 @@ public float Width { get; set; } ### Property Value -The width of this [`Pen`](../../pen). +The width of this [`Pen`](../). ### Exceptions | exception | condition | | --- | --- | -| ArgumentException | The `Width` property is set on an immutable [`Pen`](../../pen), such as those returned by the [`Pen`](../../pen) class. | +| ArgumentException | The `Width` property is set on an immutable [`Pen`](../), such as those returned by the [`Pen`](../) class. | ### See Also -* class [Pen](../../pen) -* namespace [Aspose.Imaging](../../pen) +* class [Pen](../) +* namespace [Aspose.Imaging](../../pen/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/penalignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/penalignment/_index.md index 4c3a8ef75603..fae006773782 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/penalignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/penalignment/_index.md @@ -1,14 +1,14 @@ --- -title: PenAlignment +title: Enum PenAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.PenAlignment enum. Specifies the alignment of a Pen object in relation to the theoretical zerowidth line type: docs weight: 11010 url: /net/aspose.imaging/penalignment/ --- ## PenAlignment enumeration -Specifies the alignment of a [`Pen`](../pen) object in relation to the theoretical, zero-width line. +Specifies the alignment of a [`Pen`](../pen/) object in relation to the theoretical, zero-width line. ```csharp public enum PenAlignment @@ -18,15 +18,15 @@ public enum PenAlignment | Name | Value | Description | | --- | --- | --- | -| Center | `0` | Specifies that the [`Pen`](../pen) object is centered over the theoretical line. | -| Inset | `1` | Specifies that the [`Pen`](../pen) is positioned on the inside of the theoretical line. | -| Outset | `2` | Specifies the [`Pen`](../pen) is positioned on the outside of the theoretical line. | -| Left | `3` | Specifies the [`Pen`](../pen) is positioned to the left of the theoretical line. | -| Right | `4` | Specifies the [`Pen`](../pen) is positioned to the right of the theoretical line. | +| Center | `0` | Specifies that the [`Pen`](../pen/) object is centered over the theoretical line. | +| Inset | `1` | Specifies that the [`Pen`](../pen/) is positioned on the inside of the theoretical line. | +| Outset | `2` | Specifies the [`Pen`](../pen/) is positioned on the outside of the theoretical line. | +| Left | `3` | Specifies the [`Pen`](../pen/) is positioned to the left of the theoretical line. | +| Right | `4` | Specifies the [`Pen`](../pen/) is positioned to the right of the theoretical line. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pentype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pentype/_index.md index 0dfcff09549f..f7ce66e20138 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pentype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pentype/_index.md @@ -1,14 +1,14 @@ --- -title: PenType +title: Enum PenType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.PenType enum. Specifies the type of fill a Pen object uses to fill lines type: docs weight: 11020 url: /net/aspose.imaging/pentype/ --- ## PenType enumeration -Specifies the type of fill a [`Pen`](../pen) object uses to fill lines. +Specifies the type of fill a [`Pen`](../pen/) object uses to fill lines. ```csharp public enum PenType @@ -26,7 +26,7 @@ public enum PenType ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/_index.md index cf5f73f34615..21149dabb07c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/_index.md @@ -1,7 +1,7 @@ --- -title: PixelDataFormat +title: Class PixelDataFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.PixelDataFormat class. The pixel data format. This is an immutable object type: docs weight: 11030 url: /net/aspose.imaging/pixeldataformat/ @@ -18,64 +18,64 @@ public class PixelDataFormat | Name | Description | | --- | --- | -| static [Cmyk](../../aspose.imaging/pixeldataformat/cmyk) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black. | -| static [Cmyka](../../aspose.imaging/pixeldataformat/cmyka) { get; } | Gets the acmyk. | -| static [GrayscaleAlpha](../../aspose.imaging/pixeldataformat/grayscalealpha) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component. | -| static [Rgb16Bpp555](../../aspose.imaging/pixeldataformat/rgb16bpp555) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined. | -| static [Rgb16Bpp565](../../aspose.imaging/pixeldataformat/rgb16bpp565) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 16 bits per pixel with 5 bits for red, 6 bits for green and 5 bits for blue, alpha is not defined. | -| static [Rgb24Bpp](../../aspose.imaging/pixeldataformat/rgb24bpp) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. | -| static [Rgb24BppPng](../../aspose.imaging/pixeldataformat/rgb24bpppng) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. | -| static [Rgb32Bpp](../../aspose.imaging/pixeldataformat/rgb32bpp) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. | -| static [Rgba32Bpp](../../aspose.imaging/pixeldataformat/rgba32bpp) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. | -| static [RgbIndexed1Bpp](../../aspose.imaging/pixeldataformat/rgbindexed1bpp) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for indexed 1 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. | -| static [RgbIndexed2Bpp](../../aspose.imaging/pixeldataformat/rgbindexed2bpp) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for indexed 2 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. | -| static [RgbIndexed4Bpp](../../aspose.imaging/pixeldataformat/rgbindexed4bpp) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for indexed 4 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. | -| static [RgbIndexed8Bpp](../../aspose.imaging/pixeldataformat/rgbindexed8bpp) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for indexed 8 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. | -| static [YCbCr](../../aspose.imaging/pixeldataformat/ycbcr) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components. | -| static [Ycck](../../aspose.imaging/pixeldataformat/ycck) { get; } | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components. | -| [BitsPerPixel](../../aspose.imaging/pixeldataformat/bitsperpixel) { get; } | Gets the bits per pixel. | -| [Caption](../../aspose.imaging/pixeldataformat/caption) { get; } | Gets the pixel data format caption. | -| [ChannelBits](../../aspose.imaging/pixeldataformat/channelbits) { get; } | Gets the bits count for each channel. | -| [ChannelsCount](../../aspose.imaging/pixeldataformat/channelscount) { get; } | Gets the channels count. | -| [PixelFormat](../../aspose.imaging/pixeldataformat/pixelformat) { get; } | Gets the pixel format. | +| static [Cmyk](../../aspose.imaging/pixeldataformat/cmyk/) { get; } | Gets the `PixelDataFormat` defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black. | +| static [Cmyka](../../aspose.imaging/pixeldataformat/cmyka/) { get; } | Gets the acmyk. | +| static [GrayscaleAlpha](../../aspose.imaging/pixeldataformat/grayscalealpha/) { get; } | Gets the `PixelDataFormat` defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component. | +| static [Rgb16Bpp555](../../aspose.imaging/pixeldataformat/rgb16bpp555/) { get; } | Gets the `PixelDataFormat` defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined. | +| static [Rgb16Bpp565](../../aspose.imaging/pixeldataformat/rgb16bpp565/) { get; } | Gets the `PixelDataFormat` defined for 16 bits per pixel with 5 bits for red, 6 bits for green and 5 bits for blue, alpha is not defined. | +| static [Rgb24Bpp](../../aspose.imaging/pixeldataformat/rgb24bpp/) { get; } | Gets the `PixelDataFormat` defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. | +| static [Rgb24BppPng](../../aspose.imaging/pixeldataformat/rgb24bpppng/) { get; } | Gets the `PixelDataFormat` defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. | +| static [Rgb32Bpp](../../aspose.imaging/pixeldataformat/rgb32bpp/) { get; } | Gets the `PixelDataFormat` defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. | +| static [Rgba32Bpp](../../aspose.imaging/pixeldataformat/rgba32bpp/) { get; } | Gets the `PixelDataFormat` defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. | +| static [RgbIndexed1Bpp](../../aspose.imaging/pixeldataformat/rgbindexed1bpp/) { get; } | Gets the `PixelDataFormat` defined for indexed 1 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. | +| static [RgbIndexed2Bpp](../../aspose.imaging/pixeldataformat/rgbindexed2bpp/) { get; } | Gets the `PixelDataFormat` defined for indexed 2 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. | +| static [RgbIndexed4Bpp](../../aspose.imaging/pixeldataformat/rgbindexed4bpp/) { get; } | Gets the `PixelDataFormat` defined for indexed 4 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. | +| static [RgbIndexed8Bpp](../../aspose.imaging/pixeldataformat/rgbindexed8bpp/) { get; } | Gets the `PixelDataFormat` defined for indexed 8 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. | +| static [YCbCr](../../aspose.imaging/pixeldataformat/ycbcr/) { get; } | Gets the `PixelDataFormat` defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components. | +| static [Ycck](../../aspose.imaging/pixeldataformat/ycck/) { get; } | Gets the `PixelDataFormat` defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components. | +| [BitsPerPixel](../../aspose.imaging/pixeldataformat/bitsperpixel/) { get; } | Gets the bits per pixel. | +| [Caption](../../aspose.imaging/pixeldataformat/caption/) { get; } | Gets the pixel data format caption. | +| [ChannelBits](../../aspose.imaging/pixeldataformat/channelbits/) { get; } | Gets the bits count for each channel. | +| [ChannelsCount](../../aspose.imaging/pixeldataformat/channelscount/) { get; } | Gets the channels count. | +| [PixelFormat](../../aspose.imaging/pixeldataformat/pixelformat/) { get; } | Gets the pixel format. | ## Methods | Name | Description | | --- | --- | -| static [GetBgr](../../aspose.imaging/pixeldataformat/getbgr)(int) | Gets BGR color with a specified number of bits per sample. | -| static [GetBgra](../../aspose.imaging/pixeldataformat/getbgra)(int) | Gets BGRA color with a specified number of bits per sample. | -| static [GetCieLab](../../aspose.imaging/pixeldataformat/getcielab)(int, int, int) | Gets CIE Lab color with a specified number of bits per sample. | -| static [GetCmyk](../../aspose.imaging/pixeldataformat/getcmyk)(int) | Gets CMYK color with a specified number of bits per sample. | -| static [GetCmyk](../../aspose.imaging/pixeldataformat/getcmyk)(int, int, int, int) | Gets CMYK color with a specified number of bits per sample. | -| static [GetCmyka](../../aspose.imaging/pixeldataformat/getcmyka)(int, int, int, int, int) | Gets CMYKA color with a specified number of bits per sample. | -| static [GetGrayscale](../../aspose.imaging/pixeldataformat/getgrayscale)(int) | Gets Grayscale color with a specified number of bits per sample. | -| static [GetGrayscaleAlpha](../../aspose.imaging/pixeldataformat/getgrayscalealpha)(int) | Gets GrayscaleAlpha color with a specified number of bits per sample. | -| static [GetGrayscaleAlpha](../../aspose.imaging/pixeldataformat/getgrayscalealpha)(int, int) | Gets GrayscaleAlpha color with a specified number of bits per sample. | -| static [GetRgb](../../aspose.imaging/pixeldataformat/getrgb)(int) | Gets RGB color with a specified number of bits per sample. | -| static [GetRgb](../../aspose.imaging/pixeldataformat/getrgb)(int, int, int) | Gets RGB color with a specified number of bits per sample. | -| static [GetRgba](../../aspose.imaging/pixeldataformat/getrgba)(int) | Gets RGBA color with a specified number of bits per sample. | -| static [GetRgba](../../aspose.imaging/pixeldataformat/getrgba)(int, int, int, int) | Gets RGBA color with a specified number of bits per sample. | -| static [GetRgbIndexed](../../aspose.imaging/pixeldataformat/getrgbindexed)(int) | Gets BGRA indexed color with a specified number of bits per sample. | -| static [GetYCbCr](../../aspose.imaging/pixeldataformat/getycbcr)(int) | Gets YCbCr color with a specified number of bits per sample. | -| static [GetYCbCr](../../aspose.imaging/pixeldataformat/getycbcr)(int, int, int) | Gets YCbCr color with a specified number of bits per sample. | -| static [GetYcck](../../aspose.imaging/pixeldataformat/getycck)(int) | Gets YCCK color with a specified number of bits per sample. | -| override [Equals](../../aspose.imaging/pixeldataformat/equals)(object) | Determines whether the specified Object is equal to this instance. | -| override [GetHashCode](../../aspose.imaging/pixeldataformat/gethashcode)() | Returns a hash code for this instance. | -| override [ToString](../../aspose.imaging/pixeldataformat/tostring)() | Returns a String that represents this instance. | -| [operator ==](../../aspose.imaging/pixeldataformat/op_equality) | Returns result of equality for two [`PixelDataFormat`](../pixeldataformat) classes. | -| [operator !=](../../aspose.imaging/pixeldataformat/op_inequality) | Returns result of non-equality for two [`PixelDataFormat`](../pixeldataformat) classes. | +| static [GetBgr](../../aspose.imaging/pixeldataformat/getbgr/)(int) | Gets BGR color with a specified number of bits per sample. | +| static [GetBgra](../../aspose.imaging/pixeldataformat/getbgra/)(int) | Gets BGRA color with a specified number of bits per sample. | +| static [GetCieLab](../../aspose.imaging/pixeldataformat/getcielab/)(int, int, int) | Gets CIE Lab color with a specified number of bits per sample. | +| static [GetCmyk](../../aspose.imaging/pixeldataformat/getcmyk/#getcmyk)(int) | Gets CMYK color with a specified number of bits per sample. | +| static [GetCmyk](../../aspose.imaging/pixeldataformat/getcmyk/#getcmyk_1)(int, int, int, int) | Gets CMYK color with a specified number of bits per sample. | +| static [GetCmyka](../../aspose.imaging/pixeldataformat/getcmyka/)(int, int, int, int, int) | Gets CMYKA color with a specified number of bits per sample. | +| static [GetGrayscale](../../aspose.imaging/pixeldataformat/getgrayscale/)(int) | Gets Grayscale color with a specified number of bits per sample. | +| static [GetGrayscaleAlpha](../../aspose.imaging/pixeldataformat/getgrayscalealpha/#getgrayscalealpha)(int) | Gets GrayscaleAlpha color with a specified number of bits per sample. | +| static [GetGrayscaleAlpha](../../aspose.imaging/pixeldataformat/getgrayscalealpha/#getgrayscalealpha_1)(int, int) | Gets GrayscaleAlpha color with a specified number of bits per sample. | +| static [GetRgb](../../aspose.imaging/pixeldataformat/getrgb/#getrgb)(int) | Gets RGB color with a specified number of bits per sample. | +| static [GetRgb](../../aspose.imaging/pixeldataformat/getrgb/#getrgb_1)(int, int, int) | Gets RGB color with a specified number of bits per sample. | +| static [GetRgba](../../aspose.imaging/pixeldataformat/getrgba/#getrgba)(int) | Gets RGBA color with a specified number of bits per sample. | +| static [GetRgba](../../aspose.imaging/pixeldataformat/getrgba/#getrgba_1)(int, int, int, int) | Gets RGBA color with a specified number of bits per sample. | +| static [GetRgbIndexed](../../aspose.imaging/pixeldataformat/getrgbindexed/)(int) | Gets BGRA indexed color with a specified number of bits per sample. | +| static [GetYCbCr](../../aspose.imaging/pixeldataformat/getycbcr/#getycbcr)(int) | Gets YCbCr color with a specified number of bits per sample. | +| static [GetYCbCr](../../aspose.imaging/pixeldataformat/getycbcr/#getycbcr_1)(int, int, int) | Gets YCbCr color with a specified number of bits per sample. | +| static [GetYcck](../../aspose.imaging/pixeldataformat/getycck/)(int) | Gets YCCK color with a specified number of bits per sample. | +| override [Equals](../../aspose.imaging/pixeldataformat/equals/)(object) | Determines whether the specified Object is equal to this instance. | +| override [GetHashCode](../../aspose.imaging/pixeldataformat/gethashcode/)() | Returns a hash code for this instance. | +| override [ToString](../../aspose.imaging/pixeldataformat/tostring/)() | Returns a String that represents this instance. | +| [operator ==](../../aspose.imaging/pixeldataformat/op_equality/) | Returns result of equality for two `PixelDataFormat` classes. | +| [operator !=](../../aspose.imaging/pixeldataformat/op_inequality/) | Returns result of non-equality for two `PixelDataFormat` classes. | ## Fields | Name | Description | | --- | --- | -| static [Grayscale](../../aspose.imaging/pixeldataformat/grayscale) | Gets the [`PixelDataFormat`](../pixeldataformat) defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval. | -| static readonly [Grayscale16](../../aspose.imaging/pixeldataformat/grayscale16) | Defined for 16 bits per pixel with up to 16 bits representing grayscale intensity. | +| static [Grayscale](../../aspose.imaging/pixeldataformat/grayscale/) | Gets the `PixelDataFormat` defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval. | +| static readonly [Grayscale16](../../aspose.imaging/pixeldataformat/grayscale16/) | Defined for 16 bits per pixel with up to 16 bits representing grayscale intensity. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/bitsperpixel/_index.md index bbff10a48bc7..83167bd9a534 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: PixelDataFormat.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the bits per pixel type: docs weight: 300 url: /net/aspose.imaging/pixeldataformat/bitsperpixel/ @@ -20,8 +20,8 @@ The bits per pixel. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/caption/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/caption/_index.md index 9c734da0f91d..0e3653f66671 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/caption/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/caption/_index.md @@ -1,7 +1,7 @@ --- -title: Caption +title: PixelDataFormat.Caption second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the pixel data format caption type: docs weight: 310 url: /net/aspose.imaging/pixeldataformat/caption/ @@ -16,8 +16,8 @@ public string Caption { get; } ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/channelbits/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/channelbits/_index.md index eaf1a3b8d391..81e3e3b0dbb5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/channelbits/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/channelbits/_index.md @@ -1,7 +1,7 @@ --- -title: ChannelBits +title: PixelDataFormat.ChannelBits second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the bits count for each channel type: docs weight: 320 url: /net/aspose.imaging/pixeldataformat/channelbits/ @@ -20,8 +20,8 @@ The channel bits. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/channelscount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/channelscount/_index.md index 85353ff09da3..6fa62b8f9805 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/channelscount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/channelscount/_index.md @@ -1,7 +1,7 @@ --- -title: ChannelsCount +title: PixelDataFormat.ChannelsCount second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the channels count type: docs weight: 330 url: /net/aspose.imaging/pixeldataformat/channelscount/ @@ -20,8 +20,8 @@ The channels count. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/cmyk/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/cmyk/_index.md index 7e8f7383e77f..6a74e5280bfd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/cmyk/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/cmyk/_index.md @@ -1,14 +1,14 @@ --- -title: Cmyk +title: PixelDataFormat.Cmyk second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the cyan magenta yellow and black type: docs weight: 10 url: /net/aspose.imaging/pixeldataformat/cmyk/ --- ## PixelDataFormat.Cmyk property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black. +Gets the [`PixelDataFormat`](../) defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black. ```csharp public static PixelDataFormat Cmyk { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat Cmyk { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black. +The [`PixelDataFormat`](../) defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/cmyka/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/cmyka/_index.md index 99747b62a98e..fae182c0feee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/cmyka/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/cmyka/_index.md @@ -1,7 +1,7 @@ --- -title: Cmyka +title: PixelDataFormat.Cmyka second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the acmyk type: docs weight: 20 url: /net/aspose.imaging/pixeldataformat/cmyka/ @@ -16,12 +16,12 @@ public static PixelDataFormat Cmyka { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 40 bits per pixel with 8 bits for each of the alpha, cyan, magenta, yellow and black. +The [`PixelDataFormat`](../) defined for 40 bits per pixel with 8 bits for each of the alpha, cyan, magenta, yellow and black. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/equals/_index.md index a53522204dca..9214dc48b0b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: PixelDataFormat.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Determines whether the specified Object is equal to this instance type: docs weight: 350 url: /net/aspose.imaging/pixeldataformat/equals/ @@ -24,8 +24,8 @@ public override bool Equals(object obj) ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getbgr/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getbgr/_index.md index b9b75fe4f743..e8e4df1b8a47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getbgr/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getbgr/_index.md @@ -1,7 +1,7 @@ --- -title: GetBgr +title: PixelDataFormat.GetBgr second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets BGR color with a specified number of bits per sample type: docs weight: 180 url: /net/aspose.imaging/pixeldataformat/getbgr/ @@ -24,8 +24,8 @@ The BGR color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getbgra/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getbgra/_index.md index 64c7a94a08d3..f9456eecab84 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getbgra/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getbgra/_index.md @@ -1,7 +1,7 @@ --- -title: GetBgra +title: PixelDataFormat.GetBgra second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets BGRA color with a specified number of bits per sample type: docs weight: 190 url: /net/aspose.imaging/pixeldataformat/getbgra/ @@ -24,8 +24,8 @@ The BGRA color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcielab/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcielab/_index.md index 2ff698eda41f..40de2006212e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcielab/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcielab/_index.md @@ -1,7 +1,7 @@ --- -title: GetCieLab +title: PixelDataFormat.GetCieLab second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets CIE Lab color with a specified number of bits per sample type: docs weight: 200 url: /net/aspose.imaging/pixeldataformat/getcielab/ @@ -26,8 +26,8 @@ The CIE Lab color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcmyk/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcmyk/_index.md index cf1b2c108cff..609cd49a2219 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcmyk/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcmyk/_index.md @@ -1,12 +1,12 @@ --- -title: GetCmyk +title: PixelDataFormat.GetCmyk second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets CMYK color with a specified number of bits per sample type: docs weight: 210 url: /net/aspose.imaging/pixeldataformat/getcmyk/ --- -## PixelDataFormat.GetCmyk method (1 of 2) +## GetCmyk(int) {#getcmyk} Gets CMYK color with a specified number of bits per sample. @@ -24,13 +24,13 @@ The CMYK color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) --- -## PixelDataFormat.GetCmyk method (2 of 2) +## GetCmyk(int, int, int, int) {#getcmyk_1} Gets CMYK color with a specified number of bits per sample. @@ -52,8 +52,8 @@ The CMYK color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcmyka/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcmyka/_index.md index 15e07d518618..627862656a02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcmyka/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getcmyka/_index.md @@ -1,7 +1,7 @@ --- -title: GetCmyka +title: PixelDataFormat.GetCmyka second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets CMYKA color with a specified number of bits per sample type: docs weight: 220 url: /net/aspose.imaging/pixeldataformat/getcmyka/ @@ -29,8 +29,8 @@ The CMYK color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getgrayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getgrayscale/_index.md index f5397b867bf1..0498b2ed2caf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getgrayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getgrayscale/_index.md @@ -1,7 +1,7 @@ --- -title: GetGrayscale +title: PixelDataFormat.GetGrayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets Grayscale color with a specified number of bits per sample type: docs weight: 230 url: /net/aspose.imaging/pixeldataformat/getgrayscale/ @@ -24,8 +24,8 @@ The Grayscale color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getgrayscalealpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getgrayscalealpha/_index.md index 0357a336c001..f75daed99e21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getgrayscalealpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getgrayscalealpha/_index.md @@ -1,12 +1,12 @@ --- -title: GetGrayscaleAlpha +title: PixelDataFormat.GetGrayscaleAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets GrayscaleAlpha color with a specified number of bits per sample type: docs weight: 240 url: /net/aspose.imaging/pixeldataformat/getgrayscalealpha/ --- -## PixelDataFormat.GetGrayscaleAlpha method (1 of 2) +## GetGrayscaleAlpha(int) {#getgrayscalealpha} Gets GrayscaleAlpha color with a specified number of bits per sample. @@ -24,13 +24,13 @@ The GrayscaleAlpha color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) --- -## PixelDataFormat.GetGrayscaleAlpha method (2 of 2) +## GetGrayscaleAlpha(int, int) {#getgrayscalealpha_1} Gets GrayscaleAlpha color with a specified number of bits per sample. @@ -49,8 +49,8 @@ The GrayscaleAlpha color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/gethashcode/_index.md index d37f45de0c55..197cb649fcaa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: PixelDataFormat.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Returns a hash code for this instance type: docs weight: 360 url: /net/aspose.imaging/pixeldataformat/gethashcode/ @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgb/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgb/_index.md index 6460c5e7d28b..7398b8ed0bea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgb/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgb/_index.md @@ -1,12 +1,12 @@ --- -title: GetRgb +title: PixelDataFormat.GetRgb second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets RGB color with a specified number of bits per sample type: docs weight: 250 url: /net/aspose.imaging/pixeldataformat/getrgb/ --- -## PixelDataFormat.GetRgb method (1 of 2) +## GetRgb(int) {#getrgb} Gets RGB color with a specified number of bits per sample. @@ -24,13 +24,13 @@ The RGB color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) --- -## PixelDataFormat.GetRgb method (2 of 2) +## GetRgb(int, int, int) {#getrgb_1} Gets RGB color with a specified number of bits per sample. @@ -51,8 +51,8 @@ The RGB color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgba/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgba/_index.md index 69d157ef51e0..abc32d59918b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgba/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgba/_index.md @@ -1,12 +1,12 @@ --- -title: GetRgba +title: PixelDataFormat.GetRgba second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets RGBA color with a specified number of bits per sample type: docs weight: 260 url: /net/aspose.imaging/pixeldataformat/getrgba/ --- -## PixelDataFormat.GetRgba method (1 of 2) +## GetRgba(int) {#getrgba} Gets RGBA color with a specified number of bits per sample. @@ -24,13 +24,13 @@ The RGBA color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) --- -## PixelDataFormat.GetRgba method (2 of 2) +## GetRgba(int, int, int, int) {#getrgba_1} Gets RGBA color with a specified number of bits per sample. @@ -52,8 +52,8 @@ The RGBA color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgbindexed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgbindexed/_index.md index 56c88b7c61b4..c48f28f982b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgbindexed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getrgbindexed/_index.md @@ -1,7 +1,7 @@ --- -title: GetRgbIndexed +title: PixelDataFormat.GetRgbIndexed second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets BGRA indexed color with a specified number of bits per sample type: docs weight: 270 url: /net/aspose.imaging/pixeldataformat/getrgbindexed/ @@ -24,8 +24,8 @@ The BGRA color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getycbcr/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getycbcr/_index.md index 369844ad3013..f93a1b54df8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getycbcr/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getycbcr/_index.md @@ -1,12 +1,12 @@ --- -title: GetYCbCr +title: PixelDataFormat.GetYCbCr second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets YCbCr color with a specified number of bits per sample type: docs weight: 280 url: /net/aspose.imaging/pixeldataformat/getycbcr/ --- -## PixelDataFormat.GetYCbCr method (1 of 2) +## GetYCbCr(int) {#getycbcr} Gets YCbCr color with a specified number of bits per sample. @@ -24,13 +24,13 @@ The YCbCr color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) --- -## PixelDataFormat.GetYCbCr method (2 of 2) +## GetYCbCr(int, int, int) {#getycbcr_1} Gets YCbCr color with a specified number of bits per sample. @@ -50,8 +50,8 @@ The YCbCr color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getycck/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getycck/_index.md index 2c6533a6b3de..430ca88b02bc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getycck/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/getycck/_index.md @@ -1,7 +1,7 @@ --- -title: GetYcck +title: PixelDataFormat.GetYcck second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Gets YCCK color with a specified number of bits per sample type: docs weight: 290 url: /net/aspose.imaging/pixeldataformat/getycck/ @@ -24,8 +24,8 @@ The YCCK color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscale/_index.md index cb586798396b..205b6f158f6f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscale/_index.md @@ -1,14 +1,14 @@ --- -title: Grayscale +title: PixelDataFormat.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat field. Gets the PixelDataFormat defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0255 interval type: docs weight: 160 url: /net/aspose.imaging/pixeldataformat/grayscale/ --- ## PixelDataFormat.Grayscale field -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval. +Gets the [`PixelDataFormat`](../) defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval. ```csharp public static PixelDataFormat Grayscale; @@ -16,12 +16,12 @@ public static PixelDataFormat Grayscale; ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval. +The [`PixelDataFormat`](../) defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscale16/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscale16/_index.md index cfe063d6d67f..d43319651fdc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscale16/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscale16/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale16 +title: PixelDataFormat.Grayscale16 second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat field. Defined for 16 bits per pixel with up to 16 bits representing grayscale intensity type: docs weight: 170 url: /net/aspose.imaging/pixeldataformat/grayscale16/ @@ -16,8 +16,8 @@ public static readonly PixelDataFormat Grayscale16; ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscalealpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscalealpha/_index.md index 2fe13a057b47..a01738e40385 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscalealpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/grayscalealpha/_index.md @@ -1,14 +1,14 @@ --- -title: GrayscaleAlpha +title: PixelDataFormat.GrayscaleAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0255 interval and additional 8 bit alpha component type: docs weight: 30 url: /net/aspose.imaging/pixeldataformat/grayscalealpha/ --- ## PixelDataFormat.GrayscaleAlpha property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component. +Gets the [`PixelDataFormat`](../) defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component. ```csharp public static PixelDataFormat GrayscaleAlpha { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat GrayscaleAlpha { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component. +The [`PixelDataFormat`](../) defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/op_equality/_index.md index 7160ad9bd995..15c646ae8a61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/op_equality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Equality +title: PixelDataFormat.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Returns result of equality for two PixelDataFormat classes type: docs weight: 380 url: /net/aspose.imaging/pixeldataformat/op_equality/ --- ## PixelDataFormat Equality operator -Returns result of equality for two [`PixelDataFormat`](../../pixeldataformat) classes. +Returns result of equality for two [`PixelDataFormat`](../) classes. ```csharp public static bool operator ==(PixelDataFormat pixelFormat1, PixelDataFormat pixelFormat2) @@ -16,8 +16,8 @@ public static bool operator ==(PixelDataFormat pixelFormat1, PixelDataFormat pix | Parameter | Type | Description | | --- | --- | --- | -| pixelFormat1 | PixelDataFormat | The first [`PixelDataFormat`](../../pixeldataformat) to compare. | -| pixelFormat2 | PixelDataFormat | The second [`PixelDataFormat`](../../pixeldataformat) to compare. | +| pixelFormat1 | PixelDataFormat | The first [`PixelDataFormat`](../) to compare. | +| pixelFormat2 | PixelDataFormat | The second [`PixelDataFormat`](../) to compare. | ### Return Value @@ -25,8 +25,8 @@ True if both *pixelFormat1* and *pixelFormat2* contain equal data or both parame ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/op_inequality/_index.md index b303daa02f09..5d60b65bdc2e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/op_inequality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Inequality +title: PixelDataFormat.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Returns result of nonequality for two PixelDataFormat classes type: docs weight: 390 url: /net/aspose.imaging/pixeldataformat/op_inequality/ --- ## PixelDataFormat Inequality operator -Returns result of non-equality for two [`PixelDataFormat`](../../pixeldataformat) classes. +Returns result of non-equality for two [`PixelDataFormat`](../) classes. ```csharp public static bool operator !=(PixelDataFormat pixelFormat1, PixelDataFormat pixelFormat2) @@ -16,8 +16,8 @@ public static bool operator !=(PixelDataFormat pixelFormat1, PixelDataFormat pix | Parameter | Type | Description | | --- | --- | --- | -| pixelFormat1 | PixelDataFormat | The first [`PixelDataFormat`](../../pixeldataformat) to compare. | -| pixelFormat2 | PixelDataFormat | The second [`PixelDataFormat`](../../pixeldataformat) to compare. | +| pixelFormat1 | PixelDataFormat | The first [`PixelDataFormat`](../) to compare. | +| pixelFormat2 | PixelDataFormat | The second [`PixelDataFormat`](../) to compare. | ### Return Value @@ -25,8 +25,8 @@ True if both *pixelFormat1* and *pixelFormat2* contain non-equal data or one of ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/pixelformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/pixelformat/_index.md index 888d34d9f27a..ab3686532846 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/pixelformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/pixelformat/_index.md @@ -1,7 +1,7 @@ --- -title: PixelFormat +title: PixelDataFormat.PixelFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the pixel format type: docs weight: 340 url: /net/aspose.imaging/pixeldataformat/pixelformat/ @@ -20,9 +20,9 @@ The pixel format. ### See Also -* enum [PixelFormat](../../pixelformat) -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* enum [PixelFormat](../../pixelformat/) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb16bpp555/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb16bpp555/_index.md index 5881637b9d7d..e87bdfe1a45e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb16bpp555/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb16bpp555/_index.md @@ -1,14 +1,14 @@ --- -title: Rgb16Bpp555 +title: PixelDataFormat.Rgb16Bpp555 second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 16 bits per pixel with 5 bits for each of the red green and blue alpha is not defined type: docs weight: 40 url: /net/aspose.imaging/pixeldataformat/rgb16bpp555/ --- ## PixelDataFormat.Rgb16Bpp555 property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined. +Gets the [`PixelDataFormat`](../) defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined. ```csharp public static PixelDataFormat Rgb16Bpp555 { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat Rgb16Bpp555 { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined. +The [`PixelDataFormat`](../) defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb16bpp565/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb16bpp565/_index.md index a1ff002c0e36..c9aeec7e5276 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb16bpp565/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb16bpp565/_index.md @@ -1,14 +1,14 @@ --- -title: Rgb16Bpp565 +title: PixelDataFormat.Rgb16Bpp565 second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 16 bits per pixel with 5 bits for red 6 bits for green and 5 bits for blue alpha is not defined type: docs weight: 50 url: /net/aspose.imaging/pixeldataformat/rgb16bpp565/ --- ## PixelDataFormat.Rgb16Bpp565 property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 16 bits per pixel with 5 bits for red, 6 bits for green and 5 bits for blue, alpha is not defined. +Gets the [`PixelDataFormat`](../) defined for 16 bits per pixel with 5 bits for red, 6 bits for green and 5 bits for blue, alpha is not defined. ```csharp public static PixelDataFormat Rgb16Bpp565 { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat Rgb16Bpp565 { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 16 bits per pixel with 5 bits for red, 6 bits for green and 5 bits for blue, alpha is not defined. +The [`PixelDataFormat`](../) defined for 16 bits per pixel with 5 bits for red, 6 bits for green and 5 bits for blue, alpha is not defined. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb24bpp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb24bpp/_index.md index b2235023ac5f..d34651568850 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb24bpp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb24bpp/_index.md @@ -1,14 +1,14 @@ --- -title: Rgb24Bpp +title: PixelDataFormat.Rgb24Bpp second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha red green and blue alpha is not defined type: docs weight: 60 url: /net/aspose.imaging/pixeldataformat/rgb24bpp/ --- ## PixelDataFormat.Rgb24Bpp property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. +Gets the [`PixelDataFormat`](../) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. ```csharp public static PixelDataFormat Rgb24Bpp { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat Rgb24Bpp { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. +The [`PixelDataFormat`](../) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb24bpppng/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb24bpppng/_index.md index 56f4b4969e63..0d76729ee965 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb24bpppng/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb24bpppng/_index.md @@ -1,14 +1,14 @@ --- -title: Rgb24BppPng +title: PixelDataFormat.Rgb24BppPng second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha red green and blue alpha is not defined type: docs weight: 70 url: /net/aspose.imaging/pixeldataformat/rgb24bpppng/ --- ## PixelDataFormat.Rgb24BppPng property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. +Gets the [`PixelDataFormat`](../) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. ```csharp public static PixelDataFormat Rgb24BppPng { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat Rgb24BppPng { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. +The [`PixelDataFormat`](../) defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb32bpp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb32bpp/_index.md index 447c5dd4ca85..1ead51350424 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb32bpp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgb32bpp/_index.md @@ -1,14 +1,14 @@ --- -title: Rgb32Bpp +title: PixelDataFormat.Rgb32Bpp second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the alpha red green and blue type: docs weight: 80 url: /net/aspose.imaging/pixeldataformat/rgb32bpp/ --- ## PixelDataFormat.Rgb32Bpp property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. +Gets the [`PixelDataFormat`](../) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. ```csharp public static PixelDataFormat Rgb32Bpp { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat Rgb32Bpp { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. +The [`PixelDataFormat`](../) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgba32bpp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgba32bpp/_index.md index 6d59150b0892..83b8033c08d7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgba32bpp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgba32bpp/_index.md @@ -1,14 +1,14 @@ --- -title: Rgba32Bpp +title: PixelDataFormat.Rgba32Bpp second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the alpha red green and blue type: docs weight: 90 url: /net/aspose.imaging/pixeldataformat/rgba32bpp/ --- ## PixelDataFormat.Rgba32Bpp property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. +Gets the [`PixelDataFormat`](../) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. ```csharp public static PixelDataFormat Rgba32Bpp { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat Rgba32Bpp { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. +The [`PixelDataFormat`](../) defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed1bpp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed1bpp/_index.md index ac3a3baff997..f881ac18ba64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed1bpp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed1bpp/_index.md @@ -1,14 +1,14 @@ --- -title: RgbIndexed1Bpp +title: PixelDataFormat.RgbIndexed1Bpp second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for indexed 1 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution because may require conversion from one palette to another or from RGBA to indexed color model type: docs weight: 100 url: /net/aspose.imaging/pixeldataformat/rgbindexed1bpp/ --- ## PixelDataFormat.RgbIndexed1Bpp property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for indexed 1 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. +Gets the [`PixelDataFormat`](../) defined for indexed 1 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. ```csharp public static PixelDataFormat RgbIndexed1Bpp { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat RgbIndexed1Bpp { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for indexed 1 bit per color. +The [`PixelDataFormat`](../) defined for indexed 1 bit per color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed2bpp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed2bpp/_index.md index cef4523abd40..c311d0edf371 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed2bpp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed2bpp/_index.md @@ -1,14 +1,14 @@ --- -title: RgbIndexed2Bpp +title: PixelDataFormat.RgbIndexed2Bpp second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for indexed 2 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution because may require conversion from one palette to another or from RGBA to indexed color model type: docs weight: 110 url: /net/aspose.imaging/pixeldataformat/rgbindexed2bpp/ --- ## PixelDataFormat.RgbIndexed2Bpp property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for indexed 2 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. +Gets the [`PixelDataFormat`](../) defined for indexed 2 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. ```csharp public static PixelDataFormat RgbIndexed2Bpp { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat RgbIndexed2Bpp { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for indexed 2 bit per color. +The [`PixelDataFormat`](../) defined for indexed 2 bit per color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed4bpp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed4bpp/_index.md index bf5032802fa8..4078d356112a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed4bpp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed4bpp/_index.md @@ -1,14 +1,14 @@ --- -title: RgbIndexed4Bpp +title: PixelDataFormat.RgbIndexed4Bpp second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for indexed 4 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution because may require conversion from one palette to another or from RGBA to indexed color model type: docs weight: 120 url: /net/aspose.imaging/pixeldataformat/rgbindexed4bpp/ --- ## PixelDataFormat.RgbIndexed4Bpp property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for indexed 4 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. +Gets the [`PixelDataFormat`](../) defined for indexed 4 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. ```csharp public static PixelDataFormat RgbIndexed4Bpp { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat RgbIndexed4Bpp { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for indexed 4 bit per color. +The [`PixelDataFormat`](../) defined for indexed 4 bit per color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed8bpp/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed8bpp/_index.md index ba03d9965ff4..bb6c54dc92f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed8bpp/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/rgbindexed8bpp/_index.md @@ -1,14 +1,14 @@ --- -title: RgbIndexed8Bpp +title: PixelDataFormat.RgbIndexed8Bpp second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for indexed 8 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution because may require conversion from one palette to another or from RGBA to indexed color model type: docs weight: 130 url: /net/aspose.imaging/pixeldataformat/rgbindexed8bpp/ --- ## PixelDataFormat.RgbIndexed8Bpp property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for indexed 8 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. +Gets the [`PixelDataFormat`](../) defined for indexed 8 bit per color. The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. ```csharp public static PixelDataFormat RgbIndexed8Bpp { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat RgbIndexed8Bpp { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for indexed 8 bit per color. +The [`PixelDataFormat`](../) defined for indexed 8 bit per color. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/tostring/_index.md index 605bcb2136e9..90372681e58b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/tostring/_index.md @@ -1,7 +1,7 @@ --- -title: ToString +title: PixelDataFormat.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat method. Returns a String that represents this instance type: docs weight: 370 url: /net/aspose.imaging/pixeldataformat/tostring/ @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/ycbcr/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/ycbcr/_index.md index 500c6d2ee9f6..34cec7cc32a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/ycbcr/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/ycbcr/_index.md @@ -1,14 +1,14 @@ --- -title: YCbCr +title: PixelDataFormat.YCbCr second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the luma bluedifference and reddifference chroma components type: docs weight: 140 url: /net/aspose.imaging/pixeldataformat/ycbcr/ --- ## PixelDataFormat.YCbCr property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components. +Gets the [`PixelDataFormat`](../) defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components. ```csharp public static PixelDataFormat YCbCr { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat YCbCr { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components. +The [`PixelDataFormat`](../) defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/ycck/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/ycck/_index.md index ccac84b45e26..3f9242a3fd3e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/ycck/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixeldataformat/ycck/_index.md @@ -1,14 +1,14 @@ --- -title: Ycck +title: PixelDataFormat.Ycck second_title: Aspose.Imaging for .NET API Reference -description: +description: PixelDataFormat property. Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the luma bluedifference reddifference and black chroma components type: docs weight: 150 url: /net/aspose.imaging/pixeldataformat/ycck/ --- ## PixelDataFormat.Ycck property -Gets the [`PixelDataFormat`](../../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components. +Gets the [`PixelDataFormat`](../) defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components. ```csharp public static PixelDataFormat Ycck { get; } @@ -16,12 +16,12 @@ public static PixelDataFormat Ycck { get; } ### Property Value -The [`PixelDataFormat`](../../pixeldataformat) defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components. +The [`PixelDataFormat`](../) defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components. ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* namespace [Aspose.Imaging](../../pixeldataformat) +* class [PixelDataFormat](../) +* namespace [Aspose.Imaging](../../pixeldataformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pixelformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pixelformat/_index.md index dd6c2fa3e9e6..5c310e77206c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pixelformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pixelformat/_index.md @@ -1,7 +1,7 @@ --- -title: PixelFormat +title: Enum PixelFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.PixelFormat enum. The pixel data format actual meaning type: docs weight: 11040 url: /net/aspose.imaging/pixelformat/ @@ -28,7 +28,7 @@ public enum PixelFormat ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/_index.md index d24c313c9c75..f1f6b7ba9376 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/_index.md @@ -1,7 +1,7 @@ --- -title: Point +title: Struct Point second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Point struct. Represents an ordered pair of integer x and ycoordinates that defines a point in a twodimensional plane type: docs weight: 11050 url: /net/aspose.imaging/point/ @@ -18,45 +18,45 @@ public struct Point | Name | Description | | --- | --- | -| [Point](point)(int) | Initializes a new instance of the [`Point`](../point) structure using coordinates specified by an integer value. | -| [Point](point)(Size) | Initializes a new instance of the [`Point`](../point) structure from the [`Size`](../size) structure. | -| [Point](point)(int, int) | Initializes a new instance of the [`Point`](../point) structure with the specified coordinates. | +| [Point](point/#constructor_1)(int) | Initializes a new instance of the `Point` structure using coordinates specified by an integer value. | +| [Point](point/#constructor)(Size) | Initializes a new instance of the `Point` structure from the [`Size`](../size/) structure. | +| [Point](point/#constructor_2)(int, int) | Initializes a new instance of the `Point` structure with the specified coordinates. | ## Properties | Name | Description | | --- | --- | -| static [Empty](../../aspose.imaging/point/empty) { get; } | Gets a new instance of the [`Point`](../point) structure that has [`X`](./x) and [`Y`](./y) values set to zero. | -| [IsEmpty](../../aspose.imaging/point/isempty) { get; } | Gets a value indicating whether this [`Point`](../point) is empty. | -| [X](../../aspose.imaging/point/x) { get; set; } | Gets or sets the x-coordinate of this [`Point`](../point). | -| [Y](../../aspose.imaging/point/y) { get; set; } | Gets or sets the y-coordinate of this [`Point`](../point). | +| static [Empty](../../aspose.imaging/point/empty/) { get; } | Gets a new instance of the `Point` structure that has [`X`](./x/) and [`Y`](./y/) values set to zero. | +| [IsEmpty](../../aspose.imaging/point/isempty/) { get; } | Gets a value indicating whether this `Point` is empty. | +| [X](../../aspose.imaging/point/x/) { get; set; } | Gets or sets the x-coordinate of this `Point`. | +| [Y](../../aspose.imaging/point/y/) { get; set; } | Gets or sets the y-coordinate of this `Point`. | ## Methods | Name | Description | | --- | --- | -| static [Add](../../aspose.imaging/point/add)(Point, Size) | Adds the specified [`Size`](../size) to the specified [`Point`](../point). | -| static [Ceiling](../../aspose.imaging/point/ceiling)(PointF) | Converts the specified [`PointF`](../pointf) to a [`Point`](../point) by rounding the values of the [`PointF`](../pointf) to the next higher integer values. | -| static [Round](../../aspose.imaging/point/round)(PointF) | Converts the specified [`PointF`](../pointf) to a [`Point`](../point) object by rounding the [`Point`](../point) values to the nearest integer. | -| static [Subtract](../../aspose.imaging/point/subtract)(Point, Size) | Returns the result of subtracting specified [`Size`](../size) from the specified [`Point`](../point). | -| static [Truncate](../../aspose.imaging/point/truncate)(PointF) | Converts the specified [`PointF`](../pointf) to a [`Point`](../point) by truncating the values of the [`Point`](../point). | -| override [Equals](../../aspose.imaging/point/equals)(object) | Specifies whether this [`Point`](../point) contains the same coordinates as the specified Object. | -| override [GetHashCode](../../aspose.imaging/point/gethashcode)() | Returns a hash code for this [`Point`](../point). | -| [Offset](../../aspose.imaging/point/offset)(Point) | Translates this [`Point`](../point) by the specified [`Point`](../point). | -| [Offset](../../aspose.imaging/point/offset)(int, int) | Translates this [`Point`](../point) by the specified amount. | -| [ToLong](../../aspose.imaging/point/tolong)() | Convert this Point to a single long value, containing X and Y coordinates in high and low bits. | -| override [ToString](../../aspose.imaging/point/tostring)() | Converts this [`Point`](../point) to a human-readable string. | -| static [FromLong](../../aspose.imaging/point/fromlong)(long, out int, out int) | Deconstruct a Point object packed into a long object to separate X and Y int values. | -| [operator +](../../aspose.imaging/point/op_addition) | Translates a [`Point`](../point) by a given [`Size`](../size). | -| [operator ==](../../aspose.imaging/point/op_equality) | Compares two [`Point`](../point) objects. The result specifies whether the values of the [`X`](./x) and [`Y`](./y) properties of the two [`Point`](../point) objects are equal. | -| [explicit operator](../../aspose.imaging/point/op_explicit) | Converts the specified [`Point`](../point) structure to a [`Size`](../size) structure. | -| [implicit operator](../../aspose.imaging/point/op_implicit) | Converts the specified [`Point`](../point) structure to the [`PointF`](../pointf) structure. | -| [operator !=](../../aspose.imaging/point/op_inequality) | Compares two [`Point`](../point) objects. The result specifies whether the values of the [`X`](./x) or [`Y`](./y) properties of the two [`Point`](../point) objects are unequal. | -| [operator -](../../aspose.imaging/point/op_subtraction) | Translates a [`Point`](../point) by the negative of a given [`Size`](../size). | +| static [Add](../../aspose.imaging/point/add/)(Point, Size) | Adds the specified [`Size`](../size/) to the specified `Point`. | +| static [Ceiling](../../aspose.imaging/point/ceiling/)(PointF) | Converts the specified [`PointF`](../pointf/) to a `Point` by rounding the values of the [`PointF`](../pointf/) to the next higher integer values. | +| static [Round](../../aspose.imaging/point/round/)(PointF) | Converts the specified [`PointF`](../pointf/) to a `Point` object by rounding the `Point` values to the nearest integer. | +| static [Subtract](../../aspose.imaging/point/subtract/)(Point, Size) | Returns the result of subtracting specified [`Size`](../size/) from the specified `Point`. | +| static [Truncate](../../aspose.imaging/point/truncate/)(PointF) | Converts the specified [`PointF`](../pointf/) to a `Point` by truncating the values of the `Point`. | +| override [Equals](../../aspose.imaging/point/equals/)(object) | Specifies whether this `Point` contains the same coordinates as the specified Object. | +| override [GetHashCode](../../aspose.imaging/point/gethashcode/)() | Returns a hash code for this `Point`. | +| [Offset](../../aspose.imaging/point/offset/#offset)(Point) | Translates this `Point` by the specified `Point`. | +| [Offset](../../aspose.imaging/point/offset/#offset_1)(int, int) | Translates this `Point` by the specified amount. | +| [ToLong](../../aspose.imaging/point/tolong/)() | Convert this Point to a single long value, containing X and Y coordinates in high and low bits. | +| override [ToString](../../aspose.imaging/point/tostring/)() | Converts this `Point` to a human-readable string. | +| static [FromLong](../../aspose.imaging/point/fromlong/)(long, out int, out int) | Deconstruct a Point object packed into a long object to separate X and Y int values. | +| [operator +](../../aspose.imaging/point/op_addition/) | Translates a `Point` by a given [`Size`](../size/). | +| [operator ==](../../aspose.imaging/point/op_equality/) | Compares two `Point` objects. The result specifies whether the values of the [`X`](./x/) and [`Y`](./y/) properties of the two `Point` objects are equal. | +| [explicit operator](../../aspose.imaging/point/op_explicit/) | Converts the specified `Point` structure to a [`Size`](../size/) structure. | +| [implicit operator](../../aspose.imaging/point/op_implicit/) | Converts the specified `Point` structure to the [`PointF`](../pointf/) structure. | +| [operator !=](../../aspose.imaging/point/op_inequality/) | Compares two `Point` objects. The result specifies whether the values of the [`X`](./x/) or [`Y`](./y/) properties of the two `Point` objects are unequal. | +| [operator -](../../aspose.imaging/point/op_subtraction/) | Translates a `Point` by the negative of a given [`Size`](../size/). | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/add/_index.md index f732d016753c..4d97680bdd97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/add/_index.md @@ -1,14 +1,14 @@ --- -title: Add +title: Point.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Adds the specified Size to the specified Point type: docs weight: 30 url: /net/aspose.imaging/point/add/ --- ## Point.Add method -Adds the specified [`Size`](../../size) to the specified [`Point`](../../point). +Adds the specified [`Size`](../../size/) to the specified [`Point`](../). ```csharp public static Point Add(Point point, Size size) @@ -16,18 +16,18 @@ public static Point Add(Point point, Size size) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) to add to. | -| size | Size | The [`Size`](../../size) to add to the *point*. | +| point | Point | The [`Point`](../) to add to. | +| size | Size | The [`Size`](../../size/) to add to the *point*. | ### Return Value -The [`Point`](../../point) that is the result of the addition operation. +The [`Point`](../) that is the result of the addition operation. ### See Also -* struct [Size](../../size) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Size](../../size/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/ceiling/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/ceiling/_index.md index f2d396cb4cc1..82e0275244d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/ceiling/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/ceiling/_index.md @@ -1,14 +1,14 @@ --- -title: Ceiling +title: Point.Ceiling second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Converts the specified PointF to a Point by rounding the values of the PointF to the next higher integer values type: docs weight: 40 url: /net/aspose.imaging/point/ceiling/ --- ## Point.Ceiling method -Converts the specified [`PointF`](../../pointf) to a [`Point`](../../point) by rounding the values of the [`PointF`](../../pointf) to the next higher integer values. +Converts the specified [`PointF`](../../pointf/) to a [`Point`](../) by rounding the values of the [`PointF`](../../pointf/) to the next higher integer values. ```csharp public static Point Ceiling(PointF point) @@ -16,17 +16,17 @@ public static Point Ceiling(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to convert. | +| point | PointF | The [`PointF`](../../pointf/) to convert. | ### Return Value -The [`Point`](../../point) this method converts to. +The [`Point`](../) this method converts to. ### See Also -* struct [PointF](../../pointf) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [PointF](../../pointf/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/empty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/empty/_index.md index bf0f93e6de48..7e74fcd34b21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/empty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/empty/_index.md @@ -1,14 +1,14 @@ --- -title: Empty +title: Point.Empty second_title: Aspose.Imaging for .NET API Reference -description: +description: Point property. Gets a new instance of the Point structure that has X and Y values set to zero type: docs weight: 20 url: /net/aspose.imaging/point/empty/ --- ## Point.Empty property -Gets a new instance of the [`Point`](../../point) structure that has [`X`](../x) and [`Y`](../y) values set to zero. +Gets a new instance of the [`Point`](../) structure that has [`X`](../x/) and [`Y`](../y/) values set to zero. ```csharp public static Point Empty { get; } @@ -16,8 +16,8 @@ public static Point Empty { get; } ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/equals/_index.md index 08663b2c8e14..0aaeaee8996e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: Point.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Specifies whether this Point contains the same coordinates as the specified Object type: docs weight: 110 url: /net/aspose.imaging/point/equals/ --- ## Point.Equals method -Specifies whether this [`Point`](../../point) contains the same coordinates as the specified Object. +Specifies whether this [`Point`](../) contains the same coordinates as the specified Object. ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -True if *obj* is a [`Point`](../../point) and has the same coordinates as this [`Point`](../../point). +True if *obj* is a [`Point`](../) and has the same coordinates as this [`Point`](../). ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/fromlong/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/fromlong/_index.md index 510aa180b9b1..6345e52fa4f7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/fromlong/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/fromlong/_index.md @@ -1,7 +1,7 @@ --- -title: FromLong +title: Point.FromLong second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Deconstruct a Point object packed into a long object to separate X and Y int values type: docs weight: 160 url: /net/aspose.imaging/point/fromlong/ @@ -22,8 +22,8 @@ public static void FromLong(long packedPoint, out int x, out int y) ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/gethashcode/_index.md index 772d9965fa29..1db058c2dd31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/gethashcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetHashCode +title: Point.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Returns a hash code for this Point type: docs weight: 120 url: /net/aspose.imaging/point/gethashcode/ --- ## Point.GetHashCode method -Returns a hash code for this [`Point`](../../point). +Returns a hash code for this [`Point`](../). ```csharp public override int GetHashCode() @@ -20,8 +20,8 @@ A hash code for this instance, suitable for use in hashing algorithms and data s ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/isempty/_index.md index 30171f9d093f..4f7797cf4eb1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: Point.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: Point property. Gets a value indicating whether this Point is empty type: docs weight: 80 url: /net/aspose.imaging/point/isempty/ --- ## Point.IsEmpty property -Gets a value indicating whether this [`Point`](../../point) is empty. +Gets a value indicating whether this [`Point`](../) is empty. ```csharp public bool IsEmpty { get; } @@ -16,12 +16,12 @@ public bool IsEmpty { get; } ### Return Value -True if both [`X`](../x) and [`Y`](../y) are 0; otherwise, false. +True if both [`X`](../x/) and [`Y`](../y/) are 0; otherwise, false. ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/offset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/offset/_index.md index 4ecda5cbfc67..e739064b91f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/offset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/offset/_index.md @@ -1,14 +1,14 @@ --- -title: Offset +title: Point.Offset second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Translates this Point by the specified Point type: docs weight: 130 url: /net/aspose.imaging/point/offset/ --- -## Point.Offset method (1 of 2) +## Offset(Point) {#offset} -Translates this [`Point`](../../point) by the specified [`Point`](../../point). +Translates this [`Point`](../) by the specified [`Point`](../). ```csharp public void Offset(Point point) @@ -16,19 +16,19 @@ public void Offset(Point point) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) used to offset this [`Point`](../../point). | +| point | Point | The [`Point`](../) used to offset this [`Point`](../). | ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) --- -## Point.Offset method (2 of 2) +## Offset(int, int) {#offset_1} -Translates this [`Point`](../../point) by the specified amount. +Translates this [`Point`](../) by the specified amount. ```csharp public void Offset(int dx, int dy) @@ -41,8 +41,8 @@ public void Offset(int dx, int dy) ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_addition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_addition/_index.md index 92ac97d26df2..fb47cc25d777 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_addition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_addition/_index.md @@ -1,14 +1,14 @@ --- -title: op_Addition +title: Point.op_Addition second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Translates a Point by a given Size type: docs weight: 170 url: /net/aspose.imaging/point/op_addition/ --- ## Point Addition operator -Translates a [`Point`](../../point) by a given [`Size`](../../size). +Translates a [`Point`](../) by a given [`Size`](../../size/). ```csharp public static Point operator +(Point point, Size size) @@ -16,18 +16,18 @@ public static Point operator +(Point point, Size size) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) to translate. | -| size | Size | A [`Size`](../../size) that specifies the pair of numbers to add to the coordinates of *point*. | +| point | Point | The [`Point`](../) to translate. | +| size | Size | A [`Size`](../../size/) that specifies the pair of numbers to add to the coordinates of *point*. | ### Return Value -The translated [`Point`](../../point). +The translated [`Point`](../). ### See Also -* struct [Size](../../size) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Size](../../size/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_equality/_index.md index 7d0db4e3d68d..26cd9e59c7a0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_equality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Equality +title: Point.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Compares two Point objects. The result specifies whether the values of the X and Y properties of the two Point objects are equal type: docs weight: 180 url: /net/aspose.imaging/point/op_equality/ --- ## Point Equality operator -Compares two [`Point`](../../point) objects. The result specifies whether the values of the [`X`](../x) and [`Y`](../y) properties of the two [`Point`](../../point) objects are equal. +Compares two [`Point`](../) objects. The result specifies whether the values of the [`X`](../x/) and [`Y`](../y/) properties of the two [`Point`](../) objects are equal. ```csharp public static bool operator ==(Point point1, Point point2) @@ -16,17 +16,17 @@ public static bool operator ==(Point point1, Point point2) | Parameter | Type | Description | | --- | --- | --- | -| point1 | Point | A first [`Point`](../../point) to compare. | -| point2 | Point | A second [`Point`](../../point) to compare. | +| point1 | Point | A first [`Point`](../) to compare. | +| point2 | Point | A second [`Point`](../) to compare. | ### Return Value -True if the [`X`](../x) and [`Y`](../y) values of *point1* and *point2* are equal; otherwise, false. +True if the [`X`](../x/) and [`Y`](../y/) values of *point1* and *point2* are equal; otherwise, false. ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_explicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_explicit/_index.md index b1cd87bf6100..495026b6c7d9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_explicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_explicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Explicit +title: Point.op_Explicit second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Converts the specified Point structure to a Size structure type: docs weight: 190 url: /net/aspose.imaging/point/op_explicit/ --- ## Point Explicit operator -Converts the specified [`Point`](../../point) structure to a [`Size`](../../size) structure. +Converts the specified [`Point`](../) structure to a [`Size`](../../size/) structure. ```csharp public static explicit operator Size(Point point) @@ -16,17 +16,17 @@ public static explicit operator Size(Point point) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) to be converted. | +| point | Point | The [`Point`](../) to be converted. | ### Return Value -The [`Size`](../../size) that results from the conversion. +The [`Size`](../../size/) that results from the conversion. ### See Also -* struct [Size](../../size) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Size](../../size/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_implicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_implicit/_index.md index 37185f4e137b..96f16a9c1068 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_implicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_implicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Implicit +title: Point.op_Implicit second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Converts the specified Point structure to the PointF structure type: docs weight: 200 url: /net/aspose.imaging/point/op_implicit/ --- ## Point Implicit operator -Converts the specified [`Point`](../../point) structure to the [`PointF`](../../pointf) structure. +Converts the specified [`Point`](../) structure to the [`PointF`](../../pointf/) structure. ```csharp public static implicit operator PointF(Point point) @@ -16,17 +16,17 @@ public static implicit operator PointF(Point point) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) to be converted. | +| point | Point | The [`Point`](../) to be converted. | ### Return Value -The [`PointF`](../../pointf) that results from the conversion. +The [`PointF`](../../pointf/) that results from the conversion. ### See Also -* struct [PointF](../../pointf) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [PointF](../../pointf/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_inequality/_index.md index 8b9e095224b3..0108b9f6fa1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_inequality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Inequality +title: Point.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point objects are unequal type: docs weight: 210 url: /net/aspose.imaging/point/op_inequality/ --- ## Point Inequality operator -Compares two [`Point`](../../point) objects. The result specifies whether the values of the [`X`](../x) or [`Y`](../y) properties of the two [`Point`](../../point) objects are unequal. +Compares two [`Point`](../) objects. The result specifies whether the values of the [`X`](../x/) or [`Y`](../y/) properties of the two [`Point`](../) objects are unequal. ```csharp public static bool operator !=(Point point1, Point point2) @@ -16,17 +16,17 @@ public static bool operator !=(Point point1, Point point2) | Parameter | Type | Description | | --- | --- | --- | -| point1 | Point | A first [`Point`](../../point) to compare. | -| point2 | Point | A second [`Point`](../../point) to compare. | +| point1 | Point | A first [`Point`](../) to compare. | +| point2 | Point | A second [`Point`](../) to compare. | ### Return Value -True if the values of either the [`X`](../x) properties or the [`Y`](../y) properties of *point1* and *point2* differ; otherwise, false. +True if the values of either the [`X`](../x/) properties or the [`Y`](../y/) properties of *point1* and *point2* differ; otherwise, false. ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_subtraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_subtraction/_index.md index 69e36461eb39..1c844b053b63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_subtraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/op_subtraction/_index.md @@ -1,14 +1,14 @@ --- -title: op_Subtraction +title: Point.op_Subtraction second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Translates a Point by the negative of a given Size type: docs weight: 220 url: /net/aspose.imaging/point/op_subtraction/ --- ## Point Subtraction operator -Translates a [`Point`](../../point) by the negative of a given [`Size`](../../size). +Translates a [`Point`](../) by the negative of a given [`Size`](../../size/). ```csharp public static Point operator -(Point point, Size size) @@ -16,18 +16,18 @@ public static Point operator -(Point point, Size size) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) to translate. | -| size | Size | A [`Size`](../../size) that specifies the pair of numbers to subtract from the coordinates of *point*. | +| point | Point | The [`Point`](../) to translate. | +| size | Size | A [`Size`](../../size/) that specifies the pair of numbers to subtract from the coordinates of *point*. | ### Return Value -A [`Point`](../../point) structure that is translated by the negative of a given [`Size`](../../size) structure. +A [`Point`](../) structure that is translated by the negative of a given [`Size`](../../size/) structure. ### See Also -* struct [Size](../../size) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Size](../../size/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/point/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/point/_index.md index 45504e9d729d..13034c46cec5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/point/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/point/_index.md @@ -1,14 +1,14 @@ --- -title: Point +title: Point.Point second_title: Aspose.Imaging for .NET API Reference -description: +description: Point constructor. Initializes a new instance of the Point structure with the specified coordinates type: docs weight: 10 url: /net/aspose.imaging/point/point/ --- -## Point constructor (1 of 3) +## Point(int, int) {#constructor_2} -Initializes a new instance of the [`Point`](../../point) structure with the specified coordinates. +Initializes a new instance of the [`Point`](../) structure with the specified coordinates. ```csharp public Point(int x, int y) @@ -21,15 +21,15 @@ public Point(int x, int y) ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) --- -## Point constructor (2 of 3) +## Point(Size) {#constructor} -Initializes a new instance of the [`Point`](../../point) structure from the [`Size`](../../size) structure. +Initializes a new instance of the [`Point`](../) structure from the [`Size`](../../size/) structure. ```csharp public Point(Size size) @@ -41,16 +41,16 @@ public Point(Size size) ### See Also -* struct [Size](../../size) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Size](../../size/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) --- -## Point constructor (3 of 3) +## Point(int) {#constructor_1} -Initializes a new instance of the [`Point`](../../point) structure using coordinates specified by an integer value. +Initializes a new instance of the [`Point`](../) structure using coordinates specified by an integer value. ```csharp public Point(int dw) @@ -62,8 +62,8 @@ public Point(int dw) ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/round/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/round/_index.md index dcd192be3c88..75e6b99bb93d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/round/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/round/_index.md @@ -1,14 +1,14 @@ --- -title: Round +title: Point.Round second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Converts the specified PointF to a Point object by rounding the Point values to the nearest integer type: docs weight: 50 url: /net/aspose.imaging/point/round/ --- ## Point.Round method -Converts the specified [`PointF`](../../pointf) to a [`Point`](../../point) object by rounding the [`Point`](../../point) values to the nearest integer. +Converts the specified [`PointF`](../../pointf/) to a [`Point`](../) object by rounding the [`Point`](../) values to the nearest integer. ```csharp public static Point Round(PointF point) @@ -16,17 +16,17 @@ public static Point Round(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to convert. | +| point | PointF | The [`PointF`](../../pointf/) to convert. | ### Return Value -The [`Point`](../../point) this method converts to. +The [`Point`](../) this method converts to. ### See Also -* struct [PointF](../../pointf) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [PointF](../../pointf/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/subtract/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/subtract/_index.md index f698b559d668..5b06250db73c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/subtract/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/subtract/_index.md @@ -1,14 +1,14 @@ --- -title: Subtract +title: Point.Subtract second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Returns the result of subtracting specified Size from the specified Point type: docs weight: 60 url: /net/aspose.imaging/point/subtract/ --- ## Point.Subtract method -Returns the result of subtracting specified [`Size`](../../size) from the specified [`Point`](../../point). +Returns the result of subtracting specified [`Size`](../../size/) from the specified [`Point`](../). ```csharp public static Point Subtract(Point point, Size size) @@ -16,18 +16,18 @@ public static Point Subtract(Point point, Size size) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) to be subtracted from. | -| size | Size | The [`Size`](../../size) to subtract from the *point*. | +| point | Point | The [`Point`](../) to be subtracted from. | +| size | Size | The [`Size`](../../size/) to subtract from the *point*. | ### Return Value -The [`Point`](../../point) that is the result of the subtraction operation. +The [`Point`](../) that is the result of the subtraction operation. ### See Also -* struct [Size](../../size) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Size](../../size/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/tolong/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/tolong/_index.md index 48fcf9a96408..673cf2fcde4a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/tolong/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/tolong/_index.md @@ -1,7 +1,7 @@ --- -title: ToLong +title: Point.ToLong second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Convert this Point to a single long value containing X and Y coordinates in high and low bits type: docs weight: 140 url: /net/aspose.imaging/point/tolong/ @@ -20,8 +20,8 @@ The Point object packed into one long value. ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/tostring/_index.md index 90d9f386b250..4bc3ea3908b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: Point.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Converts this Point to a humanreadable string type: docs weight: 150 url: /net/aspose.imaging/point/tostring/ --- ## Point.ToString method -Converts this [`Point`](../../point) to a human-readable string. +Converts this [`Point`](../) to a human-readable string. ```csharp public override string ToString() @@ -20,8 +20,8 @@ A String that represents this instance. ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/truncate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/truncate/_index.md index f87a1bddf4d6..89f6660cf5b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/truncate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/truncate/_index.md @@ -1,14 +1,14 @@ --- -title: Truncate +title: Point.Truncate second_title: Aspose.Imaging for .NET API Reference -description: +description: Point method. Converts the specified PointF to a Point by truncating the values of the Point type: docs weight: 70 url: /net/aspose.imaging/point/truncate/ --- ## Point.Truncate method -Converts the specified [`PointF`](../../pointf) to a [`Point`](../../point) by truncating the values of the [`Point`](../../point). +Converts the specified [`PointF`](../../pointf/) to a [`Point`](../) by truncating the values of the [`Point`](../). ```csharp public static Point Truncate(PointF point) @@ -16,17 +16,17 @@ public static Point Truncate(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to convert. | +| point | PointF | The [`PointF`](../../pointf/) to convert. | ### Return Value -The [`Point`](../../point) this method converts to. +The [`Point`](../) this method converts to. ### See Also -* struct [PointF](../../pointf) -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [PointF](../../pointf/) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/x/_index.md index 93fd925963f0..f7a7c2c61dfe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/x/_index.md @@ -1,14 +1,14 @@ --- -title: X +title: Point.X second_title: Aspose.Imaging for .NET API Reference -description: +description: Point property. Gets or sets the xcoordinate of this Point type: docs weight: 90 url: /net/aspose.imaging/point/x/ --- ## Point.X property -Gets or sets the x-coordinate of this [`Point`](../../point). +Gets or sets the x-coordinate of this [`Point`](../). ```csharp public int X { get; set; } @@ -16,8 +16,8 @@ public int X { get; set; } ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/point/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/point/y/_index.md index 6f30c032d1a8..1bd676fc36a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/point/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/point/y/_index.md @@ -1,14 +1,14 @@ --- -title: Y +title: Point.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: Point property. Gets or sets the ycoordinate of this Point type: docs weight: 100 url: /net/aspose.imaging/point/y/ --- ## Point.Y property -Gets or sets the y-coordinate of this [`Point`](../../point). +Gets or sets the y-coordinate of this [`Point`](../). ```csharp public int Y { get; set; } @@ -16,8 +16,8 @@ public int Y { get; set; } ### See Also -* struct [Point](../../point) -* namespace [Aspose.Imaging](../../point) +* struct [Point](../) +* namespace [Aspose.Imaging](../../point/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/_index.md index 8d28daa92db2..03ae382c74f9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/_index.md @@ -1,7 +1,7 @@ --- -title: PointF +title: Struct PointF second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.PointF struct. Represents an ordered pair of floatingpoint x and ycoordinates that defines a point in a twodimensional plane type: docs weight: 11060 url: /net/aspose.imaging/pointf/ @@ -18,36 +18,36 @@ public struct PointF | Name | Description | | --- | --- | -| [PointF](pointf)(float, float) | Initializes a new instance of the [`PointF`](../pointf) structure with the specified coordinates. | +| [PointF](pointf/)(float, float) | Initializes a new instance of the `PointF` structure with the specified coordinates. | ## Properties | Name | Description | | --- | --- | -| static [Empty](../../aspose.imaging/pointf/empty) { get; } | Gets a new instance of the [`PointF`](../pointf) structure that has [`X`](./x) and [`Y`](./y) values set to zero. | -| [IsEmpty](../../aspose.imaging/pointf/isempty) { get; } | Gets a value indicating whether this [`PointF`](../pointf) is empty. | -| [X](../../aspose.imaging/pointf/x) { get; set; } | Gets or sets the x-coordinate of this [`PointF`](../pointf). | -| [Y](../../aspose.imaging/pointf/y) { get; set; } | Gets or sets the y-coordinate of this [`PointF`](../pointf). | +| static [Empty](../../aspose.imaging/pointf/empty/) { get; } | Gets a new instance of the `PointF` structure that has [`X`](./x/) and [`Y`](./y/) values set to zero. | +| [IsEmpty](../../aspose.imaging/pointf/isempty/) { get; } | Gets a value indicating whether this `PointF` is empty. | +| [X](../../aspose.imaging/pointf/x/) { get; set; } | Gets or sets the x-coordinate of this `PointF`. | +| [Y](../../aspose.imaging/pointf/y/) { get; set; } | Gets or sets the y-coordinate of this `PointF`. | ## Methods | Name | Description | | --- | --- | -| static [Add](../../aspose.imaging/pointf/add)(PointF, Size) | Translates a given [`PointF`](../pointf) by the specified [`Size`](../size). | -| static [Add](../../aspose.imaging/pointf/add)(PointF, SizeF) | Translates a given [`PointF`](../pointf) by a specified [`SizeF`](../sizef). | -| static [Subtract](../../aspose.imaging/pointf/subtract)(PointF, Size) | Translates a [`PointF`](../pointf) by the negative of a specified size. | -| static [Subtract](../../aspose.imaging/pointf/subtract)(PointF, SizeF) | Translates a [`PointF`](../pointf) by the negative of a specified size. | -| override [Equals](../../aspose.imaging/pointf/equals)(object) | Specifies whether this [`PointF`](../pointf) contains the same coordinates as the specified Object. | -| override [GetHashCode](../../aspose.imaging/pointf/gethashcode)() | Returns a hash code for this [`PointF`](../pointf) structure. | -| override [ToString](../../aspose.imaging/pointf/tostring)() | Converts this [`PointF`](../pointf) to a human readable string. | -| [operator +](../../aspose.imaging/pointf/op_addition) | Translates a [`PointF`](../pointf) by a given [`Size`](../size). (2 operators) | -| [operator ==](../../aspose.imaging/pointf/op_equality) | Compares two [`PointF`](../pointf) structures. The result specifies whether the values of the [`X`](./x) and [`Y`](./y) properties of the two [`PointF`](../pointf) structures are equal. | -| [operator !=](../../aspose.imaging/pointf/op_inequality) | Determines whether the coordinates of the specified points are not equal. | -| [operator -](../../aspose.imaging/pointf/op_subtraction) | Translates a [`PointF`](../pointf) by the negative of a given [`Size`](../size). (2 operators) | +| static [Add](../../aspose.imaging/pointf/add/#add)(PointF, Size) | Translates a given `PointF` by the specified [`Size`](../size/). | +| static [Add](../../aspose.imaging/pointf/add/#add_1)(PointF, SizeF) | Translates a given `PointF` by a specified [`SizeF`](../sizef/). | +| static [Subtract](../../aspose.imaging/pointf/subtract/#subtract)(PointF, Size) | Translates a `PointF` by the negative of a specified size. | +| static [Subtract](../../aspose.imaging/pointf/subtract/#subtract_1)(PointF, SizeF) | Translates a `PointF` by the negative of a specified size. | +| override [Equals](../../aspose.imaging/pointf/equals/)(object) | Specifies whether this `PointF` contains the same coordinates as the specified Object. | +| override [GetHashCode](../../aspose.imaging/pointf/gethashcode/)() | Returns a hash code for this `PointF` structure. | +| override [ToString](../../aspose.imaging/pointf/tostring/)() | Converts this `PointF` to a human readable string. | +| [operator +](../../aspose.imaging/pointf/op_addition/#op_addition) | Translates a `PointF` by a given [`Size`](../size/). (2 operators) | +| [operator ==](../../aspose.imaging/pointf/op_equality/) | Compares two `PointF` structures. The result specifies whether the values of the [`X`](./x/) and [`Y`](./y/) properties of the two `PointF` structures are equal. | +| [operator !=](../../aspose.imaging/pointf/op_inequality/) | Determines whether the coordinates of the specified points are not equal. | +| [operator -](../../aspose.imaging/pointf/op_subtraction/#op_subtraction) | Translates a `PointF` by the negative of a given [`Size`](../size/). (2 operators) | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/add/_index.md index 5e3d30457555..8e466e4386ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/add/_index.md @@ -1,14 +1,14 @@ --- -title: Add +title: PointF.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Translates a given PointF by the specified Size type: docs weight: 30 url: /net/aspose.imaging/pointf/add/ --- -## PointF.Add method (1 of 2) +## Add(PointF, Size) {#add} -Translates a given [`PointF`](../../pointf) by the specified [`Size`](../../size). +Translates a given [`PointF`](../) by the specified [`Size`](../../size/). ```csharp public static PointF Add(PointF point, Size size) @@ -16,25 +16,25 @@ public static PointF Add(PointF point, Size size) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to translate. | -| size | Size | The [`Size`](../../size) that specifies the numbers to add to the coordinates of *point*. | +| point | PointF | The [`PointF`](../) to translate. | +| size | Size | The [`Size`](../../size/) that specifies the numbers to add to the coordinates of *point*. | ### Return Value -The translated [`PointF`](../../pointf). +The translated [`PointF`](../). ### See Also -* struct [Size](../../size) -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [Size](../../size/) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) --- -## PointF.Add method (2 of 2) +## Add(PointF, SizeF) {#add_1} -Translates a given [`PointF`](../../pointf) by a specified [`SizeF`](../../sizef). +Translates a given [`PointF`](../) by a specified [`SizeF`](../../sizef/). ```csharp public static PointF Add(PointF point, SizeF size) @@ -42,18 +42,18 @@ public static PointF Add(PointF point, SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to translate. | -| size | SizeF | The [`SizeF`](../../sizef) that specifies the numbers to add to the coordinates of *point*. | +| point | PointF | The [`PointF`](../) to translate. | +| size | SizeF | The [`SizeF`](../../sizef/) that specifies the numbers to add to the coordinates of *point*. | ### Return Value -The translated [`PointF`](../../pointf). +The translated [`PointF`](../). ### See Also -* struct [SizeF](../../sizef) -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [SizeF](../../sizef/) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/empty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/empty/_index.md index 0c1118ca292e..32d231e16c9f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/empty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/empty/_index.md @@ -1,14 +1,14 @@ --- -title: Empty +title: PointF.Empty second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF property. Gets a new instance of the PointF structure that has X and Y values set to zero type: docs weight: 20 url: /net/aspose.imaging/pointf/empty/ --- ## PointF.Empty property -Gets a new instance of the [`PointF`](../../pointf) structure that has [`X`](../x) and [`Y`](../y) values set to zero. +Gets a new instance of the [`PointF`](../) structure that has [`X`](../x/) and [`Y`](../y/) values set to zero. ```csharp public static PointF Empty { get; } @@ -16,8 +16,8 @@ public static PointF Empty { get; } ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/equals/_index.md index 1e679be9ee42..e8e5974b9dd8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: PointF.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Specifies whether this PointF contains the same coordinates as the specified Object type: docs weight: 80 url: /net/aspose.imaging/pointf/equals/ --- ## PointF.Equals method -Specifies whether this [`PointF`](../../pointf) contains the same coordinates as the specified Object. +Specifies whether this [`PointF`](../) contains the same coordinates as the specified Object. ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -This method returns true if *obj* is a [`PointF`](../../pointf) and has the same coordinates as this [`Point`](../../point). +This method returns true if *obj* is a [`PointF`](../) and has the same coordinates as this [`Point`](../../point/). ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/gethashcode/_index.md index 621f6d93d2c9..75d553456577 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/gethashcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetHashCode +title: PointF.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Returns a hash code for this PointF structure type: docs weight: 90 url: /net/aspose.imaging/pointf/gethashcode/ --- ## PointF.GetHashCode method -Returns a hash code for this [`PointF`](../../pointf) structure. +Returns a hash code for this [`PointF`](../) structure. ```csharp public override int GetHashCode() @@ -16,12 +16,12 @@ public override int GetHashCode() ### Return Value -An integer value that specifies a hash value for this [`PointF`](../../pointf) structure. +An integer value that specifies a hash value for this [`PointF`](../) structure. ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/isempty/_index.md index ed229d191c27..4b0d7af5f34f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: PointF.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF property. Gets a value indicating whether this PointF is empty type: docs weight: 50 url: /net/aspose.imaging/pointf/isempty/ --- ## PointF.IsEmpty property -Gets a value indicating whether this [`PointF`](../../pointf) is empty. +Gets a value indicating whether this [`PointF`](../) is empty. ```csharp public bool IsEmpty { get; } @@ -16,12 +16,12 @@ public bool IsEmpty { get; } ### Property Value -True if both [`X`](../x) and [`Y`](../y) are 0; otherwise, false. +True if both [`X`](../x/) and [`Y`](../y/) are 0; otherwise, false. ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_addition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_addition/_index.md index 5edf6980fd46..314e6c2a3e7b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_addition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_addition/_index.md @@ -1,14 +1,14 @@ --- -title: op_Addition +title: PointF.op_Addition second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Translates a PointF by a given Size type: docs weight: 110 url: /net/aspose.imaging/pointf/op_addition/ --- -## PointF Addition operator (1 of 2) +## operator + {#op_addition} -Translates a [`PointF`](../../pointf) by a given [`Size`](../../size). +Translates a [`PointF`](../) by a given [`Size`](../../size/). ```csharp public static PointF operator +(PointF point, Size size) @@ -16,25 +16,25 @@ public static PointF operator +(PointF point, Size size) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to translate. | -| size | Size | A [`Size`](../../size) that specifies the pair of numbers to add to the coordinates of *point*. | +| point | PointF | The [`PointF`](../) to translate. | +| size | Size | A [`Size`](../../size/) that specifies the pair of numbers to add to the coordinates of *point*. | ### Return Value -Returns the translated [`PointF`](../../pointf). +Returns the translated [`PointF`](../). ### See Also -* struct [Size](../../size) -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [Size](../../size/) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) --- -## PointF Addition operator (2 of 2) +## operator + {#op_addition_1} -Translates the [`PointF`](../../pointf) by the specified [`SizeF`](../../sizef). +Translates the [`PointF`](../) by the specified [`SizeF`](../../sizef/). ```csharp public static PointF operator +(PointF point, SizeF size) @@ -42,18 +42,18 @@ public static PointF operator +(PointF point, SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to translate. | -| size | SizeF | The [`SizeF`](../../sizef) that specifies the numbers to add to the x- and y-coordinates of the *point*. | +| point | PointF | The [`PointF`](../) to translate. | +| size | SizeF | The [`SizeF`](../../sizef/) that specifies the numbers to add to the x- and y-coordinates of the *point*. | ### Return Value -The translated [`PointF`](../../pointf). +The translated [`PointF`](../). ### See Also -* struct [SizeF](../../sizef) -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [SizeF](../../sizef/) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_equality/_index.md index 5603e5c9b2cb..4f1cb21f730c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_equality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Equality +title: PointF.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Compares two PointF structures. The result specifies whether the values of the X and Y properties of the two PointF structures are equal type: docs weight: 120 url: /net/aspose.imaging/pointf/op_equality/ --- ## PointF Equality operator -Compares two [`PointF`](../../pointf) structures. The result specifies whether the values of the [`X`](../x) and [`Y`](../y) properties of the two [`PointF`](../../pointf) structures are equal. +Compares two [`PointF`](../) structures. The result specifies whether the values of the [`X`](../x/) and [`Y`](../y/) properties of the two [`PointF`](../) structures are equal. ```csharp public static bool operator ==(PointF point1, PointF point2) @@ -16,17 +16,17 @@ public static bool operator ==(PointF point1, PointF point2) | Parameter | Type | Description | | --- | --- | --- | -| point1 | PointF | A first [`PointF`](../../pointf) to compare. | -| point2 | PointF | A second [`PointF`](../../pointf) to compare. | +| point1 | PointF | A first [`PointF`](../) to compare. | +| point2 | PointF | A second [`PointF`](../) to compare. | ### Return Value -True if the [`X`](../x) and [`Y`](../y) values of the first and second [`PointF`](../../pointf) structures are equal; otherwise, false. +True if the [`X`](../x/) and [`Y`](../y/) values of the first and second [`PointF`](../) structures are equal; otherwise, false. ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_inequality/_index.md index 8de91c872151..ff5ef832df75 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_inequality/_index.md @@ -1,7 +1,7 @@ --- -title: op_Inequality +title: PointF.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Determines whether the coordinates of the specified points are not equal type: docs weight: 130 url: /net/aspose.imaging/pointf/op_inequality/ @@ -16,17 +16,17 @@ public static bool operator !=(PointF point1, PointF point2) | Parameter | Type | Description | | --- | --- | --- | -| point1 | PointF | A first [`PointF`](../../pointf) to compare. | -| point2 | PointF | A second [`PointF`](../../pointf) to compare. | +| point1 | PointF | A first [`PointF`](../) to compare. | +| point2 | PointF | A second [`PointF`](../) to compare. | ### Return Value -True to indicate the [`X`](../x) and [`Y`](../y) values of *point1* and *point2* are not equal; otherwise, false. +True to indicate the [`X`](../x/) and [`Y`](../y/) values of *point1* and *point2* are not equal; otherwise, false. ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_subtraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_subtraction/_index.md index 06cfeb3057d4..eac237797b50 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_subtraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/op_subtraction/_index.md @@ -1,14 +1,14 @@ --- -title: op_Subtraction +title: PointF.op_Subtraction second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Translates a PointF by the negative of a given Size type: docs weight: 140 url: /net/aspose.imaging/pointf/op_subtraction/ --- -## PointF Subtraction operator (1 of 2) +## operator - {#op_subtraction} -Translates a [`PointF`](../../pointf) by the negative of a given [`Size`](../../size). +Translates a [`PointF`](../) by the negative of a given [`Size`](../../size/). ```csharp public static PointF operator -(PointF point, Size size) @@ -16,25 +16,25 @@ public static PointF operator -(PointF point, Size size) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | A [`PointF`](../../pointf) to translate. | -| size | Size | A [`Size`](../../size) that specifies the numbers to subtract from the x- and y-coordinates of the *point*. | +| point | PointF | A [`PointF`](../) to translate. | +| size | Size | A [`Size`](../../size/) that specifies the numbers to subtract from the x- and y-coordinates of the *point*. | ### Return Value -The translated [`PointF`](../../pointf). +The translated [`PointF`](../). ### See Also -* struct [Size](../../size) -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [Size](../../size/) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) --- -## PointF Subtraction operator (2 of 2) +## operator - {#op_subtraction_1} -Translates a [`PointF`](../../pointf) by the negative of a specified [`SizeF`](../../sizef). +Translates a [`PointF`](../) by the negative of a specified [`SizeF`](../../sizef/). ```csharp public static PointF operator -(PointF point, SizeF size) @@ -42,18 +42,18 @@ public static PointF operator -(PointF point, SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to translate. | -| size | SizeF | The [`SizeF`](../../sizef) that specifies the numbers to subtract from the coordinates of *point*. | +| point | PointF | The [`PointF`](../) to translate. | +| size | SizeF | The [`SizeF`](../../sizef/) that specifies the numbers to subtract from the coordinates of *point*. | ### Return Value -The translated [`PointF`](../../pointf). +The translated [`PointF`](../). ### See Also -* struct [SizeF](../../sizef) -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [SizeF](../../sizef/) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/pointf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/pointf/_index.md index 7ba4bf5aa8b7..fac3bf8de102 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/pointf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/pointf/_index.md @@ -1,14 +1,14 @@ --- -title: PointF +title: PointF.PointF second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF constructor. Initializes a new instance of the PointF structure with the specified coordinates type: docs weight: 10 url: /net/aspose.imaging/pointf/pointf/ --- ## PointF constructor -Initializes a new instance of the [`PointF`](../../pointf) structure with the specified coordinates. +Initializes a new instance of the [`PointF`](../) structure with the specified coordinates. ```csharp public PointF(float x, float y) @@ -21,8 +21,8 @@ public PointF(float x, float y) ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/subtract/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/subtract/_index.md index 630bff1208f5..847033339d0c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/subtract/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/subtract/_index.md @@ -1,14 +1,14 @@ --- -title: Subtract +title: PointF.Subtract second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Translates a PointF by the negative of a specified size type: docs weight: 40 url: /net/aspose.imaging/pointf/subtract/ --- -## PointF.Subtract method (1 of 2) +## Subtract(PointF, Size) {#subtract} -Translates a [`PointF`](../../pointf) by the negative of a specified size. +Translates a [`PointF`](../) by the negative of a specified size. ```csharp public static PointF Subtract(PointF point, Size size) @@ -16,25 +16,25 @@ public static PointF Subtract(PointF point, Size size) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to translate. | -| size | Size | The [`Size`](../../size) that specifies the numbers to subtract from the coordinates of *point*. | +| point | PointF | The [`PointF`](../) to translate. | +| size | Size | The [`Size`](../../size/) that specifies the numbers to subtract from the coordinates of *point*. | ### Return Value -The translated [`PointF`](../../pointf). +The translated [`PointF`](../). ### See Also -* struct [Size](../../size) -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [Size](../../size/) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) --- -## PointF.Subtract method (2 of 2) +## Subtract(PointF, SizeF) {#subtract_1} -Translates a [`PointF`](../../pointf) by the negative of a specified size. +Translates a [`PointF`](../) by the negative of a specified size. ```csharp public static PointF Subtract(PointF point, SizeF size) @@ -42,18 +42,18 @@ public static PointF Subtract(PointF point, SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to translate. | -| size | SizeF | The [`SizeF`](../../sizef) that specifies the numbers to subtract from the coordinates of *point*. | +| point | PointF | The [`PointF`](../) to translate. | +| size | SizeF | The [`SizeF`](../../sizef/) that specifies the numbers to subtract from the coordinates of *point*. | ### Return Value -The translated [`PointF`](../../pointf). +The translated [`PointF`](../). ### See Also -* struct [SizeF](../../sizef) -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [SizeF](../../sizef/) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/tostring/_index.md index 7ed00ec4cb97..fac7fd7fa229 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: PointF.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF method. Converts this PointF to a human readable string type: docs weight: 100 url: /net/aspose.imaging/pointf/tostring/ --- ## PointF.ToString method -Converts this [`PointF`](../../pointf) to a human readable string. +Converts this [`PointF`](../) to a human readable string. ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -A string that represents this [`PointF`](../../pointf). +A string that represents this [`PointF`](../). ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/x/_index.md index dd83d24eec4e..d6a4027ce440 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/x/_index.md @@ -1,14 +1,14 @@ --- -title: X +title: PointF.X second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF property. Gets or sets the xcoordinate of this PointF type: docs weight: 60 url: /net/aspose.imaging/pointf/x/ --- ## PointF.X property -Gets or sets the x-coordinate of this [`PointF`](../../pointf). +Gets or sets the x-coordinate of this [`PointF`](../). ```csharp public float X { get; set; } @@ -16,8 +16,8 @@ public float X { get; set; } ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/y/_index.md index b3ed4e305b6f..cc56f94a0101 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/pointf/y/_index.md @@ -1,14 +1,14 @@ --- -title: Y +title: PointF.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: PointF property. Gets or sets the ycoordinate of this PointF type: docs weight: 70 url: /net/aspose.imaging/pointf/y/ --- ## PointF.Y property -Gets or sets the y-coordinate of this [`PointF`](../../pointf). +Gets or sets the y-coordinate of this [`PointF`](../). ```csharp public float Y { get; set; } @@ -16,8 +16,8 @@ public float Y { get; set; } ### See Also -* struct [PointF](../../pointf) -* namespace [Aspose.Imaging](../../pointf) +* struct [PointF](../) +* namespace [Aspose.Imaging](../../pointf/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/processingtype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/processingtype/_index.md index 3a47def4bda2..19d5b568b493 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/processingtype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/processingtype/_index.md @@ -1,7 +1,7 @@ --- -title: ProcessingType +title: Enum ProcessingType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ProcessingType enum. The type of processing type: docs weight: 11070 url: /net/aspose.imaging/processingtype/ @@ -23,7 +23,7 @@ public enum ProcessingType ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/progresseventhandler/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/progresseventhandler/_index.md index 5f1c02de743b..79ddd186b917 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/progresseventhandler/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/progresseventhandler/_index.md @@ -1,7 +1,7 @@ --- -title: ProgressEventHandler +title: Delegate ProgressEventHandler second_title: Aspose.Imaging for .NET API Reference -description: +description: Progress event handler function reference type: docs weight: 11080 url: /net/aspose.imaging/progresseventhandler/ @@ -20,8 +20,8 @@ public delegate void ProgressEventHandler(ProgressEventHandlerInfo info); ### See Also -* class [ProgressEventHandlerInfo](../../aspose.imaging.progressmanagement/progresseventhandlerinfo) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [ProgressEventHandlerInfo](../../aspose.imaging.progressmanagement/progresseventhandlerinfo/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/_index.md index 0a0ec497f96f..ae5c01c1e204 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/_index.md @@ -1,7 +1,7 @@ --- -title: RasterCachedImage +title: Class RasterCachedImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.RasterCachedImage class. Represents a raster image supporting raster graphics operations. This image caches pixel data when required type: docs weight: 11110 url: /net/aspose.imaging/rastercachedimage/ @@ -18,125 +18,125 @@ public abstract class RasterCachedImage : RasterImage | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| abstract [Height](../../aspose.imaging/image/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../rasterimage). | -| abstract [Width](../../aspose.imaging/image/width) { get; } | Gets the image width. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| abstract [Height](../../aspose.imaging/image/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../rasterimage/). | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../rasterimage/). | +| abstract [Width](../../aspose.imaging/image/width/) { get; } | Gets the image width. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast)(float) | Image contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedimage/crop)(Rectangle) | Cropping the image. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../rasterimage/getskewangle) and [`Rotate`](../rasterimage/rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../rasterimage/getskewangle) and [`Rotate`](../rasterimage/rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedimage/rotate)(float, bool, Color) | Rotate image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| override [AdjustBrightness](../../aspose.imaging/rastercachedimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedimage/adjustcontrast/)(float) | Image contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/#adjustgamma)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedimage/adjustgamma/#adjustgamma_1)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/#binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedimage/binarizebradley/#binarizebradley_1)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedimage/blend/#blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedimage/crop/#crop)(Rectangle) | Cropping the image. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../rasterimage/getskewangle/) and [`Rotate`](../rasterimage/rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../rasterimage/getskewangle/) and [`Rotate`](../rasterimage/rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedimage/resize/#resize_2)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedimage/rotate/#rotate_1)(float, bool, Color) | Rotate image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples The following example transforms a colored raster cached image to its grayscale representation. Grayscale images are composed exclusively of shades of gray and carry only intensity information. @@ -156,8 +156,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../rasterimage) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [RasterImage](../rasterimage/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustbrightness/_index.md index 39ca4428760a..e31413f7ff31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: RasterCachedImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Adjust of a brightness for image type: docs weight: 20 url: /net/aspose.imaging/rastercachedimage/adjustbrightness/ @@ -18,7 +18,7 @@ public override void AdjustBrightness(int brightness) | --- | --- | --- | | brightness | Int32 | Brightness value. | -### Examples +## Examples The following example performs brightness correction of a raster cached image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustcontrast/_index.md index c346b14a0e5d..7fad5ce4dc26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustcontrast/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustContrast +title: RasterCachedImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Image contrasting type: docs weight: 30 url: /net/aspose.imaging/rastercachedimage/adjustcontrast/ @@ -18,7 +18,7 @@ public override void AdjustContrast(float contrast) | --- | --- | --- | | contrast | Single | Contrast value (in range [-100; 100]) | -### Examples +## Examples The following example performs contrast correction of a raster cached image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustgamma/_index.md index 67990284aedc..9141ae639add 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: RasterCachedImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Gammacorrection of an image type: docs weight: 40 url: /net/aspose.imaging/rastercachedimage/adjustgamma/ --- -## RasterCachedImage.AdjustGamma method (1 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Gamma-correction of an image. @@ -20,7 +20,7 @@ public override void AdjustGamma(float gammaRed, float gammaGreen, float gammaBl | gammaGreen | Single | Gamma for green channel coefficient | | gammaBlue | Single | Gamma for blue channel coefficient | -### Examples +## Examples The following example performs gamma-correction of a raster cached image applying different coefficients for color components. @@ -41,13 +41,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterCachedImage.AdjustGamma method (2 of 2) +## AdjustGamma(float) {#adjustgamma} Gamma-correction of an image. @@ -59,7 +59,7 @@ public override void AdjustGamma(float gamma) | --- | --- | --- | | gamma | Single | Gamma for red, green and blue channels coefficient | -### Examples +## Examples The following example performs gamma-correction of a raster cached image. @@ -80,8 +80,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizebradley/_index.md index 9fd6cffad7d5..6c08ca3b487a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizebradley/_index.md @@ -1,12 +1,12 @@ --- -title: BinarizeBradley +title: RasterCachedImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Binarization of an image using Bradleys adaptive thresholding algorithm using the integral image thresholding type: docs weight: 50 url: /net/aspose.imaging/rastercachedimage/binarizebradley/ --- -## RasterCachedImage.BinarizeBradley method (1 of 2) +## BinarizeBradley(double, int) {#binarizebradley_1} Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding @@ -19,7 +19,7 @@ public override void BinarizeBradley(double brightnessDifference, int windowSize | brightnessDifference | Double | The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel. | | windowSize | Int32 | The size of s x s window of pixels centered around this pixel | -### Examples +## Examples The following example binarizes a raster cached image with Bradley's adaptive thresholding algorithm with the specified window size. Binarized images contain only 2 colors - black and white. @@ -41,13 +41,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterCachedImage.BinarizeBradley method (2 of 2) +## BinarizeBradley(double) {#binarizebradley} Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding @@ -59,7 +59,7 @@ public override void BinarizeBradley(double brightnessDifference) | --- | --- | --- | | brightnessDifference | Double | The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel. | -### Examples +## Examples The following example binarizes a raster cached image with Bradley's adaptive thresholding algorithm. Binarized images contain only 2 colors - black and white. @@ -82,8 +82,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizefixed/_index.md index 1172b1ebb9ef..e6f01cdc9787 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: RasterCachedImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Binarization of an image with predefined threshold type: docs weight: 60 url: /net/aspose.imaging/rastercachedimage/binarizefixed/ @@ -18,7 +18,7 @@ public override void BinarizeFixed(byte threshold) | --- | --- | --- | | threshold | Byte | Threshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise. | -### Examples +## Examples The following example binarizes a raster cached image with the predefined threshold. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizeotsu/_index.md index 3f11b8f3cf07..addfda3fd874 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: RasterCachedImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Binarization of an image with Otsu thresholding type: docs weight: 70 url: /net/aspose.imaging/rastercachedimage/binarizeotsu/ @@ -14,7 +14,7 @@ Binarization of an image with Otsu thresholding public override void BinarizeOtsu() ``` -### Examples +## Examples The following example binarizes a raster cached image with Otsu thresholding. Binarized images contain only 2 colors - black and white. @@ -35,8 +35,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/blend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/blend/_index.md index c923c83897dd..232c7a8c50f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/blend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/blend/_index.md @@ -1,7 +1,7 @@ --- -title: Blend +title: RasterCachedImage.Blend second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Blends this image instance with the overlay image type: docs weight: 80 url: /net/aspose.imaging/rastercachedimage/blend/ @@ -24,11 +24,11 @@ public override void Blend(Point origin, RasterImage overlay, Rectangle overlayA ### See Also -* struct [Point](../../point) -* class [RasterImage](../../rasterimage) -* struct [Rectangle](../../rectangle) -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* struct [Point](../../point/) +* class [RasterImage](../../rasterimage/) +* struct [Rectangle](../../rectangle/) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/cachedata/_index.md index 6cb85eaa3f63..34aa61541b64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/cachedata/_index.md @@ -1,20 +1,20 @@ --- -title: CacheData +title: RasterCachedImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Caches the data and ensures no additional data loading will be performed from the underlying DataStreamContainer type: docs weight: 90 url: /net/aspose.imaging/rastercachedimage/cachedata/ --- ## RasterCachedImage.CacheData method -Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../datastreamsupporter/datastreamcontainer). +Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../datastreamsupporter/datastreamcontainer/). ```csharp public override void CacheData() ``` -### Examples +## Examples The following example shows how raster image caching affects performance. In general case, reading cached data is performed faster than reading non-cached data. @@ -71,8 +71,8 @@ using (Aspose.Imaging.RasterCachedImage image = (Aspose.Imaging.RasterCachedImag ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/crop/_index.md index a0562c5c11a8..bbd3acee8591 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/crop/_index.md @@ -1,7 +1,7 @@ --- -title: Crop +title: RasterCachedImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Cropping the image type: docs weight: 100 url: /net/aspose.imaging/rastercachedimage/crop/ @@ -18,7 +18,7 @@ public override void Crop(Rectangle rectangle) | --- | --- | --- | | rectangle | Rectangle | The rectangle. | -### Examples +## Examples The following example crops a raster cached image. The cropping area is be specified via Aspose.Imaging.Rectangle. @@ -42,9 +42,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* struct [Rectangle](../../rectangle/) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/dither/_index.md index 95f7f3c144d0..df3ee2803ab4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/dither/_index.md @@ -1,7 +1,7 @@ --- -title: Dither +title: RasterCachedImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Performs dithering on the current image type: docs weight: 110 url: /net/aspose.imaging/rastercachedimage/dither/ @@ -23,10 +23,10 @@ public override void Dither(DitheringMethod ditheringMethod, int bitsCount, ### See Also -* enum [DitheringMethod](../../ditheringmethod) -* interface [IColorPalette](../../icolorpalette) -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* enum [DitheringMethod](../../ditheringmethod/) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/grayscale/_index.md index e77a236a0b36..92f29ea80173 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: RasterCachedImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Transformation of an image to its grayscale representation type: docs weight: 120 url: /net/aspose.imaging/rastercachedimage/grayscale/ @@ -14,7 +14,7 @@ Transformation of an image to its grayscale representation public override void Grayscale() ``` -### Examples +## Examples The following example transforms a colored raster cached image to its grayscale representation. Grayscale images are composed exclusively of shades of gray and carry only intensity information. @@ -34,8 +34,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/iscached/_index.md index 13b770482f5a..55e367a523e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: RasterCachedImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage property. Gets a value indicating whether image data is cached currently type: docs weight: 10 url: /net/aspose.imaging/rastercachedimage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/resize/_index.md index 749986b7a287..b8dd7ee76a3c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: RasterCachedImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Resizes the image type: docs weight: 130 url: /net/aspose.imaging/rastercachedimage/resize/ --- -## RasterCachedImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resizes the image. @@ -20,7 +20,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples This example loads a raster cached image and resizes it using various resizing methods. @@ -68,14 +68,14 @@ using (Aspose.Imaging.RasterCachedImage image = (Aspose.Imaging.RasterCachedImag ### See Also -* enum [ResizeType](../../resizetype) -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* enum [ResizeType](../../resizetype/) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterCachedImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -89,7 +89,7 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set | newHeight | Int32 | The new height. | | settings | ImageResizeSettings | The resize settings. | -### Examples +## Examples This example loads a raster cached image and resizes it using various resizing settings. @@ -125,9 +125,9 @@ using (Aspose.Imaging.RasterCachedImage image = (Aspose.Imaging.RasterCachedImag ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* class [ImageResizeSettings](../../imageresizesettings/) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/rotate/_index.md index f1a0144b95a4..97f0a2b9e181 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: RasterCachedImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Rotate image around the center type: docs weight: 140 url: /net/aspose.imaging/rastercachedimage/rotate/ @@ -22,9 +22,9 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr ### See Also -* struct [Color](../../color) -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* struct [Color](../../color/) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/rotateflip/_index.md index c7f052cbf77a..051da312f808 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: RasterCachedImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedImage method. Rotates flips or rotates and flips the image type: docs weight: 150 url: /net/aspose.imaging/rastercachedimage/rotateflip/ @@ -18,7 +18,7 @@ public override void RotateFlip(RotateFlipType rotateFlipType) | --- | --- | --- | | rotateFlipType | RotateFlipType | The rotate flip type. | -### Examples +## Examples This example loads a raster cached image, rotates it by 90 degrees clockwise and optionally flips the image horizontally and(or) vertically. @@ -48,9 +48,9 @@ foreach (Aspose.Imaging.RotateFlipType rotateFlipType in rotateFlipTypes) ### See Also -* enum [RotateFlipType](../../rotatefliptype) -* class [RasterCachedImage](../../rastercachedimage) -* namespace [Aspose.Imaging](../../rastercachedimage) +* enum [RotateFlipType](../../rotatefliptype/) +* class [RasterCachedImage](../) +* namespace [Aspose.Imaging](../../rastercachedimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/_index.md index 4b1c02f3e29b..23323af5dc85 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/_index.md @@ -1,7 +1,7 @@ --- -title: RasterCachedMultipageImage +title: Class RasterCachedMultipageImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.RasterCachedMultipageImage class. The raster multipage image type: docs weight: 11120 url: /net/aspose.imaging/rastercachedmultipageimage/ @@ -18,132 +18,132 @@ public abstract class RasterCachedMultipageImage : RasterCachedImage, IMultipage | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| override [HasAlpha](../../aspose.imaging/rastercachedmultipageimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor) { get; } | Gets a value indicating whether image has transparent color. | -| override [Height](../../aspose.imaging/rastercachedmultipageimage/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../rasterimage). | -| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached) { get; } | Gets a value indicating whether image data is cached currently. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| abstract [PageCount](../../aspose.imaging/rastercachedmultipageimage/pagecount) { get; } | Gets the page count. | -| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| abstract [Pages](../../aspose.imaging/rastercachedmultipageimage/pages) { get; } | Gets the pages. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../rasterimage). | -| override [Width](../../aspose.imaging/rastercachedmultipageimage/width) { get; } | Gets the image width. | -| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata) { get; set; } | Gets or sets XMP data from frame. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| override [BackgroundColor](../../aspose.imaging/rastercachedmultipageimage/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/rastercachedmultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| override [HasAlpha](../../aspose.imaging/rastercachedmultipageimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [HasTransparentColor](../../aspose.imaging/rastercachedmultipageimage/hastransparentcolor/) { get; } | Gets a value indicating whether image has transparent color. | +| override [Height](../../aspose.imaging/rastercachedmultipageimage/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../rasterimage/). | +| override [ImageOpacity](../../aspose.imaging/rastercachedmultipageimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/rastercachedmultipageimage/iscached/) { get; } | Gets a value indicating whether image data is cached currently. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| abstract [PageCount](../../aspose.imaging/rastercachedmultipageimage/pagecount/) { get; } | Gets the page count. | +| virtual [PageExportingAction](../../aspose.imaging/rastercachedmultipageimage/pageexportingaction/) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| abstract [Pages](../../aspose.imaging/rastercachedmultipageimage/pages/) { get; } | Gets the pages. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../rasterimage/). | +| override [Width](../../aspose.imaging/rastercachedmultipageimage/width/) { get; } | Gets the image width. | +| override [XmpData](../../aspose.imaging/rastercachedmultipageimage/xmpdata/) { get; set; } | Gets or sets XMP data from frame. | ## Methods | Name | Description | | --- | --- | -| override [AdjustBrightness](../../aspose.imaging/rastercachedmultipageimage/adjustbrightness)(int) | Adjust of a *brightness* for image. | -| override [AdjustContrast](../../aspose.imaging/rastercachedmultipageimage/adjustcontrast)(float) | [`Image`](../image) contrasting | -| override [AdjustGamma](../../aspose.imaging/rastercachedmultipageimage/adjustgamma)(float) | Gamma-correction of an image. | -| override [AdjustGamma](../../aspose.imaging/rastercachedmultipageimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| override [BinarizeFixed](../../aspose.imaging/rastercachedmultipageimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| override [BinarizeOtsu](../../aspose.imaging/rastercachedmultipageimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata)() | Caches the data private. | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop)(Rectangle) | Cropping the image. | -| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| override [Dither](../../aspose.imaging/rastercachedmultipageimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| override [Filter](../../aspose.imaging/rastercachedmultipageimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| override [Grayscale](../../aspose.imaging/rastercachedmultipageimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../rasterimage/getskewangle) and [`Rotate`](../rasterimage/rotate) methods. | -| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../rasterimage/getskewangle) and [`Rotate`](./rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rastercachedmultipageimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/rastercachedmultipageimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| override [ResizeHeightProportionally](../../aspose.imaging/rastercachedmultipageimage/resizeheightproportionally)(int, ResizeType) | Resizes the width proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| override [ResizeWidthProportionally](../../aspose.imaging/rastercachedmultipageimage/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| override [Rotate](../../aspose.imaging/rastercachedmultipageimage/rotate)(float, bool, Color) | [`Rotate`](./rotate) image around the center. | -| override [RotateFlip](../../aspose.imaging/rastercachedmultipageimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips all pages. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | +| override [AdjustBrightness](../../aspose.imaging/rastercachedmultipageimage/adjustbrightness/)(int) | Adjust of a *brightness* for image. | +| override [AdjustContrast](../../aspose.imaging/rastercachedmultipageimage/adjustcontrast/)(float) | [`Image`](../image/) contrasting | +| override [AdjustGamma](../../aspose.imaging/rastercachedmultipageimage/adjustgamma/#adjustgamma)(float) | Gamma-correction of an image. | +| override [AdjustGamma](../../aspose.imaging/rastercachedmultipageimage/adjustgamma/#adjustgamma_1)(float, float, float) | Gamma-correction of an image. | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/#binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeBradley](../../aspose.imaging/rastercachedmultipageimage/binarizebradley/#binarizebradley_1)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| override [BinarizeFixed](../../aspose.imaging/rastercachedmultipageimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| override [BinarizeOtsu](../../aspose.imaging/rastercachedmultipageimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| override [Blend](../../aspose.imaging/rastercachedmultipageimage/blend/#blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| override [CacheData](../../aspose.imaging/rastercachedmultipageimage/cachedata/)() | Caches the data private. | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop/#crop)(Rectangle) | Cropping the image. | +| override [Crop](../../aspose.imaging/rastercachedmultipageimage/crop/#crop_1)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/)(DitheringMethod, int) | Performs dithering on the current image. | +| override [Dither](../../aspose.imaging/rastercachedmultipageimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| override [Filter](../../aspose.imaging/rastercachedmultipageimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| override [GetSerializedStream](../../aspose.imaging/rastercachedmultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| override [Grayscale](../../aspose.imaging/rastercachedmultipageimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../rasterimage/getskewangle/) and [`Rotate`](../rasterimage/rotate/) methods. | +| override [NormalizeAngle](../../aspose.imaging/rastercachedmultipageimage/normalizeangle/#normalizeangle_1)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../rasterimage/getskewangle/) and [`Rotate`](./rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| override [ReplaceColor](../../aspose.imaging/rastercachedmultipageimage/replacecolor/#replacecolor_1)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| override [ReplaceNonTransparentColors](../../aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/#replacenontransparentcolors_1)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rastercachedmultipageimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/rastercachedmultipageimage/resize/#resize_2)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| override [ResizeHeightProportionally](../../aspose.imaging/rastercachedmultipageimage/resizeheightproportionally/#resizeheightproportionally_2)(int, ResizeType) | Resizes the width proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| override [ResizeWidthProportionally](../../aspose.imaging/rastercachedmultipageimage/resizewidthproportionally/#resizewidthproportionally_2)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/)(float) | Rotate image around the center. | +| override [Rotate](../../aspose.imaging/rastercachedmultipageimage/rotate/#rotate_1)(float, bool, Color) | [`Rotate`](./rotate/) image around the center. | +| override [RotateFlip](../../aspose.imaging/rastercachedmultipageimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips all pages. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this [`RasterImage`](../rasterimage/). | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | ### See Also -* class [RasterCachedImage](../rastercachedimage) -* interface [IMultipageImage](../imultipageimage) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [RasterCachedImage](../rastercachedimage/) +* interface [IMultipageImage](../imultipageimage/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustbrightness/_index.md index ee46dc968f1a..703060448c90 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: RasterCachedMultipageImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Adjust of a brightness for image type: docs weight: 130 url: /net/aspose.imaging/rastercachedmultipageimage/adjustbrightness/ @@ -20,8 +20,8 @@ public override void AdjustBrightness(int brightness) ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustcontrast/_index.md index 021870cf8482..9ed6437653d6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustcontrast/_index.md @@ -1,14 +1,14 @@ --- -title: AdjustContrast +title: RasterCachedMultipageImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Image contrasting type: docs weight: 140 url: /net/aspose.imaging/rastercachedmultipageimage/adjustcontrast/ --- ## RasterCachedMultipageImage.AdjustContrast method -[`Image`](../../image) contrasting +[`Image`](../../image/) contrasting ```csharp public override void AdjustContrast(float contrast) @@ -20,8 +20,8 @@ public override void AdjustContrast(float contrast) ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustgamma/_index.md index 4910988fd9e3..a3d266e1e39b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: RasterCachedMultipageImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Gammacorrection of an image type: docs weight: 150 url: /net/aspose.imaging/rastercachedmultipageimage/adjustgamma/ --- -## RasterCachedMultipageImage.AdjustGamma method (1 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Gamma-correction of an image. @@ -22,13 +22,13 @@ public override void AdjustGamma(float gammaRed, float gammaGreen, float gammaBl ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterCachedMultipageImage.AdjustGamma method (2 of 2) +## AdjustGamma(float) {#adjustgamma} Gamma-correction of an image. @@ -42,8 +42,8 @@ public override void AdjustGamma(float gamma) ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/backgroundcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/backgroundcolor/_index.md index 174f1ecdd96e..36cd405bbce9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/backgroundcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/backgroundcolor/_index.md @@ -1,7 +1,7 @@ --- -title: BackgroundColor +title: RasterCachedMultipageImage.BackgroundColor second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets or sets a value for the background color type: docs weight: 10 url: /net/aspose.imaging/rastercachedmultipageimage/backgroundcolor/ @@ -16,9 +16,9 @@ public override Color BackgroundColor { get; set; } ### See Also -* struct [Color](../../color) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* struct [Color](../../color/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizebradley/_index.md index 734d0acd73a6..f9e1739596ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizebradley/_index.md @@ -1,12 +1,12 @@ --- -title: BinarizeBradley +title: RasterCachedMultipageImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Binarization of an image using Bradleys adaptive thresholding algorithm using the integral image thresholding type: docs weight: 160 url: /net/aspose.imaging/rastercachedmultipageimage/binarizebradley/ --- -## RasterCachedMultipageImage.BinarizeBradley method (1 of 2) +## BinarizeBradley(double, int) {#binarizebradley_1} Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding @@ -21,13 +21,13 @@ public override void BinarizeBradley(double brightnessDifference, int windowSize ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterCachedMultipageImage.BinarizeBradley method (2 of 2) +## BinarizeBradley(double) {#binarizebradley} Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding @@ -41,8 +41,8 @@ public override void BinarizeBradley(double brightnessDifference) ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizefixed/_index.md index b17f7c35ee17..58012d484c31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: RasterCachedMultipageImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Binarization of an image with predefined threshold type: docs weight: 170 url: /net/aspose.imaging/rastercachedmultipageimage/binarizefixed/ @@ -20,8 +20,8 @@ public override void BinarizeFixed(byte threshold) ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizeotsu/_index.md index 9398bd76186d..9b7b692bf27b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: RasterCachedMultipageImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Binarization of an image with Otsu thresholding type: docs weight: 180 url: /net/aspose.imaging/rastercachedmultipageimage/binarizeotsu/ @@ -16,8 +16,8 @@ public override void BinarizeOtsu() ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/bitsperpixel/_index.md index a120bba6e04f..563313345110 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: RasterCachedMultipageImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets the image bits per pixel count type: docs weight: 20 url: /net/aspose.imaging/rastercachedmultipageimage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/blend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/blend/_index.md index 65d560fecfdf..85b3f442f374 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/blend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/blend/_index.md @@ -1,7 +1,7 @@ --- -title: Blend +title: RasterCachedMultipageImage.Blend second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Blends this image instance with the overlay image type: docs weight: 190 url: /net/aspose.imaging/rastercachedmultipageimage/blend/ @@ -26,15 +26,15 @@ public override void Blend(Point origin, RasterImage overlay, Rectangle overlayA | exception | condition | | --- | --- | -| [ImageException](../../../aspose.imaging.coreexceptions/imageexception) | Image exception | +| [ImageException](../../../aspose.imaging.coreexceptions/imageexception/) | Image exception | ### See Also -* struct [Point](../../point) -* class [RasterImage](../../rasterimage) -* struct [Rectangle](../../rectangle) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* struct [Point](../../point/) +* class [RasterImage](../../rasterimage/) +* struct [Rectangle](../../rectangle/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/cachedata/_index.md index fc872ce1974b..585d5821dd2f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/cachedata/_index.md @@ -1,7 +1,7 @@ --- -title: CacheData +title: RasterCachedMultipageImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Caches the data private type: docs weight: 200 url: /net/aspose.imaging/rastercachedmultipageimage/cachedata/ @@ -16,8 +16,8 @@ public override void CacheData() ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/crop/_index.md index 602beb938607..769e811df250 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: RasterCachedMultipageImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Cropping the image type: docs weight: 210 url: /net/aspose.imaging/rastercachedmultipageimage/crop/ --- -## RasterCachedMultipageImage.Crop method (1 of 2) +## Crop(Rectangle) {#crop} Cropping the image. @@ -20,14 +20,14 @@ public override void Crop(Rectangle rectangle) ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* struct [Rectangle](../../rectangle/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterCachedMultipageImage.Crop method (2 of 2) +## Crop(int, int, int, int) {#crop_1} Crop image with shifts. @@ -47,12 +47,12 @@ public override void Crop(int leftShift, int rightShift, int topShift, int botto | exception | condition | | --- | --- | | ArgumentException | Rectangle incorrect. - rectangle or Rectangle must be contained in the image bounds. - rectangle | -| [ImageException](../../../aspose.imaging.coreexceptions/imageexception) | Can't crop image. Frame index: " + frameIndex or Can't crop image. | +| [ImageException](../../../aspose.imaging.coreexceptions/imageexception/) | Can't crop image. Frame index: " + frameIndex or Can't crop image. | ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/dither/_index.md index 6d1de7355d97..9673201f808b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/dither/_index.md @@ -1,7 +1,7 @@ --- -title: Dither +title: RasterCachedMultipageImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Performs dithering on the current image type: docs weight: 220 url: /net/aspose.imaging/rastercachedmultipageimage/dither/ @@ -23,10 +23,10 @@ public override void Dither(DitheringMethod ditheringMethod, int bitsCount, ### See Also -* enum [DitheringMethod](../../ditheringmethod) -* interface [IColorPalette](../../icolorpalette) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* enum [DitheringMethod](../../ditheringmethod/) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/filter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/filter/_index.md index 68c3c5442f58..81886cbe78e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/filter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/filter/_index.md @@ -1,7 +1,7 @@ --- -title: Filter +title: RasterCachedMultipageImage.Filter second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Filters the specified rectangle type: docs weight: 230 url: /net/aspose.imaging/rastercachedmultipageimage/filter/ @@ -21,10 +21,10 @@ public override void Filter(Rectangle rectangle, FilterOptionsBase options) ### See Also -* struct [Rectangle](../../rectangle) -* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* struct [Rectangle](../../rectangle/) +* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/getserializedstream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/getserializedstream/_index.md index 1ccfcecc2f44..bc679697f643 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/getserializedstream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/getserializedstream/_index.md @@ -1,7 +1,7 @@ --- -title: GetSerializedStream +title: RasterCachedMultipageImage.GetSerializedStream second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Converts to aps type: docs weight: 240 url: /net/aspose.imaging/rastercachedmultipageimage/getserializedstream/ @@ -27,10 +27,10 @@ The serialized stream ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* struct [Rectangle](../../rectangle) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [ImageOptionsBase](../../imageoptionsbase/) +* struct [Rectangle](../../rectangle/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/grayscale/_index.md index 1bbb39aaa356..a837bd150d21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: RasterCachedMultipageImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Transformation of an image to its grayscale representation type: docs weight: 250 url: /net/aspose.imaging/rastercachedmultipageimage/grayscale/ @@ -16,8 +16,8 @@ public override void Grayscale() ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/hasalpha/_index.md index 862e5929eb88..a4a88ed35d83 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: RasterCachedMultipageImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets a value indicating whether this instance has alpha type: docs weight: 30 url: /net/aspose.imaging/rastercachedmultipageimage/hasalpha/ @@ -20,8 +20,8 @@ public override bool HasAlpha { get; } ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/hastransparentcolor/_index.md index 34b77ded6d65..53fa29371bf3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: RasterCachedMultipageImage.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets a value indicating whether image has transparent color type: docs weight: 40 url: /net/aspose.imaging/rastercachedmultipageimage/hastransparentcolor/ @@ -16,8 +16,8 @@ public override bool HasTransparentColor { get; } ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/height/_index.md index e5a0e5d180d8..f8616cf69771 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: RasterCachedMultipageImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets the image height type: docs weight: 50 url: /net/aspose.imaging/rastercachedmultipageimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/imageopacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/imageopacity/_index.md index 76a1bf3a3aad..5fa47d85f65d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/imageopacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/imageopacity/_index.md @@ -1,7 +1,7 @@ --- -title: ImageOpacity +title: RasterCachedMultipageImage.ImageOpacity second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets opacity of this image type: docs weight: 60 url: /net/aspose.imaging/rastercachedmultipageimage/imageopacity/ @@ -20,8 +20,8 @@ The opacity value between 0.0 (fully transparent) and 1.0 (fully opaque). ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/iscached/_index.md index 08e22f4e76bd..011f2699b0f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: RasterCachedMultipageImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets a value indicating whether image data is cached currently type: docs weight: 70 url: /net/aspose.imaging/rastercachedmultipageimage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/normalizeangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/normalizeangle/_index.md index 1573c0e5151a..759c964e66fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/normalizeangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/normalizeangle/_index.md @@ -1,14 +1,14 @@ --- -title: NormalizeAngle +title: RasterCachedMultipageImage.NormalizeAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses GetSkewAngle and Rotate methods type: docs weight: 260 url: /net/aspose.imaging/rastercachedmultipageimage/normalizeangle/ --- ## RasterCachedMultipageImage.NormalizeAngle method -Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../rasterimage/getskewangle) and [`Rotate`](../rotate) methods. +Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../../rasterimage/getskewangle/) and [`Rotate`](../rotate/) methods. ```csharp public override void NormalizeAngle(bool resizeProportionally, Color backgroundColor) @@ -21,9 +21,9 @@ public override void NormalizeAngle(bool resizeProportionally, Color backgroundC ### See Also -* struct [Color](../../color) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* struct [Color](../../color/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pagecount/_index.md index 0aa1af40940c..387a89d3a4dd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: RasterCachedMultipageImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets the page count type: docs weight: 80 url: /net/aspose.imaging/rastercachedmultipageimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pageexportingaction/_index.md index 37bfe8ac2b31..8e64c731d78a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: RasterCachedMultipageImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 90 url: /net/aspose.imaging/rastercachedmultipageimage/pageexportingaction/ @@ -18,7 +18,7 @@ public virtual PageExportingAction PageExportingAction { get; set; } The page exporting action. -### Examples +## Examples The following example shows batch conversion before saving (exporting) Tiff images. @@ -52,9 +52,9 @@ string fileName = "10MB_Tif.tif"; ### See Also -* delegate [PageExportingAction](../../pageexportingaction) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* delegate [PageExportingAction](../../pageexportingaction/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pages/_index.md index 856f721135e9..6e5d45259feb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: RasterCachedMultipageImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets the pages type: docs weight: 100 url: /net/aspose.imaging/rastercachedmultipageimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../image) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [Image](../../image/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/replacecolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/replacecolor/_index.md index 3f921d8fa4fe..60e2cc8e67af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/replacecolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/replacecolor/_index.md @@ -1,7 +1,7 @@ --- -title: ReplaceColor +title: RasterCachedMultipageImage.ReplaceColor second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges type: docs weight: 270 url: /net/aspose.imaging/rastercachedmultipageimage/replacecolor/ @@ -22,8 +22,8 @@ public override void ReplaceColor(int oldColorArgb, byte oldColorDiff, int newCo ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/_index.md index 3499b48049f0..875c5aecaada 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/_index.md @@ -1,7 +1,7 @@ --- -title: ReplaceNonTransparentColors +title: RasterCachedMultipageImage.ReplaceNonTransparentColors second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Replaces all nontransparent colors with new color and preserves original alpha value to save smooth edges. Note if you use it on images without transparency all colors will be replaced with a single one type: docs weight: 280 url: /net/aspose.imaging/rastercachedmultipageimage/replacenontransparentcolors/ @@ -20,8 +20,8 @@ public override void ReplaceNonTransparentColors(int newColorArgb) ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resize/_index.md index 4771f87da574..6d3c8f693f79 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: RasterCachedMultipageImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Resizes the image type: docs weight: 290 url: /net/aspose.imaging/rastercachedmultipageimage/resize/ --- -## RasterCachedMultipageImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resizes the image. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../resizetype) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* enum [ResizeType](../../resizetype/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterCachedMultipageImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -45,9 +45,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [ImageResizeSettings](../../imageresizesettings/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resizeheightproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resizeheightproportionally/_index.md index 5df26073b680..228b68aaaa61 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resizeheightproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resizeheightproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeHeightProportionally +title: RasterCachedMultipageImage.ResizeHeightProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Resizes the width proportionally type: docs weight: 300 url: /net/aspose.imaging/rastercachedmultipageimage/resizeheightproportionally/ @@ -21,9 +21,9 @@ public override void ResizeHeightProportionally(int newHeight, ResizeType resize ### See Also -* enum [ResizeType](../../resizetype) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* enum [ResizeType](../../resizetype/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resizewidthproportionally/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resizewidthproportionally/_index.md index 0f8dfb55263d..dd7b3c2dfcd4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resizewidthproportionally/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/resizewidthproportionally/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeWidthProportionally +title: RasterCachedMultipageImage.ResizeWidthProportionally second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Resizes the width proportionally type: docs weight: 310 url: /net/aspose.imaging/rastercachedmultipageimage/resizewidthproportionally/ @@ -21,9 +21,9 @@ public override void ResizeWidthProportionally(int newWidth, ResizeType resizeTy ### See Also -* enum [ResizeType](../../resizetype) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* enum [ResizeType](../../resizetype/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/rotate/_index.md index f592404aa765..73df32167ee7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/rotate/_index.md @@ -1,7 +1,7 @@ --- -title: Rotate +title: RasterCachedMultipageImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Rotate image around the center type: docs weight: 320 url: /net/aspose.imaging/rastercachedmultipageimage/rotate/ @@ -22,9 +22,9 @@ public override void Rotate(float angle, bool resizeProportionally, Color backgr ### See Also -* struct [Color](../../color) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* struct [Color](../../color/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/rotateflip/_index.md index 878d5df15ac5..7fa2b1df0e9c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: RasterCachedMultipageImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage method. Rotates flips or rotates and flips all pages type: docs weight: 330 url: /net/aspose.imaging/rastercachedmultipageimage/rotateflip/ @@ -20,9 +20,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../rotatefliptype) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* enum [RotateFlipType](../../rotatefliptype/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/width/_index.md index 08cc0659189c..8eedd7e2f28f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: RasterCachedMultipageImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets the image width type: docs weight: 110 url: /net/aspose.imaging/rastercachedmultipageimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/xmpdata/_index.md index 4ac5baf40577..f54641db3bde 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rastercachedmultipageimage/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: RasterCachedMultipageImage.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterCachedMultipageImage property. Gets or sets XMP data from frame type: docs weight: 120 url: /net/aspose.imaging/rastercachedmultipageimage/xmpdata/ @@ -20,9 +20,9 @@ XMP packet data wrapper ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [RasterCachedMultipageImage](../../rastercachedmultipageimage) -* namespace [Aspose.Imaging](../../rastercachedmultipageimage) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [RasterCachedMultipageImage](../) +* namespace [Aspose.Imaging](../../rastercachedmultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/_index.md index 26e81069bad2..c659b47f70ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/_index.md @@ -1,7 +1,7 @@ --- -title: RasterImage +title: Class RasterImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.RasterImage class. Represents a raster image supporting raster graphics operations type: docs weight: 11130 url: /net/aspose.imaging/rasterimage/ @@ -18,125 +18,125 @@ public abstract class RasterImage : Image, IRasterImageArgb32PixelLoader | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha) { get; } | Gets a value indicating whether this instance has alpha. | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor) { get; set; } | Gets a value indicating whether image has transparent color. | -| abstract [Height](../../aspose.imaging/image/height) { get; } | Gets the image height. | -| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../rasterimage). | -| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity) { get; } | Gets opacity of this image. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | -| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable) { get; } | Gets a value indicating whether raw data loading is available. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | -| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter) { get; set; } | Gets or sets the custom color converter | -| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat) { get; } | Gets the raw data format. | -| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | -| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize) { get; } | Gets the raw line size in bytes. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor) { get; set; } | Gets the image transparent color. | -| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | -| override [UsePalette](../../aspose.imaging/rasterimage/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | -| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../rasterimage). | -| abstract [Width](../../aspose.imaging/image/width) { get; } | Gets the image width. | -| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata) { get; set; } | Gets or sets the XMP metadata. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasAlpha](../../aspose.imaging/rasterimage/hasalpha/) { get; } | Gets a value indicating whether this instance has alpha. | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| virtual [HasTransparentColor](../../aspose.imaging/rasterimage/hastransparentcolor/) { get; set; } | Gets a value indicating whether image has transparent color. | +| abstract [Height](../../aspose.imaging/image/height/) { get; } | Gets the image height. | +| virtual [HorizontalResolution](../../aspose.imaging/rasterimage/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution, in pixels per inch, of this `RasterImage`. | +| virtual [ImageOpacity](../../aspose.imaging/rasterimage/imageopacity/) { get; } | Gets opacity of this image. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached/) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | +| [IsRawDataAvailable](../../aspose.imaging/rasterimage/israwdataavailable/) { get; } | Gets a value indicating whether raw data loading is available. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| virtual [PremultiplyComponents](../../aspose.imaging/rasterimage/premultiplycomponents/) { get; set; } | Gets or sets a value indicating whether the image components must be premultiplied. | +| [RawCustomColorConverter](../../aspose.imaging/rasterimage/rawcustomcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| virtual [RawDataFormat](../../aspose.imaging/rasterimage/rawdataformat/) { get; } | Gets the raw data format. | +| [RawDataSettings](../../aspose.imaging/rasterimage/rawdatasettings/) { get; } | Gets the current raw data settings. Note when using these settings the data loads without conversion. | +| [RawFallbackIndex](../../aspose.imaging/rasterimage/rawfallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [RawIndexedColorConverter](../../aspose.imaging/rasterimage/rawindexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| virtual [RawLineSize](../../aspose.imaging/rasterimage/rawlinesize/) { get; } | Gets the raw line size in bytes. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| virtual [TransparentColor](../../aspose.imaging/rasterimage/transparentcolor/) { get; set; } | Gets the image transparent color. | +| virtual [UpdateXmpData](../../aspose.imaging/rasterimage/updatexmpdata/) { get; set; } | Gets or sets a value indicating whether to update the XMP metadata. | +| override [UsePalette](../../aspose.imaging/rasterimage/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| virtual [UseRawData](../../aspose.imaging/rasterimage/userawdata/) { get; set; } | Gets or sets a value indicating whether to use raw data loading when the raw data loading is available. | +| virtual [VerticalResolution](../../aspose.imaging/rasterimage/verticalresolution/) { get; set; } | Gets or sets the vertical resolution, in pixels per inch, of this `RasterImage`. | +| abstract [Width](../../aspose.imaging/image/width/) { get; } | Gets the image width. | +| virtual [XmpData](../../aspose.imaging/rasterimage/xmpdata/) { get; set; } | Gets or sets the XMP metadata. | ## Methods | Name | Description | | --- | --- | -| virtual [AdjustBrightness](../../aspose.imaging/rasterimage/adjustbrightness)(int) | Adjust of a brightness for image. | -| virtual [AdjustContrast](../../aspose.imaging/rasterimage/adjustcontrast)(float) | Image contrasting | -| virtual [AdjustGamma](../../aspose.imaging/rasterimage/adjustgamma)(float) | Gamma-correction of an image. | -| virtual [AdjustGamma](../../aspose.imaging/rasterimage/adjustgamma)(float, float, float) | Gamma-correction of an image. | -| virtual [BinarizeBradley](../../aspose.imaging/rasterimage/binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| virtual [BinarizeBradley](../../aspose.imaging/rasterimage/binarizebradley)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | -| virtual [BinarizeFixed](../../aspose.imaging/rasterimage/binarizefixed)(byte) | Binarization of an image with predefined threshold | -| virtual [BinarizeOtsu](../../aspose.imaging/rasterimage/binarizeotsu)() | Binarization of an image with Otsu thresholding | -| [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | -| virtual [Blend](../../aspose.imaging/rasterimage/blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | -| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(Rectangle) | Crops the specified rectangle. | -| virtual [Crop](../../aspose.imaging/rasterimage/crop)(int, int, int, int) | Crop image with shifts. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int) | Performs dithering on the current image. | -| abstract [Dither](../../aspose.imaging/rasterimage/dither)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | -| virtual [Filter](../../aspose.imaging/rasterimage/filter)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | -| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel)(int, int) | Gets an image 32-bit ARGB pixel. | -| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels)(Rectangle) | Gets the default 32-bit ARGB pixels array. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | -| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | -| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate)(bool) | Gets the date and time the resource image was last modified. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save) method as the second parameter. | -| [GetPixel](../../aspose.imaging/rasterimage/getpixel)(int, int) | Gets an image pixel. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | -| virtual [Grayscale](../../aspose.imaging/rasterimage/grayscale)() | Transformation of an image to its grayscale representation | -| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels)(Rectangle) | Loads 32-bit ARGB pixels. | -| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels)(Rectangle) | Loads 64-bit ARGB pixels. | -| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels)(Rectangle) | Loads pixels in CMYK format. | -| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | -| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | -| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | -| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels)(Rectangle) | Loads pixels. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | -| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](./getskewangle) and [`Rotate`](./rotate) methods. | -| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](./getskewangle) and [`Rotate`](./rotate) methods. | -| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline)(int) | Reads the whole scan line by the specified scan line index. | -| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | -| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/rasterimage/resize)(int, int, ImageResizeSettings) | Resizes the image with extended options. | -| override [Resize](../../aspose.imaging/rasterimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float) | Rotate image around the center. | -| virtual [Rotate](../../aspose.imaging/rasterimage/rotate)(float, bool, Color) | Rotate image around the center. | -| abstract [RotateFlip](../../aspose.imaging/image/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [Save](../../aspose.imaging/rasterimage/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | -| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels)(Rectangle, int[]) | Saves the pixels. | -| [SavePixels](../../aspose.imaging/rasterimage/savepixels)(Rectangle, Color[]) | Saves the pixels. | -| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | -| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | -| override [SetPalette](../../aspose.imaging/rasterimage/setpalette)(IColorPalette, bool) | Sets the image palette. | -| [SetPixel](../../aspose.imaging/rasterimage/setpixel)(int, int, Color) | Sets an image pixel for the specified position. | -| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution)(double, double) | Sets the resolution for this [`RasterImage`](../rasterimage). | -| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | -| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline)(int, int[]) | Writes the whole scan line to the specified scan line index. | -| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline)(int, Color[]) | Writes the whole scan line to the specified scan line index. | - -### Examples +| virtual [AdjustBrightness](../../aspose.imaging/rasterimage/adjustbrightness/)(int) | Adjust of a brightness for image. | +| virtual [AdjustContrast](../../aspose.imaging/rasterimage/adjustcontrast/)(float) | Image contrasting | +| virtual [AdjustGamma](../../aspose.imaging/rasterimage/adjustgamma/#adjustgamma)(float) | Gamma-correction of an image. | +| virtual [AdjustGamma](../../aspose.imaging/rasterimage/adjustgamma/#adjustgamma_1)(float, float, float) | Gamma-correction of an image. | +| virtual [BinarizeBradley](../../aspose.imaging/rasterimage/binarizebradley/#binarizebradley)(double) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| virtual [BinarizeBradley](../../aspose.imaging/rasterimage/binarizebradley/#binarizebradley_1)(double, int) | Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding | +| virtual [BinarizeFixed](../../aspose.imaging/rasterimage/binarizefixed/)(byte) | Binarization of an image with predefined threshold | +| virtual [BinarizeOtsu](../../aspose.imaging/rasterimage/binarizeotsu/)() | Binarization of an image with Otsu thresholding | +| [Blend](../../aspose.imaging/rasterimage/blend/#blend_1)(Point, RasterImage, byte) | Blends this image instance with the *overlay* image. | +| virtual [Blend](../../aspose.imaging/rasterimage/blend/#blend)(Point, RasterImage, Rectangle, byte) | Blends this image instance with the *overlay* image. | +| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/#crop)(Rectangle) | Crops the specified rectangle. | +| virtual [Crop](../../aspose.imaging/rasterimage/crop/#crop_1)(int, int, int, int) | Crop image with shifts. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| [Dither](../../aspose.imaging/rasterimage/dither/#dither)(DitheringMethod, int) | Performs dithering on the current image. | +| abstract [Dither](../../aspose.imaging/rasterimage/dither/#dither_1)(DitheringMethod, int, IColorPalette) | Performs dithering on the current image. | +| virtual [Filter](../../aspose.imaging/rasterimage/filter/)(Rectangle, FilterOptionsBase) | Filters the specified rectangle. | +| [GetArgb32Pixel](../../aspose.imaging/rasterimage/getargb32pixel/)(int, int) | Gets an image 32-bit ARGB pixel. | +| [GetDefaultArgb32Pixels](../../aspose.imaging/rasterimage/getdefaultargb32pixels/)(Rectangle) | Gets the default 32-bit ARGB pixels array. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| [GetDefaultPixels](../../aspose.imaging/rasterimage/getdefaultpixels/)(Rectangle, IPartialArgb32PixelLoader) | Gets the default pixels array using partial pixel loader. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/#getdefaultrawdata)(Rectangle, RawDataSettings) | Gets the default raw data array. | +| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/#getdefaultrawdata_1)(Rectangle, IPartialRawDataLoader, RawDataSettings) | Gets the default raw data array using partial pixel loader. | +| virtual [GetModifyDate](../../aspose.imaging/rasterimage/getmodifydate/)(bool) | Gets the date and time the resource image was last modified. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save/) method as the second parameter. | +| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(int, int) | Gets an image pixel. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. | +| virtual [Grayscale](../../aspose.imaging/rasterimage/grayscale/)() | Transformation of an image to its grayscale representation | +| [LoadArgb32Pixels](../../aspose.imaging/rasterimage/loadargb32pixels/)(Rectangle) | Loads 32-bit ARGB pixels. | +| [LoadArgb64Pixels](../../aspose.imaging/rasterimage/loadargb64pixels/)(Rectangle) | Loads 64-bit ARGB pixels. | +| [LoadCmyk32Pixels](../../aspose.imaging/rasterimage/loadcmyk32pixels/)(Rectangle) | Loads pixels in CMYK format. | +| [LoadPartialArgb32Pixels](../../aspose.imaging/rasterimage/loadpartialargb32pixels/)(Rectangle, IPartialArgb32PixelLoader) | Loads 32-bit ARGB pixels partially by packs. | +| [LoadPartialArgb64Pixels](../../aspose.imaging/rasterimage/loadpartialargb64pixels/)(Rectangle, IPartialArgb64PixelLoader) | Loads 64-bit ARGB pixels partially by packs. | +| [LoadPartialPixels](../../aspose.imaging/rasterimage/loadpartialpixels/)(Rectangle, IPartialPixelLoader) | Loads pixels partially by packs. | +| [LoadPixels](../../aspose.imaging/rasterimage/loadpixels/)(Rectangle) | Loads pixels. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/#loadrawdata)(Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [LoadRawData](../../aspose.imaging/rasterimage/loadrawdata/#loadrawdata_1)(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) | Loads raw data. | +| [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/#normalizeangle)() | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](./getskewangle/) and [`Rotate`](./rotate/) methods. | +| virtual [NormalizeAngle](../../aspose.imaging/rasterimage/normalizeangle/#normalizeangle_1)(bool, Color) | Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](./getskewangle/) and [`Rotate`](./rotate/) methods. | +| [ReadArgb32ScanLine](../../aspose.imaging/rasterimage/readargb32scanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReadScanLine](../../aspose.imaging/rasterimage/readscanline/)(int) | Reads the whole scan line by the specified scan line index. | +| [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/#replacecolor)(Color, byte, Color) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| virtual [ReplaceColor](../../aspose.imaging/rasterimage/replacecolor/#replacecolor_1)(int, byte, int) | Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. | +| [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/#replacenontransparentcolors)(Color) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| virtual [ReplaceNonTransparentColors](../../aspose.imaging/rasterimage/replacenontransparentcolors/#replacenontransparentcolors_1)(int) | Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/rasterimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image with extended options. | +| override [Resize](../../aspose.imaging/rasterimage/resize/#resize_2)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/#rotate)(float) | Rotate image around the center. | +| virtual [Rotate](../../aspose.imaging/rasterimage/rotate/#rotate_1)(float, bool, Color) | Rotate image around the center. | +| abstract [RotateFlip](../../aspose.imaging/image/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [Save](../../aspose.imaging/rasterimage/save/#save_3)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| [SaveArgb32Pixels](../../aspose.imaging/rasterimage/saveargb32pixels/)(Rectangle, int[]) | Saves the 32-bit ARGB pixels. | +| [SaveCmyk32Pixels](../../aspose.imaging/rasterimage/savecmyk32pixels/)(Rectangle, int[]) | Saves the pixels. | +| [SavePixels](../../aspose.imaging/rasterimage/savepixels/)(Rectangle, Color[]) | Saves the pixels. | +| [SaveRawData](../../aspose.imaging/rasterimage/saverawdata/)(byte[], int, Rectangle, RawDataSettings) | Saves the raw data. | +| [SetArgb32Pixel](../../aspose.imaging/rasterimage/setargb32pixel/)(int, int, int) | Sets an image 32-bit ARGB pixel for the specified position. | +| override [SetPalette](../../aspose.imaging/rasterimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | +| [SetPixel](../../aspose.imaging/rasterimage/setpixel/)(int, int, Color) | Sets an image pixel for the specified position. | +| virtual [SetResolution](../../aspose.imaging/rasterimage/setresolution/)(double, double) | Sets the resolution for this `RasterImage`. | +| virtual [ToBitmap](../../aspose.imaging/rasterimage/tobitmap/)() | Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher | +| [WriteArgb32ScanLine](../../aspose.imaging/rasterimage/writeargb32scanline/)(int, int[]) | Writes the whole scan line to the specified scan line index. | +| [WriteScanLine](../../aspose.imaging/rasterimage/writescanline/)(int, Color[]) | Writes the whole scan line to the specified scan line index. | + +## Examples This example shows how to Loads Pixel information in an Array of Type Color, manipulates the array and set it back to the image. To perform these operations, this example creates a new Image file (in GIF format) uisng MemoryStream object. @@ -188,9 +188,9 @@ using (System.IO.MemoryStream stream = new System.IO.MemoryStream()) ### See Also -* class [Image](../image) -* interface [IRasterImageArgb32PixelLoader](../irasterimageargb32pixelloader) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [Image](../image/) +* interface [IRasterImageArgb32PixelLoader](../irasterimageargb32pixelloader/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustbrightness/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustbrightness/_index.md index fbd9b4e3d638..55a3ca598603 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustbrightness/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustbrightness/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustBrightness +title: RasterImage.AdjustBrightness second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Adjust of a brightness for image type: docs weight: 190 url: /net/aspose.imaging/rasterimage/adjustbrightness/ @@ -18,7 +18,7 @@ public virtual void AdjustBrightness(int brightness) | --- | --- | --- | | brightness | Int32 | Brightness value. | -### Examples +## Examples The following example performs brightness correction of an image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustcontrast/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustcontrast/_index.md index 823942f0dbaa..90d77f2475ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustcontrast/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustcontrast/_index.md @@ -1,7 +1,7 @@ --- -title: AdjustContrast +title: RasterImage.AdjustContrast second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Image contrasting type: docs weight: 200 url: /net/aspose.imaging/rasterimage/adjustcontrast/ @@ -18,7 +18,7 @@ public virtual void AdjustContrast(float contrast) | --- | --- | --- | | contrast | Single | Contrast value (in range [-100; 100]) | -### Examples +## Examples The following example performs contrast correction of an image. @@ -39,8 +39,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustgamma/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustgamma/_index.md index 49d878bbe99f..18287e0ac0d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustgamma/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/adjustgamma/_index.md @@ -1,12 +1,12 @@ --- -title: AdjustGamma +title: RasterImage.AdjustGamma second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Gammacorrection of an image type: docs weight: 210 url: /net/aspose.imaging/rasterimage/adjustgamma/ --- -## RasterImage.AdjustGamma method (1 of 2) +## AdjustGamma(float, float, float) {#adjustgamma_1} Gamma-correction of an image. @@ -20,7 +20,7 @@ public virtual void AdjustGamma(float gammaRed, float gammaGreen, float gammaBlu | gammaGreen | Single | Gamma for green channel coefficient | | gammaBlue | Single | Gamma for blue channel coefficient | -### Examples +## Examples The following example performs gamma-correction of an image applying different coefficients for color components. @@ -41,13 +41,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.AdjustGamma method (2 of 2) +## AdjustGamma(float) {#adjustgamma} Gamma-correction of an image. @@ -59,7 +59,7 @@ public virtual void AdjustGamma(float gamma) | --- | --- | --- | | gamma | Single | Gamma for red, green and blue channels coefficient | -### Examples +## Examples The following example performs gamma-correction of an image. @@ -80,8 +80,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizebradley/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizebradley/_index.md index f35a3121e3e5..45e7d6d1e36f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizebradley/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizebradley/_index.md @@ -1,12 +1,12 @@ --- -title: BinarizeBradley +title: RasterImage.BinarizeBradley second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Binarization of an image using Bradleys adaptive thresholding algorithm using the integral image thresholding type: docs weight: 220 url: /net/aspose.imaging/rasterimage/binarizebradley/ --- -## RasterImage.BinarizeBradley method (1 of 2) +## BinarizeBradley(double, int) {#binarizebradley_1} Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding @@ -19,7 +19,7 @@ public virtual void BinarizeBradley(double brightnessDifference, int windowSize) | brightnessDifference | Double | The brightness difference between pixel and the average of an s x s window of pixels centered around this pixel. | | windowSize | Int32 | The size of s x s window of pixels centered around this pixel | -### Examples +## Examples The following example binarizes a raster image with Bradley's adaptive thresholding algorithm with the specified window size. Binarized images contain only 2 colors - black and white. @@ -40,13 +40,13 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.BinarizeBradley method (2 of 2) +## BinarizeBradley(double) {#binarizebradley} Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding @@ -60,8 +60,8 @@ public virtual void BinarizeBradley(double brightnessDifference) ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizefixed/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizefixed/_index.md index 2c272d2bcdda..cc882374d69c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizefixed/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizefixed/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeFixed +title: RasterImage.BinarizeFixed second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Binarization of an image with predefined threshold type: docs weight: 230 url: /net/aspose.imaging/rasterimage/binarizefixed/ @@ -18,7 +18,7 @@ public virtual void BinarizeFixed(byte threshold) | --- | --- | --- | | threshold | Byte | Threshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise. | -### Examples +## Examples The following example binarizes a raster image with the predefined threshold. Binarized images contain only 2 colors - black and white. @@ -40,8 +40,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizeotsu/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizeotsu/_index.md index 0266a99f5b30..1965208f65d2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizeotsu/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/binarizeotsu/_index.md @@ -1,7 +1,7 @@ --- -title: BinarizeOtsu +title: RasterImage.BinarizeOtsu second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Binarization of an image with Otsu thresholding type: docs weight: 240 url: /net/aspose.imaging/rasterimage/binarizeotsu/ @@ -14,7 +14,7 @@ Binarization of an image with Otsu thresholding public virtual void BinarizeOtsu() ``` -### Examples +## Examples The following example binarizes a raster image with Otsu thresholding. Binarized images contain only 2 colors - black and white. @@ -35,8 +35,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/blend/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/blend/_index.md index 8b2825be46c4..ca2b0c3c842d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/blend/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/blend/_index.md @@ -1,12 +1,12 @@ --- -title: Blend +title: RasterImage.Blend second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Blends this image instance with the overlay image type: docs weight: 250 url: /net/aspose.imaging/rasterimage/blend/ --- -## RasterImage.Blend method (1 of 2) +## Blend(Point, RasterImage, Rectangle, byte) {#blend} Blends this image instance with the *overlay* image. @@ -24,15 +24,15 @@ public virtual void Blend(Point origin, RasterImage overlay, Rectangle overlayAr ### See Also -* struct [Point](../../point) -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Point](../../point/) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.Blend method (2 of 2) +## Blend(Point, RasterImage, byte) {#blend_1} Blends this image instance with the *overlay* image. @@ -48,9 +48,9 @@ public void Blend(Point origin, RasterImage overlay, byte overlayAlpha = 255) ### See Also -* struct [Point](../../point) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Point](../../point/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/crop/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/crop/_index.md index 3c0d3d3e6395..bb6723cb3517 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/crop/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/crop/_index.md @@ -1,12 +1,12 @@ --- -title: Crop +title: RasterImage.Crop second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Crops the specified rectangle type: docs weight: 260 url: /net/aspose.imaging/rasterimage/crop/ --- -## RasterImage.Crop method (1 of 2) +## Crop(Rectangle) {#crop} Crops the specified rectangle. @@ -18,7 +18,7 @@ public virtual void Crop(Rectangle rectangle) | --- | --- | --- | | rectangle | Rectangle | The rectangle. | -### Examples +## Examples The following example crops a raster image. The cropping area is be specified via Aspose.Imaging.Rectangle. @@ -42,14 +42,14 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.Crop method (2 of 2) +## Crop(int, int, int, int) {#crop_1} Crop image with shifts. @@ -64,7 +64,7 @@ public virtual void Crop(int leftShift, int rightShift, int topShift, int bottom | topShift | Int32 | The top shift. | | bottomShift | Int32 | The bottom shift. | -### Examples +## Examples The following example crops a raster image. The cropping area is specified via Left, Top, Right, Bottom margins. @@ -89,8 +89,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/dither/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/dither/_index.md index 948b74af4b87..d5f33af42292 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/dither/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/dither/_index.md @@ -1,12 +1,12 @@ --- -title: Dither +title: RasterImage.Dither second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Performs dithering on the current image type: docs weight: 270 url: /net/aspose.imaging/rasterimage/dither/ --- -## RasterImage.Dither method (1 of 2) +## Dither(DitheringMethod, int, IColorPalette) {#dither_1} Performs dithering on the current image. @@ -23,15 +23,15 @@ public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, ### See Also -* enum [DitheringMethod](../../ditheringmethod) -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* enum [DitheringMethod](../../ditheringmethod/) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.Dither method (2 of 2) +## Dither(DitheringMethod, int) {#dither} Performs dithering on the current image. @@ -44,7 +44,7 @@ public void Dither(DitheringMethod ditheringMethod, int bitsCount) | ditheringMethod | DitheringMethod | The dithering method. | | bitsCount | Int32 | The final bits count for dithering. | -### Examples +## Examples The following example loads a raster image and performs threshold and floyd dithering using different palette depth. @@ -80,9 +80,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* enum [DitheringMethod](../../ditheringmethod) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* enum [DitheringMethod](../../ditheringmethod/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/filter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/filter/_index.md index a6c7c0759532..6e8ba0376ecf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/filter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/filter/_index.md @@ -1,7 +1,7 @@ --- -title: Filter +title: RasterImage.Filter second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Filters the specified rectangle type: docs weight: 280 url: /net/aspose.imaging/rasterimage/filter/ @@ -19,7 +19,7 @@ public virtual void Filter(Rectangle rectangle, FilterOptionsBase options) | rectangle | Rectangle | The rectangle. | | options | FilterOptionsBase | The options. | -### Examples +## Examples The following example applies various types of filters to a raster image. @@ -85,10 +85,10 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* struct [Rectangle](../../rectangle) -* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [FilterOptionsBase](../../../aspose.imaging.imagefilters.filteroptions/filteroptionsbase/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getargb32pixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getargb32pixel/_index.md index c33c0e380175..1e7011510d5c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getargb32pixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getargb32pixel/_index.md @@ -1,7 +1,7 @@ --- -title: GetArgb32Pixel +title: RasterImage.GetArgb32Pixel second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Gets an image 32bit ARGB pixel type: docs weight: 290 url: /net/aspose.imaging/rasterimage/getargb32pixel/ @@ -23,7 +23,7 @@ public int GetArgb32Pixel(int x, int y) The 32-bit ARGB pixel for the specified location. -### Examples +## Examples The following example loads a raster image and obtains the color of an arbitrary pixel represented as a 32-bit integer value. @@ -104,8 +104,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultargb32pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultargb32pixels/_index.md index 3ecc88f5f032..780576658293 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultargb32pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultargb32pixels/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultArgb32Pixels +title: RasterImage.GetDefaultArgb32Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Gets the default 32bit ARGB pixels array type: docs weight: 300 url: /net/aspose.imaging/rasterimage/getdefaultargb32pixels/ @@ -24,9 +24,9 @@ The default pixels array. ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultpixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultpixels/_index.md index 9e0da336d05a..df96c6631c13 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultpixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultpixels/_index.md @@ -1,7 +1,7 @@ --- -title: GetDefaultPixels +title: RasterImage.GetDefaultPixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Gets the default pixels array using partial pixel loader type: docs weight: 310 url: /net/aspose.imaging/rasterimage/getdefaultpixels/ @@ -21,10 +21,10 @@ public void GetDefaultPixels(Rectangle rectangle, IPartialArgb32PixelLoader part ### See Also -* struct [Rectangle](../../rectangle) -* interface [IPartialArgb32PixelLoader](../../ipartialargb32pixelloader) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* interface [IPartialArgb32PixelLoader](../../ipartialargb32pixelloader/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultrawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultrawdata/_index.md index 511b865d38c4..ee0a802f42ed 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultrawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getdefaultrawdata/_index.md @@ -1,12 +1,12 @@ --- -title: GetDefaultRawData +title: RasterImage.GetDefaultRawData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Gets the default raw data array using partial pixel loader type: docs weight: 320 url: /net/aspose.imaging/rasterimage/getdefaultrawdata/ --- -## RasterImage.GetDefaultRawData method (1 of 2) +## GetDefaultRawData(Rectangle, IPartialRawDataLoader, RawDataSettings) {#getdefaultrawdata_1} Gets the default raw data array using partial pixel loader. @@ -23,16 +23,16 @@ public void GetDefaultRawData(Rectangle rectangle, IPartialRawDataLoader partial ### See Also -* struct [Rectangle](../../rectangle) -* interface [IPartialRawDataLoader](../../ipartialrawdataloader) -* class [RawDataSettings](../../rawdatasettings) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* interface [IPartialRawDataLoader](../../ipartialrawdataloader/) +* class [RawDataSettings](../../rawdatasettings/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.GetDefaultRawData method (2 of 2) +## GetDefaultRawData(Rectangle, RawDataSettings) {#getdefaultrawdata} Gets the default raw data array. @@ -51,10 +51,10 @@ The default raw data array. ### See Also -* struct [Rectangle](../../rectangle) -* class [RawDataSettings](../../rawdatasettings) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RawDataSettings](../../rawdatasettings/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getmodifydate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getmodifydate/_index.md index d7a418301a0d..cd098bb1846c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getmodifydate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getmodifydate/_index.md @@ -1,7 +1,7 @@ --- -title: GetModifyDate +title: RasterImage.GetModifyDate second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Gets the date and time the resource image was last modified type: docs weight: 330 url: /net/aspose.imaging/rasterimage/getmodifydate/ @@ -24,8 +24,8 @@ The date and time the resource image was last modified. ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getpixel/_index.md index 51dcbde39699..4e6442b55af4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getpixel/_index.md @@ -1,7 +1,7 @@ --- -title: GetPixel +title: RasterImage.GetPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Gets an image pixel type: docs weight: 340 url: /net/aspose.imaging/rasterimage/getpixel/ @@ -23,7 +23,7 @@ public Color GetPixel(int x, int y) The pixel color for the specified location. -### Examples +## Examples The following example loads a raster image and obtains the color of an arbitrary pixel. @@ -49,9 +49,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.p ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getskewangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getskewangle/_index.md index 23f39c20bbc6..e6203acb90af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getskewangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/getskewangle/_index.md @@ -1,7 +1,7 @@ --- -title: GetSkewAngle +title: RasterImage.GetSkewAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Gets the skew angle. This method is applicable to scanned text documents to determine the skew angle when scanning type: docs weight: 350 url: /net/aspose.imaging/rasterimage/getskewangle/ @@ -20,8 +20,8 @@ The skew angle, in degrees. ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/grayscale/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/grayscale/_index.md index 1a55462b1f17..4743c7cbecae 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/grayscale/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/grayscale/_index.md @@ -1,7 +1,7 @@ --- -title: Grayscale +title: RasterImage.Grayscale second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Transformation of an image to its grayscale representation type: docs weight: 360 url: /net/aspose.imaging/rasterimage/grayscale/ @@ -14,7 +14,7 @@ Transformation of an image to its grayscale representation public virtual void Grayscale() ``` -### Examples +## Examples The following example transforms a colored raster image to its grayscale representation. Grayscale images are composed exclusively of shades of gray and carry only intensity information. @@ -34,8 +34,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/hasalpha/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/hasalpha/_index.md index 661c1960a810..cd35247b2d6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/hasalpha/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/hasalpha/_index.md @@ -1,7 +1,7 @@ --- -title: HasAlpha +title: RasterImage.HasAlpha second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets a value indicating whether this instance has alpha type: docs weight: 10 url: /net/aspose.imaging/rasterimage/hasalpha/ @@ -18,7 +18,7 @@ public virtual bool HasAlpha { get; } `true` if this instance has alpha; otherwise, `false`. -### Examples +## Examples The following example loads raster images and prints information about raw data format and alpha channel. @@ -70,8 +70,8 @@ using (Aspose.Imaging.FileFormats.Bmp.BmpImage bmpImage = new Aspose.Imaging.Fil ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/hastransparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/hastransparentcolor/_index.md index 8c3afe8caa87..d4aa6ae56673 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/hastransparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/hastransparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: HasTransparentColor +title: RasterImage.HasTransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets a value indicating whether image has transparent color type: docs weight: 20 url: /net/aspose.imaging/rasterimage/hastransparentcolor/ @@ -16,8 +16,8 @@ public virtual bool HasTransparentColor { get; set; } ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/horizontalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/horizontalresolution/_index.md index aaab72538652..b4a7fe924cf6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/horizontalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/horizontalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: HorizontalResolution +title: RasterImage.HorizontalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets the horizontal resolution in pixels per inch of this RasterImage type: docs weight: 30 url: /net/aspose.imaging/rasterimage/horizontalresolution/ --- ## RasterImage.HorizontalResolution property -Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../../rasterimage). +Gets or sets the horizontal resolution, in pixels per inch, of this [`RasterImage`](../). ```csharp public virtual double HorizontalResolution { get; set; } @@ -18,11 +18,11 @@ public virtual double HorizontalResolution { get; set; } The horizontal resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a raster image. @@ -62,8 +62,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.jpg" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/imageopacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/imageopacity/_index.md index ca7b53adf1d9..a89997ed448a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/imageopacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/imageopacity/_index.md @@ -1,7 +1,7 @@ --- -title: ImageOpacity +title: RasterImage.ImageOpacity second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets opacity of this image type: docs weight: 40 url: /net/aspose.imaging/rasterimage/imageopacity/ @@ -20,8 +20,8 @@ The opacity value between 0.0 (fully transparent) and 1.0 (fully opaque). ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/israwdataavailable/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/israwdataavailable/_index.md index 9737a9de3d74..d158f3add69e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/israwdataavailable/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/israwdataavailable/_index.md @@ -1,7 +1,7 @@ --- -title: IsRawDataAvailable +title: RasterImage.IsRawDataAvailable second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets a value indicating whether raw data loading is available type: docs weight: 50 url: /net/aspose.imaging/rasterimage/israwdataavailable/ @@ -20,8 +20,8 @@ public bool IsRawDataAvailable { get; } ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadargb32pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadargb32pixels/_index.md index fd3f6d05d7d2..08a37c6b33d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadargb32pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadargb32pixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadArgb32Pixels +title: RasterImage.LoadArgb32Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Loads 32bit ARGB pixels type: docs weight: 370 url: /net/aspose.imaging/rasterimage/loadargb32pixels/ @@ -22,7 +22,7 @@ public int[] LoadArgb32Pixels(Rectangle rectangle) The loaded 32-bit ARGB pixels array. -### Examples +## Examples The following example shows how to load and process pixels of a raster image. The pixels are represented as 32-bit integer values. For example, consider a problem of counting of fully transparent pixels of an image. @@ -53,9 +53,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\alpha.pn ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadargb64pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadargb64pixels/_index.md index 98ccabc66072..079745374cd0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadargb64pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadargb64pixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadArgb64Pixels +title: RasterImage.LoadArgb64Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Loads 64bit ARGB pixels type: docs weight: 380 url: /net/aspose.imaging/rasterimage/loadargb64pixels/ @@ -22,7 +22,7 @@ public long[] LoadArgb64Pixels(Rectangle rectangle) The loaded 64-bit ARGB pixels array. -### Examples +## Examples The following example shows how to load and process pixels of a raster image. The pixels are represented as 64-bit integer values. For example, consider a problem of counting of fully transparent pixels of an image. @@ -56,9 +56,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\16rgba.p ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadcmyk32pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadcmyk32pixels/_index.md index 189965ca0cd9..66b0b0e488a5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadcmyk32pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadcmyk32pixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadCmyk32Pixels +title: RasterImage.LoadCmyk32Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Loads pixels in CMYK format type: docs weight: 390 url: /net/aspose.imaging/rasterimage/loadcmyk32pixels/ @@ -24,9 +24,9 @@ The loaded CMYK pixels presentes as 32-bit inateger values. ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialargb32pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialargb32pixels/_index.md index 64348a303b42..1013f708dc2c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialargb32pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialargb32pixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadPartialArgb32Pixels +title: RasterImage.LoadPartialArgb32Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Loads 32bit ARGB pixels partially by packs type: docs weight: 400 url: /net/aspose.imaging/rasterimage/loadpartialargb32pixels/ @@ -20,7 +20,7 @@ public void LoadPartialArgb32Pixels(Rectangle rectangle, | rectangle | Rectangle | The desired rectangle. | | partialPixelLoader | IPartialArgb32PixelLoader | The 32-bit ARGB pixel loader. | -### Examples +## Examples The following example shows how to load and process pixels of a raster image using your own partial processor. For example, consider a problem of counting of fully transparent pixels of an image. In order to count transparent pixels using partial loading mechanism, a separate class TransparentArgb32PixelCounter implementing Aspose.Imaging.IPartialArgb32PixelLoader is introduced. @@ -83,10 +83,10 @@ private class TransparentArgb32PixelCounter : IPartialArgb32PixelLoader ### See Also -* struct [Rectangle](../../rectangle) -* interface [IPartialArgb32PixelLoader](../../ipartialargb32pixelloader) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* interface [IPartialArgb32PixelLoader](../../ipartialargb32pixelloader/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialargb64pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialargb64pixels/_index.md index d557dbea04a4..6be9371ad919 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialargb64pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialargb64pixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadPartialArgb64Pixels +title: RasterImage.LoadPartialArgb64Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Loads 64bit ARGB pixels partially by packs type: docs weight: 410 url: /net/aspose.imaging/rasterimage/loadpartialargb64pixels/ @@ -22,10 +22,10 @@ public void LoadPartialArgb64Pixels(Rectangle rectangle, ### See Also -* struct [Rectangle](../../rectangle) -* interface [IPartialArgb64PixelLoader](../../ipartialargb64pixelloader) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* interface [IPartialArgb64PixelLoader](../../ipartialargb64pixelloader/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialpixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialpixels/_index.md index ed44298247fc..cf6efce2a409 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialpixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpartialpixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadPartialPixels +title: RasterImage.LoadPartialPixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Loads pixels partially by packs type: docs weight: 420 url: /net/aspose.imaging/rasterimage/loadpartialpixels/ @@ -19,7 +19,7 @@ public void LoadPartialPixels(Rectangle desiredRectangle, IPartialPixelLoader pi | desiredRectangle | Rectangle | The desired rectangle. | | pixelLoader | IPartialPixelLoader | The pixel loader. | -### Examples +## Examples The following example shows how to load and process pixels of a raster image using your own partial processor. For example, consider a problem of counting of fully transparent pixels of an image. In order to count transparent using partial loading mechanism, a separate class TransparentPixelCounter implementing Aspose.Imaging.IPartialPixelLoader is introduced. @@ -81,10 +81,10 @@ private class TransparentPixelCounter : IPartialPixelLoader ### See Also -* struct [Rectangle](../../rectangle) -* interface [IPartialPixelLoader](../../ipartialpixelloader) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* interface [IPartialPixelLoader](../../ipartialpixelloader/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpixels/_index.md index 6803c2722d5b..61a502c12500 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadpixels/_index.md @@ -1,7 +1,7 @@ --- -title: LoadPixels +title: RasterImage.LoadPixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Loads pixels type: docs weight: 430 url: /net/aspose.imaging/rasterimage/loadpixels/ @@ -22,7 +22,7 @@ public Color[] LoadPixels(Rectangle rectangle) The loaded pixels array. -### Examples +## Examples The following example shows how to load and process pixels of a raster image. For example, consider a problem of counting of fully transparent pixels of an image. @@ -100,10 +100,10 @@ using (System.IO.MemoryStream stream = new System.IO.MemoryStream()) ### See Also -* struct [Color](../../color) -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadrawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadrawdata/_index.md index 176786bfcf9a..1968bc175ef5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadrawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/loadrawdata/_index.md @@ -1,12 +1,12 @@ --- -title: LoadRawData +title: RasterImage.LoadRawData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Loads raw data type: docs weight: 440 url: /net/aspose.imaging/rasterimage/loadrawdata/ --- -## RasterImage.LoadRawData method (1 of 2) +## LoadRawData(Rectangle, RawDataSettings, IPartialRawDataLoader) {#loadrawdata} Loads raw data. @@ -21,7 +21,7 @@ public void LoadRawData(Rectangle rectangle, RawDataSettings rawDataSettings, | rawDataSettings | RawDataSettings | The raw data settings to use for loaded data. Note if data is not in the format specified then data conversion will be performed. | | rawDataLoader | IPartialRawDataLoader | The raw data loader. | -### Examples +## Examples The following example shows how to extract pixels from the raw image data using RawDataSettings. For example, consider a problem of counting of fully transparent pixels of an image. @@ -156,16 +156,16 @@ private class TransparentPixelRawDataCounter : IPartialRawDataLoader ### See Also -* struct [Rectangle](../../rectangle) -* class [RawDataSettings](../../rawdatasettings) -* interface [IPartialRawDataLoader](../../ipartialrawdataloader) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RawDataSettings](../../rawdatasettings/) +* interface [IPartialRawDataLoader](../../ipartialrawdataloader/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.LoadRawData method (2 of 2) +## LoadRawData(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader) {#loadrawdata_1} Loads raw data. @@ -183,11 +183,11 @@ public void LoadRawData(Rectangle rectangle, Rectangle destImageBounds, ### See Also -* struct [Rectangle](../../rectangle) -* class [RawDataSettings](../../rawdatasettings) -* interface [IPartialRawDataLoader](../../ipartialrawdataloader) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RawDataSettings](../../rawdatasettings/) +* interface [IPartialRawDataLoader](../../ipartialrawdataloader/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/normalizeangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/normalizeangle/_index.md index 355e198f9001..285ff70e06d3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/normalizeangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/normalizeangle/_index.md @@ -1,14 +1,14 @@ --- -title: NormalizeAngle +title: RasterImage.NormalizeAngle second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses GetSkewAngle and Rotate methods type: docs weight: 450 url: /net/aspose.imaging/rasterimage/normalizeangle/ --- -## RasterImage.NormalizeAngle method (1 of 2) +## NormalizeAngle() {#normalizeangle} -Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../getskewangle) and [`Rotate`](../rotate) methods. +Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../getskewangle/) and [`Rotate`](../rotate/) methods. ```csharp public void NormalizeAngle() @@ -16,15 +16,15 @@ public void NormalizeAngle() ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.NormalizeAngle method (2 of 2) +## NormalizeAngle(bool, Color) {#normalizeangle_1} -Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../getskewangle) and [`Rotate`](../rotate) methods. +Normalizes the angle. This method is applicable to scanned text documents to get rid of the skewed scan. This method uses [`GetSkewAngle`](../getskewangle/) and [`Rotate`](../rotate/) methods. ```csharp public virtual void NormalizeAngle(bool resizeProportionally, Color backgroundColor) @@ -35,7 +35,7 @@ public virtual void NormalizeAngle(bool resizeProportionally, Color backgroundCo | resizeProportionally | Boolean | if set to `true` you will have your image size changed according to rotated rectangle (corner points) projections in other case that leaves dimensions untouched and only internal image contents are rotated. | | backgroundColor | Color | Color of the background. | -### Examples +## Examples Skew is an artifact that might appear during document scanning process when the text/images of the document get rotated at a slight angle. It can have various causes but the most common is that the paper get misplaced during a scan. Therefore, deskew is the process of detecting and fixing this issue on scanned files(i.e. bitmap) so deskewed documents will have the text/images correctly and horizontally adjusted. @@ -58,9 +58,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/premultiplycomponents/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/premultiplycomponents/_index.md index f15f076dca68..3920f38fb59d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/premultiplycomponents/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/premultiplycomponents/_index.md @@ -1,7 +1,7 @@ --- -title: PremultiplyComponents +title: RasterImage.PremultiplyComponents second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets a value indicating whether the image components must be premultiplied type: docs weight: 60 url: /net/aspose.imaging/rasterimage/premultiplycomponents/ @@ -18,7 +18,7 @@ public virtual bool PremultiplyComponents { get; set; } `true` if the image components must be premultiplied; otherwise, `false`. -### Examples +## Examples The following example creates a new raster image, saves the specified semi-transparent pixels, then loads those pixels and gets final colors in the premultiplied form. @@ -68,8 +68,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Create(createOptions, i ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawcustomcolorconverter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawcustomcolorconverter/_index.md index ce6fe887566c..ab2c8da81a2a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawcustomcolorconverter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawcustomcolorconverter/_index.md @@ -1,7 +1,7 @@ --- -title: RawCustomColorConverter +title: RasterImage.RawCustomColorConverter second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets the custom color converter type: docs weight: 70 url: /net/aspose.imaging/rasterimage/rawcustomcolorconverter/ @@ -20,9 +20,9 @@ The custom color converter ### See Also -* interface [IColorConverter](../../icolorconverter) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* interface [IColorConverter](../../icolorconverter/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawdataformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawdataformat/_index.md index db370a67e3ab..7230432dffee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawdataformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawdataformat/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataFormat +title: RasterImage.RawDataFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets the raw data format type: docs weight: 80 url: /net/aspose.imaging/rasterimage/rawdataformat/ @@ -18,7 +18,7 @@ public virtual PixelDataFormat RawDataFormat { get; } The raw data format. -### Examples +## Examples The following example loads raster images and prints information about raw data format and alpha channel. @@ -90,9 +90,9 @@ using (System.IO.Stream stream = System.IO.File.OpenRead(dir + "sample.djvu")) ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [PixelDataFormat](../../pixeldataformat/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawdatasettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawdatasettings/_index.md index 4dc83f56f410..420310cf333e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawdatasettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawdatasettings/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataSettings +title: RasterImage.RawDataSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets the current raw data settings. Note when using these settings the data loads without conversion type: docs weight: 90 url: /net/aspose.imaging/rasterimage/rawdatasettings/ @@ -20,9 +20,9 @@ The current raw data settings. ### See Also -* class [RawDataSettings](../../rawdatasettings) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RawDataSettings](../../rawdatasettings/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawfallbackindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawfallbackindex/_index.md index 832418b738bb..c6d165697f81 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawfallbackindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawfallbackindex/_index.md @@ -1,7 +1,7 @@ --- -title: RawFallbackIndex +title: RasterImage.RawFallbackIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets the fallback index to use when palette index is out of bounds type: docs weight: 100 url: /net/aspose.imaging/rasterimage/rawfallbackindex/ @@ -20,8 +20,8 @@ The fallback index to use when palette index is out of bounds ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawindexedcolorconverter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawindexedcolorconverter/_index.md index d8d0eff81054..554f8993f81c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawindexedcolorconverter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawindexedcolorconverter/_index.md @@ -1,7 +1,7 @@ --- -title: RawIndexedColorConverter +title: RasterImage.RawIndexedColorConverter second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets the indexed color converter type: docs weight: 110 url: /net/aspose.imaging/rasterimage/rawindexedcolorconverter/ @@ -20,9 +20,9 @@ The indexed color converter ### See Also -* interface [IIndexedColorConverter](../../iindexedcolorconverter) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* interface [IIndexedColorConverter](../../iindexedcolorconverter/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawlinesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawlinesize/_index.md index c99a1511fefe..a9768f342981 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawlinesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rawlinesize/_index.md @@ -1,7 +1,7 @@ --- -title: RawLineSize +title: RasterImage.RawLineSize second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets the raw line size in bytes type: docs weight: 120 url: /net/aspose.imaging/rasterimage/rawlinesize/ @@ -20,8 +20,8 @@ The raw line size in bytes. ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/readargb32scanline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/readargb32scanline/_index.md index 24435a632945..75934855ff8b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/readargb32scanline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/readargb32scanline/_index.md @@ -1,7 +1,7 @@ --- -title: ReadArgb32ScanLine +title: RasterImage.ReadArgb32ScanLine second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Reads the whole scan line by the specified scan line index type: docs weight: 460 url: /net/aspose.imaging/rasterimage/readargb32scanline/ @@ -24,8 +24,8 @@ The scan line 32-bit ARGB color values array. ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/readscanline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/readscanline/_index.md index 8cf0479ef5f6..1d5a43a0bce3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/readscanline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/readscanline/_index.md @@ -1,7 +1,7 @@ --- -title: ReadScanLine +title: RasterImage.ReadScanLine second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Reads the whole scan line by the specified scan line index type: docs weight: 470 url: /net/aspose.imaging/rasterimage/readscanline/ @@ -24,9 +24,9 @@ The scan line pixel color values array. ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/replacecolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/replacecolor/_index.md index ca133f1efe45..a2d9767f1e92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/replacecolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/replacecolor/_index.md @@ -1,12 +1,12 @@ --- -title: ReplaceColor +title: RasterImage.ReplaceColor second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges type: docs weight: 480 url: /net/aspose.imaging/rasterimage/replacecolor/ --- -## RasterImage.ReplaceColor method (1 of 2) +## ReplaceColor(Color, byte, Color) {#replacecolor} Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. @@ -22,14 +22,14 @@ public void ReplaceColor(Color oldColor, byte oldColorDiff, Color newColor) ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.ReplaceColor method (2 of 2) +## ReplaceColor(int, byte, int) {#replacecolor_1} Replaces one color to another with allowed difference and preserves original alpha value to save smooth edges. @@ -45,8 +45,8 @@ public virtual void ReplaceColor(int oldColorArgb, byte oldColorDiff, int newCol ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/replacenontransparentcolors/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/replacenontransparentcolors/_index.md index 57499e3c2f69..30cb085c96ec 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/replacenontransparentcolors/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/replacenontransparentcolors/_index.md @@ -1,12 +1,12 @@ --- -title: ReplaceNonTransparentColors +title: RasterImage.ReplaceNonTransparentColors second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Replaces all nontransparent colors with new color and preserves original alpha value to save smooth edges. Note if you use it on images without transparency all colors will be replaced with a single one type: docs weight: 490 url: /net/aspose.imaging/rasterimage/replacenontransparentcolors/ --- -## RasterImage.ReplaceNonTransparentColors method (1 of 2) +## ReplaceNonTransparentColors(Color) {#replacenontransparentcolors} Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. @@ -20,14 +20,14 @@ public void ReplaceNonTransparentColors(Color newColor) ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.ReplaceNonTransparentColors method (2 of 2) +## ReplaceNonTransparentColors(int) {#replacenontransparentcolors_1} Replaces all non-transparent colors with new color and preserves original alpha value to save smooth edges. Note: if you use it on images without transparency, all colors will be replaced with a single one. @@ -41,8 +41,8 @@ public virtual void ReplaceNonTransparentColors(int newColorArgb) ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/resize/_index.md index 15c8c156630d..689b6049127f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: RasterImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Resizes the image type: docs weight: 500 url: /net/aspose.imaging/rasterimage/resize/ --- -## RasterImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resizes the image. @@ -20,7 +20,7 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) | newHeight | Int32 | The new height. | | resizeType | ResizeType | The resize type. | -### Examples +## Examples This example loads a raster image and resizes it using various resizing methods. @@ -60,14 +60,14 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* enum [ResizeType](../../resizetype) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* enum [ResizeType](../../resizetype/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image with extended options. @@ -81,7 +81,7 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set | newHeight | Int32 | The new height. | | settings | ImageResizeSettings | The resize settings. | -### Examples +## Examples This example loads a raster image and resizes it using various resizing settings. @@ -117,9 +117,9 @@ using (Aspose.Imaging.RasterImage image = (Aspose.Imaging.RasterImage)Aspose.Ima ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [ImageResizeSettings](../../imageresizesettings/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rotate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rotate/_index.md index 2e4a92f216ff..fd051a3a8a68 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rotate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/rotate/_index.md @@ -1,12 +1,12 @@ --- -title: Rotate +title: RasterImage.Rotate second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Rotate image around the center type: docs weight: 510 url: /net/aspose.imaging/rasterimage/rotate/ --- -## RasterImage.Rotate method (1 of 2) +## Rotate(float, bool, Color) {#rotate_1} Rotate image around the center. @@ -28,14 +28,14 @@ public virtual void Rotate(float angle, bool resizeProportionally, Color backgro ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) --- -## RasterImage.Rotate method (2 of 2) +## Rotate(float) {#rotate} Rotate image around the center. @@ -49,8 +49,8 @@ public virtual void Rotate(float angle) ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/save/_index.md index 935072fbd3c8..6f87e8f63f4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: RasterImage.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Saves the images data to the specified stream in the specified file format according to save options type: docs weight: 520 url: /net/aspose.imaging/rasterimage/save/ @@ -22,10 +22,10 @@ public override void Save(Stream stream, ImageOptionsBase optionsBase, Rectangle ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [ImageOptionsBase](../../imageoptionsbase/) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/saveargb32pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/saveargb32pixels/_index.md index 73c7f56fe087..d739cac6903f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/saveargb32pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/saveargb32pixels/_index.md @@ -1,7 +1,7 @@ --- -title: SaveArgb32Pixels +title: RasterImage.SaveArgb32Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Saves the 32bit ARGB pixels type: docs weight: 530 url: /net/aspose.imaging/rasterimage/saveargb32pixels/ @@ -19,7 +19,7 @@ public void SaveArgb32Pixels(Rectangle rectangle, int[] pixels) | rectangle | Rectangle | The rectangle to save pixels to. | | pixels | Int32[] | The 32-bit ARGB pixels array. | -### Examples +## Examples The following example fills the central area of a raster image with black pixels using the Aspose.Imaging.RasterImage.SaveArgb32Pixels method. @@ -49,9 +49,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/savecmyk32pixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/savecmyk32pixels/_index.md index 5979005d3867..6251c4b1e1e5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/savecmyk32pixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/savecmyk32pixels/_index.md @@ -1,7 +1,7 @@ --- -title: SaveCmyk32Pixels +title: RasterImage.SaveCmyk32Pixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Saves the pixels type: docs weight: 540 url: /net/aspose.imaging/rasterimage/savecmyk32pixels/ @@ -19,7 +19,7 @@ public void SaveCmyk32Pixels(Rectangle rectangle, int[] pixels) | rectangle | Rectangle | The rectangle to save pixels to. | | pixels | Int32[] | The CMYK pixels presented as the 32-bit integer values. | -### Examples +## Examples The following example fills the central area of a raster image with black pixels using the Aspose.Imaging.RasterImage.SaveCmyk32Pixels method. @@ -52,9 +52,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.png" ### See Also -* struct [Rectangle](../../rectangle) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/savepixels/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/savepixels/_index.md index 4f56765a2d48..70535b17e6b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/savepixels/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/savepixels/_index.md @@ -1,7 +1,7 @@ --- -title: SavePixels +title: RasterImage.SavePixels second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Saves the pixels type: docs weight: 550 url: /net/aspose.imaging/rasterimage/savepixels/ @@ -19,7 +19,7 @@ public void SavePixels(Rectangle rectangle, Color[] pixels) | rectangle | Rectangle | The rectangle to save pixels to. | | pixels | Color[] | The pixels array. | -### Examples +## Examples The following example fills the central area of a raster image with black pixels using the Aspose.Imaging.RasterImage.SavePixels method. @@ -97,10 +97,10 @@ using (System.IO.MemoryStream stream = new System.IO.MemoryStream()) ### See Also -* struct [Rectangle](../../rectangle) -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/saverawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/saverawdata/_index.md index f2cc0aef6219..685a7c6c912c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/saverawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/saverawdata/_index.md @@ -1,7 +1,7 @@ --- -title: SaveRawData +title: RasterImage.SaveRawData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Saves the raw data type: docs weight: 560 url: /net/aspose.imaging/rasterimage/saverawdata/ @@ -24,10 +24,10 @@ public void SaveRawData(byte[] data, int dataOffset, Rectangle rectangle, ### See Also -* struct [Rectangle](../../rectangle) -* class [RawDataSettings](../../rawdatasettings) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Rectangle](../../rectangle/) +* class [RawDataSettings](../../rawdatasettings/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setargb32pixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setargb32pixel/_index.md index 3a49426534aa..c3257f166469 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setargb32pixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setargb32pixel/_index.md @@ -1,7 +1,7 @@ --- -title: SetArgb32Pixel +title: RasterImage.SetArgb32Pixel second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Sets an image 32bit ARGB pixel for the specified position type: docs weight: 570 url: /net/aspose.imaging/rasterimage/setargb32pixel/ @@ -20,7 +20,7 @@ public void SetArgb32Pixel(int x, int y, int argb32Color) | y | Int32 | The pixel y location. | | argb32Color | Int32 | The 32-bit ARGB pixel for the specified position. | -### Examples +## Examples The following example loads a raster image, and sets the color of an arbitrary pixel. @@ -41,8 +41,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.p ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setpalette/_index.md index 1e6321fbe1e7..d23b90943229 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: RasterImage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Sets the image palette type: docs weight: 580 url: /net/aspose.imaging/rasterimage/setpalette/ @@ -21,9 +21,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* interface [IColorPalette](../../icolorpalette/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setpixel/_index.md index 4d4554388360..1b381d14ca5d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setpixel/_index.md @@ -1,7 +1,7 @@ --- -title: SetPixel +title: RasterImage.SetPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Sets an image pixel for the specified position type: docs weight: 590 url: /net/aspose.imaging/rasterimage/setpixel/ @@ -20,7 +20,7 @@ public void SetPixel(int x, int y, Color color) | y | Int32 | The pixel y location. | | color | Color | The pixel color for the specified position. | -### Examples +## Examples The following example loads a raster image, and sets the color of an arbitrary pixel. @@ -41,9 +41,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@"c:\temp\sample.p ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setresolution/_index.md index 81607f28f3e9..bc328a803f26 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/setresolution/_index.md @@ -1,14 +1,14 @@ --- -title: SetResolution +title: RasterImage.SetResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Sets the resolution for this RasterImage type: docs weight: 600 url: /net/aspose.imaging/rasterimage/setresolution/ --- ## RasterImage.SetResolution method -Sets the resolution for this [`RasterImage`](../../rasterimage). +Sets the resolution for this [`RasterImage`](../). ```csharp public virtual void SetResolution(double dpiX, double dpiY) @@ -16,10 +16,10 @@ public virtual void SetResolution(double dpiX, double dpiY) | Parameter | Type | Description | | --- | --- | --- | -| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../../rasterimage). | -| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../../rasterimage). | +| dpiX | Double | The horizontal resolution, in dots per inch, of the [`RasterImage`](../). | +| dpiY | Double | The vertical resolution, in dots per inch, of the [`RasterImage`](../). | -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a raster image. @@ -59,8 +59,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.jpg" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/tobitmap/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/tobitmap/_index.md index 772575c46f8d..1a4b86b5fa82 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/tobitmap/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/tobitmap/_index.md @@ -1,7 +1,7 @@ --- -title: ToBitmap +title: RasterImage.ToBitmap second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Converts raster image to the bitmap. This method is not supported in versions from .Net7.0 and higher type: docs weight: 610 url: /net/aspose.imaging/rasterimage/tobitmap/ @@ -20,8 +20,8 @@ The bitmap ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/transparentcolor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/transparentcolor/_index.md index a897ece31a57..a765155ef79c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/transparentcolor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/transparentcolor/_index.md @@ -1,7 +1,7 @@ --- -title: TransparentColor +title: RasterImage.TransparentColor second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets the image transparent color type: docs weight: 130 url: /net/aspose.imaging/rasterimage/transparentcolor/ @@ -16,9 +16,9 @@ public virtual Color TransparentColor { get; set; } ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/updatexmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/updatexmpdata/_index.md index 2f62e28aa87c..37a8329c45a3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/updatexmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/updatexmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: UpdateXmpData +title: RasterImage.UpdateXmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets a value indicating whether to update the XMP metadata type: docs weight: 140 url: /net/aspose.imaging/rasterimage/updatexmpdata/ @@ -20,8 +20,8 @@ public virtual bool UpdateXmpData { get; set; } ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/usepalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/usepalette/_index.md index 5d44aa142192..6a33a4646d69 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/usepalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/usepalette/_index.md @@ -1,7 +1,7 @@ --- -title: UsePalette +title: RasterImage.UsePalette second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets a value indicating whether the image palette is used type: docs weight: 150 url: /net/aspose.imaging/rasterimage/usepalette/ @@ -20,8 +20,8 @@ public override bool UsePalette { get; } ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/userawdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/userawdata/_index.md index 73da4b41a558..b54b61f57ef2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/userawdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/userawdata/_index.md @@ -1,7 +1,7 @@ --- -title: UseRawData +title: RasterImage.UseRawData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets a value indicating whether to use raw data loading when the raw data loading is available type: docs weight: 160 url: /net/aspose.imaging/rasterimage/userawdata/ @@ -20,8 +20,8 @@ public virtual bool UseRawData { get; set; } ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/verticalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/verticalresolution/_index.md index b5df3b7f2f00..bf0faf702d31 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/verticalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/verticalresolution/_index.md @@ -1,14 +1,14 @@ --- -title: VerticalResolution +title: RasterImage.VerticalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets the vertical resolution in pixels per inch of this RasterImage type: docs weight: 170 url: /net/aspose.imaging/rasterimage/verticalresolution/ --- ## RasterImage.VerticalResolution property -Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../../rasterimage). +Gets or sets the vertical resolution, in pixels per inch, of this [`RasterImage`](../). ```csharp public virtual double VerticalResolution { get; set; } @@ -18,11 +18,11 @@ public virtual double VerticalResolution { get; set; } The vertical resolution. -### Remarks +## Remarks Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the SetResolution method for updating both resolution values in single call. -### Examples +## Examples The following example shows how to set horizontal/vertical resolution of a raster image. @@ -62,8 +62,8 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.jpg" ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/writeargb32scanline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/writeargb32scanline/_index.md index 4a7213bd6cf9..7330e9a71328 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/writeargb32scanline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/writeargb32scanline/_index.md @@ -1,7 +1,7 @@ --- -title: WriteArgb32ScanLine +title: RasterImage.WriteArgb32ScanLine second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Writes the whole scan line to the specified scan line index type: docs weight: 620 url: /net/aspose.imaging/rasterimage/writeargb32scanline/ @@ -21,8 +21,8 @@ public void WriteArgb32ScanLine(int scanLineIndex, int[] argb32Pixels) ### See Also -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/writescanline/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/writescanline/_index.md index 1fd56928669f..11b8b1889382 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/writescanline/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/writescanline/_index.md @@ -1,7 +1,7 @@ --- -title: WriteScanLine +title: RasterImage.WriteScanLine second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage method. Writes the whole scan line to the specified scan line index type: docs weight: 630 url: /net/aspose.imaging/rasterimage/writescanline/ @@ -21,9 +21,9 @@ public void WriteScanLine(int scanLineIndex, Color[] pixels) ### See Also -* struct [Color](../../color) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* struct [Color](../../color/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/xmpdata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/xmpdata/_index.md index 5e8d5c922e81..2c14f7bd0b78 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/xmpdata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rasterimage/xmpdata/_index.md @@ -1,7 +1,7 @@ --- -title: XmpData +title: RasterImage.XmpData second_title: Aspose.Imaging for .NET API Reference -description: +description: RasterImage property. Gets or sets the XMP metadata type: docs weight: 180 url: /net/aspose.imaging/rasterimage/xmpdata/ @@ -20,9 +20,9 @@ The XMP metadata. ### See Also -* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper) -* class [RasterImage](../../rasterimage) -* namespace [Aspose.Imaging](../../rasterimage) +* class [XmpPacketWrapper](../../../aspose.imaging.xmp/xmppacketwrapper/) +* class [RasterImage](../) +* namespace [Aspose.Imaging](../../rasterimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/_index.md index 5bbfecd9b4c8..4d69827aa129 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataSettings +title: Class RawDataSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.RawDataSettings class. The raw data settings type: docs weight: 11140 url: /net/aspose.imaging/rawdatasettings/ @@ -18,23 +18,23 @@ public class RawDataSettings | Name | Description | | --- | --- | -| [RawDataSettings](rawdatasettings)() | The default constructor. | +| [RawDataSettings](rawdatasettings/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [ColorPalette](../../aspose.imaging/rawdatasettings/colorpalette) { get; set; } | Gets or sets the color palette | -| [CustomColorConverter](../../aspose.imaging/rawdatasettings/customcolorconverter) { get; set; } | Gets or sets the custom color converter | -| [DitheringMethod](../../aspose.imaging/rawdatasettings/ditheringmethod) { get; set; } | Gets or sets the dithering method to use for raw data conversion | -| [FallbackIndex](../../aspose.imaging/rawdatasettings/fallbackindex) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | -| [IndexedColorConverter](../../aspose.imaging/rawdatasettings/indexedcolorconverter) { get; set; } | Gets or sets the indexed color converter | -| [LineSize](../../aspose.imaging/rawdatasettings/linesize) { get; set; } | Gets or sets the pixels line size in bytes for raw data processing | -| [PixelDataFormat](../../aspose.imaging/rawdatasettings/pixeldataformat) { get; set; } | Gets or sets the pixel data format | +| [ColorPalette](../../aspose.imaging/rawdatasettings/colorpalette/) { get; set; } | Gets or sets the color palette | +| [CustomColorConverter](../../aspose.imaging/rawdatasettings/customcolorconverter/) { get; set; } | Gets or sets the custom color converter | +| [DitheringMethod](../../aspose.imaging/rawdatasettings/ditheringmethod/) { get; set; } | Gets or sets the dithering method to use for raw data conversion | +| [FallbackIndex](../../aspose.imaging/rawdatasettings/fallbackindex/) { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds | +| [IndexedColorConverter](../../aspose.imaging/rawdatasettings/indexedcolorconverter/) { get; set; } | Gets or sets the indexed color converter | +| [LineSize](../../aspose.imaging/rawdatasettings/linesize/) { get; set; } | Gets or sets the pixels line size in bytes for raw data processing | +| [PixelDataFormat](../../aspose.imaging/rawdatasettings/pixeldataformat/) { get; set; } | Gets or sets the pixel data format | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/colorpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/colorpalette/_index.md index f79b91d04f76..eb4cd80a750d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/colorpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/colorpalette/_index.md @@ -1,7 +1,7 @@ --- -title: ColorPalette +title: RawDataSettings.ColorPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: RawDataSettings property. Gets or sets the color palette type: docs weight: 20 url: /net/aspose.imaging/rawdatasettings/colorpalette/ @@ -20,9 +20,9 @@ The color palette ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [RawDataSettings](../../rawdatasettings) -* namespace [Aspose.Imaging](../../rawdatasettings) +* interface [IColorPalette](../../icolorpalette/) +* class [RawDataSettings](../) +* namespace [Aspose.Imaging](../../rawdatasettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/customcolorconverter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/customcolorconverter/_index.md index 927676e96026..645c4f968ff6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/customcolorconverter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/customcolorconverter/_index.md @@ -1,7 +1,7 @@ --- -title: CustomColorConverter +title: RawDataSettings.CustomColorConverter second_title: Aspose.Imaging for .NET API Reference -description: +description: RawDataSettings property. Gets or sets the custom color converter type: docs weight: 30 url: /net/aspose.imaging/rawdatasettings/customcolorconverter/ @@ -20,9 +20,9 @@ The custom color converter ### See Also -* interface [IColorConverter](../../icolorconverter) -* class [RawDataSettings](../../rawdatasettings) -* namespace [Aspose.Imaging](../../rawdatasettings) +* interface [IColorConverter](../../icolorconverter/) +* class [RawDataSettings](../) +* namespace [Aspose.Imaging](../../rawdatasettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/ditheringmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/ditheringmethod/_index.md index 3f77bb826d6c..9f0912b99119 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/ditheringmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/ditheringmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DitheringMethod +title: RawDataSettings.DitheringMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: RawDataSettings property. Gets or sets the dithering method to use for raw data conversion type: docs weight: 40 url: /net/aspose.imaging/rawdatasettings/ditheringmethod/ @@ -20,9 +20,9 @@ The dithering method to use for raw data conversion ### See Also -* enum [DitheringMethods](../../ditheringmethods) -* class [RawDataSettings](../../rawdatasettings) -* namespace [Aspose.Imaging](../../rawdatasettings) +* enum [DitheringMethods](../../ditheringmethods/) +* class [RawDataSettings](../) +* namespace [Aspose.Imaging](../../rawdatasettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/fallbackindex/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/fallbackindex/_index.md index e3d512720d61..ff64cc1a7cfd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/fallbackindex/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/fallbackindex/_index.md @@ -1,7 +1,7 @@ --- -title: FallbackIndex +title: RawDataSettings.FallbackIndex second_title: Aspose.Imaging for .NET API Reference -description: +description: RawDataSettings property. Gets or sets the fallback index to use when palette index is out of bounds type: docs weight: 50 url: /net/aspose.imaging/rawdatasettings/fallbackindex/ @@ -20,8 +20,8 @@ The fallback index to use when palette index is out of bounds ### See Also -* class [RawDataSettings](../../rawdatasettings) -* namespace [Aspose.Imaging](../../rawdatasettings) +* class [RawDataSettings](../) +* namespace [Aspose.Imaging](../../rawdatasettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/indexedcolorconverter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/indexedcolorconverter/_index.md index f37ea4156063..58b987dfda47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/indexedcolorconverter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/indexedcolorconverter/_index.md @@ -1,7 +1,7 @@ --- -title: IndexedColorConverter +title: RawDataSettings.IndexedColorConverter second_title: Aspose.Imaging for .NET API Reference -description: +description: RawDataSettings property. Gets or sets the indexed color converter type: docs weight: 60 url: /net/aspose.imaging/rawdatasettings/indexedcolorconverter/ @@ -20,9 +20,9 @@ The indexed color converter ### See Also -* interface [IIndexedColorConverter](../../iindexedcolorconverter) -* class [RawDataSettings](../../rawdatasettings) -* namespace [Aspose.Imaging](../../rawdatasettings) +* interface [IIndexedColorConverter](../../iindexedcolorconverter/) +* class [RawDataSettings](../) +* namespace [Aspose.Imaging](../../rawdatasettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/linesize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/linesize/_index.md index 7bfaaf3ed7e4..1aa3612a0722 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/linesize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/linesize/_index.md @@ -1,7 +1,7 @@ --- -title: LineSize +title: RawDataSettings.LineSize second_title: Aspose.Imaging for .NET API Reference -description: +description: RawDataSettings property. Gets or sets the pixels line size in bytes for raw data processing type: docs weight: 70 url: /net/aspose.imaging/rawdatasettings/linesize/ @@ -20,8 +20,8 @@ The pixels line size in bytes for raw data processing ### See Also -* class [RawDataSettings](../../rawdatasettings) -* namespace [Aspose.Imaging](../../rawdatasettings) +* class [RawDataSettings](../) +* namespace [Aspose.Imaging](../../rawdatasettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/pixeldataformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/pixeldataformat/_index.md index 4cbaea1aacdd..8edfae3aa6ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/pixeldataformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/pixeldataformat/_index.md @@ -1,7 +1,7 @@ --- -title: PixelDataFormat +title: RawDataSettings.PixelDataFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: RawDataSettings property. Gets or sets the pixel data format type: docs weight: 80 url: /net/aspose.imaging/rawdatasettings/pixeldataformat/ @@ -20,9 +20,9 @@ The pixel data format ### See Also -* class [PixelDataFormat](../../pixeldataformat) -* class [RawDataSettings](../../rawdatasettings) -* namespace [Aspose.Imaging](../../rawdatasettings) +* class [PixelDataFormat](../../pixeldataformat/) +* class [RawDataSettings](../) +* namespace [Aspose.Imaging](../../rawdatasettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/rawdatasettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/rawdatasettings/_index.md index 02621197890b..e2b499928b44 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/rawdatasettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rawdatasettings/rawdatasettings/_index.md @@ -1,7 +1,7 @@ --- -title: RawDataSettings +title: RawDataSettings.RawDataSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: RawDataSettings constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging/rawdatasettings/rawdatasettings/ @@ -16,8 +16,8 @@ public RawDataSettings() ### See Also -* class [RawDataSettings](../../rawdatasettings) -* namespace [Aspose.Imaging](../../rawdatasettings) +* class [RawDataSettings](../) +* namespace [Aspose.Imaging](../../rawdatasettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/_index.md index 192a467f11ce..63883dd30fad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/_index.md @@ -1,7 +1,7 @@ --- -title: Rectangle +title: Struct Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Rectangle struct. Stores a set of four integers that represent the location and size of a rectangle type: docs weight: 11150 url: /net/aspose.imaging/rectangle/ @@ -18,57 +18,57 @@ public struct Rectangle | Name | Description | | --- | --- | -| [Rectangle](rectangle)(Point, Size) | Initializes a new instance of the [`Rectangle`](../rectangle) structure with the specified location and size. | -| [Rectangle](rectangle)(int, int, int, int) | Initializes a new instance of the [`Rectangle`](../rectangle) structure with the specified location and size. | +| [Rectangle](rectangle/#constructor)(Point, Size) | Initializes a new instance of the `Rectangle` structure with the specified location and size. | +| [Rectangle](rectangle/#constructor_1)(int, int, int, int) | Initializes a new instance of the `Rectangle` structure with the specified location and size. | ## Properties | Name | Description | | --- | --- | -| static [Empty](../../aspose.imaging/rectangle/empty) { get; } | Gets a new instance of the [`Rectangle`](../rectangle) structure that has [`X`](./x), [`Y`](./y), [`Width`](./width) and [`Height`](./height) values set to zero. | -| [Bottom](../../aspose.imaging/rectangle/bottom) { get; set; } | Gets or sets the y-coordinate that is the sum of the [`Y`](./y) and [`Height`](./height) property values of this [`Rectangle`](../rectangle) structure. | -| [Height](../../aspose.imaging/rectangle/height) { get; set; } | Gets or sets the height of this [`Rectangle`](../rectangle) structure. | -| [IsEmpty](../../aspose.imaging/rectangle/isempty) { get; } | Gets a value indicating whether all numeric properties of this [`Rectangle`](../rectangle) have values of zero. | -| [Left](../../aspose.imaging/rectangle/left) { get; set; } | Gets or sets the x-coordinate of the left edge of this [`Rectangle`](../rectangle) structure. | -| [Location](../../aspose.imaging/rectangle/location) { get; set; } | Gets or sets the coordinates of the upper-left corner of this [`Rectangle`](../rectangle) structure. | -| [Right](../../aspose.imaging/rectangle/right) { get; set; } | Gets or sets the x-coordinate that is the sum of [`X`](./x) and [`Width`](./width) property values of this [`Rectangle`](../rectangle) structure. | -| [Size](../../aspose.imaging/rectangle/size) { get; set; } | Gets or sets the size of this [`Rectangle`](../rectangle). | -| [Top](../../aspose.imaging/rectangle/top) { get; set; } | Gets or sets the y-coordinate of the top edge of this [`Rectangle`](../rectangle) structure. | -| [Width](../../aspose.imaging/rectangle/width) { get; set; } | Gets or sets the width of this [`Rectangle`](../rectangle) structure. | -| [X](../../aspose.imaging/rectangle/x) { get; set; } | Gets or sets the x-coordinate of the upper-left corner of this [`Rectangle`](../rectangle) structure. | -| [Y](../../aspose.imaging/rectangle/y) { get; set; } | Gets or sets the y-coordinate of the upper-left corner of this [`Rectangle`](../rectangle) structure. | +| static [Empty](../../aspose.imaging/rectangle/empty/) { get; } | Gets a new instance of the `Rectangle` structure that has [`X`](./x/), [`Y`](./y/), [`Width`](./width/) and [`Height`](./height/) values set to zero. | +| [Bottom](../../aspose.imaging/rectangle/bottom/) { get; set; } | Gets or sets the y-coordinate that is the sum of the [`Y`](./y/) and [`Height`](./height/) property values of this `Rectangle` structure. | +| [Height](../../aspose.imaging/rectangle/height/) { get; set; } | Gets or sets the height of this `Rectangle` structure. | +| [IsEmpty](../../aspose.imaging/rectangle/isempty/) { get; } | Gets a value indicating whether all numeric properties of this `Rectangle` have values of zero. | +| [Left](../../aspose.imaging/rectangle/left/) { get; set; } | Gets or sets the x-coordinate of the left edge of this `Rectangle` structure. | +| [Location](../../aspose.imaging/rectangle/location/) { get; set; } | Gets or sets the coordinates of the upper-left corner of this `Rectangle` structure. | +| [Right](../../aspose.imaging/rectangle/right/) { get; set; } | Gets or sets the x-coordinate that is the sum of [`X`](./x/) and [`Width`](./width/) property values of this `Rectangle` structure. | +| [Size](../../aspose.imaging/rectangle/size/) { get; set; } | Gets or sets the size of this `Rectangle`. | +| [Top](../../aspose.imaging/rectangle/top/) { get; set; } | Gets or sets the y-coordinate of the top edge of this `Rectangle` structure. | +| [Width](../../aspose.imaging/rectangle/width/) { get; set; } | Gets or sets the width of this `Rectangle` structure. | +| [X](../../aspose.imaging/rectangle/x/) { get; set; } | Gets or sets the x-coordinate of the upper-left corner of this `Rectangle` structure. | +| [Y](../../aspose.imaging/rectangle/y/) { get; set; } | Gets or sets the y-coordinate of the upper-left corner of this `Rectangle` structure. | ## Methods | Name | Description | | --- | --- | -| static [Ceiling](../../aspose.imaging/rectangle/ceiling)(RectangleF) | Converts the specified [`RectangleF`](../rectanglef) structure to a [`Rectangle`](../rectangle) structure by rounding the [`RectangleF`](../rectanglef) values to the next higher integer values. | -| static [FromLeftTopRightBottom](../../aspose.imaging/rectangle/fromlefttoprightbottom)(int, int, int, int) | Creates a [`Rectangle`](../rectangle) structure with the specified edge locations. | -| static [FromPoints](../../aspose.imaging/rectangle/frompoints)(Point, Point) | Creates a new [`Rectangle`](../rectangle) from two points specified. Two verticales of the created [`Rectangle`](../rectangle) will be equal to the passed *point1* and *point2*. These would be typically the opposite vertices. | -| static [Inflate](../../aspose.imaging/rectangle/inflate)(Rectangle, int, int) | Creates and returns an inflated copy of the specified [`Rectangle`](../rectangle) structure. The copy is inflated by the specified amount. The original [`Rectangle`](../rectangle) structure remains unmodified. | -| static [Intersect](../../aspose.imaging/rectangle/intersect)(Rectangle, Rectangle) | Returns a third [`Rectangle`](../rectangle) structure that represents the intersection of two other [`Rectangle`](../rectangle) structures. If there is no intersection, an empty [`Rectangle`](../rectangle) is returned. | -| static [Round](../../aspose.imaging/rectangle/round)(RectangleF) | Converts the specified [`RectangleF`](../rectanglef) to a [`Rectangle`](../rectangle) by rounding the [`RectangleF`](../rectanglef) values to the nearest integer values. | -| static [Truncate](../../aspose.imaging/rectangle/truncate)(RectangleF) | Converts the specified [`RectangleF`](../rectanglef) to a [`Rectangle`](../rectangle) by truncating the [`RectangleF`](../rectanglef) values. | -| static [Union](../../aspose.imaging/rectangle/union)(Rectangle, Rectangle) | Gets a [`Rectangle`](../rectangle) structure that contains the union of two [`Rectangle`](../rectangle) structures. | -| [Contains](../../aspose.imaging/rectangle/contains)(Point) | Determines if the specified point is contained within this [`Rectangle`](../rectangle) structure. | -| [Contains](../../aspose.imaging/rectangle/contains)(Rectangle) | Determines if the rectangular region represented by *rect* is entirely contained within this [`Rectangle`](../rectangle) structure. | -| [Contains](../../aspose.imaging/rectangle/contains)(int, int) | Determines if the specified point is contained within this [`Rectangle`](../rectangle) structure. | -| override [Equals](../../aspose.imaging/rectangle/equals)(object) | Tests whether *obj* is a [`Rectangle`](../rectangle) structure with the same location and size of this [`Rectangle`](../rectangle) structure. | -| override [GetHashCode](../../aspose.imaging/rectangle/gethashcode)() | Returns the hash code for this [`Rectangle`](../rectangle) structure. | -| [Inflate](../../aspose.imaging/rectangle/inflate)(Size) | Inflates this [`Rectangle`](../rectangle) by the specified amount. | -| [Inflate](../../aspose.imaging/rectangle/inflate)(int, int) | Inflates this [`Rectangle`](../rectangle) by the specified amount. | -| [Intersect](../../aspose.imaging/rectangle/intersect)(Rectangle) | Replaces this [`Rectangle`](../rectangle) with the intersection of itself and the specified [`Rectangle`](../rectangle). | -| [IntersectsWith](../../aspose.imaging/rectangle/intersectswith)(Rectangle) | Determines if this rectangle intersects with *rect*. | -| [Normalize](../../aspose.imaging/rectangle/normalize)() | Normalizes the rectangle by making it's width and height positive, left less than right and top less than bottom. | -| [Offset](../../aspose.imaging/rectangle/offset)(Point) | Adjusts the location of this rectangle by the specified amount. | -| [Offset](../../aspose.imaging/rectangle/offset)(int, int) | Adjusts the location of this rectangle by the specified amount. | -| override [ToString](../../aspose.imaging/rectangle/tostring)() | Converts the attributes of this [`Rectangle`](../rectangle) to a human-readable string. | -| [operator ==](../../aspose.imaging/rectangle/op_equality) | Tests whether two [`Rectangle`](../rectangle) structures have equal location and size. | -| [operator !=](../../aspose.imaging/rectangle/op_inequality) | Tests whether two [`Rectangle`](../rectangle) structures differ in location or size. | +| static [Ceiling](../../aspose.imaging/rectangle/ceiling/)(RectangleF) | Converts the specified [`RectangleF`](../rectanglef/) structure to a `Rectangle` structure by rounding the [`RectangleF`](../rectanglef/) values to the next higher integer values. | +| static [FromLeftTopRightBottom](../../aspose.imaging/rectangle/fromlefttoprightbottom/)(int, int, int, int) | Creates a `Rectangle` structure with the specified edge locations. | +| static [FromPoints](../../aspose.imaging/rectangle/frompoints/)(Point, Point) | Creates a new `Rectangle` from two points specified. Two verticales of the created `Rectangle` will be equal to the passed *point1* and *point2*. These would be typically the opposite vertices. | +| static [Inflate](../../aspose.imaging/rectangle/inflate/)(Rectangle, int, int) | Creates and returns an inflated copy of the specified `Rectangle` structure. The copy is inflated by the specified amount. The original `Rectangle` structure remains unmodified. | +| static [Intersect](../../aspose.imaging/rectangle/intersect/)(Rectangle, Rectangle) | Returns a third `Rectangle` structure that represents the intersection of two other `Rectangle` structures. If there is no intersection, an empty `Rectangle` is returned. | +| static [Round](../../aspose.imaging/rectangle/round/)(RectangleF) | Converts the specified [`RectangleF`](../rectanglef/) to a `Rectangle` by rounding the [`RectangleF`](../rectanglef/) values to the nearest integer values. | +| static [Truncate](../../aspose.imaging/rectangle/truncate/)(RectangleF) | Converts the specified [`RectangleF`](../rectanglef/) to a `Rectangle` by truncating the [`RectangleF`](../rectanglef/) values. | +| static [Union](../../aspose.imaging/rectangle/union/)(Rectangle, Rectangle) | Gets a `Rectangle` structure that contains the union of two `Rectangle` structures. | +| [Contains](../../aspose.imaging/rectangle/contains/#contains)(Point) | Determines if the specified point is contained within this `Rectangle` structure. | +| [Contains](../../aspose.imaging/rectangle/contains/#contains_1)(Rectangle) | Determines if the rectangular region represented by *rect* is entirely contained within this `Rectangle` structure. | +| [Contains](../../aspose.imaging/rectangle/contains/#contains_2)(int, int) | Determines if the specified point is contained within this `Rectangle` structure. | +| override [Equals](../../aspose.imaging/rectangle/equals/)(object) | Tests whether *obj* is a `Rectangle` structure with the same location and size of this `Rectangle` structure. | +| override [GetHashCode](../../aspose.imaging/rectangle/gethashcode/)() | Returns the hash code for this `Rectangle` structure. | +| [Inflate](../../aspose.imaging/rectangle/inflate/#inflate)(Size) | Inflates this `Rectangle` by the specified amount. | +| [Inflate](../../aspose.imaging/rectangle/inflate/#inflate_1)(int, int) | Inflates this `Rectangle` by the specified amount. | +| [Intersect](../../aspose.imaging/rectangle/intersect/)(Rectangle) | Replaces this `Rectangle` with the intersection of itself and the specified `Rectangle`. | +| [IntersectsWith](../../aspose.imaging/rectangle/intersectswith/)(Rectangle) | Determines if this rectangle intersects with *rect*. | +| [Normalize](../../aspose.imaging/rectangle/normalize/)() | Normalizes the rectangle by making it's width and height positive, left less than right and top less than bottom. | +| [Offset](../../aspose.imaging/rectangle/offset/#offset)(Point) | Adjusts the location of this rectangle by the specified amount. | +| [Offset](../../aspose.imaging/rectangle/offset/#offset_1)(int, int) | Adjusts the location of this rectangle by the specified amount. | +| override [ToString](../../aspose.imaging/rectangle/tostring/)() | Converts the attributes of this `Rectangle` to a human-readable string. | +| [operator ==](../../aspose.imaging/rectangle/op_equality/) | Tests whether two `Rectangle` structures have equal location and size. | +| [operator !=](../../aspose.imaging/rectangle/op_inequality/) | Tests whether two `Rectangle` structures differ in location or size. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/bottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/bottom/_index.md index a3247e1174a7..8e1e3060cc6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/bottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/bottom/_index.md @@ -1,14 +1,14 @@ --- -title: Bottom +title: Rectangle.Bottom second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the ycoordinate that is the sum of the Y and Height property values of this Rectangle structure type: docs weight: 110 url: /net/aspose.imaging/rectangle/bottom/ --- ## Rectangle.Bottom property -Gets or sets the y-coordinate that is the sum of the [`Y`](../y) and [`Height`](../height) property values of this [`Rectangle`](../../rectangle) structure. +Gets or sets the y-coordinate that is the sum of the [`Y`](../y/) and [`Height`](../height/) property values of this [`Rectangle`](../) structure. ```csharp public int Bottom { get; set; } @@ -16,12 +16,12 @@ public int Bottom { get; set; } ### Property Value -The y-coordinate that is the sum of [`Y`](../y) and [`Height`](../height) of this [`Rectangle`](../../rectangle). +The y-coordinate that is the sum of [`Y`](../y/) and [`Height`](../height/) of this [`Rectangle`](../). ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/ceiling/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/ceiling/_index.md index f960abcc621d..89e4676236e8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/ceiling/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/ceiling/_index.md @@ -1,14 +1,14 @@ --- -title: Ceiling +title: Rectangle.Ceiling second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values type: docs weight: 30 url: /net/aspose.imaging/rectangle/ceiling/ --- ## Rectangle.Ceiling method -Converts the specified [`RectangleF`](../../rectanglef) structure to a [`Rectangle`](../../rectangle) structure by rounding the [`RectangleF`](../../rectanglef) values to the next higher integer values. +Converts the specified [`RectangleF`](../../rectanglef/) structure to a [`Rectangle`](../) structure by rounding the [`RectangleF`](../../rectanglef/) values to the next higher integer values. ```csharp public static Rectangle Ceiling(RectangleF value) @@ -16,17 +16,17 @@ public static Rectangle Ceiling(RectangleF value) | Parameter | Type | Description | | --- | --- | --- | -| value | RectangleF | The [`RectangleF`](../../rectanglef) structure to be converted. | +| value | RectangleF | The [`RectangleF`](../../rectanglef/) structure to be converted. | ### Return Value -Returns a [`Rectangle`](../../rectangle). +Returns a [`Rectangle`](../). ### See Also -* struct [RectangleF](../../rectanglef) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [RectangleF](../../rectanglef/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/contains/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/contains/_index.md index 943de07b8c4f..190405bb7b98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/contains/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/contains/_index.md @@ -1,14 +1,14 @@ --- -title: Contains +title: Rectangle.Contains second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Determines if the specified point is contained within this Rectangle structure type: docs weight: 220 url: /net/aspose.imaging/rectangle/contains/ --- -## Rectangle.Contains method (1 of 3) +## Contains(int, int) {#contains_2} -Determines if the specified point is contained within this [`Rectangle`](../../rectangle) structure. +Determines if the specified point is contained within this [`Rectangle`](../) structure. ```csharp public bool Contains(int x, int y) @@ -21,19 +21,19 @@ public bool Contains(int x, int y) ### Return Value -This method returns true if the point defined by *x* and *y* is contained within this [`Rectangle`](../../rectangle) structure; otherwise false. +This method returns true if the point defined by *x* and *y* is contained within this [`Rectangle`](../) structure; otherwise false. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) --- -## Rectangle.Contains method (2 of 3) +## Contains(Point) {#contains} -Determines if the specified point is contained within this [`Rectangle`](../../rectangle) structure. +Determines if the specified point is contained within this [`Rectangle`](../) structure. ```csharp public bool Contains(Point point) @@ -41,24 +41,24 @@ public bool Contains(Point point) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) to test. | +| point | Point | The [`Point`](../../point/) to test. | ### Return Value -This method returns true if the point represented by *point* is contained within this [`Rectangle`](../../rectangle) structure; otherwise false. +This method returns true if the point represented by *point* is contained within this [`Rectangle`](../) structure; otherwise false. ### See Also -* struct [Point](../../point) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Point](../../point/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) --- -## Rectangle.Contains method (3 of 3) +## Contains(Rectangle) {#contains_1} -Determines if the rectangular region represented by *rect* is entirely contained within this [`Rectangle`](../../rectangle) structure. +Determines if the rectangular region represented by *rect* is entirely contained within this [`Rectangle`](../) structure. ```csharp public bool Contains(Rectangle rect) @@ -66,16 +66,16 @@ public bool Contains(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) to test. | +| rect | Rectangle | The [`Rectangle`](../) to test. | ### Return Value -This method returns true if the rectangular region represented by *rect* is entirely contained within this [`Rectangle`](../../rectangle) structure; otherwise false. +This method returns true if the rectangular region represented by *rect* is entirely contained within this [`Rectangle`](../) structure; otherwise false. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/empty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/empty/_index.md index 76d198aaf3ee..85aaddaad152 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/empty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/empty/_index.md @@ -1,14 +1,14 @@ --- -title: Empty +title: Rectangle.Empty second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets a new instance of the Rectangle structure that has X Y Width and Height values set to zero type: docs weight: 20 url: /net/aspose.imaging/rectangle/empty/ --- ## Rectangle.Empty property -Gets a new instance of the [`Rectangle`](../../rectangle) structure that has [`X`](../x), [`Y`](../y), [`Width`](../width) and [`Height`](../height) values set to zero. +Gets a new instance of the [`Rectangle`](../) structure that has [`X`](../x/), [`Y`](../y/), [`Width`](../width/) and [`Height`](../height/) values set to zero. ```csharp public static Rectangle Empty { get; } @@ -16,8 +16,8 @@ public static Rectangle Empty { get; } ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/equals/_index.md index cf58c1796f95..e4289d79ebff 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: Rectangle.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Tests whether obj is a Rectangle structure with the same location and size of this Rectangle structure type: docs weight: 230 url: /net/aspose.imaging/rectangle/equals/ --- ## Rectangle.Equals method -Tests whether *obj* is a [`Rectangle`](../../rectangle) structure with the same location and size of this [`Rectangle`](../../rectangle) structure. +Tests whether *obj* is a [`Rectangle`](../) structure with the same location and size of this [`Rectangle`](../) structure. ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -This method returns true if *obj* is a [`Rectangle`](../../rectangle) structure and its [`X`](../x), [`Y`](../y), [`Width`](../width), and [`Height`](../height) properties are equal to the corresponding properties of this [`Rectangle`](../../rectangle) structure; otherwise, false. +This method returns true if *obj* is a [`Rectangle`](../) structure and its [`X`](../x/), [`Y`](../y/), [`Width`](../width/), and [`Height`](../height/) properties are equal to the corresponding properties of this [`Rectangle`](../) structure; otherwise, false. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/fromlefttoprightbottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/fromlefttoprightbottom/_index.md index c9c9b30bbc29..ea8c42e42f1a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/fromlefttoprightbottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/fromlefttoprightbottom/_index.md @@ -1,14 +1,14 @@ --- -title: FromLeftTopRightBottom +title: Rectangle.FromLeftTopRightBottom second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Creates a Rectangle structure with the specified edge locations type: docs weight: 40 url: /net/aspose.imaging/rectangle/fromlefttoprightbottom/ --- ## Rectangle.FromLeftTopRightBottom method -Creates a [`Rectangle`](../../rectangle) structure with the specified edge locations. +Creates a [`Rectangle`](../) structure with the specified edge locations. ```csharp public static Rectangle FromLeftTopRightBottom(int left, int top, int right, int bottom) @@ -16,19 +16,19 @@ public static Rectangle FromLeftTopRightBottom(int left, int top, int right, int | Parameter | Type | Description | | --- | --- | --- | -| left | Int32 | The x-coordinate of the upper-left corner of this [`Rectangle`](../../rectangle) structure. | -| top | Int32 | The y-coordinate of the upper-left corner of this [`Rectangle`](../../rectangle) structure. | -| right | Int32 | The x-coordinate of the lower-right corner of this [`Rectangle`](../../rectangle) structure. | -| bottom | Int32 | The y-coordinate of the lower-right corner of this [`Rectangle`](../../rectangle) structure. | +| left | Int32 | The x-coordinate of the upper-left corner of this [`Rectangle`](../) structure. | +| top | Int32 | The y-coordinate of the upper-left corner of this [`Rectangle`](../) structure. | +| right | Int32 | The x-coordinate of the lower-right corner of this [`Rectangle`](../) structure. | +| bottom | Int32 | The y-coordinate of the lower-right corner of this [`Rectangle`](../) structure. | ### Return Value -The new [`Rectangle`](../../rectangle) that this method creates. +The new [`Rectangle`](../) that this method creates. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/frompoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/frompoints/_index.md index c762578c65f8..8a886957f0e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/frompoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/frompoints/_index.md @@ -1,14 +1,14 @@ --- -title: FromPoints +title: Rectangle.FromPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Creates a new Rectangle from two points specified. Two verticales of the created Rectangle will be equal to the passed point1 and point2. These would be typically the opposite vertices type: docs weight: 50 url: /net/aspose.imaging/rectangle/frompoints/ --- ## Rectangle.FromPoints method -Creates a new [`Rectangle`](../../rectangle) from two points specified. Two verticales of the created [`Rectangle`](../../rectangle) will be equal to the passed *point1* and *point2*. These would be typically the opposite vertices. +Creates a new [`Rectangle`](../) from two points specified. Two verticales of the created [`Rectangle`](../) will be equal to the passed *point1* and *point2*. These would be typically the opposite vertices. ```csharp public static Rectangle FromPoints(Point point1, Point point2) @@ -16,18 +16,18 @@ public static Rectangle FromPoints(Point point1, Point point2) | Parameter | Type | Description | | --- | --- | --- | -| point1 | Point | The first [`Point`](../../point) for the new rectangle. | -| point2 | Point | The second [`Point`](../../point) for the new rectangle. | +| point1 | Point | The first [`Point`](../../point/) for the new rectangle. | +| point2 | Point | The second [`Point`](../../point/) for the new rectangle. | ### Return Value -A newly created [`Rectangle`](../../rectangle). +A newly created [`Rectangle`](../). ### See Also -* struct [Point](../../point) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Point](../../point/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/gethashcode/_index.md index 97c4332d7b6c..ff02619da876 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/gethashcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetHashCode +title: Rectangle.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Returns the hash code for this Rectangle structure type: docs weight: 240 url: /net/aspose.imaging/rectangle/gethashcode/ --- ## Rectangle.GetHashCode method -Returns the hash code for this [`Rectangle`](../../rectangle) structure. +Returns the hash code for this [`Rectangle`](../) structure. ```csharp public override int GetHashCode() @@ -20,8 +20,8 @@ An integer that represents the hash code for this rectangle. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/height/_index.md index 0d6021a151a8..5457feab97be 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/height/_index.md @@ -1,14 +1,14 @@ --- -title: Height +title: Rectangle.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the height of this Rectangle structure type: docs weight: 120 url: /net/aspose.imaging/rectangle/height/ --- ## Rectangle.Height property -Gets or sets the height of this [`Rectangle`](../../rectangle) structure. +Gets or sets the height of this [`Rectangle`](../) structure. ```csharp public int Height { get; set; } @@ -16,12 +16,12 @@ public int Height { get; set; } ### Return Value -The height of this [`Rectangle`](../../rectangle) structure. +The height of this [`Rectangle`](../) structure. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/inflate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/inflate/_index.md index 7257845b1fdc..91d1a1793476 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/inflate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/inflate/_index.md @@ -1,14 +1,14 @@ --- -title: Inflate +title: Rectangle.Inflate second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Creates and returns an inflated copy of the specified Rectangle structure. The copy is inflated by the specified amount. The original Rectangle structure remains unmodified type: docs weight: 60 url: /net/aspose.imaging/rectangle/inflate/ --- -## Rectangle.Inflate method (1 of 3) +## Inflate(Rectangle, int, int) -Creates and returns an inflated copy of the specified [`Rectangle`](../../rectangle) structure. The copy is inflated by the specified amount. The original [`Rectangle`](../../rectangle) structure remains unmodified. +Creates and returns an inflated copy of the specified [`Rectangle`](../) structure. The copy is inflated by the specified amount. The original [`Rectangle`](../) structure remains unmodified. ```csharp public static Rectangle Inflate(Rectangle rect, int x, int y) @@ -16,25 +16,25 @@ public static Rectangle Inflate(Rectangle rect, int x, int y) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) with which to start. This rectangle is not modified. | -| x | Int32 | The amount to inflate this [`Rectangle`](../../rectangle) horizontally. | -| y | Int32 | The amount to inflate this [`Rectangle`](../../rectangle) vertically. | +| rect | Rectangle | The [`Rectangle`](../) with which to start. This rectangle is not modified. | +| x | Int32 | The amount to inflate this [`Rectangle`](../) horizontally. | +| y | Int32 | The amount to inflate this [`Rectangle`](../) vertically. | ### Return Value -The inflated [`Rectangle`](../../rectangle). +The inflated [`Rectangle`](../). ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) --- -## Rectangle.Inflate method (2 of 3) +## Inflate(int, int) {#inflate_1} -Inflates this [`Rectangle`](../../rectangle) by the specified amount. +Inflates this [`Rectangle`](../) by the specified amount. ```csharp public void Inflate(int width, int height) @@ -42,20 +42,20 @@ public void Inflate(int width, int height) | Parameter | Type | Description | | --- | --- | --- | -| width | Int32 | The amount to inflate this [`Rectangle`](../../rectangle) horizontally. | -| height | Int32 | The amount to inflate this [`Rectangle`](../../rectangle) vertically. | +| width | Int32 | The amount to inflate this [`Rectangle`](../) horizontally. | +| height | Int32 | The amount to inflate this [`Rectangle`](../) vertically. | ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) --- -## Rectangle.Inflate method (3 of 3) +## Inflate(Size) {#inflate} -Inflates this [`Rectangle`](../../rectangle) by the specified amount. +Inflates this [`Rectangle`](../) by the specified amount. ```csharp public void Inflate(Size size) @@ -67,9 +67,9 @@ public void Inflate(Size size) ### See Also -* struct [Size](../../size) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Size](../../size/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/intersect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/intersect/_index.md index bf6713c9286a..0e942f15dd63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/intersect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/intersect/_index.md @@ -1,14 +1,14 @@ --- -title: Intersect +title: Rectangle.Intersect second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Returns a third Rectangle structure that represents the intersection of two other Rectangle structures. If there is no intersection an empty Rectangle is returned type: docs weight: 70 url: /net/aspose.imaging/rectangle/intersect/ --- -## Rectangle.Intersect method (1 of 2) +## Intersect(Rectangle, Rectangle) -Returns a third [`Rectangle`](../../rectangle) structure that represents the intersection of two other [`Rectangle`](../../rectangle) structures. If there is no intersection, an empty [`Rectangle`](../../rectangle) is returned. +Returns a third [`Rectangle`](../) structure that represents the intersection of two other [`Rectangle`](../) structures. If there is no intersection, an empty [`Rectangle`](../) is returned. ```csharp public static Rectangle Intersect(Rectangle a, Rectangle b) @@ -21,19 +21,19 @@ public static Rectangle Intersect(Rectangle a, Rectangle b) ### Return Value -A [`Rectangle`](../../rectangle) that represents the intersection of *a* and *b*. +A [`Rectangle`](../) that represents the intersection of *a* and *b*. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) --- -## Rectangle.Intersect method (2 of 2) +## Intersect(Rectangle) -Replaces this [`Rectangle`](../../rectangle) with the intersection of itself and the specified [`Rectangle`](../../rectangle). +Replaces this [`Rectangle`](../) with the intersection of itself and the specified [`Rectangle`](../). ```csharp public void Intersect(Rectangle rect) @@ -41,12 +41,12 @@ public void Intersect(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) with which to intersect. | +| rect | Rectangle | The [`Rectangle`](../) with which to intersect. | ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/intersectswith/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/intersectswith/_index.md index 874f93eecb82..97f409fe594d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/intersectswith/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/intersectswith/_index.md @@ -1,7 +1,7 @@ --- -title: IntersectsWith +title: Rectangle.IntersectsWith second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Determines if this rectangle intersects with rect type: docs weight: 250 url: /net/aspose.imaging/rectangle/intersectswith/ @@ -24,8 +24,8 @@ This method returns true if there is any intersection, otherwise false. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/isempty/_index.md index d9ed69296abb..0c402b1b84cf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: Rectangle.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets a value indicating whether all numeric properties of this Rectangle have values of zero type: docs weight: 130 url: /net/aspose.imaging/rectangle/isempty/ --- ## Rectangle.IsEmpty property -Gets a value indicating whether all numeric properties of this [`Rectangle`](../../rectangle) have values of zero. +Gets a value indicating whether all numeric properties of this [`Rectangle`](../) have values of zero. ```csharp public bool IsEmpty { get; } @@ -16,12 +16,12 @@ public bool IsEmpty { get; } ### Property Value -This property returns true if the [`Width`](../width), [`Height`](../height), [`X`](../x), and [`Y`](../y) properties of this [`Rectangle`](../../rectangle) all have values of zero; otherwise, false. +This property returns true if the [`Width`](../width/), [`Height`](../height/), [`X`](../x/), and [`Y`](../y/) properties of this [`Rectangle`](../) all have values of zero; otherwise, false. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/left/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/left/_index.md index 660ec5c8bd6d..8e206d859b30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/left/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/left/_index.md @@ -1,14 +1,14 @@ --- -title: Left +title: Rectangle.Left second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the xcoordinate of the left edge of this Rectangle structure type: docs weight: 140 url: /net/aspose.imaging/rectangle/left/ --- ## Rectangle.Left property -Gets or sets the x-coordinate of the left edge of this [`Rectangle`](../../rectangle) structure. +Gets or sets the x-coordinate of the left edge of this [`Rectangle`](../) structure. ```csharp public int Left { get; set; } @@ -16,12 +16,12 @@ public int Left { get; set; } ### Property Value -The x-coordinate of the left edge of this [`Rectangle`](../../rectangle) structure. +The x-coordinate of the left edge of this [`Rectangle`](../) structure. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/location/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/location/_index.md index 0729df115d1f..6679840c8b02 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/location/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/location/_index.md @@ -1,14 +1,14 @@ --- -title: Location +title: Rectangle.Location second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the coordinates of the upperleft corner of this Rectangle structure type: docs weight: 150 url: /net/aspose.imaging/rectangle/location/ --- ## Rectangle.Location property -Gets or sets the coordinates of the upper-left corner of this [`Rectangle`](../../rectangle) structure. +Gets or sets the coordinates of the upper-left corner of this [`Rectangle`](../) structure. ```csharp public Point Location { get; set; } @@ -16,13 +16,13 @@ public Point Location { get; set; } ### Property Value -A [`Point`](../../point) that represents the upper-left corner of this [`Rectangle`](../../rectangle) structure. +A [`Point`](../../point/) that represents the upper-left corner of this [`Rectangle`](../) structure. ### See Also -* struct [Point](../../point) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Point](../../point/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/normalize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/normalize/_index.md index 54ff3a606ff6..00d0292f028d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/normalize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/normalize/_index.md @@ -1,7 +1,7 @@ --- -title: Normalize +title: Rectangle.Normalize second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Normalizes the rectangle by making its width and height positive left less than right and top less than bottom type: docs weight: 260 url: /net/aspose.imaging/rectangle/normalize/ @@ -16,8 +16,8 @@ public void Normalize() ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/offset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/offset/_index.md index 92558d72c6e3..af4f5a4738a4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/offset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/offset/_index.md @@ -1,12 +1,12 @@ --- -title: Offset +title: Rectangle.Offset second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Adjusts the location of this rectangle by the specified amount type: docs weight: 270 url: /net/aspose.imaging/rectangle/offset/ --- -## Rectangle.Offset method (1 of 2) +## Offset(Point) {#offset} Adjusts the location of this rectangle by the specified amount. @@ -20,14 +20,14 @@ public void Offset(Point pos) ### See Also -* struct [Point](../../point) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Point](../../point/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) --- -## Rectangle.Offset method (2 of 2) +## Offset(int, int) {#offset_1} Adjusts the location of this rectangle by the specified amount. @@ -42,8 +42,8 @@ public void Offset(int x, int y) ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/op_equality/_index.md index 560754b3d1ee..269d9c10f777 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/op_equality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Equality +title: Rectangle.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Tests whether two Rectangle structures have equal location and size type: docs weight: 290 url: /net/aspose.imaging/rectangle/op_equality/ --- ## Rectangle Equality operator -Tests whether two [`Rectangle`](../../rectangle) structures have equal location and size. +Tests whether two [`Rectangle`](../) structures have equal location and size. ```csharp public static bool operator ==(Rectangle left, Rectangle right) @@ -16,17 +16,17 @@ public static bool operator ==(Rectangle left, Rectangle right) | Parameter | Type | Description | | --- | --- | --- | -| left | Rectangle | The [`Rectangle`](../../rectangle) structure that is to the left of the equality operator. | -| right | Rectangle | The [`Rectangle`](../../rectangle) structure that is to the right of the equality operator. | +| left | Rectangle | The [`Rectangle`](../) structure that is to the left of the equality operator. | +| right | Rectangle | The [`Rectangle`](../) structure that is to the right of the equality operator. | ### Return Value -This operator returns true if the two [`Rectangle`](../../rectangle) structures have equal [`X`](../x), [`Y`](../y), [`Width`](../width), and [`Height`](../height) properties. +This operator returns true if the two [`Rectangle`](../) structures have equal [`X`](../x/), [`Y`](../y/), [`Width`](../width/), and [`Height`](../height/) properties. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/op_inequality/_index.md index b74192c959bc..8526127a6a3a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/op_inequality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Inequality +title: Rectangle.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Tests whether two Rectangle structures differ in location or size type: docs weight: 300 url: /net/aspose.imaging/rectangle/op_inequality/ --- ## Rectangle Inequality operator -Tests whether two [`Rectangle`](../../rectangle) structures differ in location or size. +Tests whether two [`Rectangle`](../) structures differ in location or size. ```csharp public static bool operator !=(Rectangle left, Rectangle right) @@ -16,17 +16,17 @@ public static bool operator !=(Rectangle left, Rectangle right) | Parameter | Type | Description | | --- | --- | --- | -| left | Rectangle | The [`Rectangle`](../../rectangle) structure that is to the left of the inequality operator. | -| right | Rectangle | The [`Rectangle`](../../rectangle) structure that is to the right of the inequality operator. | +| left | Rectangle | The [`Rectangle`](../) structure that is to the left of the inequality operator. | +| right | Rectangle | The [`Rectangle`](../) structure that is to the right of the inequality operator. | ### Return Value -This operator returns true if any of the [`X`](../x), [`Y`](../y), [`Width`](../width) or [`Height`](../height) properties of the two [`Rectangle`](../../rectangle) structures are unequal; otherwise false. +This operator returns true if any of the [`X`](../x/), [`Y`](../y/), [`Width`](../width/) or [`Height`](../height/) properties of the two [`Rectangle`](../) structures are unequal; otherwise false. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/rectangle/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/rectangle/_index.md index 6c910ee5bb5b..85dd7ab20319 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/rectangle/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/rectangle/_index.md @@ -1,14 +1,14 @@ --- -title: Rectangle +title: Rectangle.Rectangle second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle constructor. Initializes a new instance of the Rectangle structure with the specified location and size type: docs weight: 10 url: /net/aspose.imaging/rectangle/rectangle/ --- -## Rectangle constructor (1 of 2) +## Rectangle(int, int, int, int) {#constructor_1} -Initializes a new instance of the [`Rectangle`](../../rectangle) structure with the specified location and size. +Initializes a new instance of the [`Rectangle`](../) structure with the specified location and size. ```csharp public Rectangle(int x, int y, int width, int height) @@ -23,15 +23,15 @@ public Rectangle(int x, int y, int width, int height) ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) --- -## Rectangle constructor (2 of 2) +## Rectangle(Point, Size) {#constructor} -Initializes a new instance of the [`Rectangle`](../../rectangle) structure with the specified location and size. +Initializes a new instance of the [`Rectangle`](../) structure with the specified location and size. ```csharp public Rectangle(Point location, Size size) @@ -39,15 +39,15 @@ public Rectangle(Point location, Size size) | Parameter | Type | Description | | --- | --- | --- | -| location | Point | A [`Point`](../../point) that represents the upper-left corner of the rectangular region. | -| size | Size | A [`Size`](../../size) that represents the width and height of the rectangular region. | +| location | Point | A [`Point`](../../point/) that represents the upper-left corner of the rectangular region. | +| size | Size | A [`Size`](../../size/) that represents the width and height of the rectangular region. | ### See Also -* struct [Point](../../point) -* struct [Size](../../size) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Point](../../point/) +* struct [Size](../../size/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/right/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/right/_index.md index 8f243bae3d14..ad08e2874554 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/right/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/right/_index.md @@ -1,14 +1,14 @@ --- -title: Right +title: Rectangle.Right second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the xcoordinate that is the sum of X and Width property values of this Rectangle structure type: docs weight: 160 url: /net/aspose.imaging/rectangle/right/ --- ## Rectangle.Right property -Gets or sets the x-coordinate that is the sum of [`X`](../x) and [`Width`](../width) property values of this [`Rectangle`](../../rectangle) structure. +Gets or sets the x-coordinate that is the sum of [`X`](../x/) and [`Width`](../width/) property values of this [`Rectangle`](../) structure. ```csharp public int Right { get; set; } @@ -16,12 +16,12 @@ public int Right { get; set; } ### Property Value -The x-coordinate that is the sum of [`X`](../x) and [`Width`](../width) of this [`Rectangle`](../../rectangle). +The x-coordinate that is the sum of [`X`](../x/) and [`Width`](../width/) of this [`Rectangle`](../). ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/round/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/round/_index.md index 63b743f27ba7..1db055835862 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/round/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/round/_index.md @@ -1,14 +1,14 @@ --- -title: Round +title: Rectangle.Round second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Converts the specified RectangleF to a Rectangle by rounding the RectangleF values to the nearest integer values type: docs weight: 80 url: /net/aspose.imaging/rectangle/round/ --- ## Rectangle.Round method -Converts the specified [`RectangleF`](../../rectanglef) to a [`Rectangle`](../../rectangle) by rounding the [`RectangleF`](../../rectanglef) values to the nearest integer values. +Converts the specified [`RectangleF`](../../rectanglef/) to a [`Rectangle`](../) by rounding the [`RectangleF`](../../rectanglef/) values to the nearest integer values. ```csharp public static Rectangle Round(RectangleF value) @@ -16,17 +16,17 @@ public static Rectangle Round(RectangleF value) | Parameter | Type | Description | | --- | --- | --- | -| value | RectangleF | The [`RectangleF`](../../rectanglef) to be converted. | +| value | RectangleF | The [`RectangleF`](../../rectanglef/) to be converted. | ### Return Value -A new [`Rectangle`](../../rectangle). +A new [`Rectangle`](../). ### See Also -* struct [RectangleF](../../rectanglef) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [RectangleF](../../rectanglef/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/size/_index.md index 88de1f17207e..c8a2b0792a9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/size/_index.md @@ -1,14 +1,14 @@ --- -title: Size +title: Rectangle.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the size of this Rectangle type: docs weight: 170 url: /net/aspose.imaging/rectangle/size/ --- ## Rectangle.Size property -Gets or sets the size of this [`Rectangle`](../../rectangle). +Gets or sets the size of this [`Rectangle`](../). ```csharp public Size Size { get; set; } @@ -16,13 +16,13 @@ public Size Size { get; set; } ### Property Value -A [`Size`](../../size) that represents the width and height of this [`Rectangle`](../../rectangle) structure. +A [`Size`](../../size/) that represents the width and height of this [`Rectangle`](../) structure. ### See Also -* struct [Size](../../size) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Size](../../size/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/top/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/top/_index.md index f5a72ca1dd5f..26c42179f78a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/top/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/top/_index.md @@ -1,14 +1,14 @@ --- -title: Top +title: Rectangle.Top second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the ycoordinate of the top edge of this Rectangle structure type: docs weight: 180 url: /net/aspose.imaging/rectangle/top/ --- ## Rectangle.Top property -Gets or sets the y-coordinate of the top edge of this [`Rectangle`](../../rectangle) structure. +Gets or sets the y-coordinate of the top edge of this [`Rectangle`](../) structure. ```csharp public int Top { get; set; } @@ -16,12 +16,12 @@ public int Top { get; set; } ### Property Value -The y-coordinate of the top edge of this [`Rectangle`](../../rectangle) structure. +The y-coordinate of the top edge of this [`Rectangle`](../) structure. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/tostring/_index.md index 1ddd1ba09dbd..27995d79a388 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: Rectangle.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Converts the attributes of this Rectangle to a humanreadable string type: docs weight: 280 url: /net/aspose.imaging/rectangle/tostring/ --- ## Rectangle.ToString method -Converts the attributes of this [`Rectangle`](../../rectangle) to a human-readable string. +Converts the attributes of this [`Rectangle`](../) to a human-readable string. ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -A string that contains the position, width, and height of this [`Rectangle`](../../rectangle) structure. +A string that contains the position, width, and height of this [`Rectangle`](../) structure. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/truncate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/truncate/_index.md index 585d15052333..b4df8c79764f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/truncate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/truncate/_index.md @@ -1,14 +1,14 @@ --- -title: Truncate +title: Rectangle.Truncate second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Converts the specified RectangleF to a Rectangle by truncating the RectangleF values type: docs weight: 90 url: /net/aspose.imaging/rectangle/truncate/ --- ## Rectangle.Truncate method -Converts the specified [`RectangleF`](../../rectanglef) to a [`Rectangle`](../../rectangle) by truncating the [`RectangleF`](../../rectanglef) values. +Converts the specified [`RectangleF`](../../rectanglef/) to a [`Rectangle`](../) by truncating the [`RectangleF`](../../rectanglef/) values. ```csharp public static Rectangle Truncate(RectangleF value) @@ -16,17 +16,17 @@ public static Rectangle Truncate(RectangleF value) | Parameter | Type | Description | | --- | --- | --- | -| value | RectangleF | The [`RectangleF`](../../rectanglef) to be converted. | +| value | RectangleF | The [`RectangleF`](../../rectanglef/) to be converted. | ### Return Value -A new [`Rectangle`](../../rectangle). +A new [`Rectangle`](../). ### See Also -* struct [RectangleF](../../rectanglef) -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [RectangleF](../../rectanglef/) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/union/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/union/_index.md index 2838315fefda..650fbf83b8e2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/union/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/union/_index.md @@ -1,14 +1,14 @@ --- -title: Union +title: Rectangle.Union second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle method. Gets a Rectangle structure that contains the union of two Rectangle structures type: docs weight: 100 url: /net/aspose.imaging/rectangle/union/ --- ## Rectangle.Union method -Gets a [`Rectangle`](../../rectangle) structure that contains the union of two [`Rectangle`](../../rectangle) structures. +Gets a [`Rectangle`](../) structure that contains the union of two [`Rectangle`](../) structures. ```csharp public static Rectangle Union(Rectangle a, Rectangle b) @@ -21,12 +21,12 @@ public static Rectangle Union(Rectangle a, Rectangle b) ### Return Value -A [`Rectangle`](../../rectangle) structure that bounds the union of the two [`Rectangle`](../../rectangle) structures. +A [`Rectangle`](../) structure that bounds the union of the two [`Rectangle`](../) structures. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/width/_index.md index 82937c20247b..760e3adf5fca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/width/_index.md @@ -1,14 +1,14 @@ --- -title: Width +title: Rectangle.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the width of this Rectangle structure type: docs weight: 190 url: /net/aspose.imaging/rectangle/width/ --- ## Rectangle.Width property -Gets or sets the width of this [`Rectangle`](../../rectangle) structure. +Gets or sets the width of this [`Rectangle`](../) structure. ```csharp public int Width { get; set; } @@ -16,12 +16,12 @@ public int Width { get; set; } ### Return Value -The width of this [`Rectangle`](../../rectangle) structure. +The width of this [`Rectangle`](../) structure. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/x/_index.md index e76a8ac7e931..b94f924cc645 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/x/_index.md @@ -1,14 +1,14 @@ --- -title: X +title: Rectangle.X second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the xcoordinate of the upperleft corner of this Rectangle structure type: docs weight: 200 url: /net/aspose.imaging/rectangle/x/ --- ## Rectangle.X property -Gets or sets the x-coordinate of the upper-left corner of this [`Rectangle`](../../rectangle) structure. +Gets or sets the x-coordinate of the upper-left corner of this [`Rectangle`](../) structure. ```csharp public int X { get; set; } @@ -16,12 +16,12 @@ public int X { get; set; } ### Property Value -The x-coordinate of the upper-left corner of this [`Rectangle`](../../rectangle) structure. +The x-coordinate of the upper-left corner of this [`Rectangle`](../) structure. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/y/_index.md index aca1d8dbacea..62100b9f91b2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectangle/y/_index.md @@ -1,14 +1,14 @@ --- -title: Y +title: Rectangle.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: Rectangle property. Gets or sets the ycoordinate of the upperleft corner of this Rectangle structure type: docs weight: 210 url: /net/aspose.imaging/rectangle/y/ --- ## Rectangle.Y property -Gets or sets the y-coordinate of the upper-left corner of this [`Rectangle`](../../rectangle) structure. +Gets or sets the y-coordinate of the upper-left corner of this [`Rectangle`](../) structure. ```csharp public int Y { get; set; } @@ -16,12 +16,12 @@ public int Y { get; set; } ### Property Value -The y-coordinate of the upper-left corner of this [`Rectangle`](../../rectangle) structure. +The y-coordinate of the upper-left corner of this [`Rectangle`](../) structure. ### See Also -* struct [Rectangle](../../rectangle) -* namespace [Aspose.Imaging](../../rectangle) +* struct [Rectangle](../) +* namespace [Aspose.Imaging](../../rectangle/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/_index.md index c0c91ce2e6bc..4022b641e0b4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/_index.md @@ -1,7 +1,7 @@ --- -title: RectangleF +title: Struct RectangleF second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.RectangleF struct. Stores a set of four floatingpoint numbers that represent the location and size of a rectangle type: docs weight: 11160 url: /net/aspose.imaging/rectanglef/ @@ -18,57 +18,57 @@ public struct RectangleF | Name | Description | | --- | --- | -| [RectangleF](rectanglef)(PointF, SizeF) | Initializes a new instance of the [`RectangleF`](../rectanglef) structure with the specified location and size. | -| [RectangleF](rectanglef)(float, float, float, float) | Initializes a new instance of the [`RectangleF`](../rectanglef) structure with the specified location and size. | +| [RectangleF](rectanglef/#constructor)(PointF, SizeF) | Initializes a new instance of the `RectangleF` structure with the specified location and size. | +| [RectangleF](rectanglef/#constructor_1)(float, float, float, float) | Initializes a new instance of the `RectangleF` structure with the specified location and size. | ## Properties | Name | Description | | --- | --- | -| static [Empty](../../aspose.imaging/rectanglef/empty) { get; } | Gets a new instance of the [`RectangleF`](../rectanglef) structure that has [`X`](./x), [`Y`](./y), [`Width`](./width) and [`Height`](./height) values set to zero. | -| [Bottom](../../aspose.imaging/rectanglef/bottom) { get; set; } | Gets or sets the y-coordinate that is the sum of [`Y`](./y) and [`Height`](./height) of this [`RectangleF`](../rectanglef) structure. | -| [Height](../../aspose.imaging/rectanglef/height) { get; set; } | Gets or sets the height of this [`RectangleF`](../rectanglef) structure. | -| [IsEmpty](../../aspose.imaging/rectanglef/isempty) { get; } | Gets a value indicating whether the [`Width`](./width) or [`Height`](./height) property of this [`RectangleF`](../rectanglef) has a value of zero. | -| [Left](../../aspose.imaging/rectanglef/left) { get; set; } | Gets or sets the x-coordinate of the left edge of this [`RectangleF`](../rectanglef) structure. | -| [Location](../../aspose.imaging/rectanglef/location) { get; set; } | Gets or sets the coordinates of the upper-left corner of this [`RectangleF`](../rectanglef) structure. | -| [Right](../../aspose.imaging/rectanglef/right) { get; set; } | Gets or sets the x-coordinate that is the sum of [`X`](./x) and [`Width`](./width) of this [`RectangleF`](../rectanglef) structure. | -| [Size](../../aspose.imaging/rectanglef/size) { get; set; } | Gets or sets the size of this [`RectangleF`](../rectanglef). | -| [Top](../../aspose.imaging/rectanglef/top) { get; set; } | Gets or sets the y-coordinate of the top edge of this [`RectangleF`](../rectanglef) structure. | -| [Width](../../aspose.imaging/rectanglef/width) { get; set; } | Gets or sets the width of this [`RectangleF`](../rectanglef) structure. | -| [X](../../aspose.imaging/rectanglef/x) { get; set; } | Gets or sets the x-coordinate of the upper-left corner of this [`RectangleF`](../rectanglef) structure. | -| [Y](../../aspose.imaging/rectanglef/y) { get; set; } | Gets or sets the y-coordinate of the upper-left corner of this [`RectangleF`](../rectanglef) structure. | +| static [Empty](../../aspose.imaging/rectanglef/empty/) { get; } | Gets a new instance of the `RectangleF` structure that has [`X`](./x/), [`Y`](./y/), [`Width`](./width/) and [`Height`](./height/) values set to zero. | +| [Bottom](../../aspose.imaging/rectanglef/bottom/) { get; set; } | Gets or sets the y-coordinate that is the sum of [`Y`](./y/) and [`Height`](./height/) of this `RectangleF` structure. | +| [Height](../../aspose.imaging/rectanglef/height/) { get; set; } | Gets or sets the height of this `RectangleF` structure. | +| [IsEmpty](../../aspose.imaging/rectanglef/isempty/) { get; } | Gets a value indicating whether the [`Width`](./width/) or [`Height`](./height/) property of this `RectangleF` has a value of zero. | +| [Left](../../aspose.imaging/rectanglef/left/) { get; set; } | Gets or sets the x-coordinate of the left edge of this `RectangleF` structure. | +| [Location](../../aspose.imaging/rectanglef/location/) { get; set; } | Gets or sets the coordinates of the upper-left corner of this `RectangleF` structure. | +| [Right](../../aspose.imaging/rectanglef/right/) { get; set; } | Gets or sets the x-coordinate that is the sum of [`X`](./x/) and [`Width`](./width/) of this `RectangleF` structure. | +| [Size](../../aspose.imaging/rectanglef/size/) { get; set; } | Gets or sets the size of this `RectangleF`. | +| [Top](../../aspose.imaging/rectanglef/top/) { get; set; } | Gets or sets the y-coordinate of the top edge of this `RectangleF` structure. | +| [Width](../../aspose.imaging/rectanglef/width/) { get; set; } | Gets or sets the width of this `RectangleF` structure. | +| [X](../../aspose.imaging/rectanglef/x/) { get; set; } | Gets or sets the x-coordinate of the upper-left corner of this `RectangleF` structure. | +| [Y](../../aspose.imaging/rectanglef/y/) { get; set; } | Gets or sets the y-coordinate of the upper-left corner of this `RectangleF` structure. | ## Methods | Name | Description | | --- | --- | -| static [FromLeftTopRightBottom](../../aspose.imaging/rectanglef/fromlefttoprightbottom)(float, float, float, float) | Creates a [`RectangleF`](../rectanglef) structure with upper-left corner and lower-right corner at the specified locations. | -| static [FromPoints](../../aspose.imaging/rectanglef/frompoints)(PointF, PointF) | Creates a new [`Rectangle`](../rectangle) from two points specified. Two verticles of the created [`Rectangle`](../rectangle) will be equal to the passed *point1* and *point2*. These would be typically the opposite vertices. | -| static [Inflate](../../aspose.imaging/rectanglef/inflate)(RectangleF, float, float) | Creates and returns an inflated copy of the specified [`RectangleF`](../rectanglef) structure. The copy is inflated by the specified amount. The original rectangle remains unmodified. | -| static [Intersect](../../aspose.imaging/rectanglef/intersect)(RectangleF, RectangleF) | Returns a [`RectangleF`](../rectanglef) structure that represents the intersection of two rectangles. If there is no intersection, and empty [`RectangleF`](../rectanglef) is returned. | -| static [Union](../../aspose.imaging/rectanglef/union)(RectangleF, RectangleF) | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. | -| [Contains](../../aspose.imaging/rectanglef/contains)(PointF) | Determines if the specified point is contained within this [`RectangleF`](../rectanglef) structure. | -| [Contains](../../aspose.imaging/rectanglef/contains)(RectangleF) | Determines if the rectangular region represented by *rect* is entirely contained within this [`RectangleF`](../rectanglef) structure. | -| [Contains](../../aspose.imaging/rectanglef/contains)(float, float) | Determines if the specified point is contained within this [`RectangleF`](../rectanglef) structure. | -| override [Equals](../../aspose.imaging/rectanglef/equals)(object) | Tests whether *obj* is a [`RectangleF`](../rectanglef) with the same location and size of this [`RectangleF`](../rectanglef). | -| override [GetHashCode](../../aspose.imaging/rectanglef/gethashcode)() | Gets the hash code for this [`RectangleF`](../rectanglef) structure. | -| [Inflate](../../aspose.imaging/rectanglef/inflate)(SizeF) | Inflates this [`RectangleF`](../rectanglef) by the specified amount. | -| [Inflate](../../aspose.imaging/rectanglef/inflate)(float, float) | Inflates this [`RectangleF`](../rectanglef) structure by the specified amount. | -| [Intersect](../../aspose.imaging/rectanglef/intersect)(RectangleF) | Replaces this [`RectangleF`](../rectanglef) structure with the intersection of itself and the specified [`RectangleF`](../rectanglef) structure. | -| [IntersectsWith](../../aspose.imaging/rectanglef/intersectswith)(RectangleF) | Determines if this rectangle intersects with *rect*. | -| [Normalize](../../aspose.imaging/rectanglef/normalize)() | Normalizes the rectangle by making it's width and height positive, left less than right and top less than bottom. | -| [Offset](../../aspose.imaging/rectanglef/offset)(PointF) | Adjusts the location of this rectangle by the specified amount. | -| [Offset](../../aspose.imaging/rectanglef/offset)(float, float) | Adjusts the location of this rectangle by the specified amount. | -| override [ToString](../../aspose.imaging/rectanglef/tostring)() | Converts the attributes of this [`RectangleF`](../rectanglef) to a human-readable string. | -| [operator /](../../aspose.imaging/rectanglef/op_division) | Implements the operator /. | -| [operator ==](../../aspose.imaging/rectanglef/op_equality) | Tests whether two [`RectangleF`](../rectanglef) structures have equal location and size. | -| [implicit operator](../../aspose.imaging/rectanglef/op_implicit) | Converts the specified [`Rectangle`](../rectangle) structure to a [`RectangleF`](../rectanglef) structure. | -| [operator !=](../../aspose.imaging/rectanglef/op_inequality) | Tests whether two [`RectangleF`](../rectanglef) structures differ in location or size. | -| [operator *](../../aspose.imaging/rectanglef/op_multiply) | Implements the operator *. | +| static [FromLeftTopRightBottom](../../aspose.imaging/rectanglef/fromlefttoprightbottom/)(float, float, float, float) | Creates a `RectangleF` structure with upper-left corner and lower-right corner at the specified locations. | +| static [FromPoints](../../aspose.imaging/rectanglef/frompoints/)(PointF, PointF) | Creates a new [`Rectangle`](../rectangle/) from two points specified. Two verticles of the created [`Rectangle`](../rectangle/) will be equal to the passed *point1* and *point2*. These would be typically the opposite vertices. | +| static [Inflate](../../aspose.imaging/rectanglef/inflate/)(RectangleF, float, float) | Creates and returns an inflated copy of the specified `RectangleF` structure. The copy is inflated by the specified amount. The original rectangle remains unmodified. | +| static [Intersect](../../aspose.imaging/rectanglef/intersect/)(RectangleF, RectangleF) | Returns a `RectangleF` structure that represents the intersection of two rectangles. If there is no intersection, and empty `RectangleF` is returned. | +| static [Union](../../aspose.imaging/rectanglef/union/)(RectangleF, RectangleF) | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. | +| [Contains](../../aspose.imaging/rectanglef/contains/#contains)(PointF) | Determines if the specified point is contained within this `RectangleF` structure. | +| [Contains](../../aspose.imaging/rectanglef/contains/#contains_1)(RectangleF) | Determines if the rectangular region represented by *rect* is entirely contained within this `RectangleF` structure. | +| [Contains](../../aspose.imaging/rectanglef/contains/#contains_2)(float, float) | Determines if the specified point is contained within this `RectangleF` structure. | +| override [Equals](../../aspose.imaging/rectanglef/equals/)(object) | Tests whether *obj* is a `RectangleF` with the same location and size of this `RectangleF`. | +| override [GetHashCode](../../aspose.imaging/rectanglef/gethashcode/)() | Gets the hash code for this `RectangleF` structure. | +| [Inflate](../../aspose.imaging/rectanglef/inflate/#inflate)(SizeF) | Inflates this `RectangleF` by the specified amount. | +| [Inflate](../../aspose.imaging/rectanglef/inflate/#inflate_1)(float, float) | Inflates this `RectangleF` structure by the specified amount. | +| [Intersect](../../aspose.imaging/rectanglef/intersect/)(RectangleF) | Replaces this `RectangleF` structure with the intersection of itself and the specified `RectangleF` structure. | +| [IntersectsWith](../../aspose.imaging/rectanglef/intersectswith/)(RectangleF) | Determines if this rectangle intersects with *rect*. | +| [Normalize](../../aspose.imaging/rectanglef/normalize/)() | Normalizes the rectangle by making it's width and height positive, left less than right and top less than bottom. | +| [Offset](../../aspose.imaging/rectanglef/offset/#offset)(PointF) | Adjusts the location of this rectangle by the specified amount. | +| [Offset](../../aspose.imaging/rectanglef/offset/#offset_1)(float, float) | Adjusts the location of this rectangle by the specified amount. | +| override [ToString](../../aspose.imaging/rectanglef/tostring/)() | Converts the attributes of this `RectangleF` to a human-readable string. | +| [operator /](../../aspose.imaging/rectanglef/op_division/) | Implements the operator /. | +| [operator ==](../../aspose.imaging/rectanglef/op_equality/) | Tests whether two `RectangleF` structures have equal location and size. | +| [implicit operator](../../aspose.imaging/rectanglef/op_implicit/) | Converts the specified [`Rectangle`](../rectangle/) structure to a `RectangleF` structure. | +| [operator !=](../../aspose.imaging/rectanglef/op_inequality/) | Tests whether two `RectangleF` structures differ in location or size. | +| [operator *](../../aspose.imaging/rectanglef/op_multiply/) | Implements the operator *. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/bottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/bottom/_index.md index 7b2b4e367775..d6d0255a875b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/bottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/bottom/_index.md @@ -1,14 +1,14 @@ --- -title: Bottom +title: RectangleF.Bottom second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the ycoordinate that is the sum of Y and Height of this RectangleF structure type: docs weight: 80 url: /net/aspose.imaging/rectanglef/bottom/ --- ## RectangleF.Bottom property -Gets or sets the y-coordinate that is the sum of [`Y`](../y) and [`Height`](../height) of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the y-coordinate that is the sum of [`Y`](../y/) and [`Height`](../height/) of this [`RectangleF`](../) structure. ```csharp public float Bottom { get; set; } @@ -16,12 +16,12 @@ public float Bottom { get; set; } ### Return Value -The y-coordinate that is the sum of [`Y`](../y) and [`Height`](../height) of this [`RectangleF`](../../rectanglef) structure. +The y-coordinate that is the sum of [`Y`](../y/) and [`Height`](../height/) of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/contains/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/contains/_index.md index e50f41a066ba..47ba86b54a3b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/contains/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/contains/_index.md @@ -1,14 +1,14 @@ --- -title: Contains +title: RectangleF.Contains second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Determines if the specified point is contained within this RectangleF structure type: docs weight: 190 url: /net/aspose.imaging/rectanglef/contains/ --- -## RectangleF.Contains method (1 of 3) +## Contains(float, float) {#contains_2} -Determines if the specified point is contained within this [`RectangleF`](../../rectanglef) structure. +Determines if the specified point is contained within this [`RectangleF`](../) structure. ```csharp public bool Contains(float x, float y) @@ -21,19 +21,19 @@ public bool Contains(float x, float y) ### Return Value -This method returns true if the point defined by *x* and *y* is contained within this [`RectangleF`](../../rectanglef) structure; otherwise false. +This method returns true if the point defined by *x* and *y* is contained within this [`RectangleF`](../) structure; otherwise false. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) --- -## RectangleF.Contains method (2 of 3) +## Contains(PointF) {#contains} -Determines if the specified point is contained within this [`RectangleF`](../../rectanglef) structure. +Determines if the specified point is contained within this [`RectangleF`](../) structure. ```csharp public bool Contains(PointF point) @@ -41,24 +41,24 @@ public bool Contains(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) to test. | +| point | PointF | The [`PointF`](../../pointf/) to test. | ### Return Value -This method returns true if the point represented by the *point* parameter is contained within this [`RectangleF`](../../rectanglef) structure; otherwise false. +This method returns true if the point represented by the *point* parameter is contained within this [`RectangleF`](../) structure; otherwise false. ### See Also -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [PointF](../../pointf/) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) --- -## RectangleF.Contains method (3 of 3) +## Contains(RectangleF) {#contains_1} -Determines if the rectangular region represented by *rect* is entirely contained within this [`RectangleF`](../../rectanglef) structure. +Determines if the rectangular region represented by *rect* is entirely contained within this [`RectangleF`](../) structure. ```csharp public bool Contains(RectangleF rect) @@ -66,16 +66,16 @@ public bool Contains(RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) to test. | +| rect | RectangleF | The [`RectangleF`](../) to test. | ### Return Value -This method returns true if the rectangular region represented by *rect* is entirely contained within the rectangular region represented by this [`RectangleF`](../../rectanglef); otherwise false. +This method returns true if the rectangular region represented by *rect* is entirely contained within the rectangular region represented by this [`RectangleF`](../); otherwise false. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/empty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/empty/_index.md index a8d72b1295bd..a836d167024c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/empty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/empty/_index.md @@ -1,14 +1,14 @@ --- -title: Empty +title: RectangleF.Empty second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets a new instance of the RectangleF structure that has X Y Width and Height values set to zero type: docs weight: 20 url: /net/aspose.imaging/rectanglef/empty/ --- ## RectangleF.Empty property -Gets a new instance of the [`RectangleF`](../../rectanglef) structure that has [`X`](../x), [`Y`](../y), [`Width`](../width) and [`Height`](../height) values set to zero. +Gets a new instance of the [`RectangleF`](../) structure that has [`X`](../x/), [`Y`](../y/), [`Width`](../width/) and [`Height`](../height/) values set to zero. ```csharp public static RectangleF Empty { get; } @@ -16,8 +16,8 @@ public static RectangleF Empty { get; } ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/equals/_index.md index 130f937008a0..2be3cab6c7c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: RectangleF.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Tests whether obj is a RectangleF with the same location and size of this RectangleF type: docs weight: 200 url: /net/aspose.imaging/rectanglef/equals/ --- ## RectangleF.Equals method -Tests whether *obj* is a [`RectangleF`](../../rectanglef) with the same location and size of this [`RectangleF`](../../rectanglef). +Tests whether *obj* is a [`RectangleF`](../) with the same location and size of this [`RectangleF`](../). ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -This method returns true if *obj* is a [`RectangleF`](../../rectanglef) and its X, Y, Width, and Height properties are equal to the corresponding properties of this [`RectangleF`](../../rectanglef); otherwise, false. +This method returns true if *obj* is a [`RectangleF`](../) and its X, Y, Width, and Height properties are equal to the corresponding properties of this [`RectangleF`](../); otherwise, false. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/fromlefttoprightbottom/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/fromlefttoprightbottom/_index.md index 707685b6d41a..f3e75df993dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/fromlefttoprightbottom/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/fromlefttoprightbottom/_index.md @@ -1,14 +1,14 @@ --- -title: FromLeftTopRightBottom +title: RectangleF.FromLeftTopRightBottom second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Creates a RectangleF structure with upperleft corner and lowerright corner at the specified locations type: docs weight: 30 url: /net/aspose.imaging/rectanglef/fromlefttoprightbottom/ --- ## RectangleF.FromLeftTopRightBottom method -Creates a [`RectangleF`](../../rectanglef) structure with upper-left corner and lower-right corner at the specified locations. +Creates a [`RectangleF`](../) structure with upper-left corner and lower-right corner at the specified locations. ```csharp public static RectangleF FromLeftTopRightBottom(float left, float top, float right, float bottom) @@ -23,12 +23,12 @@ public static RectangleF FromLeftTopRightBottom(float left, float top, float rig ### Return Value -The new [`RectangleF`](../../rectanglef) that this method creates. +The new [`RectangleF`](../) that this method creates. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/frompoints/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/frompoints/_index.md index 2576e31f64af..3a4543288521 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/frompoints/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/frompoints/_index.md @@ -1,14 +1,14 @@ --- -title: FromPoints +title: RectangleF.FromPoints second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Creates a new Rectangle from two points specified. Two verticles of the created Rectangle will be equal to the passed point1 and point2. These would be typically the opposite vertices type: docs weight: 40 url: /net/aspose.imaging/rectanglef/frompoints/ --- ## RectangleF.FromPoints method -Creates a new [`Rectangle`](../../rectangle) from two points specified. Two verticles of the created [`Rectangle`](../../rectangle) will be equal to the passed *point1* and *point2*. These would be typically the opposite vertices. +Creates a new [`Rectangle`](../../rectangle/) from two points specified. Two verticles of the created [`Rectangle`](../../rectangle/) will be equal to the passed *point1* and *point2*. These would be typically the opposite vertices. ```csharp public static RectangleF FromPoints(PointF point1, PointF point2) @@ -16,18 +16,18 @@ public static RectangleF FromPoints(PointF point1, PointF point2) | Parameter | Type | Description | | --- | --- | --- | -| point1 | PointF | The first [`Point`](../../point) for the new rectangle. | -| point2 | PointF | The second [`Point`](../../point) for the new rectangle. | +| point1 | PointF | The first [`Point`](../../point/) for the new rectangle. | +| point2 | PointF | The second [`Point`](../../point/) for the new rectangle. | ### Return Value -A newly created [`Rectangle`](../../rectangle). +A newly created [`Rectangle`](../../rectangle/). ### See Also -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [PointF](../../pointf/) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/gethashcode/_index.md index 762d0f637553..90c0ee4caaf5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/gethashcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetHashCode +title: RectangleF.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Gets the hash code for this RectangleF structure type: docs weight: 210 url: /net/aspose.imaging/rectanglef/gethashcode/ --- ## RectangleF.GetHashCode method -Gets the hash code for this [`RectangleF`](../../rectanglef) structure. +Gets the hash code for this [`RectangleF`](../) structure. ```csharp public override int GetHashCode() @@ -16,12 +16,12 @@ public override int GetHashCode() ### Return Value -The hash code for this [`RectangleF`](../../rectanglef). +The hash code for this [`RectangleF`](../). ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/height/_index.md index d4e0cb3a7fb2..f94a3f78544a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/height/_index.md @@ -1,14 +1,14 @@ --- -title: Height +title: RectangleF.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the height of this RectangleF structure type: docs weight: 90 url: /net/aspose.imaging/rectanglef/height/ --- ## RectangleF.Height property -Gets or sets the height of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the height of this [`RectangleF`](../) structure. ```csharp public float Height { get; set; } @@ -16,12 +16,12 @@ public float Height { get; set; } ### Return Value -The height of this [`RectangleF`](../../rectanglef) structure. +The height of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/inflate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/inflate/_index.md index 46f629279938..e52df1a274bf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/inflate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/inflate/_index.md @@ -1,14 +1,14 @@ --- -title: Inflate +title: RectangleF.Inflate second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Creates and returns an inflated copy of the specified RectangleF structure. The copy is inflated by the specified amount. The original rectangle remains unmodified type: docs weight: 50 url: /net/aspose.imaging/rectanglef/inflate/ --- -## RectangleF.Inflate method (1 of 3) +## Inflate(RectangleF, float, float) -Creates and returns an inflated copy of the specified [`RectangleF`](../../rectanglef) structure. The copy is inflated by the specified amount. The original rectangle remains unmodified. +Creates and returns an inflated copy of the specified [`RectangleF`](../) structure. The copy is inflated by the specified amount. The original rectangle remains unmodified. ```csharp public static RectangleF Inflate(RectangleF rect, float x, float y) @@ -16,25 +16,25 @@ public static RectangleF Inflate(RectangleF rect, float x, float y) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) to be copied. This rectangle is not modified. | +| rect | RectangleF | The [`RectangleF`](../) to be copied. This rectangle is not modified. | | x | Single | The amount to inflate the copy of the rectangle horizontally. | | y | Single | The amount to inflate the copy of the rectangle vertically. | ### Return Value -The inflated [`RectangleF`](../../rectanglef). +The inflated [`RectangleF`](../). ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) --- -## RectangleF.Inflate method (2 of 3) +## Inflate(float, float) {#inflate_1} -Inflates this [`RectangleF`](../../rectanglef) structure by the specified amount. +Inflates this [`RectangleF`](../) structure by the specified amount. ```csharp public void Inflate(float x, float y) @@ -42,20 +42,20 @@ public void Inflate(float x, float y) | Parameter | Type | Description | | --- | --- | --- | -| x | Single | The amount to inflate this [`RectangleF`](../../rectanglef) structure horizontally. | -| y | Single | The amount to inflate this [`RectangleF`](../../rectanglef) structure vertically. | +| x | Single | The amount to inflate this [`RectangleF`](../) structure horizontally. | +| y | Single | The amount to inflate this [`RectangleF`](../) structure vertically. | ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) --- -## RectangleF.Inflate method (3 of 3) +## Inflate(SizeF) {#inflate} -Inflates this [`RectangleF`](../../rectanglef) by the specified amount. +Inflates this [`RectangleF`](../) by the specified amount. ```csharp public void Inflate(SizeF size) @@ -67,9 +67,9 @@ public void Inflate(SizeF size) ### See Also -* struct [SizeF](../../sizef) -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [SizeF](../../sizef/) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/intersect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/intersect/_index.md index 9328a2ebea63..c2ab75b74c1f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/intersect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/intersect/_index.md @@ -1,14 +1,14 @@ --- -title: Intersect +title: RectangleF.Intersect second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Returns a RectangleF structure that represents the intersection of two rectangles. If there is no intersection and empty RectangleF is returned type: docs weight: 60 url: /net/aspose.imaging/rectanglef/intersect/ --- -## RectangleF.Intersect method (1 of 2) +## Intersect(RectangleF, RectangleF) -Returns a [`RectangleF`](../../rectanglef) structure that represents the intersection of two rectangles. If there is no intersection, and empty [`RectangleF`](../../rectanglef) is returned. +Returns a [`RectangleF`](../) structure that represents the intersection of two rectangles. If there is no intersection, and empty [`RectangleF`](../) is returned. ```csharp public static RectangleF Intersect(RectangleF a, RectangleF b) @@ -21,19 +21,19 @@ public static RectangleF Intersect(RectangleF a, RectangleF b) ### Return Value -A third [`RectangleF`](../../rectanglef) structure the size of which represents the overlapped area of the two specified rectangles. +A third [`RectangleF`](../) structure the size of which represents the overlapped area of the two specified rectangles. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) --- -## RectangleF.Intersect method (2 of 2) +## Intersect(RectangleF) -Replaces this [`RectangleF`](../../rectanglef) structure with the intersection of itself and the specified [`RectangleF`](../../rectanglef) structure. +Replaces this [`RectangleF`](../) structure with the intersection of itself and the specified [`RectangleF`](../) structure. ```csharp public void Intersect(RectangleF rect) @@ -45,8 +45,8 @@ public void Intersect(RectangleF rect) ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/intersectswith/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/intersectswith/_index.md index adf13b6a6a90..1b74f3d2d788 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/intersectswith/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/intersectswith/_index.md @@ -1,7 +1,7 @@ --- -title: IntersectsWith +title: RectangleF.IntersectsWith second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Determines if this rectangle intersects with rect type: docs weight: 220 url: /net/aspose.imaging/rectanglef/intersectswith/ @@ -24,8 +24,8 @@ This method returns true if there is any intersection. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/isempty/_index.md index 1a7d9c4c0180..7a47509c10ee 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: RectangleF.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets a value indicating whether the Width or Height property of this RectangleF has a value of zero type: docs weight: 100 url: /net/aspose.imaging/rectanglef/isempty/ --- ## RectangleF.IsEmpty property -Gets a value indicating whether the [`Width`](../width) or [`Height`](../height) property of this [`RectangleF`](../../rectanglef) has a value of zero. +Gets a value indicating whether the [`Width`](../width/) or [`Height`](../height/) property of this [`RectangleF`](../) has a value of zero. ```csharp public bool IsEmpty { get; } @@ -16,12 +16,12 @@ public bool IsEmpty { get; } ### Return Value -This property returns true if the [`Width`](../width) or [`Height`](../height) property of this [`RectangleF`](../../rectanglef) has a value of zero; otherwise, false. +This property returns true if the [`Width`](../width/) or [`Height`](../height/) property of this [`RectangleF`](../) has a value of zero; otherwise, false. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/left/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/left/_index.md index a1e63b71b41c..54fe147ed772 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/left/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/left/_index.md @@ -1,14 +1,14 @@ --- -title: Left +title: RectangleF.Left second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the xcoordinate of the left edge of this RectangleF structure type: docs weight: 110 url: /net/aspose.imaging/rectanglef/left/ --- ## RectangleF.Left property -Gets or sets the x-coordinate of the left edge of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the x-coordinate of the left edge of this [`RectangleF`](../) structure. ```csharp public float Left { get; set; } @@ -16,12 +16,12 @@ public float Left { get; set; } ### Return Value -The x-coordinate of the left edge of this [`RectangleF`](../../rectanglef) structure. +The x-coordinate of the left edge of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/location/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/location/_index.md index 74a4c5ccb0e0..e811c3dad2b5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/location/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/location/_index.md @@ -1,14 +1,14 @@ --- -title: Location +title: RectangleF.Location second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the coordinates of the upperleft corner of this RectangleF structure type: docs weight: 120 url: /net/aspose.imaging/rectanglef/location/ --- ## RectangleF.Location property -Gets or sets the coordinates of the upper-left corner of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the coordinates of the upper-left corner of this [`RectangleF`](../) structure. ```csharp public PointF Location { get; set; } @@ -16,13 +16,13 @@ public PointF Location { get; set; } ### Return Value -A [`PointF`](../../pointf) that represents the upper-left corner of this [`RectangleF`](../../rectanglef) structure. +A [`PointF`](../../pointf/) that represents the upper-left corner of this [`RectangleF`](../) structure. ### See Also -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [PointF](../../pointf/) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/normalize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/normalize/_index.md index 60d09b131f86..f921e65af284 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/normalize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/normalize/_index.md @@ -1,7 +1,7 @@ --- -title: Normalize +title: RectangleF.Normalize second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Normalizes the rectangle by making its width and height positive left less than right and top less than bottom type: docs weight: 230 url: /net/aspose.imaging/rectanglef/normalize/ @@ -16,8 +16,8 @@ public void Normalize() ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/offset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/offset/_index.md index 105763e9c461..b4a1a9af5c16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/offset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/offset/_index.md @@ -1,12 +1,12 @@ --- -title: Offset +title: RectangleF.Offset second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Adjusts the location of this rectangle by the specified amount type: docs weight: 240 url: /net/aspose.imaging/rectanglef/offset/ --- -## RectangleF.Offset method (1 of 2) +## Offset(PointF) {#offset} Adjusts the location of this rectangle by the specified amount. @@ -20,14 +20,14 @@ public void Offset(PointF pos) ### See Also -* struct [PointF](../../pointf) -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [PointF](../../pointf/) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) --- -## RectangleF.Offset method (2 of 2) +## Offset(float, float) {#offset_1} Adjusts the location of this rectangle by the specified amount. @@ -42,8 +42,8 @@ public void Offset(float x, float y) ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_division/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_division/_index.md index 553c2b84afcc..23213e217904 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_division/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_division/_index.md @@ -1,7 +1,7 @@ --- -title: op_Division +title: RectangleF.op_Division second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Implements the operator / type: docs weight: 260 url: /net/aspose.imaging/rectanglef/op_division/ @@ -31,8 +31,8 @@ The result of the operator. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_equality/_index.md index 391c5e3f9f25..2fa0cb45582d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_equality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Equality +title: RectangleF.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Tests whether two RectangleF structures have equal location and size type: docs weight: 270 url: /net/aspose.imaging/rectanglef/op_equality/ --- ## RectangleF Equality operator -Tests whether two [`RectangleF`](../../rectanglef) structures have equal location and size. +Tests whether two [`RectangleF`](../) structures have equal location and size. ```csharp public static bool operator ==(RectangleF left, RectangleF right) @@ -16,17 +16,17 @@ public static bool operator ==(RectangleF left, RectangleF right) | Parameter | Type | Description | | --- | --- | --- | -| left | RectangleF | The [`RectangleF`](../../rectanglef) structure that is to the left of the equality operator. | -| right | RectangleF | The [`RectangleF`](../../rectanglef) structure that is to the right of the equality operator. | +| left | RectangleF | The [`RectangleF`](../) structure that is to the left of the equality operator. | +| right | RectangleF | The [`RectangleF`](../) structure that is to the right of the equality operator. | ### Return Value -This operator returns true if the two specified [`RectangleF`](../../rectanglef) structures have equal [`X`](../x), [`Y`](../y), [`Width`](../width), and [`Height`](../height) properties. +This operator returns true if the two specified [`RectangleF`](../) structures have equal [`X`](../x/), [`Y`](../y/), [`Width`](../width/), and [`Height`](../height/) properties. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_implicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_implicit/_index.md index 49b5c78f50c6..4ed40898e8f2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_implicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_implicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Implicit +title: RectangleF.op_Implicit second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Converts the specified Rectangle structure to a RectangleF structure type: docs weight: 280 url: /net/aspose.imaging/rectanglef/op_implicit/ --- ## RectangleF Implicit operator -Converts the specified [`Rectangle`](../../rectangle) structure to a [`RectangleF`](../../rectanglef) structure. +Converts the specified [`Rectangle`](../../rectangle/) structure to a [`RectangleF`](../) structure. ```csharp public static implicit operator RectangleF(Rectangle rect) @@ -16,17 +16,17 @@ public static implicit operator RectangleF(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) structure to convert. | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) structure to convert. | ### Return Value -The [`RectangleF`](../../rectanglef) structure that is converted from the specified [`Rectangle`](../../rectangle) structure. +The [`RectangleF`](../) structure that is converted from the specified [`Rectangle`](../../rectangle/) structure. ### See Also -* struct [Rectangle](../../rectangle) -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [Rectangle](../../rectangle/) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_inequality/_index.md index c24fef74c9fc..813c02bbc71f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_inequality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Inequality +title: RectangleF.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Tests whether two RectangleF structures differ in location or size type: docs weight: 290 url: /net/aspose.imaging/rectanglef/op_inequality/ --- ## RectangleF Inequality operator -Tests whether two [`RectangleF`](../../rectanglef) structures differ in location or size. +Tests whether two [`RectangleF`](../) structures differ in location or size. ```csharp public static bool operator !=(RectangleF left, RectangleF right) @@ -16,17 +16,17 @@ public static bool operator !=(RectangleF left, RectangleF right) | Parameter | Type | Description | | --- | --- | --- | -| left | RectangleF | The [`RectangleF`](../../rectanglef) structure that is to the left of the inequality operator. | -| right | RectangleF | The [`RectangleF`](../../rectanglef) structure that is to the right of the inequality operator. | +| left | RectangleF | The [`RectangleF`](../) structure that is to the left of the inequality operator. | +| right | RectangleF | The [`RectangleF`](../) structure that is to the right of the inequality operator. | ### Return Value -This operator returns true if any of the [`X`](../x) , [`Y`](../y), [`Width`](../width), or [`Height`](../height) properties of the two [`RectangleF`](../../rectanglef) structures are unequal; otherwise false. +This operator returns true if any of the [`X`](../x/) , [`Y`](../y/), [`Width`](../width/), or [`Height`](../height/) properties of the two [`RectangleF`](../) structures are unequal; otherwise false. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_multiply/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_multiply/_index.md index c8d65f43a768..32e32904d547 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_multiply/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/op_multiply/_index.md @@ -1,7 +1,7 @@ --- -title: op_Multiply +title: RectangleF.op_Multiply second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Implements the operator type: docs weight: 300 url: /net/aspose.imaging/rectanglef/op_multiply/ @@ -25,8 +25,8 @@ The result of the operator. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/rectanglef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/rectanglef/_index.md index d9fc05cd7956..560a0040d308 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/rectanglef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/rectanglef/_index.md @@ -1,14 +1,14 @@ --- -title: RectangleF +title: RectangleF.RectangleF second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF constructor. Initializes a new instance of the RectangleF structure with the specified location and size type: docs weight: 10 url: /net/aspose.imaging/rectanglef/rectanglef/ --- -## RectangleF constructor (1 of 2) +## RectangleF(float, float, float, float) {#constructor_1} -Initializes a new instance of the [`RectangleF`](../../rectanglef) structure with the specified location and size. +Initializes a new instance of the [`RectangleF`](../) structure with the specified location and size. ```csharp public RectangleF(float x, float y, float width, float height) @@ -23,15 +23,15 @@ public RectangleF(float x, float y, float width, float height) ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) --- -## RectangleF constructor (2 of 2) +## RectangleF(PointF, SizeF) {#constructor} -Initializes a new instance of the [`RectangleF`](../../rectanglef) structure with the specified location and size. +Initializes a new instance of the [`RectangleF`](../) structure with the specified location and size. ```csharp public RectangleF(PointF location, SizeF size) @@ -39,15 +39,15 @@ public RectangleF(PointF location, SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| location | PointF | A [`PointF`](../../pointf) that represents the upper-left corner of the rectangular region. | -| size | SizeF | A [`SizeF`](../../sizef) that represents the width and height of the rectangular region. | +| location | PointF | A [`PointF`](../../pointf/) that represents the upper-left corner of the rectangular region. | +| size | SizeF | A [`SizeF`](../../sizef/) that represents the width and height of the rectangular region. | ### See Also -* struct [PointF](../../pointf) -* struct [SizeF](../../sizef) -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [PointF](../../pointf/) +* struct [SizeF](../../sizef/) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/right/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/right/_index.md index aa7e59a29e31..0c341a58300e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/right/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/right/_index.md @@ -1,14 +1,14 @@ --- -title: Right +title: RectangleF.Right second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the xcoordinate that is the sum of X and Width of this RectangleF structure type: docs weight: 130 url: /net/aspose.imaging/rectanglef/right/ --- ## RectangleF.Right property -Gets or sets the x-coordinate that is the sum of [`X`](../x) and [`Width`](../width) of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the x-coordinate that is the sum of [`X`](../x/) and [`Width`](../width/) of this [`RectangleF`](../) structure. ```csharp public float Right { get; set; } @@ -16,12 +16,12 @@ public float Right { get; set; } ### Return Value -The x-coordinate that is the sum of [`X`](../x) and [`Width`](../width) of this [`RectangleF`](../../rectanglef) structure. +The x-coordinate that is the sum of [`X`](../x/) and [`Width`](../width/) of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/size/_index.md index ad3bba059dd5..11521dbeef7e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/size/_index.md @@ -1,14 +1,14 @@ --- -title: Size +title: RectangleF.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the size of this RectangleF type: docs weight: 140 url: /net/aspose.imaging/rectanglef/size/ --- ## RectangleF.Size property -Gets or sets the size of this [`RectangleF`](../../rectanglef). +Gets or sets the size of this [`RectangleF`](../). ```csharp public SizeF Size { get; set; } @@ -16,13 +16,13 @@ public SizeF Size { get; set; } ### Return Value -A [`SizeF`](../../sizef) that represents the width and height of this [`RectangleF`](../../rectanglef) structure. +A [`SizeF`](../../sizef/) that represents the width and height of this [`RectangleF`](../) structure. ### See Also -* struct [SizeF](../../sizef) -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [SizeF](../../sizef/) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/top/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/top/_index.md index f8b8f90bcf92..74b45f3a389b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/top/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/top/_index.md @@ -1,14 +1,14 @@ --- -title: Top +title: RectangleF.Top second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the ycoordinate of the top edge of this RectangleF structure type: docs weight: 150 url: /net/aspose.imaging/rectanglef/top/ --- ## RectangleF.Top property -Gets or sets the y-coordinate of the top edge of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the y-coordinate of the top edge of this [`RectangleF`](../) structure. ```csharp public float Top { get; set; } @@ -16,12 +16,12 @@ public float Top { get; set; } ### Return Value -The y-coordinate of the top edge of this [`RectangleF`](../../rectanglef) structure. +The y-coordinate of the top edge of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/tostring/_index.md index 2f5f6b7be40a..08b68cfe2a95 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: RectangleF.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Converts the attributes of this RectangleF to a humanreadable string type: docs weight: 250 url: /net/aspose.imaging/rectanglef/tostring/ --- ## RectangleF.ToString method -Converts the attributes of this [`RectangleF`](../../rectanglef) to a human-readable string. +Converts the attributes of this [`RectangleF`](../) to a human-readable string. ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -A string that contains the position, width, and height of this [`RectangleF`](../../rectanglef) structure. +A string that contains the position, width, and height of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/union/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/union/_index.md index 8ff484da4c8e..1164ce4fe89e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/union/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/union/_index.md @@ -1,7 +1,7 @@ --- -title: Union +title: RectangleF.Union second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF method. Creates the smallest possible third rectangle that can contain both of two rectangles that form a union type: docs weight: 70 url: /net/aspose.imaging/rectanglef/union/ @@ -21,12 +21,12 @@ public static RectangleF Union(RectangleF a, RectangleF b) ### Return Value -A third [`RectangleF`](../../rectanglef) structure that contains both of the two rectangles that form the union. +A third [`RectangleF`](../) structure that contains both of the two rectangles that form the union. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/width/_index.md index f5b18b863d00..32f600adff8a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/width/_index.md @@ -1,14 +1,14 @@ --- -title: Width +title: RectangleF.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the width of this RectangleF structure type: docs weight: 160 url: /net/aspose.imaging/rectanglef/width/ --- ## RectangleF.Width property -Gets or sets the width of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the width of this [`RectangleF`](../) structure. ```csharp public float Width { get; set; } @@ -16,12 +16,12 @@ public float Width { get; set; } ### Return Value -The width of this [`RectangleF`](../../rectanglef) structure. +The width of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/x/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/x/_index.md index 718062ef6faa..2ba67301cad3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/x/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/x/_index.md @@ -1,14 +1,14 @@ --- -title: X +title: RectangleF.X second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the xcoordinate of the upperleft corner of this RectangleF structure type: docs weight: 170 url: /net/aspose.imaging/rectanglef/x/ --- ## RectangleF.X property -Gets or sets the x-coordinate of the upper-left corner of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the x-coordinate of the upper-left corner of this [`RectangleF`](../) structure. ```csharp public float X { get; set; } @@ -16,12 +16,12 @@ public float X { get; set; } ### Return Value -The x-coordinate of the upper-left corner of this [`RectangleF`](../../rectanglef) structure. +The x-coordinate of the upper-left corner of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/y/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/y/_index.md index bce8b0cd6ded..57382cef445e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/y/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rectanglef/y/_index.md @@ -1,14 +1,14 @@ --- -title: Y +title: RectangleF.Y second_title: Aspose.Imaging for .NET API Reference -description: +description: RectangleF property. Gets or sets the ycoordinate of the upperleft corner of this RectangleF structure type: docs weight: 180 url: /net/aspose.imaging/rectanglef/y/ --- ## RectangleF.Y property -Gets or sets the y-coordinate of the upper-left corner of this [`RectangleF`](../../rectanglef) structure. +Gets or sets the y-coordinate of the upper-left corner of this [`RectangleF`](../) structure. ```csharp public float Y { get; set; } @@ -16,12 +16,12 @@ public float Y { get; set; } ### Return Value -The y-coordinate of the upper-left corner of this [`RectangleF`](../../rectanglef) structure. +The y-coordinate of the upper-left corner of this [`RectangleF`](../) structure. ### See Also -* struct [RectangleF](../../rectanglef) -* namespace [Aspose.Imaging](../../rectanglef) +* struct [RectangleF](../) +* namespace [Aspose.Imaging](../../rectanglef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/_index.md index a0a1a608bea6..185c2dac34d4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/_index.md @@ -1,7 +1,7 @@ --- -title: Region +title: Class Region second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Region class. Describes the interior of a graphics shape composed of rectangles and paths. This class cannot be inherited type: docs weight: 11170 url: /net/aspose.imaging/region/ @@ -18,65 +18,65 @@ public sealed class Region | Name | Description | | --- | --- | -| [Region](region)() | Initializes a new [`Region`](../region). | -| [Region](region)(GraphicsPath) | Initializes a new [`Region`](../region) with the specified [`GraphicsPath`](../graphicspath). | -| [Region](region)(Rectangle) | Initializes a new [`Region`](../region) from the specified [`Rectangle`](../rectangle) structure. | -| [Region](region)(RectangleF) | Initializes a new [`Region`](../region) from the specified [`RectangleF`](../rectanglef) structure. | +| [Region](region/#constructor)() | Initializes a new `Region`. | +| [Region](region/#constructor_1)(GraphicsPath) | Initializes a new `Region` with the specified [`GraphicsPath`](../graphicspath/). | +| [Region](region/#constructor_2)(Rectangle) | Initializes a new `Region` from the specified [`Rectangle`](../rectangle/) structure. | +| [Region](region/#constructor_3)(RectangleF) | Initializes a new `Region` from the specified [`RectangleF`](../rectanglef/) structure. | ## Methods | Name | Description | | --- | --- | -| [Complement](../../aspose.imaging/region/complement)(GraphicsPath) | Updates this [`Region`](../region) to contain the portion of the specified [`GraphicsPath`](../graphicspath) that does not intersect with this [`Region`](../region). | -| [Complement](../../aspose.imaging/region/complement)(Rectangle) | Updates this [`Region`](../region) to contain the portion of the specified [`Rectangle`](../rectangle) structure that does not intersect with this [`Region`](../region). | -| [Complement](../../aspose.imaging/region/complement)(RectangleF) | Updates this [`Region`](../region) to contain the portion of the specified [`RectangleF`](../rectanglef) structure that does not intersect with this [`Region`](../region). | -| [Complement](../../aspose.imaging/region/complement)(Region) | Updates this [`Region`](../region) to contain the portion of the specified [`Region`](../region) that does not intersect with this [`Region`](../region). | -| [DeepClone](../../aspose.imaging/region/deepclone)() | Creates an exact deep copy of this [`Region`](../region). | -| override [Equals](../../aspose.imaging/region/equals)(object) | Check if objects are equal. | -| [Equals](../../aspose.imaging/region/equals)(Region, Graphics) | Tests whether the specified [`Region`](../region) is identical to this [`Region`](../region) on the specified drawing surface. | -| [Exclude](../../aspose.imaging/region/exclude)(GraphicsPath) | Updates this [`Region`](../region) to contain only the portion of its interior that does not intersect with the specified [`GraphicsPath`](../graphicspath). | -| [Exclude](../../aspose.imaging/region/exclude)(Rectangle) | Updates this [`Region`](../region) to contain only the portion of its interior that does not intersect with the specified [`Rectangle`](../rectangle) structure. | -| [Exclude](../../aspose.imaging/region/exclude)(RectangleF) | Updates this [`Region`](../region) to contain only the portion of its interior that does not intersect with the specified [`RectangleF`](../rectanglef) structure. | -| [Exclude](../../aspose.imaging/region/exclude)(Region) | Updates this [`Region`](../region) to contain only the portion of its interior that does not intersect with the specified [`Region`](../region). | -| override [GetHashCode](../../aspose.imaging/region/gethashcode)() | Get hash code of the current object. | -| [Intersect](../../aspose.imaging/region/intersect)(GraphicsPath) | Updates this [`Region`](../region) to the intersection of itself with the specified [`GraphicsPath`](../graphicspath). | -| [Intersect](../../aspose.imaging/region/intersect)(Rectangle) | Updates this [`Region`](../region) to the intersection of itself with the specified [`Rectangle`](../rectangle) structure. | -| [Intersect](../../aspose.imaging/region/intersect)(RectangleF) | Updates this [`Region`](../region) to the intersection of itself with the specified [`RectangleF`](../rectanglef) structure. | -| [Intersect](../../aspose.imaging/region/intersect)(Region) | Updates this [`Region`](../region) to the intersection of itself with the specified [`Region`](../region). | -| [IsEmpty](../../aspose.imaging/region/isempty)(Graphics) | Tests whether this [`Region`](../region) has an empty interior on the specified drawing surface. | -| [IsInfinite](../../aspose.imaging/region/isinfinite)(Graphics) | Tests whether this [`Region`](../region) has an infinite interior on the specified drawing surface. | -| [IsVisible](../../aspose.imaging/region/isvisible)(Point) | Tests whether the specified [`Point`](../point) structure is contained within this [`Region`](../region). | -| [IsVisible](../../aspose.imaging/region/isvisible)(PointF) | Tests whether the specified [`PointF`](../pointf) structure is contained within this [`Region`](../region). | -| [IsVisible](../../aspose.imaging/region/isvisible)(Rectangle) | Tests whether any portion of the specified [`Rectangle`](../rectangle) structure is contained within this [`Region`](../region). | -| [IsVisible](../../aspose.imaging/region/isvisible)(RectangleF) | Tests whether any portion of the specified [`RectangleF`](../rectanglef) structure is contained within this [`Region`](../region). | -| [IsVisible](../../aspose.imaging/region/isvisible)(float, float) | Tests whether the specified point is contained within this [`Region`](../region). | -| [IsVisible](../../aspose.imaging/region/isvisible)(Point, Graphics) | Tests whether the specified [`Point`](../point) structure is contained within this [`Region`](../region) when drawn using the specified [`Graphics`](../graphics). | -| [IsVisible](../../aspose.imaging/region/isvisible)(PointF, Graphics) | Tests whether the specified [`PointF`](../pointf) structure is contained within this [`Region`](../region) when drawn using the specified [`Graphics`](../graphics). | -| [IsVisible](../../aspose.imaging/region/isvisible)(Rectangle, Graphics) | Tests whether any portion of the specified [`Rectangle`](../rectangle) structure is contained within this [`Region`](../region) when drawn using the specified [`Graphics`](../graphics). | -| [IsVisible](../../aspose.imaging/region/isvisible)(RectangleF, Graphics) | Tests whether any portion of the specified [`RectangleF`](../rectanglef) structure is contained within this [`Region`](../region) when drawn using the specified [`Graphics`](../graphics). | -| [IsVisible](../../aspose.imaging/region/isvisible)(float, float, Graphics) | Tests whether the specified point is contained within this [`Region`](../region) when drawn using the specified [`Graphics`](../graphics). | -| [IsVisible](../../aspose.imaging/region/isvisible)(int, int, Graphics) | Tests whether the specified point is contained within this [`Region`](../region) object when drawn using the specified [`Graphics`](../graphics) object. | -| [IsVisible](../../aspose.imaging/region/isvisible)(float, float, float, float) | Tests whether any portion of the specified rectangle is contained within this [`Region`](../region). | -| [IsVisible](../../aspose.imaging/region/isvisible)(int, int, int, int) | Tests whether any portion of the specified rectangle is contained within this [`Region`](../region). | -| [IsVisible](../../aspose.imaging/region/isvisible)(float, float, float, float, Graphics) | Tests whether any portion of the specified rectangle is contained within this [`Region`](../region) when drawn using the specified [`Graphics`](../graphics). | -| [IsVisible](../../aspose.imaging/region/isvisible)(int, int, int, int, Graphics) | Tests whether any portion of the specified rectangle is contained within this [`Region`](../region) when drawn using the specified [`Graphics`](../graphics). | -| [MakeEmpty](../../aspose.imaging/region/makeempty)() | Initializes this [`Region`](../region) to an empty interior. | -| [MakeInfinite](../../aspose.imaging/region/makeinfinite)() | Initializes this [`Region`](../region) object to an infinite interior. | -| [Transform](../../aspose.imaging/region/transform)(Matrix) | Transforms this [`Region`](../region) by the specified [`Matrix`](../matrix). | -| [Translate](../../aspose.imaging/region/translate)(float, float) | Offsets the coordinates of this [`Region`](../region) by the specified amount. | -| [Translate](../../aspose.imaging/region/translate)(int, int) | Offsets the coordinates of this [`Region`](../region) by the specified amount. | -| [Union](../../aspose.imaging/region/union)(GraphicsPath) | Updates this [`Region`](../region) to the union of itself and the specified [`GraphicsPath`](../graphicspath). | -| [Union](../../aspose.imaging/region/union)(Rectangle) | Updates this [`Region`](../region) to the union of itself and the specified [`Rectangle`](../rectangle) structure. | -| [Union](../../aspose.imaging/region/union)(RectangleF) | Updates this [`Region`](../region) to the union of itself and the specified [`RectangleF`](../rectanglef) structure. | -| [Union](../../aspose.imaging/region/union)(Region) | Updates this [`Region`](../region) to the union of itself and the specified [`Region`](../region). | -| [Xor](../../aspose.imaging/region/xor)(GraphicsPath) | Updates this [`Region`](../region) to the union minus the intersection of itself with the specified [`GraphicsPath`](../graphicspath). | -| [Xor](../../aspose.imaging/region/xor)(Rectangle) | Updates this [`Region`](../region) to the union minus the intersection of itself with the specified [`Rectangle`](../rectangle) structure. | -| [Xor](../../aspose.imaging/region/xor)(RectangleF) | Updates this [`Region`](../region) to the union minus the intersection of itself with the specified [`RectangleF`](../rectanglef) structure. | -| [Xor](../../aspose.imaging/region/xor)(Region) | Updates this [`Region`](../region) to the union minus the intersection of itself with the specified [`Region`](../region). | +| [Complement](../../aspose.imaging/region/complement/#complement)(GraphicsPath) | Updates this `Region` to contain the portion of the specified [`GraphicsPath`](../graphicspath/) that does not intersect with this `Region`. | +| [Complement](../../aspose.imaging/region/complement/#complement_1)(Rectangle) | Updates this `Region` to contain the portion of the specified [`Rectangle`](../rectangle/) structure that does not intersect with this `Region`. | +| [Complement](../../aspose.imaging/region/complement/#complement_2)(RectangleF) | Updates this `Region` to contain the portion of the specified [`RectangleF`](../rectanglef/) structure that does not intersect with this `Region`. | +| [Complement](../../aspose.imaging/region/complement/#complement_3)(Region) | Updates this `Region` to contain the portion of the specified `Region` that does not intersect with this `Region`. | +| [DeepClone](../../aspose.imaging/region/deepclone/)() | Creates an exact deep copy of this `Region`. | +| override [Equals](../../aspose.imaging/region/equals/#equals_1)(object) | Check if objects are equal. | +| [Equals](../../aspose.imaging/region/equals/#equals)(Region, Graphics) | Tests whether the specified `Region` is identical to this `Region` on the specified drawing surface. | +| [Exclude](../../aspose.imaging/region/exclude/#exclude)(GraphicsPath) | Updates this `Region` to contain only the portion of its interior that does not intersect with the specified [`GraphicsPath`](../graphicspath/). | +| [Exclude](../../aspose.imaging/region/exclude/#exclude_1)(Rectangle) | Updates this `Region` to contain only the portion of its interior that does not intersect with the specified [`Rectangle`](../rectangle/) structure. | +| [Exclude](../../aspose.imaging/region/exclude/#exclude_2)(RectangleF) | Updates this `Region` to contain only the portion of its interior that does not intersect with the specified [`RectangleF`](../rectanglef/) structure. | +| [Exclude](../../aspose.imaging/region/exclude/#exclude_3)(Region) | Updates this `Region` to contain only the portion of its interior that does not intersect with the specified `Region`. | +| override [GetHashCode](../../aspose.imaging/region/gethashcode/)() | Get hash code of the current object. | +| [Intersect](../../aspose.imaging/region/intersect/#intersect)(GraphicsPath) | Updates this `Region` to the intersection of itself with the specified [`GraphicsPath`](../graphicspath/). | +| [Intersect](../../aspose.imaging/region/intersect/#intersect_1)(Rectangle) | Updates this `Region` to the intersection of itself with the specified [`Rectangle`](../rectangle/) structure. | +| [Intersect](../../aspose.imaging/region/intersect/#intersect_2)(RectangleF) | Updates this `Region` to the intersection of itself with the specified [`RectangleF`](../rectanglef/) structure. | +| [Intersect](../../aspose.imaging/region/intersect/#intersect_3)(Region) | Updates this `Region` to the intersection of itself with the specified `Region`. | +| [IsEmpty](../../aspose.imaging/region/isempty/)(Graphics) | Tests whether this `Region` has an empty interior on the specified drawing surface. | +| [IsInfinite](../../aspose.imaging/region/isinfinite/)(Graphics) | Tests whether this `Region` has an infinite interior on the specified drawing surface. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible)(Point) | Tests whether the specified [`Point`](../point/) structure is contained within this `Region`. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_2)(PointF) | Tests whether the specified [`PointF`](../pointf/) structure is contained within this `Region`. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_4)(Rectangle) | Tests whether any portion of the specified [`Rectangle`](../rectangle/) structure is contained within this `Region`. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_6)(RectangleF) | Tests whether any portion of the specified [`RectangleF`](../rectanglef/) structure is contained within this `Region`. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_11)(float, float) | Tests whether the specified point is contained within this `Region`. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_1)(Point, Graphics) | Tests whether the specified [`Point`](../point/) structure is contained within this `Region` when drawn using the specified [`Graphics`](../graphics/). | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_3)(PointF, Graphics) | Tests whether the specified [`PointF`](../pointf/) structure is contained within this `Region` when drawn using the specified [`Graphics`](../graphics/). | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_5)(Rectangle, Graphics) | Tests whether any portion of the specified [`Rectangle`](../rectangle/) structure is contained within this `Region` when drawn using the specified [`Graphics`](../graphics/). | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_7)(RectangleF, Graphics) | Tests whether any portion of the specified [`RectangleF`](../rectanglef/) structure is contained within this `Region` when drawn using the specified [`Graphics`](../graphics/). | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_12)(float, float, Graphics) | Tests whether the specified point is contained within this `Region` when drawn using the specified [`Graphics`](../graphics/). | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_8)(int, int, Graphics) | Tests whether the specified point is contained within this `Region` object when drawn using the specified [`Graphics`](../graphics/) object. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_13)(float, float, float, float) | Tests whether any portion of the specified rectangle is contained within this `Region`. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_9)(int, int, int, int) | Tests whether any portion of the specified rectangle is contained within this `Region`. | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_14)(float, float, float, float, Graphics) | Tests whether any portion of the specified rectangle is contained within this `Region` when drawn using the specified [`Graphics`](../graphics/). | +| [IsVisible](../../aspose.imaging/region/isvisible/#isvisible_10)(int, int, int, int, Graphics) | Tests whether any portion of the specified rectangle is contained within this `Region` when drawn using the specified [`Graphics`](../graphics/). | +| [MakeEmpty](../../aspose.imaging/region/makeempty/)() | Initializes this `Region` to an empty interior. | +| [MakeInfinite](../../aspose.imaging/region/makeinfinite/)() | Initializes this `Region` object to an infinite interior. | +| [Transform](../../aspose.imaging/region/transform/)(Matrix) | Transforms this `Region` by the specified [`Matrix`](../matrix/). | +| [Translate](../../aspose.imaging/region/translate/#translate_1)(float, float) | Offsets the coordinates of this `Region` by the specified amount. | +| [Translate](../../aspose.imaging/region/translate/#translate)(int, int) | Offsets the coordinates of this `Region` by the specified amount. | +| [Union](../../aspose.imaging/region/union/#union)(GraphicsPath) | Updates this `Region` to the union of itself and the specified [`GraphicsPath`](../graphicspath/). | +| [Union](../../aspose.imaging/region/union/#union_1)(Rectangle) | Updates this `Region` to the union of itself and the specified [`Rectangle`](../rectangle/) structure. | +| [Union](../../aspose.imaging/region/union/#union_2)(RectangleF) | Updates this `Region` to the union of itself and the specified [`RectangleF`](../rectanglef/) structure. | +| [Union](../../aspose.imaging/region/union/#union_3)(Region) | Updates this `Region` to the union of itself and the specified `Region`. | +| [Xor](../../aspose.imaging/region/xor/#xor)(GraphicsPath) | Updates this `Region` to the union minus the intersection of itself with the specified [`GraphicsPath`](../graphicspath/). | +| [Xor](../../aspose.imaging/region/xor/#xor_1)(Rectangle) | Updates this `Region` to the union minus the intersection of itself with the specified [`Rectangle`](../rectangle/) structure. | +| [Xor](../../aspose.imaging/region/xor/#xor_2)(RectangleF) | Updates this `Region` to the union minus the intersection of itself with the specified [`RectangleF`](../rectanglef/) structure. | +| [Xor](../../aspose.imaging/region/xor/#xor_3)(Region) | Updates this `Region` to the union minus the intersection of itself with the specified `Region`. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/complement/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/complement/_index.md index 1dd37dc0cd2a..1bf96398e246 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/complement/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/complement/_index.md @@ -1,14 +1,14 @@ --- -title: Complement +title: Region.Complement second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Updates this Region to contain the portion of the specified RectangleF structure that does not intersect with this Region type: docs weight: 20 url: /net/aspose.imaging/region/complement/ --- -## Region.Complement method (1 of 4) +## Complement(RectangleF) {#complement_2} -Updates this [`Region`](../../region) to contain the portion of the specified [`RectangleF`](../../rectanglef) structure that does not intersect with this [`Region`](../../region). +Updates this [`Region`](../) to contain the portion of the specified [`RectangleF`](../../rectanglef/) structure that does not intersect with this [`Region`](../). ```csharp public void Complement(RectangleF rect) @@ -16,20 +16,20 @@ public void Complement(RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) structure to complement this [`Region`](../../region). | +| rect | RectangleF | The [`RectangleF`](../../rectanglef/) structure to complement this [`Region`](../). | ### See Also -* struct [RectangleF](../../rectanglef) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [RectangleF](../../rectanglef/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Complement method (2 of 4) +## Complement(Rectangle) {#complement_1} -Updates this [`Region`](../../region) to contain the portion of the specified [`Rectangle`](../../rectangle) structure that does not intersect with this [`Region`](../../region). +Updates this [`Region`](../) to contain the portion of the specified [`Rectangle`](../../rectangle/) structure that does not intersect with this [`Region`](../). ```csharp public void Complement(Rectangle rect) @@ -37,20 +37,20 @@ public void Complement(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) structure to complement this [`Region`](../../region). | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) structure to complement this [`Region`](../). | ### See Also -* struct [Rectangle](../../rectangle) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Rectangle](../../rectangle/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Complement method (3 of 4) +## Complement(GraphicsPath) {#complement} -Updates this [`Region`](../../region) to contain the portion of the specified [`GraphicsPath`](../../graphicspath) that does not intersect with this [`Region`](../../region). +Updates this [`Region`](../) to contain the portion of the specified [`GraphicsPath`](../../graphicspath/) that does not intersect with this [`Region`](../). ```csharp public void Complement(GraphicsPath path) @@ -58,7 +58,7 @@ public void Complement(GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath) to complement this [`Region`](../../region). | +| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath/) to complement this [`Region`](../). | ### Exceptions @@ -68,16 +68,16 @@ public void Complement(GraphicsPath path) ### See Also -* class [GraphicsPath](../../graphicspath) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [GraphicsPath](../../graphicspath/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Complement method (4 of 4) +## Complement(Region) {#complement_3} -Updates this [`Region`](../../region) to contain the portion of the specified [`Region`](../../region) that does not intersect with this [`Region`](../../region). +Updates this [`Region`](../) to contain the portion of the specified [`Region`](../) that does not intersect with this [`Region`](../). ```csharp public void Complement(Region region) @@ -85,7 +85,7 @@ public void Complement(Region region) | Parameter | Type | Description | | --- | --- | --- | -| region | Region | The [`Region`](../../region) object to complement this [`Region`](../../region) object. | +| region | Region | The [`Region`](../) object to complement this [`Region`](../) object. | ### Exceptions @@ -95,8 +95,8 @@ public void Complement(Region region) ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/deepclone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/deepclone/_index.md index 50f784f4fc92..734534a2b240 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/deepclone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/deepclone/_index.md @@ -1,14 +1,14 @@ --- -title: DeepClone +title: Region.DeepClone second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Creates an exact deep copy of this Region type: docs weight: 30 url: /net/aspose.imaging/region/deepclone/ --- ## Region.DeepClone method -Creates an exact deep copy of this [`Region`](../../region). +Creates an exact deep copy of this [`Region`](../). ```csharp public Region DeepClone() @@ -16,12 +16,12 @@ public Region DeepClone() ### Return Value -The [`Region`](../../region) that this method creates. +The [`Region`](../) that this method creates. ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/equals/_index.md index 8e8fa25b5bf5..a6696bf72b21 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/equals/_index.md @@ -1,12 +1,12 @@ --- -title: Equals +title: Region.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Check if objects are equal type: docs weight: 40 url: /net/aspose.imaging/region/equals/ --- -## Region.Equals method (1 of 2) +## Equals(object) {#equals_1} Check if objects are equal. @@ -24,15 +24,15 @@ The equality comparison result. ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Equals method (2 of 2) +## Equals(Region, Graphics) {#equals} -Tests whether the specified [`Region`](../../region) is identical to this [`Region`](../../region) on the specified drawing surface. +Tests whether the specified [`Region`](../) is identical to this [`Region`](../) on the specified drawing surface. ```csharp public bool Equals(Region region, Graphics g) @@ -40,8 +40,8 @@ public bool Equals(Region region, Graphics g) | Parameter | Type | Description | | --- | --- | --- | -| region | Region | The [`Region`](../../region) to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a drawing surface. | +| region | Region | The [`Region`](../) to test. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a drawing surface. | ### Return Value @@ -55,9 +55,9 @@ True if the interior of region is identical to the interior of this region when ### See Also -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/exclude/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/exclude/_index.md index a66f1c1d061b..4a1a6903bd9d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/exclude/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/exclude/_index.md @@ -1,14 +1,14 @@ --- -title: Exclude +title: Region.Exclude second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Updates this Region to contain only the portion of its interior that does not intersect with the specified RectangleF structure type: docs weight: 50 url: /net/aspose.imaging/region/exclude/ --- -## Region.Exclude method (1 of 4) +## Exclude(RectangleF) {#exclude_2} -Updates this [`Region`](../../region) to contain only the portion of its interior that does not intersect with the specified [`RectangleF`](../../rectanglef) structure. +Updates this [`Region`](../) to contain only the portion of its interior that does not intersect with the specified [`RectangleF`](../../rectanglef/) structure. ```csharp public void Exclude(RectangleF rect) @@ -16,20 +16,20 @@ public void Exclude(RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) structure to exclude from this [`Region`](../../region). | +| rect | RectangleF | The [`RectangleF`](../../rectanglef/) structure to exclude from this [`Region`](../). | ### See Also -* struct [RectangleF](../../rectanglef) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [RectangleF](../../rectanglef/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Exclude method (2 of 4) +## Exclude(Rectangle) {#exclude_1} -Updates this [`Region`](../../region) to contain only the portion of its interior that does not intersect with the specified [`Rectangle`](../../rectangle) structure. +Updates this [`Region`](../) to contain only the portion of its interior that does not intersect with the specified [`Rectangle`](../../rectangle/) structure. ```csharp public void Exclude(Rectangle rect) @@ -37,20 +37,20 @@ public void Exclude(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) structure to exclude from this [`Region`](../../region). | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) structure to exclude from this [`Region`](../). | ### See Also -* struct [Rectangle](../../rectangle) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Rectangle](../../rectangle/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Exclude method (3 of 4) +## Exclude(GraphicsPath) {#exclude} -Updates this [`Region`](../../region) to contain only the portion of its interior that does not intersect with the specified [`GraphicsPath`](../../graphicspath). +Updates this [`Region`](../) to contain only the portion of its interior that does not intersect with the specified [`GraphicsPath`](../../graphicspath/). ```csharp public void Exclude(GraphicsPath path) @@ -58,7 +58,7 @@ public void Exclude(GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath) to exclude from this [`Region`](../../region). | +| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath/) to exclude from this [`Region`](../). | ### Exceptions @@ -68,16 +68,16 @@ public void Exclude(GraphicsPath path) ### See Also -* class [GraphicsPath](../../graphicspath) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [GraphicsPath](../../graphicspath/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Exclude method (4 of 4) +## Exclude(Region) {#exclude_3} -Updates this [`Region`](../../region) to contain only the portion of its interior that does not intersect with the specified [`Region`](../../region). +Updates this [`Region`](../) to contain only the portion of its interior that does not intersect with the specified [`Region`](../). ```csharp public void Exclude(Region region) @@ -85,7 +85,7 @@ public void Exclude(Region region) | Parameter | Type | Description | | --- | --- | --- | -| region | Region | The [`Region`](../../region) to exclude from this [`Region`](../../region). | +| region | Region | The [`Region`](../) to exclude from this [`Region`](../). | ### Exceptions @@ -95,8 +95,8 @@ public void Exclude(Region region) ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/gethashcode/_index.md index f2c469b76305..ebe153f52bb9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Region.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Get hash code of the current object type: docs weight: 60 url: /net/aspose.imaging/region/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/intersect/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/intersect/_index.md index 3e524d8d0917..3b69669a72af 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/intersect/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/intersect/_index.md @@ -1,14 +1,14 @@ --- -title: Intersect +title: Region.Intersect second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Updates this Region to the intersection of itself with the specified RectangleF structure type: docs weight: 70 url: /net/aspose.imaging/region/intersect/ --- -## Region.Intersect method (1 of 4) +## Intersect(RectangleF) {#intersect_2} -Updates this [`Region`](../../region) to the intersection of itself with the specified [`RectangleF`](../../rectanglef) structure. +Updates this [`Region`](../) to the intersection of itself with the specified [`RectangleF`](../../rectanglef/) structure. ```csharp public void Intersect(RectangleF rect) @@ -16,20 +16,20 @@ public void Intersect(RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) structure to intersect with this [`Region`](../../region). | +| rect | RectangleF | The [`RectangleF`](../../rectanglef/) structure to intersect with this [`Region`](../). | ### See Also -* struct [RectangleF](../../rectanglef) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [RectangleF](../../rectanglef/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Intersect method (2 of 4) +## Intersect(Rectangle) {#intersect_1} -Updates this [`Region`](../../region) to the intersection of itself with the specified [`Rectangle`](../../rectangle) structure. +Updates this [`Region`](../) to the intersection of itself with the specified [`Rectangle`](../../rectangle/) structure. ```csharp public void Intersect(Rectangle rect) @@ -37,20 +37,20 @@ public void Intersect(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) structure to intersect with this [`Region`](../../region). | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) structure to intersect with this [`Region`](../). | ### See Also -* struct [Rectangle](../../rectangle) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Rectangle](../../rectangle/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Intersect method (3 of 4) +## Intersect(GraphicsPath) {#intersect} -Updates this [`Region`](../../region) to the intersection of itself with the specified [`GraphicsPath`](../../graphicspath). +Updates this [`Region`](../) to the intersection of itself with the specified [`GraphicsPath`](../../graphicspath/). ```csharp public void Intersect(GraphicsPath path) @@ -58,20 +58,20 @@ public void Intersect(GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath) to intersect with this [`Region`](../../region). | +| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath/) to intersect with this [`Region`](../). | ### See Also -* class [GraphicsPath](../../graphicspath) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [GraphicsPath](../../graphicspath/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Intersect method (4 of 4) +## Intersect(Region) {#intersect_3} -Updates this [`Region`](../../region) to the intersection of itself with the specified [`Region`](../../region). +Updates this [`Region`](../) to the intersection of itself with the specified [`Region`](../). ```csharp public void Intersect(Region region) @@ -79,12 +79,12 @@ public void Intersect(Region region) | Parameter | Type | Description | | --- | --- | --- | -| region | Region | The [`Region`](../../region) to intersect with this [`Region`](../../region). | +| region | Region | The [`Region`](../) to intersect with this [`Region`](../). | ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/isempty/_index.md index b02b1563c91e..a6c4b844d9f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: Region.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Tests whether this Region has an empty interior on the specified drawing surface type: docs weight: 80 url: /net/aspose.imaging/region/isempty/ --- ## Region.IsEmpty method -Tests whether this [`Region`](../../region) has an empty interior on the specified drawing surface. +Tests whether this [`Region`](../) has an empty interior on the specified drawing surface. ```csharp public bool IsEmpty(Graphics g) @@ -16,11 +16,11 @@ public bool IsEmpty(Graphics g) | Parameter | Type | Description | | --- | --- | --- | -| g | Graphics | A [`Graphics`](../../graphics) that represents a drawing surface. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a drawing surface. | ### Return Value -true if the interior of this [`Region`](../../region) is empty when the transformation associated with *g* is applied; otherwise, false. +true if the interior of this [`Region`](../) is empty when the transformation associated with *g* is applied; otherwise, false. ### Exceptions @@ -30,9 +30,9 @@ true if the interior of this [`Region`](../../region) is empty when the transfor ### See Also -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/isinfinite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/isinfinite/_index.md index 317de6556684..347d27a21c74 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/isinfinite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/isinfinite/_index.md @@ -1,14 +1,14 @@ --- -title: IsInfinite +title: Region.IsInfinite second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Tests whether this Region has an infinite interior on the specified drawing surface type: docs weight: 90 url: /net/aspose.imaging/region/isinfinite/ --- ## Region.IsInfinite method -Tests whether this [`Region`](../../region) has an infinite interior on the specified drawing surface. +Tests whether this [`Region`](../) has an infinite interior on the specified drawing surface. ```csharp public bool IsInfinite(Graphics g) @@ -16,11 +16,11 @@ public bool IsInfinite(Graphics g) | Parameter | Type | Description | | --- | --- | --- | -| g | Graphics | A [`Graphics`](../../graphics) that represents a drawing surface. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a drawing surface. | ### Return Value -true if the interior of this [`Region`](../../region) is infinite when the transformation associated with *g* is applied; otherwise, false. +true if the interior of this [`Region`](../) is infinite when the transformation associated with *g* is applied; otherwise, false. ### Exceptions @@ -30,9 +30,9 @@ true if the interior of this [`Region`](../../region) is infinite when the trans ### See Also -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/isvisible/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/isvisible/_index.md index 863a6d82ef7c..b56fbb4d5190 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/isvisible/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/isvisible/_index.md @@ -1,14 +1,14 @@ --- -title: IsVisible +title: Region.IsVisible second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Tests whether the specified point is contained within this Region type: docs weight: 100 url: /net/aspose.imaging/region/isvisible/ --- -## Region.IsVisible method (1 of 15) +## IsVisible(float, float) {#isvisible_11} -Tests whether the specified point is contained within this [`Region`](../../region). +Tests whether the specified point is contained within this [`Region`](../). ```csharp public bool IsVisible(float x, float y) @@ -21,19 +21,19 @@ public bool IsVisible(float x, float y) ### Return Value -True when the specified point is contained within this [`Region`](../../region); otherwise, false. +True when the specified point is contained within this [`Region`](../); otherwise, false. ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (2 of 15) +## IsVisible(PointF) {#isvisible_2} -Tests whether the specified [`PointF`](../../pointf) structure is contained within this [`Region`](../../region). +Tests whether the specified [`PointF`](../../pointf/) structure is contained within this [`Region`](../). ```csharp public bool IsVisible(PointF point) @@ -41,24 +41,24 @@ public bool IsVisible(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) structure to test. | +| point | PointF | The [`PointF`](../../pointf/) structure to test. | ### Return Value -true when *point* is contained within this [`Region`](../../region); otherwise, false. +true when *point* is contained within this [`Region`](../); otherwise, false. ### See Also -* struct [PointF](../../pointf) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [PointF](../../pointf/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (3 of 15) +## IsVisible(float, float, Graphics) {#isvisible_12} -Tests whether the specified point is contained within this [`Region`](../../region) when drawn using the specified [`Graphics`](../../graphics). +Tests whether the specified point is contained within this [`Region`](../) when drawn using the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(float x, float y, Graphics g) @@ -68,24 +68,24 @@ public bool IsVisible(float x, float y, Graphics g) | --- | --- | --- | | x | Single | The x-coordinate of the point to test. | | y | Single | The y-coordinate of the point to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a graphics context. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a graphics context. | ### Return Value -True when the specified point is contained within this [`Region`](../../region); otherwise, false. +True when the specified point is contained within this [`Region`](../); otherwise, false. ### See Also -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (4 of 15) +## IsVisible(PointF, Graphics) {#isvisible_3} -Tests whether the specified [`PointF`](../../pointf) structure is contained within this [`Region`](../../region) when drawn using the specified [`Graphics`](../../graphics). +Tests whether the specified [`PointF`](../../pointf/) structure is contained within this [`Region`](../) when drawn using the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(PointF point, Graphics g) @@ -93,26 +93,26 @@ public bool IsVisible(PointF point, Graphics g) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) structure to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a graphics context. | +| point | PointF | The [`PointF`](../../pointf/) structure to test. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a graphics context. | ### Return Value -true when *point* is contained within this [`Region`](../../region); otherwise, false. +true when *point* is contained within this [`Region`](../); otherwise, false. ### See Also -* struct [PointF](../../pointf) -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [PointF](../../pointf/) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (5 of 15) +## IsVisible(float, float, float, float) {#isvisible_13} -Tests whether any portion of the specified rectangle is contained within this [`Region`](../../region). +Tests whether any portion of the specified rectangle is contained within this [`Region`](../). ```csharp public bool IsVisible(float x, float y, float width, float height) @@ -127,19 +127,19 @@ public bool IsVisible(float x, float y, float width, float height) ### Return Value -true when any portion of the specified rectangle is contained within this [`Region`](../../region) object; otherwise, false. +true when any portion of the specified rectangle is contained within this [`Region`](../) object; otherwise, false. ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (6 of 15) +## IsVisible(RectangleF) {#isvisible_6} -Tests whether any portion of the specified [`RectangleF`](../../rectanglef) structure is contained within this [`Region`](../../region). +Tests whether any portion of the specified [`RectangleF`](../../rectanglef/) structure is contained within this [`Region`](../). ```csharp public bool IsVisible(RectangleF rect) @@ -147,24 +147,24 @@ public bool IsVisible(RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) structure to test. | +| rect | RectangleF | The [`RectangleF`](../../rectanglef/) structure to test. | ### Return Value -true when any portion of *rect* is contained within this [`Region`](../../region); otherwise, false. +true when any portion of *rect* is contained within this [`Region`](../); otherwise, false. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [RectangleF](../../rectanglef/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (7 of 15) +## IsVisible(float, float, float, float, Graphics) {#isvisible_14} -Tests whether any portion of the specified rectangle is contained within this [`Region`](../../region) when drawn using the specified [`Graphics`](../../graphics). +Tests whether any portion of the specified rectangle is contained within this [`Region`](../) when drawn using the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(float x, float y, float width, float height, Graphics g) @@ -176,24 +176,24 @@ public bool IsVisible(float x, float y, float width, float height, Graphics g) | y | Single | The y-coordinate of the upper-left corner of the rectangle to test. | | width | Single | The width of the rectangle to test. | | height | Single | The height of the rectangle to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a graphics context. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a graphics context. | ### Return Value -true when any portion of the specified rectangle is contained within this [`Region`](../../region); otherwise, false. +true when any portion of the specified rectangle is contained within this [`Region`](../); otherwise, false. ### See Also -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (8 of 15) +## IsVisible(RectangleF, Graphics) {#isvisible_7} -Tests whether any portion of the specified [`RectangleF`](../../rectanglef) structure is contained within this [`Region`](../../region) when drawn using the specified [`Graphics`](../../graphics). +Tests whether any portion of the specified [`RectangleF`](../../rectanglef/) structure is contained within this [`Region`](../) when drawn using the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(RectangleF rect, Graphics g) @@ -201,26 +201,26 @@ public bool IsVisible(RectangleF rect, Graphics g) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) structure to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a graphics context. | +| rect | RectangleF | The [`RectangleF`](../../rectanglef/) structure to test. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a graphics context. | ### Return Value -true when *rect* is contained within this [`Region`](../../region); otherwise, false. +true when *rect* is contained within this [`Region`](../); otherwise, false. ### See Also -* struct [RectangleF](../../rectanglef) -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [RectangleF](../../rectanglef/) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (9 of 15) +## IsVisible(int, int, Graphics) {#isvisible_8} -Tests whether the specified point is contained within this [`Region`](../../region) object when drawn using the specified [`Graphics`](../../graphics) object. +Tests whether the specified point is contained within this [`Region`](../) object when drawn using the specified [`Graphics`](../../graphics/) object. ```csharp public bool IsVisible(int x, int y, Graphics g) @@ -230,24 +230,24 @@ public bool IsVisible(int x, int y, Graphics g) | --- | --- | --- | | x | Int32 | The x-coordinate of the point to test. | | y | Int32 | The y-coordinate of the point to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a graphics context. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a graphics context. | ### Return Value -true when the specified point is contained within this [`Region`](../../region); otherwise, false. +true when the specified point is contained within this [`Region`](../); otherwise, false. ### See Also -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (10 of 15) +## IsVisible(Point) {#isvisible} -Tests whether the specified [`Point`](../../point) structure is contained within this [`Region`](../../region). +Tests whether the specified [`Point`](../../point/) structure is contained within this [`Region`](../). ```csharp public bool IsVisible(Point point) @@ -255,24 +255,24 @@ public bool IsVisible(Point point) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) structure to test. | +| point | Point | The [`Point`](../../point/) structure to test. | ### Return Value -true when *point* is contained within this [`Region`](../../region); otherwise, false. +true when *point* is contained within this [`Region`](../); otherwise, false. ### See Also -* struct [Point](../../point) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Point](../../point/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (11 of 15) +## IsVisible(Point, Graphics) {#isvisible_1} -Tests whether the specified [`Point`](../../point) structure is contained within this [`Region`](../../region) when drawn using the specified [`Graphics`](../../graphics). +Tests whether the specified [`Point`](../../point/) structure is contained within this [`Region`](../) when drawn using the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(Point point, Graphics g) @@ -280,26 +280,26 @@ public bool IsVisible(Point point, Graphics g) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) structure to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a graphics context. | +| point | Point | The [`Point`](../../point/) structure to test. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a graphics context. | ### Return Value -true when *point* is contained within this [`Region`](../../region); otherwise, false. +true when *point* is contained within this [`Region`](../); otherwise, false. ### See Also -* struct [Point](../../point) -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Point](../../point/) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (12 of 15) +## IsVisible(int, int, int, int) {#isvisible_9} -Tests whether any portion of the specified rectangle is contained within this [`Region`](../../region). +Tests whether any portion of the specified rectangle is contained within this [`Region`](../). ```csharp public bool IsVisible(int x, int y, int width, int height) @@ -314,19 +314,19 @@ public bool IsVisible(int x, int y, int width, int height) ### Return Value -true when any portion of the specified rectangle is contained within this [`Region`](../../region); otherwise, false. +true when any portion of the specified rectangle is contained within this [`Region`](../); otherwise, false. ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (13 of 15) +## IsVisible(Rectangle) {#isvisible_4} -Tests whether any portion of the specified [`Rectangle`](../../rectangle) structure is contained within this [`Region`](../../region). +Tests whether any portion of the specified [`Rectangle`](../../rectangle/) structure is contained within this [`Region`](../). ```csharp public bool IsVisible(Rectangle rect) @@ -334,24 +334,24 @@ public bool IsVisible(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) structure to test. | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) structure to test. | ### Return Value -This method returns true when any portion of *rect* is contained within this [`Region`](../../region); otherwise, false. +This method returns true when any portion of *rect* is contained within this [`Region`](../); otherwise, false. ### See Also -* struct [Rectangle](../../rectangle) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Rectangle](../../rectangle/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (14 of 15) +## IsVisible(int, int, int, int, Graphics) {#isvisible_10} -Tests whether any portion of the specified rectangle is contained within this [`Region`](../../region) when drawn using the specified [`Graphics`](../../graphics). +Tests whether any portion of the specified rectangle is contained within this [`Region`](../) when drawn using the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(int x, int y, int width, int height, Graphics g) @@ -363,24 +363,24 @@ public bool IsVisible(int x, int y, int width, int height, Graphics g) | y | Int32 | The y-coordinate of the upper-left corner of the rectangle to test. | | width | Int32 | The width of the rectangle to test. | | height | Int32 | The height of the rectangle to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a graphics context. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a graphics context. | ### Return Value -true when any portion of the specified rectangle is contained within this [`Region`](../../region); otherwise, false. +true when any portion of the specified rectangle is contained within this [`Region`](../); otherwise, false. ### See Also -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.IsVisible method (15 of 15) +## IsVisible(Rectangle, Graphics) {#isvisible_5} -Tests whether any portion of the specified [`Rectangle`](../../rectangle) structure is contained within this [`Region`](../../region) when drawn using the specified [`Graphics`](../../graphics). +Tests whether any portion of the specified [`Rectangle`](../../rectangle/) structure is contained within this [`Region`](../) when drawn using the specified [`Graphics`](../../graphics/). ```csharp public bool IsVisible(Rectangle rect, Graphics g) @@ -388,19 +388,19 @@ public bool IsVisible(Rectangle rect, Graphics g) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) structure to test. | -| g | Graphics | A [`Graphics`](../../graphics) that represents a graphics context. | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) structure to test. | +| g | Graphics | A [`Graphics`](../../graphics/) that represents a graphics context. | ### Return Value -true when any portion of the *rect* is contained within this [`Region`](../../region); otherwise, false. +true when any portion of the *rect* is contained within this [`Region`](../); otherwise, false. ### See Also -* struct [Rectangle](../../rectangle) -* class [Graphics](../../graphics) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Rectangle](../../rectangle/) +* class [Graphics](../../graphics/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/makeempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/makeempty/_index.md index 853534b61a37..abc812c66868 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/makeempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/makeempty/_index.md @@ -1,14 +1,14 @@ --- -title: MakeEmpty +title: Region.MakeEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Initializes this Region to an empty interior type: docs weight: 110 url: /net/aspose.imaging/region/makeempty/ --- ## Region.MakeEmpty method -Initializes this [`Region`](../../region) to an empty interior. +Initializes this [`Region`](../) to an empty interior. ```csharp public void MakeEmpty() @@ -16,8 +16,8 @@ public void MakeEmpty() ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/makeinfinite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/makeinfinite/_index.md index 3d21355ac077..dac0852928f5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/makeinfinite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/makeinfinite/_index.md @@ -1,14 +1,14 @@ --- -title: MakeInfinite +title: Region.MakeInfinite second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Initializes this Region object to an infinite interior type: docs weight: 120 url: /net/aspose.imaging/region/makeinfinite/ --- ## Region.MakeInfinite method -Initializes this [`Region`](../../region) object to an infinite interior. +Initializes this [`Region`](../) object to an infinite interior. ```csharp public void MakeInfinite() @@ -16,8 +16,8 @@ public void MakeInfinite() ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/region/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/region/_index.md index 0f2ebc26aa13..e24a473236e7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/region/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/region/_index.md @@ -1,14 +1,14 @@ --- -title: Region +title: Region.Region second_title: Aspose.Imaging for .NET API Reference -description: +description: Region constructor. Initializes a new Region type: docs weight: 10 url: /net/aspose.imaging/region/region/ --- -## Region constructor (1 of 4) +## Region() {#constructor} -Initializes a new [`Region`](../../region). +Initializes a new [`Region`](../). ```csharp public Region() @@ -16,15 +16,15 @@ public Region() ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region constructor (2 of 4) +## Region(RectangleF) {#constructor_3} -Initializes a new [`Region`](../../region) from the specified [`RectangleF`](../../rectanglef) structure. +Initializes a new [`Region`](../) from the specified [`RectangleF`](../../rectanglef/) structure. ```csharp public Region(RectangleF rect) @@ -32,20 +32,20 @@ public Region(RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | A [`RectangleF`](../../rectanglef) structure that defines the interior of the new [`Region`](../../region). | +| rect | RectangleF | A [`RectangleF`](../../rectanglef/) structure that defines the interior of the new [`Region`](../). | ### See Also -* struct [RectangleF](../../rectanglef) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [RectangleF](../../rectanglef/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region constructor (3 of 4) +## Region(Rectangle) {#constructor_2} -Initializes a new [`Region`](../../region) from the specified [`Rectangle`](../../rectangle) structure. +Initializes a new [`Region`](../) from the specified [`Rectangle`](../../rectangle/) structure. ```csharp public Region(Rectangle rect) @@ -53,20 +53,20 @@ public Region(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | A [`Rectangle`](../../rectangle) structure that defines the interior of the new [`Region`](../../region). | +| rect | Rectangle | A [`Rectangle`](../../rectangle/) structure that defines the interior of the new [`Region`](../). | ### See Also -* struct [Rectangle](../../rectangle) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Rectangle](../../rectangle/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region constructor (4 of 4) +## Region(GraphicsPath) {#constructor_1} -Initializes a new [`Region`](../../region) with the specified [`GraphicsPath`](../../graphicspath). +Initializes a new [`Region`](../) with the specified [`GraphicsPath`](../../graphicspath/). ```csharp public Region(GraphicsPath path) @@ -74,7 +74,7 @@ public Region(GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| path | GraphicsPath | A [`GraphicsPath`](../../graphicspath) that defines the new [`Region`](../../region). | +| path | GraphicsPath | A [`GraphicsPath`](../../graphicspath/) that defines the new [`Region`](../). | ### Exceptions @@ -84,9 +84,9 @@ public Region(GraphicsPath path) ### See Also -* class [GraphicsPath](../../graphicspath) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [GraphicsPath](../../graphicspath/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/transform/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/transform/_index.md index 6cf1081a4928..859f026da0dc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/transform/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/transform/_index.md @@ -1,14 +1,14 @@ --- -title: Transform +title: Region.Transform second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Transforms this Region by the specified Matrix type: docs weight: 130 url: /net/aspose.imaging/region/transform/ --- ## Region.Transform method -Transforms this [`Region`](../../region) by the specified [`Matrix`](../../matrix). +Transforms this [`Region`](../) by the specified [`Matrix`](../../matrix/). ```csharp public void Transform(Matrix matrix) @@ -16,7 +16,7 @@ public void Transform(Matrix matrix) | Parameter | Type | Description | | --- | --- | --- | -| matrix | Matrix | The [`Matrix`](../../matrix) by which to transform this [`Region`](../../region). | +| matrix | Matrix | The [`Matrix`](../../matrix/) by which to transform this [`Region`](../). | ### Exceptions @@ -26,9 +26,9 @@ public void Transform(Matrix matrix) ### See Also -* class [Matrix](../../matrix) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Matrix](../../matrix/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/translate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/translate/_index.md index 622ccd7f22fd..29c1c6890c6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/translate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/translate/_index.md @@ -1,14 +1,14 @@ --- -title: Translate +title: Region.Translate second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Offsets the coordinates of this Region by the specified amount type: docs weight: 140 url: /net/aspose.imaging/region/translate/ --- -## Region.Translate method (1 of 2) +## Translate(float, float) {#translate_1} -Offsets the coordinates of this [`Region`](../../region) by the specified amount. +Offsets the coordinates of this [`Region`](../) by the specified amount. ```csharp public void Translate(float dx, float dy) @@ -16,20 +16,20 @@ public void Translate(float dx, float dy) | Parameter | Type | Description | | --- | --- | --- | -| dx | Single | The amount to offset this [`Region`](../../region) horizontally. | -| dy | Single | The amount to offset this [`Region`](../../region) vertically. | +| dx | Single | The amount to offset this [`Region`](../) horizontally. | +| dy | Single | The amount to offset this [`Region`](../) vertically. | ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Translate method (2 of 2) +## Translate(int, int) {#translate} -Offsets the coordinates of this [`Region`](../../region) by the specified amount. +Offsets the coordinates of this [`Region`](../) by the specified amount. ```csharp public void Translate(int dx, int dy) @@ -37,13 +37,13 @@ public void Translate(int dx, int dy) | Parameter | Type | Description | | --- | --- | --- | -| dx | Int32 | The amount to offset this [`Region`](../../region) horizontally. | -| dy | Int32 | The amount to offset this [`Region`](../../region) vertically. | +| dx | Int32 | The amount to offset this [`Region`](../) horizontally. | +| dy | Int32 | The amount to offset this [`Region`](../) vertically. | ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/union/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/union/_index.md index 72addc3d3786..50c22d7c6866 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/union/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/union/_index.md @@ -1,14 +1,14 @@ --- -title: Union +title: Region.Union second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Updates this Region to the union of itself and the specified RectangleF structure type: docs weight: 150 url: /net/aspose.imaging/region/union/ --- -## Region.Union method (1 of 4) +## Union(RectangleF) {#union_2} -Updates this [`Region`](../../region) to the union of itself and the specified [`RectangleF`](../../rectanglef) structure. +Updates this [`Region`](../) to the union of itself and the specified [`RectangleF`](../../rectanglef/) structure. ```csharp public void Union(RectangleF rect) @@ -16,20 +16,20 @@ public void Union(RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) structure to unite with this [`Region`](../../region). | +| rect | RectangleF | The [`RectangleF`](../../rectanglef/) structure to unite with this [`Region`](../). | ### See Also -* struct [RectangleF](../../rectanglef) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [RectangleF](../../rectanglef/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Union method (2 of 4) +## Union(Rectangle) {#union_1} -Updates this [`Region`](../../region) to the union of itself and the specified [`Rectangle`](../../rectangle) structure. +Updates this [`Region`](../) to the union of itself and the specified [`Rectangle`](../../rectangle/) structure. ```csharp public void Union(Rectangle rect) @@ -37,20 +37,20 @@ public void Union(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) structure to unite with this [`Region`](../../region). | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) structure to unite with this [`Region`](../). | ### See Also -* struct [Rectangle](../../rectangle) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Rectangle](../../rectangle/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Union method (3 of 4) +## Union(GraphicsPath) {#union} -Updates this [`Region`](../../region) to the union of itself and the specified [`GraphicsPath`](../../graphicspath). +Updates this [`Region`](../) to the union of itself and the specified [`GraphicsPath`](../../graphicspath/). ```csharp public void Union(GraphicsPath path) @@ -58,7 +58,7 @@ public void Union(GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath) to unite with this [`Region`](../../region). | +| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath/) to unite with this [`Region`](../). | ### Exceptions @@ -68,16 +68,16 @@ public void Union(GraphicsPath path) ### See Also -* class [GraphicsPath](../../graphicspath) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [GraphicsPath](../../graphicspath/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Union method (4 of 4) +## Union(Region) {#union_3} -Updates this [`Region`](../../region) to the union of itself and the specified [`Region`](../../region). +Updates this [`Region`](../) to the union of itself and the specified [`Region`](../). ```csharp public void Union(Region region) @@ -85,7 +85,7 @@ public void Union(Region region) | Parameter | Type | Description | | --- | --- | --- | -| region | Region | The [`Region`](../../region) to unite with this [`Region`](../../region). | +| region | Region | The [`Region`](../) to unite with this [`Region`](../). | ### Exceptions @@ -95,8 +95,8 @@ public void Union(Region region) ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/region/xor/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/region/xor/_index.md index 0e31aba34aad..fe5a695c43a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/region/xor/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/region/xor/_index.md @@ -1,14 +1,14 @@ --- -title: Xor +title: Region.Xor second_title: Aspose.Imaging for .NET API Reference -description: +description: Region method. Updates this Region to the union minus the intersection of itself with the specified RectangleF structure type: docs weight: 160 url: /net/aspose.imaging/region/xor/ --- -## Region.Xor method (1 of 4) +## Xor(RectangleF) {#xor_2} -Updates this [`Region`](../../region) to the union minus the intersection of itself with the specified [`RectangleF`](../../rectanglef) structure. +Updates this [`Region`](../) to the union minus the intersection of itself with the specified [`RectangleF`](../../rectanglef/) structure. ```csharp public void Xor(RectangleF rect) @@ -16,20 +16,20 @@ public void Xor(RectangleF rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | RectangleF | The [`RectangleF`](../../rectanglef) structure to xor with this [`Region`](../../region). | +| rect | RectangleF | The [`RectangleF`](../../rectanglef/) structure to xor with this [`Region`](../). | ### See Also -* struct [RectangleF](../../rectanglef) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [RectangleF](../../rectanglef/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Xor method (2 of 4) +## Xor(Rectangle) {#xor_1} -Updates this [`Region`](../../region) to the union minus the intersection of itself with the specified [`Rectangle`](../../rectangle) structure. +Updates this [`Region`](../) to the union minus the intersection of itself with the specified [`Rectangle`](../../rectangle/) structure. ```csharp public void Xor(Rectangle rect) @@ -37,20 +37,20 @@ public void Xor(Rectangle rect) | Parameter | Type | Description | | --- | --- | --- | -| rect | Rectangle | The [`Rectangle`](../../rectangle) structure to xor with this [`Region`](../../region). | +| rect | Rectangle | The [`Rectangle`](../../rectangle/) structure to xor with this [`Region`](../). | ### See Also -* struct [Rectangle](../../rectangle) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* struct [Rectangle](../../rectangle/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Xor method (3 of 4) +## Xor(GraphicsPath) {#xor} -Updates this [`Region`](../../region) to the union minus the intersection of itself with the specified [`GraphicsPath`](../../graphicspath). +Updates this [`Region`](../) to the union minus the intersection of itself with the specified [`GraphicsPath`](../../graphicspath/). ```csharp public void Xor(GraphicsPath path) @@ -58,7 +58,7 @@ public void Xor(GraphicsPath path) | Parameter | Type | Description | | --- | --- | --- | -| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath) to xor with this [`Region`](../../region). | +| path | GraphicsPath | The [`GraphicsPath`](../../graphicspath/) to xor with this [`Region`](../). | ### Exceptions @@ -68,16 +68,16 @@ public void Xor(GraphicsPath path) ### See Also -* class [GraphicsPath](../../graphicspath) -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [GraphicsPath](../../graphicspath/) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) --- -## Region.Xor method (4 of 4) +## Xor(Region) {#xor_3} -Updates this [`Region`](../../region) to the union minus the intersection of itself with the specified [`Region`](../../region). +Updates this [`Region`](../) to the union minus the intersection of itself with the specified [`Region`](../). ```csharp public void Xor(Region region) @@ -85,7 +85,7 @@ public void Xor(Region region) | Parameter | Type | Description | | --- | --- | --- | -| region | Region | The [`Region`](../../region) to xor with this [`Region`](../../region). | +| region | Region | The [`Region`](../) to xor with this [`Region`](../). | ### Exceptions @@ -95,8 +95,8 @@ public void Xor(Region region) ### See Also -* class [Region](../../region) -* namespace [Aspose.Imaging](../../region) +* class [Region](../) +* namespace [Aspose.Imaging](../../region/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/_index.md index 2421f0dc27d1..5de3b627bee1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveBackgroundSettings +title: Class RemoveBackgroundSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.RemoveBackgroundSettings class. The remve background settings type: docs weight: 11180 url: /net/aspose.imaging/removebackgroundsettings/ @@ -18,20 +18,20 @@ public class RemoveBackgroundSettings | Name | Description | | --- | --- | -| [RemoveBackgroundSettings](removebackgroundsettings)() | The default constructor. | +| [RemoveBackgroundSettings](removebackgroundsettings/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Bounds](../../aspose.imaging/removebackgroundsettings/bounds) { get; set; } | Gets or sets the bounds. | -| [Color1](../../aspose.imaging/removebackgroundsettings/color1) { get; set; } | Gets or sets the color. | -| [Color2](../../aspose.imaging/removebackgroundsettings/color2) { get; set; } | Gets or sets the color2. | -| [DetectionLevel](../../aspose.imaging/removebackgroundsettings/detectionlevel) { get; set; } | Gets or sets the detection level. | +| [Bounds](../../aspose.imaging/removebackgroundsettings/bounds/) { get; set; } | Gets or sets the bounds. | +| [Color1](../../aspose.imaging/removebackgroundsettings/color1/) { get; set; } | Gets or sets the color. | +| [Color2](../../aspose.imaging/removebackgroundsettings/color2/) { get; set; } | Gets or sets the color2. | +| [DetectionLevel](../../aspose.imaging/removebackgroundsettings/detectionlevel/) { get; set; } | Gets or sets the detection level. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/bounds/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/bounds/_index.md index 6f2e71032b42..87ca85cb495b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/bounds/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/bounds/_index.md @@ -1,7 +1,7 @@ --- -title: Bounds +title: RemoveBackgroundSettings.Bounds second_title: Aspose.Imaging for .NET API Reference -description: +description: RemoveBackgroundSettings property. Gets or sets the bounds type: docs weight: 20 url: /net/aspose.imaging/removebackgroundsettings/bounds/ @@ -20,9 +20,9 @@ The bounds. ### See Also -* struct [RectangleF](../../rectanglef) -* class [RemoveBackgroundSettings](../../removebackgroundsettings) -* namespace [Aspose.Imaging](../../removebackgroundsettings) +* struct [RectangleF](../../rectanglef/) +* class [RemoveBackgroundSettings](../) +* namespace [Aspose.Imaging](../../removebackgroundsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/color1/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/color1/_index.md index 7cef674d6e9d..69599614bf47 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/color1/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/color1/_index.md @@ -1,7 +1,7 @@ --- -title: Color1 +title: RemoveBackgroundSettings.Color1 second_title: Aspose.Imaging for .NET API Reference -description: +description: RemoveBackgroundSettings property. Gets or sets the color type: docs weight: 30 url: /net/aspose.imaging/removebackgroundsettings/color1/ @@ -20,9 +20,9 @@ The color. ### See Also -* struct [Color](../../color) -* class [RemoveBackgroundSettings](../../removebackgroundsettings) -* namespace [Aspose.Imaging](../../removebackgroundsettings) +* struct [Color](../../color/) +* class [RemoveBackgroundSettings](../) +* namespace [Aspose.Imaging](../../removebackgroundsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/color2/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/color2/_index.md index 7c71572bd2e8..b79f523a867b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/color2/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/color2/_index.md @@ -1,7 +1,7 @@ --- -title: Color2 +title: RemoveBackgroundSettings.Color2 second_title: Aspose.Imaging for .NET API Reference -description: +description: RemoveBackgroundSettings property. Gets or sets the color2 type: docs weight: 40 url: /net/aspose.imaging/removebackgroundsettings/color2/ @@ -20,9 +20,9 @@ The color2. ### See Also -* struct [Color](../../color) -* class [RemoveBackgroundSettings](../../removebackgroundsettings) -* namespace [Aspose.Imaging](../../removebackgroundsettings) +* struct [Color](../../color/) +* class [RemoveBackgroundSettings](../) +* namespace [Aspose.Imaging](../../removebackgroundsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/detectionlevel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/detectionlevel/_index.md index d14cf82804d2..456f7d5a81ea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/detectionlevel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/detectionlevel/_index.md @@ -1,7 +1,7 @@ --- -title: DetectionLevel +title: RemoveBackgroundSettings.DetectionLevel second_title: Aspose.Imaging for .NET API Reference -description: +description: RemoveBackgroundSettings property. Gets or sets the detection level type: docs weight: 50 url: /net/aspose.imaging/removebackgroundsettings/detectionlevel/ @@ -20,8 +20,8 @@ The detection level. ### See Also -* class [RemoveBackgroundSettings](../../removebackgroundsettings) -* namespace [Aspose.Imaging](../../removebackgroundsettings) +* class [RemoveBackgroundSettings](../) +* namespace [Aspose.Imaging](../../removebackgroundsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/removebackgroundsettings/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/removebackgroundsettings/_index.md index 331d70eafe3f..12226ba5cbbe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/removebackgroundsettings/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/removebackgroundsettings/removebackgroundsettings/_index.md @@ -1,7 +1,7 @@ --- -title: RemoveBackgroundSettings +title: RemoveBackgroundSettings.RemoveBackgroundSettings second_title: Aspose.Imaging for .NET API Reference -description: +description: RemoveBackgroundSettings constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging/removebackgroundsettings/removebackgroundsettings/ @@ -16,8 +16,8 @@ public RemoveBackgroundSettings() ### See Also -* class [RemoveBackgroundSettings](../../removebackgroundsettings) -* namespace [Aspose.Imaging](../../removebackgroundsettings) +* class [RemoveBackgroundSettings](../) +* namespace [Aspose.Imaging](../../removebackgroundsettings/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/resizetype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/resizetype/_index.md index 031f9da8af30..ad9db40af98e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/resizetype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/resizetype/_index.md @@ -1,7 +1,7 @@ --- -title: ResizeType +title: Enum ResizeType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ResizeType enum. Specifies the resize type type: docs weight: 11190 url: /net/aspose.imaging/resizetype/ @@ -36,7 +36,7 @@ public enum ResizeType | SinC | `15` | The Sinc (Lanczos3) cubic interpolation method | | Bell | `16` | The Bell interpolation method | -### Examples +## Examples Resize image using specific Resize Type. @@ -100,7 +100,7 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(dir + "sample.gif" ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/_index.md index b6c0a0748940..618108822917 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/_index.md @@ -1,7 +1,7 @@ --- -title: ResolutionSetting +title: Class ResolutionSetting second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ResolutionSetting class. The resolution setting for image save options type: docs weight: 11200 url: /net/aspose.imaging/resolutionsetting/ @@ -18,19 +18,19 @@ public class ResolutionSetting | Name | Description | | --- | --- | -| [ResolutionSetting](resolutionsetting)() | Initializes a new instance of the [`ResolutionSetting`](../resolutionsetting) class. | -| [ResolutionSetting](resolutionsetting)(double, double) | Initializes a new instance of the [`ResolutionSetting`](../resolutionsetting) class. | +| [ResolutionSetting](resolutionsetting/#constructor)() | Initializes a new instance of the `ResolutionSetting` class. | +| [ResolutionSetting](resolutionsetting/#constructor_1)(double, double) | Initializes a new instance of the `ResolutionSetting` class. | ## Properties | Name | Description | | --- | --- | -| [HorizontalResolution](../../aspose.imaging/resolutionsetting/horizontalresolution) { get; set; } | Gets or sets the horizontal resolution. | -| [VerticalResolution](../../aspose.imaging/resolutionsetting/verticalresolution) { get; set; } | Gets or sets the vertical resolution. | +| [HorizontalResolution](../../aspose.imaging/resolutionsetting/horizontalresolution/) { get; set; } | Gets or sets the horizontal resolution. | +| [VerticalResolution](../../aspose.imaging/resolutionsetting/verticalresolution/) { get; set; } | Gets or sets the vertical resolution. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/horizontalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/horizontalresolution/_index.md index 7534f9eb44c1..8da9b91eac92 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/horizontalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/horizontalresolution/_index.md @@ -1,7 +1,7 @@ --- -title: HorizontalResolution +title: ResolutionSetting.HorizontalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: ResolutionSetting property. Gets or sets the horizontal resolution type: docs weight: 20 url: /net/aspose.imaging/resolutionsetting/horizontalresolution/ @@ -16,8 +16,8 @@ public double HorizontalResolution { get; set; } ### See Also -* class [ResolutionSetting](../../resolutionsetting) -* namespace [Aspose.Imaging](../../resolutionsetting) +* class [ResolutionSetting](../) +* namespace [Aspose.Imaging](../../resolutionsetting/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/resolutionsetting/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/resolutionsetting/_index.md index e523960e3806..3bbff4876aaf 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/resolutionsetting/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/resolutionsetting/_index.md @@ -1,14 +1,14 @@ --- -title: ResolutionSetting +title: ResolutionSetting.ResolutionSetting second_title: Aspose.Imaging for .NET API Reference -description: +description: ResolutionSetting constructor. Initializes a new instance of the ResolutionSetting class type: docs weight: 10 url: /net/aspose.imaging/resolutionsetting/resolutionsetting/ --- -## ResolutionSetting constructor (1 of 2) +## ResolutionSetting() {#constructor} -Initializes a new instance of the [`ResolutionSetting`](../../resolutionsetting) class. +Initializes a new instance of the [`ResolutionSetting`](../) class. ```csharp public ResolutionSetting() @@ -16,15 +16,15 @@ public ResolutionSetting() ### See Also -* class [ResolutionSetting](../../resolutionsetting) -* namespace [Aspose.Imaging](../../resolutionsetting) +* class [ResolutionSetting](../) +* namespace [Aspose.Imaging](../../resolutionsetting/) * assembly [Aspose.Imaging](../../../) --- -## ResolutionSetting constructor (2 of 2) +## ResolutionSetting(double, double) {#constructor_1} -Initializes a new instance of the [`ResolutionSetting`](../../resolutionsetting) class. +Initializes a new instance of the [`ResolutionSetting`](../) class. ```csharp public ResolutionSetting(double horizontalResolution, double verticalResolution) @@ -37,8 +37,8 @@ public ResolutionSetting(double horizontalResolution, double verticalResolution) ### See Also -* class [ResolutionSetting](../../resolutionsetting) -* namespace [Aspose.Imaging](../../resolutionsetting) +* class [ResolutionSetting](../) +* namespace [Aspose.Imaging](../../resolutionsetting/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/verticalresolution/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/verticalresolution/_index.md index c0725f32833d..7749a757494d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/verticalresolution/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionsetting/verticalresolution/_index.md @@ -1,7 +1,7 @@ --- -title: VerticalResolution +title: ResolutionSetting.VerticalResolution second_title: Aspose.Imaging for .NET API Reference -description: +description: ResolutionSetting property. Gets or sets the vertical resolution type: docs weight: 30 url: /net/aspose.imaging/resolutionsetting/verticalresolution/ @@ -16,8 +16,8 @@ public double VerticalResolution { get; set; } ### See Also -* class [ResolutionSetting](../../resolutionsetting) -* namespace [Aspose.Imaging](../../resolutionsetting) +* class [ResolutionSetting](../) +* namespace [Aspose.Imaging](../../resolutionsetting/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionunit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionunit/_index.md index afe5cb3d503a..30a6f6f10e8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionunit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/resolutionunit/_index.md @@ -1,7 +1,7 @@ --- -title: ResolutionUnit +title: Enum ResolutionUnit second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ResolutionUnit enum. Resolution unit enum type: docs weight: 11210 url: /net/aspose.imaging/resolutionunit/ @@ -24,7 +24,7 @@ public enum ResolutionUnit : byte ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/rotatefliptype/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/rotatefliptype/_index.md index 237915eab5e1..7c6de1da868e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/rotatefliptype/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/rotatefliptype/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlipType +title: Enum RotateFlipType second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.RotateFlipType enum. Specifies how much an image is rotated and the axis used to flip the image type: docs weight: 11220 url: /net/aspose.imaging/rotatefliptype/ @@ -35,7 +35,7 @@ public enum RotateFlipType | Rotate180FlipXY | `14` | Specifies a 180-degree clockwise rotation followed by a horizontal and vertical flip. | | Rotate270FlipXY | `15` | Specifies a 270-degree clockwise rotation followed by a horizontal and vertical flip. | -### Examples +## Examples This example loads an image, rotates it by 90 degrees clockwise and optionally flips the image horizontally and(or) vertically. @@ -65,7 +65,7 @@ foreach (Aspose.Imaging.RotateFlipType rotateFlipType in rotateFlipTypes) ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/seekorigin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/seekorigin/_index.md index 6120db4dea65..560b32110e96 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/seekorigin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/seekorigin/_index.md @@ -1,14 +1,14 @@ --- -title: SeekOrigin +title: Enum SeekOrigin second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.SeekOrigin enum. Provides the fields that represent reference points in StreamContainer for seeking type: docs weight: 11230 url: /net/aspose.imaging/seekorigin/ --- ## SeekOrigin enumeration -Provides the fields that represent reference points in [`StreamContainer`](../streamcontainer) for seeking. +Provides the fields that represent reference points in [`StreamContainer`](../streamcontainer/) for seeking. ```csharp public enum SeekOrigin @@ -24,7 +24,7 @@ public enum SeekOrigin ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/_index.md index 76f361cfe77f..a753f3012bd5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/_index.md @@ -1,7 +1,7 @@ --- -title: Shape +title: Class Shape second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Shape class. The shape. A continuous set of points connected using a specific rule type: docs weight: 11240 url: /net/aspose.imaging/shape/ @@ -18,25 +18,25 @@ public abstract class Shape : ObjectWithBounds | Name | Description | | --- | --- | -| abstract [Bounds](../../aspose.imaging/objectwithbounds/bounds) { get; } | Gets the object's bounds. | -| abstract [Center](../../aspose.imaging/shape/center) { get; } | Gets the shape's center. | -| abstract [HasSegments](../../aspose.imaging/shape/hassegments) { get; } | Gets a value indicating whether shape has segments. | -| abstract [Segments](../../aspose.imaging/shape/segments) { get; } | Gets the shape segments. | +| abstract [Bounds](../../aspose.imaging/objectwithbounds/bounds/) { get; } | Gets the object's bounds. | +| abstract [Center](../../aspose.imaging/shape/center/) { get; } | Gets the shape's center. | +| abstract [HasSegments](../../aspose.imaging/shape/hassegments/) { get; } | Gets a value indicating whether shape has segments. | +| abstract [Segments](../../aspose.imaging/shape/segments/) { get; } | Gets the shape segments. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/shape/equals)(object) | Check if objects are equal. | -| abstract [GetBounds](../../aspose.imaging/objectwithbounds/getbounds)(Matrix) | Gets the object's bounds. | -| abstract [GetBounds](../../aspose.imaging/objectwithbounds/getbounds)(Matrix, Pen) | Gets the object's bounds. | -| override [GetHashCode](../../aspose.imaging/shape/gethashcode)() | Get hash code of the current object. | -| abstract [Transform](../../aspose.imaging/objectwithbounds/transform)(Matrix) | Applies the specified transformation to the shape. | +| override [Equals](../../aspose.imaging/shape/equals/)(object) | Check if objects are equal. | +| abstract [GetBounds](../../aspose.imaging/objectwithbounds/getbounds/)(Matrix) | Gets the object's bounds. | +| abstract [GetBounds](../../aspose.imaging/objectwithbounds/getbounds/)(Matrix, Pen) | Gets the object's bounds. | +| override [GetHashCode](../../aspose.imaging/shape/gethashcode/)() | Get hash code of the current object. | +| abstract [Transform](../../aspose.imaging/objectwithbounds/transform/)(Matrix) | Applies the specified transformation to the shape. | ### See Also -* class [ObjectWithBounds](../objectwithbounds) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [ObjectWithBounds](../objectwithbounds/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/center/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/center/_index.md index 449d3088ae5e..551ab16c7c38 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/center/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/center/_index.md @@ -1,7 +1,7 @@ --- -title: Center +title: Shape.Center second_title: Aspose.Imaging for .NET API Reference -description: +description: Shape property. Gets the shapes center type: docs weight: 10 url: /net/aspose.imaging/shape/center/ @@ -20,9 +20,9 @@ The shape's center. ### See Also -* struct [PointF](../../pointf) -* class [Shape](../../shape) -* namespace [Aspose.Imaging](../../shape) +* struct [PointF](../../pointf/) +* class [Shape](../) +* namespace [Aspose.Imaging](../../shape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/equals/_index.md index 94e54cef0c9b..61a01f610821 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: Shape.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Shape method. Check if objects are equal type: docs weight: 40 url: /net/aspose.imaging/shape/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [Shape](../../shape) -* namespace [Aspose.Imaging](../../shape) +* class [Shape](../) +* namespace [Aspose.Imaging](../../shape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/gethashcode/_index.md index 7b3198e39c55..11224792ab12 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: Shape.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Shape method. Get hash code of the current object type: docs weight: 50 url: /net/aspose.imaging/shape/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [Shape](../../shape) -* namespace [Aspose.Imaging](../../shape) +* class [Shape](../) +* namespace [Aspose.Imaging](../../shape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/hassegments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/hassegments/_index.md index 9ec0d938b109..cfb003509d14 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/hassegments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/hassegments/_index.md @@ -1,7 +1,7 @@ --- -title: HasSegments +title: Shape.HasSegments second_title: Aspose.Imaging for .NET API Reference -description: +description: Shape property. Gets a value indicating whether shape has segments type: docs weight: 20 url: /net/aspose.imaging/shape/hassegments/ @@ -20,8 +20,8 @@ public abstract bool HasSegments { get; } ### See Also -* class [Shape](../../shape) -* namespace [Aspose.Imaging](../../shape) +* class [Shape](../) +* namespace [Aspose.Imaging](../../shape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/segments/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/segments/_index.md index cbef95f56aa9..5b5e2d1abb9e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shape/segments/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shape/segments/_index.md @@ -1,7 +1,7 @@ --- -title: Segments +title: Shape.Segments second_title: Aspose.Imaging for .NET API Reference -description: +description: Shape property. Gets the shape segments type: docs weight: 30 url: /net/aspose.imaging/shape/segments/ @@ -20,9 +20,9 @@ The shape segments. ### See Also -* class [ShapeSegment](../../shapesegment) -* class [Shape](../../shape) -* namespace [Aspose.Imaging](../../shape) +* class [ShapeSegment](../../shapesegment/) +* class [Shape](../) +* namespace [Aspose.Imaging](../../shape/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/_index.md index ba6b07483505..9c94bb8adde6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/_index.md @@ -1,7 +1,7 @@ --- -title: ShapeSegment +title: Class ShapeSegment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.ShapeSegment class. Represents a shape segment. A segment is a line or curve connecting two points type: docs weight: 11250 url: /net/aspose.imaging/shapesegment/ @@ -18,19 +18,19 @@ public abstract class ShapeSegment | Name | Description | | --- | --- | -| abstract [EndPoint](../../aspose.imaging/shapesegment/endpoint) { get; } | Gets the ending point. | -| abstract [StartPoint](../../aspose.imaging/shapesegment/startpoint) { get; } | Gets the starting point. | +| abstract [EndPoint](../../aspose.imaging/shapesegment/endpoint/) { get; } | Gets the ending point. | +| abstract [StartPoint](../../aspose.imaging/shapesegment/startpoint/) { get; } | Gets the starting point. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/shapesegment/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/shapesegment/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging/shapesegment/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/shapesegment/gethashcode/)() | Get hash code of the current object. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/endpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/endpoint/_index.md index 00ee5ada0938..4f8499cadc97 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/endpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/endpoint/_index.md @@ -1,7 +1,7 @@ --- -title: EndPoint +title: ShapeSegment.EndPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: ShapeSegment property. Gets the ending point type: docs weight: 10 url: /net/aspose.imaging/shapesegment/endpoint/ @@ -20,9 +20,9 @@ The ending point. ### See Also -* struct [PointF](../../pointf) -* class [ShapeSegment](../../shapesegment) -* namespace [Aspose.Imaging](../../shapesegment) +* struct [PointF](../../pointf/) +* class [ShapeSegment](../) +* namespace [Aspose.Imaging](../../shapesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/equals/_index.md index f9046446b426..76d29fa6977f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: ShapeSegment.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: ShapeSegment method. Check if objects are equal type: docs weight: 30 url: /net/aspose.imaging/shapesegment/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [ShapeSegment](../../shapesegment) -* namespace [Aspose.Imaging](../../shapesegment) +* class [ShapeSegment](../) +* namespace [Aspose.Imaging](../../shapesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/gethashcode/_index.md index f3aac00e5460..59eaa03ec3b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: ShapeSegment.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: ShapeSegment method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging/shapesegment/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [ShapeSegment](../../shapesegment) -* namespace [Aspose.Imaging](../../shapesegment) +* class [ShapeSegment](../) +* namespace [Aspose.Imaging](../../shapesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/startpoint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/startpoint/_index.md index f5c8c8f82c98..2861f36fafe0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/startpoint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/shapesegment/startpoint/_index.md @@ -1,7 +1,7 @@ --- -title: StartPoint +title: ShapeSegment.StartPoint second_title: Aspose.Imaging for .NET API Reference -description: +description: ShapeSegment property. Gets the starting point type: docs weight: 20 url: /net/aspose.imaging/shapesegment/startpoint/ @@ -20,9 +20,9 @@ The starting point. ### See Also -* struct [PointF](../../pointf) -* class [ShapeSegment](../../shapesegment) -* namespace [Aspose.Imaging](../../shapesegment) +* struct [PointF](../../pointf/) +* class [ShapeSegment](../) +* namespace [Aspose.Imaging](../../shapesegment/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/_index.md index 6648127802c3..42070532d592 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/_index.md @@ -1,7 +1,7 @@ --- -title: Size +title: Struct Size second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Size struct. Represents size type: docs weight: 11370 url: /net/aspose.imaging/size/ @@ -18,40 +18,40 @@ public struct Size | Name | Description | | --- | --- | -| [Size](size)(Point) | Initializes a new instance of the [`Size`](../size) structure from the specified [`Point`](../point). | -| [Size](size)(int, int) | Initializes a new instance of the [`Size`](../size) structure from the specified dimensions. | +| [Size](size/#constructor)(Point) | Initializes a new instance of the `Size` structure from the specified [`Point`](../point/). | +| [Size](size/#constructor_1)(int, int) | Initializes a new instance of the `Size` structure from the specified dimensions. | ## Properties | Name | Description | | --- | --- | -| static [Empty](../../aspose.imaging/size/empty) { get; } | Gets a new instance of the [`Size`](../size) structure that has [`Width`](./width) and [`Height`](./height) values set to zero. | -| [Height](../../aspose.imaging/size/height) { get; set; } | Gets or sets the vertical component of this [`Size`](../size). | -| [IsEmpty](../../aspose.imaging/size/isempty) { get; } | Gets a value indicating whether this [`Size`](../size) has width and height of 0. | -| [Width](../../aspose.imaging/size/width) { get; set; } | Gets or sets the horizontal component of this [`Size`](../size). | +| static [Empty](../../aspose.imaging/size/empty/) { get; } | Gets a new instance of the `Size` structure that has [`Width`](./width/) and [`Height`](./height/) values set to zero. | +| [Height](../../aspose.imaging/size/height/) { get; set; } | Gets or sets the vertical component of this `Size`. | +| [IsEmpty](../../aspose.imaging/size/isempty/) { get; } | Gets a value indicating whether this `Size` has width and height of 0. | +| [Width](../../aspose.imaging/size/width/) { get; set; } | Gets or sets the horizontal component of this `Size`. | ## Methods | Name | Description | | --- | --- | -| static [Add](../../aspose.imaging/size/add)(Size, Size) | Adds the width and height of one [`Size`](../size) structure to the width and height of another [`Size`](../size) structure. | -| static [Ceiling](../../aspose.imaging/size/ceiling)(SizeF) | Converts the specified [`SizeF`](../sizef) structure to a [`Size`](../size) structure by rounding the values of the [`Size`](../size) structure to the next higher integer values. | -| static [Round](../../aspose.imaging/size/round)(SizeF) | Converts the specified [`SizeF`](../sizef) structure to a [`Size`](../size) structure by rounding the values of the [`SizeF`](../sizef) structure to the nearest integer values. | -| static [Subtract](../../aspose.imaging/size/subtract)(Size, Size) | Subtracts the width and height of one [`Size`](../size) structure from the width and height of another [`Size`](../size) structure. | -| static [Truncate](../../aspose.imaging/size/truncate)(SizeF) | Converts the specified [`SizeF`](../sizef) structure to a [`Size`](../size) structure by truncating the values of the [`SizeF`](../sizef) structure to the next lower integer values. | -| override [Equals](../../aspose.imaging/size/equals)(object) | Tests to see whether the specified object is a [`Size`](../size) with the same dimensions as this [`Size`](../size). | -| override [GetHashCode](../../aspose.imaging/size/gethashcode)() | Returns a hash code for this [`Size`](../size) structure. | -| override [ToString](../../aspose.imaging/size/tostring)() | Creates a human-readable string that represents this [`Size`](../size). | -| [operator +](../../aspose.imaging/size/op_addition) | Adds the width and height of one [`Size`](../size) structure to the width and height of another [`Size`](../size) structure. | -| [operator ==](../../aspose.imaging/size/op_equality) | Tests whether two [`Size`](../size) structures are equal. | -| [explicit operator](../../aspose.imaging/size/op_explicit) | Converts the specified [`Size`](../size) to a [`Point`](../point). | -| [implicit operator](../../aspose.imaging/size/op_implicit) | Converts the specified [`Size`](../size) to a [`SizeF`](../sizef). | -| [operator !=](../../aspose.imaging/size/op_inequality) | Tests whether two [`Size`](../size) structures are different. | -| [operator -](../../aspose.imaging/size/op_subtraction) | Subtracts the width and height of one [`Size`](../size) structure from the width and height of another [`Size`](../size) structure. | +| static [Add](../../aspose.imaging/size/add/)(Size, Size) | Adds the width and height of one `Size` structure to the width and height of another `Size` structure. | +| static [Ceiling](../../aspose.imaging/size/ceiling/)(SizeF) | Converts the specified [`SizeF`](../sizef/) structure to a `Size` structure by rounding the values of the `Size` structure to the next higher integer values. | +| static [Round](../../aspose.imaging/size/round/)(SizeF) | Converts the specified [`SizeF`](../sizef/) structure to a `Size` structure by rounding the values of the [`SizeF`](../sizef/) structure to the nearest integer values. | +| static [Subtract](../../aspose.imaging/size/subtract/)(Size, Size) | Subtracts the width and height of one `Size` structure from the width and height of another `Size` structure. | +| static [Truncate](../../aspose.imaging/size/truncate/)(SizeF) | Converts the specified [`SizeF`](../sizef/) structure to a `Size` structure by truncating the values of the [`SizeF`](../sizef/) structure to the next lower integer values. | +| override [Equals](../../aspose.imaging/size/equals/)(object) | Tests to see whether the specified object is a `Size` with the same dimensions as this `Size`. | +| override [GetHashCode](../../aspose.imaging/size/gethashcode/)() | Returns a hash code for this `Size` structure. | +| override [ToString](../../aspose.imaging/size/tostring/)() | Creates a human-readable string that represents this `Size`. | +| [operator +](../../aspose.imaging/size/op_addition/) | Adds the width and height of one `Size` structure to the width and height of another `Size` structure. | +| [operator ==](../../aspose.imaging/size/op_equality/) | Tests whether two `Size` structures are equal. | +| [explicit operator](../../aspose.imaging/size/op_explicit/) | Converts the specified `Size` to a [`Point`](../point/). | +| [implicit operator](../../aspose.imaging/size/op_implicit/) | Converts the specified `Size` to a [`SizeF`](../sizef/). | +| [operator !=](../../aspose.imaging/size/op_inequality/) | Tests whether two `Size` structures are different. | +| [operator -](../../aspose.imaging/size/op_subtraction/) | Subtracts the width and height of one `Size` structure from the width and height of another `Size` structure. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/add/_index.md index 5c38741b3570..70cca97338fa 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/add/_index.md @@ -1,14 +1,14 @@ --- -title: Add +title: Size.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Adds the width and height of one Size structure to the width and height of another Size structure type: docs weight: 30 url: /net/aspose.imaging/size/add/ --- ## Size.Add method -Adds the width and height of one [`Size`](../../size) structure to the width and height of another [`Size`](../../size) structure. +Adds the width and height of one [`Size`](../) structure to the width and height of another [`Size`](../) structure. ```csharp public static Size Add(Size size1, Size size2) @@ -16,17 +16,17 @@ public static Size Add(Size size1, Size size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | Size | The first [`Size`](../../size) to add. | -| size2 | Size | The second [`Size`](../../size) to add. | +| size1 | Size | The first [`Size`](../) to add. | +| size2 | Size | The second [`Size`](../) to add. | ### Return Value -A [`Size`](../../size) structure that is the result of the addition operation. +A [`Size`](../) structure that is the result of the addition operation. ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/ceiling/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/ceiling/_index.md index 50e26fc0cc4f..9164731fbd57 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/ceiling/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/ceiling/_index.md @@ -1,14 +1,14 @@ --- -title: Ceiling +title: Size.Ceiling second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Converts the specified SizeF structure to a Size structure by rounding the values of the Size structure to the next higher integer values type: docs weight: 40 url: /net/aspose.imaging/size/ceiling/ --- ## Size.Ceiling method -Converts the specified [`SizeF`](../../sizef) structure to a [`Size`](../../size) structure by rounding the values of the [`Size`](../../size) structure to the next higher integer values. +Converts the specified [`SizeF`](../../sizef/) structure to a [`Size`](../) structure by rounding the values of the [`Size`](../) structure to the next higher integer values. ```csharp public static Size Ceiling(SizeF size) @@ -16,17 +16,17 @@ public static Size Ceiling(SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| size | SizeF | The [`SizeF`](../../sizef) structure to convert. | +| size | SizeF | The [`SizeF`](../../sizef/) structure to convert. | ### Return Value -The [`Size`](../../size) structure this method converts to. +The [`Size`](../) structure this method converts to. ### See Also -* struct [SizeF](../../sizef) -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [SizeF](../../sizef/) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/empty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/empty/_index.md index fc9b61121d24..700fd63a0595 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/empty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/empty/_index.md @@ -1,14 +1,14 @@ --- -title: Empty +title: Size.Empty second_title: Aspose.Imaging for .NET API Reference -description: +description: Size property. Gets a new instance of the Size structure that has Width and Height values set to zero type: docs weight: 20 url: /net/aspose.imaging/size/empty/ --- ## Size.Empty property -Gets a new instance of the [`Size`](../../size) structure that has [`Width`](../width) and [`Height`](../height) values set to zero. +Gets a new instance of the [`Size`](../) structure that has [`Width`](../width/) and [`Height`](../height/) values set to zero. ```csharp public static Size Empty { get; } @@ -16,8 +16,8 @@ public static Size Empty { get; } ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/equals/_index.md index 1f6da2a99343..6f6d5589b991 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: Size.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Tests to see whether the specified object is a Size with the same dimensions as this Size type: docs weight: 110 url: /net/aspose.imaging/size/equals/ --- ## Size.Equals method -Tests to see whether the specified object is a [`Size`](../../size) with the same dimensions as this [`Size`](../../size). +Tests to see whether the specified object is a [`Size`](../) with the same dimensions as this [`Size`](../). ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -True if *obj* is a [`Size`](../../size) and has the same width and height as this [`Size`](../../size); otherwise, false. +True if *obj* is a [`Size`](../) and has the same width and height as this [`Size`](../); otherwise, false. ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/gethashcode/_index.md index 75cc79dd01c0..3d2a166b3fbe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/gethashcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetHashCode +title: Size.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Returns a hash code for this Size structure type: docs weight: 120 url: /net/aspose.imaging/size/gethashcode/ --- ## Size.GetHashCode method -Returns a hash code for this [`Size`](../../size) structure. +Returns a hash code for this [`Size`](../) structure. ```csharp public override int GetHashCode() @@ -16,12 +16,12 @@ public override int GetHashCode() ### Return Value -An integer value that specifies a hash value for this [`Size`](../../size) structure. +An integer value that specifies a hash value for this [`Size`](../) structure. ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/height/_index.md index 6d1d1d0f6082..d60c8d3101f0 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/height/_index.md @@ -1,14 +1,14 @@ --- -title: Height +title: Size.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: Size property. Gets or sets the vertical component of this Size type: docs weight: 80 url: /net/aspose.imaging/size/height/ --- ## Size.Height property -Gets or sets the vertical component of this [`Size`](../../size). +Gets or sets the vertical component of this [`Size`](../). ```csharp public int Height { get; set; } @@ -16,8 +16,8 @@ public int Height { get; set; } ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/isempty/_index.md index a95aa11fbc9e..4cef333c3fe2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: Size.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: Size property. Gets a value indicating whether this Size has width and height of 0 type: docs weight: 90 url: /net/aspose.imaging/size/isempty/ --- ## Size.IsEmpty property -Gets a value indicating whether this [`Size`](../../size) has width and height of 0. +Gets a value indicating whether this [`Size`](../) has width and height of 0. ```csharp public bool IsEmpty { get; } @@ -16,8 +16,8 @@ public bool IsEmpty { get; } ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_addition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_addition/_index.md index dc62a0bc0bf5..87f8b623e046 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_addition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_addition/_index.md @@ -1,14 +1,14 @@ --- -title: op_Addition +title: Size.op_Addition second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Adds the width and height of one Size structure to the width and height of another Size structure type: docs weight: 140 url: /net/aspose.imaging/size/op_addition/ --- ## Size Addition operator -Adds the width and height of one [`Size`](../../size) structure to the width and height of another [`Size`](../../size) structure. +Adds the width and height of one [`Size`](../) structure to the width and height of another [`Size`](../) structure. ```csharp public static Size operator +(Size size1, Size size2) @@ -16,17 +16,17 @@ public static Size operator +(Size size1, Size size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | Size | The first [`Size`](../../size) to add. | -| size2 | Size | The second [`Size`](../../size) to add. | +| size1 | Size | The first [`Size`](../) to add. | +| size2 | Size | The second [`Size`](../) to add. | ### Return Value -A [`Size`](../../size) structure that is the result of the addition operation. +A [`Size`](../) structure that is the result of the addition operation. ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_equality/_index.md index a84fb4aee863..0c6c1c8f987d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_equality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Equality +title: Size.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Tests whether two Size structures are equal type: docs weight: 150 url: /net/aspose.imaging/size/op_equality/ --- ## Size Equality operator -Tests whether two [`Size`](../../size) structures are equal. +Tests whether two [`Size`](../) structures are equal. ```csharp public static bool operator ==(Size size1, Size size2) @@ -16,8 +16,8 @@ public static bool operator ==(Size size1, Size size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | Size | The [`Size`](../../size) structure on the left side of the equality operator. | -| size2 | Size | The [`Size`](../../size) structure on the right of the equality operator. | +| size1 | Size | The [`Size`](../) structure on the left side of the equality operator. | +| size2 | Size | The [`Size`](../) structure on the right of the equality operator. | ### Return Value @@ -25,8 +25,8 @@ True if *size1* and *size2* have equal width and height; otherwise, false. ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_explicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_explicit/_index.md index 836ce4b050dd..753926b2d553 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_explicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_explicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Explicit +title: Size.op_Explicit second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Converts the specified Size to a Point type: docs weight: 160 url: /net/aspose.imaging/size/op_explicit/ --- ## Size Explicit operator -Converts the specified [`Size`](../../size) to a [`Point`](../../point). +Converts the specified [`Size`](../) to a [`Point`](../../point/). ```csharp public static explicit operator Point(Size size) @@ -16,17 +16,17 @@ public static explicit operator Point(Size size) | Parameter | Type | Description | | --- | --- | --- | -| size | Size | The [`Size`](../../size) to convert. | +| size | Size | The [`Size`](../) to convert. | ### Return Value -The [`Point`](../../point) structure to which this operator converts. +The [`Point`](../../point/) structure to which this operator converts. ### See Also -* struct [Point](../../point) -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Point](../../point/) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_implicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_implicit/_index.md index 02a22172d474..59ad9a4d635e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_implicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_implicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Implicit +title: Size.op_Implicit second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Converts the specified Size to a SizeF type: docs weight: 170 url: /net/aspose.imaging/size/op_implicit/ --- ## Size Implicit operator -Converts the specified [`Size`](../../size) to a [`SizeF`](../../sizef). +Converts the specified [`Size`](../) to a [`SizeF`](../../sizef/). ```csharp public static implicit operator SizeF(Size size) @@ -16,17 +16,17 @@ public static implicit operator SizeF(Size size) | Parameter | Type | Description | | --- | --- | --- | -| size | Size | The [`Size`](../../size) to convert. | +| size | Size | The [`Size`](../) to convert. | ### Return Value -The [`SizeF`](../../sizef) structure to which this operator converts. +The [`SizeF`](../../sizef/) structure to which this operator converts. ### See Also -* struct [SizeF](../../sizef) -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [SizeF](../../sizef/) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_inequality/_index.md index cd9bd8d7a5a5..b23044fc4333 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_inequality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Inequality +title: Size.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Tests whether two Size structures are different type: docs weight: 180 url: /net/aspose.imaging/size/op_inequality/ --- ## Size Inequality operator -Tests whether two [`Size`](../../size) structures are different. +Tests whether two [`Size`](../) structures are different. ```csharp public static bool operator !=(Size size1, Size size2) @@ -16,8 +16,8 @@ public static bool operator !=(Size size1, Size size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | Size | The [`Size`](../../size) structure on the left of the inequality operator. | -| size2 | Size | The [`Size`](../../size) structure on the right of the inequality operator. | +| size1 | Size | The [`Size`](../) structure on the left of the inequality operator. | +| size2 | Size | The [`Size`](../) structure on the right of the inequality operator. | ### Return Value @@ -25,8 +25,8 @@ True if *size1* and *size2* differ either in width or height; false if *size1* a ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_subtraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_subtraction/_index.md index 262adc766bbb..d0206ef26769 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_subtraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/op_subtraction/_index.md @@ -1,14 +1,14 @@ --- -title: op_Subtraction +title: Size.op_Subtraction second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Subtracts the width and height of one Size structure from the width and height of another Size structure type: docs weight: 190 url: /net/aspose.imaging/size/op_subtraction/ --- ## Size Subtraction operator -Subtracts the width and height of one [`Size`](../../size) structure from the width and height of another [`Size`](../../size) structure. +Subtracts the width and height of one [`Size`](../) structure from the width and height of another [`Size`](../) structure. ```csharp public static Size operator -(Size size1, Size size2) @@ -16,17 +16,17 @@ public static Size operator -(Size size1, Size size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | Size | The [`Size`](../../size) structure on the left side of the subtraction operator. | -| size2 | Size | The [`Size`](../../size) structure on the right side of the subtraction operator. | +| size1 | Size | The [`Size`](../) structure on the left side of the subtraction operator. | +| size2 | Size | The [`Size`](../) structure on the right side of the subtraction operator. | ### Return Value -A [`Size`](../../size) structure that is the result of the subtraction operation. +A [`Size`](../) structure that is the result of the subtraction operation. ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/round/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/round/_index.md index 9c0ae2d547aa..1dd41ed1a52c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/round/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/round/_index.md @@ -1,14 +1,14 @@ --- -title: Round +title: Size.Round second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Converts the specified SizeF structure to a Size structure by rounding the values of the SizeF structure to the nearest integer values type: docs weight: 50 url: /net/aspose.imaging/size/round/ --- ## Size.Round method -Converts the specified [`SizeF`](../../sizef) structure to a [`Size`](../../size) structure by rounding the values of the [`SizeF`](../../sizef) structure to the nearest integer values. +Converts the specified [`SizeF`](../../sizef/) structure to a [`Size`](../) structure by rounding the values of the [`SizeF`](../../sizef/) structure to the nearest integer values. ```csharp public static Size Round(SizeF size) @@ -16,17 +16,17 @@ public static Size Round(SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| size | SizeF | The [`SizeF`](../../sizef) structure to convert. | +| size | SizeF | The [`SizeF`](../../sizef/) structure to convert. | ### Return Value -The [`Size`](../../size) structure this method converts to. +The [`Size`](../) structure this method converts to. ### See Also -* struct [SizeF](../../sizef) -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [SizeF](../../sizef/) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/size/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/size/_index.md index 43c300255c57..7ce01438a6a2 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/size/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/size/_index.md @@ -1,14 +1,14 @@ --- -title: Size +title: Size.Size second_title: Aspose.Imaging for .NET API Reference -description: +description: Size constructor. Initializes a new instance of the Size structure from the specified Point type: docs weight: 10 url: /net/aspose.imaging/size/size/ --- -## Size constructor (1 of 2) +## Size(Point) {#constructor} -Initializes a new instance of the [`Size`](../../size) structure from the specified [`Point`](../../point). +Initializes a new instance of the [`Size`](../) structure from the specified [`Point`](../../point/). ```csharp public Size(Point point) @@ -16,20 +16,20 @@ public Size(Point point) | Parameter | Type | Description | | --- | --- | --- | -| point | Point | The [`Point`](../../point) from which to initialize this [`Size`](../../size). | +| point | Point | The [`Point`](../../point/) from which to initialize this [`Size`](../). | ### See Also -* struct [Point](../../point) -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Point](../../point/) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) --- -## Size constructor (2 of 2) +## Size(int, int) {#constructor_1} -Initializes a new instance of the [`Size`](../../size) structure from the specified dimensions. +Initializes a new instance of the [`Size`](../) structure from the specified dimensions. ```csharp public Size(int width, int height) @@ -37,13 +37,13 @@ public Size(int width, int height) | Parameter | Type | Description | | --- | --- | --- | -| width | Int32 | The width component of the new [`Size`](../../size). | -| height | Int32 | The height component of the new [`Size`](../../size). | +| width | Int32 | The width component of the new [`Size`](../). | +| height | Int32 | The height component of the new [`Size`](../). | ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/subtract/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/subtract/_index.md index 87151f29a74c..784b8aff1d07 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/subtract/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/subtract/_index.md @@ -1,14 +1,14 @@ --- -title: Subtract +title: Size.Subtract second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Subtracts the width and height of one Size structure from the width and height of another Size structure type: docs weight: 60 url: /net/aspose.imaging/size/subtract/ --- ## Size.Subtract method -Subtracts the width and height of one [`Size`](../../size) structure from the width and height of another [`Size`](../../size) structure. +Subtracts the width and height of one [`Size`](../) structure from the width and height of another [`Size`](../) structure. ```csharp public static Size Subtract(Size size1, Size size2) @@ -16,17 +16,17 @@ public static Size Subtract(Size size1, Size size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | Size | The [`Size`](../../size) structure on the left side of the subtraction operator. | -| size2 | Size | The [`Size`](../../size) structure on the right side of the subtraction operator. | +| size1 | Size | The [`Size`](../) structure on the left side of the subtraction operator. | +| size2 | Size | The [`Size`](../) structure on the right side of the subtraction operator. | ### Return Value -The [`Size`](../../size) that is a result of the subtraction operation. +The [`Size`](../) that is a result of the subtraction operation. ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/tostring/_index.md index d86468f1465b..eb761bd56578 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: Size.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Creates a humanreadable string that represents this Size type: docs weight: 130 url: /net/aspose.imaging/size/tostring/ --- ## Size.ToString method -Creates a human-readable string that represents this [`Size`](../../size). +Creates a human-readable string that represents this [`Size`](../). ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -A string that represents this [`Size`](../../size). +A string that represents this [`Size`](../). ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/truncate/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/truncate/_index.md index 8ea77f2fa509..577bab4477fb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/truncate/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/truncate/_index.md @@ -1,14 +1,14 @@ --- -title: Truncate +title: Size.Truncate second_title: Aspose.Imaging for .NET API Reference -description: +description: Size method. Converts the specified SizeF structure to a Size structure by truncating the values of the SizeF structure to the next lower integer values type: docs weight: 70 url: /net/aspose.imaging/size/truncate/ --- ## Size.Truncate method -Converts the specified [`SizeF`](../../sizef) structure to a [`Size`](../../size) structure by truncating the values of the [`SizeF`](../../sizef) structure to the next lower integer values. +Converts the specified [`SizeF`](../../sizef/) structure to a [`Size`](../) structure by truncating the values of the [`SizeF`](../../sizef/) structure to the next lower integer values. ```csharp public static Size Truncate(SizeF size) @@ -16,17 +16,17 @@ public static Size Truncate(SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| size | SizeF | The [`SizeF`](../../sizef) structure to convert. | +| size | SizeF | The [`SizeF`](../../sizef/) structure to convert. | ### Return Value -The [`Size`](../../size) structure this method converts to. +The [`Size`](../) structure this method converts to. ### See Also -* struct [SizeF](../../sizef) -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [SizeF](../../sizef/) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/size/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/size/width/_index.md index 461d78fb7805..9c2c212977d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/size/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/size/width/_index.md @@ -1,14 +1,14 @@ --- -title: Width +title: Size.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: Size property. Gets or sets the horizontal component of this Size type: docs weight: 100 url: /net/aspose.imaging/size/width/ --- ## Size.Width property -Gets or sets the horizontal component of this [`Size`](../../size). +Gets or sets the horizontal component of this [`Size`](../). ```csharp public int Width { get; set; } @@ -16,8 +16,8 @@ public int Width { get; set; } ### See Also -* struct [Size](../../size) -* namespace [Aspose.Imaging](../../size) +* struct [Size](../) +* namespace [Aspose.Imaging](../../size/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/_index.md index 8c0e9edde2dc..e256e9ca8f37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/_index.md @@ -1,7 +1,7 @@ --- -title: SizeF +title: Struct SizeF second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.SizeF struct. Stores an ordered pair of floatingpoint numbers typically the width and height of a rectangle type: docs weight: 11380 url: /net/aspose.imaging/sizef/ @@ -18,39 +18,39 @@ public struct SizeF | Name | Description | | --- | --- | -| [SizeF](sizef)(PointF) | Initializes a new instance of the [`SizeF`](../sizef) structure from the specified [`PointF`](../pointf). | -| [SizeF](sizef)(SizeF) | Initializes a new instance of the [`SizeF`](../sizef) structure from the specified [`SizeF`](../sizef). | -| [SizeF](sizef)(float, float) | Initializes a new instance of the [`SizeF`](../sizef) structure from the specified dimensions. | +| [SizeF](sizef/#constructor)(PointF) | Initializes a new instance of the `SizeF` structure from the specified [`PointF`](../pointf/). | +| [SizeF](sizef/#constructor_1)(SizeF) | Initializes a new instance of the `SizeF` structure from the specified `SizeF`. | +| [SizeF](sizef/#constructor_2)(float, float) | Initializes a new instance of the `SizeF` structure from the specified dimensions. | ## Properties | Name | Description | | --- | --- | -| static [Empty](../../aspose.imaging/sizef/empty) { get; } | Gets a new instance of the [`SizeF`](../sizef) structure that has [`Width`](./width) and [`Height`](./height) values set to zero. | -| [Height](../../aspose.imaging/sizef/height) { get; set; } | Gets or sets the vertical component of this [`SizeF`](../sizef). | -| [IsEmpty](../../aspose.imaging/sizef/isempty) { get; } | Gets a value indicating whether this [`SizeF`](../sizef) has zero width and height. | -| [Width](../../aspose.imaging/sizef/width) { get; set; } | Gets or sets the horizontal component of this [`SizeF`](../sizef). | +| static [Empty](../../aspose.imaging/sizef/empty/) { get; } | Gets a new instance of the `SizeF` structure that has [`Width`](./width/) and [`Height`](./height/) values set to zero. | +| [Height](../../aspose.imaging/sizef/height/) { get; set; } | Gets or sets the vertical component of this `SizeF`. | +| [IsEmpty](../../aspose.imaging/sizef/isempty/) { get; } | Gets a value indicating whether this `SizeF` has zero width and height. | +| [Width](../../aspose.imaging/sizef/width/) { get; set; } | Gets or sets the horizontal component of this `SizeF`. | ## Methods | Name | Description | | --- | --- | -| static [Add](../../aspose.imaging/sizef/add)(SizeF, SizeF) | Adds the width and height of one [`SizeF`](../sizef) structure to the width and height of another [`SizeF`](../sizef) structure. | -| static [Subtract](../../aspose.imaging/sizef/subtract)(SizeF, SizeF) | Subtracts the width and height of one [`SizeF`](../sizef) structure from the width and height of another [`SizeF`](../sizef) structure. | -| override [Equals](../../aspose.imaging/sizef/equals)(object) | Tests to see whether the specified object is a [`SizeF`](../sizef) with the same dimensions as this [`SizeF`](../sizef). | -| override [GetHashCode](../../aspose.imaging/sizef/gethashcode)() | Returns a hash code for this [`Size`](../size) structure. | -| [ToPointF](../../aspose.imaging/sizef/topointf)() | Converts a [`SizeF`](../sizef) to a [`PointF`](../pointf). | -| [ToSize](../../aspose.imaging/sizef/tosize)() | Converts a [`SizeF`](../sizef) to a [`Size`](../size) structure with truncated size values. | -| override [ToString](../../aspose.imaging/sizef/tostring)() | Creates a human-readable string that represents this [`SizeF`](../sizef). | -| [operator +](../../aspose.imaging/sizef/op_addition) | Adds the width and height of one [`SizeF`](../sizef) structure to the width and height of another [`SizeF`](../sizef) structure. | -| [operator ==](../../aspose.imaging/sizef/op_equality) | Tests whether two [`SizeF`](../sizef) structures are equal. | -| [explicit operator](../../aspose.imaging/sizef/op_explicit) | Converts the specified [`SizeF`](../sizef) to a [`PointF`](../pointf). | -| [operator !=](../../aspose.imaging/sizef/op_inequality) | Tests whether two [`SizeF`](../sizef) structures are different. | -| [operator -](../../aspose.imaging/sizef/op_subtraction) | Subtracts the width and height of one [`SizeF`](../sizef) structure from the width and height of another [`SizeF`](../sizef) structure. | +| static [Add](../../aspose.imaging/sizef/add/)(SizeF, SizeF) | Adds the width and height of one `SizeF` structure to the width and height of another `SizeF` structure. | +| static [Subtract](../../aspose.imaging/sizef/subtract/)(SizeF, SizeF) | Subtracts the width and height of one `SizeF` structure from the width and height of another `SizeF` structure. | +| override [Equals](../../aspose.imaging/sizef/equals/)(object) | Tests to see whether the specified object is a `SizeF` with the same dimensions as this `SizeF`. | +| override [GetHashCode](../../aspose.imaging/sizef/gethashcode/)() | Returns a hash code for this [`Size`](../size/) structure. | +| [ToPointF](../../aspose.imaging/sizef/topointf/)() | Converts a `SizeF` to a [`PointF`](../pointf/). | +| [ToSize](../../aspose.imaging/sizef/tosize/)() | Converts a `SizeF` to a [`Size`](../size/) structure with truncated size values. | +| override [ToString](../../aspose.imaging/sizef/tostring/)() | Creates a human-readable string that represents this `SizeF`. | +| [operator +](../../aspose.imaging/sizef/op_addition/) | Adds the width and height of one `SizeF` structure to the width and height of another `SizeF` structure. | +| [operator ==](../../aspose.imaging/sizef/op_equality/) | Tests whether two `SizeF` structures are equal. | +| [explicit operator](../../aspose.imaging/sizef/op_explicit/) | Converts the specified `SizeF` to a [`PointF`](../pointf/). | +| [operator !=](../../aspose.imaging/sizef/op_inequality/) | Tests whether two `SizeF` structures are different. | +| [operator -](../../aspose.imaging/sizef/op_subtraction/) | Subtracts the width and height of one `SizeF` structure from the width and height of another `SizeF` structure. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/add/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/add/_index.md index 08fe90b9cb7e..7f52ca287e37 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/add/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/add/_index.md @@ -1,14 +1,14 @@ --- -title: Add +title: SizeF.Add second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Adds the width and height of one SizeF structure to the width and height of another SizeF structure type: docs weight: 30 url: /net/aspose.imaging/sizef/add/ --- ## SizeF.Add method -Adds the width and height of one [`SizeF`](../../sizef) structure to the width and height of another [`SizeF`](../../sizef) structure. +Adds the width and height of one [`SizeF`](../) structure to the width and height of another [`SizeF`](../) structure. ```csharp public static SizeF Add(SizeF size1, SizeF size2) @@ -16,17 +16,17 @@ public static SizeF Add(SizeF size1, SizeF size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | SizeF | The first [`SizeF`](../../sizef) to add. | -| size2 | SizeF | The second [`SizeF`](../../sizef) to add. | +| size1 | SizeF | The first [`SizeF`](../) to add. | +| size2 | SizeF | The second [`SizeF`](../) to add. | ### Return Value -A [`SizeF`](../../sizef) structure that is the result of the addition operation. +A [`SizeF`](../) structure that is the result of the addition operation. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/empty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/empty/_index.md index 9b21f17d3298..7a9d7404efea 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/empty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/empty/_index.md @@ -1,14 +1,14 @@ --- -title: Empty +title: SizeF.Empty second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF property. Gets a new instance of the SizeF structure that has Width and Height values set to zero type: docs weight: 20 url: /net/aspose.imaging/sizef/empty/ --- ## SizeF.Empty property -Gets a new instance of the [`SizeF`](../../sizef) structure that has [`Width`](../width) and [`Height`](../height) values set to zero. +Gets a new instance of the [`SizeF`](../) structure that has [`Width`](../width/) and [`Height`](../height/) values set to zero. ```csharp public static SizeF Empty { get; } @@ -16,8 +16,8 @@ public static SizeF Empty { get; } ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/equals/_index.md index 87727a86e4e1..015cf7935f04 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/equals/_index.md @@ -1,14 +1,14 @@ --- -title: Equals +title: SizeF.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Tests to see whether the specified object is a SizeF with the same dimensions as this SizeF type: docs weight: 80 url: /net/aspose.imaging/sizef/equals/ --- ## SizeF.Equals method -Tests to see whether the specified object is a [`SizeF`](../../sizef) with the same dimensions as this [`SizeF`](../../sizef). +Tests to see whether the specified object is a [`SizeF`](../) with the same dimensions as this [`SizeF`](../). ```csharp public override bool Equals(object obj) @@ -20,12 +20,12 @@ public override bool Equals(object obj) ### Return Value -This method returns true if *obj* is a [`SizeF`](../../sizef) and has the same width and height as this [`SizeF`](../../sizef); otherwise, false. +This method returns true if *obj* is a [`SizeF`](../) and has the same width and height as this [`SizeF`](../); otherwise, false. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/gethashcode/_index.md index d197cbd1b0c1..5d3fc72361b1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/gethashcode/_index.md @@ -1,14 +1,14 @@ --- -title: GetHashCode +title: SizeF.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Returns a hash code for this Size structure type: docs weight: 90 url: /net/aspose.imaging/sizef/gethashcode/ --- ## SizeF.GetHashCode method -Returns a hash code for this [`Size`](../../size) structure. +Returns a hash code for this [`Size`](../../size/) structure. ```csharp public override int GetHashCode() @@ -16,12 +16,12 @@ public override int GetHashCode() ### Return Value -An integer value that specifies a hash value for this [`Size`](../../size) structure. +An integer value that specifies a hash value for this [`Size`](../../size/) structure. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/height/_index.md index f4449e07fc97..586303cce3c6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/height/_index.md @@ -1,14 +1,14 @@ --- -title: Height +title: SizeF.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF property. Gets or sets the vertical component of this SizeF type: docs weight: 50 url: /net/aspose.imaging/sizef/height/ --- ## SizeF.Height property -Gets or sets the vertical component of this [`SizeF`](../../sizef). +Gets or sets the vertical component of this [`SizeF`](../). ```csharp public float Height { get; set; } @@ -16,12 +16,12 @@ public float Height { get; set; } ### Return Value -The vertical component of this [`SizeF`](../../sizef), typically measured in pixels. +The vertical component of this [`SizeF`](../), typically measured in pixels. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/isempty/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/isempty/_index.md index d1c0e16ef15d..42d0a9409f64 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/isempty/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/isempty/_index.md @@ -1,14 +1,14 @@ --- -title: IsEmpty +title: SizeF.IsEmpty second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF property. Gets a value indicating whether this SizeF has zero width and height type: docs weight: 60 url: /net/aspose.imaging/sizef/isempty/ --- ## SizeF.IsEmpty property -Gets a value indicating whether this [`SizeF`](../../sizef) has zero width and height. +Gets a value indicating whether this [`SizeF`](../) has zero width and height. ```csharp public bool IsEmpty { get; } @@ -16,12 +16,12 @@ public bool IsEmpty { get; } ### Return Value -This property returns true when this [`SizeF`](../../sizef) has both a width and height of zero; otherwise, false. +This property returns true when this [`SizeF`](../) has both a width and height of zero; otherwise, false. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_addition/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_addition/_index.md index 00eb2c59ab08..91de9aca27f4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_addition/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_addition/_index.md @@ -1,14 +1,14 @@ --- -title: op_Addition +title: SizeF.op_Addition second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Adds the width and height of one SizeF structure to the width and height of another SizeF structure type: docs weight: 130 url: /net/aspose.imaging/sizef/op_addition/ --- ## SizeF Addition operator -Adds the width and height of one [`SizeF`](../../sizef) structure to the width and height of another [`SizeF`](../../sizef) structure. +Adds the width and height of one [`SizeF`](../) structure to the width and height of another [`SizeF`](../) structure. ```csharp public static SizeF operator +(SizeF size1, SizeF size2) @@ -16,17 +16,17 @@ public static SizeF operator +(SizeF size1, SizeF size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | SizeF | The first [`SizeF`](../../sizef) to add. | -| size2 | SizeF | The second [`SizeF`](../../sizef) to add. | +| size1 | SizeF | The first [`SizeF`](../) to add. | +| size2 | SizeF | The second [`SizeF`](../) to add. | ### Return Value -A [`SizeF`](../../sizef) structure that is the result of the addition operation. +A [`SizeF`](../) structure that is the result of the addition operation. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_equality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_equality/_index.md index f1a20a8e35fc..78f01e6e0b23 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_equality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_equality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Equality +title: SizeF.op_Equality second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Tests whether two SizeF structures are equal type: docs weight: 140 url: /net/aspose.imaging/sizef/op_equality/ --- ## SizeF Equality operator -Tests whether two [`SizeF`](../../sizef) structures are equal. +Tests whether two [`SizeF`](../) structures are equal. ```csharp public static bool operator ==(SizeF size1, SizeF size2) @@ -16,8 +16,8 @@ public static bool operator ==(SizeF size1, SizeF size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | SizeF | The [`SizeF`](../../sizef) structure on the left side of the equality operator. | -| size2 | SizeF | The [`SizeF`](../../sizef) structure on the right of the equality operator. | +| size1 | SizeF | The [`SizeF`](../) structure on the left side of the equality operator. | +| size2 | SizeF | The [`SizeF`](../) structure on the right of the equality operator. | ### Return Value @@ -25,8 +25,8 @@ This operator returns true if *size1* and *size2* have equal width and height; o ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_explicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_explicit/_index.md index 6364f0cf8826..b440475a79ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_explicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_explicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Explicit +title: SizeF.op_Explicit second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Converts the specified SizeF to a PointF type: docs weight: 150 url: /net/aspose.imaging/sizef/op_explicit/ --- ## SizeF Explicit operator -Converts the specified [`SizeF`](../../sizef) to a [`PointF`](../../pointf). +Converts the specified [`SizeF`](../) to a [`PointF`](../../pointf/). ```csharp public static explicit operator PointF(SizeF size) @@ -16,17 +16,17 @@ public static explicit operator PointF(SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| size | SizeF | The [`SizeF`](../../sizef) structure to be converted | +| size | SizeF | The [`SizeF`](../) structure to be converted | ### Return Value -The [`PointF`](../../pointf) structure to which this operator converts. +The [`PointF`](../../pointf/) structure to which this operator converts. ### See Also -* struct [PointF](../../pointf) -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [PointF](../../pointf/) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_inequality/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_inequality/_index.md index 8722af2f7f31..08a44f8a5c63 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_inequality/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_inequality/_index.md @@ -1,14 +1,14 @@ --- -title: op_Inequality +title: SizeF.op_Inequality second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Tests whether two SizeF structures are different type: docs weight: 160 url: /net/aspose.imaging/sizef/op_inequality/ --- ## SizeF Inequality operator -Tests whether two [`SizeF`](../../sizef) structures are different. +Tests whether two [`SizeF`](../) structures are different. ```csharp public static bool operator !=(SizeF size1, SizeF size2) @@ -16,8 +16,8 @@ public static bool operator !=(SizeF size1, SizeF size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | SizeF | The [`SizeF`](../../sizef) structure on the left of the inequality operator. | -| size2 | SizeF | The [`SizeF`](../../sizef) structure on the right of the inequality operator. | +| size1 | SizeF | The [`SizeF`](../) structure on the left of the inequality operator. | +| size2 | SizeF | The [`SizeF`](../) structure on the right of the inequality operator. | ### Return Value @@ -25,8 +25,8 @@ This operator returns true if *size1* and *size2* differ either in width or heig ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_subtraction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_subtraction/_index.md index dfa1c8622d8b..4ccf123d1e40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_subtraction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/op_subtraction/_index.md @@ -1,14 +1,14 @@ --- -title: op_Subtraction +title: SizeF.op_Subtraction second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure type: docs weight: 170 url: /net/aspose.imaging/sizef/op_subtraction/ --- ## SizeF Subtraction operator -Subtracts the width and height of one [`SizeF`](../../sizef) structure from the width and height of another [`SizeF`](../../sizef) structure. +Subtracts the width and height of one [`SizeF`](../) structure from the width and height of another [`SizeF`](../) structure. ```csharp public static SizeF operator -(SizeF size1, SizeF size2) @@ -16,17 +16,17 @@ public static SizeF operator -(SizeF size1, SizeF size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | SizeF | The [`SizeF`](../../sizef) on the left side of the subtraction operator. | -| size2 | SizeF | The [`SizeF`](../../sizef) on the right side of the subtraction operator. | +| size1 | SizeF | The [`SizeF`](../) on the left side of the subtraction operator. | +| size2 | SizeF | The [`SizeF`](../) on the right side of the subtraction operator. | ### Return Value -A [`SizeF`](../../sizef) that is the result of the subtraction operation. +A [`SizeF`](../) that is the result of the subtraction operation. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/sizef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/sizef/_index.md index 4aebb1d70dc1..b8d79008ec96 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/sizef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/sizef/_index.md @@ -1,14 +1,14 @@ --- -title: SizeF +title: SizeF.SizeF second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF constructor. Initializes a new instance of the SizeF structure from the specified SizeF type: docs weight: 10 url: /net/aspose.imaging/sizef/sizef/ --- -## SizeF constructor (1 of 3) +## SizeF(SizeF) {#constructor_1} -Initializes a new instance of the [`SizeF`](../../sizef) structure from the specified [`SizeF`](../../sizef). +Initializes a new instance of the [`SizeF`](../) structure from the specified [`SizeF`](../). ```csharp public SizeF(SizeF size) @@ -16,19 +16,19 @@ public SizeF(SizeF size) | Parameter | Type | Description | | --- | --- | --- | -| size | SizeF | The [`SizeF`](../../sizef) from which to create the new [`SizeF`](../../sizef). | +| size | SizeF | The [`SizeF`](../) from which to create the new [`SizeF`](../). | ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) --- -## SizeF constructor (2 of 3) +## SizeF(PointF) {#constructor} -Initializes a new instance of the [`SizeF`](../../sizef) structure from the specified [`PointF`](../../pointf). +Initializes a new instance of the [`SizeF`](../) structure from the specified [`PointF`](../../pointf/). ```csharp public SizeF(PointF point) @@ -36,20 +36,20 @@ public SizeF(PointF point) | Parameter | Type | Description | | --- | --- | --- | -| point | PointF | The [`PointF`](../../pointf) from which to initialize this [`SizeF`](../../sizef). | +| point | PointF | The [`PointF`](../../pointf/) from which to initialize this [`SizeF`](../). | ### See Also -* struct [PointF](../../pointf) -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [PointF](../../pointf/) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) --- -## SizeF constructor (3 of 3) +## SizeF(float, float) {#constructor_2} -Initializes a new instance of the [`SizeF`](../../sizef) structure from the specified dimensions. +Initializes a new instance of the [`SizeF`](../) structure from the specified dimensions. ```csharp public SizeF(float width, float height) @@ -57,13 +57,13 @@ public SizeF(float width, float height) | Parameter | Type | Description | | --- | --- | --- | -| width | Single | The width component of the new [`SizeF`](../../sizef). | -| height | Single | The height component of the new [`SizeF`](../../sizef). | +| width | Single | The width component of the new [`SizeF`](../). | +| height | Single | The height component of the new [`SizeF`](../). | ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/subtract/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/subtract/_index.md index d3ab2b23ed37..d42c307714db 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/subtract/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/subtract/_index.md @@ -1,14 +1,14 @@ --- -title: Subtract +title: SizeF.Subtract second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure type: docs weight: 40 url: /net/aspose.imaging/sizef/subtract/ --- ## SizeF.Subtract method -Subtracts the width and height of one [`SizeF`](../../sizef) structure from the width and height of another [`SizeF`](../../sizef) structure. +Subtracts the width and height of one [`SizeF`](../) structure from the width and height of another [`SizeF`](../) structure. ```csharp public static SizeF Subtract(SizeF size1, SizeF size2) @@ -16,17 +16,17 @@ public static SizeF Subtract(SizeF size1, SizeF size2) | Parameter | Type | Description | | --- | --- | --- | -| size1 | SizeF | The [`SizeF`](../../sizef) structure on the left side of the subtraction operator. | -| size2 | SizeF | The [`SizeF`](../../sizef) structure on the right side of the subtraction operator. | +| size1 | SizeF | The [`SizeF`](../) structure on the left side of the subtraction operator. | +| size2 | SizeF | The [`SizeF`](../) structure on the right side of the subtraction operator. | ### Return Value -The [`SizeF`](../../sizef) that is a result of the subtraction operation. +The [`SizeF`](../) that is a result of the subtraction operation. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/topointf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/topointf/_index.md index 0092a3c7e6ab..a37078b1ad77 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/topointf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/topointf/_index.md @@ -1,14 +1,14 @@ --- -title: ToPointF +title: SizeF.ToPointF second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Converts a SizeF to a PointF type: docs weight: 100 url: /net/aspose.imaging/sizef/topointf/ --- ## SizeF.ToPointF method -Converts a [`SizeF`](../../sizef) to a [`PointF`](../../pointf). +Converts a [`SizeF`](../) to a [`PointF`](../../pointf/). ```csharp public PointF ToPointF() @@ -16,13 +16,13 @@ public PointF ToPointF() ### Return Value -Returns a [`PointF`](../../pointf) structure. +Returns a [`PointF`](../../pointf/) structure. ### See Also -* struct [PointF](../../pointf) -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [PointF](../../pointf/) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/tosize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/tosize/_index.md index 9b5546eb8d67..76db154c3ab9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/tosize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/tosize/_index.md @@ -1,14 +1,14 @@ --- -title: ToSize +title: SizeF.ToSize second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Converts a SizeF to a Size structure with truncated size values type: docs weight: 110 url: /net/aspose.imaging/sizef/tosize/ --- ## SizeF.ToSize method -Converts a [`SizeF`](../../sizef) to a [`Size`](../../size) structure with truncated size values. +Converts a [`SizeF`](../) to a [`Size`](../../size/) structure with truncated size values. ```csharp public Size ToSize() @@ -16,13 +16,13 @@ public Size ToSize() ### Return Value -Returns a [`Size`](../../size) structure. +Returns a [`Size`](../../size/) structure. ### See Also -* struct [Size](../../size) -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [Size](../../size/) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/tostring/_index.md index 96d057ce6938..e1a6c6e98468 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: SizeF.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF method. Creates a humanreadable string that represents this SizeF type: docs weight: 120 url: /net/aspose.imaging/sizef/tostring/ --- ## SizeF.ToString method -Creates a human-readable string that represents this [`SizeF`](../../sizef). +Creates a human-readable string that represents this [`SizeF`](../). ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -A string that represents this [`SizeF`](../../sizef). +A string that represents this [`SizeF`](../). ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/width/_index.md index c5a0fe91c7e3..477c969f9ea9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/sizef/width/_index.md @@ -1,14 +1,14 @@ --- -title: Width +title: SizeF.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: SizeF property. Gets or sets the horizontal component of this SizeF type: docs weight: 70 url: /net/aspose.imaging/sizef/width/ --- ## SizeF.Width property -Gets or sets the horizontal component of this [`SizeF`](../../sizef). +Gets or sets the horizontal component of this [`SizeF`](../). ```csharp public float Width { get; set; } @@ -16,12 +16,12 @@ public float Width { get; set; } ### Return Value -The horizontal component of this [`SizeF`](../../sizef), typically measured in pixels. +The horizontal component of this [`SizeF`](../), typically measured in pixels. ### See Also -* struct [SizeF](../../sizef) -* namespace [Aspose.Imaging](../../sizef) +* struct [SizeF](../) +* namespace [Aspose.Imaging](../../sizef/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/smoothingmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/smoothingmode/_index.md index 595260fa636d..a691d4b2d77d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/smoothingmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/smoothingmode/_index.md @@ -1,7 +1,7 @@ --- -title: SmoothingMode +title: Enum SmoothingMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.SmoothingMode enum. Specifies whether smoothing antialiasing is applied to lines and curves and the edges of filled areas type: docs weight: 11390 url: /net/aspose.imaging/smoothingmode/ @@ -27,7 +27,7 @@ public enum SmoothingMode ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/source/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/source/_index.md index 867af4082acc..f969298d87c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/source/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/source/_index.md @@ -1,7 +1,7 @@ --- -title: Source +title: Class Source second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.Source class. The source is used to contain all relevant information for an object pipe type: docs weight: 11400 url: /net/aspose.imaging/source/ @@ -18,11 +18,11 @@ public abstract class Source | Name | Description | | --- | --- | -| abstract [GetStreamContainer](../../aspose.imaging/source/getstreamcontainer)() | Gets the stream container. | +| abstract [GetStreamContainer](../../aspose.imaging/source/getstreamcontainer/)() | Gets the stream container. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/source/getstreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/source/getstreamcontainer/_index.md index 1715c8aeab33..5e7145266dca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/source/getstreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/source/getstreamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: GetStreamContainer +title: Source.GetStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Source method. Gets the stream container type: docs weight: 10 url: /net/aspose.imaging/source/getstreamcontainer/ @@ -18,15 +18,15 @@ public abstract StreamContainer GetStreamContainer() the stream container. -### Remarks +## Remarks Use with caution. You will need to dispose the stream container after retrieval. ### See Also -* class [StreamContainer](../../streamcontainer) -* class [Source](../../source) -* namespace [Aspose.Imaging](../../source) +* class [StreamContainer](../../streamcontainer/) +* class [Source](../) +* namespace [Aspose.Imaging](../../source/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/_index.md index 497e38e3c1e7..1bcb39662b25 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: SplitStreamContainer +title: Class SplitStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.SplitStreamContainer class. Represents split stream container which contains the stream and provides stream processing routines type: docs weight: 11450 url: /net/aspose.imaging/splitstreamcontainer/ @@ -18,54 +18,54 @@ public class SplitStreamContainer : StreamContainer | Name | Description | | --- | --- | -| [SplitStreamContainer](splitstreamcontainer)(Stream) | Initializes a new instance of the [`SplitStreamContainer`](../splitstreamcontainer) class. | -| [SplitStreamContainer](splitstreamcontainer)(Stream, bool) | Initializes a new instance of the [`SplitStreamContainer`](../splitstreamcontainer) class. | -| [SplitStreamContainer](splitstreamcontainer)(StreamContainer, bool) | Initializes a new instance of the [`SplitStreamContainer`](../splitstreamcontainer) class. | +| [SplitStreamContainer](splitstreamcontainer/#constructor_1)(Stream) | Initializes a new instance of the `SplitStreamContainer` class. | +| [SplitStreamContainer](splitstreamcontainer/#constructor_2)(Stream, bool) | Initializes a new instance of the `SplitStreamContainer` class. | +| [SplitStreamContainer](splitstreamcontainer/#constructor)(StreamContainer, bool) | Initializes a new instance of the `SplitStreamContainer` class. | ## Properties | Name | Description | | --- | --- | -| override [CanRead](../../aspose.imaging/splitstreamcontainer/canread) { get; } | Gets a value indicating whether stream supports reading. | -| override [CanSeek](../../aspose.imaging/splitstreamcontainer/canseek) { get; } | Gets a value indicating whether stream supports seeking. | -| override [CanWrite](../../aspose.imaging/splitstreamcontainer/canwrite) { get; } | Gets a value indicating whether stream supports writing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [IsStreamDisposedOnClose](../../aspose.imaging/streamcontainer/isstreamdisposedonclose) { get; } | Gets a value indicating whether this stream is disposed on close. | -| override [Length](../../aspose.imaging/splitstreamcontainer/length) { get; set; } | Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor. | -| override [Position](../../aspose.imaging/splitstreamcontainer/position) { get; set; } | Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | -| override [Stream](../../aspose.imaging/splitstreamcontainer/stream) { get; } | Gets the data stream. | -| [SyncRoot](../../aspose.imaging/splitstreamcontainer/syncroot) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | +| override [CanRead](../../aspose.imaging/splitstreamcontainer/canread/) { get; } | Gets a value indicating whether stream supports reading. | +| override [CanSeek](../../aspose.imaging/splitstreamcontainer/canseek/) { get; } | Gets a value indicating whether stream supports seeking. | +| override [CanWrite](../../aspose.imaging/splitstreamcontainer/canwrite/) { get; } | Gets a value indicating whether stream supports writing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [IsStreamDisposedOnClose](../../aspose.imaging/streamcontainer/isstreamdisposedonclose/) { get; } | Gets a value indicating whether this stream is disposed on close. | +| override [Length](../../aspose.imaging/splitstreamcontainer/length/) { get; set; } | Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor. | +| override [Position](../../aspose.imaging/splitstreamcontainer/position/) { get; set; } | Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | +| override [Stream](../../aspose.imaging/splitstreamcontainer/stream/) { get; } | Gets the data stream. | +| [SyncRoot](../../aspose.imaging/splitstreamcontainer/syncroot/) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Flush](../../aspose.imaging/splitstreamcontainer/flush)() | Clears all buffers for this stream and causes any buffered data to be written to the underlying device. | -| [Insert](../../aspose.imaging/splitstreamcontainer/insert)(int, StreamContainer, bool) | Inserts the stream container into specified position. | -| override [Read](../../aspose.imaging/splitstreamcontainer/read)(byte[]) | Reads bytes to fill the specified bytes buffer. | -| override [Read](../../aspose.imaging/splitstreamcontainer/read)(byte[], int, int) | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. | -| override [ReadByte](../../aspose.imaging/splitstreamcontainer/readbyte)() | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(Stream) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../streamcontainer/readwritebytescount) and stream [`Length`](../streamcontainer/length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../streamcontainer/readwritebytescount) and stream [`Length`](../streamcontainer/length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(Stream, int) | Saves (copies) all the stream's data to the specified stream. Uses stream [`Length`](../streamcontainer/length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string, int) | Saves (copies) the stream's data to the specified stream. Uses stream [`Length`](../streamcontainer/length) value. | -| override [Save](../../aspose.imaging/splitstreamcontainer/save)(Stream, int, long) | Saves (copies) the stream's data to the specified stream. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string, int, long) | Saves (copies) the stream's data to the specified stream. | -| override [Seek](../../aspose.imaging/splitstreamcontainer/seek)(long, SeekOrigin) | Sets the position within the current stream. | -| override [SeekBegin](../../aspose.imaging/splitstreamcontainer/seekbegin)() | Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | -| override [ToBytes](../../aspose.imaging/splitstreamcontainer/tobytes)() | Converts the stream data to the Byte array. | -| override [ToBytes](../../aspose.imaging/splitstreamcontainer/tobytes)(long, long) | Converts the stream data to the Byte array. | -| override [Write](../../aspose.imaging/splitstreamcontainer/write)(byte[]) | Writes all of the specified bytes to the stream. | -| override [Write](../../aspose.imaging/splitstreamcontainer/write)(byte[], int, int) | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. | -| override [WriteByte](../../aspose.imaging/splitstreamcontainer/writebyte)(byte) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. | -| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto)(StreamContainer) | Copies the contained data to another [`StreamContainer`](../streamcontainer). | -| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto)(StreamContainer, long) | Copies the contained data to another [`StreamContainer`](../streamcontainer). | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Flush](../../aspose.imaging/splitstreamcontainer/flush/)() | Clears all buffers for this stream and causes any buffered data to be written to the underlying device. | +| [Insert](../../aspose.imaging/splitstreamcontainer/insert/)(int, StreamContainer, bool) | Inserts the stream container into specified position. | +| override [Read](../../aspose.imaging/splitstreamcontainer/read/#read)(byte[]) | Reads bytes to fill the specified bytes buffer. | +| override [Read](../../aspose.imaging/splitstreamcontainer/read/#read_1)(byte[], int, int) | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. | +| override [ReadByte](../../aspose.imaging/splitstreamcontainer/readbyte/)() | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(Stream) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../streamcontainer/readwritebytescount/) and stream [`Length`](../streamcontainer/length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(string) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../streamcontainer/readwritebytescount/) and stream [`Length`](../streamcontainer/length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(Stream, int) | Saves (copies) all the stream's data to the specified stream. Uses stream [`Length`](../streamcontainer/length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(string, int) | Saves (copies) the stream's data to the specified stream. Uses stream [`Length`](../streamcontainer/length/) value. | +| override [Save](../../aspose.imaging/splitstreamcontainer/save/#save_2)(Stream, int, long) | Saves (copies) the stream's data to the specified stream. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/)(string, int, long) | Saves (copies) the stream's data to the specified stream. | +| override [Seek](../../aspose.imaging/splitstreamcontainer/seek/)(long, SeekOrigin) | Sets the position within the current stream. | +| override [SeekBegin](../../aspose.imaging/splitstreamcontainer/seekbegin/)() | Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | +| override [ToBytes](../../aspose.imaging/splitstreamcontainer/tobytes/#tobytes)() | Converts the stream data to the Byte array. | +| override [ToBytes](../../aspose.imaging/splitstreamcontainer/tobytes/#tobytes_1)(long, long) | Converts the stream data to the Byte array. | +| override [Write](../../aspose.imaging/splitstreamcontainer/write/#write)(byte[]) | Writes all of the specified bytes to the stream. | +| override [Write](../../aspose.imaging/splitstreamcontainer/write/#write_1)(byte[], int, int) | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. | +| override [WriteByte](../../aspose.imaging/splitstreamcontainer/writebyte/)(byte) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. | +| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto/)(StreamContainer) | Copies the contained data to another [`StreamContainer`](../streamcontainer/). | +| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto/)(StreamContainer, long) | Copies the contained data to another [`StreamContainer`](../streamcontainer/). | ### See Also -* class [StreamContainer](../streamcontainer) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [StreamContainer](../streamcontainer/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canread/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canread/_index.md index 47729ebf063d..858c6655fd40 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canread/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canread/_index.md @@ -1,7 +1,7 @@ --- -title: CanRead +title: SplitStreamContainer.CanRead second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer property. Gets a value indicating whether stream supports reading type: docs weight: 20 url: /net/aspose.imaging/splitstreamcontainer/canread/ @@ -20,8 +20,8 @@ public override bool CanRead { get; } ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canseek/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canseek/_index.md index 53a9a4f16dc7..887523eed7ad 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canseek/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canseek/_index.md @@ -1,7 +1,7 @@ --- -title: CanSeek +title: SplitStreamContainer.CanSeek second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer property. Gets a value indicating whether stream supports seeking type: docs weight: 30 url: /net/aspose.imaging/splitstreamcontainer/canseek/ @@ -20,8 +20,8 @@ public override bool CanSeek { get; } ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canwrite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canwrite/_index.md index 6992fd94636a..06a7c3e43199 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canwrite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/canwrite/_index.md @@ -1,7 +1,7 @@ --- -title: CanWrite +title: SplitStreamContainer.CanWrite second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer property. Gets a value indicating whether stream supports writing type: docs weight: 40 url: /net/aspose.imaging/splitstreamcontainer/canwrite/ @@ -20,8 +20,8 @@ public override bool CanWrite { get; } ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/flush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/flush/_index.md index 8ab4c7e732f4..9cb07e65e7e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/flush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/flush/_index.md @@ -1,7 +1,7 @@ --- -title: Flush +title: SplitStreamContainer.Flush second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Clears all buffers for this stream and causes any buffered data to be written to the underlying device type: docs weight: 90 url: /net/aspose.imaging/splitstreamcontainer/flush/ @@ -16,8 +16,8 @@ public override void Flush() ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/insert/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/insert/_index.md index f33fb1a4bada..09d941eeadfe 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/insert/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/insert/_index.md @@ -1,7 +1,7 @@ --- -title: Insert +title: SplitStreamContainer.Insert second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Inserts the stream container into specified position type: docs weight: 100 url: /net/aspose.imaging/splitstreamcontainer/insert/ @@ -24,13 +24,13 @@ public void Insert(int position, StreamContainer stream, bool disposeStream) | exception | condition | | --- | --- | -| [FrameworkException](../../../aspose.imaging.coreexceptions/frameworkexception) | Framework exception | +| [FrameworkException](../../../aspose.imaging.coreexceptions/frameworkexception/) | Framework exception | ### See Also -* class [StreamContainer](../../streamcontainer) -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [StreamContainer](../../streamcontainer/) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/length/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/length/_index.md index 6076f4ae4e29..fb265ae84c0a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/length/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/length/_index.md @@ -1,7 +1,7 @@ --- -title: Length +title: SplitStreamContainer.Length second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer property. Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor type: docs weight: 50 url: /net/aspose.imaging/splitstreamcontainer/length/ @@ -20,8 +20,8 @@ The stream length. ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/position/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/position/_index.md index 3ba48487bb73..3a32bac687bb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/position/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/position/_index.md @@ -1,7 +1,7 @@ --- -title: Position +title: SplitStreamContainer.Position second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer property. Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor type: docs weight: 60 url: /net/aspose.imaging/splitstreamcontainer/position/ @@ -20,8 +20,8 @@ The current stream position. ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/read/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/read/_index.md index 428e01190260..80e8a5ca6756 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/read/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/read/_index.md @@ -1,12 +1,12 @@ --- -title: Read +title: SplitStreamContainer.Read second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Reads bytes to fill the specified bytes buffer type: docs weight: 110 url: /net/aspose.imaging/splitstreamcontainer/read/ --- -## SplitStreamContainer.Read method (1 of 2) +## Read(byte[]) {#read} Reads bytes to fill the specified bytes buffer. @@ -24,13 +24,13 @@ The number of bytes read. This value can be less than the number of bytes in the ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## SplitStreamContainer.Read method (2 of 2) +## Read(byte[], int, int) {#read_1} Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. @@ -50,8 +50,8 @@ The total number of bytes read into the buffer. This can be less than the number ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/readbyte/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/readbyte/_index.md index 9c2fe1d165a2..601ff14b8c22 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/readbyte/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/readbyte/_index.md @@ -1,7 +1,7 @@ --- -title: ReadByte +title: SplitStreamContainer.ReadByte second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Reads a byte from the stream and advances the position within the stream by one byte or returns 1 if at the end of the stream type: docs weight: 120 url: /net/aspose.imaging/splitstreamcontainer/readbyte/ @@ -20,8 +20,8 @@ The unsigned byte cast to an Int32, or -1 if at the end of the stream. ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/save/_index.md index 8a1898c40d22..238ca52d408e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/save/_index.md @@ -1,7 +1,7 @@ --- -title: Save +title: SplitStreamContainer.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Saves copies the streams data to the specified stream type: docs weight: 130 url: /net/aspose.imaging/splitstreamcontainer/save/ @@ -18,12 +18,12 @@ public override void Save(Stream destinationStream, int bufferSize, long length) | --- | --- | --- | | destinationStream | Stream | The stream to save the data to. | | bufferSize | Int32 | The buffer size. | -| length | Int64 | The stream data length to copy. By default the length is set to [`Length`](../length) value. | +| length | Int64 | The stream data length to copy. By default the length is set to [`Length`](../length/) value. | ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/seek/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/seek/_index.md index 58cede4ff01a..a6eceb45bc16 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/seek/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/seek/_index.md @@ -1,7 +1,7 @@ --- -title: Seek +title: SplitStreamContainer.Seek second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Sets the position within the current stream type: docs weight: 140 url: /net/aspose.imaging/splitstreamcontainer/seek/ @@ -25,9 +25,9 @@ The new position within the current stream. ### See Also -* enum [SeekOrigin](../../seekorigin) -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* enum [SeekOrigin](../../seekorigin/) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/seekbegin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/seekbegin/_index.md index 873c3033eb20..540c63e01da3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/seekbegin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/seekbegin/_index.md @@ -1,7 +1,7 @@ --- -title: SeekBegin +title: SplitStreamContainer.SeekBegin second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor type: docs weight: 150 url: /net/aspose.imaging/splitstreamcontainer/seekbegin/ @@ -16,8 +16,8 @@ public override void SeekBegin() ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/splitstreamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/splitstreamcontainer/_index.md index a7c645480696..c6915f5c0e6e 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/splitstreamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/splitstreamcontainer/_index.md @@ -1,14 +1,14 @@ --- -title: SplitStreamContainer +title: SplitStreamContainer.SplitStreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer constructor. Initializes a new instance of the SplitStreamContainer class type: docs weight: 10 url: /net/aspose.imaging/splitstreamcontainer/splitstreamcontainer/ --- -## SplitStreamContainer constructor (1 of 3) +## SplitStreamContainer(Stream) {#constructor_1} -Initializes a new instance of the [`SplitStreamContainer`](../../splitstreamcontainer) class. +Initializes a new instance of the [`SplitStreamContainer`](../) class. ```csharp public SplitStreamContainer(Stream stream) @@ -20,15 +20,15 @@ public SplitStreamContainer(Stream stream) ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## SplitStreamContainer constructor (2 of 3) +## SplitStreamContainer(Stream, bool) {#constructor_2} -Initializes a new instance of the [`SplitStreamContainer`](../../splitstreamcontainer) class. +Initializes a new instance of the [`SplitStreamContainer`](../) class. ```csharp public SplitStreamContainer(Stream stream, bool disposeStream) @@ -41,15 +41,15 @@ public SplitStreamContainer(Stream stream, bool disposeStream) ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## SplitStreamContainer constructor (3 of 3) +## SplitStreamContainer(StreamContainer, bool) {#constructor} -Initializes a new instance of the [`SplitStreamContainer`](../../splitstreamcontainer) class. +Initializes a new instance of the [`SplitStreamContainer`](../) class. ```csharp public SplitStreamContainer(StreamContainer stream, bool disposeStream) @@ -62,9 +62,9 @@ public SplitStreamContainer(StreamContainer stream, bool disposeStream) ### See Also -* class [StreamContainer](../../streamcontainer) -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [StreamContainer](../../streamcontainer/) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/stream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/stream/_index.md index 02e25539c986..5c51e4be63b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/stream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/stream/_index.md @@ -1,7 +1,7 @@ --- -title: Stream +title: SplitStreamContainer.Stream second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer property. Gets the data stream type: docs weight: 70 url: /net/aspose.imaging/splitstreamcontainer/stream/ @@ -20,8 +20,8 @@ The data stream. ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/syncroot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/syncroot/_index.md index 302734c2d2f1..42e0d807f12d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/syncroot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/syncroot/_index.md @@ -1,7 +1,7 @@ --- -title: SyncRoot +title: SplitStreamContainer.SyncRoot second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer property. Gets an object that can be used to synchronize access to the synchronized resource type: docs weight: 80 url: /net/aspose.imaging/splitstreamcontainer/syncroot/ @@ -20,8 +20,8 @@ The object that can be used to synchronize access to the synchronized resource. ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/tobytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/tobytes/_index.md index b9c366363b61..08b79a54a9cb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/tobytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/tobytes/_index.md @@ -1,12 +1,12 @@ --- -title: ToBytes +title: SplitStreamContainer.ToBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Converts the stream data to the Byte array type: docs weight: 160 url: /net/aspose.imaging/splitstreamcontainer/tobytes/ --- -## SplitStreamContainer.ToBytes method (1 of 2) +## ToBytes() {#tobytes} Converts the stream data to the Byte array. @@ -20,13 +20,13 @@ The stream data converted to the Byte array. ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## SplitStreamContainer.ToBytes method (2 of 2) +## ToBytes(long, long) {#tobytes_1} Converts the stream data to the Byte array. @@ -45,8 +45,8 @@ The stream data converted to the Byte array. ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/write/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/write/_index.md index dcd91ef57d61..9b44e97a20c9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/write/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/write/_index.md @@ -1,12 +1,12 @@ --- -title: Write +title: SplitStreamContainer.Write second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Writes all of the specified bytes to the stream type: docs weight: 170 url: /net/aspose.imaging/splitstreamcontainer/write/ --- -## SplitStreamContainer.Write method (1 of 2) +## Write(byte[]) {#write} Writes all of the specified bytes to the stream. @@ -20,13 +20,13 @@ public override void Write(byte[] bytes) ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## SplitStreamContainer.Write method (2 of 2) +## Write(byte[], int, int) {#write_1} Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. @@ -42,8 +42,8 @@ public override void Write(byte[] buffer, int offset, int count) ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/writebyte/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/writebyte/_index.md index bc79dbe2f21f..18183eb5bea9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/writebyte/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/splitstreamcontainer/writebyte/_index.md @@ -1,7 +1,7 @@ --- -title: WriteByte +title: SplitStreamContainer.WriteByte second_title: Aspose.Imaging for .NET API Reference -description: +description: SplitStreamContainer method. Writes a byte to the current position in the stream and advances the position within the stream by one byte type: docs weight: 180 url: /net/aspose.imaging/splitstreamcontainer/writebyte/ @@ -20,8 +20,8 @@ public override void WriteByte(byte value) ### See Also -* class [SplitStreamContainer](../../splitstreamcontainer) -* namespace [Aspose.Imaging](../../splitstreamcontainer) +* class [SplitStreamContainer](../) +* namespace [Aspose.Imaging](../../splitstreamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/_index.md index 4fc2e375c0d0..10efeb34a4b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/_index.md @@ -1,7 +1,7 @@ --- -title: StreamContainer +title: Class StreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.StreamContainer class. Represents stream container which contains the stream and provides stream processing routines type: docs weight: 11460 url: /net/aspose.imaging/streamcontainer/ @@ -18,59 +18,59 @@ public class StreamContainer : DisposableObject | Name | Description | | --- | --- | -| [StreamContainer](streamcontainer)(Stream) | Initializes a new instance of the [`StreamContainer`](../streamcontainer) class. | -| [StreamContainer](streamcontainer)(Stream, bool) | Initializes a new instance of the [`StreamContainer`](../streamcontainer) class. | +| [StreamContainer](streamcontainer/#constructor)(Stream) | Initializes a new instance of the `StreamContainer` class. | +| [StreamContainer](streamcontainer/#constructor_1)(Stream, bool) | Initializes a new instance of the `StreamContainer` class. | ## Properties | Name | Description | | --- | --- | -| virtual [CanRead](../../aspose.imaging/streamcontainer/canread) { get; } | Gets a value indicating whether stream supports reading. | -| virtual [CanSeek](../../aspose.imaging/streamcontainer/canseek) { get; } | Gets a value indicating whether stream supports seeking. | -| virtual [CanWrite](../../aspose.imaging/streamcontainer/canwrite) { get; } | Gets a value indicating whether stream supports writing. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [IsStreamDisposedOnClose](../../aspose.imaging/streamcontainer/isstreamdisposedonclose) { get; } | Gets a value indicating whether this stream is disposed on close. | -| virtual [Length](../../aspose.imaging/streamcontainer/length) { get; set; } | Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor. | -| virtual [Position](../../aspose.imaging/streamcontainer/position) { get; set; } | Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | -| virtual [Stream](../../aspose.imaging/streamcontainer/stream) { get; } | Gets the data stream. | -| [SyncRoot](../../aspose.imaging/streamcontainer/syncroot) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | +| virtual [CanRead](../../aspose.imaging/streamcontainer/canread/) { get; } | Gets a value indicating whether stream supports reading. | +| virtual [CanSeek](../../aspose.imaging/streamcontainer/canseek/) { get; } | Gets a value indicating whether stream supports seeking. | +| virtual [CanWrite](../../aspose.imaging/streamcontainer/canwrite/) { get; } | Gets a value indicating whether stream supports writing. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [IsStreamDisposedOnClose](../../aspose.imaging/streamcontainer/isstreamdisposedonclose/) { get; } | Gets a value indicating whether this stream is disposed on close. | +| virtual [Length](../../aspose.imaging/streamcontainer/length/) { get; set; } | Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor. | +| virtual [Position](../../aspose.imaging/streamcontainer/position/) { get; set; } | Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | +| virtual [Stream](../../aspose.imaging/streamcontainer/stream/) { get; } | Gets the data stream. | +| [SyncRoot](../../aspose.imaging/streamcontainer/syncroot/) { get; } | Gets an object that can be used to synchronize access to the synchronized resource. | ## Methods | Name | Description | | --- | --- | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| virtual [Flush](../../aspose.imaging/streamcontainer/flush)() | Clears all buffers for this stream and causes any buffered data to be written to the underlying device. | -| virtual [Read](../../aspose.imaging/streamcontainer/read)(byte[]) | Reads bytes to fill the specified bytes buffer. | -| virtual [Read](../../aspose.imaging/streamcontainer/read)(byte[], int, int) | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. | -| virtual [ReadByte](../../aspose.imaging/streamcontainer/readbyte)() | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(Stream) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](./readwritebytescount) and stream [`Length`](./length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](./readwritebytescount) and stream [`Length`](./length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(Stream, int) | Saves (copies) all the stream's data to the specified stream. Uses stream [`Length`](./length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string, int) | Saves (copies) the stream's data to the specified stream. Uses stream [`Length`](./length) value. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(Stream, int, long) | Saves (copies) the stream's data to the specified stream. | -| virtual [Save](../../aspose.imaging/streamcontainer/save)(string, int, long) | Saves (copies) the stream's data to the specified stream. | -| virtual [Seek](../../aspose.imaging/streamcontainer/seek)(long, SeekOrigin) | Sets the position within the current stream. | -| virtual [SeekBegin](../../aspose.imaging/streamcontainer/seekbegin)() | Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | -| virtual [ToBytes](../../aspose.imaging/streamcontainer/tobytes)() | Converts the stream data to the Byte array. | -| virtual [ToBytes](../../aspose.imaging/streamcontainer/tobytes)(long, long) | Converts the stream data to the Byte array. | -| virtual [Write](../../aspose.imaging/streamcontainer/write)(byte[]) | Writes all of the specified bytes to the stream. | -| virtual [Write](../../aspose.imaging/streamcontainer/write)(byte[], int, int) | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. | -| virtual [WriteByte](../../aspose.imaging/streamcontainer/writebyte)(byte) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. | -| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto)(StreamContainer) | Copies the contained data to another [`StreamContainer`](../streamcontainer). | -| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto)(StreamContainer, long) | Copies the contained data to another [`StreamContainer`](../streamcontainer). | -| [explicit operator](../../aspose.imaging/streamcontainer/op_explicit) | Performs an explicit conversion from [`StreamContainer`](../streamcontainer) to Stream. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| virtual [Flush](../../aspose.imaging/streamcontainer/flush/)() | Clears all buffers for this stream and causes any buffered data to be written to the underlying device. | +| virtual [Read](../../aspose.imaging/streamcontainer/read/#read)(byte[]) | Reads bytes to fill the specified bytes buffer. | +| virtual [Read](../../aspose.imaging/streamcontainer/read/#read_1)(byte[], int, int) | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. | +| virtual [ReadByte](../../aspose.imaging/streamcontainer/readbyte/)() | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/#save)(Stream) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](./readwritebytescount/) and stream [`Length`](./length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/#save_3)(string) | Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](./readwritebytescount/) and stream [`Length`](./length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/#save_1)(Stream, int) | Saves (copies) all the stream's data to the specified stream. Uses stream [`Length`](./length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/#save_4)(string, int) | Saves (copies) the stream's data to the specified stream. Uses stream [`Length`](./length/) value. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/#save_2)(Stream, int, long) | Saves (copies) the stream's data to the specified stream. | +| virtual [Save](../../aspose.imaging/streamcontainer/save/#save_5)(string, int, long) | Saves (copies) the stream's data to the specified stream. | +| virtual [Seek](../../aspose.imaging/streamcontainer/seek/)(long, SeekOrigin) | Sets the position within the current stream. | +| virtual [SeekBegin](../../aspose.imaging/streamcontainer/seekbegin/)() | Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor. | +| virtual [ToBytes](../../aspose.imaging/streamcontainer/tobytes/#tobytes)() | Converts the stream data to the Byte array. | +| virtual [ToBytes](../../aspose.imaging/streamcontainer/tobytes/#tobytes_1)(long, long) | Converts the stream data to the Byte array. | +| virtual [Write](../../aspose.imaging/streamcontainer/write/#write)(byte[]) | Writes all of the specified bytes to the stream. | +| virtual [Write](../../aspose.imaging/streamcontainer/write/#write_1)(byte[], int, int) | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. | +| virtual [WriteByte](../../aspose.imaging/streamcontainer/writebyte/)(byte) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. | +| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto/#writeto)(StreamContainer) | Copies the contained data to another `StreamContainer`. | +| virtual [WriteTo](../../aspose.imaging/streamcontainer/writeto/#writeto_1)(StreamContainer, long) | Copies the contained data to another `StreamContainer`. | +| [explicit operator](../../aspose.imaging/streamcontainer/op_explicit/) | Performs an explicit conversion from `StreamContainer` to Stream. | ## Fields | Name | Description | | --- | --- | -| const [ReadWriteBytesCount](../../aspose.imaging/streamcontainer/readwritebytescount) | Specifies read and write bytes count when reading sequentially. | +| const [ReadWriteBytesCount](../../aspose.imaging/streamcontainer/readwritebytescount/) | Specifies read and write bytes count when reading sequentially. | ### See Also -* class [DisposableObject](../disposableobject) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [DisposableObject](../disposableobject/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canread/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canread/_index.md index 438da3617722..54f6373e4767 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canread/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canread/_index.md @@ -1,7 +1,7 @@ --- -title: CanRead +title: StreamContainer.CanRead second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer property. Gets a value indicating whether stream supports reading type: docs weight: 20 url: /net/aspose.imaging/streamcontainer/canread/ @@ -20,8 +20,8 @@ public virtual bool CanRead { get; } ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canseek/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canseek/_index.md index a3e4f3edb266..955766247fa4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canseek/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canseek/_index.md @@ -1,7 +1,7 @@ --- -title: CanSeek +title: StreamContainer.CanSeek second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer property. Gets a value indicating whether stream supports seeking type: docs weight: 30 url: /net/aspose.imaging/streamcontainer/canseek/ @@ -20,8 +20,8 @@ public virtual bool CanSeek { get; } ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canwrite/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canwrite/_index.md index f9c686d6875d..38aa8cee23c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canwrite/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/canwrite/_index.md @@ -1,7 +1,7 @@ --- -title: CanWrite +title: StreamContainer.CanWrite second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer property. Gets a value indicating whether stream supports writing type: docs weight: 40 url: /net/aspose.imaging/streamcontainer/canwrite/ @@ -20,8 +20,8 @@ public virtual bool CanWrite { get; } ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/flush/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/flush/_index.md index 65cab01bb5b3..4919a5429089 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/flush/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/flush/_index.md @@ -1,7 +1,7 @@ --- -title: Flush +title: StreamContainer.Flush second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Clears all buffers for this stream and causes any buffered data to be written to the underlying device type: docs weight: 100 url: /net/aspose.imaging/streamcontainer/flush/ @@ -16,8 +16,8 @@ public virtual void Flush() ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/isstreamdisposedonclose/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/isstreamdisposedonclose/_index.md index 75885655996e..d4a0c40dbb30 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/isstreamdisposedonclose/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/isstreamdisposedonclose/_index.md @@ -1,7 +1,7 @@ --- -title: IsStreamDisposedOnClose +title: StreamContainer.IsStreamDisposedOnClose second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer property. Gets a value indicating whether this stream is disposed on close type: docs weight: 50 url: /net/aspose.imaging/streamcontainer/isstreamdisposedonclose/ @@ -20,8 +20,8 @@ public virtual bool IsStreamDisposedOnClose { get; } ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/length/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/length/_index.md index a7f1bbecdc28..bcf582b75f98 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/length/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/length/_index.md @@ -1,7 +1,7 @@ --- -title: Length +title: StreamContainer.Length second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer property. Gets or sets the stream length in bytes. This value is less than the Length by the starting stream position passed in the StreamContainer constructor type: docs weight: 60 url: /net/aspose.imaging/streamcontainer/length/ @@ -20,8 +20,8 @@ The stream length. ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/op_explicit/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/op_explicit/_index.md index c2b9927ae0bc..7e676179e363 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/op_explicit/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/op_explicit/_index.md @@ -1,14 +1,14 @@ --- -title: op_Explicit +title: StreamContainer.op_Explicit second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Performs an explicit conversion from StreamContainer to Stream type: docs weight: 210 url: /net/aspose.imaging/streamcontainer/op_explicit/ --- ## StreamContainer Explicit operator -Performs an explicit conversion from [`StreamContainer`](../../streamcontainer) to Stream. +Performs an explicit conversion from [`StreamContainer`](../) to Stream. ```csharp public static explicit operator Stream(StreamContainer streamContainer) @@ -24,8 +24,8 @@ The result of the conversion. ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/position/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/position/_index.md index 407d0c43b2c3..4c84f016c425 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/position/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/position/_index.md @@ -1,7 +1,7 @@ --- -title: Position +title: StreamContainer.Position second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer property. Gets or sets the current position within the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor type: docs weight: 70 url: /net/aspose.imaging/streamcontainer/position/ @@ -20,8 +20,8 @@ The current stream position. ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/read/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/read/_index.md index f358da1b7f18..ba1d705ae6c7 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/read/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/read/_index.md @@ -1,12 +1,12 @@ --- -title: Read +title: StreamContainer.Read second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Reads bytes to fill the specified bytes buffer type: docs weight: 110 url: /net/aspose.imaging/streamcontainer/read/ --- -## StreamContainer.Read method (1 of 2) +## Read(byte[]) {#read} Reads bytes to fill the specified bytes buffer. @@ -24,13 +24,13 @@ The number of bytes read. This value can be less than the number of bytes in the ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.Read method (2 of 2) +## Read(byte[], int, int) {#read_1} Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. @@ -50,8 +50,8 @@ The total number of bytes read into the buffer. This can be less than the number ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/readbyte/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/readbyte/_index.md index c76fd2eb0eea..4392b6a4ad8f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/readbyte/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/readbyte/_index.md @@ -1,7 +1,7 @@ --- -title: ReadByte +title: StreamContainer.ReadByte second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Reads a byte from the stream and advances the position within the stream by one byte or returns 1 if at the end of the stream type: docs weight: 120 url: /net/aspose.imaging/streamcontainer/readbyte/ @@ -20,8 +20,8 @@ The unsigned byte cast to an Int32, or -1 if at the end of the stream. ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/readwritebytescount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/readwritebytescount/_index.md index ae88ad999039..5047c0ca707c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/readwritebytescount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/readwritebytescount/_index.md @@ -1,7 +1,7 @@ --- -title: ReadWriteBytesCount +title: StreamContainer.ReadWriteBytesCount second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer field. Specifies read and write bytes count when reading sequentially type: docs weight: 200 url: /net/aspose.imaging/streamcontainer/readwritebytescount/ @@ -16,8 +16,8 @@ public const int ReadWriteBytesCount; ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/save/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/save/_index.md index cf68d9962127..0fa79c29d608 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/save/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/save/_index.md @@ -1,12 +1,12 @@ --- -title: Save +title: StreamContainer.Save second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Saves copies the streams data to the specified stream type: docs weight: 130 url: /net/aspose.imaging/streamcontainer/save/ --- -## StreamContainer.Save method (1 of 6) +## Save(Stream, int, long) {#save_2} Saves (copies) the stream's data to the specified stream. @@ -17,20 +17,20 @@ public virtual void Save(Stream destinationStream, int bufferSize, long length) | Parameter | Type | Description | | --- | --- | --- | | destinationStream | Stream | The stream to save the data to. | -| bufferSize | Int32 | The buffer size. By default [`ReadWriteBytesCount`](../readwritebytescount) value is used. | -| length | Int64 | The stream data length to copy. By default the length is set to [`Length`](../length) value. | +| bufferSize | Int32 | The buffer size. By default [`ReadWriteBytesCount`](../readwritebytescount/) value is used. | +| length | Int64 | The stream data length to copy. By default the length is set to [`Length`](../length/) value. | ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.Save method (2 of 6) +## Save(Stream) {#save} -Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../readwritebytescount) and stream [`Length`](../length) value. +Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../readwritebytescount/) and stream [`Length`](../length/) value. ```csharp public virtual void Save(Stream destinationStream) @@ -42,15 +42,15 @@ public virtual void Save(Stream destinationStream) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.Save method (3 of 6) +## Save(Stream, int) {#save_1} -Saves (copies) all the stream's data to the specified stream. Uses stream [`Length`](../length) value. +Saves (copies) all the stream's data to the specified stream. Uses stream [`Length`](../length/) value. ```csharp public virtual void Save(Stream destinationStream, int bufferSize) @@ -63,15 +63,15 @@ public virtual void Save(Stream destinationStream, int bufferSize) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.Save method (4 of 6) +## Save(string) {#save_3} -Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../readwritebytescount) and stream [`Length`](../length) value. +Saves (copies) the stream's data to the specified stream. Uses default buffer size [`ReadWriteBytesCount`](../readwritebytescount/) and stream [`Length`](../length/) value. ```csharp public virtual void Save(string filePath) @@ -83,15 +83,15 @@ public virtual void Save(string filePath) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.Save method (5 of 6) +## Save(string, int) {#save_4} -Saves (copies) the stream's data to the specified stream. Uses stream [`Length`](../length) value. +Saves (copies) the stream's data to the specified stream. Uses stream [`Length`](../length/) value. ```csharp public virtual void Save(string filePath, int bufferSize) @@ -100,17 +100,17 @@ public virtual void Save(string filePath, int bufferSize) | Parameter | Type | Description | | --- | --- | --- | | filePath | String | The file path to save the stream data to. | -| bufferSize | Int32 | The buffer size. By default [`ReadWriteBytesCount`](../readwritebytescount) value is used. | +| bufferSize | Int32 | The buffer size. By default [`ReadWriteBytesCount`](../readwritebytescount/) value is used. | ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.Save method (6 of 6) +## Save(string, int, long) {#save_5} Saves (copies) the stream's data to the specified stream. @@ -121,13 +121,13 @@ public virtual void Save(string filePath, int bufferSize, long length) | Parameter | Type | Description | | --- | --- | --- | | filePath | String | The file path to save the stream data to. | -| bufferSize | Int32 | The buffer size. By default [`ReadWriteBytesCount`](../readwritebytescount) value is used. | -| length | Int64 | The stream data length to copy. By default the length is set to [`Length`](../length) value. | +| bufferSize | Int32 | The buffer size. By default [`ReadWriteBytesCount`](../readwritebytescount/) value is used. | +| length | Int64 | The stream data length to copy. By default the length is set to [`Length`](../length/) value. | ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/seek/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/seek/_index.md index b70bdc18f099..2ad13822e449 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/seek/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/seek/_index.md @@ -1,7 +1,7 @@ --- -title: Seek +title: StreamContainer.Seek second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Sets the position within the current stream type: docs weight: 140 url: /net/aspose.imaging/streamcontainer/seek/ @@ -25,9 +25,9 @@ The new position within the current stream. ### See Also -* enum [SeekOrigin](../../seekorigin) -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* enum [SeekOrigin](../../seekorigin/) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/seekbegin/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/seekbegin/_index.md index bd8eb3da0205..f34c66c3b217 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/seekbegin/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/seekbegin/_index.md @@ -1,7 +1,7 @@ --- -title: SeekBegin +title: StreamContainer.SeekBegin second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Sets the stream position to the beginning of the stream. This value represents offset from the starting stream position passed in the StreamContainer constructor type: docs weight: 150 url: /net/aspose.imaging/streamcontainer/seekbegin/ @@ -16,8 +16,8 @@ public virtual void SeekBegin() ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/stream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/stream/_index.md index 4f30544fcae4..0229a74e5bfc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/stream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/stream/_index.md @@ -1,7 +1,7 @@ --- -title: Stream +title: StreamContainer.Stream second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer property. Gets the data stream type: docs weight: 80 url: /net/aspose.imaging/streamcontainer/stream/ @@ -20,8 +20,8 @@ The data stream. ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/streamcontainer/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/streamcontainer/_index.md index 1b6222d768e1..5eb1ee58e3ac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/streamcontainer/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/streamcontainer/_index.md @@ -1,14 +1,14 @@ --- -title: StreamContainer +title: StreamContainer.StreamContainer second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer constructor. Initializes a new instance of the StreamContainer class type: docs weight: 10 url: /net/aspose.imaging/streamcontainer/streamcontainer/ --- -## StreamContainer constructor (1 of 2) +## StreamContainer(Stream) {#constructor} -Initializes a new instance of the [`StreamContainer`](../../streamcontainer) class. +Initializes a new instance of the [`StreamContainer`](../) class. ```csharp public StreamContainer(Stream stream) @@ -20,15 +20,15 @@ public StreamContainer(Stream stream) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer constructor (2 of 2) +## StreamContainer(Stream, bool) {#constructor_1} -Initializes a new instance of the [`StreamContainer`](../../streamcontainer) class. +Initializes a new instance of the [`StreamContainer`](../) class. ```csharp public StreamContainer(Stream stream, bool disposeStream) @@ -41,8 +41,8 @@ public StreamContainer(Stream stream, bool disposeStream) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/syncroot/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/syncroot/_index.md index 5c81265bf8b6..75145835f5a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/syncroot/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/syncroot/_index.md @@ -1,7 +1,7 @@ --- -title: SyncRoot +title: StreamContainer.SyncRoot second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer property. Gets an object that can be used to synchronize access to the synchronized resource type: docs weight: 90 url: /net/aspose.imaging/streamcontainer/syncroot/ @@ -20,8 +20,8 @@ The object that can be used to synchronize access to the synchronized resource. ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/tobytes/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/tobytes/_index.md index 03d0f0941004..dc33f9dc55f8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/tobytes/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/tobytes/_index.md @@ -1,12 +1,12 @@ --- -title: ToBytes +title: StreamContainer.ToBytes second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Converts the stream data to the Byte array type: docs weight: 160 url: /net/aspose.imaging/streamcontainer/tobytes/ --- -## StreamContainer.ToBytes method (1 of 2) +## ToBytes() {#tobytes} Converts the stream data to the Byte array. @@ -20,13 +20,13 @@ The stream data converted to the Byte array. ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.ToBytes method (2 of 2) +## ToBytes(long, long) {#tobytes_1} Converts the stream data to the Byte array. @@ -45,8 +45,8 @@ The stream data converted to the Byte array. ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/write/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/write/_index.md index b2c5a891ae9c..12c51c3b79b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/write/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/write/_index.md @@ -1,12 +1,12 @@ --- -title: Write +title: StreamContainer.Write second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Writes all of the specified bytes to the stream type: docs weight: 170 url: /net/aspose.imaging/streamcontainer/write/ --- -## StreamContainer.Write method (1 of 2) +## Write(byte[]) {#write} Writes all of the specified bytes to the stream. @@ -20,13 +20,13 @@ public virtual void Write(byte[] bytes) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.Write method (2 of 2) +## Write(byte[], int, int) {#write_1} Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. @@ -42,8 +42,8 @@ public virtual void Write(byte[] buffer, int offset, int count) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/writebyte/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/writebyte/_index.md index 0ade11226c64..0e8faba88465 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/writebyte/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/writebyte/_index.md @@ -1,7 +1,7 @@ --- -title: WriteByte +title: StreamContainer.WriteByte second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Writes a byte to the current position in the stream and advances the position within the stream by one byte type: docs weight: 180 url: /net/aspose.imaging/streamcontainer/writebyte/ @@ -20,8 +20,8 @@ public virtual void WriteByte(byte value) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/writeto/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/writeto/_index.md index 61b3f07d5f05..f911790ec49d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/writeto/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/streamcontainer/writeto/_index.md @@ -1,14 +1,14 @@ --- -title: WriteTo +title: StreamContainer.WriteTo second_title: Aspose.Imaging for .NET API Reference -description: +description: StreamContainer method. Copies the contained data to another StreamContainer type: docs weight: 190 url: /net/aspose.imaging/streamcontainer/writeto/ --- -## StreamContainer.WriteTo method (1 of 2) +## WriteTo(StreamContainer) {#writeto} -Copies the contained data to another [`StreamContainer`](../../streamcontainer). +Copies the contained data to another [`StreamContainer`](../). ```csharp public virtual void WriteTo(StreamContainer streamContainer) @@ -20,15 +20,15 @@ public virtual void WriteTo(StreamContainer streamContainer) ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) --- -## StreamContainer.WriteTo method (2 of 2) +## WriteTo(StreamContainer, long) {#writeto_1} -Copies the contained data to another [`StreamContainer`](../../streamcontainer). +Copies the contained data to another [`StreamContainer`](../). ```csharp public virtual void WriteTo(StreamContainer streamContainer, long length) @@ -43,12 +43,12 @@ public virtual void WriteTo(StreamContainer streamContainer, long length) | exception | condition | | --- | --- | -| [FrameworkException](../../../aspose.imaging.coreexceptions/frameworkexception) | Copy operation cannot complete. Cannot read + count + bytes. | +| [FrameworkException](../../../aspose.imaging.coreexceptions/frameworkexception/) | Copy operation cannot complete. Cannot read + count + bytes. | ### See Also -* class [StreamContainer](../../streamcontainer) -* namespace [Aspose.Imaging](../../streamcontainer) +* class [StreamContainer](../) +* namespace [Aspose.Imaging](../../streamcontainer/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringalignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringalignment/_index.md index fd85a8bd811b..1f6a4e0bb313 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringalignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringalignment/_index.md @@ -1,7 +1,7 @@ --- -title: StringAlignment +title: Enum StringAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.StringAlignment enum. Specifies the alignment of a text string relative to its layout rectangle type: docs weight: 11470 url: /net/aspose.imaging/stringalignment/ @@ -24,7 +24,7 @@ public enum StringAlignment ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringdigitsubstitute/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringdigitsubstitute/_index.md index 1e2b8f81690e..eff0e057451b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringdigitsubstitute/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringdigitsubstitute/_index.md @@ -1,7 +1,7 @@ --- -title: StringDigitSubstitute +title: Enum StringDigitSubstitute second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.StringDigitSubstitute enum. The enumeration specifies how to substitute digits in a string according to a users locale or language type: docs weight: 11480 url: /net/aspose.imaging/stringdigitsubstitute/ @@ -25,7 +25,7 @@ public enum StringDigitSubstitute ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/_index.md index f2fbcdede213..8b1688417d4d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/_index.md @@ -1,7 +1,7 @@ --- -title: StringFormat +title: Class StringFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.StringFormat class. Encapsulates text layout information such as alignment orientation and tab stops display manipulations such as ellipsis insertion and national digit substitution and OpenType features. This class cannot be inherited type: docs weight: 11490 url: /net/aspose.imaging/stringformat/ @@ -18,43 +18,43 @@ public sealed class StringFormat : DisposableObject | Name | Description | | --- | --- | -| [StringFormat](stringformat)() | Initializes a new [`StringFormat`](../stringformat) object. | -| [StringFormat](stringformat)(StringFormat) | Initializes a new [`StringFormat`](../stringformat) object from the specified existing [`StringFormat`](../stringformat) object. | -| [StringFormat](stringformat)(StringFormatFlags) | Initializes a new [`StringFormat`](../stringformat) object with the specified [`StringFormatFlags`](../stringformatflags) enumeration and language. | +| [StringFormat](stringformat/#constructor)() | Initializes a new `StringFormat` object. | +| [StringFormat](stringformat/#constructor_1)(StringFormat) | Initializes a new `StringFormat` object from the specified existing `StringFormat` object. | +| [StringFormat](stringformat/#constructor_2)(StringFormatFlags) | Initializes a new `StringFormat` object with the specified [`StringFormatFlags`](../stringformatflags/) enumeration and language. | ## Properties | Name | Description | | --- | --- | -| static [GenericDefault](../../aspose.imaging/stringformat/genericdefault) { get; } | Gets a generic default [`StringFormat`](../stringformat) object. | -| static [GenericTypographic](../../aspose.imaging/stringformat/generictypographic) { get; } | Gets a generic typographic [`StringFormat`](../stringformat) object. | -| [Alignment](../../aspose.imaging/stringformat/alignment) { get; set; } | Gets or sets text alignment information on the vertical plane. | -| [CustomCharIdent](../../aspose.imaging/stringformat/customcharident) { get; set; } | Gets or sets the custom character ident. | -| [DigitSubstitutionLanguage](../../aspose.imaging/stringformat/digitsubstitutionlanguage) { get; set; } | Gets or sets the language that is used when local digits are substituted for western digits. | -| [DigitSubstitutionMethod](../../aspose.imaging/stringformat/digitsubstitutionmethod) { get; set; } | Gets or sets the method to be used for digit substitution. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| [FirstTabOffset](../../aspose.imaging/stringformat/firsttaboffset) { get; } | Gets the number of spaces between the beginning of a line of text and the first tab stop. | -| [FormatFlags](../../aspose.imaging/stringformat/formatflags) { get; set; } | Gets or sets a [`StringFormatFlags`](../stringformatflags) enumeration that contains formatting information. | -| [HotkeyPrefix](../../aspose.imaging/stringformat/hotkeyprefix) { get; set; } | Gets or sets the [`HotkeyPrefix`](../hotkeyprefix) object for this [`StringFormat`](../stringformat) object. | -| [LineAlignment](../../aspose.imaging/stringformat/linealignment) { get; set; } | Gets or sets the line alignment on the horizontal plane. | -| [TabStops](../../aspose.imaging/stringformat/tabstops) { get; } | Gets an array of distances between tab stops in the units specified by the [`PageUnit`](../graphics/pageunit) property. | -| [Trimming](../../aspose.imaging/stringformat/trimming) { get; set; } | Gets or sets the [`StringTrimming`](../stringtrimming) enumeration for this [`StringFormat`](../stringformat) object. | +| static [GenericDefault](../../aspose.imaging/stringformat/genericdefault/) { get; } | Gets a generic default `StringFormat` object. | +| static [GenericTypographic](../../aspose.imaging/stringformat/generictypographic/) { get; } | Gets a generic typographic `StringFormat` object. | +| [Alignment](../../aspose.imaging/stringformat/alignment/) { get; set; } | Gets or sets text alignment information on the vertical plane. | +| [CustomCharIdent](../../aspose.imaging/stringformat/customcharident/) { get; set; } | Gets or sets the custom character ident. | +| [DigitSubstitutionLanguage](../../aspose.imaging/stringformat/digitsubstitutionlanguage/) { get; set; } | Gets or sets the language that is used when local digits are substituted for western digits. | +| [DigitSubstitutionMethod](../../aspose.imaging/stringformat/digitsubstitutionmethod/) { get; set; } | Gets or sets the method to be used for digit substitution. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| [FirstTabOffset](../../aspose.imaging/stringformat/firsttaboffset/) { get; } | Gets the number of spaces between the beginning of a line of text and the first tab stop. | +| [FormatFlags](../../aspose.imaging/stringformat/formatflags/) { get; set; } | Gets or sets a [`StringFormatFlags`](../stringformatflags/) enumeration that contains formatting information. | +| [HotkeyPrefix](../../aspose.imaging/stringformat/hotkeyprefix/) { get; set; } | Gets or sets the [`HotkeyPrefix`](../hotkeyprefix/) object for this `StringFormat` object. | +| [LineAlignment](../../aspose.imaging/stringformat/linealignment/) { get; set; } | Gets or sets the line alignment on the horizontal plane. | +| [TabStops](../../aspose.imaging/stringformat/tabstops/) { get; } | Gets an array of distances between tab stops in the units specified by the [`PageUnit`](../graphics/pageunit/) property. | +| [Trimming](../../aspose.imaging/stringformat/trimming/) { get; set; } | Gets or sets the [`StringTrimming`](../stringtrimming/) enumeration for this `StringFormat` object. | ## Methods | Name | Description | | --- | --- | -| [DeepClone](../../aspose.imaging/stringformat/deepclone)() | Creates a deep clone of this [`StringFormat`](../stringformat) object. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| override [Equals](../../aspose.imaging/stringformat/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/stringformat/gethashcode)() | Get hash code of the current object. | -| [SetTabStops](../../aspose.imaging/stringformat/settabstops)(float, float[]) | Sets tab stops for this [`StringFormat`](../stringformat) object. | -| override [ToString](../../aspose.imaging/stringformat/tostring)() | Converts this [`StringFormat`](../stringformat) object to a human-readable string. | +| [DeepClone](../../aspose.imaging/stringformat/deepclone/)() | Creates a deep clone of this `StringFormat` object. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| override [Equals](../../aspose.imaging/stringformat/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/stringformat/gethashcode/)() | Get hash code of the current object. | +| [SetTabStops](../../aspose.imaging/stringformat/settabstops/)(float, float[]) | Sets tab stops for this `StringFormat` object. | +| override [ToString](../../aspose.imaging/stringformat/tostring/)() | Converts this `StringFormat` object to a human-readable string. | ### See Also -* class [DisposableObject](../disposableobject) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [DisposableObject](../disposableobject/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/alignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/alignment/_index.md index 4f5788f701cb..a87fc8959997 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/alignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/alignment/_index.md @@ -1,7 +1,7 @@ --- -title: Alignment +title: StringFormat.Alignment second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets or sets text alignment information on the vertical plane type: docs weight: 40 url: /net/aspose.imaging/stringformat/alignment/ @@ -16,13 +16,13 @@ public StringAlignment Alignment { get; set; } ### Property Value -A [`StringAlignment`](../../stringalignment) enumeration that specifies text alignment information. +A [`StringAlignment`](../../stringalignment/) enumeration that specifies text alignment information. ### See Also -* enum [StringAlignment](../../stringalignment) -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* enum [StringAlignment](../../stringalignment/) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/customcharident/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/customcharident/_index.md index 49941ac43b8f..6e301141c7bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/customcharident/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/customcharident/_index.md @@ -1,7 +1,7 @@ --- -title: CustomCharIdent +title: StringFormat.CustomCharIdent second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets or sets the custom character ident type: docs weight: 50 url: /net/aspose.imaging/stringformat/customcharident/ @@ -20,9 +20,9 @@ The custom character ident. ### See Also -* struct [PointF](../../pointf) -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* struct [PointF](../../pointf/) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/deepclone/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/deepclone/_index.md index 52bafc837c8a..5e6b73acfa4c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/deepclone/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/deepclone/_index.md @@ -1,14 +1,14 @@ --- -title: DeepClone +title: StringFormat.DeepClone second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat method. Creates a deep clone of this StringFormat object type: docs weight: 140 url: /net/aspose.imaging/stringformat/deepclone/ --- ## StringFormat.DeepClone method -Creates a deep clone of this [`StringFormat`](../../stringformat) object. +Creates a deep clone of this [`StringFormat`](../) object. ```csharp public StringFormat DeepClone() @@ -16,12 +16,12 @@ public StringFormat DeepClone() ### Return Value -The deep clone of the current [`StringFormat`](../../stringformat). +The deep clone of the current [`StringFormat`](../). ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/digitsubstitutionlanguage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/digitsubstitutionlanguage/_index.md index 3c4328aac72c..50cbe716f691 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/digitsubstitutionlanguage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/digitsubstitutionlanguage/_index.md @@ -1,7 +1,7 @@ --- -title: DigitSubstitutionLanguage +title: StringFormat.DigitSubstitutionLanguage second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets or sets the language that is used when local digits are substituted for western digits type: docs weight: 60 url: /net/aspose.imaging/stringformat/digitsubstitutionlanguage/ @@ -18,14 +18,14 @@ public int DigitSubstitutionLanguage { get; set; } A National Language Support (NLS) language identifier that identifies the language that will be used when local digits are substituted for western digits. You can pass the LCID property of a CultureInfo object as the NLS language identifier. For example, suppose you create a CultureInfo object by passing the string "ar-EG" to a CultureInfo constructor. If you pass the LCID property of that CultureInfo object along with. Traditional to the StringDigitSubstitute) method, then Arabic-Indic digits will be substituted for western digits at display time. -### Remarks +## Remarks The setter is introduced for the obsolete method SetDigitSubstitution. ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/digitsubstitutionmethod/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/digitsubstitutionmethod/_index.md index db557cbc1f9c..a1d61b49522a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/digitsubstitutionmethod/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/digitsubstitutionmethod/_index.md @@ -1,7 +1,7 @@ --- -title: DigitSubstitutionMethod +title: StringFormat.DigitSubstitutionMethod second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets or sets the method to be used for digit substitution type: docs weight: 70 url: /net/aspose.imaging/stringformat/digitsubstitutionmethod/ @@ -16,17 +16,17 @@ public StringDigitSubstitute DigitSubstitutionMethod { get; set; } ### Property Value -A [`StringDigitSubstitute`](../../stringdigitsubstitute) enumeration value that specifies how to substitute characters in a string that cannot be displayed because they are not supported by the current font. +A [`StringDigitSubstitute`](../../stringdigitsubstitute/) enumeration value that specifies how to substitute characters in a string that cannot be displayed because they are not supported by the current font. -### Remarks +## Remarks The setter is introduced for the obsolete method SetDigitSubstitution. ### See Also -* enum [StringDigitSubstitute](../../stringdigitsubstitute) -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* enum [StringDigitSubstitute](../../stringdigitsubstitute/) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/equals/_index.md index a3c7fdded4a9..9c7f22cb68b8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: StringFormat.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat method. Check if objects are equal type: docs weight: 150 url: /net/aspose.imaging/stringformat/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/firsttaboffset/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/firsttaboffset/_index.md index 226e0827c7ff..6502c5434ae4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/firsttaboffset/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/firsttaboffset/_index.md @@ -1,7 +1,7 @@ --- -title: FirstTabOffset +title: StringFormat.FirstTabOffset second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets the number of spaces between the beginning of a line of text and the first tab stop type: docs weight: 80 url: /net/aspose.imaging/stringformat/firsttaboffset/ @@ -18,14 +18,14 @@ public float FirstTabOffset { get; } The first tab offset. -### Remarks +## Remarks The property is introduced for removed method GetTabStops. ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/formatflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/formatflags/_index.md index d96046305a04..61439f466b6b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/formatflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/formatflags/_index.md @@ -1,14 +1,14 @@ --- -title: FormatFlags +title: StringFormat.FormatFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets or sets a StringFormatFlags enumeration that contains formatting information type: docs weight: 90 url: /net/aspose.imaging/stringformat/formatflags/ --- ## StringFormat.FormatFlags property -Gets or sets a [`StringFormatFlags`](../../stringformatflags) enumeration that contains formatting information. +Gets or sets a [`StringFormatFlags`](../../stringformatflags/) enumeration that contains formatting information. ```csharp public StringFormatFlags FormatFlags { get; set; } @@ -16,13 +16,13 @@ public StringFormatFlags FormatFlags { get; set; } ### Property Value -A [`StringFormatFlags`](../../stringformatflags) enumeration that contains formatting information. +A [`StringFormatFlags`](../../stringformatflags/) enumeration that contains formatting information. ### See Also -* enum [StringFormatFlags](../../stringformatflags) -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* enum [StringFormatFlags](../../stringformatflags/) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/genericdefault/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/genericdefault/_index.md index ec8048fcec27..313a525aea88 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/genericdefault/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/genericdefault/_index.md @@ -1,14 +1,14 @@ --- -title: GenericDefault +title: StringFormat.GenericDefault second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets a generic default StringFormat object type: docs weight: 20 url: /net/aspose.imaging/stringformat/genericdefault/ --- ## StringFormat.GenericDefault property -Gets a generic default [`StringFormat`](../../stringformat) object. +Gets a generic default [`StringFormat`](../) object. ```csharp public static StringFormat GenericDefault { get; } @@ -16,12 +16,12 @@ public static StringFormat GenericDefault { get; } ### Property Value -The generic default [`StringFormat`](../../stringformat) object. +The generic default [`StringFormat`](../) object. ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/generictypographic/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/generictypographic/_index.md index 429284ac9567..240ecb149c28 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/generictypographic/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/generictypographic/_index.md @@ -1,14 +1,14 @@ --- -title: GenericTypographic +title: StringFormat.GenericTypographic second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets a generic typographic StringFormat object type: docs weight: 30 url: /net/aspose.imaging/stringformat/generictypographic/ --- ## StringFormat.GenericTypographic property -Gets a generic typographic [`StringFormat`](../../stringformat) object. +Gets a generic typographic [`StringFormat`](../) object. ```csharp public static StringFormat GenericTypographic { get; } @@ -16,12 +16,12 @@ public static StringFormat GenericTypographic { get; } ### Property Value -A generic typographic [`StringFormat`](../../stringformat) object. +A generic typographic [`StringFormat`](../) object. ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/gethashcode/_index.md index 28840f46f28d..70fc1bb46d19 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: StringFormat.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat method. Get hash code of the current object type: docs weight: 160 url: /net/aspose.imaging/stringformat/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/hotkeyprefix/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/hotkeyprefix/_index.md index 32c6bfca4cd4..e73f2056a2a8 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/hotkeyprefix/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/hotkeyprefix/_index.md @@ -1,14 +1,14 @@ --- -title: HotkeyPrefix +title: StringFormat.HotkeyPrefix second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets or sets the HotkeyPrefix object for this StringFormat object type: docs weight: 100 url: /net/aspose.imaging/stringformat/hotkeyprefix/ --- ## StringFormat.HotkeyPrefix property -Gets or sets the [`HotkeyPrefix`](../../hotkeyprefix) object for this [`StringFormat`](../../stringformat) object. +Gets or sets the [`HotkeyPrefix`](../../hotkeyprefix/) object for this [`StringFormat`](../) object. ```csharp public HotkeyPrefix HotkeyPrefix { get; set; } @@ -16,13 +16,13 @@ public HotkeyPrefix HotkeyPrefix { get; set; } ### Property Value -The [`HotkeyPrefix`](../../hotkeyprefix) object for this [`StringFormat`](../../stringformat) object, the default is None. +The [`HotkeyPrefix`](../../hotkeyprefix/) object for this [`StringFormat`](../) object, the default is None. ### See Also -* enum [HotkeyPrefix](../../hotkeyprefix) -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* enum [HotkeyPrefix](../../hotkeyprefix/) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/linealignment/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/linealignment/_index.md index 3b10ab433a2a..3d3756b3c6c5 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/linealignment/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/linealignment/_index.md @@ -1,7 +1,7 @@ --- -title: LineAlignment +title: StringFormat.LineAlignment second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets or sets the line alignment on the horizontal plane type: docs weight: 110 url: /net/aspose.imaging/stringformat/linealignment/ @@ -16,13 +16,13 @@ public StringAlignment LineAlignment { get; set; } ### Property Value -A [`StringAlignment`](../../stringalignment) enumeration that represents the line alignment. +A [`StringAlignment`](../../stringalignment/) enumeration that represents the line alignment. ### See Also -* enum [StringAlignment](../../stringalignment) -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* enum [StringAlignment](../../stringalignment/) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/settabstops/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/settabstops/_index.md index 297014cca6fd..204fdbe14609 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/settabstops/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/settabstops/_index.md @@ -1,14 +1,14 @@ --- -title: SetTabStops +title: StringFormat.SetTabStops second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat method. Sets tab stops for this StringFormat object type: docs weight: 170 url: /net/aspose.imaging/stringformat/settabstops/ --- ## StringFormat.SetTabStops method -Sets tab stops for this [`StringFormat`](../../stringformat) object. +Sets tab stops for this [`StringFormat`](../) object. ```csharp public void SetTabStops(float firstTabOffset, float[] tabStops) @@ -17,12 +17,12 @@ public void SetTabStops(float firstTabOffset, float[] tabStops) | Parameter | Type | Description | | --- | --- | --- | | firstTabOffset | Single | The number of spaces between the beginning of a line of text and the first tab stop. | -| tabStops | Single[] | An array of distances between tab stops in the units specified by the [`PageUnit`](../../graphics/pageunit) property. | +| tabStops | Single[] | An array of distances between tab stops in the units specified by the [`PageUnit`](../../graphics/pageunit/) property. | ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/stringformat/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/stringformat/_index.md index 3e0e9a8337af..83bf94d8d498 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/stringformat/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/stringformat/_index.md @@ -1,14 +1,14 @@ --- -title: StringFormat +title: StringFormat.StringFormat second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat constructor. Initializes a new StringFormat object type: docs weight: 10 url: /net/aspose.imaging/stringformat/stringformat/ --- -## StringFormat constructor (1 of 3) +## StringFormat() {#constructor} -Initializes a new [`StringFormat`](../../stringformat) object. +Initializes a new [`StringFormat`](../) object. ```csharp public StringFormat() @@ -16,15 +16,15 @@ public StringFormat() ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) --- -## StringFormat constructor (2 of 3) +## StringFormat(StringFormatFlags) {#constructor_2} -Initializes a new [`StringFormat`](../../stringformat) object with the specified [`StringFormatFlags`](../../stringformatflags) enumeration and language. +Initializes a new [`StringFormat`](../) object with the specified [`StringFormatFlags`](../../stringformatflags/) enumeration and language. ```csharp public StringFormat(StringFormatFlags options) @@ -32,20 +32,20 @@ public StringFormat(StringFormatFlags options) | Parameter | Type | Description | | --- | --- | --- | -| options | StringFormatFlags | The [`StringFormatFlags`](../../stringformatflags) enumeration for the new [`StringFormat`](../../stringformat) object. | +| options | StringFormatFlags | The [`StringFormatFlags`](../../stringformatflags/) enumeration for the new [`StringFormat`](../) object. | ### See Also -* enum [StringFormatFlags](../../stringformatflags) -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* enum [StringFormatFlags](../../stringformatflags/) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) --- -## StringFormat constructor (3 of 3) +## StringFormat(StringFormat) {#constructor_1} -Initializes a new [`StringFormat`](../../stringformat) object from the specified existing [`StringFormat`](../../stringformat) object. +Initializes a new [`StringFormat`](../) object from the specified existing [`StringFormat`](../) object. ```csharp public StringFormat(StringFormat format) @@ -53,7 +53,7 @@ public StringFormat(StringFormat format) | Parameter | Type | Description | | --- | --- | --- | -| format | StringFormat | The [`StringFormat`](../../stringformat) object from which to initialize the new [`StringFormat`](../../stringformat) object. | +| format | StringFormat | The [`StringFormat`](../) object from which to initialize the new [`StringFormat`](../) object. | ### Exceptions @@ -63,8 +63,8 @@ public StringFormat(StringFormat format) ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/tabstops/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/tabstops/_index.md index e119e7d20d22..0dd565e00069 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/tabstops/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/tabstops/_index.md @@ -1,14 +1,14 @@ --- -title: TabStops +title: StringFormat.TabStops second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets an array of distances between tab stops in the units specified by the PageUnit property type: docs weight: 120 url: /net/aspose.imaging/stringformat/tabstops/ --- ## StringFormat.TabStops property -Gets an array of distances between tab stops in the units specified by the [`PageUnit`](../../graphics/pageunit) property. +Gets an array of distances between tab stops in the units specified by the [`PageUnit`](../../graphics/pageunit/) property. ```csharp public float[] TabStops { get; } @@ -18,14 +18,14 @@ public float[] TabStops { get; } The tab stops. -### Remarks +## Remarks The property is introduced for removed method GetTabStops. ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/tostring/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/tostring/_index.md index a8f4276fee0e..db0a3bd3ea49 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/tostring/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/tostring/_index.md @@ -1,14 +1,14 @@ --- -title: ToString +title: StringFormat.ToString second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat method. Converts this StringFormat object to a humanreadable string type: docs weight: 180 url: /net/aspose.imaging/stringformat/tostring/ --- ## StringFormat.ToString method -Converts this [`StringFormat`](../../stringformat) object to a human-readable string. +Converts this [`StringFormat`](../) object to a human-readable string. ```csharp public override string ToString() @@ -16,12 +16,12 @@ public override string ToString() ### Return Value -A string representation of this [`StringFormat`](../../stringformat) object. +A string representation of this [`StringFormat`](../) object. ### See Also -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/trimming/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/trimming/_index.md index a2a0fe328e35..7e6a87577d10 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/trimming/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformat/trimming/_index.md @@ -1,14 +1,14 @@ --- -title: Trimming +title: StringFormat.Trimming second_title: Aspose.Imaging for .NET API Reference -description: +description: StringFormat property. Gets or sets the StringTrimming enumeration for this StringFormat object type: docs weight: 130 url: /net/aspose.imaging/stringformat/trimming/ --- ## StringFormat.Trimming property -Gets or sets the [`StringTrimming`](../../stringtrimming) enumeration for this [`StringFormat`](../../stringformat) object. +Gets or sets the [`StringTrimming`](../../stringtrimming/) enumeration for this [`StringFormat`](../) object. ```csharp public StringTrimming Trimming { get; set; } @@ -16,13 +16,13 @@ public StringTrimming Trimming { get; set; } ### Property Value -A [`StringTrimming`](../../stringtrimming) enumeration that indicates how text drawn with this [`StringFormat`](../../stringformat) object is trimmed when it exceeds the edges of the layout rectangle. +A [`StringTrimming`](../../stringtrimming/) enumeration that indicates how text drawn with this [`StringFormat`](../) object is trimmed when it exceeds the edges of the layout rectangle. ### See Also -* enum [StringTrimming](../../stringtrimming) -* class [StringFormat](../../stringformat) -* namespace [Aspose.Imaging](../../stringformat) +* enum [StringTrimming](../../stringtrimming/) +* class [StringFormat](../) +* namespace [Aspose.Imaging](../../stringformat/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformatflags/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformatflags/_index.md index a1d61cbed53c..c02636cc763a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringformatflags/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringformatflags/_index.md @@ -1,7 +1,7 @@ --- -title: StringFormatFlags +title: Enum StringFormatFlags second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.StringFormatFlags enum. Specifies the display and layout information for text strings type: docs weight: 11500 url: /net/aspose.imaging/stringformatflags/ @@ -32,7 +32,7 @@ public enum StringFormatFlags ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/stringtrimming/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/stringtrimming/_index.md index 67f3e374ac43..6621debd78ca 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/stringtrimming/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/stringtrimming/_index.md @@ -1,7 +1,7 @@ --- -title: StringTrimming +title: Enum StringTrimming second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.StringTrimming enum. Specifies how to trim characters from a string that does not completely fit into a layout shape type: docs weight: 11510 url: /net/aspose.imaging/stringtrimming/ @@ -27,7 +27,7 @@ public enum StringTrimming ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/textrenderinghint/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/textrenderinghint/_index.md index e62c17a05ab6..5670c6ee7d7f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/textrenderinghint/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/textrenderinghint/_index.md @@ -1,7 +1,7 @@ --- -title: TextRenderingHint +title: Enum TextRenderingHint second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.TextRenderingHint enum. Specifies the quality of text rendering type: docs weight: 11520 url: /net/aspose.imaging/textrenderinghint/ @@ -27,7 +27,7 @@ public enum TextRenderingHint ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/_index.md index 0c67b329fc1f..3bdd150acd6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/_index.md @@ -1,7 +1,7 @@ --- -title: TransparencySupporter +title: Class TransparencySupporter second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.TransparencySupporter class. The object supporting transparency type: docs weight: 11530 url: /net/aspose.imaging/transparencysupporter/ @@ -18,24 +18,24 @@ public class TransparencySupporter | Name | Description | | --- | --- | -| [TransparencySupporter](transparencysupporter)() | The default constructor. | +| [TransparencySupporter](transparencysupporter/)() | The default constructor. | ## Properties | Name | Description | | --- | --- | -| [Opacity](../../aspose.imaging/transparencysupporter/opacity) { get; set; } | Gets or sets the object's opacity. The value should be between 0 and 1. Value of 0 means that object is fully visible, value of 1 means the object is fully opaque. | +| [Opacity](../../aspose.imaging/transparencysupporter/opacity/) { get; set; } | Gets or sets the object's opacity. The value should be between 0 and 1. Value of 0 means that object is fully visible, value of 1 means the object is fully opaque. | ## Methods | Name | Description | | --- | --- | -| override [Equals](../../aspose.imaging/transparencysupporter/equals)(object) | Check if objects are equal. | -| override [GetHashCode](../../aspose.imaging/transparencysupporter/gethashcode)() | Get hash code of the current object. | +| override [Equals](../../aspose.imaging/transparencysupporter/equals/)(object) | Check if objects are equal. | +| override [GetHashCode](../../aspose.imaging/transparencysupporter/gethashcode/)() | Get hash code of the current object. | ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/equals/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/equals/_index.md index e3de7758b03c..38047f80c5a1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/equals/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/equals/_index.md @@ -1,7 +1,7 @@ --- -title: Equals +title: TransparencySupporter.Equals second_title: Aspose.Imaging for .NET API Reference -description: +description: TransparencySupporter method. Check if objects are equal type: docs weight: 30 url: /net/aspose.imaging/transparencysupporter/equals/ @@ -24,8 +24,8 @@ The equality comparison result. ### See Also -* class [TransparencySupporter](../../transparencysupporter) -* namespace [Aspose.Imaging](../../transparencysupporter) +* class [TransparencySupporter](../) +* namespace [Aspose.Imaging](../../transparencysupporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/gethashcode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/gethashcode/_index.md index e697ddc73548..890a7bc2f4fd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/gethashcode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/gethashcode/_index.md @@ -1,7 +1,7 @@ --- -title: GetHashCode +title: TransparencySupporter.GetHashCode second_title: Aspose.Imaging for .NET API Reference -description: +description: TransparencySupporter method. Get hash code of the current object type: docs weight: 40 url: /net/aspose.imaging/transparencysupporter/gethashcode/ @@ -20,8 +20,8 @@ The hash code. ### See Also -* class [TransparencySupporter](../../transparencysupporter) -* namespace [Aspose.Imaging](../../transparencysupporter) +* class [TransparencySupporter](../) +* namespace [Aspose.Imaging](../../transparencysupporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/opacity/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/opacity/_index.md index ac8a0a07f66e..5bcf1de9318f 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/opacity/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/opacity/_index.md @@ -1,7 +1,7 @@ --- -title: Opacity +title: TransparencySupporter.Opacity second_title: Aspose.Imaging for .NET API Reference -description: +description: TransparencySupporter property. Gets or sets the objects opacity. The value should be between 0 and 1. Value of 0 means that object is fully visible value of 1 means the object is fully opaque type: docs weight: 20 url: /net/aspose.imaging/transparencysupporter/opacity/ @@ -20,8 +20,8 @@ The opacity value. ### See Also -* class [TransparencySupporter](../../transparencysupporter) -* namespace [Aspose.Imaging](../../transparencysupporter) +* class [TransparencySupporter](../) +* namespace [Aspose.Imaging](../../transparencysupporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/transparencysupporter/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/transparencysupporter/_index.md index d2b951d3d750..fd23c76bb928 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/transparencysupporter/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/transparencysupporter/transparencysupporter/_index.md @@ -1,7 +1,7 @@ --- -title: TransparencySupporter +title: TransparencySupporter.TransparencySupporter second_title: Aspose.Imaging for .NET API Reference -description: +description: TransparencySupporter constructor. The default constructor type: docs weight: 10 url: /net/aspose.imaging/transparencysupporter/transparencysupporter/ @@ -16,8 +16,8 @@ public TransparencySupporter() ### See Also -* class [TransparencySupporter](../../transparencysupporter) -* namespace [Aspose.Imaging](../../transparencysupporter) +* class [TransparencySupporter](../) +* namespace [Aspose.Imaging](../../transparencysupporter/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/_index.md index 58a7f392b9d1..c4de1bbf3d6a 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/_index.md @@ -1,7 +1,7 @@ --- -title: VectorImage +title: Class VectorImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.VectorImage class. The vector image is the base class for all type of vector images type: docs weight: 11540 url: /net/aspose.imaging/vectorimage/ @@ -18,61 +18,61 @@ public abstract class VectorImage : Image, IObjectWithSizeF | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging/vectorimage/height) { get; } | Gets the image height. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging/vectorimage/width) { get; } | Gets the image width. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| abstract [BitsPerPixel](../../aspose.imaging/image/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging/vectorimage/height/) { get; } | Gets the image height. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| abstract [IsCached](../../aspose.imaging/datastreamsupporter/iscached/) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging/vectorimage/width/) { get; } | Gets the image width. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save) method as the second parameter. | -| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| abstract [Resize](../../aspose.imaging/image/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| abstract [Resize](../../aspose.imaging/image/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| abstract [RotateFlip](../../aspose.imaging/image/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| abstract [SetPalette](../../aspose.imaging/image/setpalette)(IColorPalette, bool) | Sets the image palette. | - -### Examples +| abstract [CacheData](../../aspose.imaging/datastreamsupporter/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| virtual [GetEmbeddedImages](../../aspose.imaging/vectorimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save/) method as the second parameter. | +| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/#removebackground)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/#removebackground_1)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| abstract [Resize](../../aspose.imaging/image/resize/)(int, int, ImageResizeSettings) | Resizes the image. | +| abstract [Resize](../../aspose.imaging/image/resize/)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| abstract [RotateFlip](../../aspose.imaging/image/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| abstract [SetPalette](../../aspose.imaging/image/setpalette/)(IColorPalette, bool) | Sets the image palette. | + +## Examples The following example shows how to export a multipage vector image to another format in general way without referencing to a particular image type. @@ -109,9 +109,9 @@ using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(inputFilePath)) ### See Also -* class [Image](../image) -* interface [IObjectWithSizeF](../../aspose.imaging.interfaces/iobjectwithsizef) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [Image](../image/) +* interface [IObjectWithSizeF](../../aspose.imaging.interfaces/iobjectwithsizef/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/getembeddedimages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/getembeddedimages/_index.md index 1036af122cee..1e7424fc0dac 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/getembeddedimages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/getembeddedimages/_index.md @@ -1,7 +1,7 @@ --- -title: GetEmbeddedImages +title: VectorImage.GetEmbeddedImages second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorImage method. Gets the embedded images type: docs weight: 60 url: /net/aspose.imaging/vectorimage/getembeddedimages/ @@ -18,7 +18,7 @@ public virtual EmbeddedImage[] GetEmbeddedImages() Array of images -### Examples +## Examples Support extracting embedded raster images from a vector image @@ -44,9 +44,9 @@ using (var image = Aspose.Imaging.Image.Load(inputFileName)) ### See Also -* class [EmbeddedImage](../../embeddedimage) -* class [VectorImage](../../vectorimage) -* namespace [Aspose.Imaging](../../vectorimage) +* class [EmbeddedImage](../../embeddedimage/) +* class [VectorImage](../) +* namespace [Aspose.Imaging](../../vectorimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/height/_index.md index 7c4d2e893371..759ea3d057c4 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: VectorImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorImage property. Gets the image height type: docs weight: 10 url: /net/aspose.imaging/vectorimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [VectorImage](../../vectorimage) -* namespace [Aspose.Imaging](../../vectorimage) +* class [VectorImage](../) +* namespace [Aspose.Imaging](../../vectorimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/heightf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/heightf/_index.md index e00edf2ae06f..99e2ffb783d1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/heightf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/heightf/_index.md @@ -1,7 +1,7 @@ --- -title: HeightF +title: VectorImage.HeightF second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorImage property. Gets the object height in inches type: docs weight: 20 url: /net/aspose.imaging/vectorimage/heightf/ @@ -20,8 +20,8 @@ The object height, in inches. ### See Also -* class [VectorImage](../../vectorimage) -* namespace [Aspose.Imaging](../../vectorimage) +* class [VectorImage](../) +* namespace [Aspose.Imaging](../../vectorimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/removebackground/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/removebackground/_index.md index 4402fbb974b9..23077db8e9bd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/removebackground/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/removebackground/_index.md @@ -1,12 +1,12 @@ --- -title: RemoveBackground +title: VectorImage.RemoveBackground second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorImage method. Removes the background type: docs weight: 70 url: /net/aspose.imaging/vectorimage/removebackground/ --- -## VectorImage.RemoveBackground method (1 of 2) +## RemoveBackground() {#removebackground} Removes the background. @@ -16,13 +16,13 @@ public void RemoveBackground() ### See Also -* class [VectorImage](../../vectorimage) -* namespace [Aspose.Imaging](../../vectorimage) +* class [VectorImage](../) +* namespace [Aspose.Imaging](../../vectorimage/) * assembly [Aspose.Imaging](../../../) --- -## VectorImage.RemoveBackground method (2 of 2) +## RemoveBackground(RemoveBackgroundSettings) {#removebackground_1} Removes the background. @@ -36,9 +36,9 @@ public void RemoveBackground(RemoveBackgroundSettings settings) ### See Also -* class [RemoveBackgroundSettings](../../removebackgroundsettings) -* class [VectorImage](../../vectorimage) -* namespace [Aspose.Imaging](../../vectorimage) +* class [RemoveBackgroundSettings](../../removebackgroundsettings/) +* class [VectorImage](../) +* namespace [Aspose.Imaging](../../vectorimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/sizef/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/sizef/_index.md index 178824a2a3c6..74ae3cd756e6 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/sizef/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/sizef/_index.md @@ -1,7 +1,7 @@ --- -title: SizeF +title: VectorImage.SizeF second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorImage property. Gets the object size in inches type: docs weight: 30 url: /net/aspose.imaging/vectorimage/sizef/ @@ -20,9 +20,9 @@ The object size, in inches. ### See Also -* struct [SizeF](../../sizef) -* class [VectorImage](../../vectorimage) -* namespace [Aspose.Imaging](../../vectorimage) +* struct [SizeF](../../sizef/) +* class [VectorImage](../) +* namespace [Aspose.Imaging](../../vectorimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/width/_index.md index e5c20a52e9c7..14cfbb5b29b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: VectorImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorImage property. Gets the image width type: docs weight: 40 url: /net/aspose.imaging/vectorimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [VectorImage](../../vectorimage) -* namespace [Aspose.Imaging](../../vectorimage) +* class [VectorImage](../) +* namespace [Aspose.Imaging](../../vectorimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/widthf/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/widthf/_index.md index e1ee65d49718..55d51d5aa8e9 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/widthf/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectorimage/widthf/_index.md @@ -1,7 +1,7 @@ --- -title: WidthF +title: VectorImage.WidthF second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorImage property. Gets the object width in inches type: docs weight: 50 url: /net/aspose.imaging/vectorimage/widthf/ @@ -20,8 +20,8 @@ The object width, in inches. ### See Also -* class [VectorImage](../../vectorimage) -* namespace [Aspose.Imaging](../../vectorimage) +* class [VectorImage](../) +* namespace [Aspose.Imaging](../../vectorimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/_index.md index 4f66b02727de..a6636075231b 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/_index.md @@ -1,7 +1,7 @@ --- -title: VectorMultipageImage +title: Class VectorMultipageImage second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.VectorMultipageImage class. The Vector multipage image type: docs weight: 11550 url: /net/aspose.imaging/vectormultipageimage/ @@ -18,68 +18,68 @@ public abstract class VectorMultipageImage : VectorImage, IMultipageImage | Name | Description | | --- | --- | -| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | -| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor) { get; set; } | Gets or sets a value for the background color. | -| override [BitsPerPixel](../../aspose.imaging/vectormultipageimage/bitsperpixel) { get; } | Gets the image bits per pixel count. | -| [Bounds](../../aspose.imaging/image/bounds) { get; } | Gets the image bounds. | -| [BufferSizeHint](../../aspose.imaging/image/buffersizehint) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | -| [Container](../../aspose.imaging/image/container) { get; } | Gets the [`Image`](../image) container. | -| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer) { get; } | Gets the object's data stream. | -| [Disposed](../../aspose.imaging/disposableobject/disposed) { get; } | Gets a value indicating whether this instance is disposed. | -| virtual [FileFormat](../../aspose.imaging/image/fileformat) { get; } | Gets a value of file format | -| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor) { get; set; } | Gets or sets a value indicating whether image has background color. | -| override [Height](../../aspose.imaging/vectormultipageimage/height) { get; } | Gets the image height. | -| virtual [HeightF](../../aspose.imaging/vectorimage/heightf) { get; } | Gets the object height, in inches. | -| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor) { get; set; } | Gets or sets the interrupt monitor. | -| override [IsCached](../../aspose.imaging/vectormultipageimage/iscached) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | -| abstract [PageCount](../../aspose.imaging/vectormultipageimage/pagecount) { get; } | Gets the page count. | -| virtual [PageExportingAction](../../aspose.imaging/vectormultipageimage/pageexportingaction) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | -| abstract [Pages](../../aspose.imaging/vectormultipageimage/pages) { get; } | Gets the pages. | -| [Palette](../../aspose.imaging/image/palette) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | -| [Size](../../aspose.imaging/image/size) { get; } | Gets the image size. | -| [SizeF](../../aspose.imaging/vectorimage/sizef) { get; } | Gets the object size, in inches. | -| virtual [UsePalette](../../aspose.imaging/image/usepalette) { get; } | Gets a value indicating whether the image palette is used. | -| override [Width](../../aspose.imaging/vectormultipageimage/width) { get; } | Gets the image width. | -| virtual [WidthF](../../aspose.imaging/vectorimage/widthf) { get; } | Gets the object width, in inches. | +| [AutoAdjustPalette](../../aspose.imaging/image/autoadjustpalette/) { get; set; } | Gets or sets a value indicating whether automatic adjust palette. | +| virtual [BackgroundColor](../../aspose.imaging/image/backgroundcolor/) { get; set; } | Gets or sets a value for the background color. | +| override [BitsPerPixel](../../aspose.imaging/vectormultipageimage/bitsperpixel/) { get; } | Gets the image bits per pixel count. | +| [Bounds](../../aspose.imaging/image/bounds/) { get; } | Gets the image bounds. | +| [BufferSizeHint](../../aspose.imaging/image/buffersizehint/) { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | +| [Container](../../aspose.imaging/image/container/) { get; } | Gets the [`Image`](../image/) container. | +| [DataStreamContainer](../../aspose.imaging/datastreamsupporter/datastreamcontainer/) { get; } | Gets the object's data stream. | +| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. | +| virtual [FileFormat](../../aspose.imaging/image/fileformat/) { get; } | Gets a value of file format | +| virtual [HasBackgroundColor](../../aspose.imaging/image/hasbackgroundcolor/) { get; set; } | Gets or sets a value indicating whether image has background color. | +| override [Height](../../aspose.imaging/vectormultipageimage/height/) { get; } | Gets the image height. | +| virtual [HeightF](../../aspose.imaging/vectorimage/heightf/) { get; } | Gets the object height, in inches. | +| [InterruptMonitor](../../aspose.imaging/image/interruptmonitor/) { get; set; } | Gets or sets the interrupt monitor. | +| override [IsCached](../../aspose.imaging/vectormultipageimage/iscached/) { get; } | Gets a value indicating whether object's data is cached currently and no data reading is required. | +| abstract [PageCount](../../aspose.imaging/vectormultipageimage/pagecount/) { get; } | Gets the page count. | +| virtual [PageExportingAction](../../aspose.imaging/vectormultipageimage/pageexportingaction/) { get; set; } | Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved. | +| abstract [Pages](../../aspose.imaging/vectormultipageimage/pages/) { get; } | Gets the pages. | +| [Palette](../../aspose.imaging/image/palette/) { get; set; } | Gets or sets the color palette. The color palette is not used when pixels are represented directly. | +| [Size](../../aspose.imaging/image/size/) { get; } | Gets the image size. | +| [SizeF](../../aspose.imaging/vectorimage/sizef/) { get; } | Gets the object size, in inches. | +| virtual [UsePalette](../../aspose.imaging/image/usepalette/) { get; } | Gets a value indicating whether the image palette is used. | +| override [Width](../../aspose.imaging/vectormultipageimage/width/) { get; } | Gets the image width. | +| virtual [WidthF](../../aspose.imaging/vectorimage/widthf/) { get; } | Gets the object width, in inches. | ## Methods | Name | Description | | --- | --- | -| override [CacheData](../../aspose.imaging/vectormultipageimage/cachedata)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer). | -| [CanSave](../../aspose.imaging/image/cansave)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | -| [Dispose](../../aspose.imaging/disposableobject/dispose)() | Disposes the current instance. | -| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions)(object[]) | Gets the default options. | -| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages)() | Gets the embedded images. | -| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save) method as the second parameter. | -| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)() | Removes the background. | -| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground)(RemoveBackgroundSettings) | Removes the background. | -| [Resize](../../aspose.imaging/image/resize)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | -| override [Resize](../../aspose.imaging/vectormultipageimage/resize)(int, int, ImageResizeSettings) | Resizes the image. | -| override [Resize](../../aspose.imaging/vectormultipageimage/resize)(int, int, ResizeType) | Resizes the image. | -| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ImageResizeSettings) | Resizes the height proportionally. | -| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally)(int, ResizeType) | Resizes the height proportionally. | -| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ImageResizeSettings) | Resizes the width proportionally. | -| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally)(int, ResizeType) | Resizes the width proportionally. | -| override [RotateFlip](../../aspose.imaging/vectormultipageimage/rotateflip)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | -| [Save](../../aspose.imaging/image/save)() | Saves the image data to the underlying stream. | -| [Save](../../aspose.imaging/datastreamsupporter/save)(Stream) | Saves the object's data to the specified stream. | -| override [Save](../../aspose.imaging/image/save)(string) | Saves the image to the specified file location. | -| [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/datastreamsupporter/save)(string, bool) | Saves the object's data to the specified file location. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | -| virtual [Save](../../aspose.imaging/image/save)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | -| override [SetPalette](../../aspose.imaging/vectormultipageimage/setpalette)(IColorPalette, bool) | Sets the image palette. | +| override [CacheData](../../aspose.imaging/vectormultipageimage/cachedata/)() | Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../datastreamsupporter/datastreamcontainer/). | +| [CanSave](../../aspose.imaging/image/cansave/)(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. | +| [Dispose](../../aspose.imaging/disposableobject/dispose/)() | Disposes the current instance. | +| virtual [GetDefaultOptions](../../aspose.imaging/image/getdefaultoptions/)(object[]) | Gets the default options. | +| override [GetEmbeddedImages](../../aspose.imaging/vectormultipageimage/getembeddedimages/)() | Gets the embedded images. | +| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../image/save/) method as the second parameter. | +| override [GetSerializedStream](../../aspose.imaging/vectormultipageimage/getserializedstream/)(ImageOptionsBase, Rectangle, out int) | Converts to aps. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)() | Removes the background. | +| [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. | +| [Resize](../../aspose.imaging/image/resize/)(int, int) | Resizes the image. The default NearestNeighbourResample is used. | +| override [Resize](../../aspose.imaging/vectormultipageimage/resize/#resize_1)(int, int, ImageResizeSettings) | Resizes the image. | +| override [Resize](../../aspose.imaging/vectormultipageimage/resize/#resize_2)(int, int, ResizeType) | Resizes the image. | +| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ImageResizeSettings) | Resizes the height proportionally. | +| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int, ResizeType) | Resizes the height proportionally. | +| [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int) | Resizes the width proportionally. The default NearestNeighbourResample is used. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ImageResizeSettings) | Resizes the width proportionally. | +| virtual [ResizeWidthProportionally](../../aspose.imaging/image/resizewidthproportionally/)(int, ResizeType) | Resizes the width proportionally. | +| override [RotateFlip](../../aspose.imaging/vectormultipageimage/rotateflip/)(RotateFlipType) | Rotates, flips, or rotates and flips the image. | +| [Save](../../aspose.imaging/image/save/)() | Saves the image data to the underlying stream. | +| [Save](../../aspose.imaging/datastreamsupporter/save/)(Stream) | Saves the object's data to the specified stream. | +| override [Save](../../aspose.imaging/image/save/)(string) | Saves the image to the specified file location. | +| [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/datastreamsupporter/save/)(string, bool) | Saves the object's data to the specified file location. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase) | Saves the object's data to the specified file location in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(Stream, ImageOptionsBase, Rectangle) | Saves the image's data to the specified stream in the specified file format according to save options. | +| virtual [Save](../../aspose.imaging/image/save/)(string, ImageOptionsBase, Rectangle) | Saves the object's data to the specified file location in the specified file format according to save options. | +| override [SetPalette](../../aspose.imaging/vectormultipageimage/setpalette/)(IColorPalette, bool) | Sets the image palette. | ### See Also -* class [VectorImage](../vectorimage) -* interface [IMultipageImage](../imultipageimage) -* namespace [Aspose.Imaging](../../aspose.imaging) +* class [VectorImage](../vectorimage/) +* interface [IMultipageImage](../imultipageimage/) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/bitsperpixel/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/bitsperpixel/_index.md index fdc5bc833758..9be4838188ab 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/bitsperpixel/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/bitsperpixel/_index.md @@ -1,7 +1,7 @@ --- -title: BitsPerPixel +title: VectorMultipageImage.BitsPerPixel second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage property. Gets the image bits per pixel count type: docs weight: 10 url: /net/aspose.imaging/vectormultipageimage/bitsperpixel/ @@ -20,8 +20,8 @@ The image bits per pixel count. ### See Also -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/cachedata/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/cachedata/_index.md index 78a00ff38d3d..943fca2cb42d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/cachedata/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/cachedata/_index.md @@ -1,14 +1,14 @@ --- -title: CacheData +title: VectorMultipageImage.CacheData second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage method. Caches the data and ensures no additional data loading will be performed from the underlying DataStreamContainer type: docs weight: 80 url: /net/aspose.imaging/vectormultipageimage/cachedata/ --- ## VectorMultipageImage.CacheData method -Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../datastreamsupporter/datastreamcontainer). +Caches the data and ensures no additional data loading will be performed from the underlying [`DataStreamContainer`](../../datastreamsupporter/datastreamcontainer/). ```csharp public override void CacheData() @@ -16,8 +16,8 @@ public override void CacheData() ### See Also -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/getembeddedimages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/getembeddedimages/_index.md index 5e221fe554a5..f8e4dbdd0dbb 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/getembeddedimages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/getembeddedimages/_index.md @@ -1,7 +1,7 @@ --- -title: GetEmbeddedImages +title: VectorMultipageImage.GetEmbeddedImages second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage method. Gets the embedded images type: docs weight: 90 url: /net/aspose.imaging/vectormultipageimage/getembeddedimages/ @@ -20,9 +20,9 @@ Array of images ### See Also -* class [EmbeddedImage](../../embeddedimage) -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [EmbeddedImage](../../embeddedimage/) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/getserializedstream/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/getserializedstream/_index.md index 42c2dc119a2a..7f6de63bbcc1 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/getserializedstream/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/getserializedstream/_index.md @@ -1,7 +1,7 @@ --- -title: GetSerializedStream +title: VectorMultipageImage.GetSerializedStream second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage method. Converts to aps type: docs weight: 100 url: /net/aspose.imaging/vectormultipageimage/getserializedstream/ @@ -27,10 +27,10 @@ The serialized stream ### See Also -* class [ImageOptionsBase](../../imageoptionsbase) -* struct [Rectangle](../../rectangle) -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [ImageOptionsBase](../../imageoptionsbase/) +* struct [Rectangle](../../rectangle/) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/height/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/height/_index.md index b130b670342b..e0c4e21de0b3 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/height/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/height/_index.md @@ -1,7 +1,7 @@ --- -title: Height +title: VectorMultipageImage.Height second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage property. Gets the image height type: docs weight: 20 url: /net/aspose.imaging/vectormultipageimage/height/ @@ -20,8 +20,8 @@ The image height. ### See Also -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/iscached/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/iscached/_index.md index b81905fa3318..77900fd97ddc 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/iscached/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/iscached/_index.md @@ -1,7 +1,7 @@ --- -title: IsCached +title: VectorMultipageImage.IsCached second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage property. Gets a value indicating whether objects data is cached currently and no data reading is required type: docs weight: 30 url: /net/aspose.imaging/vectormultipageimage/iscached/ @@ -20,8 +20,8 @@ public override bool IsCached { get; } ### See Also -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pagecount/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pagecount/_index.md index 769cadc88158..a72d0996d212 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pagecount/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pagecount/_index.md @@ -1,7 +1,7 @@ --- -title: PageCount +title: VectorMultipageImage.PageCount second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage property. Gets the page count type: docs weight: 40 url: /net/aspose.imaging/vectormultipageimage/pagecount/ @@ -20,8 +20,8 @@ The page count. ### See Also -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pageexportingaction/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pageexportingaction/_index.md index 2d22d9eba432..6aab65817abd 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pageexportingaction/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pageexportingaction/_index.md @@ -1,7 +1,7 @@ --- -title: PageExportingAction +title: VectorMultipageImage.PageExportingAction second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage property. Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved type: docs weight: 50 url: /net/aspose.imaging/vectormultipageimage/pageexportingaction/ @@ -20,9 +20,9 @@ The page exporting action. ### See Also -* delegate [PageExportingAction](../../pageexportingaction) -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* delegate [PageExportingAction](../../pageexportingaction/) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pages/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pages/_index.md index 845b442c2d49..2fabfee24b67 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pages/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/pages/_index.md @@ -1,7 +1,7 @@ --- -title: Pages +title: VectorMultipageImage.Pages second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage property. Gets the pages type: docs weight: 60 url: /net/aspose.imaging/vectormultipageimage/pages/ @@ -20,9 +20,9 @@ The pages. ### See Also -* class [Image](../../image) -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [Image](../../image/) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/resize/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/resize/_index.md index e675f7988401..cc7ef7afae27 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/resize/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/resize/_index.md @@ -1,12 +1,12 @@ --- -title: Resize +title: VectorMultipageImage.Resize second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage method. Resizes the image type: docs weight: 110 url: /net/aspose.imaging/vectormultipageimage/resize/ --- -## VectorMultipageImage.Resize method (1 of 2) +## Resize(int, int, ResizeType) {#resize_2} Resizes the image. @@ -22,14 +22,14 @@ public override void Resize(int newWidth, int newHeight, ResizeType resizeType) ### See Also -* enum [ResizeType](../../resizetype) -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* enum [ResizeType](../../resizetype/) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) --- -## VectorMultipageImage.Resize method (2 of 2) +## Resize(int, int, ImageResizeSettings) {#resize_1} Resizes the image. @@ -45,9 +45,9 @@ public override void Resize(int newWidth, int newHeight, ImageResizeSettings set ### See Also -* class [ImageResizeSettings](../../imageresizesettings) -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [ImageResizeSettings](../../imageresizesettings/) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/rotateflip/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/rotateflip/_index.md index 85b1171fab2b..38ad42e8f0ef 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/rotateflip/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/rotateflip/_index.md @@ -1,7 +1,7 @@ --- -title: RotateFlip +title: VectorMultipageImage.RotateFlip second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage method. Rotates flips or rotates and flips the image type: docs weight: 120 url: /net/aspose.imaging/vectormultipageimage/rotateflip/ @@ -20,9 +20,9 @@ public override void RotateFlip(RotateFlipType rotateFlipType) ### See Also -* enum [RotateFlipType](../../rotatefliptype) -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* enum [RotateFlipType](../../rotatefliptype/) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/setpalette/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/setpalette/_index.md index 9bf15bacea92..99dc6261bf1d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/setpalette/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/setpalette/_index.md @@ -1,7 +1,7 @@ --- -title: SetPalette +title: VectorMultipageImage.SetPalette second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage method. Sets the image palette type: docs weight: 130 url: /net/aspose.imaging/vectormultipageimage/setpalette/ @@ -21,9 +21,9 @@ public override void SetPalette(IColorPalette palette, bool updateColors) ### See Also -* interface [IColorPalette](../../icolorpalette) -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* interface [IColorPalette](../../icolorpalette/) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/width/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/width/_index.md index 86215ff4813c..6068ce92f50d 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/width/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/vectormultipageimage/width/_index.md @@ -1,7 +1,7 @@ --- -title: Width +title: VectorMultipageImage.Width second_title: Aspose.Imaging for .NET API Reference -description: +description: VectorMultipageImage property. Gets the image width type: docs weight: 70 url: /net/aspose.imaging/vectormultipageimage/width/ @@ -20,8 +20,8 @@ The image width. ### See Also -* class [VectorMultipageImage](../../vectormultipageimage) -* namespace [Aspose.Imaging](../../vectormultipageimage) +* class [VectorMultipageImage](../) +* namespace [Aspose.Imaging](../../vectormultipageimage/) * assembly [Aspose.Imaging](../../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/warpmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/warpmode/_index.md index 48319865a9f6..402a9bdc4156 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/warpmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/warpmode/_index.md @@ -1,7 +1,7 @@ --- -title: WarpMode +title: Enum WarpMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.WarpMode enum. Specifies the type of warp transformation applied type: docs weight: 11560 url: /net/aspose.imaging/warpmode/ @@ -23,7 +23,7 @@ public enum WarpMode ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - + diff --git a/content/sites/aspose/imaging/english/net/aspose.imaging/wrapmode/_index.md b/content/sites/aspose/imaging/english/net/aspose.imaging/wrapmode/_index.md index 3d16860de0ff..2822123d195c 100644 --- a/content/sites/aspose/imaging/english/net/aspose.imaging/wrapmode/_index.md +++ b/content/sites/aspose/imaging/english/net/aspose.imaging/wrapmode/_index.md @@ -1,7 +1,7 @@ --- -title: WrapMode +title: Enum WrapMode second_title: Aspose.Imaging for .NET API Reference -description: +description: Aspose.Imaging.WrapMode enum. Specifies how a texture or gradient is tiled when it is smaller than the area being filled type: docs weight: 11610 url: /net/aspose.imaging/wrapmode/ @@ -26,7 +26,7 @@ public enum WrapMode ### See Also -* namespace [Aspose.Imaging](../../aspose.imaging) +* namespace [Aspose.Imaging](../../aspose.imaging/) * assembly [Aspose.Imaging](../../) - +